/*
Theme Name: buvJAPAN LP用サンプル
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
html {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
input[type="text"],
input[type="submit"],
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit; /* 親要素のフォントを継承 */
  color: inherit; /* 親要素の色を継承 */
  box-sizing: border-box; /* ボックスサイズを統一 */
  appearance: none; /* デフォルトのスタイルを無効化 (特にselect) */
  outline: none; /* フォーカス時のアウトラインを無効化 */
  background-color: #fff;
}
/* select要素のリセット */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/selest.png) #fff;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 98% center;
}

/* textareaのリセット */
textarea {
  resize: none; /* サイズ変更を無効化 */
  overflow: auto; /* スクロールバーの挙動を統一 */
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: #CEF0F8;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: .3s;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
header.scrolled {
  background-color: rgba(255,255,255,.95); /* 好きな色に変更 */
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.header_logo {
  width: 200px;
}
.header_links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 800px;
  width: calc(100% - 200px - 50px);
  padding: 0 20px;
}
.telbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.telbtn img {
  width: 25px;
  margin-right: 10px;
}
.telbtn p {
  width: calc(100% - 25px);
  font-weight: 700;
  font-size: 26px;
  color: #00A0E9;
  line-height: 1;
}
.telbtn p span {
  display: block;
  font-size: 10px;
  color: #000;
}
.humbtn {
  width: 50px;
}

.inner {
  max-width: 1200px;
  padding: 100px 5%;
  margin: 0 auto;
}

#mv {
  background: url(images/mvbk-pc.jpg);
  height: 100vh;
  background-size: cover;
  background-position: top center;
}
#mv .inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  padding: 15vh 5% 0;
  background: url(images/mvhuman-pc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100%;
}
h1 {
  display: block;
  text-align: left;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.2;
  padding-left: 15vw;
}
h1 span {
  display: block;
  font-size: 3.2vw;
  color: #00A0E9;
}
.catch_labels {
  padding: 30px 0 30px 15vw;
}
.catch_labels h3 {
  display: inline-block;
  background-color: #00A0E9;
  margin-bottom: 10px;
  padding: 7px 20px;
  color: #fff;
  transform: skewX(-10deg);
  font-size: 2.2vw;
}
.catch_labels h3 strong {
  color: #fffb00;
}

.crient_voice {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
.crient_voice li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
}
.crient_voice li b {
  width: 65%;
  padding-right: 5px;
  line-height: 1.2;
  font-size: 14px;
}
.crient_voice_img {
  width: 35%;
  position: relative;
  top: -30px;
}
.crient_voice_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crient_voice_name p {
  font-size: 10px;
}
.crient_voice_star {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 40%;
}
.crient_voice li .crient_voice_star img {
  width: 100%;
}


#subsidy {
  position: relative;
}
#subsidy .inner {
  padding: 50px 5% 0;
  max-width: 1400px;
}
.subsidy_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 5px #2D9FCE;
  padding: 40px 50px;
  background-color: #fff;
}
.subsidy_cont img {
  width: 30%;
}
.subsidy_cont b {
  padding-left: 30px;
  font-size: 24px;
  transform: skewX(-5deg);
  font-weight: 900;
}
.subsidy_cont b strong {
  color: #FF6F00;
  font-size: 120%;
}






#contact .inner {
  max-width: 1400px;
  padding-top: 0;
  margin-top: -30px;
}
.contact_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background-color: #F1FCFF;
  border:solid 5px #2D9FCE;
  padding: 5%;
  border-radius: 30px;
}
.contactvis {
  margin-top: -80px;
}
.contact_tel {
  color: #FF6F00;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  letter-spacing: -2px;
  display: block;
  line-height: 1;
  margin: 15px 0;
}
.contact_tel span {
  display: block;
  color: #222;
  font-size: 18px;
  letter-spacing: 0;
}
.contact_linebtn {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.contact_linebtn span {
  display: block;
  color: #222;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}
.form_ul li {
  margin-bottom: 10px;
}
.form_ul li p {
  color: #31667C;
  font-weight: bold;
  padding: 0 0 3px 7px;
}
.form_ul li select,
.form_ul li input[type="text"] {
  width: 100%;
  border: solid 2px #40B2E1;
  border-radius: 7px;
  padding: 12px 15px;
  box-shadow: #40b2e1 0px 3px 0px;
}
.form_ul li input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.form_ul li.privacy {
  padding: 5px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
button,
input[name="submitConfirm"],
input[name="formbtn"],
a.thsnks_link {
  width: 260px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(45deg, #7FD0E9, #0B4592);
  border: none;
  border-radius: 10000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}




#worries {
  background: #4FCEDE url(images/worries-bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -180px;
  z-index: -1;
  position: relative;
}
#worries:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #4fcede transparent transparent transparent;
  border-width: 50px 50px 0px 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.worries_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}

.worries_ttl img {
  width: 250px;
}
.worries_ttl span {
  padding-left: 30px;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
  line-height: 1.2;
}
.worries_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.worries_list li {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  border: solid 4px;
}
.worries_list li.red {
  border-color: #D22727;
}
.worries_list li.green {
  border-color: #7ED51A;
}
.worries_list li.blue {
  border-color: #1888B5;
}
.worries_list li h5 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.worries_list li.red h5 {
  color: #D22727;
}
.worries_list li.green h5 {
  color: #7ED51A;
}
.worries_list li.blue h5 {
  color: #1888B5;
}
.worries_list li p {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px;
}
.worries_list li p:before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.worries_list li p:not(:last-child) {
  margin-bottom: 10px;
}
.worries_list li.red p:before {
  background-image: url(images/box-red.png);
}
.worries_list li.green p:before {
  background-image: url(images/box-green.png);
}
.worries_list li.blue p:before {
  background-image: url(images/box-blue.png);
}
.worries_list li p span {
  display: contents;
  color: #FF6F00;
}
.worries_catch {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-style: italic;
}


#catch {
  background: linear-gradient(45deg, #FF6F00, #FFAE00);
  position: relative;
  z-index: -2;
}
#catch:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff8a01 transparent transparent transparent;
  border-width: 50px 50px 0px 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
#catch .inner {
  padding: 30px 5% 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 15px;
  align-items: center;
}
.catch_txt {
  padding-left: 5%;
}
.catch_txt h2 {
  color: #fff;
  font-size: 3vw;
  line-height: 1.2;
  font-style: italic;
}
.catch_txt h2 span {
  display: block;
  font-size: 8vw;
  font-weight: 900;
  text-indent: -2vw;
}
.catch_txt h2 span strong {
  
}
.catch_txt p {
  font-size: 22px;
  font-weight: bold;
  color: #FFFB00;
  font-style: italic;
  margin-top: 20px;
}


#choose {
  position: relative;
  z-index: -3;
}
.choose_list{
  background: linear-gradient(180deg,#F9F6FF,#CEF0F8);
  overflow: hidden;
}
.choose_list_child {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.choose_list_child img {
  width: auto;
  height: 500px;
  padding-top: 20px;
}
.choose_list_child_info {
  width: auto;
  padding: 50px 5% 110px 0;
}
.choose_list li {
  position: relative;
}
.choose_list li:nth-child(even) {
  background: linear-gradient(0deg, #fff 0%, #fff calc(100% - 110px), transparent calc(100% - 110px));
  margin-top: -110px;
}
.choose_list li:nth-child(even) .choose_list_child_info{
  padding: 50px 0px 50px 5%;
}
.choose_list li:nth-child(1):before,
.choose_list li:nth-child(3):before {
  content: "REASON";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "wdth" 100;
  position: absolute;
  bottom: 0px;
  font-size: 26vw;
  z-index: 0;
  line-height: 1;
}
.choose_list li:nth-child(1):before {
  left: 9%;
  color: #CEF0F8;
}
.choose_list li:nth-child(3):before {
  right: 9%;
  color: #fff;
}
.choose_list_child_info h6 {
  display: inline-block;
  font-size: 28px;
  background: linear-gradient(0deg, #FF6F00 0%, #FF6F00 65%, transparent 65%);
  line-height: 1;
  padding: 0px 25px 5px;
  color: #fff;
  transform: skewX(-10deg);
}
.choose_list_child_info h6 strong {
  -webkit-text-stroke: #ff6f00 6px;
  paint-order: stroke;
  font-size: 300%;
  margin-left: 5px;
  letter-spacing: -2px;
}

.choose_list_child_info h3 {
  font-size: 46px;
  padding: 30px 0;
  font-weight: 900;
  font-style: italic;
}
.choose_list_child_info h3 span {
  font-size: 140%;
  line-height: 1;
  color: #FF6F00;
}
.choose_list_child_info p {

}
.choose_list_child_info p span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}




#changing {
  background-image: url(images/changing-bk.jpg);
  background-size: cover;
  background-position: center;
}
.changing_ttl {
  background-image: url(images/changing-ttl.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}
.changing_ttl span {
  font-size: 26px;
  color: #FFFB00;
}
.changing_ttl b {
  display: block;
  font-size: 70px;
  line-height: 1;
  padding: 20px 0 40px;
  color: #fff;
}
.changing_ttl p {
  max-width: 660px;
  color: #ffff;
}
#changing .inner {
  padding: 50px 5% 300px;
}


.changing_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  place-content: center;
  place-items: center;
}
.changing_list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: #16203325 0px 5px 20px;
  margin-bottom: 40px;
  align-self: stretch;
}
.changing_list li img {
  display: block;
  width: 50%;
  margin: -50px auto 0;
  border: solid 5px #fff;
  border-radius: 10000px;
}
.changing_list li h6 {
  font-size: 18px;
  text-align: center;
}
.changing_list li b {
  display: block;
  text-align: center;
  font-style: italic;
}
.changing_list li .before,
.changing_list li .after {
  margin-top: 20px;
}
.changing_list li .before:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff8a01 transparent transparent transparent;
  border-width: 20px 30px 0px 30px;
  margin: 20px auto 0;
}
.changing_list li .before b {
  font-size: 28px;
  color: #00A0E9;
}
.changing_list li .after b {
  font-size: 36px;
  color: #FF3700;
  font-weight: 900;
}

.changing_list li p {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
}
.changing_list li .before p {
  text-align: center;
}
.changing_list li .after p {
  font-size: 125%;
  font-weight: 700;
  font-style: italic;
}
.changing_list li .after p span {
  color: #FF3700;
}



.contact2 {
  margin-top: -200px;
  background: linear-gradient(180deg, transparent 0px, transparent 200px, #00A0E9 200px,#48BCEE 100%);
}
#contact.contact2 .inner {
  padding: 0 5%;
}

#voice {
  background: linear-gradient(180deg,#48BCEE 0%,transparent 100%);
}
.voice-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-ttl img {
  width: 250px;
}
.voice-ttl b {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-style: italic;
}
.voice-ttl b span {
  display: block;
  font-size: 150%;
  color: #FFFB00;
}
#voice .crient_voice {
  width: 100%;
  max-width: 100%;
}
#voice .crient_voice.vis {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
#voice .crient_voice.vis li {
  padding: 30px;
}
.youtube_vis {
  margin-bottom: 20px;
}
#voice .crient_voice.vis li .crient_voice_img,
#voice .crient_voice.vis li .crient_voice_img {
    width: 70px;
    position: inherit;
}
#voice .crient_voice.vis li .crient_voice_name,
#voice .crient_voice.vis li .crient_voice_name {
  flex-wrap: wrap;
  width: calc(100% - 70px);
  padding-left: 10px;
}
#voice .crient_voice.vis li .crient_voice_name b,
#voice .crient_voice.vis li.crient_voice_name b {
    width: 100%;
    padding-right: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 18px;
}

.sns_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 600px;
  margin: 50px auto 0;
}
.sns_links a {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 10000px;
  color: #fff;
  padding: 10px 0;
  border:solid 2px #fff;
}
.sns_links a.sns1 {
  background: #EE0707;
}
.sns_links a.sns2 {
  background: #222;
}
.sns_links a.sns3 {
  background: linear-gradient(45deg, #F3E04C 0%, #F3140D 37%, #FF00B3 70%, #9E00B9 100%);;
}
.sns_links a.sns4 {
  background: #000;
}

#data {
      background: linear-gradient(180deg,transparent 0%, #fff 100%);
}
#data .inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
  align-items: center;
}
.data_left h4 {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 20px;
}
.data_left h4 span {
  color: #00A0E9;
}
.data_left b {
  font-size: 18px;
  line-height: 1.8;
}
.data_left b span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}


#faq {
  background: linear-gradient(0deg, transparent 0%, #fff 100%);
}
#faq .inner {
  max-width: 1000px;
}
.faq_ttl {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 50px;
  display: block;
  text-align: center;
  color: #00A0E9;
}
#faq label {
  width: 100%;
  border: solid 2px #40B2E1;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: #40b2e1 0px 3px 0px;
  display: block;
  background-color: #fff;
  margin-bottom: 10px;
}
#faq label b {
  display: flex;
  align-items: center;
  color: #2F4B56;
  background: url(images/selest.png) #fff;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 10px;
}
#faq label b:before {
  content: "Q.";
  font-family: ui-monospace;
  font-size: 130%;
  margin-right: 5px;
}
#faq label p {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #40b2e1;
}
#faq label p:before {
  content: "A.";
  font-family: ui-monospace;
  font-size: 130%;
  margin-right: 5px;
  font-weight: bold;
  color: #FF3700;
}
#faq label input[type="checkbox"]{
  display: none;
}
#faq label input[type="checkbox"]:checked ~ p {
  display: flex;
  align-items: center;
}



footer {
  background-color: #fff;
}
footer .inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.footer_logo {
  width: 300px;
  display: block;
}
footer .telbtn {
  padding: 20px 0px;
}
footer .telbtn img {
  width: 40px;
  margin-right: 15px;
}
footer .telbtn p {
  width: calc(100% - 34px);
  font-size: 50px;
}
footer .telbtn p span {
  display: block;
  font-size: 14px;
}
footer a.formlink,
footer a.linebtn {
  width: 49%;
  display: inline-block;
}
footer a.formlink {
  margin-right: 1%;
}
.footer_grobal_menu a {
  display: block;
  font-weight: 700;
  border-top: solid 1px #cecece;
  padding: 10px 15px;
  font-size: 14px;
}
.footer_grobal_menu a:last-child {
  border-bottom: solid 1px #cecece;
}
footer .sns_links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3px;
  max-width: 100%;
  margin: 20px auto 0;
  align-items: self-start;
}
footer .sns_links a {
  font-size: 14px;
  padding: 10px 0;
  border: solid 1px #fff;
}
.copy {
  background-color: #2D9FCE;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
  font-weight: 500;
}


.humbox {
  width: 0%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  position: fixed;
  transition: .1s;
  display: flex;
  align-items: stretch;
}
.humbox_closearea {
  height: 100%;
  width: calc(100% - 320px);
  background-color: #1E495E90;
}
.humbox_cont {
  position: relative;
  max-width: 320px;
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.hum_grobal_menu {
  margin: 30px 0;
}
.hum_grobal_menu a {
  display: block;
  font-weight: 700;
  border-top: solid 1px #00A0E9;
  padding: 10px 15px;
  font-size: 14px;
}
.hum_grobal_menu a:last-child {
  border-bottom: solid 1px #00A0E9;
}
.humbox .telbtn p {
  font-size: 30px;
}
.humbox .formlink {
  display: block;
  margin: 15px 0px;
}
.humclose {
  display: block;
  width: 50px;
  position: absolute;
  top: 10px;
  left: -60px;
}
input[type="checkbox"]#hummenu {
  display: none;
}
input[type="checkbox"]#hummenu:checked ~ .humbox {
  width: 100%;
}

.bottom_main {
  background: linear-gradient(0deg, #e1f6ff 0%, #ffffff 100%);
  padding-top: 120px;
}
#bottommv {
  text-align: center;
}
#bottommv .inner {
  padding-bottom: 0;
}
#bottommv h2 {
  font-size: 58px;
  font-weight: 900;
  font-style: italic;
  color: #00a0e9;
}
.thsnks_ttl {
  font-size: 40px;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-weight: 900;
}
.thsnks_txt {
  text-align: center;
  padding: 20px 0;
}
.form_ul li.privacy label {
  display: flex;
  align-items: center;
}
.form_ul li.privacy a {
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}

.privacy-policy__section {
  padding: 15px 0;
}
.privacy-policy__section-title {
  margin-bottom: 5px;
}
ul.privacy-policy__list{
  padding: 16px 0px;
}
ul.privacy-policy__list li {
  text-indent: -16px;
  padding-left: 16px;
}
ul.privacy-policy__list li:before {
  content:"・"
}

.company_table {
  text-align: left;
  border-collapse: collapse; /* セルの境界線を結合 */
  border-spacing: 0; /* セル間のスペースをゼロに */
}
.company_table tr,
.company_table tr th,
.company_table tr td {
  display: block;
}
.company_table thead tr {
  margin-bottom: 8px;
}
.company_table thead tr th {
  color: #00A0E9;
  border-left: solid 4px;
  line-height: 1;
  padding-left: 5px;
}
.company_table tbody tr {
  display: block;
  margin-top: 5px;
}
.company_table tbody tr th {
  font-size: 12px;
  width: 50px;
}
.company_table tbody tr td {
  font-size: 12px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}




@media screen and (max-width:1140px) {
h1 {
    font-size: 8vw;
}
.choose_list_child_info h3 {
    font-size: 36px;
}
.header_logo {
    width: 150px;
}
.header_links {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 5px;
    width: calc(100% - 150px - 50px);
    padding: 0 10px;
}
.contact_tel {
    font-size: 50px;
}
.contact_tel span {
    font-size: 14px;
}
.contact_linebtn span {
    font-size: 10px;
}
.data_left h4,
.faq_ttl {
    font-size: 50px;
}

.crient_voice {
  grid-template-columns: 1fr 1fr;
}
.crient_voice_img {
  width: 60px;
  top: 0;
}
.crient_voice_star {
  width: 25%;
}
.crient_voice li {
  padding: 10px 20px;
  border-radius: 10px;
}
.crient_voice li b {
  width: calc(100% - 70px);
  padding-right: 0px;
  font-size: 12px;
}
.crient_voice_name {
  margin-top: 5px;
}

}










@media screen and (max-width:1010px) {
  footer .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}




@media screen and (max-width:768px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
h1 {
    font-size: 7.7vw;
}
.inner {
    padding: 50px 5%;
}
#mv .inner {
    padding: 120px 5% 0
}
.header_links {
  display: none;
}
.crient_voice {
    gap: 5px;
    width: 100%;
}
.crient_voice li {
    padding: 15px;
    border-radius: 10px;
}
.crient_voice_star {
    width: 25%;
}
.crient_voice_img {
    width: 40%;
    top: -30px;
}
.crient_voice li b {
    width: 60%;
    padding-right: 5px;
    font-size: 14px;
}
#subsidy {
    margin-top: -20px;
}
.subsidy_cont {
    border: solid 3px #2D9FCE;
    padding: 20px 30px;
}
.subsidy_cont img {
    width: 200px;
}
.subsidy_cont b {
    width: calc(100% - 200px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.2;
}
.subsidy_cont b strong {
    font-size: 150%;
}
.contact_tel {
    font-size: 38px;
    margin: 15px 0;
    letter-spacing: 0px;
}
.contact_linebtn {
    width: 100%;
}
.contactvis {
    margin-top: -50px;
}
.form_ul li p {
    font-size: 12px;
}

#worries {
    margin-top: -100px;
}
.worries_ttl img {
    width: 200px;
}
.worries_ttl span {
    padding-left: 10px;
    font-size: 28px;
}
.worries_list {
    gap: 5px;
}
.worries_list li {
    padding: 20px;
    border-radius: 20px;
}
.worries_list li h5 {
    font-size: 32px;
}
.worries_list li p {
    font-size: 14px;
}
.worries_list li p:before {
    content: "";
    width: 35px;
    height: 35px;
}
.worries_catch {
    font-size: 18px;
    margin-top: 10px;
}
.catch_txt h2 {
    font-size: 4vw;
}
.catch_txt h2 span {
    font-size: 10vw;
}

#contact .inner {
  margin-top: -5px;
}

.choose_list_child img {
    height: 400px;
}
.choose_list_child_info {
    padding: 30px 5% 60px 0;
}
.choose_list_child_info h6 {
    font-size: 24px;
}
.choose_list_child_info p span {
    font-size: 14px;
}
.choose_list_child_info h3 {
    font-size: 28px;
}
.changing_ttl b {
    font-size: 45px;
    padding: 10px 0 30px;
}
.changing_ttl span {
    font-size: 16px;
}
.changing_ttl p {
    max-width: 450px;
    font-size: 14px;
}
.changing_list li .before p {
    font-size: 14px;
}
.changing_list li .after p {
    font-size: 16px;
}
#changing .inner {
    padding: 50px 5% 180px;
}
.contact2 {
    margin-top: -150px;
    background: linear-gradient(180deg, transparent 0px, transparent 150px, #00A0E9 150px, #48BCEE 100%);
}
.voice-ttl img {
    width: 170px;
}
.voice-ttl b {
    font-size: 34px;
}
.sns_links {
    gap: 5px;
    max-width: 500px;
}
.data_left h4, .faq_ttl {
    font-size: 38px;
}
.data_left b {
    font-size: 18px;
    line-height: 1.4;
}
.data_left b span {
    font-size: 14px;
    margin-top: 10px;
}
#faq label {
    border-radius: 15px;
}
.footer_logo {
    width: 200px;
}
footer .telbtn img {
    width: 25px;
    margin-right: 10px;
}
footer .telbtn p {
    width: calc(100% - 25px);
    font-size: 36px;
}
footer .telbtn p span {
    display: block;
    font-size: 12px;
}
footer a.formlink, footer a.linebtn {
    width: 48%;
}
.footer_grobal_menu a {
    padding: 10px 10px;
    font-size: 10px;
}
footer .sns_links a {
    font-size: 12px;
    padding: 10px 40px;
}

}


@media screen and (min-width:481px) and (max-width:767px){
#mv{
  height: 100vh;
}
#mv .inner {
  background-position: center 120px;
  padding: 120px 0% 0;
}
h1,
.catch_labels {
  padding-left: 18vw;
}
.crient_voice {
  gap: 7px;
  width: 95%;
  grid-template-columns: 1fr;
}
.crient_voice li {
  position: relative;
  padding: 15px 15px 15px 70px;
}
.crient_voice li b {
  width: 100%;
  padding-right: 0px;
  font-size: 14px;
  margin-bottom: 5px;
}
.crient_voice_img {
  width: 50px;
  top: calc(50% - 25px);
  position: absolute;
  border: solid 2px #fff;
  border-radius: 10000px;
  left: 10px;
}
.subsidy_cont {
  display: block;
  padding: 20px 0px;
}
.subsidy_cont img {
  width: 200px;
  display: block;
  margin: 0 auto 10px;
}
.contact_cont {
  grid-template-columns: 1fr;
}
.worries_list {
  grid-template-columns: 1fr 1fr;
}
.worries_ttl {
  margin-bottom: 0px;
}
.worries_ttl img {
  width: 100px;
}
.worries_ttl span {
  padding-left: 10px;
  font-size: 20px;
}
.worries_list li {
  padding: 20px 10px;
  border-radius: 15px;
  border: solid 3px;
}
.worries_list li p {
  font-size: 12px;
}
.worries_list li p:before {
  width: 25px;
  height: 25px;
}
.catch_txt p {
  font-size: 14px;
  margin-top: 5px;
}
#worries:after,
#catch:after {
  border-width: 25px 30px 0px 30px;
  bottom: -25px;
  left: calc(50% - 30px);
}







}






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

.contact_cont {
  grid-template-columns: 1fr;
  border: solid 3px #2D9FCE;
}
.changing_list {
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.worries_list li {
  border: solid 3px;
}
h1 {
  font-size: 12.5vw;
  padding-left: 6vw;
}
h1 span {
  display: block;
  font-size: 6.7vw;
}
header .inner {
  padding: 10px 3%;
}
.humbtn {
  width: 40px;
}
.humclose {
  width: 40px;
  left: -45px;
}
#mv {
  max-height: 100%;
  height: auto;
}
#mv .inner {
  padding: 90px 0 50px;
  width: 100%;
  background-position: center 180px;
}
.catch_labels {
  padding: 20px 0 20px 75px;
}
.catch_labels h3 {
  margin-bottom: 4px;
  padding: 8px 10px;
  font-size: 3vw;
}
.crient_voice {
  gap: 7px;
  width: 95%;
  grid-template-columns: 1fr;
}
.crient_voice li {
  position: relative;
  padding: 15px 15px 15px 70px;
}
.crient_voice li b {
  width: 100%;
  padding-right: 0px;
  font-size: 14px;
  margin-bottom: 5px;
}
.crient_voice_img {
  width: 50px;
  top: calc(50% - 25px);
  position: absolute;
  border: solid 2px #fff;
  border-radius: 10000px;
  left: 10px;
}
#subsidy {
    margin-top: -30px;
}
.subsidy_cont {
  padding: 20px 0px;
  flex-wrap: wrap;
}
.subsidy_cont b {
  width: 100%;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.subsidy_cont img {
  width: 150px;
  margin: 0 auto 5px;
}
#worries .inner {
  padding: 50px 7%;
}
.worries_list {
  gap: 5px;
  grid-template-columns: 1fr;
}
.worries_ttl {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.worries_ttl span {
  padding-left: 0;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
}
.worries_ttl img {
  width: 180px;
}
.worries_list li p {
  font-size: 18px;
}
.worries_catch {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}
#catch .inner {
  padding: 30px 10px 0;
  gap: 5px;
}
#catch .inner img {
  width: 120px;
}
.catch_txt {
  padding-left: 0;
  width: 100%;
}
.catch_txt h2 {
    font-size: 20px;
}
.catch_txt h2 span {
    font-size: 42px;
}
.catch_txt p {
  font-size: 12px;
  margin-top: 5px;
}

#worries:after,
#catch:after {
  border-width: 30px 30px 0px 30px;
  bottom: -30px;
  left: calc(50% - 25px);
}


.choose_list_child {
  flex-wrap: wrap;
}
.choose_list_child_info {
  padding: 50px 0 0;
}
.choose_list_child_info h6 {
  font-size: 18px;
}
.choose_list_child_info h3 {
  font-size: 20px;
  padding: 15px 0;
}
.choose_list_child_info p span {
  font-size: 12px;
}
.choose_list_child img {
    height: auto;
    width: 48%;
    padding: 0;
}
.choose_list li:nth-child(odd) .choose_list_child img {
    margin-left: auto;
}
.choose_list li:nth-child(even) .choose_list_child img {
    margin-top: -130px;
}
.choose_list li:nth-child(even) .choose_list_child_info {
    padding: 0px 0px 30px 0;
    margin-top: -40px;
}
.choose_list li:nth-child(4) .choose_list_child img {
    margin-top: -150px;
}

.changing_ttl {
    padding: 0px 0 40px;
    background-size: 40%;
    background-position: right bottom;
}
.changing_ttl p {
    max-width: 220px;
    font-size: 12px;
}
.changing_ttl b {
    font-size: 30px;
    padding: 10px 0 20px;
    line-height: 1.2;
}
.changing_ttl span {
    font-size: 18px;
    line-height: 1;
}



.changing_list li {
    border-radius: 10px;
    padding: 20px 10px;
}
.changing_list li h6 {
    font-size: 12px;
}
.changing_list li .before b {
    font-size: 20px;
}
.changing_list li .before p {
    font-size: 12px;
}
.changing_list li .before:after {
  border-width: 10px 20px 0px 20px;
}
.changing_list li .after b {
    font-size: 26px;
}
.changing_list li .after p {
    font-size: 14px;
}


.voice-ttl img {
    width: 100px;
}
.voice-ttl b {
    font-size: 20px;
}
#voice .crient_voice.vis {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
}
#voice .crient_voice.vis li .crient_voice_img {
    width: 70px;
    position: inherit;
    top: auto;
    left: auto;
}
#voice .crient_voice.vis li .crient_voice_name b, #voice .crient_voice.vis li.crient_voice_name b {
    font-size: 16px;
}


.sns_links {
    gap: 3px;
    max-width: 500px;
    margin: 20px auto 0;
}
.sns_links a {
    font-size: 14px;
}

#data .inner {
    grid-template-columns: 1fr;
    gap: 20px;
}
.data_left h4, .faq_ttl {
    font-size: 30px;
}
#faq label {
    border-radius: 10px;
    padding: 15px 20px;
}
#faq label b,
#faq label p {
  font-size: 14px;
}

footer .sns_links {
    grid-template-columns: 1fr 1fr;
}
.footer_grobal_menu a {
    font-size: 14px;
}
.humbox_cont {
    padding: 20px;
    width: 320px;
}
.hum_logo {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.hum_grobal_menu {
    margin: 20px 0;
}

.bottom_main {
  padding-top: 90px;
}
#bottommv h2 {
  font-size: 30px;
}
.bottom_main .contact_cont{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 10% 5%;
  gap: 20px;
}
.bottom_main .contactvis {
  margin-top: 0px;
}
.form_ul li p {
  font-size: 12px;
  padding: 0 0 5px 0;
}
.thsnks_ttl {
  font-size: 24px;
}
.thsnks_txt {
  padding: 10px 0 30px;
  font-size: 14px;
}

.form_ul li.privacy {
  flex-wrap: wrap;
  padding: 10px 0;
}

.privacy-policy__intro {
  font-size: 12px;
}
.privacy-policy__section-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.privacy-policy__section-description {
  font-size: 14px;
  line-height: 1.4;
}


}










