@charset "UTF-8";
/**** 共通カラー ****/
.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex_wrap.sp_clomun_r {
    flex-direction: column-reverse;
  }
}
.flex_wrap.flex-s {
  align-items: flex-start;
}

.column03 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .column03 {
    width: 100%;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 38px;
  }
}
h2 sub {
  display: block;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  h2 sub {
    font-size: 1.2rem;
  }
}
h2 sub::before {
  content: "";
  display: inline-block;
  background-color: #e8871a;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 10px;
}

h3 {
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.8rem;
  }
}
h3 sub {
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: block;
  margin-bottom: 24px;
  color: #e8871a;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  h3 sub {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}

h4 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
h4::before {
  content: "";
  display: inline-block;
  background-image: url(../image/sun_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 29px;
  aspect-ratio: 1;
}

h5 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h5 {
    margin-bottom: 34px;
  }
}
h5 sub {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #e8871a;
  margin-bottom: 16px;
  line-height: 1.8;
}

.description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}

.note {
  font-family: "NotoSansJP-Medium";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.remarks {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSansJP-Regular";
  line-height: 1.8;
}

.roop-swiper-container {
  width: 100vw;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* クリックしても選択されないようにする */
  pointer-events: none;
  /* クリック無効化（重要） */
}
.roop-swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
  /* 等速アニメーション */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}
.roop-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.2222222222vw !important;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .roop-swiper-container .swiper-slide {
    width: 47.2vw !important;
  }
}
.roop-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.company_info {
  margin-bottom: 60px;
}
.company_info dl {
  display: flex;
  align-items: center;
  padding: 26px 0 22px 0;
  position: relative;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .company_info dl {
    flex-direction: column;
  }
}
.company_info dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2.4px;
  transform: translateY(-2px);
  background-color: #e8871a;
  z-index: 2;
}
.company_info dl:last-of-type {
  border-bottom: solid 1px #cccccc;
}
.company_info dl:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2.4px;
  transform: translateY(2px);
  background-color: #e8871a;
  z-index: 2;
}
.company_info dl dt {
  width: 23%;
  font-family: "NotoSansJP-Medium";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company_info dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
.company_info dl dd {
  width: 77%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company_info dl dd {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 20.8333333333vw;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map {
    padding-bottom: 59.4666666667vw;
  }
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 30px;
  padding-top: 76px;
  padding-bottom: 80px;
}
.form-wrap .form-horizontal {
  max-width: 880px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .form-wrap .form-horizontal {
    padding: 0 20px;
  }
}
.form-wrap select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}
.form-wrap .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  color: #333333;
  font-size: 1.6rem;
}
.form-wrap .form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.form-wrap .form-group label.check {
  margin-bottom: 16px;
}
.form-wrap .form-group .input_box,
.form-wrap .form-group .select_box {
  height: 50px;
}
.form-wrap .form-group .select_box {
  display: flex;
  align-items: center;
}
.form-wrap .form-group .input_box input,
.form-wrap .form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #cccccc;
  background-color: #f6f7f8;
  border-radius: 10px;
}
.form-wrap .form-group .input_box.upload_wrap {
  max-width: 420px;
}
.form-wrap .form-group .input_box input:focus-visible {
  outline: none;
}
.form-wrap .form-group .text_box {
  box-sizing: border-box;
}
.form-wrap .form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #cccccc;
  background-color: #f6f7f8;
  border-radius: 10px;
}
.form-wrap .form-group .text_box textarea:focus-visible {
  outline: none;
}
.form-wrap .form-group.center_item {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.form-wrap .form-group.center_item label {
  width: auto;
  line-height: 1;
}
.form-wrap .form-group .required {
  font-family: "NotoSansJP-Bold";
  display: inline-block;
  color: #ffffff;
  background-color: #e20101;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}
.form-wrap .form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.form-wrap .form-group.submit_btn input {
  width: 208px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background-color: #333333;
  transition: 0.3s;
}
.form-wrap .form-group.submit_btn input:hover {
  background-color: #e8871a;
}
.form-wrap button,
.form-wrap input,
.form-wrap optgroup,
.form-wrap select,
.form-wrap textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.form-wrap .wpcf7-spinner {
  display: none !important;
}
.form-wrap .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.form-wrap .inquiry_type {
  margin-bottom: 16px;
}
.form-wrap .date-time-selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.form-wrap .date-time-selects .wpcf7-form-control {
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f5f6f7;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-wrap .date-time-selects .unit {
  font-size: 14px;
  margin-right: 8px;
  margin-left: 12px;
  color: #333;
}
.form-wrap .date-time-selects > p {
  display: flex;
  align-items: center;
}

.date-time-selects select.date-select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f5f6f7;
  font-size: 14px;
  appearance: none;
  /* ブラウザデフォルトを消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}

.form-wrap .form-group label.custom-file-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f6f7;
  font-size: 14px;
  padding-left: 16px;
  cursor: pointer;
  margin-bottom: 0;
}

.file-placeholder {
  flex: 1;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-button {
  padding: 0 16px;
  background-color: #e0e0e0;
  border-left: 1px solid #ccc;
  color: #333;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* input[file] を上に透明でかぶせる */
.real-uploadfile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.upload_wrap input {
  display: none;
}

.form-note {
  padding-top: 10px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}/*# sourceMappingURL=template-parts.css.map */