﻿@charset "UTF-8";
@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@100;400&display=swap');

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('../font/Montserrat-ExtraLight.woff') format('woff');
  src: url('../font/Montserrat-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../font/Montserrat-Light.woff') format('woff');
  src: url('../font/Montserrat-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../font/Montserrat-Medium.woff') format('woff');
  src: url('../font/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../font/Montserrat-SemiBold.woff') format('woff');
  src: url('../font/Montserrat-SemiBold.woff2') format('woff2');
}

body, ul, li {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color:#535353;
}

h1{
display:none;
}
h2{
font-family: 'Montserrat-Light';
font-size:140%;
/* font-weight:bold; */
margin:40px 0 0 0;
text-align:center;
}

a {
  color: #fff;
  text-decoration: none;
}

p.gmenu{
font-family: 'Montserrat-Light';
margin:-10px 0 0;
}
p.gmenu_sub{
margin:3px 0 -6px 0;
font-size:75%;
}
img.gmenu_info_tel{
width:25px;
}
.gmenu_info1{
font-size:165%;
font-weight:bold;
}
@media (max-width: 1180px) {
  .gmenu_info1 {
    font-size:100%;
  }
}
.gmenu_info2{
font-size:70%;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*background-color:#00A6E8;*/
  background-color:rgba(211,162,75,0.75);
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  margin-top: -7px;
}

#global-nav {
  /*   position: absolute;
right: 0; */
  top: 0;
  display: flex;
justify-content: space-around;
}

#global-nav ul {
  list-style: none;
  margin-right: 10px;
  display: inline-flex;
  font-size:90%;
  text-align:center;
}
#global-nav ul li{
  width:210px;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

#global-nav ul li.gmenuAdd{
display:none;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  height:70px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
header.scroll-nav #global-nav{
  background: #f4f2f2 !important;
}
header.scroll-nav #global-nav ul li{
  width:195px;
}
header.scroll-nav ul li a {
  color: #b5b5b5;
}
header.scroll-nav ul li{
  text-align:center;
}
header.scroll-nav #global-nav ul li.gmenuAdd{
display:block;
}

/* general
-------------------------------------------*/
#contentTitle{
position: relative;
width:100%;
margin:-30px 0 0 0;
}

#contentTitle img{
width:100%;
}

h1.style1{
display:block;
position:absolute;
color:#fff;
font-size:60px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.content{
width:1280px;
margin:0 auto;
}
.contentAdjust{
margin-top:60px;
}

.content img.type1{
width:100%;
}

h2.style1{
text-align:left;
font-size:170%;
font-weight:100
}
h2,adjust{
margin-top:100px;
}
.special{
position:absolute;
width:10%;
margin:-40px 0 0 -120px;
}
p.txt1{
padding:50px 0;
line-height:240%;
}

#head_wrap .logo2 {
width:50%;
margin:0 0 0 14px;
padding-top:17px;
}

.bgtitlesp{
display:none;
}

hr.style1{
width:90%;
margin:0 auto 50px;
color:#b5b5b5;
}

/* top
-------------------------------------------*/
#topmain{
width:100%;
margin:-100px 0 0 0;
}

#topmain img{
width:100%;
}

#topmain2{
margin:-100px 0 0 0;
}

.myChangeImage{
    position: relative;
    width : 100%;
    height : 700px;
}
@media (min-width: 1280px) {
  .myChangeImage{
    position: relative;
    width : 100%;
    height : 980px;
  }
}
@media (min-width: 1180px) {
  .myChangeImage{
    position: relative;
    width : 100%;
    height : 850px;
  }
}
@media (max-width: 960px) {
  .myChangeImage{
    position: relative;
    width : 100%;
    height : 500px;
  }
}
.myChangeImage img{
    position: absolute;
    top: 0;
    left: 0;
    animation: ChangeImage 10s infinite;
    opacity: 0;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    20%{ opacity: 1;}
    33%{ opacity: 1;}
    63%{ opacity: 0;}
    100%{ opacity: 0;}
}
.myChangeImage img:nth-of-type(1) {
      animation-delay: 0s;
}
.myChangeImage img:nth-of-type(2) {
      animation-delay: 4s;
}
.myChangeImage img:nth-of-type(3) {
      animation-delay: 8s;
}



#newsArea{
width:1280px;
margin:15px auto 70px;
padding:15px;
}
.newsAreaList{
display: flex;
justify-content: space-around;
list-style: none;
}

.newsAreaList img{
margin:0 auto;
text-align:center;
}

.newsAreaList a{
color:#888888;
}

.newsAreaList li.postbox1{
background-color:#f7f7f7;
margin:0 0 20px 0;
}

dl.post1{
width:30%;
height:140px;
padding:10px 20px;
}

dl.post1 dt{
width:210px;
}
dl.post1 dd{
width:210px;
margin:-115px 0 0 160px;
}

dl.post1 .date{
width:110px;
margin:0 0 10px 0;
padding:3px 10px;
text-align:center;
background-color:#D3A254;
color:#FFF;
border-radius:8px;
}

dl.post1 .cate{
font-size:80%;
margin:-4px 0;
}

dl.post1 .title{
margin-top:4px;
line-height:150%;
}

.newsAreaList2{
display: flex;
justify-content: space-around;
list-style: none;
}

.newsAreaList2 img{
margin:0 auto;
text-align:center;
}

.newsAreaList2 a{
color:#888888;
}

.newsAreaList2 li.postbox2{
position: relative;
width:565px;
background-color:#f4e4cc;
margin:0 0 20px 0;
}

li.postbox2 .interviewCate{
position:absolute;
top:275px;
width:125px;
margin:0 0 10px 0;
padding:3px 10px;
text-align:center;
background-color:#DDA426;
color:#FFF;
border-radius:8px;
}

li.postbox2 p.title{
position:absolute;
width:525px;
top:305px;
}
li.postbox2 p.title a{
color:#FFF;
}

.messageArea{
position: relative;
width:1280px;
margin:0 auto;
text-align:center;
}
.messageArea2{
width:1280px;
margin:0 auto;
text-align:center;
}

img.copy_bg_sp{
display:none;
}
img.copy_bg{
width:100%;
}
.messageArea br {
display: none;
}
.messageArea2 p.mesage_logo img{
width:250px;
margin:50px auto 30px;
}

.messageArea br {
display:block;
}
.messageArea2 p.mesage_1{
margin:10px 0;
font-size:150%;
line-height:160%;
}
.messageArea2 p.mesage_2{
margin:20px;
line-height:160%;
}
.messageArea2 p.mesage_3{
margin:20px;
line-height:160%;
}
.messageArea2 ul{
margin:0 15%;
list-style: none;
}
.messageArea2 li{
margin:20px 0;
}
.messageArea2 .messageAreaList{
display: flex;
justify-content: space-around;
width:70%;
margin:20px auto 0;
}

p.jpn_sub_menu{
margin:5px 0 30px 0;
font-size:70%;
text-align:center;
}

.businessInfo{
width:25%;
margin:0 auto;
padding:30px 0;
color:#FFFFFF;
background-color:#976533;
text-align:center;
font-size:120%;
border-radius:40px;
}

.contactInfo{
width:620px;
margin:0 auto;
padding:30px 3.5%;
color:#FFFFFF;
background-color:#D3A254;
text-align:center;
font-size:120%;
border-radius:40px;
}
.contactInfoList{
display: flex;
}
.contactInfo .sp-br{
display:none;
}
img.icnmail{
margin:-10px 20px -10px 30px;
}

#bottomArea{
display:block;
width:1280px;
margin:0 auto;
}

.bottomAreaList{
display: flex;
justify-content: space-around;
width:100%;
margin:10% 0 0;
list-style: none;
}

.bottomAreaList img{
margin:0 15%;
width:70%;
}

#address{
padding:50px 0;
font-size:70%;
text-align:center;
line-height:160%;
}

#address img{
padding:0 0 20px 0;
}

#footer{
width:100%;
font-size:70%;
text-align:center;
padding:0 0 60px 0;
color:#fff;
background-image:url(../image/bg_footer.png);
background-color:rgba(60,57,55,1);
background-repeat:repeat-x;
}

#footerArea{
width:1280px;
margin:0 auto;
background-color:#D3A254;
}

.footerAreaList{
display: flex;
justify-content: space-around;
width:100%;
margin:0 0 100px;
list-style: none;
}
.footerAreaList li{
width:256px;
height:60px;
margin:0 0 0 0;
padding:15px 0;
}
.footerAreaList li:hover{
background:#e1b774;
}

ul.footerAreaList span.gmenu{
margin:15px 0 10px 0;
font-size:140%;
}

#footerIconArea{
display:none;
}

/*** max-width: 1180px ***/
@media (max-width: 1180px) {
img{
max-width:100%;
height:auto;
width /***/:auto;
}
  header.scroll-nav {
    width:100%;
  }
  header.scroll-nav #global-nav ul li{
    width:130px;
  }
  #newsArea,
  .messageArea,
  .messageArea2{
    width:100%;
  }
  .newsAreaList img{
  width:70%;
margin:0 auto;
text-align:center;
}

  .gmenu_logo{
    width:110%;
  }
  img.gmenu_info_tel{
    width:15px;
  }
  #bottomArea,
  #footerArea{
    width:100%;
  }
}

/*** max-width: 960px ***/
@media (max-width: 960px) {
img{
max-width:100%;
height:auto;
width /***/:auto;
}

#global-nav ul li{
width:130px;
}
header.scroll-nav #global-nav ul li{
width:14.285%;
}
img.gmenu_info_tel{
width:10px;
}
.gmenu_info1{
font-size:90%;
}
.gmenu_info2{
font-size:50%;
}

#newsArea{
width:100%;
}
.newsAreaList{
display:block;
}

.messageArea{
width:100%;
}
.messageArea p.mesage_logo{
position: absolute;
top:7%;
left:32%;
width:35%;
margin:0 auto;
}
.messageArea p.mesage_1{
margin:35px auto 0;
}
.messageArea p.mesage_2{
margin:50px auto 0;
}
.messageArea p.mesage_3{
margin:65px auto 0;
}
.messageAreaList{
width:80%;
margin:70px 10% 0 !important;
}

.businessInfo{
width:70%;
}

.contactInfo{
width:600px;
}

#bottomArea{
width:100%;
}

#footerArea{
width:100%;
}

}


/*** max-width: 640px ***/
@media (max-width: 640px) {
img{
max-width:100%;
height:auto;
width /***/:auto;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
height:55px !important;
}
header.scroll-nav #global-nav{
  /* background: #164F8F !important; */
  background: rgba(151, 101, 51, 0.9) !important;
}
header.scroll-nav #global-nav ul li.gmenuAdd{
display:none;
}

header.scroll-nav #global-nav ul li{
width:100%;
}

h1{
display:block;
}
#head_wrap .logo {
margin:-5px 0 0 -60px;
}
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 108px;
    top: 33px;
    width:33%;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(151, 101, 51, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    color:#fff;
  }
  #head_wrap #global-nav ul li.gmenulast {
  margin-bottom:70px;
  }
  
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  } 
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  header.scroll-nav .gmenu_sub{
  padding-left:0;
  }

/* general
-------------------------------------------*/
#contentTitle{
margin:70px 0 0 0;
}

h1.style1{
font-size:30px;
top: 45%;
}

.content{
width:100%;
}
.contentAdjust{
margin-top:30px;
}

h2.style1{
padding:0 15px;
}
.special{
width:20%;
margin:-30px 0 0 -50px;
}

p.txt1{
padding:30px 15px;
line-height:200%;
}

.bgtitle{
display:none;
}
.bgtitlesp{
display:block;
}

img.icnmail{
margin:0 0 -10px 30px;
}

/* top
--------------------------- */
#container{
width:100%;
}
#topmain{
margin-top:55px;
}

#topmain2{
margin-top:55px;
}

.myChangeImage{
    position: relative;
    width : 100%;
    height : 190px;
}

#newsArea{
width:100%;
padding:15px 0;
}
.newsAreaList{
display:block;
}
dl.post1{
width:90%;
padding:10px;
}

dl.post1 dt{
width:40%;
padding:10px;
}
dl.post1 dt img{
width:140%;
}
dl.post1 dd{
margin:-100px 0 0 135px;
}
.newsAreaList2{
display:block;
}
.newsAreaList2 li.postbox2{
width:100%;
}

li.postbox2 .interviewCate{
position:absolute;
top:170px;
}

li.postbox2 p.title{
position:absolute;
width:100%;
top:200px;
}

.messageArea{
position: relative;
width:100%;
}
.messageArea br {
display:block;
}
.messageArea p.mesage_logo{
position: absolute;
top:10%;
left:20%;
width:50%;
margin:0 20px;
}
.messageArea p.mesage_1{
position: absolute;
top:25%;
width:90%;
margin:20px;
font-size:120%;
line-height:160%;
color:#FFFFFF;
}
.messageArea p.mesage_2{
position: absolute;
top:35%;
width:90%;
margin:20px;
line-height:160%;
color:#FFFFFF;
}
.messageArea p.mesage_3{
position: absolute;
top:43%;
width:90%;
margin:20px;
line-height:160%;
color:#FFFFFF;
}
.messageArea ul{
position: absolute;
top:63%;
margin:0 15%;
display:block;
}
.messageArea li{
margin:20px 0;
}

.messageArea2 p.mesage_2{
text-align:left;
}
.messageArea2 p.mesage_2 br{
display:none;
}
.messageArea2 ul.messageAreaList{
display:block;
width:80%;
text-align:center;
}

img.copy_bg{
display:none;
}

img.copy_bg_sp{
display:block;
width:100%;
}

.businessInfo{
width:80%;
font-size:125%;
}
.contactInfo{
width:80%;
font-size:110%;
}
ul.contactInfoList{
width:100%;
}
ul.contactInfoList li.info_1{
width:25%;
margin:0 15px 0 -10px;
}
ul.contactInfoList li.info_2{
width:75%;
/* border: inset 1px #ff0000; */
}
.contactInfo .sp-br{
display:block;
}

#bottomArea{
width:90%;
margin:0 auto;
}
.bottomAreaList{
display:block;
}
.bottomAreaList li{
margin-bottom:15px;
}

#footerArea{
display:none;
}

#footerIconArea{
display:block;
width:100%;
background-color:#000;
position: fixed;
bottom: 0;
opacity: 0.8;
}

.footerIconAreaList{
display: flex;
justify-content: space-around;
list-style: none;
}

.footerIconAreaList li{
width:50%;
height:55px;
padding-top:13px;
text-align:center;;
vertical-align: middle;
}
.footerIconAreaList li+ li {
border-left: 1px solid #fff;
}
.footer_inst{
padding-top:5px;
}

/*** max-width: 640px ***/
@media (max-width: 640px) {
img{
max-width:100%;
height:auto;
width /***/:auto;
}


}