﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@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;}
#main_img {
    padding: 0;
    max-height: 100vh;
    position: relative;
}
.catch{
    bottom: 15%;
    left: 5%;
    max-width: 600px;
    width: 50%;
}
.con1_squ{z-index: 1;}
#con1::before,#con3::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 25px;
    background-image: url(Dup/img/line_bg.png);
    opacity: 0.7;
}
#con1,#con3{background-image: url(Dup/img/bg02.jpg);}
#con2,#topCms,.all_contents {background-image: url(Dup/img/bg01.jpg);}
#con2 .topimg2 img, #con2 .topimg3 img,#con3 .box .img,.f_contact_box,.header-in,.all_contents .content,.link_type3 .cate_box a,.link_type2 .cate_box a,#topCms .BA_type1 .box_img1, #topCms .BA_type1 .box_img2{border: 3px solid #112a40;}
#con3{padding-bottom: 330px;}
#con3 h4 {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 4px);
    margin-top: 10px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    color: #E8822A;
    border-top: 3px double;
    border-bottom: 3px double;
    font-weight: bold;
}
#con3 .title .en {
    font-size: 70px;
}
#con3 span.sl{display: none;}
#topCms::before {
    content: '';
    position: absolute;
    top: -230px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 232px;
    background-image: url(Dup/img/section_bg.png);
}
.footer{background-color: #112a40;}
.f_contact_box h4{margin-bottom: 20px;}
.c-btn{
    background-color: #e8822a;
    color: #fff;
    border-color: #e8822a;
}
.c-btn i{color: #fff;}
#pagetop{z-index: 1;}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a{border-radius: 10px;overflow: hidden;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);background-color: #112a40}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}

.link_type2 .cate_box a {
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #112a40;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;border-radius: 10px;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #ff9e03;
}
/*.BA_type1 .box_img1 {margin-right: 40px;}*/
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    left: 0;
    top: 0;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

@media screen and (max-width: 667px){
.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}

#fix_bnr{
	bottom: 7px;
	right: 84px;
	z-index: 10;
    max-width: 401px;
    width: 30%;
}
#fix_bnr a:hover{transform: translateY(-5px);transition: 0.5s;}
#copyright{
	padding-bottom: 100px;
}

@media screen and (max-width: 768px){
    #fix_bnr{width: 40%;}
}

@media screen and (max-width: 667px){
#fix_bnr {bottom: 7px;right: 72px;width: 65%;}
#copyright{padding-bottom: 55px;}
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/
.pagetitle{background-color: transparent;}
.pagetitle_img{
        opacity: 0.3;
        mix-blend-mode: inherit;
    background-position: center center;
    background-size: cover;
}



/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
.header{background-color: rgb(255 255 255 / 90%);}
.header-in{border: none;}

.copy{padding-bottom: 100px;}

}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#con1::before, #con3::before{height: 15px;}
#topCms::before {content: none;}
#con3{padding-bottom: 50px;}
#con3 .box .img{border-radius: 50%;}
#con3 .title .en{font-size: 40px;}
.f_contact_box h4{font-size: 40px;}
.f_contact_box p.font_18{font-size: 14px;}
.all_contents .content {
    border-radius: 20px;
}
.link_type2 .cate_box a:hover .more{opacity: 0;}
.link_type2 .cate_box a:hover:after{top: 100%;}


}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}