@charset "UTF-8";
@import url("../css/default.css");
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  width: 100%;
  color: #000;
  font-size: .22rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: .11rem;
  }
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - .4rem);
  }
}

a {
  color: #000;
}

img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

/* header
--------------------------------------------------------------*/
.header {
  width: 100%;
  height: .7rem;
  padding: 0 .19rem 0 .39rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.header_logo {
  width: 1.62rem;
}

@media screen and (min-width: 769px) {
  .header_logo a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header_logo a:hover {
    opacity: .7;
  }
}

.header_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .header_navi li a.tel {
    pointer-events: none;
  }
}

.header_navi li a.tel .time_text {
  font-weight: 400;
  font-size: .11rem;
  letter-spacing: .1em;
}

.header_navi li a.tel .num {
  margin: .02rem 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
}

.header_navi li a.mail, .header_navi li a.line {
  width: .42rem;
}

.header_navi li a.mail {
  margin: 0 .08rem 0 .16rem;
}

@media screen and (max-width: 768px) {
  .header {
    height: .5rem;
    padding: 0 .19rem 0 .195rem;
  }
  .header_logo {
    width: 1.06rem;
  }
  .header_navi li a.tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.2rem;
    height: .75rem;
    margin: 0 auto;
    padding: .05rem 0 0;
    color: #fff;
    background: center top/cover no-repeat url(../images/cmn/navi_telbg_sp.png);
    position: fixed;
    bottom: 0;
    left: .28rem;
  }
  .header_navi li a.tel .time_text {
    padding-left: .915rem;
    margin-bottom: .03rem;
    font-weight: 400;
    font-size: .105rem;
    letter-spacing: 0;
  }
  .header_navi li a.tel .num {
    padding-left: .975rem;
    font-size: .19rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header_navi li a.mail, .header_navi li a.line {
    width: .29rem;
  }
  .header_navi li a.mail {
    margin: 0 .06rem 0 0;
  }
}

/* main ---------- */
main {
  margin-top: .7rem;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

/* topPage ---------- */
.pagetop {
  position: fixed;
  right: .2rem;
  bottom: .4rem;
  z-index: 99999;
}

.pagetop_img {
  width: .36rem;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .pagetop_img {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .pagetop_img:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: .52rem;
    padding: .1rem;
    right: 0;
    bottom: 0;
    background-color: #676A6C;
    z-index: 999;
  }
  .pagetop_img {
    width: .25rem;
  }
}

/* CTA
--------------------------------------------------------------*/
.cta {
  padding: 1.04rem 0 .87rem;
}

.cta_title {
  margin: 0 0 .48rem;
  padding: .05rem 0 .03rem .3rem;
  color: #272B2E;
  font-family: "Zen Old Mincho", serif;
  font-size: .35rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.72;
  border-left: 2px solid #000;
}

.cta_title .small {
  display: block;
  margin: 0 0 .27rem;
  font-size: .28rem;
}

.cta_table {
  margin: 0 0 .66rem;
}

.cta_cot .text {
  width: 4.05rem;
  margin: .48rem 0 0;
}

.cta_cot .text .desc {
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: .13em;
}

.cta_cot .info {
  width: 4.97rem;
  padding: .36rem .13rem .28rem;
  background-color: #676A6C;
}

.cta_cot .info li a {
  display: block;
  margin: 0 .075rem;
}

.cta_cot .info li a.tel {
  margin: 0 0 .2rem;
  color: #fff;
  text-align: center;
}

.cta_cot .info li a.tel .txt {
  display: block;
}

.cta_cot .info li a.tel .txt {
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.45;
}

.cta_cot .info li a.tel .num {
  margin: .02rem 0 0 .05rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: .455rem;
  letter-spacing: .06em;
}

@media screen and (min-width: 769px) {
  .cta_cot .info li a.tel {
    pointer-events: none;
  }
}

.cta_cot .info li a.mail {
  width: 2.13rem;
}

.cta_cot .info li a.line {
  width: 2.13rem;
}

.cta.cta01 {
  background: center top/100% auto no-repeat url(../images/cmn/cta1_bg@2x.jpg);
}

.cta.cta02 {
  background: center top/100% auto no-repeat url(../images/cmn/cta2_bg@2x.jpg);
}

@media screen and (max-width: 768px) {
  .cta {
    padding: .75rem 0 0;
  }
  .cta_title {
    margin: 0 0 .48rem;
    padding: 0 0 .08rem .18rem;
    font-size: .205rem;
    border-left: 1px solid #000;
  }
  .cta_title .small {
    margin: 0 0 .2rem;
    font-size: .15rem;
    line-height: 2;
  }
  .cta_table {
    margin: 0 0 .355rem;
  }
  .cta_cot .text {
    width: 3.1rem;
    margin: 0 auto;
  }
  .cta_cot .text .desc {
    font-size: .135rem;
    line-height: 1.93;
    letter-spacing: .05em;
  }
  .cta_cot .info {
    width: calc(100% + .4rem);
    margin: .32rem -.2rem 0;
    padding: 0 .13rem .28rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.39rem, #fff), color-stop(0.39rem, #676A6C), to(#676A6C));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 0.39rem, #676A6C 0.39rem, #676A6C 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 0.39rem, #676A6C 0.39rem, #676A6C 100%);
  }
  .cta_cot .info li a {
    display: block;
    margin: 0 .05rem;
  }
  .cta_cot .info li a.tel {
    width: 3.39rem;
    padding: .1rem 0 .13rem;
    margin: 0 0 .17rem;
    background: -webkit-linear-gradient(350.33deg, #B09D4E 58.43%, #A48D34 99.35%);
    background: linear-gradient(99.67deg, #B09D4E 58.43%, #A48D34 99.35%);
    border: 1.15451px solid #FFFFFF;
    -webkit-box-shadow: 0px 10.777px 33.6782px rgba(89, 71, 42, 0.29);
            box-shadow: 0px 10.777px 33.6782px rgba(89, 71, 42, 0.29);
    border-radius: 13px;
    position: relative;
  }
  .cta_cot .info li a.tel:before, .cta_cot .info li a.tel::after {
    content: "";
    position: absolute;
  }
  .cta_cot .info li a.tel::before {
    width: .34rem;
    height: .37rem;
    background: center/100% auto no-repeat url(../images/cmn/cta_icon_sp.png);
    left: .125rem;
    top: calc(50% - .185rem);
  }
  .cta_cot .info li a.tel::after {
    width: .095rem;
    height: .2rem;
    background: center/100% auto no-repeat url(../images/cmn/cta_arrow_sp.png);
    right: .125rem;
    top: calc(50% - .1rem);
  }
  .cta_cot .info li a.tel .txt {
    margin: 0 0 .03rem;
    font-size: .12rem;
    letter-spacing: 0;
  }
  .cta_cot .info li a.tel .num {
    margin: 0;
    font-size: .205rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .cta_cot .info li a.mail {
    width: 1.64rem;
  }
  .cta_cot .info li a.line {
    width: 1.64rem;
  }
  .cta.cta01 {
    background: center top/100% auto no-repeat url(../images/cmn/cta1_bg_sp.jpg);
  }
  .cta.cta02 {
    background: center top/100% auto no-repeat url(../images/cmn/cta2_bg_sp.jpg);
  }
}

/* footer
--------------------------------------------------------------*/
.footer {
  padding: 1.4rem 0 .48rem;
  background: center top/100% auto no-repeat url(../images/cmn/footer_bg@2x.jpg);
}

.footer_catch {
  width: 4.73rem;
  margin: 0 auto .89rem;
}

.footer_wrap {
  margin: 0 auto .84rem;
}

.footer_wrap .logo {
  width: 3.61rem;
  margin: .26rem 1.47rem 0 .25rem;
}

.footer_wrap .info_li {
  width: 4.42rem;
}

.footer_wrap .info_li li {
  padding-left: .25rem;
  margin: 0 0 .32rem;
  position: relative;
}

.footer_wrap .info_li li::before, .footer_wrap .info_li li::after {
  content: "";
  position: absolute;
}

.footer_wrap .info_li li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #272B2E;
  left: 0;
  top: .18rem;
}

.footer_wrap .info_li li::after {
  width: 1px;
  height: calc(100% - .33rem);
  background: #000;
  left: 3px;
  bottom: 0;
}

.footer_wrap .info_li li .data {
  margin: 0 0 .13rem;
  font-weight: 700;
  font-size: .18rem;
  letter-spacing: .13em;
  line-height: 1.97;
}

.footer_wrap .info_li li address {
  font-weight: 400;
  font-size: .18rem;
  letter-spacing: .13em;
  line-height: 1.7;
}

.footer_wrap .info_li li address .tel {
  display: block;
  padding-left: .2rem;
  background: top 0.1rem left/0.15rem auto no-repeat url(../images/cmn/footer_tel_ico@4x.png);
}

@media screen and (min-width: 769px) {
  .footer_wrap .info_li li address .tel {
    pointer-events: none;
  }
}

.footer .copyright {
  text-align: center;
}

.footer .copyright small {
  font-size: .12rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: .48rem 0 1.18rem;
    background: center top/100% auto no-repeat url(../images/cmn/footer_bg_sp.jpg);
  }
  .footer_catch {
    width: 2.09rem;
    padding: 0 0 1.06rem;
    margin: 0 auto .27rem;
    position: relative;
  }
  .footer_catch::after {
    content: "";
    width: 1px;
    height: .81rem;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .footer_wrap {
    padding: 0 0 0 .22rem;
    margin: 0 auto .19rem;
  }
  .footer_wrap .logo {
    width: 1.8rem;
    margin: 0 auto .64rem;
  }
  .footer_wrap .info_li {
    width: 100%;
  }
  .footer_wrap .info_li li {
    padding-left: .13rem;
    margin: 0 0 .35rem;
  }
  .footer_wrap .info_li li::before {
    width: .035rem;
    height: .035rem;
    top: .13rem;
  }
  .footer_wrap .info_li li::after {
    height: calc(100% - .2rem);
    left: 2px;
  }
  .footer_wrap .info_li li .data {
    margin: 0 0 .025rem;
    font-size: .135rem;
  }
  .footer_wrap .info_li li address {
    font-size: .135rem;
  }
  .footer_wrap .info_li li address .tel {
    margin-top: .05rem;
    padding-left: .16rem;
    background: center left/0.11rem auto no-repeat url(../images/cmn/footer_tel_ico@4x.png);
  }
  .footer .copyright small {
    font-size: .1rem;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
/* Flex ---------- */
.mod_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mod_flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod_flex_center.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod_flex_between.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between.col3::after, .mod_flex_between.col4::before, .mod_flex_between.col4::after {
  content: "";
  display: block;
  height: 0;
}

.mod_flex_between.col4::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.mod_flex_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.mod_flex_around.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* number ---------- */
.mod_num {
  counter-reset: number 0;
}

.mod_num > li {
  position: relative;
}

.mod_num > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
}

.mod_num2 {
  counter-reset: number 0;
}

.mod_num2 li {
  position: relative;
}

.mod_num2 li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
}

/* Main
--------------------------------------------------------------*/
.top_main {
  position: relative;
}

.top_main::before {
  content: "";
  width: 15.36rem;
  height: 10.27rem;
  background: center top/15.36rem 10.27rem no-repeat url(../images/fv_bg@2x.jpg);
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top_main::before {
    width: 100%;
    height: 15.46rem;
    background: center top/100% auto no-repeat url(../images/fv_bg_sp.jpg);
  }
}

/* Firstview ----------- */
.top_page .fv {
  padding: 1.36rem 0 2rem;
  position: relative;
  z-index: 5;
}

.top_page .fv_title {
  width: 4.73rem;
  margin: 0 auto 1.87rem;
}

.top_page .fv_wrap {
  padding: .32rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

.top_page .fv_wrap .logo {
  width: 2.99rem;
  margin: .1rem 0 0;
}

.top_page .fv_wrap .desc {
  max-width: 6.07rem;
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: .13em;
}

@media screen and (max-width: 768px) {
  .top_page .fv {
    padding: 1.13rem 0 1.63rem;
  }
  .top_page .fv_title {
    width: 2.09rem;
    margin: 0 auto .245rem;
  }
  .top_page .fv_wrap {
    padding: 1.09rem 0 0;
    border-top: none;
    position: relative;
  }
  .top_page .fv_wrap::before {
    content: "";
    width: 1px;
    height: .81rem;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .top_page .fv_wrap .logo {
    width: 1.8rem;
    margin: 0 auto .3rem;
  }
  .top_page .fv_wrap .desc {
    max-width: 3.07rem;
    margin: 0 auto;
    font-size: .135rem;
  }
}

/* sec01 ----------- */
.sec01 {
  padding: 0 0 1.3rem;
  position: relative;
  z-index: 3;
}

.sec01_title {
  width: 6.46rem;
  margin: 0 0 .36rem;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0;
  }
  .sec01_title {
    width: 3.24rem;
    margin: 0 0 .43rem;
  }
  .sec01_cot {
    position: relative;
    z-index: 5;
  }
}

/* sec02 ----------- */
.sec02 {
  position: relative;
}

.sec02_title {
  margin: 0 0 1.07rem;
  font-size: .45rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.68;
  letter-spacing: .06em;
}

.sec02_title .mark {
  font-weight: 700;
}

.sec02 .pic_area {
  width: 4.12rem;
  height: 7.65rem;
  position: absolute;
  top: 0;
  right: calc((100% - 10rem) / 2 + .49rem);
  z-index: 10;
}

.sec02_cot {
  padding: 1.33rem 0 1.18rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(rgba(218, 218, 218, 0)));
  background: -webkit-linear-gradient(top, #EDEDED 0%, rgba(218, 218, 218, 0) 100%);
  background: linear-gradient(180deg, #EDEDED 0%, rgba(218, 218, 218, 0) 100%);
  position: relative;
}

.sec02_cot::before {
  content: "";
  width: 3px;
  height: 1.21rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc((100% - 9rem) / 2);
}

.sec02_cot_wrap {
  max-width: 9rem;
  margin: 0 auto;
}

.sec02_cot_wrap .wrap {
  width: 4rem;
  margin: 0 0 .36rem;
}

.sec02_cot_wrap .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.81;
}

.sec02_cot_wrap .desc + .desc {
  margin-top: .36rem;
}

.sec02_cot_wrap .desc .mark {
  font-weight: 700;
  font-size: .21rem;
}

.sec02_cot_wrap .inner {
  margin: 1rem 0 0;
}

.sec02_cot_wrap .inner .stit {
  margin: 0 0 -.25rem;
  padding-left: .36rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: .3rem;
  letter-spacing: .05em;
  line-height: 1.93;
}

.sec02_cot_wrap .inner .stit .bg {
  display: inline-block;
  padding: 0 .06rem;
  margin-top: .12rem;
  color: #fff;
  background-color: #272B2E;
}

.sec02_cot_wrap .inner .lists {
  padding: .68rem 0 .55rem 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#9A9A9A), to(#898989));
  background: -webkit-linear-gradient(top, #9A9A9A 0%, #898989 100%);
  background: linear-gradient(180deg, #9A9A9A 0%, #898989 100%);
}

.sec02_cot_wrap .inner .lists li {
  padding-left: .15rem;
  color: #fff;
  font-weight: 400;
  font-size: .18rem;
  line-height: 1.93;
  letter-spacing: .05em;
  position: relative;
}

.sec02_cot_wrap .inner .lists li::before {
  content: "";
  width: .06rem;
  height: .06rem;
  background: #fff;
  position: absolute;
  top: .15rem;
  left: 0;
}

.sec02_cot_wrap .inner .lists li + li {
  margin-top: .15rem;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: .92rem 0 0;
  }
  .sec02::before {
    content: "";
    width: 100%;
    height: 3.69rem;
    background: center/100% auto no-repeat url(../images/sec01_sec02_bg_sp.jpg);
    position: absolute;
    top: -1.06rem;
    left: 0;
    z-index: 1;
  }
  .sec02_title {
    margin: 0 0 .37rem .15rem;
    font-size: .265rem;
    position: relative;
    z-index: 5;
  }
  .sec02 .pic_area {
    width: 100%;
    height: auto;
    position: static;
  }
  .sec02_cot {
    padding: .425rem .38rem .51rem;
  }
  .sec02_cot::before {
    width: 1px;
    height: .78rem;
    top: -.5rem;
    left: .375rem;
  }
  .sec02_cot_wrap {
    max-width: 100%;
  }
  .sec02_cot_wrap .wrap {
    width: 100%;
    margin: 0 0 .28rem;
  }
  .sec02_cot_wrap .desc {
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
  }
  .sec02_cot_wrap .desc + .desc {
    margin-top: .28rem;
  }
  .sec02_cot_wrap .desc .mark {
    font-size: .15rem;
  }
  .sec02_cot_wrap .inner {
    margin: .345rem -.22rem 0;
  }
  .sec02_cot_wrap .inner .stit {
    margin: 0 0 -.165rem;
    padding-left: .19rem;
    font-size: .2rem;
  }
  .sec02_cot_wrap .inner .stit .bg {
    padding: 0 .08rem;
    margin-top: .045rem;
  }
  .sec02_cot_wrap .inner .lists {
    padding: .51rem .16rem .54rem;
  }
  .sec02_cot_wrap .inner .lists li {
    padding-left: .07rem;
    font-size: .135rem;
  }
  .sec02_cot_wrap .inner .lists li::before {
    width: .03rem;
    height: .03rem;
    top: .11rem;
  }
  .sec02_cot_wrap .inner .lists li + li {
    margin-top: .28rem;
  }
}

/* sec03 ----------- */
.sec03 {
  padding: .88rem 0 .8rem;
  color: #fff;
  background: center/cover no-repeat url(../images/sec03_bg@2x.jpg);
}

.sec03_wrap {
  max-width: 9rem;
  margin: 0 auto;
}

.sec03_title {
  margin: 0 0 .66rem;
  font-family: "Zen Old Mincho", serif;
  font-size: .45rem;
  letter-spacing: .06em;
  line-height: 1.85;
}

.sec03 .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.81;
}

.sec03 .desc + .desc {
  margin-top: .3rem;
}

.sec03 .desc .mark {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: .72rem 0;
    background: center/cover no-repeat url(../images/sec03_bg_sp.jpg);
  }
  .sec03_wrap {
    max-width: calc(100% - .74rem);
  }
  .sec03_title {
    margin: 0 -1em 0.66rem 0;
    font-size: .265rem;
  }
  .sec03 .desc {
    font-size: .135rem;
    line-height: 1.93;
  }
}

/* sec04 ----------- */
.sec04 {
  padding: 1.27rem 0 1.64rem;
  background: center top/100% auto no-repeat url(../images/sec04_bg@2x.jpg);
  position: relative;
}

.sec04::before {
  content: "";
  width: 1px;
  height: .94rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}

.sec04_title {
  margin: 0 0 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
}

.sec04_title .mark {
  font-weight: 700;
}

.sec04_wrap {
  padding: .17rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

.sec04_wrap .logo {
  width: 3.64rem;
  margin: .22rem 0 0;
}

.sec04_wrap .text {
  width: 5.07rem;
  font-family: "Zen Old Mincho", serif;
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
}

.sec04_wrap .pic {
  width: 6.68rem;
  margin: .68rem auto .3rem;
}

.sec04_wrap .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.8;
  text-align: center;
}

.sec04 .cot {
  margin: .45rem auto 0;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: .81rem 0 .7rem;
    background: center top/100% auto no-repeat url(../images/sec04_bg_sp.jpg);
  }
  .sec04::before {
    height: .62rem;
  }
  .sec04_title {
    margin: 0 0 1.16rem;
    font-size: .33rem;
  }
  .sec04_wrap {
    padding: .17rem 0 0;
    border-top: none;
  }
  .sec04_wrap .logo {
    width: 1.8rem;
    margin: 0 auto .2rem;
  }
  .sec04_wrap .text {
    width: 100%;
    font-size: .17rem;
    text-align: center;
  }
  .sec04_wrap .pic {
    width: 3.07rem;
    margin: .41rem auto .17rem;
  }
  .sec04_wrap .desc {
    max-width: 3.07rem;
    margin: 0 auto;
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
    text-align: left;
  }
  .sec04 .cot {
    max-width: 3.07rem;
    margin: .48rem auto 0;
  }
}

/* sec05 ----------- */
.sec05 {
  padding: 0 0 .8rem;
  background-color: #E9E9E9;
}

.sec05_title {
  width: 5.43rem;
  margin-bottom: -.15rem;
  position: relative;
  top: -.66rem;
}

.sec05_item + .sec05_item {
  margin-top: .64rem;
}

.sec05_item .cot {
  padding: .4rem .4rem .4rem .49rem;
  background-color: #676A6C;
}

.sec05_item .cot .text {
  width: 4.05rem;
  margin-top: .38rem;
}

.sec05_item .cot .text .txt {
  font-size: .18rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.93;
}

.sec05_item .cot .img {
  width: 4.4rem;
}

.sec05_item .inner {
  padding: .8rem 1rem .64rem;
  background-color: #fff;
}

.sec05_item .inner .desc {
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: .13em;
}

.sec05_item .inner .desc + .desc {
  margin-top: .32rem;
}

.sec05_item .inner .data {
  margin: .9rem 0 .4rem;
}

.sec05_item .inner .data dt {
  margin-bottom: .4rem;
}

.sec05_item .inner .data .lists li {
  padding-left: .25rem;
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: .13em;
}

.sec05_item .inner .data .lists li::before {
  left: .03rem;
}

.sec05_item .inner .btn {
  width: 3.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec05_item .inner .btn {
    background: center/100% auto no-repeat url(../images/sec05_btn_hover@2x.png);
  }
}

@media screen and (min-width: 769px) {
  .sec05_item .inner .btn a img {
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
  }
  .sec05_item .inner .btn a:hover img {
    opacity: 0;
  }
}

.sec05_item.case2 .cot .text {
  margin-top: .64rem;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 0 0 .71rem;
  }
  .sec05_title {
    width: 2.89rem;
    margin-bottom: .025rem;
    top: -.285rem;
  }
  .sec05_item + .sec05_item {
    margin-top: .75rem;
  }
  .sec05_item .cot {
    padding: .3rem .2rem;
  }
  .sec05_item .cot .text {
    width: calc(100% + 2em);
    margin: 0 -1em .2rem;
    text-align: center;
  }
  .sec05_item .cot .text .txt {
    font-size: .135rem;
  }
  .sec05_item .cot .img {
    width: 100%;
  }
  .sec05_item .inner {
    padding: .3rem .17rem .475rem;
  }
  .sec05_item .inner .desc {
    font-size: .135rem;
    line-height: 1.93;
    letter-spacing: .05em;
  }
  .sec05_item .inner .desc + .desc {
    margin-top: .32rem;
  }
  .sec05_item .inner .data {
    margin: .43rem 0 .4rem;
  }
  .sec05_item .inner .data dt {
    margin-bottom: .28rem;
  }
  .sec05_item .inner .data .lists li {
    padding-left: .17rem;
    font-size: .135rem;
    line-height: 1.93;
    letter-spacing: .05em;
  }
  .sec05_item .inner .data .lists li::before {
    left: .03rem;
  }
  .sec05_item .inner .btn {
    width: 2.75rem;
  }
  .sec05_item.case2 .cot .text {
    margin-top: 0;
  }
}

/* sec06 ----------- */
.sec06 {
  padding: 2.1rem 0 .8rem;
  background: center top/100% auto no-repeat url(../images/sec6_bg@2x.png);
  position: relative;
}

.sec06::after {
  content: "";
  width: 100%;
  height: 7.38rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(rgba(218, 218, 218, 0)));
  background: -webkit-linear-gradient(top, #EDEDED 0%, rgba(218, 218, 218, 0) 100%);
  background: linear-gradient(180deg, #EDEDED 0%, rgba(218, 218, 218, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec06_wrap {
  position: relative;
  z-index: 1;
}

.sec06_title {
  margin: 0 0 .8rem;
  font-family: "Zen Old Mincho", serif;
  font-size: .45rem;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.68;
}

.sec06_title .mark {
  display: block;
  font-weight: 700;
}

.sec06_title .mark.in {
  display: inline-block;
}

.sec06 .swrap {
  padding: 0 .5rem;
}

.sec06 .swrap .pic_area {
  height: 3.84rem;
  margin: 0 0 .64rem;
  padding: .76rem 0 .52rem 3.22rem;
  color: #fff;
  background: center/100% auto no-repeat url(../images/sec06_img@2x.jpg);
}

.sec06 .swrap .pic_area .catch1,
.sec06 .swrap .pic_area .catch2 {
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.sec06 .swrap .pic_area .catch1 {
  margin: 0 0 .6rem;
  font-size: .25rem;
}

.sec06 .swrap .pic_area .catch2 {
  font-size: .38rem;
}

.sec06 .swrap .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.81;
}

.sec06 .swrap .desc + .desc {
  margin-top: .32rem;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 1.05rem 0 .42rem;
    background: center top/100% auto no-repeat url(../images/sec6_bg_sp.png);
  }
  .sec06::after {
    height: 8.64rem;
  }
  .sec06_wrap {
    width: 100%;
  }
  .sec06_title {
    padding-left: .38rem;
    margin: 0 0 .34rem;
    font-size: .24rem;
  }
  .sec06 .swrap {
    padding: 0;
  }
  .sec06 .swrap .pic_area {
    height: 4.51rem;
    margin: 0 0 .38rem;
    padding: 1.2rem 0 0 1.75rem;
    background: center/100% auto no-repeat url(../images/sec06_img_sp.jpg);
  }
  .sec06 .swrap .pic_area .catch1 {
    margin: 0 0 .32rem;
    font-size: .15rem;
  }
  .sec06 .swrap .pic_area .catch2 {
    font-size: .24rem;
  }
  .sec06 .swrap .desc {
    padding: 0 .38rem;
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
  }
  .sec06 .swrap .desc + .desc {
    margin-top: .24rem;
  }
}

/* sec07 ----------- */
.sec07 {
  padding: .8rem 0;
  background: center/cover no-repeat url(../images/sec07_bg@2x.jpg);
}

.sec07_wrap {
  max-width: 9rem;
  margin: 0 auto;
}

.sec07_title {
  margin: 0 0 .46rem;
  color: #fff;
  font-size: .45rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .06em;
  line-height: 1.85;
}

.sec07 .lists li {
  padding: .3rem .6rem;
  background: #fff;
}

.sec07 .lists li + li {
  margin-top: .39rem;
}

.sec07 .lists li::before {
  color: #fff;
  font-size: .23rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  z-index: 3;
  top: .03rem;
  left: .02rem;
}

.sec07 .lists li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .62rem .62rem 0 0;
  border-color: #A1A6A9 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

.sec07 .lists li .desc {
  margin: 0 0 .1rem;
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.81;
}

.sec07 .lists li .stit {
  font-family: "Zen Old Mincho", serif;
  font-size: .28rem;
  font-weight: 700;
  color: #272B2E;
  letter-spacing: .05em;
  line-height: 1.6;
}

.sec07 .lists li .stit .mark {
  color: #22759B;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: .72rem 0 .71rem;
    background: center/cover no-repeat url(../images/sec07_bg_sp.jpg);
  }
  .sec07_wrap {
    max-width: calc(100% - .76rem);
  }
  .sec07_title {
    margin: 0 0 .63rem;
    font-size: .265rem;
  }
  .sec07 .lists li {
    padding: .27rem .14rem .18rem .3rem;
  }
  .sec07 .lists li + li {
    margin-top: .29rem;
  }
  .sec07 .lists li::before {
    font-size: .13rem;
    top: .01rem;
    left: 0;
  }
  .sec07 .lists li::after {
    border-width: .31rem .31rem 0 0;
  }
  .sec07 .lists li .desc {
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
  }
  .sec07 .lists li .stit {
    font-size: .16rem;
  }
}

/* sec08 ----------- */
.sec08 {
  padding: 1.63rem 0 1.1rem;
  position: relative;
}

.sec08::before, .sec08::after {
  content: "";
  position: absolute;
}

.sec08::before {
  width: 7.69rem;
  height: 7.38rem;
  background: center/100% auto no-repeat url(../images/sec08_bg@2x.jpg);
  top: 4.49rem;
  left: 0;
  z-index: 1;
}

.sec08::after {
  width: 1px;
  height: 1.25rem;
  background-color: #000;
  top: 0;
  left: 50%;
}

.sec08_title {
  margin: 0 0 .36rem;
  color: #272B2E;
  font-family: "Zen Old Mincho", serif;
  font-size: .45rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.72;
  text-align: center;
}

.sec08_title .small {
  display: block;
  font-size: .25rem;
  font-weight: 400;
  line-height: 2;
}

.sec08_cot {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: .81rem 0 0;
  }
  .sec08::before {
    content: none;
  }
  .sec08::after {
    height: .62rem;
  }
  .sec08_title {
    margin: 0 0 .24rem;
    font-size: .265rem;
  }
  .sec08_title .small {
    font-size: .15rem;
  }
  .sec08_cot {
    width: 3.07rem;
    margin: 0 auto;
    z-index: 3;
  }
}

/* sec09 ----------- */
.sec09 {
  padding: 0 0 .79rem;
  position: relative;
  z-index: 2;
}

.sec09_title {
  margin: 0 0 .36rem;

  color: #272B2E;
  font-family: "Zen Old Mincho", serif;
  font-size: .45rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.72;
  text-align: center;
}

.sec09_title .small {
  display: block;
}

.sec09_title .small .bg {
  display: inline-block;
  padding: 0 .24rem;
  color: #fff;
  font-size: .25rem;
  font-weight: 400;
  background-color: #676A6C;
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: .55rem 0 1.06rem;
  }
  .sec09::before {
    content: "";
    width: 100%;
    height: 3.69rem;
    background: center/100% auto no-repeat url(../images/sec08_bg_sp.jpg);
    position: absolute;
    top: -.47rem;
    left: 0;
    z-index: 1;
  }
  .sec09_wrap {
    position: relative;
    z-index: 5;
  }
  .sec09_title {
    margin: 0 0 .24rem;
    font-size: .225rem;
  }
  .sec09_title .small {
    margin-bottom: .05rem;
  }
  .sec09_title .small .bg {
    padding: 0 .06rem;
    font-size: .15rem;
  }
  .sec09_cot {
    width: 3.07rem;
    margin: 0 auto;
  }
}

/* sec10 ----------- */
.sec10 {
  padding: 1.02rem 0 .7rem;
  background: center top/cover no-repeat url(../images/sec10_bg@2x.jpg);
}

.sec10_title {
  margin: 0 0 .94rem;
  padding-left: .49rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: .45rem;
  letter-spacing: .06em;
  line-height: 1.85;
}

.sec10_title .small {
  display: block;
  padding-left: .08rem;
  font-size: .25rem;
}

.sec10 .lists {
  position: relative;
  counter-reset: number 0;
}

.sec10 .lists::before {
  content: "";
  width: 2px;
  height: calc(100% - 1.66rem);
  background: center/100% auto repeat-y url(../images/sec10_line@2x.png);
  position: absolute;
  top: 1.06rem;
  left: .47rem;
  z-index: 1;
}

.sec10 .lists li {
  color: #fff;
  position: relative;
}

.sec10 .lists li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: .94rem;
  height: .94rem;
  line-height: .94rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: .06em;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
}

.sec10 .lists li + li {
  margin-top: .64rem;
}

.sec10 .lists li:not(:first-child)::before {
  background-color: #676A6C;
  z-index: 3;
}

.sec10 .lists li:not(:last-child) .cot {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sec10 .lists li .stit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: .94rem;
  margin: 0 0 .45rem;
  padding-left: 1.15rem;
  font-size: .28rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
  position: relative;
}

.sec10 .lists li .cot {
  padding: 0 0 .6rem;
  margin-left: 1.15rem;
}

.sec10 .lists li .cot .pic {
  width: 3.83rem;
}

.sec10 .lists li .cot .text {
  width: 4.36rem;
}

.sec10 .lists li .cot .text .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.81;
}

.sec10 .lists li .cot .text .desc + .desc {
  margin-top: .32rem;
}

@media screen and (max-width: 768px) {
  .sec10 {
    padding: .9rem .18rem .7rem;
    background: center top/cover no-repeat url(../images/sec10_bg_sp.jpg);
  }
  .sec10_title {
    margin: 0 0 .42rem;
    padding-left: 0;
    font-size: .265rem;
  }
  .sec10_title .small {
    display: block;
    padding-left: 0;
    font-size: .15rem;
  }
  .sec10 .lists::before {
    height: calc(100% - 1.01rem);
    background: center top/100% auto repeat-y url(../images/sec10_line_sp.png);
    top: .61rem;
    left: .235rem;
  }
  .sec10 .lists li::before {
    width: .47rem;
    height: .47rem;
    line-height: .47rem;
    font-size: .15rem;
    top: .08rem;
  }
  .sec10 .lists li + li {
    margin-top: .46rem;
  }
  .sec10 .lists li .stit {
    min-height: .59rem;
    margin: 0 0 .2rem;
    padding-left: .6rem;
    font-size: .185rem;
  }
  .sec10 .lists li .cot {
    padding: 0 0 .4rem;
    margin-left: .6rem;
  }
  .sec10 .lists li .cot .pic {
    width: 100%;
    margin: 0 0 .23rem;
  }
  .sec10 .lists li .cot .text {
    width: calc(100% + 1.2em);
    margin-right: -1.2em;
  }
  .sec10 .lists li .cot .text .desc {
    font-size: .135rem;
    line-height: 1.93;
  }
  .sec10 .lists li .cot .text .desc + .desc {
    margin-top: .26rem;
  }
}

/* sec11 ----------- */
.sec11 {
  padding: 1.04rem 0 .8rem;
  background: rgba(217, 217, 217, 0.3);
}

.sec11_wrap {
  max-width: 8rem;
  margin: 0 auto;
}

.sec11_title {
  margin: 0 0 .94rem;
  color: #272B2E;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: .45rem;
  letter-spacing: .05em;
  line-height: 1.72;
  text-align: center;
}

.sec11 .data_item {
  padding: 0 0 .11rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.sec11 .data_item + .data_item {
  margin-top: .36rem;
}

.sec11 .data_item dt {
  padding-left: .43rem;
  color: #272B2E;
  font-size: .18rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.93;
  cursor: pointer;
  position: relative;
}

.sec11 .data_item dt::before {
  content: "Q";
  width: .33rem;
  height: .33rem;
  line-height: .33rem;
  text-align: center;
  color: #fff;
  font-size: .22rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  background-color: #272B2E;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - .165rem);
}

.sec11 .data_item dt .ico {
  display: block;
  position: relative;
}

.sec11 .data_item dt .ico::before, .sec11 .data_item dt .ico::after {
  content: "";
  background-color: #000;
  position: absolute;
}

.sec11 .data_item dt .ico::before {
  width: .25rem;
  height: .03rem;
  top: calc(50% - .015rem);
  right: 0;
}

.sec11 .data_item dt .ico::after {
  width: .03rem;
  height: .25rem;
  top: calc(50% - .125rem);
  right: .11rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.sec11 .data_item dt.active .ico::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sec11 .data_item dd {
  display: none;
  margin-left: .43rem;
  margin-top: .11rem;
  padding: .28rem .39rem .28rem .56rem;
  background: #fff;
}

.sec11 .data_item dd .text_wrap .desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.81;
}

.sec11 .data_item dd .text_wrap .desc + .desc {
  margin-top: .32rem;
}

.sec11 .note {
  margin: .88rem 0 0;
  color: #272B2E;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: .28rem;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec11 {
    padding: .72rem 0 .8rem;
  }
  .sec11_wrap {
    max-width: calc(100% - .36rem);
  }
  .sec11_title {
    margin: 0 0 .4rem;
    font-size: .265rem;
  }
  .sec11 .data_item {
    padding: 0 0 .175rem;
  }
  .sec11 .data_item + .data_item {
    margin-top: .32rem;
  }
  .sec11 .data_item dt {
    padding: 0 0 0 .41rem;
    font-size: .135rem;
  }
  .sec11 .data_item dt::before {
    width: .27rem;
    height: .27rem;
    line-height: .27rem;
    font-size: .162rem;
    top: calc(50% - .135rem);
  }
  .sec11 .data_item dt .ico {
    padding-right: .41rem;
  }
  .sec11 .data_item dt .ico::before {
    width: .18rem;
    height: 1px;
    top: 50%;
  }
  .sec11 .data_item dt .ico::after {
    width: 1px;
    height: .18rem;
    top: calc(50% - .09rem);
    right: .09rem;
  }
  .sec11 .data_item dd {
    margin-left: .43rem;
    margin-top: .175rem;
    padding: .29rem .26rem;
  }
  .sec11 .data_item dd .text_wrap .desc {
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
  }
  .sec11 .data_item dd .text_wrap .desc + .desc {
    margin-top: .26rem;
  }
  .sec11 .note {
    margin: .71rem 0 0;
    padding-left: .38rem;
    font-size: .185rem;
    text-align: left;
  }
}

/* Main
--------------------------------------------------------------*/
.under_main {
  padding: .83rem 0 0;
  background-color: #E9E9E9;
}

@media screen and (max-width: 768px) {
  .under_main {
    padding: 1.11rem 0 0;
  }
}

.under_page .table_cot {
  margin: .74rem 0 0;
  padding: .41rem .41rem .52rem;
  background: rgba(34, 117, 155, 0.1);
}

.under_page .table_cot .mokuji dt {
  margin: 0 0 .15rem;
  padding-left: .32rem;
  color: #8F8F8F;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: .23rem;
  letter-spacing: .05em;
  line-height: 1.93;
  position: relative;
}

.under_page .table_cot .mokuji dt::before {
  content: "";
  width: .23rem;
  height: .16rem;
  background: center/100% auto no-repeat url(../images/case/mokuji_arrow@2x.png);
  position: absolute;
  left: 0;
  top: calc(50% - .08rem);
}

.under_page .table_cot .mokuji dd .mokuji_lists li a {
  color: #626262;
}

@media screen and (min-width: 769px) {
  .under_page .table_cot .mokuji dd .mokuji_lists li a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists li a:hover {
    opacity: .7;
  }
}

.under_page .table_cot .mokuji dd .mokuji_lists > li {
  margin: 0 0 .12rem;
  padding: 0 0 .1rem 1.4em;
  text-indent: -1.4em;
  border-bottom: 1px solid #aaa;
}

.under_page .table_cot .mokuji dd .mokuji_lists > li::before {
  color: #626262;
  font-weight: 400;
  font-size: .18rem;
  top: .09rem;
  left: 0;
}

.under_page .table_cot .mokuji dd .mokuji_lists > li a {
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.93;
}

.under_page .table_cot .mokuji dd .mokuji_lists > li .indent {
  text-indent: -.7em;
}

.under_page .table_cot .mokuji dd .mokuji_lists > li .indent li a {
  font-size: .16rem;
  line-height: 1.78;
}

.under_page .table_cot .mokuji dd .mokuji_lists.mod_num > li::before {
  position: static;
}

.under_page .case_pic {
  width: 6.14rem;
  margin: .6rem auto .8rem;
}

.under_page .case_pic.style2 {
  margin: 0 auto .57rem;
}

.under_page .sitem + .sitem {
  margin-top: 1.1rem;
}

.under_page .sitem_tit {
  margin: 0 0 .57rem;
}

.under_page .sitem_desc {
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.81;
}

.under_page .sitem_desc + .sitem_desc {
  margin-top: .32rem;
}

.under_page .sitem_desc.mark {
  color: #22759B;
  font-weight: 700;
}

.under_page .sitem_desc .strong {
  display: block;
  color: #272B2E;
  font-weight: 700;
}

.under_page .sitem_desc .strong .style2 {
  color: #000;
}

.under_page .case_last_cot {
  margin: .8rem 0 0;
  padding: .88rem 0 1.18rem;
  background-color: #fff;
}

.under_page .case_last_cot_wrap {
  max-width: 8rem;
  margin: 0 auto;
}

.under_page .case_last_cot_tit {
  margin: 0 0 .57rem;
  color: #22759B;
  font-size: .23rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.93;
}

.under_page .case_last_cot_pic {
  width: 6.14rem;
  margin: .65rem auto 1.06rem;
}

.under_page .case_last_cot_btn {
  width: 3.5rem;
  margin: 0 auto;
}

.under_page .case_last_cot_btn a {
  display: block;
  padding: .28rem 0;
  font-size: .18rem;
  font-weight: 400;
  color: #fff;
  background: #272B2E;
  border-radius: .1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .under_page .case_last_cot_btn a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .under_page .case_last_cot_btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .under_page .sec05_item .cot {
    padding: .3rem .2rem;
  }
  .under_page .sec05_item .inner .desc + .desc {
    margin-top: .26rem;
  }
  .under_page .table_cot {
    margin: .5rem 0 0;
    padding: .2rem .14rem .3rem;
  }
  .under_page .table_cot .mokuji dt {
    margin: 0 0 .12rem;
    padding-left: .15rem;
    font-size: .15rem;
  }
  .under_page .table_cot .mokuji dt::before {
    width: .12rem;
    height: .08rem;
    top: calc(50% - .04rem);
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li {
    margin: 0 0 .17rem;
    padding: 0 0 .12rem 1em;
    text-indent: -1em;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li::before {
    font-size: .125rem;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li a {
    font-size: .135rem;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li a.sp-small {
    font-size: .125rem;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li .indent {
    text-indent: -.1em;
  }
  .under_page .table_cot .mokuji dd .mokuji_lists > li .indent li a {
    font-size: .12rem;
    line-height: 1.93;
  }
  .under_page .case_pic {
    width: 100%;
    margin: .2rem auto .72rem;
  }
  .under_page .case_pic.style2 {
    margin: 0 auto .28rem;
  }
  .under_page .sitem + .sitem {
    margin-top: .59rem;
  }
  .under_page .sitem_tit {
    margin: 0 0 .28rem;
  }
  .under_page .sitem_desc {
    font-size: .135rem;
    line-height: 1.93;
  }
  .under_page .sitem_desc + .sitem_desc {
    margin-top: .26rem;
  }
  .under_page .case_last_cot {
    margin: .52rem 0 0;
    padding: .48rem 0 1.24rem;
  }
  .under_page .case_last_cot_wrap {
    max-width: 3.07rem;
  }
  .under_page .case_last_cot_tit {
    margin: 0 0 .28rem;
    font-size: .135rem;
  }
  .under_page .case_last_cot_pic {
    width: 100%;
    margin: .28rem auto .63rem;
  }
  .under_page .case_last_cot_btn {
    width: 2.75rem;
  }
  .under_page .case_last_cot_btn a {
    padding: .17rem 0;
    font-size: .135rem;
    border-radius: .05rem;
  }
}

/* お問い合わせ
--------------------------------------------------------------*/
.contact_page .header {
  position: relative;
}

.contact_page .footer {
  padding: .4rem 0 .34rem;
  background: none;
}

@media screen and (max-width: 768px) {
  .contact_page main {
    margin-top: .24rem;
  }
  .contact_page .footer {
    padding: .2rem 0 .14rem;
  }
}

/* お問い合わせフォーム ----------- */
.contact {
  width: calc(100% - 3.4rem);
  margin: 0 auto;
  padding: 0 0 .6rem;
}

.contact_title {
  margin: 0 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: .35rem;
  letter-spacing: .05em;
  text-align: center;
}

.contact_form .data dt,
.contact_form .data dd {
  color: #2A2A27;
  font-size: .21rem;
  letter-spacing: .05em;
}

.contact_form .data dt {
  width: calc(100% - 8.5rem);
  padding: .1rem 0 0;
  font-weight: 700;
}

.contact_form .data dt .req {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .42rem;
  height: .24rem;
  margin-left: .05rem;
  color: #fff;
  font-size: .16rem;
  letter-spacing: 0;
  background-color: #A79033;
}

.contact_form .data dt.tel {
  padding: .4rem 0 0;
}

.contact_form .data dd {
  width: 8.5rem;
  padding: 0 0 .45rem;
}

.contact_form .data dd.radio .radio_item {
  width: 2.75rem;
  height: 1.2rem;
}

.contact_form .data dd.radio input[type="radio"] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_form .data dd.radio input[type="radio"] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: .21rem;
  font-weight: 500;
  letter-spacing: .05em;
  background-color: #E9E9E9;
  -webkit-box-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.161);
          box-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.161);
  border-radius: .05rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.contact_form .data dd.radio input[type="radio"]:checked + label {
  color: #fff;
  background-color: #A79033;
}

.contact_form .data dd.tel .note {
  color: #aaa;
  font-size: .18rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact {
    width: calc(100% - .4rem);
    padding: 0 0 .3rem;
  }
  .contact_title {
    margin: 0 0 .4rem;
    font-size: .225rem;
  }
  .contact_form .data dt,
  .contact_form .data dd {
    font-size: .14rem;
  }
  .contact_form .data dt {
    width: 100%;
    padding: 0 0 .05rem;
  }
  .contact_form .data dt .req {
    width: .26rem;
    height: .13rem;
    margin-left: .02rem;
    font-size: .1rem;
  }
  .contact_form .data dt.tel {
    padding: 0 0 .05rem;
  }
  .contact_form .data dd {
    width: 100%;
    padding: 0 0 .25rem;
  }
  .contact_form .data dd.radio .radio_item {
    width: 100%;
    height: .475rem;
  }
  .contact_form .data dd.radio .radio_item + .radio_item {
    margin-top: .11rem;
  }
  .contact_form .data dd.radio input[type="radio"] + label {
    font-size: .14rem;
    border-radius: .025rem;
  }
  .contact_form .data dd.tel {
    position: relative;
  }
  .contact_form .data dd.tel .note {
    font-size: .1rem;
    letter-spacing: .05em;
    position: absolute;
    right: 0;
    top: -.18rem;
  }
}

/* form ----------- */
input,
textarea,
select {
  width: 100%;
  border: 1px solid #707070;
  color: #2A2A27;
  font-size: .21rem;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: .05rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: .16rem;
    letter-spacing: .05em;
    border-radius: .025rem;
  }
}

input:-webkit-autofill {
  -webkit-transition: background-color 10000s ease-in-out 0s;
  transition: background-color 10000s ease-in-out 0s;
}

select:-internal-autofill-selected {
  -webkit-transition: background-color 10000s ease-in-out 0s;
  transition: background-color 10000s ease-in-out 0s;
}

.focus {
  background-color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select,
option:disabled {
  color: #aaa;
  font-weight: 500;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select,
option:disabled {
  color: #aaa;
  font-weight: 500;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select,
option:disabled {
  color: #aaa;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder,
select,
option:disabled {
  color: #aaa;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select,
  option:disabled {
    font-size: .14rem;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select,
  option:disabled {
    font-size: .14rem;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select,
  option:disabled {
    font-size: .14rem;
  }
  input::placeholder,
  textarea::placeholder,
  select,
  option:disabled {
    font-size: .14rem;
  }
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: .14rem;
  }
}

input::-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #aaa;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  input::-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: .14rem;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: .14rem;
  }
  input::-ms-input-placeholder,
  textarea::placeholder {
    font-size: .14rem;
  }
}

input,
select {
  min-height: .6rem;
  padding: .14rem .25rem;
}

textarea {
  height: 1.8rem;
  padding: .14rem .25rem;
  position: relative;
  resize: vertical;
}

@media screen and (max-width: 768px) {
  input,
  select {
    min-height: .4rem;
    padding: .09rem .14rem;
  }
  textarea {
    height: 1.2rem;
    padding: .09rem .14rem;
  }
}

select::-ms-expand {
  display: none;
}

select,
select:-internal-autofill-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/contact/select_arrow@2x.png) !important;
  background-repeat: no-repeat;
  background-size: .23rem auto;
  background-position: center right .17rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  select,
  select:-internal-autofill-selected {
    background-size: .115rem auto;
    background-position: center right .14rem;
  }
}

select.changecolor {
  color: #2A2A27;
}

/* プライバシー ----------- */
.privacy {
  margin: 0 0 .1rem;
  text-align: center;
}

.privacy_wrap {
  width: 8.5rem;
  height: 1.68rem;
  padding: .2rem;
  margin-left: auto;
  margin-bottom: .6rem;
  border: 1px solid #707070;
  background-color: #E8E8E8;
  border-radius: .05rem;
  overflow-y: scroll;
  text-align: left;
}

.privacy_wrap .text {
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.4;
}

.privacy_wrap .text + .text {
  margin-top: .26rem;
}

.privacy input[type="checkbox"],
.privacy span {
  vertical-align: middle;
}

.privacy input[type="checkbox"] {
  display: none;
}

.privacy input[type="checkbox"] + span {
  padding-left: .31rem;
  color: #2A2A27;
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}

.privacy input[type="checkbox"] + span::before {
  content: "";
  width: .22rem;
  height: .22rem;
  background-image: url(../images/contact/checkbox@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: .06rem;
  left: 0;
}

.privacy input[type="checkbox"]:checked + span::before {
  background-image: url(../images/contact/checkbox_checked@2x.png);
}

@media screen and (max-width: 768px) {
  .privacy {
    margin: 0 0 .09rem;
  }
  .privacy_wrap {
    width: 100%;
    height: 1.2rem;
    padding: .1rem;
    margin-left: 0;
    margin-bottom: .3rem;
    border-radius: .025rem;
  }
  .privacy_wrap .text {
    font-size: .12rem;
  }
  .privacy_wrap .text + .text {
    margin-top: .2rem;
  }
  .privacy input[type="checkbox"] + span {
    padding-left: .25rem;
    font-size: .14rem;
    line-height: 1.6;
  }
  .privacy input[type="checkbox"] + span::before {
    width: .17rem;
    height: .17rem;
  }
}

/* 送信ボタン ----------- */
.form_btn {
  width: 5.87rem;
  margin: 0 auto;
  position: relative;
}

.form_btn::after {
  content: "";
  width: .13rem;
  height: .24rem;
  background: center/100% auto no-repeat url(../images/contact/btn_arrow@2x.png);
  position: absolute;
  top: calc(50% - .12rem);
  right: .38rem;
}

.form_btn input {
  width: 100%;
  height: .9rem;
  color: #fff;
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: .24rem 0;
  background: -webkit-linear-gradient(350.33deg, #B09D4E 58.43%, #A48D34 99.35%);
  background: linear-gradient(99.67deg, #B09D4E 58.43%, #A48D34 99.35%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 9.33472px 29.171px rgba(89, 71, 42, 0.29);
          box-shadow: 0px 9.33472px 29.171px rgba(89, 71, 42, 0.29);
  border-radius: .11rem;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .form_btn input {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .form_btn input:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .form_btn {
    width: 2.93rem;
  }
  .form_btn::after {
    width: .09rem;
    height: .17rem;
    top: calc(50% - .085rem);
    right: .2rem;
  }
  .form_btn input {
    height: .59rem;
    font-size: .18rem;
    padding: .165rem 0;
    border-radius: .06rem;
  }
}

/* エラー　デフォルト ----------- */
.error,
.error_email,
.km_valid_error {
  display: block;
  margin: .05rem 0 0;
  font-size: .18rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.38;
  color: #CE2628;
}

@media screen and (max-width: 768px) {
  .error,
  .error_email,
  .km_valid_error {
    margin: 0;
    font-size: .1rem;
    line-height: 1.25;
  }
}

/* thanks ----------- */
.thanks {
  text-align: center;
}

.thanks_head {
  margin: 0 0 .4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: .35rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
}

.thanks_desc {
  color: #2A2A27;
  font-size: .18rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.8;
}

.thanks_desc .mark {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .thanks a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .thanks a:hover {
    opacity: .7;
  }
}

.thanks .wrap {
  max-width: 8rem;
  padding: .32rem 0;
  margin: .4rem auto;
  background-color: rgba(167, 144, 51, 0.1);
}

.thanks .mail_wrap {
  max-width: 8rem;
  margin: .2rem auto;
  padding: .15rem;
  border: 2px solid #A79033;
}

.thanks .thanks_btn {
  margin: .5rem auto 0;
  text-align: center;
}

.thanks .thanks_btn a {
  display: inline-block;
  color: #A79033;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .thanks_head {
    margin: 0 0 .25rem;
    font-size: .225rem;
  }
  .thanks_desc {
    font-size: .135rem;
    letter-spacing: .05em;
    line-height: 1.93;
  }
  .thanks_desc .mark {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .thanks a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .thanks a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .thanks .wrap {
    max-width: 100%;
    padding: .21rem 0;
    margin: .25rem auto .325rem;
  }
  .thanks .mail_wrap {
    max-width: 100%;
    margin: .175rem auto;
    padding: .09rem;
    border: 1px solid #A79033;
  }
  .thanks .thanks_btn {
    margin: .315rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */