@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: 1.5em 1em;
}

.price_sheet td:nth-child(1) {
  width: 35%;
  text-align: left;
  padding-left: 3em;
}

.price_sheet td:nth-child(2) {
  width: 25%;
}

.price_sheet td:nth-child(3) {
  width: 40%;
  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 .ttl_catch .i_quat {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: block;
  overflow: hidden;
}

.ttl_box .ttl_catch .i_quat:before,
.ttl_box .ttl_catch .i_quat:after {
  position: absolute;
  content: "";
}

.ttl_box .ttl_catch .i_quat:before {
  width: 1px;
  height: 100%;
  background: #ccb682;
}

.ttl_box .ttl_catch .i_quat:after {
  width: 100%;
  height: 1px;
  background: #ccb682;
}

.ttl_box .ttl_catch .l_quat {
  left: 0;
  top: 0;
  border-left: solid 1px #ccb682;
  border-top: solid 1px #ccb682;
}

.ttl_box .ttl_catch .l_quat:before {
  top: 0;
  left: .4rem;
}

.ttl_box .ttl_catch .l_quat:after {
  top: .4rem;
  left: 0;
}

.ttl_box .ttl_catch .r_quat {
  right: 0;
  bottom: 0;
  border-right: solid 1px #ccb682;
  border-bottom: solid 1px #ccb682;
}

.ttl_box .ttl_catch .r_quat:before {
  bottom: 0;
  right: .4rem;
}

.ttl_box .ttl_catch .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 {
    height: 35rem;
    width: 65.03rem;
    right: -23.94rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .under .ttl_block .page_ttl:after {
    height: 30rem;
    width: 55.74rem;
    right: -29.2rem;
  }

  .ttl_box .ttl_catch {
    font-size: 2.6rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .under .ttl_block .page_ttl:after {
    width: 46.45rem;
    height: 25rem;
  }


  .price_sheet tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -1px;
    flex-wrap: wrap;
    padding: 1.5em 1em;
    font-size: 1.6rem;
  }

  .price_sheet tr.flex_box_ss td:nth-child(1) {
    width: 40%;
    text-align: left;
    padding: 0;
  }

  .price_sheet tr.flex_box_ss td:nth-child(3) {
    width: 60%;
    padding: 0;
  }

  .price_sheet tr td {
    padding: 0;
  }

  .price_sheet tr td:nth-child(1) {
    font-size: 1.8rem;
  }

  .price_sheet tr:not(.flex_box_ss) td:nth-child(1) {
    width: 100%;
    padding: 0 0 1em;
    margin-bottom: 1em;
    border-bottom: dashed 1px #ccb682;
  }

  .price_sheet tr:not(.flex_box_ss) td:nth-child(2) {
    width: 40%;
    text-align: left;
  }

  .price_sheet tr:not(.flex_box_ss) td:nth-child(3) {
    width: 60%;
    padding: 0;
  }

  .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_box .ttl_catch span {
  color: #598ab9;
}

.sec_intro .ttl_box .ttl_catch .i_quat:before,
.sec_intro .ttl_box .ttl_catch .i_quat:after {
  background: #598ab9;
}

.sec_intro .ttl_box .ttl_catch .l_quat {
  border-color: #598ab9;
}

.sec_intro .ttl_box .ttl_catch .r_quat {
  border-color: #598ab9;
}

.sec_intro .txt_box {
  font-size: 2.4rem;
  text-align: center;
  color: #598ab9;
}

.sec_intro .txt_box li:nth-child(n+2) {
  margin-top: .3em;
}

.sec_intro .txt_box li p {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: .25em;
}

.sec_intro .txt_box li p:after {
  position: absolute;
  content: "";
  width: calc(100% - 1em);
  height: 1px;
  background: #598ab9;
  left: .5em;
  bottom: 0;
}

.sec_intro .txt_box li p span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
}

.sec_intro .txt_box li p span:before,
.sec_intro .txt_box li p span:after {
  position: absolute;
}

.sec_intro .txt_box li p span:before {
  content: "「";
  left: 0;
  top: 0;
}

.sec_intro .txt_box li p span:after {
  content: "」";
  right: 0;
  bottom: 0;
}


/*@ = laptop = @*/
@media (max-width : 1199px) {
  .sec_intro .txt_box {
    font-size: 2.2rem;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_intro {
    padding-top: 6rem;
  }

  .sec_intro .txt_box {
    font-size: 1.8rem;
  }

  .sec_intro .txt_box li:nth-child(n+2) {
    margin-top: 1em;
  }

  .sec_intro .txt_box li p {
    line-height: 1.8;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_intro .ttl_box .ttl_catch span {
    padding: 1em;
  }

  .sec_intro .txt_box li p {
    padding: 0;
  }

  .sec_intro .txt_box li p:after {
    display: none;
  }

  .sec_intro .txt_box li p span {
    background: linear-gradient(0deg, #5989b9 1px, transparent 1px);
    display: inline;
    padding: 0;
  }

  .sec_intro .txt_box li p span:before,
  .sec_intro .txt_box li p span:after {
    display: none;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_intro .txt_box {
    font-size: 1.6rem;
  }
}

/*============================
#sec_comment
============================*/
.sec_comment {
  padding-top: 8rem;
}

.sec_comment .img_box {
  margin-bottom: 5rem;
}

.sec_comment .txt_box {
  font-size: 3rem;
  text-align: center;
  color: #598ab9;
}

.sec_comment .txt_box li p {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  color: #164878;
}

.sec_comment p span {
  color: #b50568;
}

.sec_comment .txt_box li p:before,
.sec_comment .txt_box li p:after {
  position: absolute;
}

.sec_comment .txt_box li p:before {
  content: "「";
  left: 0;
  top: 0;
}

.sec_comment .txt_box li 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 .txt_box {
    font-size: 2rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_comment .txt_box li p {
    background: linear-gradient(0deg, #5989b9 1px, transparent 1px);
    display: inline;
    padding: 0;
  }

  .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;
}

.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 .txt_box .inner {
  max-width: 600px;
  margin-left: auto;
  padding-right: 10rem;
}

.sec_secret .txt_box 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 .txt_box h2 span {
  border-top: solid 1px #598ab9;
  border-bottom: solid 1px #598ab9;
  display: block;
  line-height: 1.4;
  padding: .5em;
}

.sec_secret .txt_box h3 {
  color: #598ab9;
  font-size: 2.4rem;
  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 {
  position: relative;
  width: 50%;
  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 {
    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 .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 .sec_box {
  counter-reset: count01 0;
}

.sec_detail section {
  counter-increment: count01 1;
}

.sec_detail section:nth-child(n+2) {
  margin-top: 5rem;
}

.sec_detail section:nth-child(even) {
  flex-direction: row-reverse;
}

.sec_detail .img_box {
  width: 50%;
}

.sec_detail section:nth-child(odd) .img_box {
  padding-right: 5rem;
}

.sec_detail section:nth-child(even) .img_box {
  padding-left: 5rem;
}

.sec_detail .txt_box {
  width: 50%;
  padding-top: 5rem;
}

.sec_detail .txt_box h3 {
  position: relative;
  padding-left: 2.5em;
  padding-top: .5em;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #ccb682;
  margin-bottom: 1em;
}

.sec_detail .txt_box h3:before {
  position: absolute;
  content: counter(count01)'.';
  font-size: 2em;
  left: 0;
  top: 0;
  line-height: 1;
}

.sec_detail .txt_box p {
  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 .img_box {
    width: 45%;
  }

  .sec_detail section:nth-child(odd) .img_box {
    padding-right: 3rem;
  }

  .sec_detail section:nth-child(even) .img_box {
    padding-left: 3rem;
  }

  .sec_detail .txt_box {
    padding-top: 1.5rem;
    width: 55%;
  }

  .sec_detail .txt_box h3 {
    font-size: 2rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_detail .img_box {
    width: 35%;
  }

  .sec_detail section:nth-child(odd) .img_box {
    padding-right: 0;
  }

  .sec_detail section:nth-child(even) .img_box {
    padding-left: 0;
  }

  .sec_detail .txt_box {
    width: 60%;
  }

  .sec_detail .txt_box h3 {
    padding-left: 1.5em;
    padding-top: .25em;
  }

  .sec_detail .txt_box h3:before {
    font-size: 1.5em;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_detail section {
    display: block;
  }

  .sec_detail .img_box {
    width: 100%;
  }

  .sec_detail section:nth-child(odd) .img_box {
    padding: 0;
  }

  .sec_detail section:nth-child(even) .img_box {
    padding: 0;
  }

  .sec_detail .txt_box {
    width: 100%;
    padding-top: 2rem;
  }

  .sec_detail .txt_box h3 {
    margin-bottom: .75em;
  }
}

/*============================
#sec_effect
============================*/
.sec_effect {
  position: relative;
  padding: 10rem 0;
  background: #eef7ff;
  overflow: hidden;
}

.sec_effect:before,
.sec_effect: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_effect:before {
  top: 5rem;
  left: 0;
}

.sec_effect:after {
  top: 40.8rem;
  right: 0;
  transform: rotateY(180deg);
}

.sec_effect .container {
  position: relative;
  z-index: 2;
}

.sec_effect h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.4em;
}

.sec_effect .point_list {
  justify-content: center;
  counter-reset: count01 0;
  flex-wrap: wrap;
}

.sec_effect .point_list li {
  width: 30%;
  counter-increment: count01 1;
  margin-left: 5%;
}

.sec_effect .point_list li:nth-child(3n+1) {
  margin-left: 0;
}

.sec_effect .point_list li:nth-child(n+4) {
  margin-top: 5%;
}

.sec_effect .point_list h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
  color: #598ab9;
  line-height: 1;
}

.sec_effect .point_list h3 .icon {
  position: relative;
  display: block;
  width: 41.5%;
  padding-top: 41.5%;
  margin: 0 auto 1em;
  font-size: 2.4rem;
  border-radius: 50%;
  background: #598ab9;
  line-height: 1;
}

.sec_effect .point_list h3 .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30%;
  padding-top: 30%;
  background: url(../image/icon_effect01.png) no-repeat center center / contain;
}

.sec_effect .point_list h3 .icon_01:before {
  background-image: url(../image/icon_effect01.png);
}

.sec_effect .point_list h3 .icon_02:before {
  background-image: url(../image/icon_effect02.png);
}

.sec_effect .point_list h3 .icon_03:before {
  background-image: url(../image/icon_effect03.png);
}

.sec_effect .point_list h3 .icon_04:before {
  background-image: url(../image/icon_effect04.png);
}

.sec_effect .point_list h3 .icon_05:before {
  background-image: url(../image/icon_effect05.png);
}

.sec_effect .point_list p {
  text-align: center;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_effect {
    padding: 6rem 0;
  }

  .sec_effect:before,
  .sec_effect:after {
    width: 35rem;
    height: 28.3rem;
  }

  .sec_effect:before {
    width: 35rem;
    height: 28.3rem;
  }

  .sec_effect:after {
    top: initial;
    bottom: 5rem;
  }

  .sec_effect h2 {
    font-size: 3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_effect .point_list {
    display: block;
  }

  .sec_effect .point_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .sec_effect .point_list li:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: dashed 1px #bdd0e2;
  }

  .sec_effect .point_list li:nth-child(even) {
    flex-direction: row-reverse;
  }

  .sec_effect .point_list h3 {
    width: 40%;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .sec_effect .point_list h3 .icon {
    margin-bottom: .5em;
  }

  .sec_effect .point_list p {
    width: 60%;
    text-align: left;
    padding-left: 2rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_effect h2 {
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .sec_effect .point_list li {
    display: block;
  }

  .sec_effect .point_list h3 {
    margin: 0 auto 2rem;
    width: 50%;
  }

  .sec_effect .point_list p {
    width: 100%;
    padding: 0 1.5rem;
  }
}

/*============================
#sec_impression
============================*/
.sec_impression {
  padding: 10rem 0;
}

.sec_impression h2 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2.5em;
}

.sec_impression .sec_box section {
  position: relative;
}

.sec_impression .sec_box section:nth-child(even) {
  flex-direction: row-reverse;
}

.sec_impression .sec_box section:nth-child(n+2) {
  margin-top: 5.5rem;
  padding-top: 5.5rem;
  border-top: solid 1px #ccb682;
}

.sec_impression .sec_box section:nth-child(n+2):before,
.sec_impression .sec_box section:nth-child(n+2):after {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  height: 11px;
  transform: translateX(-50%);
}

.sec_impression .sec_box section:nth-child(n+2):before {
  z-index: 2;
  width: 11px;
  background: #ccb682;
  border-radius: 50%;
}

.sec_impression .sec_box section:nth-child(n+2):after {
  z-index: 1;
  width: 10rem;
  min-width: 60px;
  background: #fff;
}

.sec_impression .sec_box .ttl_box {
  max-width: 29.2%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../common/image/decoration/border_deco_g04_lt.png), url(../../common/image/decoration/border_deco_g04_rb.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 6.8rem auto, 6.8rem auto;
  background-position: left top, right bottom;
}

.sec_impression .sec_box .ttl_box h3 {
  font-size: 2.4rem;
  color: #ccb682;
}

.sec_impression .sec_box .txt_box {
  width: 100%;
  max-width: 66.6%;
  padding-top: 1rem;
  min-height: 16rem;
  line-height: 1.875;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_impression {
    padding: 6rem 0;
  }

  .sec_impression h2 {
    font-size: 3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_impression h2 {
    margin-bottom: 1em;
  }

  .sec_impression .sec_box section {
    display: block;
  }

  .sec_impression .sec_box section:nth-child(n+2) {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }

  .sec_impression .sec_box .ttl_box {
    background: none;
    padding: 0;
    max-width: 100%;
    margin-bottom: 1.5em;
  }

  .sec_impression .sec_box .ttl_box h3 {
    position: relative;
    padding: .24em 4.5em .3em;
    display: inline-block;
    font-size: 2rem;
  }

  .sec_impression .sec_box .ttl_box h3:before,
  .sec_impression .sec_box .ttl_box h3:after {
    position: absolute;
    content: "";
    top: 0;
    width: 3.375em;
    height: 1.54em;
    background: url(../../common/image/decoration/title_deco_g02.png) no-repeat left center / contain;
  }

  .sec_impression .sec_box .ttl_box h3:before {
    left: 0;
  }

  .sec_impression .sec_box .ttl_box h3:after {
    right: 0;
    transform: rotateY(180deg);
  }

  .sec_impression .sec_box .txt_box {
    padding-top: 0;
    max-width: 100%;
    min-height: auto;
  }

}

/*============================
#sec_faq
============================*/
.sec_faq {
  position: relative;
  background: url(../../common/image/bg_deco05.png) no-repeat top 10rem left / 67.4rem 71.5rem, url(../../common/image/bg_deco06.png) no-repeat bottom 10rem right / 67.4rem 71.5rem, #eef7ff;
  padding: 10rem 0;
}

.sec_faq .ttl_box {
  text-align: left;
}

.sec_faq .ttl_box h2 {
  white-space: nowrap;
  font-size: 3.6rem;
  line-height: 1.4;
}

.sec_faq .faq_box {
  max-width: 75%;
  width: 100%;
  margin-left: 5rem;
}

.sec_faq .faq_box dt {
  border: solid 1px #598ab9;
  padding: 2rem 6rem 2rem 2rem;
  cursor: pointer;
}

.sec_faq .faq_box dt:not(:first-child) {
  margin-top: 2rem;
}

.sec_faq .faq_box dt h3 {
  position: relative;
  padding-left: 2em;
  line-height: 1.6;
}

.sec_faq .faq_box dt h3 .toggle {
  position: absolute;
  left: 0;
  top: .2em;
  width: 2rem;
  height: 2rem;
  background: #598ab9;
  border-radius: 50%;
  transition: .6s;
}

.sec_faq .faq_box dt h3 .toggle:before,
.sec_faq .faq_box dt h3 .toggle:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: .6s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec_faq .faq_box dt h3 .toggle:before {
  width: 2px;
  height: 50%;
}

.sec_faq .faq_box dt h3 .toggle:after {
  width: 50%;
  height: 2px;
}

.sec_faq .faq_box dt.active h3 .toggle {
  transform: rotate(270deg);
}

.sec_faq .faq_box dt.active h3 .toggle:after {
  opacity: 0;
}

.sec_faq .faq_box dd {
  padding: 3rem 6rem 3rem 3rem;
  border: solid 1px #598ab9;
  margin-top: -1px;
  background: url(../../common/image/bg_deco07.png) no-repeat right 1rem bottom -16.8rem / 40rem 33.6rem, #739fca;
}

.sec_faq .faq_box dd p {
  line-height: 1.875;
  color: #fff;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_faq {
    padding: 6rem 0;
  }

  .sec_faq .flex_box {
    display: block;
  }

  .sec_faq .ttl_box h2 {
    text-align: center;
    margin-bottom: .75em;
    font-size: 3rem;
  }

  .sec_faq .faq_box {
    max-width: 100%;
    margin-left: 0;
  }

  .sec_faq .faq_box dd {
    background-size: 25rem auto;
    background-position: right 2rem bottom;
    padding: 3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_faq {
    background-size: 26.7rem auto;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_faq .faq_box dd {
    padding: 2rem;
  }
}

/*============================
#sec_price
============================*/
.sec_price {
  padding: 10rem 0;
}

.sec_price .sec_box {
  counter-reset: count02 0;
  max-width: 75%;
  width: 100%;
}

.sec_price h2 {
  white-space: nowrap;
  margin-right: 9rem;
  font-size: 3.6rem;
  line-height: 1.4;
}

.sec_price section:not(:last-child) {
  margin-bottom: 8rem;
}

.sec_price .sub_box .inner {
  border: solid 1px #ccb682;
  padding: 2.5rem 0;
}

.sec_price .sub_box .inner>div {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

.sec_price .sub_box .check_list {
  max-width: calc(100% - 20rem);
  width: 100%;
  padding: 1em 5rem;
  line-height: 1.4;
}

.sec_price .sub_box .check_list li {
  position: relative;
  padding-left: 2em;
}

.sec_price .sub_box .check_list li:nth-child(n+2) {
  margin-top: 1em;
}

.sec_price .sub_box .check_list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: .25em;
  width: 1em;
  height: 1em;
  background: url(../../common/image/icon_check_g.png) no-repeat center center /contain;
}

.sec_price .sub_box .ttl_box {
  max-width: 20rem;
  width: 100%;
  text-align: center;
  border-right: solid 1px #ccb682;
  padding: 0 2.5rem;
  white-space: nowrap;
}

.sec_price .sub_box .ttl_box h3 {
  font-size: 2.4rem;
}

.sec_price .sub_box .lead02 {
  font-size: 1.8rem;
  margin-top: .5em;
}

.sec_price .sub_box .notes {
  margin-top: .5em;
}

.sec_price .sub_box .notes p {
  position: relative;
  padding-left: 1.5em;
}

.sec_price .sub_box .notes p:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.sec_price .price_box h3 {
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 1;
  width: 12em;
}

.sec_price .price_box .ttl_box {
  margin-right: 5rem;
}

.sec_price .price_box .ttl_catch span {
  color: #444;
  padding: 1.6em 0;
}

.sec_price .price_box .txt_box {
  width: 100%;
}

.sec_price .price_box .txt_box p {
  margin-bottom: 1em;
}

.sec_price .price_box .notes {
  margin-top: 1em;
}

.sec_price .price_box .notes li {
  position: relative;
  padding-left: 1.5em;
}

.sec_price .price_box .notes li:nth-child(n+2) {
  margin-top: .5em;
}

.sec_price .price_box .notes li:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

/*@ = 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: 48%;

  }

  .sec_price .sub_box {
    order: 1;
  }

  .sec_price .sub_box .inner {
    display: block;
    padding: 3rem 2rem;
    text-align: center;
  }

  .sec_price .sub_box .ttl_box {
    max-width: 100%;
    border-right: 0;
    line-height: 1;
    border-bottom: solid 1px #ccb682;
    margin-bottom: 2.5rem;
    padding: 0 0 2.5rem;
  }

  .sec_price .sub_box .check_list {
    width: auto;
    max-width: 100%;
    padding: 0;
    display: inline-block;
    text-align: left;
  }

  .sec_price .price_box .notes {
    font-size: 1.4rem
  }

  .sec_price .sub_box .lead02 {
    font-size: 1.6rem;
  }

  .sec_price .price_box {
    display: block;
    margin-bottom: 0;
    order: 2;
  }

  .sec_price .price_box .ttl_box {
    margin-right: 0;
    line-height: 1;
    margin-bottom: 1.5em;
  }

  .sec_price .price_box .ttl_box .i_quat {
    display: none;
  }

  .sec_price .price_box .ttl_catch {
    width: 100%;
  }

  .sec_price .price_box .ttl_catch span {
    position: relative;
    display: inline-block;
    padding: 0 3.35em;
    max-width: 100%;
  }

  .sec_price .price_box h3 span:before,
  .sec_price .price_box 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 .price_box h3 span:before {
    left: 0;
  }

  .sec_price .price_box h3 span:after {
    right: 0;
    transform: rotateY(180deg);
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_price {
    padding: 6rem 0;
  }

  .sec_price h2 {
    font-size: 3rem;
  }

  .sec_price .sec_box {
    display: block;
  }

  .sec_price section {
    width: 100%;
  }

  .sec_price section:not(:last-child) {
    margin-bottom: 5rem;
  }

  .sec_price .sub_box .ttl_box h3,
  .sec_price .price_box .ttl_catch {
    font-size: 2rem;
  }

  .sec_price .sub_box .inner {
    padding: 3rem 5rem
  }

  .sec_price .sub_box .lead02 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1em;
  }

  .sec_price .price_box {
    padding: 5rem 8rem;
    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 .price_box .ttl_box {
    margin-bottom: 2em
  }

  .sec_price .price_box .notes {
    font-size: 1.3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_price .sub_box .inner {
    padding: 3rem;
  }

  .sec_price .price_box {
    padding: 5rem 3rem;
  }

}

/*============================
#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;
  }
}