@charset "UTF-8";
/*メディアクエリ*/
/*
//Tablet表示のVW変換関数
$tbBreakPoint: 1000;
@function pxTbToVw($pxValue) {
	@return (($pxValue / $tbBreakPoint) * 100) + vw;
}
*/
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

html, body, input, textarea, select {
  font-size: 26px;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Yu Gothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  html, body, input, textarea, select {
    font-size: 3.4666666667vw;
  }
}

body {
  margin: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #666666;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

strong {
  font-weight: 700;
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .wrapper .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .wrapper .pc_only {
    display: none !important;
  }
}

#container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  background-image: url("../images/fix_bg_pc.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff3f2;
  background-position: center top;
}
@media screen and (max-width: 750px) {
  #container {
    display: none;
    background: unset;
  }
}

/* 左側固定メニュー*/
.left_fix_menu_wrap {
  position: fixed;
  width: 45vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding-top: 262px;
}
.left_fix_menu_wrap .left_fix_logo {
  width: 196px;
  margin: 0 auto;
}
.left_fix_menu_wrap .left_fix_sns_list {
  margin: 22px auto 24px;
  max-width: 310px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 10px;
}
.left_fix_menu_wrap .left_fix_sns_list li:nth-of-type(odd) {
  width: 154px;
}
.left_fix_menu_wrap .left_fix_sns_list li a.left_fix_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left_fix_menu_wrap .left_fix_sns_list li a.left_fix_sns .icon {
  width: 36px;
  margin-right: 8px;
}
.left_fix_menu_wrap .left_fix_sns_list li a.left_fix_sns .list_text {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.04em;
}
.left_fix_menu_wrap .left_fix_cv_btn {
  display: block;
  width: 420px;
  margin: 0 auto 14px;
}
.left_fix_menu_wrap .left_fix_btn1 {
  display: block;
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .left_fix_menu_wrap {
    display: none;
  }
}

.main_contents {
  position: absolute;
  width: 750px;
  left: 45vw;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .main_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    right: unset;
    left: unset;
  }
}

.inner {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  position: relative;
  height: 1184px;
  background: url(../images/fv_bg.jpg) center top no-repeat;
  background-size: 750px 1184px;
}
@media screen and (max-width: 750px) {
  #fv {
    height: 157.8666666667vw;
    background-size: 100vw 157.8666666667vw;
  }
}
#fv .fv_head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 18px 0 20px;
}
#fv .fv_head .fv_head_img1 {
  width: 380px;
}
#fv .fv_head .fv_head_img2 {
  width: 292px;
}
@media screen and (max-width: 750px) {
  #fv .fv_head {
    padding: 2.4vw 2.4vw 0 2.6666666667vw;
  }
  #fv .fv_head .fv_head_img1 {
    width: 50.6666666667vw;
  }
  #fv .fv_head .fv_head_img2 {
    width: 38.9333333333vw;
  }
}
#fv .img1 {
  width: 638px;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  #fv .img1 {
    width: 85.0666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
#fv .img2 {
  width: 654px;
  margin: 23px auto 0;
}
@media screen and (max-width: 750px) {
  #fv .img2 {
    width: 87.2vw;
    margin: 3.0666666667vw auto 0;
  }
}
#fv .img5 {
  width: 651px;
  margin: 442px auto 0;
}
@media screen and (max-width: 750px) {
  #fv .img5 {
    width: 86.8vw;
    margin: 58.9333333333vw auto 0;
  }
}
#fv .img3 {
  position: absolute;
  width: 78px;
  top: 418px;
  left: 23px;
}
@media screen and (max-width: 750px) {
  #fv .img3 {
    width: 10.4vw;
    top: 55.7333333333vw;
    left: 3.0666666667vw;
  }
}
#fv .img4 {
  position: absolute;
  width: 78px;
  top: 406px;
  right: 18px;
}
@media screen and (max-width: 750px) {
  #fv .img4 {
    width: 10.4vw;
    top: 54.1333333333vw;
    right: 2.4vw;
  }
}

/**------------------------------------------
  sec01:どうして私の子育てこんなにうまくいかないの？
------------------------------------------**/
#sec01 {
  position: relative;
  background: url(../images/sec01_bg.jpg) center top no-repeat;
  height: 1276px;
  padding-top: 39px;
}
@media screen and (max-width: 750px) {
  #sec01 {
    height: 170.1333333333vw;
    background-size: 100vw 170.1333333333vw;
    padding-top: 5.2vw;
  }
}
#sec01 .img1 {
  width: 452px;
  margin-left: 223px;
}
@media screen and (max-width: 750px) {
  #sec01 .img1 {
    width: 60.2666666667vw;
    margin-left: 29.7333333333vw;
  }
}
#sec01 .sec01_textbox {
  margin-top: 10px;
  width: 750px;
  height: 579px;
  background: url(../images/sec01_textbox_bg.png) center top no-repeat;
  background-size: contain;
  padding: 100px 0 0 85px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_textbox {
    margin-top: 1.3333333333vw;
    width: 100vw;
    height: 77.2vw;
    padding: 13.3333333333vw 0 0 11.3333333333vw;
  }
}
#sec01 .sec01_textbox .sec01_list li {
  position: relative;
  padding: 20px 0 20px 50px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #534741;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_textbox .sec01_list li {
    padding: 2.6666666667vw 0 2.6666666667vw 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#sec01 .sec01_textbox .sec01_list li strong {
  color: #5a9aba;
}
#sec01 .sec01_textbox .sec01_list li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50px;
  height: 3px;
  width: 535px;
  background: url(../images/sec01_dot_line.png) left top repeat-x;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_textbox .sec01_list li::after {
    bottom: 0;
    left: 6.6666666667vw;
    height: 0.4vw;
    width: 71.3333333333vw;
  }
}
#sec01 .sec01_textbox .sec01_list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 28px;
  width: 32px;
  height: 30px;
  background: url(../images/sec01_check_icon.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_textbox .sec01_list li::before {
    left: 0;
    top: 3.7333333333vw;
    width: 4.2666666667vw;
    height: 4vw;
  }
}
#sec01 .sec01_textbox .sec01_list li:nth-of-type(3)::after {
  width: 485px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_textbox .sec01_list li:nth-of-type(3)::after {
    width: 64.6666666667vw;
  }
}
#sec01 .sec01_textbox .sec01_list li:last-of-type::after {
  content: none;
}
#sec01 .text1 {
  margin-top: 10px;
  text-align: center;
  font-size: 28px;
  color: #534741;
  letter-spacing: 0.04em;
  line-height: 1.77;
}
#sec01 .text1 strong {
  font-size: 36px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff578), color-stop(85%, #fff578), color-stop(85%, transparent));
  background: linear-gradient(transparent 50%, #fff578 50%, #fff578 85%, transparent 85%);
}
#sec01 .text1 span {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #sec01 .text1 {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  #sec01 .text1 strong {
    font-size: 4.8vw;
  }
  #sec01 .text1 span {
    font-size: 4vw;
  }
}

/**------------------------------------------
  sec02:実はあなたにも子どもにも先天的な個性があることを知っていますか？?
------------------------------------------**/
#sec02 {
  position: relative;
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  height: 1280px;
  padding-top: 28px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    height: 170.6666666667vw;
    background-size: 100vw 170.6666666667vw;
    padding-top: 3.7333333333vw;
  }
}
#sec02 .sec02_caption {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_caption {
    width: 80vw;
  }
}
#sec02 .text1 {
  margin: 65px 0 0 264px;
  width: 441px;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.04em;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  #sec02 .text1 {
    margin: 8.6666666667vw 0 0 35.2vw;
    width: 58.8vw;
    font-size: 3.7333333333vw;
  }
}
#sec02 .text2 {
  margin: 15px 0 0 264px;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.04em;
  line-height: 1.93;
}
#sec02 .text2 span {
  font-size: 30px;
  font-weight: 700;
  color: #ee4463;
  border-bottom: 3px #ee4463 dotted;
}
@media screen and (max-width: 750px) {
  #sec02 .text2 {
    margin: 2vw 0 0 35.2vw;
    font-size: 3.7333333333vw;
  }
  #sec02 .text2 span {
    font-size: 4vw;
    border-bottom: 0.4vw #ee4463 dotted;
  }
}
#sec02 .text3 {
  margin-top: 58px;
  text-align: center;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.04em;
  line-height: 1.71;
}
#sec02 .text3 span {
  font-size: 34px;
  font-weight: 700;
  color: #ee4463;
  border-bottom: 3px #ee4463 dotted;
}
@media screen and (max-width: 750px) {
  #sec02 .text3 {
    margin-top: 7.7333333333vw;
    font-size: 3.7333333333vw;
  }
  #sec02 .text3 span {
    font-size: 4.5333333333vw;
    border-bottom: 0.4vw #ee4463 dotted;
  }
}

/**------------------------------------------
  sec03:そこでポジマイ子育て診断であなたの子育ては180度変わる！
------------------------------------------**/
#sec03 {
  position: relative;
  background: url(../images/sec03_bg.jpg) center top no-repeat;
  height: 2660px;
}
@media screen and (max-width: 750px) {
  #sec03 {
    height: 354.6666666667vw;
    background-size: 100vw 354.6666666667vw;
  }
}
#sec03 .img1 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec03 .img1 {
    width: 100vw;
  }
}
#sec03 .text1 {
  margin-top: 8px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#sec03 .text1 strong {
  font-size: 32px;
  color: #ffff38;
}
@media screen and (max-width: 750px) {
  #sec03 .text1 {
    margin-top: 1.0666666667vw;
    font-size: 4vw;
  }
  #sec03 .text1 strong {
    font-size: 4.2666666667vw;
  }
}
#sec03 .img2 {
  width: 750px;
  margin: 34px auto 0;
}
@media screen and (max-width: 750px) {
  #sec03 .img2 {
    width: 100vw;
    margin: 4.5333333333vw auto 0;
  }
}
#sec03 .text2 {
  margin: 60px 0 0 58px;
  width: 654px;
  font-size: 28px;
  color: #333333;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
#sec03 .text2 span {
  font-size: 30px;
  color: #ee4463;
}
@media screen and (max-width: 750px) {
  #sec03 .text2 {
    margin: 8vw 0 0 7.7333333333vw;
    width: 87.2vw;
    font-size: 3.7333333333vw;
  }
  #sec03 .text2 span {
    font-size: 4vw;
  }
}
#sec03 .text3 {
  margin: 20px 0 0 58px;
  width: 485px;
  font-size: 38px;
  color: #333333;
  line-height: 1.68;
  letter-spacing: 0.06em;
}
#sec03 .text3 span {
  font-weight: 700;
  color: #ee4463;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff578), color-stop(85%, #fff578), color-stop(85%, transparent));
  background: linear-gradient(transparent 50%, #fff578 50%, #fff578 85%, transparent 85%);
}
@media screen and (max-width: 750px) {
  #sec03 .text3 {
    margin: 2.6666666667vw 0 0 7.7333333333vw;
    width: 64.6666666667vw;
    font-size: 5.0666666667vw;
  }
}

/**------------------------------------------
  sec04:voice 実際に利用者の77%は親子関係が劇的に改善しています！
------------------------------------------**/
#sec04 {
  position: relative;
  background: url(../images/sec04_bg.jpg) center top no-repeat;
  height: 3237px;
  padding-top: 177px;
}
@media screen and (max-width: 750px) {
  #sec04 {
    height: 431.6vw;
    background-size: 100vw 431.6vw;
    padding-top: 23.6vw;
  }
}
#sec04 .sec04_caption {
  width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_caption {
    width: 95.3333333333vw;
  }
}
#sec04 .img1 {
  width: 684px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec04 .img1 {
    width: 91.2vw;
  }
}
#sec04 .sec04_voicelist {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist {
    margin-top: 8vw;
  }
}
#sec04 .sec04_voicelist li {
  width: 698px;
  -webkit-filter: drop-shadow(-4px 8px 14px rgba(19, 100, 188, 0.4));
          filter: drop-shadow(-4px 8px 14px rgba(19, 100, 188, 0.4));
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li {
    width: 93.0666666667vw;
  }
}
#sec04 .sec04_voicelist li .list_title {
  font-size: 38px;
  font-weight: 700;
  color: #fe8b63;
  letter-spacing: 0.04em;
  line-height: 1.42;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li .list_title {
    font-size: 5.0666666667vw;
  }
}
#sec04 .sec04_voicelist li .list_name {
  margin-top: 24px;
  height: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 60px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li .list_name {
    margin-top: 3.2vw;
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}
#sec04 .sec04_voicelist li .list_text {
  margin-top: 35px;
  width: 620px;
  font-size: 28px;
  color: #333333;
  line-height: 1.78;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li .list_text {
    margin-top: 4.6666666667vw;
    width: 82.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#sec04 .sec04_voicelist li:nth-of-type(1), #sec04 .sec04_voicelist li:nth-of-type(3) {
  height: 761px;
  background: url(../images/sec04_list_bg1.png) center top no-repeat;
  background-size: contain;
  padding: 62px 0 0 44px;
  margin-left: 52px;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li:nth-of-type(1), #sec04 .sec04_voicelist li:nth-of-type(3) {
    height: 101.4666666667vw;
    padding: 8.2666666667vw 0 0 5.8666666667vw;
    margin-left: 6.9333333333vw;
    margin-bottom: 6vw;
  }
}
#sec04 .sec04_voicelist li:nth-of-type(3) {
  height: 748px;
  background: url(../images/sec04_list_bg3.png) center top no-repeat;
  background-size: contain;
  padding-top: 52px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li:nth-of-type(3) {
    height: 99.7333333333vw;
    padding-top: 6.9333333333vw;
  }
}
#sec04 .sec04_voicelist li:nth-of-type(2) {
  height: 650px;
  background: url(../images/sec04_list_bg2.png) center top no-repeat;
  background-size: contain;
  padding: 55px 0 0 0;
  margin-left: 0;
  margin-bottom: 57px;
}
#sec04 .sec04_voicelist li:nth-of-type(2) .list_title {
  padding-left: 238px;
}
#sec04 .sec04_voicelist li:nth-of-type(2) .list_name {
  padding-left: 225px;
}
#sec04 .sec04_voicelist li:nth-of-type(2) .list_text {
  margin-left: 48px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_voicelist li:nth-of-type(2) {
    height: 86.6666666667vw;
    padding: 7.3333333333vw 0 0 0;
    margin-left: 0;
    margin-bottom: 7.6vw;
  }
  #sec04 .sec04_voicelist li:nth-of-type(2) .list_title {
    padding-left: 31.7333333333vw;
  }
  #sec04 .sec04_voicelist li:nth-of-type(2) .list_name {
    padding-left: 30vw;
  }
  #sec04 .sec04_voicelist li:nth-of-type(2) .list_text {
    margin-left: 6.4vw;
  }
}

/**------------------------------------------
  sec05:とっても簡単　診断の流れ
------------------------------------------**/
#sec05 {
  position: relative;
  height: 1668px;
  background: url(../images/sec05_bg.jpg) center bottom no-repeat;
  padding-top: 55px;
}
@media screen and (max-width: 750px) {
  #sec05 {
    height: 222.4vw;
    background-size: 100vw 222.4vw;
    padding-top: 7.3333333333vw;
  }
}
#sec05 .sec05_caption {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_caption {
    width: 85.3333333333vw;
  }
}
#sec05 .sec05_steplist {
  width: 690px;
  margin: 55px auto 0;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist {
    width: 92vw;
    margin: 7.3333333333vw auto 0;
  }
}
#sec05 .sec05_steplist li {
  width: 690px;
  padding: 80px 0 0 214px;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li {
    width: 92vw;
    padding: 10.6666666667vw 0 0 28.5333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
#sec05 .sec05_steplist li .list_title {
  font-size: 40px;
  font-weight: 700;
  color: #fe8b63;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li .list_title {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#sec05 .sec05_steplist li .list_text {
  margin-top: 15px;
  width: 432px;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.857;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li .list_text {
    margin-top: 2vw;
    width: 57.6vw;
    font-size: 3.7333333333vw;
  }
}
#sec05 .sec05_steplist li:nth-of-type(1) {
  height: 387px;
  background: url(../images/sec05_step1.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li:nth-of-type(1) {
    height: 51.6vw;
  }
}
#sec05 .sec05_steplist li:nth-of-type(2) {
  height: 431px;
  background: url(../images/sec05_step2.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li:nth-of-type(2) {
    height: 57.4666666667vw;
  }
}
#sec05 .sec05_steplist li:nth-of-type(3) {
  height: 412px;
  background: url(../images/sec05_step3.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_steplist li:nth-of-type(3) {
    height: 54.9333333333vw;
  }
}

/**------------------------------------------
  sec06:“ポジマイ子育て”の理論をもっと知りたい方へ！
------------------------------------------**/
#sec06 {
  position: relative;
  height: 1123px;
  background: url(../images/sec06_bg.jpg) center bottom no-repeat;
  padding-top: 92px;
}
@media screen and (max-width: 750px) {
  #sec06 {
    height: 149.7333333333vw;
    background-size: 100vw 149.7333333333vw;
    padding-top: 12.2666666667vw;
  }
}
#sec06 .sec06_caption {
  width: 720px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_caption {
    width: 96vw;
  }
}
#sec06 .text1 {
  margin: 15px auto 0;
  width: 645px;
  font-size: 28px;
  color: #4d4d4d;
  line-height: 1.857;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec06 .text1 {
    margin: 2vw auto 0;
    width: 86vw;
    font-size: 3.7333333333vw;
  }
}
#sec06 .img1 {
  margin: 24px auto 0;
  width: 601px;
}
@media screen and (max-width: 750px) {
  #sec06 .img1 {
    margin: 3.2vw auto 0;
    width: 80.1333333333vw;
  }
}
#sec06 .sec06_btn {
  display: block;
  position: relative;
  margin: -10px auto 0;
  width: 668px;
  -webkit-filter: drop-shadow(0 10px 10px rgba(170, 48, 0, 0.3));
          filter: drop-shadow(0 10px 10px rgba(170, 48, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_btn {
    margin: -1.3333333333vw auto 0;
    width: 86.4vw;
  }
}
#sec06 .sec06_btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
#sec06 .sec06_btn:hover img {
  opacity: 1;
}

/**------------------------------------------
  sec07:Q&Aよくあるご質問
------------------------------------------**/
#sec07 {
  position: relative;
  height: 1266px;
  background: url(../images/sec07_bg.jpg) center bottom no-repeat;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  #sec07 {
    height: 168.8vw;
    background-size: 100vw 168.8vw;
    padding-top: 13.3333333333vw;
  }
}
#sec07 .sec07_caption {
  width: 295px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_caption {
    width: 39.3333333333vw;
    margin: 0 auto 6vw;
  }
}
#sec07 .sec07_qa_list {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list {
    width: 92vw;
  }
}
#sec07 .sec07_qa_list li {
  width: 690px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li {
    width: 92vw;
  }
}
#sec07 .sec07_qa_list li .q_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: RGBA(238, 68, 126, 0.7);
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 68, 126, 0.7)), to(rgba(254, 173, 10, 0.7)));
  background: linear-gradient(90deg, rgba(238, 68, 126, 0.7) 0%, rgba(254, 173, 10, 0.7) 100%);
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .q_box {
    width: 100%;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#sec07 .sec07_qa_list li .q_box .q_iconbox {
  width: 120px;
  padding-left: 22px;
}
#sec07 .sec07_qa_list li .q_box .q_iconbox .q_icon {
  width: 75px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .q_box .q_iconbox {
    width: 16vw;
    padding-left: 2.9333333333vw;
  }
  #sec07 .sec07_qa_list li .q_box .q_iconbox .q_icon {
    width: 10vw;
  }
}
#sec07 .sec07_qa_list li .q_box .q_text {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .q_box .q_text {
    font-size: 4vw;
  }
}
#sec07 .sec07_qa_list li .a_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0 35px 0;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .a_box {
    padding: 3.6vw 0 4.6666666667vw 0;
  }
}
#sec07 .sec07_qa_list li .a_box .a_iconbox {
  width: 120px;
  padding: 10px 0 0 54px;
}
#sec07 .sec07_qa_list li .a_box .a_iconbox .a_icon {
  width: 38px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .a_box .a_iconbox {
    width: 16vw;
    padding: 1.3333333333vw 0 0 7.2vw;
  }
  #sec07 .sec07_qa_list li .a_box .a_iconbox .a_icon {
    width: 5.0666666667vw;
  }
}
#sec07 .sec07_qa_list li .a_box .a_textbox {
  height: auto;
  padding-left: 37px;
  border-left: 2px #ee4463 solid;
}
#sec07 .sec07_qa_list li .a_box .a_textbox .a_text {
  width: 500px;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.857;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_qa_list li .a_box .a_textbox {
    padding-left: 4.9333333333vw;
    border-left: 0.2666666667vw #ee4463 solid;
  }
  #sec07 .sec07_qa_list li .a_box .a_textbox .a_text {
    width: 66.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/**------------------------------------------
  sec08:今すぐあなたとお子さんの個性を知り子育てを楽にしませんか？
------------------------------------------**/
#sec08 {
  position: relative;
  height: 408px;
  background: url(../images/sec08_bg.jpg) center bottom no-repeat;
  padding-top: 75px;
}
@media screen and (max-width: 750px) {
  #sec08 {
    height: 54.4vw;
    background-size: 100vw 54.4vw;
    padding-top: 10vw;
  }
}
#sec08 .sec08_caption {
  width: 638px;
  margin: 0 auto;
  height: auto;
  background: url(../images/sec08_caption_bg.png) center bottom no-repeat;
  background-size: 638px 78px;
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_caption {
    width: 85.0666666667vw;
    background-size: 85.0666666667vw 10.4vw;
  }
}
#sec08 .sec08_caption .text1 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_caption .text1 {
    font-size: 4vw;
  }
}
#sec08 .sec08_caption .text2 {
  margin-top: 20px;
  padding-bottom: 3px;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_caption .text2 {
    margin-top: 2.6666666667vw;
    padding-bottom: 0.4vw;
    font-size: 5.3333333333vw;
  }
}
#sec08 .sec08_btn {
  margin: 32px auto 0;
  display: block;
  width: 668px;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(168, 0, 32, 0.5));
          filter: drop-shadow(0px 10px 10px rgba(168, 0, 32, 0.5));
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_btn {
    margin: 4.2666666667vw auto 0;
    width: 89.0666666667vw;
  }
}

footer {
  background-color: #ffffff;
  padding: 46px 0 20px;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 6.1333333333vw 0 2.6666666667vw;
  }
}
footer .footer_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_list li {
  height: 26px;
  font-size: 26px;
  color: #333333;
  padding: 0 40px;
}
footer .footer_list li:first-of-type {
  border-right: 1px #333333 solid;
}
@media screen and (max-width: 750px) {
  footer .footer_list li {
    height: 3.4666666667vw;
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
  }
}
footer .copyright {
  margin: 38px auto 0;
  font-size: 18px;
  color: #808080;
  letter-spacing: 0.04em;
  text-align: center;
}
footer .copyright span {
  font-size: 24px;
  vertical-align: text-top;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    margin: 5.0666666667vw auto 0;
    font-size: 2.4vw;
  }
  footer .copyright span {
    font-size: 3.2vw;
  }
}

/* フローティングエリア */
@media screen and (min-width: 751px) {
  .floating_area_wrap {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .floating_area_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
  }
  .floating_area_wrap.visible {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 751px) {
  .floating_area {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .floating_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 17.3333333333vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .floating_area .floating_btn {
    display: block;
    width: 86.8vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */