@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: normal;
}

html.lock {
  position: relative;
  overflow: hidden;
  width: 100%;
}

:where(html:not(.sg-cms *)), :where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222222;
}

@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body {
    font-weight: normal;
  }
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/* ========== end △ */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  overflow: hidden;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
}
/* ========== end △ */
.container {
  box-sizing: border-box;
  width: 100%;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* ========== end △ */
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 20px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 4%;
  }
}
/* ========== end △ */
/*====================================================================================
■ CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
}

.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000000;
  text-decoration: underline;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.8;
  }
}
/* ========== end △ */
/*■.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

/*justify-content*/
.flex-jus-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-jus-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-jus-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-jus-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-jus-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-jus-ini {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
}

/*align-items*/
.align-item-start {
  align-items: flex-start;
}

.align-item-end {
  align-items: flex-end;
}

.align-item-stretch {
  align-items: stretch;
}

.align-item-baseline {
  align-items: baseline;
}

.align-item-center {
  align-items: center;
}

.align-item-ini {
  align-items: initial;
}

.flex-container {
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*====================================================================================
■.CM CSS
====================================================================================*/
.error {
  color: #f00;
}

.btn__contact a {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: none;
  background-color: #1C51BA;
  padding: 1.4rem 2.9rem;
  border-radius: 30px;
  border: 1px solid #1C51BA;
}

.btn__contact a span {
  background: url(../images/icon-mail.png) top 9px left no-repeat;
  background-size: 17px;
  display: inline-block;
  padding-left: 2.7rem;
}

.btn__contact--org a {
  background-color: #F16016;
  border-color: #F16016;
}

.btn__movie a span {
  background: url(../images/icon-movie.png) top 4px left no-repeat;
  background-size: 24px;
  display: inline-block;
  padding-left: 3.3rem;
}

@media screen and (min-width: 768px) {
  .btn__contact a:hover {
    background-color: #fff;
    color: #1C51BA;
  }
  .btn__contact a:hover span {
    background: url(../images/icon-mail-b.png) top 9px left no-repeat;
    background-size: 17px;
  }
  .btn__contact--org a {
    background-color: #F16016;
  }
  .btn__contact--org a:hover {
    background-color: #fff;
    color: #F16016;
  }
  .btn__contact--org a:hover span {
    background: url(../images/icon-mail-org.png) top 9px left no-repeat;
    background-size: 17px;
  }
  .btn__movie a span {
    background: url(../images/icon-movie.png) top 8px left no-repeat;
    background-size: 25px;
  }
}
.btn__blue a {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: none !important;
  background-color: #1C51BA;
  padding: 1.4rem 5rem;
  border-radius: 30px;
  position: relative;
  border: 1px solid #1C51BA;
}

.btn__blue a:after {
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .btn__blue a:hover {
    background: #fff;
    color: #1C51BA;
  }
  .btn__blue a:hover:after {
    border-color: #1C51BA;
  }
  .btn__blue.btn__movie:hover a span {
    background: url("../images/icon-movie_blue.png") top 8px left no-repeat;
    background-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .btn__contact a {
    font-size: 1.4rem;
    padding: 1.4rem 1rem;
    border-radius: 10px;
  }
  .btn__contact a span {
    background-position: top 5px left;
    letter-spacing: 0;
  }
  .btn__blue a {
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
  }
  .btn__blue a:after {
    right: 10px;
  }
}
.cm__phone .link {
  font-size: 3.5rem;
  font-family: "EB Garamond", serif;
  background: url(../images/icon-tel.png) top 12px left no-repeat;
  display: inline-block;
  padding-left: 2.5rem;
  text-decoration: none;
  line-height: 1;
  background-size: 17px;
}

.cm__phone .time {
  position: relative;
  top: -3px;
}

.cm__table {
  margin: 6rem 0 3rem;
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #1C51BA;
  /* ▽ PC-TAB layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ PC-TAB layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ SP layout ========== */
  /* ========== end △ */
  /* ▽ PC-TAB layout ========== */
}

.cm__table th, .cm__table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cm__table th:first-of-type, .cm__table td:first-of-type {
  text-align: left;
}

.cm__table th {
  font-size: 2rem;
  font-weight: normal;
  background: #1C51BA;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-family: "Noto Serif JP", serif;
}

.cm__table td {
  background: #fff;
  border: solid 1px #CCCCCC;
}

.cm__table td:first-child {
  border-left: none;
}

.cm__table td:last-child {
  border-right: none;
}

.cm__table tr:first-child th, .cm__table tr:first-child td {
  border-top: none;
}

.cm__table tr:last-child th, .cm__table tr:last-child td {
  border-bottom: none;
}

.cm__table tr:nth-child(6) th {
  border-bottom: none;
}

.cm__table tr:nth-child(1) td, .cm__table tr:nth-child(3) td, .cm__table tr:nth-child(6) td {
  border-left: none;
}

.cm__table tr:nth-child(2) th, .cm__table tr:nth-child(2) td {
  border-bottom: solid 1px #1C51BA;
}

.cm__table tr:nth-child(5) th, .cm__table tr:nth-child(5) td {
  border-bottom: solid 1px #1C51BA;
}

.cm__table tr:nth-child(7) th, .cm__table tr:nth-child(7) td {
  border-bottom: solid 1px #1C51BA;
}

.cm__table .num {
  font-family: "EB Garamond", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
}

.cm__table .num span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
}

.cm__table .num span.ex {
  font-size: 1.4rem;
}

.cm__table .num span.ex02 {
  color: #1C51BA;
}

@media print, screen and (min-width: 768px) {
  .cm__table th, .cm__table td {
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table th, .cm__table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .cm__table th {
    width: 240px;
  }
  .cm__table td.sub {
    width: 335px;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table th {
    width: 100%;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table th br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td.ex, .cm__table td.ex02 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td.sub {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td::before {
    content: attr(data-label);
    font-size: 2rem;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table td.long::before {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table .num {
    font-size: 2.4rem;
  }
  .cm__table .num span {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .cm__table .num span.ex02 {
    margin-left: 1.6rem;
  }
  .cm__table .num br {
    display: none;
  }
}
.cm__title1 {
  text-align: center;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.cm__title2 {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 1.7rem;
}

.cm__title3 {
  text-align: center;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 5.5rem;
  position: relative;
  padding-bottom: 2rem;
}

.cm__title3:after {
  content: "";
  width: 56px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#3DC9C0), to(#1C51BA));
  background: linear-gradient(270deg, #3DC9C0 0%, #1C51BA 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cm__title3 small {
  display: block;
  font-size: 2.8rem;
}

.cm__title3--left {
  text-align: left;
}

.cm__title3--left:after {
  right: auto;
}

.cm__title4 {
  font-size: 2.5rem;
  color: #1C51BA;
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding-left: 2.3rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.cm__title4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 60px;
  background-color: #1C51BA;
  border-radius: 5px;
}

.cm__title5 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  background-image: linear-gradient(90deg, #1D52BA, #3DC8BF);
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #1C51BA;
  font-weight: 500;
}

.cm__title6 {
  font-size: 1.8rem;
  color: #1C51BA;
  border-bottom: 2px solid #1C51BA;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .cm__phone .link {
    font-size: 3rem;
    background-size: 13px;
    padding-left: 2rem;
    background-position: top 8px left;
  }
  .cm__phone .time {
    font-size: 1.4rem;
  }
  .cm__table {
    margin: 3rem 0;
  }
  .cm__title1 {
    font-size: 2.5rem;
  }
  .cm__title2 {
    font-size: 2.2rem;
  }
  .cm__title3 {
    font-size: 2.7rem;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
  }
  .cm__title3 small {
    font-size: 2rem;
  }
  .cm__title4 {
    font-size: 2rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .cm__title4::before {
    width: 4px;
    height: 30px;
  }
  .cm__title6 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .cm__phone .time {
    display: block;
  }
  .cm__title3 {
    font-size: 2.4rem;
  }
  .cm__title3 small {
    font-size: 1.8rem;
  }
}
.clr__blue {
  color: #1C51BA;
}

.clr__ylw {
  color: #FFE611;
}

.arrow {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.arrow::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(39deg);
}

.f14 {
  font-size: 1.4rem;
}

.container-980 {
  max-width: 980px;
  margin: auto;
}

.gnav {
  margin-top: 1.2rem;
}

.gnav nav li:last-child a:after {
  content: none;
}

.gnav nav a {
  text-decoration: none;
  display: inline-block;
  padding: 0 2.3rem;
  color: #222222;
  position: relative;
  letter-spacing: 0;
}

.gnav nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.19, 1, 0.19, 1);
  background-image: linear-gradient(90deg, #527bcf, #1a449b);
  z-index: -1;
  transition: all 0.5s;
}

.gnav nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background-color: #ccc;
}

@media screen and (min-width: 768px) {
  .gnav nav a:hover {
    color: #1C51BA;
  }
  .gnav nav a:hover::before {
    width: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .gnav nav a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 999;
    margin: auto;
    box-shadow: 0 0 10px rgba(28, 81, 186, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding-bottom: 15rem;
  }
  .gnav.opened {
    opacity: 1;
    visibility: visible;
  }
  .gnav ul {
    display: block;
    text-align: center;
  }
  .gnav nav {
    margin-bottom: 3rem;
  }
  .gnav nav a {
    padding: 1.5rem;
    display: block;
    width: 200px;
    border-bottom: 1px solid #ccc;
    margin: auto;
  }
  .gnav nav a:after {
    content: none;
  }
  .gnav .header__contact {
    text-align: center;
  }
  .gnav .header__contact .cm__phone {
    margin-bottom: 2rem;
  }
}
.contact-box {
  background-color: #fff;
  border: 6px solid #D1DCF1;
  padding: 3rem 4rem;
  text-align: center;
  max-width: 860px;
  margin: auto;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.2);
  margin-bottom: 9.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: linear-gradient(168deg, #ffffff, #ecf2ff);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  z-index: -1;
}

.contact-box__txt01 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.contact-box .cm__phone {
  padding-left: 3rem;
}

.contact-box .cm__phone .link {
  font-size: 4.6rem;
  display: block;
  line-height: 1;
  background-size: 25px;
  padding-left: 4rem;
}

@media only screen and (min-width: 768px) {
  .contact-box .contact-box__right .cm__phone {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-box {
    border-width: 3px;
    margin-bottom: 4rem;
    padding: 2rem 1rem 3rem;
  }
  .contact-box__txt01 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .contact-box .flex-jus-between {
    display: block;
  }
  .contact-box .flex-jus-between .contact-box__left {
    margin-bottom: 2rem;
  }
  .contact-box .cm__phone {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .contact-box .cm__phone .link {
    font-size: 3.2rem;
    background-size: 17px;
    padding-left: 2.5rem;
    display: inline-block;
  }
  .contact-box .cm__phone .time {
    display: block;
  }
}
.trigger {
  position: relative;
}

.trigger:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 16px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
}

.trigger:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 16px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
  height: 15px;
  width: 1px;
  right: 33px;
}

.trigger.active:after {
  transform: rotate(90deg);
}

.call_btn a {
  position: relative;
  z-index: 10;
  width: 9.664vw;
  height: 10.664vw;
  background: #5e9ad0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 5px;
}

.call_btn img {
  width: 80%;
  height: auto;
}

/*====================================================================================
■.HEADER
====================================================================================*/
#cm-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  min-width: 1100px;
}

#cm-header.fixed {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  animation: scrolltop 0.8s;
  animation-iteration-count: 1;
  border-bottom: 1px solid #1C51BA;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#cm-header.fixed .header__txt1 {
  display: none;
}

#cm-header.fixed .header {
  padding: 1rem;
}

@keyframes scrolltop {
  0% {
    transform: translateY(-80px);
    transform-origin: center;
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  border-top: 3px solid #1C51BA;
  padding: 2rem 0;
  position: relative;
}

.header__inner {
  max-width: 1290px;
  margin: auto;
  margin: auto;
}

.header__txt1 {
  font-size: 1.4rem;
  color: #1C51BA;
}

.header .btn__contact {
  display: flex;
}

.btn-title {
  text-align: center;
}

.btn-title span {
  position: relative;
  display: inline-block;
  padding: 1px 1.5rem;
  letter-spacing: 0;
  font-size: 90%;
}

.btn-title span:after, .btn-title span:before {
  position: absolute;
  content: "";
  background: #F16016;
  width: 2px;
  height: 2rem;
  bottom: 0;
  top: 0;
  margin: auto;
}

.btn-title span:after {
  transform: rotate(-35deg);
  left: 0;
}

.btn-title span:before {
  transform: rotate(35deg);
  right: 0;
}

.btn-title span strong {
  font-weight: normal;
  color: #F16016;
}

@media only screen and (max-width: 767px) {
  .btn-title span:after, .btn-title span:before {
    top: 15px;
  }
  .btn-title span strong {
    display: block;
  }
}
@media only screen and (max-width: 1366px) {
  .header {
    padding: 2rem;
  }
  .header .btn__contact {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header {
    min-width: 100%;
  }
  .header {
    padding: 1.5rem;
  }
  .header .btn__contact {
    justify-content: center;
  }
  .header__contact .btn-title span {
    margin-bottom: 10px;
  }
  .header__top .header__contact {
    display: none;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    max-width: 70%;
  }
  .header__txt1 {
    display: none;
  }
  #cm-header .header__txt1.show-sp {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 10%;
  }
  .header .btn__contact.btn__contact--org {
    margin-top: 1rem;
  }
  .header .btn__contact.btn__contact--org a {
    min-width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .header__right {
    position: relative;
  }
  .header__txt1 {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .header__contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__contact .cm__phone {
    margin-top: 25px;
  }
  .header__contact .header__btn {
    flex-wrap: wrap;
  }
  .header__contact .header__btn .btn-title {
    width: 100%;
  }
  .header__contact .header__btn .btn__contact-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.trigger-menu {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  width: 52px;
  height: 48px;
  z-index: 9999;
  background-color: #1C51BA;
  border-radius: 5px;
  padding: 0 10px;
}

.trigger-menu span {
  display: block;
  position: absolute;
  width: 25px;
  height: 4px;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 5px;
}

.trigger-menu span:nth-child(1) {
  top: 13px;
  transform-origin: left center;
}

.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}

.trigger-menu span:nth-child(3) {
  bottom: 13px;
  transform-origin: left center;
}

.trigger-menu.active {
  background-color: #000;
}

.trigger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 6px;
  top: 13px;
}

.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}

.trigger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 7px;
  bottom: 15px;
}

@media screen and (min-width: 768px) {
  .trigger-menu, .call_btn {
    display: none;
  }
}
/*====================================================================================
■.MAIN
====================================================================================*/
#cm-main {
  padding-top: 170px;
}

.mainvisual {
  position: relative;
  height: 750px;
  z-index: 1;
  overflow: hidden;
  padding: 0 7%;
}

.mainvisual__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.5%;
  width: calc(50vw + 575px);
  height: 100%;
  z-index: -1;
}

.mainvisual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.mainvisual .container {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 100%;
  position: relative;
}

.mainvisual__title {
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 11rem;
  line-height: 1.5;
}

.mainvisual__title small {
  font-size: 3.5rem;
}

.mainvisual__box {
  border-radius: 0 10px 0 0;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  max-width: 522px;
  position: absolute;
  bottom: 0;
  left: -2rem;
}

.mainvisual__box__txt {
  background-color: #1C51BA;
  border-radius: 5px;
  padding: 1.3rem 2rem;
  margin-left: 1rem;
}

.mainvisual__box__txt p {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
}

.mainvisual__box__txt p small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1600px) {
  .mainvisual__img {
    width: calc(50vw + 400px);
  }
  .mainvisual .container {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1200px) {
  .mainvisual__title {
    font-size: 4rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .mainvisual__title small {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-main {
    padding-top: 93px;
  }
  .mainvisual {
    padding-top: 2rem;
    padding-left: 0;
    height: 600px;
  }
  .mainvisual__img {
    width: 85%;
  }
  .mainvisual__title {
    font-size: 6vw;
    padding: 0;
  }
  .mainvisual__title small {
    font-size: 4vw;
  }
  .mainvisual__box {
    padding: 1rem;
    left: 0;
    max-width: 50%;
  }
  /* .mainvisual__box__img {
    padding: 1rem;
  }
  .mainvisual__box__img img {
    max-width: 70px;
  } */
  .mainvisual__box__txt {
    margin: 0;
  }
  .mainvisual__box__txt p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 480px) {
  .mainvisual {
    height: 340px;
  }
}
.sec-contact .container {
  position: relative;
  z-index: 1;
  padding: 7.8rem 2% 9.8rem;
}

.sec-contact .container:before {
  content: "";
  background: url(../images/since1999.png) top right no-repeat;
  background-size: 534px auto;
  width: 534px;
  height: 470px;
  position: absolute;
  right: -80px;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-contact {
    padding: 0 2%;
  }
  .sec-contact .container {
    padding: 4rem 2%;
  }
  .sec-contact .container:before {
    background-size: 220px auto;
    width: 220px;
    right: 0;
  }
}
.contact-inner {
  text-align: center;
}

.contact-inner .video {
  max-width: 640px;
  height: 340px;
  margin: 0 auto 2.2rem;
}

.contact-inner .video iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-inner p {
    text-align: left;
  }
}
.sec-concerns {
  background-image: linear-gradient(168deg, #EFF3FA, #C6D3EE);
  position: relative;
  padding: 9rem 0 6.6rem;
  z-index: 1;
}

.sec-concerns::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg.png) center center no-repeat;
  width: 1800px;
  height: 942px;
  background-size: cover;
  margin: auto;
  z-index: -1;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .sec-concerns {
    padding: 3rem 0 4rem;
  }
}
.concerns-list {
  flex-wrap: nowrap;
  gap: 5.5rem;
  margin: 7rem 0 8.5rem;
}

.concerns-list__item {
  width: 330px;
  background-color: #fff;
  border-radius: 20px;
  padding: 4.5rem 1rem;
  position: relative;
  text-align: center;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.15);
}

.concerns-list__item p {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concerns-list__item .icon {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#3DC9C0), to(#1C51BA));
  background: linear-gradient(307deg, #3DC9C0 0%, #1C51BA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .concerns-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 5rem 0 1rem;
  }
  .concerns-list__item {
    width: 48%;
    padding: 4rem 1rem 3rem;
    margin: 0 1% 3rem;
    border-radius: 10px;
  }
  .concerns-list__item p {
    font-size: 1.4rem;
  }
  .concerns-list__item .icon {
    top: -15px;
    height: 37px;
    width: 37px;
    padding: 10px;
  }
}
.concerns-white {
  background-color: #fff;
  padding: 6rem 6rem;
  margin: 4.6rem 0;
  position: relative;
}

.concerns-white .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #1D52BA;
  width: 50px;
}

.concerns-white .arrow:before {
  background-color: #1D52BA;
}

.concerns-white .cm__title4 {
  margin-top: 5.5rem;
}

.concerns-white .cm__title4:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .concerns-white {
    padding: 4rem 2rem;
    margin: 3rem 0 0;
  }
  .concerns-white .cm__title4 {
    margin-top: 3.5rem;
  }
}
.list-txt1 li {
  width: 48.8%;
  border-radius: 5px;
  padding: 2rem 2rem;
  margin: 0.9rem 0;
  background-image: linear-gradient(90deg, #E9EEF8, #F6F8FC);
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .list-txt1 li {
    padding: 1.5;
  }
}
.sec-treatment-app {
  padding: 9rem 0 2rem;
}

.sec-treatment-app .container {
  max-width: 980px;
}

.sec-treatment-app .img {
  margin: 5.4rem 0 9.5rem;
}

.sec-treatment-app .cm__title5 {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-treatment-app {
    padding: 4rem 0 1rem;
  }
  .sec-treatment-app .img {
    margin: 3rem 0;
  }
  .sec-treatment-app p.text-center {
    text-align: left;
  }
  .sec-treatment-app .cm__title5 {
    margin-bottom: 2rem;
  }
}
.ex-results-treatment {
  margin-bottom: 11rem;
}

.ex-results-treatment dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 1px solid #1C51BA;
}

.ex-results-treatment dl:last-child dt {
  border-bottom: 1px solid #1C51BA;
}

.ex-results-treatment dt {
  width: 49%;
  background-color: #1C51BA;
  color: #fff;
  font-size: 1.7rem;
  padding: 1.9rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #fff;
  position: relative;
}

.ex-results-treatment dt .arrow {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ex-results-treatment dd {
  width: 51%;
  border-bottom: 1px solid #1C51BA;
  font-size: 2.2rem;
  padding: 1.9rem;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 767px) {
  .ex-results-treatment {
    margin-bottom: 5rem;
    border-left: 1px solid #1C51BA;
  }
  .ex-results-treatment dt {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 4rem;
  }
  .ex-results-treatment dt .arrow {
    display: none;
  }
  .ex-results-treatment dd {
    width: 100%;
    font-size: 1.5rem;
    padding: 1.5rem;
    position: relative;
    padding-left: 5rem;
  }
  .ex-results-treatment dd .arrow {
    background-color: #1C51BA;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
  }
  .ex-results-treatment dd .arrow:before {
    background-color: #1C51BA;
    top: -3px;
    right: 0;
    width: 8px;
  }
}
.sec-treatment-co {
  padding: 9rem 0;
  background-image: linear-gradient(168deg, #EFF3FA, #C6D3EE);
  position: relative;
  z-index: 1;
}

.sec-treatment-co:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/bg.png) center center no-repeat;
  width: 900px;
  height: 942px;
  background-size: cover;
  margin: auto;
  z-index: -1;
  opacity: 0.5;
}

.sec-treatment-co .container {
  max-width: 980px;
}

@media only screen and (max-width: 767px) {
  .sec-treatment-co {
    padding: 4rem 0 3rem;
  }
  .sec-treatment-co:before {
    background-size: contain;
  }
  .sec-treatment-co p.text-center {
    text-align: left;
  }
}
.treatment-co-list {
  margin: 6.5rem 0 0;
}

.treatment-co-list__item {
  width: 48%;
  margin-bottom: 4rem;
  box-shadow: 15px 15px 30px rgba(28, 81, 186, 0.25);
  height: 100%;
}

.treatment-co-list__title {
  font-size: 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  background-image: linear-gradient(90deg, #527BCF, #1A449B);
  padding: 2.3rem 3rem;
  padding-right: 5rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.treatment-co-list__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 21px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
}

.treatment-co-list__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 21px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
  height: 20px;
  width: 1px;
  right: 35px;
}

.treatment-co-list__title.active:After {
  transform: rotate(90deg);
}

.treatment-co-list__inner {
  background-color: #fff;
  display: none;
}

.treatment-co-list__inner ul {
  padding: 2rem 3rem;
}

.treatment-co-list__inner li {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin: 0.9rem 0;
}

.treatment-co-list__inner .bg {
  background-color: #F7F9FF;
  padding: 2.5rem 3rem;
}

.treatment-co-list__inner .price {
  padding: 1.5rem 3rem;
}

.treatment-co-list__inner .txt-price {
  line-height: 1.5;
}

.treatment-co-list__inner .txt-price strong {
  font-size: 2.6rem;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .treatment-co-list {
    margin: 4rem 0 0;
  }
  .treatment-co-list__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .treatment-co-list__title {
    font-size: 2rem;
    padding: 1.5rem 2rem;
    padding-right: 4rem;
  }
  .treatment-co-list__title:before {
    right: 13px;
    width: 16px;
  }
  .treatment-co-list__title:after {
    right: 13px;
    width: 16px;
    right: 21px;
    width: 1px;
    height: 17px;
  }
  .treatment-co-list__inner ul {
    padding: 1rem 2rem;
  }
  .treatment-co-list__inner li {
    font-size: 1.8rem;
    background-position: top 10px left;
    background-size: 13px;
    padding-left: 2rem;
  }
  .treatment-co-list__inner .bg, .treatment-co-list__inner .price {
    padding: 2rem;
  }
}
.sec-treatment-fee {
  padding: 9.6rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-treatment-fee {
    padding: 3.5rem 0;
  }
  .sec-treatment-fee p.text-center {
    text-align: left;
  }
}
.sec-treatment-flow {
  padding-bottom: 11rem;
}

.sec-treatment-flow .title p {
  max-width: 605px;
  padding-top: 2rem;
}

.sec-treatment-flow .contact-box {
  margin-bottom: 13rem;
}

@media only screen and (max-width: 767px) {
  .sec-treatment-flow {
    padding-bottom: 4rem;
  }
  .sec-treatment-flow .title p {
    padding-top: 0;
  }
  .sec-treatment-flow .contact-box {
    margin-bottom: 6rem;
  }
}
.treatment-flow-bg {
  padding: 10rem 0 1px;
  margin-bottom: 10.7rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.treatment-flow-bg:before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  background: url(../images/bg.png) center center no-repeat;
  width: 1050px;
  height: 942px;
  background-size: cover;
  margin: auto;
  z-index: 0;
  opacity: 0.5;
}

.treatment-flow-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 410px);
  height: 100%;
  background-image: linear-gradient(168deg, #EFF3FA, #ebf1ff);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .treatment-flow-bg {
    padding: 3.5rem 0;
    margin-bottom: 5rem;
  }
  .treatment-flow-bg:before {
    top: 0;
    right: -150px;
    background-size: contain;
    width: 800px;
  }
}
.treatment-flow-step {
  margin: 6rem 0 2.5rem;
}

.treatment-flow-step__item {
  width: 200px;
  height: 200px;
  position: relative;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0 3rem 6rem;
  position: relative;
}

.treatment-flow-step__item img {
  border-radius: 100%;
  box-shadow: 10px 10px 20px rgba(28, 81, 186, 0.15);
}

.treatment-flow-step__item::after {
  content: "";
  border-bottom: solid 2px #ADC0E6;
  border-right: solid 2px #ADC0E6;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -4rem;
  top: calc(50% - 4px);
}

.treatment-flow-step__item:first-child:after {
  content: none;
}

.treatment-flow-step__item .number {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#3DC9C0), to(#1C51BA));
  background: linear-gradient(270deg, #3DC9C0 0%, #1C51BA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: 500;
}

.treatment-flow-step__item p {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .treatment-flow-step {
    margin: 4rem 0 1rem;
  }
  .treatment-flow-step__item {
    width: 150px;
    height: 150px;
    margin: 0 1rem 6rem;
    font-size: 1.8rem;
  }
  .treatment-flow-step__item::after {
    left: -2rem;
  }
  .treatment-flow-step__item .number {
    width: 40px;
    height: 40px;
    font-size: 2.3rem;
    top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .treatment-flow-step__item {
    width: 125px;
    height: 125px;
    font-size: 1.6rem;
  }
}
.map {
  margin-bottom: 6rem;
}

.map__img {
  position: relative;
  border: 1px solid #1C51BA;
}

.map__img img {
  width: 100%;
}

.map__txt {
  width: 100%;
  margin-top: 3rem;
}

.map__txt .faq-list__title {
  padding-left: 0;
}

.map__txt .faq-list__title:before {
  content: "";
}

.map__txt .list-pin_orange {
  margin-top: 2rem;
}

.map__txt .contact-box {
  margin-bottom: 0;
  margin-top: 2rem;
}

.map .cm__title2 {
  text-align: left;
  font-size: 2.8rem;
}

.map__pin {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.map__pin .pin {
  position: absolute;
  width: 18px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.map__pin .info-box {
  position: absolute;
  display: none;
  transform: translateX(5px) translateY(18px);
  cursor: default;
  z-index: 10;
}

.map__pin .info-box .close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F16017;
  border-radius: 50%;
  border: none;
  width: 2rem;
  height: 2rem;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 9;
}

.map__pin .info-box .close-btn:after, .map__pin .info-box .close-btn:before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 0.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.map__pin .info-box .close-btn:after {
  transform: rotate(45deg);
}

.map__pin .info-box .close-btn:before {
  transform: rotate(-45deg);
}

.map__pin .info-box.detail {
  width: 30rem;
  text-align: left;
}

.map__pin .info-box.detail .list-pin_orange__item {
  border: 3px solid rgba(27, 81, 186, 0.2);
  box-shadow: 2rem 2rem 2rem rgba(27, 81, 186, 0.1);
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.map__pin .info-box.detail .list-pin_orange__item .list-pin_green {
  margin-top: 2rem !important;
}

.map__pin .info-box.simple {
  width: max-content;
  max-width: 39rem;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border: 3px solid rgba(27, 81, 186, 0.2);
  box-shadow: 2rem 2rem 2rem rgba(27, 81, 186, 0.1);
  padding: 1.5rem;
}

.map__pin .info-box.simple .close-btn {
  top: 0;
  right: 0;
}

.map__pin .list-pin_orange__item {
  width: 100%;
}

.map__pin #pin-Hokkaido {
  top: 14.3%;
  left: 57.4%;
}

.map__pin #pin-Osaka {
  top: 66%;
  left: 41.5%;
}

.map__pin #pin-Fukuoka {
  top: 72.2%;
  left: 26.7%;
}

.map__pin #pin-Hokkaido2 {
  top: 22%;
  left: 56.1%;
}

.map__pin #pin-Aomori {
  top: 28%;
  left: 57%;
}

.map__pin #pin-Yamagata {
  top: 44%;
  left: 56.2%;
}

.map__pin #pin-Niigata {
  top: 47.5%;
  left: 51.8%;
}

.map__pin #pin-Fukui {
  top: 57.5%;
  left: 43.8%;
}

.map__pin #pin-Shiga {
  top: 64.5%;
  left: 44%;
}

.map__pin #pin-Kyoto {
  top: 65.5%;
  left: 43%;
}

.map__pin #pin-Toyama {
  top: 53.2%;
  left: 47.7%;
}

.map__pin #pin-Chiba {
  top: 58.8%;
  left: 55.5%;
}

.map__pin #pin-Tokyo {
  top: 60%;
  left: 54%;
}

.map__pin #pin-Aichi {
  top: 63.5%;
  left: 46.5%;
}

.map__pin #pin-Shizuoka {
  top: 65.8%;
  left: 49%;
}

.map__pin #pin-Wakayama {
  top: 69.5%;
  left: 40.8%;
}

.map__pin #pin-Osaka_Ikuno {
  top: 68.8%;
  left: 42.4%;
}

.map__pin #pin-Okayama {
  top: 66%;
  left: 37.4%;
}

.map__pin #pin-Hiroshima {
  top: 67.3%;
  left: 32.6%;
}

.map__pin #pin-Yamaguchi {
  top: 68.8%;
  left: 30.4%;
}

.map__pin #pin-Ehime {
  top: 70.5%;
  left: 33.8%;
}

.map__pin #pin-Miyazaki {
  top: 83.3%;
  left: 28.4%;
}

.map__txt-note {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
}

.map__txt-note p {
  font-size: 1.4rem;
}

.map__txt-note .contact-infor {
  flex-flow: column;
  margin-top: 1rem;
}

.map__txt-note .contact-infor .cm__phone .time {
  display: block;
  width: 100%;
}

.map__txt-note2 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-align: left;
}

.map__txt-note2 .pin-note__orange {
  background: url(../images/pin-orange.png) no-repeat top 5px left;
  background-size: 1.6rem;
  padding-left: 2rem;
}

.map__txt-note2 .pin-note__green {
  background: url(../images/pin-green.png) no-repeat top 5px left;
  background-size: 1.6rem;
  padding-left: 2rem;
}

.map__txt-note2 .pin-note__blue {
  background: url(../images/pin-blue.png) no-repeat top 5px left;
  background-size: 1.6rem;
  padding-left: 2rem;
}

.list-pin_orange {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  gap: 3rem 2rem;
}

.list-pin_orange__item {
  background: #fff;
  width: calc((100% - 2rem) / 2);
  border: 6px solid rgba(27, 81, 186, 0.2);
  box-shadow: 2rem 2rem 2rem rgba(27, 81, 186, 0.1);
  padding: 3rem;
  font-weight: bold;
}

.list-pin_orange__img {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.list-pin_orange__img img {
  width: 100%;
}

.list-pin_orange__ttl a {
  display: inline-block;
  background: url("../images/pin-orange.png") no-repeat top left;
  background-size: 1.6rem;
  color: #F16017;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .map .c-scroll {
    width: 100%;
    overflow: visible !important;
    margin-top: 8rem;
  }
  .map .c-scroll .scroll-hint-shadow-wrap::after {
    background: none !important;
  }
  .map .c-scroll .map__img {
    width: 100%;
  }
  .map__txt {
    margin-top: 6rem;
  }
  .map__txt .list-pin_orange {
    margin-top: 4rem;
  }
  .map .info-box .close-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin-bottom: 3rem;
  }
  .map .c-scroll {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .map__img {
    width: 70rem;
    text-align: center;
  }
  .map__txt {
    width: 100%;
  }
  .map__txt-note p {
    font-size: 1rem;
  }
  .map__txt-note2 .pin-note__orange, .map__txt-note2 .pin-note__green, .map__txt-note2 .pin-note__blue {
    background-size: 1.2rem;
    padding-left: 1.5rem;
  }
  .map .cm__title2 {
    font-size: 2rem;
  }
  .map__pin .info-box.detail {
    width: 24rem;
  }
  .map__pin .info-box.detail .list-pin_orange__item {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .map__pin .info-box.detail .list-pin_orange__ttl a {
    background-size: 1rem;
    background-position: top 0.3rem left;
    padding-left: 1.2rem;
    font-size: 1.4rem;
  }
  .map__pin .info-box.simple {
    max-width: 24rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
  .map__pin #pin-Hokkaido {
    top: 14.5%;
    left: 64%;
  }
  .map__pin #pin-Osaka {
    top: 66%;
    left: 40.5%;
  }
  .map__pin #pin-Fukuoka {
    top: 72.5%;
    left: 18.5%;
  }
  .map__pin #pin-Hokkaido2 {
    top: 22.2%;
    left: 62.1%;
  }
  .map__pin #pin-Aomori {
    top: 28.3%;
    left: 63.3%;
  }
  .map__pin #pin-Yamagata {
    top: 44.5%;
    left: 62.1%;
  }
  .map__pin #pin-Niigata {
    top: 47.7%;
    left: 55.8%;
  }
  .map__pin #pin-Fukui {
    top: 57.5%;
    left: 43.8%;
  }
  .map__pin #pin-Shiga {
    top: 64.5%;
    left: 44%;
  }
  .map__pin #pin-Kyoto {
    top: 65.5%;
    left: 42.5%;
  }
  .map__pin #pin-Toyama {
    top: 53.5%;
    left: 49.5%;
  }
  .map__pin #pin-Chiba {
    top: 59%;
    left: 61.2%;
  }
  .map__pin #pin-Tokyo {
    top: 60.3%;
    left: 59%;
  }
  .map__pin #pin-Aichi {
    top: 63.5%;
    left: 47.7%;
  }
  .map__pin #pin-Shizuoka {
    top: 65.8%;
    left: 51.7%;
  }
  .map__pin #pin-Wakayama {
    top: 69.5%;
    left: 39.5%;
  }
  .map__pin #pin-Osaka_Ikuno {
    top: 69%;
    left: 42%;
  }
  .map__pin #pin-Okayama {
    top: 66%;
    left: 34.2%;
  }
  .map__pin #pin-Hiroshima {
    top: 67.3%;
    left: 27.1%;
  }
  .map__pin #pin-Yamaguchi {
    top: 69.3%;
    left: 23.9%;
  }
  .map__pin #pin-Ehime {
    top: 70.7%;
    left: 28.8%;
  }
  .map__pin #pin-Miyazaki {
    top: 83.3%;
    left: 20.9%;
  }
  .list-pin_orange {
    margin-top: 2rem;
  }
  .list-pin_orange__item {
    width: 100%;
    padding: 1.5rem;
  }
  .scroll-hint {
    direction: rtl;
  }
  .scroll-hint > * {
    direction: ltr;
  }
  @keyframes scroll-hint-appear-reverse {
    0% {
      transform: translateX(-40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      transform: translateX(40px);
      opacity: 0;
    }
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear-reverse 1.2s linear !important;
    animation-iteration-count: 2;
  }
}
.list-pin {
  margin-bottom: 6rem;
}

.list-pin__orange {
  background: url("../images/pin-orange.png") no-repeat top 5px left !important;
  background-size: 1.6rem !important;
  padding-left: 2rem;
}

.list-pin__green {
  background: url("../images/pin-green.png") no-repeat top 5px left !important;
  background-size: 1.6rem !important;
  padding-left: 2rem;
}

.list-pin li {
  background: url("../images/pin-blue.png") no-repeat top 5px left;
  background-size: 1.6rem;
  padding-left: 2rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .list-pin {
    margin-bottom: 3rem;
  }
}
.sec-features {
  padding: 10rem 0 9rem;
  background-image: linear-gradient(168deg, #EFF3FA, #C6D3EE);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec-features:before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  background: url(../images/bg.png) center center no-repeat;
  width: 1050px;
  height: 942px;
  background-size: cover;
  margin: auto;
  opacity: 0.5;
  z-index: -1;
}

.sec-features:after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -100px;
  background: url(../images/bg.png) center center no-repeat;
  width: 600px;
  height: 942px;
  background-size: cover;
  margin: auto;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .sec-features {
    padding: 3.5rem 0;
  }
  .sec-features:before {
    background-size: contain;
    right: -100px;
  }
}
.features-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 5rem;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.2);
}

.features-list__item:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.features-list__img {
  width: 50%;
}

.features-list__txt {
  width: 50%;
  padding: 6rem 3rem 3rem 5rem;
  position: relative;
}

.features-list__number {
  font-size: 4.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #1C51BA;
  position: absolute;
  top: -40px;
  left: 40px;
}

.features-list__number:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 1px;
  background-color: #1C51BA;
  transform: rotate(45deg);
}

.features-list .cm__title2 {
  font-size: 2.6rem;
  color: #1C51BA;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .features-list__item {
    flex-direction: column-reverse !important;
  }
  .features-list__img {
    width: 100%;
    text-align: center;
  }
  .features-list__txt {
    width: 100%;
    padding: 4rem 2rem 2rem;
  }
  .features-list__number {
    font-size: 3.5rem;
    top: -30px;
    left: 20px;
  }
  .features-list .cm__title2 {
    font-size: 2rem;
  }
}
.sec-message .container {
  position: relative;
  z-index: 1;
  padding: 9.5rem 0 9.8rem;
}

.sec-message .container:before {
  content: "";
  background: url(../images/since1999.png) top right no-repeat;
  background-size: 534px auto;
  width: 534px;
  height: 470px;
  position: absolute;
  left: -80px;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-message .container {
    padding: 4rem 4% 2rem;
  }
  .sec-message .container:before {
    background-size: 220px auto;
    width: 220px;
    left: 0;
  }
}
.message + .message {
  margin-top: 10rem;
}

@media only screen and (max-width: 767px) {
  .message + .message {
    margin-top: 5rem;
  }
}
.message__txt {
  width: 63%;
}

.message__txt .name {
  font-weight: normal;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

.message__txt .name span {
  display: block;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}

.message__img {
  width: 35%;
}

.message .btn__blue {
  margin-top: 3rem;
}

.message__txt .faq-list {
  margin: 3rem 0;
}

.message__txt .faq-list__question {
  padding: 1rem 2rem;
}

.message__txt .faq-list__title {
  font-size: 2rem;
  padding: 0;
}

.message__txt .faq-list__title:before {
  content: none;
}

.message__txt .faq-list__ans {
  padding: 2rem;
}

.message__txt .faq-list__ans dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.message__txt .faq-list__ans dl dt {
  width: 165px;
}

.message__txt .faq-list__ans dl dd {
  width: calc(100% - 165px);
}

@media only screen and (max-width: 767px) {
  .message__txt {
    width: 100%;
  }
  .message__txt .name {
    margin-bottom: 2rem;
  }
  .message__txt .name span {
    font-size: 2rem;
  }
  .message__img {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
  }
}
.sec-faq {
  padding: 3.8rem 0;
}

.faq-list__item {
  border-bottom: 1px solid #fff;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.25);
}

.faq-list__question {
  background: linear-gradient(95deg, #527BCF 0%, #19449B 100%);
  padding: 2.7rem 4rem;
  position: relative;
  cursor: pointer;
}

.faq-list__question:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 21px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
}

.faq-list__question:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 21px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
  height: 20px;
  width: 1px;
  right: 40px;
}

.faq-list__question.active:After {
  transform: rotate(90deg);
}

.faq-list__title {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 4rem;
  font-weight: normal;
}

.faq-list__title:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  line-height: 1;
}

.faq-list__ans {
  background-color: #ECF0F9;
  padding: 5rem 5rem 6rem;
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq-list__question {
    padding: 1.5rem 2rem;
    padding-right: 3rem;
  }
  .faq-list__question:before {
    right: 14px;
    width: 16px;
  }
  .faq-list__question:after {
    right: 14px;
    width: 16px;
    height: 16px;
    width: 1px;
    right: 21px;
  }
  .faq-list__title {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
  .faq-list__title:before {
    font-size: 2.5rem;
  }
  .faq-list__ans {
    padding: 2rem;
  }
}
.faq-inner {
  background-color: #EFF4FA;
  border-radius: 20px;
  overflow: hidden;
  margin: 13.5rem 0 0;
}

.faq-inner__title {
  background: url(../images/bg-ttl.png) center center no-repeat;
  background-size: cover;
  padding: 2.3rem 2.7rem 2.7rem;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  font-weight: normal;
}

.faq-inner .line {
  position: relative;
  padding: 0 4rem;
}

.faq-inner .line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background-color: #fff;
  transform: rotate(-15deg);
}

.faq-inner .line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background-color: #fff;
  transform: rotate(-15deg);
  right: 0;
  left: auto;
  transform: rotate(15deg);
}

.faq-inner .clr__blue {
  background-color: #FFE611;
  font-size: 2.3rem;
  padding: 0.3rem 3rem;
  border-radius: 30px;
  margin-right: 1rem;
}
.faq-inner .contact-box {
  margin-top: 4rem;
  margin-bottom: 0;
}
.faq-inner .contact-box__txt01.clr__blue {
  background: none;
  padding: 0;
  font-size: 1.8rem;
}

.faq-inner__flex {
  padding: 5rem 6rem 0;
}

.faq-inner__img {
  width: 46%;
  position: relative;
}

.faq-inner__img p {
  position: absolute;
  top: 0;
  left: -20px;
}

.faq-inner__img p span {
  font-size: 1.8rem;
  color: #fff;
  background-color: #1C51BA;
  width: 130px;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 1rem 0;
  position: relative;
}

.faq-inner__img p span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 10px solid transparent;
  border-left: 21px solid #042360;
  transform: scale(-1, 1);
}

.faq-inner__txt {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .faq-inner {
    margin: 4rem 0 0;
  }
  .faq-inner .contact-box {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .faq-inner .contact-box__txt01.clr__blue {
    background: none;
    padding: 0;
    font-size: 1.5rem;
    margin: 0;
  }
  .faq-inner__title {
    font-size: 2rem;
  }
  .faq-inner .line {
    display: inline-block;
  }
  .faq-inner .clr__blue {
    font-size: 1.8rem;
  }
  .faq-inner__flex {
    padding: 3rem 2rem 0;
  }
  .faq-inner__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .faq-inner__img img {
    width: 100%;
  }
  .faq-inner__txt {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .faq-inner__title {
    padding: 2rem;
    font-size: 3.5vw;
  }
  .faq-inner .line {
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq-inner .line:before, .faq-inner .line:after {
    height: 30px;
    width: 1px;
  }
  .faq-inner .clr__blue {
    padding: 0.3rem 2rem;
    font-size: 3.5vw;
  }
}
.faq-readmore {
  padding: 5rem 6rem;
}

.faq-readmore__title {
  background: linear-gradient(95deg, #527BCF 0%, #19449B 100%);
  padding: 0.8rem 2rem;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
}

.faq-readmore__des {
  padding: 2rem;
}

.faq-readmore__des dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.faq-readmore__des dl dt {
  width: 100px;
  background-color: #19449B;
  text-align: center;
  color: #fff;
  height: 100%;
  font-size: 1.8rem;
}

.faq-readmore__des dl dd {
  width: calc(100% - 100px);
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .faq-readmore {
    padding: 3rem 1rem;
  }
  .faq-readmore__title {
    font-size: 1.6rem;
  }
  .faq-readmore__des {
    padding: 2rem 1rem;
  }
  .faq-readmore__des dl dt {
    display: block;
  }
  .faq-readmore__des dl dd {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .sec-clinic-introduction {
    padding: 1rem 0 4rem;
  }
}
.clinic-slider {
  display: flex;
  overflow: hidden;
  margin-bottom: 15rem;
}

.clinic-slider__list {
  display: flex;
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}

.clinic-slider__list:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
}

.clinic-slider__item {
  width: 440px;
  margin-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .clinic-slider {
    margin-bottom: 5rem;
  }
  .clinic-slider__item {
    width: 220px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.clinic-access {
  margin-bottom: 5.5rem;
}

.clinic-access__txt {
  width: 47%;
}

.clinic-access .cm__title4 {
  margin-bottom: 6rem;
}

.clinic-access .info {
  margin-bottom: 30px;
}

.clinic-access .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clinic-access .info dl + dl {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #CCCCCC;
}

.clinic-access .info dl dt {
  font-weight: bold;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.clinic-access .info .btn {
  display: block;
  width: 140px;
  text-align: center;
  color: #fff;
  background: #1C51BA;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 0 7px;
  margin-top: 5px;
  text-decoration: none;
}

.clinic-access__img {
  width: 52%;
}

@media only screen and (max-width: 767px) {
  .clinic-access {
    margin-bottom: 4rem;
  }
  .clinic-access__txt {
    width: 100%;
  }
  .clinic-access .cm__title4 {
    margin-bottom: 2rem;
  }
  .clinic-access .info {
    margin-bottom: 30px;
  }
  .clinic-access .info dl + dl {
    margin-top: 15px;
    padding-top: 15px;
  }
  .clinic-access__img {
    width: 100%;
    padding: 0 4%;
    text-align: center;
  }
}
.clinic-access-txt .how {
  border: 1px solid #CCCCCC;
  padding: 35px 40px;
  width: 48%;
}

.clinic-access-txt .how dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.clinic-access-txt .how li {
  padding-left: 16px;
  position: relative;
  line-height: 2;
}

.clinic-access-txt .how li + li {
  margin-top: 5px;
}

.clinic-access-txt .how li::before {
  content: "■";
  color: #1C51BA;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .clinic-access-txt .how {
    padding: 2rem;
    width: 100%;
  }
}
.sec-contact2 {
  background-image: linear-gradient(168deg, #EFF3FA, #C6D3EE);
  padding: 9.5rem 0 5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec-contact2:before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  background: url(../images/bg.png) center center no-repeat;
  width: 1050px;
  height: 942px;
  background-size: cover;
  margin: auto;
  opacity: 0.5;
  z-index: -1;
}

.sec-contact2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  background: url(../images/bg.png) center center no-repeat;
  width: 1626px;
  height: 942px;
  background-size: 120%;
  margin: auto;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(40deg);
}

.sec-contact2 picture {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-contact2 {
    padding: 4rem 0;
  }
  .sec-contact2:before {
    width: 700px;
    height: 461px;
    top: 1%;
    background-size: contain;
  }
}
.contact2-txt1 {
  text-align: center;
  font-size: 1.8rem;
  margin: 5rem 0 6.5rem;
}

@media only screen and (max-width: 767px) {
  .contact2-txt1 {
    text-align: left;
    font-size: 1.6rem;
    margin: 3rem 0;
  }
}
.contact-box2 {
  background-color: #fff;
  padding: 6rem 6rem 8rem;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.25);
}

.contact-box2 .cm__title1 {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

.contact-box2 .flex-jus-between {
  flex-wrap: nowrap;
}

.contact-box2 .cm__phone {
  padding-left: 2rem;
  text-align: center;
}

.contact-box2 .cm__phone .link {
  font-size: 5.2rem;
  background-size: 30px;
  padding-left: 4rem;
}

.contact-box2 .cm__phone .time {
  display: block;
  font-size: 1.8rem;
}

.contact-box2 p {
  padding-left: 2rem;
  max-width: 570px;
}

@media only screen and (max-width: 767px) {
  .contact-box2 {
    padding: 3rem 4%;
  }
  .contact-box2 .cm__title1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .contact-box2 .flex-jus-between {
    display: block;
    text-align: center;
  }
  .contact-box2 .cm__phone {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .contact-box2 .cm__phone .link {
    font-size: 3.7rem;
    background-size: 16px;
    padding-left: 3rem;
  }
  .contact-box2 .cm__phone .time {
    display: block;
    font-size: 1.8rem;
  }
  .contact-box2 p {
    padding-left: 0;
    max-width: 570px;
    text-align: left;
  }
}
.contact-form {
  background-color: #fff;
  padding: 5rem 8rem 6rem;
  margin: 9.5rem 0 7.2rem;
  box-shadow: 10px 10px 30px rgba(28, 81, 186, 0.25);
}

.contact-form .cm__title1 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}

.contact-form__content {
  margin-top: 4rem;
}

.contact-form__content table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}

.contact-form__content th, .contact-form__content td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form__content tr:not(:first-child) {
  border-top: solid 1px #CCCCCC;
}

.contact-form__content tr:last-child {
  border-bottom: solid 1px #CCCCCC;
}

.contact-form__content th {
  text-align: left;
}

.contact-form__content th span {
  display: block;
  color: #C50000;
  font-weight: normal;
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 1.6;
  width: 100%;
}

.contact-form__content .list li {
  text-indent: -20px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .contact-form__content th, .contact-form__content td {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__content th, .contact-form__content td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 5px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form__content th {
    width: 300px;
    line-height: 1.8;
    padding: 40px 0;
  }
  .contact-form__content td {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__content th {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__content th br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-form__content td {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__content td {
    padding-top: 0;
  }
}
.contact-form__consent {
  text-align: center;
  margin: 5rem 0 3rem;
}

.contact-form__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.contact-form .hope-day {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    margin: 4rem 0 2rem;
    padding: 3rem 4%;
  }
  .contact-form .cm__title1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .contact-form__content {
    margin-top: 0;
  }
  .contact-form__consent {
    margin: 3rem 0;
  }
}
.pp .cm__title2 {
  font-weight: normal;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .pp .cm__title2 {
    font-size: 2rem;
  }
}
/*====================================================================================
■.FOOTER
====================================================================================*/
.footer {
  padding: 7.3rem 0;
}

.footer__logo {
  margin-bottom: 3rem;
}

.footer .cm__phone {
  margin-bottom: 2rem;
}

.footer__menu ul {
  margin-right: 6rem;
}

.footer__menu li {
  margin-bottom: 1rem;
}

.footer__menu a {
  text-decoration: none !important;
  color: #222222;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  padding: 0.5rem 0;
}

.footer__menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 1px;
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.19, 1, 0.19, 1);
  background-image: linear-gradient(90deg, #527bcf, #1a449b);
  z-index: -1;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .footer__menu a:hover {
    color: #1C51BA;
  }
  .footer__menu a:hover::before {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    flex-wrap: nowrap;
    padding: 4rem 0;
    justify-content: center;
  }
  .footer__logo {
    margin: 0 auto 3rem;
    max-width: 70%;
  }
  .footer .cm__phone {
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer .cm__phone .time {
    display: block;
  }
  .footer__menu {
    margin-top: 2rem;
    gap: 2rem;
  }
  .footer__menu ul {
    margin-right: 0;
  }
  .footer__menu a {
    font-size: 1.3rem;
  }
  .footer__bnr {
    max-width: 250px;
    margin: auto;
  }
}
@media only screen and (max-width: 639px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer__menu {
    gap: 3rem;
    flex-wrap: nowrap;
  }
  .footer__menu ul {
    margin-right: 0;
  }
}
.copyright {
  text-align: center;
  color: #fff;
  background: linear-gradient(95deg, #527BCF 0%, #19449B 100%);
  font-size: 1.4rem;
  padding: 2.2rem;
}

@media only screen and (max-width: 639px) {
  .copyright {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.page-up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-up {
    width: 15%;
    bottom: 3% !important;
  }
  .page-up a {
    display: block;
  }
}
/* ========== end △ */
.ico_zoom {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ico_zoom:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #1C51BA url(../images/ico_zoom.png) center no-repeat;
  width: 36px;
  height: 36px;
  background-size: 22px auto;
}

/* ========== end △ */
.tab_container .tab_item {
  width: 50%;
  padding: 1.3rem 0;
  border-bottom: 3px solid #1C51BA;
  text-align: center;
  color: #1C51BA;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_container .tab_item:nth-of-type(2) {
  border-bottom-color: #F26015;
  color: #F26015;
}

.tab_container input[name=formType] {
  display: none;
}

.tab_container .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .tab_container .tab_item:hover {
    opacity: 0.75;
  }
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
  width: 100%;
}

.tab_container input[name=formType]:checked + .tab_item {
  background-color: #1C51BA;
  color: #fff;
}

.tab_container input[name=formType]:checked + .tab_item:nth-of-type(2) {
  background-color: #F26015;
}