@charset "utf-8";



/*---------------------------
pc
---------------------------*/

/*ヘッダー*/
header {
width: 100%;
background: #fff;
padding: 20px 0;
position: sticky;
top: 0;
left: 0;
z-index: 1000;
}
header .inner {
width: 96%!important;
max-width: 96%!important;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
}
header h1 {
width: 270px;
max-width: 100%;
margin-left: 0;
margin-right: auto;
}
header h1 a {
display: block;
transition: 0.3s;
}
header h1 a:hover {
opacity: 0.7;
}


.check { display: none;}
.menu-btn { display: none;}
.drawer-menu {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.drawer-menu #hdr_subMenu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.drawer-menu #hdr_subMenu > li {
  margin: 0 8px;
}
.drawer-menu #hdr_subMenu > li a {
  font-size: 10px;
  transition: 0.5s;
}
.drawer-menu #hdr_subMenu > li a:hover {
  opacity: .7;
}
.drawer-menu #hdr_mainMenu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.drawer-menu #hdr_mainMenu > li {
margin: 0 8px;
position: relative;
}
.drawer-menu #hdr_mainMenu > li > a {
  padding: 5px 2px;
  font-size: 13px;
  position: relative;
}
.drawer-menu #hdr_mainMenu > li > a:hover {
  opacity: 0.7;
}
.drawer-menu #hdr_mainMenu > li > a span {
  font-feature-settings: "palt";
}
.drawer-menu #hdr_mainMenu > li > a::after {
  /* content: '▶︎'; */
  content: '|';
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  font-size: .9em;
  transition: 0.3s;
}
/* .drawer-menu #hdr_mainMenu > li > a:hover::after {
  right: -4px;
} */
/* .drawer-menu #hdr_mainMenu > li:nth-child(3) > a,
.drawer-menu #hdr_mainMenu > li:nth-child(4) > a,
.drawer-menu #hdr_mainMenu > li:nth-child(5) > a,
.drawer-menu #hdr_mainMenu > li:nth-child(6) > a {
  opacity: .3;
  pointer-events: none;
} */

.close-btn {
  display: none;
}
.nav_area {
order: 1;
display: flex;
align-items: flex-end;
}
.nav_area .topLogo {
  width: 110px;
  margin: 0 10px 0 0;
}
.nav_area .top a { transition: .3s;}
.nav_area .top a:hover { opacity: .7;}
.ic_area {
margin-left:20px;
order: 2;
display: block;
}
.ic_area ul {
display: flex;
justify-content: flex-end;
align-items: center;
}
.ic_area ul li {
margin: 0 6px;
text-align: center;
font-size: 10px;
}
.ic_area ul li a br.pc {
display: block !important;
}
.ic_area ul li span.jp_ttl {
margin-top: 5px;
line-height: 2;
color: #83201e;
}
.ic_area ul li a {
transition: 0.3s;
}
.ic_area ul li a:hover {
opacity: 0.6;
}
.ic_area ul li img {
width: 22px;
}
.ic_area ul li.btn img {
width: 45px;
}

/*.無人見学リンク削除 */
.ic_area ul li.btn:last-child {
  display: none;
}
.footer__block .footer__right .footer-bnr li:nth-of-type(3) {
  display: none;
}


/*コンタクトエリア*/
.contact_area {
width: 100%;
margin: 0 auto 100px;
}
.contact_area .footer_tel.big_tel {
text-align: center;
}
.contact_area .footer_tel.big_tel span {
font-size: 40px;
}
.contact_area .text_ttl {
margin-bottom: 20px;
}
.contact_area ul.contact_list ,
.contact_area ul.contact_box ,
.contact_area ul.contact_bnr_area {
display: flex;
flex-wrap: wrap;
}
.contact_area ul.contact_box ,
.contact_area ul.contact_bnr_area {
justify-content: center;
}
.contact_area .contact_box {
margin-bottom: 30px;
margin-top: 0;
}
.contact_area .contact_box li {
width: 300px;
max-width: 100%;
margin: 0 20px;
text-align: center;
border: 1px solid #83201e;
position: relative;
}
.contact_area .contact_box li a {
padding: 20px 0;
display: block;
transition: 0.3s;
/*color: #83201e;*/
color: #fff;
background-color: #83201e;
}
.contact_area .contact_box li a .ico-svg {
width: 30px;
position: absolute;
right: 20px;
top: 40%;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(296deg) brightness(103%) contrast(102%);
}
.contact_area .contact_box li a:hover {
background: #fff;
color: #83201e;
}
.contact_area .contact_box li a:hover .ico-svg{
  filter: none;
}
.contact_area .contact_box li a:hover .ico-svg .cls-1 {
stroke:#fff;
}
.contact_area .contact_list {
/* width: 650px; */
width: 800px;
max-width: 90%;
margin: 0 auto 50px;
justify-content: space-between;
}
.contact_area .contact_list li {
/* width: 48%; */
width: 45%;
border: 1px solid #000;
}
.contact_area .contact_list li a {
display: block;
text-align: center;
padding: 30px 0;
transition: 0.3s;
}
.contact_area .contact_list li a h3 {
font-size: 22px;
margin-bottom: 20px;
line-height: 1.3;
}
.contact_area .contact_list li a p {
font-size: 13px;
line-height: 1.5;
margin-bottom: 10px;
}
.contact_area .contact_list li a img {
width: 40px;
}
.contact_area .contact_list li a:hover {
background: #f6f0e4;
}

.contact_area .contact_bnr_area li {
width: 200px;
max-width: 100%;
margin: 0 10px;
}

/* 新CVボタン */
.contact_area .contact_list.new-cv {
  margin: 160px auto 0;
}
.contact_area .contact_list.new-cv li {
  border: none;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 80px 0 30px 0;
  position: relative;
}
.contact_area .contact_list.new-cv li figure {
  width: 84%;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.contact_area .contact_list.new-cv li h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.contact_area .contact_list.new-cv li p {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact_area .contact_list.new-cv li a {
  display: block;
  width: 86%;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  padding: 14px 0;
  margin: 0 auto;
}

.contact_area .contact_list li.new-cv a img {
  vertical-align: text-top;
}

.contact_area .contact_list.new-cv li:nth-of-type(1) a {
  background: #d50019;
}

.contact_area .contact_list.new-cv li:nth-of-type(2) a {
  background: #14572c;
}

/* 場所移動 */
.contact_area ul.contact_list {
  margin-top: 100px;
}

/* Instagram */
.insta_area {
width: 100%;
margin: 0 auto 100px;
}
.insta_area.foot_insta {
margin-top: 50px;
}
.insta_area.foot_youtube {
margin-top: 50px;
margin-bottom: 50px;
}
.insta_area .text_ttl {
margin-bottom: 30px;
}
.insta_area .text_ttl img {
width: 200px;
margin-bottom: 15px;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 9);
}
.foot_youtube .scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
.scroll-infinity__item a {
transition: 0.3s;
}
.scroll-infinity__item a:hover {
opacity: 0.7;
}




/*フッター*/
footer {
width: 100%;
text-align: center;
}
footer h1 {
width: 300px;
max-width: 90%;
margin: 0 auto 30px;
}
footer .h1 {
  width: 300px;
  max-width: 90%;
  margin: 0 auto 30px;
}
footer .address {
font-size: 13px;
margin-bottom: 10px;
}
footer .license {
font-size: 10px;
margin-bottom: 10px;
line-height: 1.4;
}
.footer_tel {
width: auto;
display: block;
margin: 10px auto 50px;
line-height: 1.3;
}
.footer_tel a {
pointer-events: none;
}
.footer_tel span {
font-size: 30px;
}
.footer_tel small {
font-size: 12px;
}
footer .footer_sns_area {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
footer .footer_sns_area li {
width: 34px;
margin: 0 5px;
}
footer .footer_sns_area li a {
transition: 0.3s;
}
footer .footer_sns_area li a:hover {
opacity: 0.7;
}


footer .footer_policy a {
font-size: 12px;
position: relative;
padding-right: 15px;
transition: 0.3s;
}
/*footer .footer_policy a:first-child {
margin-right: 20px;
}*/
footer .footer_policy a:hover {
opacity: 0.7;
}

footer .copyright {
width: 100%;
background: #000;
color: #fff;
font-size: 11px;
margin-top: 50px;
}

.right_arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 1px solid #333;  /* thickness, color */
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*ページトップ*/
#pagetop {
position: fixed;
right: 20px;
bottom: 20px;
width: 30px;
}

/*共通*/
h3.text_ttl {
text-align: center;
line-height: 1.2;
margin-bottom: 15px;
}
h3.text_ttl span {
font-size: 31px;
display: block;
}
h3.text_ttl small {
font-size: 14px;
}
.pagein_link {
margin-top: -100px;
padding-top: 100px;
width: 100%;
height: 1px;
visibility: hidden;
pointer-events: none;
}


/*---------------------------
tab横
---------------------------*/
@media only screen and (max-width: 1257px) {

/*ヘッダー*/
header {
padding: 20px 0 15px;
}
.ic_area {
order: 1;
}
.nav_area {
order: 2;
margin: 10px auto 0;
}

/*最新情報*/
.scroll-infinity__item {
width: calc(100vw / 5);
}
.foot_youtube .scroll-infinity__item {
width: calc(100vw / 3);
}

/*お問い合わせ*/
.contact_area .contact_list li {
width: 48%;
}
.contact_area .contact_list li a h3 {
font-size: 16px;
}
.contact_area .contact_list li a p {
font-size: 11px;
}

.pagein_link {
margin-top: -120px;
padding-top: 120px;
width: 100%;
height: 1px;
visibility: hidden;
pointer-events: none;
}

}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {

/*ヘッダー*/
header h1 {
/* width: 120px; */
width: 200px;
}
.nav_area .topLogo {
  display: none;
}
.ic_area {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
margin-left: 0;
background: #000;
border-top:  1px solid #969696;
}
.ic_area ul li {
display: none;
width: 50%;
margin: 0 auto;
text-align: center;
border-right: 1px solid #969696;
}
.ic_area ul li:last-child {
border-right: none;
}
.ic_area ul li a {
width: 100%;
padding: 6px 10px 10px 0;
text-align: center;
}
.ic_area ul li a br.pc {
display: none !important;
}
.ic_area ul li.btn {
display: flex;
justify-content: space-between;
align-items: center;
}
.ic_area ul li.btn img {
width: 32px;
}
.ic_area ul li span.jp_ttl {
color: #fff;
vertical-align: middle;
font-size: 13px;
}

.drawer-menu {
box-sizing: border-box;
position: fixed;
top: 0;
right: 0;
width: 300px;
height: 100%;
padding: 120px 0;
background: #000;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0s;
transition-duration: 0s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
transition: 0.5s;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: translateX(500px);
transform: translateX(500px);
opacity: 0;

display: block;
}

.drawer-menu #hdr_mainMenu,
.drawer-menu #hdr_subMenu {
justify-content: center;
flex-wrap: wrap;
}
.drawer-menu #hdr_mainMenu > li,
.drawer-menu #hdr_subMenu > li {
width: 100%;
text-align: center;
}
.drawer-menu #hdr_mainMenu > li > a,
.drawer-menu #hdr_subMenu > li > a {
padding: 13px 0;
font-size: 14px;
display: block;
font-size: 16px;
color: #fff;
-webkit-transition: all .8s;
transition: all .8s;
}
.drawer-menu #hdr_mainMenu > li > a::after {
  content: none;
}
.drawer-menu #hdr_mainMenu > li > a:hover,
.drawer-menu #hdr_subMenu > li > a:hover {
background: #6c6c6c;
color: #fff;
border-bottom: none;
opacity: 1;
}

.check {
display: none;
}

.menu-btn {
position: fixed;
display: block;
top: 15px;
right: 20px;
display: block;
width: 30px;
height: 30px;
font-size: 10px;
text-align: center;
cursor: pointer;
z-index:1000;
}

.bar {
position: absolute;
top: 0;
left: 0;
display: block;
width: 30px;
height: 1px;
background: #333;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}

.bar.middle {
top: 10px;
opacity: 1;
}

.bar.bottom {
top: 20px;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}

.menu-btn__text {
position: absolute;
bottom: -7px;
left: 0;
right: 0;
margin: auto;
color: #333;
-webkit-transition: all .5s;
transition: all .5s;
display: block;
visibility: visible;
opacity: 1;
}

.close-menu {
position: fixed;
top: 0;
right: 300px;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0);
cursor: url(../img/common/cross.svg),auto;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
visibility: hidden;
opacity: 0;
}
.close-btn {
text-align: center;
color: #969696;
padding: 10px 15px 10px 3px;
border: 1px solid #969696;
border-radius: 5px;
position: absolute;
right: 0;
left: 0;
width: 170px;
margin: 0 auto;
bottom: 50px;
display: block;
font-size: 12px;
}

.check:checked ~ .drawer-menu {
transition: 0.3s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
z-index: 2;
}
.drawer-menu .topLogo_sp {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  filter: invert(100%);
}
.contents {
transition: 0.3s;
}
.check:checked ~ .contents {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
visibility: hidden;
opacity: 0;
}
.check:checked ~ .menu-btn {
right: 13px;
}
.check:checked ~ .menu-btn .bar.top {
width: 30px;
top: 5px;
background: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
width: 30px;
top: 26px;
background: #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
-webkit-transition-duration: 0s;
transition-duration: 0s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
visibility: visible;
opacity: 1;
z-index: 3;
}
.check:checked ~ .close-btn {
background: #fff;
color: #0c3563;
}


/*お問い合わせ*/
.contact_area .contact_box {
margin-bottom: 0;
}
.contact_area .contact_box {
margin-bottom: 50px;
}
.contact_area .contact_box li {
margin-bottom: 10px;
}
.contact_area .contact_list li {
margin-bottom: 10px;
}
.contact_area .contact_list li a {
padding: 20px 0 15px;
}
.contact_area .contact_list li a h3 {
margin-bottom: 10px;
}
.contact_area .contact_bnr_area li {
width: 47%;
margin: 0 auto;
}
.contact_area .contact_list li {
width: 100%;
}

/* 新CVボタン */
.contact_area .contact_list.new-cv {
  margin: 110px auto 0;
}
.contact_area .contact_list.new-cv li:nth-of-type(1) {
  margin-bottom: 100px;
}

.contact_area .contact_list.new-cv li figure {
  width: 48%;
}

 /* 場所移動 */
 .contact_area ul.contact_list {
  margin-top: 50px;
} 

.insta_area {
margin: 0 auto 70px;
}
.insta_area .text_ttl img {
width: 130px;
}
.scroll-infinity__item {
width: calc(100vw / 3);
}
.foot_youtube .scroll-infinity__item {
width: calc(100vw / 2);
}




/*フッター*/
footer h1 {
width: 250px;
}
footer .address ,
footer .license {
line-height: 1.5;
}
.footer_tel a {
pointer-events: auto;
}
footer .copyright {
padding: 20px 0 100px;
margin-top: 30px;
}


/*ページトップ*/
#pagetop {
bottom: 55px;
right: 15px;
}

/*共通*/
h3.text_ttl span {
font-size: 25px;
}
h3.text_ttl small {
font-size: 13px;
}
.pagein_link {
margin-top: -80px;
padding-top: 80px;
width: 100%;
height: 1px;
visibility: hidden;
pointer-events: none;
}

}

@media only screen and (max-width: 499px) {
  .contact_area .contact_list.new-cv li figure {
    width: 84%;
  }
}