@charset "UTF-8";
.blue {
  color: #216eb5;
}

.red {
  color: #ef5549;
}

.green {
  color: #007936;
}

.purple {
  color: #7257a2;
}

.cont_1230 {
  max-width: 1230px;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.cont980 {
  max-width: 980px;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.cont1000 {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.ttl {
  font-size: 0.42rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.ttl::after {
  content: "";
  width: 1px;
  height: 27px;
  background: #191919;
  display: block;
  margin: 50px auto;
}
.ttl small {
  display: block;
  font-size: 0.26rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 880px) {
  .ttl {
    font-size: 0.26rem;
  }
  .ttl small {
    font-size: 0.22rem;
  }
  .ttl::after {
    margin: 20px auto;
  }
}
.ttl_plus {
  margin-bottom: 50px;
  font-size: 0.34rem;
  line-height: 1.45;
}
.ttl_plus::after {
  display: none;
}
.ttl_plus::before {
  content: "";
  height: 27px;
  width: 27px;
  display: block;
  margin: 60px auto;
  background: url("../images/child/common/plus.webp") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 880px) {
  .ttl_plus {
    margin-bottom: 20px;
  }
  .ttl_plus::before {
    margin: 30px auto;
  }
}
.subttl {
  font-size: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 35px;
  font-weight: 500;
}
.subttl::before {
  content: "";
  width: 27px;
  height: 1px;
  background: #313131;
  margin-right: 10px;
}
.subttl::after {
  content: "";
  width: 27px;
  height: 1px;
  background: #313131;
  margin-left: 10px;
}

@media screen and (max-width: 880px) {
  .subttl {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  table-layout: fixed;
}
table th {
  font-weight: 400;
}
table.table01 th {
  font-size: 0.22rem;
  font-weight: 400;
  padding: 20px;
}
table.table01 th:nth-child(1) {
  background: #e8e8e8;
}
table.table01 th:nth-child(2) {
  background: #44a162;
  color: #fff;
}
table.table01 th:nth-child(3) {
  background: #216eb5;
  color: #fff;
}
table.table01 th:nth-child(4) {
  background: #ef5549;
  color: #fff;
}
table.table01 td {
  font-size: 0.18rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
table.table01 td:first-child {
  font-size: 0.16rem;
}
table.table01 td:nth-child(2), table.table01 td:nth-child(3), table.table01 td:nth-child(4) {
  text-align: center;
}
table.table01 td small {
  display: block;
  font-size: 0.14rem;
}
table.table01 td.bg01 {
  background: #f3f7fa;
}
table.table01 td.bg02 {
  background: #fbf5f5;
}
table.table01 td.bg03 {
  background: #faf9f3;
}
table.table01 td.bg04 {
  background: #ddf6e5;
}
table.table02 th {
  padding: 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  width: 33%;
  font-size: 0.18rem;
}
table.table02 th:last-child {
  color: #fff;
  background: #81a9c9;
}
table.table02 td {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #787878;
  font-size: 0.22rem;
}
table.table02 td .black {
  color: #191919;
}
table.table02 td .black strong {
  font-size: 0.3rem;
  font-weight: 400;
}
table.table02 td .black small {
  font-size: 0.16rem;
}
table.table03 {
  position: relative;
}
table.table03 th {
  font-size: 0.22rem;
  padding: 20px;
  background: #e8e8e8;
}
table.table03 th:nth-child(1) {
  width: 25%;
}
table.table03 th:nth-child(2) {
  width: 50%;
}
table.table03 th:nth-child(3) {
  width: 25%;
}
table.table03 td {
  padding: 20px;
  font-size: 0.18rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
table.table03 td.td_ttl {
  font-weight: bold;
  text-align: center;
}
table.table03 td.td_ttl img {
  max-width: 130px;
  width: 100%;
  margin: 20px auto 0;
}
table.table03 td.last {
  border-bottom: none;
  vertical-align: top;
}
table.table03 td.bg_green {
  background: #e4f1e5;
}
table.table03 td.bg_yellow {
  background: #f6eddd;
}
table.table03 td.bg_red {
  background: #fae8e5;
}
table.table03 td.bg_blue {
  background: #deebf7;
}
table.table03 td .price {
  font-size: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
table.table03 tr:nth-child(12) > *:first-child {
  border-radius: 0 0 0 10px;
}
table.table03 tr:last-child > *:first-child {
  border-radius: 0;
}
table.table03 tr:last-child td.last {
  border-bottom: 2px solid #d0d0d0;
}
table.table03.table08 th:first-child {
  width: 20%;
}
table.table03.table08 th:nth-child(2) {
  width: 40%;
}
table.table03.table08 th:nth-child(3) {
  width: 40%;
}
table.table04 {
  table-layout: fixed;
}
table.table04 th {
  padding: 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  width: 22%;
  font-size: 0.18rem;
  letter-spacing: 1px;
}
table.table04 th:last-child {
  color: #fff;
  background: #f5564a;
  width: 34%;
}
table.table04 th.pink {
  background: #e07f7f;
}
table.table04 td {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #787878;
  font-size: 0.22rem;
  letter-spacing: 2px;
}
table.table04 td .black {
  color: #191919;
}
table.table04 td .black strong {
  font-size: 0.3rem;
  font-weight: 400;
}
table.table04 td .black small {
  font-size: 0.16rem;
}
table.table05 {
  position: relative;
}
table.table05 th {
  font-size: 0.22rem;
  padding: 20px;
  background: #e8e8e8;
}
table.table05 th:nth-child(1) {
  width: 25%;
}
table.table05 th:nth-child(2) {
  width: 35%;
}
table.table05 th:nth-child(3) {
  width: 40%;
}
table.table05 td {
  padding: 20px;
  font-size: 0.18rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
table.table05 td.td_ttl {
  font-weight: bold;
  text-align: center;
}
table.table05 td.td_ttl img {
  max-width: 130px;
  width: 100%;
  margin: 20px auto 0;
}
table.table05 td.last {
  border-bottom: none;
  vertical-align: top;
}
table.table05 td.bg_green {
  background: #e4f1e5;
}
table.table05 td.bg_yellow {
  background: #f6eddd;
}
table.table05 td.bg_red {
  background: #fae8e5;
}
table.table05 tr:nth-child(12) > *:first-child {
  border-radius: 0 0 0 10px;
}
table.table05 tr:last-child > *:first-child {
  border-radius: 0;
}
table.table05 tr:last-child td.last {
  border-bottom: 2px solid #d0d0d0;
}
table.table06 th {
  padding: 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  width: 22%;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}
table.table06 td {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #2E2E2E;
  font-size: 0.22rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
table.table06 td small {
  font-size: 0.14rem;
}
table.table06 td .black {
  color: #191919;
}
table.table06 td .black strong {
  font-size: 0.3rem;
  font-weight: 400;
}
table.table06 td .black small {
  font-size: 0.16rem;
}
table.table07 th {
  padding: 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  width: 33%;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  border-radius: 10px 10px 0px 0px !important;
}
table.table07 td {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #2E2E2E;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  border-radius: 0px 0px 10px 10px !important;
}
table.table07 td small {
  font-size: 0.14rem;
}
table.table07 td .black {
  color: #191919;
}
table.table07 td .black strong {
  font-size: 0.3rem;
  font-weight: 400;
}
table.table07 td .black small {
  font-size: 0.16rem;
}
table.table_entory th {
  font-size: 0.22rem;
  padding: 20px;
  background: #e8e8e8;
}
table.table_entory th small {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 880px) {
  table.table_entory th {
    font-size: 0.13rem;
    padding: 10px;
  }
}
table.table_entory td {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 20px;
  font-size: 0.18rem;
}
@media screen and (max-width: 880px) {
  table.table_entory td {
    font-size: 0.12rem;
    padding: 10px;
  }
}
table.table_entory td .price {
  font-size: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
table.table_entory td .price small {
  font-size: 0.6em;
}
table.table_entory tr:nth-child(2) td:first-child {
  font-weight: bold;
  background: #f2e9cc;
  text-align: center;
  border-radius: 0 0 0 10px;
}
table.table_entory tr:nth-child(2) td:last-child {
  text-align: center;
  border-radius: 0 0 10px 0;
}
table.table_entory tr:last-child > *:last-child {
  border-radius: 0;
}

@media screen and (max-width: 880px) {
  table.table01 th {
    padding: 5px;
    font-size: clamp(0.12rem, 3vw, 0.18rem);
    width: 20%;
  }
  table.table01 th:nth-child(1) {
    width: 40%;
  }
}
@media screen and (max-width: 880px) {
  table.table01 td {
    padding: 5px;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 880px) {
  table.table02 th, table.table06 th, table.table07 th {
    padding: 10px;
    font-size: 0.12rem;
  }
  table.table02 td, table.table06 td, table.table07 td {
    padding: 10px;
    font-size: 0.12rem;
  }
  table.table02 td .black strong, table.table06 td .black strong, table.table07 td .black strong {
    font-size: 0.14rem;
  }
  table.table02 td .black small, table.table06 td .black small, table.table07 td .black small {
    display: block;
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 880px) {
  table.table03 th, table.table05 th {
    font-size: 0.13rem;
    padding: 10px;
  }
}
@media screen and (max-width: 880px) {
  table.table03 td, table.table05 td {
    font-size: 0.12rem;
    padding: 10px;
  }
}
@media screen and (max-width: 880px) {
  table.table04 th {
    padding: 10px;
    font-size: 0.14rem;
  }
  table.table04 td {
    padding: 10px;
    font-size: 0.16rem;
  }
  table.table04 td .black strong {
    font-size: 0.16rem;
  }
  table.table04 td .black small {
    display: block;
    font-size: 0.12rem;
  }
}
body {
  position: relative;
  color: #191919;
  background-size: contain;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.16rem;
}

@media screen and (max-width: 880px) {
  body {
    padding-top: 55px;
  }
}
header.old {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header.old .telBox {
  width: 345px;
  margin-top: 35px;
  margin-right: 45px;
  border-top: 1px solid #191919;
}
header.old .telBox p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 2px;
}
header.old .telBox p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  margin-right: 10px;
}
header.old .telBox p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  margin-left: 10px;
}
header.old .telBox small {
  display: block;
  font-size: 0.1rem;
  margin-top: 10px;
  line-height: 1.8;
}
header.old .flex {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 7px;
  margin-top: 10px;
}
header.old .icn_phone {
  width: 28px;
  margin-right: 15px;
}
header.old .icn_mail {
  width: 55px;
  margin-left: auto;
}
header.old .txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.26rem;
  text-align: left;
  color: #3a6791;
}
header.old .txt a {
  display: block;
  letter-spacing: 5px;
  color: #3a6791;
  margin-top: -5px;
}
header.old .txt span {
  display: block;
  font-size: 0.14rem;
  letter-spacing: 1.2px;
}
header.old .flex {
  justify-content: space-between;
}
header.old .flex .btn {
  width: 71px;
}
header.old .flex .btn.off {
  opacity: 0.25;
  pointer-events: none;
}
header.old .flex .txt a {
  letter-spacing: 2px;
}
header.old .flex .txt span {
  letter-spacing: 0px;
  font-size: 0.13rem;
}

header.new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.new .telBox {
  width: 385px;
  margin-top: 35px;
  margin-right: 45px;
}
header.new .telBox p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 2px;
}
header.new .telBox p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  margin-right: 10px;
}
header.new .telBox p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  margin-left: 10px;
}
header.new .flex {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 7px;
  margin-top: 10px;
}
header.new .icn_phone {
  width: 28px;
  margin-right: 15px;
}
header.new .icn_mail {
  width: 55px;
  margin-left: auto;
}
header.new .txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.26rem;
  text-align: left;
  color: #3a6791;
}
header.new .txt a {
  display: block;
  letter-spacing: 5px;
  color: #3a6791;
  margin-top: -5px;
}
header.new .txt span {
  display: block;
  font-size: 0.14rem;
  letter-spacing: 1.2px;
}
header.new .flex {
  justify-content: space-between;
}
header.new .flex .btn {
  width: 89.5px;
}
header.new .flex .btn:last-child {
  opacity: 0.25;
  pointer-events: none;
}
header.new .flex .txt a {
  letter-spacing: 2px;
}
header.new .flex .txt span {
  letter-spacing: 0px;
  font-size: 0.13rem;
}

@media screen and (max-width: 880px) {
  header.new, header.old {
    padding: 10px 20px;
    padding-right: 10px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  header.new h1, header.old h1 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    font-size: 0.15rem;
    margin-top: -20px;
    margin-left: -20px;
  }
  header.new h1 img, header.old h1 img {
    max-width: 105px;
    margin: 10px auto 0;
  }
  header.new .flex, header.old .flex {
    justify-content: space-between;
    margin: 0;
  }
  header.new .icn_mail, header.old .icn_mail {
    margin-left: 15px;
    width: 38px;
  }
  header.new .icn_phone, header.old .icn_phone {
    width: 18px;
    margin-right: auto;
  }
  header.new .telBox, header.old .telBox {
    margin: 0;
    width: auto;
    margin-left: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 880px) {
  header.new .flex .btn, header.old .flex .btn {
    width: 50px;
    margin-left: 5px;
  }
}
#mv {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
  background: url("../images/mv_sp.webp") no-repeat top center;
  background-size: cover;
  height: calc(100vh - 80px);
  min-height: 780px;
  border: 15px solid #fff;
  box-sizing: border-box;
}
#mv h2 {
  font-size: 0.3rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 880px) {
  #mv h2 {
    font-size: clamp(0.15rem, 5.3vw, 0.3rem);
  }
}
#mv h2 strong {
  font-weight: 600;
  font-size: 1.25em;
}
#mv p {
  font-size: 0.18rem;
  line-height: 2.5;
}
#mv .mv_txt {
  position: absolute;
  bottom: calc((100% - 344px - 310px) / 2);
  left: 5.7%;
}
@media (max-width: 880px) {
  #mv .mv_txt {
    top: auto;
    bottom: 20px;
  }
}
#mv .bnr {
  /*position: absolute;
  bottom: -30px;
  right: 20px;*/
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 383px;
  z-index: 99;
  display: none !important;
}

@media screen and (max-width: 1200px) {
  #mv .bnr {
    width: 300px;
  }
}
@media screen and (max-width: 880px) {
  #mv {
    min-height: auto;
  }
  #mv .bnr {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 240px;
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  #mv {
    background: url("../images/mv_sp.webp") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
  }
  #mv .mv_img {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  #mv {
    height: calc(80vh - 100px);
    padding: 0;
    border: 5px solid #fff;
    box-sizing: border-box;
  }
  #mv .mv_txt {
    padding: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    bottom: 20px;
  }
  #mv .mv_txt h2 {
    font-size: clamp(0.15rem, 5.3vw, 0.3rem);
    letter-spacing: 0.1em;
  }
  #mv .mv_txt p {
    display: none;
  }
}
.mv_txt.sp-vis p {
  font-size: 0.18rem;
  line-height: 2.5;
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.mv_txt.sp-vis p::after {
  content: "";
  display: block;
  width: 98%;
  margin: 10px auto 20px;
  border-bottom: 1px solid #000;
}

#nav {
  display: block;
  margin-top: 30px;
}
@media (max-width: 880px) {
  #nav {
    margin-top: 15px;
  }
}
@media (min-width: 881px) {
  #nav {
    background: rgba(240, 240, 240, 0.9);
    padding: 20px 0;
  }
  #nav ul {
    padding: 20px 0;
  }
}
#nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#nav ul li {
  position: relative;
}
#nav ul li a {
  font-size: 0.2rem;
  display: block;
  position: relative;
}
#nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #ef5549;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav ul li a:hover::after {
  width: 100%;
}
#nav ul li a img {
  width: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
#nav ul li .sub_nav {
  display: none;
  padding: 0;
  padding-top: 10px;
}
@media screen and (max-width: 880px) {
  #nav ul li .sub_nav {
    position: absolute;
    padding-top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 2;
    top: 100%;
    border-top: 2px solid #fff;
  }
}
#nav ul li .sub_nav li {
  line-height: 1.4;
}
#nav ul li .sub_nav li + li {
  margin-top: 5px;
}
#nav ul li .sub_nav li small {
  font-size: 0.7em;
  display: block;
}
@media screen and (max-width: 880px) {
  #nav ul li .sub_nav li {
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 2px solid #fff;
  }
}
#nav ul li .sub_nav li a {
  font-size: 0.18rem;
  line-height: 1.7;
}

@media screen and (max-width: 1080px) {
  #nav ul {
    align-items: stretch;
  }
  #nav ul li a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 880px) {
  #nav .cont_1230 {
    width: 100%;
  }
  #nav ul {
    flex-wrap: wrap;
  }
  #nav ul li {
    width: 33%;
    margin-bottom: 0.5%;
    background: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #nav ul li a {
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.15rem;
  }
  #nav ul li ul li {
    width: 100%;
  }
  #nav ul.cont4 li {
    width: 49.725%;
  }
  #nav ul.cont5 li:nth-child(n+4) {
    width: 49.725%;
  }
}
.bnrBox {
  display: flex;
  max-width: 980px;
  margin: 120px auto 140px;
  width: 95%;
  justify-content: space-between;
  align-items: center;
}
.bnrBox a {
  display: block;
  width: 46.428571%;
}

@media screen and (max-width: 880px) {
  .bnrBox {
    display: block;
    margin: 60px auto;
    width: 100%;
  }
  .bnrBox a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
  .bnrBox a img {
    max-width: 100%;
  }
}
#worries {
  margin-top: 140px;
}
#worries .center {
  text-align: center;
  font-size: 0.24rem;
  display: flex;
  height: 134px;
  width: 100%;
  background: url("../images/line.webp") no-repeat center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#worries .flex_3_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#worries .flex_3_cont li {
  width: 30%;
}
#worries .flex_3_cont li img {
  max-width: 252px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
#worries .flex_3_cont li p {
  font-size: 0.24rem;
  line-height: 2.1;
  letter-spacing: 1px;
}
#worries .bgBox {
  position: relative;
  margin-top: 64px;
  padding-top: 135px;
  padding-bottom: 108px;
  margin-bottom: 140px;
}
#worries .bgBox::before {
  content: "";
  background-image: -ms-linear-gradient(-18deg, #fcf7f7 0%, #f0f6f9 100%);
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  z-index: -1;
}
#worries .bgBox .center {
  font-size: 0.13rem;
  height: auto;
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 880px) {
  #worries .bgBox .center {
    text-align: left !important;
  }
}
#worries .bgBox .center span {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#worries .bgBox .border-red {
  border: 1px solid #3a6791;
  color: #3a6791;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #worries .bgBox .border-red {
    text-align: left;
  }
}
#worries .bgBox .flex {
  display: flex;
  justify-content: space-between;
}
#worries .bgBox .flex h2 {
  font-size: 0.22rem;
  text-align: left;
  flex-shrink: 0;
  line-height: 1.9;
}
#worries .bgBox .flex h2 img {
  width: 373px;
  margin-top: 15px;
}
#worries .bgBox .flex p {
  font-size: 0.18rem;
  line-height: 2.33;
  width: 100%;
  margin-left: 60px;
}
#worries .bgBox .flex_6_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
#worries .bgBox .flex_6_cont li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-bottom: 38px;
}
#worries .bgBox .flex_6_cont li img {
  width: 108px;
  border-radius: 6px;
}
#worries .bgBox .flex_6_cont li p {
  font-size: 0.2rem;
  margin-left: 15px;
  letter-spacing: 1px;
}
#worries .bgBox .flex_6_cont li p small {
  font-size: 0.16rem;
}
#worries .seison_txt {
  margin-top: 40px;
  height: auto;
  background: none;
}
#worries .seison_txt img {
  width: 292px;
  margin-right: 20px;
}
#worries .seison_txt span {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.13rem;
  display: block;
}

@media screen and (max-width: 880px) {
  #worries {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #worries .center {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1080px) {
  #worries .flex_3_cont {
    display: block;
  }
  #worries .flex_3_cont li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px auto;
  }
  #worries .flex_3_cont li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #worries .flex_3_cont li:nth-child(even) img {
    margin-left: 10px;
    margin-right: 0;
  }
  #worries .flex_3_cont li img {
    max-width: 120px;
    width: 30%;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #worries .flex_3_cont li p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 880px) {
  #worries .bgBox .flex h2 img {
    max-width: 373px;
    width: 75%;
  }
}
@media screen and (max-width: 880px) {
  #worries .bgBox {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #worries .bgBox::before {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #worries .bgBox .flex {
    display: block;
  }
  #worries .bgBox .flex h2 {
    text-align: center;
  }
  #worries .bgBox .flex h2 img {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  #worries .bgBox .flex p {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  #worries .bgBox .flex_6_cont {
    margin-top: 20px;
    justify-content: center;
  }
  #worries .bgBox .flex_6_cont li {
    width: calc((100% - 40px) / 2);
    display: block;
    margin: 0 10px 20px;
  }
  #worries .bgBox .flex_6_cont li img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  #worries .bgBox .flex_6_cont li p {
    text-align: center;
    margin: 0;
    font-size: 0.13rem;
  }
  #worries .bgBox .flex_6_cont li p small {
    font-size: 0.12rem;
  }
  #worries .bgBox .center {
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 0px;
  }
  #worries .bgBox .center img {
    margin: 0 auto 20px;
  }
  #worries .bgBox .center span {
    margin: 10px auto;
  }
}
@media screen and (max-width: 880px) {
  #worries .seison_txt {
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 0px;
  }
  #worries .seison_txt img {
    margin: 0 auto 20px;
  }
  #worries .seison_txt span {
    margin: 10px auto;
  }
}
.cont_list .cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1394px;
  width: 95%;
  margin: 68px auto;
}
.cont_list .cont .txt {
  width: 37%;
}
.cont_list .cont h3 {
  font-size: 0.26rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.84;
}
.cont_list .cont h3 small {
  display: block;
  margin-bottom: 10px;
  font-size: 0.16rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  .cont_list .cont h3 {
    font-size: 0.24rem;
  }
}
.cont_list .cont p {
  font-size: 0.16rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.625;
  margin-top: 20px;
}
.cont_list .cont .num {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  background: -webkit-linear-gradient(90deg, #f8e2e2, #d7e5f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.24rem;
  display: block;
  margin: 0 5%;
  font-weight: 500;
}
.cont_list .cont .img {
  max-width: 596px;
  flex-shrink: 0;
  width: 45%;
}
.cont_list .cont:nth-child(odd) .img img {
  border-top-left-radius: 40px;
}
.cont_list .cont:nth-child(even) {
  flex-direction: row-reverse;
}
.cont_list .cont:nth-child(even) .img img {
  border-top-right-radius: 40px;
}
.cont_list .cont:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 880px) {
  .cont_list .cont {
    flex-wrap: wrap;
    width: 100%;
    display: block;
    margin: 45px auto;
  }
  .cont_list .cont:first-child {
    margin-top: 0;
  }
  .cont_list .cont .img {
    width: 100%;
    max-width: none;
  }
  .cont_list .cont .img img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .cont_list .cont .txt {
    margin-top: 0px;
    width: 80%;
    margin: 0 auto;
  }
  .cont_list .cont .num {
    line-height: 1;
    font-size: 0.8rem;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .cont_list .cont p {
    margin-top: 10px;
  }
}
#features {
  margin-top: 140px;
}
#features .ttl {
  margin-bottom: 68px;
}
#features .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#features .ttl img {
  max-width: 300px;
  margin-right: 10px;
}

@media screen and (max-width: 880px) {
  #features {
    margin-top: 60px;
  }
  #features .ttl {
    margin-bottom: 20px;
  }
  #features .ttl span {
    display: block;
  }
  #features .ttl span img {
    width: 200px;
    margin: 0 auto 10px;
  }
}
#plan {
  background: url("../images/plan_bg.webp") no-repeat center top;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 110px;
  margin-top: 90px;
  overflow: hidden;
}
#plan .ttl img {
  max-width: 373px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 880px) {
  #plan .ttl img {
    width: 200px;
  }
}
#plan .ttl small {
  display: block;
}
#plan .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .ttl span img {
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 880px) {
  #plan .ttl span {
    display: block;
  }
  #plan .ttl span img {
    margin: 0 auto 10px;
    display: block;
  }
}
#plan .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
  flex-wrap: wrap;
}
#plan .flex .cont {
  background: #fff;
  max-width: 580px;
  width: 48%;
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  border-radius: 46px;
  padding: 4px;
  box-sizing: border-box;
}
#plan .flex .cont .inner {
  background: #fff;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  border-radius: 42px;
}
#plan .flex .cont h3 {
  font-size: 0.4rem;
  letter-spacing: 2px;
  margin-bottom: 55px;
  font-weight: 500;
}
#plan .flex .cont h3 small {
  font-size: 0.26rem;
  display: block;
  margin-bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}
#plan .flex .cont h3 small::before {
  content: "";
  width: 100%;
  background: #fff;
  left: -10px;
  height: 8px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
  padding: 0 10px;
}
#plan .flex .cont h3 .en {
  font-size: 0.24rem;
  display: block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
#plan .flex .cont h3.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont h3.flex {
    margin-bottom: 20px;
  }
}
#plan .flex .cont h3.flex .icn {
  font-size: 0.2rem;
  background: #44a162;
  padding: 5px 10px;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-radius: 6px;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont h3.flex .icn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
    font-size: 0.17rem;
  }
}
#plan .flex .cont h3.flex .ttl_inner {
  position: relative;
}
#plan .flex .cont h3.flex .ttl_inner .en {
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont h3.flex .ttl_inner .en {
    position: static;
  }
}
#plan .flex .cont h3.flex::after {
  content: "";
  width: 200.92px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont h3.flex::after {
    display: none;
  }
}
#plan .flex .cont p {
  font-size: 0.16rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.2;
}
#plan .flex .cont .btn {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 25px;
  box-sizing: border-box;
  max-width: 288px;
  margin: 45px auto 0;
  background: #216eb5;
  line-height: 1;
}
#plan .flex .cont .btn img {
  width: 6px;
}
#plan .flex .cont .btn.red {
  background: #ef5549;
}
#plan .flex .cont .img01 {
  width: 166px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  transform: scale(-1, 1);
}
#plan .flex .cont .img02 {
  width: 166px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
#plan .flex .cont .img03 {
  width: 166px;
  position: absolute;
  bottom: -50px;
  left: 5%;
}
#plan .flex .cont.entry {
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
}
@media screen and (max-width: 880px) {
  #plan .flex .cont.entry {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
#plan .flex .cont.entry .inner {
  position: relative;
}
#plan .flex .cont.entry .inner .new {
  position: absolute;
  width: 127.5px;
  top: -20px;
  left: -20px;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont.entry .inner .new {
    width: 20%;
    top: -5%;
    left: -5%;
  }
}
@media screen and (max-width: 880px) {
  #plan .flex .cont.entry .inner h3 {
    display: block !important;
  }
}
#plan .flex .cont.entry .cont_inner {
  display: flex;
  padding-left: 20%;
  justify-content: space-between;
  margin: 40px auto 0;
}
#plan .flex .cont.entry .cont_inner ul li {
  border: 3px solid #44a162;
  color: #44a162;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-radius: 3px;
  padding: 10px;
  line-height: 1;
  white-space: nowrap;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0.22rem;
  width: 100%;
  text-align: center;
}
#plan .flex .cont.entry .cont_inner ul li + li {
  margin-top: 15px;
}
#plan .flex .cont.entry .cont_inner .txt {
  margin-left: 10%;
}
@media screen and (max-width: 880px) {
  #plan .flex .cont.entry .cont_inner .txt {
    margin-left: 0;
  }
}
#plan .flex .cont.entry .cont_inner .btn {
  background: #44a162;
  margin-left: 0;
}
#plan .bnr {
  padding: 4px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  margin-top: 80px;
  position: relative;
  display: block;
  background: linear-gradient(90deg, #cbb9eb, #fcd6db);
  border-radius: 46px;
}
#plan .bnr .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 60px 45px;
  position: relative;
  display: block;
  border-radius: 42px;
  position: relative;
}
@media screen and (max-width: 880px) {
  #plan .bnr .inner {
    padding: 20px;
  }
}
#plan .bnr .img {
  position: absolute;
  width: 168px;
  left: 10px;
  bottom: -10px;
}
@media screen and (max-width: 880px) {
  #plan .bnr .img {
    width: 90px;
    left: -20px;
    bottom: -20px;
    position: absolute;
    flex-shrink: 0;
    position: absolute;
  }
}
#plan .bnr .ttlBox {
  font-size: 0.28rem;
  text-align: center;
  flex-shrink: 0;
  letter-spacing: 2px;
  max-width: 305px;
  width: 90%;
  margin: 0 auto 55px;
}
#plan .bnr .ttlBox span {
  font-size: 0.26rem;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: absolute;
  top: -0.6em;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #plan .bnr .ttlBox span {
    text-align: center;
    line-height: 1.2;
    top: -1.1em;
  }
}
#plan .bnr .ttlBox span::after {
  content: "";
  background: #fff;
  width: 100%;
  top: 0;
  display: block;
  height: 6px;
  position: absolute;
  top: 0.4em;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 880px) {
  #plan .bnr .ttlBox span::after {
    top: 0.9em;
  }
}
#plan .bnr .ttlBox span.en {
  position: static;
  margin: 10px auto 0;
  transform: none;
  margin-top: 40px;
  color: #7257a2;
}
#plan .bnr .txtBox {
  display: flex;
  align-items: center;
  padding-left: 165px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #plan .bnr .txtBox {
    display: block;
    padding: 0;
  }
}
#plan .bnr .txtBox p {
  font-size: 0.16rem;
  line-height: 2.444;
  letter-spacing: 1px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#plan .bnr .txtBox a {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 25px;
  box-sizing: border-box;
  max-width: 288px;
  margin: 0px auto 0;
  background: #7257a2;
  line-height: 1;
  width: 100%;
  margin-left: 20px;
  flex-shrink: 0;
}
#plan .bnr .txtBox a img {
  width: 6px;
}
@media screen and (max-width: 880px) {
  #plan .bnr .txtBox a {
    margin: 20px auto;
  }
}

@media screen and (max-width: 880px) {
  #plan {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 880px) {
  #plan .flex {
    display: block;
  }
  #plan .flex .cont {
    width: 100%;
    max-width: none;
  }
  #plan .flex .cont .inner {
    padding: 50px 15px;
  }
  #plan .flex .cont:first-child h3 .ttl_inner {
    letter-spacing: -0.02em;
  }
  #plan .flex .cont:last-child {
    margin-top: 50px;
  }
  #plan .flex .cont:last-child h3 small {
    top: -0.5em;
  }
  #plan .flex .cont h3 {
    margin-bottom: 20px;
    font-size: 0.35rem;
  }
  #plan .flex .cont h3 small {
    margin-bottom: 5px;
    top: -1em;
    font-size: 0.2rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 80%;
    white-space: nowrap;
    display: block;
  }
  #plan .flex .cont h3 .en {
    margin-top: 10px;
  }
  #plan .flex .cont .btn {
    margin-top: 20px;
  }
  #plan .flex .cont p {
    padding: 0 10px;
  }
  #plan .flex .cont .img01 {
    width: 80px;
    bottom: -20px;
    left: -20px;
    transform: none;
  }
  #plan .flex .cont .img02 {
    width: 80px;
    bottom: -20px;
    right: -20px;
  }
  #plan .flex .cont .img03 {
    width: 80px;
    bottom: -20px;
    right: -20px;
    left: auto;
    transform: scale(-1, 1);
  }
  #plan .flex .cont.entry .cont_inner {
    padding: 0;
    display: block;
    margin-top: 10px;
  }
  #plan .flex .cont.entry .cont_inner ul li {
    margin: 0 auto;
    font-size: 0.16rem;
  }
  #plan .flex .cont.entry .cont_inner ul li + li {
    margin-top: 10px;
  }
  #plan .flex .cont.entry .cont_inner .txt {
    margin-top: 30px;
  }
  #plan .flex .cont.entry .cont_inner .txt .btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 880px) {
  #plan .bnr {
    margin-top: 60px;
  }
  #plan .bnr .flex {
    display: block;
  }
  #plan .bnr .flex .img {
    width: 60px;
    left: -10px;
    bottom: auto;
    position: static;
    flex-shrink: 0;
    margin-left: -10px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #plan .bnr .inner {
    display: block;
    padding: 20px;
  }
  #plan .bnr .inner .ttlBox {
    margin: 0 auto;
    max-width: 250px;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
    flex-shrink: 1;
    font-size: clamp(0.19rem, 5vw, 0.28rem);
  }
  #plan .bnr .inner .ttlBox span {
    white-space: nowrap;
  }
  #plan .bnr .inner .ttlBox img {
    position: relative;
    z-index: 1;
  }
}
.contact {
  margin-top: 130px;
  background: url("../images/contact_bg.webp") no-repeat top center;
  background-size: initial;
  padding-top: 85px;
  padding-bottom: 60px;
  position: relative;
}
.contact h2 {
  font-size: 0.28rem;
  line-height: 1.785;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.contact h2 small {
  display: block;
  font-size: 0.22rem;
  font-size: clamp(0.18rem, 5vw, 0.22rem);
  letter-spacing: 1px;
}
.contact .illust {
  width: 153px;
  position: absolute;
  right: 200px;
  top: 40px;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact ul li {
  width: 30%;
}
.contact ul li p {
  font-size: 0.18rem;
  line-height: 1.888;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.contact ul li p img {
  max-width: 70px;
}
.contact ul li p span {
  font-size: 0.16rem;
}
@media (max-width: 880px) {
  .contact ul li p {
    display: block;
  }
  .contact ul li p img {
    width: 100%;
    margin: 10px auto;
    max-width: 580px;
  }
  .contact ul li p span {
    margin: 0;
    font-size: 0.18rem;
  }
}
.contact ul li a {
  font-size: 0.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 10px;
  line-height: 1.4;
  min-height: 112px;
}
.contact ul li.application a {
  background: #00386d;
  border: 4px solid #00386d;
  color: #fff;
}
.contact ul li.application a.off {
  pointer-events: none;
  position: relative;
}
.contact ul li.application a.off::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #fff;
  opacity: 0.25;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
}
.contact ul li.application a.off::after {
  content: "2024年11月上旬 申込受付開始";
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.contact ul li.document a {
  background: #dc851e;
  border: 4px solid #dc851e;
  color: #fff;
}
.contact ul li.contact_tel a {
  border: 4px solid #e8e8e8;
  background: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #3a6791;
}
.contact ul li.contact_tel a .tel {
  font-size: 0.32rem;
  color: #3a6791;
  letter-spacing: 2px;
  line-height: 1;
}
.contact ul li.contact_tel a small {
  display: block;
  font-size: 0.16rem;
  line-height: 1;
}
.contact p.small {
  display: block;
  margin-top: 10px;
  font-size: 0.13rem;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .contact .illust {
    right: 80px;
  }
}
@media screen and (max-width: 880px) {
  .contact {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/plan_bg.webp") no-repeat top center;
    background-size: cover;
    width: 100%;
  }
  .contact h2 {
    margin-bottom: 20px;
  }
  .contact .illust {
    width: 100px;
    right: 10px;
    display: none;
  }
  .contact ul {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .contact ul li {
    width: 100%;
    margin-top: 25px;
  }
  .contact ul li a {
    height: auto;
    padding: 20px 10px;
    min-height: inherit;
  }
  .contact ul li.contact_tel a {
    display: block;
  }
  .contact ul li.contact_tel a small {
    margin-top: 10px;
  }
}
#servise {
  margin-top: 80px;
}
#servise .cont {
  padding: 4px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  border-radius: 34px;
  position: relative;
}
#servise .cont:last-child {
  margin-top: 70px;
}
#servise .cont .btn {
  position: absolute;
  bottom: -30px;
  right: 80px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#servise .cont .btn a {
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  width: 288px;
  box-sizing: border-box;
  line-height: 1;
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  border-radius: 6px;
}
#servise .cont .btn a img {
  width: 6px;
}
#servise .cont .inner {
  background: #fff;
  border-radius: 30px;
  padding: 75px 30px;
}
#servise .cont .inner h3 {
  font-size: 0.28rem;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
#servise .cont .inner h3 img {
  margin: 10px auto 0;
  width: auto;
}
#servise .cont .inner .flex_3_cont {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#servise .cont .inner .flex_3_cont .cont_inner {
  width: 33.3333333333%;
}
#servise .cont .inner .flex_3_cont .cont_inner:last-child {
  border-right: none;
  padding-right: 0px;
}
#servise .cont .inner .flex_3_cont .cont_inner h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  letter-spacing: 2px;
}
#servise .cont .inner .flex_3_cont .cont_inner h4 img {
  width: 66px;
  margin-right: 20px;
}
#servise .cont .inner .flex_3_cont .cont_inner h4 span {
  font-size: 0.21rem;
  text-align: left;
  line-height: 1.9;
}
#servise .cont .inner .flex_3_cont .cont_inner p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.18rem;
  line-height: 2.333;
  margin-top: 10px;
}
#servise .cont .inner .flex_3_cont .line {
  width: 1px;
  background: #e8e8e8;
  display: block;
  margin: 0 40px;
}
#servise .cont .inner .flex_2_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
#servise .cont .inner .flex_2_cont .img {
  width: 48%;
}
#servise .cont .inner .flex_2_cont .txt {
  width: 48%;
}
#servise .cont .inner .flex_2_cont .txt strong {
  font-size: 0.22rem;
  display: block;
  font-weight: 500;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
  letter-spacing: 1px;
}
#servise .cont .inner .flex_2_cont .txt strong:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#servise .cont .inner .flex_2_cont .txt p {
  font-size: 0.16rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.1;
  margin-top: 10px;
}

@media screen and (max-width: 880px) {
  #servise {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #servise .cont:last-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #servise .cont .btn {
    position: static;
    margin: 30px auto 0;
    width: 100%;
    max-width: 288px;
  }
  #servise .cont .btn a {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  #servise .cont .inner {
    padding: 40px 15px;
  }
  #servise .cont .inner h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 880px) {
  #servise .cont .inner .flex_3_cont {
    display: block;
  }
  #servise .cont .inner .flex_3_cont .cont_inner {
    width: 100%;
    margin-top: 20px;
  }
  #servise .cont .inner .flex_3_cont .cont_inner h4 img {
    width: 40px;
  }
  #servise .cont .inner .flex_3_cont .line {
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 880px) {
  #servise .cont .inner .flex_2_cont {
    display: block;
    padding: 0;
  }
  #servise .cont .inner .flex_2_cont .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #servise .cont .inner .flex_2_cont .txt {
    width: 100%;
  }
}
#faq {
  background: linear-gradient(90deg, #fcf7f7, #f0f6f9);
  margin-top: 140px;
  padding-top: 100px;
  padding-bottom: 115px;
}
#faq .ttl {
  margin-bottom: 65px;
}
#faq .faq_cont {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
#faq .faq_cont:last-child {
  border-bottom: 1px solid #e8e8e8;
}
#faq .faq_cont a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 0.2rem;
}
#faq .faq_cont a .plus {
  margin-left: auto;
  width: 13px;
  height: 13px;
  padding-left: 20px;
  flex-shrink: 0;
}
#faq .faq_cont a .plus img {
  transition: 0.3s;
}
#faq .faq_cont a .faq_icn {
  color: #ef5549;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-right: 10px;
  font-size: 0.18rem;
  font-weight: 500;
}
#faq .faq_cont a.active .plus img {
  transform: rotate(45deg);
}
#faq .faq_cont .faq_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  padding-top: 0;
  padding-left: 40px;
}
#faq .faq_cont .faq_inner span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #216eb5;
  margin-right: 10px;
  display: block;
  font-size: 0.18rem;
  line-height: 2.333;
  display: block;
  margin-top: 0.1em;
  font-weight: 500;
}
#faq .faq_cont .faq_inner p {
  font-size: 0.18rem;
  line-height: 2.333;
}

@media screen and (max-width: 880px) {
  #faq {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 880px) {
  #faq .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 880px) {
  #faq .faq_cont a {
    padding: 20px;
  }
}
#flow {
  padding-top: 110px;
}

@media screen and (max-width: 880px) {
  #flow {
    padding-top: 60px;
  }
}
#seminar {
  padding-top: 120px;
  padding-bottom: 130px;
  background: linear-gradient(90deg, #fcf7f7, #f0f6f9);
}
#seminar .bnrBox {
  margin-top: 75px;
  margin-bottom: 0;
}

@media screen and (max-width: 880px) {
  #seminar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #seminar .ttl {
    margin-bottom: 20px;
  }
  #seminar .bnrBox {
    margin-top: 0;
  }
}
#ft_bnr {
  padding-top: 60px;
  margin-bottom: 110px;
}
#ft_bnr::before {
  content: "";
  width: 1px;
  height: 88px;
  background: #313131;
  display: block;
  margin: 0 auto 100px;
}
#ft_bnr h2 {
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1.9;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#ft_bnr h2 small {
  font-size: 0.22rem;
  display: block;
  margin-bottom: 10px;
}
#ft_bnr .bnrBox {
  margin: 80px auto 0;
  display: block;
}
#ft_bnr .bnrBox a {
  width: 100%;
  margin-bottom: 35px;
}
#ft_bnr .bnrBox a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 880px) {
  #ft_bnr {
    margin-bottom: 60px;
  }
  #ft_bnr::before {
    margin-bottom: 60px;
  }
  #ft_bnr .bnrBox {
    margin-top: 0;
  }
}
.bnrBox.center {
  justify-content: center;
}

footer .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
}
footer .inner .ft_logo {
  width: 312px;
  display: block;
}
@media screen and (max-width: 880px) {
  footer .inner .ft_logo {
    max-width: 312px;
    width: 90%;
  }
}
footer .inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}
footer .inner ul li {
  margin-left: 20px;
}
footer .inner ul li a {
  display: block;
  font-size: 0.13rem;
}
footer .inner copyright {
  font-size: 0.1rem;
  margin-left: auto;
}

@media screen and (max-width: 880px) {
  footer .inner {
    display: block;
  }
  footer .inner .ft_logo {
    margin: 0 auto 20px;
  }
  footer .inner ul {
    display: block;
    margin: 0;
  }
  footer .inner ul li {
    margin: 0;
  }
  footer .inner ul li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    font-size: 0.18rem;
  }
  footer .inner copyright {
    text-align: center;
    display: block;
  }
}
.fixbnr {
  max-width: 383px;
  width: 40%;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.bnrBox.center {
  justify-content: center;
}

.notetxt {
  width: 90%;
  margin: 30px auto 0;
  display: block;
  text-align: left;
  line-height: 2;
}

.sp_nav_toggle {
  display: none;
}
@media (max-width: 880px) {
  .sp_nav_toggle {
    display: block;
  }
  .sp_nav_toggle a {
    color: #216eb5;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 39px;
    line-height: 1;
  }
  .sp_nav_toggle .border {
    border-top: 2px solid #216eb5;
    border-bottom: 2px solid #216eb5;
    display: block;
    width: 25px;
    margin-bottom: 2px;
  }
  .sp_nav_toggle .border::before {
    content: "";
    background: #216eb5;
    height: 2px;
    width: 100%;
    display: block;
    margin: 5px 0;
  }
}

.sp_nav {
  position: fixed;
  right: -700px;
  top: 0;
  height: 100%;
  overflow: scroll;
  background: #fff;
  z-index: 9999;
  width: 90%;
  max-width: 400px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: 0.5s;
}
.sp_nav.active {
  right: 0;
}
.sp_nav .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.sp_nav .flex img {
  max-width: 230px;
  width: 60%;
}
.sp_nav .flex .close {
  line-height: 1;
  font-size: 30px;
  transition: 0.5s;
}
.sp_nav .flex .close.active {
  display: block;
  right: 15px;
}
.sp_nav ul li {
  border-top: 1px solid #000;
}
.sp_nav ul li:last-child {
  border-bottom: 1px solid #000;
}
.sp_nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 0.16rem;
}
.sp_nav ul li a:hover {
  background: #f1f1f1;
}
.sp_nav ul li a small {
  display: block;
}
.sp_nav ul li a .sub_icn {
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  margin-bottom: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
.sp_nav ul li.parent {
  background: #fcf7f7;
}
.sp_nav ul li.parent .child_toggle {
  border-left: 5px solid;
  background: #fff;
}
.sp_nav ul li.parent .child_toggle .icn {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
.sp_nav ul li.parent .child_toggle .icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 2px;
  border-radius: 10px;
  background: #231815;
  display: block;
}
.sp_nav ul li.parent .child_toggle .icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 75%;
  border-radius: 10px;
  background: #231815;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.sp_nav ul li.parent .child_toggle.active .icn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sp_nav ul li.parent ul {
  width: 95%;
  margin-left: auto;
  display: none;
}
.sp_nav ul li.parent ul li {
  border: none;
}
.sp_nav ul li.parent ul li a {
  padding: 10px;
}
.sp_nav ul li.parent ul li a::before {
  content: "";
  width: 5px;
  height: 20px;
  display: block;
  background: red;
  margin-right: 10px;
}
.sp_nav ul li.parent ul li:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.sp_nav ul li.parent.entry .child_toggle {
  border-color: #44a162;
}
.sp_nav ul li.parent.entry ul li a::before {
  background: #44a162;
}
.sp_nav ul li.parent.eldar .child_toggle {
  border-color: #467eb2;
}
.sp_nav ul li.parent.eldar ul li a::before {
  background: #467eb2;
}
.sp_nav ul li.parent.platinum .child_toggle {
  border-color: #e07f7f;
}
.sp_nav ul li.parent.platinum ul li a::before {
  background: #e07f7f;
}
.sp_nav ul li.parent.oya .child_toggle {
  border-color: #7257a2;
}
.sp_nav ul li.parent.oya ul li a::before {
  background: #7257a2;
}
.sp_nav .bnrarea {
  padding: 0 20px;
}
.sp_nav .bnrarea a {
  padding: 20px 5px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.sp_nav .bnrarea a:first-child {
  background: #dc851e;
}
.sp_nav .bnrarea a:last-child {
  background: #00386d;
}
.sp_nav .txt {
  text-align: center;
  color: #3a6791;
  margin-top: 20px;
}
.sp_nav .txt a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3a6791;
  margin: 0 auto;
  font-size: 0.32rem;
  line-height: 1;
}
.sp_nav .txt span {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.5;
}
.sp_nav .ft_logo {
  max-width: 312px;
  width: 70%;
  margin: 20px auto 0;
  display: block;
}

.sp_bg {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  transition: 0.5s;
  display: none;
}
.sp_bg.active {
  display: block;
}

#sp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  box-sizing: border-box;
  top: -200px;
  transition: 0.4s;
}
#sp_header.active {
  top: 0;
}
#sp_header .bg_txt {
  background: #fff;
  display: block;
  font-size: 0.1rem;
  padding: 0 2.5vw;
  box-sizing: border-box;
  line-height: 1.8;
  padding-bottom: 5px;
}
#sp_header .bg_txt small {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#sp_header .sp_header_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 2.5vw;
  background: #fff;
}
#sp_header .leftBox {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
}
#sp_header .leftBox .logo {
  max-width: 200px;
}
#sp_header .leftBox .pan {
  margin-left: 20px;
  font-size: 0.13rem;
}
@media screen and (max-width: 880px) {
  #sp_header .leftBox {
    width: 40%;
  }
  #sp_header .leftBox .pan {
    display: none;
  }
}
#sp_header .contactBox {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 10px;
}
#sp_header .contactBox p {
  font-size: 0.12rem;
  margin-right: 10px;
}
#sp_header .contactBox a {
  display: block;
  letter-spacing: 2px;
  color: #3a6791;
  font-size: 0.2rem;
}
#sp_header .contactBox small {
  font-size: 0.1rem;
  margin-left: 10px;
  color: #3a6791;
  display: block;
}
@media (max-width: 1200px) {
  #sp_header .contactBox {
    flex-wrap: wrap;
    justify-content: center;
  }
  #sp_header .contactBox p {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #sp_header .contactBox a {
    letter-spacing: 0.01em;
    font-size: 0.18rem;
  }
  #sp_header .contactBox small {
    margin-left: 10px;
    font-size: 0.08rem;
  }
}
@media screen and (max-width: 880px) {
  #sp_header .contactBox {
    display: none;
  }
}
#sp_header .btn {
  width: 71px;
  margin-left: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  #sp_header .btn {
    width: 50px;
  }
}
#sp_header .btn.off {
  opacity: 0.25;
  pointer-events: none;
}
#sp_header .sp_nav_toggle {
  display: block;
  margin-left: 10px;
}
#sp_header .sp_nav_toggle a {
  color: #216eb5;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
#sp_header .sp_nav_toggle .border {
  border-top: 2px solid #216eb5;
  border-bottom: 2px solid #216eb5;
  display: block;
  width: 25px;
  margin-bottom: 2px;
}
#sp_header .sp_nav_toggle .border::before {
  content: "";
  background: #216eb5;
  height: 2px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
#sp_header .pagination {
  background: rgba(240, 240, 240, 0.9);
}
@media screen and (max-width: 880px) {
  #sp_header .pagination {
    display: none;
  }
}
#sp_header .pagination ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1230px;
}
#sp_header .pagination ul li {
  font-size: 0.2rem;
  position: relative;
}
#sp_header .pagination ul li a {
  padding: 20px 0;
  display: block;
  text-align: center;
}
#sp_header .pagination ul li a img {
  width: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  #sp_header .pagination ul li {
    font-size: 0.14rem;
  }
}
@media (max-width: 1040px) {
  #sp_header .pagination ul li {
    font-size: 0.14rem;
  }
}
#sp_header .pagination ul li .sub_nav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(240, 240, 240, 0.9);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 10px;
  box-sizing: border-box;
}
#sp_header .pagination ul li .sub_nav li {
  line-height: 1.4;
}
#sp_header .pagination ul li .sub_nav li + li {
  margin-top: 10px;
}
#sp_header .pagination ul li .sub_nav li a {
  font-size: 0.18rem;
  line-height: 1.7;
  text-align: left;
  padding: 0;
}
#sp_header .pagination ul li .sub_nav li small {
  font-size: 0.7em;
  display: block;
}

.bnr_img {
  max-width: 850px;
  margin: 0 auto;
  width: 90%;
}

.mv_under_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 30px;
  width: 95%;
}
@media (max-width: 880px) {
  .mv_under_bnr {
    margin: 10px auto 15px;
  }
}
.mv_under_bnr img {
  width: 96px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 880px) {
  .mv_under_bnr img {
    width: 65px;
  }
}
.mv_under_bnr p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  font-size: 0.18rem;
  color: #002f8e;
}
.mv_under_bnr p span {
  font-weight: 700;
  color: #009946;
}
@media (max-width: 880px) {
  .mv_under_bnr p {
    font-size: clamp(0.11rem, 3.5vw, 0.2rem);
  }
}

#newsBox {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 45px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #newsBox {
    padding: 20px 0;
  }
}
#newsBox .inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  #newsBox .inner {
    display: block;
    width: 100%;
  }
}
#newsBox .inner h2 {
  font-size: 0.22rem;
  letter-spacing: 0.2em;
  position: relative;
}
#newsBox .inner h2::after {
  content: "";
  width: 127px;
  height: 11px;
  background: url("../images/news_line.png") no-repeat center top/contain;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #newsBox .inner h2 {
    margin-bottom: 20px;
  }
}
#newsBox .inner ul {
  width: calc(100% - 200px);
}
#newsBox .inner ul li {
  display: flex;
  align-items: flex-start;
  font-size: 0.16rem;
}
#newsBox .inner ul li + li {
  margin-top: 0.7em;
}
#newsBox .inner ul li span {
  color: #3a6791;
  display: block;
  width: 6em;
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  #newsBox .inner ul {
    width: 100%;
  }
}

#movie {
  margin-top: 140px;
}
#movie .ttl img {
  max-width: 287px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 880px) {
  #movie .ttl img {
    width: 200px;
  }
}
#movie .movieBox {
  max-width: 900px;
  margin: 0 auto;
}

header.old.lifecs .telBox {
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  header.old.lifecs {
    flex-wrap: wrap;
  }
  header.old.lifecs small {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  header.old.lifecs .pan {
    display: none;
  }
}
@media (max-width: 500px) {
  header.old.lifecs {
    flex-direction: column;
  }
}
header.old.lifecs .sp_nav p.small {
  padding: 0 20px;
  margin: 10px 0;
  font-size: 0.1rem;
}

#sp_header .contactBox a {
  font-size: 0.26rem;
}

#sp_header .contactBox small {
  font-size: 0.13rem;
}

#sp_header .pagination ul li .sub_nav {
  width: 260px;
  padding: 20px;
}

#sp_header .contactBox p {
  font-size: 0.14rem;
}

#plan .bnr .ttlBox span.en {
  font-size: 0.24rem !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 880px) {
  #plan .bnr .ttlBox span.en {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 880px) {
  #plan .flex .cont h3 small {
    line-height: 1.4;
    top: -1.4em;
  }
}

@media screen and (max-width: 880px) {
  #plan .flex .cont:last-child h3 small {
    top: -0.7em;
  }
}

#plan .bnr .inner .ttlBox span {
  font-weight: 500;
  font-size: 0.26rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 880px) {
  #plan .bnr .inner .ttlBox span {
    line-height: 1.4;
    top: -1.2em;
    font-size: 0.2rem;
  }
}

#plan .bnr .new {
  position: absolute;
  width: 127.5px;
  top: -20px;
  left: -20px;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  #plan .bnr .new {
    width: 20%;
    top: -5%;
    left: -5%;
  }
}

@media screen and (max-width: 880px) {
  .contact h2 {
    margin-bottom: 10px;
  }
  .contact ul {
    display: flex;
    flex-direction: column;
  }
  .contact ul li p {
    line-height: 1.4;
  }
  .contact ul li.document {
    order: 1;
    margin-top: 0;
  }
  .contact ul li.application {
    order: 2;
    margin-top: 15px;
  }
  .contact ul li.contact_tel {
    order: 3;
    margin-top: 15px;
  }
}
#servise .cont .inner .flex_3_cont .cont_inner p a {
  color: #3a6791;
  border-bottom: 1px solid #3a6791;
}
#servise .cont .inner .flex_3_cont .cont_inner p a::after {
  content: ">";
  display: inline-block;
  margin-left: 0.25em;
}

header.old .active .flex {
  margin-top: 0;
  justify-content: space-between;
}

#sp_header .leftBox .pan {
  margin-left: 20px;
}
#sp_header .leftBox .pan a {
  text-decoration: underline;
  margin-left: 20px;
}

@media screen and (max-width: 880px) {
  header.old .flex .btn {
    margin-left: 4.5px;
  }
}

#sp_header .sp_header_inner {
  padding: 5px 2.5vw;
}
@media screen and (max-width: 880px) {
  #sp_header .sp_header_inner {
    padding-left: 4vw;
  }
}

#sp_header .btn {
  margin-left: 9px;
}
@media screen and (max-width: 880px) {
  #sp_header .btn {
    margin-left: 4.5px;
  }
}

#sp_header .contactBox {
  margin-right: 0;
}/*# sourceMappingURL=style.css.map */