@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.7321vw;
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
/*ロゴ、電話番号のエリア*/
#header {
  height: 9rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
}

.header__logo {
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding-left: 20px;
  }
}

.header__logo img {
  width: 35.2rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 211px;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.topImg img {
  width: 100%;
}

.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 450px;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.bread-link {
  color: #000;
  font-size: 12px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .bread-link {
    margin-top: 10px;
  }
}

.bread-link a {
  color: #000;
  font-size: 12px;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
.section__title-en {
  font-size: 2rem;
  font-weight: 700;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section__title-en {
    font-size: 12px;
  }
}

.section__title-main {
  font-size: 4.2rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section__title-main {
    font-size: 24px;
    margin-top: 10px;
  }
}

.section__text, .car-item dd, .car-item dt, .table_a td, .table_a th, .collect-category td,
.collect-category th, .flow__text, .for-check-list__wrap li, .section-table dd, .section-table dt {
  font-size: max(1.6rem, 12px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section__text, .car-item dd, .car-item dt, .table_a td, .table_a th, .collect-category td,
  .collect-category th, .flow__text, .for-check-list__wrap li, .section-table dd, .section-table dt {
    font-size: 11px;
  }
}

.main-second {
  padding-bottom: 10rem;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1206px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 30rem;
  padding-left: 3rem;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 36px;
  background: url(../images/button-arrow.svg) no-repeat right 3rem center #ffff00;
  background-size: 3rem;
  box-shadow: 0 0 5px #999;
  height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    font-size: 12px;
    width: 180px;
    letter-spacing: 0.05em;
    background: url(../images/button-arrow.svg) no-repeat right 20px center #ffff00;
    background-size: 18px;
  }
}

@media (hover: hover) {
  .btn:hover,
  .wp-element-button:hover::before {
    background-position: right 1rem center;
    opacity: 1;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #39b54a;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #39b54a;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

.side-contact {
  position: fixed;
  z-index: 10;
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .side-contact {
    right: 0;
    top: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .side-contact {
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* -----------------------------------------------------------
fot-contact
----------------------------------------------------------- */
.fot-contact {
  background: url(../images/bg-contact.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .fot-contact {
    background: url(../images/bg-contact_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 44px;
    padding-bottom: 48px;
  }
}

.fot-contact__title .section__title-en {
  color: #fff;
  text-align: center;
}

.fot-contact__title .section__title-main {
  color: #fff;
  text-align: center;
}

.fot-contact__wrap {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fot-contact__wrap {
    margin-top: 23px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.fot-contact__sub-title {
  padding-block: 2rem;
  background: #39b54a;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fot-contact__sub-title {
    padding-block: 10px;
    font-size: 13px;
  }
}

.fot-contact__info {
  background-color: rgba(255, 255, 255, 0.8);
  padding-block: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .fot-contact__info {
    padding-block: 13px 10px;
  }
}

.fot-contact__info-image {
  margin: auto;
}

.fot-contact__info-image.--tel {
  width: 34.6rem;
}
@media screen and (max-width: 768px) {
  .fot-contact__info-image.--tel {
    width: 261px;
  }
}

.fot-contact__info-image.--mail {
  width: 30.9rem;
}
@media screen and (max-width: 768px) {
  .fot-contact__info-image.--mail {
    width: 233px;
  }
}

.fot-contact__info-text {
  font-size: 1.5rem;
  font-weight: 300;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .fot-contact__info-text {
    font-size: 11px;
    margin-top: 4px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #677885;
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.footer__menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__menu ul {
    display: block;
  }
}

.footer__menu ul li a {
  padding-inline: 2rem;
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer__menu ul li a {
    border-left: 1px solid #a6abb3;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu ul li a {
    padding: 18px 20px;
    display: block;
    border-bottom: 1px solid #a6abb3;
    font-size: 12px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu ul li:last-child a {
    border-right: 1px solid #a6abb3;
  }
}

.footer__logo {
  width: 49.2rem;
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 250px;
    margin-top: 37px;
  }
}

.footer__items {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__items {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }
}

.footer__item {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__item {
    font-size: 13px;
  }
}

.footer__copy {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 11px;
    margin-top: 40px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: none;
  transition: all 0.3s;
}

.fixed.scrolled {
  background-color: #fff;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(57, 181, 74, 0.8);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}

.nav {
  height: 100%;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  border-top: 1px solid #fff;
}

.nav li a {
  padding-inline: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .nav li a {
    padding: 18px 20px;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    gap: 3rem;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    text-align: center;
  }
  .nav-pc-wrap ul li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .scrolled .nav-pc-wrap a {
    color: #333333;
  }
}
.header__mail {
  padding-right: 4rem;
}

.header__mail img {
  width: 5rem;
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 15000;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 30px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 18px;
  height: 18px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3fa9f5;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #39b54a;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.top-mv {
  width: 100%;
  position: relative;
}

.top-mv__text {
  position: absolute;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-mv__text {
    margin-top: 50px;
  }
}

.top-mv__inner {
  padding-inline: 10rem;
}
@media screen and (max-width: 768px) {
  .top-mv__inner {
    padding-inline: 20px;
  }
}

.top-mv__title {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-mv__title {
    font-size: 30px;
  }
}

.top-mv__sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-mv__sub-title {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.circle1 {
  margin-top: -40rem;
  background: url(../../images/top/circle1.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .circle1 {
    margin-top: -80px;
    background: url(../../images/top/circle1_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
}

.top-purpose {
  padding-top: 43.5rem;
}
@media screen and (max-width: 768px) {
  .top-purpose {
    padding-top: 80px;
  }
}

.top-purpose__wrap {
  padding-inline: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .top-purpose__wrap {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-purpose__info {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .top-purpose__title {
    order: 1;
  }
}

.top-purpose__text {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .top-purpose__text {
    margin-top: 16px;
  }
}

.top-purpose__copy {
  font-size: 4.3rem;
  font-weight: 300;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-purpose__copy {
    font-size: 24px;
  }
}

/* -----------------------------------------------------------
top-about
----------------------------------------------------------- */
.top-about {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 40px;
  }
}

.top-about__wrap {
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 43rem 1fr;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .top-about__wrap {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}

.top-about__text {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    margin-top: 16px;
  }
}

.top-about__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-about__btn a {
    margin-inline: auto;
  }
}

.top-about__image {
  margin-top: -30rem;
  margin-left: -7rem;
}
@media screen and (max-width: 768px) {
  .top-about__image {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}

.top-about__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-about__image img {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
top-collect
----------------------------------------------------------- */
.top-collect {
  margin-top: -21rem;
  padding-top: 10.5rem;
  padding-bottom: 10rem;
  background: url(../../images/top/circle2.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .top-collect {
    margin-top: -100px;
    padding-top: 145px;
    padding-bottom: 50px;
    background: url(../../images/top/circle2_sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

.top-collect__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .top-collect__wrap {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}

.top-collect__info {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .top-collect__info {
    padding-left: 0;
  }
}

.top-collect__copy {
  font-size: 5rem;
  font-weight: 300;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.28;
  letter-spacing: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-collect__copy {
    margin-top: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
  }
}

.top-collect__aside {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .top-collect__aside {
    margin-top: 10px;
  }
}

.top-collect__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-collect__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-collect__btn a {
    margin-inline: auto;
  }
}

/* -----------------------------------------------------------
top-for
----------------------------------------------------------- */
.top-for {
  padding-top: 7.5rem;
  padding-bottom: 27rem;
  background: url(../../images/top/circle3.jpg) no-repeat bottom center #ebf8ed;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .top-for {
    padding-top: 26px;
    padding-bottom: 80px;
    background: url(../../images/top/circle3_sp.jpg) no-repeat top center #ebf8ed;
    background-size: 100% auto;
  }
}

.top-for__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-for__wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .top-for__content.--corp {
    margin-top: 42px;
  }
}

.top-for__image {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-for__image {
    margin-top: 16px;
  }
}

.top-for__image img {
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .top-for__image img {
    border-radius: 10px;
  }
}

.top-for__sub-title {
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-for__sub-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.top-for__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-for__text {
    margin-top: 8px;
  }
}

.top-for__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-for__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-for__btn a {
    margin-inline: auto;
  }
}

/* -----------------------------------------------------------
top-area
----------------------------------------------------------- */
.top-area {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-area {
    margin-top: 30px;
  }
}

.top-area__title {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .top-area__title {
    padding-left: 0;
  }
}

.top-area__image {
  width: 100vw;
  margin: -33rem calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .top-area__image {
    margin: 15px calc(50% - 50vw) 0;
  }
}

/* -----------------------------------------------------------
top-faq
----------------------------------------------------------- */
.top-faq {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-faq {
    margin-top: 47px;
  }
}

.top-faq__title-wrap {
  background-color: #39b54a;
  padding-block: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top-faq__title-wrap {
    padding-block: 20px;
  }
}

.top-faq__title-inner {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-faq__title-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-faq__title {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .top-faq__title {
    padding-left: 0;
  }
}

.top-faq__title .section__title-en,
.top-faq__title .section__title-main {
  color: #fff;
}

.top-faq__title-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-faq__title-text {
    font-size: 11px;
  }
}

.top-qa__contents {
  background-color: #ebf8ed;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .top-qa__contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.top-qa__items {
  padding-inline: 8rem;
}
@media screen and (max-width: 768px) {
  .top-qa__items {
    padding-inline: 0;
  }
}

.top-qa__items--page {
  margin-top: 4rem;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .top-qa__items--page {
    margin-top: 30px;
  }
}

.top-qa__item {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .top-qa__item {
    margin-top: 10px;
  }
}

.top-qa__q {
  background-color: #39b54a;
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 2rem;
  align-items: center;
  justify-content: start;
  border-radius: 9rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-qa__q {
    grid-template-columns: 28px auto;
    gap: 12px;
    border-radius: 99px;
    padding: 8px;
  }
}

.top-qa__icon {
  font-size: 2.4rem;
  font-weight: 700;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-qa__icon {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}

.top-qa__title-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-qa__title-text {
    font-size: 12px;
  }
}

.top-qa__a {
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 2rem;
  align-items: start;
  justify-content: start;
  padding: 2.5rem 1.3rem;
}
@media screen and (max-width: 768px) {
  .top-qa__a {
    grid-template-columns: 28px auto;
    gap: 12px;
    padding: 15px 8px;
  }
}

.top-qa__a-icon {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background-color: #39b54a;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-qa__a-icon {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}

.top-qa__a-title-text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-qa__a-title-text {
    padding-top: 5px;
    font-size: 12px;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 2.8rem center #39b54a;
  background-size: 1.4rem;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 2.8rem center #39b54a;
  background-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .js-aclink {
    background-position: right 12px center;
    background-size: 12px;
  }
  .js-aclink.js-ac {
    background-position: right 12px center;
    background-size: 12px;
  }
}

.top-qa__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-qa__btn {
    margin-top: 22px;
  }
}

.top-qa__btn a {
  margin-inline: auto;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.second-mv {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .second-mv {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .second-mv img {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
}

.second-mv__title {
  position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .second-mv__title {
    margin-top: 50px;
  }
}

.second-mv__title .section__title-en {
  text-align: center;
  color: #fff;
}

.second-mv__title .section__title-main {
  text-align: center;
  color: #fff;
}

.section-second-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  border-bottom: solid 5px #e8e8e8;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section-second-title {
    font-size: 20px;
    border-bottom: solid 3px #e8e8e8;
    margin-bottom: 15px;
  }
}

.section-second-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #39b54a;
  bottom: -5px;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .section-second-title:after {
    border-bottom: solid 3px #39b54a;
    bottom: -3px;
  }
}

.section-second-sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-second-sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.main-second__set {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .main-second__set {
    margin-top: 30px;
  }
}

.main-second__chart {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .main-second__chart {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .main-second__chart {
    padding-inline: 5rem;
  }
}

/* -----------------------------------------------------------
about-purpose
----------------------------------------------------------- */
.about-purpose {
  margin-top: 0;
}

.about-purpose__wrap {
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 58.4rem 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__wrap {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}

.about-purpose__title {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__title {
    margin-top: 40px;
  }
}

.about-purpose__copy {
  font-size: 5rem;
  font-weight: 300;
  color: #39b54a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.28;
  letter-spacing: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__copy {
    font-size: 24px;
  }
}

.about-purpose__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__text {
    margin-top: 16px;
  }
}

.about-purpose__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about-purpose__btn a {
    margin-inline: auto;
  }
}

.about-purpose__image {
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .about-purpose__image {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}

.about-purpose__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-purpose__image img {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
about-outline
----------------------------------------------------------- */
.about-outline {
  margin-top: -9rem;
}

.about-outline__table {
  margin-top: 4rem;
}

.section-table {
  display: grid;
  grid-template-columns: 14.8rem 1fr;
  gap: 0 3rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .section-table {
    grid-template-columns: 1fr;
  }
}

.section-table dt {
  border-top: 1px solid #39b54a;
  padding-block: 3rem;
  height: 100%;
}

.section-table dt:last-of-type {
  border-bottom: 1px solid #39b54a;
}

.section-table dd {
  border-top: 1px solid #e8e8e8;
  padding-block: 3rem;
}

.section-table dd:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}

.section-table__wrap {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .section-table__wrap {
    grid-template-columns: 1fr;
  }
}

.section-table__btn {
  margin-top: 4rem;
}

.section-table__btn img {
  width: 23.6rem;
}
@media screen and (max-width: 768px) {
  .section-table__btn img {
    width: 150px;
  }
}

/* -----------------------------------------------------------
for-check-list
----------------------------------------------------------- */
.for-check-list__title {
  padding-top: 3rem;
  font-size: 3rem;
  font-weight: 700;
  color: #39b54a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .for-check-list__title {
    font-size: 18px;
  }
}

.for-check-list__wrap {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .for-check-list__wrap {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.for-check-list__wrap ul {
  list-style: none;
}

.for-check-list__wrap li {
  background: url(../images/icon-check.svg) left top 0.8rem no-repeat;
  background-size: 2rem;
  padding-left: 3rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .for-check-list__wrap li {
    background: url(../images/icon-check.svg) left top 5px no-repeat;
    background-size: 15px;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}

.for-check-list__note {
  margin-top: 3rem;
  background-color: #39b54a;
  padding-block: 1.4rem;
  border-radius: 5px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .for-check-list__note {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------
flow
----------------------------------------------------------- */
.flow {
  padding-top: 2rem;
}

.flow__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .flow__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.flow__items--corp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .flow__items--corp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.flow__item {
  position: relative;
}

.flow__item::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-flow-arrow.svg) no-repeat;
  background-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item::after {
    top: 50%;
    right: -3.7rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__item::after {
    background: url(../images/icon-flow-arrow_sp.svg) no-repeat;
    background-size: 30px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
  }
}

.flow__item:last-of-type::after {
  display: none;
}

.flow__title {
  padding-block: 2rem;
  background: #39b54a;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .flow__title {
    padding-block: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .flow__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.flow__text {
  margin-top: 1rem;
}

.flow__kome {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .flow__kome {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
collect-category
----------------------------------------------------------- */
.collect-category {
  margin-top: 4rem;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
}

.collect-category td,
.collect-category th {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  padding: 1rem 1.8rem;
}

.collect-category th {
  background-color: #4d4d4d;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .collect-category td:first-child {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .collect-category td:last-child {
    width: 60%;
  }
}

.collect-category .collect-category__rowspan {
  background-color: #39b54a;
  color: #fff;
  vertical-align: middle;
  writing-mode: vertical-rl;
  text-align: center;
  padding: 1rem 1rem;
}

/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  word-break: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  border-top: 1px solid #39b54a;
  padding-block: 3rem;
  width: 15%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table_a th {
    display: block;
  }
}
.table_a td {
  border-top: 1px solid #e8e8e8;
  padding-block: 3rem;
}
@media screen and (max-width: 768px) {
  .table_a td {
    display: block;
  }
}

/* -----------------------------------------------------------
car
----------------------------------------------------------- */
.car-items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .car-items {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.car-item {
  display: grid;
  grid-template-columns: 20rem auto;
  border-top: 1px solid #39b54a;
}
@media screen and (max-width: 768px) {
  .car-item {
    grid-template-columns: 150px auto;
  }
}

@media screen and (max-width: 768px) {
  .car-item:last-of-type {
    border-top: 0;
  }
}

.car-item dt {
  padding-block: 1.4rem;
  border-bottom: 1px solid #39b54a;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .car-item dt {
    padding-block: 10px;
  }
}

.car-item dd {
  padding-block: 1.4rem;
  border-bottom: 1px solid #39b54a;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .car-item dd {
    padding-block: 10px;
  }
}

.car-images {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .car-images {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* -----------------------------------------------------------
 問合せフォーム
----------------------------------------------------------- */
p.contact__text {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  p.contact__text {
    font-size: 16px;
  }
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item dt {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-item dd {
  width: 80%;
  font-size: 1.6rem;
}

.contact-item dd input[type=radio] {
  appearance: none;
}

.contact-item dd input[type=text],
.contact-item dd input[type=email],
.contact-item dd input[type=tel],
.contact-item dd input[type=textarea],
textarea {
  border-top: 1px solid #474952;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #474952;
  background-color: #f2f2f2;
  width: calc(100% - 40px);
  padding: 30px 20px;
}

.contact-item dd input:checked + label::after {
  opacity: 1;
}

.contact-item dd label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin-right: 17px;
}

.contact-item dd label::before,
.contact-item dd label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.contact-item dd label::before {
  background-color: rgba(81, 83, 91, 0.1);
  border: 1px solid #51535b;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 5px;
}

.contact-item dd label::after {
  background-color: #51535b;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 14px;
}

.contact-item dd select {
  width: 226px;
  height: 80px;
  background-color: #39b54a;
  color: #fff;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px 22px;
  border: none;
  outline: none;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.contact-item dd .select {
  position: relative;
  width: 226px;
}

.contact-item dd .select::before {
  position: absolute;
  top: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.contact-item dd .select::after {
  position: absolute;
  bottom: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.contact-item .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.contact-item + .contact-item {
  margin-top: 50px;
}

.contact-item:first-child {
  margin-top: 85px;
}

.contact-item:nth-child(2) {
  margin-top: 80px;
}

.contact-item--recruit:nth-child(2) {
  margin-top: 50px;
}

.p-contact-form__button {
  margin-top: 100px;
  text-align: center;
}

.p-contact-form__button a {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-item dt {
    font-size: 13px;
    width: 100%;
  }
  .contact-item dd input[type=text],
  .contact-item dd input[type=email],
  .contact-item dd input[type=tel],
  .contact-item dd input[type=textarea],
  textarea {
    padding: 20px 10px;
  }
  .contact-item dd label {
    padding-left: 23px;
    margin-right: 10px;
  }
  .contact-item dd label::before {
    width: 18px;
    height: 18px;
    left: 0;
  }
  .contact-item dd label::after {
    left: 5px;
  }
  .contact-item dd select {
    height: 50px;
  }
  .contact-item dd .select::before {
    top: 15px;
  }
  .contact-item dd .select::after {
    bottom: 15px;
  }
  .contact-item dd {
    font-size: 13px;
    width: 100%;
    margin-top: 5px;
  }
  .contact-item + .contact-item {
    margin-top: 25px;
  }
  .contact-item:first-child {
    margin-top: 40px;
  }
  .contact-item:nth-child(2) {
    margin-top: 50px;
  }
  .contact-item--recruit:nth-child(2) {
    margin-top: 25px;
  }
  .p-contact-form__button {
    margin-top: 50px;
  }
  .contact-item .radio {
    display: block;
  }
  .contact-item .radio > div {
    margin-top: 20px;
  }
}/*# sourceMappingURL=styles.css.map */