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

*{
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
text-decoration: none;
}
a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=9) !important;
-moz-opacity: 0.9 !important;
opacity: 0.9 !important;
}

img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
vertical-align:top;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.embed{
width: 100%;
display: block;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed video{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background-size: contain;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px);
}

body{
background-color: var(--base);
color: var(--black);
font-family: var(--font-family-base);
font-size: var(--font-base);
font-weight: 500;
line-height: 1.8;
letter-spacing: 1px;
font-feature-settings: "palt";
word-break: break-all;
}
body.scroll-prevent{
overflow: hidden;
}

/* Layout */
#page{
width: 100vw;
display: block;
overflow: clip;
}
.scroll-prevent #page{
overflow: hidden;
}
section{
width: 100vw;
display:block;
}
.wrapper{
width: 1200px;
display: block;
margin: 0 auto 0 auto;
text-align: center;
position: relative;
overflow: visible;
z-index: 1000;
text-align: center;
}
.wrapper *{
position: relative;
}

h2{
display: block;
font-size: var(--font-h2);
font-weight: 700;
line-height: 1;
letter-spacing: 2px;
}

h3{
display: block;
font-size: var(--font-h3);
font-weight: 700;
line-height: 1;
letter-spacing: 1px;
}

h4{
display: block;
font-size: var(--font-h4);
font-weight: 700;
line-height: 1;
letter-spacing: 1px;
}

.txt{
display: block;
}

.nolink{
color: var(--gray);
pointer-events: none;
cursor: default;
}

.pcHide{
display: none !important;
}
.spHide{
display: block !important;
}
.pc_br{
display: inline;
}
.sp_br{
display: none;
}

/* menu */
#menu{
display: none;
}
#gNav{
width: 1200px;
display: block;
background-color: var(--white);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
line-height: 64px;
box-shadow: 0 2px 4px 4px var(--shadow);
position: fixed;
top: 0;
left: calc((100svw - 1200px)/2);
z-index: 9800;
}
#gNav .nav_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 34px;
}

#gNav a{
color: var(--black);
font-size: var(--font-s);
font-weight: 700;
}
#gNav .nav_apply a{
width: 172px;
display: inline-block;
}
#gNav .nav_apply a span{
width: 172px;
display: block;
margin: 16px 0 0 0;
background-color: var(--base);
color: var(--white);
border-radius: 16px;
line-height: 32px;
text-align: center;
}

#gNav .sns_list{
width: 40px;
display: block;
position: absolute;
top: 12px;
right: 40px;
}
#gNav .sns_list a{
width: 40px;
height: 0;
display: block;
padding-top: 40px;
background: url(../img/ico_x.svg) no-repeat center center;
background-size: 20px auto;
background-color: var(--black);
border-radius: 4px;
line-height: 40px;
overflow: hidden;
}

#gNav{
animation: gnav-animation .5s forwards;
}
@keyframes gnav-animation{
0% {
transform: translate(0,-100px);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}

/* footer */
footer{
display: block;
padding: 100px 0 100px 0;
}
footer .wrapper{
width: 1040px;
}
.footer_box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
font-size: var(--font-xs);
line-height: 1;
}
.footer_left{
width: 50%;
display: block;
text-align: left;
}
.footer_right{
width: 50%;
display: block;
text-align: right;
}
.footer_link{
display: block;
}
.footer_link li{
display: inline-block;
margin-left: 20px;
padding-left: 20px;
border-left: 2px solid var(--white);
}
.footer_link li:first-child{
margin-left: 0;
padding-left: 0;
border-left: none;
}
.footer_link li a{
color: var(--white);
text-decoration: underline;
text-underline-offset: 3px;
}
#copyright{
display: block;
color: var(--white);
font-size: var(--font-xs);
line-height: 1;
}


/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */

a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=10) !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}

body{
font-size: var(--font-base-sp);
line-height: 1.65;
}
body.scroll-prevent{
}

/* Layout */
section{
}
#page{
}
.scroll-prevent #page{
}
.wrapper{
width: auto;
margin: 0 6vw 0 6vw;
}
.wrapper *{
}

h2{
font-size: var(--font-h2-sp);
line-height: 1.2;
letter-spacing: 2px;
}

h3{
font-size: var(--font-h3-sp);
line-height: 1.2;
letter-spacing: 1px;
}

h4{
font-size: var(--font-h4-sp);
line-height: 1.2;
letter-spacing: 1px;
}

h5{
font-size: var(--font-h5-sp);
line-height: 1.2;
letter-spacing: 1px;
}

.txt{
}
.nolink{
}

.pcHide{
display: block !important;
}
.spHide{
display: none !important;
}
.pc_br{
display: none;
}
.sp_br{
display: inline;
}

/* menu */
#menu{
width: 64px;
height: 64px;
display: block;
background-color: var(--white);
border-bottom-left-radius: 10px;
box-shadow: 0 2px 4px 4px var(--shadow);
position: fixed;
top: 0;
right: 0;
z-index: 9900;
}
#menu span{
width: 22px;
height: 3px;
display: block;
background-color: var(--base);
position: absolute;
right: 21px;
opacity: 0;
}

#menu span:nth-of-type(1) {
top: 24px;
}
#menu span:nth-of-type(2) {
bottom: 24px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .5s forwards 0.25s;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .5s forwards 0.5s;
}
@keyframes menu-bar01 {
0% {
transform: scale(0.4,1);
opacity: 0;
}
100% {
transform: scale(1,1);
opacity: 1;
}
}

#menu.active{
background-color: var(--base);
box-shadow: 0 0 0 0 var(--shadow);
}
#menu.active span{
background-color: var(--white);
}

#menu.active span:nth-of-type(1) {
animation: active-menu-bar01 1s forwards;
}
@keyframes active-menu-bar01 {
0% {
transform: translate(0,0) rotate(0deg);
opacity: 1;
}
50% {
transform: translate(0,0) rotate(0deg);
opacity: 0;
}
51% {
transform: translate(0,6.5px) rotate(0deg);
opacity: 0;
}
100% {
transform: translate(0,6.5px) rotate(-45deg);
opacity: 1;
}
}

#menu.active span:nth-of-type(2) {
animation: active-menu-bar02 1s forwards;
}
@keyframes active-menu-bar02 {
0% {
transform: translate(0,0) rotate(0deg);
opacity: 1;
}
50% {
transform: translate(0,0) rotate(0deg);
opacity: 0;
}
51% {
transform: translate(0,-6.5px) rotate(0deg);
opacity: 0;
}
100% {
transform: translate(0,-6.5px) rotate(45deg);
opacity: 1;
}
}

#gNav{
width: 220px;
height: auto;
display: block;
background-color: var(--white);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 0;
line-height: 1;
box-shadow: 0 2px 4px 4px var(--shadow);
position: fixed;
top: 0;
left: auto;
right: 0;
transform: translate(-220px,-600px);
}
#gNav .nav_list{
flex-direction: column;
gap: 0;
padding: 110px 30px 40px 30px;
}
#gNav .nav_list li{
display: block;
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid var(--light-gray);
}
#gNav .nav_list li:first-child{
margin: 0 0 15px 0;
padding: 15px 0 15px 0;
border-top: 1px solid var(--light-gray);
}
#gNav .nav_list li:last-child{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: none;
}
#gNav a{
font-size: var(--font-s);
}
#gNav .nav_apply a{
width: 100%;
display: block;
}
#gNav .nav_apply a span{
width: 100%;
margin: 16px 0 0 0;
border-radius: 25px;
line-height: 50px;
text-align: center;
}

#gNav .sns_list{
top: 16px;
right: auto;
left: 30px
}
#gNav .sns_list a{
}

#gNav{
animation: none;
}
#gNav.active{
animation: active-gnav 1s forwards;
}
@keyframes active-gnav {
0% {
opacity: 0;
}
1% {
transform: translate(220px,0);
opacity: 1;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}

/* footer */
footer{
padding: 80px 0 50px 0;
}
footer .wrapper{
width: auto;
}
.footer_box{
flex-direction: column;
font-size: var(--font-xs-sp);
}
.footer_left{
width: 100%;
display: block;
}
.footer_right{
width: 100%;
display: block;
text-align: center;
}
.footer_link{
}
.footer_link li{
display: block;
margin-left: 0;
padding-left: 0;
border-left: none;
}
.footer_link li:first-child{
margin-bottom: 20px;
}
.footer_link li a{
}
#copyright{
margin-top: 40px;
font-size: var(--font-xs-sp);
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
