@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
body {
  font-family:  'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-image: url(../images/common/cont04bg.png);
  background-position: center;
}
a:link {
    color: #544a3b;
}
a:hover, a:active, a:visited {
    color: #544a3b;
}
header#global_header {
  display: flex;
  position: relative;
}
.header {
  display: block;
  max-width: 300px;
  background:url(../images/common/headerBg.png);
  position:relative; 
  padding: 0;
}
.header-ID {
    width: 100%;
    margin: 5% auto 0 auto;
}
#fixed-header {
  position: fixed;
  top: -120px;  
  width: 100%;
  height: 80px;
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #544a3b;
  padding:30px; 
  transition-duration: .4s;
  z-index: 10000;
  display:flex;
  justify-content: space-between;
  align-items: center;
  /*box-sizing: border-box;
  transition: .5s;*/
}
#fixed-header .logo {
  height:75px;
}
#fixed-header div ul {
  display:flex;
  align-items: center;
}
#fixed-header div ul li {
  font-size: 16px;
  margin-right:40px;
}
#fixed-header div ul li:last-child {
  margin-right:0px;
  }
#fixed-header div ul li a {
  color:#fff;
}
#fixed-header div ul ._contact {
  color:#9e7c33;
  font-size:20px;
  line-height: 30px;
} 
#fixed-header div ul ._contact img {
  background: #9e7c33;
  border-radius: 50px;
  padding: 5px;
  margin-right:10px;
  vertical-align: middle;
}
#fixed-header div ul ._contact2 {
  font-size:16px;
  line-height: 30px;
}
#fixed-header div ul ._contact2 a {
  background:#9e7c33;
  padding:10px 20px;
} 
#fixed-header div ul ._contact2 img {
  margin-right:10px;
  vertical-align: middle;
  }
#fixed-header._active {
  top: 0px;  
}
#fixed-header.is-show {
  top: 0;
}
.mv-copy2 {
  font-size: 48px;
  background: none;
  text-align: left;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: min(100%, 700px);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 30px 30px;
  text-align: left;
  color: #fff;
}
.mv-copy2 span {
  display: block;
  font-size: 36px;
}
.nav {
}
.nav-list {
  display: block;
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 90%;
}
.nav .nav-list li a {
  color:#fff;
}
.nav-item {
    margin: 0 auto;
}
.nav-item a {
    font-size: 2rem;
    /* padding: 10px 0; */
    line-height: 60px;
}
.nav-item._contact {
    border-top: 1px solid #9e7c33;
    margin-top:20px;
    margin-bottom:10px;
}
.nav-item._contact a {
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    padding: 10px 0;
    border-radius: 0px;
    background: none;
    color:#9e7c33;
    line-height: 2em;
}
.nav-item._contact a span {
    display: block;
    font-size: 2.4rem;
}
.nav-item._contact a span img {
  background:#9e7c33;
  border-radius: 50px;
  padding:5px;
  margin-right: 10px
}
.nav-item._contact2 a {
  background: #9e7c33;
  line-height: 1em;
  padding:10px 0;
}
.nav-item._contact2 a img {
  margin-right: 10px
}
.meanLogo {
  display: none;
}
.mean-container .mean-bar {
    min-height: 60px;
}
.mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
}
.mean-container a.meanmenu-reveal span {
    margin-top: 6px;
}
.mean-container .mean-nav {
    margin-top: 62px;
}

#mainArea .slick-track li img {
	width:100% !important;
}
.index-exmple .title-03 article{
  position: relative;
  padding-left: 60px !important;
}
.index-exmple .title-03._pdL article{
  padding-left: 75px !important;
}
.index-exmple .title-03 article > div{
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
section div.form_wrap dl dt,section div.form_wrap dl dd {
  padding:10px;
}
.index-research ul li {
    padding: 5px 10px;
}
dd.checkbox label {
  display: block !important;
}
.contactform dl dt {
  text-align: center;
  display: block !important;
}
.inner {
  max-width:1200px;
  margin: 0 auto;
}
.cont-01 .box h2 {
  font-size: 3rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.cont-01 {
  flex-wrap: wrap;
  flex-direction:column;
  /*align-items: center;*/
  /*justify-content: ;*/
  background-repeat: repeat-y;
}
.cont-01 .box {
  width:50%;
  color:#fff;
}
.cont-01 .box:nth-child(1) {
  padding-left:15%;
  background: url(../images/common/cont01Bg.png) center right/cover;
}
.cont-01 .box:nth-child(1) div {
  padding:13% 0 10% 0;
}
.cont-01 .box img {
  object-fit: cover;
  height: 100% !important; 
}
.cont-01 .box:nth-child(2) {
  position: relative;
  text-align: right;
  background: #c0aea4;
}
.cont-01 .box img {
  width: 100% !important;
}
.cont-01 .box:has(img):before {
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 200px;
  height: 100%;
  content: '';
  background: url(../images/common/cont01Bg2.png) repeat-y;
  z-index: 100;
}

.cont01Bg {
  background: url(../images/common/cont01Bg.jpg) repeat-y;
}
.cont-01 .box h2 {
  font-size: 2vw;
}
.cont-01 .box {
  font-size: 1.3vw;
  line-height: 3vw;
}
.title-02 {
  padding:10% 0;
  line-height: 3vw;
}
.title-02._index h2 {
    font-size: 2vw;
    font-weight: 400;
    color: #fff;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px 20px;
    margin-inline: auto;
}
.title-02._index article {
    font-size: 1.3vw;
    color: #fff;
}
.title-02._index h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    background: none;
}
.cont02 {
    background-size: cover;
    line-height: 2em;
}
.cont03 {
    background-size: cover;
    line-height: 2em;
    padding: 0 0 12% 0;
}
.cont04 {
  background-position: center;
}
.cont04 .form_wrap dl {
  margin-top: 1%;
}
.cont04 .form_wrap.entry dl dt {
  background-color: #54493a;
  color:#fff;
}
.cont04 .form_wrap dl dt,
.cont04 .form_wrap dl dd {
  border:none;
}
.cont05 {
  background-repeat: no-repeat;
  color: #fff;
}
.cont05 .wrap div.title-02 {
    padding: 10% 0 3% 0;
}
.cont05 .flex3 .box {
  position: relative;
  width: calc(100% / 3 - 2%);
  padding:10px 0 20px 0;
  margin-top: 3%; 
  color:#fff;
  text-align: center;
}
.cont05 .flex3 .box:before {
  content: '';
  position: absolute;
  top:3px;
  left:3px;
  width: 98%;
  height: 80%;
  border: 1px solid #fff;
}
.cont05 .flex3 .box:after {
  content: '';
  position: absolute;
  top:0px;
  left:0px;
  width: 98%;
  height: 80%;
  border: 1px solid #fff;
}

section .cont04 .flex2 div.form_wrap dl:nth-child(1) dt {
    width: 100% !important;
    border-bottom: none;
    background-color:#54493a;
    color:#fff;
}
section .cont04 .flex2 div.form_wrap dl:nth-child(1) dd {
    display:none;
}
section .cont04 .flex2 div.form_wrap dl dt {
    border: none;
    border-bottom: 1px solid #333;
    border-right: none;
    background-color:inherit;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}
section .cont04 .flex2 div.form_wrap dl dd {
    border: none;
    border-bottom: 1px solid #333;
    background-color: inherit;
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
}
section .cont04 .flex2 div.form_wrap {
  margin-bottom: 4%
}

.cont04 .title-02 {
  padding:8% 0 2% 0;
}
.cont04 .title-02 h2 {
  color:#333;
}

.mean-container .mean-bar, .mean-container .mean-nav {
    background: #524839 !important;
}
.pdtop {
     margin-top: 0px;
     padding-top: 0px;
}
.flex2 div {
  width:48%;
}
.footer {
  padding: 0px;
  background-color: inherit;
}
.footer-copy {
  padding:3% 0 3% 0; 
  background-color: #54493a;
  font-size:14px;
}
.company {
  display: flex;
  background: #fff;
}
.companyText img {
  padding-bottom: 2%
}
.companyText,.companyMap {
  width: 50%;
}
.companyText {
  text-align: left;
  padding:6% 0 0 15%;
}
.companyText dl {
  display: flex;
  padding-bottom: 2%
}
.companyText dl dt {
  width: 20%
}
.companyText dl dd {
  width: 80%;
}
.companyText dl dt,.companyText dl dd {
  text-align: left;
}
.companyMap iframe {
  height:600px;
  vertical-align: bottom;
}
.sns img {
  padding-right:10px;
}
.slick-slider{
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
}
.slick-track {
  width: 100%;
}
.policy h2 {
  color: #333;
}

@media screen and (max-width: 1600px){
  .header-ID a img {
    width: 30%;
    margin: 0 auto;
  }
  header#global_header {
    min-height: 600px;
  }
  .mv-img img {
    object-fit: cover;
    min-height: 600px;
  }
  .nav-item a {
    font-size: 1.6rem;
    /* padding: 10px 0; */
    line-height: 48px;
  }
}

@media screen and (max-width: 1400px){
}

@media screen and (max-width: 1300px){
  header#global_header {
  min-height: 600px;
  }
  .header-ID a img {
    width: 25%;
    margin: 0 auto;
  }
  .cont-01 .box:nth-child(1) {
  padding-left:7%;
  background: url(../images/common/cont01Bg.png) center right/cover;
  }
  .cont-01 .box:nth-child(1) div {
    padding:10% 0 10% 0;
  }
  .index-01 {
    display: block;
  }
  .index-01 .text,.index-01 .img {
    width: 100%;
  }
  .index-01 .img {
  padding-top: 5%;
  }
  .companyText {
    padding:8% 0 0 10%;
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 1100px){
  #fixed-header {
    padding:20px;
  }
  #fixed-header div ul li {
    margin-right:20px;
    font-size: 1.6vw;
  }
  .cont-01 .box h2 {
    font-size: 3vw;
  }
  .cont-01 .box {
    font-size: 2vw;
  }
  .title-02._index h2 {
    font-size: 3vw;
  }
  .title-02._index div {
    font-size: 2vw;
  }
  .companyMap iframe {
    height:450px;
  }
  section .cont04 .flex2 div.form_wrap dl dt,
  section .cont04 .flex2 div.form_wrap dl dd {
    font-size: 1.7vw;
  }
  .cont-01 .box:nth-child(1) {
    width: 60%;
    line-height: 2em;
  }
  .cont-01 .box:nth-child(2) {
    width: 40%;
  }
  .title-02._index div {
    line-height: 2em;
  }
}


@media screen and (min-width: 641px) and (max-width: 834px){
  #fixed-header {
    display: none;
  }
  .header {
    display: none;
  }
  .nav-list {
    position: inherit;
  }
  .mv-copy2 {
    font-size: 36px;
    width: min(100%, 540px);
  }
  .mv-copy2 span {
    font-size: 24px;
  }
  .meanLogo {
  display: block;
  position: fixed;
  top:10px;
  left: 10px;
  z-index: 999999;
  }
  .index-exmple .title-03 article > div{
    position: absolute;
    top: -6px !important;
    left: 0;
  }
  .index-01 .text {
    font-size: 1.8rem;
  }
  .mv-img img {
    height: 400px !important;
  }
  .cont03 {
    background-size: cover;
    line-height: 2em;
    padding: 0 0 0% 0;
  }
  .cont05 .flex3 .box {
    font-size: 2vw;
  }
  .companyText {
    padding:5% 0 0 6% !important;
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 638px){
  #fixed-header {
    display: none;
  }
  .sp_fs13 td {
    font-size:13px !important;
  }
    .header {
    display: none;
  }
  .nav-list {
    position: inherit;
  }
  .mv-copy2 {
    font-size: 24px;
    width: min(100%, 420px);
  }
  .mv-copy2 span {
    font-size: 18px;
  }
  .meanLogo {
  display: block;
  position: fixed;
  top:10px;
  left: 10px;
  z-index: 999999;
  }
  header#global_header1 {
    min-height: 400px;
  }
  .mv-img img {
    height: 400px !important;
  }
  .flex2 div {
    width:100%;
  }
  section .cont04 .flex2 div.form_wrap dl dt {
    width: 70% !important;
    font-size: 3.4vw;
  }
  section .cont04 .flex2 div.form_wrap dl dd {
    width: 30% !important;
    font-size: 3.4vw;
  }
  section form div.form_wrap dl {
    flex-direction: inherit;
  }
  .cont05 .flex3 {
    padding-top: 3%; 
  }
  .cont05 .flex3 .box {
    font-size: 3vw;
    width: calc(100% / 2 - 2%);
  }
  .cont05 .flex3 .box:before,
  .cont05 .flex3 .box:after {
    width: 97%;
  }
  .cont-01 .box h2 {
    font-size: 5vw;
  }
  .cont-01 .box:nth-child(1) {
    width:100%;
  }
  .cont-01 .box {
    font-size: 3vw;
    line-height: 2em;
  }
  .title-02._index h2 {
    font-size: 5vw;
  }
  .title-02._index div {
    font-size: 3vw;
    line-height: 2em;
  }
  .cont05Text {
    padding-top:3%;
    font-size: 2.6vw;
    line-height: 2em;
  }
  .mv-img img {
    object-fit: cover;
    min-height: 400px;
  }
  .cont-01 {
    display: block !important;
  }
  .cont-01 .box {
    width: 100%;
    background: url(../images/common/pic07.png) !important;
    background-size: cover !important;
    text-align: center;
  }
  .cont-01 .box:nth-child(1) {
    padding-left: 0;
  }
  .cont-01 .box:nth-child(2) {
    display: none;
  }
  .cont04 .form_wrap {
    font-size: 2.4vw;
  }
  .cont04 .form_wrap dl dt {
    width:25% !important;
  }
  .cont04 .form_wrap dl dd {
    width:75% !important;
  }
  .cont04 .form_wrap.entry {
    font-size: 3vw;
  }
  .flex4 .box {
      width:48%;
  }
  header#global_header {
    min-height: 400px;
  }
  .company {
    display: block;
  }
  .companyText,.companyMap {
    width: 100%;
  }
  .companyMap iframe {
    padding:3%;
    height: 400px;
  }
  .companyText {
    padding: 12% 0 5% 10%;
    font-size: 3.8vw;
  }
  .companyText dl {
    display: flex;
    padding-bottom: 4%;
  }
  .companyText img {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 480px){
  .cont-01 .box img {
    width: 100% !important;
  }
  .cont04 .form_wrap.entry dl {
    display: block;
  }
  .cont04 .form_wrap dl dt {
    width:100% !important;
  }
  .cont04 .form_wrap dl dd {
    width:100% !important;
  }
  .mv-copy2 {
    text-align: center;
    padding-top: 15%;
  }
} 