@charset "utf-8";

/*!
Theme Name: habakiri
Author: Tomoyuki Fumiyama
Version: 1.0.0
*/

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-weight: 500;
  font-style: normal;
}

.bg_a {
  background-color: var(--colorA);
  padding: 5px;
}

body {
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #131313;
  transition: 0.3s ease-in-out;
  overflow-x: hidden;
}

.white {
  color: white;
}

.colorblue-title {
  color: var(--colorC);
  line-height: 1.6em;
  letter-spacing: 0.05em;
}


:root {
  --colorA: #FFFCBA;
  --colorB: #FEEBBF;
  --colorC: #3682C6;
  --colorD: #F8F835;
  --colorE: #FBAD40;
  --pddingA: 100px;
  --pddingB: 7.8125vw;
  --pddingC: 40px;
  --pddingD: 30px;
}

body {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

.bg_pt {
  background-color: var(--colorA);
  background-image: repeating-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), repeating-linear-gradient(45deg, white 25%, var(--colorA) 25%, var(--colorA) 75%, white 75%, white);
  background-position: 0 0, 40px 40px;
  background-size: 80px 80px;
  height: 40px;
}

.bg_aa {
  background-color: #F9F9F9;
  background-image: repeating-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), repeating-linear-gradient(45deg, white 25%, #F9F9F9 25%, #F9F9F9 75%, white 75%, white);
  background-position: 0 0, 40px 40px;
  background-size: 80px 80px;
  height: 40px;
}

main {
  height: auto;
  width: 100%;
}

#header {
  background-color: #FFFCBA;
  padding-bottom: 8rem;
}

.bg_ye {
  background-color: #FFFCBA;
}


.diagnose .title {
  font-size: 20px;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 4rem auto 0;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}

/* .slick-track {
  margin-left: 180px !important;
} */

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;

}

.slider_service li {
  margin-left: 20px;
}


.slider_service {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 70%;
  margin: 0 auto;
  margin-right: 0;
}

.slider_service img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}


.scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 1000px;
  margin-right: 0;
}

.scroll li {
  display: inline-block;
  width: 600px;
  margin-left: 20px;
}

.scroll span {
  font-size: 30px;
  font-weight: bold;
  color: var(--colorE);
}

.scroll_5 {
  display: flex;
  align-items: center;
}

.scroll_number {
  margin-right: 20px;
}

.scroll_number span {
  font-size: 5rem;
  color: var(--colorE);
}

.flow-desc {
  margin-top: 2rem;
  font-weight: 700;
}

.review_h3 {
  font-size: 27px;
}


.review_h3 span {
  font-size: 27px;
  color: var(--colorE);
}

.sp {
  display: none;
}

li {
  list-style: none;
}


.custom-btn {
  color: #fff;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}


.fa-brands {
  padding-right: 10px;
  font-size: 20px;
}

.question_ul {
  width: 80%;
  margin: auto;
}

.question_ul li {
  background-color: var(--colorA);
  border-radius: 20px;
  margin-top: 30px;
}



.plan h2 {
  font-size: 33px;
}

.bold {
  color: var(--colorC);
  font-size: 80px;
  border-bottom: 3px solid var(--colorD);
  position: relative;
}

.about-wrapper dt {
  width: 10%;
  font-size: 22px;
}



.bold ::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 10px;
  background-color: var(--colorD);
  border-bottom: 3px solid var(--colorD);
}

.btn {
  background: #06C655;
  padding: 0;
  border: none;
  border-radius: 50px;
}


.bold_1 {
  font-weight: bold;
}

.btn span {
  position: relative;
  display: flex;
  padding: 15px 50px;
  font-size: 12px;
  align-items: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.btn:before,
.btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #FA6E24;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn:before {
  height: 0%;
  width: 2px;
}

.btn:after {
  width: 0%;
  height: 2px;
}

.btn:hover {
  color: #FA6E24;
  background: transparent;
  border-radius: 0px;
}

.btn:hover:before {
  height: 100%;
}

.btn:hover:after {
  width: 100%;
}

.btn span:before,
.btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #FA6E24;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn span:before {
  width: 2px;
  height: 0%;
}

.btn span:after {
  height: 2px;
  width: 0%;
}

.btn span:hover:before {
  height: 100%;
}

.btn span:hover:after {
  width: 100%;
}


.top_pc_button {
  margin-bottom: 15px;
}



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


.bg_o {
  background-color: var(--colorB);
}

.about .container {
  padding: 100px 0;
}

.number {
  position: absolute;
  width: 7%;
}

.arrow {
  width: 2%;
  margin: auto;
}

.ul_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ul_block li {
  width: 100%;
}

.point-title {
  font-size: 1.6rem;
  text-align: center;
  color: var(--colorE);
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
}


.worries_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.worries_text .title {
  padding: 0 20px;
}

.worries_img {
  width: 2%;
}

.feature h2 {
  font-size: 27px;
}


.about-wrapper {
  background-color: #F9F9F9;
}


.feature .worries_text .small {
  font-size: 20px;
}

.worries .container {
  padding: var(--pddingA) var(--pddingB);
}

.marginA {
  margin-top: 60px;
}

.marginB {
  margin-bottom: 60px;
}

.marginC {
  margin-bottom: 10px;
}

.margin_ {
  margin-top: -50px;
}

.service_six {
  padding: 0 50px;
}

.key-visual {
  width: 90%;
  max-width: 1200px;
  padding-top: 175px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start; 
}
.top_desc {
  width: 40%;
  margin: auto;
  margin-right: 4rem;
  position: relative;
}

.top_image {
  width: 60%;
}

.illust-invoice {
  min-width: 660px;
}

.pcheader {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 94px;
  z-index: 9999;
}

.pc_menu {
  margin-left: auto;
  margin-right: 100px;
}

.logo {
  display: flex;
}

.scroll_logo {
  margin-left: 100px;
}

.top_pc_menu {
  text-align: right;
}

.top_pc_menu ul {
  display: flex;
}

.top_pc_menu ul li {
  margin-left: 30px;
}

.top_pc_menu ul span {
  font-weight: bold;
  font-size: 14px;
}

.checkup-box{
  display: none;
  width: 830px;
  max-width: 100%;
  padding: 40px;
  border: 2px solid #3682C6;
  border-radius: 8px;
  margin: 30px auto;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.checkup-box::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: -2px;
  right: 40px;
}
.checkup-box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  bottom: -2px;
  left: 40px;
}

.checkup-box.is-active{
  display: block;
}

.checkup-image:nth-child(1) {
  position: absolute;
  bottom: -15%;
  left: -32%;
  width: 70%;
}
.checkup-image:nth-child(2) {
  position: absolute;
  bottom: -15%;
  right: -32%;
  width: 70%;
}

.checkup-title {
  font-size: 4.8rem;
  color: #3682C6;
  line-height: 1.4em;
  margin-top: 8rem;
}

.about .text p {
  font-weight: bold;
}

.arrow {
  margin: 30px auto;
}

.benefit {
  padding: 0 175px;
}

.ten {
  line-height: 0.6;
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
}

.ten span {
  display: block;
  color: var(--colorA);
}

.title_img {
  width: 30%;
}

.about-inner .title {
  padding-bottom: 30px;
}

.delegate-dl {
  border-top: 2px solid #B5B5B5;
  padding: 30px 0;
}
.company {
  padding: 30px 0;
  border-bottom: 2px solid #B5B5B5;
  border-top: 2px solid #B5B5B5;
}

.plan_img {
  width: 1%;
}

.scroll_1 {
  background-color: var(--colorA);
}

.scroll_1 .container {
  padding: var(--pddingA) 0 var(--pddingA) 200px;
}

.plan .container {
  max-width: 1400px;
  margin: auto;
  padding: var(--pddingA) var(--pddingB);
}



.plan .container .headline {
  padding: var(--pddingA) 0 0;
}

.footer .container {
  background-color: var(--colorE);
  padding: 50px var(--pddingB);
  color: white;
}

.footer .container .fa-instagram {
  padding-left: 20px;
}

.footer .fa-brands {
  color: white;
}

.sub {
  display: flex;
  align-items: center;
}

.sub span {
  color: white;
}

.privacy {
  margin-left: auto;
}

.privacy p {
  font-size: 12px;
}

.feature .container {
  padding: var(--pddingA) var(--pddingB);
  max-width: 1400px;
  margin: auto;
}


.service .container {
  padding: var(--pddingA) var(--pddingB);
}

.figure .container {
  padding: var(--pddingA) var(--pddingB);
}

.diagnose .container {
  padding: var(--pddingA) var(--pddingB);
}

.about-wrapper .about-inner {
  max-width: 1400px;
  margin: auto;
  padding: var(--pddingA) var(--pddingB);
}

.review .container {
  padding-bottom: var(--pddingA);
}



.review {
  background-color: var(--colorA);
}

.headline_2 {
  margin-top: 30px;
}

.headline h2 {
  font-size: 20px;
  line-height: 1.5;
}

.headline span {
  background-color: var(--colorE);
  color: white;
  padding: 7px;
  margin-left: 10px;
}

.title .small {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
}



.accordion-area li {
  margin: 10px 0;
}



/*アコーディオンタイトル*/
.faq_title {
  position: relative;
  font-weight: bold;
  padding: 2% 3% 2% 3%;
  transition: all .5s ease;
  display: flex;
  align-items: center;
}

.faq_title img {
  width: 2.5%;
  margin-right: 15px;
}

.faq_title.close {
  border-radius: 10px 10px 0 0;
  transition: all .5s ease;
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before {
  transform: rotate(45deg);
}

.faq_title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  margin: 0;
  padding: 2% 3% 2% 5%;
}

.box p {
  display: flex;
  align-items: center;
}

.box img {
  width: 1.8%;
  margin-right: 15px;
}


.justcenter {
  justify-content: center;
}

.service_six {
  padding: 0 100px;
}

.benefit {
  padding: 0 175px;
}

.about-inner dl {
  display: flex;
  justify-content: space-between;
}

.detail_1 {
  width: 40%;
}

.detail_2 {
  width: 40%;
}

.about-wrapper .title span {
  font-size: 25px;
}

.about-wrapper h2 {
  font-weight: lighter;
}

.dhead {
  font-size: 22px;
}

.detail_1 .marginA.p {
  font-size: 14px;
}

.company_1 {
  width: 40%;
}

.company_2 {
  width: 40%;
}

.detail_1 dt {
  display: inline-block;
}

.detail_1 dd {
  display: inline-table;
}

.company_1 dt {
  display: inline-block;
}

.company_1 dd {
  display: inline-table;
}



.about-inner img {
  width: 100%;
}


.question .container {
  width: 100%;
  padding: var(--pddingA) 200px;
}

.top_question {
  padding-top: 100px;
}


.diagnose .text p {
  font-weight: bold;
}


.ul_block.ul_benefit {
  gap: 15px;
}

.sen_img {
  width: 2px;
  margin: 0 auto 4rem;
}

.img {
  padding: 0px 200px;
}


.faq {
  border-bottom: 2px solid white;
}

.box span {
  font-size: 14px;
}


.br_sp {
  display: none;
}

.to-line{
  display: flex;
  width: 373px;
  max-width: 100%;
  height: 87px;
  border: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 0.8rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  background-color: #06C655;
  border-radius: 200px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.to-line::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../assets/line_w.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.top_pc_button .to-line {
  width: 250px;
  height: 55px;
}
.top_pc_button .to-line::before {
  width: 30px;
  height: 30px;
}

.for-check {
  display: flex;
  width: 373px;
  height: 87px;
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0.8rem auto 2rem;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  background-color: #3682C6;
  border-radius: 200px;
  cursor: pointer;
  transition: 0.3s ease;
}
.for-check::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../assets/result-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
  filter: brightness(100);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.checkup-microcopy {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 5rem;
  color: #FBAD40;
}

.checkup-microcopy::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 40%;
  background-color: #FBAD40;
  bottom: 20%;
  left: -2rem;
  transform: rotate(-10deg);
}
.checkup-microcopy::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40%;
  background-color: #FBAD40;
  bottom: 20%;
  right: -2rem;
  transform: rotate(10deg);
}
.microcopy {
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-top: 5rem;
}

.microcopy::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 40%;
  background-color: #515151;
  bottom: 20%;
  left: -2rem;
  transform: rotate(-10deg);
}
.microcopy::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40%;
  background-color: #515151;
  bottom: 20%;
  right: -2rem;
  transform: rotate(10deg);
}
.swiper-slide {
  padding-right: 4rem;
}

.invoice-inner {
  background-color: #FFFCBA;
}
.invoice-box{
  display: none;
  width: 830px;
  padding: 40px;
  border: 2px solid #3682C6;
  border-radius: 8px;
  margin: 30px auto;
  position: relative;
  background-color: #ffffff;
}
.invoice-box.is-active{
  display: block;
}
.invoice-box::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: -2px;
  right: 40px;
}
.invoice-box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  bottom: -2px;
  left: 40px;
}
.invoice-title {
  font-size: 22px;
  color: #3682C6;
  line-height: 1.6em;
}

.invoice-qnumber-box {
  display: flex;
  gap: 40px;
  position: absolute;
  width: 224px;
  top: 50px;
  right: 40px;
}
.invoice-qnumber-box::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  top:50%;
  left: 5%;
  transform: translateY(-50%);
  background-image : linear-gradient(to right, #3682C6 8px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}
.invoice-qnumber.-color {
  width: 48px;
  height: 48px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCBA;
  color:#3682C6;
  border-radius: 50%;
  background-image: url(../assets/invoice-question-number-color.svg);
  background-size: cover;
  z-index: 1;
}
.invoice-qnumber.-white {
  width: 48px;
  height: 48px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCBA;
  color:#3682C6;
  border-radius: 50%;
  background-image: url(../assets/invoice-question-number-white.svg);
  background-size: cover;
  z-index: 1;
}

.invoice-question-number {
  width: 70px;
  height: 70px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCBA;
  color:#3682C6;
  border-radius: 50%;
  background-image: url(../assets/invoice-question-number.svg);
  background-size: cover;
}
.invoice-question {
  font-size: 26px;
  color: #3682C6;
  font-weight: 700;
}

.invoice-answer-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.invoice-answer {
  display: flex;
  width: 310px;
  height: 73px;
  border: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  color:#3682C6;
  background-color: #ffffff;
  border-radius: 200px;
  background-image: url(../assets/invoice-answer.svg);
  background-size: cover;
  cursor: pointer;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .to-line:hover {
      color: #06C655;
      background-color: #ffffff;
      border: 2px solid #06C655;
  }
  .to-line:hover::before{
      filter: invert(54%) sepia(60%) saturate(3951%) hue-rotate(112deg) brightness(104%) contrast(95%);
  }
  .invoice-answer:hover {
    color: #ffffff;
    background-color: #3682C6;
}
}

@media (max-width: 1200px) {
  .scroll_1 .container {
    padding-left: 50px;
  }

  .question .container {
    padding-left: 50px;
  }
}

@media (min-width: 1060px) {
  .ul_block {
    gap: 20px;

  }

  .ul_block.flex-wrap {
    gap: 10px;
  }

  .ul_block.ul_benefit {
    gap: 10px;
  }

  .ul_feature {
    padding: 0 40px;
  }

}

@media (min-width: 768px) and (max-width: 1060px) {

  .scroll {
    width: auto;
  }

  .top_pc_menu ul li {
    margin-left: 10px;
  }

  .top_pc_menu ul span {
    font-size: 12px;
  }

  .pc_menu {
    margin-right: 50px;
  }

  .scroll_logo {
    margin-left: 50px;
  }

  .service_six {
    padding: 0;
  }


  .benefit {
    padding: 0 100px;
  }
}


@media (min-width: 768px) {


  .ul_block.flex-wrap {
    flex-wrap: wrap;
  }

  .ul_block.ul_benefit {
    flex-wrap: wrap;
  }

  .ul_block.flex-wrap li {
    width: calc(32.000%);
  }

  .ul_block.ul_benefit li {
    flex-wrap: wrap;
    width: calc(48%);
  }

  .ul_block {
    gap: 60px;
    flex-direction: row;
  }

  .ul_block li {
    width: calc(33.3333%);
  }

  .ul_block.flex-wrap {
    gap: 10px;
  }

  .ul_block.ul_benefit {
    gap: 10px;
  }

  .ul_block.flex-wrap {
    gap: 8px;
  }

  .detail_1 .delegate {
    font-size: 30px;
  }

}



@media (max-width: 767px) {


  .br_sp {
    display: block;
  }

  .sp {
    display: block;

  }

  html {
    font-size: 50%;
  }

  .plan .ul_feature .ul_block {
    gap: 20px;
  }


  .service_six {
    padding: 0 50px;
  }

  .bg_pt {
    background-color: var(--colorA);
    background-image: repeating-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), repeating-linear-gradient(45deg, white 25%, var(--colorA) 25%, var(--colorA) 75%, white 75%, white);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
    height: 20px;
  }

  .bg_aa {
    background-color: #F9F9F9;
    background-image: repeating-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), repeating-linear-gradient(45deg, white 25%, #F9F9F9 25%, #F9F9F9 75%, white 75%, white);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
    height: 20px;
  }

  .feature h2 {
    font-size: 20px;
  }

  .feature .worries_text .small {
    font-size: 14px;
  }


  .question .container {
    width: 100%;
    padding: 30px 20px;
  }

  .accordion-area {
    width: 100%;
  }

  .top_question {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .question h4 {
    margin-bottom: 20px;
  }


  .box {
    padding: 5%;
  }


  .ul_block.flex-wrap {
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .service_six .ul_block li {
    width: 48%;
  }

  .ul_block.flex-wrap {
    gap: 10px;
  }



  .top_pc_menu ul {
    display: none;
  }



  .scroll_logo {
    margin-left: 20px;
  }

  .pc_menu {
    margin-right: 20px;
  }

  .about .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .diagnose .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .margin_ {
    margin-top: 20px;
    text-align: center;
  }

  #header {
    height: 125vh;
  }

  .img {
    padding: 0;
  }

  .plan .container .headline {
    padding: var(--pddingD) var(--pddingC);
  }

  .about-wrapper .about-inner {
    padding: var(--pddingD) var(--pddingC);
  }

  .footer .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .paddingE {
    padding: 0 20px;
  }

  .about-inner .title {
    padding-bottom: 10px;
  }

  .about-wrapper .title span {
    font-size: 20px;
  }

  .faq_title {
    padding: 5%;
    line-height: 20px;
    font-size: 14px;
  }

  .box span {
    font-size: 12px;
  }

  .question_ul li {
    margin-top: 30px;
    border-radius: 10px;
  }

  .title .small {
    font-size: 16px;
  }

  .title_img {
    width: 60%;
  }

  .diagnose h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .sen_img {
    width: 0.4%;
  }

  .headline_2 {
    margin-top: 15px;
  }


  .about-inner dl {
    display: block;
  }

  .about-wrapper dt {
    width: 100%;
  }

  .detail_1 {
    width: 100%;
    padding: 0;
  }

  .detail_2 {
    width: 100%;
    margin-top: 30px;
  }

  .company_1 {
    width: 100%;
  }

  .company_2 {
    width: 100%;
  }

  .about-inner dl {
    margin: 0;
    margin-top: 30px;
  }

  .about-wrapper dt {
    font-size: 12.8px;
  }

  .detail_1 .delegate {
    font-size: 18px;
  }

  .detail_1 .delegate {
    font-size: 24px;
  }

  .scroll {
    width: auto;
  }

  .scroll_1 .container {
    padding: var(--pddingD) 0 var(--pddingD) var(--pddingC);
  }

  .review .container {
    padding-bottom: var(--pddingD);
  }
}




img {
  vertical-align: bottom;
}

p,
button,
a {
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}


.block-center {
  margin: auto;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}




.w-max {
  max-width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.cl-blue {
  color: #3682C6;
}

.under {
  border-bottom: dotted 1px #FBAD40;
  line-height: 2.2;
}


@media (min-width: 480px) and (max-width: 768px) {

  .top_view {
    padding-top: 100px;
    width: 90%;
  }

  .container_section {
    padding: 50px;
  }

  .plan .container {
    padding: var(--pddingD) 0;
  }

  .plan .text {
    padding: 0 var(--pddingC);
  }

  .about .container {
    padding: 50px;
  }

  .feature .container {
    padding: 50px;
  }



  .service .container {
    padding: 50px;
  }

  .figure .container {
    padding: 50px;
  }

  .worries .container {
    padding: 50px;
  }

  .comment .ul_block {
    display: none;
  }

  .ul_block.ul_benefit {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .ul_block.ul_benefit li {
    width: 48%;
  }

  .benefit {
    padding: 0 50px;
  }


}




@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .plan {
    margin: 30px 0;
  }

  .plan .title span {
    color: white;
    background-color: var(--colorC);
    font-size: 20px;
    padding: 15px 45px;
    border-radius: 50px;
  }

  .marginE {
    margin-bottom: 30px;
  }

  .review_h3 {
    font-size: 16px;
    padding: 0 20px;
  }

  .review_h3 span {
    font-size: 20px;
  }
}

/*== ここから下に書いてください ==*/







@media screen and (max-width: 479px) {

  .key-visual {
    flex-direction: column-reverse;
    padding-top: 130px;
  }
  .top_desc {
    width: 80%;
    padding: 4rem 0;
  }
  .top_image {
    width: 100%;
  }
  .illust-invoice {
    min-width: auto;
  }
  #header {
    height: auto;
  }

  .plan .container {
    padding: var(--pddingD) 16px;
  }

  .plan .text {
    padding: 0 var(--pddingC);
  }


  .feature .container {
    padding: var(--pddingD) var(--pddingC);
  }


  .service .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .figure .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .worries .container {
    padding: var(--pddingD) var(--pddingC);
  }

  .marginB {
    margin-bottom: 0px;
  }

  .marginA {
    margin-top: 0px;
  }

  .ten {
    margin: 10px 0;
    font-size: 10px;
  }

  .ul_block {
    gap: 5px;
  }

  .ul_block.flex-wrap {
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .ul_block.ul_benefit {
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .service_six {
    padding: 0;
  }

  .service_six .ul_block li {
    width: 48%;
  }

  .ul_block.ul_benefit li {
    width: 48%;
  }

  .benefit {
    padding: 0;
  }

  .arrow {
    width: 3%;
  }

  .paddingA {
    padding: 0 20px;
  }

  .paddingB {
    padding: 0 30px;
  }

  .worries_text .title {
    padding: 0 5px;
  }

  .text .text p {
    font-size: 10px;
  }

  .faq_title img {
    width: 3.5%;
  }

  .box img {
    width: 3.5%;
  }




  .btn span {
    padding: 10px 20px;
  }

  .top_view {
    width: 80%;
    margin: auto;
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .comment .ul_block {
    display: none;
  }

  .ul_block.ul_benefit {
    gap: 8px;
  }

  .marginF {
    margin: 30px 0;
  }

  .checkup-title {
    font-size: 3.2rem;
    margin-top: 3rem;
  }
  .for-check {
    width: 100%;
    height: 70px;
  }

  .headline_1 h2 {
    line-height: 2;
  }

  .point-title {
    font-size: 2.2rem;
  }
  .point-image {
    width: 70%;
    margin: 0 auto;
  }

  .scroll_number span {
    font-size: 3.6rem;
  }

  .question_ul {
    width: 100%;
  }

  .to-line {
   width: 300px;
   height: 70px; 
  }

  .top_pc_button .to-line {
    width: 150px;
    height: 48px;
  }
  
  .top_pc_button{
    margin-bottom: 10px;
  }

  .for-check::before {
    width: 24px;
    height: 24px;
  }
}