﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');

/* font ------------------------------------------------------------------------------*/
body,#contents1 p, #contents2 p, #contents3 p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.page_box p {
    font-weight: bold;
}

/* font ------------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/

:root{
    --color1: #eeeeee;
    --color2: #3fa3db;
    --color3: #db3a18;
    --color4: #0076b9;
    --color5: #084a93;
    --white:#ffffff;
    --black:#07192e;
    --gray:#ccc;
}

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(--color5);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー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{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover,.hvr_bg_color1: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_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(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color3);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/

/* ev --------------------------------------------------------------------------------*/

#main_img::before,#main_img::after,div#contents1:before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events:none;
}

/* ev --------------------------------------------------------------------------------*/

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_menu ul li a {
    color: var(--black);
}

.topimg01 {
    object-fit: cover;
    width: 100%;
    height:  100%;
    box-sizing: border-box;
    top: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%);
    left: 50%;
}

.topimg02 {
    object-fit: cover;
    height: 100vh;
    max-height: 101vh !important;
    min-height: 101vh !important;
    box-sizing: border-box;
    top: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
    width: auto;
    filter:drop-shadow(85px 3px 10px rgb(14 14 14 / 20%)) grayscale(1)
}
.scroll_bt{
    display:none;
}


#main_img::before {
    width: 40%;
    height: 100%;
    right: 0%;
    top: 0%;
    background: #18acff;
    opacity: 0.9;
    background: rgb(24,172,255);
    background: linear-gradient(123deg, rgba(24,172,255,1) 0%, rgba(24,172,255,1) 35%, rgba(0,212,255,1) 100%);
}
#main_img::after {
    width: 60%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: #ff2c00;
    opacity: 0.9;
    background: rgb(255,0,0);
    background: linear-gradient(135deg, rgba(255,0,0,1) 0%, rgba(255,44,0,1) 35%, rgba(255,44,0,1) 100%);
}

span.catch01 img {
    width: auto;
    height: 90vh;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%,-50%);
    z-index: 2;
}
span.catch02 img {
    width: 60vw;
    position: absolute;
    bottom: 5%;
    left: 17%;
    z-index: 2;
}

#main_menu ul li a::before {
    background-color: var(--black);
}

header .contact_bt a, header .tel_bt a {
    color: var(--bkack);
}


.blur {
    backdrop-filter: blur( 0px );
    -webkit-backdrop-filter: blur( 0px );
    background: rgb(0,128,200,0.8);
    background: linear-gradient(132deg, rgba(0,128,200,0.85) 0%, rgba(63,163,219,0.85) 100%);
}



div#contents1:before {
    background: url(dup/img/img04.png);
    width: 100%;
    height: 100%;
    right: -50px;
    bottom: -5px;
    background-repeat: no-repeat;
    background-position: right -40% bottom 0%;
    background-size: 49vw;
    z-index: -1;
    opacity: 0.4;
    filter: grayscale(1);
}


div#contents2 {
    max-width: max-content;
    width: 95%;
    padding-top: 100px;
}

.img-container{
    color:var(--color3);
}

#contents1 h2 span::first-letter {
    color: var(--color3);
    font-size: 130%;
}

#contents1 h2 span {
    padding-left: 25px;
}

span.top_cms_before {
    background: var(--color1);
    opacity: 0.5;
}

.footer_back .f_before {
    background: var(--color2);
}

.cms_title p {
    font-weight: bold;
}

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

header .button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color2);
}
header .contact_bt a:hover, header .tel_bt a:hover{
    color: var(--white);
}
header .contact_bt a, header .tel_bt a {
    font-weight: bold;
}
/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
span.all_bg.bg_color2 {
    background: var(--color1);
    opacity: 0.5;
}

ul.cate_list a:hover {
    background: var(--color2);
}

#page_title .page_box::before {
    background: var(--color5);
}

#cms_6-b .box_txt1, .cms_6-b .box_txt1 {
    background: var(--color2);
}

#cms_6-b .cate_title,.cms_6-b .cate_title {
    background: var(--color4);
}

#cms_6-a h3.cate_title,.cms_6-a h3.cate_title {
    background: var(--color2);
}

#page10 a {
    font-weight: bold;
}
/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*1536*/
@media screen and (max-width: 1536px){
    
    
div#contents2 .d_flex {
    align-items: flex-start;
}

div#contents2 .d_flex figure {
    margin-top: 20px;
}

}

/*1530 × 735*/
@media screen and (max-width: 1530px){

}

/*1366*/
@media screen and (max-width: 1366px){

}

/*タブレット*/
@media screen and (max-width: 768px){

#main_img {
    z-index: 1;
    position: relative;
    max-height: 50vh;
    min-height: 50vh;
}

#main_img img.object_fit_img {
    max-height: 50vh;
    min-height: 50vh;
    position: relative;
    object-fit: cover;
}

.topimg02 {
    object-fit: cover;
    height: 100vh;
    max-height: 51vh !important;
    min-height: 51vh !important;
}

span.catch01 img {
    width: auto;
    height: 45vh;
}

.main_box {
    padding-top: 71px;
}

span.catch02 img {
    width: 77vw;
}

header {
    padding-bottom: 18px !important;
}

.hamburger__icon.bg_white,.hamburger__icon:after, .hamburger__icon:before {
    background-color: var(--black);
}

.fat-nav li {
    font-size: 17px;}

.fat-nav li a{
    font-weight: 600;}

#contents1 {
    padding: 50px;
}

div#contents1:before {
    background: url(dup/img/img04.png);
    width: 100%;
    height: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 119vw;
    z-index: -1;
    opacity: 0.2;
    filter: grayscale(1);
}

div#contents2 {
    padding: 50px;
    padding-top: 100px;
}

figure.img5 {
    order: 2;
}

.banner {
    background: var(--color2);
}

section#cms_6-b {
    padding: 0;
}
section#cms_6-a {
    padding: 0;
}
}

/*スマホ*/
@media screen and (max-width: 667px){
.main_box {
    padding-top: 58px;
}

#page_title h2 {
    letter-spacing: 1px;
    font-size: 20px;
}
#cms_2-g .cate_title {
    font-size: 1.5em !important;
}

#main_img {
    z-index: 1;
    position: relative;
    max-height: 40svh;
    min-height: 40svh;
}

#main_img img.object_fit_img {
    max-height: 40svh;
    min-height: 40svh;
    position: relative;
    object-fit: cover;
}

.topimg02 {
    object-fit: cover;
    height: 100svh;
    max-height: 41svh !important;
    min-height: 41svh !important;
    filter:drop-shadow(25px 3px 5px rgb(14 14 14 / 20%)) grayscale(1) ; 
}

span.catch01 img {
    width: auto;
    height: 35svh;
}

#contents1 {
    padding: 20px;
}

div#contents2 {
    padding: 20px;
    padding-top: 30px;
}

div#contents1:before {
    background: url(dup/img/img04.png);
    width: 100%;
    height: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
    opacity: 0.15;
    filter: grayscale(1);
}

#contents2 h2, #contents3 h3 {
    font-size: 20px;
}
}