@charset "UTF-8";
/*変数設定用*/
@font-face {
  font-family: "din";
  src: url("./../fonts/din.ttf");
}

.fv {
  background: url(../img/fv.png);
  background-size: cover;
  height: 650px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv {
    background-position: center;
  }
}

.fv.under {
  background: url(../img/under_fv.png);
  background-size: cover;
  height: 350px;
}

@media screen and (max-width: 767px) {
  .fv.under {
    background-position: center;
  }
}

.fv h2 {
  width: 100%;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-45%) translateX(-50%);
          transform: translateY(-45%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fv h2 {
    font-size: 2.7rem;
  }
}

.fv h1 {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  position: absolute;
  letter-spacing: 5px;
  top: 60%;
  left: 50%;
  -webkit-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
}

.fv.thanks_page_fv {
  height: 200px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .fv.thanks_page_fv {
    height: 100px;
  }
}

.concept {
  width: 100%;
  position: relative;
  padding: 60px 0;
}

.concept .copy {
  color: #ba9c3f;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  font-family: "din";
}

.concept h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin: 30px 0 50px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .concept h3 {
    font-size: 2.3rem;
  }
}

.concept .left {
  width: 33%;
  float: left;
  margin-left: 12%;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .concept .left {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 30px;
  }
}

.concept .right {
  width: 48%;
  float: right;
}

@media screen and (max-width: 767px) {
  .concept .right {
    width: 100%;
    float: none;
  }
}

.concept::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 173px 173px 0 0;
  border-color: #e5ebf1 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .concept::before {
    z-index: -1;
  }
}

.blue_list {
  width: 100%;
}

.blue_list__bk {
  background: #f0f5f9;
  padding: 40px 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .blue_list__bk {
    display: block;
  }
}

.blue_list__bk dt {
  width: 70%;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .blue_list__bk dt {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .blue_list__bk dt img {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}

.blue_list__bk dd {
  position: relative;
}

.blue_list__bk dd h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.3rem;
  margin-left: 35px;
  color: #3b6591;
  letter-spacing: 7px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .blue_list__bk dd h2 {
    margin-left: 0px;
  }
}

.blue_list__bk dd h3 {
  position: relative;
  padding-left: 190px;
  position: relative;
  font-size: 2rem;
  color: #3b6591;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: "din";
}

@media screen and (max-width: 767px) {
  .blue_list__bk dd h3 {
    padding-left: 150px;
  }
}

.blue_list__bk dd h3::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 130px;
  width: 50px;
  height: 1px;
  background: #3b6591;
}

@media screen and (max-width: 767px) {
  .blue_list__bk dd h3::before {
    left: 80px;
  }
}

.blue_list__bk dd p {
  padding-left: 130px;
  font-size: 1.4rem;
  line-height: 2.5;
  padding-right: 50px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .blue_list__bk dd p {
    padding-left: 80px;
    padding-right: 0px;
    line-height: 2;
  }
}

.blue_list__bk.blue01 {
  background: #e5ecf3;
}

.blue_list__bk.blue01 dd {
  max-width: 250px;
  margin-right: auto;
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .blue_list__bk.blue01 dd {
    max-width: 100%;
  }
}

.blue_list__bk.blue01 dd h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.3rem;
  margin-left: -35%;
  color: #3b6591;
  letter-spacing: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.blue_list__bk.blue01 dt {
  width: 65%;
  max-width: 100%;
  position: relative;
}

.blue_list__bk.blue01 dt h3 {
  letter-spacing: 2px;
  position: relative;
  font-size: 2rem;
  text-align: right;
  color: #3b6591;
  margin-bottom: 10px;
  margin-right: 120px;
  font-family: "din";
}

.blue_list__bk.blue01 dt h3::before {
  position: absolute;
  content: "";
  top: 13px;
  right: -65px;
  width: 50px;
  height: 1px;
  background: #3b6591;
}

.blue_list__bk.blue01 dt p {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2.5;
  padding-right: 50px;
}

.blue_list__bk.blue02 {
  background: #dae3eb;
}

.blue_list__bk.bluebk_vsp {
  background: #f0f5f9;
}

.blue_list__center {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.8;
  margin: 30px 0 120px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .blue_list__center {
    font-size: 2.4rem;
    margin: 30px 0 100px;
  }
}

.business {
  width: 100%;
  padding: 70px 0;
  margin: 60px 0;
  background: #e5ebf1;
  position: relative;
}

.business .container {
  position: relative;
}

.business .ttl {
  position: absolute;
  top: -150px;
  left: 0;
  font-size: 6rem;
  letter-spacing: 7px;
  font-family: "din";
}

.business .ttl::first-letter {
  color: #ba9c3f;
}

.business .ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .business ul {
    display: block;
  }
}

.business ul li {
  width: 100%;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .business ul li {
    margin: 0 0 30px 0;
  }
}

.business ul li h3 {
  margin: 20px 0;
  font-size: 1.8rem;
  text-align: center;
}

.business ul li p {
  font-size: 1.4rem;
  line-height: 2;
}

.business::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 173px 0 0 173px;
  border-color: transparent transparent transparent #3b6591;
}

.business .detail_btn {
  max-width: 450px;
  width: 100%;
  margin: auto;
  background: #ba9c3f;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  padding: 20px;
  border-radius: 30px;
}

.profile {
  width: 100%;
  padding: 50px 0 0px;
  margin-bottom: 70px;
}

.profile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .profile .container {
    display: block;
  }
}

.profile .left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .profile .left {
    width: 100%;
  }
}

.profile .right {
  width: 49%;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .profile .right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.profile .right h2 {
  margin-bottom: 30px;
  font-size: 6rem;
  letter-spacing: 7px;
  font-family: "din";
}

.profile .right h2::first-letter {
  color: #ba9c3f;
}

.profile .right h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.profile .right p {
  font-size: 1.4rem;
  line-height: 2;
}

.message {
  background: url(../img/bk_message.png);
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .message {
    height: auto;
    position: static;
    background-position: top center;
  }
}

.message h2 {
  padding-top: 220px;
  margin-bottom: 30px;
  font-size: 6rem;
  letter-spacing: 7px;
  color: #fff;
  font-family: "din";
}

@media screen and (max-width: 767px) {
  .message h2 {
    padding-top: 160px;
  }
}

.message h2::first-letter {
  color: #ba9c3f;
}

.message h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.message .wh_bk {
  width: 60%;
  position: relative;
  color: #000;
  margin-top: 70px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .message .wh_bk {
    position: static;
    margin-top: 45px;
    width: 108%;
    background: #fff;
    margin: 0 -5%;
    padding: 30px;
  }
}

.message .wh_bk::before {
  position: absolute;
  content: "";
  width: 200%;
  left: -100%;
  top: -30px;
  padding: 30px;
  height: 210px;
  background: #fff;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .message .wh_bk::before {
    display: none;
  }
}

.message .wh_bk p {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .message .wh_bk p {
    z-index: 1;
  }
}

.company {
  width: 100%;
  background: #3b6591;
  padding: 260px 0 350px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 60px 0 300px;
  }
}

.company h2 {
  margin-bottom: 30px;
  font-size: 6rem;
  letter-spacing: 5px;
  color: #fff;
  font-family: "din";
}

.company h2::first-letter {
  color: #ba9c3f;
}

.company h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.company::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #193d63 transparent transparent;
}

.company .left {
  width: 52%;
  float: left;
}

@media screen and (max-width: 767px) {
  .company .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.company .left table {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}

.company .left table th {
  padding: 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .company .left table th {
    width: 25%;
  }
}

.company .left table td {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .company .left table td {
    width: 75%;
  }
}

.company .right {
  width: 42%;
  float: right;
}

@media screen and (max-width: 767px) {
  .company .right {
    width: 100%;
    float: none;
  }
}

.gmap {
  margin-top: -250px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 300px !important;
  }
}

.contact {
  width: 100%;
}

.contact .form {
  max-width: 800px;
  margin: 70px auto 0;
}

.contact .form_list {
  width: 100%;
  margin-bottom: 30px;
}

.contact .form_list p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.contact .form_list p span {
  color: #e58100;
  margin-right: 10px;
}

.contact .form_list input,
.contact .form_list textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

.contact .form .sned_btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 60px;
}

.contact .form .sned_btn input[type="submit"] {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #ba9c3f;
  font-size: 1.6rem;
  border-radius: 30px;
}

.thanks_page {
  margin: 150px auto 400px;
}

.thanks_page h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .thanks_page h1 {
    font-size: 2rem;
  }
}

.thanks_page h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .thanks_page h2 {
    font-size: 1.4rem;
  }
}

.thanks_page .top_back_btn {
  text-align: center;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 1.6rem;
  max-width: 300px;
  display: block;
  width: 100%;
  margin: auto;
  color: #fff;
  background: #ba9c3f;
}

.form_ttl {
  text-align: center;
  margin: 20px auto;
  font-size: 1.6rem;
}

.under_fv {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(0);
}

.under_fv .ttl {
  font-size: 9rem;
  font-weight: normal;
  font-family: "din";
  position: static;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}

@media screen and (max-width: 767px) {
  .under_fv .ttl {
    font-size: 6rem;
  }
}

.under_fv .ttl span {
  color: #ba9c3f;
}

.under_fv .sub_ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.business_md {
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  .business_md {
    padding: 35px 0;
  }
}

.business_md h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .business_md h2 {
    margin-bottom: 20px;
  }
}

.business_md h2 .small {
  font-size: 1.8rem;
  font-weight: normal;
}

.business_md h2 .gold {
  color: #ba9c3f;
}

.business_md .txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .business_md .txt {
    font-size: 1.6rem;
  }
}

.business_wrap {
  background: #e5ebf1;
  padding: 130px 0 70px;
}

@media screen and (max-width: 767px) {
  .business_wrap {
    padding: 50px 0;
  }
}

.business_wrap .business_list {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .business_wrap .business_list {
    margin-bottom: 40px;
  }
}

.business_wrap .business_list:last-of-type {
  margin-bottom: 0;
}

.business_wrap .fl {
  float: left;
}

@media screen and (max-width: 767px) {
  .business_wrap .fl {
    float: none;
  }
}

.business_wrap .fr {
  float: right;
}

@media screen and (max-width: 767px) {
  .business_wrap .fr {
    float: none;
  }
}

.business_wrap .thum {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .business_wrap .thum {
    width: 100%;
    margin-bottom: 20px;
  }
}

.business_wrap .detail {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .business_wrap .detail {
    width: 100%;
  }
}

.business_wrap .detail h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "din";
  letter-spacing: 7px;
}

@media screen and (max-width: 767px) {
  .business_wrap .detail h2 {
    margin-bottom: 10px;
  }
}

.business_wrap .detail h2:first-letter {
  color: #ba9c3f;
}

.business_wrap .detail h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .business_wrap .detail h3 {
    margin-bottom: 20px;
  }
}

.business_wrap .detail .catch {
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 25px;
}

.business_wrap .detail .txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}

.business_wrap .detail dl {
  margin-bottom: 20px;
}

.business_wrap .detail dl dt {
  color: #657a8e;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.business_wrap .detail dl dd {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}
/*# sourceMappingURL=style.css.map */