@charset "UTF-8";
/*メディアクエリ*/
* {
  word-break: break-all;
  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: 20px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

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: #1a1a1a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4d4d4d;
}
a:hover img {
  opacity: 0.8;
  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: flex;
}

#container {
  width: 100%;
  max-width: 2000px;
  min-width: 768px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1100px) {
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
    font-size: 1.8181818182vw;
  }
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  #container .pc_only {
    display: none !important;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  background: url(../images/fv_bg.jpg) center top no-repeat;
  background-size: auto;
  height: 900px;
  padding-top: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv {
    background-size: 181.8181818182vw auto;
    height: 81.8181818182vw;
    padding-top: 6.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  #fv {
    background: url(../images/fv_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
    height: 197.9166666667vw;
    padding-top: 5.078125vw;
  }
}
#fv .fv_lead {
  width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_lead {
    width: 65.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_lead {
    width: 93.75vw;
  }
}
#fv .fv_title {
  width: 632px;
  margin: 16px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_title {
    width: 57.4545454545vw;
    margin: 1.4545454545vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_title {
    width: 84.6354166667vw;
    margin: 2.6041666667vw auto 0;
  }
}
#fv .fv_caption {
  margin: 50px auto 0;
  width: 572px;
  height: 29px;
  background: url(../images/fv_caption_bg.png) center bottom no-repeat;
  background-size: contain;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_caption {
    margin: 4.5454545455vw auto 0;
    width: 52vw;
    height: 2.6363636364vw;
    font-size: 2.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_caption {
    margin: 63.8020833333vw auto 0;
    width: 89.0625vw;
    height: 4.1666666667vw;
    background: url(../images/fv_caption_bg_sp.png) center bottom no-repeat;
    background-size: 89.0625vw 4.1666666667vw;
    font-size: 3.6458333333vw;
    letter-spacing: 0.06em;
  }
}
#fv .fv_caption .dot_text {
  font-size: 29px;
  padding-top: 0.3em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1.03em 0.48em;
  background-image: radial-gradient(0.12em 0.12em at center center, #e264ac, #e264ac 100%, transparent, transparent);
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_caption .dot_text {
    font-size: 2.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_caption .dot_text {
    font-size: 4.4270833333vw;
  }
}
#fv .fv_caption .s1 {
  font-size: 29px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_caption .s1 {
    font-size: 2.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_caption .s1 {
    font-size: 4.4270833333vw;
  }
}
#fv .fv_list {
  margin: 27px auto 23px;
  width: 752px;
  height: 202px;
  background: url(../images/fv_list_bg.png) center top no-repeat;
  background-size: contain;
  justify-content: center;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_list {
    margin: 2.4545454545vw auto 0;
    width: 68.3636363636vw;
    height: 18.3636363636vw;
    -webkit-column-gap: 6.7272727273vw;
       -moz-column-gap: 6.7272727273vw;
            column-gap: 6.7272727273vw;
    padding-top: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_list {
    margin: 2.8645833333vw auto 7.1614583333vw;
    width: 92.7083333333vw;
    height: 26.3020833333vw;
    background: url(../images/fv_list_bg_sp.png) center top no-repeat;
    background-size: contain;
    justify-content: center;
    -webkit-column-gap: 6.7708333333vw;
       -moz-column-gap: 6.7708333333vw;
            column-gap: 6.7708333333vw;
    padding-top: 2.6041666667vw;
  }
}
#fv .fv_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 152px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 31px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #fv .fv_list li {
    width: 16.4545454545vw;
    height: 13.8181818182vw;
    font-size: 1.8181818182vw;
    line-height: 2.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .fv_list li {
    width: 23.5677083333vw;
    height: 19.7916666667vw;
    font-size: 2.6041666667vw;
    line-height: 4.0364583333vw;
  }
}

/**-----------------------------
  cta_btn_box:CTAボタン
-----------------------------**/
.cta_btn_box {
  margin: 0 auto;
  justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .cta_btn_box {
    margin: 2.0909090909vw auto 0;
    -webkit-column-gap: 1.6363636364vw;
       -moz-column-gap: 1.6363636364vw;
            column-gap: 1.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_box {
    flex-direction: column;
    align-items: center;
    row-gap: 2.6041666667vw;
  }
}
.cta_btn_box li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  -webkit-filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .cta_btn_box li a {
    width: 31.8181818182vw;
    height: 7.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_box li a {
    width: 81.5104166667vw;
    height: 15.625vw;
    -webkit-filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
    text-align: center;
  }
}
.cta_btn_box li a .btn_text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .cta_btn_box li a .btn_text {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_box li a .btn_text {
    font-size: 4.6875vw;
  }
}
.cta_btn_box li a .btn_label {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 35px;
  padding-bottom: 3px;
  background-color: #1a1a1a;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}
.cta_btn_box li a .btn_label span {
  font-size: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .cta_btn_box li a .btn_label {
    top: -1.4545454545vw;
    width: 13.2727272727vw;
    height: 3.1818181818vw;
    padding-bottom: 0.2727272727vw;
    border-radius: 0.7272727273vw;
    font-size: 1.7272727273vw;
  }
  .cta_btn_box li a .btn_label span {
    font-size: 2.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_box li a .btn_label {
    position: absolute;
    top: -3.125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28.3854166667vw;
    height: 6.7708333333vw;
    padding-bottom: 3px;
    background-color: #1a1a1a;
    border-radius: 1.5625vw;
    font-size: 3.6458333333vw;
  }
  .cta_btn_box li a .btn_label span {
    font-size: 5.46875vw;
  }
}
.cta_btn_box li a.fv_planning_btn {
  background: url(../images/fv_planning_btn.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .cta_btn_box li a.fv_planning_btn {
    background: url(../images/fv_planning_btn_sp.png) center top no-repeat;
    background-size: contain;
  }
}
.cta_btn_box li a.fv_request_btn {
  background: url(../images/fv_request_btn.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .cta_btn_box li a.fv_request_btn {
    background: url(../images/fv_request_btn_sp.png) center top no-repeat;
    background-size: contain;
  }
}

/**-----------------------------
  sec01:ACHIEVEMENTS
-----------------------------**/
#sec01 {
  background: url(../images/sec01_bg.jpg) center top no-repeat;
  height: 480px;
  padding-top: 58px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 {
    height: 43.6363636364vw;
    background-size: 181.8181818182vw auto;
    padding-top: 5.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 {
    background: url(../images/sec01_bg_sp.jpg) center top no-repeat;
    height: 114.5833333333vw;
    background-size: 100% auto;
    padding-top: 8.3333333333vw;
  }
}
#sec01 .se01_caption {
  width: 410px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .se01_caption {
    width: 37.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .se01_caption {
    width: 64.5833333333vw;
  }
}
#sec01 .sec01_achievements_list {
  margin: 24px auto 0;
  justify-content: center;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_achievements_list {
    margin: 2.1818181818vw auto 0;
    -webkit-column-gap: 4.1818181818vw;
       -moz-column-gap: 4.1818181818vw;
            column-gap: 4.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_achievements_list {
    width: 82.8125vw;
    margin: 4.6875vw auto 0;
    justify-content: center;
    -webkit-column-gap: 4.4270833333vw;
       -moz-column-gap: 4.4270833333vw;
            column-gap: 4.4270833333vw;
    row-gap: 0.5208333333vw;
    flex-wrap: wrap;
  }
}
#sec01 .sec01_achievements_list li {
  width: 250px;
  height: 163px;
  background: url(../images/sec01_list_bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 46px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_achievements_list li {
    width: 22.7272727273vw;
    height: 14.8181818182vw;
    padding-top: 4.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_achievements_list li {
    width: 39.0625vw;
    height: 25.390625vw;
    padding-top: 7.2916666667vw;
  }
  #sec01 .sec01_achievements_list li:first-of-type {
    margin: 0 6.5104166667vw;
  }
}
#sec01 .sec01_achievements_list li .list_text1 {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_achievements_list li .list_text1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_achievements_list li .list_text1 {
    font-size: 3.3854166667vw;
  }
}
#sec01 .sec01_achievements_list li .list_text2 {
  margin-top: 6px;
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
#sec01 .sec01_achievements_list li .list_text2 span.s1 {
  font-size: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_achievements_list li .list_text2 {
    margin-top: 0.5454545455vw;
    font-size: 3.9090909091vw;
    line-height: 3.6363636364vw;
  }
  #sec01 .sec01_achievements_list li .list_text2 span.s1 {
    font-size: 2.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_achievements_list li .list_text2 {
    font-size: 6.7708333333vw;
    line-height: 6.25vw;
  }
  #sec01 .sec01_achievements_list li .list_text2 span.s1 {
    font-size: 5.078125vw;
  }
}
#sec01 .sec01_lead1 {
  margin: 42px auto 0;
  font-size: 27px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_lead1 {
    margin: 3.8181818182vw auto 0;
    font-size: 2.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_lead1 {
    margin: 8.0729166667vw auto 0;
    font-size: 4.1666666667vw;
  }
}
#sec01 .sec01_lead2 {
  margin: 16px auto 0;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec01 .sec01_lead2 {
    margin: 1.4545454545vw auto 0;
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_lead2 {
    margin: 1.6927083333vw auto 0;
    font-size: 7.8125vw;
    line-height: 10.15625vw;
  }
}

/**------------------------------------------
  sec02:こんな壁にぶつかっていませんか？
------------------------------------------**/
#sec02 {
  padding-top: 170px;
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  height: 1230px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 {
    padding-top: 15.4545454545vw;
    height: 111.8181818182vw;
    background-size: 181.8181818182vw auto;
  }
}
@media screen and (max-width: 768px) {
  #sec02 {
    padding-top: 52.8645833333vw;
    background: url(../images/sec02_bg_sp.jpg) center top no-repeat;
    height: 281.25vw;
    background-size: 100% auto;
  }
}
#sec02 .sec02_title {
  width: 834px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_title {
    width: 75.8181818182vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_title {
    width: 79.9479166667vw;
    margin: 0 auto;
  }
}
#sec02 .sec02_list {
  margin: 53px 0 0 335px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list {
    margin: 4.8181818182vw 0 0 30.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list {
    margin: 5.9895833333vw 0 0 0;
  }
}
#sec02 .sec02_list li {
  display: flex;
  align-items: center;
  height: 63px;
  margin-bottom: 22px;
  background: url(../images/sec02_check_icon.svg) left 20px top 20px no-repeat;
  background-size: 27px 22px;
  background-color: #ffffff;
  padding-left: 61px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li {
    height: 5.7272727273vw;
    margin-bottom: 2vw;
    background: url(../images/sec02_check_icon.svg) left 1.8181818182vw top 1.8181818182vw no-repeat;
    background-size: 2.4545454545vw 2vw;
    background-color: #ffffff;
    padding-left: 5.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li {
    height: 16.9270833333vw;
    margin-bottom: 3.125vw;
    background: url(../images/sec02_check_icon.svg) left 3.90625vw top 3.90625vw no-repeat;
    background-size: 5.3385416667vw 4.4270833333vw;
    background-color: #ffffff;
    padding-left: 11.8489583333vw;
    -webkit-filter: drop-shadow(0 0 1.953125vw rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 0 1.953125vw rgba(0, 0, 0, 0.15));
  }
}
#sec02 .sec02_list li:nth-of-type(1) {
  width: 530px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li:nth-of-type(1) {
    width: 48.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li:nth-of-type(1) {
    width: 68.359375vw;
    margin-left: 21.484375vw;
  }
}
#sec02 .sec02_list li:nth-of-type(2) {
  width: 681px;
  margin-left: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li:nth-of-type(2) {
    width: 61.9090909091vw;
    margin-left: 5.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li:nth-of-type(2) {
    width: 78.7760416667vw;
    margin-left: 8.7239583333vw;
  }
}
#sec02 .sec02_list li:nth-of-type(3) {
  width: 629px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li:nth-of-type(3) {
    width: 57.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li:nth-of-type(3) {
    width: 70.3125vw;
    margin-left: 19.53125vw;
  }
}
#sec02 .sec02_list li:nth-of-type(4) {
  width: 429px;
  margin-left: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li:nth-of-type(4) {
    width: 39vw;
    margin-left: 5.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li:nth-of-type(4) {
    width: 58.59375vw;
    margin-left: 11.328125vw;
  }
}
#sec02 .sec02_list li:nth-of-type(5) {
  width: 506px;
  margin-left: 153px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li:nth-of-type(5) {
    width: 46vw;
    margin-left: 13.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li:nth-of-type(5) {
    width: 57.03125vw;
    margin-left: 31.7708333333vw;
  }
}
#sec02 .sec02_list li .list_text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_list li .list_text {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_list li .list_text {
    font-size: 3.90625vw;
    line-height: 6.25vw;
  }
}
#sec02 .sec02_lead1 {
  margin: 52px auto 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_lead1 {
    margin: 4.7272727273vw auto 0;
    font-size: 2.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_lead1 {
    margin: 0.9114583333vw auto 0;
    font-size: 4.6875vw;
    letter-spacing: 0.02em;
    line-height: 6.7708333333vw;
  }
}
#sec02 .sec02_lead2 {
  margin: 28px auto 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_lead2 {
    margin: 2.5454545455vw auto 0;
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_lead2 {
    margin: 3.2552083333vw auto 0;
    font-size: 6.25vw;
    line-height: 10.9375vw;
  }
}
#sec02 .sec02_lead2 .dot_text {
  font-size: 51px;
  padding-top: 0.1em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1.03em 0.48em;
  background-image: radial-gradient(0.08em 0.08em at center center, #e264ac, #e264ac 100%, transparent, transparent);
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_lead2 .dot_text {
    font-size: 4.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_lead2 .dot_text {
    font-size: 7.9427083333vw;
  }
}
#sec02 .sec02_frame {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 190px auto 0;
  padding-bottom: 10px;
  width: 626px;
  height: 176px;
  background: url(../images/sec02_frame_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_frame {
    margin: 17.2727272727vw auto 0;
    width: 56.9090909091vw;
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_frame {
    margin: 18.4895833333vw auto 0;
    padding-bottom: 0;
    width: 78.6458333333vw;
    height: 39.5833333333vw;
    background: url(../images/sec02_frame_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec02 .sec02_frame .sec02_frame_text1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_frame .sec02_frame_text1 {
    font-size: 2.5454545455vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_frame .sec02_frame_text1 {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}
#sec02 .sec02_frame .sec02_frame_text1 .gray_bg {
  background: linear-gradient(transparent 12%, #4d4d4d 12%, #4d4d4d 90%, transparent 90%);
  padding: 0 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_frame .sec02_frame_text1 .gray_bg {
    background: linear-gradient(transparent 14%, #4d4d4d 14%, #4d4d4d 92%, transparent 92%);
  }
}
#sec02 .sec02_frame .sec02_frame_text2 {
  margin-top: 12px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec02 .sec02_frame .sec02_frame_text2 {
    margin-top: 1.2727272727vw;
    font-size: 3.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_frame .sec02_frame_text2 {
    margin-top: 1.0416666667vw;
    font-size: 7.2916666667vw;
    line-height: 8.8541666667vw;
  }
}
#sec02 .sec02_frame .sec02_frame_text2 .pink_text {
  color: #e264ac;
}

/**-------------------------------------------------------
  sec03:ADVANTAGE RALが創り出す運用代行の強み
-------------------------------------------------------**/
#sec03 {
  padding-top: 88px;
  background: url(../images/sec03_bg.jpg) center top no-repeat;
  height: 2960px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 {
    padding-top: 8vw;
    height: 269.0909090909vw;
    background-size: 181.8181818182vw auto;
  }
}
@media screen and (max-width: 768px) {
  #sec03 {
    padding-top: 11.9791666667vw;
    background: url(../images/sec03_bg_sp.jpg) center top no-repeat;
    height: 757.8125vw;
    background-size: 100% auto;
  }
}
#sec03 .sec03_title_en {
  width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_title_en {
    width: 24.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_title_en {
    width: 41.5364583333vw;
  }
}
#sec03 .sec03_title {
  margin-top: 20px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.06em;
}
#sec03 .sec03_title span.s2 {
  font-size: 150%;
  vertical-align: bottom;
  padding: 0 0.1em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_title {
    margin-top: 1.8181818182vw;
    font-size: 4.0909090909vw;
    line-height: 5.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_title {
    margin-top: 2.8645833333vw;
    text-align: center;
    font-size: 6.1197916667vw;
    line-height: 10.6770833333vw;
  }
  #sec03 .sec03_title span.s1 {
    font-size: 8.59375vw;
    line-height: 10.15625vw;
    letter-spacing: normal;
  }
  #sec03 .sec03_title span.s2 {
    font-size: 150%;
    vertical-align: top;
    padding: 0 0.08em;
  }
}
#sec03 .sec03_point_list {
  margin: 46px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list {
    margin: 4.1818181818vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list {
    margin: 4.6875vw auto 0;
  }
}
#sec03 .sec03_point_list li {
  width: 520px;
  padding: 94px 0 0 54px;
  -webkit-filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li {
    width: 47.2727272727vw;
    padding: 8.5454545455vw 0 0 4.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li {
    width: 87.7604166667vw;
    padding: 15.8854166667vw 0 0 8.8541666667vw;
    -webkit-filter: drop-shadow(3.3854166667vw 3.3854166667vw 3.3854166667vw rgba(0, 0, 0, 0.15));
            filter: drop-shadow(3.3854166667vw 3.3854166667vw 3.3854166667vw rgba(0, 0, 0, 0.15));
  }
}
#sec03 .sec03_point_list li .point_title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li .point_title {
    font-size: 3.0909090909vw;
    line-height: 4.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li .point_title {
    font-size: 5.7291666667vw;
    line-height: 8.203125vw;
  }
}
#sec03 .sec03_point_list li .point_text {
  margin-top: 14px;
  width: 375px;
  font-size: 17px;
  line-height: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li .point_text {
    margin-top: 1.2727272727vw;
    width: 34.0909090909vw;
    font-size: 1.5454545455vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li .point_text {
    margin-top: 2.34375vw;
    width: 62.6302083333vw;
    font-size: 3.6458333333vw;
    line-height: 5.9895833333vw;
  }
}
#sec03 .sec03_point_list li:nth-of-type(1) {
  margin: 0 0 0 92px;
  height: 339px;
  background: url(../images/sec03_point01_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li:nth-of-type(1) {
    margin: 0 0 0 8.3636363636vw;
    height: 30.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li:nth-of-type(1) {
    margin: 0 0 0 6.5104166667vw;
    height: 60.9375vw;
    background: url(../images/sec03_point01_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec03 .sec03_point_list li:nth-of-type(2) {
  margin: 120px 0 0 505px;
  padding-left: 80px;
  height: 339px;
  background: url(../images/sec03_point02_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li:nth-of-type(2) {
    margin: 10.9090909091vw 0 0 45.9090909091vw;
    padding-left: 7.2727272727vw;
    height: 30.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li:nth-of-type(2) {
    margin: 63.8020833333vw 0 0 5.9895833333vw;
    padding-left: 13.8020833333vw;
    height: 66.796875vw;
    background: url(../images/sec03_point02_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec03 .sec03_point_list li:nth-of-type(3) {
  margin: 83px 0 0 92px;
  height: 392px;
  background: url(../images/sec03_point03_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li:nth-of-type(3) {
    margin: 7.5454545455vw 0 0 8.3636363636vw;
    height: 35.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li:nth-of-type(3) {
    margin: 56.25vw 0 0 6.5104166667vw;
    height: 78.2552083333vw;
    background: url(../images/sec03_point03_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec03 .sec03_point_list li:nth-of-type(4) {
  margin: 48px 0 0 505px;
  padding-left: 80px;
  height: 392px;
  background: url(../images/sec03_point04_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li:nth-of-type(4) {
    margin: 4.3636363636vw 0 0 45.9090909091vw;
    padding-left: 7.2727272727vw;
    height: 35.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li:nth-of-type(4) {
    margin: 52.34375vw 0 0 5.9895833333vw;
    padding-left: 13.8020833333vw;
    height: 78.2552083333vw;
    background: url(../images/sec03_point04_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec03 .sec03_point_list li:nth-of-type(5) {
  margin: 50px 0 94px 92px;
  height: 433px;
  background: url(../images/sec03_point05_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec03 .sec03_point_list li:nth-of-type(5) {
    margin: 4.5454545455vw 0 8.5454545455vw 8.3636363636vw;
    height: 39.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_point_list li:nth-of-type(5) {
    margin: 52.0833333333vw 0 56.25vw 6.5104166667vw;
    height: 85.0260416667vw;
    background: url(../images/sec03_point05_bg_sp.png) center top no-repeat;
    background-size: contain;
  }
}

/**-------------------------------------------------------
  sec04:REASON RALが選ばれ続ける理由
-------------------------------------------------------**/
#sec04 {
  padding-top: 93px;
  background: url(../images/sec04_bg.jpg) center top no-repeat;
  height: 1282px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 {
    padding-top: 8.4545454545vw;
    height: 116.5454545455vw;
    background-size: 181.8181818182vw auto;
  }
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding-top: 11.4583333333vw;
    background: url(../images/sec04_bg_sp.jpg) center top no-repeat;
    height: 341.1458333333vw;
    background-size: 100% auto;
  }
}
#sec04 .sec04_title_en {
  width: 174px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_title_en {
    width: 15.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_title_en {
    width: 26.8229166667vw;
  }
}
#sec04 .sec04_title {
  margin-top: 26px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_title {
    margin-top: 2.3636363636vw;
    font-size: 4.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_title {
    margin-top: 1.953125vw;
    font-size: 8.59375vw;
    line-height: 11.4583333333vw;
  }
}
#sec04 .sec04_text1 {
  margin-top: 32px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_text1 {
    margin-top: 2.9090909091vw;
    font-size: 1.9090909091vw;
    line-height: 3.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_text1 {
    margin-top: 5.46875vw;
    font-size: 3.6458333333vw;
    line-height: 6.5104166667vw;
  }
}
#sec04 .sec04_list {
  margin: 32px auto 0;
  width: 752px;
  height: 202px;
  background: url(../images/sec04_list_bg.png) center top no-repeat;
  background-size: contain;
  justify-content: center;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_list {
    margin: 2.9090909091vw auto 0;
    width: 68.3636363636vw;
    height: 18.3636363636vw;
    -webkit-column-gap: 6.7272727273vw;
       -moz-column-gap: 6.7272727273vw;
            column-gap: 6.7272727273vw;
    padding-top: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_list {
    margin: 3.90625vw auto 0;
    width: 92.7083333333vw;
    height: 26.3020833333vw;
    background: url(../images/sec04_list_bg_sp.png) center top no-repeat;
    background-size: contain;
    justify-content: center;
    -webkit-column-gap: 6.7708333333vw;
       -moz-column-gap: 6.7708333333vw;
            column-gap: 6.7708333333vw;
    padding-top: 2.6041666667vw;
  }
}
#sec04 .sec04_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 152px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 37px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_list li {
    width: 16.4545454545vw;
    height: 13.8181818182vw;
    font-size: 2.3636363636vw;
    line-height: 3.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_list li {
    width: 23.5677083333vw;
    height: 19.7916666667vw;
    font-size: 3.3854166667vw;
    line-height: 4.8177083333vw;
  }
}
#sec04 .sec04_text2 {
  margin: 25px 0 84px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_text2 {
    margin: 2.2727272727vw 0 7.6363636364vw;
    font-size: 2.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_text2 {
    margin: 3.515625vw 0 83.3333333333vw;
    font-size: 5.46875vw;
    line-height: 7.8125vw;
  }
}
#sec04 .sec04_text2 .dot_text {
  padding-top: 0.2em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1.07em 0.5em;
  background-image: radial-gradient(0.08em 0.08em at center center, #e264ac, #e264ac 100%, transparent, transparent);
}
#sec04 .sec04_text5 {
  margin: 0 0 22px 432px;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec04 .sec04_text5 {
    margin: 0 0 2vw 39.2727272727vw;
    font-size: 1.6363636364vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_text5 {
    margin: 0 auto 7.03125vw;
    font-size: 3.6458333333vw;
    line-height: 6.7708333333vw;
    text-align: center;
  }
}
#sec04 .sec04_text5 span {
  background: linear-gradient(transparent 8%, #fcee65 8%, #fcee65 95%, transparent 95%);
}

/**-------------------------------------------------------
  sec05:FLOW サービスの流れ
-------------------------------------------------------**/
#sec05 {
  background-color: #f8f8fc;
  height: 750px;
  padding-top: 86px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 {
    height: 68.1818181818vw;
    padding-top: 7.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 {
    height: 229.1666666667vw;
    padding-top: 12.7604166667vw;
  }
}
#sec05 .sec05_title_en {
  width: 124px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_title_en {
    width: 11.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_title_en {
    width: 18.8802083333vw;
  }
}
#sec05 .sec05_title {
  margin-top: 24px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_title {
    margin-top: 2.1818181818vw;
    font-size: 4.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_title {
    margin-top: 3.3854166667vw;
    font-size: 8.59375vw;
  }
}
#sec05 .sec05_flow_image {
  margin: 62px auto 0;
  width: 986px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_flow_image {
    margin: 5.6363636364vw auto 0;
    width: 89.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_flow_image {
    margin: 0;
    position: absolute;
    width: 25.5208333333vw;
    top: 25.2604166667vw;
    left: 7.2916666667vw;
  }
}
#sec05 .sec05_flow_list {
  margin: 15px 0 0 50px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_flow_list {
    margin: 1.3636363636vw 0 0 4.5454545455vw;
    -webkit-column-gap: 2.7272727273vw;
       -moz-column-gap: 2.7272727273vw;
            column-gap: 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_flow_list {
    margin: 9.5052083333vw 0 0 36.71875vw;
    flex-direction: column;
    row-gap: 6.7708333333vw;
  }
}
#sec05 .sec05_flow_list li {
  width: 176px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_flow_list li {
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_flow_list li {
    width: 55.7291666667vw;
  }
}
#sec05 .sec05_flow_list li .flow_caption {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 34px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_flow_list li .flow_caption {
    font-size: 2vw;
    line-height: 3.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_flow_list li .flow_caption {
    font-size: 4.4270833333vw;
    text-align: left;
    line-height: 1;
  }
}
#sec05 .sec05_flow_list li .flow_text {
  margin-top: 22px;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec05 .sec05_flow_list li .flow_text {
    margin-top: 2vw;
    font-size: 1.3636363636vw;
    line-height: 2.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_flow_list li .flow_text {
    height: 23.6979166667vw;
    margin-top: 2.34375vw;
    font-size: 3.3854166667vw;
    line-height: 5.2083333333vw;
  }
}

/**-------------------------------------------------------
  sec06:Q&A よくあるご質問
-------------------------------------------------------**/
#sec06 {
  background-color: #ffffff;
  padding: 70px 0 116px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 {
    padding: 6.3636363636vw 0 10.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 {
    padding: 9.765625vw 0 15.625vw;
  }
}
#sec06 .sec06_title_en {
  width: 94px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_title_en {
    width: 8.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_title_en {
    width: 14.1927083333vw;
    margin: 0 auto;
  }
}
#sec06 .sec06_title {
  margin-top: 24px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_title {
    margin-top: 2.1818181818vw;
    font-size: 4.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_title {
    margin-top: 3.2552083333vw;
    font-size: 8.59375vw;
  }
}
#sec06 .sec06_qa_list {
  width: 1000px;
  margin: 36px auto 82px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list {
    width: 90.9090909091vw;
    margin: 3.2727272727vw auto 7.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list {
    width: 90.1041666667vw;
    margin: 8.8541666667vw auto 18.4895833333vw;
  }
}
#sec06 .sec06_qa_list li {
  width: 1000px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list li {
    width: 90.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li {
    width: 90.1041666667vw;
  }
}
#sec06 .sec06_qa_list li .q_wrap {
  width: 1000px;
  height: 70px;
  background: url(../images/sec06_q_wrap.png) center top no-repeat;
  background-size: contain;
  padding-left: 112px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list li .q_wrap {
    width: 90.9090909091vw;
    height: 6.3636363636vw;
    padding-left: 10.1818181818vw;
    font-size: 2.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li .q_wrap {
    width: 90.1041666667vw;
    height: 12.2395833333vw;
    background: url(../images/sec06_q_wrap_sp.png) center top no-repeat;
    background-size: contain;
    padding-left: 18.2291666667vw;
    font-size: 4.5572916667vw;
    line-height: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li .q_wrap.line2 {
    width: 90.1041666667vw;
    height: 18.2291666667vw;
    background: url(../images/sec06_q_wrap2_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec06 .sec06_qa_list li .a_wrap {
  margin: 0 0 30px 67px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list li .a_wrap {
    margin: 0 0 2.7272727273vw 6.0909090909vw;
    -webkit-column-gap: 1.6363636364vw;
       -moz-column-gap: 1.6363636364vw;
            column-gap: 1.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li .a_wrap {
    margin: 0 0 5.5989583333vw 3.90625vw;
    -webkit-column-gap: 3.2552083333vw;
       -moz-column-gap: 3.2552083333vw;
            column-gap: 3.2552083333vw;
  }
}
#sec06 .sec06_qa_list li .a_wrap .a_icon {
  margin-top: 28px;
  width: 44px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list li .a_wrap .a_icon {
    margin-top: 2.5454545455vw;
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li .a_wrap .a_icon {
    margin-top: 5.2083333333vw;
    width: 7.5520833333vw;
  }
}
#sec06 .sec06_qa_list li .a_wrap .a_text {
  margin-top: 16px;
  width: 810px;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #sec06 .sec06_qa_list li .a_wrap .a_text {
    margin-top: 1.4545454545vw;
    width: 73.6363636364vw;
    font-size: 1.6363636364vw;
    line-height: 2.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_qa_list li .a_wrap .a_text {
    margin-top: 2.9947916667vw;
    width: 75.5208333333vw;
    font-size: 3.6458333333vw;
    line-height: 5.9895833333vw;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}

#form {
  background: url(../images/form_bg_icon.svg) no-repeat center 70px/84px 76px #F8F8FC;
  padding: 95px 0 115px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form {
    background: url(../images/form_bg_icon.svg) no-repeat center 6.3636363636vw/7.6363636364vw 6.9090909091vw #F8F8FC;
    padding: 8.6363636364vw 0 10.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  #form {
    background: url(../images/form_bg_icon.svg) no-repeat center 13.0208333333vw/14.7135416667vw 13.0208333333vw #F8F8FC;
    padding: 14.9739583333vw 0 22.7864583333vw;
  }
}
#form .inner .top_text {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .top_text {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .top_text {
    font-size: 4.6875vw;
    letter-spacing: 0.07em;
  }
}
#form .inner h2 {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 25px 0 65px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner h2 {
    font-size: 4.1818181818vw;
    margin: 2.2727272727vw 0 5.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner h2 {
    font-size: 7.8125vw;
    margin: 3.90625vw 0 9.1145833333vw;
  }
}
#form .inner .form_area {
  margin: 0 100px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area {
    margin: 0 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area {
    width: 88.5416666667vw;
    margin: 0 auto;
  }
}
#form .inner .form_area form .form_table tr th,
#form .inner .form_area form .form_table tr td {
  font-size: 19px;
  line-height: 1.89;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.04em;
  padding: 0 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr th,
  #form .inner .form_area form .form_table tr td {
    font-size: 1.7272727273vw;
    padding: 0 0 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr th,
  #form .inner .form_area form .form_table tr td {
    display: block;
    font-size: 3.90625vw;
    padding: 0;
  }
}
#form .inner .form_area form .form_table tr th span {
  display: inline-block;
  width: 260px;
  padding-top: 13px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr th span {
    width: 23.6363636364vw;
    padding-top: 1.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr th span {
    width: auto;
    padding-top: 0;
    padding-left: 2.6041666667vw;
    padding-bottom: 1.953125vw;
  }
}
#form .inner .form_area form .form_table tr th span::before {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 44px;
  height: 24px;
  background: #F489D5;
  position: absolute;
  top: 20px;
  right: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr th span::before {
    font-size: 1.2727272727vw;
    line-height: 2vw;
    width: 4vw;
    height: 2.1818181818vw;
    top: 1.8181818182vw;
    right: 2.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr th span::before {
    font-size: 2.734375vw;
    line-height: 3.6458333333vw;
    width: 7.421875vw;
    height: 3.90625vw;
    top: 1.953125vw;
    right: -13.671875vw;
  }
}
#form .inner .form_area form .form_table tr:nth-of-type(1) th span::before, #form .inner .form_area form .form_table tr:nth-of-type(2) th span::before, #form .inner .form_area form .form_table tr:nth-of-type(3) th span::before, #form .inner .form_area form .form_table tr:nth-of-type(5) th span::before {
  content: "必須";
}
#form .inner .form_area form .form_table tr:nth-of-type(6) th span::before {
  background: #999;
  content: "任意";
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td {
    padding-bottom: 5.2083333333vw;
  }
}
#form .inner .form_area form .form_table tr td input[type=text],
#form .inner .form_area form .form_table tr td input[type=email],
#form .inner .form_area form .form_table tr td input[type=tel] {
  font-size: 19px;
  letter-spacing: 0.04em;
  width: 617px;
  height: 60px;
  padding: 0 25px;
  border-radius: 10px;
  border: 2px solid #1A1A1A;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td input[type=text],
  #form .inner .form_area form .form_table tr td input[type=email],
  #form .inner .form_area form .form_table tr td input[type=tel] {
    font-size: 1.7272727273vw;
    width: 56.0909090909vw;
    height: 5.4545454545vw;
    padding: 0 2.2727272727vw;
    border-radius: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td input[type=text],
  #form .inner .form_area form .form_table tr td input[type=email],
  #form .inner .form_area form .form_table tr td input[type=tel] {
    font-size: 3.6458333333vw;
    width: 88.5416666667vw;
    height: 11.1979166667vw;
    padding: 0 5.2083333333vw;
    border-radius: 2.6041666667vw;
  }
}
#form .inner .form_area form .form_table tr td input[type=text]::-webkit-input-placeholder, #form .inner .form_area form .form_table tr td input[type=email]::-webkit-input-placeholder, #form .inner .form_area form .form_table tr td input[type=tel]::-webkit-input-placeholder {
  color: #B2B2B2;
}
#form .inner .form_area form .form_table tr td input[type=text]:-ms-input-placeholder, #form .inner .form_area form .form_table tr td input[type=email]:-ms-input-placeholder, #form .inner .form_area form .form_table tr td input[type=tel]:-ms-input-placeholder {
  color: #B2B2B2;
}
#form .inner .form_area form .form_table tr td input[type=text]::-ms-input-placeholder, #form .inner .form_area form .form_table tr td input[type=email]::-ms-input-placeholder, #form .inner .form_area form .form_table tr td input[type=tel]::-ms-input-placeholder {
  color: #B2B2B2;
}
#form .inner .form_area form .form_table tr td input[type=text]::placeholder,
#form .inner .form_area form .form_table tr td input[type=email]::placeholder,
#form .inner .form_area form .form_table tr td input[type=tel]::placeholder {
  color: #B2B2B2;
}
#form .inner .form_area form .form_table tr td .radio_box label {
  margin-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td .radio_box label {
    margin-right: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td .radio_box label {
    margin-right: 7.8125vw;
  }
}
#form .inner .form_area form .form_table tr td .radio_box label input[type=radio] {
  accent-color: #1A1A1A;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td .radio_box label input[type=radio] {
    width: 2.1818181818vw;
    height: 2.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td .radio_box label input[type=radio] {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
#form .inner .form_area form .form_table tr td .radio_box label span {
  font-size: 19px;
  vertical-align: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td .radio_box label span {
    font-size: 1.7272727273vw;
    vertical-align: 0.4545454545vw;
    padding-left: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td .radio_box label span {
    font-size: 3.6458333333vw;
    vertical-align: 1.0416666667vw;
    padding-left: 1.953125vw;
  }
}
#form .inner .form_area form .form_table tr td .kome {
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td .kome {
    font-size: 1.4545454545vw;
    margin-left: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td .kome {
    display: flex;
    font-size: 3.125vw;
    margin-top: 0.6510416667vw;
    margin-left: 2.6041666667vw;
  }
}
#form .inner .form_area form .form_table tr td textarea {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 617px;
  height: 150px;
  padding: 15px 25px;
  border-radius: 10px;
  border: 2px solid #1A1A1A;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_table tr td textarea {
    font-size: 1.7272727273vw;
    width: 56.0909090909vw;
    height: 13.6363636364vw;
    padding: 1.3636363636vw 2.2727272727vw;
    border-radius: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_table tr td textarea {
    font-size: 3.6458333333vw;
    width: 88.5416666667vw;
    height: 28.125vw;
    padding: 3.2552083333vw 5.2083333333vw;
    border-radius: 2.6041666667vw;
  }
}
#form .inner .form_area form .btn_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .btn_area {
    gap: 2.7272727273vw;
    margin-top: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .btn_area {
    display: block;
    text-align: center;
    margin-top: 9.1145833333vw;
  }
}
#form .inner .form_area form .form_btn input {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 350px;
  height: 80px;
  -webkit-filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .form_btn input {
    font-size: 2.3636363636vw;
    width: 31.8181818182vw;
    height: 7.2727272727vw;
    -webkit-filter: drop-shadow(0.9090909091vw 0.9090909091vw 0.5454545455vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.9090909091vw 0.9090909091vw 0.5454545455vw rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .form_btn input {
    font-size: 4.6875vw;
    width: 81.25vw;
    height: 15.625vw;
    -webkit-filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
  }
}
#form .inner .form_area form .form_btn input:hover {
  opacity: 0.8;
}
#form .inner .form_area form .conf_btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form .inner .form_area form .conf_btn {
    margin-top: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .conf_btn {
    margin-top: 7.1614583333vw;
  }
}
#form .inner .form_area form .conf_btn input {
  background: url(../images/fv_planning_btn.png) no-repeat top left/100%;
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .conf_btn input {
    background: url(../images/fv_planning_btn_sp.png) no-repeat top left/100%;
  }
}
#form .inner .form_area form .back_btn input {
  background: url(../images/form_btn_back.png) no-repeat top left/100%;
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .back_btn input {
    background: url(../images/form_btn_back_sp.png) no-repeat top left/100%;
  }
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .submit_btn {
    margin-top: 5.2083333333vw;
  }
}
#form .inner .form_area form .submit_btn input {
  background: url(../images/fv_planning_btn.png) no-repeat top left/100%;
}
@media screen and (max-width: 768px) {
  #form .inner .form_area form .submit_btn input {
    background: url(../images/fv_planning_btn_sp.png) no-repeat top left/100%;
  }
}
#form.form_conf {
  background: #F8F8FC;
  padding: 95px 0 140px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf {
    padding: 8.6363636364vw 0 12.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf {
    padding: 14.9739583333vw 0 20.8333333333vw;
  }
}
#form.form_conf h2 {
  padding: 0 0 20px;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf h2 {
    padding: 0 0 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf h2 {
    padding: 0 0 3.90625vw;
  }
}
#form.form_conf .bot_text {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf .bot_text {
    font-size: 1.7272727273vw;
    margin-bottom: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf .bot_text {
    font-size: 4.1666666667vw;
    line-height: 1.87;
    margin-bottom: 6.5104166667vw;
  }
}
#form.form_conf .form_area {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area {
    width: 88.5416666667vw;
    margin: 0 auto;
  }
}
#form.form_conf .form_area form .form_table {
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf .form_area form .form_table {
    width: 87.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area form .form_table {
    width: 100%;
  }
}
#form.form_conf .form_area form .form_table tr th,
#form.form_conf .form_area form .form_table tr td {
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area form .form_table tr th,
  #form.form_conf .form_area form .form_table tr td {
    border-bottom: none;
  }
}
#form.form_conf .form_area form .form_table tr:last-of-type th,
#form.form_conf .form_area form .form_table tr:last-of-type td {
  border-bottom: none;
}
#form.form_conf .form_area form .form_table tr th {
  padding: 0;
}
#form.form_conf .form_area form .form_table tr th span {
  width: 320px;
  padding: 40px 0 15px 30px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf .form_area form .form_table tr th span {
    width: 29.0909090909vw;
    padding: 3.6363636364vw 0 1.3636363636vw 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area form .form_table tr th span {
    width: auto;
    padding: 5.2083333333vw 0 5.2083333333vw 3.2552083333vw;
  }
}
#form.form_conf .form_area form .form_table tr th span::before {
  top: 46px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf .form_area form .form_table tr th span::before {
    top: 4.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area form .form_table tr th span::before {
    top: 6.3802083333vw;
  }
}
#form.form_conf .form_area form .form_table tr td {
  width: 640px;
  padding: 40px 70px 15px 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_conf .form_area form .form_table tr td {
    width: 58.1818181818vw;
    padding: 3.6363636364vw 6.3636363636vw 1.3636363636vw 0;
  }
}
@media screen and (max-width: 768px) {
  #form.form_conf .form_area form .form_table tr td {
    width: 100%;
    padding: 0 3.2552083333vw 1.953125vw 5.2083333333vw;
    border-bottom: 1px solid #E6E6E6;
  }
}
#form.form_thanks {
  background: #F8F8FC;
  min-height: 100vh;
  padding-top: 150px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_thanks {
    padding-top: 13.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_thanks {
    padding-top: 27.34375vw;
  }
}
#form.form_thanks h2 {
  padding: 0 0 95px;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_thanks h2 {
    padding: 0 0 8.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_thanks h2 {
    padding: 0 0 7.8125vw;
  }
}
#form.form_thanks .thanks_text {
  font-size: 19px;
  line-height: 2.21;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 155px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_thanks .thanks_text {
    font-size: 1.7272727273vw;
    margin-bottom: 14.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  #form.form_thanks .thanks_text {
    font-size: 4.1666666667vw;
    line-height: 1.87;
    margin-bottom: 16.9270833333vw;
  }
}
#form.form_thanks .top_back_btn a {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 78px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 350px;
  height: 80px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.3));
  background: url(../images/fv_request_btn.png) no-repeat top left/100%;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #form.form_thanks .top_back_btn a {
    font-size: 2.3636363636vw;
    line-height: 7.0909090909vw;
    width: 31.8181818182vw;
    height: 7.2727272727vw;
    -webkit-filter: drop-shadow(0.9090909091vw 0.9090909091vw 0.5454545455vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.9090909091vw 0.9090909091vw 0.5454545455vw rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  #form.form_thanks .top_back_btn a {
    font-size: 4.6875vw;
    line-height: 15.3645833333vw;
    width: 81.25vw;
    height: 15.625vw;
    -webkit-filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(1.953125vw 1.953125vw 1.171875vw rgba(0, 0, 0, 0.3));
    background: url(../images/fv_request_btn_sp.png) no-repeat top left/100%;
  }
}
#form.form_thanks .top_back_btn a:hover {
  opacity: 0.8;
}

.privacy {
  margin-top: 20px;
  width: 880px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .privacy {
    margin-top: 1.8181818182vw;
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy {
    margin-top: 0;
    width: 88.5416666667vw;
  }
}
.privacy h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .privacy h3 {
    font-size: 2.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy h3 {
    font-size: 4.5572916667vw;
    margin-left: 2.6041666667vw;
    text-align: left;
  }
}

.privacy_box {
  background: #fff;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 14px 10px 28px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .privacy_box {
    border-radius: 0.9090909091vw;
    margin-top: 1.8181818182vw;
    padding: 0.9090909091vw 1.2727272727vw 0.9090909091vw 2.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_box {
    border-radius: 2.6041666667vw;
    margin-top: 2.6041666667vw;
    padding: 2.6041666667vw 0.78125vw 2.6041666667vw 2.8645833333vw;
  }
}

.privacy_inner {
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .privacy_inner {
    height: 16.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_inner {
    height: 31.25vw;
  }
}

.privacy_text {
  font-size: 19px;
  line-height: 1.47;
  width: 800px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .privacy_text {
    font-size: 1.7272727273vw;
    width: 72.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_text {
    font-size: 3.3854166667vw;
    line-height: 1.38;
    width: 79.4270833333vw;
  }
}
.privacy_text h4 {
  font-weight: 700;
  margin: 2em 0 0.5em;
}
.privacy_text p, .privacy_text li {
  margin: 0.5em 0;
}
.privacy_text ul, .privacy_text ol {
  margin: 1em 0 0.5em;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
.privacy_text ul {
  list-style: disc;
}
.privacy_text ol {
  list-style: decimal;
}
.privacy_text a {
  color: #007cff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.consent {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  letter-spacing: 0.04em;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .consent {
    font-size: 1.7272727273vw;
    gap: 1.0909090909vw;
    margin-top: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .consent {
    font-size: 3.6458333333vw;
    gap: 2.34375vw;
    margin-top: 5.859375vw;
  }
}
.consent input {
  accent-color: #1A1A1A;
  border: 2px solid #1a1a1a;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .consent input {
    height: 1.8181818182vw;
    width: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .consent input {
    height: 4.4270833333vw;
    width: 4.4270833333vw;
  }
}
.consent label {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */