@font-face {
    font-family: 'singo_li';
    src: url('../font/singo_li.otf') format("opentype");
 }
 
 .mincho{
     font-family: 'Noto Serif JP', serif;
 }
 .singo_li{
    font-family: 'singo_li', serif;
 }
 /* font */
 
 html {
     overflow: auto;
 }
 
 body {
     position: relative;
     min-width: 1200px;
     width: 100%;
     word-wrap: break-word;
 }
 body{
     color: #231815;
     font-family: 'singo_li','Noto Sans JP' ,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "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: #231815;
     transition: all 500ms;
     vertical-align: baseline;
     line-height: 1;
 }
 a:focus{
     outline:none;
 }
 /* 
 a:focus {
     outline-offset: 1px;
     outline: 1px dotted #231815;
 } */
 
 section{
     position: relative;
     padding: 90px 3%;
 
     overflow: hidden;
 }
 
 .wrap,.foot {
     position: relative;
     max-width: 900px;
     width: 100%;
     margin: auto;
     z-index: 1;
 }

 .bo_wrap ul{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
 }

.bo_wrap ul li .bo_wrap_box {
    display: grid;
    border: solid 1px #2ca489;
    grid-template-columns: 1fr 2fr;
    gap: 1em;
    padding: 20px 15px;
    align-items: start;
}
 .bo_wrap ul li .bo_wrap_box .bo_wrap_div{
    width: 100%;
 }
 .bo_wrap ul li .bo_wrap_box p.bo_wrap_p{
    text-align: left;
    margin-top: 0;
    width: 100%;
    line-height: 1.6;
 }
 .bo_wrap_p span{
    display: block;
    margin-top: 10px;
 }
 .bo_wrap ul li .bo_wrap_box p{
    text-align: center;
 }

 .bo_wrap ul li.bo_la_box .bo_wrap_box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
 }
 .bo_wrap ul li.bo_la_box .bo_la_p{
    text-align: left;
    margin-top: 0px;
    line-height: 1.6;
 }
.bo_wrap ul li.bo_la_box .bo_la_p span {
    display: block;
    margin-top: 1em;
}
.bo_wrap ul li .bo_wrap_box p.bo_tit {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
}

.bo_wrap ul li .bo_wrap_box .bo_wrap_div{
        display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.bo_wrap ul li a.bo_la_ivd{
 padding: 0;
 color: #2ca489;
 transition: all 500ms;
}
.bo_la_ivd:hover{
    opacity: 0.6;
    transition: all 500ms;
}


.bo_img_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

 .in_cont p{
    text-align: justify;
 }
 .in_cont span{
    display: block;
 }

 .cont_incont{
    max-width: 650px;
    margin: 0 auto;
 }

 .menu_btn_p{
    width: 0;
    height: 0;
    overflow: hidden;
}
 @media screen and (max-width: 1280px) {
    body {
        min-width: 1200px;
        /* font-size: 0.9em; */
    }
    /* .wrap,.foot,#sec02 .wrap {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    } */

    #sec02{
        padding-top: 0;
    }

    .bo_wrap ul {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .bo_wrap ul li a {
        padding: 15px;
    }
    .bo_wrap ul li a{
        flex-direction: column;
    }
    .bo_wrap ul li a p{
        font-size: 20px;
        margin-top: 20px;
    }
    .bo_wrap ul li a p.bo_wrap_p{
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    .bo_wrap ul li .bo_wrap_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bo_img_box {
    grid-template-columns: 1fr;
    }

}

b, strong, .bold{
    font-weight: 700;
}

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;
}

/* 追従タイプタブ */

/* 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: #2ca489;
    border: solid 1px #2ca489;
    padding: 7px 23px;
    border-radius: 5px;
}
.menu_box .wrap ul li a:hover{
    color: #231815;
    border: solid 1px #2ca489;
    background-color: #2ca489;
}

.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;
}
.swiper-slide{
    position: relative;
}
.slide_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    display: block;
    width: 100%;
}

.slider_box p{
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #FFF;
    margin: 0 auto;
    z-index: 2;
    margin-right: -22.5%;
}
.slide_box::after{
    top: -19%;
    right: -25%;
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background-color: #2ca4899e;
    padding: 10px 0;
    z-index: 1;
}
@media screen and (max-width: 767px){
    .slide_box::after{
        top: -35%;
    right: -27%;
    }
    .bo_wrap ul li .bo_wrap_box .bo_wrap_div{
        gap: 20px;
    }
    .bo_wrap ul li.bo_la_box .bo_wrap_box{
        gap: 20px;
    }
    .bo_wrap ul li a.bo_la_ivd{
        padding: 0;
    }
    .bo_wrap ul li .bo_wrap_box p.bo_tit{
        margin-bottom: 0;
        font-size: 18px;
    }
    .slider_box p{
        font-size: 20px;
        margin-right: -14%;
    }
    .ancor{
        /* padding-top: 44.98px;
        margin-top: -44.98px; */
        padding-top: 64px;
        margin-top: -64px;
    }
    .top_sec{
        padding: 0;
    }
    .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: #2ca489;
        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: #2ca489;
    }
    .slider_box{
        margin-top: 64px;
    }
    .slider_box ul{
        display: grid;
        gap: 15px 0;
        grid-template-columns: 1fr;
    }
    .slide_box::after{
        width: 100%;
    }

}
/* 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 */


/* color */
.bk_gr{
    background-color: #efefef;
}

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

/* margin */
.mt_0{
    margin-top: 0!important;
}
.mt_5{
    margin-top: 5px;
}
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.mt_50{
    margin-top: 50px;
}
.mt_60{
    margin-top: 60px;
}
.mt_80{
    margin-top: 80px;
}
.mb_0{
    margin-bottom: 0!important;
}
.mb_5{
    margin-bottom: 5px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_15{
    margin-bottom: 15px;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_30{
    margin-bottom: 30px;
}
.mb_50{
    margin-bottom: 50px;
}
.mb_60{
    margin-bottom: 60px;
}
.mb_70{
    margin-bottom: 70px;
}
.pt_80{
    padding-top: 80px;
}
/* margin */
/* padding */
.pb_0{
    padding-bottom: 0!important;
}
.pt_0{
    padding-top: 0!important;
}
/* padding */

/* 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: 60px 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;
	}
}

@media screen and (max-width:767px) {
}

/* test movie start */
.text {
    opacity: 0;
    overflow: hidden;
  }
  
  .text-move {
    opacity: 0;
    display: inline-block;
    transform: scale(1) translate(0px, 20px);
  }
  
  .text-move:nth-child(1) {
    transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.2s;
  }
  .text-move:nth-child(2) {
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.25s;
  }
  .text-move:nth-child(3) {
    transition: opacity 0.7s ease 0.25s, transform 0.7s ease 0.3s;
  }
  .text-move:nth-child(4) {
    transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.35s;
  }
  .text-move:nth-child(5) {
    transition: opacity 0.7s ease 0.35s, transform 0.7s ease 0.4s;
  }
  .text-move:nth-child(6) {
    transition: opacity 0.7s ease 0.4s, transform 0.7s ease 0.45s;
  }
  .text-move:nth-child(7) {
    transition: opacity 0.7s ease 0.45s, transform 0.7s ease 0.5s;
  }
  .text-move:nth-child(8) {
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.55s;
  }
  .text-move:nth-child(9) {
    transition: opacity 0.7s ease 0.55s, transform 0.7s ease 0.6s;
  }
  .text-move:nth-child(10) {
    transition: opacity 0.7s ease 0.6s, transform 0.7s ease 0.65s;
  }
  .text-move:nth-child(11) {
    transition: opacity 0.7s ease 0.65s, transform 0.7s ease 0.7s;
  }
  .text-move:nth-child(12) {
    transition: opacity 0.7s ease 0.7s, transform 0.7s ease 0.75s;
  }
  .text-move:nth-child(13) {
    transition: opacity 0.7s ease 0.75s, transform 0.7s ease 0.8s;
  }
  .text-move:nth-child(14) {
    transition: opacity 0.7s ease 0.8s, transform 0.7s ease 0.85s;
  }
  .text-move:nth-child(15) {
    transition: opacity 0.7s ease 0.85s, transform 0.7s ease 0.9s;
  }
  .text-move:nth-child(16) {
    transition: opacity 0.7s ease 0.9s, transform 0.7s ease 0.95s;
  }
  .text-move:nth-child(17) {
    transition: opacity 0.7s ease 0.95s, transform 0.7s ease 1s;
  }
  .text-move:nth-child(18) {
    transition: opacity 0.7s ease 1s, transform 0.7s ease 1.05s;
  }
  .text-move:nth-child(19) {
    transition: opacity 0.7s ease 1.05s, transform 0.7s ease 1.1s;
  }
  .text-move:nth-child(20) {
    transition: opacity 0.7s ease 1.1s, transform 0.7s ease 1.15s;
  }
  .text-move:nth-child(21) {
    transition: opacity 0.7s ease 1.15s, transform 0.7s ease 1.2s;
  }
  .text-move:nth-child(22) {
    transition: opacity 0.7s ease 1.2s, transform 0.7s ease 1.25s;
  }
  .text-move:nth-child(23) {
    transition: opacity 0.7s ease 1.25s, transform 0.7s ease 1.3s;
  }
  .text-move:nth-child(24) {
    transition: opacity 0.7s ease 1.3s, transform 0.7s ease 1.35s;
  }
  .text-move:nth-child(25) {
    transition: opacity 0.7s ease 1.35s, transform 0.7s ease 1.4s;
  }
  .text-move:nth-child(26) {
    transition: opacity 0.7s ease 1.4s, transform 0.7s ease 1.45s;
  }
  .text-move:nth-child(27) {
    transition: opacity 0.7s ease 1.45s, transform 0.7s ease 1.5s;
  }
  .text-move:nth-child(28) {
    transition: opacity 0.7s ease 1.5s, transform 0.7s ease 1.55s;
  }
  .text-move:nth-child(29) {
    transition: opacity 0.7s ease 1.55s, transform 0.7s ease 1.6s;
  }


  .text.t_active {
    opacity: 1;
  }
  
  .text.t_active .text-move {
    opacity: 1;
    transform: scale(1) translate(0);
    margin: 0;
  }
/* test movie end */

/* PC/SP start */
.pc{
}
.sp{
    display: none;
}

.copy{
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    background-color: #FFF;
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .copy{
        padding: 10px 0 15px;
        margin-bottom: 55px;
    }
}
/* PC/SP end */

/* .fadein {
    opacity : 0;
    transform: scale(1.2);
    transition : all 0.7s;
  }
    
.fadein_active{
    transform: scale(1);
    opacity : 1;
} */

.fadein1,.fadein2,.fadein3,.fadein {
    position: relative;
    opacity : 0;
    transform: scale(1.2);
    transition : all 0.7s;
} 
.fadein_active1,.fadein_active2,.fadein_active3,.fadein_active{
    transform: scale(1);
    opacity : 1;
    animation-duration: 1.8s;
    animation-name: b_ac;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes b_ac {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    35% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadein_active1::before,.fadein_active2::before,.fadein_active3::before,.fadein_active::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2ca489;

    animation-duration: 1.6s;
    animation-name: a_ac;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

    z-index: 3;
}
@keyframes a_ac {
    0% {
        transform-origin:right;
        transform:scaleX(0);
    }
    50% {
        transform-origin:right;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:left;
    }
    100% {
        transform-origin:left;
        transform:scaleX(0);
    }
}