@charset "UTF-8";
/* ================================================== */
/* トップメインビジュアル */
/* ================================================== */
/* ====== メインビジュアル ====== */
.main_visual {
  max-width: 1280px;
  margin: 50px auto 0;
  position: relative;
}

#main_slide {
  width: 100%;
  padding-top: 50.78125%;
  position: relative;
}

#main_slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  max-width: none;
  height: auto;
}

@media screen and (min-width: 1281px) {
  #main_slide {
    padding-top: 650px;
  }
  #main_slide img {
    width: 1920px;
  }
}

@media screen and (min-width: 1001px) {
  .main_visual {
    margin-top: 90px;
  }
}

@media screen and (max-width: 600px) {
  #main_slide {
    padding-top: 120%;
  }
  #main_slide img {
    width: 100%;
  }
}

/* ====== メインビジュアルコピー ====== */
.main_visual_copy h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/top/main_pc_copy.svg) no-repeat center/contain;
  z-index: 2;
  /*  テキストは表示させない */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .main_visual_copy h1 {
    background: url(../img/top/main_sp_copy.svg) no-repeat center/contain;
  }
}

/* ============================== */
/* メインコンテンツ */
/* ============================== */
/* ====== TOP共通 ====== */
section[id^="sec"] {
  padding: 10% 0;
  /* 文字背景装飾 */
  position: relative;
}

@media screen and (min-width: 1281px) {
  section[id^="sec"] {
    padding: 128px 0;
  }
}

@media screen and (max-width: 767px) {
  section[id^="sec"] {
    padding: 14.32836% 0;
  }
}

section[id^="sec"]:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  section[id^="sec"]:after {
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  section[id^="sec"]:after {
    top: 10px;
    right: 0;
  }
}

/* テキストを折り曲げたいとき */
.ib {
  display: inline-block;
}

/* ============================== */
/* sec01 */
/* ============================== */
#sec01:after {
  background: url(../img/top/sec01_bg_text.svg) no-repeat center/contain;
  width: 62.93333%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec01:after {
    top: 0;
    left: calc((100vw - 1280px)/2);
    width: 510px;
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec01:after {
    left: 0;
    width: 39.84375%;
    padding-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  #sec01 .flexbox {
    display: flex;
    justify-content: flex-end;
  }
  #sec01 .flexbox .img_box, #sec01 .flexbox .text_box {
    width: 48.75%;
  }
  #sec01 .flexbox .img_box {
    max-width: 400px;
    background: url(../img/top/sec01_img01.jpg) no-repeat right/cover;
  }
  #sec01 .flexbox .text_box {
    margin-left: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec01 .flexbox h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #sec01 p {
    margin-top: 24px;
  }
}

/* ============================== */
/* sec02 */
/* ============================== */
#sec02:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f1f2;
  z-index: -2;
}

#sec02:after {
  background: url(../img/top/sec02_bg_text.svg) no-repeat center/contain;
  width: 83.2%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec02:after {
    right: calc((100vw - 1280px)/2);
    width: 676px;
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec02:after {
    right: 0;
    width: 52.8125%;
    padding-top: 10%;
  }
}

#sec02 .flexbox .box {
  display: flex;
  justify-content: start;
  align-items: center;
}

#sec02 .flexbox .box img {
  width: 38%;
  max-width: 200px;
}

#sec02 .flexbox .box p {
  width: 56%;
  margin: 0 0 0 6%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec02 .flexbox .box {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .flexbox .box:not(:first-child) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 400px) {
  #sec02 .flexbox .box {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  #sec02 .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
  }
  #sec02 .flexbox .box {
    justify-content: flex-end;
    width: 48.75%;
  }
  #sec02 .flexbox .box:nth-child(even) {
    margin-left: 2.5%;
  }
  #sec02 .flexbox .box:nth-child(2) ~ .box {
    margin-top: 5%;
  }
  #sec02 .flexbox .box img, #sec02 .flexbox .box p {
    width: 47.5%;
  }
  #sec02 .flexbox .box img:nth-child(2), #sec02 .flexbox .box p:nth-child(2) {
    margin-left: 5%;
  }
  #sec02 .flexbox .box img {
    max-width: 256px;
  }
}

/* ============================== */
/* sec03 */
/* ============================== */
/* ====== sec03コンテンツ ====== */
#sec03:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/sec03_bg_pc.jpg) no-repeat center/cover;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  #sec03:before {
    background-image: url(../img/top/sec03_bg_sp.jpg);
  }
}

#sec03:after {
  background: url(../img/top/sec03_bg_text.svg) no-repeat center/contain;
  width: 67.73333%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec03:after {
    left: calc((100vw - 1280px)/2);
    width: 588px;
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec03:after {
    left: 0;
    width: 45.9375%;
    padding-top: 10.46875%;
  }
}

#sec03 h2, #sec03 p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sec03 {
    padding: 14.53125% 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1281px) {
  #sec03 {
    padding: 186px 0;
  }
}

@media screen and (min-width: 768px) {
  #sec03 .row {
    width: 50%;
    margin: 0 0 0 auto;
  }
  #sec03 h2, #sec03 p {
    max-width: 490px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec03 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #sec03 p {
    padding-bottom: 40%;
  }
}

/* ============================== */
/* sec04 */
/* ============================== */
#sec04:after {
  background: url(../img/top/sec04_bg_text.svg) no-repeat center/contain;
  width: 48%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec04:after {
    left: 50%;
    transform: translateX(-50%);
    width: 410px;
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec04:after {
    width: 32.03125%;
    padding-top: 10.3125%;
  }
}

#sec04 .box {
  border: 1px solid #30303d;
  text-align: center;
  padding: 2.5% 3% 5%;
  position: relative;
}

#sec04 .box:before, #sec04 .box:after {
  content: '';
  display: block;
  position: absolute;
}

#sec04 .box:not(:last-child):before {
  top: 50%;
  right: -7.5%;
  transform: translate(25%, -50%);
  width: 7.5%;
  padding-top: 3%;
  background: url(../img/top/arrow.svg) no-repeat center/contain;
}

#sec04 .box:after {
  top: 0;
  left: -2%;
  transform: translateY(-50%);
  width: 31.75676%;
  padding-top: 23.64865%;
}

#sec04 .box:nth-child(1):after {
  background: url(../img/top/number_01.svg) no-repeat center/contain;
}

#sec04 .box:nth-child(2):after {
  background: url(../img/top/number_02.svg) no-repeat center/contain;
}

#sec04 .box:nth-child(3):after {
  background: url(../img/top/number_03.svg) no-repeat center/contain;
}

#sec04 .box:nth-child(4):after {
  background: url(../img/top/number_04.svg) no-repeat center/contain;
}

#sec04 h3 .sub {
  padding-left: 0;
}

#sec04 img {
  width: 80px;
  width: 27.02703%;
}

#sec04 p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  #sec04 h2 {
    text-align: center;
  }
  #sec04 h2 .sub {
    padding-left: 0;
  }
  #sec04 .flexbox {
    display: flex;
    margin-top: 9%;
  }
  #sec04 .box {
    padding: 2.5% 1.875% 4.375%;
    width: 23.125%;
  }
  #sec04 .box:not(:first-child) {
    margin-left: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec04 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  #sec04 .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(.9em + 5%);
  }
  #sec04 .box {
    width: 47.25%;
  }
  #sec04 .box:nth-child(even) {
    margin-left: 5%;
  }
  #sec04 .box:nth-child(2) ~ .box {
    margin-top: 7.5%;
  }
  #sec04 .box:before {
    content: none;
  }
  #sec04 .box:after {
    width: 24%;
    padding-top: 18%;
  }
}

@media screen and (max-width: 480px) {
  #sec04 .flexbox {
    margin-top: calc(1.3em + 6%);
  }
  #sec04 .box {
    display: flex;
    align-items: center;
  }
  #sec04 .box:not(:last-child) {
    margin-bottom: 10%;
  }
  #sec04 .box:not(:last-child):before {
    top: auto;
    bottom: -10%;
    right: 50%;
    transform: translate(50%, 125%) rotate(90deg);
    width: 6%;
    padding-top: 2.4%;
  }
  #sec04 .box:after {
    width: 16%;
    padding-top: 12%;
  }
  #sec04 .box .s_box, #sec04 .box p {
    width: 50%;
  }
  #sec04 .box h3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  #sec04 p {
    font-size: 12px;
  }
}

/* ============================== */
/* sec05 */
/* ============================== */
#sec05:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f1f2;
  z-index: -2;
}

#sec05:after {
  background: url(../img/top/sec05_bg_text.svg) no-repeat center/contain;
  width: 73.6%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec05:after {
    right: calc((100vw - 1280px)/2);
    width: 630px;
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec05:after {
    right: 0;
    width: 49.21875%;
    padding-top: 10.3125%;
  }
}

#sec05 .text_box {
  background: #fff;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #sec05 .row {
    max-width: 1184px;
    margin: auto;
    margin-top: 7.5%;
  }
  #sec05 .flexbox {
    display: flex;
    position: relative;
  }
  #sec05 .flexbox .img_box, #sec05 .flexbox .text_box {
    width: 52.7027%;
  }
  #sec05 .flexbox .img_box {
    position: absolute;
    bottom: 50px;
    height: 100%;
  }
  #sec05 .flexbox .text_box {
    margin: 0;
    padding: 5% 3.75%;
    min-height: 350px;
  }
  #sec05 .flexbox:first-of-type {
    margin-top: 10.5%;
    margin-top: calc(50px + 7%);
  }
  #sec05 .flexbox:first-of-type .img_box {
    left: 0;
    background: url(../img/top/sec05_img01.jpg) no-repeat center/cover;
  }
  #sec05 .flexbox:first-of-type .text_box {
    margin-left: auto;
    padding-left: 8.75%;
  }
  #sec05 .flexbox:nth-of-type(2) {
    margin-top: 11.5%;
    margin-top: calc(50px + 7.5%);
  }
  #sec05 .flexbox:nth-of-type(2) .img_box {
    right: 0;
    background: url(../img/top/sec05_img02.jpg) no-repeat center/cover;
  }
  #sec05 .flexbox:nth-of-type(2) .text_box {
    margin-right: auto;
    padding-right: 8.75%;
  }
}

@media screen and (max-width: 767px) {
  #sec05 .flexbox {
    margin-top: -50px;
  }
  #sec05 .img_box, #sec05 .text_box {
    width: 90%;
  }
  #sec05 .img_box {
    transform: translateY(50px);
    z-index: 2;
  }
  #sec05 .text_box {
    padding: calc(50px + 5%) 5% 5%;
    margin-left: auto;
  }
}

#sec05 .consultation {
  border: 1px solid #30303d;
  padding: 2em .5em;
}

#sec05 .consultation p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#sec05 .consultation p .sub {
  display: block;
  letter-spacing: .04em;
  font-size: 10px;
  padding-bottom: .5em;
}

@media screen and (min-width: 601px) {
  #sec05 .consultation p {
    font-size: 26px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  #sec05 .consultation p {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 601px) {
  #sec05 .consultation p .sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  #sec05 .consultation p {
    font-size: 4.8vw;
  }
}

/* ============================== */
/* コンバージョンエリア */
/* ============================== */
#sec_assessment {
  background: url(../img/top/assessment_bg.jpg) no-repeat center/cover;
  /* メールインフォ */
  /* TELインフォ、LINEインフォ */
  /* TELインフォ */
  /* LINEインフォ */
}

@media screen and (max-width: 767px) {
  #sec_assessment {
    background: none;
    padding: 0;
  }
  #sec_assessment .container {
    margin: 0;
  }
}

#sec_assessment .yellow {
  color: #ff0;
}

#sec_assessment .blue {
  color: #1196ba;
}

#sec_assessment .green {
  color: #399c00;
}

#sec_assessment h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 0;
  padding: 1.43em;
  background: url(../img/top/assessment_h2_pc.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #sec_assessment h2 {
    background-image: url(../img/top/assessment_h2_sp.png);
  }
}

@media screen and (max-width: 600px) {
  #sec_assessment h2 {
    font-size: 20px;
  }
}

#sec_assessment .flexbox {
  background: #fff;
  padding: 32px 20px;
}

@media screen and (min-width: 768px) {
  #sec_assessment .flexbox {
    display: flex;
    flex-wrap: wrap;
    padding-right: 18.75%;
    padding: 3.75% 18.75% 3.75% 3.75%;
    position: relative;
  }
  #sec_assessment .flexbox:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -1%;
    width: 21.5625%;
    padding-top: 26.25%;
    background: url(../img/top/assessment_img01.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  #sec_assessment .flexbox {
    max-width: 600px;
    margin: auto;
  }
}

#sec_assessment .mail_info {
  margin-bottom: 32px;
  /* メールインフォ レスポンシブ */
}

#sec_assessment .mail_info .comments {
  background: #fbf490;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 1.4em .3em;
  position: relative;
}

#sec_assessment .mail_info .comments:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: -1px;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border: 2.4em solid #fff;
  border-right: 2px solid #fff;
  border-left: 1.4em solid transparent;
}

@media screen and (max-width: 767px) {
  #sec_assessment .mail_info .comments {
    margin-bottom: 20px;
    padding: .45em .3em;
  }
  #sec_assessment .mail_info .comments:after {
    bottom: 1px;
    right: 50%;
    transform: translate(50%, 100%);
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 10px solid #fbf490;
  }
}

#sec_assessment .mail_info a {
  /* アニメーション */
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  /* ボタン */
}

#sec_assessment .mail_info a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 3s ease-in-out infinite;
  z-index: 2;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(315deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(315deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(315deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(315deg);
    opacity: 0;
  }
}

#sec_assessment .mail_info a p {
  background: linear-gradient(180deg, #1196ba 0%, #1196ba 50%, #00809e 50%, #00809e 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em 2% 1em 8%;
  position: relative;
}

#sec_assessment .mail_info a p:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#sec_assessment .mail_info a p span {
  position: absolute;
  top: 50%;
  left: 3.5%;
  transform: translateY(-50%);
  display: inline-block;
  background: #f7e921;
  border-radius: 50%;
  color: #1196ba;
  font-size: 12px;
  line-height: 3.5em;
  text-align: center;
  width: 3.5em;
  height: 3.5em;
}

@media screen and (min-width: 375px) {
  #sec_assessment .mail_info a p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #sec_assessment .mail_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3.2%;
  }
  #sec_assessment .mail_info .comments {
    width: 37%;
    font-size: 16px;
    margin: 0 1.6% 0 0;
    padding-right: 1em;
  }
}

@media screen and (min-width: 768px) and (min-width: 1281px) {
  #sec_assessment .mail_info .comments {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec_assessment .mail_info .comments {
    white-space: nowrap;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 768px) {
  #sec_assessment .mail_info a {
    width: 61.4%;
  }
  #sec_assessment .mail_info a p {
    font-size: 20px;
  }
  #sec_assessment .mail_info a p span {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1281px) {
  #sec_assessment .mail_info a p {
    font-size: 24px;
  }
  #sec_assessment .mail_info a p span {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec_assessment .mail_info a p {
    white-space: nowrap;
    font-size: 2vw;
  }
  #sec_assessment .mail_info a p span {
    font-size: 1.6vw;
  }
}

#sec_assessment .tel_info, #sec_assessment .line_info {
  background: #f0f1f2;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
}

#sec_assessment .tel_info p, #sec_assessment .line_info p {
  font-size: 14px;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  #sec_assessment .tel_info p, #sec_assessment .line_info p {
    font-size: 12px;
  }
}

#sec_assessment .tel_info .comments, #sec_assessment .line_info .comments {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #sec_assessment .tel_info, #sec_assessment .line_info {
    padding: 1.5em 1em;
    width: 48.4%;
  }
  #sec_assessment .tel_info p, #sec_assessment .line_info p {
    font-size: 16px;
  }
  #sec_assessment .tel_info .comments, #sec_assessment .line_info .comments {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec_assessment .tel_info p, #sec_assessment .line_info p {
    font-size: 1.6vw;
  }
  #sec_assessment .tel_info .comments, #sec_assessment .line_info .comments {
    font-size: 1.8vw;
  }
}

#sec_assessment .tel_info .yantramanav {
  display: table;
  font-size: 42px;
  line-height: 1;
  padding-left: 1.1em;
  position: relative;
}

#sec_assessment .tel_info .yantramanav:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .85em;
  height: .85em;
  background: url(../img/top/assessment_tel_icon.svg) no-repeat center/contain;
}

@media screen and (max-width: 374px) {
  #sec_assessment .tel_info .yantramanav {
    white-space: nowrap;
    font-size: 11.2vw;
  }
}

@media screen and (min-width: 768px) {
  #sec_assessment .tel_info .yantramanav {
    font-size: 44px;
    margin: .12em auto;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (min-width: 1281px) {
  #sec_assessment .tel_info .yantramanav {
    margin: 1px auto;
    font-size: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec_assessment .tel_info .yantramanav {
    font-size: 4.4vw;
  }
}

#sec_assessment .line_info {
  margin-top: 16px;
}

#sec_assessment .line_info > a p {
  display: table;
  border: 1px solid #30303d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: .2em;
  max-width: 342px;
  width: 100%;
  transition: .3s;
  position: relative;
}

#sec_assessment .line_info > a p:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #30303d;
  border-right: 2px solid #30303d;
}

#sec_assessment .line_info > a p:hover {
  background: #d5d8da;
}

#sec_assessment .line_info .code a {
  color: #399c00;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #sec_assessment .line_info {
    margin-top: 0;
    margin-left: 3.2%;
  }
  #sec_assessment .line_info > a p {
    font-size: 18px;
    padding: .45em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec_assessment .line_info > a p {
    font-size: 1.8vw;
  }
}

/* ============================== */
/* sec06 */
/* ============================== */
#sec06 {
  padding: 38.64583% 0 0;
  position: relative;
}

#sec06:before, #sec06:after, #sec06 h2 {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec06:before {
  width: 100%;
  height: 100%;
  background: url(../img/top/sec06_bg_pc.jpg) no-repeat center/cover;
  z-index: -2;
}

@media screen and (min-width: 601px) {
  #sec06 {
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 600px) {
  #sec06 {
    padding-top: 133.33333%;
  }
  #sec06:before {
    background-image: url(../img/top/sec06_bg_sp.jpg);
  }
}

#sec06:after {
  background: url(../img/top/sec06_bg_text.svg) no-repeat center/contain;
  width: 99.2%;
  padding-top: 26.66667%;
}

@media screen and (min-width: 601px) {
  #sec06:after {
    width: 55.72917%;
    padding-top: 15.625%;
  }
}

#sec06 h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  width: 100%;
}

#sec06 h2 .ib {
  display: block;
}

@media screen and (max-width: 767px) {
  #sec06 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  #sec06 h2 {
    font-size: 5.3vw;
  }
}

/* ============================== */
/* sec07 */
/* ============================== */
#sec07:after {
  background: url(../img/top/sec07_bg_text.svg) no-repeat center/contain;
  width: 53.33333%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec07:after {
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec07:after {
    width: 35.15625%;
    padding-top: 10.15625%;
  }
}

#sec07 h2 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec07 h2 {
    text-align: center;
  }
  #sec07 h2 .sub {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #sec07 .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #sec07 .flexbox .box {
    margin-top: 7.5%;
    width: 48.75%;
  }
  #sec07 .flexbox .box:nth-child(even) {
    margin-left: 2.5%;
  }
  #sec07 .flexbox .box:nth-child(even) .img_box {
    margin: 0 5%;
  }
  #sec07 .flexbox .box:nth-child(odd) .text_box {
    margin: 0 5%;
  }
  #sec07 .flexbox .box .img_box p {
    font-size: 14px;
  }
  #sec07 .flexbox .box .img_box p .ib {
    display: block;
  }
  #sec07 .flexbox .box .text_box {
    width: 68.2%;
  }
}

@media screen and (min-width: 1321px) {
  #sec07 .flexbox h3 {
    letter-spacing: -.05em;
  }
  #sec07 .flexbox h3 span {
    display: block;
  }
}

@media screen and (min-width: 601px) and (max-width: 1001px) {
  #sec07 .flexbox h3 {
    font-size: 20px;
  }
}

#sec07 .box {
  margin-top: 9.5%;
  display: flex;
}

#sec07 .box .img_box {
  width: 21.8%;
}

#sec07 .box .img_box p {
  font-size: 12px;
}

@media screen and (max-width: 374px) {
  #sec07 .box .img_box p {
    font-size: 10px;
  }
}

#sec07 .box .text_box {
  width: 73.2%;
}

@media screen and (max-width: 767px) {
  #sec07 .box .text_box {
    margin-left: 5%;
  }
}

/* ============================== */
/* sec08 */
/* ============================== */
#sec08 {
  /* 電話番号 */
}

#sec08:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f1f2;
  z-index: -2;
}

#sec08:after {
  background: url(../img/top/sec08_bg_text.svg) no-repeat left/cover;
  width: 74.13333%;
  padding-top: 15.46667%;
}

@media screen and (min-width: 768px) {
  #sec08:after {
    background-position: center;
    background-size: contain;
    right: calc((100vw - 1280px)/2);
    width: 1106px;
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec08:after {
    right: 0;
    width: 86.40625%;
    padding-top: 10.46875%;
  }
}

#sec08 .row {
  background: #fff;
  margin-top: 7.5%;
  padding: 7.5% 5%;
}

#sec08 .flexbox {
  max-width: 848px;
  margin: 0 auto;
  /* ナンバー振り */
  /* レスポンシブ */
}

#sec08 .flexbox:not(:first-child) {
  margin-top: 64px;
  position: relative;
}

#sec08 .flexbox:not(:first-child):after {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 18px;
  padding-top: 6px;
  background: url(../img/top/arrow.svg) no-repeat center/contain;
}

#sec08 .flexbox .img_box, #sec08 .flexbox .text_box {
  position: relative;
}

#sec08 .flexbox .img_box:before, #sec08 .flexbox .text_box:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#sec08 .flexbox .img_box:before {
  top: -20px;
  left: -17.5%;
  width: 23.5%;
  padding-top: 17.5%;
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox .img_box:before {
    content: none;
  }
}

#sec08 .flexbox .text_box {
  margin-top: 16px;
}

#sec08 .flexbox .text_box:before {
  top: 0;
  right: -10px;
  width: 94px;
  padding-top: 70px;
  opacity: .1;
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox .text_box:before {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  #sec08 .flexbox .text_box:before {
    top: -16px;
  }
}

#sec08 .flexbox .text_box p {
  text-align: justify;
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:first-child .img_box {
    background: url(../img/top/sec08_img01.jpg) no-repeat left/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:first-child .img_box:before {
    background-image: url(../img/top/number_01.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:first-child .text_box:before {
    background-image: url(../img/top/number_01.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:nth-child(2) .img_box {
    background: url(../img/top/sec08_img02.jpg) no-repeat right/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:nth-child(2) .img_box:before {
    background-image: url(../img/top/number_02.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:nth-child(2) .text_box:before {
    background-image: url(../img/top/number_02.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:nth-child(3) .img_box {
    background: url(../img/top/sec08_img03.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:nth-child(3) .img_box:before {
    background-image: url(../img/top/number_03.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:nth-child(3) .text_box:before {
    background-image: url(../img/top/number_03.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:nth-child(4) .img_box {
    background: url(../img/top/sec08_img04.jpg) no-repeat right/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:nth-child(4) .img_box:before {
    background-image: url(../img/top/number_04.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:nth-child(4) .text_box:before {
    background-image: url(../img/top/number_04.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:nth-child(5) .img_box {
    background: url(../img/top/sec08_img05.jpg) no-repeat right/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:nth-child(5) .img_box:before {
    background-image: url(../img/top/number_05.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:nth-child(5) .text_box:before {
    background-image: url(../img/top/number_05.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox:nth-child(6) .img_box {
    background: url(../img/top/sec08_img06.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 1281px) {
  #sec08 .flexbox:nth-child(6) .img_box:before {
    background-image: url(../img/top/number_06.svg);
  }
}

@media screen and (max-width: 1280px) {
  #sec08 .flexbox:nth-child(6) .text_box:before {
    background-image: url(../img/top/number_06.svg);
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox {
    display: flex;
    flex-wrap: wrap;
    /* 矢印調整 */
  }
  #sec08 .flexbox .img_box {
    width: 47.25%;
    min-height: 225px;
  }
}

@media screen and (min-width: 601px) and (min-width: 1000px) {
  #sec08 .flexbox .img_box {
    max-height: 225px;
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flexbox .text_box {
    width: 49%;
    margin-top: 0;
    margin-left: 3.75%;
  }
  #sec08 .flexbox:not(:first-child) {
    margin-top: 72px;
  }
  #sec08 .flexbox:not(:first-child):after {
    top: -40px;
    left: 25%;
  }
}

@media screen and (min-width: 601px) and (min-width: 1281px) {
  #sec08 .flexbox:not(:first-child) {
    margin-top: 96px;
  }
  #sec08 .flexbox:not(:first-child):after {
    top: -52px;
  }
}

#sec08 .flow_info {
  border: 1px solid #30303d;
  width: 100%;
  margin-top: 5.3%;
  padding: 5.3% 3.3%;
  /* 文字調整 */
}

#sec08 .flow_info p {
  line-height: 1.5;
  text-align: center;
  margin: auto;
}

#sec08 .flow_info .yantramanav {
  display: table;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin: auto;
  padding: .1em 0 .1em 1em;
  white-space: nowrap;
  position: relative;
}

#sec08 .flow_info .yantramanav:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .77em;
  padding-top: .77em;
  background: url(../img/top/assessment_tel_icon.svg) no-repeat center/contain;
}

@media screen and (min-width: 601px) {
  #sec08 .flow_info .yantramanav {
    font-size: 52px;
  }
}

#sec08 .flow_info .reception_time {
  font-size: 12px;
}

@media screen and (min-width: 601px) {
  #sec08 .flow_info .reception_time {
    font-size: 14px;
  }
}

#sec08 .flow_info .reception_time .ib {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  #sec08 .flow_info {
    display: flex;
  }
  #sec08 .flow_info .comments {
    text-align: left;
    border-right: 1px solid #30303d;
    width: 26%;
  }
  #sec08 .flow_info a {
    display: block;
    width: 47%;
    margin: 0 2.5%;
  }
  #sec08 .flow_info .yantramanav {
    padding: 0 0 0 1em;
  }
  #sec08 .flow_info .reception_time {
    text-align: left;
    width: 22%;
  }
  #sec08 .flow_info .reception_time .ib {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec08 .flow_info .comments {
    font-size: 1.6vw;
  }
  #sec08 .flow_info .yantramanav {
    font-size: 5.2vw;
  }
  #sec08 .flow_info .reception_time {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 601px) {
  #sec08 .flow_info {
    margin-top: 3.8%;
    padding: 2.8% 3.2%;
  }
}

@media screen and (max-width: 374px) {
  #sec08 .flow_info .comments {
    font-size: 3.7vw;
  }
  #sec08 .flow_info .yantramanav {
    font-size: 9.6vw;
  }
  #sec08 .flow_info .reception_time {
    font-size: 3.2vw;
  }
}

/* ============================== */
/* sec10 */
/* ============================== */
/* ====== sec10装飾====== */
#sec10 {
  position: relative;
}

#sec10:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 10%;
  width: 100%;
  background: url(../img/top/sec10_pc_bg.png) no-repeat bottom/contain;
  z-index: 1;
}

@media screen and (min-width: 1401px) {
  #sec10:before {
    /* padding-top: calc(8.34% + 20px); */
    width: calc(50% + 700px);
  }
}

#sec10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(-300px);
  width: calc(50% - 300px);
  height: calc(100% + 200px);
  background: -moz-linear-gradient(-135deg, #ff831e, #e96900);
  background: -webkit-linear-gradient(-135deg, #ff831e, #e96900);
  background: linear-gradient(225deg, #ff831e, #e96900);
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  #sec10:after {
    left: 0;
    right: auto;
    transform: translateX(0);
    width: 25%;
  }
}

/* ====== sec10コンテンツ====== */
#sec10 .container {
  padding: 140px 0 300px;
  position: relative;
}

#sec10 .box {
  position: absolute;
  display: block;
  top: 13.41%;
  left: 0;
  width: 53.34%;
  padding-top: 47.5%;
}

#sec10 img {
  position: absolute;
  display: block;
  width: 57.81%;
}

#sec10 img:first-of-type {
  top: 0;
  left: 0;
}

#sec10 img:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

#sec10 img:nth-of-type(3) {
  bottom: 0;
  left: 18.125%;
}

#sec10 h2:after {
  right: 5px;
}

#sec10 .row {
  /* width: 38.34%; */
  width: 42%;
  max-width: 460px;
  margin: 0 0 0 auto;
}

#sec10 p {
  line-height: 32px;
}

/* ====== sec10レスポンシブ====== */
@media screen and (min-width: 601px) {
  #sec10 .btn {
    text-align: left;
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 1200px) {
  #sec10 .container {
    padding: 11.67% 0 25%;
  }
}

@media screen and (max-width: 600px) {
  #sec10 .container {
    padding: 10.67% 0 14.93%;
  }
  #sec10 .box {
    top: 15.61%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 83.58%;
  }
  #sec10 img {
    width: 54.41%;
  }
  #sec10 img:first-of-type {
    left: auto;
    right: 0;
  }
  #sec10 img:nth-of-type(2) {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
    z-index: 2;
  }
  #sec10 img:nth-of-type(3) {
    bottom: 0;
    left: auto;
    right: 10.59%;
  }
  #sec10 .row {
    width: 100%;
    max-width: none;
  }
  #sec10 p {
    margin: 0;
    /* padding-top: 86.57%; */
    padding-top: 88%;
  }
  #sec10:before {
    bottom: 0;
    /* width: 32.53%;
    padding-top: 101.33%; */
    width: 122px;
    padding-top: 380px;
    transform: translateY(46.32%);
    background: url(../img/top/sec10_sp_bg.png) no-repeat bottom/contain;
    z-index: 1;
  }
  #sec10:after {
    display: none;
  }
  #sec10 .box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    padding-top: 53.73%;
    background: -moz-linear-gradient(45deg, #ff831e, #e96900);
    background: -webkit-linear-gradient(45deg, #ff831e, #e96900);
    background: linear-gradient(45deg, #ff831e, #e96900);
    z-index: -2;
  }
}

/* ============================== */
/* IEは表示させない */
/* ============================== */
