@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&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: 29px;
	margin-bottom: 20px;
}
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;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F00;
}


body {
    margin: 0 auto;
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
}

#navi {
    max-width: 1200px;
    display: flex;
    background:#ffffff;
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,.3);
}
#navi .logoTop {
    margin: 1rem auto;
}
#global-navi {
    position: fixed;
    top: 0;
    right: 0px;
    height: 55px;
    width: 100%;
    padding:1rem 0;
    z-index: 999;
	background:#ffffff;
	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: 10%;
}
#navi nav ul li a{
    color: #333;
	font-size: 18px;
}
#navi nav ul li a:hover{
    color: #e58d5d;
}
.movieSec {
    width: 100%;
    height: 100vh; /* 画面全体の高さ */
    position: relative;
    overflow: hidden; /* 不要な部分を隠す */
    z-index: -1; /* 背景として配置 */
}

.movieSec iframe {
    width: 100vw; /* 画面全体の幅 */
    height: 93vh; /* 画面全体の高さ */
    position: fixed; /* スクロールしても固定 */
    top: 80px;
    left: 0;
    z-index: -1; /* 他のコンテンツの背景になる */
    pointer-events: none; /* 背景として操作不可にする */
}

.movieSec .onVideo {
    position: absolute;
    top: 50%; /* 動画上の文字などを中央揃え */
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: serif;
    z-index: 1; /* コンテンツが動画の上に表示されるようにする */
}

h2 {
    position: relative;
    padding-top: 1.5em;
    color: #333333;
	font-size: 32px;
	letter-spacing: .2em;
	font-weight: 500;
	z-index: 100;
	text-align: center;
	margin-bottom: 40px;
}
h2::before {
    position: absolute;
    bottom: 0;
    left: 42%;
    z-index: -1;
    color: #edaf8e;
    font-size: 2.5em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}
.back-col{
	background-color: rgba(220,214,214,0.95);
	padding-top: 40px;
	padding-bottom: 70px;
}
.back-whi{
	background-color: rgba(255,255,255,0.95);
	padding-top: 40px;
	padding-bottom: 70px;
}
.Sec1{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.Sec1Wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	margin: 50px 0;
}
.works {
    width: calc(50% - 70px);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 35px 35px 10px 35px;
    box-sizing: border-box;
}
.works img {
    max-width: 240px;
	width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
h3{
    position: relative;
    color: #333;
	font-weight: 500;
	text-align: center;
	font-size: 27px;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e58d5d;
}
.Sec2{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.Sec2 a{
	width: 250px;
	margin: 35px auto 80px;
	text-align: center;
	background-color: #e58d5d;
	display: block;
	padding: 15px 0;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
}
.Sec2 a:hover{
	filter: brightness(1.2);
}
.out_table_td1 {
    border-bottom: 1px solid #CCC;
    vertical-align: top;
    width: 15%;
    padding: 10px 5px;
    line-height: 20px;
}
.out_table_td2 {
    border-bottom: 1px solid #CCC;
    vertical-align: top;
    width: 85%;
    padding: 10px 5px;
    line-height: 20px;
}
.Sec3{
	max-width: 1100px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.recruit{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	padding: 30px 0 10px 0;
	margin: 12px;
}
.Sec3 p span{
	font-size: 22px;
	font-weight: 500;
	line-height:35px;
}
form{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #fff;
	width: 50%;
	margin-top: 5px;
	padding: 12px 10px;
}
textarea {
	width: 100%;
	height: 130px;
}
input[type="submit"]{
	width: 250px;
	margin: 35px auto 80px;
	text-align: center;
	background-color: #4d4d4d;
	display: block;
	padding: 15px 0;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
input[type="submit"]:hover{
	filter: brightness(1.2);
}
.required::after {
content: "必須";
color: #ffffff;
background: #f0263b;
font-size: 11px;
padding: 1px 5px;
border-radius: 4px;
margin-left:7px;
}
.Sec4{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
.Sec4 p{
	text-align: center;
	margin-top: 10px;
}
footer{
	background-color: #fff;
	text-align: center;
	padding: 14px;
	font-size: 12px;
}

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

@media screen and (max-width: 767px) {
    body {
        max-width: 767px;
    }
    .pconry {
        display: none;
    }

    .videoBottom .m-center .textArea {
        width: 100%;
        font-size: 1.5rem;
        line-height: 4rem;
    }
    .movieSec .onVideo {
        top: 24rem;
        left: 34vw;
        color: white;
        font-size: 3rem;
        font-family: serif;
    }
    .movieSec .onVideo {
        position: absolute;
        top: 11rem;
        left: 11%;
        color: white;
        font-size: 1.5rem;
        font-family: serif;
        position: fixed;
    }
    #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%
    }
    .movieSec {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .movieSec video {
        width: 100%;
    }
    
    .videoBottom {
        text-align: left;
        margin: 0 auto;
        padding: 5%;
        display: flex;
        background: #ffffff	;
    }
    .videoBottom .m-center {
        margin: 0 auto;
        width: 80%;
    }
    .videoBottom img {
        display: none;
    }
    .videoBottom .m-center .textArea {
        width: 100%;
        font-size: 1rem;
        line-height: 2rem;
    }
	#navi .logoTop {
        width: 45px;
    }
	#navi nav{
		padding-top:80px;
	}
	#navi nav ul li{
		margin-bottom: 1.5rem;
	}
	h2 {
        font-size: 30px;
        letter-spacing: .1em;
    }
	h2::before {
        left: 23%;
        font-size: 2em;
    }
	.back-col{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.back-whi{
		margin-top: 0px;
		margin-bottom: 0px;
	}
    .works {
        width: 90%;
        padding: 25px 25px 5px 25px;
    }
	.works img{
		max-width: 200px;
	}
	.out_table_td1{
		width: 20%;
	}
	.recruit{
		margin: 0px;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		width: 93%;
		margin-top: 0px;
}
	input[type="submit"]{
		margin: 35px auto 0px;
	}
	.movieSec iframe {
    height: 50vh;
    top: 0px;
}

}

	
	