@charset "UTF-8";
.box-mencie {
  background-color: #fff5e8;
  padding: 4.5rem;
  margin-bottom: 5rem;
}

.box-mencie-item {
  background-color: #fff;
  border: max(1px, 0.1rem) solid #F18807;
  padding: 3rem;
}

.box-mencie-doctor-left1 {
  color: #F18807;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.box-mencie-doctor-left2-first {
  font-size: 1.6rem;
}

.box-mencie-doctor-left2-last {
  font-size: 2.4rem;
  font-weight: 700;
}

.box-mencie-doctor-left2 {
  border-bottom: #171717 dashed 1px;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.box-mencie-doctor-norise {
  color: #F18807;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.box-mencie-doctor-norise-ul {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.box-mencie-doctor-norise-ul ul li + li {
  margin-top: 0.5rem;
}

.box-mencie-doctor-norise-ul ul li {
  position: relative;
  padding-left: 1.6rem;
}

.box-mencie-doctor-norise-ul ul li:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.2rem;
  left: 0;
  border-radius: 100%;
  background: #014099;
}

.box-mencie-doctor-history {
  margin-bottom: 4rem;
  background-color: #FFF5E8;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}

.box-mencie-doctor-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

.box-mencie-doctor-3cloumn {
  grid-template-columns: 1fr 1fr 1fr;
}

.box-mencie-doctor-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F18807;
  color: #fff;
  height: 6rem;
}

.box-mencie-doctor {
  display: grid;
  grid-template-columns: 1fr 33rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.box-mencie-item--last {
  margin-top: 3rem;
}

@media screen and (max-width: 999px) {
  .box-mencie {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .box-mencie-doctor {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .box-mencie-doctor-left2-last {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-norise {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-history {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .box-mencie-doctor {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-mencie {
    padding: 2rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .box-mencie-item {
    padding: 2rem 1.5rem;
  }
  .box-mencie-doctor-right {
    padding-bottom: 2rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-left2-last, .box-mencie-doctor-norise {
    font-size: 2rem;
  }
  .box-mencie-doctor-norise-ul {
    font-size: 1.5rem;
  }
  .box-mencie-doctor-link {
    display: block;
  }
  .box-mencie-doctor-link li + li {
    margin-top: 1rem;
  }
}
.single-content-post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-content-post .alignleft {
    float: left;
    margin-right: 1.5rem;
  }
  .single-content-post .alignright {
    float: right;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-content-post .alignleft, .single-content-post .alignright, .single-content-post .aligncenter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.default-hv {
  text-decoration: underline;
  color: #4A4A86;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .default-hv:hover {
    text-decoration: none;
  }
}

.default-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .default-txt {
    font-size: 1.6rem;
  }
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -10rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -10rem;
  }
}

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #4A4A86;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:first-child {
    background-color: transparent;
    color: #4A4A86;
    padding-bottom: 0;
  }
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #4A4A86;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:last-child {
    border-bottom: max(1px, 0.2rem) solid #4A4A86 !important;
    background-color: transparent;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #4A4A86;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .table-normal-style tr:last-child td {
    border-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

.setting-title h3 {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 4rem;
  position: relative;
  color: #4A4A86;
  padding-bottom: 3rem;
}
.setting-title h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.2rem;
  background-image: url(../img/top/img10.png);
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .setting-title h3:before {
    width: 25rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .setting-title h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .pt {
    padding-top: 3.7rem;
  }
}

.table-calender-style {
  width: 100%;
  font-weight: 500;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: #4A4A86;
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 28rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 10rem) / 8);
    font-size: 1.4rem;
  }
}
.table-calender-style tr:first-child td {
  background-color: #4A4A86;
  color: #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border: max(1px, 0.1rem) solid #4A4A86;
}

.mgt3 {
  margin-top: 3rem;
}

.mgt2 {
  margin-top: 2rem;
}

.mgt1 {
  margin-top: 1rem;
}

.setting-title h4 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 4rem;
  margin-top: 5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #4A4A86;
  width: calc(100% - 1.4rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.setting-title h4:before {
  content: "";
  position: absolute;
  inset: -0.7rem;
  border: max(2px, 0.2rem) solid #4A4A86;
}
@media screen and (max-width: 999px) {
  .setting-title h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 3.2rem;
    margin-top: 4.7rem;
  }
}

.googlemap-page iframe {
  width: 100%;
  height: 35rem;
}

.facility-introduction-tlt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #4A4A86;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.facility-introduction-tlt:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/layout_style1/img03.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .facility-introduction-tlt:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .facility-introduction-tlt {
    font-size: 2rem;
  }
}

.list-facility-introduction {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .list-facility-introduction {
    row-gap: 2rem;
  }
}
.list-facility-introduction.colum3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .list-facility-introduction.colum3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .list-facility-introduction.colum3 {
    grid-template-columns: 1fr;
  }
}
.list-facility-introduction.colum2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .list-facility-introduction.colum2 {
    grid-template-columns: 1fr;
  }
}

.list-check-success-bg {
  padding: 1.2rem;
  border: max(3px, 0.5rem) solid #F18807;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg {
    padding: 0.8rem;
    border: 0.2rem solid #F18807;
    border-radius: 1.5rem;
  }
}
.list-check-success-bg .list-check-success {
  background-color: rgba(241, 136, 7, 0.1);
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.list-check-success-bg .list-check-success a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.list-check-success-bg .list-check-success a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg .list-check-success {
    border-radius: 1rem;
  }
}
.list-check-success-bg .list-check-success li {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.list-check-success-bg .list-check-success li:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/layout_style1/check-box.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .list-check-success-bg .list-check-success.colum2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .list-check-success-bg .list-check-success.colum3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .list-check-success-bg .list-check-success.colum3 {
    grid-template-columns: 1fr 1fr;
  }
}

.about-facility-standards li {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  box-shadow: 1rem 1rem 0 #F18807;
  background-color: rgba(241, 136, 7, 0.05);
  background-image: url(../img/top/img09.png), url(../img/layout_style1/img02.png);
  background-size: 18rem auto, 40rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 5rem left, top right;
}
.about-facility-standards li h1, .about-facility-standards li h2, .about-facility-standards li h3, .about-facility-standards li h4, .about-facility-standards li h5, .about-facility-standards li h6 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about-facility-standards li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 10rem auto, 25rem auto;
  }
}
.about-facility-standards li + li {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .about-facility-standards li + li {
    margin-top: 3rem;
  }
}
.about-facility-standards .box-point-or-step {
  font-size: 3rem;
  background-color: #fff;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  color: #4A4A86;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 0.5rem 0;
  border: max(2px, 0.2rem) solid #4A4A86;
  border-radius: 1.5rem;
  background-image: url(../img/common/ft02.png);
  background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .about-facility-standards .box-point-or-step {
    font-size: 2.5rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .about-facility-standards .box-point-or-step {
    font-size: 2.3rem;
  }
}
.about-facility-standards.step li {
  box-shadow: none;
  -webkit-mask: linear-gradient(to right, transparent, #000 1rem), linear-gradient(to left, transparent, #000 1rem), linear-gradient(to bottom, transparent, #000 1rem), linear-gradient(to top, transparent, #000 1rem);
          mask: linear-gradient(to right, transparent, #000 1rem), linear-gradient(to left, transparent, #000 1rem), linear-gradient(to bottom, transparent, #000 1rem), linear-gradient(to top, transparent, #000 1rem);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem !important;
  }
}

.name-doctor {
  font-size: 2.6rem;
  font-weight: 700;
  color: #4A4A86;
  text-align: right;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .name-doctor {
    font-size: 2.2rem;
  }
}

.table-history {
  width: 100%;
  border-spacing: 0.4rem;
  border-collapse: separate;
}
.table-history tr td:first-child {
  width: 20rem;
  background-color: #4A4A86;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-history tr td:first-child {
    width: 14rem;
  }
}
.table-history tr td:last-child {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  .table-history tr td:last-child {
    width: calc(100% - 14rem);
  }
}
.table-history tr td {
  padding: 1.5rem;
  border: max(1px, 0.1rem) solid #4A4A86;
}
@media screen and (max-width: 767px) {
  .table-history tr td {
    padding: 1rem;
  }
}
.table-history-lv2 tr td:first-child {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .table-history-lv2 tr td:first-child {
    width: 12rem;
  }
}
.table-history-lv2 tr td:last-child {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .table-history-lv2 tr td:last-child {
    width: calc(100% - 12rem);
  }
}
.table-history a {
  color: #4A4A86;
  text-decoration: underline;
}
.table-history a:hover {
  text-decoration: none;
}

.inter-view-single-tlt {
  position: relative;
  margin-bottom: 1rem;
}
.inter-view-single-tlt .inter-view-single-icon {
  text-align: center;
}
.inter-view-single-tlt .inter-view-single-icon img {
  width: 18.4rem;
}
.inter-view-single-tlt .inter-view-single-small {
  font-size: 2.6rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
  color: #4A4A86;
  text-align: center;
  font-weight: 700;
}
.inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  color: #4A4A86;
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2rem;
  }
}
.inter-view-single-tlt .inter-view-single-big {
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  margin-top: -7rem;
  color: rgba(241, 136, 7, 0.2);
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 5rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 3.5rem;
    margin-top: -2.5rem;
    letter-spacing: 0.3rem;
  }
}
.inter-view-single-tlt.center {
  text-align: center;
}

.inter-view-content-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img.recovery {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .inter-view-content-img.recovery .inter-view-img img {
    box-shadow: -1.5rem 1.5rem #4A4A86;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-content-img {
    flex-direction: column-reverse;
  }
}
.inter-view-content-img .inter-view-content {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-content {
    width: 100%;
    padding-top: 3rem;
  }
}
.inter-view-content-img .inter-view-img {
  width: 38.2%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-img {
    width: 100%;
  }
}
.inter-view-content-img .inter-view-img img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img .inter-view-img img {
    box-shadow: 1.5rem 1.5rem #4A4A86;
  }
}

.layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 5.5rem;
  }
}

.inter-view-content-single {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 4rem 1.5rem;
  border: max(2px, 0.4rem) solid #4A4A86;
}
.inter-view-content-single .inter-view-content-single-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.inter-view-content-single .inter-view-content-single-img {
  position: absolute;
  inset: 0;
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inter-view-content-single .inter-view-content-single-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(205, 233, 250, 0.9);
}

.inter-view-content-single-wprp {
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}

.link-for-page-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: max(1px, 0.1rem) solid #A3A8A7 !important;
  transition: all 0.3s ease-in-out;
  padding-right: 6rem;
  background-color: #fff;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.link-for-page-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  background-image: url(../img/top/img07.png);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4A4A86;
}
.link-for-page-child:hover {
  color: #fff;
  background-color: #4A4A86;
}

.m_page_links-item {
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #4A4A86 !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: #4A4A86;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: 1.45rem;
    letter-spacing: 0;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.table-price-payment {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-price-payment tr td:first-child {
  width: calc(100% - 30rem);
  background-color: #4A4A86;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-price-payment tr td:first-child {
    width: calc(100% - 10rem);
  }
}
.table-price-payment tr td:last-child {
  width: 30rem;
  text-align: center;
  color: #4A4A86;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .table-price-payment tr td:last-child {
    width: 10rem;
  }
}
.table-price-payment tr td {
  padding: 1.5rem 1rem;
  border: max(1px, 0.1rem) solid #4A4A86;
}

.table-price-payment-alow {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-price-payment-alow {
    padding-bottom: 1.5rem;
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
}

.qa_box-gr .qa_box_item .q_box-tlt {
  color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #4A4A86;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    padding-right: 5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  color: #fff;
  display: inline-block;
  transform: translateY(-0.3rem);
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  display: inline-block;
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box {
    padding-left: 0;
  }
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #4A4A86;
  padding-top: 2rem;
  margin-top: 2rem;
}

.setting-title h5 {
  font-size: 2.3rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  color: #4A4A86;
  padding-top: 0;
  border-bottom: 0.6rem double #4A4A86;
}
@media screen and (max-width: 767px) {
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
}

.setting-title h6 {
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: #4A4A86;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 50rem;
  background-repeat: no-repeat;
  background-position: top -26rem center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .banner-page {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    height: 40rem;
    background-position: top -11rem center;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    height: 30rem;
    background-position: top center;
    margin-top: 8rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #4A4A86;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

.alower-secmer {
  border: max(1rem, 5px) solid #4A4A86;
  padding: 3rem 3rem;
  background-color: #E3F2FB;
  background-image: url(../img/top/img07.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #4A4A86;
  }
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #535353;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(74, 74, 134, 0.1) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #4A4A86;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  font-size: 1.8rem !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
#toc_container a {
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
  padding-left: 2rem;
}
#toc_container a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container a:hover {
  opacity: 0.7;
}
#toc_container li + li {
  margin-top: 1rem;
}

.lock-view-top {
  max-width: 97.3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(74, 74, 134, 0.1);
  color: #4A4A86;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: max(2px, 0.4rem) solid #4A4A86;
  border-bottom: max(2px, 0.4rem) solid #4A4A86;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.brecum-page-ul {
  font-size: max(1.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #4A4A86;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #535353;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #4A4A86;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid #4A4A86;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #FCEBEB;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #4A4A86;
  -webkit-mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
          mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: #4A4A86;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #4A4A86;
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.pb {
  padding-bottom: 10rem;
}

.endoscopy {
  display: grid;
  grid-template-columns: 58.5% 38.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
  width: 100%;
}

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.m_kakomi__checklist {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #4A4A86;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  border-radius: 1rem;
  padding: 3rem 3rem;
  background-color: #e1f5ff;
  border: 0.6rem solid #E7F1F1;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.m_kakomi__checklist--1col {
  grid-template-columns: 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-image: url(../img/common/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 1rem;
}
.m_kakomi02 h1, .m_kakomi02 h2, .m_kakomi02 h3, .m_kakomi02 h4, .m_kakomi02 h5, .m_kakomi02 h6 {
  margin-top: 0 !important;
}

.m_kakomi02_box-stiker {
  font-size: 2rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #4A4A86;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .m_kakomi02_box-stiker {
    font-size: 1.8rem;
  }
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed #4A4A86;
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2, .m_flow h3, .m_flow h4, .m_flow h5, .m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #FCEBEB;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #535353;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #535353;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #4A4A86;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 32rem;
  }
  .brecum-page-ul {
    font-size: 1.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid #4A4A86;
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    display: block;
  }
  .m_kakomi__checklist li {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 1.5rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #4A4A86;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #4A4A86;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.archive-post-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.5rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #4A4A86;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #4A4A86;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #4A4A86;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.wrap-pagi .wp-pagenavi a, .wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #4A4A86;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #4A4A86;
  color: #fff;
  border-color: #4A4A86;
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  padding-top: 3rem;
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #4A4A86 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 1em;
  display: none;
  padding-top: 2.5em;
}
.menu-global.menu-global-1column {
  width: 36em;
}
@media screen and (max-width: 1300px) {
  .menu-global.menu-global-1column {
    width: 38em;
  }
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5em 10em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media screen and (max-width: 1500px) {
  .menu-global.menu-global-3column .menu-colum-global {
    padding: 5em 2.5em;
  }
}

.menu-colum-global {
  background-color: #4A4A86;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.8em;
}
@media screen and (max-width: 1300px) {
  .menu-colum-global a span {
    font-size: 2em;
  }
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

.dropmenu1column {
  position: relative;
}
.dropmenu1column .menu-global-1column {
  position: absolute;
  top: calc(100% - 1em);
  left: -4em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 6em);
  left: 0;
  right: 0;
  padding-top: 4em;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid #4A4A86 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #4A4A86;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #4A4A86;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.archive-post-column li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .content-box-sub-column {
    padding: 1rem;
  }
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #4A4A86;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-tlt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.6rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #4A4A86;
  border-bottom: max(1px, 0.1rem) solid #4A4A86;
  line-height: 1.2;
}

.h1-none-page {
  display: none;
}

.google-map-iframe iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-map-iframe iframe {
    height: 25rem;
  }
}

.list-paradai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .list-paradai {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-paradai {
    display: block;
  }
  .list-paradai .list-paradai-item + .list-paradai-item {
    margin-top: 3rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}
.list-paradai-item .default-txt {
  text-align: left;
}

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.list-paradai-item-content {
  background-color: #4A4A86;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-content {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.list-paradai-item-content p.no-hiden {
  border-bottom: max(1px, 0.2rem) solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .txt-centersp {
    text-align: center;
  }
}

.ud_point-item-number {
  position: relative;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: #4A4A86;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt {
    font-size: 6rem;
    bottom: -2rem;
  }
}
.ud_point-item-number-txt:before {
  content: "POINT";
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt:before {
    font-size: 1.8rem;
  }
}

.ud_point-item {
  padding: 3rem 4rem;
  padding-top: 1rem;
  background-image: url(../img/common/image072.png), url(../img/common/image082.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  background-color: #f0f8ff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
}
@media screen and (max-width: 767px) {
  .ud_point-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.ud_point {
  padding-top: 5rem;
}
.ud_point .ud_point-item + .ud_point-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_point {
    padding-top: 4rem;
  }
  .ud_point .ud_point-item + .ud_point-item {
    margin-top: 7rem;
  }
}

.ud_step {
  padding-top: 3rem;
}
.ud_step .ud_step-item + .ud_step-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item {
    margin-top: 7rem;
  }
}
.ud_step .ud_step-item + .ud_step-item:after {
  content: "";
  position: absolute;
  top: -6rem;
  width: 3rem;
  height: 3rem;
  background-color: #4A4A86;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: #4A4A86;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ud_step-item:before {
    right: -0.6rem;
    bottom: -1rem;
  }
}
.ud_step-item .ud_step-item-step {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  width: 20rem;
  padding: 1rem 0;
  background-color: #4A4A86;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #4A4A86;
  border: max(1px, 0.1rem) solid #4A4A86;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 48%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: #4A4A86;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.disadvantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages {
    display: block;
  }
}
.disadvantages .disadvantages-item {
  border: max(0.2rem, 2px) solid #1FB1E8;
}
.disadvantages .disadvantages-item h1, .disadvantages .disadvantages-item h2, .disadvantages .disadvantages-item h3, .disadvantages .disadvantages-item h4, .disadvantages .disadvantages-item h5, .disadvantages .disadvantages-item h6 {
  margin-top: 0;
}
.disadvantages .disadvantages-item .disadvantages-acres {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages .disadvantages-item + .disadvantages-item {
    margin-top: 3rem;
  }
}

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: #4A4A86;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: #4A4A86;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.clnumberzen {
  color: #4A4A86;
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #4A4A86;
}
@media screen and (max-width: 999px) {
  .doctor-single-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .doctor-single-name {
    font-size: 1.8rem;
  }
}

.fw500 {
  font-weight: 500;
}

.icon-left-first {
  background-image: url(../img/top/img87.png);
  background-repeat: no-repeat;
  background-position: top 0.8rem left;
  background-size: auto 1.5rem;
  padding-left: 2rem;
}

.h1-flow {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #4A4A86;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .h1-flow {
    font-size: 1.4rem;
  }
}

.by-top {
  background-color: #E3F2FB;
}
@media screen and (min-width: 1000px) {
  .by-top {
    background-image: url(../img/top/img06.png);
    background-size: 91.3rem auto;
    background-repeat: no-repeat;
    background-position: top right;
  }
}

@media screen and (min-width: 1000px) {
  .header-left-img2 {
    display: none;
  }
}

header {
  font-size: 10px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 1600px) {
  header {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1400px) {
  header {
    font-size: 0.64vw;
  }
}
@media screen and (max-width: 999px) {
  header {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active {
    background-color: #fff;
  }
  header.is-active .header-left {
    height: auto;
    width: auto;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
  }
  header.is-active .header-left-img2 {
    display: inline-block;
  }
  header.is-active .header-left-img1 {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  header {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  header.point-active {
    top: 0 !important;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 1.8em;
}
@media screen and (min-width: 1000px) {
  .header {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 999px) {
  .header {
    padding: 1.5rem;
    align-items: center;
  }
}

.header-left {
  width: 26.8em;
  height: 22em;
  padding-top: 1.5em;
  text-align: center;
  background-image: url(../img/common/img01.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .header-left {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header-left .header-left-img1 {
  width: 18.5em;
}
@media screen and (max-width: 1400px) {
  .header-left .header-left-img1 {
    width: 15em;
  }
}
.header-left .header-left-img2 {
  width: 26.2em;
}
@media screen and (max-width: 1400px) {
  .header-left .header-left-img2 {
    width: 23.2em;
  }
}
@media screen and (max-width: 999px) {
  .header-left .header-left-img2 {
    width: 30em;
  }
}
@media screen and (max-width: 767px) {
  .header-left .header-left-img2 {
    width: 24em;
  }
}
@media screen and (max-width: 1400px) {
  .header-left {
    width: 22.8em;
    height: 17em;
  }
}
@media screen and (max-width: 999px) {
  .header-left {
    width: auto;
    height: auto;
    background-image: none;
    padding-top: 0;
  }
  .header-left .header-left-img1 {
    display: none;
  }
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
@media screen and (max-width: 1700px) {
  .header-right-ul {
    -moz-column-gap: 2.7em;
         column-gap: 2.7em;
  }
}

.header-right-item-link {
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.header-right-item-link .jpn {
  font-size: 1.8em;
  transition: all 0.3s ease-in-out;
}
.header-right-item-link .eng {
  font-size: 1.6em;
  color: #4A4A86;
}
.header-right-item-link span {
  display: block;
}
.header-right-item-link:hover .jpn, .header-right-item-link.is-active .jpn {
  color: #4A4A86;
}

.header-address-txt {
  background-image: url(../img/common/img02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.6em auto;
  padding-left: 2.5em;
}
.header-address-txt span {
  font-size: 1.6em;
  line-height: 1.6;
}

.header-tel {
  font-weight: 500;
  display: flex;
  color: #fff;
  line-height: 1;
  background-color: #F18807;
  width: 23.3em;
  height: 4.8em;
  border-radius: 3em;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2em;
  padding-bottom: 0.5em;
  background-image: url(../img/common/img03.png);
  background-size: 1.8em auto;
  background-repeat: no-repeat;
  background-position: left 1em center;
  transition: all 0.3s ease-in-out;
  border: max(1px, 0.2rem) solid #F18807 !important;
}
.header-tel span {
  font-size: 3em;
}
.header-tel:hover {
  color: #F18807;
  background-color: #fff;
  background-image: url(../img/common/img08.png);
}

.header-web {
  font-weight: 500;
  display: flex;
  color: #fff;
  line-height: 1;
  background-color: #4A4A86;
  width: 18.7em;
  height: 4.8em;
  border-radius: 3em;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2em;
  padding-bottom: 0.5em;
  background-image: url(../img/common/img04.png);
  background-size: 2em auto;
  background-repeat: no-repeat;
  background-position: left 1.5em center;
  transition: all 0.3s ease-in-out;
}
.header-web span {
  font-size: 3em;
}
.header-web:hover {
  background-color: #F18807;
}

.header-address-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.3em;
       column-gap: 4.3em;
  padding-top: 1em;
}
@media screen and (min-width: 1000px) {
  .header-right {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 1700px) {
  .header-right {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

.header-tel-web {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

.sec1-top-slider {
  max-width: 174.3rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  .sec1-top-slider {
    width: 100%;
  }
}

#slicker-slider1 img {
  border-radius: 3rem;
  width: 100%;
  max-height: calc(100vh - 8rem - 3.55rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1700px) {
  #slicker-slider1 img {
    border-radius: 0;
  }
}
@media screen and (max-width: 1400px) {
  #slicker-slider1 img {
    max-height: calc(100vh - 5.71vw - 3.55rem);
  }
}
@media screen and (max-width: 999px) {
  #slicker-slider1 img {
    max-height: calc(100vh - 9rem - 3.55rem);
  }
}
@media screen and (max-width: 767px) {
  #slicker-slider1 img {
    max-height: none;
    height: calc(100vh - 17.3rem);
    -o-object-position: -24rem;
       object-position: -24rem;
  }
}

.sec1-top {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec1-top {
    margin-top: 5.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    margin-top: 8rem;
  }
}
.sec1-top .sec1-top-tlt {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  z-index: 2;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .sec1-top .sec1-top-tlt {
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec1-top .sec1-top-tlt {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top .sec1-top-tlt {
    font-size: 0.8rem;
    left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top .sec1-top-tlt {
    font-size: 0.45rem;
    bottom: 1.5rem;
  }
}
.sec1-top .sec1-top-tlt h2, .sec1-top .sec1-top-tlt h3, .sec1-top .sec1-top-tlt h4, .sec1-top .sec1-top-tlt h5, .sec1-top .sec1-top-tlt h6 {
  font-size: 6em;
  font-weight: 500;
  line-height: 1.3;
  color: #4A4A86;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  display: inline-block;
  background-image: url(../img/top/img04.png);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 1.5em;
  padding-top: 0.1667em;
  padding-left: 1.1667em;
}
@media screen and (max-width: 767px) {
  .sec1-top .sec1-top-tlt h2, .sec1-top .sec1-top-tlt h3, .sec1-top .sec1-top-tlt h4, .sec1-top .sec1-top-tlt h5, .sec1-top .sec1-top-tlt h6 {
    padding-left: 0;
    font-size: 6.4em;
  }
}

.sec1-top-txt {
  font-size: 3em;
  font-weight: 700;
  color: #6C6CB4;
  line-height: 1.7;
  background-image: url(../img/top/img05.png);
  background-size: 2em auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 2.3333em;
  padding-top: 0.6667em;
}
@media screen and (min-width: 768px) {
  .sec1-top-txt {
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-txt {
    background-image: none;
    padding-left: 0;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    padding-right: 1rem;
    font-size: 4em;
  }
}

@media screen and (min-width: 1000px) {
  .view-table {
    display: none;
  }
}

.sec2-top {
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    margin-bottom: -8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
    display: block;
    margin-bottom: 0;
  }
  .sec2-top .style-link-lv1 {
    margin-left: auto;
    margin-right: auto;
  }
}

.set-tlt-top.center {
  text-align: center;
}
.set-tlt-top.white h3, .set-tlt-top.white h4, .set-tlt-top.white h5, .set-tlt-top.white h6, .set-tlt-top.white .eng {
  color: #fff;
}
.set-tlt-top.white h3:before, .set-tlt-top.white h4:before, .set-tlt-top.white h5:before, .set-tlt-top.white h6:before {
  background-color: #fff;
}
.set-tlt-top h3, .set-tlt-top h4, .set-tlt-top h5, .set-tlt-top h6 {
  font-size: 4rem;
  font-weight: 500;
  color: #4A4A86;
  line-height: 1.3;
  position: relative;
  padding-top: 1.5rem;
}
@media screen and (max-width: 999px) {
  .set-tlt-top h3, .set-tlt-top h4, .set-tlt-top h5, .set-tlt-top h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .set-tlt-top h3, .set-tlt-top h4, .set-tlt-top h5, .set-tlt-top h6 {
    font-size: 2.5rem;
  }
}
.set-tlt-top h3:before, .set-tlt-top h4:before, .set-tlt-top h5:before, .set-tlt-top h6:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.3rem;
  border-radius: 100rem;
  background-color: #F18807;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.set-tlt-top .eng {
  font-size: 1.8rem;
  font-weight: 500;
  color: #F18807;
  text-transform: uppercase;
}

.style-link-lv1 {
  font-size: 1.8rem;
  color: #454545;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 6rem;
  border-radius: 3rem;
  border: max(1px, 0.1rem) solid #F18807 !important;
  background-color: #FFF1E0;
  padding-right: 1.5rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.style-link-lv1 span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .style-link-lv1 {
    width: 20rem;
    height: 5.5rem;
    background-position: right 1rem center;
  }
}
.style-link-lv1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F18807;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.style-link-lv1:after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/img05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .style-link-lv1:hover {
    color: #fff;
  }
  .style-link-lv1:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .style-link-lv1:hover:after {
    background-image: url(../img/top/img38.png);
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.sec2-top-right-news {
  width: calc(100% - 4.5rem);
}
@media screen and (max-width: 999px) {
  .sec2-top-right-news {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-right-news {
    width: calc(100% - 1.5rem);
  }
}
.sec2-top-right-news li + li {
  margin-top: 1.5rem;
}
.sec2-top-right-news li {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding-right: 7.5rem;
  align-items: center;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url(../img/common/img06.png);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  border: max(1px, 0.1rem) solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec2-top-right-news li .sec2-top-date {
  width: 12.5rem;
  padding-left: 2.5rem;
  color: #F18807;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-news li .sec2-top-date {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
}
.sec2-top-right-news li .sec2-top-tlt {
  width: calc(100% - 12.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-news li .sec2-top-tlt {
    width: 100%;
  }
}
.sec2-top-right-news li a {
  position: absolute;
  inset: 0;
}
.sec2-top-right-news li:hover {
  background-color: #FFF1E0;
  border-color: #F18807;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-news li {
    display: block;
    background-position: right 1rem center;
    padding-left: 1.5rem;
    padding-right: 3rem;
  }
}

.sec2-top-right-over {
  overflow: auto;
  height: 27.9rem;
}
.sec2-top-right-over::-webkit-scrollbar {
  width: max(0.5rem, 4px);
  background-color: rgba(241, 136, 7, 0.5);
}
.sec2-top-right-over::-webkit-scrollbar-thumb {
  background: #F18807;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-over {
    height: 36.9rem;
  }
}

.sec2-top-left .set-tlt-top {
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-left .set-tlt-top {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-right {
    margin-bottom: 2rem;
  }
}

.sec3-top {
  padding-top: 23rem;
  padding-bottom: 18rem;
  margin-bottom: -14rem;
}
@media screen and (max-width: 1500px) {
  .sec3-top {
    padding-bottom: 27rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .sec3-top {
    background-image: url(../img/top/img09.png), url(../img/top/img10.png), url(../img/top/img07.png);
    background-size: 26.4rem auto, 11.4rem auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 50rem left, top 50rem right 10rem, top center;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 3rem;
    background-image: url(../img/top/img07.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 5rem;
    margin-bottom: 0;
  }
}

.sec3-marquee {
  width: 100%;
  overflow: hidden;
}

.sec3-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.sec3-top-tlt {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12rem;
  color: #fff;
  line-height: 1;
  padding-right: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .sec3-top-tlt {
    font-size: 8.57vw;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-tlt {
    font-size: 5rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec3-top-box {
  max-width: 128.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border-radius: 2rem;
  background-color: #fff;
  margin-top: 2rem;
  padding-bottom: 9.5rem;
  position: relative;
  box-shadow: 0 1.5rem 0 #7E7EA9;
}
@media screen and (max-width: 999px) {
  .sec3-top-box {
    margin-top: 5rem;
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-box {
    margin-top: 4rem;
    padding-bottom: 2.5rem;
    box-shadow: 0 1rem 0 #7E7EA9;
  }
}
.sec3-top-box .sec3-top-box-icon {
  position: absolute;
  width: 17.6rem;
  aspect-ratio: 1/1;
  left: 50%;
  top: 4.5rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .sec3-top-box .sec3-top-box-icon {
    left: 39%;
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-box .sec3-top-box-icon {
    display: none;
  }
}
.sec3-top-box .sec3-top-box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/img12.svg);
  background-size: auto 10rem;
  background-repeat: no-repeat;
  background-position: top center;
  transform: translateY(-2rem);
}
.sec3-top-box .sec3-top-box-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/img11.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: rotate 20s linear infinite;
}
.sec3-top-box .sec3-top-box-cont {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 42.8% 48.2%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .sec3-top-box .sec3-top-box-cont {
    grid-template-columns: 45.8% 50.2%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-box .sec3-top-box-cont {
    display: block;
  }
}

.table-top-calender {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-top-calender {
    font-size: 1.5rem;
  }
}
.table-top-calender tr:first-child td {
  background-color: #4A4A86;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table-top-calender tr td:first-child {
  width: 13rem;
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .table-top-calender tr td:first-child {
    width: 9rem;
    padding-left: 0.5rem;
  }
}
.table-top-calender tr td {
  width: calc((100% - 13rem) / 7);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  text-align: center;
  background-color: #FAFAFF;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .table-top-calender tr td {
    width: calc((100% - 9rem) / 7);
  }
}
.table-top-calender tr td.cril {
  color: #4A4A86;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .table-top-calender tr td.cril {
    font-size: 0.7em;
  }
}
.table-top-calender tr:nth-child(2) td {
  border-bottom: max(1px, 0.1rem) solid #c5c3c3;
}

.sec3-top-table {
  margin-top: 3.3rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border: max(1px, 0.1rem) solid #D9D9E6;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-table {
    margin-top: 2rem;
    border-radius: 1rem;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.lh22 {
  line-height: 2.2;
}

.sec3-top-table-link {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-table-link {
    margin-top: 2rem;
  }
}
.sec3-top-table-link a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec3-top-box-right-map {
    margin-top: 3rem;
  }
}
.sec3-top-box-right-map iframe {
  width: 100%;
  height: 34.3rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-box-right-map iframe {
    height: 25rem;
    border-radius: 1rem;
  }
}

.sec3-top-box-left {
  padding-top: 5.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec3-top-box-left {
    padding-top: 4rem;
  }
}

.sec3-top-box-right {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec3-top-box-right {
    margin-top: 3rem;
  }
}
.sec3-top-box-right .sec3-top-box-right-img {
  width: 103%;
  position: absolute;
  bottom: calc(100% + 3.3rem);
  right: -20%;
  border: max(3px, 0.5rem) solid #DBDBE7;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sec3-top-box-right .sec3-top-box-right-img {
    right: -10%;
  }
}
@media screen and (max-width: 1300px) {
  .sec3-top-box-right .sec3-top-box-right-img {
    right: -5%;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-box-right .sec3-top-box-right-img {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-box-right .sec3-top-box-right-img {
    position: static;
    width: 100%;
    border-radius: 1rem;
  }
}
.sec3-top-box-right .sec3-top-box-right-img img {
  width: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec3-top-banner-link {
  max-width: 112.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.7rem;
       column-gap: 3.7rem;
  position: relative;
  z-index: 3;
  margin-top: -4.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-banner-link {
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link {
    margin-top: 3rem;
    width: calc(100% - 3rem);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item {
  height: 15.2rem;
  border-radius: 2rem;
  overflow: hidden;
  border: max(1px, 0.1rem) solid #fff;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .sec3-top-banner-link .sec3-top-banner-link-item {
    height: 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item {
    height: 8rem;
    border-radius: 1rem;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-href {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  row-gap: 1.3rem;
  background-image: url(../img/common/img05.png);
  background-size: 2.6rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content {
    background-size: 2rem;
    background-position: right 0.5rem center;
    row-gap: 1rem;
    padding-left: 0.6rem;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-tlt {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  width: 25rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-tlt {
    font-size: 2.5rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-tlt {
    font-size: 1.8rem;
    width: auto;
    text-shadow: rgb(126, 126, 169) 1px 0px 0px, rgb(126, 126, 169) 0.540302px 0.841471px 0px, rgb(126, 126, 169) -0.416147px 0.909297px 0px, rgb(126, 126, 169) -0.989992px 0.14112px 0px, rgb(126, 126, 169) -0.653644px -0.756802px 0px, rgb(126, 126, 169) 0.283662px -0.958924px 0px, rgb(126, 126, 169) 0.96017px -0.279415px 0px;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-eng {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  width: 25rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-eng {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item .sec3-top-banner-link-content .sec3-top-banner-link-eng {
    font-size: 1.4rem;
    width: auto;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/img13.png);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item:before {
    background-position: left -5rem bottom;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.3s ease-in-out;
  transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .sec3-top-banner-link .sec3-top-banner-link-item:after {
    background-position: top right -2rem;
  }
}
.sec3-top-banner-link .sec3-top-banner-link-item:first-child:after {
  background-image: url(../img/top/img14.png);
}
.sec3-top-banner-link .sec3-top-banner-link-item:last-child:after {
  background-image: url(../img/top/img15.png);
}
.sec3-top-banner-link .sec3-top-banner-link-item:hover:after {
  transform: scale(1.1);
}

.sec4-top-cont {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top-flex {
  max-width: 144.4rem;
}
.sec4-top-flex .sec4-top-right {
  max-width: 69rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .sec4-top-flex .sec4-top-right {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-flex .sec4-top-right {
    max-width: 56rem;
  }
}

.sec4-top-name {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin-top: 5.3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec4-top-name {
    margin-top: 2.3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-name {
    font-size: 2.2rem;
  }
}
.sec4-top-name:before, .sec4-top-name:after {
  content: "";
  position: absolute;
  width: 7.7rem;
  height: 8.1rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  bottom: 90%;
}
@media screen and (max-width: 1500px) {
  .sec4-top-name:before, .sec4-top-name:after {
    bottom: 95%;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-name:before, .sec4-top-name:after {
    width: 6rem;
    bottom: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-name:before, .sec4-top-name:after {
    content: none;
  }
}
.sec4-top-name:before {
  background-image: url(../img/top/img19.png);
  left: -7.5rem;
}
@media screen and (max-width: 1600px) {
  .sec4-top-name:before {
    left: -4rem;
  }
}
.sec4-top-name:after {
  background-image: url(../img/top/img20.png);
  right: -7.5rem;
}
@media screen and (max-width: 1600px) {
  .sec4-top-name:after {
    right: -1.5rem;
  }
}

.sec4-top-name-sub {
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: max(1px, 0.1rem) solid #DDDDDD;
  padding-bottom: 1.3rem;
  margin-bottom: 1.5rem;
}
.sec4-top-name-sub1 {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #4A4A86;
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-name-sub1 {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}
.sec4-top-name-sub2 {
  font-size: 3rem;
  color: #4A4A86;
  font-weight: 500;
  margin-left: 1.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-name-sub2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-name-sub2 {
    font-size: 2rem;
    margin-left: 1rem;
  }
}
.sec4-top-name-sub3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-name-sub3 {
    font-size: 1.6rem;
  }
}

.sec4-top-name-sub4 {
  letter-spacing: 0.4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-name-sub4 {
    padding-bottom: 1.5rem;
  }
}

.sec4-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-link {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-link {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    display: grid;
    grid-template-columns: 41% 1fr;
  }
  .sec4-top-link a {
    width: 100%;
  }
}

.sec4-top {
  padding-top: 20rem;
  padding-bottom: 11rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec4-top {
    background-image: url(../img/top/img21.png), url(../img/top/img18.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 6rem top 39rem, center top;
    background-size: 17.6rem auto, cover;
  }
}
@media screen and (max-width: 1400px) {
  .sec4-top {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    background-image: url(../img/top/img16.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-top: 5rem;
  }
}
.sec4-top:before {
  content: "";
  width: 11.6rem;
  height: 11.2rem;
  background-image: url(../img/top/img22.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 2.5rem;
  left: 11.5rem;
}
@media screen and (max-width: 1500px) {
  .sec4-top:before {
    left: 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec4-top:before {
    top: 0;
    left: 9rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top:before {
    width: 9.6rem;
    height: 9.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top:before {
    left: 1.5rem;
    top: 2rem;
  }
}
.sec4-top:after {
  content: "";
  width: 16.2rem;
  height: 15.4rem;
  background-image: url(../img/top/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -9.1rem;
  right: 8rem;
}
@media screen and (max-width: 1700px) {
  .sec4-top:after {
    top: -11.1rem;
    right: 5rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec4-top:after {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec4-top:after {
    top: -12.1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top:after {
    width: 14.2rem;
    height: 13.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top:after {
    content: none;
  }
}

.doctor-img {
  margin-top: 2.5rem;
}

.sec4-top-anime1 {
  position: relative;
  max-width: 182rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
.sec4-top-anime1 .sec4-top-anime1-main {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 14.17vw;
}
@media screen and (max-width: 1700px) {
  .sec4-top-anime1 .sec4-top-anime1-main {
    top: -25rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec4-top-anime1 .sec4-top-anime1-main {
    top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-anime1 .sec4-top-anime1-main {
    width: 12rem;
  }
}

.sec5-top-medical {
  max-width: 106.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec5-top {
  padding-top: 7.5rem;
  position: relative;
  font-size: 0.52vw;
  background-image: url(../img/top/img45.png), url(../img/top/img47.png), url(../img/top/img48.png), url(../img/top/img46.png), url(../img/top/img49.png), url(../img/top/img50.png), url(../img/top/img51.png);
  background-size: 31.9em auto, 17.6em auto, 35.5em auto, 70.6em auto, 26.8em auto, 21.5em, 192em auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 21em left, bottom 85em right 2em, bottom 52em right 7em, top 20em right, bottom 75em left 6em, bottom 39em left 14em, bottom center;
  padding-bottom: 31.4rem;
  margin-bottom: -26rem;
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 5.5rem;
    margin-bottom: -11rem;
    padding-bottom: 17rem;
  }
}

.sec5-top-list {
  background-color: #4A4A86;
  border-radius: 2rem;
  padding: 3em 5.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3.7em;
       column-gap: 3.7em;
  row-gap: 3em;
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-list {
    -moz-column-gap: 2em;
         column-gap: 2em;
    row-gap: 2em;
    padding: 2em 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list {
    font-size: 0.6rem;
    padding: 2em 1.5em;
    gap: 1.5em;
  }
}
.sec5-top-list li {
  height: 26em;
  background-image: url(../img/top/img26.jpg);
  border-radius: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.sec5-top-list li .sec5-top-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec5-top-list li .sec5-top-content .sec5-top-content-txt {
  font-size: 1.7em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list li {
    height: 23em;
  }
}
.sec5-top-list li:before {
  content: "";
  position: absolute;
  width: 3.2em;
  height: 3.2em;
  background-image: url(../img/top/img28.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 1.5em;
  right: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list li:before {
    bottom: 0.7em;
    right: 0.7em;
  }
}
.sec5-top-list li .sec5-top-list-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sec5-top-list li .sec5-top-list-img {
  text-align: center;
  padding-top: 5.5em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list li .sec5-top-list-img {
    padding-top: 2.5em;
  }
}
.sec5-top-list li .sec5-top-list-img img {
  width: 8.8em;
}
.sec5-top-list li .sec5-top-list-tlt {
  text-align: center;
  font-weight: 500;
  padding-top: 0.7em;
}
.sec5-top-list li .sec5-top-list-tlt span {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list li .sec5-top-list-tlt span {
    font-size: 2.2em;
  }
}
.sec5-top-list li .sec5-top-list-eng {
  text-align: center;
  text-transform: uppercase;
  color: #4A4A86;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list li .sec5-top-list-eng {
    padding-top: 0;
  }
}
.sec5-top-list li .sec5-top-list-eng span {
  font-size: 1.6em;
}
@media screen and (min-width: 1000px) {
  .sec5-top-list li:hover {
    background-image: url(../img/top/img29.jpg);
    transition: all 0.3s ease-in-out !important;
  }
  .sec5-top-list li:hover .sec5-top-content {
    opacity: 1;
  }
  .sec5-top-list li:hover .sec5-top-list-img {
    opacity: 0.1;
  }
  .sec5-top-list li:hover .sec5-top-list-tlt, .sec5-top-list li:hover .sec5-top-list-eng, .sec5-top-list li:hover:before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list li {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list {
    border-radius: 1rem;
  }
}

.sec5-top-medical-icon {
  position: relative;
  max-width: 72.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}
.sec5-top-medical-icon:before {
  content: "";
  font-size: 1rem;
  width: 20.6em;
  height: 15.6em;
  background-image: url(../img/top/img35.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec5-top-medical-icon:before {
    font-size: 0.55rem;
  }
}

.sec5-top-ct {
  max-width: 106.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border: 2rem solid #D1D5E4;
  border-radius: 100rem;
  padding-top: 2.3rem;
  padding-bottom: 1.8rem;
  position: relative;
  background-image: url(../img/top/img39.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .sec5-top-ct .style-link-lv1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.5rem;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ct .style-link-lv1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ct {
    border-radius: 2rem;
    border: 0.5rem solid #D1D5E4;
  }
}
.sec5-top-ct .sec5-top-ct-link-full {
  position: absolute;
  inset: -2rem;
  z-index: 2;
  border-radius: 100rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec5-top-ct .sec5-top-ct-link-full {
    border-radius: 2rem;
    inset: -0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec5-top-ct:hover .sec5-top-ct-link-full {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.sec5-top-ct-tlt {
  font-size: 6rem;
  line-height: 1;
  color: #4A4A86;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec5-top-ct-tlt {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ct-tlt {
    font-size: 3.5rem;
  }
}

.sec5-top-ct-left {
  max-width: 55.6rem;
  margin-left: 5rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-ct-left {
    max-width: 46.6rem;
    margin-left: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ct-left {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.sec5-top-ct-umb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec5-top-ct-umb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 100rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/top/img36.png);
  background-size: 4.8rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec5-top-ct-umb:before {
    background-size: 3.8rem auto;
  }
}

.sec5-top-ct-umb-item {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .sec5-top-ct-umb-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ct-umb-item {
    font-size: 1.5rem;
  }
}
.sec5-top-ct-umb-item:first-child {
  background-color: #F18807;
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
  padding-right: 2rem;
}
.sec5-top-ct-umb-item:last-child {
  background-color: #4A4A86;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-ct-umb-item:last-child {
    padding-left: 3rem;
  }
}

.sec5-top-ct-umb-sub {
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.sec5-top-ct-umb-sub:before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url(../img/top/img37.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.sec5-top-tab {
  max-width: 128.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 6rem;
}

.sec5-top-tab-gr-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 36.6rem;
  height: 8rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  cursor: pointer;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec5-top-tab-gr-btn .sec5-top-tab-btn {
    width: 29.6rem;
    height: 7rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-gr-btn .sec5-top-tab-btn {
    width: 50%;
    height: 5.5rem;
    font-size: 1.8rem;
  }
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:before {
  content: "";
  width: 2.4rem;
  height: 2.1rem;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-gr-btn .sec5-top-tab-btn:before {
    width: 2rem;
    height: 1.8rem;
  }
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:first-child:before {
  background-color: #F18807;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:first-child:hover, .sec5-top-tab-gr-btn .sec5-top-tab-btn:first-child.is-active {
  background-color: #F18807;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:last-child:hover, .sec5-top-tab-gr-btn .sec5-top-tab-btn:last-child.is-active {
  background-color: #4A4A86;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:last-child:before {
  background-color: #4A4A86;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn:hover, .sec5-top-tab-gr-btn .sec5-top-tab-btn.is-active {
  color: #fff;
}
.sec5-top-tab-gr-btn .sec5-top-tab-btn.is-active:before {
  opacity: 1;
}

.sec5-top-tab-list {
  background-color: #fff;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-list {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.sec5-top-tab-list-item {
  max-width: 117.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  font-size: 1rem;
  padding-bottom: 5.5em;
}
@media screen and (max-width: 999px) {
  .sec5-top-tab-list-item {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-list-item {
    padding-bottom: 3em;
    font-size: 0.75rem;
  }
}

.style-link-lv2 {
  color: #454545;
  display: flex;
  align-items: center;
  height: 6em;
  border-radius: 5.7em;
  border: max(1px, 0.1rem) solid #F18807 !important;
  background-color: #FFF1E0;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  padding-left: 3em;
}
@media screen and (max-width: 999px) {
  .style-link-lv2 {
    padding-left: 1.5em;
  }
}
.style-link-lv2 span {
  position: relative;
  z-index: 2;
  font-size: 1.8em;
}
.style-link-lv2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F18807;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.style-link-lv2:after {
  content: "";
  position: absolute;
  width: 2.1em;
  height: 2.1em;
  background-image: url(../img/common/img05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3em;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .style-link-lv2:after {
    right: 1em;
  }
}
.style-link-lv2.v2 {
  border: max(1px, 0.1rem) solid #4A4A86 !important;
  background-color: #E7E8F2;
}
.style-link-lv2.v2:before {
  background: #4A4A86;
}
.style-link-lv2.v2:after {
  background-image: url(../img/top/img40.png);
}
@media screen and (min-width: 768px) {
  .style-link-lv2:hover {
    color: #fff;
  }
  .style-link-lv2:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .style-link-lv2:hover:after {
    background-image: url(../img/top/img38.png);
  }
  .style-link-lv2.v2:hover:after {
    background-image: url(../img/top/img41.png);
  }
}

.sec5-top-tab-ul1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
  padding-top: 6.5em;
}
@media screen and (max-width: 999px) {
  .sec5-top-tab-ul1 {
    gap: 1em;
    padding-top: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-ul1 {
    grid-template-columns: 1fr 1fr;
  }
}

.sec5-top-tab-list-item-2column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-top: 3em;
}
@media screen and (max-width: 999px) {
  .sec5-top-tab-list-item-2column {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-list-item-2column {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
  }
}

.sec5-top-tab-list-item-child-tlt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 7.8em;
  border-radius: 1.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #4A4A86;
}
.sec5-top-tab-list-item-child-tlt.frist {
  background-image: url(../img/top/img42.png);
}
.sec5-top-tab-list-item-child-tlt.last {
  background-image: url(../img/top/img43.png);
}
.sec5-top-tab-list-item-child-tlt p {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .sec5-top-tab-list-item-child-tlt p {
    font-size: 1.6rem;
  }
}

.sec5-top-tab-list-item-2column-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .sec5-top-tab-list-item-2column-ul {
    gap: 1em;
    margin-top: 1em;
  }
}

.sec5-top-tab-list-item.disease {
  display: none;
}

.sec5-top-icon {
  position: relative;
  font-size: 0.52vw;
}
@media screen and (max-width: 767px) {
  .sec5-top-icon {
    font-size: 0.4rem;
  }
}

.sec5-top-icon-main {
  position: absolute;
  left: 0;
  right: 0;
  height: 46em;
  overflow: hidden;
  top: -21em;
}
@media screen and (max-width: 999px) {
  .sec5-top-icon-main {
    top: -42em;
  }
}
.sec5-top-icon-main .sec5-top-icon-main-img {
  position: absolute;
  top: 0;
  width: 46em;
  right: -7em;
}

.sec6-top-anime {
  font-size: 10px;
  width: 69.2em;
  height: 69.2em;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 1700px) {
  .sec6-top-anime {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec6-top-anime {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-anime {
    font-size: 1.68vw;
    margin-left: -5em;
    margin-top: 0;
  }
}
.sec6-top-anime .sec6-top-anime-background {
  width: 35em;
  height: 35em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/top/img52.png);
  border-radius: 100em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec6-top-anime .sec6-top-anime-background .sec6-top-anime-tlt {
  font-size: 3em;
  font-weight: 500;
  color: #fff;
}
.sec6-top-anime .sec6-top-anime-background:before {
  content: "";
  position: absolute;
  inset: 1em;
  border: max(1px, 0.1em) solid #fff;
  border-radius: 100em;
}
.sec6-top-anime .sec6-top-anime-gr-cril {
  position: absolute;
  inset: 8em;
  border-radius: 1000em;
  border: max(1px, 0.2em) dashed #fff;
  padding: 0.3em;
}
.sec6-top-anime .sec6-top-anime-gr-cril .sec6-top-anime-gr-cril-child {
  width: 100%;
  height: 100%;
  border-radius: 1000em;
  border: max(1px, 0.2em) dashed #FACE96;
}
.sec6-top-anime .sec6-top-anime-gr-cril .sec6-top-anime-gr-cril-before {
  position: absolute;
  width: 5em;
  height: 5em;
  border-radius: 1000em;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 5em;
  left: 5.5em;
}
.sec6-top-anime .sec6-top-anime-gr-cril .sec6-top-anime-gr-cril-before:before {
  content: "";
  position: absolute;
  inset: 1em;
  border-radius: 1000em;
  background-color: #FFF1E0;
}
.sec6-top-anime .sec6-top-anime-gr-cril .sec6-top-anime-gr-cril-after {
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  border-radius: 1000em;
  background-color: rgba(255, 255, 255, 0.1);
  top: 7em;
  right: 5.5em;
}
.sec6-top-anime .sec6-top-anime-gr-cril .sec6-top-anime-gr-cril-after:before {
  content: "";
  position: absolute;
  inset: 0.7em;
  border-radius: 1000em;
  background-color: #FFF1E0;
}
.sec6-top-anime .sec6-top-anime-gr-tlt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt {
  width: 25.2em;
  height: 25.2em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1000em;
  padding: 1.5em;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt {
    font-size: 0.72vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt {
    font-size: 1.76vw;
  }
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt.frist {
  top: 0;
  left: calc(50% - 12.6em);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt.child2 {
  right: 0;
  top: calc(50% - 12.6em);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt.child3 {
  bottom: 0;
  left: calc(50% - 12.6em);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt.last {
  left: 0;
  top: calc(50% - 12.6em);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main {
  width: 100%;
  height: 100%;
  border: max(1px, 0.1em) solid #fff;
  border-radius: 1000em;
  padding: 0.6em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child {
  width: 100%;
  height: 100%;
  border-radius: 1000em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child .sec6-top-anime-item-tlt1 {
  font-weight: 500;
  text-align: center;
  padding-top: 4em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child .sec6-top-anime-item-tlt1 span {
  font-size: 1.8em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child .sec6-top-anime-item-tlt2 {
  text-align: center;
  padding-top: 1em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child .sec6-top-anime-item-tlt2 span {
  font-size: 1.8em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.frist {
  background: #D490EA;
  background: linear-gradient(0deg, rgb(212, 144, 234) 0%, rgb(255, 255, 255) 70%);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.child2 {
  background: #93D3FA;
  background: linear-gradient(0deg, rgb(147, 211, 250) 0%, rgb(255, 255, 255) 70%);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.child3 {
  background: #F4FC00;
  background: linear-gradient(0deg, rgb(244, 252, 0) 0%, rgb(255, 255, 255) 70%);
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.child3 .sec6-top-anime-item-tlt1 {
  padding-top: 2em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.child3 .sec6-top-anime-item-tlt2 {
  padding-top: 0.5em;
}
.sec6-top-anime .sec6-top-anime-gr-tlt .sec6-top-anime-item-tlt .sec6-top-anime-item-tlt-main .sec6-top-anime-item-tlt-child.last {
  background: #F07272;
  background: linear-gradient(0deg, rgb(240, 114, 114) 0%, rgb(255, 255, 255) 70%);
}

.sec6-top {
  overflow: hidden;
  background-image: url(../img/top/img60.png);
  background-size: auto 79.7rem;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 14.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec6-top {
    background-size: auto 73.7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top {
    padding-top: 9.5rem;
    padding-bottom: 5rem;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    background-position: right -128rem top;
  }
}

.sec6-top-anime.show .sec6-top-anime-gr-cril {
  animation: rotateLeftToRight 8s linear forwards;
  transform-origin: center center;
}
.sec6-top-anime.show .sec6-top-anime-gr-tlt {
  animation: rotate360 8s linear forwards;
  transform-origin: center center;
}
.sec6-top-anime.show .sec6-top-anime-item-tlt {
  animation: rotate362 8s linear forwards;
  transform-origin: center center;
}

@keyframes rotateLeftToRight {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes rotate362 {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0);
  }
}
.sec6-top-grid {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: flex-start;
  max-width: 186rem;
  width: calc(100% - 1.5rem);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1300px) {
  .sec6-top-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-grid {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-grid {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.sec6-top-left {
  font-size: 1rem;
  padding-top: 8.8rem;
  padding-bottom: 7rem;
  background-image: url("../img/top/img58.png"), url("../img/top/img57.png"), linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 241, 224) 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom left 5.5em, left bottom 6em, center;
  background-size: 24em auto, 18.2em auto, cover;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1.5rem 0 #7E7EA9;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .sec6-top-left {
    font-size: 0.67vw;
    padding-top: 4.8rem;
    padding-bottom: 4rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-left {
    padding: 2.5rem 1.5rem;
    font-size: 0.5rem;
    padding-bottom: 8rem;
    margin-top: 3rem;
  }
}
.sec6-top-left:before {
  content: "";
  position: absolute;
  width: 14.5em;
  height: 19.3em;
  background-image: url(../img/top/img59.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  bottom: -1.2rem;
  right: 2em;
}
@media screen and (max-width: 999px) {
  .sec6-top-left:before {
    bottom: -0.7rem;
  }
}

.sec6-top-left-main {
  max-width: 81rem;
  margin-left: auto;
}

.sec6-top-left-tlt {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.sec6-top-left-tlt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.3rem;
  background-color: #E7E8F2;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt:before {
    height: 2rem;
  }
}
.sec6-top-left-tlt span {
  font-size: 5.5rem;
  font-weight: 500;
  color: #4A4A86;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: block;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 1500px) {
  .sec6-top-left-tlt span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-left-tlt span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt span {
    font-size: 2.7rem;
  }
}

.sec6-top-left-txt {
  max-width: 70rem;
  margin-top: 2.5rem;
}

.style-link-lv3 {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  width: 28.2rem;
  height: 7.8rem;
  border-radius: 100rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  background-color: #F18807;
  padding-left: 2.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.style-link-lv3.v3 {
  background-color: #4A4A86;
}
.style-link-lv3.v3:before {
  background: #4A4A86;
}
.style-link-lv3.v3:after {
  background-image: url(../img/top/img40.png);
}
.style-link-lv3.nth01 {
  background-image: url(../img/top/img53.png);
}
.style-link-lv3.nth02 {
  background-image: url(../img/top/img54.png);
}
.style-link-lv3.nth03 {
  background-image: url(../img/top/img55.png);
}
.style-link-lv3.nth04 {
  background-image: url(../img/top/img56.png);
}
.style-link-lv3 span {
  position: relative;
  z-index: 2;
}
.style-link-lv3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F18807;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.style-link-lv3:after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/img05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .style-link-lv3:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .style-link-lv3:hover:after {
    background-image: url(../img/top/img38.png);
  }
  .style-link-lv3.v3:hover:after {
    background-image: url(../img/top/img41.png);
  }
}
@media screen and (max-width: 999px) {
  .style-link-lv3 {
    width: 23.2rem;
    height: 5.8rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .style-link-lv3 {
    font-size: 1.5rem;
    width: 17rem;
    height: 5rem;
  }
}

.sec6-top-link-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1500px) {
  .sec6-top-link-ul {
    gap: 2rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-link-ul {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}

.sec6-are-you-box {
  max-width: 132.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border-radius: 100rem;
  border: 2rem solid #fff;
  background-image: url(../img/top/img63.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.sec6-are-you-box .style-link-lv1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec6-are-you-box {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-are-you-box {
    border: 1rem solid #fff;
    border-radius: 3rem;
    background-position: center right -9rem;
  }
}

.sec6-are-you-tlt {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #4A4A86;
  font-weight: 500;
}
.sec6-are-you-tlt:before, .sec6-are-you-tlt:after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  transform: translateY(-3rem);
}
@media screen and (max-width: 767px) {
  .sec6-are-you-tlt:before, .sec6-are-you-tlt:after {
    width: 4rem;
    height: 4rem;
  }
}
.sec6-are-you-tlt:before {
  background-image: url(../img/top/img61.png);
}
.sec6-are-you-tlt:after {
  background-image: url(../img/top/img62.png);
}
@media screen and (max-width: 767px) {
  .sec6-are-you-tlt {
    font-size: 2.2rem;
  }
}

.sec6-are-you-txt {
  font-size: 5.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #4A4A86;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec6-are-you-txt {
    font-size: 4.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-are-you-txt {
    font-size: 2.7rem;
  }
}

.sec6-are-you {
  margin-top: -2rem;
  font-size: 0.52vw;
  background-image: url(../img/top/img64.png), url(../img/top/img65.png);
  background-size: 21.5em auto, 24.8em auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top left 18em, right 15em top;
}
@media screen and (max-width: 1700px) {
  .sec6-are-you {
    margin-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .sec6-are-you {
    background-position: top left, right top;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-are-you {
    margin-top: 0;
    padding: 4rem 0;
    background-position: top 2em left, right top 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-are-you {
    padding-bottom: 0;
  }
}

.sec7-top-slider-item-main {
  position: relative;
  padding-top: 6em;
  padding-left: 4em;
  font-size: 0.52vw;
  width: calc(100% - 1.5em);
  margin-left: auto;
  margin-right: auto;
}
.sec7-top-slider-item-main .sec7-top-slider-item-feature {
  width: 12em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-main .sec7-top-slider-item-feature {
    width: 10em;
  }
}
@media screen and (max-width: 1600px) {
  .sec7-top-slider-item-main {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-item-main {
    font-size: 0.85rem;
    padding-left: 2em;
    padding-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-main {
    width: calc(100% - 1em);
    padding-left: 0;
    padding-top: 4.5em;
  }
}

.sec7-top-slider-item-img {
  position: relative;
}
.sec7-top-slider-item-img .sec7-top-slider-item-img-tlt {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sec7-top-slider-item-img-tltm span {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-item-img-tltm span {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-img-tltm span {
    font-size: 2.2em;
  }
}
.sec7-top-slider-item-img-tltm.v2 {
  color: #4A4A86;
}
.sec7-top-slider-item-img-tltm.v1 {
  color: #F18807;
}
.sec7-top-slider-item-img-tltm {
  background-color: #fff;
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.5em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

.sec7-top-slider-item-img-tltm + .sec7-top-slider-item-img-tltm {
  margin-top: 0.5em;
}

.sec7-top-slider-item-content {
  width: calc(100% - 1.5em);
  margin-left: auto;
  margin-top: -3em;
  padding-top: 5em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-content {
    width: 100%;
  }
}
.sec7-top-slider-item-content.v2 {
  background: linear-gradient(0deg, rgb(231, 232, 242) 0%, rgb(255, 255, 255) 100%);
}
.sec7-top-slider-item-content.v2 .sec7-top-slider-item-content-tlt {
  background-color: #E7E8F2;
}
.sec7-top-slider-item-content.v1 {
  background: linear-gradient(0deg, rgb(255, 241, 224) 0%, rgb(255, 255, 255) 100%);
}
.sec7-top-slider-item-content.v1 .sec7-top-slider-item-content-tlt {
  background-color: #FFF1E0;
}

.sec7-top-slider-item-content-tlt {
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-content-tlt {
    padding-left: 1.5em;
  }
}
.sec7-top-slider-item-content-tlt span {
  font-size: 2.6em;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-content-tlt span {
    font-size: 2em;
  }
}

.sec7-top-slider-item-content-txt {
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-content-txt {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 3em;
  }
}
.sec7-top-slider-item-content-txt span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 1500px) {
  .sec7-top-slider-item-content-txt span {
    font-size: 1.6rem;
  }
}

.sec7-top {
  background-image: url(../img/top/img66.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 16.15vw;
  padding-bottom: 30rem;
  margin-bottom: -26rem;
}
@media screen and (max-width: 1400px) {
  .sec7-top {
    padding-bottom: 26rem;
    margin-bottom: -23rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top {
    background-image: url(../img/top/img81.png);
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    margin-bottom: 0;
    padding-bottom: 3rem;
    padding-top: 10rem;
  }
}

.sec7-top-grow {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-grow {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-grow {
    margin-top: 2rem;
  }
}
.sec7-top-grow .sec7-top-grow-next-pre {
  position: absolute;
  z-index: 3;
  font-size: 1rem;
  left: 0;
  right: 0;
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn {
  position: absolute;
  top: 24vw;
  width: 6em;
  height: 6em;
  background-color: #FFF1E0;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #F18807;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5em auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn {
    top: 29vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn {
    top: 31vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn {
    width: 4.5em;
    height: 4.5em;
    background-size: 1em auto;
    top: 23rem;
  }
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.next {
  background-image: url(../img/top/img77.png);
  right: 16vw;
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.next:hover {
  background-image: url(../img/top/img79.png);
}
@media screen and (max-width: 1600px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.next {
    right: 9vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.next {
    right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.next {
    right: 1rem;
  }
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.pre {
  background-image: url(../img/top/img78.png);
  left: 18.7vw;
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.pre:hover {
  background-image: url(../img/top/img80.png);
}
@media screen and (max-width: 1600px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.pre {
    left: 12.7vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.pre {
    left: 7.7vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn.pre {
    left: 1rem;
  }
}
.sec7-top-grow .sec7-top-grow-next-pre .sec7-top-grow-btn:hover {
  background-color: #F18807;
}

.sec8-top-tell {
  width: 35rem;
  height: 7rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background-color: #F18807;
  background-image: url(../img/top/img82.png);
  background-size: 26.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  border: max(1px, 0.2rem) solid #F18807 !important;
}
.sec8-top-tell:hover {
  background-image: url(../img/top/img83.png);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec8-top-tell {
    width: 23rem;
    height: 6rem;
    background-size: 20.7rem auto;
  }
}

.sec8-top {
  background-image: url(../img/top/img84.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 37rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1400px) {
  .sec8-top {
    padding-top: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    background-position: top right;
  }
}
.sec8-top .sec8-top-tell {
  margin-top: 2.5rem;
}

.sec8-top-ul {
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #EAEDF5;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec8-top-ul li {
    width: calc((100% - 1.5rem) / 2);
  }
  .sec8-top-ul li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec8-top-item {
  height: 36.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-item {
    height: 33.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-item {
    height: 25.8rem;
    border-radius: 1rem;
  }
}
.sec8-top-item .sec8-top-item-content {
  position: absolute;
  z-index: 2;
  background-image: url(../img/top/img88.png), url(../img/top/img85.png);
  background-size: 2.5rem auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 2rem center, top left;
  height: 28.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 14rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-item .sec8-top-item-content {
    height: 26.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-item .sec8-top-item-content {
    background-position: bottom 0.5rem center, top right -3rem;
    padding-top: 9rem;
    height: 19.5rem;
  }
}
.sec8-top-item .sec8-top-item-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.sec8-top-item .sec8-top-item-img img {
  transition: all 0.3s ease-in-out;
}
.sec8-top-item:hover .sec8-top-item-img img {
  transform: scale(1.1);
}

.sec8-top-item-tlt-jpn {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .sec8-top-item-tlt-jpn {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-item-tlt-jpn {
    font-size: 2rem;
  }
}

.sec8-top-item-tlt-eng {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-item-tlt-eng {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
}

.sec8-top-icon {
  max-width: 65.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 2.5rem;
}
.sec8-top-icon:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 15.4rem;
  height: 16.1rem;
  background-image: url(../img/top/img91.png);
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec8-top-icon:before {
    width: 8.4rem;
    height: 10.1rem;
    left: 1rem;
  }
}

.sec9-top {
  background-image: url(../img/top/img95.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 9.5rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-top: 4.5rem;
  }
}
.sec9-top:before {
  content: "";
  width: 26rem;
  height: 26rem;
  background-image: url(../img/top/img96.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: -2.5rem;
  left: 1rem;
}
@media screen and (max-width: 999px) {
  .sec9-top:before {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top:before {
    width: 10rem;
    height: 10rem;
  }
}
.sec9-top .sec9-top-ul {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-ul {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sec9-top .style-link-lv1 {
  margin-left: auto;
  margin-right: auto;
}

.sec9-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
}
.sec9-top-ul li {
  border: max(1px, 0.1rem) solid #AFAFD4;
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
  padding: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-ul li {
    padding: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li {
    padding-top: 0;
    border-radius: 1rem;
  }
}
.sec9-top-ul li .sec9-top-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec9-top-ul li:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.4rem;
  height: 3.4rem;
  background-image: url(../img/top/img94.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li:before {
    width: 3.4rem;
    height: 2.4rem;
    top: -1.7rem;
  }
}
.sec9-top-ul li .sec9-top-img {
  position: relative;
}
.sec9-top-ul li .sec9-top-img img {
  border-radius: 1.5rem;
  width: 100%;
  height: 15.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec9-top-ul li .sec9-top-img img {
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li .sec9-top-img img {
    height: 9rem;
    border-radius: 0;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li .sec9-top-img {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
}
.sec9-top-ul li .sec9-top-date {
  font-size: 1.4rem;
  color: #fff;
  background-color: #4A4A86;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 1.5rem;
  left: 0;
  padding: 0.1rem 0.8rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li .sec9-top-date {
    position: static;
    margin-left: -0.7rem;
    margin-top: 1rem;
  }
}
.sec9-top-ul li .sec9-top-tlt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4A4A86;
  line-height: 1.4;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-ul li .sec9-top-tlt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-ul li .sec9-top-tlt {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sec9-top-ul li .sec9-top-txt span {
  color: #F18807;
  display: inline-block;
  border-bottom: max(1px, 0.1rem) solid #F18807;
  line-height: 1.2;
}
.sec9-top-ul li:hover {
  opacity: 0.7 !important;
}

.footer {
  background-image: url(../img/common/img07.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}
.footer:before {
  content: "";
  width: 26rem;
  height: 17rem;
  background-image: url(../img/common/img14.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: -3.5rem;
  right: 13rem;
}
@media screen and (max-width: 1700px) {
  .footer:before {
    right: 7rem;
  }
}
@media screen and (max-width: 1500px) {
  .footer:before {
    right: 3rem;
    top: -4rem;
  }
}
@media screen and (max-width: 999px) {
  .footer:before {
    width: 22rem;
    height: 14rem;
    top: -7rem;
  }
}
@media screen and (max-width: 767px) {
  .footer:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    background-position: top left -38rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background-position: top center;
    background-image: url(../img/common/img15.jpg);
  }
}

.footer-cont {
  max-width: 134rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.footer-main {
  max-width: 120rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .footer-main {
    margin-right: auto;
  }
}
@media screen and (max-width: 1300px) {
  .footer-main {
    max-width: 110rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    display: block;
  }
}
.footer-main .footer-left {
  width: 41.7%;
}
@media screen and (max-width: 999px) {
  .footer-main .footer-left {
    width: 45.7%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main .footer-left {
    width: 100%;
  }
}
.footer-main .footer-right {
  width: 50%;
  padding-top: 12rem;
}
@media screen and (max-width: 1300px) {
  .footer-main .footer-right {
    width: 54%;
  }
}
@media screen and (max-width: 999px) {
  .footer-main .footer-right {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main .footer-right {
    width: 100%;
    padding-top: 4rem;
  }
}

.footer-left-soccial .sec8-top-tell {
  margin: 0;
  width: 100%;
  height: 4.8rem;
  background-size: 19.7rem auto;
}
@media screen and (max-width: 999px) {
  .footer-left-soccial .sec8-top-tell {
    background-size: 17.7rem auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-soccial .sec8-top-tell {
    background-size: 13.7rem auto;
    height: 4rem;
  }
}

.footer-link-web {
  width: 100%;
  display: block;
  height: 4.8rem;
  background-color: #6C6CB4;
  border-radius: 100rem;
  background-image: url(../img/common/img09.png);
  background-size: 14.8rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: max(1px, 0.2rem) solid #6C6CB4 !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .footer-link-web {
    background-size: 13.8rem auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-web {
    background-size: 10.8rem auto;
    height: 4rem;
  }
}
.footer-link-web:hover {
  background-image: url(../img/common/img10.png);
  background-color: #fff;
}

.footer-link-instagram {
  display: block;
}

.footer-left-soccial {
  padding-top: 10rem;
  display: grid;
  max-width: 50rem;
  grid-template-columns: 46% 37.4% 12%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-left-soccial {
    padding-top: 5rem;
  }
}

.footer-left-address {
  color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer-left-address {
    padding-top: 1.5rem;
  }
}
.footer-left-address:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.8rem;
  background-image: url(../img/common/img13.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

.footer-left-logo {
  width: 30.5rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .footer-left-logo {
    width: 44.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .footer-left-logo {
    width: 34.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-left-logo {
    width: 100%;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .footer-left-logo {
    text-align: right;
    padding-right: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 0;
    background-color: #fff;
    box-shadow: 0px 0px 1rem 1rem rgb(255, 255, 255);
  }
}
.footer-left-logo a {
  display: inline-block;
}
.footer-left-logo a img {
  width: 18.5rem;
}

.sec3-top-table--ft {
  border: 0 !important;
}
.sec3-top-table--ft .table-top-calender tr:first-child td {
  background-color: #6C6CB4;
}

.footer-left-hour {
  color: #fff;
}

.footer-right-tlt {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-bottom: 1.8rem;
  max-width: 47rem;
  margin-bottom: 2.5rem;
}
.footer-right-tlt span {
  display: block;
}
.footer-right-tlt .eng {
  font-size: 3.5rem;
  color: #F18807;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer-right-tlt .eng {
    font-size: 3rem;
  }
}
.footer-right-tlt .jpn {
  font-size: 1.8rem;
  color: #fff;
  border-left: max(1px, 0.1rem) solid #fff;
  padding: 0.5rem 0;
  padding-left: 2.5rem;
  margin-left: 2.5rem;
}
.footer-right-tlt.last {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .footer-right-tlt.last {
    padding-top: 3rem;
  }
}

.link-ft {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}
.link-ft:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F18807;
  border-radius: 100rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
}

.footer-right-list-link {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 999px) {
  .footer-right-list-link {
    grid-template-columns: 0.9fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-list-link {
    display: block;
  }
  .footer-right-list-link li + li {
    margin-top: 0.4rem;
  }
}

.ft-map {
  display: flex;
}
.ft-map iframe {
  width: 100%;
  height: 34rem;
}
@media screen and (max-width: 767px) {
  .ft-map iframe {
    height: 25rem;
  }
}

.ft-cop {
  font-size: 1.8rem;
  color: #fff;
  background-color: #4A4A86;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ft-cop {
    font-size: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-bottom: 7rem;
  }
}
.ft-cop img {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .ft-cop img {
    width: 15rem;
  }
}

.ft-list-icon {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ft-list-icon {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .ft-list-icon {
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.6fr;
  }
}

.ft-list-icon-item {
  width: 8.7rem;
  height: 8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.2rem;
  color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-position: top 1rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ft-list-icon-item {
    width: 100%;
    border-radius: 0;
    font-size: 1.5rem;
    height: 6rem;
    padding-bottom: 0.5rem;
    background-position: top 0.5rem center;
  }
}
.ft-list-icon-item.web {
  background-color: #F18807;
  background-size: 3.2rem auto;
  background-image: url(../img/common/img17.png);
}
@media screen and (max-width: 767px) {
  .ft-list-icon-item.web {
    background-size: 2.7rem;
  }
}
.ft-list-icon-item.clock {
  background-color: #4A4A86;
  background-image: url(../img/common/img18.png);
  background-size: 3.2rem auto;
}
@media screen and (max-width: 767px) {
  .ft-list-icon-item.clock {
    background-size: 2.7rem;
  }
}
.ft-list-icon-item.ins {
  background-image: url(../img/common/img20.png), url(../img/common/img19.jpg);
  background-size: 4rem auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: top 1rem center, center center;
}
@media screen and (max-width: 767px) {
  .ft-list-icon-item.ins {
    background-size: 2.7rem auto, cover;
  }
}
.ft-list-icon-item.toggle {
  background-color: #F18807;
  background-image: url(../img/common/arrow.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.ft-list-icon-item.tel {
  background-color: #4A4A86;
  background-image: url(../img/common/img24.png);
  background-size: 2.8rem auto;
  background-position: top 1.5rem center;
}
@media screen and (max-width: 767px) {
  .ft-list-icon-item.tel {
    background-position: top 1rem center;
    background-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .ft-list-icon-item.tel {
    display: none;
  }
}

.scrool-ft {
  position: fixed;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  background-color: #F18807;
  border-radius: 100rem;
  bottom: 5rem;
  right: 5rem;
  cursor: pointer;
}
.scrool-ft:before {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 9.2rem;
  background-image: url(../img/common/img22.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.scrool-ft:after {
  content: "";
  position: absolute;
  inset: -3rem;
  background-image: url(../img/common/img23.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 5s linear infinite;
}

.menu-pc {
  position: fixed;
  inset: 0;
  top: 0;
  opacity: 0;
  z-index: -1000;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  visibility: hidden;
}
.menu-pc.is-active {
  opacity: 1;
  z-index: 20;
  visibility: visible;
}
@media screen and (max-width: 999px) {
  .menu-pc {
    display: none;
  }
}
.menu-pc .menu-cont {
  max-width: 67rem;
  margin-left: auto;
  background-color: #E3F2FB;
  height: 100%;
  padding-top: 13rem;
  padding-left: 2rem;
  overflow: auto;
}
.menu-pc .menu-cont .footer-right-tlt .jpn {
  color: #454545;
  border-color: #454545;
}
.menu-pc .menu-cont .link-ft {
  color: #454545;
}
.menu-pc .menu-cont .menu-main {
  width: calc(100% - 2rem);
  padding-bottom: 3rem;
}
.menu-pc .menu-cont .footer-right-tlt {
  border-color: #F18807;
}

.menu-table {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #E3F2FB;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  overflow: auto;
  height: calc(100vh - 9.6rem);
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-table {
    height: calc(100vh - 8.3rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.menu-table .footer-right-tlt .jpn {
  color: #454545;
  border-color: #454545;
}
.menu-table .link-ft {
  color: #454545;
}
.menu-table .menu-main {
  width: calc(100% - 2rem);
  padding-bottom: 3rem;
}
.menu-table .footer-right-tlt {
  border-color: #F18807;
}
@media screen and (min-width: 1000px) {
  .menu-table {
    display: none !important;
  }
}

.compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: max(1px, 0.1rem) solid #F18807;
}
@media screen and (min-width: 768px) {
  .compare-table .compare-table-item:first-child {
    border-right: max(1px, 0.1rem) solid #F18807;
  }
  .compare-table .compare-table-item:first-child .compare-table-tlt {
    border-right: max(1px, 0.1rem) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .compare-table {
    display: block;
    border: 0;
  }
  .compare-table .compare-table-item:first-child {
    margin-bottom: 3rem;
  }
}
.compare-table .compare-table-tlt {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #F18807;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .compare-table .compare-table-tlt {
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
  }
}
.compare-table .compare-table-content {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .compare-table .compare-table-content {
    border: max(1px, 0.1rem) solid #F18807;
  }
}

.list-step-in-one li {
  border: max(1px, 0.3rem) solid #CDE9FA;
  padding: 1.5rem;
  color: #4A4A86;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-step-in-one li {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
  }
}
.list-step-in-one li + li {
  margin-top: 3rem;
}
.list-step-in-one li + li:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #CDE9FA;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.table-flow {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-flow {
    padding-bottom: 2rem;
  }
}

.table-column4 {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .table-column4 {
    width: 70rem;
  }
}
.table-column4 tr:first-child td {
  background-color: #4A4A86;
  color: #fff;
  font-weight: 500;
}
.table-column4 tr td:first-child {
  background-color: #4A4A86;
  color: #fff;
  font-weight: 500;
}
.table-column4 tr td {
  width: calc((100% - 18rem) / 3);
  padding: 1.5rem 1rem;
  border: max(2px, 0.2rem) solid #4A4A86;
}
@media screen and (max-width: 767px) {
  .table-column4 tr td {
    width: calc((100% - 12rem) / 3);
  }
}
.table-column4 tr td:first-child {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .table-column4 tr td:first-child {
    width: 12rem;
  }
}

.form-mail-table {
  width: 100%;
}
.form-mail-table tr td {
  width: calc(100% - 35rem);
  padding: 1.5rem 1rem;
  border-bottom: max(2px, 0.4rem) solid #fff;
}
.form-mail-table tr td:first-child {
  width: 35rem;
  background-color: #4A4A86;
  color: #fff;
  font-weight: 500;
}
.form-mail-table tr td:last-child {
  background-color: #dbdbf5;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .form-mail-table tr td:last-child {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .form-mail-table tr td {
    width: 100% !important;
    float: left;
    border: 0;
  }
}
.form-mail-table tr:last-child td {
  vertical-align: top;
}

.form-control, .form-select {
  width: 100%;
  height: 5rem;
  border: max(1px, 0.1rem) solid #4A4A86;
  outline: 0;
  padding: 0 1.5rem;
}

.form-date, .form-tel {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .form-date, .form-tel {
    width: 100%;
  }
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-image: url(../img/common/img21.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}

.form-area {
  width: 100%;
  height: 20rem;
  border: max(1px, 0.1rem) solid #4A4A86;
  outline: 0;
  padding: 1rem 1.5rem;
  resize: none;
}

.gr-form-submit {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}
.gr-form-submit .wpcf7-spinner {
  margin: 0;
}

.form-submit {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #4A4A86;
  border: 0;
  outline: 0;
  padding: 1.3rem 5rem;
  cursor: pointer;
}
.form-submit:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */