@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p {
	line-height: 26px;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}



body {
    margin: 0 auto;
    color: #333;
    font-family: "Klee One", sans-serif;
    font-weight: 400;
	background-image: url("../img/back.webp");
}

#navi {
    max-width: 1200px;
    display: flex;
    background:#ffffef;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.3);
}
#navi .logoTop {
    margin: 1rem auto;
}
#global-navi {
    position: fixed;
    top: 0;
    right: 0px;
    height: 70px;
    width: 100%;
    padding:1rem 0;
    z-index: 999;
	background:#ffffef;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.3);
}
#global-navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
}
#global-navi .menu li img {
    height: 3rem;
}
#global-naviSp .menu img{
    width: 100%;
}
#navi nav ul li{
    display:inline-block;
    padding: .3rem;
    width: 14%;
}
#navi nav ul li a{
    color: #333;
	font-size: 20px;
	font-weight: 600;
}
#navi nav ul li a:hover{
    color: #c9a746;
}
section{
	width: 100%;
}
.mvWrap {
    margin: 110px auto 50px;
    padding: 50px;
    box-sizing: border-box;
}
#video {
    width: 100%;
    height: auto;
}
.topWrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 600px;
	padding-bottom: 90px;
}
.topWrap p{
	font-size: 20px;
	writing-mode: vertical-rl;
	line-height: 40px;
}
.topWrap img{
	height: 100%;
}
.topSec{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 300px;
	padding-bottom: 90px;
}
h2{
	writing-mode: vertical-rl;
	font-size: 30px;
	font-weight: 600;
	margin-right: 90px;
}
.word1{
	font-size: 20px;
}
.word2{
	color: #d23d29;
}
.intro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* 縦方向に要素を配置 */
}

.center-image {
    position: absolute;
    top: 50%; 
    left: -8%;
    transform: translate(0, -50%);
    z-index: -10;
}
.center-image2 {
    position: absolute;
    top: 50%; 
    right: -8%;
    transform: translate(0, -50%);
    z-index: -10;
}
.center-image .center-image2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.introWrap  {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; /* レスポンシブ対応で折り返し可能に */
    position: relative;
}
.introWrap img {
    width: 90%;
    max-width: 885px; /* 最大幅の設定 */
    height: auto; /* 縦横比を保持 */
    object-fit: cover; /* コンテンツの見栄えを調整 */
}
.introSec, .introSec2 {
    flex-basis: 360px;
    padding: 50px;
    margin: auto -60px; /* レスポンシブで左右のマージン調整 */
    background-color: #ffffef;
    z-index: 100;
}
.introSec p, .introSec2 p {
    padding-top: 20px;
}

h3{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}
h4{
	font-size: 30px;
	font-weight: 600;
	color: #c9a746;
	text-align: center;
	margin-bottom: 25px;
}
h4 span{
	font-size: 19px;
}

h5 {
	background-color: #B4A877;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	padding: 4px 15px;
	position: relative;
	margin: 25px 0 5px;
}
h5:before {
	background-color: #fff;
	content: '';
	display: block;
	opacity: 0.2;
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 250px;
	height: 250px;
}


.menuWrap{
	background: url(../img/back2_pc.webp) no-repeat right center/cover;
	padding: 80px 0;
}
.menuSec{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}
.menuSec img{
	margin: 0 10px;
}
.menuSec li{
	color: #fff;
	text-align:center; 
}
.menuSec p{
	margin: 10px 0 50px;
}
.button1{
	background-color: #c9a746;
	width: 240px;
	margin: 0 auto;
}
.button1 a{
	color: #fff;
    display: block;
	text-align: center;
	padding: 15px 0;
}
.button1:hover{
	filter: brightness(110%);
}
.title1{
	font-size: 30px;
}
.accessWrap{
	display: flex;
	margin: 0 auto;
	margin-bottom: 130px;
	margin-top: 100px;
}
.accessSec1{
	display: flex;
	width: 50%;
}
.accessSec1 p{
	margin-bottom: 20px;
}
.accessSec2{
	width: 50%;
}
.acSec1{
	margin-right: 50px;
	font-size: 30px;
	padding-left: 30%;
}
.button2{
	background-color: #000000;
	width: 240px;
	margin: 0 auto;
}
.button2 a{
	color: #fff;
    display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 25px;
}
.button2:hover{
	background-color: #fff;
}
.button2 a:hover{
	color: #000000;
}
.acSec2 img {
    display: block;
    margin: 0 auto;
}

/*ループ画像ここから*/
	@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;
  margin: 50px 0 150px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(130vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
/*ループ画像ここまで*/

footer{
	background-color: #ffffef;
	text-align: center;
	padding: 8px;
}


.recruitSec{
	background:rgb(255,255,239,0.75);
	margin: 0 auto;
	padding: 70px 0;
}
.text-center{
	text-align: center;
}
.recruitWrap{
	max-width: 1000px;
	background:#fff;
	padding: 17px 40px 40px 40px;
	margin: 30px auto 0px;
	border-radius: 1rem;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
	
}



@media screen and (min-width: 1241px) {
    .tbonry {
        display: none;
    }
}

@media screen and (max-width: 1241px) {
    .pc2onry {
        display: none;
    }
	.introSec{
		margin-top:-50px;
		flex-basis:60%;
	}
	.scroll-infinity__item{
		width: calc(300vw / 6);
	}
	.menuWrap{
		background: url(../img/back2_sp.webp) no-repeat right center/cover;
		margin-bottom: 80px;
	}
	.accessWrap{
		display: block;
		margin-bottom: 80px;
	}
	.accessSec1{
		width: 100%;
		margin-bottom: 80px;
	}
	.accessSec2{
		width: 90%;
		margin: 0 auto;
		height: 400px;
	}
}

@media screen and (min-width: 767px) {
    .sponry {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        max-width: 767px;
		font-size: 15px;
    }
	p {
	line-height: 24px;
    }
    .pconry {
        display: none;
    }
    #navi nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background:#FFF;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 200;
        color: white;
        background: rgba(20,20,20,0.8);
		padding-left:2rem;
    }
    #global-navi ul {
        margin: 0 auto;
        display: block;
    }
    #navi nav ul li {
        display:block;
        margin-right: 2rem;
        margin-bottom: 0.8rem;
        border-bottom: 1px solid white;
        width: unset;
    }
     
    #navi nav ul li a {
        text-decoration: none;
        color: #ddd
    }
     
    #navi .btn-gnavi {
        position: fixed;
        top: 32px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 300;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
     
    #navi .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
     
    #navi .btn-gnavi span:nth-child(1) {
        top: 0
    }
     
    #navi .btn-gnavi span:nth-child(2) {
        top: 10px
    }
     
    #navi .btn-gnavi span:nth-child(3) {
        top: 20px
    }
     
    #navi .btn-gnavi.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
     
    #navi .btn-gnavi.open span {
        background: #666
    }
     
    #navi .btn-gnavi.open span {
        width: 24px;
    }
    #navi .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 6px #666
    }
     
    #navi .contents section:nth-child(odd) p {
        left: 10%
    }
     
    #navi .contents section:nth-child(even) p {
        right: 10%
    }
	.mvWrap{
		margin: 0;
		padding: 25px;
		margin-bottom: 30px;
	}
    .topWrap {
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
		width: auto;
    }
    .topWrap img {
        margin: 20px 0;
		width: 50%;
    }
	.topWrap p{
		font-size: 18px;
		line-height: 36px;
	}
    .topSec {
        padding-bottom: 30px;
		width:200px;
    }
	h2{
		margin-right: 0;
	}
	.introSec, .introSec2{
		padding: 30px;
	}
	.introSec p, .introSec2 p{
		padding-top: 10px;
	}
	.menuSec img{
		width: 80%;
	}
	.menuSec p{
		margin: 5px 0 30px;
	}
	.accessWrap{
		display: block;
	}
	.accessSec1{
		display: block;
	}
	.acSec1{
		padding-left: 0;
	}
	.accessSec1 p {
		margin:20px 40px;
	}
	h3{
		font-size: 18px;
		padding-bottom: 15px;
	}
	h4{
		font-size: 25px;
		margin-bottom: 40px;
	}
	.scroll-infinity__list{
		margin:20px 0 100px;
	}
	
	
.recruitWrap{
	width: 75%;
	padding: 17px 25px 40px 25px;
}
	
}

	
	