﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}

:root{--font_zenkaku: 'Zen Kaku Gothic New', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;}
:root{--font_noto: 'Noto Sans JP','Zen Kaku Gothic New', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;}

.con1_title,.intro_title, #contents .con_title,h3,h2,h4,h5,h6,.font_Quick {font-family:var(--font_noto) !important;}
body, .font_sans-serif,.font_serif,p{font-family:var(--font_zenkaku) !important;}

.top_cms_title p, .info_title_inner p{
    font-size: -webkit-calc(1rem - 0px);
    font-size: calc(1rem - 0px);
}


:root{
    --color1:#1a6bb5;
    --color2:#eceff3;
    --color3:#0e5ba1;
    --color4:#eff6fc;
    --color5:#dce8f3;    
    --white:#FFFFFF;
    --black:#14314c;
    --gray:#b8c2cb;
    --red:#f13030;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--red);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
.txt_red,.hvr_txt_red:hover{color: var(--red);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_red,.hvr_bg_red:hover{background-color: var(--red);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--red);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}
.border_red,.hvr_border_red:hover{border-color:  var(--red);}
.linkStyle{color: var(--color3);
          border-bottom:solid 1px;
}


/*装飾に便利なposi_rel*/
#contents_box,#contents1,#contents2,#contents3,#contents,.con1_outer, .con2_outer, .con3_outer,.img5, .img6, .img7,div#left,div#right,div#intro_wrap,#contents2_wrap,section#top_contents1 .catch_txt,section#top_contents1,div#video,section#top_contents2,section.top_cms_box{position: relative;}
#intro .con_txt, #intro .intro_title, #contents1 h2, #contents3 .con_wrap, #contents3 h2, #contents2 h2, #top_cms, #top_info {
    position: relative;
}
/*装飾に便利なposi_rel*/
/*装飾に便利な疑似クラス設定*/
#main_img::before, #main_img::after, #contents_box::before, .con1_outer::after, #attach::before, .con2_outer::before,.con2_outer::after,.con3_outer::before,.con3_outer::after,#page_title .title_img::after,article .width_1280-max::before,div#contents1::before,div#contents1::after,div#contents3::before,#contents2::before,div#contents2::after,#page_title .title_img::after,#contents::before,.img5::before, .img6::before, .img7::before,div#left::before,div#right::before,div#intro_wrap::before,div#intro_wrap::after,#contents2_wrap::before,section#top_contents1 .catch_txt::before,section#top_contents1 .catch_txt::after,.video::before,div#video::before,section.top_cms_box::before,#intro figure::before,#intro .intro_title:before, #contents1 h2:before, #contents3 h2:before, #contents2 h2:before,#top_info::before,#top_info:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*装飾に便利な疑似クラス設定*/
#main_img .img, #main_img .catch, #intro:before, #intro:after {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
/*section#main_img {*/
/*    background-image: url(dup/img/main_img.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

#main_img::before {background-color: transparent;}

span.main_img img {
    max-width: 48vw;
    width: 100%;
    height: auto;
    z-index: 1;
    bottom: -6%;
    left: -1%;
    object-fit: cover;
}



#main_img .catch {
    background-image: url(./Dup/img/catch.png);
    background-size: 100%;
    width: 37vw;
    height: 19vw;
    top: 25%;
    right: 7%;
    z-index: 1;
}

#header{padding-top: 0;}
header .inner{
    width: 100%;
    max-width: 100%;
}
#video{top: 55%;}
#header.head_fix #pc_nav ul {
    height: 90px;
}

#pc_nav ul:first-of-type,#pc_nav ul:last-of-type {
    border-radius: inherit !important;
}

header .inner {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0px 0px rgb(0 0 0 / 16%);}

#pc_nav ul {
    height: 70px;}
    
section#main_img {
    margin-top: 70px;
    height: calc(100vh - 70px) !important;
}

#main_img .catch {
    background-image: url(./Dup/img/catch.png);
    background-size: 100%;
    width: 41vw;
    height: 14vw;
    top: 30%;
    right: 8%;
    z-index: 1;
}

section#intro::before {
    width: 74px;
    height: 100%;
    background: url(Dup/img/item01.png) no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-position: top;
}
#intro .intro_title:before, #contents1 h2:before, #contents3 h2:before, #contents2 h2:before {
    background-color:  var(--red);
    width: 100px;
    height: 2px;
    bottom: -20px;
    left: 0;
}
#intro .intro_title:before {
    background-color: rgba(255,255,255,0.9);
}

#contents1 span.lr_anim.start {
    width: 100%;
    opacity: 1;
    background-color: #eff6fc;
    background-size: 180px 180px;
    background-image: repeating-linear-gradient(to right, #e1effa, #e1effa 1.5px, #eff6fc 1.5px, #eff6fc);
}

#contents2 h2:before {
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#contents2 p.sub_title {
    margin-bottom: 5px;
    font-size: 16px;
}

#contents2 .contents2_bg::before {opacity:0.1;
                                    background-color: var(--color1);}
                                    
#contents1 h2 {color: var(--color3);}
nav#pc_nav #logo {width: 75%;}

#top_info:after {
    background-image: url(./Dup/img/f_bg.jpg);
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.06;
    z-index: 0;
    background-size: cover;
}
#top_info:before {
    background-image: url(./Dup/img/info.png);
    width: 735px;
    height: 67px;
    top: -35px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
    background-size: contain;
}

#top_info > div {
    position: relative;
    z-index: 1;
}
.contents2_bg {
    background-position: center bottom 20% !important;
}

span.main_img02 img {
    height: calc(100vh - 70px) !important;
    object-fit: cover;
}

/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
#f_contact .more_bt a:hover{color:var(--white);}
.more_bt a:hover {color: #fff !important;}
section#page_title .bg {background-position: center bottom 0% !important;}
#page-top a{border-radius:0px;}
#fix_bnr {
    bottom: 7px;
    right: 93px;
    z-index: 10;
    width: 250px;
}



@media  screen and (max-width: 1280px){
#con2.pd_l-r10per {
padding-left: 5%;
padding-right: 5%;}
}



/*タブレット*/
@media screen and (max-width: 768px){
#page_title .box {padding: 200px 0 120px;}


#main_img .catch {
    background-image: url(./Dup/img/catch.png);
    background-size: 100%;
    width: 50vw;
    height: 17vw;
    top: 35%;
    right: 5%;
    z-index: 1;}
section#main_img {
    margin-top: 70px;
    height: calc(50vh - 70px) !important;}
section#intro::before {opacity: 0.15;}
#contents1 .img_box {
    width: 80%;
    padding-bottom: 5%;}
#contents1 .txt_box{width:90% !important;}
section#contents1 .d_flex {padding: 0;}
section#intro figure {width: 90% !important;}
.more_bt a:hover span.before {
    width: 400px;
    height: 400px;}
#top_info:before {
    width: 570px;
    height: 50px;
    top: -25px;}
p#copyright {margin-bottom: 80px}

span.main_img02 img {
    height: calc(50vh - 70px) !important;
    object-fit: cover;
}
}

/*スマホ*/
@media screen and (max-width: 667px){

#header.head_fix #pc_nav ul {height: 70px;}
section#intro .width_1280-max {padding: 0;}
#intro h2 {
    letter-spacing: 1px;
    font-size: 21px;}
#top_info:before {
    width: 300px;
    height: 27px;
    top: -15px;}
#page_title .box {padding: 140px 0 60px;}
#sp_nav a.active {border-bottom: 1px solid var(--red);}
p#copyright {margin-bottom: 70px}
#fix_bnr {
    bottom: 7px;
    right: 52%;
    width: 60%;
    margin: 0 auto;
    transform: translate(48%, 0px);
}

section#main_img {
    margin-top: 70px;
    height: calc(45vh - 70px) !important;
}

span.main_img02 img{    height: calc(45vh - 70px) !important;
}

#main_img .catch {
    background-image: url(./Dup/img/catch_sp.png);
    background-size: 100%;
    width: 54vw;
    height: 9vw;
    top: 50%;
    right: 5%;
    z-index: 1;
    transform: translateY(-55%);
}
}