@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
  padding: 0 0 150px;
}

.page_main_block section:last-of-type {
  padding-bottom: 0;
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.page_main_ttl {
  position: relative;
  padding: 90px 0;
  background: #f7f6e7;
  z-index: 2;
  margin-top: 120px;
}

@media (max-width: 1024px) {
  .page_main_ttl {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .page_main_ttl {
    margin-top: 65px;
    padding: 45px 0;
  }
}

.page_main_ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/page-ttl-bg.jpg) no-repeat top right/cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .page_main_ttl:after {
    background: url(../img/common/page-ttl-bg.jpg) no-repeat top right 30%/cover;
  }
}

.page_main_ttl .ttl {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-family: "Cinzel", serif;
  font-weight: 400;
}

.page_main_ttl .jp {
  display: block;
  letter-spacing: 0.3em;
  color: #636363;
  font-size: clamp(1.3rem, 1.5vw, 2rem);
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
  padding: 30px 0;
}

.bread_crumb li {
  display: inline-block;
  color: #000;
}

.bread_crumb li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #636363;
  border-right: 0;
  margin: 0 0.8em;
}

.bread_crumb li:last-child:after {
  content: none;
}

.bread_crumb li a {
  color: inherit;
}

.bread_crumb li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bread_crumb li span {
  color: inherit;
  font-size: 1.4rem;
}

.bread_crumb li a:hover span {
  text-decoration: underline;
  color: #314e52;
}

/*====================================================*/
/* business_page_block */
/*====================================================*/
.business_top_block .mb130 {
  margin-bottom: 130px;
}

.business_page_list {
  width: 100%;
  max-width: 1728px;
  margin: auto;
}

@media (max-width: 768px) {
  .business_page_list {
    width: calc(100% - 30px);
  }
}

.business_page_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .business_page_list li {
    display: block;
  }
}

.business_page_list li:not(:last-child) {
  margin-bottom: 60px;
}

.business_page_list li .img {
  width: 40%;
}

@media (max-width: 768px) {
  .business_page_list li .img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
}

.business_page_list li .txt_box {
  width: 53%;
  padding-right: calc(50% - 650px);
}

@media (max-width: 768px) {
  .business_page_list li .txt_box {
    width: 100%;
    padding-right: 0;
  }
}

.business_page_list li:nth-child(odd) {
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .business_page_list li:nth-child(odd) {
    display: block;
  }
}

.business_page_list li:nth-child(odd) .txt_box {
  padding-left: calc(50% - 650px);
  padding-right: 0;
}

@media (max-width: 768px) {
  .business_page_list li:nth-child(odd) .txt_box {
    padding-left: 0;
  }
}

.business_page_list li .num {
  position: relative;
  display: block;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
  color: #314e52;
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  font-family: "Cinzel", serif;
  font-weight: 400;
}

.business_page_list li .ttl {
  margin-bottom: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #314e52;
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.business_page_list li p {
  color: #636363;
}

/*====================================================*/
/* company_page_block */
/*====================================================*/
.company_message_block .name {
  text-align: right;
  font-size: 1.8rem;
}

.company_message_block .name small {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}

.company_about_block {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.company_about_block:after {
  position: absolute;
  bottom: -50px;
  right: 0;
  content: "";
  width: 30%;
  max-width: 414px;
  height: 100%;
  background: url(../img/common/logo-ico-white.svg) no-repeat bottom right/contain;
  z-index: -1;
}

@media (max-width: 768px) {
  .company_about_block:after {
    bottom: -15px;
  }
}

.company_about_block .img {
  position: relative;
  width: 30%;
  max-width: 280px;
  padding: 45px 52px;
  background: #fff;
  z-index: 2;
}

@media (max-width: 768px) {
  .company_about_block .img {
    padding: 5%;
  }
}

.company_about_block .bottom_box {
  margin-top: -127px;
}

@media (max-width: 768px) {
  .company_about_block .bottom_box {
    margin-top: -80px;
  }
}

.company_about_block .bottom_box .bg_yellow {
  position: relative;
  width: 83%;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15px;
  text-align: right;
  background: none;
}

@media (max-width: 1024px) {
  .company_about_block .bottom_box .bg_yellow {
    width: 94%;
  }
}

.company_about_block .bottom_box .bg_yellow:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100%;
  background: #f7f6e7;
  z-index: -2;
}

.company_about_block .bottom_box .txt_base {
  display: inline-block;
}

.company_about_block .bottom_box .txt_base p {
  line-height: 3;
  text-align: center;
}

.company_table {
  width: 100%;
}

@media (max-width: 768px) {
  .company_table {
    display: block;
  }
}

@media (max-width: 768px) {
  .company_table tbody {
    display: block;
  }
}

@media (max-width: 768px) {
  .company_table tr {
    display: block;
  }
}

.company_table tr th,
.company_table tr td {
  border-bottom: solid 1px #f0efec;
  padding: 1.5em 4em;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .company_table tr th,
  .company_table tr td {
    display: block;
    padding: 1.5em 0;
  }
}

.company_table tr:first-child th,
.company_table tr:first-child td {
  border-top: solid 1px #f0efec;
}

@media (max-width: 768px) {
  .company_table tr:first-child td {
    border-top: none;
  }
}

.company_table tr th {
  width: 12em;
  padding-right: 2em;
  vertical-align: top;
}

@media (max-width: 768px) {
  .company_table tr th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.company_table tr td {
  width: calc(100% - 12em);
}

@media (max-width: 768px) {
  .company_table tr td {
    width: 100%;
  }
}

.company_table tr .map_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  padding-top: 46%;
}

@media (max-width: 768px) {
  .company_table tr .map_box {
    padding-top: 60%;
  }
}

.company_table tr .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_table .map_link {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .company_table .map_link {
    display: block;
    margin-left: 0;
    padding-top: 10px;
  }
}

.company_table .map_link a {
  display: inline-block;
  color: #314e52;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.company_table .map_link a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(../img/common/ico-map.svg) no-repeat center/contain;
  vertical-align: middle;
}

.company_table .map_link a:hover {
  opacity: .7;
}

/*====================================================*/
/* contact_page_block */
/*====================================================*/
.contact_top_txt {
  margin-bottom: 100px;
  padding-top: 50px;
}

/********************************************/
/* mailform */
/********************************************/
.form_table {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .form_table {
    display: block;
  }
  .form_table tbody {
    display: block;
  }
  .form_table tr {
    display: block;
    padding: 15px 0;
  }
}

.form_table th,
.form_table td {
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .form_table th,
  .form_table td {
    display: block;
  }
}

.form_table th {
  width: 18em;
  padding: 2.2em 3.5em 1em 0;
}

@media (max-width: 768px) {
  .form_table th {
    width: 100%;
    padding: 0 3.5em 1em 0;
  }
}

.form_table td {
  padding: 1.5em 3em;
  padding-right: 0;
}

@media (max-width: 768px) {
  .form_table td {
    padding: 0;
  }
}

.form_table .required th {
  position: relative;
}

.form_table .required th:after {
  position: absolute;
  top: 2.4em;
  right: 0;
  content: "必須";
  padding: 0.2em 0.7em;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .form_table .required th:after {
    top: 0;
    font-size: 1.1rem;
  }
}

#mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .form_table th {
  padding-top: 1.5em;
}

@media (max-width: 768px) {
  #mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .form_table th {
    padding-top: 0;
  }
}

#mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .form_table .required th:after {
  top: 1.5em;
}

@media (max-width: 768px) {
  #mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .form_table .required th:after {
    top: 0;
  }
}

@media (max-width: 768px) {
  #mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .form_table .radio_button {
    padding-top: 0;
  }
}

#mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .policy_box {
  display: none;
}

#mw_wp_form_mw-wp-form-25.mw_wp_form_confirm.mw_wp_form_preview .agree_box {
  display: none;
}

.error {
  padding-top: 1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 13px 10px;
  border: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}

textarea {
  height: 14em;
}

.policy_box {
  width: 100%;
  max-width: 590px;
  height: 150px;
  margin: 0 auto 40px;
  padding: 20px 25px;
  border: solid 1px #ccc;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .policy_box {
    height: 200px;
  }
}

.policy_box .ttl {
  margin-bottom: 0.8em;
  color: #636363;
  font-size: 1.3rem;
}

.policy_box p {
  color: #636363;
}

.submit_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 90px auto 5px;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit_btn:after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  box-sizing: border-box;
  background: transparent;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit_btn .input_btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(1.0em + 5px) 1em 1em;
  border: solid 1px #000;
  box-sizing: border-box;
  background: transparent;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-family: "Cinzel", serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.submit_btn:hover .input_btn {
  background: #314e52;
  border-color: #314e52;
  color: #fff;
}

.submit_btn:hover:after {
  background: #314e52;
  border-color: #314e52;
}

.checkbox-input {
  display: inline-block;
}

.form_box .checkbox-input label span {
  display: inline-block;
  position: relative;
  padding: 0.35em 0 0.35em 35px;
  font-size: 1.4rem;
}

.form_box .checkbox-input label span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  border: solid 1px #ccc;
  background: #fff;
}

.form_box .checkbox-input > span {
  display: block;
  margin-bottom: 1em;
}

.form_box .checkbox-input > span:last-child {
  margin-bottom: 0;
}

.form_box .checkbox-input label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: auto;
  bottom: 0;
  left: 8px;
  width: 6px;
  height: 12px;
  margin: auto;
  transform: rotate(40deg);
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
}

.form_table input[type=radio] {
  display: none;
}

.form_table input[type=radio]:checked + span:before {
  opacity: 1;
}

.form_table .radio_button {
  padding-top: 2.2em;
}

@media (max-width: 1024px) {
  .form_table .radio_button {
    padding-top: 0;
  }
}

.form_table .radio_button > span {
  margin-bottom: 5px;
}

.form_table .radio_button label span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 1.3em 1em 0;
  padding: 0.4em 0 0.4em 35px;
  vertical-align: middle;
  font-size: 1.4rem;
  cursor: pointer;
}

.form_table .radio_button label span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 20px;
  box-sizing: border-box;
  content: '';
}

.form_table .radio_button label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
  z-index: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/

/*# sourceMappingURL=page.css.map */