@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Noto+Sans+JP&display=swap');


body {
font-family:"Noto Sans JP",
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
list-style:none;
font-weight:normal;
font-style:normal;
}

* {
margin:0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
overflow-wrap: break-word;
}

html,body {
margin:0;
padding:0;
height:100%;
min-height:100%;
background: #25213E;
}

body {
color:#fff;
-webkit-text-size-adjust : 100%!important ;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}


/*html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
h1 { font-size: 28px; font-size: 2.8rem; }
h2 { font-size: 20px; font-size: 2rem;}
h3 { font-size: 18px; font-size: 1.8rem; }
li, p, th, tr, td   { font-size: 14px; font-size: 1.4rem; font-weight: 500;}
p,li {	line-height:1.8;  letter-spacing: 0.06em; }*/


img {
max-width : 100% ;
height : auto ;
vertical-align:bottom;
}

section {
display: block;
}

a {
text-decoration: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
cursor:pointer;
color: #FF8800;
display: block;
}

a:hover {
text-decoration: none;
}


a:focus{
outline: none;
}

a img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}

a:hover img {
opacity: .6;
-webkit-opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity=6);	/* IE lt 8 */
-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}

*:focus {
  outline: none;
}

@media(hover: hover) {
  .link:hover {
    opacity: .9;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

.sp_br{
display: block;
}

.pc_br {
display: none;
}

@media screen and (min-width: 960px) {
.sp_br{
display: none;
}

}

@media screen and (min-width: 1024px) {
.pc_br{
display: block;
}

}


hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/*********************************************************************
COMMON CLASS
*********************************************************************/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
overflow:hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*********************************************************************
header
*********************************************************************/
.header {
height: 50px;
background: #25213E;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999999;
}

.header__container {
display: flex;
justify-content: space-between;
align-items: center;
height: inherit;
color: #FF8800;
padding: 0 0 0 10px;
margin-right: auto;
margin-left: auto;
}

h1 img {
width: 7.63358778vw;
height: auto;
max-height: 30px;
}

@media screen and (min-width: 960px) {
.header {
height: 70px;
}

.header__container {
padding: 0 0 0 20px;
}

h1 img {
width: 42px;
height: auto;
max-height: 42px;
}

}

@media screen and (min-width: 1024px) {
.header__container {
display: flex;
column-gap: 20px;
padding: 0 10px 0 20px;
}
}



/* ===============================================
hamburger
=============================================== */
input[type="checkbox"] {
opacity: 0;
visibility: hidden;
position: absolute;
}
.hamburger {
width: 50px;
height: 50px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
position: absolute;
display: block;
content: "";
width: 22px;
height: 2px;
background-color: #FF8800;
transition: all 0.3s;
}
.hamburger span::before {
top: -8px;
}
.hamburger span::after {
bottom: -8px;
}
input[type="checkbox"]:checked + .hamburger span {
background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
top: 0;
transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
transform: rotate(-45deg);
bottom: 0;
}

@media screen and (min-width: 960px) {
.hamburger {
width: 70px;
height: 70px;
}
}

/* ===============================================
menu
=============================================== */
.nav {
position: fixed;
width: 100%;
height: auto;
top: 50px;
left: 0;
background: #fff;
padding: 70px 0 40px;
text-align: center;
transition: all 0.3s;
visibility: hidden;
opacity: 0;
}

.nav__item a {
display: block;
font-family: "Barlow", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: clamp(1rem, 0.979rem + 0.1vw, 1.063rem);
line-height: 80px;
text-decoration: none;
color: #FF8800;
transition: all 0.3s;
}

.nav__item a:hover {
color: #25213E;
}

@media screen and (min-width: 1024px) {
.nav__item a:hover {
color: #FFFFFF;
}
}


input[type="checkbox"]:checked ~ .nav {
visibility: visible;
opacity: 1;
}




@media screen and (min-width: 960px) {
.nav {
top: 70px;
}
}

@media screen and (min-width: 1024px) {
.nav {
width: auto;
height: auto;
position: relative;
top:auto;
right: auto;
background: none;
padding: 0 0 0 60px;
text-align: center;
transition: none;
visibility: visible;
opacity: 1;
flex-grow: 1;
display: flex;
justify-content: center;
}

.nav__lIst {
display: flex;
column-gap: 40px;
line-height: 70px;
position: relative;
}



.nav__item a {
line-height: 70px;
}

#check {
display: none;
}


}

@media screen and (min-width: 1440px) {
.nav__lIst {
column-gap: 100px;
}
}

/*==========================================================
言語スイッチ
==========================================================*/
#lang {
position: absolute;
right: 60px;
}

/*#lang a::before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-image: url("../images/lang.svg");
background-image: url("");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-right: 5px;
}*/

.st0 {
fill: #f80;
}

.svg {
transition: .3s all;
}

#lang a{
font-family: "Barlow", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 50px;
transition: .3s all;
display: flex;
justify-content: center;
align-items: center;
gap:5px;
}

#lang a:hover {
 color: #fff;
}

#lang a:hover .svg {
   fill: #fff;
}


@media screen and (min-width: 960px) {
#lang {
line-height: 70px;
right: 90px;
}

}


@media screen and (min-width: 1024px) {
.hamburger {
display: none;
}

#lang {
position: relative;
right: auto;
margin-right: 20px; /* お問い合わせ復活したら消す*/
}

.nav__item a {
font-size: 15px;
}

}

/*==========================================================
お問い合わせ
==========================================================*/
.contact.pc {
display: none;
}

.contact.sp {
width: 100%;
height: 45px;
position: fixed;
bottom:10px;
z-index: 9999;
}

.contact.sp a{
width: calc(100% - 14px);
display: block;
background: #FF8800;
border: 2px solid #25213E;
border-radius: 7px;
text-align: center;
line-height: 45px;
font-family: "Barlow", sans-serif;
font-weight: 500;
font-size: 16px;
color: #25213E;
margin: 0 auto;
}

@media screen and (min-width: 1024px) {
.contact.sp {
display: none;
}

.contact.pc {
display: block;
/*position: absolute;
top:10px;
right: 10px;*/
}

.contact.pc a {
display: block;
line-height: 40px;
border: 2px solid #FF8800;
border-radius: 7px;
padding: 0 25px;
text-align: center;
transition: .3s all;
font-size: 15px;
}

.contact.pc a:hover {
background: #FF8800;
color: #25213E;
}


}



@media screen and (min-width: 1088px) {
.contact.pc a {
padding: 0 40px;
}
}

/*==========================================================
Footer
==========================================================*/
footer {
width: 100%;
text-align: center;
padding: 20px 0 80px;
position: relative;
line-height: 1.5;
}

.f_l_wrap {
margin-bottom: 30px;
}

.f_logo, .sns {
width: 43.7659033vw;
max-width: 302px;
margin: 0 auto;
display: block;
}

.f_logo {
margin-bottom: 20px;
}

.sns {
display: flex;
justify-content: center;
}

.sns a {
width: 30px;
height: 30px;
background: #fff;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}

.sns a img {
width: 16px;
height: auto;
}

.f_link a{
padding: 15px 0;
font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.938rem);
}

.f_link div {
margin-bottom: 30px;
}

.nue3 {
font-size: 12px;
}

footer small {
color: #fff;
font-family: "Barlow", sans-serif;
font-weight: 500;
font-size:13px;
}

@media screen and (min-width: 768px) {
.f_outer {
display: flex;
column-gap: 40px;
max-width: 1280px;
margin: 0 auto;
padding: 0 30px;
}

.f_l_wrap {
width: 30%;
display: flex;
flex-direction: column;
}

.f_logo, .sns {
margin:0;
width: 100%;
}

.f_logo {
margin-bottom: 20px;
}

.sns {
justify-content: flex-end;
}

.f_link {
display: flex;
text-align: left;
column-gap: 40px;
}

.f_link a{
padding: 0;
margin: 15px 0;
transition: .3s all;
}

.f_link a:hover {
color: #fff;
}

}

@media screen and (min-width: 960px) {
.f_outer {
column-gap: 100px;
}
}

@media screen and (min-width: 1024px) {
footer {
padding: 20px 0 40px;
}
}

@media screen and (min-width: 1280px) {
.f_outer {
column-gap: 120px;
}

.f_link {
column-gap: 80px;
}
}


