@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  color: #000;
  font-size: .18rem;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

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

.container_min {
  width: 9.9rem;
  margin: 0 auto;
}

.cmn_header {
  padding: .14rem 0 .15rem;
  position: relative;
}

.cmn_header::before {
  content: "";
  width: 100%;
  height: 1.24rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/cmn/header_bg.png);
}

.cmn_header .wrap {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_header .logo img {
  width: .91rem;
}

.cmn_header .btn {
  pointer-events: none;
}

.cmn_header .btn img {
  width: 3.715rem;
}

.cmn_footer {
  padding: .35rem 0 1.8rem;
  background-color: #C7C7C7;
}

.cmn_footer small {
  text-align: center;
  display: block;
  font-size: .14rem;
  letter-spacing: .05em;
  color: #ffffff;
}

.fixed_btn {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  background-color: #FFE6E7;
}

.fixed_btn .container {
  width: 12rem;
}

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

.fixed_btn .anchor_lists {
  width: 9rem;
  padding: 0.14rem 0.34rem 0.14rem 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed_btn .anchor_lists li a {
  width: 2.7rem;
  height: 1.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .1rem;
  background-color: #ffffff;
  border: .02rem solid #E2575B;
}

.fixed_btn .anchor_lists li .txt {
  font-size: .2rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.fixed_btn .anchor_lists li:nth-of-type(1) .img {
  margin-left: .07rem;
}

.fixed_btn .anchor_lists li:nth-of-type(1) .img img {
  width: .7rem;
}

.fixed_btn .anchor_lists li:nth-of-type(2) .img {
  margin-left: .35rem;
}

.fixed_btn .anchor_lists li:nth-of-type(2) .img img {
  width: .6rem;
}

.fixed_btn .anchor_lists li:nth-of-type(3) .img {
  margin-left: .3rem;
}

.fixed_btn .anchor_lists li:nth-of-type(3) .img img {
  width: .6rem;
}

.fixed_btn .btn a {
  width: 3rem;
  height: 100%;
  padding-top: .6rem;
  text-align: center;
  font-size: .22rem;
  display: block;
  font-weight: 400;
  letter-spacing: .1em;
  color: #ffffff;
  background-color: #E2575B;
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  bottom: 0;
}

.mv {
  padding: .47rem 0 1.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/mv/mv.webp);
}

.mv .tit,
.mv .txt,
.mv .btn {
  text-align: right;
}

.mv .tit {
  margin-right: -.9rem;
}

.mv .tit img {
  width: 9.62rem;
}

.mv .txt {
  margin: -.85rem 1.7rem 0 0;
}

.mv .txt img {
  width: 4.36rem;
}

.mv .btn {
  margin-right: 1.6rem;
}

.mv .btn img {
  width: 4.65rem;
}

.slider_sec {
  margin: -.4rem 0 0;
  padding: 0 0 .5rem;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slider_sec .slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slider_sec .slide_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.slider_sec .slide_lists li {
  margin-right: .4rem;
}

.slider_sec .slide_lists li:nth-of-type(1) {
  width: 1.69rem;
}

.slider_sec .slide_lists li:nth-of-type(2) {
  width: 1.55rem;
}

.slider_sec .slide_lists li:nth-of-type(3) {
  width: .59rem;
}

.slider_sec .slide_lists li:nth-of-type(4) {
  width: 1.32rem;
}

.slider_sec .slide_lists li:nth-of-type(5) {
  width: .98rem;
}

.slider_sec .slide_lists li:nth-of-type(6) {
  width: .88rem;
}

.slider_sec .slide_lists li:nth-of-type(7) {
  width: 1.34rem;
}

.slider_sec .slide_lists li:nth-of-type(8) {
  width: 1.4rem;
}

.slider_sec .slide_lists li:nth-of-type(9) {
  width: 1.76rem;
}

.slider_sec .slide_lists li:nth-of-type(10) {
  width: 2rem;
}

.sec01 {
  padding: .35rem 0 1.2rem;
}

.sec01 .tit {
  margin-bottom: .55rem;
  text-align: center;
  font-size: .34rem;
  letter-spacing: .1em;
  line-height: 1.94;
  font-weight: 400;
  color: #293154;
}

.sec01 .swiper02 {
  position: relative;
}

.sec01 .swiper02 .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  border: 1px solid #707070;
  background-color: #ffffff;
  opacity: 1;
}

.sec01 .swiper02 .swiper-pagination-bullets {
  bottom: -.55rem !important;
}

.sec01 .swiper02 .swiper-pagination-bullet-active {
  background: #F79F66;
}

.sec01 .swiper02 .swiper-pagination-bullet {
  margin: 0 .1rem !important;
}

.sec02 {
  padding: 1.12rem 0 1.65rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/sec02/bg.jpg);
}

.sec02 .tit {
  margin-bottom: .45rem;
  text-align: center;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 400;
}

.sec02 .tit .fs01 {
  font-size: .24rem;
  color: #C9283E;
}

.sec02 .tit .fs02 {
  font-size: .4rem;
  color: #293154;
}

.sec02 .lists {
  margin-left: .75rem;
  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;
}

.sec02 .lists li {
  text-align: left;
}

.sec02 .lists li:nth-of-type(2) {
  margin: 0 .3rem 0 .3rem;
}

.sec02 .lists .img {
  text-align: center;
  margin-bottom: .2rem;
}

.sec02 .lists .img img {
  width: 2.5rem;
}

.sec02 .lists .txt {
  font-size: .26rem;
  line-height: 1.57;
  letter-spacing: .1em;
}

.sec02 .lists .txt .strong {
  padding: 0 .1rem .05rem .1rem;
  background-color: #293154;
  color: #ffffff;
}

.sec03 {
  padding: .95rem 0 3rem;
}

.sec03 .tit {
  margin-bottom: 1.15rem;
  text-align: center;
  font-size: .36rem;
  letter-spacing: .1em;
  line-height: 1.66;
  font-weight: 400;
  color: #C9283E;
}

.sec03 .tit .strong {
  font-weight: 700;
}

.sec03 .wrap {
  position: relative;
}

.sec03 .lists {
  margin-left: 1.2rem;
}

.sec03 .lists li {
  padding: .23rem .45rem .23rem;
  display: table;
  font-size: .24rem;
  letter-spacing: .1em;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: .1rem;
  background: -webkit-linear-gradient(20deg, #FFE4E4, #FFECDF);
  background: linear-gradient(70deg, #FFE4E4, #FFECDF);
}

.sec03 .lists li .strong {
  color: #E2575B;
}

.sec03 .lists li:not(:last-of-type) {
  margin-bottom: .32rem;
}

.sec03 .pic {
  position: absolute;
  z-index: -1;
  top: -.3rem;
  right: 0;
}

.sec03 .pic img {
  width: 6.91rem;
}

.sec04 .tit {
  margin-bottom: .65rem;
  text-align: center;
  line-height: 2;
  font-weight: 400;
}

.sec04 .tit .fs01 {
  font-size: .24rem;
  letter-spacing: .05em;
}

.sec04 .tit .fs02 {
  font-size: .5rem;
  letter-spacing: .1em;
}

.sec04 .tit .strong {
  color: #C9283E;
}

.sec04 .tit .num {
  font-weight: 700;
}

.sec04 .p_tit img {
  width: 100%;
}

.sec04 .point01 {
  padding: 1rem 0 .7rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/sec04/p01_bg.jpg);
}

.sec04 .point01 .f_txt {
  margin: .5rem 0 .55rem;
  text-align: center;
  font-size: .2rem;
  letter-spacing: .1em;
}

.sec04 .point01 .lists {
  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;
}

.sec04 .point01 .lists01 {
  width: 9.9rem;
  margin: 0 auto;
}

.sec04 .point01 .lists01 li {
  margin-bottom: .25rem;
}

.sec04 .point01 .lists01 li img {
  width: 3.01rem;
}

.sec04 .point01 .lists02 {
  margin-top: 1.45rem;
  padding: 0 .5rem;
}

.sec04 .point01 .lists02 .item {
  text-align: center;
  margin-bottom: .65rem;
}

.sec04 .point01 .lists02 .item img {
  margin-bottom: .35rem;
  width: 3.5rem;
}

.sec04 .point01 .lists02 .item dl {
  margin-bottom: .13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec04 .point01 .lists02 .item dl dt {
  margin-right: .2rem;
  font-size: .23rem;
}

.sec04 .point01 .lists02 .item dl dd {
  font-size: .18rem;
  color: #E2575B;
}

.sec04 .point01 .lists02 .item dl .num {
  margin-right: 0;
  font-size: .23rem;
  color: #000000;
}

.sec04 .point01 .lists02 .item .desc {
  min-height: .5rem;
  font-size: .16rem;
  letter-spacing: .05em;
  line-height: 1.375;
}

.sec04 .point01 .lists02 .item .child_lists {
  margin-top: .1rem;
}

.sec04 .point01 .lists02 .item .child_lists li {
  width: 2.7rem;
  margin: 0 auto;
  line-height: .4rem;
  font-size: .16rem;
  background-color: #ffffff;
  border: 1px solid #E2575B;
  border-radius: .07rem;
}

.sec04 .point01 .lists02 .item .child_lists li:not(:last-of-type) {
  margin-bottom: .1rem;
}

.sec04 .point02 {
  padding: .76rem 0 1.4rem;
}

.sec04 .point02 .f_txt {
  margin: .5rem 0 1.05rem;
  text-align: center;
  font-size: .2rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.sec04 .point02 .conts {
  padding: .7rem .55rem .2rem;
  border-radius: .4rem;
  background-color: #FFF3EF;
}

.sec04 .point02 .conts .conts_tit {
  width: 8rem;
  margin: -1.1rem auto .5rem;
  padding: .35rem 0 .35rem;
  text-align: center;
  font-size: .26rem;
  letter-spacing: .1em;
  background-color: #ffffff;
  border-radius: 10rem;
  border: .02rem solid #E2575B;
}

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

.sec04 .point02 .conts .img01 img {
  width: 5.24rem;
}

.sec04 .point02 .conts .img02 img {
  width: 5.32rem;
}

.sec04 .point02 .conts .txt {
  width: 5.5rem;
}

.sec04 .point02 .conts .desc {
  margin-bottom: .3rem;
  font-size: .18rem;
  letter-spacing: .1em;
  line-height: 2;
}

.sec04 .point02 .conts:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.sec04 .point02 .conts02 {
  padding: .7rem .55rem .45rem;
}

.sec04 .point03 {
  padding: 1.3rem 0 .85rem;
  background-color: #FFF3EF;
}

.sec04 .point03 .f_txt {
  margin: .5rem 0 .9rem;
  text-align: center;
  font-size: .2rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.sec04 .point03 .conts {
  padding: 1rem .55rem .45rem;
  border-radius: .4rem;
  background-color: #ffffff;
}

.sec04 .point03 .conts .conts_tit {
  width: 8rem;
  margin: -1.5rem auto .5rem;
  padding: .35rem 0 .35rem;
  text-align: center;
  font-size: .26rem;
  letter-spacing: .1em;
  background-color: #ffffff;
  border-radius: 10rem;
  border: .02rem solid #E2575B;
}

.sec04 .point03 .conts .conts_tit .strong {
  color: #E2575B;
}

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

.sec04 .point03 .conts .img01 {
  padding-top: .4rem;
}

.sec04 .point03 .conts .img01 img {
  width: 5.24rem;
}

.sec04 .point03 .conts .img02 img {
  width: 5.32rem;
}

.sec04 .point03 .conts .img04 {
  padding-top: 0;
}

.sec04 .point03 .conts .img04 img {
  width: 5.03rem;
}

.sec04 .point03 .conts .txt {
  width: 5.5rem;
}

.sec04 .point03 .conts .desc {
  margin-bottom: .45rem;
  font-size: .18rem;
  letter-spacing: .1em;
  line-height: 2;
}

.sec04 .point03 .conts:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.sec04 .point03 .conts02 {
  padding: .95rem .7rem .3rem;
}

.sec05 {
  padding: .5rem 0 1.3rem;
}

.sec05 .tit {
  margin-bottom: .35rem;
  text-align: center;
  font-size: .34rem;
  letter-spacing: .1em;
  line-height: 1.76;
}

.sec05 .tit .strong {
  color: #E2575B;
}

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

.sec05 .lists li {
  text-align: center;
}

.sec05 .lists li:not(:last-of-type) {
  margin-right: .2rem;
}

.sec05 .lists .img {
  padding-bottom: .05rem;
}

.sec05 .lists .img img {
  width: 2.47rem;
}

.sec05 .lists .txt {
  font-size: .2rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.sec06 {
  padding: .6rem 0 1.1rem;
  text-align: center;
  background-color: #FFF3EF;
}

.sec06 .tit {
  margin-bottom: .5rem;
  font-size: .38rem;
  line-height: 1.57;
  letter-spacing: .1em;
  color: #C9283E;
  font-weight: 400;
}

.sec06 .img img {
  width: 6.19rem;
}

.cta {
  padding: 1.11rem 0 .75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/cta/bg.jpg);
}

.cta .tit {
  text-align: right;
  margin-bottom: .7rem;
}

.cta .tit img {
  width: 6.23rem;
}

.cta .btn {
  margin-left: .6rem;
  text-align: center;
}

.cta .btn img {
  width: 8rem;
}

.cta02 {
  padding: 1.1rem 0 .45rem;
  background-image: url(../images/cta/bg02.jpg);
}

.cta02 .tit {
  text-align: right;
  margin-bottom: .33rem;
}

.cta02 .txt {
  padding-left: .66rem;
  margin: -.1rem 0 -.3rem;
  text-align: center;
  display: block;
  font-size: .24rem;
  letter-spacing: .15em;
}

.cta02 .txt img {
  width: 5.98rem;
}

.cta02 .tel_btn {
  padding-left: .66rem;
  text-align: center;
  pointer-events: none;
}

.cta02 .tel_btn img {
  width: 8rem;
}

.sec07 {
  padding: .85rem 0 0;
}

.sec07 .tit {
  text-align: center;
  font-size: .4rem;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #C9283E;
  font-weight: 400;
}

.sec07 .f_txt {
  margin: .4rem 0 .5rem;
  text-align: center;
  font-size: .2rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.sec07 .lists li .wrap {
  margin-top: -.06rem;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: .2rem;
  position: relative;
  border: 1px solid #CCC;
}

.sec07 .lists li:nth-of-type(odd) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec07 .lists li:nth-of-type(odd) .order {
  padding-left: .3rem;
  text-align: left;
}

.sec07 .lists li:nth-of-type(odd) .txt {
  padding: 0 0 0 .5rem;
}

.sec07 .lists li:nth-of-type(odd) .list_catch {
  left: 0;
}

.sec07 .lists li:nth-of-type(even) .order {
  padding-right: .15rem;
  text-align: right;
}

.sec07 .lists li:nth-of-type(even) .pic img {
  border-radius: .2rem 0 0 .2rem;
}

.sec07 .lists li:nth-of-type(even) .txt {
  padding: 0 .3rem 0 0;
}

.sec07 .lists li:nth-of-type(even) .list_catch {
  right: 0;
}

.sec07 .lists li:not(:last-of-type) {
  margin-bottom: .33rem;
}

.sec07 .lists li .order {
  font-size: .8rem;
  font-weight: 100;
  letter-spacing: .1em;
  color: #E2575B;
}

.sec07 .lists li .pic {
  width: 50%;
}

.sec07 .lists li .pic02 {
  padding: .36rem 0 .2rem;
}

.sec07 .lists li .txt {
  width: 50%;
  background-color: #ffffff;
}

.sec07 .lists li .list_tit {
  font-size: .34rem;
  letter-spacing: .1em;
  color: #293154;
}

.sec07 .lists li .list_tit01 {
  margin-bottom: 1.3rem;
}

.sec07 .lists li .list_tit02 {
  margin-bottom: 1.3rem;
}

.sec07 .lists li .list_tit03 {
  margin-bottom: 1.2rem;
}

.sec07 .lists li .list_tit04 {
  padding-left: .85rem;
  margin-bottom: 1.4rem;
}

.sec07 .lists li .list_tit.right {
  text-align: right;
}

.sec07 .lists li .list_catch {
  position: absolute;
}

.sec07 .lists li .list_catch img {
  width: auto;
  height: .5rem;
}

.sec07 .lists li .catch01 {
  top: 1.4rem;
}

.sec07 .lists li .catch02 {
  top: 1.4rem;
}

.sec07 .lists li .catch03 {
  top: 1.4rem;
}

.sec07 .lists li .catch04 {
  top: 1.4rem;
}

.sec07 .lists li .catch04 img {
  height: .97rem;
}

.sec07 .lists li .desc {
  font-size: .2rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

.sec07 .lists li .desc02 {
  padding-left: .5rem;
}

.sec07 .lists li .desc04 {
  padding-left: .95rem;
}

.sec08 {
  padding: 1.3rem 0 1.2rem;
  text-align: center;
}

.sec08 .tit {
  font-size: .4rem;
  letter-spacing: .05em;
  color: #293154;
  font-weight: 400;
}

.sec08 .txt {
  margin: .6rem 0 .65rem;
  font-size: .2rem;
  line-height: 1.9;
}

.sec08 .img img {
  width: 12.28rem;
}

.faq {
  padding: 1.05rem 0 0;
}

.faq .tit {
  margin-bottom: .85rem;
  text-align: center;
  font-size: .4rem;
  letter-spacing: .05em;
  font-weight: 400;
}

.faq .ac {
  width: 100%;
  padding: 0 .15rem;
  margin: 0 auto;
}

.faq .ac_parent {
  padding: .31rem 0 .25rem .4rem;
  position: relative;
  font-size: .22rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.58;
  cursor: pointer;
  color: #ffffff;
  border-radius: .2rem .2rem 0 0;
  background-color: #CEB88D;
}

.faq .ac_parent::before, .faq .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}

.faq .ac_parent::before {
  top: 50%;
  right: .4rem;
  width: .22rem;
  height: .03rem;
}

.faq .ac_parent::after {
  right: .49rem;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
  width: .03rem;
  height: .22rem;
}

.faq .ac_parent:not(:first-of-type) {
  margin-top: .3rem;
}

.faq .ac_child {
  display: none;
  padding: .25rem .35rem .3rem;
  letter-spacing: .05em;
  font-size: .18rem;
  line-height: 1.77;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  border-radius: 0 0 .2rem .2rem;
}

.faq .ac_parent.open::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.company {
  padding: .85rem 0 .85rem;
}

.company .tit {
  text-align: center;
  font-size: .4rem;
  letter-spacing: .1em;
  font-weight: 400;
}

.company .bg {
  width: 8.65rem;
  margin: 0 auto;
  padding: .4rem 0 .75rem;
}

.company .logo {
  text-align: center;
  margin-bottom: .4rem;
}

.company .logo img {
  width: 1.2rem;
}

.company .lists {
  padding-left: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.company .lists dt,
.company .lists dd {
  font-size: .18rem;
  letter-spacing: .1em;
  line-height: 2;
}

.company .lists dt {
  width: 1.6rem;
}

.company .lists dd {
  width: calc(100% - 1.6rem);
}

.company .bnr {
  text-align: center;
  margin: .5rem 0 0 -.95rem;
}

.company .bnr img {
  width: 10rem;
}

.sec09 {
  padding: 0 0 1.35rem;
  position: relative;
  z-index: 1;
  background-color: #E2EFF1;
}

.sec09::before, .sec09::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec09::before {
  width: 100%;
  height: 2.97rem;
  top: 0;
  left: 0;
  background-image: url(../images/sec09/arrow.png);
}

.sec09::after {
  width: 8.13rem;
  height: 2.18rem;
  top: 2rem;
  right: 0;
  background-image: url(../images/sec09/img02.png);
}

.sec09 .tit {
  margin-bottom: .65rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: .1em;
  color: #000000;
}

.sec09 .tit .fs01 {
  display: inline-block;
  margin-bottom: .2rem;
  font-size: .28rem;
}

.sec09 .tit .fs02 {
  font-size: .54rem;
  line-height: 1.29;
}

.sec09 .tit .strong {
  color: #009D91;
}

.sec09 .img img {
  width: 2.55rem;
}

.sec09 .txt {
  margin: .15rem 0 .4rem;
}

.sec09 .txt img {
  width: 9.29rem;
}

.sec09 .txt02 {
  margin-bottom: .45rem;
  text-align: center;
  font-size: .24rem;
  letter-spacing: .1em;
  line-height: 1.66;
}

.sec09 .btn {
  text-align: center;
}

.sec09 .btn img {
  width: 5.61rem;
}

/* コンタクトページ ------------------------------------- */
.contact_page .cmn_footer,
.thanks_page .cmn_footer {
  padding: 0.35rem 0 .35rem;
}

.contact_f_sec {
  padding: 1.7rem 0 1.3rem;
  text-align: center;
}

.contact_f_sec .logo {
  margin-bottom: 1.05rem;
}

.contact_f_sec .logo img {
  width: 1.2rem;
}

.contact_f_sec .txt {
  font-size: .24rem;
  letter-spacing: .1em;
  line-height: 1.66;
}

.contact_sec {
  width: 13.6rem;
  padding: 1.03rem 2.1rem 1.9rem;
  margin: 0 auto 1.55rem;
  background-color: #F9EEDF;
}

.contact_sec .tit {
  margin-bottom: .7rem;
  text-align: center;
  font-size: .4rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #030303;
}

.contact_sec .lists input,
.contact_sec .lists select {
  width: 100%;
  height: .8rem;
}

.contact_sec .lists textarea {
  padding-top: .1rem;
  width: 100%;
  min-height: 1.8rem;
}

.contact_sec .lists input,
.contact_sec .lists select,
.contact_sec .lists textarea {
  padding-left: .25rem;
  font-size: .22rem;
  border: none;
}

.contact_sec .lists input::-webkit-input-placeholder,
.contact_sec .lists select::-webkit-input-placeholder,
.contact_sec .lists textarea::-webkit-input-placeholder {
  font-size: .24rem;
  color: #ACACAC;
}

.contact_sec .lists input:-ms-input-placeholder,
.contact_sec .lists select:-ms-input-placeholder,
.contact_sec .lists textarea:-ms-input-placeholder {
  font-size: .24rem;
  color: #ACACAC;
}

.contact_sec .lists input::-ms-input-placeholder,
.contact_sec .lists select::-ms-input-placeholder,
.contact_sec .lists textarea::-ms-input-placeholder {
  font-size: .24rem;
  color: #ACACAC;
}

.contact_sec .lists input::placeholder,
.contact_sec .lists select::placeholder,
.contact_sec .lists textarea::placeholder {
  font-size: .24rem;
  color: #ACACAC;
}

.contact_sec .lists .select_wrap {
  position: relative;
}

.contact_sec .lists .select_wrap::after {
  content: "";
  width: .15rem;
  height: .15rem;
  position: absolute;
  top: calc(50% - .075rem);
  right: .2rem;
  pointer-events: none;
  border-top: .04rem solid #58504A;
  border-right: .04rem solid #58504A;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.contact_sec .lists select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_sec .lists dt {
  margin-bottom: .13rem;
  font-size: .27rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #000000;
}

.contact_sec .lists dt .req {
  margin-left: .15rem;
  font-size: .2rem;
  font-weight: 400;
  color: #FF0000;
}

.contact_sec .lists dd:not(:last-of-type) {
  margin-bottom: .55rem;
}

.contact_sec .lists dd .txt {
  height: 1.75rem;
  padding: .25rem .3rem .35rem;
  overflow-y: scroll;
  background-color: #ffffff;
}

.contact_sec .lists dd .txt p {
  font-size: .2rem;
  line-height: 1.5;
  color: #666;
}

.contact_sec .lists dd .txt p:not(:last-of-type) {
  margin-bottom: .45rem;
}

.contact_sec .privacy {
  margin: .65rem 0 .45rem;
  text-align: center;
}

.contact_sec .privacy .check_txt {
  font-size: .17rem;
  color: #000000;
}

.contact_sec .privacy .check_txt .strong {
  border-bottom: 1px solid #000000;
}

.contact_sec label {
  position: relative;
}

.contact_sec input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.contact_sec input[type="checkbox"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: .25rem;
  padding-right: .1rem;
}

.contact_sec input[type="checkbox"] + span::before {
  content: "";
  width: .28rem;
  height: .28rem;
  display: block;
  position: absolute;
  top: calc(50% - .11rem);
  left: -.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .05rem;
  background-color: #ffffff;
}

.contact_sec input[type="checkbox"]:checked + span::after {
  content: "";
  width: .225rem;
  height: .245rem;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -.06rem;
  left: -.16rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/contact/check.png);
}

.contact_sec input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.contact_sec input[type="radio"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: .25rem;
  padding-right: .1rem;
}

.contact_sec input[type="radio"] + span::before {
  content: "";
  width: .28rem;
  height: .28rem;
  display: block;
  position: absolute;
  top: calc(50% - .12rem);
  left: -.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: .03rem solid #9D9D9D;
  background-color: #ffffff;
}

.contact_sec input[type="radio"]:checked + span::after {
  content: "";
  width: .28rem;
  height: .28rem;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: calc(50% - .12rem);
  left: -.2rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background: #9D9D9D;
}

.contact_sec .form_btn {
  text-align: center;
}

.contact_sec .form_btn button {
  width: 5.45rem;
  line-height: .78rem;
  font-size: .27rem;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 10rem;
  color: #ffffff;
  background-color: #E2575B;
  position: relative;
}

.contact_sec .form_btn button::after {
  content: "";
  width: .13rem;
  height: .21rem;
  top: calc(50% - .105rem);
  right: .4rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/contact/arrow.png);
}

.contact_sec .detailcheck {
  background: #fff;
  margin: .4rem 0 0;
  padding: .45rem;
  font-size: .24rem;
}

.contact_sec .detailcheck input[type="checkbox"] + span::before {
  border: 2px solid #9D9D9D;
}

.contact_sec .detailcheck .checklist_group:nth-child(n+2) {
  margin-top: .5rem;
}

.contact_sec .detailcheck .checklist_group legend {
  font-size: .26rem;
}

.contact_sec .detailcheck .checklist_group legend + .checklist {
  margin-top: 1.4em;
}

.contact_sec .detailcheck .checklist_group legend .notes {
  font-size: 80%;
  margin-left: 1em;
}

.contact_sec .detailcheck .checklist {
  margin: 0 0 0 .2rem;
}

.contact_sec .detailcheck .checklist > li:nth-of-type(n+2) {
  margin-top: 1em;
}

.contact_sec .detailcheck .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}

.contact_sec .detailcheck .radio > li:nth-of-type(n+2) {
  margin-top: 0;
}

/* //コンタクトページ ----------------------------------- */
/* サンクスページ --------------------------------------- */
.thanks_sec {
  padding: 1.7rem 0 1.55rem;
  text-align: center;
}

.thanks_sec .logo img {
  width: 1.2rem;
}

.thanks_sec .img {
  margin: .85rem 0 .7rem;
}

.thanks_sec .img img {
  width: 1.73rem;
}

.thanks_sec .txt01 {
  font-size: .24rem;
  line-height: 1.66;
  letter-spacing: .1em;
}

.thanks_sec .txt02 {
  width: 8.05rem;
  margin: .41rem auto .57rem;
  padding: .35rem 0 .35rem;
  font-size: .26rem;
  line-height: 1.69;
  letter-spacing: .1em;
  border: .05rem solid #F6A555;
  background-color: #FBFBFB;
}

.thanks_sec .txt02 .strong {
  font-weight: 700;
  color: #F6A555;
}

.thanks_sec .txt03 {
  font-size: .23rem;
  line-height: 1.73;
}

.thanks_sec .txt03 .tel {
  width: 5.55rem;
  padding: .05rem 0 .05rem;
  margin: .25rem auto .1rem;
  display: block;
  font-size: .25rem;
  border: .02rem solid #464646;
}

.thanks_sec .txt03 .tel .txt {
  margin-right: .3rem;
  position: relative;
}

.thanks_sec .txt03 .tel .txt::after {
  content: ":";
  position: absolute;
  top: -.07rem;
  right: -.3rem;
}

.thanks_sec .txt03 .tel .num {
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.thanks_sec .txt03 .strong {
  font-weight: 500;
}

.thanks_sec .btn {
  display: table;
  margin: .9rem auto 0;
}

.thanks_sec .btn a {
  width: 5.44rem;
  line-height: .78rem;
  display: block;
  font-size: .27rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10rem;
  color: #ffffff;
  background-color: #009D91;
  position: relative;
}

.thanks_sec .btn a::after {
  content: "";
  width: .13rem;
  height: .21rem;
  position: absolute;
  top: calc(50% - .105rem);
  right: .4rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/contact/arrow.png);
}

/* //サンクスページ ------------------------------------- */
/* 加筆 */
.checklist_select {
  padding: 0.2rem;
}

#radio_buttons {
  display: none;
}

#radio_buttons.checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1em;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .checklist_select {
    padding-left: 0;
  }
  .checklist_select .check_txt::before {
    top: 0 !important;
  }
  #radio_buttons.checked {
    display: block;
    margin-bottom: 2em;
  }
  .checklist_select {
    padding: 0.2rem 0 0.1rem;
  }
}
/*# sourceMappingURL=style.css.map */