@charset "utf-8";
/**
 *
 *  ページ用CSS
 *　special
 */
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrap1000 {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
.wrap1200 {
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
#footer_contact {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* .f_bnr.display{
     display: none;
 }*/
.f_bnr .brand_bnr {
  display: none;
}
/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl {
  margin-top: 123px;
  background: url(../img/ttl_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
#page-ttl .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#page-ttl h1 {
  font-size: 3rem;
  line-height: 0.5;
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: normal;
}
#page-ttl h1 .en {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 300px;
  margin: auto
}
#page-ttl h1 .en::before, #page-ttl h1 .en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#page-ttl h1 .en:before {
  margin-right: 1rem;
}
#page-ttl h1 .en:after {
  margin-left: 0.5rem;
}
@media screen and (max-width: 1000px) {
  #page-ttl h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #page-ttl {
    margin-top: 100px;
    height: 200px;
  }
  #page-ttl .inner {
    max-width: 300px;
  }
  #page-ttl h1 {
    font-size: 1.4rem;
  }
  #page-ttl h1 .en {
    font-size: 1rem;
    max-width: 180px;
  }
  #page-ttl h1 .ja {
    line-height: 1.2;
  }
}
/***************************************************************************
linkarea    
****************************************************************************/
.lead_txt {
  padding: 80px 0 60px;
  text-align: center;
  font-size: 1.5rem;
  color: #796a56;
  line-height: 2;
}
.linkarea {
  margin: 0 auto 2px;
  max-width: 1200px;
}
.linkarea.m_fixed {
  position: fixed;
  top: 120px;
  left: 0;
  border-bottom: 5px solid #837161;
  margin: auto;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}
.linkarea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkarea.m_fixed ul {
  margin: auto;
  max-width: 1200px;
}
.linkarea li {
  width: 31.66%;
}
.linkarea li a {
  position: relative;
  padding: 10px 30px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background: #fff;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}
.linkarea li a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  content: "";
}
.linkarea li a:hover {
  background: #837161;
  border-top: 1px solid #837161;
  border-left: 1px solid #837161;
  border-right: 1px solid #837161;
  color: #fff;
  opacity: 1 !important;
}
.linkarea li a:hover::after {
  content: none;
}
.linkarea li i {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}
.linkarea li i::after {
  padding: 0 10px;
  font-size: 1rem;
  content: "/";
}
.linkarea li span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}
.linkarea li span small {
  font-size: .8rem;
}
@media only screen and (max-width: 1100px) {
  .linkarea .pc {
    display: none;
  }
  .linkarea li i {
    font-size: 2rem;
  }
  .linkarea li span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .lead_txt {
    padding: 40px 0 30px;
    font-size: .8rem;
    line-height: 1.75;
  }
  .linkarea {
    margin: 0 -5.5%;
  }
  .linkarea.m_fixed {
    top: 86px;
    border-bottom: 3px solid #837161;
  }
  .linkarea li {
    width: 32%;
  }
  .linkarea li a {
    padding: 15px 10px;
  }
  .linkarea li a::after {
    content: none
  }
  .linkarea li i {
    font-size: 1rem;
  }
  .linkarea li i::after {
    padding: 0 5px;
    font-size: .6rem;
    content: "/";
  }
  .linkarea li span {
    font-size: .8rem;
  }
}
/***************************************************************************
position    
****************************************************************************/
#position {
  padding-bottom: 70px;
  background: #f2f2f2;
}
.sec_ttl {
  margin-bottom: 75px;
  background: url("../img/position_bg_ttl_pc.jpg") no-repeat center / cover;
}
.sec_ttl h2 {
  padding: 0 0 30px;
  position: relative;
}
.sec_ttl i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.sec_ttl span {
  display: block;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  color: #ffe4b5;
}
.sec_ttl span small {
  font-size: 1.6rem;
  color: #fff;
}
.position_lead_txt {
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.75;
}
.position_photo_area {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.position_photo_area figure {
  width: 47%;
}
.position_photo_area figcaption {
  padding-bottom: 10px;
  color: #796a56;
  font-size: 1.6rem;
  line-height: 1.2;
}
.position_photo_area figcaption small {
  color: #000;
  font-size: 1rem;
}
.position_bluebox {
  padding: 10px;
  background: #163259;
}
.position_bluebox .bluebox_inner {
  padding: 30px 40px;
  border: 1px solid #fff;
  color: #fff;
}
.position_bluebox h3 {
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
.position_bluebox_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.position_bluebox_flex .txtarea {
  width: 43.45%;
}
.position_bluebox_flex .txtarea .txt {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
}
.position_bluebox_flex .txtarea .txt span {
  color: #f8dba0;
}
.position_bluebox_flex .txtarea .txt small {
  font-size: 1.3rem;
}
.position_bluebox_flex figure {
  width: 50.9%;
    margin-top: 15px;
}
.position_bluebox_flex .txt_white {
  margin: 10px 0 5px;
  padding: 5px;
  background: #fff;
  color: #163259;
  font-size: 1.4rem;
  text-align: center;
}
.position_bluebox_flex .note {
  font-size: .65rem;
}
.btn_special {
  margin: 40px auto 0;
  max-width: 450px;
}
.btn_special::after {
  width: 75px;
}
.btn_special a {
  padding: 0.9em 1em 1em 1em;
  font-size: 1rem;
}
#position .btn_special a {
  letter-spacing: -.1rem;
}
@media only screen and (max-width: 768px) {
  #position {
    padding-bottom: 30px;
  }
  .sec_ttl {
    margin-bottom: 30px;
    background: url("../img/position_bg_ttl_sp.jpg") no-repeat center / cover;
  }
  .sec_ttl h2 {
    padding: 15px 0 30px;
  }
  .sec_ttl i {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 3rem;
    text-align: center;
  }
  .sec_ttl span {
    margin-top: -5px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .sec_ttl span small {
    font-size: 1rem;
  }
  .position_lead_txt {
    padding-bottom: 30px;
  }
  .position_photo_area {
    margin-bottom: 0;
  }
  .position_photo_area figure {
    margin-bottom: 30px;
    width: 100%;
  }
  .position_photo_area figcaption {
    font-size: 1.2rem;
  }
  .position_photo_area figcaption small {
    color: #000;
    font-size: .8rem;
  }
  .position_bluebox {
    padding: 5px;
  }
  .position_bluebox .bluebox_inner {
    padding: 15px 20px;
  }
  .position_bluebox h3 {
    font-size: 1.1rem;
  }
  .position_bluebox_flex .txtarea {
    width: 100%;
  }
  .position_bluebox_flex .txtarea .txt {
    font-size: 1.1rem;
  }
  .position_bluebox_flex .txtarea .txt small {
    font-size: .8rem;
  }
  .position_bluebox_flex figure {
    width: 100%;
  }
  .position_bluebox_flex .txt_white {
    font-size: 1rem;
  }
  .position_bluebox_flex .note {
    padding-bottom: 10px;
    font-size: .3rem;
  }
  .btn_special {
    margin: 20px auto 0;
  }
  .btn_special::after {
    width: 30px;
  }
  .btn_special a {
    padding: 1.2em 1em 1.1em 1em;
  }
}
/***************************************************************************
future    
****************************************************************************/
#future {
  position: relative;
  padding-bottom: 70px;
}
#future .sec_ttl {
  margin-bottom: 75px;
  background: url("../img/future_bg_ttl_pc.jpg") no-repeat center / cover;
}
.future_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 100px;
}
.future_flex .txtarea {
  width: 45.54%;
}
.future_flex .txtarea p {
  padding-top: 20px;
  line-height: 2;
  color: #000;
}
.future_flex figure {
  width: 51.81%;
}
.areamap {
  margin: 45px 0;
}
.future_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.future_list li {
  width: 23.33%;
}
.future_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.future_point > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}
.future_point p {
  width: calc(100% - 45px);
  color: #796a56;
  font-size: 1.3rem;
  line-height: 1.3;
    text-align: left;
}
.future_point p small {
  display: block;
  color: #000;
  font-size: .9rem;
}
.future_point p span{
    font-size: 1.1rem;
}
#future .btn_special a {
  letter-spacing: .1rem;
}
@media only screen and (max-width: 1400px) {
  .future_flex {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #future {
    padding-bottom: 30px;
  }
  #future .sec_ttl {
    margin-bottom: 30px;
    background: url("../img/future_bg_ttl_sp.jpg") no-repeat center / cover;
  }
  .future_flex .txtarea {
    width: 100%;
    order: 1;
  }
  .future_flex figure {
    width: 100%;
  }
  .areamap {
    margin: 20px 0;
  }
  .future_list li {
    width: 48%;
  }
  .future_point {
    padding: 10px 0;
  }
  .future_point > span {
    border: 1px solid #000;
    width: 20px;
    height: 20px;
  }
  .future_point p {
    width: calc(100% - 30px);
    font-size: 1rem;
  }
  .future_point p small {
    font-size: .5rem;
  }
  .future_point p span {
    font-size: .6rem;
      display: block;
  }
}
/***************************************************************************
feature    
****************************************************************************/
#feature {
  position: relative;
  padding-bottom: 70px;
  background: #f2f2f2;
}
#feature .sec_ttl {
  margin-bottom: 75px;
  background: url("../img/feature_bg_ttl_pc.jpg") no-repeat center / cover;
}
.feature_lead_txt {
  padding-bottom: 50px;
  text-align: center;
  color: #000;
  line-height: 1.75;
}
.feature_merit {
  margin-bottom: 60px;
  padding: 40px 50px;
  border: 1px solid #796a56;
}
.feature_merit h3 {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  color: #796a56;
  line-height: 1;
  z-index: 1;
}
.feature_merit h3::after {
  display: block;
  margin-top: -40px;
  color: #e7e7e7;
  font-size: 5rem;
  content: "Merit";
  z-index: 1;
}
.feature_merit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    z-index: 2;
}
.feature_merit_flex dl {
  margin-top: -5px;
  width: 46.22%;
}
.feature_merit_flex dt {
  padding: 8px;
  margin-bottom: 10px;
  color: #fff;
  background: #796a56;
  font-size: 1.4rem;
  text-align: center;
}
.feature_merit_flex {
  color: #796a56;
}
.feature_equipment {
  padding: 70px 0 20px;
}
.feature_equipment h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #796a56;
  font-size: 2.4rem;
  font-weight: normal;
}
.feature_equipment_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
}
.feature_equipment_flex .left {
  width: 35.83%;
}
.feature_equipment_flex .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
}
.feature_equipment_flex .right dl {
  margin-bottom: 50px;
  width: 45.97%;
}
.feature_equipment_flex p {
  margin: 10px 0 -2px;
  font-size: .8rem;
  letter-spacing: 0;
}
.feature_equipment_flex h4 {
  font-size: 1.1rem;
  font-weight: normal;
}
.feature_photo_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature_photo_area figure {
  width: 48%;
}
.feature_bluebox {
  padding: 10px;
  background: #163259;
}
.feature_bluebox .bluebox_inner {
  padding: 40px;
  border: 1px solid #fff;
  color: #fff;
}
.feature_bluebox_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_bluebox_flex .txtarea {
  width: 43.9%;
}
.feature_bluebox_flex h4 {
  margin-bottom: 20px;
  color: #f8dba0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
}
.feature_bluebox_flex h4 small {
  color: #fff;
  font-size: 1.2rem;
}
.feature_bluebox_flex .txt {
  line-height: 1.4;
}
.feature_bluebox_flex .photo {
  display: flex;
  justify-content: space-between;
  width: 51%;
}
.feature_bluebox_flex .photo .notes {
  color: #000;
  text-shadow: none;
  font-weight: 700;
}
.feature_bluebox ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_bluebox li {
  padding: 12px;
  width: 32.72%;
  background: #fff;
  text-align: center;
  color: #163259
}
#feature .btn_special a {
  letter-spacing: .1rem;
}
@media only screen and (max-width: 768px) {
  #feature {
    padding-bottom: 30px;
  }
  #feature .sec_ttl {
    margin-bottom: 30px;
    background: url("../img/feature_bg_ttl_sp.jpg") no-repeat center / cover;
  }
  .feature_lead_txt {
    padding-bottom: 30px;
  }
  .feature_merit {
    margin-bottom: 30px;
    padding: 20px 20px 0;
  }
  .feature_merit h3 {
    font-size: 1.4rem;
  }
  .feature_merit h3::after {
    margin-top: -25px;
    font-size: 3rem;
  }
  .feature_merit_flex dl {
    margin: -2px 0 20px;
    width: 100%;
  }
  .feature_merit_flex dt {
    padding: 5px;
    font-size: 1rem;
  }
  .feature_equipment {
    padding: 40px 0 20px;
  }
  .feature_equipment h3 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .feature_equipment_flex .left {
    margin-bottom: 30px;
    width: 100%;
  }
  .feature_equipment_flex .right {
    width: 100%;
  }
  .feature_equipment_flex .right dl {
    margin-bottom: 30px;
    width: 100%;
  }
  .feature_photo_area figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .feature_bluebox {
    padding: 5px;
  }
  .feature_bluebox .bluebox_inner {
    padding: 20px;
  }
  .feature_bluebox_flex .txtarea {
    width: 100%;
  }
  .feature_bluebox_flex h4 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .feature_bluebox_flex h4 small {
    font-size: .8rem;
  }
  .feature_bluebox_flex .txt {
    line-height: 1.75;
  }
  .feature_bluebox_flex .photo {
    margin-top: 20px;
    width: 100%;
  }
  .feature_bluebox_flex .photo .notes {
    bottom: -20px;
    color: #fff;
  }
  .feature_bluebox li {
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
  }
}