@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

.ja {
  font-family: "Shippori Mincho", serif;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents {
  margin-top: 126px;
}
@media screen and (max-width: 900px) {
  .contents {
    margin-top: 54px;
  }
}

h2,
h3 {
  font-weight: unset;
}

.topBoderArea .page {
  width: 156px;
  position: relative;
  left: auto;
  top: auto;
  z-index: 1000;
  float: left;
  top: 25px;
}

@media screen and (max-width: 900px) {
  .topBoderArea .page {
    width: 116px;
    position: relative;
    left: 0;
    top: auto;
    z-index: 1000;
    float: left;
    top: 18px;
    left: -45px;
  }
}
.priceContent.secondcontent {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .priceContent.secondcontent {
    margin-top: 0px;
  }
}
.paytitssec_img_pc {
  max-width: 595px;
  width: 100%;
  margin: 30px auto 0;
}
.paytitssec_img_pc img {
  width: 100%;
}

.paytitssec_img_sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .paytitssec_img_pc {
    display: none;
  }
  .paytitssec_img_sp {
    display: block;
    width: 90%;
    margin: 25px auto 0;
  }
}
.spBnr {
  display: none;
}

@media screen and (max-width: 500px) {
  .spBnr {
    display: block;
    z-index: 50;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(34, 42, 101, 0.8);
  }
  .spBnr__wrapper {
    padding: 8px 10px 10px;
  }
  .spBnr__head {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
  }
  .spBnr__read {
    font-size: 10px;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
  }
  .spBnr__flex {
    display: flex;
    gap: 10px;
  }
  .spBnr__btn {
    width: 25%;
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
  }
  .spBnr__btn--tel {
    background: #bfebfe;
    color: #222a65;
  }
  .spBnr__btn--web {
    background: #9266d8;
    color: #fff;
  }
  .spBnr__line {
    width: 50%;
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00be1d;
    position: relative;
    box-sizing: border-box;
    padding-top: 8px;
    gap: 5px;
  }
  .spBnr__line--comment {
    position: absolute;
    border-radius: 11px;
    background: #f1ff47;
    color: #ff3dab;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    white-space: nowrap;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .spBnr__line--comment::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #f0ff47 transparent transparent transparent;
  }
  .spBnr__line--icon {
    width: 20px;
  }
  .spBnr__line--text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .price_sec_head {
    font-size: 16px;
  }
  .s_04 .accordion_one .accordion_header.price_sec_title {
    font-size: 16px;
    padding: 20px 0;
  }
  .paycontent .card {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    width: 240px;
  }
}
.p-pageTop {
  position: relative;
  overflow: hidden;
}
.p-pageTop img {
  width: 100%;
}
.p-pageTop__inner {
  width: 100%;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.p-pageTop__bread {
  color: #222a65;
  font-size: 14px;
}
.p-pageTop__bread a {
  color: #222a65;
  white-space: nowrap;
}
.p-pageTop__bread span {
  color: #222a65;
  white-space: nowrap;
}
.p-pageTop__bread span br {
  display: none !important;
}
.p-pageTop__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-pageTop__title {
  font-size: 34px;
  color: #222a65;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.p-pageTop__read {
  font-size: 20px;
  font-weight: 400;
  color: #222a65;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-pageTop__inner {
    position: relative;
    top: unset;
    margin-top: 20px;
  }
  .p-pageTop__bread {
    display: flex;
    font-size: 12px;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .p-pageTop__bread::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 48px;
    top: -20px;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .p-pageTop__bread a {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .p-pageTop__bread span {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .p-pageTop__bread span:last-of-type {
    padding-right: 30px;
  }
  .p-pageTop__title {
    font-size: 24px;
  }
  .p-pageTop__read {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (any-hover: hover) {
  .hover {
    position: relative;
  }
  .hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
  }
  .hover:hover {
    opacity: 1;
  }
  .hover:hover::after {
    opacity: 0.4;
  }
}
.wp-block-image {
  margin: 30px auto;
}
.wp-block-image.size-large,
.wp-block-image .size-large {
  max-width: 700px;
}
.wp-block-image.is-resized,
.wp-block-image .is-resized {
  max-width: unset;
}
.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto;
}
.wp-block-image .alignleft {
  float: none;
}
.wp-block-image .alignleft img {
  display: block;
  margin-right: auto;
}
.wp-block-image .alignright {
  float: none;
}
.wp-block-image .alignright img {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .wp-block-image {
    margin: 20px auto;
  }
  .wp-block-image.size-large,
  .wp-block-image .size-large {
    max-width: 700px;
  }
  .wp-block-image.is-resized,
  .wp-block-image .is-resized {
    max-width: unset;
  }
  .wp-block-image .alignleft {
    float: none;
    margin: 20px auto 20px 0;
  }
  .wp-block-image .alignright {
    float: none;
    margin: 20px 0 20px auto;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 60;
}
.header img {
  width: 100%;
}
.header .inner {
  max-width: 1080px;
}

.header__flex {
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding-top: 10px;
}

.header__logo {
  width: 200px;
}

.header__cvs {
  gap: 10px;
  align-items: center;
}

.headerTel__flex {
  align-items: center;
  margin-right: 10px;
}

.headerTel__icon {
  width: 26px;
}

.headerTel__num {
  color: #222a65;
  font-size: 29px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 500;
}

.headerTel__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.header__btn {
  width: 235px;
  height: 56px;
  border-radius: 10px;
}

.headerWeb {
  background: #9266d8;
  gap: 10px;
}

.headerTel {
  background: #222a65;
  gap: 15px;
  cursor: pointer;
}

.headerWeb__icon {
  width: 25px;
}

.headerWeb__text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.headerLine {
  background: #379533;
  position: relative;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 9px;
  box-sizing: border-box;
}

.headerLine__icon {
  width: 25px;
}

.headerLine__text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.headerLine__popup {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3dab;
  font-size: 11px;
  font-weight: bold;
  border-radius: 11px;
  width: 150px;
  height: 20px;
  background: #f1ff47;
}
.headerLine__popup::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid #f1ff47;
  border-bottom: 0;
}

.headerMenu {
  margin-top: 20px;
  padding-bottom: 10px;
}

.headerMenu__links {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}

.headerMenu__link {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 600;
  color: #3b4043;
  line-height: 1;
}

.headerMenu__hover {
  position: relative;
  display: block;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  color: #3b4043;
  line-height: 1;
}
.headerMenu__hover::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #9266d8;
  border-bottom: 1.5px solid #9266d8;
  top: calc(50% - 2px);
  right: -2px;
  transform: translateY(-50%) rotate(45deg);
}

.headerMenu__line {
  width: 1px;
  height: 24px;
  background: #c6c8d8;
}

.headerPop {
  display: none;
  position: fixed;
  background: #fff;
  width: 1080px;
  min-height: 210px;
  top: 126px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.hdPp__wrap {
  padding: 25px 25px 40px;
}

.hdPp__hd {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.47;
  letter-spacing: 0.025em;
}

.hdPp__flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1026px;
  width: 100%;
  margin: 20px auto 0;
}

.hdPp__box {
  position: relative;
  width: 234px;
}
.hdPp__box:nth-child(4n)::after {
  display: none;
}
.hdPp__box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.hdPp__parent {
  position: relative;
  display: block;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
}
.hdPp__parent::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #9266d8;
  border-bottom: 1.5px solid #9266d8;
  top: 8px;
  left: 0;
  transform: rotate(-45deg);
}

.hdPp__child {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.42;
  text-decoration: underline;
}
.hdPp__child::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 9px;
  height: 6px;
  border-bottom: 1.5px solid #9266d8;
  border-left: 1.5px solid #9266d8;
}
.hdPp__child.noLink {
  text-decoration: none;
}

.headerSp__open,
.headerSp {
  display: none;
}

.telPop__colose {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.telPop {
  display: none;
  position: absolute;
  top: 90px;
  left: calc(50% - 80px);
  transform: translateX(-50%);
  width: 420px;
  padding: 24px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}

.telPop__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 5px 0;
  border: 1px solid #ecaaaa;
  border-radius: 5px;
  background: #fff7f7;
}
.telPop__point p {
  font-size: 14px;
  font-weight: 500;
  color: #cb2828;
}

.telPop__point--icon {
  width: 20px;
  height: 20px;
}

.telLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 13px;
}

.telLink__icon {
  width: 22px;
}

.telLink__name {
  font-size: 20px;
  font-weight: bold;
  color: #222a65;
}

.telLink__nums {
  margin-left: 20px;
}
.telLink__nums p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.telLink__num {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #222a65;
}

.telLink__line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #e4e4e4;
}

@media screen and (max-width: 1080px) {
  .header .inner {
    padding: 0;
  }
  .headerMenu,
  .header__cvs,
  .telPop {
    display: none;
  }
  .headerSp__open {
    display: block;
    width: 21px;
    height: 11px;
  }
  .header__flex {
    height: 54px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 14px;
  }
  .header__logo {
    width: 110px;
  }
  .headerSp {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #222a65;
  }
  .headerSp__wrapper {
    height: 100%;
  }
  .headerSp__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding-left: 10px;
    padding-right: 14px;
  }
  .headerSp__top--logo {
    width: 110px;
  }
  .headerSp__close {
    width: 15px;
    height: 15px;
  }
  .headerSp__box {
    height: calc(100% - 54px);
    position: relative;
    overflow-y: scroll;
    max-width: 500px;
    margin: 0 auto;
  }
  .headerSp__items {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 38px;
    margin-top: 30px;
    padding: 0 24px;
  }
  .headerSp__item {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    min-width: 118px;
  }
  .headerSp__cvs {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 24px 40px;
  }
  .headerSp__cvs .header__btn {
    width: 327px;
    height: 64px;
    margin-top: 16px;
  }
  .headerSp__cvs .headerLine {
    padding-bottom: 13px;
  }
  .headerSp__cvs .headerLine__icon {
    width: 25px;
  }
  .headerSp__cvs .headerLine__text {
    font-size: 17px;
  }
  .headerSp__cvs .headerLine__popup {
    width: 163px;
    font-size: 12px;
    height: 21px;
  }
  .headerSp__cvs .headerWeb__icon {
    width: 25px;
  }
  .headerSp__cvs .headerWeb__text {
    font-size: 17px;
  }
  .headerSp__cvs .headerTel {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .headerSp__cvs .headerTel__flex {
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }
  .headerSp__cvs .headerTel__ja {
    font-size: 17px;
    font-weight: bold;
    color: #222a65;
  }
  .headerSp__cvs .headerTel__text {
    font-size: 12px;
  }
  .headerSp__menu {
    margin-top: 35px;
  }
  .headerSp__menu--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #575f9c;
    padding-bottom: 18px;
    margin: 0 24px;
  }
  .headerSp__menu--top.active {
    border: none;
  }
  .headerSp__menu--link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .headerSp__menu--icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }
  .headerSp__menu--icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
  }
  .headerSp__menu--icon.active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .hdSp__menus {
    display: none;
  }
  .hdSp__cat {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    background: #575f9c;
  }
  .hdSp__parents {
    padding: 0 24px;
  }
  .hdSp__parent {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #575f9c;
  }
  .hdSp__parent--link {
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .hdSp__parent--icon {
    position: relative;
    width: 30px;
    height: 60px;
  }
  .hdSp__parent--icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #fff;
    border-bottom: 0;
  }
  .hdSp__parent--icon.active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .hdSp__children {
    display: none;
    border-bottom: 1px solid #575f9c;
  }
  .hdSp__child {
    position: relative;
    display: block;
    padding: 12px 0 12px 20px;
    border-top: 1px solid #575f9c;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: underline;
  }
  .hdSp__child::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #9266d8;
    border-bottom: 1.5px solid #9266d8;
    top: calc(50% + 1px);
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .hdSp__child.noLink {
    text-decoration: none;
  }
  .telSp__layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 42, 101, 0.9);
  }
  .telSp {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
  }
  .telSp__point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid #ecaaaa;
    border-radius: 5px;
    background: #fff7f7;
  }
  .telSp__point p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #cb2828;
  }
  .telSp__point--icon {
    width: 20px;
    height: 20px;
  }
  .telSp__text {
    margin: 12px auto 20px;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .telLink {
    gap: 5px;
    padding: 20px;
    border: 1px solid #d4d7eb;
    border-radius: 8px;
    background: #f7f9fd;
  }
  .telLink__icon {
    width: 20px;
  }
  .telLink__name {
    font-size: 18px;
    font-weight: bold;
  }
  .telLink__nums {
    margin: 0;
  }
  .telLink__num {
    font-size: 16px;
    margin-left: 15px;
  }
  .telSp__close {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 20px auto 0;
  }
  .telSp__close::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #222a65;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .telSp__close::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #222a65;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.footer {
  padding-top: 85px;
  padding-bottom: 40px;
  background: #222a65;
  color: #fff;
}

.footerSp__box {
  display: none;
}

.ftFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4e5483;
}

.ftSns {
  width: 140px;
}

.ftSns__ttl {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.ftSns__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ftSns__box a {
  display: block;
  width: 32px;
  height: 32px;
}

.ftLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 0;
  width: 800px;
}

.ftLink {
  width: 200px;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
}

.ftMenu {
  padding-top: 30px;
}

.ftMenu__hd {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ftMenu__cat {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.ftMenu__boxs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.ftMenu__box {
  width: calc((100% - 60px) / 4);
  padding-right: 20px;
  box-sizing: border-box;
  border-right: 1px solid #4e5483;
}
.ftMenu__box:nth-of-type(4n) {
  border-right: none;
}
.ftMenu__box:last-of-type {
  border-right: none;
}

.ftMenu__p {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.ftMenu__p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #9266d8;
  border-bottom: 1.5px solid #9266d8;
  top: 8px;
  left: -3px;
  transform: rotate(-45deg);
}

.ftMenu__c {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: underline;
}
.ftMenu__c::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  border-left: 1.5px solid #9266d8;
  border-bottom: 1.5px solid #9266d8;
  top: 8px;
  left: 13px;
}
.ftMenu__c.noLink {
  text-decoration: none;
}

.ftMenu__line {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background: #4e5483;
}

.ftMeta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 60px;
}

.ftMeta__logos {
  width: 280px;
}

.ftMeta__logo {
  width: 160px;
}

.ftMeta__en {
  font-size: 28px;
  letter-spacing: 0.06em;
}

.ftMeta__ja {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.ftMaps {
  max-width: 670px;
  width: 100%;
}

.ftMap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
  gap: 30px;
}

.ftMap__main {
  position: relative;
  width: 290px;
  aspect-ratio: 29/18;
}
.ftMap__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ftMap__meta {
  width: calc(100% - 320px);
}

.ftMap__name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ftMap__txt {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
}
.ftMap__txt a {
  color: #fff;
  text-decoration: none;
}

.ftCopy {
  margin-top: 60px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 130px;
  }
  #footer .inner {
    padding: 0;
  }
  .footerSp__box {
    padding: 0;
    height: unset;
    display: block;
    max-width: 550px;
  }
  .footerSp__box .headerSp__menu {
    margin-top: 0;
  }
  .ftFlex,
  .ftMenu {
    display: none;
  }
  .ftMap {
    flex-flow: column;
    align-items: center;
    gap: 20px;
    max-width: 550px;
    width: 100%;
    margin: 35px auto 0;
  }
  .ftMap__main {
    width: 100%;
  }
  .ftMap__meta {
    width: 100%;
  }
  .ftMap__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ftSp {
    max-width: 550px;
    margin: 0 auto 40px;
    padding: 0 24px;
  }
  .ftMeta {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .ftSns {
    margin: 30px auto 0;
  }
  .ftCopy {
    margin-top: 20px;
  }
  .ftMeta__logos {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
  }
  .ftMeta__logo {
    width: 30%;
  }
  .ftMeta__txts {
    width: calc(70% - 15px);
  }
  .ftMeta__en {
    font-size: 23px;
    white-space: nowrap;
  }
  .ftMeta__ja {
    font-size: 14px;
  }
}
.t-top_page {
  margin-top: 126px;
}
.t-top_page .t-pc {
  display: block;
}
.t-top_page .t-sp {
  display: none;
}
.t-top_page .none {
  display: none;
}
.t-top_page img {
  width: 100%;
}
.t-top_page .inner {
  max-width: 1120px;
}
.t-top_page .slick-track {
  display: flex;
}
.t-top_page .slick-slide {
  height: auto !important;
}
.t-top_page .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.t-top_page .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -83px;
}
.t-top_page .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 !important;
  background: #dfdfdf;
}
.t-top_page .slick-dots li.slick-active {
  background: #9266d8;
}
.t-top_page .slick-dots li button {
  display: none;
}
.t-top_page .slick-next {
  width: 54px;
  height: 54px;
  background: url(../img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  margin: unset;
  transform: unset;
  margin-left: 30px;
}
.t-top_page .slick-next::before {
  display: none;
}
.t-top_page .slick-prev {
  width: 54px;
  height: 54px;
  background: url(../img/common/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  margin: unset;
  transform: unset;
  margin-right: 30px;
}
.t-top_page .slick-prev::before {
  display: none;
}

.t-sec__title {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #222a65;
}

.t-sec__sub {
  font-size: 18px;
  margin-top: 8px;
  letter-spacing: 0.06em;
  color: #222a65;
  line-height: 1.4;
}

.t-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Cormorant Garamond", serif;
  width: 264px;
  height: 60px;
  border-radius: 43px;
  border: 1px solid #232c62;
  color: #232c62;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-left: 37px;
  box-sizing: border-box;
  position: relative;
}
.t-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #232c62;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.t-btn-w {
  border: 1px solid #fff;
  color: #fff;
}
.t-btn-w::after {
  background: #fff;
}

.t-fv__imgs .slick-dots {
  bottom: 70px;
}

.t-fv__img:hover::after {
  opacity: 0.3;
}

.t-info {
  margin-top: -50px;
}

.t-infoNews {
  padding: 26px 35px;
  background: #f7f9fd;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.t-infoNews__flex {
  display: flex;
  align-items: center;
}

.t-infoNews__top {
  color: #222a65;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.64;
  border-right: 1px solid #cecece;
  padding-right: 26px;
}

.t-infoNews__items {
  margin-left: 22px;
  width: calc(100% - 94px - 26px);
}
.t-infoNews__items .slick-slide {
  display: flex;
}

.t-infoNews__item--wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.t-infoNews__item--click {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  width: calc(100% - 100px - 12px);
}

.t-infoNews__item--date {
  color: #1e2b38;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.t-infoNews__item--cat {
  width: 114px;
  height: 28px;
  border-radius: 22px;
  border: 1px solid #1e2b38;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-infoNews__item--title {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-decoration: underline;
  width: calc(100% - 25px - 115px - 80px);
}

.t-infoNews__item--link {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #1e2b38;
  padding-right: 15px;
  border-bottom: 1px solid #c6c8d8;
  white-space: nowrap;
  position: relative;
  height: 29px;
}
.t-infoNews__item--link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #626cb5;
  border-bottom: 1.5px solid #626cb5;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
}

.t-infoImp {
  background: #fff7f7;
  border: 1px solid #ecaaaa;
  margin-top: 30px;
  padding: 22px 55px;
}

.t-infoImp__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.t-infoImp__icon {
  width: 57px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cb2828;
  color: #fff;
}

.t-infoImp__text {
  color: #cb2828;
  font-size: 16px;
  font-weight: 500;
  max-width: calc(100% - 57px - 20px);
}

.t-newOpen {
  margin-top: 30px;
}

.t-newOpen__link {
  display: block;
}

.t-banner {
  margin-top: 60px;
  margin-bottom: 100px;
}

.t-banner__items .slick-track {
  padding-bottom: 30px;
}
.t-banner__items .slick-dots {
  bottom: -53px;
}

.t-banner__item {
  margin: 0 11px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.t-nav {
  margin-top: 60px;
  padding: 45px 0 60px;
  background: #f4f4f7;
}

.t-nav__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.t-nav__item--box {
  width: 110px;
  height: 110px;
}

.t-nav__item--icon {
  width: 110px;
  height: 110px;
}

.t-nav__item--text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #222a65;
  text-align: center;
}

.t-concept {
  padding-top: 160px;
  padding-bottom: 160px;
  background: url(../img/top/t-concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  color: #fff;
}

.t-concept__flex {
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.t-concept__meta {
  width: 265px;
}

.t-concept__meta--title {
  color: #fff;
}

.t-concept__meta--sub {
  color: #fff;
}

.t-concept__meta--btn {
  margin-top: 80px;
}

.t-concept__texts {
  width: 564px;
}

.t-concept__title {
  font-size: 40px;
  letter-spacing: 0.06em;
}

.t-concept__text {
  margin-top: 58px;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 2.2;
}

.t-menu {
  padding-top: 120px;
  padding-bottom: 110px;
  background: url(../img/top/t-menu_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.t-menu * {
  box-sizing: border-box;
}

.t-menuFoot {
  margin-top: 120px;
}

.t-menu__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.t-menu__top .t-sec__title {
  position: relative;
}
.t-menu__top .t-sec__sub {
  position: relative;
}

.t-menu__bg {
  width: 575px;
  position: absolute;
  top: -40px;
  left: -200px;
}

.t-menu__top--title {
  font-size: 72px;
  color: #222a65;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.t-menu__top--sub {
  margin-top: 8px;
  font-size-adjust: 18px;
}

.t-menuFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.t-menuFlex.t-menuFlex__first {
  margin-top: 50px;
}

.t-menuFlex__ttl {
  font-size: 25px;
  letter-spacing: 0.06em;
  color: #222a65;
}

.t-menuTabs {
  display: flex;
  gap: 15px;
  border-bottom: 1.5px solid #222a65;
}

.t-menuTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  padding: 0 30px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.06em;
  color: #575757;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
}
.t-menuTab.active {
  color: #fff;
  background: #222a65;
}

.t-menuBox__wrap {
  display: none;
}

.t-menuBoxs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.t-menuBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc((100% - 30px) / 3);
  padding: 15px 40px 15px 15px;
  background: #fff;
}
.t-menuBox::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #9266d8;
  border-bottom: 1.5px solid #9266d8;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.t-menuBox.noLink::after {
  display: none;
}

.t-menuBox__img {
  width: 110px;
}

.t-menuBox--txt {
  width: calc(100% - 120px);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #222a65;
}

.t-menu__top--btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.t-case {
  background: url(../img/top/t-case_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 110px;
}
.t-case .t-sec__title {
  text-align: center;
}
.t-case .t-sec__sub {
  text-align: center;
}

.t-case__items {
  margin-top: 50px;
}
.t-case__items .slick-track {
  padding-bottom: 30px;
}
.t-case__items .slick-dots {
  bottom: -53px;
}

.t-case__item {
  margin: 0 22px;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.t-case__item--top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  background: #dddddd;
}
.t-case__item--top span {
  padding-left: 5px;
  padding-right: 5px;
}
.t-case__item--top span:last-of-type {
  display: none;
}

.t-case__item--box {
  padding: 20px;
}

.t-case__item--tags {
  margin-top: 10px;
  gap: 5px;
}

.t-case__item--tag {
  font-size: 12px;
  font-weight: 500;
  color: #222a65;
}

.t-case__item--title {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #222a65;
}

.t-case__item--text {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.3;
  font-weight: 500;
  color: #939393;
}

.t-case__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 90px;
}

.t-pickup {
  background: #222a65;
  padding-top: 80px;
  padding-bottom: 190px;
  overflow: hidden;
}
.t-pickup .t-sec__title {
  text-align: center;
  color: white;
}
.t-pickup .t-sec__sub {
  text-align: center;
  color: white;
}

.t-pickup__items {
  margin-top: 50px;
}
.t-pickup__items .slick-list {
  overflow: unset;
}
.t-pickup__items .slick-next {
  width: 54px;
  height: 54px;
  background: url(../img/common/icon_arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  margin: unset;
  margin-left: 30px;
}
.t-pickup__items .slick-next::before {
  display: none;
}
.t-pickup__items .slick-prev {
  width: 54px;
  height: 54px;
  background: url(../img/common/icon_arrow_left_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  margin: unset;
  margin-right: 30px;
}
.t-pickup__items .slick-prev::before {
  display: none;
}

.t-pickup__item {
  margin: 0 15px;
  width: 800px;
}

.t-doctor {
  padding-top: 354px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}

.t-doctor__bg {
  width: 1700px;
  position: absolute;
  top: -260px;
  left: -200px;
}

.t-doctor__items {
  display: flex;
  gap: 34px;
  position: relative;
}

.t-doctor__item {
  width: calc(50% - 17px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  .t-doctor__item.hover {
    position: relative;
  }
  .t-doctor__item.hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
  }
  .t-doctor__item.hover:hover {
    opacity: 1;
  }
  .t-doctor__item.hover:hover::after {
    opacity: 0.4;
  }
}

.t-doctor__18 {
  margin-top: 50px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.t-snsSec {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/top/t-snsSec_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.t-youtube {
  margin-bottom: 123px;
}

.t-youtube__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.t-youtube__top--title {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #222a65;
  line-height: 1.2;
  position: relative;
}

.t-youtube__top--text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  position: relative;
}

.t-youtube__top--icon {
  position: absolute;
  width: 634px;
  bottom: -70px;
  right: -130px;
}

.t-youtube__items {
  margin-top: 60px;
}
.t-youtube__items .slick-track {
  padding-bottom: 30px;
}
.t-youtube__items .slick-dots {
  bottom: -53px;
}

.t-youtube__item {
  margin: 0 11px;
  cursor: pointer;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.t-youtube__popup--btn {
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  z-index: 61;
  cursor: pointer;
}
.t-youtube__popup--btn::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.t-youtube__popup--btn::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.t-youtube__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 61;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.t-youtube__popup.active {
  display: block;
}

.t-youtube__popup--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
}

.t-youtube__popup--box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.t-youtube__popup--box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-youtube__note {
  margin-top: 60px;
  font-size: 14px;
}

.t-sns {
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.t-sns .t-sec__title {
  text-align: center;
  position: relative;
}
.t-sns .t-sec__sub {
  text-align: center;
  position: relative;
}

.t-sns__top {
  position: relative;
}

.t-sns__bg {
  width: 490px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.t-sns__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}

.t-sns__item {
  width: calc((100% - 48px) / 3);
}

.t-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/top/t-faq_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

.t-faq__flex {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}

.t-faq__top {
  width: 150px;
}

.t-faq__main {
  width: calc(100% - 40px - 150px);
}

.t-faq__items {
  padding-top: 80px;
}

.t-faq__item {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}

.t-faq__ques {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}

.t-faq__ques--icon {
  width: 44px;
}

.t-faq__ques--title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: calc(100% - 44px - 16px - 28px);
}

.t-faq__ques--btn {
  width: 16px;
  height: 16px;
  position: relative;
}
.t-faq__ques--btn::after {
  content: "";
  width: 16px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.t-faq__ques--btn::before {
  content: "";
  width: 16px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.t-faq__ques--btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.t-faq__ans {
  display: none;
  margin-top: 20px;
}

.t-faq__ans--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.t-faq__ans--icon {
  width: 44px;
}

.t-faq__ans--text {
  width: calc(100% - 44px - 14px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.t-faq__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 40px;
}

.t-news {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../img/top/t-news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.t-news .t-sec__title {
  text-align: center;
}
.t-news .t-sec__sub {
  text-align: center;
}

.t-news__items {
  border-top: 1px solid #c6c8d8;
  margin-top: 50px;
}

.t-news__item {
  border-bottom: 1px solid #c6c8d8;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
}

.t-news__item--date {
  font-size: 16px;
  font-weight: 500;
}

.t-news__item--cat {
  font-size: 13px;
  letter-spacing: 0.06em;
  width: 114px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid #1e2b38;
  border-radius: 22px;
  box-sizing: border-box;
}

.t-news__item--title {
  width: calc(100% - 40px - 114px - 80px);
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.5;
}

.t-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.t-column {
  padding-top: 80px;
  padding-bottom: 100px;
}
.t-column .t-sec__title {
  text-align: center;
}
.t-column .t-sec__sub {
  text-align: center;
}

.t-column__items {
  margin-top: 60px;
}

.t-column__item {
  margin: 0 11px;
}

.t-column__item--title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}

.t-column--btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto 0;
}

.foot__bnr {
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 80px auto 100px;
}

@media screen and (max-width: 1080px) {
  .t-top_page {
    margin-top: 54px;
  }
  .t-top_page .t-pc {
    display: none;
  }
  .t-top_page .t-sp {
    display: block;
  }
  .t-top_page .inner {
    padding: 0 24px;
  }
  .t-top_page .slick-dots {
    bottom: -83px;
  }
  .t-top_page .slick-next {
    width: 40px;
    height: 40px;
  }
  .t-top_page .slick-prev {
    width: 40px;
    height: 40px;
  }
  .t-sec__title {
    font-size: 50px;
  }
  .t-sec__sub {
    font-size: 16px;
    margin-top: 2px;
  }
  .t-fv__imgs .slick-dots {
    bottom: 20px;
  }
  .t-info {
    margin-top: 20px;
  }
  .t-infoNews {
    padding: 13px 15px 13px 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .t-infoNews__flex {
    display: flex;
    align-items: center;
  }
  .t-infoNews__top {
    font-size: 22px;
    line-height: 1.64;
    border-right: none;
    padding-right: 20px;
  }
  .t-top_page .t-infoNews__items .slick-track {
    align-items: center;
  }
  .t-infoNews__items {
    margin-left: 0;
    width: calc(100% - 55px - 20px);
  }
  .t-infoNews__item--wrapper {
    height: unset;
  }
  .t-infoNews__item--click {
    height: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
  }
  .t-infoNews__item--date {
    font-size: 14px;
  }
  .t-infoNews__item--cat {
    width: 84px;
    height: 22px;
  }
  .t-infoNews__item--title {
    font-size: 14px;
    width: 100%;
  }
  .t-infoNews__item--link {
    display: none;
  }
  .t-infoNews__sp--link {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 16px;
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #1e2b38;
    padding-right: 15px;
    border-bottom: 1px solid #c6c8d8;
    position: relative;
  }
  .t-infoNews__sp--link::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #626cb5;
    border-bottom: 1.5px solid #626cb5;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .t-infoImp {
    margin-top: 18px;
    padding: 12px 15px;
  }
  .t-infoImp__box {
    align-items: flex-start;
    gap: 13px;
    position: relative;
  }
  .t-infoImp__icon {
    width: 45px;
    height: 22px;
    font-size: 12px;
  }
  .t-infoImp__text {
    font-size: 14px;
    max-width: calc(100% - 57px - 20px);
  }
  .t-infoImp__arrow {
    width: 8px;
    height: 20px;
  }
  .t-infoImp__arrow::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #cb2828;
    border-bottom: 1px solid #cb2828;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .t-newOpen {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t-newOpen__link {
    display: block;
  }
  .t-banner {
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .t-banner__item {
    width: 327px;
    margin: 0 7px;
    overflow: hidden;
  }
  .t-banner__items .slick-dots {
    bottom: -40px;
  }
  .t-banner__items .slick-list {
    overflow: unset;
  }
  .t-nav {
    margin-top: 40px;
    padding: 32px 20px;
  }
  .t-nav__items {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .t-nav__item {
    width: 70px;
  }
  .t-nav__item--box {
    width: 70px;
    height: 70px;
  }
  .t-nav__item--icon {
    width: 70px;
    height: 70px;
  }
  .t-nav__item--icon img {
    height: 100%;
  }
  .t-nav__item--text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto 0;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .t-case__items .slick-dots {
    bottom: -53px;
  }
}
@media screen and (max-width: 900px) {
  .t-concept {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/top/t-concept_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .t-concept__flex {
    flex-flow: column;
    gap: 40px;
  }
  .t-concept__meta {
    width: 100%;
  }
  .t-concept__texts {
    width: 100%;
  }
  .t-concept__title {
    font-size: 30px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .t-concept__text {
    font-size: 14px;
    margin-top: 30px;
  }
  .t-concept__meta--btn {
    margin-top: 0;
  }
  .t-menu {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../img/top/t-menu_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
  }
  .t-menuFoot {
    margin-top: 60px;
  }
  .t-menu__bg {
    width: 351px;
    top: 30px;
    left: -20px;
  }
  .t-menuFlex {
    align-items: flex-start;
    flex-flow: column;
    gap: 10px;
    margin-top: 40px;
  }
  .t-menuFlex.t-menuFlex__first {
    margin-top: 30px;
  }
  .t-menuFlex__ttl {
    font-size: 17px;
  }
  .t-menuTabs {
    width: 100%;
    gap: 5px;
  }
  .t-menuTab {
    width: calc((100% - 10px) / 3);
    height: 40px;
    padding: 0 6px;
    font-size: 11px;
  }
  .t-menuBoxs {
    flex-flow: column;
    gap: 10px;
    margin-top: 10px;
  }
  .t-menuBox {
    gap: 20px;
    width: 100%;
    height: 100px;
    padding: 10px 40px 10px 10px;
  }
  .t-menuBox__img {
    width: 80px;
  }
  .t-menuBox--txt {
    width: calc(100% - 100px);
    font-size: 17px;
  }
  .t-menu__top--btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
  }
  .t-case {
    background: url(../img/top/t-case_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .t-case__items {
    margin-top: 40px;
  }
  .t-case__items .slick-dots {
    bottom: -40px;
  }
  .t-case__item {
    width: 327px;
    margin: 0 12px;
  }
  .t-case__btn {
    margin-top: 80px;
  }
  .t-pickup {
    background: url(../img/top/t-pickup_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 130px;
    overflow: hidden;
  }
  .t-pickup__item {
    width: 327px;
    margin: 0 7px;
  }
  .t-snsSec {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/top/t-snsSec_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .t-youtube {
    margin-bottom: 90px;
  }
  .t-youtube__top {
    flex-flow: column;
    gap: 24px;
    align-items: flex-start;
  }
  .t-youtube__top--title {
    font-size: 50px;
  }
  .t-youtube__top--text {
    font-size: 14px;
  }
  .t-youtube__top--icon {
    width: 351px;
    bottom: -10px;
    right: unset;
    left: 0;
  }
  .t-youtube__items {
    margin-top: 30px;
  }
  .t-youtube__items .slick-dots {
    bottom: -40px;
  }
  .t-youtube__items .slick-list {
    overflow: unset;
  }
  .t-youtube__item {
    width: 327px;
    margin: 0 7px;
  }
  .t-youtube__popup {
    max-width: 100%;
  }
  .t-youtube__popup--wrapper {
    max-width: 90%;
  }
  .t-youtube__note {
    font-size: 12px;
  }
  .t-sns {
    padding-top: 50px;
  }
  .t-sns__bg {
    width: 251px;
    bottom: -30px;
  }
  .t-sns__items {
    margin-top: 40px;
    flex-flow: column;
    gap: 18px;
  }
  .t-sns__item {
    width: 100%;
  }
  .t-faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/top/t-faq_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top left;
  }
  .t-faq__flex {
    flex-flow: column;
    gap: 40px;
  }
  .t-faq__top {
    width: 100%;
  }
  .t-faq__main {
    width: 100%;
  }
  .t-faq__items {
    padding-top: 0;
  }
  .t-faq__ques {
    gap: 10px;
    align-items: flex-start;
  }
  .t-faq__ques--icon {
    width: 20px;
  }
  .t-faq__ques--title {
    font-size: 14px;
    line-height: 1.7;
    width: calc(100% - 20px - 20px - 16px);
  }
  .t-faq__ans--wrapper {
    gap: 10px;
  }
  .t-faq__ans--icon {
    width: 20px;
  }
  .t-faq__ans--text {
    font-size: 14px;
    line-height: 1.57;
    width: calc(100% - 20px - 10px);
  }
  .t-faq__btn {
    margin: 40px auto 0;
  }
  .t-news {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/top/t-news_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .t-news__items {
    margin-top: 30px;
  }
  .t-news__item {
    flex-wrap: wrap;
    gap: 14px 10px;
    padding: 10px 15px 10px 20px;
  }
  .t-news__item--cat {
    width: unset;
    min-width: 80px;
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
  }
  .t-news__item--title {
    width: 100%;
    font-size: 14px;
  }
  .t-news__btn {
    margin: 30px auto 0;
  }
  .t-doctor {
    padding-top: 122px;
    padding-bottom: 60px;
  }
  .t-doctor__bg {
    width: 100%;
    top: -122px;
    left: 0px;
  }
  .t-doctor__items {
    flex-flow: column;
    gap: 25px;
  }
  .t-doctor__item {
    width: 100%;
  }
  .t-doctor__18 {
    margin-top: 30px;
  }
  .t-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .t-column__items {
    margin-top: 30px;
  }
  .t-column__item {
    width: 327px;
    margin: 0 7px;
  }
  .t-column--btn {
    margin: 110px auto 0;
  }
  .foot__bnr {
    margin: 40px auto 60px;
  }
}
.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/common/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .inner {
  max-width: 1120px;
}

.contact__wrapper {
  padding: 10px;
  background: rgba(244, 244, 247, 0.7);
  box-shadow: 0p 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.contact__box {
  padding: 40px 55px 40px 70px;
  gap: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__top {
  width: 250px;
}

.contact__main {
  width: calc(100% - 250px);
  max-width: 580px;
}

.contact__head {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #c6c8d8;
  border-bottom: 1px solid #c6c8d8;
}

.contact__tite {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.contact__sub {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.contact__cvs {
  display: flex;
  gap: 20px;
  margin-top: 37px;
}
.contact__cvs .header__btn {
  width: calc(50% - 10px);
  height: 70px;
}
.contact__cvs .headerWeb__icon {
  width: 30px;
}
.contact__cvs .headerWeb__text {
  font-size: 20px;
}
.contact__cvs .headerLine {
  padding-bottom: 14px;
}
.contact__cvs .headerLine__icon {
  width: 30px;
}
.contact__cvs .headerLine__text {
  font-size: 20px;
}

.contact__tel {
  position: relative;
}
.contact__tel .header__btn {
  width: 280px;
  height: 70px;
  margin: 20px auto 0;
}
.contact__tel .headerWeb__icon {
  width: 30px;
}
.contact__tel .headerWeb__text {
  font-size: 20px;
}

.telPop__colose--ct {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.telPop--ct {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  padding: 24px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/common/contact_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact .inner {
    padding: 0 24px;
  }
  .contact__wrapper {
    padding: 6px;
  }
  .contact__box {
    flex-flow: column;
    padding: 24px 18px 36px;
    gap: 20px;
  }
  .contact__main {
    width: 100%;
  }
  .contact__tite {
    font-size: 19px;
  }
  .contact__sub {
    font-size: 12px;
  }
  .contact__cvs {
    flex-flow: column-reverse;
    margin-top: 30px;
    gap: 12px;
  }
  .contact__cvs .header__btn {
    width: 100%;
    height: 64px;
  }
  .contact__cvs .headerWeb__text,
  .contact__cvs .headerLine__text {
    font-size: 17px;
  }
  .contact__cvs .headerWeb__icon,
  .contact__cvs .headerLine__icon {
    width: 24px;
  }
  .contact__tel .header__btn {
    width: 100%;
    height: 64px;
    margin: 12px auto 0;
    flex-wrap: wrap;
    gap: 0;
  }
  .contact__tel .headerWeb__icon {
    width: 25px;
  }
  .contact__tel .headerWeb__text {
    font-size: 17px;
    margin-left: 5px;
  }
  .contact__tel .headerWeb__sub {
    width: 100%;
    margin-top: -5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .telPop__colose--ct {
    background: rgba(34, 42, 101, 0.9);
    z-index: 100;
  }
  .telPop--ct {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 287px;
    padding: 20px;
    z-index: 100;
  }
  .telPop__point {
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .telPop__point p {
    font-size: 12px;
    line-height: 1.4;
  }
  .telSp__close--ct {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 20px auto 0;
  }
  .telSp__close--ct::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #222a65;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .telSp__close--ct::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #222a65;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.p-column__side {
  width: 260px;
}

.p-column__cat {
  margin-top: 40px;
}
.p-column__cat--title {
  color: #222A65;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.p-column__cat--box {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10px;
}
.p-column__cat--parent a {
  display: block;
  color: #222A65;
  font-size: 14px;
  font-weight: bold;
}
.p-column__cat--child a {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-column__post {
  margin-top: 60px;
}
.p-column__post--title {
  color: #222A65;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}
.p-column__post--item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 8.5px;
}
.p-column__post--img {
  width: 38.5%;
}
.p-column__post--img img {
  width: 100%;
}
.p-column__post--text {
  width: calc(61.5% - 8.5px);
  font-size: 14px;
  line-height: 1.44;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .p-column__side {
    width: 100%;
  }
  .p-column__cat {
    margin-top: 40px;
  }
  .p-column__cat--title {
    padding-left: 0px;
    padding-bottom: 8px;
  }
  .p-column__cat--box {
    padding-left: 0px;
  }
  .p-column__post {
    margin-top: 30px;
  }
  .p-column__post--title {
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .p-column__post--item {
    margin-bottom: 20px;
    gap: 9.5px;
  }
  .p-column__post--img {
    width: 30%;
  }
  .p-column__post--text {
    width: calc(70% - 9.5px);
    line-height: 1.42;
  }
}
.p-column__header {
  background: url(../img/column/column_head_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding-top: 18px;
  padding-bottom: 70px;
  color: #222A65;
}
.p-column__header--links {
  font-size: 14px;
  font-weight: 500;
}
.p-column__header--links--sp {
  display: none;
}
.p-column__header--links a {
  color: #222A65;
}
.p-column__header--title {
  font-size: 34px;
  line-height: 1.45;
  margin-top: 44px;
  font-weight: 400;
}
.p-column__header--read {
  font-size: 24px;
  margin-top: 10px;
}

.p-column__main {
  margin-top: 40px;
  padding-bottom: 100px;
}

.p-column__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.p-column__wrapper .newsList {
  margin-top: 0;
}

.p-column__cont {
  width: calc(100% - 260px - 50px);
}
.p-column__cont--nonepost {
  font-size: 18px;
  margin-top: 20px;
}
.p-column__cont--cat-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 24px 10px;
  background: #EEF0F7;
  position: relative;
  margin-bottom: 20px;
}
.p-column__cont--cat-name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
  border-style: solid;
  border-width: 16px 13.5px 0 0;
  border-color: #626CB5 transparent transparent transparent;
}
.p-column__cont--items {
  border-top: 1px solid #DDDDDD;
}
.p-column__cont--item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 23px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}
.p-column__cont--img {
  width: 29%;
}
.p-column__cont--img img {
  width: 100%;
}
.p-column__cont--data {
  width: calc(71% - 23px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
}
.p-column__cont--date {
  font-size: 14px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.p-column__cont--cats {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.p-column__cont--cat {
  color: #222A65;
  border-radius: 25px;
  border: 1px solid #222A65;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 0px 20px;
}
.p-column__cont--title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-column__cont--text {
  width: 100%;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
}

.p-column__side--search {
  width: 100%;
  position: relative;
}
.p-column__side--search_input {
  width: 100%;
}
.p-column__side--search_input input {
  width: 100%;
  height: 50px;
  border: 1px solid #EAEAEA;
  padding-left: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.p-column__side--search_input input:focus {
  outline: none;
}
.p-column__side--search_input input::-moz-placeholder {
  color: #8D9398;
}
.p-column__side--search_input input::placeholder {
  color: #8D9398;
}
.p-column__side--search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: #F0F2F8;
  border: none;
  padding: 0;
  border-left: 1px solid #EAEAEA;
  display: grid;
  place-items: center;
}
.p-column__side--search button img {
  display: block;
  width: 14px;
  height: 14px;
}

.p-column__search {
  display: none;
}

.p-column__pagination {
  margin-top: 50px;
}
.p-column__pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-column__pagination ul li .current {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222A65;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.p-column__pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #222A65;
  border: 1px solid #222A65;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .p-column__header {
    background: url(../img/column/column_head_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-column__header--links {
    display: none;
  }
  .p-column__header--links--sp {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    color: #BAC0C3;
  }
  .p-column__header--links--sp a {
    color: #BAC0C3;
  }
  .p-column__header--title {
    font-size: 18px;
    margin-top: 0;
  }
  .p-column__header--read {
    font-size: 14px;
    margin-top: 0px;
  }
  .p-column__wrapper {
    flex-flow: column-reverse;
  }
  .p-column__cont {
    width: 100%;
  }
  .p-column__cont--cat-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 18px 10px 15px;
    background: #EEF0F7;
    position: relative;
    margin-bottom: 20px;
  }
  .p-column__cont--cat-name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    left: 5px;
    border-style: solid;
    border-width: 16px 13.5px 0 0;
    border-color: #626CB5 transparent transparent transparent;
  }
  .p-column__cont--item {
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .p-column__cont--img {
    width: 27%;
  }
  .p-column__cont--img img {
    width: 100%;
  }
  .p-column__cont--data {
    width: calc(73% - 10px);
    gap: 5px 5px;
  }
  .p-column__cont--cat {
    font-size: 11px;
    padding: 0px 10px;
  }
  .p-column__cont--title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  }
  .p-column__cont--text {
    display: none;
  }
  .p-column__search {
    display: block;
    margin-bottom: 30px;
  }
  .p-column__search--title {
    border: 1px solid #222A65;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #222A65;
    padding-left: 48px;
    line-height: 48px;
    position: relative;
    transition: 0.5s;
  }
  .p-column__search--title::after {
    content: "";
    position: absolute;
    background: url(../img/column/column_search_b.svg);
    width: 18px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: 0.5s;
  }
  .p-column__search--title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #222A65;
    border-bottom: 2px solid #222A65;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.5s;
  }
  .p-column__search--title.active {
    background: #222A65;
    color: #fff;
  }
  .p-column__search--title.active::after {
    content: "";
    background: url(../img/column/column_search_w.svg);
    transform: translateY(-50%);
  }
  .p-column__search--title.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-135deg);
  }
  .p-column__search--box {
    display: none;
  }
  .p-column__search--links {
    border: 1px solid #222A65;
    border-top: none;
  }
  .p-column__search--links a {
    color: #222A65;
    font-size: 15px;
    font-weight: 500;
    padding-left: 45px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    width: calc(100% - 38px);
    width: 100%;
    box-sizing: border-box;
  }
  .p-column__search--anchor.active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #626CB5;
    border-radius: 50%;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .p-column__search--link {
    position: relative;
  }
  .p-column__search--link .btns {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
  }
  .p-column__search--link .btns::after, .p-column__search--link .btns::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1.5px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .p-column__search--link .btns::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .p-column__search--link .btns.active::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .p-column__search--link .btn {
    background: #626CB5;
    border-radius: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .p-column__search--link a.p-column__search--link-c {
    padding-left: 65px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .p-column__search--link-cs {
    display: none;
  }
  .p-column__pagination {
    margin-top: 30px;
  }
  .p-column__pagination ul {
    gap: 10px;
  }
  .p-column__pagination ul li .current {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .p-column__pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.s-column__header {
  margin-top: 118px;
}
.s-column__header--links {
  font-size: 14px;
  color: #bac0c3;
}
.s-column__header--links a {
  color: #bac0c3;
}

.s-column__cont--title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.625;
}
.s-column__cont--cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.s-column__cont--cat {
  margin-top: 17px;
  border: 1px solid #222a65;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 7px;
}
.s-column__cont--meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.s-column__cont--data {
  font-size: 14px;
}
.s-column__cont--thumbnail {
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-column__cont--thumbnail img {
  width: 100%;
}
.s-column__cont--main {
  font-size: 14px;
  line-height: 2;
}
.s-column__cont--main #toc_container {
  position: relative;
  border: 2px solid #eef0f7;
  background: #fff;
  padding: 30px 27px;
  width: 100%;
  font-size: 14px;
  margin-top: 90px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.s-column__cont--main #toc_container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 95px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.97), #fff);
}
.s-column__cont--main #toc_container.active {
  padding-bottom: 70px;
}
.s-column__cont--main #toc_container.active::before {
  display: none;
}
.s-column__cont--main #toc_container .more {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  bottom: 20px;
  right: 30px;
  color: #222a65;
  cursor: pointer;
}
.s-column__cont--main #toc_container .more::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.s-column__cont--main #toc_container .more::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: -15px;
  transition: 0.5s;
  transform: translateY(-50%) rotate(90deg);
}
.s-column__cont--main #toc_container .more.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.s-column__cont--main #toc_container ul ul {
  margin-left: 0;
}
.s-column__cont--main #toc_container ul ul li a {
  padding-left: 15px;
}
.s-column__cont--main #toc_container p.toc_title {
  position: absolute;
  font-size: 16px;
  background: #eef0f7;
  padding: 1px 60px 1px 30px;
  top: -34px;
  left: 0;
}
.s-column__cont--main #toc_container p.toc_title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 34px 34px 0;
  border-color: transparent #ffffff transparent transparent;
}
.s-column__cont--main #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
  height: 190px;
  overflow: hidden;
}
.s-column__cont--main #toc_container p.toc_title + ul.toc_list.active {
  height: auto;
}
.s-column__cont--main #toc_container li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.s-column__cont--main img {
  width: 100%;
  height: auto;
}
.s-column__cont--main img[class^=wp-image] {
  max-width: 100%;
  width: auto;
  display: block;
}
.s-column__cont--main img[class^=wp-image].aligncenter {
  margin: 0 auto;
}
.s-column__cont--main img[class^=wp-image].alignleft {
  margin-right: auto;
}
.s-column__cont--main img[class^=wp-image].alignright {
  margin-left: auto;
}
.s-column__cont--main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 24px 10px;
  background: #eef0f7;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-column__cont--main h2 span {
  font-weight: bold !important;
}
.s-column__cont--main h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
  border-style: solid;
  border-width: 16px 13.5px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.s-column__cont--main h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #626cb5;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-column__cont--main h3 span {
  font-weight: bold !important;
}
.s-column__cont--main h4 {
  font-size: 18px;
  font-weight: bold;
  border-left: 6px solid #626cb5;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.s-column__cont--main h4 span {
  font-weight: bold !important;
}
.s-column__cont--main h5 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.s-column__cont--main h5 span {
  font-weight: bold !important;
}
.s-column__cont--main h5::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../img/column/column_feather.svg);
  background-size: cover;
}
.s-column__cont--main p a {
  color: rgb(152, 150, 240);
  text-decoration: underline;
}
.s-column__cont--main strong {
  font-weight: bold;
}
.s-column__cont--main mark {
  font-style: normal;
}
.s-column__cont--main blockquote {
  background: #eef0f7;
  padding: 60px 25px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.s-column__cont--main blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 28px;
  background: url(../img/column/column_blockquote.svg);
  background-size: cover;
  top: 20px;
  left: 27px;
}
.s-column__cont--main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.s-column__cont--main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.s-column__cont--main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #abb8c3;
}
.s-column__cont--main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child {
  background: #e3e6f7;
}
.s-column__cont--main table {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-color: #c6c8d8;
}
.s-column__cont--main table td {
  border: 1px solid #c6c8d8;
  padding: 10px 15px;
  vertical-align: middle;
}
.s-column__cont--main table td:first-child {
  background: #e3e6f7;
}
.s-column__cont--main table tr {
  border-color: #c6c8d8;
}
.s-column__cont--main table th {
  border-color: #c6c8d8;
}

.s-column__doctor {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-column__doctor .s-column__doctor--title {
  background: #eef0f7;
  padding: 1px 35px 1px 15px;
  font-size: 14px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: unset;
}
.s-column__doctor .s-column__doctor--title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  left: unset;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}
.s-column__doctor--box {
  background: #eef0f7;
  padding: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  height: unset;
}
.s-column__doctor--box.active {
  height: unset;
}
.s-column__doctor--box.active::after {
  display: none;
}
.s-column__doctor--foot {
  height: 300px;
}
.s-column__doctor--foot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(180deg, rgba(236, 238, 245, 0) 0%, rgb(236, 238, 245) 100%);
}
.s-column__doctor--flex {
  display: flex;
  border: 2px solid #fff;
  padding: 10px 24px;
  gap: 15px 25px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.s-column__doctor--img {
  width: 80px;
}
.s-column__doctor--img img {
  width: 100%;
}
.s-column__doctor--meta {
  width: calc(100% - 80px - 25px);
}
.s-column__doctor .s-column__doctor--name {
  color: #222a65;
  font-size: 12px;
  font-weight: unset;
  line-height: unset;
  padding-left: unset;
  padding-bottom: unset;
  border-bottom: unset;
  margin-top: unset;
  margin-bottom: unset;
}
.s-column__doctor .s-column__doctor--name .large {
  font-size: 18px;
  color: #222a65;
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 5px;
}
.s-column__doctor--cat {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #454d57;
}
.s-column__doctor--cat-sp {
  display: none;
}
.s-column__doctor--link {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 13px;
  color: #222a65;
  font-weight: bold;
}
.s-column__doctor--link-sp {
  display: none;
}
.s-column__doctor--text {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  color: #454d57;
}
.s-column__doctor--statses {
  width: 100%;
  display: flex;
  gap: 35px;
  align-items: flex-start;
  justify-content: space-between;
}
.s-column__doctor--stats {
  width: 100%;
}
.s-column__doctor--stats-title {
  font-size: 14px;
  font-weight: 500;
  color: #222a65;
  padding-left: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.s-column__doctor--stats-title::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 17px;
  background: url(../img/column/column_feather.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.s-column__doctor--stats ul {
  padding: 10px 0 0 10px;
}
.s-column__doctor--stats ul li {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 11px;
  font-weight: 400;
}
.s-column__doctor--btn {
  font-size: 12px;
  font-weight: bold;
  color: #222a65;
  position: absolute;
  bottom: 15px;
  right: 35px;
  cursor: pointer;
  z-index: 10;
}
.s-column__doctor--btn.active {
  bottom: 30px;
}
.s-column__doctor--btn.active::before {
  transform: translateY(-50%);
}
.s-column__doctor--btn::after, .s-column__doctor--btn::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #222a65;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.s-column__doctor--btn::before {
  transform: translateY(-50%) rotate(90deg);
}

.s-column__point {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  border: 1px solid #222a65;
}
.s-column__point--title {
  background: #222a65;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}
.s-column__point ul {
  padding: 30px;
  display: grid;
  gap: 20px;
}
.s-column__point ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
}
.s-column__point ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #626cb5;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

.s-column__recommend {
  margin-top: 60px;
  margin-bottom: 0;
}
.s-column__recommend--top {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 24px 10px;
  background: #eef0f7;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-column__recommend--top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
  border-style: solid;
  border-width: 16px 13.5px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}

.s-column__cv {
  background: #222a65;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  padding: 25px 50px 30px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-column__cv--title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.s-column__cv--read {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-top: 6px;
}
.s-column__cv--btns {
  margin-top: 18px;
  display: flex;
  gap: 26px;
}
.s-column__cv--btn {
  width: 100%;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.s-column__cv--btn.web {
  background: #9266d8;
}
.s-column__cv--btn.line {
  background: #379533;
}
.s-column__cv--img {
  width: 30px;
  height: 30px;
}
.s-column__cv--img img {
  width: 100%;
}

.s-column__question {
  margin-top: 60px;
  margin-bottom: 60px;
}
.s-column__question--top {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 24px 10px;
  background: #eef0f7;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-column__question--top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
  border-style: solid;
  border-width: 16px 13.5px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.s-column__question--items {
  margin-bottom: 35px;
}
.s-column__question--item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.s-column__question--icon {
  width: 30px;
  height: 30px;
}
.s-column__question--text {
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 1.5;
}

.s-column__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  margin-top: 40px;
}
.s-column__sns--link {
  width: 48%;
}
.s-column__sns--link a {
  display: block;
}
.s-column__sns--link a img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .s-column__header {
    margin-top: 10px;
  }
  .s-column__header--links {
    font-size: 12px;
  }
  .s-column__main {
    margin-top: 20px;
  }
  .s-column__main .wp-embedded-content {
    width: 100%;
  }
  .s-column__cont--title {
    font-size: 20px;
    line-height: 1.45;
  }
  .s-column__cont--cats {
    gap: 5px;
  }
  .s-column__cont--cat {
    font-size: 12px;
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .s-column__cont--meta {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 0px;
  }
  .s-column__cont--data {
    font-size: 12px;
  }
  .s-column__cont--thumbnail {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .s-column__cont video {
    max-width: 674px;
    width: 100%;
  }
  .s-column__cont--main #toc_container {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .s-column__cont--main h2 {
    font-size: 20px;
    line-height: 1.45;
    padding: 12px 15px 10px 18px;
  }
  .s-column__cont--main h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    left: 5px;
    border-style: solid;
    border-width: 16px 13.5px 0 0;
    border-color: #626cb5 transparent transparent transparent;
  }
  .s-column__cont--main h3 {
    font-size: 18px;
    line-height: 1.44;
    padding-left: 0px;
  }
  .s-column__cont--main h4 {
    font-size: 16px;
  }
  .s-column__cont--main blockquote {
    padding: 60px 25px 25px;
  }
  .s-column__cont--main table {
    line-height: 1.5;
  }
  .s-column__cv {
    padding: 25px 0px 30px;
  }
  .s-column__cv--title {
    font-size: 22px;
  }
  .s-column__cv--read {
    font-size: 12px;
    margin-top: 3px;
  }
  .s-column__cv--btns {
    margin-top: 23px;
    display: flex;
    flex-flow: column;
    gap: 14px;
    align-items: center;
  }
  .s-column__cv--btn {
    font-size: 18px;
    height: 60px;
    width: 85%;
  }
  .s-column__cv--btn.web {
    background: #9266d8;
  }
  .s-column__cv--btn.line {
    background: #379533;
  }
  .s-column__cv--img {
    width: 24px;
    height: 24px;
  }
  .s-column__question {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .s-column__question--top {
    font-size: 20px;
    line-height: 1.45;
    padding: 12px 15px 10px 18px;
  }
  .s-column__question--items {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  .s-column__question--icon {
    width: 20px;
    height: 20px;
  }
  .s-column__question--text {
    width: calc(100% - 30px);
    font-size: 14px;
  }
  .s-column__recommend {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .s-column__recommend--top {
    font-size: 20px;
    line-height: 1.45;
    padding: 12px 15px 10px 18px;
  }
  .s-column__doctor {
    margin-top: 30px;
  }
  .s-column__doctor--title {
    padding: 5px 35px 0px 15px;
    font-size: 13px;
  }
  .s-column__doctor--foot {
    height: 500px;
  }
  .s-column__doctor--foot::after {
    height: 80px;
  }
  .s-column__doctor--flex {
    padding: 20px 15px;
    gap: 10px 5px;
  }
  .s-column__doctor--img {
    width: 60px;
  }
  .s-column__doctor--meta {
    width: calc(100% - 60px - 5px);
  }
  .s-column__doctor--name {
    width: 100%;
  }
  .s-column__doctor--name .large {
    line-height: 1;
  }
  .s-column__doctor--cat {
    display: none;
  }
  .s-column__doctor--cat-sp {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }
  .s-column__doctor--link {
    display: none;
  }
  .s-column__doctor--link-sp {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #222a65;
    font-weight: bold;
  }
  .s-column__doctor--text {
    padding-top: 10px;
  }
  .s-column__doctor--statses {
    padding-top: 10px;
    flex-flow: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .s-column__doctor--stats {
    width: 100%;
  }
  .s-column__doctor--stats-title {
    font-size: 14px;
  }
  .s-column__doctor--stats ul {
    padding: 10px 0 0 0px;
  }
  .s-column__doctor--btn {
    font-size: 13px;
    bottom: 20px;
    right: 20px;
  }
  .s-column__doctor--btn.active {
    bottom: 20px;
  }
  .s-column__point {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .s-column__point--title {
    font-size: 13px;
  }
  .s-column__point ul {
    padding: 20px;
    gap: 10px;
  }
  .s-column__point ul li {
    font-size: 13px;
  }
  .s-column__sns {
    flex-flow: column;
    gap: 20px;
  }
  .s-column__sns--link {
    width: 100%;
  }
}
.doctor {
  width: 100%;
  padding-bottom: 420px;
  padding-top: 95px;
}
.doctor .inner {
  max-width: 1180px;
}
.doctor__flex {
  position: relative;
}
.doctor__flex::after {
  content: "";
  background: #eceef5;
  position: absolute;
  width: 200%;
  height: calc(100% + 190px);
  top: -95px;
  right: 50%;
  z-index: 1;
}
.doctor__meta {
  color: #0c204e;
  z-index: 2;
  position: relative;
  width: 280px;
}
.doctor__meta--title {
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  writing-mode: vertical-rl;
}
.doctor__meta--read {
  font-size: 14px;
  font-weight: 500;
  margin-top: 65px;
  padding-left: 30px;
  position: relative;
}
.doctor__meta--read::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background: #0c204e;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}
.doctor__meta--link {
  margin-top: 35px;
  font-size: 12px;
  padding-bottom: 8px;
  width: 90px;
  border-bottom: 1px solid #0c204e;
}
.doctor__meta--link a {
  color: #0c204e;
}
.doctor__cont {
  position: absolute;
  background: #222a65;
  left: 280px;
  z-index: 2;
  padding: 100px 0px 100px 170px;
  top: 110px;
}
.doctor__box {
  max-width: 315px;
  width: 100%;
  height: 515px;
  background: #f4f4f7;
  margin-left: 50px;
}
.doctor__box--icon {
  position: absolute;
  width: 105px;
  height: 105px;
  top: -20px;
  right: -20px;
}
.doctor__box--insta {
  width: 36px;
  height: 36px;
}
.doctor__box--tiktok {
  width: 36px;
  height: 36px;
}
.doctor__box--x {
  width: 40px;
  height: 40px;
}
.doctor__box--youtube {
  width: 40px;
  height: 40px;
}
.doctor__box--wrapepr {
  position: relative;
  padding: 27px 20px 0;
  overflow: hidden;
  background: #f4f4f7;
}
.doctor__box--job {
  position: relative;
  background: #0c204e;
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 10px;
}
.doctor__box--names {
  padding-left: 20px;
  border-left: 2px solid #0c204e;
}
.doctor__box--name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  color: #222a65;
}
.doctor__box--en {
  font-size: 21px;
  line-height: 1.2;
  color: #222a65;
  font-family: "Cormorant Garamond", serif;
}
.doctor__box--sns {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: 20px;
}
.doctor__box img {
  width: 100%;
}

.p-doctor__box {
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto;
}
.p-doctor__box .doctor__box {
  margin-left: 0;
}
.p-doctor + .banner {
  margin-bottom: 100px;
}

.s-doctor {
  margin-top: 60px;
}
.s-doctor .p-doctor__box {
  margin-bottom: 120px;
  justify-content: center;
}
.s-doctor .sectits {
  margin: 100px auto 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.s-doctor .inner {
  max-width: 1180px;
}
.s-doctor img {
  width: 100%;
  height: auto;
}
.s-doctor__mv {
  max-width: 685px;
  position: relative;
}
.s-doctor__top {
  position: relative;
}
.s-doctor__top--icon {
  position: absolute;
  width: 570px;
  top: 500px;
  left: -300px;
}
.s-doctor__top--box {
  background: #0c204e;
  max-width: 570px;
  width: 100%;
  color: #fff;
  padding: 60px;
  position: absolute;
  top: 90px;
  right: 0;
  box-sizing: border-box;
}
.s-doctor__top--position {
  font-size: 16px;
  font-weight: 500;
}
.s-doctor__top--names {
  border-left: 2px solid #fff;
  padding-left: 28px;
  margin-top: 20px;
}
.s-doctor__top--name {
  font-size: 48px;
  line-height: 1.45;
  font-weight: 300;
}
.s-doctor__top--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 5px;
}
.s-doctor__top--sub {
  margin-top: 30px;
  background: #fff;
  color: #0c204e;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
}
.s-doctor__top--job {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.s-doctor__top--snss {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.s-doctor__top--sns {
  width: 40px;
}
.s-doctor__main {
  max-width: 1000px;
  margin: 170px auto 0;
  position: relative;
}
.s-doctor__main h2 {
  font-family: "Shippori Mincho B1", serif;
  color: #000000;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: normal;
}
.s-doctor__main h3 {
  font-family: "Shippori Mincho B1", serif;
  color: #000000;
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: normal;
}
.s-doctor__main h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.s-doctor__main p {
  font-size: 16px;
  line-height: 2;
}
.s-doctor__main .wp-block-columns {
  margin-top: 160px;
  gap: 50px;
  margin-bottom: 60px;
  justify-content: center;
}
.s-doctor__main .wp-block-columns .wp-block-column:nth-child(1):after {
  content: "01";
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.s-doctor__main .wp-block-columns .wp-block-column:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 40px;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.s-doctor__main .wp-block-columns .wp-block-column:nth-child(2):after {
  content: "02";
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.s-doctor__main .wp-block-columns .wp-block-column:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 40px;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.s-doctor__main .wp-block-column {
  max-width: 475px;
  position: relative;
}
.s-doctor__foot {
  margin-top: 60px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 70px;
}
.s-doctor__foot--icon {
  width: 50px;
  margin: 0 auto;
}
.s-doctor__foot--position {
  font-size: 14px;
  color: #0c204e;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
.s-doctor__foot--img {
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  margin: 0 auto;
}
.s-doctor__foot--img img {
  width: auto;
  height: 100%;
}
.s-doctor__history {
  max-width: 1000px;
  margin: 120px auto 0;
}
.s-doctor__history--box {
  border: 4px solid #d9dde7;
  padding: 55px 50px;
  overflow: hidden;
  position: relative;
  color: #0c204e;
}
.s-doctor__history--icon {
  width: 405px;
  position: absolute;
  top: -100px;
  right: -100px;
}
.s-doctor__history--flex {
  display: flex;
  gap: 50px;
  position: relative;
}
.s-doctor__history--title {
  font-size: 16px;
  font-weight: 500;
}
.s-doctor__history--item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.s-doctor__banner--title {
  margin-top: 80px;
  text-align: center;
  font-size: 34px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin-bottom: 40px;
}
.s-doctor__banner--img {
  display: block;
  max-width: 760px;
  width: 100%;
  margin: 40px auto 0;
}
.s-doctor__media {
  max-width: 760px;
  width: 100%;
  margin: 20px auto 0;
}
.s-doctor__media--box {
  display: flex;
  align-items: center;
  margin-top: 12px;
  border: 1px solid #e4e4e4;
  position: relative;
}
.s-doctor__media--img {
  width: 28%;
}
.s-doctor__media--meta {
  width: 72%;
  padding: 25px;
}
.s-doctor__media--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
.s-doctor__media--link {
  position: absolute;
  color: #626cb5;
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
  bottom: 15px;
  right: 25px;
}
.s-doctor__media--link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #626cb5;
  border-bottom: 2px solid #626cb5;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .p-doctor__box .doctor__box {
    max-width: 295px;
    margin: 0 auto;
  }
  .p-doctor + .banner {
    margin-bottom: 60px;
  }
  .s-doctor__secTit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .s-doctor__secTit dt {
    font-size: 28px;
  }
  .s-doctor__secTit dd {
    font-size: 18px;
  }
  .s-doctor__top--icon {
    display: none;
  }
  .s-doctor__top {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .s-doctor__top--box {
    position: relative;
    top: 0;
    padding: 40px;
    margin-top: -1px;
  }
  .s-doctor__top--position {
    font-size: 14px;
  }
  .s-doctor__top--names {
    margin-top: 10px;
    padding-left: 10px;
  }
  .s-doctor__top--name {
    font-size: 28px;
  }
  .s-doctor__top--en {
    font-size: 18px;
  }
  .s-doctor__top--sub {
    margin-top: 20px;
    font-size: 14px;
  }
  .s-doctor__top--job {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.35;
  }
  .s-doctor__top--snss {
    margin-top: 10px;
    justify-content: flex-end;
  }
  .s-doctor__top--sns {
    width: 30px;
  }
  .s-doctor__main {
    margin: 60px auto 0;
  }
  .s-doctor__main h2 {
    font-size: 21px;
  }
  .s-doctor__main h3 {
    margin-bottom: 30px;
  }
  .s-doctor__main h4 {
    font-size: 18px;
  }
  .s-doctor__foot {
    margin-right: 0;
  }
  .s-doctor__history {
    margin: 60px auto 0;
  }
  .s-doctor__main .wp-block-columns {
    margin-top: 110px;
    flex-flow: column;
    gap: 150px;
  }
  .s-doctor__history--box {
    padding: 35px 20px;
  }
  .s-doctor__history--icon {
    width: 120px;
    top: -30px;
    right: -30px;
  }
  .s-doctor__history--flex {
    flex-flow: column;
    gap: 20px;
  }
  .s-doctor__history--title {
    font-size: 14px;
  }
  .s-doctor__history--item {
    font-size: 14px;
  }
  .s-doctor .sectits {
    margin: 60px auto 30px;
  }
  .s-doctor__banner {
    margin-top: 60px;
  }
  .s-doctor__banner--title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .s-doctor__media--box {
    margin-top: 10px;
    padding: 17px 12px;
    gap: 10px;
    align-items: center;
  }
  .s-doctor__media--img {
    width: 40%;
  }
  .s-doctor__media--meta {
    width: calc(60% - 10px);
    padding: 0;
  }
  .s-doctor__media--title {
    font-size: 12px;
    line-height: 1.58;
  }
  .s-doctor__media--link {
    position: absolute;
    color: #626cb5;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
    bottom: 10px;
    right: 10px;
  }
  .s-doctor__media--link::after {
    width: 6px;
    height: 6px;
  }
  .doctor {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .doctor .inner {
    padding: 0 0 0 20px;
  }
  .doctor__meta--title {
    font-size: 19px;
  }
  .doctor__meta--read {
    margin-top: 25px;
  }
  .doctor__meta--link {
    margin-top: 20px;
  }
  .doctor__flex::after {
    right: 25%;
    width: 100%;
    height: 400px;
    top: 50px;
  }
  .doctor__cont {
    position: relative;
    left: unset;
    top: unset;
    margin-top: 30px;
    padding: 50px 0 50px 45px;
  }
  .doctor__box {
    max-width: 250px;
    height: 370px;
    margin-left: 30px;
  }
  .doctor__box--img {
    height: 210px;
  }
  .doctor__box--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .doctor__box--wrapepr {
    padding: 20px 15px 0;
  }
  .doctor__box--job {
    font-size: 10px;
  }
  .doctor__box--name {
    font-size: 20px;
  }
  .doctor__box--en {
    font-size: 14px;
  }
  .doctor__box--names {
    padding-left: 10px;
  }
  .doctor__box--insta {
    width: 30px;
    height: 30px;
  }
  .doctor__box--tiktok {
    width: 30px;
    height: 30px;
  }
  .doctor__box--x {
    width: 34px;
    height: 34px;
  }
  .doctor__box--youtube {
    width: 34px;
    height: 34px;
  }
  .doctor__box--icon {
    width: 95px;
    height: 95px;
  }
}
.p-caseTop {
  position: relative;
  margin-bottom: 60px;
  height: 240px;
}
.p-caseTop__bg--pc {
  margin-top: 100px;
  height: 240px;
  background: url(../img/case/case_top_bg.jpg);
  background-size: 1920px 240px;
  background-position: center;
  background-color: #F2F3F7;
}
.p-caseTop__bg--pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-caseTop__bg--sp {
  display: none;
}
.p-caseTop__pnav {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.p-caseTop__pnav .pnav {
  color: #222a65;
}
.p-caseTop__pnav .pnav a {
  color: #222a65;
}
.p-caseTop__pnav--sp {
  display: none;
}
.p-caseTop__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-caseTop__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 34px;
  color: #222a65;
}
.p-caseTop__read {
  color: #222a65;
  font-size: 20px;
}

.p-case {
  padding-bottom: 100px;
}
.p-case__read {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.p-case__flex {
  display: flex;
  gap: 40px;
}
.p-case__main {
  width: calc(100% - 270px - 40px);
}
.p-case__main img {
  width: 100%;
}
.p-case__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-case__item {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.p-case__item--head {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.28;
  background: #dddddd;
}
.p-case__item--head span {
  padding-left: 5px;
  padding-right: 5px;
}
.p-case__item--head span:last-of-type {
  display: none;
}
.p-case__item--main {
  padding: 20px 20px 20px;
}
.p-case__item--tags {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  gap: 0 8px;
  flex-wrap: wrap;
}
.p-case__item--tag {
  font-size: 12px;
  color: #222a65;
  font-weight: 500;
  font-weight: 500;
}
.p-case__item--title {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.46;
  font-weight: bold;
  color: #222a65;
}
.p-case__item--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-case__item--down {
  color: #939393;
  font-size: 12px;
  font-weight: 500;
}
.p-case__item--risk {
  margin-top: 4px;
  color: #939393;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.p-case__item--price {
  margin-top: 4px;
  color: #939393;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.p-case__item--link {
  margin: 20px auto 0;
  background: #222a65;
  border-radius: 21px;
  width: 186px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-caseSide {
  width: 270px;
}
.p-caseSide__box {
  margin-bottom: 30px;
  border: 1px solid #d9dcec;
}
.p-caseSide__box--title {
  background: #d9dcec;
  font-size: 16px;
  font-weight: bold;
  color: #222a65;
  padding: 18px 20px;
  line-height: 1.3;
  position: relative;
}
.p-caseSide__main {
  padding: 1px 20px;
  background: #f6f7fb;
}
.p-caseSide__parent {
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
}
.p-caseSide__parent:last-of-type {
  border-bottom: none;
}
.p-caseSide__parent--link {
  display: flex;
}
.p-caseSide__parent--text {
  font-size: 14px;
  color: #222a65;
  font-weight: bold;
  width: calc(100% - 40px);
}
.p-caseSide__parent--icon {
  width: 40px;
  position: relative;
  cursor: pointer;
}
.p-caseSide__parent--icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #d9dcec;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-caseSide__parent--icon::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #d9dcec;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.5s;
  transform: translateY(-50%) rotate(90deg);
}
.p-caseSide__parent--icon.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.p-caseSide__children {
  display: none;
  padding-left: 10px;
  padding-top: 5px;
}
.p-caseSide__child {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  position: relative;
  display: block;
}
.p-caseSide__child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #d9dcec;
  border-bottom: 2px solid #d9dcec;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg);
}
.p-caseSide__links {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  margin-bottom: 20px;
}
.p-caseSide__links:first-of-type {
  border-top: none;
}
.p-caseSide__link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 12px;
  padding-left: 10px;
}
.p-caseSide__link.parent {
  padding-left: 0;
  font-size: 14px;
  color: #222a65;
  font-weight: bold;
}
.p-caseSide__tag {
  padding: 20px;
  background: #f6f7fb;
  display: none;
}
.p-caseSide__tag--title {
  cursor: pointer;
}
.p-caseSide__tag--title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #222a65;
  border-bottom: 2px solid #222a65;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.p-caseSide__tag--title.active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-caseSide__tag--links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}
.p-caseSide__tag--link {
  font-size: 12px;
  height: 24px;
  border: 1px solid #a7aac2;
  border-radius: 24px;
  color: #222a65;
  font-weight: 500;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.p-caseSide__tag--link.active {
  color: #fff;
  background: #222a65;
}
.p-caseSide__banner {
  margin-bottom: 16px;
  display: block;
}
.p-caseSide img {
  width: 100%;
}

.p-caseResult {
  margin-bottom: 17px;
}
.p-caseResult__top .h1 {
  font-size: 24px;
  font-weight: bold;
  color: #222a65;
  margin-bottom: 13px;
  border-bottom: 1px solid #a7aac2;
}
.p-caseResult__no {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}
.p-caseResult__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-caseResult__num {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.p-caseResult__all {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.p-caseResult__all::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #626cb5;
  border-bottom: 2px solid #626cb5;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
}

.p-caseSarch {
  margin-bottom: 20px;
}
.p-caseSarch__top {
  padding: 15px 20px;
  background: #626cb5;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.p-caseSarch__top::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 20px;
  transition: 0.5s;
  transform: translateY(-50%) rotate(45deg);
}
.p-caseSarch__top.active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-caseSarch__top--title {
  font-size: 16px;
  font-weight: bold;
}
.p-caseSarch__top--icon {
  width: 19px;
}
.p-caseSarch__main {
  display: none;
}
.p-caseSarch__wrapper {
  background: #fff;
  border: 1px solid #d9dcec;
  border-top: none;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-caseSarch__wrapper form {
  width: 100%;
}
.p-caseSarch__flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.p-caseSarch__flex--child {
  display: none;
}
.p-caseSarch__flex--wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-caseSarch__flex--title {
  font-size: 16px;
  font-weight: bold;
  color: #222a65;
  width: 65px;
  text-align: right;
}
.p-caseSarch__flex--select {
  width: calc(100% - 75px);
  position: relative;
}
.p-caseSarch__flex--select::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a7aac2;
  border-bottom: 2px solid #a7aac2;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.p-caseSarch__flex--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #a7aac2;
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #222a65;
  padding: 5px 20px;
}
.p-caseSarch__flex--select select:focus {
  outline: none;
}
.p-caseSarch__btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-caseSarch__btns button[type=submit] {
  margin-left: 110px;
  width: 200px;
  height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #222a65;
  border: none;
  cursor: pointer;
}
.p-caseSarch__btns button[type=reset] {
  width: 100px;
  height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background: #dddddd;
  border: none;
  cursor: pointer;
}

.p-caseTag {
  margin-bottom: 20px;
}
.p-caseTag__top {
  padding: 15px 20px;
  background: #626cb5;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.p-caseTag__top::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 20px;
  transition: 0.5s;
  transform: translateY(-50%) rotate(45deg);
}
.p-caseTag__top.active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-caseTag__top--title {
  font-size: 16px;
  font-weight: bold;
}
.p-caseTag__top--icon {
  width: 19px;
}
.p-caseTag__main {
  display: none;
}
.p-caseTag__wrapper {
  border: 1px solid #d9dcec;
  border-top: none;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
}
.p-caseTag__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #a7aac2;
  border-radius: 24px;
  height: 35px;
  color: #222a65;
  padding: 0 15px;
  cursor: pointer;
}
.p-caseTag__link.active {
  color: #fff;
  background: #222a65;
}
.p-caseTag__link:hover {
  opacity: 1;
}

.searchBtn,
.p-casePop,
.gray_layer {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-caseTop {
    margin-bottom: 30px;
    height: unset;
  }
  .p-caseTop__bg--pc {
    display: none;
  }
  .p-caseTop__bg--sp {
    display: block;
  }
  .p-caseTop__bg--sp img {
    width: 100%;
  }
  .p-caseTop__title {
    font-size: 24px;
  }
  .p-caseTop__read {
    font-size: 14px;
  }
  .p-caseTop__pnav {
    display: none;
  }
  .p-caseTop__pnav--sp {
    display: block;
    margin-top: 20px;
  }
  .p-caseTop__pnav--sp .pnav {
    font-size: 12px;
    color: #222a65;
    font-weight: 500;
  }
  .p-caseTop__pnav--sp .pnav a {
    font-size: 12px;
    color: #222a65;
    font-weight: 500;
  }
  .p-caseContent .secTit {
    margin-bottom: 20px;
  }
  .p-caseSarch {
    margin-bottom: 15px;
  }
  .p-caseSarch__top {
    padding: 10px 20px;
  }
  .p-caseTag {
    margin-bottom: 15px;
  }
  .p-case__read {
    line-height: 1.33;
  }
  .p-caseTag__top {
    padding: 10px 20px;
  }
  .p-caseTag__wrapper {
    padding: 20px;
  }
  .p-caseTag__link {
    font-size: 12px;
  }
  .p-caseSarch__flex {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 8px;
  }
  .p-caseSarch__wrapper {
    padding: 15px 20px;
  }
  .p-caseSarch__flex--select {
    width: 100%;
  }
  .p-caseSarch__flex--wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
  .p-caseSarch__btns button[type=submit] {
    margin-left: 0;
    width: 180px;
  }
  .p-caseResult__top .h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-caseResult__num {
    font-size: 15px;
  }
  .p-caseResult__all {
    font-size: 15px;
  }
  .p-caseResult {
    margin-bottom: 25px;
  }
  .p-caseResult__no {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .p-case__flex {
    flex-flow: column-reverse;
    gap: 60px;
  }
  .p-case__main {
    width: 100%;
  }
  .p-caseSide {
    width: 100%;
  }
  .p-case__items {
    gap: 20px;
  }
  .p-case__item {
    width: 100%;
  }
  .p-case__item--head {
    font-size: 15px;
  }
  .p-case__item--main {
    padding: 20px;
  }
  .p-case__item--tag {
    margin-top: 18px;
  }
  .p-case__item--title {
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .p-case__item--down {
    font-size: 12px;
  }
  .p-case__item--risk {
    font-size: 12px;
  }
  .p-case__item--price {
    font-size: 12px;
  }
  .searchBtn {
    display: block;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 50;
  }
  .searchBtn__img {
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  }
  #menu-btn_sp {
    z-index: 102;
  }
  .gray_layer {
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 103;
  }
  body.no_scroll {
    overflow: hidden;
  }
  .p-casePop {
    display: none;
    position: fixed;
    max-width: 500px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 103;
  }
  .p-casePop__wrapper {
    padding: 30px 20px;
    height: calc(100% - 30px);
    overflow: scroll;
  }
  .p-casePop__close {
    width: 32px;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .p-casePop .p-caseTag__main {
    display: block;
  }
  .p-casePop .p-caseSarch__main {
    display: block;
  }
}
.s-case {
  margin-top: 60px;
  margin-bottom: 60px;
}
.s-case img {
  width: 100%;
}

.s-caseCont p,
.s-caseCont a {
  color: #222a65;
}

.s-case__head {
  background: #dddddd;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.s-case__title {
  font-size: 22px;
  line-height: 1.63;
  margin-top: 20px;
  color: #222a65;
  font-weight: bold;
}

.s-case__tags {
  margin-top: 10px;
  gap: 6px;
}

.s-case__tag {
  border: 1px solid #a7aac2;
  border-radius: 24px;
  padding: 0 8px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #222a65;
}

.s-case__video {
  max-width: 370px;
  width: 100%;
  margin: 40px auto 0;
  box-sizing: border-box;
}
.s-case__video video {
  width: 100%;
}

.s-case__table {
  max-width: 610px;
  width: 100%;
  margin: 30px auto 0;
}

.s-case__table--head {
  background: #626cb5;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  width: 28%;
  box-sizing: border-box;
  border: 1px solid #c6c8d8;
}

.s-case__table--text {
  padding: 10px;
  font-size: 14px;
  color: #1e2b38;
  line-height: 1.7;
  width: 72%;
  box-sizing: border-box;
  border: 1px solid #c6c8d8;
  font-weight: bold;
}
.s-case__table--text a {
  text-decoration: underline;
}
.s-case__table--text .icon {
  margin: 0 5px;
}
.s-case__table--text .icon:last-of-type {
  display: none;
}
.s-case__table--text .fw-m {
  font-weight: 500;
}

.s-case__table--title {
  display: block;
}

.s-case__cont {
  margin-top: 40px;
}
.s-case__cont figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
.s-case__cont p {
  font-size: 14px;
  line-height: 2;
  color: #1e2b38;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-case__cont h2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 24px;
  background: #eef0f7;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-case__cont h2::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.s-case__cont h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #626cb5;
  padding: 0 10px 6px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-case__cont h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-case__cont h4::after {
  content: "";
  background: #626cb5;
  width: 6px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s-case__cont h5 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.s-case__cont h5::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_h5.png);
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
}
.s-case__cont img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-case__cont img.aligncenter {
  margin: 40px auto;
}
.s-case__cont table {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.s-case__cont table td {
  border: 1px solid #c6c8d8;
  padding: 10px 15px;
  vertical-align: middle;
}
.s-case__cont blockquote {
  background: #eef0f7;
  padding: 60px 25px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.s-case__cont blockquote p {
  margin: 0;
}
.s-case__cont blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 28px;
  background: url(../img/column/column_blockquote.svg);
  background-size: cover;
  top: 20px;
  left: 27px;
}

.s-caseReco {
  margin-top: 60px;
}

.s-caseReco__title {
  font-size: 22px;
  font-weight: bold;
  color: #1e2b38;
  padding-bottom: 12px;
  border-bottom: 1px solid #626cb5;
  margin-bottom: 17px;
}

.s-caseReco__items .slick-track {
  display: flex;
}
.s-caseReco__items .slick-slide {
  height: auto !important;
}
.s-caseReco__items .p-case__item {
  margin: 0 15px;
}
.s-caseReco__items .slick-track {
  padding-bottom: 30px;
}
.s-caseReco__items .slick-prev {
  width: 56px;
  height: 56px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.s-caseReco__items .slick-prev::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 4px solid #a7aac2;
  border-bottom: 4px solid #a7aac2;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.s-caseReco__items .slick-next {
  width: 56px;
  height: 56px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.s-caseReco__items .slick-next::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 4px solid #a7aac2;
  border-bottom: 4px solid #a7aac2;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.s-caseReco__items .slick-dots {
  gap: 10px;
  justify-content: center;
  display: flex;
  bottom: -10px;
}
.s-caseReco__items .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.s-caseReco__items .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
  padding: 0;
}
.s-caseReco__items .slick-dots li button::before {
  display: none;
}
.s-caseReco__items .slick-dots li.slick-active button {
  background: #9266d8;
}

@media screen and (max-width: 900px) {
  .s-case {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .s-case__head {
    padding: 17px 20px;
    font-size: 16px;
  }
  .s-case__title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .s-case__tags {
    gap: 10px;
  }
  .s-case__tag {
    padding: 0 14px;
    height: 30px;
  }
  .s-case__video {
    padding: 0 20px;
  }
  .s-case__video video {
    width: 100%;
  }
  .s-case__table {
    margin: 20px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .s-case__table--head {
    padding: 10px;
    font-size: 12px;
    width: 31%;
    font-weight: bold;
  }
  .s-case__table--text {
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    width: 69%;
  }
  .s-case__cont p {
    font-size: 14px;
  }
  .s-case__cont h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
  }
  .s-case__cont h3 {
    font-size: 18px;
    padding: 0 0 6px;
  }
  .s-case__cont h4 {
    font-size: 16px;
  }
  .s-case__cont h5 {
    font-size: 16px;
  }
  .s-case__cont blockquote {
    padding-bottom: 20px;
  }
  .s-caseReco .slick-list {
    padding: 0px !important;
  }
  .s-caseReco__items .p-case__item {
    margin: 0 10px;
  }
}
.p-menu {
  margin-top: 60px;
}
.p-menu__flex {
  gap: 30px 20px;
}
.p-menu__box {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.p-menu__box--img {
  width: 27%;
}
.p-menu__box--img img {
  width: 100%;
}
.p-menu__box--cont {
  width: 73%;
  padding-left: 20px;
  box-sizing: border-box;
}
.p-menu__box--title {
  font-size: 22px;
  color: #222a65;
  font-weight: 400;
  margin-bottom: 10px;
}
.p-menu__box--line {
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  margin-bottom: 15px;
}
.p-menu__box--text {
  font-size: 14px;
  line-height: 1.57;
}
.p-menu__box--link {
  color: #626cb5;
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
  position: relative;
  margin-top: 10px;
}
.p-menu__box--link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #626cb5;
  border-bottom: 2px solid #626cb5;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
}

.p-menu__anks {
  gap: 20px 2%;
}

.p-menu__ank {
  position: relative;
  display: block;
  width: 32%;
  padding: 0 5px 15px;
  border-bottom: 1px solid #222a65;
  font-size: 16px;
  font-weight: 500;
  color: #222a65;
  box-sizing: border-box;
}
.p-menu__ank::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #222a65;
  border-bottom: 1.5px solid #222a65;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.p-menuBox {
  position: relative;
}

.p-menuJump {
  position: absolute;
  top: -145px;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 1;
}

.p-menu__hd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.46;
  color: #fff;
  background: #222a65;
}

.p-menuFoot {
  margin-top: 100px;
  margin-bottom: 120px;
}
.p-menuFoot img {
  width: 100%;
}
.p-menuFoot__title {
  text-align: center;
  color: #222a65;
  font-size: 34px;
  font-weight: 500;
}
.p-menuFoot__read {
  font-size: 20px;
  color: #222a65;
  text-align: center;
  margin-bottom: 30px;
}

.p-menuMonitor__text {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.p-menuMonitor__text span {
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .p-menu {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .p-menu__anks {
    flex-flow: column;
  }
  .p-menu__ank {
    width: 100%;
    padding: 0 12px 18px;
    font-size: 14px;
  }
  .p-menu__ank::after {
    right: 20px;
  }
  .p-menuJump {
    top: -60px;
  }
  .p-menu__hd {
    height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p-menu__flex {
    gap: 20px;
  }
  .p-menu__box {
    width: 100%;
    padding: 20px;
  }
  .p-menu__box--text {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-menu__box--cont {
    padding-left: 10px;
  }
  .p-menu__box--link {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-menu__box--title {
    line-height: 1.44;
    font-size: 18px;
    margin-top: 10px;
  }
  .p-pageTop__cont {
    top: calc(50% - 25px);
  }
  .p-menuFoot__title {
    font-size: 24px;
  }
  .p-menuFoot__read {
    font-size: 16px;
  }
  .p-menuMonitor__text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.s-menuCv {
  max-width: 690px;
  margin: 60px auto 0;
}

.s-menu {
  line-height: 1.5;
  color: #1e2b38;
}
.s-menu .footer {
  margin-top: 0;
}
.s-menu section {
  margin-top: 80px;
}
.s-menu .s-menuDoctor {
  margin-top: 0;
}
.s-menu .s-menuIndex {
  margin-bottom: 80px;
}
.s-menu img {
  width: 100%;
}
.s-menu__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #222a65;
  line-height: 1.5;
  position: relative;
  margin-bottom: 60px;
}
.s-menu__title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #9266d8;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.s-menu__title.c-white {
  color: #fff;
}

.s-menuMv {
  position: relative;
  margin-top: 100px;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .s-menuMv {
    height: 320px;
  }
}
.s-menuMv__bg {
  position: relative;
  height: 100%;
}
.s-menuMv__bg img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-menuMv__bread {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
  color: #222a65;
  font-size: 14px;
  font-weight: 500;
}
.s-menuMv__bread a {
  color: #222a65;
}

.s-menuAnchor {
  margin-top: 60px;
}
.s-menuAnchor__flex {
  flex-wrap: wrap;
  gap: 20px 2.66%;
}
.s-menuAnchor__link {
  position: relative;
  width: 23%;
  font-size: 16px;
  color: #222a65;
  box-sizing: border-box;
  font-weight: 500;
  padding: 0 30px 14px 10px;
  border-bottom: 1.5px solid #e4e4e4;
}
.s-menuAnchor__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222a65;
  border-bottom: 2px solid #222a65;
  top: calc(50% - 10px);
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.s-menuAnchor__index {
  display: none;
}
.s-menuAnchor__gray {
  display: none;
}

.s-menuCase {
  padding: 80px 0;
  background: #222a65;
}
.s-menuCase__flex {
  gap: 20px;
  flex-wrap: nowrap;
}
.s-menuCase .p-case__item {
  width: calc((100% - 40px) / 3);
}
.s-menuCase__btn {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 33px;
  min-width: 340px;
  box-sizing: border-box;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
}

.s-menuMovie {
  padding-bottom: 30px;
}
.s-menuMovie__item {
  margin: 0 10px;
  position: relative;
}
.s-menuMovie__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.s-menuMovie__item--img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-menuMovie__item--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #222a65;
  margin-top: 10px;
}
.s-menuMovie .slick-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
.s-menuMovie .slick-prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.s-menuMovie .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.s-menuMovie .slick-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.s-menuMovie .slick-dots {
  gap: 10px;
  justify-content: center;
  display: flex;
  bottom: -50px;
}
.s-menuMovie .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.s-menuMovie .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
  padding: 0;
}
.s-menuMovie .slick-dots li button::before {
  display: none;
}
.s-menuMovie .slick-dots li.slick-active button {
  background: #9266d8;
}

.s-menuMovie__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 61;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.s-menuMovie__popup.active {
  display: block;
}

.s-menuMovie__popup--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
}

.s-menuMovie__popup--btn {
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  z-index: 61;
  cursor: pointer;
}
.s-menuMovie__popup--btn::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.s-menuMovie__popup--btn::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.s-menuMovie__popup--box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.s-menuMovie__popup--box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-menuReason {
  background: #f7f9fd;
  padding: 80px 0;
}
.s-menuReason__items {
  margin-top: 70px;
}
.s-menuReason__item {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 43px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.s-menuReason__item::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_box_left.png);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.s-menuReason__item--flex {
  gap: 40px;
}
.s-menuReason__item--img {
  width: 43%;
  max-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-menuReason__item--img img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.s-menuReason__item--cont {
  width: calc(57% - 40px);
}
.s-menuReason__item--top {
  gap: 30px;
  align-items: center;
}
.s-menuReason__item--num {
  color: #9266d8;
  font-size: 67px;
  font-weight: 400;
  line-height: 1.4;
}
.s-menuReason__item--title {
  font-size: 26px;
  font-weight: 400;
  color: #222a65;
  line-height: 1.42;
}
.s-menuReason__item--line {
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  margin-top: 5px;
  margin-bottom: 25px;
}
.s-menuReason__item--text {
  color: #1e2b38;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.s-menuReason__item--reverse::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_box_right.png);
  width: 24px;
  height: 24px;
  top: 0;
  right: unset;
  left: 0;
}

.s-menuHosho {
  margin-bottom: 80px;
}
.s-menuHosho__main video {
  width: 100%;
}
.s-menuHosho__main figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
.s-menuHosho__main p {
  font-size: 14px;
  line-height: 2;
  color: #1e2b38;
  margin-top: 20px;
}
.s-menuHosho__main h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 24px;
  background: #eef0f7;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuHosho__main h2::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.s-menuHosho__main h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #626cb5;
  padding: 0 10px 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuHosho__main h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuHosho__main h4::after {
  content: "";
  background: #626cb5;
  width: 6px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s-menuHosho__main h5 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuHosho__main h5::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_h5.png);
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
}
.s-menuHosho__main img {
  width: unset;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-menuHosho__main img.aligncenter {
  margin: 40px auto;
}
.s-menuHosho__main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.s-menuHosho__main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.s-menuHosho__main .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #abb8c3;
}
.s-menuHosho__main table {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-color: #abb8c3;
}
.s-menuHosho__main table td {
  border: 1px solid #c6c8d8;
  padding: 10px 15px;
  vertical-align: middle;
}
.s-menuHosho__main table tr {
  border-color: #abb8c3;
}
.s-menuHosho__main table th {
  border-color: #abb8c3;
}
.s-menuHosho__main .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.s-menuHosho__main .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 63%;
}
.s-menuHosho__main .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-menuDoctor {
  background: url(../img/menu/menu_doctor_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.s-menuDoctor__sub {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #222a65;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.s-menuFlow {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7f9fd;
}
.s-menuFlow__items {
  margin-top: 80px;
}
.s-menuFlow__item {
  margin-top: 60px;
  position: relative;
  flex-wrap: nowrap;
  gap: 3%;
}
.s-menuFlow__item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #9266d8;
  position: absolute;
  left: 40px;
  top: 75px;
}
.s-menuFlow__item:last-of-type:before {
  display: none;
}
.s-menuFlow__num {
  z-index: 1;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(164, 137, 208) 0%, rgb(97, 113, 230) 100%);
  color: #fff;
  gap: 5px;
}
.s-menuFlow__num--en {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.s-menuFlow__num--ja {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.s-menuFlow__cont {
  width: calc(74% - 80px - 60px - 30px);
}
.s-menuFlow__cont--title {
  font-size: 24px;
  color: #222a65;
  font-weight: 400;
}
.s-menuFlow__cont--line {
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuFlow__cont--text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.s-menuFlow__img {
  width: 26%;
  margin-left: auto;
}

.s-menuCont {
  margin-bottom: 105px;
}
.s-menuCont__top {
  gap: 10px;
  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #626cb5;
  cursor: pointer;
}
.s-menuCont__top--icon {
  width: 40px;
}
.s-menuCont__top--title {
  font-size: 32px;
  font-weight: 400;
  color: #222a65;
}
.s-menuCont__top--btn {
  position: relative;
  margin-right: 20px;
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.s-menuCont__top--btn::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-menuCont__top--btn::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.s-menuCont__top--btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.s-menuCont__main {
  display: none;
  padding-top: 40px;
  color: #1e2b38;
}
.s-menuCont__main p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 40px;
}
.s-menuCont__main h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 24px;
  background: #eef0f7;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuCont__main h2::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.s-menuCont__main h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #626cb5;
  padding: 0 10px 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuCont__main h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuCont__main h4::after {
  content: "";
  background: #626cb5;
  width: 6px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s-menuCont__main h5 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-menuCont__main h5::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_h5.png);
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
}
.s-menuCont__main img {
  width: unset;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-menuCont__main img.aligncenter {
  margin: 40px auto;
}
.s-menuCont__main table {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.s-menuCont__main table td {
  border: 1px solid #c6c8d8;
  padding: 10px 15px;
  vertical-align: middle;
}
.s-menuCont__main .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.s-menuCont__main .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 63%;
}
.s-menuCont__main .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-menuFoot__img {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .s-menu .footer {
    margin-top: 0;
  }
  .s-menu .s-menuCont {
    margin-bottom: 105px;
  }
  .s-menu .s-menuHosho {
    margin-bottom: 46px;
  }
  .s-menu .s-menuIndex {
    margin-bottom: 46px;
  }
  .s-menu section {
    margin-top: 46px;
  }
  .s-menuCv {
    margin: 40px auto 0;
  }
  .s-menu__title {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 45px;
  }
  .s-menu__title::after {
    bottom: -13px;
  }
  .s-menuMv {
    height: auto;
  }
  .s-menuMv__bg {
    height: auto;
  }
  .s-menuMv__bg img {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .s-menuMv__bread {
    position: relative;
    font-size: 12px;
    margin-top: 20px;
  }
  .s-menuAnchor__index {
    height: 46px;
    color: #fff;
    background: linear-gradient(90deg, rgb(164, 137, 208) 0%, rgb(97, 113, 230) 100%);
    position: fixed;
    cursor: pointer;
    top: 54px;
    width: 100%;
    z-index: 51;
    transition: 0.5s;
  }
  .s-menuAnchor__index.hideClass {
    transform: translateY(-60px);
  }
  .s-menuAnchor__index .inner {
    height: 100%;
  }
  .s-menuAnchor__index--flex {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .s-menuAnchor__index--text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
  }
  .s-menuAnchor__index--title {
    line-height: 1.2;
  }
  .s-menuAnchor__index--btn {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
  }
  .s-menuAnchor__index--btn::after {
    content: "";
    width: 15px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .s-menuAnchor__index--btn::before {
    content: "";
    width: 15px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .s-menuAnchor__index--btn.active::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .s-menuAnchor {
    display: none;
    z-index: 51;
    position: fixed;
    top: 70px;
  }
  .s-menuAnchor__flex {
    gap: 10px 15px;
  }
  .s-menuAnchor__link {
    background: #fff;
    width: calc(50% - 7.5px);
    height: 50px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 15px;
    border-radius: 4px;
    font-weight: 500;
  }
  .s-menuAnchor__link::after {
    left: 50%;
    bottom: 10px;
    width: 8px;
    height: 8px;
    border-right: 1.8px solid #222a65;
    border-bottom: 1.8px solid #222a65;
    top: unset;
    right: unset;
    transform: translateX(-50%) rotate(45deg);
  }
  .s-menuAnchor__gray {
    display: none;
    background: #1e2b38;
    opacity: 0.6;
    z-index: 50;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .s-menuIndex {
    margin-bottom: 60px;
  }
  .s-menuCase {
    padding: 40px 0;
    width: 100%;
  }
  .s-menuCase .inner {
    padding: 0 10px;
  }
  .s-menuCase .p-case__item {
    margin: 0 10px;
  }
  .s-menuCase .slick-dots {
    gap: 10px;
    justify-content: center;
    display: flex;
    bottom: -30px;
  }
  .s-menuCase .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 !important;
  }
  .s-menuCase .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #dfdfdf;
    border-radius: 50%;
    padding: 0;
  }
  .s-menuCase .slick-dots li button::before {
    display: none;
  }
  .s-menuCase .slick-dots li.slick-active button {
    background: #9266d8;
  }
  .s-menuCase__btn {
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    min-width: unset;
    width: 295px;
  }
  .s-menuMovie .slick-prev {
    top: unset;
    left: 10px;
    bottom: -65px;
    transform: unset;
    width: 45px;
    height: 45px;
    z-index: 5;
  }
  .s-menuMovie .slick-prev::before {
    right: 13px;
  }
  .s-menuMovie .slick-next {
    top: unset;
    right: 10px;
    bottom: -65px;
    transform: unset;
    width: 45px;
    height: 45px;
    z-index: 5;
  }
  .s-menuMovie .slick-next::before {
    right: 18px;
  }
  .s-menuMovie__popup {
    max-width: 100%;
  }
  .s-menuMovie__popup.active {
    display: block;
  }
  .s-menuMovie__popup--wrapper {
    max-width: 90%;
  }
  .s-menuReason {
    padding-top: 40px;
  }
  .s-menuReason__items {
    margin-top: 30px;
  }
  .s-menuReason__item {
    padding: 20px;
  }
  .s-menuReason__item--flex {
    flex-flow: column-reverse;
    gap: 0;
    width: 100%;
  }
  .s-menuReason__item--flex.reverse {
    flex-flow: column;
  }
  .s-menuReason__item--cont {
    width: 100%;
  }
  .s-menuReason__item--img {
    width: 100%;
    max-height: unset;
  }
  .s-menuReason__item--img img {
    height: auto;
    width: 100%;
  }
  .s-menuReason__item--num {
    font-size: 50px;
  }
  .s-menuReason__item--top {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .s-menuReason__item--title {
    font-size: 20px;
    width: calc(100% - 8px - 60px);
  }
  .s-menuReason__item--line {
    margin-bottom: 18px;
  }
  .s-menuReason__item--text {
    margin-top: 8px;
    line-height: 1.6;
  }
  .s-menuReason__item--reverse::after {
    background: url(../img/common/icon_box_left.png);
    right: 0;
    left: unset;
  }
  .s-menuDoctor {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .s-menuDoctor__sub {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .s-menuCont__top--title {
    font-size: 22px;
    width: calc(100% - 33px - 36px - 20px);
  }
  .s-menuCont__top--icon {
    width: 33px;
  }
  .s-menuCont__main {
    padding-top: 20px;
  }
  .s-menuCont__main p {
    font-size: 14px;
  }
  .s-menuCont__main h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
  }
  .s-menuCont__main h3 {
    font-size: 18px;
    padding: 0 0 6px;
  }
  .s-menuCont__main h4 {
    font-size: 16px;
  }
  .s-menuCont__main h5 {
    font-size: 16px;
  }
  .s-menuCont__main table {
    width: 100% !important;
  }
  .s-menuFlow {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .s-menuFlow .inner {
    padding: 0;
  }
  .s-menuFlow__items {
    display: flex;
    padding-left: 40px;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .s-menuFlow__item {
    max-width: 295px;
    width: 100%;
    flex-shrink: 0;
    flex-flow: column;
    gap: 0;
    margin-top: 0;
    padding-right: 20px;
  }
  .s-menuFlow__num {
    width: 60px;
    height: 60px;
  }
  .s-menuFlow__num--en {
    font-size: 20px;
  }
  .s-menuFlow__num--ja {
    font-size: 20px;
  }
  .s-menuFlow__cont {
    width: 100%;
    margin-top: 15px;
  }
  .s-menuFlow__cont--title {
    font-size: 18px;
  }
  .s-menuFlow__cont--line {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .s-menuFlow__cont--text {
    font-size: 14px;
    margin-top: 10px;
  }
  .s-menuFlow__img {
    width: 100%;
  }
  .s-menuFlow__item::before {
    top: 30px;
    width: 100%;
    height: 1px;
    left: 0;
  }
  .s-menuFlow__item:last-of-type:before {
    display: block;
  }
  .s-menuFlow__item:last-of-type::before {
    width: 90%;
  }
  .s-menuHosho figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .s-menuHosho p {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 20px;
    letter-spacing: 0.02em;
  }
}
.c-menu {
  margin-top: 100px;
  line-height: 1.5;
  color: #1e2b38;
  margin-top: 120px;
}
.c-menu + .footer {
  margin-top: 120px;
}
.c-menu .footer {
  margin-top: 0;
}
.c-menu img {
  width: 100%;
}
.c-menu section {
  margin-top: 80px;
}
.c-menu .s-menuMovie {
  padding-bottom: 90px;
}
.c-menu .p-pageTop__bg img {
  height: 240px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.s-menuCont__main img {
  width: unset;
}

.c-menuMv__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-menuMv__read {
  text-align: center;
  font-size: 20px;
  color: #222a65;
  font-weight: 400;
}

.c-menuMv__title {
  text-align: center;
  font-size: 34px;
  color: #222a65;
  font-weight: 400;
  margin-top: 15px;
}

.c-menuTop {
  margin-top: 40px;
}
.c-menuTop .s-menuCv {
  margin-top: 40px;
}

.c-menuReco {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/menu/menuReco_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-menuReco__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.c-menuReco__wrapper {
  position: relative;
}

.c-menuReco__items {
  margin-top: 80px;
  gap: 20px;
}

.c-menuReco__item {
  width: calc(50% - 10px);
  padding: 25px 20px;
  gap: 5px;
  background: #fff;
  box-sizing: border-box;
  align-items: center;
}

.c-menuReco__item--icon {
  width: 23px;
}

.c-menuReco__item--text {
  width: calc(100% - 23px - 5px);
  font-size: 16px;
  font-weight: bold;
  color: #222a65;
}

.c-menuCont {
  padding-bottom: 60px;
}
.c-menuCont video {
  width: 100%;
}
.c-menuCont p {
  font-size: 15px;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 40px;
}
.c-menuCont h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  color: #222a65;
  padding-bottom: 15px;
  border-bottom: 1px solid #222a65;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-menuCont h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 24px;
  background: #eef0f7;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-menuCont h3::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #626cb5 transparent transparent transparent;
}
.c-menuCont h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #626cb5;
  padding: 0 10px 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-menuCont img {
  width: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-menuCont img.aligncenter {
  margin: 40px auto;
}
.c-menuCont figure {
  margin-bottom: 20px;
}
.c-menuCont figure img {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.c-menuCont .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 63%;
}
.c-menuCont .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-menuCont .wp-block-column p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-menuCont .wp-block-columns {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-menuCont .wp-block-columns p {
  margin-top: 0;
}
.c-menuCont .aligncenter {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-menuCont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.c-menuCont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.c-menuCont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #abb8c3;
}
.c-menuCont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child {
  background: #e3e6f7;
}
.c-menuCont table {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 500;
  border-color: #abb8c3;
}
.c-menuCont table td {
  border: 1px solid #abb8c3;
  padding: 10px 15px;
  vertical-align: middle;
}
.c-menuCont table td:first-child {
  background: #e3e6f7;
}
.c-menuCont table tr {
  border-color: #abb8c3;
}
.c-menuCont table th {
  border-color: #abb8c3;
}
.c-menuCont .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.c-menuCont img {
  width: 100%;
  height: auto;
}
.c-menuCont img[class^=wp-image] {
  max-width: 100%;
  width: auto;
  display: block;
}
.c-menuCont img[class^=wp-image].aligncenter {
  margin: 0 auto;
}
.c-menuCont img[class^=wp-image].alignleft {
  margin-right: auto;
}
.c-menuCont img[class^=wp-image].alignright {
  margin-left: auto;
}

.c-menuDoctor {
  background: url(../img/menu/menuDoctor_child_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-menuDoctor__flex {
  gap: 4.8%;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
}

.c-menuDoctor__cont {
  width: 48%;
}

.c-menuDoctor__title {
  color: #1e2b38;
  font-size: 24px;
  line-height: 1.625;
  padding: 30px 25px;
  position: relative;
  font-weight: bold;
}
.c-menuDoctor__title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  border-right: 1px solid #1e2b38;
  border-bottom: 1px solid #1e2b38;
}
.c-menuDoctor__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-left: 1px solid #1e2b38;
  border-top: 1px solid #1e2b38;
}

.c-menuDoctor__text {
  font-size: 16px;
  color: #1e2b38;
  line-height: 2.1;
  margin-top: 30px;
}

.c-menuDoctor__img {
  width: 47.2%;
}

.c-menuPrice .p-price__box {
  border-bottom: none;
}
.c-menuPrice .p-price__sec {
  margin-bottom: 0;
}
.c-menuPrice .p-price__tables {
  padding-bottom: 0;
}
.c-menuPrice .p-price__table--tax {
  padding: 0 40px;
}
.c-menuPrice .p-price__table--other {
  padding: 0 40px;
}

.c-menuPrice__wrapper {
  padding: 40px;
  background: #f7f9fd;
}

.c-menuBanner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.c-menuReason {
  background: url(../img/menu/menu_doctor_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-menuReason .s-column__cv {
  margin-bottom: 0;
}
.c-menuReason + .s-menuFlow {
  margin-top: 0;
}

.c-menuReason__items {
  margin-top: 80px;
}

.c-menuReason__item {
  gap: 3%;
  margin-top: 60px;
}

.c-menuReason__cont {
  width: 57%;
}

.c-menuReason__num {
  width: 112px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(90deg, rgb(164, 137, 208) 0%, rgb(97, 113, 230) 100%);
}

.c-menuReason__num--en {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.c-menuReason__num--ja {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.c-menuReason__title {
  margin-top: 16px;
  color: #222a65;
  font-size: 24px;
}

.c-menuReason__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 40px;
}

.c-menuReason__img {
  width: 40%;
  max-height: 225px;
  height: 100%;
  overflow: hidden;
}
.c-menuReason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-menuFaq__boxs {
  margin-top: 60px;
}

.c-menuFaq__box {
  margin-top: 20px;
  border-bottom: 1px solid #222a65;
}

.c-menuFaq__ques {
  padding-bottom: 22px;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}

.c-menuFaq__icon {
  width: 44px;
  height: 44px;
}

.c-menuFaq__ques--text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: calc(100% - 28px - 24px - 44px);
}

.c-menuFaq__btn {
  width: 24px;
  height: 24px;
  position: relative;
}
.c-menuFaq__btn::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-menuFaq__btn::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-menuFaq__btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-menuFaq__ans {
  display: none;
}

.c-menuFaq__ans--flex {
  gap: 14px;
}

.c-menuFaq__ans--text {
  width: calc(100% - 44px - 14px);
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

.c-menuColumn {
  padding-bottom: 40px;
}
.c-menuColumn .slick-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
.c-menuColumn .slick-prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.c-menuColumn .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.c-menuColumn .slick-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.c-menuColumn .slick-dots {
  gap: 10px;
  justify-content: center;
  display: flex;
  bottom: -50px;
}
.c-menuColumn .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.c-menuColumn .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
  padding: 0;
}
.c-menuColumn .slick-dots li button::before {
  display: none;
}
.c-menuColumn .slick-dots li.slick-active button {
  background: #9266d8;
}

.c-menuColumn__items {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.c-menuColumn__items .slick-track {
  display: flex;
}

.c-menuColumn__item {
  margin: 0 10px;
  width: 230px;
}

.c-menuColumn__item--text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #1e2b38;
  line-height: 1.57;
}

@media screen and (max-width: 900px) {
  .c-menu {
    margin-top: 46px;
    margin-bottom: 60px;
  }
  .c-menu .s-menuMovie {
    padding-bottom: 70px;
  }
  .c-menu .p-pageTop__bg img {
    height: auto;
  }
  .c-menu .p-pageTop {
    padding-top: 46px;
  }
  .c-menu section {
    margin-top: 40px;
  }
  .c-menuMv__read {
    font-size: 16px;
    white-space: nowrap;
  }
  .c-menuMv__title {
    font-size: 24px;
    line-height: 1.3;
    white-space: nowrap;
  }
  .c-menuMv__cont {
    top: 50%;
  }
  .c-menuTop {
    margin-top: 10px;
  }
  .c-menuTop .s-column__cv {
    margin-top: 20px;
  }
  .c-menuTop .s-menuCv {
    margin-top: 20px;
  }
  .c-menuReco {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-menuReco__items {
    margin-top: 30px;
  }
  .c-menuReco__items {
    gap: 10px;
  }
  .c-menuReco__item {
    width: 100%;
    padding: 15px 20px;
  }
  .c-menuReco__item--icon {
    width: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-menuReco__item--text {
    font-size: 14px;
    width: calc(100% - 17px - 5px);
  }
  .c-menuCont {
    padding-bottom: 40px;
  }
  .c-menuCont p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .c-menuCont h2 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .c-menuCont h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
  }
  .c-menuCont h4 {
    font-size: 18px;
    padding: 0 0 6px;
  }
  .c-menuCont .wp-block-columns {
    flex-wrap: wrap !important;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
  }
  .c-menuCont .wp-block-column {
    flex-basis: 100% !important;
  }
  .c-menuDoctor {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/menu/menuDoctor_child_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .c-menuDoctor__flex {
    flex-flow: column-reverse;
  }
  .c-menuDoctor__flex.reverse {
    flex-flow: column;
  }
  .c-menuDoctor__img {
    width: 100%;
  }
  .c-menuDoctor__cont {
    width: 100%;
    margin-top: 20px;
  }
  .c-menuDoctor__title {
    font-size: 20px;
    text-align: center;
    line-height: 1.45;
    padding: 20px;
  }
  .c-menuDoctor__text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 2;
  }
  .c-menuPrice__wrapper {
    padding: 20px 0;
  }
  .c-menuPrice .p-price__table--tax {
    padding: 0 20px;
  }
  .c-menuPrice .p-price__table--other {
    padding: 0 20px;
  }
  .c-menuBanner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-menuReason {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-menuReason__items {
    margin-top: 30px;
  }
  .c-menuReason__item {
    flex-flow: column;
    margin-top: 40px;
  }
  .c-menuReason__item.reverse {
    flex-flow: column-reverse;
  }
  .c-menuReason__item:first-of-type {
    margin-top: 0;
  }
  .c-menuReason__cont {
    width: 100%;
  }
  .c-menuReason__img {
    width: 100%;
  }
  .c-menuReason__img img {
    height: auto;
  }
  .c-menuReason__title {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .c-menuReason__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .c-menuReason__num {
    width: 90px;
    height: 25px;
  }
  .c-menuReason__num--ja {
    font-size: 20px;
  }
  .c-menuReason__num--en {
    font-size: 20px;
  }
  .c-menuFaq {
    padding-bottom: 40px;
  }
  .c-menuFaq__boxs {
    margin-top: 40px;
  }
  .c-menuFaq__ques {
    gap: 10px;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .c-menuFaq__icon {
    width: 20px;
    height: 20px;
  }
  .c-menuFaq__ques--text {
    font-size: 14px;
    line-height: 1.7;
    width: calc(100% - 20px - 15px - 20px);
  }
  .c-menuFaq__btn {
    width: 15px;
    height: 15px;
  }
  .c-menuFaq__btn::after {
    width: 15px;
  }
  .c-menuFaq__btn::before {
    width: 15px;
  }
  .c-menuFaq__ans--flex {
    gap: 10px;
  }
  .c-menuFaq__ans--text {
    font-size: 14px;
    padding-top: 0;
    width: calc(100% - 10px - 20px);
  }
  .c-menuColumn {
    padding-bottom: 60px;
  }
  .c-menuColumn .c-menuColumn .slick-dots {
    bottom: -30px;
  }
  .c-menuColumn__item {
    width: 235px;
  }
}
.p-price {
  margin-top: 100px;
}
.p-price__sec {
  margin-bottom: 40px;
}
.p-price__cont {
  display: none;
}
.p-price__flex {
  cursor: pointer;
  height: 70px;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 30px;
  background: rgb(97, 113, 230);
  background: linear-gradient(90deg, rgb(97, 113, 230) 0%, rgb(164, 137, 208) 100%);
}
.p-price__title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.p-price__btn {
  width: 28px;
  height: 28px;
  background: #fff;
  position: relative;
}
.p-price__btn::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #9266d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-price__btn::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #9266d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-price__btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-price__box {
  background: #f7f9fd;
  border-bottom: 1px solid #626cb5;
}
.p-price__box--flex {
  height: 75px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
}
.p-price__box--title {
  font-size: 20px;
  font-weight: bold;
  color: #222a65;
}
.p-price__box--btn {
  width: 15px;
  height: 15px;
  position: relative;
}
.p-price__box--btn::after {
  content: "";
  width: 15px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-price__box--btn::before {
  content: "";
  width: 15px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-price__box--btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-price__tables {
  padding: 0px 40px 40px 40px;
  display: none;
}
.p-price__tables--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-radius: 33px;
  border: 1px solid #222a65;
  font-size: 16px;
  color: #222a65;
  font-weight: bold;
  margin: 40px auto 0;
  min-width: 340px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  box-sizing: border-box;
}

.p-price__read {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #222a65;
}

.p-price__table {
  align-items: stretch;
  margin-top: 10px;
  border: 1px solid #c6c8d8;
}
.p-price__table--titles {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 43.5%;
  padding: 10px 15px 10px 30px;
  color: #fff;
  background: #626cb5;
  box-sizing: border-box;
}
.p-price__table--title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.p-price__table--title span {
  font-size: 13px;
}
.p-price__table--note {
  font-size: 14px;
  line-height: 1.4;
}
.p-price__table a.p-price__table--title {
  text-decoration: underline;
}
.p-price__table--conts {
  width: 56.5%;
  display: flex;
  flex-wrap: wrap;
}
.p-price__table--cont {
  width: 100%;
  min-height: 70px;
}
.p-price__table--cont:not(:first-child) {
  border-top: 1px solid #c6c8d8;
}
.p-price__table--read {
  background: #f8f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #222a65;
  padding: 20px 15px;
  line-height: 1.5;
  border-left: 1px solid #c6c8d8;
  border-right: 1px solid #c6c8d8;
  width: 55.5%;
  box-sizing: border-box;
}
.p-price__table--nums {
  width: 44.5%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.p-price__table--num {
  width: 100%;
  height: 100%;
  font-size: 20px;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  font-weight: 500;
  color: #222a65;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.p-price__table--num.monitor {
  border-top: 1px solid #c6c8d8;
  color: #ff6588;
  padding-right: 7px;
}
.p-price__table--num.monitor.is_padding {
  padding-right: 20px;
}
.p-price__table--text {
  font-size: 12px;
  width: 50px;
  white-space: nowrap;
}
.p-price__table--price {
  text-align: right;
}
.p-price__table--tax {
  font-size: 15px;
  font-weight: 500;
  color: #222a65;
  margin-top: 10px;
  text-align: right;
  line-height: 1.5;
}
.p-price__table--other {
  font-size: 15px;
  font-weight: 500;
  color: #222a65;
  font-weight: 500;
  margin-top: 5px;
  text-align: right;
  line-height: 1.5;
}
.p-price__table--option {
  margin-top: 0;
  border-top: none;
}
.p-price__table--option .p-price__table--titles {
  background: #8e95ca;
}

.p-priceNote {
  margin-top: 60px;
  font-size: 14px;
}
.p-priceNote a {
  text-decoration: underline;
}

.p-pricePay {
  margin-top: 60px;
  margin-bottom: 40px;
}
.p-pricePay__box {
  background: #fefcf1;
  border: 1px solid #ebd028;
  padding: 35px 58px 38px;
}
.p-pricePay__title {
  font-size: 22px;
  font-weight: bold;
  color: #222a65;
  text-align: center;
  margin-bottom: 20px;
}
.p-pricePay__text {
  color: #222a65;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.p-pricePay__btn {
  margin: 0 auto;
  max-width: 340px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222a65;
  border-radius: 33px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #222a65;
}

.p-price18 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-price18 img {
  width: 100%;
}

.p-price18__link {
  border: 1px solid #e4e4e4;
}

.p-priceBnr {
  margin-top: 40px;
  margin-bottom: 120px;
}
.p-priceBnr img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-price {
    margin-top: 40px;
  }
  .p-price__sec {
    margin-bottom: 20px;
  }
  .p-price__flex {
    height: 48px;
    padding: 0 10px;
  }
  .p-price__title {
    width: calc(100% - 28px - 5px);
    font-size: 17px;
    line-height: 1.1;
  }
  .p-price__box--title {
    width: calc(100% - 23px);
    font-size: 16px;
    line-height: 1.1;
  }
  .p-price__box--flex {
    height: 48px;
    padding: 0 20px;
  }
  .p-price__tables {
    padding: 0px 20px 40px 20px;
  }
  .p-price__read {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .p-price__table {
    flex-wrap: wrap;
  }
  .p-price__table--cont {
    min-height: 63px;
  }
  .p-price__table--titles {
    width: 100%;
    padding: 15px;
    gap: 5px;
  }
  .p-price__table--title {
    font-size: 14px;
  }
  .p-price__table--title span {
    font-size: 10px;
  }
  .p-price__table--note {
    font-size: 12px;
  }
  .p-price__table--read {
    font-size: 14px;
    padding: 12px 15px;
    justify-content: flex-start;
    width: 50%;
  }
  .p-price__table--nums {
    width: 50%;
  }
  .p-price__table--num {
    font-size: 14px;
    padding: 0 15px 0 10px;
    gap: 0;
    justify-content: space-between;
  }
  .p-price__table--num.monitor {
    padding-right: 7px;
  }
  .p-price__table--num.monitor.is_padding {
    padding-right: 15px;
  }
  .p-price__table--text {
    font-size: 10px;
  }
  .p-price__tables--btn {
    margin: 20px auto 0;
    text-align: center;
    line-height: 1.42;
    min-width: unset;
    width: 100%;
  }
  .p-price__table--conts {
    width: 100%;
  }
  .p-price__table--tax {
    font-size: 12px;
    margin-top: 8px;
  }
  .p-price__table--other {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-pricePay {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .p-pricePay__box {
    padding: 30px 20px;
  }
  .p-pricePay__title {
    font-size: 20px;
  }
  .p-pricePay__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .p-pricePay__btn {
    width: 260px;
    height: 50px;
    font-size: 14px;
  }
  .p-priceBnr {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .p-price18 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-recruit img {
  width: 100%;
}
.p-recruit .inner {
  max-width: 1120px;
}
.p-recruit .none {
  display: none;
}

.p-recruitTop {
  margin-top: 120px;
  padding-bottom: 275px;
  overflow: hidden;
}
.p-recruitTop .inner {
  position: relative;
}

.p-recruitTop__cont {
  max-width: 560px;
  width: 100%;
}

.p-recruitTop__title {
  font-size: 112px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  display: inline-block;
  background: linear-gradient(180deg, #0072b4 0%, #7bc0be 72%, #afebea 100%);
  background: linear-gradient(90deg, #a489d0 0%, #6171e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-recruitTop__sub {
  font-weight: 500;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #6f76e1;
}

.p-recruitTop__text {
  font-size: 18px;
  margin-top: 60px;
  line-height: 2.44;
}

.p-recruitTop__img {
  position: absolute;
  width: 745px;
  top: 100px;
  left: 680px;
  z-index: 1;
}

.p-recruitTop__bg {
  position: absolute;
  bottom: -210px;
  left: 470px;
}

.p-recruitPosi {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../img/recruit/recruitPosi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-recruitPosi__title {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.p-recruitPosi__sub {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}

.p-recruitPosi__items {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 45px;
  flex-wrap: wrap;
}

.p-recruitPosi__item {
  width: calc((100% - 90px) / 3);
  background: #fff;
}
@media (any-hover: hover) {
  .p-recruitPosi__item {
    position: relative;
  }
  .p-recruitPosi__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
  }
  .p-recruitPosi__item:hover {
    opacity: 1;
  }
  .p-recruitPosi__item:hover::after {
    opacity: 0.4;
  }
}

.p-recruitPosi__item--box {
  padding: 22px 55px 30px;
  position: relative;
}
.p-recruitPosi__item--box::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222a65;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.p-recruitPosi__item--en {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #222a65;
  text-align: right;
}

.p-recruitPosi__item--ja {
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #222a65;
}

.p-recruitFlow {
  padding-top: 80px;
  padding-bottom: 120px;
  background: url(../img/recruit/recruitFlow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-color: #f5f5f9;
}

.p-recruitFlow__title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  color: #222a65;
  text-align: center;
}

.p-recruitFlow__sub {
  font-size: 18px;
  color: #222a65;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-recruitFlow__items {
  margin-top: 50px;
}

.p-recruitFlow__item {
  margin-top: 40px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-recruitFlow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 16px solid #575f9c;
  border-bottom: 0;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.p-recruitFlow__item:first-of-type::after {
  display: none;
}

.p-recruitFlow__item--box {
  border: 1px solid #575f9c;
  display: flex;
  align-items: center;
  padding: 28px 50px 28px 40px;
}

.p-recruitFlow__item--left {
  display: flex;
  align-items: center;
  padding-right: 45px;
  border-right: 1px solid #d6d6d6;
}

.p-recruitFlow__item--step {
  display: flex;
}

.p-recruitFlow__item--en {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #222a65;
  padding-bottom: 8px;
}

.p-recruitFlow__item--num {
  font-size: 43px;
  letter-spacing: 0.06em;
  color: #222a65;
  margin-left: 6px;
}

.p-recruitFlow__item--icon {
  width: 144px;
  height: 144px;
  margin-left: 30px;
}

.p-recruitFlow__item--right {
  padding-left: 55px;
  width: calc(100% - 395px);
  box-sizing: border-box;
}

.p-recruitFlow__item--title {
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #222a65;
}

.p-recruitFlow__item--text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.64;
}

@media screen and (max-width: 900px) {
  .p-recruitTop {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .p-recruitTop__title {
    font-size: 54px;
  }
  .p-recruitTop__sub {
    font-size: 20px;
  }
  .p-recruitTop__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .p-recruitTop__img {
    margin-top: 40px;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }
  .p-recruitTop__bg {
    width: 350px;
    bottom: -50px;
    left: 5px;
  }
  .p-recruitPosi {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/recruit/recruitPosi_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-recruitPosi__title {
    font-size: 50px;
  }
  .p-recruitPosi__sub {
    font-size: 16px;
  }
  .p-recruitPosi__items {
    margin-top: 40px;
    gap: 20px;
    flex-flow: column;
  }
  .p-recruitPosi__item {
    width: 100%;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-recruitPosi__item--img {
    width: 42%;
  }
  .p-recruitPosi__item--box {
    width: 58%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    padding-right: 36px;
  }
  .p-recruitPosi__item--box::after {
    width: 6px;
    height: 6px;
    right: 19px;
  }
  .p-recruitPosi__item--en {
    font-size: 32px;
  }
  .p-recruitPosi__item--ja {
    font-size: 12px;
  }
  .p-recruitFlow {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/recruit/recruitFlow_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    background-color: #f5f5f9;
  }
  .p-recruitFlow__title {
    font-size: 50px;
  }
  .p-recruitFlow__sub {
    font-size: 16px;
  }
  .p-recruitFlow__items {
    margin-top: 40px;
  }
  .p-recruitFlow__item {
    margin: 0 auto;
    margin-top: 36px;
    max-width: 500px;
  }
  .p-recruitFlow__item--box {
    flex-flow: column;
    padding: 14px 20px 10px;
    gap: 13px;
  }
  .p-recruitFlow__item--left {
    border: none;
    width: 100%;
    padding: 0;
    flex-flow: column;
  }
  .p-recruitFlow__item--en {
    font-size: 29px;
  }
  .p-recruitFlow__item--num {
    font-size: 33px;
  }
  .p-recruitFlow__item--icon {
    width: 110px;
    height: 110px;
    margin: 0;
  }
  .p-recruitFlow__item--right {
    width: 100%;
    padding: 0;
  }
  .p-recruitFlow__item--title {
    font-size: 22px;
    text-align: center;
  }
  .p-recruitFlow__item--text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.85;
  }
}
.s-recruit img {
  width: 100%;
}
.s-recruit .inner {
  max-width: 1120px;
}
.s-recruit .none {
  display: none;
}

.s-recruitTop {
  margin-top: 100px;
  margin-bottom: 100px;
}

.s-recruitTop__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.s-recruitTop__img {
  width: 41.6%;
}

.s-recruitTop__cont {
  width: 53.7%;
}

.s-recruitTop__title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #626cb5;
  color: #626cb5;
}

.s-recruitTop__read {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.77;
}

.s-recruitTop__items {
  margin-top: 40px;
}

.s-recruitTop__item {
  margin-top: 24px;
}

.s-recruitTop__item--title {
  font-size: 22px;
  padding: 0 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  background: linear-gradient(0deg, #6171e6 0%, #a489d0 100%);
  position: relative;
}
.s-recruitTop__item--title::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}

.s-recruitTop__item--text {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.s-recruitMerit {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../img/recruit/recruitMerit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.s-recruitMerit__top--title {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  color: #222a65;
}

.s-recruitMerit__top--sub {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  color: #222a65;
}

.s-recruitMerit__img {
  margin: 50px auto 0;
  max-width: 900px;
  width: 100%;
}

.s-recruitList {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../img/recruit/recruitList_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.s-recruitList__top--title {
  font-size: 38px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222a65;
}

.s-recruitList__table {
  width: 100%;
  margin-top: 40px;
}
.s-recruitList__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c6c8d7;
}
.s-recruitList__table th {
  width: 30%;
  border: 1px solid #c6c8d7;
  background: #636eb3;
  color: #fff;
  text-align: left;
  padding: 30px 10px 30px 50px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.s-recruitList__table td {
  width: 70%;
  border: 1px solid #c6c8d7;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  vertical-align: middle;
  padding: 30px 10px 30px 50px;
}

.s-recruitList__btn {
  margin: 50px auto 0;
  max-width: 264px;
  width: 100%;
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background: #222a65;
  height: 60px;
  position: relative;
}
.s-recruitList__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .s-recruitTop {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .s-recruitTop__flex {
    gap: 30px;
    flex-flow: column;
  }
  .s-recruitTop__img {
    width: 100%;
  }
  .s-recruitTop__cont {
    width: 100%;
  }
  .s-recruitTop__title {
    font-size: 24px;
  }
  .s-recruitTop__read {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.75;
  }
  .s-recruitTop__items {
    margin-top: 30px;
  }
  .s-recruitTop__item {
    margin-top: 20px;
  }
  .s-recruitTop__item--title {
    height: 40px;
    font-size: 18px;
    padding-left: 14px;
  }
  .s-recruitTop__item--title::after {
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
  }
  .s-recruitTop__item--text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.71;
  }
  .s-recruitMerit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-recruitMerit__top--title {
    font-size: 50px;
  }
  .s-recruitMerit__top--sub {
    font-size: 16px;
    margin-top: 7px;
  }
  .s-recruitMerit__img {
    margin-top: 40px;
    max-width: 500px;
  }
  .s-recruitList {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/recruit/recruitList_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  .s-recruitList__top--title {
    font-size: 30px;
  }
  .s-recruitList__table {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 700px;
  }
  .s-recruitList__table th {
    width: 32.7%;
    font-size: 14px;
    padding: 25px 10px 25px 15px;
  }
  .s-recruitList__table td {
    width: 67.3%;
    font-size: 14px;
    padding: 25px 10px 25px 15px;
  }
}
.p-entry img,
.p-confirm img,
.p-thanks img {
  width: 100%;
}
.p-entry .inner,
.p-confirm .inner,
.p-thanks .inner {
  max-width: 1120px;
}

.p-entryTop {
  margin-top: 80px;
}

.p-entryTop__Tabs {
  display: flex;
  gap: 1px;
  margin-bottom: 60px;
}

.p-entryTop__Tab {
  width: calc((100% - 2px) / 3);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f3f5;
  color: #bebebe;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-entryTop__Tab.active {
  color: #ffffff;
  font-size: 18px;
  background: #222a65;
  position: relative;
  font-weight: 600;
}
.p-entryTop__Tab.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 6px solid #222a65;
  border-bottom: 0;
}

.p-entryTop__read {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.p-entryMain {
  margin-top: 60px;
  margin-bottom: 120px;
}

.p-entryForm__flex {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.p-entryForm__top {
  width: 245px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-entryForm__top--title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-entryForm__top--must {
  border-radius: 2px;
  width: 45px;
  height: 21px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #d33264;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-entryForm__inp {
  width: calc(100% - 245px);
  font-size: 16px;
}
.p-entryForm__inp span {
  display: none;
}

.p-entryForm__inp--flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-entryForm__inp-s {
  max-width: 175px;
  width: 100%;
}

.p-entryForm__inp-m {
  max-width: 370px;
  width: 100%;
}

.p-entryForm__inp-l {
  max-width: 535px;
  width: 100%;
}

.p-entryForm__inp-xl {
  max-width: 620px;
  width: 100%;
}

.p-entryForm__search {
  width: 105px;
  height: 37px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #575f9c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p-entryForm__address {
  margin-top: 12px;
}

.p-entryForm input {
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  width: 100%;
  height: 52px;
  font-size: 16px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  box-sizing: border-box;
}
.p-entryForm input::-moz-placeholder {
  color: #bebebe;
}
.p-entryForm input::placeholder {
  color: #bebebe;
}
.p-entryForm input[type=file] {
  border: none;
  padding: 10px 0;
}

.p-entryForm__flex--textarea {
  align-items: flex-start;
}

.p-entryForm__top--textarea {
  align-items: flex-start;
}
.p-entryForm__top--textarea .p-entryForm__top--must {
  margin-top: 5px;
}

.p-entryForm__inp--textarea textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  width: 100%;
  height: 210px;
  font-size: 16px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  box-sizing: border-box;
}
.p-entryForm__inp--textarea textarea::-moz-placeholder {
  color: #bebebe;
}
.p-entryForm__inp--textarea textarea::placeholder {
  color: #bebebe;
}

.p-entryForm__read {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  margin-top: 50px;
  font-weight: 500;
  text-align: center;
}

.p-entryForm__approval {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
}

.p-entryForm__policy {
  margin-top: 60px;
  padding: 22px 35px 17px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}

.p-entryForm__policy--title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

.p-entryForm__policy--box {
  margin-top: 13px;
  height: 177px;
  overflow-y: scroll;
}

.p-entryForm__policy--text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-weight: 500;
}

.p-entryForm__btn button {
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin: 70px auto 0;
  max-width: 264px;
  width: 100%;
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background: #222a65;
  height: 60px;
  position: relative;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.p-entryForm__btn button:hover {
  opacity: 0.8;
}
.p-entryForm__btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.p-confirmMain {
  margin-bottom: 120px;
}
.p-confirmMain .p-entryForm__top--must,
.p-confirmMain .p-entryForm__search,
.p-confirmMain .p-entryForm__read,
.p-confirmMain .p-entryForm__approval,
.p-confirmMain .p-entryForm__policy {
  display: none;
}
.p-confirmMain .p-entryForm__inp-s {
  width: -moz-fit-content;
  width: fit-content;
}
.p-confirmMain .p-entryForm__top {
  width: 180px;
}
.p-confirmMain .p-confirm__btns {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.p-confirmMain .p-entryForm__btn button {
  width: 264px;
}
.p-confirmMain .p-confirm__btn--prev button {
  background: #bebebe;
}
.p-confirmMain .p-confirm__btn--prev button::after {
  left: 29px;
}

.p-thaks__main {
  margin-bottom: 120px;
}

.p-thaks__title {
  color: #626cb5;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.4;
}

.p-thaks__text {
  font-size: 16px;
  margin-top: 40px;
  line-height: 2;
  text-align: center;
  color: #000000;
}

.p-thaks__btn {
  margin: 50px auto 0;
  max-width: 264px;
  width: 100%;
  height: 60px;
  border-radius: 43px;
  font-size: 16px;
  color: #232c62;
  border: 1px solid #232c62;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-thaks__btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: #232c62;
}

@media screen and (max-width: 900px) {
  .p-entryTop {
    margin-top: 20px;
  }
  .p-entryTop__Tabs {
    margin-bottom: 30px;
  }
  .p-entryTop__Tab {
    height: 40px;
    font-size: 14px;
  }
  .p-entryTop__Tab.active {
    font-size: 14px;
  }
  .p-entryTop__Tab.active::after {
    bottom: -5px;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #222a65;
  }
  .p-entryTop__read {
    margin-top: 30px;
    font-size: 14px;
  }
  .p-entryMain {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-entryForm__flex {
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-entryForm__top {
    gap: 10px;
    width: 100%;
  }
  .p-entryForm__top--must {
    font-size: 12px;
    height: 17px;
  }
  .p-entryForm__top--title {
    font-size: 14px;
  }
  .p-entryForm__inp {
    width: 100%;
  }
  .p-entryForm__search {
    font-size: 16px;
  }
  .p-entryForm__address {
    margin-top: 0;
  }
  .p-entryForm__read {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-entryForm__policy {
    margin-top: 30px;
    padding: 10px 13px 13px;
  }
  .p-entryForm__policy--title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .p-entryForm__policy--box {
    margin-top: 10px;
  }
  .p-entryForm__policy--text {
    font-size: 14px;
  }
  .p-entryForm__btn {
    margin-top: 30px;
  }
  .p-confirmMain .p-confirm__btns {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
    gap: 20px;
  }
  .p-confirmMain .p-entryForm__inp {
    font-size: 14px;
  }
  .p-confirmMain .p-entryForm__btn button {
    margin: 0 auto;
  }
  .p-confirmMain .p-entryForm__btn {
    margin-top: 0;
  }
  .p-thaks__main {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .p-thaks__title {
    font-size: 20px;
  }
  .p-thaks__text {
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .p-thaks__btn {
    margin-top: 30px;
  }
}
.agreement {
  margin-top: 70px;
  margin-bottom: 140px;
}
.agreement img {
  width: 100%;
}

.agreement__top {
  margin-bottom: 45px;
}

.agreement__title {
  font-size: 28px;
  padding: 10px;
  border-bottom: 1px solid #626cb5;
  line-height: 1.42;
  font-weight: 400;
  color: #222a65;
  background: #f7f9fd;
}

.agreement__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.22;
}
.agreement__text span {
  font-weight: bold;
}
.agreement__text .pink {
  color: #ff6588;
  text-decoration: underline;
}
.agreement__text .under {
  text-decoration: underline;
}

.agreement__img {
  width: 450px;
  margin: 40px auto 20px;
}

.agreement__read {
  font-size: 20px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.agreement__read span {
  color: #ff6588;
}

@media screen and (max-width: 900px) {
  .agreement {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .agreement img {
    width: 100%;
  }
  .agreement__top {
    margin-bottom: 45px;
  }
  .agreement__title {
    font-size: 18px;
    padding: 15px 10px;
  }
  .agreement__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
  .agreement__img {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 15px;
  }
  .agreement__read {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.t-calendar {
  margin-bottom: 0;
}
.t-calendar .t-sec__title {
  text-align: center;
}
.t-calendar .t-sec__sub {
  text-align: center;
}

.t-calendar__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #222a65;
}

.t-calendar__tab {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background: #eaeef5;
  color: #222a65;
  cursor: pointer;
}
.t-calendar__tab.active {
  color: #fff;
  background: #222a65;
}

.t-calendar__flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 40px;
}

.t-calendar__box {
  width: calc((100% - 50px) / 2);
}

.t-calendar__box--title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.t-calendar__table {
  width: 100%;
  border: 1px solid #c6c8d8;
  table-layout: fixed;
}
.t-calendar__table th {
  border: 1px solid #c6c8d8;
  padding: 5px 0;
}
.t-calendar__table td {
  border: 1px solid #c6c8d8;
  padding: 5px;
  font-size: 12px;
  height: 50px;
}
.t-calendar__table td span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #000;
  padding-top: 4px;
}
.t-calendar__table td.active {
  background: #ebe7f6;
}
.t-calendar__table th:nth-of-type(1),
.t-calendar__table td:nth-of-type(1) {
  color: #e05150;
}
.t-calendar__table th:nth-of-type(7),
.t-calendar__table td:nth-of-type(7) {
  color: #9b51e0;
}

.t-calendar__read {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .t-calendar__tab {
    width: calc((100% - 15px) / 2);
    height: 50px;
    font-size: 16px;
    font-size: 12px;
  }
  .t-calendar__flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
    flex-flow: column;
  }
  .t-calendar__box {
    width: 100%;
  }
  .t-calendar__table td {
    height: 40px;
    font-size: 10px;
    padding: 2px;
  }
  .t-calendar__table td span {
    font-size: 10px;
    padding-top: 4px;
  }
}
.c-pickup {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}

.c-pickup__wrapper {
  padding: 40px 40px 80px;
  background: #eef0f7;
  cursor: pointer;
}

.c-pickup__top--title {
  font-size: 32px;
  color: #222a65;
  text-align: center;
}

.c-pickup__top--line {
  width: 60px;
  height: 2px;
  margin: 20px auto 30px;
  background: #9266d8;
}

.c-pickup__items.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.c-pickup__items .slick-dots {
  gap: 10px;
  justify-content: center;
  display: flex;
  bottom: -40px;
}
.c-pickup__items .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.c-pickup__items .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
  padding: 0;
}
.c-pickup__items .slick-dots li button::before {
  display: none;
}
.c-pickup__items .slick-dots li.slick-active button {
  background: #9266d8;
}
.c-pickup__items .slick-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 155px;
  left: -120px;
}
.c-pickup__items .slick-prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.c-pickup__items .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 155px;
  right: -120px;
}
.c-pickup__items .slick-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

.c-pickup__item {
  width: 280px;
  margin: 0 20px;
}

.c-pickup__item--img {
  position: relative;
  margin-bottom: 10px;
}

.c-pickup__item--link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-right: 18px;
}
.c-pickup__item--link .icon {
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-pickup__item--text {
  font-size: 12px;
  line-height: 1.66;
  font-weight: 500;
  color: #939393;
}

.c-pickup_gray_layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 61;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.c-pickuppop {
  width: 786px;
  max-height: 85vh;
  padding: 40px 0;
  border-radius: 10px;
  position: fixed;
  display: none;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 62;
}

.c-pickuppop__close {
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #eaeef5;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
.c-pickuppop__close::after {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-pickuppop__close::before {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #222a65;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-pickuppop__wrapper {
  overflow: hidden;
}

.c-pickuppop__main {
  overflow-y: auto;
  max-height: 800px;
  height: auto;
}

.c-pickuppop__imgs {
  width: 300px;
  margin: 0 auto;
}
.c-pickuppop__imgs.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.c-pickuppop__imgs .slick-dots {
  gap: 10px;
  justify-content: center;
  display: flex;
  bottom: -40px;
}
.c-pickuppop__imgs .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.c-pickuppop__imgs .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
  padding: 0;
}
.c-pickuppop__imgs .slick-dots li button::before {
  display: none;
}
.c-pickuppop__imgs .slick-dots li.slick-active button {
  background: #9266d8;
}
.c-pickuppop__imgs .slick-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
.c-pickuppop__imgs .slick-prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.c-pickuppop__imgs .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid #222a65;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
}
.c-pickuppop__imgs .slick-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #222a65;
  border-bottom: 2.5px solid #222a65;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

.c-pickuppop__img {
  width: 300px;
}

.c-pickuppop__table {
  width: 610px;
  margin: 60px auto 0;
}

.c-pickuppop__table--head {
  background: #626cb5;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  width: 28%;
  box-sizing: border-box;
  border: 1px solid #c6c8d8;
}

.c-pickuppop__table--text {
  padding: 10px;
  font-size: 14px;
  color: #1e2b38;
  line-height: 1.7;
  width: 72%;
  box-sizing: border-box;
  border: 1px solid #c6c8d8;
  font-weight: bold;
}
.c-pickuppop__table--text a {
  text-decoration: underline;
}
.c-pickuppop__table--text .icon {
  margin: 0 5px;
}
.c-pickuppop__table--text .icon:last-of-type {
  display: none;
}
.c-pickuppop__table--text .fw-m {
  font-weight: 500;
}

.c-pickuppop__table--title {
  display: block;
}

@media screen and (max-width: 900px) {
  .c-pickup {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #eef0f7;
  }
  .c-pickup .inner {
    padding: 0;
  }
  .c-pickup__top--title {
    font-size: 22px;
    line-height: 1.45;
  }
  .c-pickup__wrapper {
    padding: 40px 0 70px;
  }
  .c-pickup__top--line {
    margin-top: 13px;
    margin-bottom: 30px;
  }
  .c-pickup__items.slick-slider .slick-list {
    padding: 0 !important;
  }
  .c-pickup__item {
    width: 100%;
    margin: 0 20px;
  }
  .c-pickuppop {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
  .c-pickuppop__wrapper {
    overflow: hidden;
  }
  .c-pickuppop__main {
    overflow-y: auto;
    height: 70vh;
  }
  .c-pickuppop__imgs.slick-slider .slick-list {
    padding: 0 !important;
  }
  .c-pickuppop__img {
    width: 295px;
  }
  .c-pickuppop__table {
    width: calc(100% - 40px);
  }
  .c-pickuppop__close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  .s-case__table--head {
    padding: 10px;
    font-size: 12px;
    width: 31%;
    font-weight: bold;
  }
  .s-case__table--text {
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    width: 69%;
  }
}
.c-menuTab__top--btns {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.c-menuTab__top--btn {
  width: calc((100% - 10px) / 3);
  border-radius: 10px 10px 0 0;
  padding: 10px 20px 10px;
  cursor: pointer;
}
.c-menuTab__top--btn.menuTab01 {
  background: #f37e96;
}
.c-menuTab__top--btn.menuTab02 {
  background: #727bba;
}
.c-menuTab__top--btn.menuTab03 {
  background: #f69b68;
}
.c-menuTab__top--btn.active .c-menuTab__top--title {
  padding-bottom: 10px;
}

.c-menuTab__top--read {
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menuTab__top--read.menuTab01 {
  color: #f37e96;
}
.c-menuTab__top--read.menuTab02 {
  color: #727bba;
}
.c-menuTab__top--read.menuTab03 {
  color: #f69b68;
}

.c-menuTab__top--title {
  font-size: 22px;
  margin-top: 4px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.c-menuTab__top--icon {
  width: 16px;
  height: 10px;
  margin: 7px auto 0;
}

.c-menuTab__main {
  padding: 40px 60px;
  display: none;
}
.c-menuTab__main.active {
  display: block;
}
.c-menuTab__main.menuTab01 {
  background: #f7edf2;
  border-top: 3px solid #f37e96;
}
.c-menuTab__main.menuTab02 {
  background: #eaebf5;
  border-top: 3px solid #727bba;
}
.c-menuTab__main.menuTab03 {
  background: #fdeee5;
  border-top: 3px solid #f69b68;
}

.c-menuTab__imgs {
  display: flex;
  align-items: center;
  gap: 40px;
}

.c-menuTab__datas {
  display: flex;
  margin-top: 20px;
  border: 1px solid #757575;
  background: #fff;
}

.c-menuTab__data--title {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-menuTab__data--text {
  width: calc((100% - 300px) / 3);
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.c-menuTab__stars {
  display: flex;
  background: #fff;
  margin-top: 20px;
}

.c-menuTab__star {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 10px;
  border: 1px solid #dfdfdf;
  border-left: none;
}
.c-menuTab__star:first-of-type {
  border: 1px solid #dfdfdf;
}

.c-menuTab__star--text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-menuTab__star--icon {
  margin: 0 auto;
  width: 60%;
}

.c-menuTab__cvs {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.c-menuTab__cv {
  width: 280px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
}

.c-menuTab__cv--web {
  background: #9266d8;
}

.c-menuTab__cv--line {
  background: #379533;
}

.c-menuTab__cv--icon {
  width: 30px;
}

.c-menuTab__cv--text {
  font-size: 20px;
  font-weight: bold;
}

.c-menuTab__mainSp {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-menuTab__main,
  .c-menuTab__main.active {
    display: none;
  }
  .c-menuTab__top--btns {
    flex-flow: column;
    gap: 0;
  }
  .c-menuTab__top--btn {
    position: relative;
    width: 100%;
    padding: 10px 50px 10px 20px;
    margin-top: 16px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .c-menuTab__top--btn.open {
    border-radius: 10px 10px 0 0;
  }
  .c-menuTab__mainSp {
    display: none;
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .c-menuTab__mainSp.menuTab01 {
    background: #f7edf2;
  }
  .c-menuTab__mainSp.menuTab02 {
    background: #eaebf5;
  }
  .c-menuTab__mainSp.menuTab03 {
    background: #fdeee5;
  }
  .c-menuTab__top--read {
    height: 28px;
    font-size: 14px;
  }
  .c-menuTab__top--btn.active .c-menuTab__top--title {
    padding-bottom: unset;
  }
  .c-menuTab__top--icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .c-menuTab__top--icon.active {
    transform: translateY(-50%) rotate(-180deg);
  }
  .c-menuTab__imgs {
    gap: 12px;
  }
  .c-menuTab__datas {
    margin-top: 10px;
    flex-wrap: wrap;
    border: none;
  }
  .c-menuTab__data--title {
    width: 72px;
    font-size: 14px;
  }
  .c-menuTab__data--text {
    width: calc((100% - 72px - 72px) / 2);
    padding: 6px 8px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #707070;
  }
  .c-menuTab__data--name {
    width: calc(100% - 72px);
    box-sizing: border-box;
    border-bottom: none;
  }
  .c-menuTab__stars {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .c-menuTab__star {
    width: 50%;
    box-sizing: border-box;
    padding-top: 13px;
  }
  .c-menuTab__star--icon {
    width: 70%;
  }
  .c-menuTab__cvs {
    gap: 10px;
    margin-top: 20px;
  }
  .c-menuTab__cv {
    height: 50px;
  }
  .c-menuTab__cv--icon {
    width: 22px;
  }
  .c-menuTab__cv--text {
    font-size: 16px;
  }
}
.p-monitor {
  margin-top: 60px;
  padding-bottom: 150px;
}

.p-monitor__top {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  background: #f7f9fd;
  color: #222a65;
  border-bottom: 1px solid #626cb5;
}

.p-monitor__title {
  margin-bottom: 40px;
  padding: 0 10px 5px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #626cb5;
}

.p-monitor__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}
.p-monitor__text .pink {
  color: #ff6588;
}
.p-monitor__text a {
  text-decoration: underline;
  color: #ff6588;
}

@media screen and (max-width: 900px) {
  .p-monitor {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .p-monitor__top {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.44;
  }
  .p-monitor__title {
    margin-bottom: 20px;
    padding: 0 0 0 6px;
    font-size: 16px;
  }
  .p-monitor__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
  }
}
.p-about img {
  width: 100%;
}
.p-about .p-pricePay {
  margin-top: 100px;
}

.abLinks {
  margin-top: 100px;
}

.abLink {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}
.abLink a {
  position: relative;
  display: block;
  width: 230px;
  padding: 0 30px 5px 10px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #222a65;
  box-sizing: border-box;
}
.abLink a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222a65;
  border-bottom: 2px solid #222a65;
  bottom: 14px;
  right: 20px;
  transform: rotate(45deg);
}

.abttl {
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 60px;
  padding-left: 30px;
  border-left: 3px solid #222a65;
  font-size: 20px;
  font-weight: bold;
  color: #222a65;
  background: #eef0f7;
}

.abMeta {
  margin-top: 140px;
}

.abMeta__flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.abMeta__date {
  width: 400px;
}

.abMeta__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #626cb5;
  font-size: 30px;
  color: #626cb5;
}

.abMeta__sub {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #1e2b38;
}

.abMeta__table {
  margin-top: 13px;
}
.abMeta__table table {
  width: 100%;
}
.abMeta__table th {
  padding: 12px 25px;
  border: 1px solid #c6c8d8;
  font-size: 14px;
  color: #1e2b38;
  background: #f7f9fd;
  vertical-align: middle;
}
.abMeta__table td {
  padding: 12px 25px;
  border: 1px solid #c6c8d8;
  font-size: 14px;
  color: #1e2b38;
}
.abMeta__table td a {
  color: #1e2b38;
  text-decoration: none;
}

.abMeta__gys {
  width: calc(100% - 440px);
  margin-top: 55px;
}
.abMeta__gys img {
  width: 100%;
}

.abMeta__ths .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.abMeta__ths .slick-current {
  opacity: 1;
}

.abMeta__th {
  width: 25% !important;
  margin-top: 10px;
  padding: 0 5px;
  opacity: 0.3;
  transition: opacity 0.3s linear;
  box-sizing: border-box;
}

.abMeta__img--mitos {
  width: calc(100% - 440px);
  margin-top: 55px;
}

.abMeta__th--mito {
  width: 25% !important;
  margin-top: 10px;
}

.abMap__main {
  position: relative;
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 100/33;
}
.abMap__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abCcp {
  margin-top: 120px;
  padding-bottom: 250px;
}

.abCcp__ttl {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #222a65;
}

.abCcp__en {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #222a65;
}

.abCcp__img {
  margin-top: 40px;
  margin-bottom: 60px;
}
.abCcp__img img {
  width: 100%;
}

.abCcp__wrap {
  margin-top: 55px;
}

.abCcp__hd {
  display: flex;
  align-items: center;
  gap: 30px;
}

.abCcp__num {
  font-size: 40px;
}
.abCcp__num span {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.abCcp__sub {
  font-size: 21px;
  font-style: italic;
}

.abCcp__top {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
}

.abCcp__txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .abLinks {
    max-width: 550px;
    margin: 60px auto 0;
  }
  .abLink {
    flex-wrap: wrap;
    gap: 20px 27px;
  }
  .abLink a {
    width: 100%;
  }
  .abLink .spW100 {
    width: 100%;
  }
  .abttl {
    height: 50px;
    margin-top: 30px;
    font-size: 18px;
  }
  .abMeta {
    margin-top: 45px;
  }
  .abMeta__ttl {
    font-size: 22px;
  }
  .abMeta__sub {
    margin-top: 20px;
    font-size: 18px;
  }
  .abMeta__table th {
    padding: 10px 25px;
    white-space: nowrap;
  }
  .abMeta__flex {
    flex-flow: column;
    gap: 20px;
  }
  .abMeta__date {
    width: 100%;
  }
  .abMeta__gys {
    width: 100%;
    margin-top: 0;
  }
  .abMeta__img--mitos {
    width: 100%;
    margin-top: 0;
  }
  .abMap__main {
    aspect-ratio: 334/252;
  }
  .p-about .p-pricePay {
    margin-top: 40px;
  }
  .abCcp {
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .abCcp__img {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .abCcp__wrap {
    margin-top: 30px;
  }
  .abCcp__hd {
    flex-flow: column;
    gap: 20px;
  }
  .abCcp__sub {
    font-size: 18px;
    text-align: center;
  }
  .abCcp__top {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
  }
  .abCcp__txt {
    margin-top: 30px;
    font-size: 16px;
  }
}
.linkCard {
  display: block;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #c6c8d8;
}

.linkCard__flex {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.linkCard__img {
  width: 45% !important;
  aspect-ratio: 285/180;
}

.linkCard__cont {
  width: 100%;
}

.linkCard__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #626cb5;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
}

.linkCard__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: #767676;
}

.linkCard__more {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  color: #222a65;
}
.linkCard__more::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #222a65;
  border-bottom: 1.5px solid #222a65;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .linkCard {
    padding: 15px;
  }
  .linkCard__flex {
    flex-flow: column;
    gap: 10px;
  }
  .linkCard__img {
    width: 100%;
    aspect-ratio: 285/180;
  }
  .linkCard__cont {
    width: 100%;
  }
  .linkCard__title {
    font-size: 20px;
  }
  .linkCard__text {
    font-size: 13px;
    line-height: 1.53;
  }
}
.pcs {
  margin-top: 60px;
  margin-bottom: 100px;
}
.pcs * {
  box-sizing: border-box;
}
.pcs .inner {
  max-width: 1040px;
  margin: 0 auto;
}

.pcsSh {
  position: relative;
}

.pcsTabs {
  position: relative;
  display: flex;
  gap: 8px;
}

.pcsTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 46px;
  padding: 0 5px;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  line-height: 1.2;
  color: #575757;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
}
.pcsTab.active {
  color: #fff;
  background: #222a65;
}
.pcsTab.slick-slide {
  display: flex;
}

.pcsSh__wrap {
  display: none;
}

.pcsSh__box {
  position: relative;
  padding: 30px;
  border: 1px solid #222a65;
}
.pcsSh__box.more {
  padding: 30px 30px 45px;
}

.pcTags {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 80px;
}
.pcTags.active {
  max-height: none;
}

.pcsTag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #222a65;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #222a65;
}
.pcsTag.active {
  color: #fff;
  background: #222a65;
}

.pcsSh__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.pcsSh__more::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #a7aac2;
  border-bottom: 2px solid #a7aac2;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.3s;
}
.pcsSh__more.active::after {
  transform: translateX(-50%) rotate(225deg);
}

.pcsNote {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #575757;
  text-align: center;
}

.pcsRs {
  margin-top: 50px;
}

.pcsRs__ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #222a65;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #222a65;
}

.pcsRs__sub {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.pcsSec {
  margin-top: 50px;
}

.pcsSec__ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-weight: bold;
}

.pcsBoxs {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-top: 30px;
}

.pcsBox {
  width: 31%;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.pcsBox__hd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #222a65;
  background: #e6e6e6;
}

.pcsBox__img {
  display: block;
}
.pcsBox__img img {
  width: 100%;
}

.pcsBox__wrap {
  padding: 10px;
}

.pcsBox__ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  color: #222a65;
}

.pcsBox__txt {
  margin-bottom: 4px;
  font-size: 10px;
  color: #939393;
}

.pcsBox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 35px;
  margin: 20px auto 0;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #222a65;
}

.pcsMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 50px;
  margin: 40px auto 0;
  border: 1px solid #222a65;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #222a65;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .pcs {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .pcsTabs {
    flex-wrap: wrap;
    gap: 1px;
  }
  .pcsTab {
    width: calc((100% - 2px) / 3);
    height: 40px;
    padding: 8px;
    border-radius: 0;
    font-size: 11px;
  }
  .pcsSh__boxs {
    margin-top: 20px;
  }
  .pcsSh__box {
    display: none;
    padding: 0;
  }
  .pcsSh__box.more {
    padding: 0;
  }
  .pcsSh__key {
    position: relative;
    height: 50px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    background: #222a65;
  }
  .pcsSh__key::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  .pcsSh__key.active::after {
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(225deg);
  }
  .pcTags {
    padding: 12px;
    max-height: none;
  }
  .pcsSh__more {
    display: none;
  }
  .pcsNote {
    margin-bottom: 40px;
    line-height: 1.66;
    text-align: left;
  }
  .pcsSec {
    margin-top: 30px;
  }
  .pcsSec__ttl {
    padding-bottom: 9px;
    font-size: 18px;
  }
  .pcsBoxs {
    margin-top: 20px;
    gap: 20px 10px;
  }
  .pcsBox {
    width: calc((100% - 10px) / 2);
  }
  .pcsBox__hd {
    padding: 5px;
    font-size: 13px;
  }
  .pcsBox__wrap {
    padding: 10px 5px;
  }
  .pcsBox__ttl {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.53;
  }
  .pcsBox__txt {
    margin-bottom: 4px;
    font-size: 9px;
    line-height: 1.22;
  }
  .pcsBox__btn {
    width: 100px;
    height: 33px;
    font-size: 12px;
  }
  .pcsMore {
    width: 180px;
    height: 50px;
    margin: 30px auto 0;
    font-size: 15px;
  }
}