@charset "UTF-8";

/*---------------------*/
/* 下層共通 */
.sub-mv,.sub-mv2 {
  margin-top: 106px;
  overflow: hidden;
}
.sub-mv {
  height: 500px;
}
.sub-mv-title-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sub-mv-titlearea {
  display: flex;
  flex-direction: column-reverse;
  top: 150px;
  position: absolute;
}
.sub-mv-titlearea h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 15px 30px;
  display: inline-block;
  max-width: 190px;
}
.sub-mv-titlearea p {
  font-size: 64px;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px #333;
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.sub-mv-area {
  margin-left: 35%;
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-btn {
  text-align: center;
}
.page-btn a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #E3007F;
  padding: 15px 40px 15px 15px;
  min-width: 300px;
  position: relative;
  transition: transform 0.3s ease;
}
.page-btn a:hover {
  transform: scale(1.1);
}
.page-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/top/info_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-section h2 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .sub-mv-title-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .sub-mv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
.sub-mv {
  height: 400px;
}
.sub-mv-area {
  height: 400px;
}
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 300px;
    margin-top: 64px;
  }
  .sub-mv-area {
    height: 300px;
    margin-left: 40%;
  }
  .sub-mv-title-inner {
    padding: 0 20px;
  }
  .sub-mv-titlearea {
    top: 60px;
  }
  .sub-mv-titlearea p {
    font-size: 45px;
  }
  .sub-mv-titlearea h1 {
    font-size: 16px;
    max-width: 140px;
    padding: 10px;
  }
  .sub-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .sub-mv {
    height: 200px;
  }
  .sub-mv-area {
    height: 200px;
    margin-left: 50%;
  }
  .sub-mv-titlearea {
    top: 40px;
  }
  .sub-mv-titlearea p {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .sub-mv-titlearea h1 {
    font-size: 14px;
    max-width: 120px;
  }
  .page-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .sub-mv-titlearea p {
    font-size: 28px;
  }
}

/*---------------------*/
/* SEARCH */
.search-mv {
  background-color: #0D38AD;
}
.search-mv .sub-mv-area {
  background-image: url('../images/sub/sub-mv-search.jpg');
}
.sub-search {
  padding: 100px 0;
}
.sub-search h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
.search01 {
  margin-bottom: 100px;
}
.search01-1 {
  margin-bottom: 40px;
}
.sub-search p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.search02 {
  display: grid;
  grid-template-columns: 60% 40%;
  column-gap: 20px;
  margin-bottom: 80px;
}
.search02-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search02-left h3 {
  font-size: 30px;
  color: #E3007F;
  line-height: 1.4;
}
.search02-left ul {
  padding-top: 20px;
  margin-bottom: 30px;
}
.search02-left ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.search02-left ul li::before {
  content: "⚫︎";
  color: red;
  position: absolute;
  left: 0;
}
.search02-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.search02-right .right1 {
  margin-bottom: 20px;
}
.search03 {
  display: grid;
  grid-template-columns: 40% 60%;
}
.search04 {
  display: flex;
  gap: 40px;
}
.search04-right h3 {
  font-size: 30px;
  color: #E3007F;
  line-height: 1.4;
}
.search04-right ul {
  padding-top: 20px;
  margin-bottom: 20px;
}
.search04-right ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.search04-right ul li::before {
  content: "⚫︎";
  color: red;
  position: absolute;
  left: 0;
}
.search04 .line-banner {
  width: 80%;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.search04 .line-banner:hover {
  transform: scale(1.05);
}
.sub-search-pay h2 {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.search-pay-textarea {
  margin-bottom: 100px;
}
.search-pay-textarea p {
  line-height: 1.4;
}
.goo-banner {
  text-align: center;
  margin-bottom: 100px;
}
.goo-banner a img {
  transition: transform 0.3s ease;
}
.goo-banner a img:hover {
  transform: scale(1.03);
}
.goo-banner img {
  max-width: 800px;
}
.sub-search h2 .tab-br {
  display: none;
}
.search-h3br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .search-h3br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .sub-search h2 {
  font-size: 28px;
  }
  .sub-search p {
    font-size: 18px;
    text-align: left;
  }
  .search02-left h3,.search04-right h3 {
    font-size: 24px;
  }
  .search02-left ul li,.search04-right ul li {
    font-size: 16px;
  }
  .search04 .line-banner {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sub-search {
    padding: 50px 0;
  }
  .sub-search h2 .tab-br {
    display: block;
  }
  .search01 {
    margin-bottom: 50px;
  }
  .search01-1 {
    margin-bottom: 20px;
  }
  .search02 {
    display: flex;
    flex-direction: column;
  }
  .search02-left ul li, .search04-right ul li {
    font-size: 18px;
  }
  .search-img {
    width: 80%;
    margin: 0 auto;
  }
  .search02-left .search-img {
    margin-bottom: 20px;
  }
  .search02-right-img {
    text-align: center;
  }
  .search03 {
    flex-direction: column-reverse;
  }
  .search04 {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .search04-left {
    text-align: center;
  }
  .search04 .line-banner {
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .sub-search h2 {
      font-size: 24px;
  }
  .sub-search p {
    font-size: 16px;
  }
  .search-img {
     width: 100%;
  }
  .search02 {
    margin-bottom: 50px;
  }
  .search02-left h3, .search04-right h3 {
    font-size: 22px;
  }
  .search02-left ul li, .search04-right ul li {
    font-size: 16px;
  }
  .search04 .line-banner {
    width: 80%;
  }
  .search-pay-textarea {
    margin-bottom: 40px;
  }
}


/*---------------------*/
/* RENTAL CAR */
.sub-mv2 {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url('../images/sub/sub-mv-rental.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-mv2 .sub-mv-titlearea {
  display: flex;
  flex-direction: column-reverse;
  top: 150px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.sub-mv2 .sub-mv-titlearea h1 {
  max-width: 250px;
  margin: 0 auto;
  color: #E3007F;
}
.sub-mv2 .sub-mv-titlearea p {
  color: #E3007F;
  text-shadow: 1px 1px 1px #fff;
}
.sub-rental01 {
  padding: 50px 0 100px;
}
.sub-rental01 .rental-logo {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sub-rental01 h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
.rental01-textarea p {
  font-size: 22px;
  line-height: 1.4;
}
.rental01-textarea .text01 {
  margin-bottom: 40px;
}
.rental01-textarea .text02 {
  font-size: 22px;
  margin-bottom: 40px;
}
.rental01-textarea .text02 li {
  line-height: 1.6;
}
.rental01-textarea .text02 li span {
  color: #FA0E0E;
  padding-right: 5px;
}
.rental01-textarea .text03 {
  margin-bottom: 70px;
}
.sub-rental h2 {
  background-color: #DA495B;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 24px;
  margin-bottom: 40px;
}
.step-li {
  border: 3px solid #DA495B;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
}
.step-li .step-left {
  width: 60%;
  padding-right: 8%;
}
.step-li .step-right {
  width: 40%;
}
.step-li h3 {
  font-size: 38px;
  margin-bottom: 30px;
}
.step-li h4 {
  font-size: 28px;
  font-weight: bold;
  color: #DA495B;
  margin-bottom: 20px;
}
.step-li h5 {
  font-size: 22px;
  color: #DA495B;
}
.step2-textarea1 {
  border-bottom: 1px solid #DA495B;
}
.step-li p {
  font-size: 20px;
  line-height: 1.6;
}
.sub-rental {
  margin-bottom: 110px;
}
.rental03-textarea {
  margin-bottom: 40px;
}
.rental03-textarea p {
  font-size: 18px;
  line-height: 1.4;
}
.sub-rental03 table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #DA495B;
  margin-bottom: 20px;
}
.sub-rental03 th,.sub-rental03 td {
  border: 2px solid #DA495B;;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.4;
}
.sub-rental03 th.yellow {
  background-color: #FFF0B2;
}
.sub-rental03 th.red {
  background-color: #DA495B;
  color: #fff;
}
.sub-rental03 .kome-area p {
  font-size: 12px;
  line-height: 1.4;
}
.sub-rental04 {
  padding-bottom: 50px;
}
.qa-item {
  margin-bottom: 40px;
}
.q-area {
  display: flex;
  margin-bottom: 20px;
}
.q-icon, .a-icon {
  width: 40px;
}
.q-icon img, .a-icon img {
  width: 40px;
}
.question {
  margin-top: 0;
  margin-bottom: 10px;;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 10px;
}
.answer {
  display: flex;
  gap: 10px;
}
.answer p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 18px;
  padding-left: 24px;
}
.sub-rental05 {
  background-color: #F2F2F2;
  padding: 40px 0 60px;
  margin-bottom: 150px;
}
.sub-rental05 h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.rental05-content {
  display: flex;
  gap: 3%;
}
.rental05-content a img:hover {
  opacity: .8;
}
.rental-logo br {
  display: block;
}
.rental01-br2 {
  display: none;
}
.table-br2 {
  display: none;
}
.table-br3 {
  display: none;
}
.rental-top {
  color: #FA0E0E;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 1200px) {
  .sub-mv2 {
    margin-top: 80px;
  }
  .table-br2 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .sub-mv2 {
    height: 400px;
  }
  .sub-mv2 .sub-mv-titlearea {
    width: 100%;
    text-align: center;
  }
  .sub-rental01 h2 {
    font-size: 28px;
  }
  .rental01-textarea p,.rental01-textarea .text02 li {
    font-size: 18px;
  }
  .step-li {
    gap: 3%;
  }
  .step-li h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .step-li h4 {
    font-size: 24px;
  }
  .step-li .step-left {
    width: 50%;
    padding-right: 0;
  }
  .step-li .step-right {
    width: 50%;
  }
  .step-li p {
    font-size: 18px;
  }
  .sub-rental03 th, .sub-rental03 td {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv2 {
    height: 300px;
    margin-top: 64px;
  }
  .sub-mv2 .sub-mv-titlearea {
    top: 100px;
  }
  .rental-logo br {
    display: block;
  }
  .sub-rental01 {
    padding: 50px 0;
  }
  .rental01-textarea .text03 {
    margin-bottom: 40px;
  }
  .sub-rental {
    margin-bottom: 60px;
  }
  .sub-rental h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .step-li {
    flex-direction: column;
  }
  .step-li .step-left,.step-li .step-right {
    width: 100%;
  }
  .step-li .step-left {
    margin-bottom: 20px;
  }
  .step-li h5 {
    font-size: 18px;
  }
  .sub-rental03 th, .sub-rental03 td {
    font-size: 14px;
    padding: 5px;
  }
  .table-br3 {
    display: block;
  }
  .sub-rental04 {
    padding-bottom: 20px;
  }
  .qa-item1 .question {
    padding-left: 18px;
  }
  .answer p {
    padding-left: 30px;
  }
  .rental05-content {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }
  .sub-rental05 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 540px) {
  .sub-mv2 {
    height: 200px;
  }
  .sub-rental01 h2 {
    font-size: 24px;
  }
  .sub-mv2 .sub-mv-titlearea {
    top: 60px;
  }
  .rental01-textarea p,.rental01-textarea .text02 li {
    font-size: 16px;
  }
  .rental01-br2 {
    display: block;
  }
  .step-li {
    padding: 12px;
    margin-bottom: 20px;
  }
  .step-li .step-left {
    margin-bottom: 10px;
  }
  .step-li h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .step-li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .step-li p {
    font-size: 16px;
  }
  .rental03-textarea p {
    font-size: 16px
  }
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sub-rental03 table {
    border-collapse: collapse;
  }
  .sub-rental03 th, .sub-rental03 td {
  white-space: nowrap;
  }
  .sub-rental .tate {
    writing-mode: vertical-rl;
  }
  .question {
    font-size: 17px;
    padding-left: 22px;
  }
  .q-area {
    margin-bottom: 10px;
  }
  .qa-item1 .question {
    padding-left: 30px;
  }
  .answer p {
    padding-left: 36px;
    font-size: 15px;
  }
  .sub-rental05 h3 {
    font-size: 22px;
  }
  .rental05-content {
    width: 100%;
  }
}


/*---------------------*/
/* CAR INSPECTION */
.inspection-mv {
  background-color: #FFCE00;
}
.inspection-mv .sub-mv-area {
  background-image: url('../images/sub/sub-mv-inspection.jpg');
}
.inspection-mv .sub-mv-titlearea p {
  color: #000;
  text-shadow: 1px 1px 5px #fff;
}
.sub-inspection01 {
  padding: 70px 0 140px;
}
.sub-inspection01 h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
.inspection01-textarea p {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.inspection02-content {
  display: flex;
  column-gap: 30px;
}
.sub-inspection02 .left-imgarea, .sub-inspection02 .right-textarea {
  width: 50%;
}
.sub-inspection02 .right-textarea {
  display: flex;
  align-items: center;
}
.sub-inspection02 .right-textarea ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 40px;
}
.sub-inspection02 .right-textarea ul li::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url('../images/sub/inspection_check.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.sub-inspection02 .right-textarea ul li img {
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.sub-inspection02 .center-p {
  margin: 40px 0 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #E3007F;
}
.sub-inspection02 .center-p br {
  display: none;
}
.sub-inspection03 {
  margin-bottom: 60px;
}
.sub-inspection03 .grid-content {
  padding: 0 20px;  
}
.sub-inspection03 .grid-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  list-style: none;
  padding: 0;
}
.sub-inspection03 .grid-content li {
  text-align: center;
  border: 3px solid #000;
  padding: 40px 20px 20px;
}
.sub-inspection03 .grid-content li img {
  width: 100%;
  height: 150px;
  width: auto;
  margin-bottom: 20px;
}
.sub-inspection03 .grid-content li h3 {
  margin-top: 0;
  font-size: 38px;
  margin-bottom: 10px;
}
.sub-inspection03 .grid-content li p {
  font-size: 20px;
  color: #E3007F;
  text-align: left;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.sub-inspection04 {
  margin-bottom: 200px;
}
.inspection04-textarea {
  text-align: center;
  margin-bottom: 50px;
}
.inspection04-textarea p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.sub-inspection04 .service-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.sub-inspection04 .service-list li {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
  border: 2px solid #000;
  margin-bottom: 70px;
}
.sub-inspection04 .service-list li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
}
.sub-inspection04 .service-list li h3 {
  background-color: #FFCE00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  padding: 30px 0;
}
.sub-inspection04 .service-list li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.ins-br {
  display: none;
}
.inspection04-textarea br {
  display: none;
}
.sub-inspection04 .service-list li p br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .sub-inspection03 .grid-content li img {
    height: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .sub-inspection01 h2 {
    font-size: 28px;
  }
  .inspection01-textarea p {
    font-size: 18px;
  }
  .inspection02-content {
    display: flex;
    column-gap: 3%;
  }
  .sub-inspection02 .right-textarea ul li {
    font-size: 16px;
    padding-left: 26px;
  }
  .sub-inspection02 .right-textarea ul li::before {
    width: 22px;
    height: 22px;
  }
  .sub-inspection03 .grid-content li h3 {
    font-size: 30px;
  }
  .sub-inspection04 .service-list li p br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sub-inspection01 {
    padding: 40px 0 60px;
  }
  .ins-br {
    display: block;
  }
  .inspection02-content {
    flex-direction: column;
    }
  .sub-inspection02 .left-imgarea {
    width: 70%;
    margin: 0 auto 30px;
  }
  .sub-inspection02 .right-textarea {
      width: 100%;
    }
  .sub-inspection02 .right-textarea ul li {
    margin-bottom: 20px;
  }
  .sub-inspection02 .center-p {
    margin: 10px 0 50px;
    font-size: 16px;
  }
  .sub-inspection03 .grid-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-inspection03 .grid-content li img {
    height: 15vw;
  }
  .sub-inspection04 {
    margin-bottom: 100px;
  }
  .sub-inspection04 .service-list {
    gap: 3%;
  }
  .inspection04-textarea p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .inspection04-textarea br {
    display: block;
  }
  .sub-inspection04 .service-list li {
    margin-bottom: 40px;
  }
  .sub-inspection04 .service-list li h3 {
    font-size: 22px;
    padding: 20px 0;
  }
  .sub-inspection04 .service-list li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .sub-inspection01 h2 {
    font-size: 24px;
  }
  .inspection01-textarea p {
    font-size: 16px;
  }
  .sub-inspection01 {
    padding: 30px 0;
  }
  .sub-inspection02 .center-p {
    line-height: 1.6;
  }
  .sub-inspection02 .center-p br {
    display: block;
  }
  .sub-inspection03 .grid-content {
    padding: 0;
  }
  .sub-inspection03 .grid-content ul {
    gap: 10px;
  }
  .sub-inspection03 .grid-content li {
    padding: 20px;
  }
  .sub-inspection03 .grid-content li h3 {
    font-size: 24px;
  }
  .sub-inspection03 .grid-content li p {
    font-size: 16px;
  }
  .sub-inspection04 .service-list {
    flex-direction: column;
  }
  .sub-inspection04 .service-list {
    flex-direction: column;
  }
 .sub-inspection04 .service-list li {
    width: 70%;
    margin: 0 auto 30px;
  }
  .sub-inspection04 .service-list li h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 420px) {
  .sub-inspection03 .grid-content li {
    padding: 10px;
  }
  .sub-inspection03 .grid-content li h3 {
    font-size: 20px;
  }
  .sub-inspection03 .grid-content li p {
    font-size: 14px;
  }
  .sub-inspection04 {
    margin-bottom: 60px;
  }
  .inspection04-textarea p {
    font-size: 14px;
  }
  .sub-inspection04 .service-list li {
    width: 80%;
  }
  }

/*---------------------*/
/* COMPANY */
.company-mv {
  background-color: #E3007F;
}
.company-mv .sub-mv-area {
  background-image: url('../images/sub/sub-mv-company.jpg');
}
.sub-company {
  padding-top: 70px;
  margin-bottom: 80px;
}
.sub-company .momo {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;

}
.company-textarea {
  padding-top: 40px;
}
.sub-company h2 {
  font-size: 34px;
  font-weight: bold;
  text-indent: 1em;
  margin-bottom: 40px;
  line-height: 1.4;
}
.company-textarea h2 br{
  display: none;
}
.company-textarea .text1,.company-textarea .text2,.company-textarea .text3 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.company-textarea .name {
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
}
.company-information .left {
  display: none;
}
.company-information .right {
  width: 100%;
}
.company-information .info-table {
  margin: 0 auto;
  width: 100%;
}
.company-information .company-kome {
  text-align: left;
  padding-top: 20px;
  margin-bottom: 130px;
}
.company-information .contact-btn a {
  width: 200px;
}
@media (max-width: 960px) {
  .sub-company {
    padding-top: 30px;
  }
  .sub-company .momo {
    font-size: 20px;
    padding-top: 10px;
  }
  .company-information .company-kome {
    margin-bottom: 50px;
  }
  .sub-company h2 {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .sub-company .momo {
    font-size: 16px;
  }
  .company-textarea h2 {
    text-indent: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .company-textarea h2 br{
    display: block;
  }
  .company-textarea .text1, .company-textarea .text2, .company-textarea .text3 {
    margin-bottom: 20px;
  }
  .company-textarea p {
    font-size: 16px;
  }
  .company-textarea .name {
    font-size: 18px;
  }
  .company-information .company-kome {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .company-textarea p {
    font-size: 14px;
  }
  .company-textarea .name {
    font-size: 16px;
  }
}

/*---------------------*/
/* CONTACT */
.contact-mv {
  background-color: #E3007F;
}
.contact-mv .sub-mv-area {
  background-image: url('../images/sub/sub-mv-contact.jpg');
}
.sub-contact {
  padding: 80px 0 100px;
  text-align: center;
}
.sub-contact img {
  max-width: 450px;
  margin-bottom: 40px;
}
.sub-contact .contact-textarea h2 {
  font-size: 22px;
  margin-bottom: 40px;
}
.sub-contact .contact-textarea .text p {
  font-size: 14px;
  line-height: 1.4;
}
.contact-section {
  padding: 30px 0 100px;
}
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-form-inner {
  border: 1px solid #000;
}
.form-item {
  display: flex;
  border-top: 1px solid #000;
}
.form-item:first-child {
  border-top: none;
}
.form-item dt {
  width: 35%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  background-color: #FBE5F2;
  padding: 20px 60px;
  border-right: 1px solid #000;
}
.form-item dt label {
  font-size: 16px;
  font-weight: bold;
}
.form-item dd {
  width: 65%;
  display: flex;
  align-items: center;
  padding: 15px;
}
.form-item dt p,.form-item dd p {
  width: 100%;
  margin-bottom: 0;
}
.form-control {
  border: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}
.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 #000;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
}
.submit-area {
  padding-top: 40px;
  text-align: center;
}
.submit-button {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #E3007F;
  padding: 15px;
  min-width: 300px;
  position: relative;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.submit-button:hover {
  transform: scale(1.1);
}
.submit-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/top/info_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.wpcf7-spinner {
  display: none !important;
}
.contact-pretext br {
  display: none;
}
.contact-br2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .contact-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 960px) {
  .contact-section {
    padding: 30px 0 30px;
  }
  .sub-contact img {
    width: 300px;
  }
  .form-item dt label {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .form-item {
    display: block;
  }
  .form-item dt,
  .form-item dd {
    width: 100%;
  }
  .form-item dt {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 20px;
  }
  .sub-contact .contact-textarea .text p {
    text-align: left;
  }
  .submit-button {
    min-width: 200px;
  }
}
@media (max-width: 540px) {
  .contact-section {
    padding: 20px 0 0;
  }
  .sub-contact img {
    max-width: 75%;
  }
  .form-control,
  .form-textarea {
    font-size: 14px;
    padding: 8px 12px;
  }
  .form-item dt {
    padding: 10px 20px;
  }
  .submit-button {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .sub-contact .contact-textarea h2 {
    font-size: 20px;
  }
  .form-item dt {
    font-size: 12px;
  }
}
