@charset "UTF-8";
/*! Boilerplate */
/* Common
 ===================== */
.min {
  font-family: YuMincho,'Yu Mincho',serif;
}

.bold {
  font-weight: bold !important;
}

.center {
  text-align: center;
}

.col-head span {
  color: #e60012;
}

.content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 0 4%;
  }
}

/* main
 ===================== */
.menu {
  position: fixed;
  right: 0;
  top: 30px;
  width: 115px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .menu {
    width: 82vw;
    height: 100vh;
    top: 0;
    left: 100%;
    overflow: hidden;
    background-color: #eee;
    border-left: 3px solid #000;
    padding: 9vw 13% 5vw 5%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .menu.open {
    left: 18%;
  }
}

@media screen and (max-width: 767px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu__list .menu__item {
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .menu__list .menu__item a {
    padding: 4.8vw 0;
  }
  .menu__list .menu__item:after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu__list .menu__item:first-child:before, .menu__list .menu__item:nth-child(2):before {
    content: "";
    width: 30%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu__list .menu__item.active:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f29700;
    position: absolute;
    left: -16px;
    top: 18px;
  }
}

.menu__list .menu__item a {
  display: block;
}

.menu__list .menu__item a:hover {
  text-decoration: none;
}

.menu__list .menu__item .en {
  display: block;
  font-size: 7px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .en {
    font-size: 2.1vw;
  }
}

.menu__list .menu__item .en:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 8em;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .en:before {
    content: none;
  }
}

.menu__list .menu__item .en:after {
  content: "";
  width: 100%;
  height: 0;
  /*					background-color: rgba(255,255,255,0.01);*/
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 0 13px 6px #fff;
          box-shadow: 0 0 13px 6px #fff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .en:after {
    content: none;
  }
}

.menu__list .menu__item .en b {
  font-size: 12px;
  margin: 0 5px 0 2px;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .en b {
    font-size: 3.2vw;
  }
}

.menu__list .menu__item .menu__txt {
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .menu__txt {
    font-size: 3.3vw;
  }
}

.menu__list .menu__item .menu__txt:after {
  content: "";
  width: 100%;
  height: 0;
  /*					background-color: rgba(255,255,255,0.01);*/
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 0 14px 8px #fff;
          box-shadow: 0 0 14px 8px #fff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .menu__list .menu__item .menu__txt:after {
    content: none;
  }
}

.menu__ttl {
  width: 77%;
  margin: 0 auto 7vw;
}

.side__inquiry {
  margin-left: -45px;
}

.side__inquiry img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.side__btns {
  position: fixed;
  right: 10px;
  bottom: 3vw;
  z-index: 2;
}

.side__btns .side__btn-menu,
.side__btns .side__btn-inq {
  width: 12vw;
}

.side__btns .side__btn-menu {
  position: relative;
}

.side__btns .side__btn-menu .line {
  position: absolute;
  width: 20px;
  height: 1px;
  top: 41%;
  left: calc(50% - 10px);
  background-color: #000;
}

.side__btns .side__btn-menu .line:before, .side__btns .side__btn-menu .line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.side__btns .side__btn-menu .line:before {
  top: -6px;
}

.side__btns .side__btn-menu .line:after {
  bottom: -6px;
}

.side__btns .side__btn-menu.active .line {
  height: 0;
}

.side__btns .side__btn-menu.active .line:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.side__btns .side__btn-menu.active .line:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.side__btns .side__btn-inq {
  margin-top: 3vw;
}

/* main
 ===================== */
.main {
  background-image: url(../images/mainvis01.jpg);
  background-size: cover;
  background-position: top center;
  height: 670px;
  padding-top: 1px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main {
    background-image: url(../images/mainvis01_sp.jpg);
    height: 125vw;
  }
}

.main.type1 {
  background-image: url(../images/mainvis01.jpg);
}

@media screen and (max-width: 767px) {
  .main.type1 {
    background-image: url(../images/mainvis01_sp.jpg);
  }
}

.main.type2 {
  background-image: url(../images/mainvis02.jpg);
}

@media screen and (max-width: 767px) {
  .main.type2 {
    background-image: url(../images/mainvis02_sp.jpg);
  }
}

.main__txt {
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  margin: 85px auto 75px;
}

@media screen and (max-width: 767px) {
  .main__txt {
    font-size: 4vw;
    margin-top: 14.5vw;
    margin-bottom: 12vw;
  }
}

.main__ttl {
  width: 525px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main__ttl {
    width: 70%;
  }
}

.main__arr {
  width: 42px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 21px);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

@media screen and (max-width: 767px) {
  .main__arr {
    width: 36px;
  }
}

.main__arr img {
  opacity: 1;
}

.main__arr:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/* lead
 ===================== */
.lead {
  padding: 50px 0;
}

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

.lead h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .lead h2 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}

.lead .txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 515px;
}

@media screen and (max-width: 767px) {
  .lead .txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .lead .txt {
    width: 80%;
  }
}

/* list
 ===================== */
.list {
  background-color: #675c47;
  color: #fff;
  padding: 50px 0 15px;
}

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

.list h2 {
  width: 210px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .list h2 {
    width: 40vw;
    margin-bottom: 25px;
  }
}

.list .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .list .list-wrap {
    margin: 0 10px;
  }
}

.list .list__item {
  width: 46.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 767px) {
  .list .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 47.6%;
    margin-bottom: 30px;
  }
}

.list .list__item:hover {
  opacity: 0.8;
}

.list .list__panel {
  width: 37%;
}

@media screen and (max-width: 767px) {
  .list .list__panel {
    width: 100%;
    margin-bottom: 15px;
  }
}

.list .list__panel img {
  opacity: 1;
}

.list .list__panel + div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #fff;
  margin-left: 14px;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .list .list__panel + div {
    margin-left: 0;
    padding-left: 2vw;
  }
}

.list .list__ttl {
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .list .list__ttl {
    font-size: 2vw;
    margin-bottom: 10px;
  }
}

.list .list__ttl b {
  font-size: 16px;
  margin: 0 10px 0 3px;
}

@media screen and (max-width: 767px) {
  .list .list__ttl b {
    font-size: 3.1vw;
    margin-right: 5px;
  }
}

.list .list__ttl span {
  font-size: 17px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .list .list__ttl span {
    font-size: 2.9vw;
  }
}

.list .list__txt {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list .list__txt {
    font-size: 10px;
  }
}

/* sec
 ===================== */
@media screen and (max-width: 767px) {
  .sec .content {
    padding: 0;
  }
}

.sec:nth-child(2n-1) {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .sec:nth-child(2n-1) {
    padding: 30px 0 10px;
  }
}

.sec:nth-child(2n) {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .sec:nth-child(2n) {
    padding: 30px 0 10px;
  }
}

.sec:nth-child(2n) .content {
  max-width: 880px;
}

.sec h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec h2 {
    width: 58%;
    margin-right: auto;
    margin-left: auto;
  }
}

.sec__sub {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sec__sub {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 4%;
  }
}

.sec .box-wrap {
  position: relative;
}

.sec .box-wrap .box01 {
  width: 59%;
  max-width: 455px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .box01 {
    width: 100%;
    max-width: none;
  }
}

.sec .box-wrap .txt02 {
  width: 60%;
  max-width: 465px;
  margin-top: -165px;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .txt02 {
    max-width: none;
    margin: -30px auto 0;
    width: 85%;
  }
}

.sec .box-wrap .txt02 .box-bg {
  background-color: #e6e3de;
  padding: 40px 45px 90px 40px;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .txt02 .box-bg {
    padding: 5.6vw 5.6vw 8vw;
  }
}

.sec .box-wrap .txt02__img {
  width: 76%;
  max-width: 325px;
  position: absolute;
  right: 30px;
  top: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .txt02__img {
    width: 46%;
    right: -9%;
    top: calc(100% - 20px);
  }
}

.sec .box-wrap .txt04 {
  width: 45.5%;
  max-width: 350px;
  padding: 35px 0 0;
  margin-top: -170px;
  /*			background-color: rgba(0,0,0,.05);*/
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .txt04 {
    margin-top: 0;
    max-width: none;
    padding: 6vw 10%;
    width: 100%;
  }
}

.sec .box-wrap--rev .box01 {
  margin-right: 70px;
  margin-left: auto;
}

.sec .box-wrap--rev .txt02 {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap--rev .txt02 {
    margin-left: auto;
  }
}

.sec .box-wrap--rev .txt02 .box-bg {
  background-color: #fff;
}

.sec .box-wrap--rev .txt02__img {
  left: 40px;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap--rev .txt02__img {
    left: -13%;
    right: auto;
  }
}

.sec .box-wrap--rev .txt04 {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap--rev .txt04 .box__ttl {
    margin-left: 40%;
  }
  .sec .box-wrap--rev .txt04 .box__ttl + img {
    margin-left: 40%;
  }
}

.sec .box-wrap .box__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .box__ttl {
    font-size: 4vw;
    margin-bottom: 15px;
  }
  .sec .box-wrap .box__ttl + img {
    width: 71%;
    margin-bottom: 5vw;
  }
  .sec .box-wrap .box__ttl + img.img--s {
    width: 67%;
  }
}

.sec .box-wrap .box__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .box__txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .box__txt {
    font-size: 12px;
    margin-top: 15px;
  }
}

.sec .box-wrap .box__link {
  margin-top: 30px;
  text-align: center;
}

.sec .box-wrap .box__link a {
  display: inline-block;
  color: #172a87;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #172a87;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media screen and (max-width: 767px) {
  .sec .box-wrap .box__link a {
    font-size: 13px;
  }
}

.sec .box-wrap .box__link a:hover {
  opacity: 0.8;
}

/* type02~10
 ===================== */
.sec.type01 .txt02 .box-bg,
.type02 {
  background-color: #e6e3de;
}

.sec.type03 .txt02 .box-bg,
.type04 {
  background-color: #f7f1d7;
}

.sec.type05 .txt02 .box-bg,
.type06 {
  background-color: #edeef9;
}

.sec.type07 .txt02 .box-bg,
.type08 {
  background-color: #edf7f5;
}

.sec.type09 .txt02 .box-bg,
.type10 {
  background-color: #fff8f5;
}

/* block
 ===================== */
.block {
  padding: 50px 0;
}

/* block
 ===================== */
.block {
  padding: 50px 0;
}

/* inquiry
 ===================== */
.inquiry {
  padding: 50px 0;
}

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

.inquiry h2 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 48px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .inquiry h2 {
    font-size: 5.5vw;
    margin-bottom: 25px;
  }
}

.inquiry .txt {
  font-size: 16px;
  line-height: 1.8;
  max-width: 550px;
  margin: 0 auto 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inquiry .txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry .txt {
    margin-bottom: 50px;
  }
}

.inquiry .txt p + p {
  margin-top: 20px;
}

/**** form
---------------------------------------------------*/
.inquiry-wrap {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-animation: pagefadeIn 2s ease 0s 1 normal;
          animation: pagefadeIn 2s ease 0s 1 normal;
}

div.checkbox {
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 3px;
}

.form_area {
  padding-bottom: 80px;
}

/*.form_area h2{
  margin: 0 0 1em;
}*/
.form_area h2 + p {
  margin: 0 0 30px;
}

.form_area h2 + p span {
  color: #e50012;
  font-weight: bold;
}

.form_area h3 {
  border-bottom: 6px solid #eee9d9;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.form_area table {
  width: 100%;
  margin: 0 0 50px;
  border: 1px solid #cbcbcb;
}

.form_area table tr {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

.form_area table th {
  width: calc(15% - 20px);
  width: -webkit-calc(15% - 20px);
  background-color: #eee;
  border-right: 1px solid #eee;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

.form_area table th label {
  font-weight: bold;
}

.form_area table td {
  width: calc(85% - 20px);
  width: -webkit-calc(85% - 20px);
  padding: 10px;
  font-size: 14px;
}

.form_area table th label {
  font-weight: bold;
}

.form_area table td input[type="text"],
.form_area table td input[type="email"],
.form_area table td input[type="tel"],
.form_area table td textarea {
  display: block;
  border: solid 1px #ccc;
  border-radius: 0;
  width: 97.5%;
  padding: 3px 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

tr#RowMessageInputRadio2 {
  display: none;
}

.form_area table td textarea {
  height: 100px;
}

.form_area h4 {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 0 auto 30px;
}

.form_area h4 img {
  max-width: 100%;
  height: auto;
}

.form_area .col {
  border-top: 1px solid #000;
  padding: 20px;
}

.form_area .col dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_area form {
  border-bottom: 1px solid #000;
  margin-bottom: 65px;
}

.form_area .col:nth-of-type(2) {
  border-bottom: 1px solid #000;
  margin: 0 0 30px;
}

.form_area .col dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.form_area .col dl dt span {
  display: block;
  font-size: 10px;
}

.form_area .col dl dd label {
  margin: 0 0 8px;
  font-size: 16px;
}

.form_area .col dl dd input#MailMessageInputRadio31,
.form_area .col dl dd input#MailMessageInputRadio21 {
  margin-left: .3em;
}

.form_area .submit {
  color: #000;
  display: block;
  width: 100%;
  max-width: 380px;
  border: solid 1px #000;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  cursor: pointer;
}

.form_area .submit input {
  color: #000;
  opacity: 1;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_area dd input#MailMessageInputRadio21 {
  margin-left: 0;
}

footer {
  background-color: #2c2516;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

footer p {
  font-weight: bold;
  font-size: 10px;
}

.form_area #BtnMessageSubmit {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .form_area h2 {
    font-size: 48px;
  }
  .form_area h2 + p {
    margin: 0 0 60px;
    font-size: 18px;
  }
  .form_area table {
    margin: 0 0 100px;
  }
  .form_area .col dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_area .col dl dt {
    width: 35%;
  }
  .form_area .col dl dd {
    width: 60%;
  }
  .form_area .col dl dd label.inline {
    display: inline-block;
  }
  .form_area .col:nth-of-type(2) {
    margin: 0 0 50px;
  }
}

/** other  **/
.copyright {
  margin-bottom: 0 !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
