@charset "UTF-8";

/* 全体的な設定 */
html {
    font-size: 62.5%; /* 16px * 0.625 = 10px */
    height: 100%;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
  }
body {
    height: 100%;
    height: 100dvh;
}
@font-face {
  font-family: 'font-m';
  src: url('../fonts/MOBO.woff') format('woff');
}
@font-face {
  font-family: 'font-k';
  src: url('../fonts/KozGoPr6N-Regular.woff') format('woff');
}
.font-k {
  font-family: font-k;
}
.font-h3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.font-h6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body,
input,
select,
textarea {
    font-family: 'font-m', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }
@media screen and (max-width: 390px) {
  body,
  input,
  select,
  textarea {
      font-family: 'font-m', sans-serif;
      font-size: 1.4rem;
  }
}

/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border: 8px solid #000;
  max-width: 800px;
  margin: 0 auto;
}
.p-header__title-a {
  position: relative;
  z-index: 100;
}
.p-header__title {
  max-width: 200px;
  margin-bottom: 0;
}
header .tel-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  width: 38px;
  height: 38px;
}
.tel-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hamburger {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 3px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -6px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__box {
  display: none;
  top: 0;
  position: absolute;
  opacity: 0; 
  height: 100vh;
  width: 800px;
  background-color: #d4eef9;
  border: 8px solid #000;
}
.p-header__box.is-active {
  display: flex;
  position: fixed; 
  top: 0;
  opacity: 1;
  height: 100vh;
  width: 800px;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding: 15px;
}
.p-nav__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-nav__list {
  margin-bottom: 20px;
}
.p-nav__item {
  margin-bottom: 20px;
}
.p-nav__link {
  color: #000;
  font-size: 22px;
  display: block;
  width: 100%;
  border-bottom: 5px solid #fff;
  text-align: center;
  padding-bottom: 5px;
}
header .menu-telarea {
  background-color: #f15a24;
  width: 260px;
  text-align: center;
  margin-bottom: 20px;
}
header .menu-telarea a {
  padding: 20px 10px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 26px;
}
header .company-logo img {
  width: 180px;
}
header .company-logo a {
  padding: 10px 40px;
  background-color: #333;
  height: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
.p-header__box,.p-header__box.is-active {
  width: 100%;
}
.p-header__box {
  top: -8px;
}
.p-header__title {
    max-width: 170px;
}
}
@media screen and (max-width: 600px) {
  .p-header__title {
    max-width: 140px;
  }
  header .tel-icon {
    width: 28px;
    height: 28px;
    right: 54px;
  }
}
@media screen and (max-width: 450px) {
  .p-nav__link {
    font-size: 18px;
  }
  header .menu-telarea {
    width: 210px;
  }
  header .menu-telarea a {
    font-size: 22px;
  }
  header .company-logo img {
    width: 130px;
  }
}
@media screen and (max-width: 390px) {
  .p-header__title {
    max-width: 120px;
  }
}

/*---------------------*/
/* フッター */
footer {
  text-align: center;
}
footer .section-inner {
  padding: 0 0 10px 0;
  background-color: #000;
}
footer small {
  font-size: 14px;
  color: #fff;
  letter-spacing: .4px;
}
@media screen and (max-width: 540px) {
footer small {
    font-size: 11px; 
}
}

/*---------------------*/
/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s, transform 0.7s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 右からスライドイン */
.slideInRight {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 0.7s, transform 0.7s;
}
.slideInRight.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 左からスライドイン */
.slideInLeft {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 0.7s, transform 0.7s;
}
.slideInLeft.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン・拡大表示 */
.fadeIn {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.7s, transform 0.7s;
}
.fadeIn.is-show {
  opacity: 1;
  transform: scale(1);
}

/* テキストアンダーライン */
.t-li {
  background-image: linear-gradient(#FFD500, #FFD500);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 3px;
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
.t-li:hover {
  background-position: bottom left;
  background-size: 100% 3px;
}

/*---------------------*/
/* 全体共通 */
.section {
  margin-top: -8px;
}
.section-inner {
  max-width: 800px;
  margin: 0 auto;
  border: 8px solid #000;
  padding: 50px 40px;
  overflow: hidden;
}
.section-inner2 {
  padding: 0 40px 50px;
}
/* 全体共通 ボタン */
.btn-area {
  text-align: center;
}
.btn-area .btn {
  display: block;
  background-color: #f15a24;
  color: #fff;
  font-size: 24px;
  border:  5px solid #000;
  border-radius: 20px;
  box-shadow: 3px 3px 0 #000;
  width: 250px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-area .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-30deg);
  z-index: -1;
  animation: shine 2s infinite linear;
}
@keyframes shine {
    0% {
        left:-20%;
    }
    12% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media screen and (max-width: 800px) {
  .section-inner {
    padding: 40px 30px;
  }
  .section-inner2 {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .btn-area .btn {
    padding: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .section-inner {
    padding: 40px 20px;
  }
  .section-inner2 {
    padding: 0 20px 40px;
  }
  .btn-area .btn {
    padding: 10px;
    font-size: 18px;
    width: 230px;
  }
}
@media screen and (max-width: 390px) {
  .btn-area .btn {
    padding: 8px;
    font-size: 16px;
    width: 200px;
  }
}

/* mv */
.mv {
  margin-top: 100px;
}
.mv .section-inner {
  padding: 0;
  position: relative;
}
.mv .btn-area {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .mv {
    margin-top: 84px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    margin-top: 75px;
  }
  .mv .btn-area {
    bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv .btn-area {
    bottom: 30px;
  }
}
@media screen and (max-width: 390px) {
  .mv {
    margin-top: 68px;
  }
  .mv .btn-area {
    bottom: 20px;
  }
}

/* merit */
.merit .title-area {
  border: 8px solid #000;
  padding: 10px 0 10px 40px;
  margin-bottom: 30px;
}
.merit h2 {
  font-size: 50px;
  line-height: 1.2;
  position: relative;
  padding-left: 100px;
}
.merit h2:before {
  content: "";
  display: inline-block;
  width: 165px;
  height: 200px;
  background-image: url('../images/top/me-title-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  bottom: -12px;
}
.merit h2 span {
  color: #ff0000;
}
.merit .sub-title {
  margin-bottom: 20px;
}
.merit ul li {
  display: grid;
  grid-template-columns: 15% 82%;
  column-gap: 3%;
  border-bottom: 2px solid #000;
  padding: 30px 0;
}
.merit h3 {
  font-size: 40px;
  color: #00aeeb;
  margin-bottom: 10px;
}
.merit .text-area p {
  line-height: 1.4;
  letter-spacing: .5px;
}
@media screen and (max-width: 750px) {
  .merit h2 {
    font-size: 6vw;
  }
  .merit h2:before {
    width: 20vw;
    height: 22vw;
    left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .merit h2 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 500px) {
  .merit h3 {
      font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  .merit .sub-title {
    margin-bottom: 0px;
  }
  .merit h2 {
    padding-left: 45px;
  }
  .merit ul li {
    padding: 20px 0;
  }
  .merit ul li {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .merit ul li .number-area {
    width: 50px;
  }
  .merit h3 {
      font-size: 25px;
  }
}
@media screen and (max-width: 390px) {
  .merit h2 {
    padding-left: 24px;
    font-size: 5.8vw;
  }
  .merit h2:before {
    width: 16vw;
    height: 20vw;
    left: -43px;
  }
  .merit h3 {
      font-size: 21px;
  }
}

/* worry */
.worry .title-area {
  padding-bottom: 30px;
}
.worry h2 {
  font-size: 60px;
  position: relative;
}
.worry h2:before {
  content: "";
  display: inline-block;
  width: 260px;
  height: 190px;
  background-image: url('../images/top/wo-title-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: -30px;
}
.worry .content01 {
  margin-bottom: 40px;
}
.worry .content01 ul li {
  padding: 15px 10px;
  text-indent: -1.5em;
  padding-left: 2.4em;
  border: 8px solid #000;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 0 #000;
  letter-spacing: .5px;
}
.worry .content01 ul li p {
  font-size: 28px;
  line-height: 1.2;
}
.worry .content01 ul li p::before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #9ACD32;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.worry  .title02-area {
  text-align: center;
  margin-bottom: 60px;
}
.worry .content02 h3 {
  font-size: 100px;
}
.worry .content02 h3 .pink {
  color: #ff7bac;
}
.worry .content02 h3 .na {
  font-size: 80px;
}
.worry .title02-area .text  {
    background: linear-gradient(transparent 80%, #FFDA8A 0%);
    background-repeat: no-repeat;
    background-size: 100% 90%;
}
.worry .content02 .box li {
  text-align: center;
}
.worry .content02 h4 {
  background-color: #009245;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 30px;
  min-width: 470px;
}
.worry .content02 .list02 h4 {
  background-color: #8cc63f;
}
.worry .content02 .graph-area {
  margin-bottom: 30px;
}
.worry .content02 .text-area {
  margin-bottom: 30px;
}
.worry .content02 .text-area p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .worry h2 {
    font-size: 8vw;
  }
  .worry .content02 h3 {
    font-size: 12vw;
  }
  .worry .content02 h3 .na {
    font-size: 9vw;
  }
  .worry h2:before {
    width: 32vw;
    height: 22vw;
    right: -30px;
}
}
@media screen and (max-width: 700px) {
  .worry .content02 h4 {
    font-size: 30px;
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .worry .content02 h4 {
    font-size: 22px;
  }
  .worry .content01 ul li {
   padding: 10px 10px 10px 2.4em;
   border: 5px solid #000;
   margin-bottom: 20px;
  }
    .worry .content01 ul li p {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .worry .content02 h4 {
    font-size: 20px;
  }
  .worry .title02-area {
    margin-bottom: 40px;
  }
    .worry .content01 ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  .worry .content02 h4 {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .worry .content01 ul li {
    padding: 8px 10px 8px 2.4em;
  }
  .worry .content01 ul li p {
      font-size: 16px;
  }
  .worry .content01 ul li p::before {
    width: 10px;
    height: 10px;
  }
}

/* lease */
.lease .section-inner {
  background-color: #d4eef9;
}
.lease .title-area {
  position: relative;
}
.lease .title-area:before {
  content: "";
  display: inline-block;
  width: 230px;
  height: 260px;
  background-image: url('../images/top/le-title-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: -30px;
}
.lease h2 {
  background-color: #00aeeb;
  color: #fff;
  font-size: 38px;
  display: inline-block;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.lease .title-area {
  margin-bottom: 30px;
}
.lease .title-area p {
  font-size: 32px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.lease .komi {
  max-width: 375px;
}
@media screen and (max-width: 700px) {
  .lease h2 {
    font-size: 34px;
  }
  .lease .title-area:before {
    width: 32vw;
    height: 32vw;
    right: -50px;
  }
}
@media screen and (max-width: 600px) {
  .lease .komi {
    max-width: 330px;
  }
  .lease .title-area:before {
    width: 26vw;
    height: 26vw;
    right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .lease h2,.lease .title-area p {
    font-size: 27px;
  }
  .lease .komi {
    max-width: 270px;
  }
  .lease .title-area:before {
      width: 26vw;
      height: 26vw;
      right: -31px;
  }
}
@media screen and (max-width: 390px) {
  .lease h2, .lease .title-area p {
        font-size: 22px;
  }
  .lease h2 {
   margin-bottom: 10px; 
  }
  .lease .komi {
    max-width: 200px;
  }
  .lease .title-area:before {
    width: 24vw;
    height: 24vw;
    right: -16px;
  }
}


/* cheap */
.cheap .title-area {
  text-align: center;
  margin-bottom: 50px;
}
.cheap h2 {
  font-size: 120px;
  margin-bottom: 10px;
}
.cheap h2 span {
  font-size: 60px;
}
.cheap .title-area p {
  font-size: 50px;
  margin-bottom: 20px;
}
.cheap .title-area .text {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cheap h2 {
    font-size: 13vw;
  }
  .cheap h2 span {
    font-size: 8vw;
  }
  .cheap .title-area p {
    font-size: 7vw;
  }
  .cheap .title-area .text {
    max-width: 48vw;
  }
}
@media screen and (max-width: 390px) {
  .cheap .title-area {
    margin-bottom: 30px;
  }
  .cheap .title-area p {
    margin-bottom: 10px;
  }
}

/* co-banner */
.co-banner .section-inner {
  padding: 0;
}
.co-banner .content {
  position: relative;
  text-align: right;
}
.co-banner .btn-area {
  position: absolute;
  bottom: 100px;
  right: 16%;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .co-banner .btn-area {
    bottom: 80px;
    right: 8%;
  }
}
@media screen and (max-width: 600px) {
  .co-banner .btn-area {
    bottom: 70px;
    right: 4%;
  }
}
@media screen and (max-width: 540px) {
  .co-banner .btn-area {
    bottom: 60px;
    right: 2%;
  }
  .co-banner .btn-area .btn {
    width: 180px;
    font-size: 16px;
  }
} 
@media screen and (max-width: 460px) {
  .co-banner .btn-area {
    bottom: 50px;
    right: 2%;
  }
  .co-banner .btn-area .btn {
    width: 160px;
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .co-banner .btn-area {
    bottom: 40px;
  }
  .co-banner .btn-area .btn {
    width: 140px;
    font-size: 12px;
  }
}

/* vehicle */
.vehicle .section-inner {
  padding: 0;
  background-color: #7dccf3;
}
.vehicle .title-area {
  background-color: #00aeeb;
  text-align: center;
  padding: 30px 20px;
}
.vehicle h2 {
  font-size: 70px;
  color: #fcee21;
}
.vehicle .content {
  padding: 40px 20px;
  border-bottom: 5px dashed #000;
}
.vehicle .last-content {
  border-bottom: none;
}
.vehicle .ve-logo-area {
  text-align: center;
  margin-bottom: 40px;
}
.vehicle .ve-logo-area img {
  height: 30px;
  width: auto;
}
.vehicle .ve-logo-area img.nissan {
  height: 34px;
}
.vehicle .ve-logo-area img.mitsubishi {
  height: 26px;
}
.vehicle .splide__pagination {
  bottom: auto;
  top: 50px;
}
.vehicle .splide__arrow--prev {
    left: 2em;
}
.vehicle .splide__arrow--next {
  right: 2em;
}
.vehicle .splide__arrow {
  background: #808080;
  top: 55%;
}
.vehicle .splide__arrow svg {
  fill: #fff;
}
.vehicle .splide__pagination__page {
  border: 1px solid #000;
  background: #fff;
  width: 10px;
  height: 10px;
}
.vehicle .splide__pagination__page.is-active {
  background: #b3b3b3;
}
@media screen and (max-width: 800px)  {
  .vehicle .title-area {
    padding: 20px;
  }
  .vehicle h2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 500px)  {
  .vehicle .ve-logo-area img {
    height: 24px;
  }
  .vehicle .ve-logo-area img.nissan {
    height: 28px;
  }
  .vehicle .ve-logo-area img.mitsubishi {
    height: 20px;
  }
  .vehicle .splide__arrow--prev {
    left: 1.5em;
  }
  .vehicle .splide__arrow--next {
    right: 1.5em;
  }
  .vehicle .splide__arrow {
    width: 1.7em;
    height: 1.7em;
  }
}
@media screen and (max-width: 430px)  {
  .vehicle .content {
    padding: 40px 12px;
  }
  .vehicle .content {
    border-bottom: 3px dashed #000;
  }
  .vehicle .last-content {
    border-bottom: none;
  }
}
@media screen and (max-width: 390px)  {
  .vehicle .ve-logo-area img {
    height: 20px;
  }
  .vehicle .ve-logo-area img.nissan {
    height: 23px;
  }
  .vehicle .ve-logo-area img.mitsubishi {
    height: 17px;
  }
  .vehicle .splide__pagination {
    top: 40px;
  }
}

/* domestic */
.domestic .title-area {
  color: #ff7bac;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.domestic .title-area::before,.domestic .title-area::after {
    content: "";
    background-color: #ff7bac;
    height: 5px;
    width: 240px;
}
.domestic .title-area::before {
    margin-right: 5px;
    transform: rotate(70deg); 
    position: absolute;
    bottom: 90px;
    left: -50px;
}
.domestic .title-area::after {
    margin-left: 5px;
    transform: rotate(-70deg); 
    position: absolute;
    bottom: 90px;
    right: -50px;
}
.domestic h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.domestic h3 {
  font-size: 75px;
  line-height: 1.2;
}
.domestic h2 br {
  display: none;
}
@media screen and (max-width: 800px) {
  .domestic .title-area::before, .domestic .title-area::after {
    width: 35vw;
  }
  .domestic h2 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 5vw;
  }
  .domestic h2 br {
    display: block;
  }
  .domestic h3 {
    font-size: 8vw;
}
}
@media screen and (max-width: 600px) {
    .domestic .title-area::before, .domestic .title-area::after {
    bottom: 60px;
    }
    .domestic h2 {
      font-size: 6vw;
    }
}
@media screen and (max-width: 390px) {
    .domestic .title-area::before, .domestic .title-area::after {
      bottom: 50px;
    }
    .domestic .title-area::before {
      left: -40px;
    }
    .domestic .title-area::after {
     right: -40px;
    }
}

/* voice */
.voice .section-inner {
  background-color: #fef8a6;
}
.voice .title-area {
  text-align: center;
  margin-bottom: 60px;
}
.voice h2 {
  font-size: 80px;
  color: #00aeeb;
}
.voice .content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 40px;
}
.voice .content li {
  display: grid;
  grid-template-columns: 20% 77%;
  column-gap: 3%;
  background-color: #fff;
  padding: 15px 30px;
}
.voice .content li .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voice .content li p {
  font-size: 28px;
  line-height: 1.4;
  color: #f15a24;
}
.voice .content .list03 {
  font-size: 24px;
}
.voice .content .list03 .google-logo {
  width: 90px;
  padding-bottom: 6px;
}
.voice .content .list03 .goo-logo {
  width: 70px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .voice .title-area {
    text-align: center;
    margin-bottom: 40px;
  }
  .voice h2 {
    font-size: 10vw;
  }
  .voice .content li p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
  .voice .title-area {
    margin-bottom: 30px;
  }
  .voice .content {
    margin-bottom: 30px;
  }
  .voice .content .list03 .google-logo,
  .voice .content .list03 .goo-logo {
        width: 13vw; 
        padding-left: 0;
    }
  .voice .content li {
    padding: 15px;
  }
}


/* company */
.company .section-inner {
  padding: 0;
}
.company .image-area {
  margin-bottom: 30px;
}
.company .text-area {
  margin-bottom: 50px;
}
.company .text-area p {
  font-size: 22px;
  line-height: 1.4;
}
.company .content01 {
  margin-bottom: 60px;
}
.company h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.company-table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
}
.company-table th, .company-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 20px;
    border: 3px solid #00aeeb;
}
.company-table tr {
    display: block;
}
.company-table tr th {
    background-color: #00aeeb;
    color: #000;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.company-table tr td {
    background-color: #fff;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
}
.company-table td br {
  display: none;
}
.company-table tr td a:hover {
  color: #00aeeb;
}
@media screen and (max-width: 800px) {
  .company .text-area p {
      font-size: 18px;
  }
  .company-table th, .company-table td {
    padding: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
    .company .text-area p {
        font-size: 16px;
    }
    .company h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .company-table th, .company-table td {
      font-size: 16px;
      line-height: 1.4;
    }
    .company .map-area iframe {
      height: 360px;
    }
}
@media screen and (max-width: 450px) {
  .company-table th, .company-table td {
      padding: 6px 8px;
      font-size: 14px;
      line-height: 1.4;
  }
  .company-table td br {
    display: block;
  }
  .company .map-area iframe {
    height: 320px;
  }
}
@media screen and (max-width: 390px) {
    .company .text-area p {
        font-size: 14px;
    }
}

/* contact */
.contact .title-area {
  text-align: center;
  margin-bottom: 30px;
}
.contact h2 {
  font-size: 48px;
}
.contact-form-inner {
  margin-bottom: 20px;
}
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
}
.form-item {
  display: flex;
}
.form-item dt {
  width: 30%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  padding: 15px;
}
.form-item .last-dt {
  align-items: flex-start;
}
.form-item dt label {
  font-size: 20px;
  font-weight: bold;
  font-family: uddigikyokasho-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.form-item dd {
  font-size: 30px;
  width: 70%;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #2297BF;
}
.form-item dt span {
  font-size: 16px;
  background-color: #f7931e;
  color: #fff;
  padding: 4px;
  margin-left: 10px;
}
.form-control,.form-item dd p {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.form-item dd p {
  border: none;
  color: #000;
}
.form-control:focus,
.form-textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-textarea {
  border: 1px solid #b3b3b3;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  border-radius: 10px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.contact .btn {
  font-family: "font-m";
}
@media screen and (max-width: 800px) {
  .contact h2 {
    font-size: 40px;
  }
  .form-item dt label {
      font-size: 18px;
  }
  .form-item dt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .form-item {
    flex-direction: column;
  }
  .form-item dt,.form-item dd {
    width: 100%;
  }
  .form-item dt {
    padding: 10px 0 0;
  }
  .form-textarea {
    height: 200px;
  }
  .form-item dd {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
    .form-item dt label {
        font-size: 16px;
    }
    .form-item dt span {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
  .contact h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
  .contact h2 {
    letter-spacing: .5px;
  }
  .form-item dt {
    padding: 5px 0 0;
  }
  .form-item dd {
    padding: 5px 0 10px;
  }
  .form-control, .form-textarea,.form-item dd p {
    font-size: 14px;
  }
}

/* リキャプチャ */
.recaptcha-br{display: none;}
.recaptcha-br2 {display:none;}
.recaptcha-wrapper{text-align:center; margin-top: 40px; color:#000; line-height:2;}
@media (max-width: 767px) {
.recaptcha-wrapper p {font-size:12px;}
.recaptcha-br{display: block}
}
@media (max-width: 420px) {
.recaptcha-br2 {display:block;}
}