@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  リセット
**************************************************
--------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  transition: 0.5s;
  color: #1f1f1f;
  position: relative;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.08em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  color: #1f1f1f;
}
a:hover {
  opacity: 0.6;
}
.pcNone {
  display: none;
}
.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*--------------------------------------------------
**************************************************
  共通
**************************************************
--------------------------------------------------*/

header .pcHeader {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px auto;
  padding: 0 15px;
  width: calc(100% - 30px);
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
}
header h1 {
  padding: 20px 15px 10px 15px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  font-size: 35px;
}
header h1 img {
  max-width: 250px;
}
header .gNavArea {
  padding: 5px 0;
  text-align: right;
}
header .gNavArea .headerTel {
  display: inline-block;
  margin-right: 20px;
  padding-top: 5px;
  font-size: 26px;
  font-weight: bold;
}
header .gNavArea .headerOpen {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid #c6c6c6;
  font-size: 11px;
}
header .gNavArea .gNav ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
header .gNavArea .gNav ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  height: 100%;
}
header .gNavArea .gNav ul li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
header .gNavArea .gNav ul li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 300px;
  margin-top: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
}
header .gNavArea .gNav ul li ul.sub-menu li {
  display: block;
  padding: 5px 0;
}
header .gNavArea .gNav ul li ul.sub-menu li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
header .gNavArea .gNav ul li ul.sub-menu li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 12px;
}
header .headerBtnArea a {
  display: inline-block;
  width: 130px;
  margin-left: 15px;
  text-align: center;
  background: #7a8389;
  text-decoration: none;
  color: #fff;
  padding: 34px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
header .headerBtnArea a.contact {
  background: #1f1f1f;
}
header .spHeader {
  display: none;
}
@media screen and (max-width: 768px) {
  header .pcHeader {
    display: none;
  }
  header .spHeader {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
  header .spHeader h1 {
    font-size: 22px;
    padding: 10px 15px 0 15px;
  }
  header .spHeader h1 img {
    max-width: 190px;
  }
  header .spHeader .headerFunction a.tel {
    background: url(../img/tel.png) no-repeat center center #f6f6f8;
    background-size: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  header .spHeader .gNavSP {
    display: none;
    position: fixed;
    height: 1px;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.5s;
  }
  header .spHeader .gNavSP.active {
    display: block;
    height: calc(100vh - 50px);
  }
  header .spHeader .gNavSP ul {
    padding: 50px 50px 0 50px;
  }
  header .spHeader .gNavSP ul li {
    list-style: none;
    margin-bottom: 15px;
  }
  header .spHeader .gNavSP ul li a::before {
    content: "-　";
  }
  header .spHeader .gNavSP ul li a {
    display: block;
  }
  header .spHeader .gNavSP ul li ul {
    padding: 10px 0px 0 50px;
  }
  header .spHeader .gNavSP ul li ul.sub-menu {
    display: none;
  }
  header .spHeader .gNavSP a.reserve {
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 60px;
    background: #7a8389;
    margin: 30px auto;
    width: 90%;
    color: #fff;
  }
  header .spHeader .gNavSP a.contact {
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 60px;
    background: #1f1f1f;
    margin: 30px auto;
    width: 90%;
    color: #fff;
  }
  .openbtn1 {
    position: relative;
    background: #1f1f1f;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
}
h2::before {
  content: "";
  width: 100px;
  display: block;
  border-top: 2px solid #7a8389;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
h2 span.en {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #7a8389;
  letter-spacing: 0.08em;
}
h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
}
h3.pay {
  padding: 3px 0 3px 40px;
  background: url(../img/pay.png) no-repeat left top;
  background-size: contain;
}
h3.hoken {
  padding: 3px 0 3px 40px;
  background: url(../img/hoken.png) no-repeat left top;
  background-size: contain;
}
a.linkIcon {
  display: inline-block;
  padding: 0 58px 0 0;
  position: relative;
}
a.linkIcon::after {
  content: "→";
  position: absolute;
  top: -0.75em;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #848484;
  border-radius: 50%;
  padding: 0;
  margin-left: 10px;
  color: #848484;
  transition: 0.3s;
  right: 0;
}
a.linkIcon:hover::after {
  width: 38px;
  padding: 0 0 0 10px;
}
.flexBoxPc {
  display: flex;
}
a.telLink {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  h2::before {
    width: 60px;
    margin-bottom: 10px;
  }
  h2 span.en {
    margin-bottom: 15px;
    font-size: 15px;
  }
  a.linkIcon {
    padding: 0 50px 0 0;
  }
  a.linkIcon::after {
    top: -0.5em;
    width: 40px;
    line-height: 40px;
  }
  a.linkIcon:hover::after {
    width: 30px;
    padding: 0 0 0 10px;
  }
  .flexBoxPc {
    display: block;
  }
}
footer {
  position: relative;
  margin-top: 150px;
}
footer h2:before {
  display: none;
}
footer .footerInner {
  display: flex;
  justify-content: space-between;
}
footer .footImage {
  width: 34%;
}
footer .footImage img {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  object-fit: cover;
  height: 100%;
}
footer .footInformation {
  width: 35%;
  padding: 60px 0;
}
footer .footInformation h2 {
  margin-bottom: 20px;
}
footer .footInformation img {
  width: 250px;
}
footer .footInformation .footTel {
  font-size: 38px;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
footer .footInformation table {
  margin-top: 30px;
  margin-bottom: 20px;
  border-spacing: 0;
  width: 100%;
}
footer .footInformation table th,
footer .footInformation table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #7a8389;
}
footer .footInformation table td.time,
footer .footInformation table th:first-child,
footer .footInformation table td:first-child {
  text-align: left;
}
footer .footInformation table td sup {
  font-size: 10px;
}
footer .footInformation p a {
  text-decoration: underline;
}
footer .footMenu {
  width: 19%;
  padding-top: 60px;
}
footer .footMenu ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}
footer .footMenu ul li:before {
  content: "- ";
}
footer .footMenu h3 {
  color: #7a8389;
  font-size: 24px;
  margin-bottom: 15px;
}
address {
  padding: 50px;
  font-style: normal;
}
.goTop a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 120px;
  height: 120px;
  background: url(../img/arrow_up.png) no-repeat center center;
}
.footFixMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
  footer .footerInner {
    display: block;
  }
  footer .footImage {
    width: 90%;
    height: 350px;
  }
  footer .footImage img {
    border-radius: 0 40px 40px 0;
  }
  footer .footInformation {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  footer .footInformation table {
    font-size: 14px;
  }
  footer .footInformation table th,
  footer .footInformation table td {
    padding: 10px 5px;
  }
  footer .footInformation p {
    font-size: 14px;
  }
  footer .footMenu {
    display: none;
  }
  address {
    font-style: normal;
    text-align: center;
    padding: 0px 0 70px;
    font-size: 12px;
  }
  .goTop a {
    position: fixed;
    bottom: 65px;
    right: 20px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../img/arrow_up_sp.png) center/contain no-repeat;
  }
  .footFixMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
  .footFixMenu a {
    display: inline-block;
    width: 50%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 15px 0 12px;
    z-index: 998;
    font-size: 14px;
    font-weight: bold;
  }
  .footFixMenu a.reserve {
    background: #7a8389;
  }
  .footFixMenu a.contact {
    background: #1f1f1f;
  }
}
/*--------------------------------------------------
**************************************************
  TOPページ独自スタイル
**************************************************
--------------------------------------------------*/

@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}
section#mainVisual {
  width: 90%;
  margin: 200px auto 0 auto;
  position: relative;
}
section#mainVisual .catch {
  font-size: 37px;
  margin-bottom: 45px;
  font-weight: bold;
  position: relative;
}
section#mainVisual .catchEn {
  font-size: 18px;
  position: absolute;
  bottom: 45px;
  left: -35px;
  transform-origin: left bottom;
  transform: rotate(-90deg);
  display: flex;
  width: 585px;
}
section#mainVisual .catchEn span {
  display: block;
}
section#mainVisual .catchEn::after {
  content: "";
  display: block;
  border-top: 1px solid #1a1a1c;
  margin-left: 10px;
  flex-grow: 1;
  margin-top: 13px;
}
section#mainVisual .visImage img {
  border-radius: 75px;
  height: 680px;
  object-fit: cover;
  width: 100%;
}
section#mainVisual .scrollDown {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-right: 200px;
  font-size: 20px;
  color: #1a1a1c;
  font-weight: 200;
  letter-spacing: 3px;
}
section#mainVisual .scrollDown:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 176px;
  height: 176px;
  background: url(../img/arrow_down.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#mainVisual {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  section#mainVisual .catch {
    font-size: clamp(24px, 5vw, 29px);
  }
  section#mainVisual .catchEn {
    left: -10px;
    bottom: 10px;
    font-size: 12px;
    width: 450px;
  }
  section#mainVisual .inner {
    position: relative;
    margin: 0 0 0 20px;
  }
  section#mainVisual .visImage img {
    border-radius: 30px;
    height: 450px;
  }
  section#mainVisual .scrollDown:after {
    top: -12px;
    text-align: center;
    right: -40px;
    width: 70px;
    height: 70px;
    z-index: 1;
  }
  section#mainVisual .scrollDown {
    bottom: -40px;
    right: 40px;
    padding-right: 38px;
    font-size: 12px;
  }
}
section#topNews {
  padding-top: 380px;
  padding-bottom: 110px;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  background: #f6f6f8;
  margin-top: -320px;
}
section#topNews .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section#topNews .toIndex {
  width: 280px;
  padding-top: 130px;
}
section#topNews .toIndex h2::before {
  display: none;
}
section#topNews .toIndex a {
  margin-top: 25px;
  font-size: 18px;
}
section#topNews .tab_panel ul {
  list-style: none;
}
section#topNews .tab_panel ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
}
section#topNews .tab_panel ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
section#topNews .tab_panel ul li span.date {
  width: 100px;
  font-weight: 200;
}
section#topNews .tab_panel ul li .category {
  max-width: 130px;
  width: 100%;
  margin: 0 10px;
}
section#topNews .tab_panel ul li .category span {
  display: block;
  background: #1f1f1f;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  padding: 3px 6px;
}
section#topNews .tab_panel ul li a {
  display: inline-block;
  width: 75%;
}
.tab_wrap {
  width: 900px;
  margin: 0px auto;
}
input[type="radio"] {
  display: none;
}
.tab_area {
  font-size: 0;
  margin: 0 0 0 40px;
}
.panel_area {
  background: #fff;
  border-radius: 20px;
  padding: 45px;
}
.tab_area label {
  margin: 0 5px;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #c6c6c6;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  font-weight: bold;
}
.tab_area label:hover {
  opacity: 0.5;
}
.tab_panel {
  width: 100%;
  display: none;
}
.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.tab_area label {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#tab1:checked ~ .tab_area .tab1_label {
  background: #fff;
  color: #000;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #fff;
  color: #000;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
  background: #fff;
  color: #000;
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}
#tab4:checked ~ .tab_area .tab4_label {
  background: #fff;
  color: #000;
}
#tab4:checked ~ .panel_area #panel4 {
  display: block;
}
section#topNews .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section#topNews {
    padding: 50px 0;
    margin-top: -150px;
    border-radius: 25px 25px 0 0;
  }
  section#topNews .inner {
    width: auto;
    display: block;
    padding: 0 20px 10px;
  }
  section#topNews .toIndex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  section#topNews .toIndex a {
    font-size: 16px;
  }
  .tab_wrap {
    width: 100%;
    margin: 20px auto;
  }
  .tab_area {
    width: auto;
    margin: 0 0 10px 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  .tab_area label {
    margin: 0 4px;
    border-radius: 80px;
    font-size: 12px;
    padding: 7px 20px;
  }
  .panel_area {
    padding: 30px 20px;
  }

  section#topNews .tab_panel ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
  }
  section#topNews .tab_panel ul li a {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  section#topNews .tab_panel ul li .category {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  section#topNews .tab_panel ul li .category span {
    padding: 1px 15px;
  }
  section#topNews .btn {
    margin-top: 30px;
  }
}
section#policy {
  margin-bottom: 80px;
}
section#policy .inner {
  width: 1200px;
  margin: 70px auto;
  position: relative;
}
section#policy .inner::after {
  content: "Our Policy";
  position: absolute;
  bottom: -120px;
  right: -80px;
  font-size: 110px;
  opacity: 0.1;
  color: #848484;
  z-index: 9999;
  font-weight: bold;
}
section#policy h2 {
  margin-bottom: 40px;
}
section#policy p {
  font-size: 16px;
  line-height: 2;
}
section#policy .policySlide {
  margin: 30px auto;
  width: 90%;
}
section#policy .policySlide li {
  margin-right: 10px;
}
section#policy .policySlide li img {
  border-radius: 15px;
}
section#policy .policySlide li:nth-child(odd) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section#policy .inner {
    width: auto;
    display: block;
    overflow: hidden;
    padding: 0 20px 80px 20px;
    margin-bottom: 0;
  }
  section#policy .inner::after {
    font-size: 80px;
    right: -50px;
    bottom: 0;
    white-space: nowrap;
  }
  section#policy h2 {
    margin-bottom: 20px;
  }
  section#policy .policySlide {
    margin: 0 auto;
  }
}
section#medical {
  margin-bottom: 80px;
}
section#medical .inner {
  width: 1200px;
  margin: 130px auto 70px auto;
  position: relative;
}
section#medical .inner::after {
  content: "Medical Consultation";
  position: absolute;
  bottom: -50px;
  left: 40px;
  font-size: 90px;
  opacity: 0.1;
  color: #848484;
  font-weight: bold;
}
section#medical h2 {
  margin-bottom: 40px;
}
section#medical p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}
section#medical .flexBoxPc {
  justify-content: space-between;
}
section#medical .content {
  width: 50%;
}
section#medical .image {
  width: 45%;
}
section#medical .image img {
  border-radius: 15px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#medical .image ul {
  position: relative;
  height: 400px;
}
section#medical .image li {
  list-style: none;
  position: absolute;
}
section#medical .image li:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
}
section#medical .image li:nth-child(2) {
  top: -100px;
  right: 0;
  width: calc(50% - 30px);
  height: 300px;
}
section#medical .image li:nth-child(3) {
  top: 230px;
  right: 10%;
  width: calc(40% - 30px);
  height: auto;
  padding-top: calc(50% - 30px);
}
section#medical .consultation {
  background: #f6f6f8;
  border-radius: 20px;
  margin-top: -70px;
  padding: 75px 90px;
}
section#medical .consultation h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
section#medical .consultation ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
section#medical .consultation ul li {
  width: 30%;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #848484;
  padding: 0 0 20px 0;
}
section#medical .consultation ul li a.linkIcon {
  display: block;
  position: relative;
  z-index: 10;
}
section#medical .consultation ul li a.linkIcon::after {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  section#medical {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  section#medical .inner::after {
    line-height: 100%;
    left: -20px;
    font-size: 70px;
  }
  section#medical .inner {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  section#medical h2 {
    margin-bottom: 20px;
  }
  section#medical .content {
    width: 100%;
  }
  section#medical .content .taRight {
    text-align: left;
  }
  section#medical .image {
    width: 100%;
    margin: 50px 0 0;
    border-radius: 25px;
  }
  section#medical .image ul {
    position: relative;
    width: 100%;
    height: 300px;
  }
  section#medical .image li:nth-child(1) {
    top: 0;
    left: 0;
    width: 50%;
    height: 230px;
  }
  section#medical .image li:nth-child(2) {
    top: -50px;
    right: 0;
    width: calc(50% - 15px);
    height: 180px;
  }
  section#medical .image li:nth-child(3) {
    top: 145px;
    right: 10%;
    width: calc(40% - 15px);
    height: auto;
    padding-top: 120px;
  }
  section#medical .consultation {
    margin: -220px -20px 0;
    padding: 200px 20px 20px;
    overflow: hidden;
  }
  section#medical .consultation h3 {
    font-size: 20px;
  }
  section#medical .consultation ul li {
    width: 100%;
  }
}

section#surgery {
  margin-bottom: 80px;
}
section#surgery .inner {
  width: 1200px;
  margin: 140px auto;
}
section#surgery h2 {
  margin-bottom: 20px;
}
section#surgery .mt10 {
  margin-top: 10px;
}
section#surgery .surgery-list-wraps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section#surgery .surgery-list-wrap .title {
  font-size: 20px;
  background: #f6f6f8;
  padding: 12px 20px;
  border-left: 2px solid #1f1f1f;
  margin-bottom: 0;
}
section#surgery .surgery-list-wrap .list {
  display: grid;
  gap: 10px;
  padding-left: 30px;
}
section#surgery .surgery-list-wrap .list a {
  text-decoration: underline;
}
section#surgery .surgery-list-wrap .list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  section#surgery .inner {
    width: calc(100% - 40px);
    margin: 80px auto;
  }
  section#surgery .surgery-list-wraps {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

section#basic {
  margin-bottom: 80px;
}
section#basic .inner {
  width: 1200px;
  margin: 140px auto;
}
section#basic h2 {
  margin-bottom: 50px;
}
section#basic .schedule-map {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
section#basic .schedule {
  width: calc(60% - 130px);
  background: url(../img/guide.jpg) no-repeat center center;
  padding: 65px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
section#basic .schedule::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
section#basic .schedule .inner {
  z-index: 3;
  position: relative;
  margin: 0;
  color: #fff;
  width: 100%;
}
section#basic .schedule .inner a {
  color: #fff;
  text-decoration: underline;
}
section#basic .schedule table {
  margin-bottom: 20px;
  width: 100%;
  border-spacing: 0;
}
section#basic .schedule table th,
section#basic .schedule table td {
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
section#basic .schedule table td.time,
section#basic .schedule table th:first-child {
  text-align: left;
}
section#basic .schedule table td sup {
  font-size: 10px;
}
section#basic .schedule table tr {
  border-bottom: 1px solid #fff;
}
section#basic .schedule .note {
  margin-bottom: 30px;
}
section#basic .map {
  width: 40%;
  position: relative;
}
section#basic .map iframe {
  width: 100%;
  height: 100%;
}
section#basic .map .toAccess {
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  section#basic .inner {
    width: calc(100% - 40px);
    margin: 80px auto;
  }
  section#basic .schedule-map {
    display: block;
    border-radius: 25px;
  }
  section#basic .schedule {
    width: auto;
    padding: 20px;
  }
  section#basic .schedule table {
    font-size: 14px;
  }
  section#basic .schedule p {
    font-size: 14px;
  }
  section#basic .map {
    width: 100%;
  }
  section#basic .map iframe {
    width: 100%;
    height: 250px;
  }
}
section#about {
  position: relative;
  margin-bottom: 80px;
}
section#about .inner {
  width: 1200px;
  margin: 70px auto;
}
section#about::after {
  content: "About Us";
  position: absolute;
  bottom: -80px;
  right: 0px;
  font-size: 120px;
  opacity: 0.1;
  color: #848484;
  z-index: -1;
  font-weight: bold;
}
section#about ul.aboutList {
  width: 90%;
  margin: 30px auto;
  position: relative;
}
section#about ul.aboutList li {
  position: relative;
  margin-right: 30px;
  border-radius: 20px;
}
section#about ul.aboutList li a {
  display: block;
  height: 340px;
}
section#about ul.aboutList li div.linkTab {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 60%;
  padding: 20px 5px 20px 20px;
  border-top-left-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#about ul.aboutList li div.linkTab::after {
  content: "";
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/arrow_right.png) no-repeat center center;
  background-size: cover;
}
section#about ul.aboutList li div.linkTab span {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #7a8389;
}
section#about ul.aboutList .slick-arrow {
  width: 45px;
  height: 45px;
  top: 110%;
  position: absolute;
  background: #7a8389;
  border-radius: 50%;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  left: 60px;
}
.slick-prev:before {
  content: "<";
}
.slick-next:before {
  content: ">";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #7a8389;
}
.slick-dots {
  left: 150px;
  bottom: -40px;
  display: flex;
  justify-content: space-between;
  width: 350px;
}
section#about ul.aboutList .slick-dots li {
  width: calc(100% / 8);
  height: 5px;
  margin: 0;
  padding: 0;
  margin-right: 0;
  cursor: pointer;
  background: #f6f6f8;
  overflow: hidden;
  border-radius: 0;
}
section#about ul.aboutList .slick-dots li.slick-active {
  background: #c6c6c6;
}
@media screen and (max-width: 768px) {
  section#about {
    overflow: hidden;
    margin-bottom: 50px;
  }
  section#about .inner {
    display: block;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  section#about::after {
    content: "About Us";
    position: absolute;
    bottom: -40px;
    right: 0px;
    font-size: 80px;
    opacity: 0.1;
    color: #848484;
    white-space: nowrap;
  }
  .slick-dots {
    width: 50vw;
  }
}
section#service {
  position: relative;
  margin-bottom: 80px;
}
section#service::after {
  content: "Service";
  position: absolute;
  bottom: -120px;
  right: 0px;
  font-size: 120px;
  opacity: 0.1;
  color: #848484;
  font-weight: bold;
}
section#service .inner {
  width: 1200px;
  margin: 75px auto;
  color: #fff;
}
section#service ul.serviceList {
  width: 90%;
  margin: 30px auto;
  position: relative;
}
section#service ul.serviceList li {
  margin-right: 30px;
}
section#service ul.serviceList li div.bg {
  height: 340px;
  border-radius: 20px;
  position: relative;
}
section#service ul.serviceList li a {
  display: block;
  width: 100%;
  height: 100%;
}
section#service ul.serviceList li a div.linkTab {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 60%;
  padding: 20px 5px 20px 20px;
  border-top-left-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#service ul.serviceList li a div.linkTab::after {
  content: "";
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/arrow_right.png) no-repeat center center;
  background-size: cover;
}
section#service ul.serviceList li a div.linkTab span {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #7a8389;
}
section#service ul.serviceList .slick-arrow {
  width: 45px;
  height: 45px;
  top: 110%;
  position: absolute;
  background: #7a8389;
  border-radius: 50%;
}
section#service ul.serviceList .slick-dots li {
  width: calc(100% / 6);
  height: 5px;
  margin: 0;
  padding: 0;
  margin-right: 0;
  cursor: pointer;
  background: #f6f6f8;
  overflow: hidden;
  border-radius: 0;
}
section#service ul.serviceList .slick-dots li.slick-active {
  background: #c6c6c6;
}
section#service ul.serviceList li p {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section#service {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  section#service .inner {
    display: block;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  section#service::after {
    bottom: -0;
    right: 0px;
    font-size: 80px;
    opacity: 0.1;
    color: #848484;
  }
}
section#recruit {
  margin: 150px 0;
  background: #7a8389;
  border-radius: 80px;
  padding: 75px 0;
}
section#recruit .inner {
  width: 1200px;
  margin: 0 auto 40px auto;
}
section#recruit h2::before {
  display: none;
}
section#recruit h2 {
  color: #fff;
}
section#recruit h2 span {
  color: #fff;
  margin-bottom: 10px;
}
section#recruit .flexBoxPc {
  justify-content: space-between;
}
section#recruit .text {
  width: 60%;
  color: #fff;
  line-height: 2;
}
section#recruit .recruitSlide li {
  margin-right: 10px;
}
section#recruit .recruitSlide li img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
section#recruit a.linkIcon {
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
}
section#recruit a.linkIcon::after {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section#recruit {
    margin: 0 0 80px;
    border-radius: 30px;
    padding: 40px 0;
  }
  section#recruit .inner {
    width: calc(100% - 40px);
    display: block;
  }
  section#recruit .text {
    width: 100%;
    margin: 20px 0;
  }
  section#recruit a.linkIcon {
    margin-top: 20px;
  }
}
/*--------------------------------------------------
**************************************************
  下層ページ
**************************************************
--------------------------------------------------*/

/*--------------------------------------------------
**************************************************
  汎用
**************************************************
--------------------------------------------------*/

.taRight {
  text-align: right;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}

/* button */
.c-button {
  text-decoration: none;
  background: #1f1f1f;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  padding: 12px 50px 12px 30px;
  border-radius: 8px;
  min-width: 100px;
  position: relative;
}
.c-button::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/arrow_left_wh.png) center/contain no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* accordion */
.c-accordion .accordion-header {
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.c-accordion .accordion-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.c-accordion .accordion-header .icon .i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.c-accordion .accordion-header .icon .i:before,
.c-accordion .accordion-header .icon .i:after {
  display: flex;
  content: "";
  background-color: #1f1f1f;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.c-accordion .accordion-header .icon .i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.c-accordion .accordion-header.open .icon .i:before {
  content: none;
}
.c-accordion .accordion-header.open .icon .i:after {
  transform: rotate(-90deg);
}
.c-accordion .accordion-inner {
  display: none;
  padding: 24px 30px;
  border: 1px solid #1f1f1f;
  margin-block: 20px;
}
.c-accordion .accordion-inner .border {
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* Button */
.c-accordion.button:not(:last-child) {
  margin-bottom: 30px;
}

.c-accordion.button .accordion-header .icon {
  right: 10px;
}
.c-accordion.button .accordion-header {
  display: inline-block;
  padding: 12px 60px 12px 30px;
  border-radius: 8px;
  background: #1f1f1f;
  color: #fff;
}
.c-accordion.button .accordion-header .icon .i:before,
.c-accordion.button .accordion-header .icon .i:after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-inner {
    padding: 20px 16px;
  }
  .c-accordion .accordion-header {
    font-size: 20px;
    padding: 10px 17px;
    margin-bottom: 15px;
  }
  .c-accordion.button .accordion-header {
    font-size: 18px;
  }
}
