@charset "UTF-8";
.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/contact/contact_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 170px;
}
.sec01 .check_header {
  text-align: center;
  margin-bottom: 50px;
}
.sec01 .check_header .check_en {
  font-size: 60px;
  font-family: serif;
  color: #A48535;
  letter-spacing: 0.2em;
  opacity: 40%;
  position: relative;
  bottom: 40px;
  line-height: 1;
  text-align: center;
}
.sec01 .check_header .check_title {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}
.sec01 .check_box {
  background-color: rgba(243, 241, 234, 0.5);
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sec01 .check_list {
  list-style: none;
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
  padding: 0 100px;
}
.sec01 .check_list .check_item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sec01 .check_list .check_item img {
  flex-shrink: 0;
  width: 46px;
  height: 34px;
}
.sec01 .check_list .check_item span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec01 .circle_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.sec01 .circle_list .circle {
  width: 217px;
  height: 217px;
  border-radius: 50%;
  background: #2F8969;
  box-shadow: 0 0 0 10px rgba(47, 137, 105, 0.4);
}
.sec01 .circle_list .circle.green {
  background: #3E9D7E;
}
.sec01 .circle_list .circle.gold {
  background: #A48535;
  box-shadow: 0 0 0 10px rgba(164, 133, 53, 0.4);
}
.sec01 .circle_list .circle .circle_text {
  width: 217px;
  height: 217px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec01 .circle_list .circle .circle_text span {
  font-size: 22px;
  font-weight: normal;
}
.sec01 .check_bottom {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    padding: 0;
  }
  .sec01 .check_box {
    padding: 0 0 10.6vw;
    max-width: 100%;
  }
  .sec01 .check_header {
    margin-bottom: 5vw;
    padding-top: 0;
  }
  .sec01 .check_header .check_en {
    font-size: 10vw;
    bottom: 6vw;
    margin-bottom: 0;
    opacity: 40%;
  }
  .sec01 .check_header .check_title {
    font-size: 5.3vw;
  }
  .sec01 .check_list {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin-bottom: 10vw;
    padding: 0 4vw;
  }
  .sec01 .check_list .check_item {
    gap: 3.2vw;
  }
  .sec01 .check_list .check_item img {
    width: 8vw;
    height: auto;
    flex-shrink: 0;
    min-width: initial;
  }
  .sec01 .check_list .check_item span {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec01 .circle_list {
    gap: 1vw 6vw;
    margin-bottom: 8vw;
    padding: 0 3vw;
    flex-wrap: wrap;
  }
  .sec01 .circle_list .circle {
    width: 37vw;
    height: 37vw;
    box-shadow: 0 0 0 2vw rgba(47, 137, 105, 0.4);
  }
  .sec01 .circle_list .circle.gold {
    box-shadow: 0 0 0 2vw rgba(164, 133, 53, 0.4);
  }
  .sec01 .circle_list .circle .circle_text {
    width: 37vw;
    height: 37vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .sec01 .circle_list .circle .circle_text span {
    font-size: 4vw;
  }
  .sec01 .check_bottom {
    font-size: 4vw;
    padding: 0 3vw;
    letter-spacing: 0.1em;
  }
}

.sec02 {
  margin-bottom: 270px;
}
.sec02 .inner {
  padding: 0 100px;
}
.sec02 .c_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #A48535;
  margin-bottom: 100px;
}
.sec02 .c_flex .tel_icon {
  flex-shrink: 0;
}
.sec02 .c_flex .tel_icon img {
  width: 70px;
  height: 70px;
  display: block;
}
.sec02 .c_flex .tel_title {
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
}
.sec02 .flexbox {
  display: flex;
  gap: 50px;
  max-width: 930px;
  margin: 0 auto;
  align-items: stretch;
}
.sec02 .flexbox .box {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
}
.sec02 .flexbox .box_tajimi {
  border: 3px solid #2F8969;
}
.sec02 .flexbox .box_tajimi .box_header {
  background: #2F8969;
  padding: 14px 20px;
}
.sec02 .flexbox .box_tajimi .box_header .office_name {
  font-size: 40px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec02 .flexbox .box_tajimi .box_header .office_en {
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.3;
}
.sec02 .flexbox .box_nagoya {
  border: 3px solid #45738E;
}
.sec02 .flexbox .box_nagoya .box_header {
  background: #45738E;
  padding: 14px 20px;
}
.sec02 .flexbox .box_nagoya .box_header .office_name {
  font-size: 40px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.sec02 .flexbox .box_nagoya .box_header .office_en {
  line-height: 1.3;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
}
.sec02 .flexbox .box_tajimi .box_body,
.sec02 .flexbox .box_nagoya .box_body {
  padding: 16px 20px;
  background-color: #fff;
}
.sec02 .flexbox .box_tajimi .box_body .tel_row,
.sec02 .flexbox .box_nagoya .box_body .tel_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.sec02 .flexbox .box_tajimi .box_body .tel_row .label,
.sec02 .flexbox .box_nagoya .box_body .tel_row .label {
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
  color: #2F8969;
}
.sec02 .flexbox .box_tajimi .box_body .tel_row .tel_num,
.sec02 .flexbox .box_nagoya .box_body .tel_row .tel_num {
  font-size: clamp(30px, 2.638vw, 38px);
  font-weight: bold;
  color: #333;
  font-family: serif;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.sec02 .flexbox .box_tajimi .box_body .tel_time,
.sec02 .flexbox .box_nagoya .box_body .tel_time {
  font-size: clamp(14px, 1.389vw, 20px);
  margin-bottom: 10px;
}
.sec02 .flexbox .box_nagoya .box_body .tel_row .label,
.sec02 .flexbox .box_nagoya .box_body .fax_row .label {
  color: #45738E;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5.3vw;
  }
  .sec02 .c_flex {
    gap: 3.2vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
  .sec02 .c_flex .tel_icon img {
    width: 10vw;
    height: 10vw;
  }
  .sec02 .c_flex .tel_title {
    font-size: 4.8vw;
  }
  .sec02 .flexbox {
    flex-direction: column;
    gap: 6.4vw;
    max-width: 100%;
  }
  .sec02 .flexbox .box_tajimi .box_header,
  .sec02 .flexbox .box_nagoya .box_header {
    padding: 1vw 4vw;
  }
  .sec02 .flexbox .box_tajimi .box_header .office_name,
  .sec02 .flexbox .box_nagoya .box_header .office_name {
    font-size: 6.1vw;
  }
  .sec02 .flexbox .box_tajimi .box_header .office_en,
  .sec02 .flexbox .box_nagoya .box_header .office_en {
    font-size: 3.2vw;
  }
  .sec02 .flexbox .box_tajimi .box_body,
  .sec02 .flexbox .box_nagoya .box_body {
    padding: 2vw 4vw;
  }
  .sec02 .flexbox .box_tajimi .box_body .tel_row,
  .sec02 .flexbox .box_nagoya .box_body .tel_row {
    gap: 2.6vw;
  }
  .sec02 .flexbox .box_tajimi .box_body .tel_row .label,
  .sec02 .flexbox .box_nagoya .box_body .tel_row .label {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
  .sec02 .flexbox .box_tajimi .box_body .tel_row .tel_num,
  .sec02 .flexbox .box_nagoya .box_body .tel_row .tel_num {
    font-size: 7.5vw;
  }
  .sec02 .flexbox .box_tajimi .box_body .tel_time,
  .sec02 .flexbox .box_nagoya .box_body .tel_time {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

.sec03 {
  margin-bottom: 235px;
}
.sec03 .inner {
  padding: 0 100px;
}
.sec03 .c_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #A48535;
  margin-bottom: 100px;
}
.sec03 .c_flex .mail_icon {
  flex-shrink: 0;
}
.sec03 .c_flex .mail_icon img {
  width: 100px;
  height: 100px;
  display: block;
}
.sec03 .c_flex .mail_title {
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
}
.sec03 .table {
  margin: 0 auto;
}
.sec03 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.sec03 .t_title {
  width: 410px;
  min-width: 37%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec03 .t_data {
  width: 574px;
  max-width: 63%;
}
.sec03 .columnradio .radioitem {
  margin-bottom: 35px;
}
.sec03 .columnradio .radioitem:last-child {
  margin-bottom: 0;
}
.sec03 .row:nth-of-type(1) {
  padding-top: 40px;
  box-sizing: border-box;
}
.sec03 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec03 .row:nth-of-type(1) .radiolist {
  width: 600px;
  display: flex;
}
.sec03 .radio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: text-top;
}
.sec03 .radio:checked {
  border-color: #333;
  background-color: #A48535;
  box-shadow: inset 0 0 0 3px #fff;
}
.sec03 .radioitem {
  display: flex;
  align-items: center;
}
.sec03 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec03 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec03 .t_data input.i_text,
.sec03 .t_data textarea {
  width: 600px;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec03 .t_data.radiobox p {
  display: inline-block;
}
.sec03 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec03 .t_data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 25px;
  background-image: url(/images/entry/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  padding: 10px 25px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec03 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec03 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 60px 0 10px;
}
.sec03 .contact_row .radiolist {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.sec03 .t_data textarea {
  height: 272px !important;
  width: 546px !important;
}
.sec03 .required {
  background: #F9E9E9;
  color: #E94925;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 4px;
  vertical-align: 0;
  margin-left: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.sec03 .agree_btn {
  margin: 0 auto 20px;
  text-align: center;
}
.sec03 .agree_btn label {
  font-size: 18px;
}
.sec03 .agree_btn a {
  text-decoration: underline;
}
.sec03 .submit_btn {
  width: 360px;
  height: 90px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
  position: relative;
  font-weight: bold;
}
.sec03 .submit_btn::after {
  content: "＞";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #A48535;
  line-height: 1;
  text-align: center;
}
.sec03 .submit_btn input {
  width: 100%;
  height: 100%;
  background: rgba(164, 133, 53, 0.2);
  border: 2px solid #A48535;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #333;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
  border-radius: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .sec03 .submit_btn input:hover {
    background: #A48535;
    color: #fff;
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec03 .submit_btn:has(input:hover)::after {
    color: #fff;
  }
}
.sec03 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec03 .g-recaptcha {
  width: 300px;
  margin: 0 auto 90px;
}
.sec03 .warning {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
}
.sec03 .bottom_box {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 80px;
  height: 350px;
  overflow-y: scroll;
}
.sec03 .bottom_box .privacy {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #b40e2a;
}
.sec03 .bottom_box .privacy_text {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .bottom_box .privacy_text .bold {
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
    padding: 0;
    box-sizing: border-box;
  }
  .sec03 .inner {
    padding: 0 5.3vw;
  }
  .sec03 .c_flex {
    gap: 3.2vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
  .sec03 .c_flex .mail_icon img {
    width: 16vw;
    height: 16vw;
  }
  .sec03 .c_flex .mail_title {
    font-size: 4.8vw;
  }
  .sec03 .required {
    font-size: 3vw;
    padding: 3px 2vw;
    margin-left: 2vw;
    border-radius: 1vw;
  }
  .sec03 .contact_row .t_data .radiolist {
    display: flex;
    gap: 3vw;
    justify-content: flex-start;
    flex-direction: row;
  }
  .sec03 .contact_row .radioitem label {
    font-size: 4vw;
    margin: 0 4vw 0 2vw;
  }
  .sec03 .columnradio .radioitem {
    margin-bottom: 1vw;
  }
  .sec03 .columnradio .radioitem:last-child {
    margin-bottom: 0;
  }
  .sec03 .table {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec03 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 10vw;
    padding: 0;
  }
  .sec03 .t_title {
    display: block;
    width: 100%;
    margin: 0 0 2vw;
    padding-left: 0;
    font-size: 4vw;
    font-weight: 500;
  }
  .sec03 .t_title label {
    font-size: 4vw;
  }
  .sec03 .t_data {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 5vw;
  }
  .sec03 .t_data input.i_text,
  .sec03 .t_data textarea {
    width: 100%;
    padding: 2.6vw;
    font-size: 3.75vw;
    max-width: none;
    box-sizing: border-box;
  }
  .sec03 .t_data textarea {
    width: 100% !important;
    height: 55vw !important;
    max-width: none;
  }
  .sec03 .t_data.radiobox label {
    font-size: 4vw;
    margin: 0 4vw 0 2vw;
  }
  .sec03 .radio {
    width: 4.4vw;
    height: 4.4vw;
    flex-shrink: 0;
  }
  .sec03 .t_data .radiolist {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    width: 100%;
  }
  .sec03 .agree_btn {
    width: 100%;
    margin: 0 auto 5.3vw;
    text-align: center;
  }
  .sec03 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec03 .agree_btn label {
    font-size: 4vw;
  }
  .sec03 .warning {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .sec03 .g-recaptcha {
    width: 100%;
    margin: 0 auto 8vw;
    display: flex;
    justify-content: center;
  }
  .sec03 .submit_btn {
    width: 80vw;
    height: 16.5vw;
    margin: 0 auto 13.8vw;
  }
  .sec03 .submit_btn::after {
    right: 4vw;
    font-size: 4vw;
  }
  .sec03 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    max-width: none;
    color: #333;
  }
}

.thanks_sec {
  padding: 0 0 200px;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
.thanks_sec .to_top {
  text-align: center;
  margin: 50px auto;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
  .thanks_sec .to_top {
    text-align: center;
    margin: 10vw auto;
    font-size: 4vw;
  }
}/*# sourceMappingURL=contact.css.map */