@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Redressed&family=Shippori+Mincho:wght@400;600;800&display=swap");
.summary > section:last-child {
  padding-bottom: 60px;
}
.summary .section {
  margin-bottom: 60px;
}
.summary .section .sec_title {
  margin-bottom: 20px;
  padding: 0 0 14px .5em;
  position: relative;
  line-height: 1.5;
  font-size: clamp(22px, 3vw, 34px);
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.summary .section .sec_title small {
  font-size: clamp(16px, 2.3vw, 26px);
  letter-spacing: 0;
}
.summary .section .sec_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #C4C4C4;
}
.summary .section .sec_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 4px;
  background-color: #4F6282;
}
.summary .section .inner {
  padding: 0 10px;
}
.summary .section .inner .text {
  font-size: 18px;
}
.summary .section .inner .text p + p {
  margin-top: 15px;
}

h2.sub_title {
  text-align: center;
  font-size: 38px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2.sub_title::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #232323;
}

#detail .bg_box {
  background-color: #E5E7EB;
  padding: 60px 0;
}
#detail .bg_box .ul_box .plan_box {
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
  margin-bottom: 60px;
}
#detail .bg_box .ul_box .plan_box .item {
  width: 50%;
  display: flex;
}
#detail .bg_box .ul_box .plan_box .item .inner {
  width: 100%;
  margin: 20px;
  padding: 30px 40px;
  background: #fff;
}
#detail .bg_box .ul_box .plan_box .item .inner h3 {
  border-bottom: 1px solid #C4C4C4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px;
}
#detail .bg_box .ul_box .plan_box .item .inner h3 small {
  font-size: 20px;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box {
  padding: 10px;
  font-size: 18px;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box .catch {
  font-size: 20px;
  margin: 30px auto 0;
  line-height: 1;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box .catch small {
  font-size: 16px;
  margin-left: 5px;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box p span {
  font-weight: 400;
  padding: 0 10px 2px;
  border-radius: 3px;
  color: #fff;
  background: #4F6282;
  margin-right: 1em;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box p i {
  font-style: normal;
  font-size: 1.5em;
  margin-right: 3px;
  vertical-align: middle;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box p br {
  display: none;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box > ul {
  margin-top: 1em;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box > ul li {
  position: relative;
  padding-left: 20px;
}
#detail .bg_box .ul_box .plan_box .item .inner .text_box > ul li::before {
  content: "●";
  color: rgba(79, 98, 130, 0.6);
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}
#detail .bg_box .tb_box {
  background: #fff;
  padding: 30px;
}
#detail .bg_box .tb_box table {
  width: 100%;
  border-collapse: collapse;
}
#detail .bg_box .tb_box table tr th {
  width: 25%;
  padding: 20px;
  border-bottom: 1px solid #232323;
  font-size: 18px;
  font-weight: bold;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#detail .bg_box .tb_box table tr td {
  padding: 20px 40px;
  border-bottom: 1px solid #747474;
  font-size: 18px;
}
#detail .bg_box .tb_box table tr td > ul {
  margin-top: 1em;
}
#detail .bg_box .tb_box table tr td > ul li {
  position: relative;
  padding-left: 20px;
}
#detail .bg_box .tb_box table tr td > ul li::before {
  content: "●";
  color: rgba(79, 98, 130, 0.6);
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}
#detail .bg_box .tb_box table tr:last-child th, #detail .bg_box .tb_box table tr:last-child td {
  border-bottom: none;
}

.contact_link {
  width: 60%;
  margin: 90px auto 0;
  text-align: center;
  overflow: hidden;
}
.contact_link a {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.contact_link a h3 {
  font-size: 38px;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 3;
}
.contact_link a .text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 3;
  padding-top: 5px;
}
.contact_link a::before {
  content: "";
  background: #4F6282;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.contact_link a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: url(../img/inquiry_banner.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact_link a:hover::before {
  opacity: .6;
}
.contact_link a:hover::after {
  opacity: .8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1.1);
}

.footban {
  display: none;
}

footer {
  margin-top: 90px;
}

/* 英語サイト */
.english {
  letter-spacing: 0;
}
.english .section .sec_title {
  font-size: clamp(20px, 3vw, 34px);
}
.english .section .sec_title small {
  font-size: clamp(15px, 2.3vw, 26px);
}
.english #detail .bg_box .ul_box .plan_box .item .inner .text_box p span {
  display: block;
  text-align: center;
  margin: 5px 0;
}
.english #detail .bg_box .ul_box .plan_box .item .inner .text_box p .price {
  display: block;
  text-align: center;
}
.english #detail .bg_box .ul_box .plan_box .item .inner .text_box p i {
  vertical-align: inherit;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1279px) {
  #detail .bg_box .ul_box .plan_box {
    margin: 0 -10px;
    margin-bottom: 60px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner {
    margin: 10px;
    padding: 30px 30px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box p:not([class]) {
    text-indent: -82px;
    margin-left: 82px;
    line-height: 1.5;
  }

  /* 英語サイト */
  .english {
    letter-spacing: 0;
  }
  .english h2.sub_title {
    letter-spacing: 0;
  }
  .english #detail .bg_box .ul_box .plan_box .item .inner .text_box p:not([class]) {
    text-indent: 0;
    margin-left: 0;
    line-height: 1.5;
  }
  .english #detail .bg_box .ul_box .plan_box .item .inner .text_box p span {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .english #detail .bg_box .ul_box .plan_box .item .inner .text_box p .price {
    display: block;
    text-align: center;
  }
  .english #detail .bg_box .ul_box .plan_box .item .inner .text_box p i {
    vertical-align: inherit;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .summary > section:last-child {
    padding-bottom: 40px;
  }
  .summary .section {
    margin-bottom: 40px;
  }
  .summary .section .inner {
    padding: 0 10px;
  }
  .summary .section .inner .text {
    font-size: 16px;
  }
  .summary .section .inner .text p + p {
    margin-top: 15px;
  }

  h2.sub_title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  h2.sub_title::after {
    bottom: -45px;
    height: 25px;
  }

  #detail .bg_box {
    padding: 30px 0;
  }
  #detail .bg_box .ul_box .plan_box {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #detail .bg_box .ul_box .plan_box .item {
    width: 100%;
    display: flex;
  }
  #detail .bg_box .ul_box .plan_box .item + .item {
    margin-top: 30px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner {
    margin: 0 auto;
    padding: 20px 30px;
  }
  #detail .bg_box .tb_box {
    padding: 30px;
  }

  .contact_link {
    width: 90%;
    margin: 80px auto 0;
  }
  .contact_link a {
    height: 170px;
  }
  .contact_link a h3 {
    font-size: 28px;
  }
  .contact_link a .text {
    font-size: 15px;
    padding: 10px 20px 0;
  }

  footer {
    margin-top: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .summary > section:last-child {
    padding-bottom: 30px;
  }
  .summary .section .sec_title small {
    margin-left: -10px;
  }
  .summary .section .inner {
    padding: 0 5px;
  }
  .summary .section .inner .text {
    text-align: justify;
    font-size: 14px;
  }
  .summary .section .inner .text p + p {
    margin-top: 15px;
  }
  .summary .section .inner .text p br {
    display: none;
  }

  h2.sub_title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  h2.sub_title::after {
    bottom: -35px;
    height: 20px;
  }
  h2.sub_title span {
    font-size: 18px;
  }

  #detail .bg_box .ul_box .plan_box {
    margin: 20px auto;
  }
  #detail .bg_box .ul_box .plan_box .item {
    width: auto;
    display: block;
  }
  #detail .bg_box .ul_box .plan_box .item + .item {
    margin-top: 20px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner {
    width: auto;
    padding: 5px 10px 10px;
    border-radius: 3px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner h3 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
  }
  #detail .bg_box .ul_box .plan_box .item .inner h3 small {
    font-size: 16px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    font-size: 15px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box .catch {
    font-size: 16px;
    margin-left: 10px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box .catch small {
    font-size: 14px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box p {
    margin-bottom: 10px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box p span {
    padding: 0 6px 2px;
    margin-right: .6em;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box p br {
    display: inline;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box p:not([class]) {
    text-indent: -57px;
    margin-left: 57px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box > ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 15px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box > ul li::before {
    top: 5px;
  }
  #detail .bg_box .ul_box .plan_box .item .inner .text_box > ul li + li {
    margin-top: 5px;
  }
  #detail .bg_box .tb_box {
    padding: 10px;
  }
  #detail .bg_box .tb_box table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 20px;
    border-bottom: none;
    font-size: 16px;
    line-height: 1.5;
  }
  #detail .bg_box .tb_box table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
  #detail .bg_box .tb_box table tr td p {
    position: relative;
    margin: 10px auto;
  }
  #detail .bg_box .tb_box table tr td > ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 15px;
  }
  #detail .bg_box .tb_box table tr td > ul li::before {
    top: 5px;
  }
  #detail .bg_box .tb_box table tr td > ul li + li {
    margin-top: 5px;
  }

  .contact_link {
    width: auto;
    margin: 60px auto 0;
  }
  .contact_link a {
    display: block;
    height: auto;
  }
  .contact_link a h3 {
    font-size: 26px;
    padding-top: 25px;
  }
  .contact_link a .text {
    font-size: 14px;
    padding: 5px 10px 25px;
  }
  .contact_link a:hover::before {
    opacity: 1;
  }
  .contact_link a:hover::after {
    opacity: 1;
    transform: scale(1);
  }

  footer {
    margin-top: 60px;
  }
}
