@charset "utf-8";

/*============================
#common
============================*/
.under .ttl_block .page_ttl:after {
  width: 92.9rem;
  height: 50rem;
  background-image: url(../image/img_mv.png);
  background-position: center left;
  top: 0;
  transform: translateY(0);
  right: -34.2rem;
}

.main_sec {
  padding: 0;
}

.img_box img {
  max-width: 100%;
  height: auto;
}

.price_sheet tr {
  border-top: solid 1px #ccb682;
  border-bottom: solid 1px #ccb682;
}

.price_sheet td {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1em;
}

.price_sheet td:nth-child(1) {
  width: 25%;
  text-align: left;
  padding-left: 3em;
}

.price_sheet td:nth-child(2) {
  width: 35%;
}

.price_sheet td:nth-child(3) {
  width: 50%;
  text-align: right;
  padding-right: 3em;
}

.ttl_box {
  text-align: center;
}

.ttl_box .ttl_catch {
  position: relative;
  display: inline-block;
}

.ttl_box .ttl_catch span {
  padding: 1em 2em;
  line-height: 1.35;
  display: block;
  color: #ccb682;
}

.ttl_box .i_quat {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: block;
  overflow: hidden;
}

.ttl_box .i_quat:before,
.ttl_box .i_quat:after {
  position: absolute;
  content: "";
}

.ttl_box .i_quat:before {
  width: 1px;
  height: 100%;
  background: #ccb682;
}

.ttl_box .i_quat:after {
  width: 100%;
  height: 1px;
  background: #ccb682;
}

.ttl_box .l_quat {
  left: 0;
  top: 0;
  border-left: solid 1px #ccb682;
  border-top: solid 1px #ccb682;
}

.ttl_box .l_quat:before {
  top: 0;
  left: .4rem;
}

.ttl_box .l_quat:after {
  top: .4rem;
  left: 0;
}

.ttl_box .r_quat {
  right: 0;
  bottom: 0;
  border-right: solid 1px #ccb682;
  border-bottom: solid 1px #ccb682;
}

.ttl_box .r_quat:before {
  bottom: 0;
  right: .4rem;
}

.ttl_box .r_quat:after {
  bottom: .4rem;
  right: 0;
}

@media (max-width : 1199px) {
  .price_sheet td {
    padding: 1.5em .5em;
    font-size: 1.6rem;
  }

  .price_sheet td:nth-child(1) {
    padding-left: 1em;
    width: 25%;
  }


  .price_sheet td:nth-child(2) {
    width: 25%;
  }

  .price_sheet td:nth-child(3) {
    padding-right: 1em;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .under .ttl_block .page_ttl:after {
    width: 65.03rem;
    height: 35rem;
    right: -23.94rem;
  }

}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .under .ttl_block .page_ttl:after {
    height: 30rem;
    width: 55.74rem;
    right: -29.52rem;
  }

  .ttl_box .ttl_catch {
    font-size: 2.6rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .under .ttl_block .page_ttl:after {
    height: 25rem;
    width: 46.45rem;
    right: -23.2rem;
  }

  .price_sheet td:nth-child(1) {
    width: 25%;
  }

  .price_sheet td:nth-child(2) {
    width: 20%;
  }

  .price_sheet td:nth-child(3) {
    width: 55%;
  }

  .ttl_box .ttl_catch {
    font-size: 2.4rem;
  }

}

/*============================
#sec_intro
============================*/
.sec_intro {
  padding-top: 10rem;
}

.sec_intro .ttl_box {
  font-size: 3rem;
  margin-bottom: 1em;
}

.sec_intro .ttl_catch span {
  color: #598ab9;
}

.sec_intro .ttl_catch .i_quat:before,
.sec_intro .ttl_catch .i_quat:after {
  background: #598ab9;
}

.sec_intro .ttl_catch .l_quat {
  border-color: #598ab9;
}

.sec_intro .ttl_catch .r_quat {
  border-color: #598ab9;
}

.sec_intro .txt_box {
  font-size: 3rem;
  text-align: center;
  color: #598ab9;
}

.sec_intro p {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: .25em;
}

.sec_intro p:after {
  position: absolute;
  content: "";
  width: calc(100% - 1em);
  height: 1px;
  background: #598ab9;
  left: .5em;
  bottom: 0;
}

.sec_intro p span {
  position: relative;
  padding: 0 1em;
}

.sec_intro p span:before,
.sec_intro p span:after {
  position: absolute;
}

.sec_intro p span:before {
  content: "「";
  left: 0;
  top: 0;
}

.sec_intro p span:after {
  content: "」";
  right: 0;
  bottom: 0;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_intro {
    padding-top: 6rem;
  }

  .sec_intro .txt_box {
    font-size: 2.4rem;
  }

  .sec_intro li:nth-child(n+2) {
    margin-top: .5em;
  }

  .sec_intro p {
    line-height: 1.8;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_intro .ttl_catch span {
    padding: 1em;
  }

  .sec_intro .txt_box {
    font-size: 2rem;
  }

  .sec_intro p {
    padding: 0;
  }

  .sec_intro p:after {
    display: none;
  }

  .sec_intro p span {
    background: linear-gradient(0deg, #5989b9 1px, transparent 1px);
    display: inline;
    padding: 0;
  }

  .sec_intro p span:before,
  .sec_intro p span:after {
    display: none;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_intro .ttl_catch span {
    padding: 1em 2em;
  }

  .sec_intro li:nth-child(n+2) {
    margin-top: .8em;
  }
}

/*============================
#sec_comment
============================*/
.sec_comment {
  padding-top: 8rem;
}

.sec_comment .img_box {
  margin-bottom: 5rem;
}

.sec_comment .txt_box {
  font-size: 2.4rem;
  text-align: center;
  color: #164878;
}

.sec_comment p {
  position: relative;
  padding: 0 1em;
  display: inline-block;
}

.sec_comment p span {
  color: #b50568;
}

.sec_comment p:before,
.sec_comment p:after {
  position: absolute;
}

.sec_comment p:before {
  content: "「";
  left: 0;
  top: 0;
}

.sec_comment p:after {
  content: "」";
  right: 0;
  bottom: 0;
}

/*@ = tablet = @*/
@media (max-width : 991px) {

  .sec_comment {
    padding-top: 6rem;
  }

  .sec_comment .img_box {
    margin-bottom: 3rem;
  }

  .sec_comment p:before,
  .sec_comment p:after {
    display: none;
  }

  .sec_comment p {
    background: linear-gradient(0deg, #164878 1px, transparent 1px);
    display: inline;
    padding: 0;
  }

  .sec_comment li:nth-child(n+2) {
    margin-top: .75em;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_comment .txt_box {
    font-size: 2rem;
  }

  .sec_comment .txt_box li {
    margin-top: 1em;
  }

  .sec_comment .txt_box li p:before,
  .sec_comment .txt_box li p:after {
    display: none;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_comment .txt_box {
    font-size: 1.8rem;
  }
}

/*============================
#sec_secret
============================*/
.sec_secret {
  position: relative;
  padding-top: 6rem;
}

.sec_secret .flex_box {
  position: relative;
  padding-bottom: 10rem;
}

.sec_secret .flex_box>* {
  position: relative;
  z-index: 3;
  width: 50%;
}

.sec_secret .flex_box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 3rem;
  height: calc(100% - 6em);
  background: url(../../common/image/bg_deco03.png) no-repeat top -2rem center / 83rem auto, #eef7ff;
  z-index: 1;
}

.sec_secret .txt_box {
  width: 50%;
}

.sec_secret .inner {
  max-width: 600px;
  margin-left: auto;
  padding-right: 10rem;
}

.sec_secret h2 {
  text-align: center;
  padding: 2px 0;
  border-top: solid 2px #598ab9;
  border-bottom: solid 2px #598ab9;
  font-size: 3rem;
  color: #598ab9;
  margin-bottom: 1.66em;
}

.sec_secret h2 span {
  border-top: solid 1px #598ab9;
  border-bottom: solid 1px #598ab9;
  display: block;
  line-height: 1.4;
  padding: .5em;
}

.sec_secret h3 {
  color: #598ab9;
  font-size: 3rem;
  line-height: 1.46;

}

.sec_secret .tArea {
  font-size: 1.8rem;
  padding-top: 5rem;
}

.sec_secret .tArea p {
  line-height: 1.875;
  margin-top: 1em;
}

.sec_secret .img_box {
  background: url(../image/img_secret.jpg) no-repeat center left / cover;
}

.sec_secret .img_box:before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  left: 1rem;
  top: 1rem;
  border: solid 1px #fff;
}

/*@ = laptop L = @*/
@media (max-width : 1304px) {
  .sec_secret .flex_box {
    padding-left: 4vw;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_secret .flex_box {
    padding: 0 4vw 6rem;
    display: block;
  }

  .sec_secret .flex_box:before {
    height: calc(100% - 10px - 13.92rem - 23.5vw);
    background-size: 41.5rem auto;
    background-position: right bottom;
  }

  .sec_secret .txt_box {
    width: 100%;
  }

  .sec_secret .txt_box .inner {
    max-width: 100%;
    padding: 0;
  }

  .sec_secret .tArea {
    padding-top: 3rem;
    font-size: 1.6rem;
  }

  .sec_secret .img_box {
    position: relative;
    width: 100%;
    padding-top: 50%;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_secret .tArea {
    font-size: 1.4rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_secret .flex_box:before {
    height: calc(100% - 10px - 13.92rem - 35.25vw);
  }

  .sec_secret h3 {
    font-size: 2.4rem;
  }

  .sec_secret .img_box {
    padding-top: 75%;
  }
}

/*============================
#sec_detail
============================*/
.sec_detail {
  padding: 10rem 0;
}

.sec_detail h2 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 1.25em;
}

.sec_detail .img_box {
  width: 50%;
  padding-right: 5rem;
}


.sec_detail .txt_box {
  width: 50%;
  line-height: 1.875;
}

.sec_detail .txt_box p:not(:last-child) {
  margin-bottom: 1em;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_detail {
    padding: 6rem 0;
  }

  .sec_detail h2 {
    font-size: 3rem;
  }

  .sec_detail .flex_box {
    display: block;
  }

  .sec_detail .img_box {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }

  .sec_detail .txt_box {
    padding-top: 3rem;
    width: 100%;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_detail .img_box {
    width: 100%;
  }

}



/*============================
#sec_feature
============================*/
.sec_feature {
  position: relative;
  padding: 10rem 0;
  background: #eef7ff;
  overflow: hidden;
}

.sec_feature:before,
.sec_feature:after {
  position: absolute;
  content: "";
  width: 70rem;
  height: 56.6rem;
  background: url(../../common/image/bg_deco02.png) no-repeat center center / contain;
  z-index: 1;
}

.sec_feature:before {
  top: 5rem;
  left: 0;
}

.sec_feature:after {
  top: 40.8rem;
  right: 0;
  transform: rotateY(180deg);
}

.sec_feature .container {
  position: relative;
  z-index: 2;
}

.sec_feature h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.4em;
}

.sec_feature .point_list {
  counter-reset: count01 0;
}

.sec_feature .point_list li {
  width: 30%;
  counter-increment: count01 1;
}

.sec_feature .point_list h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
  color: #598ab9;
}

.sec_feature .point_list .number {
  position: relative;
  display: block;
  width: 41.5%;
  padding-top: 41.5%;
  margin: 0 auto 1em;
  font-size: 2em;
  border-radius: 50%;
  background: #598ab9;
  line-height: 1;
}

.sec_feature .point_list .number:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: italic;
  content: counter(count01, decimal-leading-zero);
  color: #fff;
  text-indent: -.15em;
}

.sec_feature .point_list p {
  text-align: center;
}


/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_feature {
    padding: 6rem 0;
  }

  .sec_feature:before,
  .sec_feature:after {
    width: 35rem;
    height: 28.3rem;
  }

  .sec_feature:before {
    width: 35rem;
    height: 28.3rem;
  }

  .sec_feature:after {
    top: initial;
    bottom: 5rem;
  }

  .sec_feature h2 {
    font-size: 3rem;
  }

  .sec_feature .point_list {
    display: block;
  }

  .sec_feature .point_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .sec_feature .point_list li:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: dashed 1px #bdd0e2;
  }

  .sec_feature .point_list h3 {
    width: 40%;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .sec_feature .point_list .number {
    margin-bottom: .5em;
    width: 35%;
    padding-top: 35%;
  }


  .sec_feature .point_list p {
    width: 60%;
    text-align: left;
    padding-left: 2rem;
  }

}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_feature .point_list li {
    display: block;
  }

  .sec_feature .point_list h3 {
    width: 100%;
    margin-bottom: 1em;
  }

  .sec_feature .point_list .number {
    width: 17%;
    padding-top: 17%;
  }

  .sec_feature .point_list p {
    width: 100%;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_feature h2 {
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .sec_feature .point_list li {
    display: block;
  }

  .sec_feature .point_list .number {
    font-size: 1.5em;
  }

  .sec_feature .point_list h3 {
    margin: 0 auto 2rem;
    width: 100%;
  }

  .sec_feature .point_list p {
    width: 100%;
    padding: 0 1.5rem;
  }
}

/*============================
#sec_price
============================*/
.sec_price {
  padding: 10rem 0;
}

.sec_price .sec_box {
  counter-reset: count02 0;
}

.sec_price .flex_box h2 {
  white-space: nowrap;
  margin-right: 9rem;
  font-size: 3.6rem;
  line-height: 1.4;
}

.sec_price section {
  counter-increment: count02 1;
  margin-bottom: 8rem;
}

.sec_price section .ttl_box {
  margin-right: 5rem;
}

.sec_price section .ttl_catch {
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 1;
  width: 12em;
}

.sec_price section h3 span:before {
  display: block;
  content: counter(count02, decimal-leading-zero)'.';
}

.sec_price section .ttl_catch span {
  color: #444;
  padding: 1em 0;
}

.sec_price section .txt_box {
  width: 100%;
}

.sec_price section .txt_box p {
  margin-bottom: 1em;
}

.sec_price .lead {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

/*@ = laptop = @*/
@media (max-width : 1199px) {
  .sec_price .container>.flex_box {
    display: block;
  }

  .sec_price .sec_box {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .sec_price h2 {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1;
  }

  .sec_price section {
    width: 31%;
    display: block;
    margin-bottom: 0;
  }

  .sec_price section .ttl_box {
    margin-right: 0;
    line-height: 1;
    margin-bottom: 1em;
  }

  .sec_price section .ttl_box:before {
    display: block;
    content: counter(count02, decimal-leading-zero);
    margin: 0 auto 1em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    line-height: 3;
    color: #fff;
    background: #d3c6a6;
  }

  .sec_price section .ttl_box .i_quat {
    display: none;
  }

  .sec_price section .ttl_catch {
    width: 100%;
    font-size: 2rem;
  }

  .sec_price section .ttl_catch span {
    position: relative;
    display: inline-block;
    padding: 0 3.35em;
    max-width: 100%;
  }

  .sec_price section h3 span:before,
  .sec_price section h3 span:after {
    position: absolute;
    content: "";
    top: 0;
    width: 2.55em;
    height: 100%;
    background: url(../../common/image/decoration/title_deco_g03.png) no-repeat center left / contain;
  }

  .sec_price section h3 span:before {
    left: 0;
  }

  .sec_price section h3 span:after {
    right: 0;
    transform: rotateY(180deg);
  }

  .sec_price section .txt_box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }

  .sec_price section .txt_box table {
    order: 1;
  }

  .sec_price section .txt_box p {
    order: 2;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .sec_price .sub_box {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }

  .sec_price .lead {
    font-size: 2rem;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_price {
    padding: 6rem 0;
  }

  .sec_price .sub_sec {
    width: 48%;
  }

  .sec_price .sub_box {
    margin-top: 0;
    align-self: center;
  }

  .sec_price .lead {
    font-size: 1.6rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_price .sec_box {
    display: block;
  }

  .sec_price .sub_sec {
    position: relative;
    width: 100%;
  }

  .sec_price .sub_sec:not(:last-child) {
    margin-bottom: 6rem;
  }

  .sec_price section {
    padding: 6rem 5rem 5rem;
    border: solid 1px #ebdcb9;
    background-image: url(../../common/image/decoration/border_deco_g01_lt.png), url(../../common/image/decoration/border_deco_g01_rt.png), url(../../common/image/decoration/border_deco_g01_rb.png), url(../../common/image/decoration/border_deco_g01_lb.png);
    background-size: 5.6rem auto;
    background-repeat: no-repeat;
    background-position: left top, right top, right bottom, left bottom;
  }

  .sec_price section .ttl_box:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_price section {
    padding: 5rem 3rem;
  }

  .sec_price section .ttl_box {
    margin-bottom: 1.5em;
  }

  .sec_price section h3 span:before,
  .sec_price section h3 span:after {
    display: none;
  }

  .sec_price section .ttl_catch span {
    padding: 0;
  }
}

/*============================
#sec_staff
============================*/
.sec_staff {
  padding: 10rem 0;
  background: url(../image/bg_staff.jpg) no-repeat center center / cover;
}

.sec_staff .container {
  padding: 2rem;
  background: rgba(255, 255, 255, .4);
}

.sec_staff .flex_box {
  background: rgba(255, 255, 255, .8);
  padding: 8rem;
}

.sec_staff .img_box {
  width: 315px;
}

.sec_staff .txt_box {
  padding-left: 5rem;
  width: calc(100% - 315px);
}

.sec_staff .txt_box h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.sec_staff .txt_box h2 span {
  display: block;
}

.sec_staff .txt_box h2 .name {
  margin-top: .5em;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_staff {
    padding: 6rem 0;
  }

  .sec_staff .container {
    padding: 0;
  }

  .sec_staff .flex_box {
    padding: 4rem;
  }

  .sec_staff .img_box {
    width: 35%;
  }

  .sec_staff .txt_box {
    width: 65%;
    padding-left: 3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_staff .flex_box {
    display: block;
  }

  .sec_staff .img_box {
    margin: 0 auto 4rem;
    width: 50%;
  }

  .sec_staff .txt_box {
    width: 100%;
    padding-left: 0;
  }

  .sec_staff .txt_box h2 {
    text-align: center;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_staff .flex_box {
    padding: 3rem;
  }

  .sec_staff .img_box {
    margin-bottom: 2rem;
  }

  .sec_staff .txt_box h2 {
    font-size: 2rem;
  }
}