@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
img {
  max-width: 100%;
}

.lang-en {
  font-family: "Montserrat", sans-serif;
}

/*display flexキッド 
============================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx_wrap {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx_rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx_btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx_alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx_alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx_alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx_alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-ard {
  align-content: space-around;
}

img {
  max-width: 100%;
}

.lang-en {
  font-family: "Montserrat", sans-serif;
}

/*display flexキッド 
============================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx_wrap {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx_rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx_btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx_alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx_alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx_alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx_alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-ard {
  align-content: space-around;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  box-sizing: border-box;
  font-weight: 700;
  word-break: break-all;
}

.inbox {
  margin: 0 auto;
}

.common_title {
  color: #fff204;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.dotted_title {
  padding-bottom: 10px;
  background: url(../img/ttl_dot.png) no-repeat center bottom;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

.border_txt {
  background: url(../img/border_titl_bg.png) repeat-x bottom center;
}

.accent_text {
  padding-bottom: 3px;
  font-weight: 700;
  border-bottom: dotted #fff204 2px;
}

.tel_icon {
  position: relative;
  font-weight: 700;
  color: #000;
  padding-left: 25px;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.tel_icon:before {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  background: url(../img/tel_icon.svg) no-repeat center;
  background-size: 22px 25px;
  transform: translateY(-50%);
}

.tel_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.arw_r {
  position: relative;
  width: 14px;
  height: 21px;
  margin-left: 10px;
}
.arw_r:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.text_link {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.click_button {
  display: inline-block;
  background: #fff;
  border-radius: 0;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
.click_button .click_button_box {
  height: 100%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  bottom: 0;
  color: #000;
  min-width: 345px;
  border: solid 3px none;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  transition: 0.1s all ease-in;
  font-size: 18px;
  box-sizing: border-box;
}
.click_button .click_button_box:hover {
  transform: scale(0.95);
}
.click_button input {
  height: 100%;
}
.click_button .sub_color_button {
  background: #fff204 !important;
}

.com_dl {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: solid 0 #000;
  box-sizing: border-box;
}
.com_dl .in-dl {
  border-bottom: 1px solid #000;
}
.com_dl .in-dl:last-of-type {
  border-bottom: none;
}
.com_dl .in-dl dt,
.com_dl .in-dl dd {
  box-sizing: border-box;
  font-weight: 700;
}
.com_dl .in-dl dd a {
  color: #000;
}

.selectbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: clamp(100px, 70%, 100%);
}
.selectbox:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  z-index: 10;
}
.selectbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .pc-none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inbox {
    width: 1080px;
  }
  .widebox {
    width: 1280px;
  }
  .c-title {
    line-height: 1.4;
    font-size: 36px;
    font-weight: 900;
  }
  .c-title .main,
  .c-title .sub {
    display: block;
  }
  .c-title .lang-en {
    line-height: 1;
    font-size: 120px;
  }
  .title01 {
    font-size: 32px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .title01 span {
    display: inline-block;
    vertical-align: top;
    background: #fff204;
    padding: 10px 20px;
    font-weight: 900;
  }
  .c-text p {
    margin-bottom: 30px;
  }
  .c-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .arw_frame {
    position: relative;
  }
  .arw_frame:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fff204;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #000 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 700;
    background: #fff204;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    color: #000;
  }
  .c-button .ic {
    margin-left: 10px;
  }
  .c-button.small-button {
    width: 222px;
    height: 56px;
  }
  .c-button.middle-button {
    width: 448px;
    height: 84px;
  }
  .c-button.middle-button .text {
    font-size: 24px;
  }
  .tel-box {
    display: flex;
    align-items: center;
    width: 270px;
    line-height: 1;
    font-weight: 700;
  }
  .tel-box .number {
    color: #000;
  }
  .tel-box .ic {
    width: 32px;
    margin-right: 10px;
  }
  .tel-box .number {
    font-size: 32px;
    width: calc(100% - 32px);
  }
  .sub-visual {
    height: 400px;
    font-size: 25px;
    color: #fff204;
    background: #fff204 url(../img/main_visual-bg.png) no-repeat center left/cover;
  }
  .sub-visual-title {
    background: #fff204;
    padding: 10px 20px;
    color: #000;
    font-weight: 900;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 125px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header-logo {
    width: 220px;
  }
  .header-list {
    width: calc(100% - 220px);
  }
  .header .worktime {
    padding-left: 35px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .main-visual {
    position: relative;
    background: #fff204;
    overflow: hidden;
  }
  .main-visual-box {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 1004px;
    transform: translateX(-50%);
  }
  .main-visual-detail {
    margin-top: 20px;
  }
  .main-visual dt {
    width: 374px;
    margin-right: 23px;
  }
  .main-visual-img {
    text-align: center;
    margin-top: -12px;
  }
  .greeting {
    padding-top: 100px;
    background: #fff204;
    position: relative;
  }
  .greeting:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    z-index: 1;
  }
  .greeting-titlebox {
    width: calc(100% - 500px);
    letter-spacing: 0;
    position: relative;
  }
  .greeting-titlebox .ic {
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
  }
  .greeting-title {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
  }
  .greeting-text {
    width: 500px;
    font-size: 18px;
    padding-bottom: 100px;
  }
  .greeting-img {
    position: relative;
    z-index: 10;
    width: 84%;
  }
  .trouble {
    padding: 80px 0 60px;
    position: relative;
  }
  .trouble:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .trouble .inbox {
    position: relative;
    z-index: 10;
  }
  .trouble-title {
    margin-bottom: 45px;
  }
  .trouble-list {
    gap: 30px;
    justify-content: center;
  }
  .trouble-list-card {
    width: 340px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  .trouble-list .text {
    font-size: 20px;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .trouble-catch {
    margin-top: 50px;
  }
  .trouble-catch p {
    background: #000;
    color: #fff;
    font-size: 36px;
    text-align: center;
  }
  .trouble-catch p strong {
    padding: 0 30px;
    position: relative;
  }
  .trouble-catch p strong:before, .trouble-catch p strong:after {
    content: "";
    top: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 40px;
    background: #fff;
    margin-top: -20px;
  }
  .trouble-catch p strong:before {
    left: 0;
    transform: rotate(-35deg);
  }
  .trouble-catch p strong:after {
    right: 0;
    transform: rotate(35deg);
  }
  .comic {
    padding: 80px 0;
  }
  .comic-img{
    margin-bottom: 30px;
  }
  .comic-btn a{
    margin: 0 auto;
  }
  .reason {
    padding: 80px 0;
    position: relative;
  }
  .reason:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .reason .c-title {
    margin-bottom: 40px;
  }
  .reason .inbox {
    position: relative;
    z-index: 10;
  }
  .reason-list {
    gap: 30px;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .reason-list-card {
    width: 100%;
    display: flex;
  }
  .reason-list-card-img {
    width: 360px;
  }
  .reason-list-cardbox {
    width: calc(100% - 360px);
    padding-left: 30px;
    box-sizing: border-box;
  }
  .reason-list-cardbox-title {
    display: flex;
  }
  .reason-list-cardbox .number-box {
    width: 100px;
    height: 100px;
    align-items: center;
    background: #fff204;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 23px;
  }
  .reason-list-cardbox .number-box .number,
  .reason-list-cardbox .number-box .lang-en {
    display: block;
    line-height: 1;
    width: 100%;
  }
  .reason-list-cardbox .number-box .number {
    margin-top: 5px;
    font-size: 40px;
  }
  .reason-list-cardbox .title {
    width: calc(100% - 100px);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .reason-list-cardbox-text {
    margin-top: 20px;
    font-size: 18px;
  }
  .feature .c-feature {
    height: 630px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
  }
  .feature .c-feature:nth-of-type(odd) .c-feature-img {
    left: 0;
  }
  .feature .c-feature:nth-of-type(even) .c-feature-img {
    right: 0;
  }
  .feature .c-feature .inbox {
    height: 100%;
  }
  .feature .c-feature-box {
    width: 570px;
  }
  .feature .c-feature:last-of-type {
    margin-bottom: 0;
  }
  .feature .c-feature-img {
    position: absolute;
    top: 0;
    width: 46.5%;
  }
  .message {
    background: #fff204;
    padding: 80px 0;
  }
  .message-title {
    margin-bottom: 30px;
  }
  .message-img {
    width: 480px;
    margin-right: -100px;
  }
  .message-box {
    width: calc(100% - 380px);
  }
  .message-boxtext {
    line-height: 1.8;
    font-size: 18px;
  }
  #contact {
    padding: 80px 0;
  }
  #contact .contat_title {
    margin-bottom: 40px;
  }
  #contact .contact_frame {
    padding: 40px 0;
    box-sizing: border-box;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    width: 402px;
    cursor: pointer;
  }
  #contact .click_button .click_button_box {
    font-size: 18px;
    min-width: initial;
    width: 100%;
    height: 84px;
  }
  .form_container {
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
  }
  .form_container dt {
    width: 300px;
    text-align: left;
  }
  .form_container dt p {
    display: flex;
    justify-content: flex-end;
  }
  .form_container dt label {
    width: calc(100% - 55px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 23px;
    width: 55px;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 23px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding: 0 20px;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    line-height: 1.6;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    font-weight: 500;
    font-size: 18px;
    border: solid 2px #e4e4e4;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .input_def input[type=text],
  .form_container .input_def input[type=tel],
  .form_container .input_def input[type=email],
  .form_container .input_def input[type=url],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type=date] {
    width: 200px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Zen Kaku Gothic New", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    height: 100%;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  .company {
    padding: 80px 0;
    position: relative;
  }
  .company:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .company .inbox {
    position: relative;
    z-index: 10;
  }
  .company-title {
    width: calc(100% - 725px);
  }
  .company-title .lang-en {
    font-size: 50px;
  }
  .company-title .lang-ja {
    font-size: 24px;
    margin-top: 5px;
  }
  .company-dl {
    width: 725px;
    background: transparent;
  }
  .company-dl .in-dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .company-dl dt {
    width: 215px;
    padding: 20px 0;
  }
  .company-dl dd {
    width: calc(100% - 215px);
    padding: 20px 0;
  }
  .company .googlemap {
    height: 350px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  #footer {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
  }
  #footer a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .sp-none {
    display: none !important;
  }
  .inbox {
    width: 90%;
    margin: 0 auto;
  }
  .c-title {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 900;
  }
  .c-title .main,
  .c-title .sub {
    display: block;
  }
  .c-title .lang-en {
    line-height: 1;
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title01 {
    font-size: 20px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .title01 span {
    display: inline-block;
    vertical-align: top;
    background: #fff204;
    padding: 10px 20px;
    font-weight: 900;
  }
  .c-text p {
    margin-bottom: 25px;
  }
  .c-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .arw_frame {
    position: relative;
  }
  .arw_frame:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fff204;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #000 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 700;
    background: #fff204;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    color: #000;
  }
  .c-button .ic {
    margin-left: 10px;
  }
  .c-button.small-button {
    width: 222px;
    height: 50px;
  }
  .c-button.middle-button {
    width: 90%;
    height: 50px;
  }
  .c-button.middle-button .text {
    font-size: 16px;
  }
  .tel-box {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    justify-content: center;
  }
  .tel-box .number {
    color: #000;
  }
  .tel-box .ic {
    width: 20px;
    margin-right: 5px;
  }
  .tel-box .number {
    font-size: 20px;
    text-align: left;
  }
  .sub-visual {
    height: 150px;
    font-size: 25px;
    color: #fff204;
    background: #fff204 url(../img/main_visual-bg.png) no-repeat center left/cover;
  }
  .sub-visual-title {
    background: #fff204;
    padding: 10px 20px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 80px;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header-logo {
    width: 120px;
    margin: 0 auto;
  }
  .header-list {
    text-align: center;
    border-top: 5px solid #fff204;
    border-bottom: 5px solid #fff204;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header-list-item {
    width: 50%;
  }
  .header-list .c-button {
    width: 95%;
    margin: 0 auto;
  }
  .header-list .c-button .text {
    font-size: 13px;
  }
  .header .worktime {
    font-size: 9px;
    letter-spacing: 0;
  }
  .main-visual {
    position: relative;
    background: #fff204 url(../img/main_visual-bg.png) no-repeat top left/cover;
    height: 65vw;
  }
  .main-visual-box {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 65%;
  }
  .main-visual-detail {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .main-visual dt,
  .main-visual dd {
    width: 100%;
  }
  .main-visual dt {
    width: 80%;
    margin: 0 auto 5%;
  }
  .main-visual .c-button {
    width: 100%;
  }
  .main-visual .c-button .text {
    font-size: 14px;
  }
  .main-visual-img {
    display: none;
  }
  .greeting {
    padding: 60px 0 0;
    background: #fff204;
    position: relative;
  }
  .greeting:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    z-index: 1;
  }
  .greeting .inbox {
    display: block;
  }
  .greeting-titlebox {
    letter-spacing: 0;
    position: relative;
  }
  .greeting-titlebox .ic {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
    width: 25%;
  }
  .greeting-title {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 900;
    margin-bottom: 30px;
  }
  .greeting-text {
    padding-bottom: 100px;
  }
  .greeting-img {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .trouble {
    padding: 60px 0;
    position: relative;
  }
  .trouble:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .trouble .inbox {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .trouble-title {
    margin-bottom: 35px;
  }
  .trouble-list {
    gap: 30px;
    justify-content: center;
  }
  .trouble-list-card {
    width: 100%;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  .trouble-list .text {
    font-size: 18px;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .trouble-catch {
    margin-top: 50px;
  }
  .trouble-catch p {
    background: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
  }
  .trouble-catch p strong {
    padding: 0 15px;
    position: relative;
    display: block;
  }
  .trouble-catch p strong:before, .trouble-catch p strong:after {
    content: "";
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 30px;
    background: #fff;
  }
  .trouble-catch p strong:before {
    left: 0;
    transform: rotate(-35deg);
  }
  .trouble-catch p strong:after {
    right: 0;
    transform: rotate(35deg);
  }
  .comic {
    padding: 60px 0;
  }
  .comic-img{
    margin-bottom: 30px;
  }
  .comic-btn a{
    margin: 0 auto;
  }
  .reason {
    padding: 60px 0;
    position: relative;
  }
  .reason:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .reason .c-title {
    margin-bottom: 40px;
  }
  .reason .inbox {
    position: relative;
    z-index: 10;
  }
  .reason-list {
    gap: 30px;
  }
  .reason-list-card {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .reason-list-card:last-of-type {
    margin-bottom: 0;
  }
  .reason-list-card-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .reason-list-cardbox {
    box-sizing: border-box;
  }
  .reason-list-cardbox-title {
    display: flex;
    align-items: center;
  }
  .reason-list-cardbox .number-box {
    width: 80px;
    height: 80px;
    align-items: center;
    background: #fff204;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 23px;
  }
  .reason-list-cardbox .number-box .number,
  .reason-list-cardbox .number-box .lang-en {
    display: block;
    line-height: 1;
    width: 100%;
    font-size: 12px;
  }
  .reason-list-cardbox .number-box .number {
    margin-top: 5px;
    font-size: 20px;
  }
  .reason-list-cardbox .title {
    width: calc(100% - 80px);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .reason-list-cardbox-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .feature {
    padding: 60px 0;
  }
  .feature .c-feature {
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
  }
  .feature .c-feature:last-of-type {
    margin-bottom: 0;
  }
  .feature .c-feature-img {
    text-align: center;
    margin-top: 40px;
  }
  .message {
    background: #fff204;
    padding: 60px 0;
  }
  .message-title {
    margin-bottom: 30px;
  }
  .message .inbox {
    display: block;
  }
  .message-img {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
  }
  #contact {
    padding: 60px 0;
  }
  #contact .contat_title {
    margin-bottom: 40px;
  }
  #contact .contact_frame {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    width: 280px;
    cursor: pointer;
  }
  #contact .click_button .click_button_box {
    font-size: 16px;
    min-width: initial;
    width: 100%;
    height: 70px;
    color: #000;
  }
  .form_container {
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    flex-direction: column;
  }
  .form_container dt,
  .form_container dd {
    width: 100%;
  }
  .form_container dt {
    text-align: left;
    margin-bottom: 15px;
  }
  .form_container dt p {
    display: flex;
    justify-content: flex-end;
  }
  .form_container dt label {
    width: calc(100% - 55px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 23px;
    width: 55px;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 23px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    box-sizing: border-box;
    padding-bottom: 15px;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    line-height: 1.6;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    font-weight: 500;
    font-size: 16px;
    border: solid 2px #e4e4e4;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .input_def input[type=text],
  .form_container .input_def input[type=tel],
  .form_container .input_def input[type=email],
  .form_container .input_def input[type=url],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type=date] {
    width: 200px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Zen Kaku Gothic New", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #000;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  .company {
    padding: 60px 0;
    position: relative;
  }
  .company:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff204;
    z-index: 1;
  }
  .company .inbox {
    position: relative;
    z-index: 10;
    display: block;
  }
  .company-box {
    display: block;
  }
  .company-title {
    margin-bottom: 40px;
  }
  .company-title .lang-en {
    font-size: 30px;
  }
  .company-title .lang-ja {
    font-size: 16px;
    margin-top: 5px;
  }
  .company-dl {
    background: transparent;
  }
  .company-dl .in-dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
  }
  .company-dl dt {
    width: 30%;
    padding: 20px 0;
    font-size: 14px;
  }
  .company-dl dd {
    width: 70%;
    padding: 20px 0;
  }
  .company .googlemap {
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  #footer {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 100px;
  }
  #footer a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */