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

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

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

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

.cmn_header {
  padding: .1rem .2rem 0 .45rem;
}

.cmn_header .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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cmn_header .l_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .12rem;
}

.cmn_header .logo {
  margin-right: .27rem;
}

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

.cmn_header .tel img {
  width: 2.14rem;
}

.cmn_header .tel_btn img {
  width: 3.4rem;
}

.cta {
  padding: .33rem 0 .23rem;
  text-align: center;
  background-size: cover;
  background-image: url(../images/cta/bg.jpg);
  position: relative;
}

.cta::before, .cta::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cta::before {
  width: .955rem;
  height: 1.065rem;
  top: 0;
  right: 0;
  background-image: url(../images/cta/bg_add01.png);
}

.cta::after {
  width: 1.445rem;
  height: 1.595rem;
  bottom: -1px;
  left: 0;
  background-image: url(../images/cta/bg_add02.png);
}

.cta .tit {
  font-size: .24rem;
  font-weight: 700;
  color: #ffffff;
}

.cta .txt {
  margin: .1rem 0 .3rem;
  font-size: .28rem;
  line-height: .47rem;
  font-weight: 700;
  background-color: #ffffff;
}

.cta .txt .strong {
  color: #910045;
}

.cta .btn01 a {
  position: relative;
}

.cta .btn01 a::before {
  content: "";
  width: 1.64rem;
  height: .415rem;
  position: absolute;
  top: -.9rem;
  left: -.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/cta/balloon.png);
}

.cta .btn01 img {
  width: 5.03rem;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
}

.cta .btn02 {
  display: table;
  margin: .23rem auto;
}

.cta .btn02 a {
  width: 3.47rem;
  display: block;
  font-weight: 700;
  line-height: .4rem;
  font-size: .18rem;
  background-color: #ffffff;
  position: relative;
}

.cta .btn02 a span {
  position: relative;
  z-index: 2;
}

.cta .btn02 a::before, .cta .btn02 a::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cta .btn02 a::before {
  width: .09rem;
  height: .135rem;
  top: calc(50% - .0675rem);
  right: .2rem;
  z-index: 2;
  background-image: url(../images/cta/arrow.png);
}

.cta .btn02 a::after {
  width: 5rem;
  height: .02rem;
  top: calc(50% - .01rem);
  left: calc(50% - 2.5rem);
  z-index: 1;
  background-color: #ffffff;
}

.fixed_btn {
  padding: .25rem 0 .2rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: #666;
}

.fixed_btn .btn01 a {
  position: relative;
}

.fixed_btn .btn01 a::before {
  content: "";
  width: 1.4rem;
  height: .415rem;
  position: absolute;
  top: -.7rem;
  left: -.2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/cta/balloon.png);
}

.fixed_btn .btn01 img {
  width: 4rem;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
}

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

.mv {
  margin-top: -1rem;
  padding: 1.6rem 0 .35rem;
  background-size: cover;
  background-image: url(../images/mv/mv.jpg);
}

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

.mv .txt {
  margin: .35rem 0 .48rem;
}

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

.mv .point img {
  width: 100%;
}

.mv .lists {
  margin-top: .25rem;
}

.mv .lists li {
  font-size: .16rem;
  color: #666;
}

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

.sec01 {
  padding: 1rem 0 1rem;
  position: relative;
}

.sec01::before, .sec01::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec01::before {
  width: 1.445rem;
  height: 1.61rem;
  top: 0;
  left: 0;
  background-image: url(../images/sec01/bg_add01.png);
}

.sec01::after {
  width: 7.9rem;
  height: 5.5rem;
  top: .5rem;
  right: 0;
  z-index: -1;
  background-color: #F0EDEF;
}

.sec01 .wrap {
  margin-bottom: 1.06rem;
  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;
}

.sec01 .tit img {
  width: 5.01rem;
}

.sec01 .txt img {
  width: 4.46rem;
}

.sec01 .tit_wrap {
  text-align: center;
}

.sec01 .tit02 {
  text-align: center;
  display: inline-block;
  font-size: .24rem;
  font-weight: 700;
  position: relative;
}

.sec01 .tit02 .strong {
  color: #910045;
}

.sec01 .tit02::before, .sec01 .tit02::after {
  content: "";
  width: .2rem;
  height: .27rem;
  top: calc(50% - .135rem);
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec01 .tit02::before {
  left: -.3rem;
  background-image: url(../images/sec01/tit_add01.png);
}

.sec01 .tit02::after {
  right: -.3rem;
  background-image: url(../images/sec01/tit_add02.png);
}

.sec01 .swiper-container {
  padding: .2rem 0 0;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sec01 .swiper-container .swiper-slide img {
  width: 100%;
}

.sec01 .swiper-container .swiper-button-next,
.sec01 .swiper-container .swiper-button-prev {
  width: .6rem;
  height: .6rem;
  top: 2.1rem;
}

.sec01 .swiper-container .swiper-button-next::after,
.sec01 .swiper-container .swiper-button-prev::after {
  content: "";
}

.sec01 .swiper-container .swiper-button-prev {
  left: 1.8rem;
  background: url(../images/sec01/prev.jpg) no-repeat center center/contain;
}

.sec01 .swiper-container .swiper-button-next {
  right: 1.8rem;
  background: url(../images/sec01/next.jpg) no-repeat center center/contain;
}

.sec01 .swiper-container .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  background-color: #F0EDEF;
  opacity: 1;
  border-radius: 0;
}

.sec01 .swiper-container .swiper-pagination-bullets {
  bottom: -.47rem !important;
}

.sec01 .swiper-container .swiper-pagination-bullet-active {
  background: #910045;
}

.sec01 .swiper-container .swiper-pagination-bullet {
  margin: 0 .05rem !important;
}

.sec01 .after_conts {
  padding: .34rem 0 .34rem 1rem;
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F0EDEF;
  position: relative;
}

.sec01 .after_conts::before {
  content: "";
  width: 2.82rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2.8rem;
  background-color: #F0EDEF;
}

.sec01 .after_conts .pic {
  margin-right: .35rem;
}

.sec01 .after_conts .pic img {
  width: 1.8rem;
}

.sec01 .after_conts .tit {
  padding: .1rem .32rem .1rem .13rem;
  position: relative;
  display: inline-block;
  font-size: .24rem;
  font-weight: 700;
  color: #ffffff;
  background: #141414;
}

.sec01 .after_conts .tit::before {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 0.3rem #F0EDEF;
  border-bottom: solid .8rem transparent;
}

.sec01 .after_conts .desc01 {
  margin: .2rem 0 .15rem;
  font-size: .24rem;
  font-weight: 700;
}

.sec01 .after_conts .desc02 {
  font-size: .22rem;
  line-height: 2;
}

.sec02 {
  padding: 0 0 .9rem;
}

.sec02 .before_bg {
  padding: .4rem 0 1.4rem;
  text-align: center;
  background-size: cover;
  background-image: url(../images/sec02/bg.jpg);
}

.sec02 .tit {
  margin-bottom: .53rem;
  font-weight: 700;
}

.sec02 .tit .fs01 {
  margin-bottom: .27rem;
  display: block;
  font-size: .26rem;
  color: #ffffff;
}

.sec02 .tit .fs02 {
  padding: .05rem .2rem .08rem;
  font-size: .4rem;
  background-color: #ffffff;
}

.sec02 .txt_wrap {
  text-align: center;
}

.sec02 .txt {
  display: inline-block;
  font-size: .28rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.sec02 .txt::before, .sec02 .txt::after {
  content: "";
  width: .6rem;
  height: 1px;
  top: 50%;
  position: absolute;
  background-color: #ffffff;
}

.sec02 .txt::before {
  left: -.8rem;
}

.sec02 .txt::after {
  right: -.8rem;
}

.sec02 .wrap {
  margin-top: -1rem;
  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;
}

.sec02 .more {
  width: 3.1rem;
}

.sec02 .more .list_tit img {
  width: 3.1rem;
}

.sec02 .more .bg {
  padding: .2rem .25rem .4rem;
  background-color: #F0EDEF;
}

.sec02 .more .pic {
  margin-bottom: .15rem;
}

.sec02 .more .lists li {
  padding-left: .15rem;
  font-size: .18rem;
  line-height: 2.25;
  position: relative;
}

.sec02 .more .lists li::before {
  content: "・";
  position: absolute;
  left: -.1rem;
}

.sec02 .more__content {
  position: relative;
  height: auto;
  max-height: 5.9rem;
  min-height: 5.9rem;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.sec02 .more__content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, rgba(255, 255, 255, 0)), color-stop(95%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 83%, #fff 95%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 83%, #fff 95%);
}

.sec02 .more__content.open:after {
  z-index: -1;
  opacity: 0;
}

.sec02 .more__btn {
  width: 100%;
  margin: 0 auto;
  line-height: .6rem;
  text-align: center;
  display: block;
  font-size: .2rem;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background-color: #910045;
  position: relative;
}

.sec02 .more__btn::before {
  content: "";
  width: .23rem;
  height: .145rem;
  position: absolute;
  top: calc(50% - .0735rem);
  right: .2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec02/arrow.png);
}

.sec02 .after_wrap {
  margin-top: 1.6rem;
  position: relative;
}

.sec02 .after_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec02 .after_wrap::before {
  content: "";
  width: 6.03rem;
  height: 3.82rem;
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec02/bg_add.png);
}

.sec02 .after_wrap .pic img {
  width: 4.49rem;
}

.sec02 .after_wrap .after_txt {
  width: 5.45rem;
  padding-top: .39rem;
}

.sec02 .after_wrap .after_txt .after_tit {
  margin-bottom: .12rem;
}

.sec02 .after_wrap .after_txt .after_tit span {
  padding: .1rem .15rem .1rem;
  display: block;
  font-size: .3rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #141414;
}

.sec02 .after_wrap .after_txt .after_tit span:not(:last-of-type) {
  margin-bottom: .1rem;
}

.sec02 .after_wrap .after_txt .after_tit span:nth-child(1) {
  width: 4.25rem;
}

.sec02 .after_wrap .after_txt .after_tit span:nth-child(2) {
  width: 4.83rem;
}

.sec02 .after_wrap .after_txt .desc01 {
  font-size: .2rem;
  line-height: 2.04;
}

.sec02 .after_wrap .after_txt .desc01 .strong {
  font-weight: 700;
}

.sec03 {
  padding: .94rem 0 1.05rem;
  background-color: #F0EDEF;
  position: relative;
}

.sec03::before, .sec03::after {
  content: "";
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec03::before {
  width: 1.445rem;
  height: 1.61rem;
  left: 0;
  background-image: url(../images/sec03/bg_add01.png);
}

.sec03::after {
  width: 7.13rem;
  height: 7.65rem;
  right: 0;
  background-image: url(../images/sec03/bg_add02.png);
}

.sec03 .tit {
  margin-bottom: .63rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec03 .tit .found {
  display: block;
  margin: 0 auto;
  width: 1.5rem;
  line-height: .37rem;
  font-size: .23rem;
  color: #ffffff;
  background-color: #910045;
}

.sec03 .tit .desc01 {
  margin: .23rem 0 .45rem;
  display: block;
  font-size: .28rem;
}

.sec03 .tit .desc02 {
  font-size: .4rem;
  padding: .1rem .25rem .1rem;
  background-color: #ffffff;
}

.sec03 .lists {
  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;
  position: relative;
  z-index: 1;
}

.sec03 .lists li {
  width: 4.8rem;
}

.sec03 .lists .list_tit img {
  width: 100%;
}

.sec03 .lists .list_pic {
  margin-bottom: .1rem;
}

.sec03 .lists .list_pic img {
  width: 100%;
}

.sec03 .lists .bg {
  padding: .25rem .23rem .5rem;
  min-height: 7.6rem;
  background-color: #ffffff;
}

.sec03 .lists .list_txt {
  font-size: .2rem;
}

.sec03 .lists .list_txt p {
  line-height: 2.04;
}

.sec03 .lists .list_txt p .strong {
  font-weight: 700;
}

.sec03 .lists .list_txt p:not(:last-of-type) {
  margin-bottom: .4rem;
}

.sec03 .achieve {
  padding: 1rem 0 1rem;
}

.sec03 .achieve .achieve_tit img {
  width: 100%;
}

.sec03 .achieve .achieve_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec03 .achieve .achieve_lists li {
  width: calc(100% / 3);
  padding: .25rem .25rem .35rem;
}

.sec03 .achieve .achieve_lists li:nth-of-type(odd) {
  background-color: #ffffff;
}

.sec03 .achieve .achieve_lists li:nth-of-type(even) {
  background-color: #F7F6F7;
}

.sec03 .achieve .achieve_list_pic img {
  width: 100%;
}

.sec03 .achieve .achieve_txt .achieve_list_tit {
  margin: .1rem 0 .05rem;
  font-size: .24rem;
  font-weight: 700;
  color: #910045;
}

.sec03 .achieve .achieve_txt p {
  font-size: .16rem;
  line-height: 1.875;
}

.sec03 .support {
  padding: 0;
}

.sec03 .support .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec03 .support .support_pic01 img {
  width: 4.675rem;
}

.sec03 .support .support_txt {
  width: calc(100% - 4.675rem);
  padding: .25rem .25rem .2rem;
  background-color: #F7F6F7;
}

.sec03 .support .support_txt .support_pic02 img {
  width: 100%;
}

.sec03 .support .support_txt .support_tit {
  margin: .1rem 0 .1rem;
  font-size: .24rem;
  font-weight: 700;
  color: #910045;
}

.sec03 .support .support_txt p {
  font-size: .16rem;
  line-height: 1.875;
}

.sec03 .after_sec01 {
  padding: .4rem 0 0;
}

.sec03 .after_sec01 .after_sec01_tit {
  margin-bottom: 1.05rem;
  text-align: center;
}

.sec03 .after_sec01 .after_sec01_tit img {
  width: 7.58rem;
}

.sec03 .after_sec01 .after_sec01_tit02 {
  text-align: center;
  font-weight: 700;
  font-size: .28rem;
}

.sec03 .after_sec01 .after_sec01_txt {
  margin: .2rem 0 .35rem;
  text-align: center;
}

.sec03 .after_sec01 .after_sec_lists {
  border: 1px solid #910045;
}

.sec03 .after_sec01 .after_sec_lists dt,
.sec03 .after_sec01 .after_sec_lists dd {
  padding-left: .25rem;
  padding-right: .25rem;
}

.sec03 .after_sec01 .after_sec_lists dt:nth-of-type(odd),
.sec03 .after_sec01 .after_sec_lists dd:nth-of-type(odd) {
  background-color: #ffffff;
}

.sec03 .after_sec01 .after_sec_lists dt:nth-of-type(even),
.sec03 .after_sec01 .after_sec_lists dd:nth-of-type(even) {
  background-color: #F0EDEF;
}

.sec03 .after_sec01 .after_sec_lists dt {
  padding-top: .25rem;
  padding-bottom: .2rem;
}

.sec03 .after_sec01 .after_sec_lists dt .strong {
  color: #910045;
  font-weight: 700;
}

.sec03 .after_sec01 .after_sec_lists dd {
  padding-bottom: .25rem;
  font-weight: 700;
}

.sec03 .after_sec02 {
  padding: 1.05rem 0 0;
}

.sec03 .after_sec02 .tit_wrap {
  text-align: center;
}

.sec03 .after_sec02 .after_sec02_tit {
  margin-bottom: .35rem;
  display: inline-block;
  text-align: center;
  font-size: .28rem;
  font-weight: 700;
  position: relative;
}

.sec03 .after_sec02 .after_sec02_tit::before, .sec03 .after_sec02 .after_sec02_tit::after {
  content: "";
  width: 3.6rem;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #141414;
}

.sec03 .after_sec02 .after_sec02_tit::before {
  left: -3.6rem;
}

.sec03 .after_sec02 .after_sec02_tit::after {
  right: -3.6rem;
}

.sec03 .after_sec02 .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;
}

.sec03 .after_sec02 .txt img {
  width: 5.42rem;
}

.sec03 .after_sec02 .img {
  padding: .2rem .2rem 0 0;
}

.sec03 .after_sec02 .img img {
  width: 3.46rem;
}

.sec03 .after_sec02 .notes {
  margin-top: .1rem;
  font-size: .18rem;
}

.sec04 {
  padding: 1rem 0 1rem;
  background-color: #F0EDEF;
  position: relative;
}

.sec04::after {
  content: "";
  width: 7.13rem;
  height: 7.65rem;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec03/bg_add02.png);
}

.sec04 .tit_wrap {
  text-align: center;
}

.sec04 .tit {
  padding: .1rem .15rem .1rem;
  margin-bottom: .48rem;
  text-align: center;
  display: inline-block;
  font-size: .4rem;
  font-weight: 700;
  background-color: #ffffff;
}

.sec04 .lists {
  position: relative;
  z-index: 1;
}

.sec04 .lists li {
  border: 1px solid #910045;
}

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

.sec04 .lists .list_tit img {
  width: 100%;
}

.sec04 .lists .bg {
  padding: .25rem .48rem .55rem;
  background-color: #ffffff;
}

.sec04 .lists .wrap {
  margin-bottom: .3rem;
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec04 .lists .pic {
  padding-top: .55rem;
  text-align: right;
  width: 4.5rem;
}

.sec04 .lists .pic img {
  width: 3.9rem;
}

.sec04 .lists .txt01 {
  width: calc(100% - 4.5rem);
}

.sec04 .lists .txt .f_tit01 {
  width: 1.28rem;
  margin-bottom: .1rem;
  text-align: center;
  line-height: .4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
}

.sec04 .lists .txt .f_tit02 {
  width: 1.74rem;
  margin-bottom: .1rem;
  text-align: center;
  line-height: .4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #910045;
}

.sec04 .lists .txt .desc {
  line-height: 2.04;
  font-size: .2rem;
}

.sec04 .lists .after_txt {
  padding: .17rem .3rem .2rem .2rem;
  margin-top: .3rem;
  background-color: #F0EDEF;
}

.sec04 .lists .after_txt .f_tit03 {
  width: .865rem;
  margin-bottom: .1rem;
  text-align: center;
  line-height: .4rem;
  font-weight: 700;
  color: #910045;
  background-color: #ffffff;
}

.sec04 .lists .after_txt .desc {
  padding-left: .1rem;
  line-height: 2.04;
  font-size: .2rem;
}

.sec05 {
  padding: 1.04rem 0 1rem;
}

.sec05 .wrap {
  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;
}

.sec05 .pic {
  margin-bottom: .12rem;
}

.sec05 .pic img {
  width: 5.19rem;
}

.sec05 .tit img {
  width: 4.77rem;
}

.sec05 .pos {
  text-align: right;
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.75;
}

.sec05 .career {
  width: 5.95rem;
  margin-top: -2.4rem;
  padding: .35rem .8rem .43rem .37rem;
  background-color: #F0EDEF;
}

.sec05 .career .career_tit {
  margin-bottom: .15rem;
  width: .65rem;
  line-height: .36rem;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #141414;
}

.sec05 .career .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sec05 .career .lists dt,
.sec05 .career .lists dd {
  font-size: .18rem;
  line-height: 1.66;
}

.sec05 .career .lists dt:not(:last-of-type),
.sec05 .career .lists dd:not(:last-of-type) {
  margin-bottom: .06rem;
}

.sec05 .career .lists dt {
  width: .65rem;
}

.sec05 .career .lists dd {
  width: calc(100% - .65rem);
}

.sec05 .after_txt {
  margin-top: .5rem;
  padding: .3rem .37rem .5rem;
  background-color: #F0EDEF;
  font-size: .2rem;
}

.sec05 .after_txt .desc {
  line-height: 2.04;
}

.sec05 .after_txt .desc .strong {
  font-weight: 700;
}

.sec05 .after_txt .desc:not(:last-of-type) {
  margin-bottom: .1rem;
}

.sec06 {
  padding: 0 0 1.05rem;
}

.sec06 .before_bg {
  padding: .88rem 0 1.45rem;
  text-align: center;
  background-size: cover;
  background-image: url(../images/sec06/tit_bg.jpg);
}

.sec06 .tit {
  padding: .15rem .2rem .15rem;
  margin-bottom: .3rem;
  display: inline-block;
  font-size: .4rem;
  font-weight: 700;
  background-color: #ffffff;
}

.sec06 .txt {
  font-size: .2rem;
  color: #ffffff;
  font-weight: 700;
}

.sec06 .lists {
  margin-top: -.9rem;
  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;
}

.sec06 .lists li {
  width: 3.13rem;
}

.sec06 .lists .list_tit img {
  width: 100%;
}

.sec06 .lists .bg {
  padding: .23rem .25rem 0;
  min-height: 9rem;
  background-color: #F0EDEF;
  position: relative;
}

.sec06 .lists .bg::after {
  content: "";
  width: .14rem;
  height: .24rem;
  position: absolute;
  bottom: -.12rem;
  left: calc(50% - .07rem);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec06/arrow.png);
}

.sec06 .lists .f_txt {
  padding: .1rem 0 .1rem .13rem;
  margin-bottom: .15rem;
  line-height: 1.59;
  color: #910045;
  font-weight: 700;
  background-color: #ffffff;
}

.sec06 .lists .child_lists li {
  width: 100%;
  padding-left: .2rem;
  font-size: .18rem;
  line-height: 1.75;
  position: relative;
}

.sec06 .lists .child_lists li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.sec06 .lists .child_lists01 li:last-of-type {
  margin-top: .4rem;
}

.sec06 .lists .child_lists02 li:nth-of-type(6) {
  margin-bottom: .4rem;
}

.sec06 .lists .child_lists03 li:nth-of-type(12) {
  margin-bottom: .3rem;
}

.sec06 .lists .after_box {
  padding: .12rem .22rem .1rem;
  margin-top: .15rem;
  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;
  border: 1px solid #910045;
}

.sec06 .lists .after_box .date {
  padding: .05rem .1rem .1rem;
  font-size: .18rem;
  color: #ffffff;
  background-color: #910045;
}

.sec06 .lists .after_box .price {
  font-weight: 700;
  color: #910045;
}

.sec06 .lists .after_box .price .num {
  font-size: .4rem;
}

.sec06 .lists .after_box .price .cre {
  font-size: .16rem;
}

.sec06 .flow_sec {
  padding: 1.1rem 0 0;
}

.sec06 .flow_sec .flow_tit {
  margin-bottom: .3rem;
  text-align: center;
  font-size: .4rem;
  font-weight: 700;
}

.sec06 .flow_sec .img {
  margin-bottom: .2rem;
}

.sec06 .flow_sec .img img {
  width: 100%;
}

.sec06 .flow_sec .notes {
  font-size: .18rem;
  line-height: 1.94;
}

.qa {
  padding: 0 0 1rem;
}

.qa .tit {
  margin-bottom: .4rem;
  text-align: center;
  font-size: .4rem;
  font-weight: 700;
}

.qa .ac {
  width: 100%;
  margin: 0 auto;
}

.qa .ac_parent {
  padding: .2rem 0 .2rem;
  text-align: center;
  position: relative;
  font-size: .26rem;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
  background-color: #910045;
}

.qa .ac_parent::after {
  content: "";
  width: .21rem;
  height: .125rem;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  top: calc(50% - .0625rem);
  right: .24rem;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/qa/arrow.png);
}

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

.qa .ac_child {
  display: none;
  border: 1px solid #910045;
}

.qa .ac_child .child_lists dt,
.qa .ac_child .child_lists dd {
  position: relative;
  line-height: 1.59;
}

.qa .ac_child .child_lists dt::before,
.qa .ac_child .child_lists dd::before {
  content: "";
  width: .36rem;
  height: .36rem;
  position: absolute;
  left: .2rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.qa .ac_child .child_lists dt {
  padding: .12rem .2rem .16rem .68rem;
  font-weight: 700;
  background-color: #F0EDEF;
}

.qa .ac_child .child_lists dt::before {
  top: .17rem;
  background-image: url(../images/qa/q.png);
}

.qa .ac_child .child_lists dd {
  padding: .15rem .2rem .3rem .68rem;
}

.qa .ac_child .child_lists dd::before {
  background-image: url(../images/qa/a.png);
}

.qa .ac_child .child_lists dd p:not(:last-of-type) {
  margin-bottom: .1rem;
}

.qa .ac_parent.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.cmn_footer {
  position: relative;
}

.cmn_footer::before {
  content: "";
  width: 2.87rem;
  height: 4.97rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/company/pic.jpg);
}

.cmn_footer .bg {
  padding: .7rem 0 .52rem;
  background-color: #F0EDEF;
}

.cmn_footer .wrap {
  width: 5.75rem;
  margin: 0 auto;
}

.cmn_footer .c_name {
  margin-bottom: .3rem;
  font-size: .3rem;
  font-weight: 700;
  color: #910045;
}

.cmn_footer .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cmn_footer .lists dt,
.cmn_footer .lists dd {
  line-height: 1.86;
}

.cmn_footer .lists dt {
  width: 1.3rem;
}

.cmn_footer .lists dd {
  width: calc(100% - 1.3rem);
}

.cmn_footer small {
  display: block;
  padding: .15rem .1rem 1.7rem;
  font-size: .12rem;
  text-align: right;
  color: #ffffff;
  background-color: #910045;
}

.under_footer small {
  display: block;
  padding: .15rem .1rem .15rem;
  font-size: .12rem;
  text-align: right;
  color: #ffffff;
  background-color: #910045;
}

.contact_page .contact_sec {
  padding: .8rem 0 .8rem;
  position: relative;
}

.contact_page .contact_sec::before {
  content: "";
  width: 100%;
  height: 9.06rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/contact/bg.jpg);
}

.contact_page .contact_sec .logo {
  text-align: center;
}

.contact_page .contact_sec .logo img {
  width: 2.3rem;
}

.contact_page .contact_sec .tit {
  margin: .3rem 0 .65rem;
  text-align: center;
  font-weight: 700;
  line-height: 2.04;
}

.contact_page .contact .tit02 {
  padding: .2rem 0 .2rem;
  text-align: center;
  font-size: .26rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #910045;
}

.contact_page .contact .req {
  margin-left: .1rem;
  font-size: .16rem;
  font-weight: 700;
  color: #910045;
}

.contact_page .contact .req_w {
  color: #ffffff;
}

.contact_page .contact .lists {
  padding: .2rem .25rem .3rem;
  background-color: #F0EDEF;
  border: 1px solid #910045;
}

.contact_page .contact .lists input {
  width: 100%;
  height: .56rem;
}

.contact_page .contact .lists textarea {
  padding-top: .1rem;
  width: 100%;
  min-height: 2.24rem;
}

.contact_page .contact .lists input,
.contact_page .contact .lists textarea {
  padding-left: .1rem;
  font-size: .22rem;
  border: none;
}

.contact_page .contact .lists input::-webkit-input-placeholder,
.contact_page .contact .lists textarea::-webkit-input-placeholder {
  font-size: .22rem;
  color: #BEBEBE;
}

.contact_page .contact .lists input:-ms-input-placeholder,
.contact_page .contact .lists textarea:-ms-input-placeholder {
  font-size: .22rem;
  color: #BEBEBE;
}

.contact_page .contact .lists input::-ms-input-placeholder,
.contact_page .contact .lists textarea::-ms-input-placeholder {
  font-size: .22rem;
  color: #BEBEBE;
}

.contact_page .contact .lists input::placeholder,
.contact_page .contact .lists textarea::placeholder {
  font-size: .22rem;
  color: #BEBEBE;
}

.contact_page .contact .lists dt {
  margin-bottom: .15rem;
  font-weight: 700;
}

.contact_page .contact .lists dt:not(:first-of-type) {
  margin-top: .23rem;
}

.contact_page .contact .privacy {
  margin: .5rem 0 .45rem;
  text-align: center;
}

.contact_page .contact .privacy .check_txt {
  font-size: .18rem;
  font-weight: 500;
  color: #000000;
}

.contact_page .contact .privacy .check_txt a {
  color: #910045;
  border-bottom: 1px solid #910045;
}

.contact_page .contact .privacy .check_txt .bar {
  margin: 0 .1rem;
}

.contact_page .contact .privacy input[type="checkbox"] {
  opacity: 0;
}

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

.contact_page .contact .privacy input[type="checkbox"] + span::before {
  content: "";
  width: .25rem;
  height: .25rem;
  display: block;
  position: absolute;
  top: calc(50% - .11rem);
  left: -.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #910045;
  background-color: #F0EDEF;
}

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

.contact_page .contact .form_btn {
  text-align: center;
}

.contact_page .contact .submit_btn {
  border: 0;
  width: 4.46rem;
  height: .81rem;
  background-image: url(../images/contact/submit_btn.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
}

.thanks_page .thanks_sec {
  padding: .8rem 0 1.15rem;
  text-align: center;
  position: relative;
}

.thanks_page .thanks_sec::before {
  content: "";
  width: 100%;
  height: 9.06rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/contact/bg.jpg);
}

.thanks_page .thanks_sec .logo {
  margin-bottom: .58rem;
}

.thanks_page .thanks_sec .logo img {
  width: 2.3rem;
}

.thanks_page .thanks_sec .thanks_logo img {
  width: 2.17rem;
}

.thanks_page .thanks_sec .tit {
  margin: .25rem 0 .3rem;
  font-weight: 700;
  line-height: 2.04;
}

.thanks_page .thanks_sec .txt01 {
  padding: .23rem 0 .35rem;
  line-height: 2.04;
  background-color: #F0EDEF;
}

.thanks_page .thanks_sec .txt01 .strong {
  font-weight: 700;
}

.thanks_page .thanks_sec .txt02 {
  margin: .35rem 0 .45rem;
}

.thanks_page .thanks_sec .txt02 .tel {
  display: table;
  margin: .24rem auto .24rem;
}

.thanks_page .thanks_sec .txt02 .tel a {
  width: 5.8rem;
  display: block;
  padding-left: .2rem;
  line-height: .62rem;
  font-size: .3rem;
  font-weight: 700;
  color: #910045;
  border: 1px solid #910045;
  position: relative;
}

.thanks_page .thanks_sec .txt02 .tel a::before {
  content: "";
  width: .315rem;
  height: .205rem;
  position: absolute;
  top: calc(50% - .1025rem);
  left: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/contact/tel_logo.png);
}

.thanks_page .thanks_sec .to_top {
  text-align: center;
}

.thanks_page .thanks_sec .to_top img {
  width: 4.26rem;
}

@media screen and (min-width: 1536px) {
  html {
    font-size: 100px;
  }
  .cmn_header {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }
  .mv {
    background: url(../images/mv/fv-img-bg.png) no-repeat right top;
    background-size: 100%;
    position: relative;
    padding-bottom: 0;
  }
  .mv .container {
    position: relative;
    z-index: 3;
    padding-bottom: 0.35rem;
  }
  .mv .container:before {
    content: "";
    position: absolute;
    width: 687px;
    height: 762px;
    background: url(../images/mv/fv-img.png) no-repeat top center;
    background-size: 100%;
    right: -140px;
    bottom: 0;
    z-index: -1;
  }
  .mv .container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 32%;
    background: transparent -webkit-linear-gradient(359deg, #FFFFFF 50%, #84848400 100%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(91deg, #FFFFFF 50%, #84848400 100%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec01 .swiper-container .swiper-button-next {
    right: 21.5%;
  }
  .sec01 .swiper-container .swiper-button-prev {
    left: 21.5%;
  }
  .sec01 .after_conts::before {
    left: initial;
    right: 0;
    width: 200%;
    z-index: -1;
  }
}
/*# sourceMappingURL=style.css.map */