/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 10px;
}

html {
	color: #000;
	background: #fff;
	font-size: 10px;
	line-height: 1.7;
	word-break: break-all;
	letter-spacing: 0.08rem;
    /* scroll-behavior: smooth; */
}

body {
	background: #fff;
	margin: 0;
    width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
p{
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 180%;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

textarea {
    resize: vertical;
}


button {
    border: none;
    cursor: pointer;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}



#wrapper {
    position: relative;
    overflow-x: hidden;
}

dl,dt,dd {
    padding: 0;
    margin: 0;
}

sup{
    vertical-align: baseline;
    font-size: 70%;
}

.c-inner{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.c-inner02{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.c-inner03{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.c-inner04{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.c-inner05{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
.sec-p-top{
	padding-top: 120px;
}
.sec-p-bottom{
	padding-bottom: 120px;
}
.sp {
    display: none;
}
.c-txt{
	font-size: 1.6rem;
	line-height: 2;
}
.c-txt02{
	font-size: 1.4rem;
	line-height: 2;
}
.c-txt03{
	font-size: 1.8rem;
	line-height: 2;
}


.txt-50{
	font-size: 5rem;
	line-height: 1.5;
}

.txt-45{
	font-size: 4.5rem;
	line-height: 1.5;
}
.txt-42{
	font-size: 4.2rem;
	line-height: 1.5;
}
.txt-40{
	font-size: 4.0rem;
	line-height: 1.5;
}
.txt-38{
	font-size: 3.8rem;
	line-height: 1.5;
}

.txt-35{
	font-size: 3.5rem;
	line-height: 1.5;
}

.txt-32{
	font-size: 3.2rem;
	line-height: 1.5;
}


.txt-30{
	font-size: 3.0rem;
	line-height: 1.5;
}

.txt-28{
	font-size: 2.8rem;
	line-height: 1.5;
}

.txt-26{
	font-size: 2.6rem;
	line-height: 1.5;
}

.txt-24{
	font-size: 2.4rem;
	line-height: 1.5;
}

.txt-22{
	font-size: 2.2rem;
	line-height: 1.5;
}


.txt-20{
	font-size: 2.0rem;
	line-height: 1.5;
}

/* header */
header{
    position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
	z-index: 10;
	width: 100%;
	padding: 5px 10px 0;
    height: 70px;
    align-content: center;
	transition: all .4s;
    background: url(../img/home/bg.jpg) no-repeat center/cover;
}
header::after{
    content: '';
    position: absolute;
    top: 70px;
    left: 2.5%;
    width: 95%;
    height: 2px;
    background: url(../img/home/l-line.png) no-repeat center/cover;
}
header .h-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .h-inner a.logo{
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
    padding: 10px 0;
}
header .h-inner a.logo img{
    width: 128px;
    height: auto;
    object-fit: contain;
}
header .h-inner a.logo .en-b{
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    color: #006cbb;
    font-weight: bold;
    margin-left: 25px;
}
header .h-inner .h-right{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
}
header .h-inner .h-right .nav-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .h-inner .h-right .nav-nav .nav-item{
    position: relative;
    display: flex;
    transition: all .4s;
    padding:16px 15px;
    cursor: pointer;
}
header .h-inner .h-right .nav-nav .nav-item:last-child{
    margin-right: 25px;
}
header .h-inner .h-right .nav-nav .nav-item .cntnr{
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    color: #006cbb;
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
    font-weight: bold;
}
header .h-inner .h-right .nav-nav .nav-item:hover .cntnr{
    opacity: 0.7;
}
header .h-inner .h-right .c-humburger{
    display: none;
}
header .h-inner .c-nav{
    position: absolute;
    top:0;
    right:0;
    width: 200px;
    height: 50vh;
    max-height: 350px;
    transform: translateX(100%);
    display: block;
    z-index: 50;
    transition: all .5s;
    overflow-y: scroll;
    background-color:#006cbb;
    opacity: 0;
    pointer-events: none;
    align-content: center;
    border-radius: 40px 0 40px 40px;
}
header .h-inner .c-nav.active{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
header .h-inner .c-nav .flex{
    width:75%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
header .h-inner .c-nav .flex .navlink-item{
    /* display: none; */
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
}
header .h-inner .c-nav .flex .navlink-item:nth-child(n+2){
    margin-top: 5px;
}


/* footer */
footer{
    background: #006cbb;
    text-align: center;
    height: 100px;
    align-content: center;
}
footer .c-txt{
    font-weight: bold;
    color: #fff;
}



@media screen and (max-width: 1200px) {
    .c-txt{
        font-size: 1.45vw;
    }
    .c-txt02{
        font-size: 1.35vw;
    }
    .c-txt03{
        font-size: 1.6vw;
    }
    
    
    .txt-50{
        font-size: 4.6vw;
    }
    
    .txt-45{
        font-size: 4.1vw;
    }
    .txt-42{
        font-size: 3.9vw;
    }
    .txt-40{
        font-size: 3.7vw;
    }
    .txt-38{
        font-size: 3.5vw;
    }
    
    .txt-35{
        font-size: 3.0vw;
    }
    
    .txt-32{
        font-size: 2.8vw;
    }
    
    .txt-30{
        font-size: 2.6vw;
    }
    
    .txt-28{
        font-size: 2.4vw;
    }
    
    .txt-26{
        font-size: 2.3vw;
    }
    
    .txt-24{
        font-size: 2.2vw;
    }
    
    .txt-22{
        font-size: 2.0vw;
    }
    
    
    .txt-20{
        font-size:1.75vw;
    }
    header{
        height: 60px;
        background: url(../img/home/bg.jpg) no-repeat center/200%;
    }
    header::after{
        top: 60px;
    }
    header .h-inner .h-right .nav-nav .nav-item{
        padding:10px 10px;
    }
    header .h-inner .h-right .nav-nav .nav-item .cntnr{
        font-size: 1.5rem;
    }
    header .h-inner .h-right .nav-nav .nav-item .open_cntnts .inner a{
        font-size: 1.3rem;
    }
    header .h-inner a.logo img{
        width: 115px;
    }
    header .h-inner a.logo .en-b{
        font-size: 1.4rem;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    header .h-inner .h-right .nav-nav{
        display: none;
    }
    header .h-inner .h-right .c-humburger{
        cursor: pointer;
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        /* z-index: 200;
        border-radius: 50%; */
        transition: all .4s;
    }
    header .h-inner .h-right .c-humburger .bar{
        width: 20px;
        height: 2px;      
        display: block;      
        position: absolute;      
        left: 50%;      
        transform: translateX(-50%);      
        background-color: #006cbb; 
        z-index: 100;
    }
    header .h-inner .h-right .c-humburger .bar_top{   
        top: 18px;
    }
    header .h-inner .h-right .c-humburger .bar_middle{   
        top: 50%;
        transform: translate(-50%,-50%)
    }
    header .h-inner .h-right .c-humburger .bar_bottom{
        bottom: 18px;
    }
    header .h-inner .h-right .c-humburger.close .bar{
        background: #fff;
        width: 30px;
    }
    header .h-inner .h-right .c-humburger.close .bar_top{   
        top: 25px;
        transform: translate(-15px, -1px) rotate(45deg);
        transition: transform .3s;
    }
    header .h-inner .h-right .c-humburger.close .bar_middle{   
        display: none;
    }
    header .h-inner .h-right .c-humburger.close .bar_bottom{
        bottom: 25px;
        transform: translate(-15px, 1px) rotate(-45deg); 
        transition: transform .3s; 
    }
    footer{
        height: 90px;
    }
}
@media screen and (max-width: 768px) {
    html{
        letter-spacing: 0.1rem;
    }
    .sec-p-top{
        padding-top: 60px;
    }
    .sec-p-bottom{
        padding-bottom: 60px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
    .c-txt{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .c-txt02{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .c-txt03{
        font-size: 1.5rem;
        line-height: 1.5;
    }
    
    .txt-50{
        font-size: 2.8rem;
    }
    
    .txt-45{
        font-size: 2.2rem;
    }
    .txt-42{
        font-size: 2.2rem;
    }
    .txt-40{
        font-size: 2.2rem;
    }
    .txt-38{
        font-size: 2.2rem;
    }
    
    .txt-35{
        font-size: 2.2rem;
    }
    
    .txt-32{
        font-size: 2.2rem;
    }

    .txt-30{
        font-size: 2.0rem;
    }
    
    .txt-28{
        font-size: 1.7rem;
    }
    
    .txt-26{
        font-size: 1.7rem;
    }
    
    .txt-24{
        font-size: 1.7rem;
    }
    
    .txt-22{
        font-size: 1.7rem;
    }
    
    .txt-20{
        font-size: 1.6rem;
    }
    
    /* header */
    header{
        background: url(../img/home/bg.jpg) no-repeat center/400%;}
    header::after{
        top: 60px;
    }
    header .h-inner a.logo{
        margin-left: 10px;
        width: 100px;
    }
    header .h-inner a.logo img{
        width: 100px;
    }
    header .h-inner a.logo .en-b{
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: 400;
        margin-top: 8px;
        margin-left: 0;
    }
    /* footer */
    footer{
        height: 70px;
    }
    footer .c-txt{
        font-size: 1.2rem;
    }
}