@charset "utf-8";

/*============================
#common
============================*/
.under .ttl_block .page_ttl:after {
  width: 112.8rem;
  height: 50rem;
  background-image: url(../image/img_mv.png);
  background-position: center left;
  top: 0;
  transform: translateY(0);
  right: -33.2rem;
}

.img_box img {
  max-width: 100%;
  height: auto;
}

.price_sheet tr {
  border-top: solid 1px #e8dcb7;
  border-bottom: solid 1px #e8dcb7;
}

.price_sheet tbody tr td {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.5em 1em;
}

.price_sheet tbody tr td {
  width: 50%;
}

.price_sheet tbody tr td:first-child {
  text-align: left;
  padding-left: 3em;
}

.main_sec {
  padding: 0;
  margin-top: 10rem;
}

.ttl_deco_01 {
  margin-bottom: .75em;
}

article .deco_box {
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 5.7rem auto, 5.7rem auto, 5.7rem auto, 5.7rem auto;
}

article .deco_box.deco_box_b {
  border: solid 1px #bcdeec;
  background-image: url(../../common/image/decoration/border_deco_b04_lt.png), url(../../common/image/decoration/border_deco_b04_rt.png), url(../../common/image/decoration/border_deco_b04_rb.png), url(../../common/image/decoration/border_deco_b04_lb.png);
  background-size: 11.2rem auto, 11.2rem auto, 11.2rem auto, 11.2rem auto;
  padding: 8rem 12rem;
}

article .deco_box.deco_box_g {
  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);
  padding: 6rem 8rem;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  body {
    font-size: 1.6rem;
  }

  .under .ttl_block .page_ttl:after {
    width: 78.96rem;
    height: 35rem;
  }

  .main_sec {
    margin-top: 6rem;
  }

  article .deco_box.deco_box_b {
    padding: 7rem;
  }

  article .deco_box.deco_box_g {
    padding: 5rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .under .ttl_block .page_ttl:after {
    height: 30rem;
    width: 67.68rem;
    right: -30.16rem;
  }

  .price_sheet tbody tr td {
    font-size: 1.6rem;
  }

  .price_sheet tbody tr td:first-child {
    padding-left: 1em;
  }

  article .deco_box.deco_box_b {
    padding: 7rem 5rem;
    background-size: 8.5rem auto;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  body {
    font-size: 1.4rem;
  }

  .under .ttl_block .page_ttl:after {
    width: 56.4rem;
    height: 25rem;
    right: -26rem;
  }

  article .deco_box.deco_box_b {
    padding: 5rem 3rem;
    background-size: 7rem auto;
  }

  article .deco_box.deco_box_g {
    padding: 5rem 3rem;
  }

  .price_sheet tbody tr td {
    font-size: 1.4rem;
  }

  .price_sheet tbody tr td:first-child {
    padding-right: 0;
  }
}



/*============================
#sec_intro
============================*/
.sec_intro .catch {
  text-align: center;
  font-size: 7.2rem;
  color: #5f4400;
  line-height: 1.475;
  margin-bottom: .8em;
}

.sec_intro .catch span {
  color: #598ab9;
}

.sec_intro .img_box {
  margin-bottom: 5rem;
}

.sec_intro .movie {
  max-width: 900px;
  margin: 0 auto;
}

.sec_intro .movie .movie_box {
  padding-top: 45.8%;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_intro .catch {
    font-size: 4.8rem;
  }

  .sec_intro .img_box {
    margin-bottom: 4rem;
  }

}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_intro .catch {
    font-size: 4rem;
  }

}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_intro .catch {
    font-size: 3.6rem;
  }
}



/*============================
#sec_impression
============================*/
.sec_impression .sub_sec {
  margin-bottom: 7rem;
}

.sec_impression .ttl_deco_01 {
  margin-bottom: 1.5em;
}

.sec_impression .voice_list {
  text-align: center;
}

.sec_impression .voice_list ul {
  display: inline-block;
  text-align: left;
}

.sec_impression .voice_list li {
  position: relative;
  font-size: 3rem;
  padding-left: 1.7em;
  line-height: 1.4;
}

.sec_impression .voice_list li:nth-child(n+2) {
  margin-top: .75em;
}

.sec_impression .voice_list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: .35em;
  width: 1.25em;
  height: 1em;
  background: url(../../common/image/icon_check_b.png) no-repeat center left / contain;
}

.sec_impression .voice_list span {
  position: relative;
  display: inline-block;
  padding-bottom: .2em;
  color: #598ab9;
}

.sec_impression .voice_list span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #598ab9;
  left: 0;
  bottom: 0;
}

.sec_impression .catch {
  text-align: center;
  color: #b50568;
  font-size: 4.8rem;
  margin-bottom: 1.625em;
}

.sec_impression .point_list {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 970px;
  margin: 0 auto 5rem;
}

.sec_impression .point_list li {
  width: 17.5%;
  margin-right: 3.125%;
}

.sec_impression .point_list li:nth-child(5n),
.sec_impression .point_list li:last-child {
  margin-right: 0;
}

.sec_impression .point_list li:nth-child(n+6) {
  margin-top: 3.125%;
}

.sec_impression .point_list .img_box {
  border: solid 1px #bcdeec;
}

.sec_impression .point_list p {
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  color: #164878;
  margin-top: .5em;
}

.sec_impression .img_list .img_box {
  width: 48%;
}

.sec_impression .img_list p {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.4;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_impression .voice_list li {
    font-size: 2.2rem;
  }

  .sec_impression .catch {
    font-size: 3.6rem;
  }

  .sec_impression .point_list p {
    font-size: 1.6rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_impression .sub_sec {
    margin-bottom: 5rem;
  }

  .sec_impression .ttl_deco_01 {
    font-size: 3.2rem;
  }

  .sec_impression .voice_list li {
    font-size: 2rem;
    padding-left: 1.5em;
    letter-spacing: 0.035em;
  }

  .sec_impression .catch {
    font-size: 3rem;
  }

  .sec_impression .point_list li {
    width: 30%;
    margin-right: 5%;
  }

  .sec_impression .point_list li:nth-child(5n) {
    margin-right: 5%;
  }

  .sec_impression .point_list li:nth-child(3n) {
    margin-right: 0;
  }

  .sec_impression .point_list li:nth-child(n+4) {
    margin-top: 1.5em;
  }

  .sec_impression .point_list .img_box {
    max-width: 168px;
    margin: 0 auto;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_impression .catch {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: .75em;
  }

  .sec_impression .point_list li {
    width: 32%;
    margin-right: 2%;
  }

  .sec_impression .point_list li:nth-child(5n) {
    margin-right: 2%;
  }

  .sec_impression .point_list li:last-child {
    margin-right: 0;
  }

  .sec_impression .point_list p {
    font-size: 1.4rem;
  }

  .sec_impression .img_list {
    display: block;
  }

  .sec_impression .img_list .img_box {
    width: 100%;
  }

  .sec_impression .img_list .img_box:nth-child(n+2) {
    margin-top: 3rem;
  }

  .sec_impression .img_list p {
    margin-top: .5em;
  }
}



/*============================
#sec_secret
============================*/
.sec_secret .ttl_deco_01 {
  margin-bottom: 1em;
}

.sec_secret #s03_1 {
  margin-bottom: 6rem;
}

.sec_secret #s03_1 .catch {
  text-align: center;
  font-size: 3.6rem;
  color: #b50568;
  margin-bottom: .6em;
}

.sec_secret #s03_1 .txt_box {
  text-align: center;
}

.sec_secret #s03_1 .txt_box p {
  font-size: 2.4rem;
  line-height: 1.5;
}

.sec_secret #s03_1 .txt_box p:not(:last-child) {
  margin-bottom: .7em;
}

.sec_secret #s03_1 .txt_box p.txt_b {
  color: #598ab9;
}

.sec_secret #s03_1 .txt_box p.txt_l {
  font-size: 3.6rem;
  color: #5f4400;
}

.sec_secret .secret_box {
  align-items: center;
}

.sec_secret .secret_box:not(:last-child) {
  margin-bottom: 5rem;
}

.sec_secret .secret_box .img_box {
  width: 62.5%;
  padding-right: 2rem;
}

.sec_secret .secret_box .txt_box {
  width: 37.5%;
  min-height: 480px;
}

.sec_secret .secret_box h3 {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 2px 0;
  text-align: center;
  font-size: 2.4rem;
  color: #b50568;
  margin-bottom: 2.25em;
}

.sec_secret .secret_box h3 span {
  display: block;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 1em;
  line-height: 1.4;
}

.sec_secret .secret_box h3,
.sec_secret .secret_box h3 span {
  border-color: #b50568;
}

.sec_secret .secret_box p {
  line-height: 1.875;
}

.sec_secret .secret_box p:not(:last-child) {
  margin-bottom: 1em;
}

/*@ = laptop L = @*/
@media (max-width : 1304px) {
  .sec_secret .secret_box {
    align-items: stretch;
  }

  .sec_secret .secret_box:not(:last-child) {
    margin-bottom: 6rem;
  }

  .sec_secret .secret_box .img_box {
    width: 60%;
  }

  .sec_secret .secret_box .txt_box {
    min-height: 1px;
  }

  .sec_secret .secret_box h3 {
    margin-bottom: 1.25em;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_secret #s03_1 .catch {
    font-size: 3rem;
    line-height: 1.4;
  }

  .sec_secret #s03_1 .txt_box p {
    font-size: 2rem;
  }

  .sec_secret #s03_1 .txt_box p.txt_l {
    font-size: 2.8rem;
  }

  .sec_secret .secret_box {
    flex-wrap: wrap;
    align-items: center;
  }

  .sec_secret .secret_box .img_box {
    width: 45%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }

  .sec_secret .secret_box .txt_box {
    width: 50%;
  }

  .sec_secret .secret_box h3 {
    width: 100%;
  }

}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_secret .ttl_deco_01 {
    font-size: 3.2rem;
  }

  .sec_secret #s03_1 .catch {
    font-size: 2.6rem;
  }

  .sec_secret #s03_1 .txt_box p {
    font-size: 2rem;
  }

  .sec_secret .secret_box {
    display: block;
  }

  .sec_secret .secret_box .img_box {
    width: 100%;
  }

  .sec_secret .secret_box .txt_box {
    width: 100%;
    margin-top: 2em;
  }

  .sec_secret .secret_box p {
    font-size: 1.6rem;
  }

  .sec_secret #s03_1 .txt_box p.txt_l {
    font-size: 2.6rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_secret #s03_1 .txt_box p {
    font-size: 1.8rem;
  }

  .sec_secret #s03_1 .txt_box p.txt_l {
    font-size: 2.4rem;
  }

  .sec_secret .secret_box h3 span {
    padding: 1em 0;
  }
}

/*============================
#sec_mechanism
============================*/
.sec_mechanism .ttl_deco_01 {
  margin-bottom: 1.3em;
}

.sec_mechanism .sec_box {
  counter-reset: count01 0;
}

.sec_mechanism .sub_sec {
  counter-increment: count01 1;
}

.sec_mechanism .sub_sec:nth-child(n+2) {
  margin-top: 8rem;
}

.sec_mechanism .sub_sec>div {
  width: 50%;
}

.sec_mechanism .sub_sec .img_box {
  padding-right: 5rem;
  text-align: center;
}

.sec_mechanism .sub_sec h3 {
  position: relative;
  font-size: 2.4rem;
  padding: .8em 0 0 2em;
  color: #598ab9;
  margin-bottom: 1.3em;
}

.sec_mechanism .sub_sec h3:before {
  position: absolute;
  content: counter(count01)'.';
  left: 0;
  top: 0;
  font-size: 2em;
}

.sec_mechanism .sub_sec p {
  line-height: 1.875;
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_mechanism .ttl_deco_01 {
    font-size: 3.2rem;
  }

  .sec_mechanism .sub_sec {
    flex-wrap: wrap;
  }

  .sec_mechanism .sub_sec:nth-child(n+2) {
    margin-top: 4rem;
  }

  .sec_mechanism .sub_sec .img_box {
    padding-right: 2rem;
  }

  .sec_mechanism .sub_sec h3 {
    width: 100%;
    margin-bottom: 1em;
    font-size: 2rem;
  }

  .sec_mechanism .sub_sec p {
    font-size: 1.4rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_mechanism .sub_sec {
    display: block;
  }

  .sec_mechanism .sub_sec:nth-child(n+2) {}

  .sec_mechanism .sub_sec>div {
    width: 100%;
  }

  .sec_mechanism .sub_sec .img_box {
    padding: 0;
  }

  .sec_mechanism .sub_sec .txt_box {
    margin-top: 1em;
  }
}

/*============================
#sec_flow
============================*/
.sec_flow .ttl_deco_01 {
  margin-bottom: 1em;
}

.sec_flow .ttl_deco_03 {
  margin-bottom: 1.3em;
}

.sec_flow .flow_box {
  position: relative;
  padding-top: 8rem;
}

.sec_flow .flow_box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: url(../image/v_line.png) repeat-y center center;
}

.sec_flow .flow_box .inner {
  width: 50%;
}

.sec_flow .flow_box h4 {
  position: relative;
  font-size: 2.4rem;
  color: #5f4400;
  margin-bottom: .9em;
  line-height: 1.6;
}

.sec_flow .flow_box h4:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 10rem;
  height: 2px;
  background: url(../image/h_line.png) repeat-x;
}

.sec_flow .flow_box p {
  line-height: 1.875;
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}


.sec_flow .flow_box section:nth-child(odd) .inner {
  margin-right: auto;
  padding-right: 12rem;
}

.sec_flow .flow_box section:nth-child(even) .inner {
  margin-left: auto;
  padding-left: 12rem;
}

.sec_flow .flow_box section:nth-child(odd) .txt_box {
  text-align: right;
}

.sec_flow .flow_box section:nth-child(even) .txt_box {
  text-align: left;
}

.sec_flow .flow_box section:nth-child(odd) h4:after {
  right: -12rem;
  background-position: right center;
}

.sec_flow .flow_box section:nth-child(even) h4:after {
  left: -12rem;
  background-position: left center;

}

.sec_flow .flow_box .img_box {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f6f6f6;
  padding: 5rem;
}

/*============================
#flow_01
============================*/
.sec_flow .flow_box #flow_01 .img_box {
  padding: 0;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_flow .flow_box {
    padding-top: 6rem;
  }

  .sec_flow .flow_box h4 {
    font-size: 2.2rem;
  }

  .sec_flow .flow_box h4:after {
    width: 4rem;
  }

  .sec_flow .flow_box section:nth-child(odd) .inner {
    padding-right: 6rem;
  }

  .sec_flow .flow_box section:nth-child(even) .inner {
    padding-left: 6rem;
  }

  .sec_flow .flow_box section:nth-child(odd) h4:after {
    right: -6rem;
  }

  .sec_flow .flow_box section:nth-child(even) h4:after {
    left: -6rem;
  }

  .sec_flow .flow_box .img_box {
    padding: 3rem;
    text-align: center;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_flow .flow_box {
    padding: 4rem 0;
  }


  .sec_flow .flow_box .inner {
    position: relative;
    width: 100%;
    padding: 5rem;
    border: solid 1px #eadab6;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, right bottom, left bottom;
    background-size: 5.7rem auto, 5.7rem auto, 5.7rem auto, 5.7rem auto;
    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-color: #fff;
    z-index: 3;
  }

  .sec_flow .flow_box h4:after {
    display: none;
  }

  .sec_flow section:nth-child(n+2) {
    margin-top: 4rem;
  }

  .sec_flow .flow_box section:nth-child(odd) .inner,
  .sec_flow .flow_box section:nth-child(even) .inner {
    padding: 4rem;
  }


  .sec_flow .flow_box section:nth-child(odd) .txt_box,
  .sec_flow .flow_box section:nth-child(even) .txt_box {
    text-align: center;
  }

  .sec_flow .flow_box .img_box {
    padding: 0;
    background: none;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {

  .sec_flow .flow_box section:nth-child(odd) .inner,
  .sec_flow .flow_box section:nth-child(even) .inner {
    padding: 3.5rem 3rem;
  }

  .sec_flow .flow_box h4 {
    font-size: 2rem;
  }

  .sec_flow .flow_box p {
    font-size: 1.3rem;
  }
}

/*============================
#sec_cautions
============================*/
.sec_cautions .container {
  max-width: 1000px;
}

.sec_cautions .inner p {
  margin-bottom: 1em;
}

.sec_cautions .inner h3 {
  font-size: 1.8rem;
  margin-bottom: 1.125em;
}

.sec_cautions .inner .d_list01 {
  margin-top: 2.5em;
}

.sec_cautions .inner .d_list01 li:nth-child(n+2) {
  margin-top: .8em;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_cautions .ttl_deco_02 {
    margin-bottom: 1.5em;
  }

  .sec_cautions .ttl_deco_02 span{
    padding:0;
  }
  .sec_cautions .ttl_deco_02 span:before,
  .sec_cautions .ttl_deco_02 span:after {
    display: none;
  }

  .sec_cautions .inner .d_list01 {
    margin-top: 1.5em;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_cautions .container {}

  .sec_cautions .ttl_deco_02 {
    line-height: 1.6;
    margin-bottom: 1em;
  }

  .sec_cautions .inner h3 {
    margin-top: 2em;
    margin-bottom: 1em;
  }

}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_cautions .ttl_deco_02 {
    font-size: 2.2rem;
  }
}

/*============================
#sec_menu
============================*/
.sec_menu:last-child{
  padding-bottom: 10rem;
}

.sec_menu .inner {
  max-width: 900px;
  margin: 0 auto;
}

.sec_menu .inner .ttl_deco_02 {
  font-size: 4rem;
  margin-bottom: 1em;
}

.sec_menu .inner .ttl_deco_02 span {
  padding: 0px 12rem;
}

.sec_menu .inner .ttl_deco_02 span:before,
.sec_menu .inner .ttl_deco_02 span:after {
  height: .75em;
  width: 1.685em;
  top: .15em;
}

.sec_menu .inner .ttl_deco_02 em{
  font-style:normal;
  margin-right:1em;
}

.sec_menu .inner p {
  line-height: 1.875;
  margin-bottom: 3em;
  text-align: center;
}

.sec_menu .inner h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1em;
  color: #5f4400;
}

.sec_menu .inner .price_sheet {
  max-width: 600px;
  margin: 0 auto;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .sec_menu:last-child{
    padding-bottom: 6rem;
  }

  .sec_menu .inner .ttl_deco_02 {
    font-size: 3rem;
    line-height: 1.4;
  }

  .sec_menu .inner .ttl_deco_02 span {
    padding: 0;
  }

  .sec_menu .inner .ttl_deco_02 span:before,
  .sec_menu .inner .ttl_deco_02 span:after {
    display: none;
  }

  .sec_menu .inner h3 {
    font-size: 2.4rem;
  }

}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .sec_menu .inner .ttl_deco_02 {
    font-size: 2.4rem;
  }

  .sec_menu .inner p {
    font-size: 1.4rem;
  }

  .sec_menu .inner h3 {
    font-size: 1.8rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .sec_menu .inner .ttl_deco_02 em{
    display:block;
    margin-right:0;
  }
}
