/* font */
@font-face{ 
    font-family: 'osw';
    src: url('../font/osw.otf') format('opentype');
}

.osw{
    font-family: 'osw';
}

.mincho{
    font-family: 'Noto Serif JP', serif;
}
/* font */

html {
    overflow: auto;
}

body {
    position: relative;
    min-width: 1100px;
    width: 100%;
    word-wrap: break-word;
}
body{
    color: #727171;
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    font-family: 'Noto Sans JP' ,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;

    word-break: break-all;
    -webkit-text-size-adjust: none;
    line-break: strict;
    overflow-wrap: break-word;
}

body * {
    box-sizing : border-box;
  }


img{
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

a {
	margin: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    color: #000;
    transition: all 500ms;
    vertical-align: baseline;
    line-height: 1;
}
a:focus{
	outline:none;
}

section{
	position: relative;
    padding: 90px 3%;

    overflow: hidden;
}

.wrap,.foot {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.cont_incont{
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

b, strong, .bold{
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    font-weight: 500;
}

.nomal{
    font-weight: 400;
}

p{
	margin: 0;
}

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

table{
    border-collapse: collapse;
}


h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 1280px) {
    body {
        min-width: 1200px;
    }
    .wrap,.foot {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

}
.menu_btn_p{
    width: 0;
    height: 0;
    overflow: hidden;
}
/* pagetop start */
#pagetop {
    position: fixed;
    right: 12px;
    bottom: 13px;
    margin: 0;
    z-index: 100;
}
#pagetop a {
    position: relative;
    top: 5px;
    width: 35px;
    height: 35px;
    transition: opacity .6s ease;
    color: #FFF;
}
#pagetop a::before{
    content: '';
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #231815 transparent;
}
#pagetop a:hover {
    opacity: .6;
}
img.page_img {
    width: 100%;
	filter: invert(1) brightness(1.5);
}

@media screen and (max-width:767px) {
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }
    body {
        min-width: 320px;
    }

    section {
        padding: 35px 5%;
    }

    #top .section:nth-child(1){
        padding-top: 40px;
    }
	#pagetop {
		position: fixed;
        right: 10px;
        bottom: 10px;
		margin: 0;
		opacity: .9;
		z-index: 5;
	}
    #pagetop a::before {
        border-width: 0 0 65px 65px;
    }
	#pagetop a {
        width: 23px;
        height: 23px;
	}
}

/* 追従タイプタブ */
.top_sec{
    padding-top: 99px;
}

.indent {
    display: inline;
    letter-spacing: -0.5em;
}
.indent_l{
    display: inline;
    margin-left: -0.5em;
}

/* color */
.wh{
    color: #FFF!important;
}
.bl{
    color: #5f79b5!important;
}

.li_2{
    line-height: 2;
}

._ce{
    text-align: center!important;
}
._le{
    text-align: left!important;
}
._ri{
    text-align: right!important;
}

.gra{
    background: #00A29A;
    background: -webkit-linear-gradient(275deg, rgba(0, 162, 154, 1) 56%, rgba(234, 253, 243, 1) 100%);
    background: -moz-linear-gradient(275deg, rgba(0, 162, 154, 1) 56%, rgba(234, 253, 243, 1) 100%);
    background: linear-gradient(275deg, rgba(0, 162, 154, 1) 56%, rgba(234, 253, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A29A", endColorstr="#EAFDF3", GradientType=0);
}

.copy {
    padding: 10px 0;
    line-height: 1.1;
    font-size: 12px;
}



/* HEADER */
header {
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}

.fixed{
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.head_wrap{
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.head_wrap a:hover{
    opacity: 0.6;
}

.menu_box {
    background-color: #231815;
    z-index: 2;
    padding: 24px 0;
}

.menu_b{
    width: 100%;
    position: fixed;
}
.menu_box .wrap{
    max-width: 900px;
    margin: 0 auto;
}

.menu_box .wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_box .wrap ul li a {
    display: block;
    color: #00a0e9;
    border: solid 1px #00a0e9;
    padding: 7px 23px;
    border-radius: 5px;
}
.menu_box .wrap ul li a:hover{
    color: #231815;
    border: solid 1px #00a0e9;
    background-color: #00a0e9;
}

.top_logo{
    max-height: 55px;
}

.top_tab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFF;
    z-index: 10;
}

.top_tab_wrap {
    display: flex;
    max-width: 900px;
    margin: 22px auto;
    align-items: center;
    justify-content: space-between;
}

.top_cont ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}
.top_cont ul li{
    position: relative;
    margin-left: 50px;
}
.top_cont ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background-color: #231815;
}
.top_cont ul li:first-child::before,.top_cont ul li:last-child::before{
    content: none;
}
.top_cont ul li:first-child{
    margin-left: 0;
}
.top_cont ul li:last-child{
    margin-left: 20px;
}
.top_cont ul li a{
    color: #231815;
    opacity: 1;
    letter-spacing: 1px;
}


.top_cont ul li a:hover{
    opacity: 0.6;
}

.menu_btn{
    position: absolute;
  }

  .top_cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 1em;
}

@media screen and (max-width:1200px) {
    .top_tab{
        padding-left: 3%;
        padding-right: 3%;
    }
    .top_logo {
        max-height: 45px;
    }
    .top_tab_wrap{
        margin: 10px auto;
        justify-content: flex-start;
    }
}
.ancor{
    padding-top: 164px;
    margin-top: -164px;
}

@media screen and (max-width: 767px){
    .ancor{
        /* padding-top: 44.98px;
        margin-top: -44.98px; */
        padding-top: 64px;
        margin-top: -64px;
    }
    .top_sec{
        padding-top: 65px;
    }
    .top_tab_nav {
        display: inline-flex;
        font-size: 1rem;
        width: 70%;
        padding: 0px 5%;
        height: 100vh;
        z-index: 5;
        position: fixed;
        top: 66px;
        right: -105%;
        background-color: #231815;
        transition: all 500ms;
        /* padding-bottom: 100px; */
        padding-bottom: 70px;
        overflow: scroll;
        flex-wrap: wrap;
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .ov_hi{
        position: relative;
        overflow: hidden;
    }
    .ov_hi::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #2d2d2dbf;
        z-index: 6;
    }

    /* MENU BUTTON */
    .menu_btn{
        position: fixed;
        width: 35px;
        height: 26px;
        z-index: 1001;
        top: 20px;
        right: 15px;
	}

    .menu_btn::after{
        content: '';
        position: absolute;
        top: -20px;
        left: -16px;
        right: 0;
        margin: 0 auto;
        width: 65px;
        height: 65px;
        background: rgb(0,185,239);
        background: -moz-linear-gradient(90deg, rgba(0,185,239,1) 0%, rgba(0,129,204,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0,185,239,1) 0%, rgba(0,129,204,1) 100%);
        background: linear-gradient(90deg, rgba(0,185,239,1) 0%, rgba(0,129,204,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b9ef",endColorstr="#0081cc",GradientType=1);
        z-index: -1;
    }
    
	.menu_btn span{
        display: block;
        position: relative;
		width: 100%;
		height: 2px;
        border-radius: 20px;
		background: #FFF;
		transition: all 500ms;
	}
    .menu_btn::before{
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 0.7rem;
        font-weight: 900;
        color: #FFF;
    }
    
    .menu_btn span:nth-child(1){
		position: absolute;
		top: 0;
	}
	.menu_btn span:nth-child(1).btn_ac{
		transform: translateY(13px) rotate(42deg);
	}

	.menu_btn span:nth-child(2){
		position: absolute;
		top: 11px;
		opacity: 1;
	}
	.menu_btn span:nth-child(2).btn_ac{
		transform: translateY(6px) rotate(180deg);
		opacity: 0;
	}

	.menu_btn span:nth-child(3){
		position: absolute;
		bottom: 0;
	}
	.menu_btn span:nth-child(3).btn_ac{
		transform: translateY(-11px) rotate(-42deg);
	}

    .top_cont{
        width: 100%;
        margin-top: 40px;
    }
    .top_cont ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
    .top_cont ul li::before{
        content: none;
        height: 1.8em;
    }
    .top_cont ul li{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .top_cont ul li a{
        text-align: center;
        display: block;
        width: 100%;
        color: #00a0e9;
        border: solid 1px;
        padding: 12px 0px;
        border-radius: 5px;
    }
    .top_cont ul li:last-child{
        margin-left: 0;
    }
    .top_cont ul li a:hover{
        opacity: 1;
        color: #231815;
        background-color: #00a0e9;
    }
    .slider_box{
        margin-top: 64px;
    }

}
/* HEADER */

/* FOOTER */
footer {
    text-align: center;
    position: relative;
    padding: 200px 5% 40px;
    font-size: 13px;
}

@media screen and (max-width:767px) {
    footer {
        padding: 120px 5% 30px;
    }
}
/* FOOTER */

/* PC/SP start */
.pc{
}
.sp{
    display: none;
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* PC/SP end */