@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  color: #323232;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width1100 {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width1100 {
    width: calc(100% - 30px);
  }
}

.main_width800 {
  max-width: 800px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width800 {
    width: calc(100% - 30px);
  }
}

.main_width550 {
  max-width: 550px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width550 {
    width: calc(100% - 30px);
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/***************************************/
/** top common */
/***************************************/
.top_wrapper {
  padding-top: 330px;
}
@media (max-width: 768px) {
  .top_wrapper {
    padding-top: 44.5292620865vw;
  }
}

@media (max-width: 768px) {
  .top_wrapper .sec_ttl .en {
    font-size: min(6.9974554707vw, 4rem);
  }
  .top_wrapper .sec_ttl .ja {
    font-size: min(3.5623409669vw, 1.8rem);
  }
  .top_wrapper .base--txt p {
    font-size: min(3.4351145038vw, 1.6rem);
  }
  .top_wrapper .ac-common-btn a, .top_wrapper .ac-common-btn input, .top_wrapper .ac-common-btn button {
    font-size: min(3.4351145038vw, 1.3rem);
  }
}

.half_block {
  position: relative;
}
@media (max-width: 768px) {
  .half_block {
    width: 100%;
  }
}
.half_block .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}
@media (max-width: 768px) {
  .half_block .inner {
    left: 0;
    right: initial;
  }
}

.full_block {
  width: 100%;
  position: relative;
}
.full_block .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}

#about,
#business,
#policy,
#company,
#news,
#contact {
  padding-top: 100px;
  margin-top: -100px;
}

/***************************************/
/** about_block */
/***************************************/
.top_wrapper .about_block {
  background: url(../img/top/img-pc-back01.webp) no-repeat center/contain;
  aspect-ratio: 100/73;
  margin: 0 auto 80px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .top_wrapper .about_block {
    background-image: url(../img/top/img-sp-back01.webp);
    aspect-ratio: 1;
    margin-bottom: 40px;
  }
}
.top_wrapper .about_block .inner {
  right: 0;
  margin-right: 8%;
}
@media (max-width: 768px) {
  .top_wrapper .about_block .inner {
    margin-right: auto;
  }
}

.top_wrapper .about_block .box .headline {
  display: block;
  margin-bottom: 0.3em;
  font-size: clamp(2.5rem, 3vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_wrapper .about_block .box .headline {
    font-size: min(4.7073791349vw, 3.2rem);
  }
}

/***************************************/
/** business_block */
/***************************************/
.top_wrapper .business_block {
  background: url(../img/top/img-pc-back02.webp) no-repeat center/contain;
  background-size: 100% 1000px;
  height: 1000px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .business_block {
    background-image: url(../img/top/img-sp-back02.webp);
    background-size: 100%;
    aspect-ratio: 1/3.49;
    height: 100%;
    margin-bottom: 40px;
  }
}

.top_wrapper .business_block .inner .box .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 3%;
}
@media (max-width: 768px) {
  .top_wrapper .business_block .inner .box .list {
    display: block;
  }
}
.top_wrapper .business_block .inner .box .list .item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .top_wrapper .business_block .inner .box .list .item {
    width: 100%;
  }
  .top_wrapper .business_block .inner .box .list .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .business_block .inner .box .list .item .item_ttl {
    font-size: min(4.834605598vw, 2.6rem);
  }
}
.top_wrapper .business_block .inner .box .list .item .img {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .top_wrapper .business_block .inner .box .list .item .img {
    margin-bottom: 5px;
  }
}
.top_wrapper .business_block .inner .box .list .item .img img {
  display: block;
  width: 100%;
}

/***************************************/
/** policy_block */
/***************************************/
.top_wrapper .policy_block {
  background: url(../img/top/img-pc-back03.webp) no-repeat center/contain;
  background-size: 100% 810px;
  height: 810px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .top_wrapper .policy_block {
    background-image: url(../img/top/img-sp-back03.webp);
    background-size: 100%;
    aspect-ratio: 1/1.91;
    height: 100%;
    margin-bottom: 50px;
  }
}

.top_wrapper .policy_block .inner .box .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 3%;
}
@media (max-width: 768px) {
  .top_wrapper .policy_block .inner .box .list {
    display: block;
  }
}
.top_wrapper .policy_block .inner .box .list .item {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .policy_block .inner .box .list .item {
    width: 100%;
  }
  .top_wrapper .policy_block .inner .box .list .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .policy_block .inner .box .list .item .item_ttl {
    font-size: min(4.834605598vw, 2.6rem);
  }
}

/***************************************/
/** company_block */
/***************************************/
.top_wrapper .company_block {
  background: url(../img/top/img-pc-back04.webp) no-repeat center/contain;
  aspect-ratio: 359/256;
  margin: 0 auto 60px;
  max-width: 1077px;
}
@media (max-width: 768px) {
  .top_wrapper .company_block {
    background-image: url(../img/top/img-sp-back04.webp);
    aspect-ratio: 1/1.394;
    margin-bottom: 40px;
  }
}
.top_wrapper .company_block .inner {
  left: -100px;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .top_wrapper .company_block .inner {
    left: 0;
  }
}

.top_wrapper .company_block .inner .box .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.top_wrapper .company_block .inner .box .list dt, .top_wrapper .company_block .inner .box .list dd {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_wrapper .company_block .inner .box .list dt, .top_wrapper .company_block .inner .box .list dd {
    font-size: min(3.4351145038vw, 1.6rem);
  }
}
.top_wrapper .company_block .inner .box .list dt.mb0, .top_wrapper .company_block .inner .box .list dd.mb0 {
  margin-bottom: 0;
}
.top_wrapper .company_block .inner .box .list dt {
  width: 7em;
}
@media (max-width: 768px) {
  .top_wrapper .company_block .inner .box .list dt {
    width: 6.5em;
  }
}
.top_wrapper .company_block .inner .box .list dd {
  width: calc(100% - 7em);
}
@media (max-width: 768px) {
  .top_wrapper .company_block .inner .box .list dd {
    width: calc(100% - 6.5em);
  }
}
.top_wrapper .company_block .inner .box .list dd a {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_wrapper .company_block .inner .box .list dd a:hover {
  opacity: 0.7;
}

.top_wrapper .company_block .inner .box .ac-common-btn a {
  margin-right: auto;
}

/***************************************/
/** news_block */
/***************************************/
.top_wrapper .news_block {
  background: url(../img/top/img-pc-back05.webp) no-repeat center/contain;
  background-size: 100% 900px;
  height: 900px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .news_block {
    background-image: url(../img/top/img-sp-back05.webp);
    background-size: 100%;
    aspect-ratio: 0.643/1;
    height: 100%;
    margin-bottom: 50px;
  }
}

.top_wrapper .news_block .inner .box .list {
  margin-bottom: 40px;
}
.top_wrapper .news_block .inner .box .list .item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #808080;
  color: #323232;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .box .list .item a {
    padding: 15px 0;
    display: block;
  }
}
.top_wrapper .news_block .inner .box .list .item a:hover {
  opacity: 0.7;
}
.top_wrapper .news_block .inner .box .list .item a .ttl {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .box .list .item a .ttl {
    margin-bottom: 0.5em;
    font-size: min(3.4351145038vw, 1.6rem);
    line-height: 1.6;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .box .list .item a .info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top_wrapper .news_block .inner .box .list .item a .info p {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .box .list .item a .info p {
    font-size: min(3.0534351145vw, 1.3rem);
    letter-spacing: 0;
  }
}
.top_wrapper .news_block .inner .box .list .item:first-child a {
  border-top: 1px solid #808080;
}

/***************************************/
/** contact_block */
/***************************************/
.top_wrapper .contact_block {
  background: url(../img/top/img-pc-back06.webp) no-repeat center/contain;
  aspect-ratio: 1.47/1;
  margin: 0 auto 90px;
  max-width: 1470px;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block {
    background-image: url(../img/top/img-sp-back06.webp);
    aspect-ratio: 1/1.97;
    padding: 100px 0;
    margin-bottom: 60px;
  }
}
.top_wrapper .contact_block .inner {
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .inner .sec_ttl {
    padding-top: 50px;
    margin-bottom: 10px;
  }
}

.top_wrapper .contact_block .box .required_txt {
  display: block;
  margin-bottom: 70px;
  color: #ff0000;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .required_txt {
    margin-bottom: 20px;
    font-size: min(3.0534351145vw, 1.3rem);
    letter-spacing: 0;
  }
}

.top_wrapper .contact_block .box .contact-form .form-group {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .form-group {
    margin-bottom: 20px;
  }
}
.top_wrapper .contact_block .box .contact-form .form-group .input_title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .form-group .input_title {
    font-size: min(3.4351145038vw, 1.6rem);
    letter-spacing: 0;
  }
}
.top_wrapper .contact_block .box .contact-form .form-group .input_title .required {
  padding-left: 0.5em;
  color: #ff0000;
  font: inherit;
}
.top_wrapper .contact_block .box .contact-form .form-group .input_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.top_wrapper .contact_block .box .contact-form .form-group .input_box input, .top_wrapper .contact_block .box .contact-form .form-group .input_box textarea {
  display: block;
  padding: 1em 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #323232;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top_wrapper .contact_block .box .contact-form .form-group .input_box input::placeholder, .top_wrapper .contact_block .box .contact-form .form-group .input_box textarea::placeholder {
  color: #808080;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .form-group .input_box input, .top_wrapper .contact_block .box .contact-form .form-group .input_box textarea {
    font-size: min(3.4351145038vw, 1.6rem);
    letter-spacing: 0;
  }
}
.top_wrapper .contact_block .box .contact-form .form-group .input_box textarea {
  height: 100px;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .form-group .input_box textarea {
    height: 150px;
  }
}
.top_wrapper .contact_block .box .contact-form .form-group .input_box .wpcf7-not-valid-tip {
  display: block;
  padding-top: 0.5em;
  color: #ff0000;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .form-group .input_box .wpcf7-not-valid-tip {
    font-size: min(3.0534351145vw, 1.3rem);
  }
}
.top_wrapper .contact_block .box .contact-form .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .flex {
    display: block;
  }
}
.top_wrapper .contact_block .box .contact-form .flex .form-group {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .flex .form-group {
    width: 100%;
  }
}

.top_wrapper .contact_block .box .contact-form .btn {
  text-align: center;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .btn {
    margin-top: 40px;
  }
}
.top_wrapper .contact_block .box .contact-form .btn .privacy_btn {
  display: inline-block;
  margin-top: 1em;
  color: #323232;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_wrapper .contact_block .box .contact-form .btn .privacy_btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .box .contact-form .btn .privacy_btn {
    margin-top: 4em;
    font-size: min(3.0534351145vw, 1.3rem);
  }
}/*# sourceMappingURL=style.css.map */