@charset "UTF-8";
#ez-toc-container ul a::before {
  content: counter(item) ". ";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767.9px) {
  * {
    font-size: 1.5rem;
  }
}

main {
  overflow: hidden;
}

.description {
  font-weight: 400;
  line-height: 2;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

button {
  color: #303030;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #303030;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0;
    /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1;
    /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0;
    /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1;
    /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    /*縦軸の終わりの位置*/
  }
}
.upper {
  text-transform: uppercase;
}

.kb-theme-content-width {
  width: 90%;
}

.cont {
  width: 88.4%;
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  text-decoration: none;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.a-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

.none {
  display: none;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.zen,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
}

.mon {
  font-family: "Montserrat", sans-serif;
}

a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

@media screen and (min-width: 1300px) {
  .header__inner {
    position: fixed;
    top: 35px;
    right: 40px;
    z-index: 10;
    padding: 34px 50px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
            box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
  }
  .header_btns {
    position: absolute;
    right: 0;
    top: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
  }
  .header_btns a {
    margin-top: 10px;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header_btns a:hover {
    opacity: 1;
  }
  .header_btns .header_btn_access {
    background: #485BB3;
    padding: 1px 25px 4px;
    font-size: 2rem;
    height: 35px;
  }
  .header_btns .header_btn_access:hover {
    background: #A6A8D9;
  }
  .header_btns .header_btn_tel {
    background: #FF617C;
    padding: 5px 22px 1px;
    font-size: 1.6rem;
    height: 35px;
  }
  .header_btns .header_btn_tel:hover {
    background: #FFB0BD;
  }
  .header_btns .header_btn_tel span {
    display: inline-block;
    margin-left: 10px;
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: text-bottom;
  }
  .header_btns .header_btn_web {
    background: #FF617C;
    padding: 1px 24px 4px;
    font-size: 2rem;
    height: 35px;
  }
  .header_btns .header_btn_web:hover {
    background: #FFB0BD;
  }
  .header_btns .header_btn_instagram {
    margin-left: 5px;
    margin-top: 0;
    background: #00ADCE;
    display: grid;
    place-content: center;
    width: 60px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
  .header_btns .header_btn_instagram:hover {
    background: #8DD6E6;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 26px;
  }
  .gnav ul li {
    position: relative;
    line-height: 28px;
  }
  .gnav ul li::after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #D3EEF4;
  }
  .gnav ul li:last-child::after {
    display: none;
  }
  .gnav ul li a {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.6rem;
    color: #00ADCE;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 4px;
    padding-top: 10px;
  }
  .gnav ul li a::before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 1px;
    background: #00ADCE;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnav ul li a:hover {
    opacity: 1;
  }
  .gnav ul li a:hover::before {
    width: 40px;
  }
  .ham_block {
    display: none;
  }
  .h_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 160px;
    z-index: 10;
  }
  .h_logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 25px 25px;
    background: #fff;
    border-radius: 0 0 30px 0;
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
            box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
  }
  .h_logo a:hover {
    opacity: 1;
  }
  .h_logo a:hover img {
    opacity: 0.5;
  }
  .h_logo img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
}
@media screen and (max-width: 1299.9px) {
  .ham_none {
    display: none;
  }
  .header {
    height: 60px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .header .h_logo {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .h_logo img {
    width: 270px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .header__inner {
    padding: 0 20px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
            box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
  }
  .header .header-wrap {
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    background: #E8F6F9;
    display: block;
    margin: 0;
    width: 100%;
    height: calc(100svh - 60px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 30px 22px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 90;
    overflow: auto;
  }
  .header .hnav {
    border-top: solid 2px #D3EEF4;
    margin-bottom: 30px;
  }
  .header .hnav ul {
    display: block;
    width: 100%;
  }
  .header .hnav ul li {
    margin-bottom: 0;
    width: 100%;
  }
  .header .hnav ul li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .header .hnav ul li.is-open > a.zen::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .header .hnav a:hover {
    opacity: 1;
  }
  .header .hnav .zen {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00ADCE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0 10px;
    border-bottom: solid 2px #D3EEF4;
    position: relative;
  }
  .header .hnav .zen::before {
    content: none;
  }
  .header .hnav .zen::after {
    content: "";
    background-image: url(../img/f_accordion.png);
    width: 18px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-filter: none;
            filter: none;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .hnav .zen:hover {
    opacity: 1;
  }
  .header .hnav .zen:hover::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .hnav ul li ul li {
    margin-top: 0;
  }
  .header .hnav ul li ul li a {
    display: block;
    color: #00ADCE;
    font-size: 1.4rem;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 30px 12px 15px;
    background: #fff;
    position: relative;
  }
  .header .hnav ul li ul li a::before {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: #D3EEF4;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .hnav ul li ul li a::after {
    content: "";
    width: 7px;
    height: auto;
    aspect-ratio: 7/10;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .hnav ul li ul li a:hover {
    color: #00ADCE;
    opacity: 1;
  }
  .header .hnav ul li ul li:last-child a::before {
    width: 100%;
  }
  .header .hnav ul li:not(:has(> ul)) > a.zen::after {
    background-image: url(../img/arrow.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(601%) hue-rotate(143deg) brightness(91%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(601%) hue-rotate(143deg) brightness(91%) contrast(102%);
    width: 7px;
    right: 6px;
    aspect-ratio: 7/10;
  }
  .header .footer_access {
    margin-top: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 40px 22px;
    margin-inline: auto;
  }
  .header .gnav {
    margin-bottom: 40px;
  }
  .header .gnav ul {
    display: block;
    width: 100%;
  }
  .header .gnav ul li {
    border-bottom: solid 1px #fff;
  }
  .header .gnav ul a {
    color: #fff;
    padding: 20px 5px;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
  }
  .header .header-contact {
    display: none;
  }
  .header .f_contact_btn p {
    color: #fff;
  }
  .header .f_contact_btn div {
    max-width: 309px;
    width: 100%;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1299.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: none;
    border: none;
    color: #fff;
    background: #485BB3;
    border-radius: 50%;
    text-align: center;
  }
  .hamburger__line,
  .hamburger::before,
  .hamburger::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  .hamburger__line {
    left: 11.5px;
    top: 13px;
  }
  .hamburger::before {
    content: "";
    top: 18.5px;
    left: 11.5px;
  }
  .hamburger::after {
    content: "";
    top: 24px;
    left: 11.5px;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 18.5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .hamburger.active::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 18.5px;
  }
  .header-wrap.active {
    visibility: visible;
    opacity: 1;
  }
}
.page_top {
  min-height: 411px;
  padding-top: 200px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    margin-top: 60px;
    min-height: 170px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.page_top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00ADCE;
  opacity: 0.5;
  z-index: 2;
}
.page_top picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page_top picture img {
  width: 100%;
  height: 100%;
}
.page_top .cont {
  position: relative;
  z-index: 3;
}
.page_top .cont .page_title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: -5px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont .page_title {
    font-size: 2.8rem;
  }
}
.page_top .cont .sub_title {
  text-align: center;
  color: #FFFF00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont .sub_title {
    font-size: 1.5rem;
  }
}

.radius {
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .radius {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
  }
}

.wrapper {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.pankuzu .cont {
  width: 76.6%;
  padding: 16px 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  gap: 0 9px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont {
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.pankuzu span,
.pankuzu a {
  font-weight: 700;
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .pankuzu span,
  .pankuzu a {
    font-size: 1.4rem;
  }
}
.pankuzu span:has(.current-item) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pankuzu .current-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pankuzu .bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.pankuzu a {
  color: #A6A8D9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pankuzu span br {
  display: none;
}
.pankuzu .bar {
  background-image: url(../img/arrow.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(29%) saturate(364%) hue-rotate(200deg) brightness(96%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(69%) sepia(29%) saturate(364%) hue-rotate(200deg) brightness(96%) contrast(85%);
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.notice,
.pp,
.pp_top {
  max-width: 840px;
  margin: 0 auto;
  width: 76.6%;
  background: none !important;
}
.notice p,
.notice span,
.notice li,
.notice a,
.pp p,
.pp span,
.pp li,
.pp a,
.pp_top p,
.pp_top span,
.pp_top li,
.pp_top a {
  font-weight: 400;
  line-height: 2;
}
.notice ol,
.notice ul,
.pp ol,
.pp ul,
.pp_top ol,
.pp_top ul {
  margin-top: 10px;
}
.notice ol ul,
.notice ol ol,
.notice ul ul,
.notice ul ol,
.pp ol ul,
.pp ol ol,
.pp ul ul,
.pp ul ol,
.pp_top ol ul,
.pp_top ol ol,
.pp_top ul ul,
.pp_top ul ol {
  margin-top: 0;
}
.notice ol,
.pp ol,
.pp_top ol {
  counter-reset: kunren_ol;
  list-style-position: outside;
}
.notice ol > li,
.pp ol > li,
.pp_top ol > li {
  list-style: none;
  position: relative;
  font-variant-numeric: normal;
  padding-left: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .notice ol > li,
  .pp ol > li,
  .pp_top ol > li {
    margin-bottom: 2px;
  }
}
.notice ol > li strong,
.pp ol > li strong,
.pp_top ol > li strong {
  font-weight: 500;
}
.notice ol > li:before,
.pp ol > li:before,
.pp_top ol > li:before {
  counter-increment: kunren_ol;
  content: "（" counter(kunren_ol) "）";
  position: absolute;
  left: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
}
.notice ul > li,
.pp ul > li,
.pp_top ul > li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 24px;
}

.pp_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .pp_top {
    margin-bottom: 30px;
  }
}

.notice h2,
.pp h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .notice h2,
  .pp h2 {
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-size: 2rem;
  }
}
.notice h2:not(:first-child),
.pp h2:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .notice h2:not(:first-child),
  .pp h2:not(:first-child) {
    margin-top: 20px;
  }
}

.notice h2,
.notice h3,
.notice h4,
.notice h5,
.notice h6 {
  color: #485BB3;
}
.notice h2 {
  border-bottom: solid 2px #ECECF6;
}

.pp h2,
.pp h3,
.pp h4,
.pp h5,
.pp h6 {
  color: #00ADCE;
}
.pp h2 {
  border-bottom: solid 2px #E8F6F9;
}
@media screen and (max-width: 767.9px) {
  .pp h2 {
    font-size: 1.8rem;
  }
}
.pp h2:not(:first-child) {
  margin-top: 30px;
}
.pp .pp_address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 0 20px 0;
  margin-top: 15px;
  padding: 20px 30px;
  margin-left: 0 !important;
  color: #00ADCE;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .pp .pp_address {
    padding: 15px 23.5px;
    margin-top: 10px;
  }
}

.page_recruit {
  background: #E8F6F9;
  padding-bottom: 0;
}

.page_recruit_top_wrap {
  position: relative;
  padding-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap {
    padding-bottom: 80px;
  }
}
.page_recruit_top_wrap::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/back_obi.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap::before {
    height: 50px;
  }
}
.page_recruit_top_wrap .recruit_top {
  max-width: 900px;
  padding-left: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap .recruit_top {
    padding-left: 0;
  }
}
.page_recruit_top_wrap .recruit_top p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap .recruit_top p {
    margin: 0 22px;
  }
}
.page_recruit_top_wrap .recruit_top .img_wrap {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 40px;
  width: 48.3%;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap .recruit_top .img_wrap {
    width: 100%;
    margin-top: 20px;
    padding: 20px 22px 0 22px;
  }
}
.page_recruit_top_wrap .recruit_top .img_wrap::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 25px 0 25px 0;
  background: #8DD6E6;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap .recruit_top .img_wrap::before {
    width: 80px;
    border-radius: 20px 0 20px 0;
  }
}
.page_recruit_top_wrap .recruit_top .img_wrap::after {
  content: "";
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 15px 0 15px 0;
  background: #00ADCE;
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page_recruit_top_wrap .recruit_top .img_wrap::after {
    bottom: 10px;
  }
}
.page_recruit_top_wrap .recruit_top .img_wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 30px 0;
  display: block;
}

.recruit_list {
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .recruit_list {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.recruit_list .cont {
  max-width: 840px;
}
.recruit_list .recruit_list_content {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .recruit_list .recruit_list_content {
    margin-bottom: 30px;
  }
}
.recruit_list .recruit_list_content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 71px;
  padding-bottom: 15px;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit_list .recruit_list_content h2 {
    font-size: 2rem;
    padding-bottom: 11px;
    margin-bottom: 20px;
    padding-left: 57px;
  }
}
.recruit_list .recruit_list_content h2::before {
  content: "";
  width: 51px;
  height: auto;
  aspect-ratio: 51/44;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 7px;
}
@media screen and (max-width: 767.9px) {
  .recruit_list .recruit_list_content h2::before {
    width: 42px;
    bottom: 4px;
  }
}
.recruit_list ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .recruit_list ul {
    gap: 15px;
  }
}
.recruit_list ul li {
  width: 195px;
}
@media screen and (max-width: 767.9px) {
  .recruit_list ul li {
    width: calc((100% - 15px) / 2);
  }
}
.recruit_list ul li a {
  width: 100%;
  min-height: 90px;
  display: grid;
  place-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 14px 50px 16px 25px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .recruit_list ul li a {
    min-height: 70px;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
  }
}
.recruit_list ul li a::before {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.9px) {
  .recruit_list ul li a::before {
    width: 12px;
    right: 15px;
  }
}
.recruit_list ul li a:hover {
  color: #fff;
  opacity: 1;
}
.recruit_list ul li a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
}
.recruit_list .fulltime h2 {
  color: #485BB3;
  border-bottom: solid 2px #485BB3;
}
.recruit_list .fulltime h2::before {
  background-image: url(../img/ashirai_blue.png);
}
.recruit_list .fulltime ul li a {
  background: #ECECF6;
  color: #485BB3;
}
.recruit_list .fulltime ul li a:hover {
  background: #485BB3;
  color: #fff;
}
.recruit_list .parttime h2 {
  color: #00ADCE;
  border-bottom: solid 2px #00ADCE;
}
.recruit_list .parttime h2::before {
  background-image: url(../img/ashirai_main.png);
}
.recruit_list .parttime ul li a {
  background: #E8F6F9;
  color: #00ADCE;
}
.recruit_list .parttime ul li a:hover {
  background: #00ADCE;
  color: #fff;
}
.recruit_list .parttime ul li a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
}
.recruit_list .parttime ul li a::before {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(79%) saturate(3223%) hue-rotate(157deg) brightness(98%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(51%) sepia(79%) saturate(3223%) hue-rotate(157deg) brightness(98%) contrast(105%);
}

.news_archive .cont,
.column_archive .cont {
  max-width: 840px;
}

.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .pagination ul.page-numbers {
    gap: 8px;
  }
}
.pagination span,
.pagination a {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #E8F6F9;
  color: #00ADCE;
}
@media screen and (max-width: 767.9px) {
  .pagination span,
  .pagination a {
    width: 40px;
    font-size: 1.4rem;
  }
}
.pagination a:hover {
  background: #8DD6E6;
  opacity: 1;
}
.pagination .current {
  border: solid 1px #00ADCE;
}
.pagination .dots {
  background: none;
  margin-top: -5px;
}
.pagination .prev,
.pagination .next {
  background: #00ADCE;
}
.pagination .prev::after,
.pagination .next::after {
  content: "";
  width: 11px;
  height: auto;
  aspect-ratio: 11/16;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
@media screen and (max-width: 767.9px) {
  .pagination .prev::after,
  .pagination .next::after {
    width: 8px;
  }
}
.pagination .prev:hover,
.pagination .next:hover {
  opacity: 0.5;
}
.pagination .prev:hover::after,
.pagination .next:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.pagination .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.news_archive .cont {
  width: 76.6%;
}
.news_archive .news_list {
  border-top: solid 2px #D3EEF4;
}
.news_archive .news_list li {
  border-bottom: solid 2px #D3EEF4;
  width: 100%;
}
.news_archive .news_list a {
  padding: 23px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .news_archive .news_list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 0 18px;
  }
}
.news_archive .news_list a time {
  color: #00ADCE;
  min-width: 103px;
}
@media screen and (max-width: 767.9px) {
  .news_archive .news_list a time {
    margin-bottom: 3px;
  }
}
.news_archive .news_list a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767.9px) {
  .news_archive .news_list a .news_title {
    -webkit-line-clamp: 2;
  }
}

.column_list {
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .column_list {
    gap: 20px;
  }
}
.column_list li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1024px) {
  .column_list li {
    width: 100%;
    max-width: 500px;
  }
}
.column_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .column_list a {
    padding-right: 0;
    gap: 10px;
  }
}
.column_list a .img {
  width: 44.5%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 18/13;
  border-radius: 15px;
}
@media screen and (max-width: 767.9px) {
  .column_list a .img {
    width: 43.5%;
  }
}
.column_list a .img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column_list a:hover {
  opacity: 1;
}
.column_list a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.column_list a:hover .column_title {
  color: #8DD6E6;
}
.column_list a .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .column_list a .detail {
    width: 100%;
    padding-top: 0;
  }
}
.column_list a .time_wrap {
  gap: 10px;
  margin-bottom: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .column_list a .time_wrap {
    margin-bottom: 12px;
    gap: 9px;
  }
}
.column_list a .time_wrap time {
  color: #00ADCE;
}
.column_list a .time_wrap .cat_wrap {
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 120px;
}
.column_list a .time_wrap .cat_wrap .cat_label {
  background: #D3EEF4;
  color: #485BB3;
  padding: 4px 10px;
  border-radius: 12px;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .column_list a .time_wrap .cat_wrap .cat_label {
    font-size: 1.4rem;
  }
}
.column_list a .column_title {
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive_btn_wrap .post_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .archive_btn_wrap .post_nav {
    gap: 8px;
    margin-top: 30px;
  }
}
.archive_btn_wrap .cont {
  background: none !important;
}
.archive_btn_wrap .more_btn_archive {
  background: #00ADCE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 320px;
  background: #00ADCE;
  border-radius: 100px;
  height: 50px;
  color: #fff;
  gap: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .archive_btn_wrap .more_btn_archive {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 40px;
    font-size: 1.6rem;
    max-width: 220px;
    gap: 14px;
  }
}
.archive_btn_wrap .more_btn_archive .arrow {
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .archive_btn_wrap .more_btn_archive .arrow {
    width: 8px;
  }
}
.archive_btn_wrap .more_btn_archive:hover {
  opacity: 0.5;
}
.archive_btn_wrap .more_btn_archive:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.archive_btn_wrap .post_nav__prev,
.archive_btn_wrap .post_nav__next {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .archive_btn_wrap .post_nav__prev,
  .archive_btn_wrap .post_nav__next {
    width: 40px;
    height: 40px;
  }
}
.archive_btn_wrap .post_nav__prev a,
.archive_btn_wrap .post_nav__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #00ADCE;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive_btn_wrap .post_nav__prev a:hover,
.archive_btn_wrap .post_nav__next a:hover {
  opacity: 0.5;
}
.archive_btn_wrap .post_nav__prev a img,
.archive_btn_wrap .post_nav__next a img {
  width: 10px;
  height: auto;
  aspect-ratio: 10/15;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .archive_btn_wrap .post_nav__prev a img,
  .archive_btn_wrap .post_nav__next a img {
    width: 8px;
  }
}
.archive_btn_wrap .post_nav__prev a {
  padding-right: 3px;
}
.archive_btn_wrap .post_nav__prev a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.archive_btn_wrap .post_nav__prev:hover a img {
  -webkit-transform: rotate(180deg) translateX(4px);
          transform: rotate(180deg) translateX(4px);
}
.archive_btn_wrap .post_nav__empty {
  width: 50px;
}
.archive_btn_wrap .post_nav__next a {
  padding-left: 3px;
}
.archive_btn_wrap .post_nav__next a:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.bg_gray {
  background: #F9F9F9;
}

.article_news .cont {
  max-width: 840px;
}
@media screen and (max-width: 767.9px) {
  .article_news .inner {
    margin-inline: 22px;
  }
}

.article_column .cont {
  padding-bottom: 1px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_column .cont {
    border-radius: 30px;
  }
}
.article_column .inner {
  padding: 67px 80px 0;
  margin-bottom: 79px;
}
@media screen and (max-width: 767.9px) {
  .article_column .inner {
    padding: 34px 22px 0;
    margin-bottom: 39px;
  }
}
.article_column .cat_wrap {
  gap: 10px;
}
.article_column .cat_wrap .cat_label {
  background: #D3EEF4;
  color: #485BB3;
  border-radius: 12px;
  line-height: 1.5;
  font-size: 1.6rem;
  padding: 0 15px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .article_column .cat_wrap .cat_label {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.article_header time {
  color: #00ADCE;
}
.article_header h2 {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 18px;
  line-height: 1.5;
  border-bottom: solid 2px #ECECF6;
}
@media screen and (max-width: 767.9px) {
  .article_header h2 {
    margin-top: 15px;
    font-size: 2.4rem;
    padding-bottom: 13px;
  }
}

.article_content {
  padding-top: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .article_content {
    padding-top: 20px;
  }
}
.article_content a {
  text-decoration: underline;
}
.article_content p,
.article_content li,
.article_content span,
.article_content a {
  line-height: 2;
}
.article_content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .article_content p {
    margin-bottom: 20px;
  }
}
.article_content .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .article_content .wp-block-columns {
    gap: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .article_content .wp-block-columns .wp-block-column:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .article_content .wp-block-columns .wp-block-column figure {
    margin: 0;
  }
}
.article_content .wp-block-columns p {
  margin-bottom: 0;
}
.article_content .wp-block-columns h2 {
  margin-top: 0;
}
.article_content figure {
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .article_content figure {
    margin-top: 15px;
  }
}
.article_content img {
  border-radius: 15px;
  display: inline-block;
}
.article_content h2 {
  margin-top: 40px;
  color: #00ADCE;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 24px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .article_content h2 {
    font-size: 1.8rem;
    padding-left: 19px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.article_content h2 span {
  line-height: 1.5;
}
.article_content h2::before, .article_content h2::after {
  content: "";
  background: #00ADCE;
  border-radius: 1px;
  top: 8px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .article_content h2::before, .article_content h2::after {
    top: 3px;
  }
}
.article_content h2::before {
  width: 4px;
  height: 24px;
  left: -2px;
}
@media screen and (max-width: 767.9px) {
  .article_content h2::before {
    height: 22px;
  }
}
.article_content h2::after {
  width: 2px;
  height: 24px;
  left: 7px;
}
@media screen and (max-width: 767.9px) {
  .article_content h2::after {
    height: 22px;
  }
}

#ez-toc-container {
  margin: 40px 0 50px;
  background: #E8F6F9 !important;
  padding: 20px 40px 30px;
  border: none !important;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  #ez-toc-container {
    padding: 15px 20px 25px;
    margin: 20px 0 30px;
  }
}
#ez-toc-container .ez-toc-title {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #303030 !important;
}
@media screen and (max-width: 767.9px) {
  #ez-toc-container .ez-toc-title {
    font-size: 2rem !important;
  }
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 8px;
  }
}
#ez-toc-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  #ez-toc-container ul {
    gap: 3px;
  }
}
#ez-toc-container ul a {
  color: #00ADCE !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  #ez-toc-container ul a {
    font-size: 1.4rem !important;
  }
}
#ez-toc-container ul a::before {
  margin-right: 3px;
  color: #00ADCE !important;
}
#ez-toc-container ul a:hover {
  text-decoration: none;
}

.column1,
.column2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .column1,
  .column2 {
    gap: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column2 .wp-block-column:first-child {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.9px) {
  .single-works .pankuzu {
    margin-top: 10px;
  }
}

.notfound_wrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .notfound_wrap {
    margin-bottom: 80px;
  }
}
.notfound_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .notfound_wrap h2 {
    font-size: 2.3rem;
  }
}
.notfound_wrap .description {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .notfound_wrap .description {
    font-size: 1.6rem;
    text-align: left;
  }
}

.page_about_us section h2 {
  position: relative;
  z-index: 2;
  color: #485BB3;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page_about_us section h2 {
    font-size: 2.4rem;
  }
}
.page_about_us section h2::before {
  content: "";
  width: 102px;
  height: auto;
  aspect-ratio: 102/80;
  background-image: url(../img/headig_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.9px) {
  .page_about_us section h2::before {
    width: 76px;
  }
}

.about_us-top {
  padding-bottom: 175px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about_us-top {
    padding-bottom: 90px;
  }
}
.about_us-top h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .about_us-top h2 {
    margin-bottom: 30px;
  }
}
.about_us-top::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/back_obi.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(16%) saturate(119%) hue-rotate(154deg) brightness(105%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(16%) saturate(119%) hue-rotate(154deg) brightness(105%) contrast(96%);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .about_us-top::before {
    height: 50px;
  }
}
.about_us-top .cont {
  position: relative;
  z-index: 2;
  max-width: 840px;
}
.about_us-top .cont::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 15/13;
  background-image: url(../img/ashirai4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -65px;
  right: -110px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .about_us-top .cont::before {
    width: 80px;
    background-image: url(../img/ashirai4-sp.svg);
    aspect-ratio: 80/75;
    right: -12px;
    top: -12px;
  }
}
.about_us-top h3 {
  color: #00ADCE;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .about_us-top h3 {
    font-size: 2.8rem;
    margin-bottom: 18px;
  }
}

.about_us-in-hospital-images {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  background: #E8F6F9;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.about_us-in-hospital-images::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 15/13;
  background-image: url(../img/ashirai2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 47px;
  left: -7px;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images::before {
    background-image: url(../img/ashirai2-sp.svg);
    width: 80px;
    aspect-ratio: 80/75;
    top: 0;
    left: -10px;
  }
}
.about_us-in-hospital-images h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images h2 {
    margin-bottom: 40px;
  }
}
.about_us-in-hospital-images ul {
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images ul {
    gap: 20px;
  }
}
.about_us-in-hospital-images ul li:nth-child(4n+3) {
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images ul li:nth-child(4n+3) {
    margin: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images ul li:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
.about_us-in-hospital-images ul li {
  width: calc((100% - 110px) / 2);
  height: auto;
  aspect-ratio: 445/300;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images ul li {
    width: calc(100% - 22px);
  }
}
.about_us-in-hospital-images ul li img {
  width: 100%;
  height: 100%;
  border-radius: 40px 0 40px 0;
  display: block;
}
.about_us-in-hospital-images ul li p {
  position: absolute;
  left: 15px;
  bottom: 10px;
  background: #fff;
  border-radius: 100px;
  color: #485BB3;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 6.5px 30px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width: 767.9px) {
  .about_us-in-hospital-images ul li p {
    font-size: 1.6rem;
    padding: 4px 20px;
    left: 10px;
    bottom: 8px;
  }
}

.about_us-facilities {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities {
    padding-top: 50px;
  }
}
.about_us-facilities::before {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50px;
  right: 53px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities::before {
    background-image: url(../img/ashirai1-sp.svg);
    aspect-ratio: 95/100;
    top: 30px;
    right: -10px;
    width: 95px;
  }
}
.about_us-facilities h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities h2 {
    margin-bottom: 60px;
  }
}
.about_us-facilities .cont {
  max-width: 840px;
}
.about_us-facilities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities ul {
    gap: 32px;
  }
}
.about_us-facilities li {
  background: #E8F6F9;
  border-radius: 30px;
  padding: 30px 40px;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li {
    border-radius: 20px;
    padding: 0 15px 22px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about_us-facilities li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li .detail {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0 5px;
  }
}
.about_us-facilities li .detail h3 {
  color: #00ADCE;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: solid 2px #00ADCE;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li .detail h3 {
    font-size: 1.8rem;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
}
.about_us-facilities li .img {
  margin-top: -53px;
  -webkit-transform: translateX(62px);
          transform: translateX(62px);
  width: 41.5%;
  overflow: hidden;
  border-radius: 30px;
  border: solid 5px #fff;
  margin-left: -38px;
  margin-bottom: -14px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li .img {
    margin: 0;
    width: 100%;
    max-width: 500px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-bottom: -5px;
  }
}
.about_us-facilities li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/210;
  border-radius: 30px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li .img img {
    border-radius: 20px;
  }
}
.about_us-facilities li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.about_us-facilities li:nth-child(even) .img {
  -webkit-transform: translateX(-62px);
          transform: translateX(-62px);
  margin-left: 0;
  margin-right: -38px;
}
@media screen and (max-width: 767.9px) {
  .about_us-facilities li:nth-child(even) .img {
    margin: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.page_information {
  background: #F9F9F9;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.page_information .pankuzu {
  margin-bottom: 0;
}
.page_information .information_list {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .page_information .information_list .info-last-item__body:nth-child(n+3) {
    margin-top: 20px;
  }
}
.page_information .information_list h3 {
  position: relative;
  padding-left: 24px;
  display: block;
  font-size: 2rem;
  font-family: "zen maru gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list h3 {
    font-size: 1.8rem;
    margin-top: 0;
    padding-left: 19px;
    margin-bottom: 8px;
  }
}
.page_information .information_list h3::before, .page_information .information_list h3::after {
  height: 24px;
  position: absolute;
  top: 5px;
  border-radius: 1px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list h3::before, .page_information .information_list h3::after {
    height: 22px;
    top: 3px;
  }
}
.page_information .information_list h3::before {
  content: "";
  width: 4px;
  left: 0;
}
.page_information .information_list h3::after {
  content: "";
  width: 2px;
  left: 7px;
}
.page_information .information_list .top_inner {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_information .information_list .top_inner .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .detail {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_information .information_list .top_inner .heading_wrap {
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .heading_wrap {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.page_information .information_list .top_inner .heading_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .heading_wrap h2 {
    font-size: 2.4rem;
  }
}
.page_information .information_list .top_inner .info_logo {
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .info_logo {
    margin-top: 5px;
    margin-right: 15px;
  }
}
.page_information .information_list .top_inner .info_logo div {
  z-index: 2;
  position: relative;
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 25px 0 25px 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .info_logo div {
    width: 90px;
    border-radius: 20px 0 20px 0;
  }
}
.page_information .information_list .top_inner .info_logo img {
  display: block;
  width: 70px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .info_logo img {
    width: 60px;
  }
}
.page_information .information_list .top_inner .info_logo::before {
  content: "";
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 15px 0 15px 0;
  position: absolute;
  top: -10px;
  right: -20px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .info_logo::before {
    right: -15px;
    top: -5px;
  }
}
.page_information .information_list .top_inner .info_logo::after {
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8px 0 8px 0;
  position: absolute;
  bottom: 10px;
  left: -20px;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .info_logo::after {
    width: 20px;
    left: -10px;
    border-radius: 6px 0 6px 0;
  }
}
.page_information .information_list .top_inner .img {
  width: 300px;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .img {
    margin-top: 0;
    width: 100%;
  }
}
.page_information .information_list .top_inner .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list .top_inner .img img {
    border-radius: 20px;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .page_information .information_list .top_inner .info-last-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .page_information .information_list .top_inner .info-last-imgs img {
    width: calc(100% - 50px);
  }
  .page_information .information_list .top_inner .info-last-imgs img:nth-child(even) {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .page_information .information_list .img.sp-block {
    margin-top: 20px;
  }
}
.page_information .information_list:nth-child(2) {
  position: relative;
}
.page_information .information_list:nth-child(2)::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 15/13;
  background-image: url(../img/ashirai2-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 60px;
  left: -7px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list:nth-child(2)::before {
    content: none;
  }
}
.page_information .information_list:nth-child(odd) {
  background: #F9F9F9;
}
.page_information #information-1 {
  padding-top: 0;
}
.page_information .information_list.blue .top_inner .heading_wrap h2 {
  color: #485BB3;
}
.page_information .information_list.blue h3 {
  color: #485BB3;
}
.page_information .information_list.blue h3::before, .page_information .information_list.blue h3::after {
  background: #485BB3;
}
.page_information .information_list.blue .top_inner .info_logo div {
  background: #ECECF6;
}
.page_information .information_list.blue .top_inner .info_logo::before {
  background: #485BB3;
}
.page_information .information_list.blue .top_inner .info_logo::after {
  background: #485BB3;
}
.page_information .information_list.blue .bottom_inner {
  background: #ECECF6;
}
.page_information .information_list.blue .bottom_inner h3 {
  color: #485BB3;
}
.page_information .information_list.blue .bottom_inner h3::before, .page_information .information_list.blue .bottom_inner h3::after {
  background: #485BB3;
}
.page_information .information_list.pink .top_inner .heading_wrap h2 {
  color: #FF617C;
}
.page_information .information_list.pink h3 {
  color: #FF617C;
}
.page_information .information_list.pink h3::before, .page_information .information_list.pink h3::after {
  background: #FF617C;
}
.page_information .information_list.pink .top_inner .info_logo div {
  background: #FFEFF2;
}
.page_information .information_list.pink .top_inner .info_logo::before {
  background: #FF617C;
}
.page_information .information_list.pink .top_inner .info_logo::after {
  background: #FF617C;
}
.page_information .information_list.pink .bottom_inner {
  background: #FFEFF2;
}
.page_information .information_list.pink .bottom_inner h3 {
  color: #FF617C;
}
.page_information .information_list.pink .bottom_inner h3::before, .page_information .information_list.pink .bottom_inner h3::after {
  background: #FF617C;
}
.page_information .information_list.orange .top_inner .heading_wrap h2 {
  color: #FF7800;
}
.page_information .information_list.orange h3 {
  color: #FF7800;
}
.page_information .information_list.orange h3::before, .page_information .information_list.orange h3::after {
  background: #FF7800;
}
.page_information .information_list.orange .top_inner .info_logo div {
  background: #FFF1E5;
}
.page_information .information_list.orange .top_inner .info_logo::before {
  background: #FF7800;
}
.page_information .information_list.orange .top_inner .info_logo::after {
  background: #FF7800;
}
.page_information .information_list.orange .bottom_inner {
  background: #FFF1E5;
}
.page_information .information_list.orange .bottom_inner h3 {
  color: #FF7800;
}
.page_information .information_list.orange .bottom_inner h3::before, .page_information .information_list.orange .bottom_inner h3::after {
  background: #FF7800;
}
.page_information .information_list.light-blue .top_inner .heading_wrap h2 {
  color: #00ADCE;
}
.page_information .information_list.light-blue h3 {
  color: #00ADCE;
}
.page_information .information_list.light-blue h3::before, .page_information .information_list.light-blue h3::after {
  background: #00ADCE;
}
.page_information .information_list.light-blue::before, .page_information .information_list.light-blue::after {
  background: #00ADCE;
}
.page_information .information_list.light-blue .top_inner .info_logo div {
  background: #E8F6F9;
}
.page_information .information_list.light-blue .top_inner .info_logo::before {
  background: #00ADCE;
}
.page_information .information_list.light-blue .top_inner .info_logo::after {
  background: #00ADCE;
}
.page_information .information_list.light-blue .bottom_inner {
  background: #E8F6F9;
}
.page_information .information_list.light-blue .bottom_inner h3 {
  color: #00ADCE;
}
.page_information .information_list.light-blue .bottom_inner h3::before, .page_information .information_list.light-blue .bottom_inner h3::after {
  background: #00ADCE;
}
.page_information .information_list.light-blue .information_list:nth-child(odd) {
  background: #F9F9F9;
}
.page_information .information_list:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_information .information_list:last-child {
    padding-bottom: 100px;
  }
}

.information_bottom {
  background: #ECECF6;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .information_bottom {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
.information_bottom::before {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -50px;
  right: 53px;
}
@media screen and (max-width: 767.9px) {
  .information_bottom::before {
    background-image: url(../img/ashirai1-sp.svg);
    aspect-ratio: 95/100;
    width: 95px;
    right: -10px;
    top: -30px;
  }
}
.information_bottom .cont {
  max-width: 840px;
}
.information_bottom h2 {
  position: relative;
  z-index: 2;
  color: #485BB3;
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .information_bottom h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.information_bottom h2::before {
  content: "";
  width: 102px;
  height: auto;
  aspect-ratio: 102/80;
  background-image: url(../img/headig_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.9px) {
  .information_bottom h2::before {
    width: 76px;
  }
}

.page_first h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: solid 2px #00ADCE;
  margin-bottom: 28px;
  color: #00ADCE;
}
@media screen and (max-width: 767.9px) {
  .page_first h2 {
    font-size: 2.4rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.page_first h2::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/heart_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(21%) saturate(3779%) hue-rotate(156deg) brightness(100%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(46%) sepia(21%) saturate(3779%) hue-rotate(156deg) brightness(100%) contrast(100%);
}
@media screen and (max-width: 767.9px) {
  .page_first h2::before {
    width: 15px;
    margin-top: 3px;
  }
}

.first_section1 .cont,
.first_section2 .cont,
.first_section3 .cont {
  max-width: 840px;
}

.reservation_btn_wrap {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reservation_btn_wrap a {
  border-radius: 20px 0 20px 0;
  gap: 20px;
  padding: 22px 50px 24px;
  width: calc((100% - 40px) / 2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap a {
    width: 100%;
    gap: 15px;
    padding: 15px 40px;
    height: 70px;
    max-width: 400px;
  }
}
.reservation_btn_wrap a::before {
  content: "";
  width: 13px;
  height: auto;
  aspect-ratio: 13/20;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap a::before {
    width: 10px;
    right: 40px;
  }
}
.reservation_btn_wrap a .icon {
  background: #fff;
  display: grid;
  place-content: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap a .icon {
    width: 40px;
  }
}
.reservation_btn_wrap a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reservation_btn_wrap a span {
  color: #fff;
  font-weight: 700;
}
.reservation_btn_wrap a:hover {
  opacity: 1;
}
.reservation_btn_wrap a:hover img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0.5;
}
.reservation_btn_wrap .web_btn {
  background: #485BB3;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .web_btn img {
    width: 28.3px;
  }
}
.reservation_btn_wrap .web_btn span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .web_btn span {
    font-size: 1.8rem;
  }
}
.reservation_btn_wrap .web_btn:hover {
  background: #A6A8D9;
}
.reservation_btn_wrap .web_btn:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.reservation_btn_wrap .tel_btn {
  background: #00ADCE;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .tel_btn img {
    width: 18.6px;
  }
}
.reservation_btn_wrap .tel_btn::before {
  content: none;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .tel_btn::before {
    content: "";
  }
}
.reservation_btn_wrap .tel_btn span {
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 1px;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .tel_btn span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.reservation_btn_wrap .tel_btn .tel {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .reservation_btn_wrap .tel_btn .tel {
    font-size: 2rem;
  }
}
.reservation_btn_wrap .tel_btn:hover {
  background: #8DD6E6;
}

.first_section1 {
  padding-bottom: 140px;
}
@media screen and (max-width: 767.9px) {
  .first_section1 {
    padding-bottom: 80px;
  }
}
.first_section1 p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .first_section1 p {
    margin-bottom: 20px;
  }
}

.first_section2 {
  border-radius: 80px 80px 0 0;
  background: #F9F9F9;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767.9px) {
  .first_section2 {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.first_section2 .cont {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .first_section2 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.first_section2 .cont .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .first_section2 .cont .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.first_section2 .cont .img {
  width: 39.3%;
}
@media screen and (max-width: 767.9px) {
  .first_section2 .cont .img {
    width: 100%;
    max-width: 500px;
  }
}
.first_section2 .cont .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 330/256;
  border-radius: 40px 0 40px 0;
}
@media screen and (max-width: 767.9px) {
  .first_section2 .cont .img img {
    border-radius: 30px 0 30px 0;
  }
}

.first_section3 {
  border-radius: 80px 80px 0 0;
  background: #fff;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .first_section3 {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding-top: 45px;
  }
}
.first_section3 h2 {
  border-bottom: none;
  padding-bottom: 0;
}
.first_section3 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol {
    gap: 30px;
  }
}
.first_section3 ol::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background-image: radial-gradient(circle, #8DD6E6 3px, transparent 3px);
  background-size: 6px 9.7px;
  background-repeat: repeat-y;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol::before {
    width: 4px;
  }
}
.first_section3 ol li {
  padding: 30px 30px 30px 60px;
  background: #E8F6F9;
  border-radius: 20px;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li {
    padding: 25px 22px;
    border-radius: 15px;
    gap: 20px;
  }
}
.first_section3 ol li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.first_section3 ol li .detail h3 {
  font-weight: 700;
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .detail h3 {
    margin-bottom: 8px;
  }
}
.first_section3 ol li .detail h3 .step {
  color: #00ADCE;
  font-size: 1.5rem;
  margin-right: 3px;
  margin-top: 10px;
}
.first_section3 ol li .detail h3 .no {
  font-size: 2.4rem;
  color: #00ADCE;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .detail h3 .no {
    margin-right: 15px;
  }
}
.first_section3 ol li .detail h3 .step_heading {
  font-size: 2rem;
  margin-top: 3px;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .detail h3 .step_heading {
    font-size: 1.8rem;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li p {
    font-size: 1.6rem;
  }
}
.first_section3 ol li .img {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .img {
    width: 100%;
  }
}
.first_section3 ol li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/210;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .first_section3 ol li .img img {
    border-radius: 10px;
    aspect-ratio: 287/196;
  }
}

.anchor {
  position: relative;
  padding-bottom: 175px;
}
@media screen and (max-width: 767.9px) {
  .anchor {
    padding-bottom: 90px;
  }
}
.anchor::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/back_obi.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(1303%) hue-rotate(187deg) brightness(98%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(1303%) hue-rotate(187deg) brightness(98%) contrast(96%);
}
@media screen and (max-width: 767.9px) {
  .anchor::before {
    height: 50px;
  }
}
.anchor ul {
  gap: 15px 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .anchor ul {
    gap: 10px;
  }
}
.anchor ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767.9px) {
  .anchor ul li {
    width: calc((100% - 10px) / 2);
  }
}
.anchor ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ECECF6;
  border-radius: 30px;
  padding: 16.5px 24px;
  color: #485BB3;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .anchor ul li a {
    gap: 4px 8px;
    font-size: 1.4rem;
    padding: 9px 10px 7px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anchor ul li a span {
    line-height: 1.2142857143;
  }
}
.anchor ul li a::after {
  content: "";
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(16%) saturate(2068%) hue-rotate(192deg) brightness(91%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(16%) saturate(2068%) hue-rotate(192deg) brightness(91%) contrast(94%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-filter 0.1s, -webkit-transform 0.3s;
  transition: -webkit-filter 0.1s, -webkit-transform 0.3s;
  transition: filter 0.1s, transform 0.3s;
  transition: filter 0.1s, transform 0.3s, -webkit-filter 0.1s, -webkit-transform 0.3s;
}
.anchor ul li a:hover {
  background: #485BB3;
  color: #fff;
  opacity: 1;
}
.anchor ul li a:hover::after {
  -webkit-transform: rotate(90deg) translateX(4px);
          transform: rotate(90deg) translateX(4px);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(101%) !important;
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(101%) !important;
}

.page_faq {
  padding-bottom: 40px;
}

.faq_anchor {
  padding-bottom: 175px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .faq_anchor {
    padding-bottom: 90px;
  }
}
.faq_anchor::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(1547%) hue-rotate(63deg) brightness(111%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(1547%) hue-rotate(63deg) brightness(111%) contrast(95%);
}
.faq_anchor ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767.9px) {
  .faq_anchor ul li {
    width: 100%;
  }
}
.faq_anchor ul li a {
  color: #00ADCE;
  font-weight: 700;
  background: #E8F6F9;
  padding: 12px 24px 11px;
}
@media screen and (max-width: 767.9px) {
  .faq_anchor ul li a {
    border-radius: 20px;
    padding: 7px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faq_anchor ul li a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(75%) saturate(566%) hue-rotate(142deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(46%) sepia(75%) saturate(566%) hue-rotate(142deg) brightness(100%) contrast(103%);
}
.faq_anchor ul li a:hover {
  background: #00ADCE;
}

.faq_list_wrap:nth-child(odd) .inner {
  background: #F9F9F9;
}
.faq_list_wrap:nth-child(odd) .inner .faq_list .accordion_item--accordion {
  background: #fff;
}
.faq_list_wrap:nth-child(odd) .inner .faq_list .accordion_panel .content {
  background: #E8F6F9;
}
.faq_list_wrap:nth-child(odd) .inner .faq_list .accordion_panel .content p {
  line-height: 1.5;
}
.faq_list_wrap .inner {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .inner {
    padding: 30px 0 40px;
  }
}
.faq_list_wrap .cont {
  max-width: 840px;
}
.faq_list_wrap h2 {
  padding-left: 35px;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #485BB3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap h2 {
    font-size: 2.4rem;
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
.faq_list_wrap h2::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/heart_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 16px;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap h2::before {
    width: 15px;
    top: 12px;
  }
}
.faq_list_wrap .faq_list .accordion_item--accordion {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #E8F6F9;
  margin-bottom: 30px;
  border-radius: 40px;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_item--accordion {
    margin-bottom: 15px;
    border-radius: 35px;
  }
}
.faq_list_wrap .faq_list .accordion_item--accordion:last-child {
  margin-bottom: 0;
}
.faq_list_wrap .faq_list .accordion_toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 26px 60px 24px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_toggle {
    padding: 14px 47px 14px 51px;
    font-size: 1.6rem;
    min-height: 100px;
  }
}
.faq_list_wrap .faq_list .accordion_toggle .mon {
  font-size: 6rem;
  font-weight: 700;
  opacity: 0.1;
  color: #00ADCE;
  position: absolute;
  left: 30px;
  top: -7px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_toggle .mon {
    left: 12px;
    top: 0;
  }
}
.faq_list_wrap .faq_list .accordion_toggle:focus-visible {
  outline: 1px solid #303030;
  outline-offset: 1px;
}
.faq_list_wrap .faq_list .accordion_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  width: 14px;
  height: 12px;
  background: url(../img/faq_open.svg) no-repeat center/contain;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_toggle::after {
    right: 22px;
    width: 12px;
    height: 12px;
  }
}
.faq_list_wrap .faq_list .accordion_toggle::before {
  display: none;
}
.faq_list_wrap .faq_list .accordion_toggle[aria-expanded=true]::after {
  width: 14px;
  height: 14px;
  background-image: url(../img/faq_close.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-image 0s 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_toggle[aria-expanded=true]::after {
    width: 11px;
    height: 11px;
  }
}
.faq_list_wrap .faq_list .accordion_panel {
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
  padding: 0 40px;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_panel {
    padding: 0 22px;
  }
}
.faq_list_wrap .faq_list .accordion_panel .content {
  margin-bottom: 40px;
  border-radius: 15px;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .faq_list .accordion_panel .content {
    padding: 20px;
    margin-bottom: 22px;
  }
}
.faq_list_wrap .faq_list .accordion_panel p {
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .symptom_anchor,
  .disease_anchor {
    position: relative;
  }
  .symptom_anchor::after,
  .disease_anchor::after {
    content: "";
    width: 95px;
    height: auto;
    aspect-ratio: 95/100;
    background-image: url(../img/ashirai1-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -10px;
    bottom: -32px;
  }
}

.symptom_anchor::before {
  -webkit-filter: brightness(0) saturate(100%) invert(84%) sepia(11%) saturate(120%) hue-rotate(201deg) brightness(106%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(84%) sepia(11%) saturate(120%) hue-rotate(201deg) brightness(106%) contrast(105%);
}

.page_symptom .symptom_content {
  background: #ECECF6;
}
.page_symptom .c-info-list .cont {
  background: #fff;
}
.page_symptom .c-info-list h3 {
  border-bottom: solid 2px #ECECF6;
  color: #485BB3;
}
.page_symptom .symptom_symptoms {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_symptoms {
    margin-bottom: 16px;
  }
}
.page_symptom .symptom_symptoms .c-info-block__title {
  color: #00ADCE;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_symptoms .c-info-block__title {
    margin-bottom: 8px;
  }
}
.page_symptom .symptom_symptoms .c-info-block__title::before, .page_symptom .symptom_symptoms .c-info-block__title::after {
  background: #00ADCE;
}
.page_symptom .symptom_symptoms .c-info-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_symptoms .c-info-block__list {
    gap: 8px;
  }
}
.page_symptom .symptom_symptoms .c-info-block__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_symptoms .c-info-block__list li {
    gap: 8px;
  }
}
.page_symptom .symptom_symptoms .c-info-block__list li::before {
  content: "";
  width: 22.5px;
  min-width: 22.5px;
  height: 22px;
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 3px;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_symptoms .c-info-block__list li::before {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}
.page_symptom .symptom_diseases,
.page_symptom .symptom_tests {
  background: #F9F9F9;
}
.page_symptom .symptom_diseases h4,
.page_symptom .symptom_tests h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .page_symptom .symptom_diseases h4,
  .page_symptom .symptom_tests h4 {
    margin-bottom: 8px;
  }
}
.page_symptom .symptom_diseases .c-info-block__title,
.page_symptom .symptom_tests .c-info-block__title {
  color: #485BB3;
}
.page_symptom .symptom_diseases .c-info-block__title::before, .page_symptom .symptom_diseases .c-info-block__title::after,
.page_symptom .symptom_tests .c-info-block__title::before,
.page_symptom .symptom_tests .c-info-block__title::after {
  background: #485BB3;
}

.page_disease {
  background: #E8F6F9;
}
.page_disease .disease_anchor ul li a {
  background: #fff;
  color: #00ADCE;
}
.page_disease .disease_anchor ul li a:after {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
}
.page_disease .disease_anchor::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(113%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(113%) contrast(101%);
}
.page_disease .disease_anchor a:hover {
  background: #00ADCE;
  color: #fff;
}
.page_disease .disease_list .cont {
  background: #E8F6F9;
}
.page_disease .disease_list h3 {
  border-bottom: solid 2px #D3EEF4;
  color: #00ADCE;
}
.page_disease .disease_content {
  background: #fff;
}
.page_disease .disease_description {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_disease .disease_description {
    margin-bottom: 15px;
  }
}
.page_disease .disease_description .c-info-block__title {
  color: #485BB3;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .page_disease .disease_description .c-info-block__title {
    margin-bottom: 10px;
  }
}
.page_disease .disease_description .c-info-block__title::before, .page_disease .disease_description .c-info-block__title::after {
  background: #485BB3;
}
.page_disease .disease_details .c-info-block h4 {
  color: #00ADCE;
}
.page_disease .disease_details .c-info-block h4::before, .page_disease .disease_details .c-info-block h4::after {
  background: #00ADCE;
}

.c-info {
  padding-bottom: 0;
}
.c-info .c-info-content {
  padding-top: 50px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-content {
    padding-top: 30px;
    padding-bottom: 60px;
    gap: 30px;
  }
}
.c-info .c-info-list .cont {
  padding: 60px 80px 80px;
  border-radius: 50px;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-list .cont {
    padding: 30px 22px;
    border-radius: 30px;
  }
}
.c-info .c-info-list .cont h3 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
  font-size: 3rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-list .cont h3 {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-info .c-info-block__title {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-block__title {
    font-size: 1.8rem;
  }
}
.c-info .c-info-block__title::before, .c-info .c-info-block__title::after {
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-block__title::before, .c-info .c-info-block__title::after {
    top: 3px;
  }
}
.c-info .c-info-block__title::before {
  content: "";
  width: 4px;
  height: 20px;
}
.c-info .c-info-block__title::after {
  content: "";
  width: 2px;
  height: 20px;
  left: 6px;
}
.c-info .symptom_details,
.c-info .disease_details {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_details,
  .c-info .disease_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c-info .symptom_details .c-info-block,
.c-info .disease_details .c-info-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_details .c-info-block,
  .c-info .disease_details .c-info-block {
    padding: 22px 22px;
    border-radius: 15px;
  }
}
.c-info .symptom_tests h4,
.c-info .disease_treatments h4,
.c-info .disease_tests h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_tests h4,
  .c-info .disease_treatments h4,
  .c-info .disease_tests h4 {
    margin-bottom: 10px;
  }
}
.c-info .symptom_tests ul,
.c-info .disease_treatments ul,
.c-info .disease_tests ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_tests ul,
  .c-info .disease_treatments ul,
  .c-info .disease_tests ul {
    gap: 6px;
  }
}
.c-info .symptom_tests ul:has(li:nth-child(4)),
.c-info .disease_treatments ul:has(li:nth-child(4)),
.c-info .disease_tests ul:has(li:nth-child(4)) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 5px;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_tests ul:has(li:nth-child(4)),
  .c-info .disease_treatments ul:has(li:nth-child(4)),
  .c-info .disease_tests ul:has(li:nth-child(4)) {
    gap: 6px;
  }
}
.c-info .symptom_tests ul:has(li:nth-child(4)) li,
.c-info .disease_treatments ul:has(li:nth-child(4)) li,
.c-info .disease_tests ul:has(li:nth-child(4)) li {
  min-width: calc((100% - 5px) / 2);
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_tests ul:has(li:nth-child(4)) li,
  .c-info .disease_treatments ul:has(li:nth-child(4)) li,
  .c-info .disease_tests ul:has(li:nth-child(4)) li {
    min-width: unset;
    width: 100%;
  }
}
.c-info .symptom_tests li,
.c-info .disease_treatments li,
.c-info .disease_tests li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .c-info .symptom_tests li,
  .c-info .disease_treatments li,
  .c-info .disease_tests li {
    gap: 6px;
  }
}
.c-info .symptom_tests li::before,
.c-info .disease_treatments li::before,
.c-info .disease_tests li::before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 8.5px;
  background-image: url(../img/heart_blue.svg);
  margin-top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-info .disease_treatments,
.c-info .disease_tests {
  background: #fff;
}
.c-info .disease_treatments li::before,
.c-info .disease_tests li::before {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
}
.c-info .disease_treatments ul {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.c-info .c-info-list:nth-child(4n+1) {
  position: relative;
}
.c-info .c-info-list:nth-child(4n+1)::before {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 53px;
  top: -25px;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-list:nth-child(4n+1)::before {
    content: none;
  }
}
.c-info .c-info-list:nth-child(4n+3) {
  position: relative;
}
.c-info .c-info-list:nth-child(4n+3)::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 15/13;
  background-image: url(../img/ashirai2-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -7px;
  top: 50px;
}
@media screen and (max-width: 767.9px) {
  .c-info .c-info-list:nth-child(4n+3)::before {
    content: none;
  }
}

.main_visual {
  width: 100%;
  min-height: 750px;
  height: 100svh;
  overflow: hidden;
  background: #D3EEF4;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1299.9px) {
  .main_visual {
    margin-top: 60px;
    height: calc(100svh - 119px);
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    min-height: 500px;
  }
}
.main_visual .swiper {
  width: 80.5%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper {
    width: 100%;
  }
}
.main_visual .swiper .swiper-wrapper {
  -webkit-mask-image: url(../img/main_visual_mask.svg);
  mask-image: url(../img/main_visual_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper .swiper-wrapper {
    -webkit-mask-image: url(../img/main_visual_mask-sp.svg);
    mask-image: url(../img/main_visual_mask-sp.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
  }
}
.main_visual .swiper .swiper-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/main_visual_clip.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper .swiper-wrapper::after {
    background-position: center bottom;
    background-image: url(../img/main_visual_clip-sp.svg);
  }
}
.main_visual .swiper .swiper-slide,
.main_visual .swiper img {
  width: 100%;
  height: 100%;
}
.main_visual .swiper .swiper-pagination {
  z-index: 3;
}
.main_visual .swiper .swiper-pagination-bullet {
  width: 23px;
  height: 21px;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  background-image: url(../img/swiper_heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper .swiper-pagination-bullet {
    width: 17px;
    height: 15px;
    margin: 0 2px;
  }
}
.main_visual .swiper .swiper-pagination-bullet-active {
  background-image: url(../img/swiper_heart_active.svg);
}
.main_visual .main_visual-message {
  position: absolute;
  bottom: 377px;
  left: 60px;
  z-index: 2;
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual-message {
    bottom: 50px;
    max-width: calc(100% - 44px);
    left: 22px;
  }
}
.main_visual .main_visual-message h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_visual .main_visual-message h2 span {
  border-radius: 15px;
  font-size: 4rem;
  font-weight: 700;
  background: #485BB3;
  padding: 4px 30px 6px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual-message h2 span {
    font-size: 2.8rem;
    padding: 4px 22px;
  }
}
.main_visual .swiper-pagination {
  bottom: 115px;
  right: 177px;
  left: auto;
  text-align: right;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .main_visual .swiper-pagination {
    right: 18px;
    bottom: 107px;
  }
}

#biz-table {
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#biz-table.is-scrolled {
  top: auto;
  bottom: 40px;
  position: fixed;
}
@media screen and (max-width: 767.9px) {
  #biz-table {
    position: fixed;
    top: auto;
    bottom: 75px;
    right: 15px;
    left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #biz-table.is-open {
    z-index: 11;
  }
  #biz-table::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    z-index: -1;
  }
  #biz-table.is-open::before {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #biz-table.is-scrolled {
    bottom: 75px;
    right: 15px;
  }
  #biz-table.is-open button {
    z-index: -2;
  }
}

.biz-table-content {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
  overflow: hidden;
}

#biz-table .biz-table-content {
  max-width: 0;
  -webkit-transition: max-width 0.35s ease;
  transition: max-width 0.35s ease;
}

#biz-table.is-open .biz-table-content {
  max-width: 600px;
}

@media screen and (max-width: 767.9px) {
  #biz-table .biz-table-content {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 90%;
    width: 331px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 16px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #biz-table.is-open .biz-table-content {
    max-width: 90%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.biz-table-inner {
  padding: 30px 25px 30px 75px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00ADCE;
}
@media screen and (max-width: 767.9px) {
  .biz-table-inner {
    padding: 22px;
  }
}

.biz-table-grid {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  min-width: 470px;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid {
    font-size: 1.4rem;
    min-width: unset;
    max-width: 331px;
  }
}
.biz-table-grid thead tr th {
  background: #E8F6F9;
}
.biz-table-grid thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid thead tr th:first-child {
    padding-left: 15px;
  }
}
.biz-table-grid thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.biz-table-grid th,
.biz-table-grid td {
  padding: 5px 14px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid th,
  .biz-table-grid td {
    padding: 4px 6px;
  }
}
.biz-table-grid thead th {
  color: #00ADCE;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid thead th {
    font-size: 1.5rem;
  }
}
.biz-table-grid tbody tr {
  border-bottom: solid 2px #D3EEF4;
}
.biz-table-grid th:first-child,
.biz-table-grid .biz-time {
  padding-left: 50px;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid th:first-child,
  .biz-table-grid .biz-time {
    padding-left: 10px;
  }
}
.biz-table-grid th:last-child,
.biz-table-grid td:last-child {
  padding-right: 50px;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid th:last-child,
  .biz-table-grid td:last-child {
    padding-right: 15px;
  }
}
.biz-table-grid .biz-time {
  text-align: center;
}
.biz-table-grid .biz-cell {
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .biz-table-grid .biz-cell {
    font-size: 1.2rem;
  }
}
.biz-table-grid .biz-cell.is-active {
  color: #8DD6E6;
}

.biz-notes {
  margin-top: 9px;
}
.biz-notes p {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .biz-notes p {
    white-space: normal;
  }
}
@media screen and (max-width: 767.9px) {
  .biz-notes {
    font-size: 1.4rem;
  }
}
.biz-notes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.biz-table-tab {
  background: #00ADCE;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 20px;
  cursor: pointer;
  border: none;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
  padding-bottom: 6px;
}
.biz-table-tab span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 700;
}
.biz-table-tab img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .biz-table-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 0;
    padding-bottom: 8px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
            box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
    gap: 3px;
  }
  .biz-table-tab span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.4rem;
  }
  .biz-table-tab img {
    width: 20px;
    height: 20px;
  }
}

.top_news {
  padding-bottom: 238px;
  background: #D3EEF4;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_news {
    padding-bottom: 80px;
  }
}
.top_news::before {
  content: "";
  width: 130px;
  height: auto;
  aspect-ratio: 130/150;
  background-image: url(../img/ashirai5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -7px;
  top: -40px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_news::before {
    left: -6px;
    top: 30px;
    width: 80px;
    aspect-ratio: 80/75;
    background-image: url(../img/ashirai5-sp.svg);
  }
}
.top_news .cont {
  background: #fff;
  padding: 70px 80px 80px;
  border-radius: 50px;
}
@media screen and (max-width: 767.9px) {
  .top_news .cont {
    padding: 40px 22px 120px;
    border-radius: 30px;
    position: relative;
  }
}
.top_news .top_news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.top_news .top_news-head {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-head {
    width: 100%;
  }
}
.top_news .top_news-head h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-head h2 {
    text-align: center;
    font-size: 2.8rem;
  }
}
.top_news .top_news-head p.mon {
  color: #00ADCE;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: -5px;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-head p.mon {
    text-align: center;
    font-size: 1.5rem;
  }
}
.top_news .top_news-head .top_news-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 100%;
  background: #00ADCE;
  color: #fff;
  border-radius: 100px;
  padding: 16px 20px 16px 35px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-head .top_news-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.6rem;
    padding: 12px 44.5px 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 15px;
  }
}
.top_news .top_news-head .top_news-btn span {
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-head .top_news-btn span {
    margin-top: 3px;
  }
}
.top_news .top_news-head .top_news-btn:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_news .top_news-list {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-top: 2px solid #D3EEF4;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-list {
    margin: 0;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.top_news li {
  border-bottom: 2px solid #D3EEF4;
}
.top_news .top_news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 22px 0;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 0;
    gap: 3px;
  }
}
.top_news .top_news-item time {
  color: #00ADCE;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 103px;
}
.top_news .top_news-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news-item p {
    -webkit-line-clamp: 2;
  }
}

.top_about {
  padding-top: 180px;
  margin-top: -180px;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .top_about {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
}
.top_about .about_back {
  width: 100%;
  height: 180px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .top_about .about_back {
    height: 50px;
    top: 30px;
  }
}
.top_about::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background: #485BB3;
  opacity: 0.3;
  border-radius: 25px 0 25px 0;
  position: absolute;
  top: 0;
  right: 158px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_about::before {
    top: 20px;
    right: 10px;
    width: 60px;
    border-radius: 15px 0 15px 0;
  }
}
.top_about .top_about_message {
  gap: 60px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.top_about .top_about_message .img {
  width: 39%;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img {
    width: calc(100% - 44px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
}
.top_about .top_about_message .img::before {
  content: "";
  width: 76.9%;
  height: auto;
  aspect-ratio: 1/1;
  background: #485BB3;
  opacity: 0.1;
  border-radius: 50px 0 50px 0;
  position: absolute;
  top: -30px;
  right: -20.5%;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img::before {
    width: 200px;
    border-radius: 40px 0 40px 0;
    top: -20px;
    right: -22px;
    left: auto;
  }
}
.top_about .top_about_message .img picture {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img picture {
    margin-bottom: 15px;
  }
}
.top_about .top_about_message .img picture::after {
  content: "";
  width: 25.64%;
  height: auto;
  aspect-ratio: 1/1;
  background: #00ADCE;
  opacity: 0.5;
  border-radius: 25px 0 25px 0;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img picture::after {
    width: 80px;
    border-radius: 20px 0 20px 0;
    left: -22px;
    bottom: -22px;
  }
}
.top_about .top_about_message .img picture img {
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 390/560;
  border-radius: 50px 0 50px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img picture img {
    border-radius: 30px 0 30px 0;
  }
}
.top_about .top_about_message .img .sign {
  text-align: center;
  color: #485BB3;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img .sign {
    font-size: 2rem;
    margin-top: 13px;
  }
}
.top_about .top_about_message .img .sign span {
  font-size: 3.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .img .sign span {
    font-size: 2.8rem;
  }
}
.top_about .top_about_message .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: -10px;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .detail {
    display: contents;
  }
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .detail .top_heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.top_about .top_about_message .detail .top_heading span {
  color: #00ADCE;
}
.top_about .top_about_message .detail h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #00ADCE;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .detail h3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_message .detail .description {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.top_about .profile_wrap {
  border-radius: 50px 0 50px 0;
  background: #00ADCE;
  padding: 60px 80px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap {
    padding: 40px 22px;
    border-radius: 30px 0 30px 0;
  }
}
.top_about .profile_wrap * {
  color: #fff;
}
.top_about .profile_wrap .profile_heading {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap .profile_heading {
    font-size: 2rem;
  }
}
.top_about .profile_wrap .profile_wrap_inner {
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap .profile_wrap_inner {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.top_about .profile_wrap .profile_wrap_inner .qualification,
.top_about .profile_wrap .profile_wrap_inner .academic_society {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap .profile_wrap_inner .qualification .profile_heading,
  .top_about .profile_wrap .profile_wrap_inner .academic_society .profile_heading {
    margin-bottom: 8px;
  }
}
.top_about .profile_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap ul {
    gap: 8px;
  }
}
.top_about .profile_wrap ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap ul li {
    padding-left: 15px;
    line-height: 1.5333333333;
  }
}
.top_about .profile_wrap ul li::before {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/heart_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 767.9px) {
  .top_about .profile_wrap ul li::before {
    top: 7px;
  }
}

.top_feature {
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  background: #ECECF6;
  padding-top: 110px;
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_feature {
    margin-top: 0;
    border-radius: 40px 40px 0 0;
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
.top_feature::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/back_obi.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .top_feature::before {
    height: 50px;
  }
}
.top_feature::after {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 53px;
  top: 110px;
}
@media screen and (max-width: 767.9px) {
  .top_feature::after {
    top: -30px;
    right: -10px;
    width: 95px;
    background-image: url(../img/ashirai1-sp.svg);
    aspect-ratio: 95/100;
  }
}
.top_feature .cont {
  position: relative;
}
.top_feature .top_heading span {
  color: #485BB3;
}
.top_feature .top_feature_list {
  gap: 40px 20px;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list {
    gap: 30px;
  }
}
.top_feature .top_feature_list li {
  width: 320px;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li {
    width: 100%;
  }
}
.top_feature .top_feature_list li .img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li .img {
    width: 210px;
    margin: 0 auto 10px;
  }
}
.top_feature .top_feature_list li .img .no {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 8rem;
  font-weight: 700;
  color: #485BB3;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li .img .no {
    font-size: 6rem;
    top: -20px;
    left: -14px;
  }
}
.top_feature .top_feature_list li .img .no-overlay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  font-weight: 700;
  color: #485BB3;
  mix-blend-mode: multiply;
  z-index: 3;
  /* 画像サイズでクリップ */
  width: 100%;
  height: 100%;
  clip-path: circle(50%);
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li .img .no-overlay {
    font-size: 6rem;
  }
}
.top_feature .top_feature_list li .img .no-overlay span {
  margin-top: -30px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li .img .no-overlay span {
    margin-top: -20px;
    margin-left: -14px;
  }
}
.top_feature .top_feature_list li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
}
.top_feature .top_feature_list li .description,
.top_feature .top_feature_list li h3 {
  margin: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li .description,
  .top_feature .top_feature_list li h3 {
    margin: 0 22px;
  }
}
.top_feature .top_feature_list li h3 {
  color: #485BB3;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_feature .top_feature_list li h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.top_information {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_information {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_information .cont {
    padding-inline: 22px;
  }
}
.top_information .top_heading span {
  color: #00ADCE;
}
.top_information .description {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .top_information .description {
    text-align: left;
    margin-bottom: 30px;
  }
}
.top_information .top_information_list ul {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .top_information .top_information_list ul {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.top_information .top_information_list ul a {
  width: 235px;
  padding: 35px 20px 20px;
  display: block;
  border-radius: 40px 0 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_information .top_information_list ul a {
    width: 287px;
    padding: 7px 30px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px 0 20px 0;
  }
}
.top_information .top_information_list ul a img {
  margin-bottom: 24px;
  display: block;
  margin: 0 auto 3px;
  width: 125px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_information .top_information_list ul a img {
    width: 68px;
  }
}
.top_information .top_information_list ul a p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 60px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767.9px) {
  .top_information .top_information_list ul a p {
    font-size: 1.6rem;
    min-height: 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
}
.top_information .top_information_list ul a:hover {
  opacity: 1;
}
.top_information .top_information_list ul a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(249deg) brightness(107%) contrast(99%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (max-width: 767.9px) {
  .top_information .top_information_list ul a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top_information .top_information_list ul li.blue a {
  background: #ECECF6;
}
.top_information .top_information_list ul li.blue a p {
  color: #485BB3;
}
.top_information .top_information_list ul li.blue a:hover {
  background: #485BB3;
}
.top_information .top_information_list ul li.blue a:hover p {
  color: #fff;
}
.top_information .top_information_list ul li.pink a {
  background: #FFEFF2;
}
.top_information .top_information_list ul li.pink a p {
  color: #FF617C;
}
.top_information .top_information_list ul li.pink a:hover {
  background: #FF617C;
}
.top_information .top_information_list ul li.pink a:hover p {
  color: #fff;
}
.top_information .top_information_list ul li.orange a {
  background: #FFF1E5;
}
.top_information .top_information_list ul li.orange a p {
  color: #FF7800;
}
.top_information .top_information_list ul li.orange a:hover {
  background: #FF7800;
}
.top_information .top_information_list ul li.orange a:hover p {
  color: #fff;
}
.top_information .top_information_list ul li.light-blue a {
  background: #E8F6F9;
}
.top_information .top_information_list ul li.light-blue a p {
  color: #00ADCE;
}
.top_information .top_information_list ul li.light-blue a:hover {
  background: #00ADCE;
}
.top_information .top_information_list ul li.light-blue a:hover p {
  color: #fff;
}

.top_search {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_search {
    margin-top: -30px;
  }
}
.top_search .cont {
  max-width: 840px;
  background: #D3EEF4;
  border-radius: 30px;
  padding: 10px 80px 60px 124px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top_search .cont {
    padding: 10px 30px 60px 74px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_search .cont {
    width: 100%;
    padding: 14px 0 30px;
  }
}
.top_search .inner {
  display: contents;
}
@media screen and (max-width: 767.9px) {
  .top_search .inner {
    width: 88.4%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_search .search_title {
  position: absolute;
  left: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8rem;
  font-weight: 700;
  color: #00ADCE;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767.9px) {
  .top_search .search_title {
    font-size: 4rem;
    left: -16px;
  }
}
.top_search a {
  padding-top: 60px;
  max-width: 298px;
  height: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767.9px) {
  .top_search a {
    padding-top: 30px;
    max-width: 158px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    border-radius: 0 0 15px 15px;
    height: 162px;
  }
}
.top_search a .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_search a .wrap {
    border-radius: 15px;
    padding-top: 0;
  }
}
.top_search a .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 23px);
  height: auto;
  aspect-ratio: 275/270;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: bottom 0.2s, background-image 0.2s, -webkit-transform 0.3s;
  transition: bottom 0.2s, background-image 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.2s, background-image 0.2s;
  transition: transform 0.3s, bottom 0.2s, background-image 0.2s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_search a .wrap::before {
    width: 104%;
  }
}
.top_search a .wrap p {
  position: relative;
  z-index: 2;
}
.top_search a .wrap .zen {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_search a .wrap .zen {
    font-size: 1.8rem;
    margin-bottom: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.top_search a .wrap .zen span {
  font-size: 4rem;
}
@media screen and (max-width: 767.9px) {
  .top_search a .wrap .zen span {
    font-size: 2.8rem;
  }
}
.top_search a .wrap .mon {
  color: #FFFF00;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .top_search a .wrap .mon {
    margin-top: -1px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .top_search a:hover {
    opacity: 1;
  }
  .top_search a:hover .wrap::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    bottom: -5px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_search a:hover {
    opacity: 1;
  }
}
.top_search .search_btn_symptom .wrap {
  background: #485BB3;
  line-height: 1.2;
}
.top_search .search_btn_symptom .wrap::before {
  background-image: url(../img/glass_blue.svg);
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .top_search .search_btn_symptom .wrap::before {
    right: -10px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_search .search_btn_symptom .mon {
    text-stroke: 4px #485BB3;
    -webkit-text-stroke: 4px #485BB3;
    paint-order: stroke;
  }
}
@media (min-width: 768px) {
  .top_search .search_btn_symptom:hover .wrap::before {
    background-image: url(../img/hover_glass_blue.svg);
  }
}
.top_search .search_btn_disease .wrap {
  background: #00ADCE;
}
.top_search .search_btn_disease .wrap::before {
  background-image: url(../img/glass_light_blue.svg);
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top_search .search_btn_disease .wrap::before {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .top_search .search_btn_disease:hover .wrap::before {
    background-image: url(../img/hover_glass_light_blue.svg);
  }
}

.top_link {
  margin-top: -160px;
  position: relative;
  padding-top: 240px;
  padding-bottom: 180px;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .top_link {
    margin-top: -30px;
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.top_link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D3EEF4;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.top_link .cont {
  position: relative;
}
.top_link .top_link_inner {
  gap: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner {
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.top_link .top_link_inner a {
  min-width: 480px;
  min-height: 190px;
  gap: 25px;
  padding: 10px 30px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a {
    padding: 15px 0px 15px 20px;
    width: 287px;
    min-width: unset;
    min-height: unset;
    gap: 10px;
    border-radius: 20px;
  }
}
.top_link .top_link_inner a::before {
  content: "";
  width: 17px;
  height: auto;
  aspect-ratio: 17/28;
  background-image: url(../img/arrow_m.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(76%) saturate(3576%) hue-rotate(154deg) brightness(95%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(56%) sepia(76%) saturate(3576%) hue-rotate(154deg) brightness(95%) contrast(103%);
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a::before {
    width: 8px;
    right: 14px;
  }
}
.top_link .top_link_inner a:hover {
  opacity: 1;
  background: #E8F6F9;
}
@media (min-width: 768px) {
  .top_link .top_link_inner a:hover::before {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}
.top_link .top_link_inner a:hover img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.top_link .top_link_inner a .img {
  border-radius: 50%;
  background: #00ADCE;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  justify-items: center;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a .img {
    width: 50px;
    height: 50px;
  }
}
.top_link .top_link_inner a .img img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(10%) saturate(0%) hue-rotate(90deg) brightness(104%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(97%) sepia(10%) saturate(0%) hue-rotate(90deg) brightness(104%) contrast(104%);
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a .img img {
    max-width: 65%;
    max-height: 67%;
  }
}
.top_link .top_link_inner a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a .text {
    padding-right: 30px;
  }
}
.top_link .top_link_inner a p.zen {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: -5px;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a p.zen {
    font-size: 2.8rem;
  }
}
.top_link .top_link_inner a span.mon {
  color: #00ADCE;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .top_link .top_link_inner a span.mon {
    font-size: 1.5rem;
  }
}

.top_column {
  background: #00ADCE;
  position: relative;
  padding: 110px 0 120px;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
}
@media screen and (max-width: 767.9px) {
  .top_column .column_list a .time_wrap {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_column {
    margin-top: -40px;
    padding: 60px 0;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
  }
}
.top_column::before {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 71px;
  left: 53px;
}
@media screen and (max-width: 767.9px) {
  .top_column::before {
    width: 95px;
    left: -10px;
    top: 30px;
    background-image: url(../img/ashirai6-sp.svg);
    aspect-ratio: 95/100;
  }
}
.top_column .cont {
  max-width: 840px;
}
.top_column .top_heading h2 {
  color: #fff;
}
.top_column .top_heading span {
  color: #FFFF00;
}
.top_column .column_list {
  margin-bottom: 60px;
  gap: 20px 30px;
}
@media screen and (max-width: 767.9px) {
  .top_column .column_list {
    margin-bottom: 30px;
  }
}
.top_column .column_list a .img {
  border: solid 5px #fff;
  border-radius: 15px;
}
.top_column .column_list a time {
  color: #D3EEF4;
}
.top_column .column_list a .column_title {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_column .column_list a:hover {
  opacity: 1;
}
.top_column .column_list a:hover .column_title {
  opacity: 0.5;
}
.top_column .top_column-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 20px;
  width: 320px;
  max-width: 100%;
  background: #485BB3;
  color: #fff;
  border-radius: 100px;
  padding: 16px 20px 16px 20px;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_column .top_column-btn {
    gap: 15px;
    width: 280px;
    font-size: 1.6rem;
    padding: 12px 20px 14px;
  }
}
.top_column .top_column-btn span {
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 2px;
}
.top_column .top_column-btn:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_column .top_column-btn:hover {
  opacity: 1;
  background: #A6A8D9;
}

.top_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_heading {
    margin-bottom: 30px;
  }
}
.top_heading h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_heading h2 {
    font-size: 2.8rem;
  }
}
.top_heading span {
  display: block;
  margin-top: -5px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .top_heading span {
    margin-top: -3px;
    font-size: 1.5rem;
  }
}

.footer_access {
  padding-top: 110px;
  max-width: 840px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .footer_access {
    padding-top: 60px;
    margin-bottom: 40px;
    margin-inline: 22px;
  }
}
.footer_access .top_heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .top_heading {
    margin-bottom: 20px;
  }
}
.footer_access .top_heading span {
  color: #00ADCE;
}
.footer_access .how_to_arrive_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .how_to_arrive_list {
    margin-bottom: 30px;
  }
}
.footer_access .how_to_arrive_item {
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .how_to_arrive_item {
    margin-bottom: 20px;
  }
}
.footer_access .how_to_arrive_item .icon {
  width: 70px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .how_to_arrive_item .icon {
    width: 50px;
  }
}
.footer_access .how_to_arrive_item .icon img {
  width: 100%;
  display: block;
}
.footer_access .how_to_arrive_item .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.footer_access .how_to_arrive_item .detail h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #00ADCE;
  padding-bottom: 10px;
  border-bottom: solid 2px #00ADCE;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .how_to_arrive_item .detail h3 {
    font-size: 1.8rem;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.footer_access .how_to_arrive_item .detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer_access .how_to_arrive_item .detail ul li {
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .footer_access .how_to_arrive_item .detail ul li {
    font-size: 1.5rem;
    padding-left: 15px;
  }
}
.footer_access .how_to_arrive_item .detail ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/heart_blue.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(1462%) hue-rotate(151deg) brightness(93%) contrast(101%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer_access .bus_pdf {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .bus_pdf {
    margin-top: 30px;
  }
}
.footer_access .bus_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 20px;
  width: 320px;
  max-width: 100%;
  background: #00ADCE;
  color: #fff;
  border-radius: 100px;
  padding: 16px 20px 16px 20px;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .footer_access .bus_pdf a {
    width: 280px;
    font-size: 1.6rem;
    padding: 12px 20px 14px;
    gap: 14px;
  }
}
.footer_access .bus_pdf a span {
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 2px;
}
.footer_access .bus_pdf a:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer_access .map {
  width: 100%;
  height: 378px;
}
@media screen and (max-width: 767.9px) {
  .footer_access .map {
    height: 330px;
  }
}
.footer_access .map iframe {
  width: 100%;
  height: 100%;
}

.f_insta {
  margin-bottom: 10px;
}
.f_insta a {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
}
.f_insta img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(2904%) hue-rotate(192deg) brightness(93%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(2904%) hue-rotate(192deg) brightness(93%) contrast(90%);
}

.footer {
  background: #E8F6F9;
  position: relative;
  padding-bottom: 40px;
  border-bottom: solid 15px #00ADCE;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 75px;
    border: none;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 53px;
  width: 170px;
  height: auto;
  aspect-ratio: 17/18;
  background-image: url(../img/ashirai1.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .footer::before {
    top: 30px;
    left: -10px;
    background-image: url(../img/ashirai1-sp.svg);
    aspect-ratio: 95/100;
    width: 95px;
  }
}
.footer .biz-table {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.footer .footer_biz-table {
  max-width: 840px;
  margin: 0 auto 80px;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_biz-table {
    gap: 30px;
    margin-bottom: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_biz-table .f_logo {
  width: 260px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_biz-table .f_logo {
    width: 100%;
  }
}
.footer .footer_biz-table .f_logo a {
  width: 200px;
  display: block;
  margin: 0 auto 30px;
}
.footer .footer_biz-table .f_logo a img {
  width: 100%;
  display: block;
}
.footer .footer_biz-table .f_logo p {
  padding-top: 15px;
  border-top: solid 2px #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.footer .footer_biz-table .biz-table-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px;
  min-width: 540px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_biz-table .biz-table-content {
    min-width: unset;
  }
}
.footer .footer_biz-table .biz-table-inner {
  padding: 50px 35px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_biz-table .biz-table-inner {
    padding: 22px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .footer_biz-table .biz-table-grid {
    margin: 0 auto;
  }
}
.footer .fnav {
  gap: 37px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    border-top: solid 2px #D3EEF4;
  }
}
.footer .fnav > ul:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul:last-child {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.footer .fnav > ul:nth-child(1) {
  width: 202px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul:nth-child(1) {
    width: 100%;
  }
}
.footer .fnav > ul:nth-child(2) {
  width: 170px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul:nth-child(2) {
    width: 100%;
  }
}
.footer .fnav > ul:nth-child(3) {
  width: 186px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul:nth-child(3) {
    width: 100%;
  }
}
.footer .fnav > ul > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul > li {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul > li > ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul > li.is-open > a.zen::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav > ul > li:not(:has(> ul)) > a.zen::after {
    background-image: url(../img/arrow.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(601%) hue-rotate(143deg) brightness(91%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(601%) hue-rotate(143deg) brightness(91%) contrast(102%);
    width: 7px;
    aspect-ratio: 7/10;
    right: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav a:hover {
    opacity: 1;
  }
}
.footer .fnav .zen {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00ADCE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .zen {
    padding: 11px 0 10px;
    border-bottom: solid 2px #D3EEF4;
    position: relative;
  }
}
.footer .fnav .zen::before {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: #00ADCE;
  border-radius: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .zen::before {
    content: none;
  }
}
.footer .fnav .zen::after {
  content: "";
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .zen::after {
    background-image: url(../img/f_accordion.png);
    width: 18px;
    aspect-ratio: 1/1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-filter: none;
            filter: none;
    margin: 0;
  }
}
.footer .fnav .zen:hover {
  opacity: 0.5;
}
.footer .fnav .zen:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .zen:hover {
    opacity: 1;
  }
  .footer .fnav .zen:hover::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer .fnav ul li ul li {
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul li ul li {
    margin-top: 0;
  }
}
.footer .fnav ul li ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul li ul li a {
    color: #00ADCE;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 12px 30px 12px 15px;
    background: #fff;
  }
}
.footer .fnav ul li ul li a::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #303030;
  position: absolute;
  top: 12px;
  left: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul li ul li a::before {
    width: calc(100% - 30px);
    height: 2px;
    background: #D3EEF4;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul li ul li a::after {
    content: "";
    width: 7px;
    height: auto;
    aspect-ratio: 7/10;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1262%) hue-rotate(151deg) brightness(91%) contrast(101%);
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer .fnav ul li ul li a:hover {
  color: #00ADCE;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul li ul li:last-child a::before {
    width: 100%;
  }
}
.footer .footer_bottom {
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer_bottom .footer_pp a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #485BB3;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .footer_pp a {
    display: block;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.footer .footer_bottom .footer_pp a:hover {
  opacity: 0.5;
}
.footer .footer_bottom .footer_pp a:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .footer_pp a:not(:first-child) {
    margin-left: 0;
  }
}
.footer .footer_bottom small {
  font-weight: 700;
  font-size: 1.2rem;
}

.footer .reservation_btn_wrap,
.sp-fixed {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap,
  .sp-fixed {
    margin-bottom: 40px;
  }
}
.footer .reservation_btn_wrap a,
.sp-fixed a {
  min-width: 480px;
  height: 150px;
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap a,
  .sp-fixed a {
    width: 100%;
    max-width: 400px;
    min-width: unset;
    padding: 15px 45px 15px 40px;
    border-radius: 20px 0 20px 0;
    height: 70px;
  }
}
.footer .reservation_btn_wrap a .icon,
.sp-fixed a .icon {
  width: 80px;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap a .icon,
  .sp-fixed a .icon {
    width: 40px;
  }
}
.footer .reservation_btn_wrap .web_btn img,
.sp-fixed .web_btn img {
  width: 56.5px;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap .web_btn img,
  .sp-fixed .web_btn img {
    width: 28.3px;
  }
}
.footer .reservation_btn_wrap .web_btn span,
.sp-fixed .web_btn span {
  font-size: 4rem;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap .web_btn span,
  .sp-fixed .web_btn span {
    font-size: 1.8rem;
  }
}
.footer .reservation_btn_wrap .tel_btn span,
.sp-fixed .tel_btn span {
  font-size: 3rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap .tel_btn span,
  .sp-fixed .tel_btn span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.footer .reservation_btn_wrap .tel_btn .tel,
.sp-fixed .tel_btn .tel {
  font-size: 4rem;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap .tel_btn .tel,
  .sp-fixed .tel_btn .tel {
    font-size: 2rem;
  }
}
.footer .reservation_btn_wrap .tel_btn img,
.sp-fixed .tel_btn img {
  width: 37.1px;
}
@media screen and (max-width: 767.9px) {
  .footer .reservation_btn_wrap .tel_btn img,
  .sp-fixed .tel_btn img {
    width: 18.6px;
  }
}

.sp-fixed {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sp-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 0;
  }
  .sp-fixed a {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .sp-fixed a .icon {
    width: 32px;
    height: 32px;
  }
  .sp-fixed .web_btn {
    width: 40%;
    border-radius: 15px 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 14px 14px 22px;
  }
  .sp-fixed .web_btn img {
    width: 22.6px;
  }
  .sp-fixed .web_btn,
  .sp-fixed .tel_btn {
    height: 60px;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-fixed .web_btn::before,
  .sp-fixed .tel_btn::before {
    display: none;
  }
  .sp-fixed .tel_btn {
    width: 60%;
    border-radius: 0 15px 0 0;
    padding: 6px 29px 7px 16px;
  }
  .sp-fixed .tel_btn img {
    width: 14.8px;
  }
}

#scroll-top {
  position: fixed;
  z-index: 2;
  bottom: 55px;
  right: 40px;
  width: 60px;
  height: 60px;
  display: none;
}
@media screen and (max-width: 767.9px) {
  #scroll-top {
    width: 50px;
    height: 50px;
    right: 22px;
    bottom: 160px;
  }
}
#scroll-top a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  background: #485BB3;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll-top span {
  width: 12px;
  height: auto;
  aspect-ratio: 12/19;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#scroll-top a:hover span {
  -webkit-transform: rotate(-90deg) translateX(5px);
          transform: rotate(-90deg) translateX(5px);
}

.img-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-popup.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.img-popup__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 840px;
  max-height: 80vh;
  height: auto;
  border-radius: 8px;
  overflow-y: auto;
}
@media screen and (max-width: 767.9px) {
  .img-popup__inner {
    width: 88.4%;
    max-height: 85vh;
  }
}

.img-popup__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.thanks_wrap h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
.thanks_wrap .description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.thanks_wrap .archive_btn_wrap a {
  max-width: 280px;
  margin: 0 auto;
}/*# sourceMappingURL=common.css.map */