@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*--------------------------
main_visual
---------------------------*/
#main_visual img {
  width: 100%;
}

.anchor {
  padding: 126px 0 0;
  margin: -126px 0 0;
}
@media only screen and (max-width: 1170px) {
  .anchor {
    padding: 80px 0 0;
    margin: -80px 0 0;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 20px 0 40px;
  }
}
#section01 .inner {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
#section01 .inner h2 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner h2 {
    margin: 0 0 20px;
  }
}
#section01 .inner ul li {
  padding: 0 5%;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li {
    padding: 0;
    margin: 0 0 40px;
  }
}
#section01 .inner ul li h3 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li h3 {
    margin: 0 0 20px;
  }
}
#section01 .inner ul li h4 {
  margin: 0 0 40px;
  padding: 0 0 0 2.5%;
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li h4 {
    padding: 0 2.5%;
    margin: 0 0 20px;
  }
}
#section01 .inner ul li figure {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 2.5%;
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li figure {
    display: block;
    padding: 0 2.5%;
  }
}
#section01 .inner ul li figure img {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li figure img {
    width: 100%;
    margin: 0 0 10px;
  }
}
#section01 .inner ul li p {
  padding: 0 5% 0 3.5%;
}
@media only screen and (max-width: 768px) {
  #section01 .inner ul li p {
    padding: 0 3.5%;
  }
}
#section01 .inner .contact_box {
  position: relative;
}
#section01 .inner .contact_box a {
  position: absolute;
  display: block;
  width: 46%;
  bottom: 8.5%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .contact_box a {
    width: 80%;
  }
}
#section01 .inner .contact_box a.tel_btn {
  left: 3.3%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .contact_box a.tel_btn {
    left: 50%;
    bottom: 25.5%;
    transform: translateX(-50%);
    pointer-events: all;
  }
}
#section01 .inner .contact_box a.mail_btn {
  right: 3.3%;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .contact_box a.mail_btn {
    left: 50%;
    right: auto;
    bottom: 5.5%;
    transform: translateX(-50%);
  }
}
#section01 .inner .contact_box a:hover {
  opacity: 0.7;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 20px 0 calc(10% + 40px);
  background-image: url(../image/sec02_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section02 h2 {
  margin: 0 0 20px;
}
#section02 h2 img {
  width: 100%;
}
#section02 .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02 .inner .item01 {
  margin: 0 0 20px;
}

/*--------------------------
section03
---------------------------*/
#section03 {
  position: relative;
  margin: -10% 0 0;
}
#section03 h2 img {
  width: 100%;
}
#section03 .content {
  padding: 2.5% 0 30px;
  background: #F2C700;
}
#section03 .content .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#section03 .content .inner .flow_list {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 .content .inner .flow_list {
    margin: 0 0 5%;
  }
}
#section03 .content .inner .flow_list li {
  text-align: center;
  padding: 0 2.5%;
}
@media only screen and (max-width: 768px) {
  #section03 .content .inner .flow_list li {
    padding: 0 1.25%;
    margin: 0 0 2.5%;
  }
}
#section03 .content .inner .contact_box {
  position: relative;
  margin: 0 0 1.75%;
}
#section03 .content .inner .contact_box a {
  position: absolute;
  display: block;
  width: 46%;
  bottom: 8.5%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section03 .content .inner .contact_box a {
    width: 80%;
  }
}
#section03 .content .inner .contact_box a.tel_btn {
  left: 3.3%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #section03 .content .inner .contact_box a.tel_btn {
    left: 50%;
    bottom: 25.5%;
    transform: translateX(-50%);
    pointer-events: all;
  }
}
#section03 .content .inner .contact_box a.mail_btn {
  right: 3.3%;
}
@media only screen and (max-width: 768px) {
  #section03 .content .inner .contact_box a.mail_btn {
    left: 50%;
    right: auto;
    bottom: 5.5%;
    transform: translateX(-50%);
  }
}
#section03 .content .inner .contact_box a:hover {
  opacity: 0.7;
}
#section03 .content .staff_wrap {
  padding: 1.25% 0;
  background: #F5961E;
}
@media only screen and (max-width: 768px) {
  #section03 .content .staff_wrap {
    padding: 2.5% 0;
  }
}
#section03 .content .staff_wrap .box {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
#section03 .content .staff_wrap .box h3 {
  margin: 0 0 1.25%;
}
@media only screen and (max-width: 768px) {
  #section03 .content .staff_wrap .box h3 {
    margin: 0 0 1.75%;
  }
}
#section03 .content .staff_wrap .box .staff_list {
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
@media only screen and (max-width: 768px) {
  #section03 .content .staff_wrap .box .staff_list {
    flex-wrap: wrap;
    padding: 0 2.5%;
  }
}
#section03 .content .staff_wrap .box .staff_list li {
  width: calc(12.5% - 8px);
}
@media only screen and (max-width: 768px) {
  #section03 .content .staff_wrap .box .staff_list li {
    width: calc(25% - 4px);
    margin: 0 0 4px;
  }
}

/*--------------------------
section04
---------------------------*/
#section04 {
  text-align: center;
  padding: 2.5% 0;
  background-image: url(../image/sec04_bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 5% 0;
  }
}
#section04 h2 {
  padding: 0 20%;
  margin: 0 0 2.5%;
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    padding: 0 5%;
  }
}
#section04 h2 img {
  width: 100%;
}
#section04 .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#section04 .inner ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 5% auto 0;
}
#section04 .inner ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .inner .txt_box {
    padding: 0 15%;
    margin: 0 0 5%;
  }
}
#section04 .inner figure {
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  #section04 .inner figure {
    padding: 0;
  }
}
#section04 .inner figure img {
  width: 100%;
}
#section04 .inner .item01 {
  margin: 0 0 2.5%;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .item01 {
    margin: 0 0 7.5%;
  }
}

/*--------------------------
section05
---------------------------*/
#section05 {
  text-align: center;
  padding: 2.5% 0;
  background-image: url(../image/sec05_bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section05 {
    padding: 5% 0;
    background-image: url(../image/sec05_bg_img_sp.png);
  }
}
#section05 figure {
  max-width: 1000px;
  margin: 0 auto;
}
#section05 .item01 {
  margin: 0 auto 1.25%;
}
@media only screen and (max-width: 768px) {
  #section05 .item01 {
    margin: 0 auto 5%;
  }
}

/*--------------------------
section06
---------------------------*/
#section06 {
  padding: 2.5% 0;
  background: #F2C700;
}
@media only screen and (max-width: 768px) {
  #section06 {
    padding: 5% 0;
  }
}
#section06 .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#section06 .inner figure {
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  #section06 .inner figure {
    padding: 0 2.5%;
  }
}

/* ----------------------
form
---------------------- */
#form {
  padding: 60px 0;
}
#form .inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
#form h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 2px solid #8A6239;
}
@media only screen and (max-width: 768px) {
  #form h2 {
    font-size: 28px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
#form .txt_box {
  padding: 0 5px;
  margin: 0 0 40px;
}
#form .txt_box p {
  line-height: 2.25;
}
#form table {
  width: 100%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #form table tr th, #form table tr td {
    display: block;
    width: 100%;
  }
}
#form table tr th {
  font-size: 20px;
  text-align: left;
  padding: 20px 15px 15px 0;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #form table tr th {
    padding: 15px 10px 0 0;
  }
}
#form table tr th span {
  font-size: 16px;
  font-weight: 700;
  color: red;
  margin: 0 0 0 6px;
}
#form table tr td {
  padding: 15px 10px;
}
@media only screen and (max-width: 768px) {
  #form table tr td {
    padding: 10px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 15px;
  border: 2px solid #8A6239;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
}
input[type=text].wide,
input[type=email].wide,
input[type=tel].wide,
input[type=number].wide,
select.wide,
textarea.wide {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide,
  input[type=number].wide,
  select.wide,
  textarea.wide {
    width: 100%;
  }
}
input[type=text].mid,
input[type=email].mid,
input[type=tel].mid,
input[type=number].mid,
select.mid,
textarea.mid {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  input[type=text].mid,
  input[type=email].mid,
  input[type=tel].mid,
  input[type=number].mid,
  select.mid,
  textarea.mid {
    width: 100%;
  }
}
input[type=text].short,
input[type=email].short,
input[type=tel].short,
input[type=number].short,
select.short,
textarea.short {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  input[type=text].short,
  input[type=email].short,
  input[type=tel].short,
  input[type=number].short,
  select.short,
  textarea.short {
    width: 100%;
  }
}

::placeholder {
  font-weight: 700;
  opacity: 0.7;
}

.syubetu_check {
  max-width: 650px;
  margin: 0 auto 40px;
}
.syubetu_check .check_p {
  padding: 0 10px 0 60px;
}

.checkbox {
  display: none;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
  padding-left: 32px;
  overflow: visible;
}

.checkbox + .checkbox-icon:before {
  content: url(../image/img_check.png);
  position: absolute;
  top: 12px;
  left: 0;
}

.checkbox:checked + .checkbox-icon:before {
  content: url(../image/img_checked.png);
}

.radio_btn img {
  display: inline-block;
  margin: 0 0 10px;
}

.column01 {
  display: flex;
  justify-content: space-between;
}
.column01 .radio_btn {
  flex-direction: column-reverse;
  width: calc(33.3333333333% - 10px);
}

.column02 {
  display: flex;
  flex-wrap: wrap;
}
.column02 .radio_btn {
  margin: 0 15px 20px 0;
}

.radio_btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: -0.75px;
}

.radio_btn:hover {
  cursor: pointer;
}

.radio_btn input {
  display: none;
}

.radio_btn input + .btn {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #A47C52;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .radio_btn input + .btn {
    width: 25px;
    height: 25px;
  }
}

.radio_btn input:checked + .btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #A47C52;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .radio_btn input:checked + .btn:after {
    width: 15px;
    height: 15px;
  }
}

.blue_btn input.btnCheck {
  display: block;
  width: 445px;
  padding: 10px 0 5px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  background: #A47C52;
  box-shadow: 0 4px 0 #56340a;
}
@media only screen and (max-width: 768px) {
  .blue_btn input.btnCheck {
    width: 90%;
    font-size: 24px;
  }
}

/*追加*/
.blue_btn input.btnCheckDis {
  display: block;
  width: 445px;
  padding: 10px 0 5px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  color: #CCC;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 4px 0 #777;
  background-color: #CAB6A9;
}
@media only screen and (max-width: 768px) {
  .blue_btn input.btnCheckDis {
    width: 90%;
    font-size: 24px;
  }
}

.frmerr {
  color: #F00;
  display: block;
  padding-top: 5px;
}

.caution {
  text-align: center;
  margin: 16px 0 0;
}

.mail_area {
  margin: 60px 0 0;
}
.mail_area a {
  width: 90%;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto;
  border-radius: 10px;
  background: #F5961E;
}
@media only screen and (max-width: 380px) {
  .mail_area a {
    font-size: 16px;
  }
}
.mail_area a:hover {
  opacity: 0.7;
}

.border_box {
  padding: 6% 0;
  margin: 40px 0 0;
  border-top: 2px solid #8A6239;
}
@media only screen and (max-width: 768px) {
  .border_box {
    padding: 40px 0;
  }
}
.border_box .caution_h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.border_box .caption_list {
  padding: 0 0 0 16px;
}
@media only screen and (max-width: 768px) {
  .border_box .caption_list {
    padding: 0;
  }
}
.border_box .caption_list li:not(:last-child) {
  margin: 0 0 20px;
}
.border_box .caption_list li p {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 768px) {
  .border_box .caption_list li p {
    font-size: 16px;
  }
}
.border_box .caption_list li p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 14px;
  left: 0;
  border-radius: 50%;
  background: #000;
}

.gray_backs {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff5c7;
  padding: 20px 20px 20px;
  border-radius: 10px;
}

.gray_backs .secombadge,
.gray_backs img,
.gray_backs .text_area {
  float: left;
}

.gray_backs .secombadge {
  width: 135px;
}

.gray_backs .text_area {
  max-width: 650px;
  margin-left: 15px;
}

.gray_backs .secombadge {
  display: block;
}

.gray_backs .secombadge input {
  display: block;
  width: auto;
  float: left;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------
section08
---------------------------*/
#section08 {
  text-align: center;
  padding: 5% 0 10%;
  background: #f2c700;
}
#section08 .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#section08 .inner figure {
  position: relative;
}
#section08 .inner figure figcaption {
  position: absolute;
  top: 48.5%;
  left: 2.5%;
}
@media only screen and (max-width: 768px) {
  #section08 .inner figure figcaption {
    top: 42.5%;
    left: 0;
  }
}
#section08 .inner figure figcaption a {
  display: block;
  width: 48.781vw;
}
@media only screen and (max-width: 768px) {
  #section08 .inner figure figcaption a {
    width: auto;
    padding: 0 5%;
  }
}
#section08 .inner figure figcaption a:hover {
  opacity: 0.7;
}

/*--------------------------
section09
---------------------------*/
#section09 {
  text-align: center;
  padding: 5% 0 10%;
  background: #f2c700;
}
#section09 .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}