@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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 {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}

html,body {
margin:0;
padding:0;
height:100%;
min-height:100%;
background: #F5F5F7;
}

body {
color:#1D1D1F;
-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.6;}


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: #1D1D1F;
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: 60px;
background: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999999;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.header__container {
display: flex;
justify-content: space-between;
align-items: center;
height: inherit;
color: #1D1D1F;
padding: 0 0 0 10px;
margin-right: auto;
margin-left: auto;
}

h1 img {
width: 148px;
height: auto;
}

@media screen and (min-width: 960px) {
.header {
height: 55px;
}

.header__container {
padding: 0 0 0 20px;
}

h1 img {
width: 152px;
height: auto;
max-height: 32px;
}

}

@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: #0058A1;
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-size: clamp(1rem, 0.979rem + 0.1vw, 1.063rem);
line-height: 80px;
text-decoration: none;
color: #1D1D1F;
transition: all 0.3s;
}

.nav__item a:hover {
color: #0058A1;
}

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;
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: 55px;
position: relative;
}

.nav__item a {
line-height: 55px;
}

#check {
display: none;
}


}

@media screen and (min-width: 1200px) {
.nav__lIst {
column-gap: 100px;
}
}

/*==========================================================
言語スイッチ
==========================================================*/
#lang {
position: absolute;
right: 60px;
}

.st0 {
fill: #1D1D1F;
}

.svg {
transition: .3s all;
}

#lang a{
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;
}

}


/*==========================================================
Footer
==========================================================*/
footer {
width: 100%;
text-align: center;
padding: 20px 0;
position: relative;
line-height: 1.5;
background: #1D1D1F;
}

footer small {
color: #fff;
font-weight: 500;
font-size:13px;
}


@media screen and (min-width: 1024px) {
footer {
padding: 20px 0 40px;
}
}



