﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
body{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
.wave{
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bg01{
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
#fix_bnr{
    bottom: 10px;
    right: 100px;
    z-index: 10;
    width: 320px;
    transition: 0.5s;
}
#fix_bnr:hover{opacity: 0.5;transition: 0.5s;}
#fix_bnr.close{right: -450px;}
#wrap.index #header{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
#wrap.index #header.head_fix{
    pointer-events: auto;
    opacity: 1;
}
#wrap.index #pc_nav ul {
    height: 70px!important;
}
#pc_nav ul:last-of-type{background-color: #ffd24e;}
#pc_nav li a{color: #555555;}
#main_img h2{max-width: 750px;}
#logo a{max-width: 120px;}
#intro h2:before, #contents1 h2:before, #contents3 h2:before, #contents2 h2:before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #ffd24e;
    width: 100px;
    height: 5px;
    bottom: -20px;
    left: 0;
}
#contents2 h2:before{
    left: 50%;
    transform: translateX(-50%);
}
#contents2 .cate_box {
    margin-top: -30px;
}
#contents2 .con_wrapper{
        margin-top: -150px;
    position: relative;
    z-index: 1;
}
#intro .intro_bg{    background-color: rgb(23 111 145 / 80%);}
#contents1 span{background-color: #39afdd;width: 100%;}
#contents1 span.bg03{
    height: auto;
    top: inherit;
    max-width: 790px;
    bottom: 0;
    right: 0;
    width: 40%;
    opacity: 0.5;
}
#top_info {
    background: url(Dup/img/footer_bg.JPG);
    background-size: 100%;
}
.top_infoInner{    background: rgba(255,255,255,0.8);}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
/* contents anim */
#contents2 .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents2 .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents2 .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents2 .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents2 .con_wrapper .con_box {
    width: calc(13% - 16px);
    margin-right: 40px;
    box-sizing: border-box;
}
#contents2 .con_wrapper .con_box:last-of-type {
    margin-right: 0;
}
#contents2 .fadeIn_box .con_box {
    opacity: 0;
}
#contents2 .con_img {
    border-radius: 30px;
}
#contents2 .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}
#contents2 .con_txt{
	font-size: 18px;
    color: #219ed0;
}
@media screen and (max-width: 768px){
#contents2 .con_wrapper .con_box {
        width: calc(20% - -10px);
        margin-right: 20px;
}
}
@media screen and (max-width: 667px){
#contents2 .con_wrapper .con_box {
    width: 70%;
    margin-right: 0;
    margin-bottom: 30px;
}
#contents2 .con_title h3:before {
    bottom: -15px;
}
}



/*===========================================================*/
/* 下層 */
/*===========================================================*/
.pager li a{color: #219ed0;}



/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
#sp_nav a.active{border-bottom: 1px solid #ffffff;}

}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#contents2 .con_wrapper{margin-top: -50px;}
#fix_bnr {
    bottom: 7px;
    right: 72px;
    width: 65%;
}

#main_img{height: 50vh!important;}
#main_img .txt{top: 30%;}


}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}