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

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

/* Avoid Chrome to see Safari hack */
.wrapper {
  overflow: hidden;
}

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

@media screen and (max-width: 768px) {
  .container {
    width: 3.46rem;
  }
}

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;
  }
}

.object-fit_img01 {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.object-fit_img02 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

/* header */
.cmn_header {
  min-height: 1rem;
  padding: 0 .38rem;
}

.cmn_header_head {
  margin-right: .35rem;
}

.cmn_header_head .logo {
  max-width: .6rem;
  margin-right: .1rem;
}

.cmn_header_head .name {
  color: #000080;
  font-size: .32rem;
  font-weight: 700;
}

.cmn_header_desc {
  font-size: .19rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.cmn_header_desc .mark {
  color: #38ABE2;
}

@media screen and (max-width: 768px) {
  /* header */
  .cmn_header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: .5rem;
    padding: 0 .19rem;
  }
  .cmn_header_head {
    margin-right: 0;
  }
  .cmn_header_head .logo {
    max-width: .3rem;
    margin-right: .05rem;
  }
  .cmn_header_head .name {
    font-size: .16rem;
  }
  .cmn_header_desc {
    font-size: .105rem;
  }
}

/* footer
--------------------------------------------------------------*/
.cmn_footer_wrap {
  padding: .17rem 0 .12rem;
}

.cmn_footer_wrap .logo {
  max-width: .6rem;
  margin-right: .12rem;
}

.cmn_footer_wrap .name {
  color: #000080;
  font-size: .31rem;
  font-weight: 700;
}

.cmn_footer_wrap .navi {
  margin-left: .25rem;
  color: #000;
  font-size: .18rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.cmn_footer_wrap .navi .stit {
  font-size: .14rem;
}

.cmn_footer_copyright {
  padding: .11rem 0 .16rem;
  text-align: center;
  background: #ECF5FA;
}

.cmn_footer_copyright small {
  font-size: .12rem;
  font-weight: 400;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .cmn_footer {
    margin: 0 0 .7rem;
  }
  .cmn_footer_wrap {
    width: 3.7rem;
    padding: .17rem 0 .12rem;
  }
  .cmn_footer_wrap .logo {
    width: .45rem;
    max-width: auto;
    margin-right: 0;
  }
  .cmn_footer_wrap .name {
    margin-left: .1rem;
    font-size: .235rem;
  }
  .cmn_footer_wrap .navi {
    margin-left: .1rem;
    font-size: .16rem;
  }
  .cmn_footer_wrap .navi .stit {
    font-size: .12rem;
  }
  .cmn_footer_copyright {
    padding: .16rem 0 .13rem;
  }
}

/* fixed ボタン ---------- */
.contact_fixed {
  position: fixed;
  bottom: .6rem;
  right: .3rem;
  z-index: 9999;
  cursor: pointer;
}

.contact_fixed .bg {
  display: block;
  width: 1.38rem;
  height: 1.38rem;
  padding: .35rem 0 0;
  color: #000;
  font-size: .18rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  border-radius: 50%;
  background: center bottom 0.25rem/0.06rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow1.svg);
  -webkit-box-shadow: 0 0 0.09rem rgba(22, 74, 100, 0.38);
          box-shadow: 0 0 0.09rem rgba(22, 74, 100, 0.38);
}

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

@media screen and (max-width: 768px) {
  .contact_fixed {
    padding: .1rem 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #38ABE2;
  }
  .contact_fixed .bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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: 3.08rem;
    height: .5rem;
    padding: 0;
    margin: 0 auto;
    font-size: .155rem;
    border-radius: .25rem;
    letter-spacing: .2em;
    background: center right 0.26rem/0.06rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
    -webkit-box-shadow: 0 0 0.075rem rgba(22, 74, 100, 0.38);
            box-shadow: 0 0 0.075rem rgba(22, 74, 100, 0.38);
  }
}

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

/* 共通 CTAボタン ---------- */
.cta {
  position: relative;
  z-index: 15;
}

.cta_catch {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: .38rem;
  font-weight: 700;
  text-align: center;
}

.cta_catch .deco {
  display: inline-block;
  padding: 0 .8rem;
  position: relative;
}

.cta_catch .deco::before, .cta_catch .deco::after {
  content: "";
  width: .67rem;
  height: 1.05rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
}

.cta_catch .deco::before {
  background-image: url(../images/cta_deco1_pc.png);
  background-image: image-set(url(../images/cta_deco1_pc.png) 1x, url(../images/cta_deco1_pc@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/cta_deco1_pc.png) 1x, url(../images/cta_deco1_pc@2x.png) 2x);
  left: 0;
}

.cta_catch .deco::after {
  background-image: url(../images/cta_deco2_pc.png);
  background-image: image-set(url(../images/cta_deco2_pc.png) 1x, url(../images/cta_deco2_pc@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/cta_deco2_pc.png) 1x, url(../images/cta_deco2_pc@2x.png) 2x);
  right: 0;
}

.cta_catch .mark {
  color: #F7DC31;
  line-height: 1.47;
}

.cta_catch .num {
  font-size: .6rem;
  font-family: "Barlow Condensed", sans-serif;
}

.cta_text {
  font-size: .3rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}

.cta_text .bg {
  display: inline-block;
  width: 5.44rem;
  height: .91rem;
  padding: .15rem 0 0;
  background-image: url(../images/cta_balloon_pc.png);
}

.cta_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  max-width: 4.9rem;
  height: .8rem;
  margin: .15rem auto 0;
  font-size: .23rem;
  font-weight: 700;
  letter-spacing: .2em;
  border-radius: .5rem;
  background: center right 0.45rem/0.08rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
  -webkit-box-shadow: 0 0 0.15rem rgba(22, 74, 100, 0.75);
          box-shadow: 0 0 0.15rem rgba(22, 74, 100, 0.75);
}

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

@media screen and (max-width: 768px) {
  .cta_catch {
    margin: 0 0 .14rem;
    font-size: .19rem;
  }
  .cta_catch .deco {
    padding: 0 .34rem;
    line-height: 1.3;
  }
  .cta_catch .deco::before, .cta_catch .deco::after {
    width: .33rem;
    height: .53rem;
    bottom: .05rem;
  }
  .cta_catch .mark {
    line-height: 1.3;
  }
  .cta_catch .num {
    font-size: .3rem;
  }
  .cta_text {
    font-size: .15rem;
  }
  .cta_text .bg {
    width: 2.72rem;
    height: .455rem;
    padding: .08rem 0 0;
    background-image: url(../images/cta_balloon_sp.png);
  }
  .cta_btn {
    max-width: 3.08rem;
    height: .5rem;
    margin: .08rem auto 0;
    font-size: .155rem;
    border-radius: .25rem;
    background: center right 0.26rem/0.06rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
    -webkit-box-shadow: 0 0 0.075rem rgba(22, 74, 100, 0.75);
            box-shadow: 0 0 0.075rem rgba(22, 74, 100, 0.75);
  }
}

.first_cta {
  padding: 0 0 .6rem;
  background: #38ABE2;
}

.first_cta .cta_text {
  position: relative;
  top: -.3rem;
  margin: 0 0 -.3rem;
}

@media screen and (max-width: 768px) {
  .first_cta {
    padding: 0 0 .28rem;
  }
  .first_cta .cta_text {
    top: -.06rem;
    margin: 0 0 -.06rem;
  }
}

.mod_cta {
  min-height: 5rem;
  padding: .6rem 0 .49rem;
  background-image: url(../images/cta_bg_pc.jpg);
  background-image: image-set(url(../images/cta_bg_pc.jpg) 1x, url(../images/cta_bg_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/cta_bg_pc.jpg) 1x, url(../images/cta_bg_pc@2x.jpg) 2x);
}

.mod_cta.mod_bg {
  background-size: 15.36rem auto !important;
}

@media screen and (max-width: 768px) {
  .mod_cta {
    min-height: auto;
    padding: .35rem 0 .48rem;
    background-image: url(../images/cta_bg_sp.jpg);
  }
  .mod_cta.mod_bg {
    background-size: 100% auto !important;
  }
}

/* --------------------------------------------------------------
   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;
  position: absolute;
}

/* 共通 背景 ---------- */
.mod_bg {
  background-repeat: no-repeat;
  background-size: 19.2rem auto;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .mod_bg {
    background-size: 100% auto;
  }
}

.mod_bg2 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.mod_bg3 {
  background-repeat: repeat;
  background-size: 7.6rem auto;
  background-image: url(../images/cmn/bg_repeat1.jpg);
}

@media screen and (max-width: 768px) {
  .mod_bg3 {
    background-size: 3.84rem auto;
    background-image: url(../images/cmn/bg_repeat1_sp.jpg);
  }
}

/* 共通ロゴ ---------- */
.mod_logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mod_logo .img {
  max-width: .6rem;
  margin-right: .1rem;
}

.mod_logo .name {
  color: #000080;
  font-size: .36rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .mod_logo .img {
    max-width: .25rem;
    margin-right: .05rem;
    vertical-align: middle;
  }
  .mod_logo .name {
    font-size: .18rem;
  }
}

/* 共通スクロール画像 ---------- */
.mod_scroll {
  position: relative;
}

.mod_scroll::before {
  content: "";
  width: .54rem;
  height: 1.08rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/cmn/scroll.svg);
  background-position: center;
  position: absolute;
  top: -.54rem;
  left: calc((50% - 0.27rem) - 1px);
}

.mod_scroll::after {
  content: "";
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: #1C1C1C;
  position: absolute;
  left: calc(50% - .05rem);
  top: -.32rem;
  -webkit-animation: move 2s ease-in-out infinite;
          animation: move 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .mod_scroll::before {
    width: .27rem;
    height: .54rem;
    top: -.27rem;
    left: calc(50% - .14rem);
  }
  .mod_scroll::after {
    width: .075rem;
    height: .075rem;
    left: calc(50% - .0375rem);
    top: -.16rem;
  }
}

@-webkit-keyframes move {
  0% {
    top: -.32rem;
  }
  100% {
    top: .54rem;
  }
}

@keyframes move {
  0% {
    top: -.32rem;
  }
  100% {
    top: .54rem;
  }
}

@media screen and (max-width: 768px) {
  @-webkit-keyframes move {
    0% {
      top: -.16rem;
    }
    100% {
      top: .27rem;
    }
  }
  @keyframes move {
    0% {
      top: -.16rem;
    }
    100% {
      top: .27rem;
    }
  }
}

/* 共通タイトル ---------- */
.mod_tit01 {
  font-size: .45rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mod_tit01 {
    font-size: .225rem;
  }
}

/* 共通テキスト上のドット ---------- */
.dot_text {
  position: relative;
  color: #38ABE2;
}

.dot_text::before {
  content: "";
  width: .07rem;
  height: .07rem;
  background: #38ABE2;
  border-radius: 50%;
  position: absolute;
  top: -.1rem;
  left: calc(50% - .035rem);
}

@media screen and (max-width: 768px) {
  .dot_text::before {
    width: .035rem;
    height: .035rem;
    top: -.05rem;
    left: calc(50% - .0175rem);
  }
}

/* Main
--------------------------------------------------------------*/
/* #fv ----------- */
.main_bg {
  background-image: url(../images/main_bg_pc.jpg);
  background-image: image-set(url(../images/main_bg_pc.jpg) 1x, url(../images/main_bg_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/main_bg_pc.jpg) 1x, url(../images/main_bg_pc@2x.jpg) 2x);
}

.main_bg .fv {
  padding: 0 0 1.85rem;
  position: relative;
}

.main_bg .fv_catch {
  max-width: 10.78rem;
  margin: -.3rem 0 0 -.25rem;
}

.main_bg .fv_desc {
  margin: .05rem 0 0;
  padding-left: .3rem;
  color: #fff;
  font-size: .28rem;
  font-weight: 700;
}

.main_bg .fv_text {
  position: absolute;
  left: 3.7rem;
  bottom: 2.48rem;
  z-index: 5;
}

.main_bg .fv_text .item {
  width: 1.48rem;
  height: 1.48rem;
  padding: .25rem 0 0;
  margin-right: .1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../images/fv_text_bg.png);
  background-image: image-set(url(../images/fv_text_bg.png) 1x, url(../images/fv_text_bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/fv_text_bg.png) 1x, url(../images/fv_text_bg@2x.png) 2x);
  text-align: center;
}

.main_bg .fv_text .item .txt {
  display: block;
  margin: 0 0 -.13rem;
  font-size: .21rem;
  font-weight: 700;
}

.main_bg .fv_text .item .zero {
  font-size: .44rem;
  font-weight: 700;
}

.main_bg .fv_text .item .zero .num {
  font-size: .91rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.main_bg .fv_pic {
  max-width: 5.28rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .main_bg {
    background-image: url(../images/main_bg_sp.jpg);
  }
  .main_bg .fv {
    padding: 0 0 .3rem;
  }
  .main_bg .fv_catch {
    max-width: calc(100% + .6rem);
    margin: 0 -.3rem -.05rem;
    position: relative;
    z-index: 15;
  }
  .main_bg .fv_desc {
    max-width: 1.8rem;
    margin: .05rem 0 0;
    padding-left: 0;
    font-size: .13rem;
    line-height: 1.54;
    text-align: center;
  }
  .main_bg .fv_text {
    margin: .05rem 0 0;
    position: static;
  }
  .main_bg .fv_text .item {
    width: .84rem;
    height: .84rem;
    padding: .16rem 0 0;
    margin-right: .06rem;
    background-image: url(../images/fv_text_bg_sp.png);
  }
  .main_bg .fv_text .item .txt {
    margin: 0 0 -.06rem;
    font-size: .12rem;
  }
  .main_bg .fv_text .item .zero {
    font-size: .25rem;
  }
  .main_bg .fv_text .item .zero .num {
    font-size: .515rem;
  }
  .main_bg .fv_pic {
    max-width: 2.38rem;
    right: -.85rem;
    bottom: -.45rem;
  }
}

/* #fv after ----------- */
.fv_after_top_cot {
  padding: 1.2rem 0;
  text-align: center;
  background: #F2F2F2;
}

.fv_after_top_cot .text {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.6;
}

.fv_after_top_cot .text .mark {
  color: #38ABE2;
}

.fv_after_top_cot .img {
  max-width: 3.54rem;
}

.fv_after_bottom_cot {
  padding: 0 0 1.2rem;
  position: relative;
}

.fv_after_bottom_cot .balloon {
  font-size: .3rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  position: relative;
  top: -.3rem;
}

.fv_after_bottom_cot .balloon .bg {
  display: inline-block;
  width: 2.67rem;
  height: .91rem;
  padding: .15rem 0 0;
  background-image: url(../images/after_balloon_pc.png);
}

.fv_after_bottom_cot_wrap .title {
  margin: 0 0 .15rem;
  font-size: .38rem;
  font-weight: 700;
  line-height: 1.7;
}

.fv_after_bottom_cot_wrap .title .mark {
  font-size: .42rem;
  color: #61BC9E;
}

.fv_after_bottom_cot_wrap .desc {
  font-size: .2rem;
  letter-spacing: .06em;
  line-height: 2.3;
}

.fv_after_bottom_cot_wrap .pic {
  max-width: 2.36rem;
  position: absolute;
  left: calc((100% - 10.8rem) / 2 + 4.88rem);
  bottom: .75rem;
  z-index: 10;
}

.fv_after_bottom_cot_pic {
  max-width: 6.6rem;
  position: absolute;
  left: calc((100% - 10.8rem) / 2 + 5.5rem);
  bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .fv_after_top_cot {
    padding: .3rem 0 .4rem;
  }
  .fv_after_top_cot .text {
    font-size: .15rem;
  }
  .fv_after_top_cot .img {
    max-width: 1.77rem;
  }
  .fv_after_bottom_cot {
    padding: 0;
  }
  .fv_after_bottom_cot .balloon {
    font-size: .15rem;
    top: -.23rem;
  }
  .fv_after_bottom_cot .balloon .bg {
    width: 1.34rem;
    height: .46rem;
    padding: .08rem 0 0;
    background-image: url(../images/after_balloon_sp.png);
  }
  .fv_after_bottom_cot_wrap {
    width: 3.08rem;
  }
  .fv_after_bottom_cot_wrap .title {
    margin: 0 0 .23rem;
    font-size: .19rem;
    letter-spacing: .03em;
  }
  .fv_after_bottom_cot_wrap .title .mark {
    font-size: .21rem;
  }
  .fv_after_bottom_cot_wrap .desc {
    font-size: .13rem;
    line-height: 1.76;
  }
  .fv_after_bottom_cot_wrap .pic {
    max-width: 1.18rem;
    left: auto;
    right: .17rem;
    top: .4rem;
    bottom: auto;
  }
  .fv_after_bottom_cot_pic {
    max-width: 100%;
    margin: .24rem 0 0;
    position: static;
  }
}

/* #実績 ----------- */
.sec_achievement {
  text-align: center;
  counter-reset: number 0;
}

.sec_achievement_wrap {
  padding: .8rem 0 0;
  background: #ECF5FA;
}

.sec_achievement_ico {
  max-width: .54rem;
  margin: 0 0 .15rem;
}

.sec_achievement_title {
  font-size: .32rem;
  font-weight: 700;
  line-height: 1.875;
}

.sec_achievement_title .mark {
  display: inline-block;
  margin-top: -.3rem;
  font-size: .42rem;
}

.sec_achievement_title .mark .num {
  margin: 0 .05rem;
  color: #FF76C0;
  font-size: .7rem;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  bottom: -.05rem;
}

.sec_achievement_title .mark .small {
  font-size: .32rem;
}

.sec_achievement_img {
  max-width: 6.16rem;
  margin: .2rem auto 1.2rem;
}

.sec_achievement .record_item {
  padding: 1.2rem 0;
}

.sec_achievement .record_item.item1, .sec_achievement .record_item.item4 {
  background-image: url(../images/cmn/bg_repeat2.jpg);
}

.sec_achievement .record_item.item1 .record_item_title::before, .sec_achievement .record_item.item4 .record_item_title::before {
  color: #38ABE2;
}

.sec_achievement .record_item.item1 {
  padding: .75rem 0 1.2rem;
}

.sec_achievement .record_item.item2, .sec_achievement .record_item.item5 {
  background-image: url(../images/cmn/bg_repeat3.jpg);
}

.sec_achievement .record_item.item2 .record_item_title::before, .sec_achievement .record_item.item5 .record_item_title::before {
  color: #FF76C0;
}

.sec_achievement .record_item.item3 {
  background-image: url(../images/cmn/bg_repeat4.jpg);
}

.sec_achievement .record_item.item3 .record_item_title::before {
  color: #61BC9E;
}

.sec_achievement .record_item .record_ico {
  max-width: .74rem;
  margin: 0 auto .3rem;
}

.sec_achievement .record_item .record_title {
  margin: 0 0 .5rem;
  color: #fff;
}

.sec_achievement .record_item_wrap {
  min-height: 5.26rem;
  padding: .5rem .44rem;
  border: 3px solid #373737;
  border-radius: .1rem;
  background: #fff;
  position: relative;
}

.sec_achievement .record_item_title {
  margin: 0 0 .2rem;
  font-size: .26rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.92;
  position: relative;
}

.sec_achievement .record_item_title::before {
  counter-increment: number 1;
  content: counter(number) "回目";
  width: 1.54rem;
  height: .74rem;
  font-size: .26rem;
  font-weight: 900;
  letter-spacing: .06em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../images/record_balloon.png);
  background-image: image-set(url(../images/record_balloon.png) 1x, url(../images/record_balloon@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/record_balloon.png) 1x, url(../images/record_balloon@2x.png) 2x);
  position: absolute;
  top: -.7rem;
  left: calc(50% - .77rem);
}

.sec_achievement .record_item.item4 .record_item_title::before {
  content: "6回目";
}

.sec_achievement .record_item.item5 .record_item_title::before {
  content: "10回目";
}

.sec_achievement .record_item_text {
  width: 4.2rem;
}

.sec_achievement .record_item_text .img_text {
  margin: 0 0 .25rem;
}

.sec_achievement .record_item_text .desc {
  letter-spacing: .06em;
  line-height: 1.66;
  text-align: left;
}

.sec_achievement .record_item_youtube {
  width: 5.3rem;
  -webkit-box-shadow: 0 0 0.17rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.17rem rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}

.sec_achievement .record_item_youtube iframe {
  width: 100%;
  height: 3rem;
  vertical-align: bottom;
}

.sec_achievement .record_item.record_arrow {
  position: relative;
}

.sec_achievement .record_item.record_arrow::before {
  content: "";
  width: 1.3rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../images/record_arrow.png);
  background-image: image-set(url(../images/record_arrow.png) 1x, url(../images/record_arrow@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/record_arrow.png) 1x, url(../images/record_arrow@2x.png) 2x);
  position: absolute;
  top: -.75rem;
  left: calc(50% - .65rem);
}

.sec_achievement .record_item_last_cot {
  max-width: 6.92rem;
  margin: 1.6rem auto 0;
  position: relative;
}

.sec_achievement .record_item_last_cot.record_arrow::before {
  content: "";
  width: 1.3rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../images/record_arrow.png);
  background-image: image-set(url(../images/record_arrow.png) 1x, url(../images/record_arrow@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/record_arrow.png) 1x, url(../images/record_arrow@2x.png) 2x);
  position: absolute;
  top: -1.25rem;
  left: calc(50% - .65rem);
}

@media screen and (max-width: 768px) {
  .sec_achievement_wrap {
    padding: .23rem 0 0;
  }
  .sec_achievement_ico {
    max-width: .41rem;
    margin: 0 0 .1rem;
  }
  .sec_achievement_title {
    font-size: .16rem;
    line-height: 1.43;
  }
  .sec_achievement_title .mark {
    margin-top: -.07rem;
    font-size: .21rem;
  }
  .sec_achievement_title .mark .num {
    font-size: .35rem;
    bottom: -.02rem;
  }
  .sec_achievement_title .mark .small {
    font-size: .16rem;
  }
  .sec_achievement_img {
    max-width: 3.08rem;
    margin: .2rem auto .47rem;
  }
  .sec_achievement .record_item {
    padding: .5rem 0 .35rem;
  }
  .sec_achievement .record_item.item1, .sec_achievement .record_item.item4 {
    background-image: url(../images/cmn/bg_repeat2_sp.jpg);
  }
  .sec_achievement .record_item.item1 {
    padding: .35rem 0;
  }
  .sec_achievement .record_item.item2, .sec_achievement .record_item.item5 {
    background-image: url(../images/cmn/bg_repeat3_sp.jpg);
  }
  .sec_achievement .record_item.item2 .record_item_title {
    margin-right: -.19rem;
  }
  .sec_achievement .record_item.item2 .record_item_title::before {
    left: calc(50% - .57rem);
  }
  .sec_achievement .record_item.item3 {
    background-image: url(../images/cmn/bg_repeat4_sp.jpg);
  }
  .sec_achievement .record_item .record_ico {
    max-width: .56rem;
    margin: 0 auto;
  }
  .sec_achievement .record_item .record_title {
    margin: 0 0 .2rem;
    line-height: 1.37;
  }
  .sec_achievement .record_item_wrap {
    min-height: auto;
    padding: .35rem .17rem .17rem;
    border: .015rem solid #373737;
    border-radius: .05rem;
  }
  .sec_achievement .record_item_title {
    margin: 0 0 .14rem;
    font-size: .16rem;
    line-height: 1.56;
    text-align: left;
  }
  .sec_achievement .record_item_title::before {
    width: .95rem;
    height: .46rem;
    padding: .03rem 0 0;
    font-size: .15rem;
    text-align: center;
    background-image: url(../images/record_balloon_sp.png);
    top: -.48rem;
    left: calc(50% - .475rem);
  }
  .sec_achievement .record_item_text {
    width: 100%;
  }
  .sec_achievement .record_item_text .img_text {
    margin: 0 0 .19rem;
  }
  .sec_achievement .record_item_text .desc {
    line-height: 1.76;
  }
  .sec_achievement .record_item_youtube {
    width: 100%;
    margin: 0 0 .23rem;
    -webkit-box-shadow: 0 0 0.085rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.085rem rgba(0, 0, 0, 0.16);
    position: static;
  }
  .sec_achievement .record_item_youtube iframe {
    height: 1.74rem;
  }
  .sec_achievement .record_item.record_arrow::before {
    width: .65rem;
    height: .75rem;
    top: -.375rem;
    left: calc(50% - .325rem);
  }
  .sec_achievement .record_item_last_cot {
    max-width: 3.46rem;
    margin: .57rem auto 0;
  }
  .sec_achievement .record_item_last_cot.record_arrow::before {
    width: .65rem;
    height: .75rem;
    top: -.55rem;
    left: calc(50% - .325rem);
  }
}

/* #voice ----------- */
.sec_voice {
  padding: 1.1rem 0 1.2rem;
  background: #ECF5FA;
}

.sec_voice_title {
  margin: 0 0 1.3rem;
  font-size: .42rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}

.sec_voice_title .small {
  font-size: .32rem;
}

.sec_voice_catch {
  margin: 0 0 .7rem;
  font-size: .38rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.84;
  position: relative;
}

.sec_voice_catch::before {
  content: "1年間で";
  width: 1.88rem;
  height: .89rem;
  color: #38ABE2;
  font-size: .3rem;
  font-weight: 900;
  letter-spacing: .06em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../images/voice_balloon.png);
  background-image: image-set(url(../images/voice_balloon.png) 1x, url(../images/voice_balloon@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/voice_balloon.png) 1x, url(../images/voice_balloon@2x.png) 2x);
  position: absolute;
  top: -.8rem;
  left: calc(50% - .94rem);
}

.sec_voice_catch .border {
  margin: 0 .1rem;
  border-bottom: .04rem solid #38ABE2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sec_voice_catch .mark {
  color: #38ABE2;
}

.sec_voice_wrap {
  padding: .3rem .55rem .35rem .3rem;
  border-radius: .1rem;
  border: 2px solid #373737;
  background: #fff;
  position: relative;
}

.sec_voice_wrap::before {
  content: "";
  width: 1.8rem;
  height: 1.91rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../images/voice_pic.png);
  background-image: image-set(url(../images/voice_pic.png) 1x, url(../images/voice_pic@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/voice_pic.png) 1x, url(../images/voice_pic@2x.png) 2x);
  position: absolute;
  top: -.62rem;
  left: .4rem;
}

.sec_voice_wrap_title {
  margin: 0 0 .25rem;
  padding-left: 2.1rem;
  font-size: .32rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.56;
}

.sec_voice_wrap_desc {
  letter-spacing: .06em;
  line-height: 1.66;
}

.sec_voice_wrap_desc .mark {
  color: #38ABE2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec_voice {
    padding: .35rem 0 .3rem;
  }
  .sec_voice_title {
    margin: 0 0 .65rem;
    font-size: .21rem;
  }
  .sec_voice_title .small {
    font-size: .16rem;
  }
  .sec_voice_catch {
    margin: 0 0 .35rem;
    font-size: .19rem;
    text-align: center;
  }
  .sec_voice_catch::before {
    width: .95rem;
    height: .455rem;
    font-size: .15rem;
    background-image: url(../images/voice_balloon_sp.png);
    top: -.4rem;
    left: calc(50% - .475rem);
  }
  .sec_voice_catch .border {
    display: inline-block;
    margin: 0;
    border-bottom: 2px solid #38ABE2;
  }
  .sec_voice_wrap {
    padding: .15rem .17rem .15rem;
    border-radius: .05rem;
    border: .015rem solid #373737;
  }
  .sec_voice_wrap::before {
    width: 1.2rem;
    height: 1.27rem;
    background-image: url(../images/voice_pic_sp.png);
    top: -.35rem;
    left: .1rem;
  }
  .sec_voice_wrap_title {
    margin: 0 0 .2rem;
    padding-left: 1.18rem;
    font-size: .16rem;
  }
  .sec_voice_wrap_desc {
    line-height: 1.76;
  }
}

/* #理由 ----------- */
.sec_reason {
  padding: 1rem 0 .6rem;
}

.sec_reason_title {
  margin: 0 0 .85rem;
  line-height: 1.44;
}

.sec_reason_title .mark {
  color: #61BC9E;
}

.sec_reason_lists_item {
  margin-left: .27rem;
  margin-bottom: .7rem;
  padding: .35rem .4rem;
  border-radius: .1rem;
  border: 2px solid #373737;
  background: #fff;
}

.sec_reason_lists_item::before {
  width: 1.4rem;
  height: 1.4rem;
  padding: .45rem 0 0;
  font-size: .76rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  content: counter(number, decimal-leading-zero) "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../images/reason_bg.png);
  background-image: image-set(url(../images/reason_bg.png) 1x, url(../images/reason_bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/reason_bg.png) 1x, url(../images/reason_bg@2x.png) 2x);
  top: -.3rem;
  left: -.27rem;
}

.sec_reason_lists_item::after {
  content: "POINT";
  font-size: .25rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  position: absolute;
  top: -.05rem;
  left: .08rem;
}

.sec_reason_lists_item_title {
  margin: 0 0 .3rem;
  padding-left: 1rem;
  font-size: .32rem;
  font-weight: 700;
  line-height: 1.625;
}

.sec_reason_lists_item .mod_flex_between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_reason_lists_item_pic {
  max-width: 4.85rem;
}

.sec_reason_lists_item_desc {
  max-width: 4.56rem;
  letter-spacing: .06em;
  line-height: 1.66;
}

.sec_reason_lists_item_desc .mark {
  color: #38ABE2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec_reason {
    padding: .3rem 0 .2rem;
  }
  .sec_reason_title {
    margin: 0 0 .3rem;
  }
  .sec_reason_lists_item {
    margin-left: 0;
    margin-bottom: .35rem;
    padding: .2rem .19rem;
    border-radius: .05rem;
    border: .015rem solid #373737;
  }
  .sec_reason_lists_item::before {
    width: .7rem;
    height: .7rem;
    padding: .225rem 0 0;
    font-size: .38rem;
    background-image: url(../images/reason_bg_sp.png);
    top: -.13rem;
    left: -.11rem;
  }
  .sec_reason_lists_item::after {
    font-size: .125rem;
    top: -.025rem;
    left: .075rem;
  }
  .sec_reason_lists_item_title {
    margin: 0 -.15rem .15rem 0;
    padding-left: .45rem;
    font-size: .16rem;
  }
  .sec_reason_lists_item_pic {
    max-width: 100%;
    margin: 0 0 .15rem;
  }
  .sec_reason_lists_item_desc {
    max-width: 100%;
    line-height: 1.76;
  }
}

/* #ステップ ----------- */
.sec_step {
  padding: .75rem 0 .9rem;
  background-image: url(../images/step_bg_repeat.jpg);
}

.sec_step_ico {
  display: block;
  max-width: .82rem;
  margin: 0 auto .4rem;
}

.sec_step_title {
  margin: 0 0 .5rem;
  color: #FDFDFD;
}

.sec_step_lists {
  max-width: 8.6rem;
  margin: 0 auto;
}

.sec_step_lists_item {
  margin: 0 0 .3rem;
}

.sec_step_lists_item::before, .sec_step_lists_item::after {
  color: #38ABE2;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .03em;
  z-index: 10;
}

.sec_step_lists_item::before {
  content: counter(number, decimal-leading-zero) "";
  font-size: .47rem;
  top: .17rem;
  left: .8rem;
}

.sec_step_lists_item::after {
  content: "STEP";
  font-size: .3rem;
  position: absolute;
  top: .32rem;
  left: .2rem;
}

.sec_step_lists_item.step2 {
  margin: 0 0 .5rem;
}

.sec_step_lists_item_title {
  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: .8rem;
  padding: 0 0 0 1.4rem;
  font-size: .32rem;
  font-weight: 900;
  letter-spacing: .03em;
  border-radius: .18rem .18rem 0 0;
  background: #fff;
  position: relative;
}

.sec_step_lists_item_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .2rem 3.5rem 0 3.5rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 3.5rem);
  bottom: -.19rem;
}

.sec_step_lists_item_desc {
  padding: .3rem .35rem .2rem;
  border-radius: 0 0 .18rem .18rem;
  background: #ECF5FA;
  line-height: 1.66;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .sec_step {
    padding: .37rem 0 .1rem;
    background-image: url(../images/step_bg_repeat_sp.jpg);
  }
  .sec_step_ico {
    max-width: .53rem;
    margin: 0 auto .1rem;
  }
  .sec_step_title {
    margin: 0 0 .23rem;
    line-height: 1.37;
  }
  .sec_step_lists {
    max-width: 3.45rem;
  }
  .sec_step_lists_item {
    margin: 0 0 .2rem;
  }
  .sec_step_lists_item::before {
    font-size: .25rem;
    top: .105rem;
    left: .4rem;
  }
  .sec_step_lists_item::after {
    font-size: .15rem;
    top: .18rem;
    left: .1rem;
  }
  .sec_step_lists_item.step2 {
    margin: 0 0 .35rem;
  }
  .sec_step_lists_item.step2::before {
    top: .205rem;
  }
  .sec_step_lists_item.step2::after {
    top: .28rem;
  }
  .sec_step_lists_item_title {
    min-height: .47rem;
    padding: .1rem 0 .1rem .74rem;
    font-size: .16rem;
    line-height: 1.56;
    border-radius: .09rem .09rem 0 0;
  }
  .sec_step_lists_item_title::after {
    border-width: .15rem 1.73rem 0 1.73rem;
    left: calc(50% - 1.73rem);
    bottom: -.1485rem;
  }
  .sec_step_lists_item_desc {
    padding: .25rem .19rem .12rem;
    border-radius: 0 0 .09rem .09rem;
    line-height: 1.76;
  }
}

/* #intro ----------- */
.sec_intro {
  padding: 1.1rem 0 1.2rem;
}

.sec_intro_title {
  margin: 0 0 .4rem;
}

.sec_intro_title .mark {
  color: #61BC9E;
}

.sec_intro_lists {
  margin: 0 0 .5rem;
}

.sec_intro_lists.col3::after, .sec_intro_lists_item {
  width: 3.3rem;
}

.sec_intro_lists_item {
  margin: 0 0 .3rem;
  position: relative;
}

.sec_intro_lists_item_desc {
  max-width: 2.8rem;
  line-height: 1.66;
  letter-spacing: .06em;
  position: absolute;
  left: calc(50% - 1.4rem);
  top: 2.4rem;
}

.sec_intro_lastcot {
  padding: .5rem .55rem .45rem .4rem;
  border-radius: .1rem;
  border: 2px solid #373737;
  background: #fff;
}

.sec_intro_lastcot_title {
  margin: 0 0 .15rem;
  font-size: .42rem;
  font-weight: 700;
  text-align: center;
}

.sec_intro_lastcot_title .dot_text::before {
  top: 0;
}

.sec_intro_lastcot_text {
  width: 4.6rem;
}

.sec_intro_lastcot_desc {
  width: 4.89rem;
  padding: .1rem 0 0;
  letter-spacing: .06em;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .sec_intro {
    padding: .3rem 0;
  }
  .sec_intro_title {
    margin: 0 0 .3rem;
    line-height: 1.44;
  }
  .sec_intro_lists {
    margin: 0 0 .1rem;
  }
  .sec_intro_lists.col3::after, .sec_intro_lists_item {
    width: 1.62rem;
  }
  .sec_intro_lists_item {
    margin: 0 0 .2rem;
  }
  .sec_intro_lists_item_desc {
    max-width: 1.41rem;
    font-size: .12rem;
    line-height: 1.5;
    left: calc(50% - .68rem);
    top: auto;
    bottom: .15rem;
  }
  .sec_intro_lists_item.item1 .sec_intro_lists_item_desc, .sec_intro_lists_item.item2 .sec_intro_lists_item_desc {
    bottom: .33rem;
  }
  .sec_intro_lastcot {
    padding: .25rem .17rem .15rem;
    border-radius: .05rem;
    border: .015rem solid #373737;
  }
  .sec_intro_lastcot_title {
    margin: 0 0 .1rem;
    font-size: .21rem;
    line-height: 1.66;
  }
  .sec_intro_lastcot_text {
    width: 100%;
    margin: 0 0 .17rem;
  }
  .sec_intro_lastcot_desc {
    width: 100%;
    padding: 0;
    line-height: 1.76;
  }
}

/* #お問い合わせ後の流れ ----------- */
.sec_flow {
  padding: 1.15rem 0 .85rem;
  background: #ECF5FA;
}

.sec_flow_wrap {
  padding: 0 2.05rem;
}

.sec_flow_title {
  margin: 0 0 .5rem;
}

.sec_flow_item {
  padding-left: 1.1rem;
  margin: 0 0 .55rem;
  position: relative;
}

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

.sec_flow_item::before {
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  top: -.1rem;
  left: 0;
  z-index: 10;
}

.sec_flow_item + .sec_flow_item::after {
  width: .04rem;
  height: .6rem;
  background: #38ABE2;
  left: .48rem;
  top: -.5rem;
}

.sec_flow_item_title {
  margin: 0 0 .2rem;
  font-size: .3rem;
  font-weight: 700;
}

.sec_flow_item_desc {
  font-weight: 400;
}

.sec_flow_item.mail::before {
  background-image: url(../images/flow_ico1.png);
  background-image: image-set(url(../images/flow_ico1.png) 1x, url(../images/flow_ico1@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/flow_ico1.png) 1x, url(../images/flow_ico1@2x.png) 2x);
}

.sec_flow_item.hearing::before {
  background-image: url(../images/flow_ico2.png);
  background-image: image-set(url(../images/flow_ico2.png) 1x, url(../images/flow_ico2@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/flow_ico2.png) 1x, url(../images/flow_ico2@2x.png) 2x);
}

.sec_flow_item.contact::before {
  background-image: url(../images/flow_ico3.png);
  background-image: image-set(url(../images/flow_ico3.png) 1x, url(../images/flow_ico3@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/flow_ico3.png) 1x, url(../images/flow_ico3@2x.png) 2x);
}

@media screen and (max-width: 768px) {
  .sec_flow {
    padding: .35rem 0 .1rem;
  }
  .sec_flow_wrap {
    padding: 0;
  }
  .sec_flow_title {
    margin: 0 0 .3rem;
  }
  .sec_flow_item {
    padding-left: .84rem;
    margin: 0 0 .25rem;
  }
  .sec_flow_item::before {
    width: .72rem;
    height: .72rem;
    top: -.03rem;
  }
  .sec_flow_item + .sec_flow_item::after {
    left: .32rem;
  }
  .sec_flow_item_title {
    margin: 0 0 .15rem;
    font-size: .19rem;
  }
  .sec_flow_item_desc {
    line-height: 1.65;
  }
  .sec_flow_item.mail::before {
    background-image: url(../images/flow_ico1_sp.png);
  }
  .sec_flow_item.hearing::before {
    background-image: url(../images/flow_ico2_sp.png);
  }
  .sec_flow_item.contact::before {
    background-image: url(../images/flow_ico3_sp.png);
  }
}

/* #よくある質問 ----------- */
.sec_faq {
  padding: 1.15rem 0 .9rem;
}

.sec_faq_title {
  margin: 0 0 .4rem;
}

.sec_faq_item {
  max-width: 8.6rem;
  margin: 0 auto .3rem;
}

.sec_faq_item_q, .sec_faq_item_a {
  border-left: 2px solid #38ABE2;
  border-right: 2px solid #38ABE2;
  position: relative;
}

.sec_faq_item_q::before, .sec_faq_item_a::before {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: .4rem;
  letter-spacing: .03em;
  position: absolute;
}

.sec_faq_item_q {
  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: .8rem;
  padding: 0 .7rem;
  color: #fff;
  font-size: .28rem;
  font-weight: 900;
  letter-spacing: .03em;
  border-radius: .1rem .1rem 0 0;
  border-top: 2px solid #38ABE2;
  background: #38ABE2;
}

.sec_faq_item_q::before {
  content: "Q";
  top: .18rem;
  left: .28rem;
}

.sec_faq_item_a {
  padding: .18rem .45rem .22rem .7rem;
  letter-spacing: .06em;
  line-height: 1.66;
  border-radius: 0 0 .18rem .18rem;
  border-bottom: 2px solid #38ABE2;
  background: #fff;
}

.sec_faq_item_a::before {
  content: "A";
  color: #61BC9E;
  top: .08rem;
  left: .25rem;
}

@media screen and (max-width: 768px) {
  .sec_faq {
    padding: .38rem 0 .09rem;
  }
  .sec_faq_title {
    margin: 0 0 .25rem;
  }
  .sec_faq_item {
    width: 3.46rem;
    max-width: 100%;
    margin: 0 auto .21rem;
  }
  .sec_faq_item_q, .sec_faq_item_a {
    border-left: .025rem solid #38ABE2;
    border-right: .025rem solid #38ABE2;
  }
  .sec_faq_item_q::before, .sec_faq_item_a::before {
    font-size: .25rem;
  }
  .sec_faq_item_q {
    min-height: .44rem;
    padding: 0 .16rem 0 .32rem;
    font-size: .16rem;
    border-radius: .05rem .05rem 0 0;
    border-top: .025rem solid #38ABE2;
  }
  .sec_faq_item_q::before {
    top: .08rem;
    left: .12rem;
  }
  .sec_faq_item_a {
    padding: .1rem .16rem .13rem .32rem;
    letter-spacing: .06em;
    line-height: 1.66;
    border-radius: 0 0 .09rem .09rem;
    border-bottom: .025rem solid #38ABE2;
  }
  .sec_faq_item_a::before {
    top: .06rem;
    left: .12rem;
  }
}

/* お問い合わせ
--------------------------------------------------------------*/
/* 共通 ----------- */
.contact_page {
  background: #ECF5FA;
}

.contact_page .cmn_header {
  min-height: 1.1rem;
  background: #fff;
}

.contact_page .contact_cot {
  max-width: 8.9rem;
  margin: 0 auto;
  padding: .7rem 0 0;
}

.contact_page .contact_cot_desc {
  letter-spacing: .06em;
  line-height: 1.66;
  text-align: center;
}

.contact_page .contact_cot_desc + .contact_cot_desc {
  margin-top: .3rem;
}

.contact_page .contact_cot_wrap {
  margin: .45rem 0 0;
  padding: .5rem .7rem .35rem;
  background: #fff;
  border-radius: .1rem;
}

.contact_page .contact_cot_title {
  font-size: .32rem;
  font-weight: 700;
  text-align: center;
}

.contact_page .cmn_footer_copyright {
  padding: 1rem 0 .2rem;
}

@media screen and (max-width: 768px) {
  .contact_page .cmn_header {
    min-height: .55rem;
  }
  .contact_page .contact_cot {
    max-width: 3.47rem;
    padding: .35rem 0 0;
  }
  .contact_page .contact_cot_desc {
    line-height: 1.76;
  }
  .contact_page .contact_cot_desc + .contact_cot_desc {
    margin-top: .2rem;
  }
  .contact_page .contact_cot_wrap {
    margin: .22rem 0 0;
    padding: .25rem .14rem .26rem;
    border-radius: .05rem;
  }
  .contact_page .contact_cot_title {
    margin: 0 0 .1rem;
    font-size: .24rem;
  }
  .contact_page .cmn_footer {
    margin: 0;
  }
  .contact_page .cmn_footer_copyright {
    padding: .53rem 0 .15rem;
  }
}

/* form ----------- */
input,
textarea,
select {
  width: 100%;
  font-size: .18rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-radius: .06rem;
  background-color: #eee;
  outline: none;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}

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

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

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

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

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

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

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

input {
  min-height: .5rem;
  padding: 0 .2rem;
}

textarea {
  height: 1.9rem;
  padding: .2rem;
  position: relative;
  resize: none;
}

@media screen and (max-width: 768px) {
  input {
    min-height: 0.4rem;
    padding: 0 .1rem;
  }
  textarea {
    height: 1.15rem;
    padding: .1rem;
  }
}

/* お問い合わせ ----------- */
.contact_cot {
  /* 入力フォーム */
  /* プライバシーポリシー */
  /* ボタン */
}

.contact_cot_form dt {
  padding: .25rem 0 .15rem;
  font-size: .18rem;
  font-weight: 700;
}

.contact_cot_form dt .req {
  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;
  float: right;
  clear: both;
  width: .44rem;
  height: .26rem;
  color: #fff;
  font-size: .16rem;
  letter-spacing: .06em;
  border-radius: .06rem;
  background: #FF76C0;
}

.contact_cot_privacy {
  margin: .5rem 0 .35rem;
  text-align: center;
}

.contact_cot_privacy label {
  cursor: pointer;
}

.contact_cot_privacy input[type=checkbox] {
  width: auto;
  min-height: auto;
  padding: 0;
  margin: 0 .12rem 0 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.contact_cot_privacy .check_txt {
  font-size: .16rem;
  font-weight: 700;
}

.contact_cot_privacy .check_txt a {
  color: #0056B7;
  text-decoration: underline;
}

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

.contact_cot_btn input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  max-width: 4.9rem;
  height: .8rem;
  margin: 0 auto .4rem;
  font-size: .23rem;
  font-weight: 700;
  letter-spacing: .2em;
  border-radius: .5rem;
  background: center right 0.45rem/0.08rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
}

@media screen and (min-width: 769px) {
  .contact_cot_btn input[type=submit] {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .contact_cot_btn input[type=submit]:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .contact_cot {
    /* 入力フォーム */
    /* プライバシーポリシー */
    /* ボタン */
  }
  .contact_cot_form dt {
    padding: .24rem 0 .1rem;
    font-size: .16rem;
  }
  .contact_cot_form dt .req {
    width: .4rem;
    height: .24rem;
    font-size: .12rem;
    border-radius: .03rem;
    position: relative;
    top: -.03rem;
  }
  .contact_cot_privacy {
    margin: .25rem 0;
  }
  .contact_cot_privacy input[type=checkbox] {
    margin: 0 .05rem 0 0;
  }
  .contact_cot_privacy .check_txt {
    font-size: .14rem;
  }
  .contact_cot_btn input[type=submit] {
    max-width: 3.08rem;
    height: .5rem;
    margin: 0 auto;
    font-size: .155rem;
    border-radius: .25rem;
    background: center right 0.26rem/0.06rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
  }
}

/* エラー　デフォルト ----------- */
.error {
  display: block;
  font-size: .18rem;
  color: #FF4E50;
}

@media screen and (max-width: 768px) {
  .error {
    font-size: .14rem;
  }
}

/* thanks ----------- */
.contact_thanks_logo {
  max-width: .57rem;
  margin: 0 auto .25rem;
}

.contact_thanks_url {
  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;
  max-width: 5.58rem;
  height: .5rem;
  margin: .25rem auto .3rem;
  color: #38ABE2;
  letter-spacing: .1em;
  text-align: center;
  background: #ECF5FA;
  border-radius: .32rem;
}

.contact_thanks_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  max-width: 4.9rem;
  height: .8rem;
  margin: .5rem auto 0;
  font-size: .23rem;
  font-weight: 700;
  letter-spacing: .2em;
  border-radius: .5rem;
  background: center right 0.45rem/0.08rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
}

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

@media screen and (max-width: 768px) {
  .contact_thanks_logo {
    margin: 0 auto .2rem;
  }
  .contact_thanks .contact_cot_wrap .contact_cot_desc {
    font-weight: 400;
  }
  .contact_thanks_url {
    max-width: 2.79rem;
    height: .32rem;
    margin: .14rem auto .1rem;
    border-radius: .16rem;
    font-size: .125rem;
  }
  .contact_thanks_btn {
    max-width: 3.08rem;
    height: .5rem;
    margin: .3rem auto 0;
    font-size: .155rem;
    border-radius: .25rem;
    background: center right 0.26rem/0.06rem auto no-repeat #F7DC0E url(../images/cmn/btn_arrow2.svg);
  }
}
/*# sourceMappingURL=style.css.map */