﻿/* color */
.txt_color_nomal{color: #3d3d3d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #5a8ccc} /* メインカラー */
.txt_color2{color: #ebf1ff} /* サブカラー */
.txt_color3{color: #b3b3b3} /* アクセントカラー1 */
.txt_color4{color: #f3f3f3} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #5a8ccc} /* メインカラー */
.bg_color2{background-color: #ebf1ff} /* サブカラー */
.bg_color3{background-color: #b3b3b3} /* アクセントカラー1 */
.bg_color4{background-color: #f3f3f3} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #5a8ccc}
.border_color2{border-color: #ebf1ff}
.border_color3{border-color: #b3b3b3}
.border_color4{border-color: #f3f3f3}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #3d3d3d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #5a8ccc} /* メインカラー */
.hvr_txt_color2:hover{color: #ebf1ff} /* サブカラー */
.hvr_txt_color3:hover{color: #b3b3b3} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f3f3f3} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #5a8ccc} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ebf1ff} /* サブカラー */
.hvr_bg_color3:hover{background-color: #b3b3b3} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f3f3f3} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #5a8ccc }
.hvr_border_color2:hover{border-color: #ebf1ff}
.hvr_border_color3:hover{border-color: #b3b3b3}
.hvr_border_color4:hover{border-color: #f3f3f3}
#catch {
    background-color: #243d5c;
}
#wrap {
font-family: 'Kosugi Maru', sans-serif;
}

#intro .box_wrap .box > div span {
border-color: #5a8ccc transparent transparent transparent !important;
}
#intro {
background-color: #5a8ccc;
}
#sub_menu {
    background-color: #243d5c;
}
#copyright {
    background-color: #243d5c;
}
.cms_2-c .border_color3 {
    border-color: #3c7d9b;
}
#intro {
        position: relative;
}

#intro:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/cath_back4.png);
    top: -52%;
    left: 0%;
    width: 14%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 2;
}
#contents_links {
        position: relative;
}
#contents_links:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/back.png);
    top: 150px;
    rigth: 0px;
    width: 100%;
    height: 100%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
}
.d_flex .contents_txt {
	position: relative;
}
.d_flex .contents_txt:after {
    content: "";
    position: absolute;
    bottom: -773px;
    right: 0px;
    background-image: url(./Dup/img/logo_2.png);
    width: 100%;
    height: 119%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    pointer-events: none;
    z-index: -1;
}
#top_cms .cms_wrap2 {
	position: relative;
}
#top_cms .cms_wrap2:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0px;
    background-image: url(./Dup/img/cms_back.png);
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 2;
}

#page_title > div:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 280px;
    background-image: url(./Dup/img/logo_2.png);
    width: 100%;
    height: 250%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
.cms_2-c .cate_box {
    justify-content: flex-start;
    position: relative;
    z-index: 3;
}
.menu_bt .bg_color3 {
    background-color: #3c7d9b;
}
.box_wrap .box_item .txt_color3 {
    color: #3c7d9b;
}
#page_title > div:after {
   pointer-events: none;
}
#cms_6-c .border_color3 {
    border-color: #3c7d9b;
}
#page08 .border_color2 {
    border-color: #3c7d9b;
}
#page08 .txt_color2 {
    color: #3c7d9b;
}
#video {
    margin-left: 200px;
    width: 100%;
}
.grid_6 .bg_color1 {
    background-color: #5a8ccc;
}
#contents .contents_txt {
    background-color: rgba(0,0,0,0.1);
}
footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
#contents::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
#intro {
    background-image: url(./Dup/img/intro.png);
   /* background-position: center top;*/
    background-repeat: repeat;
  background-size: contain;
    padding-bottom: 300px;
}
.square_img img, .rectangle_img img {
    z-index: 3;
}
.cate {
position: relative;
z-index: 2;
}
#catch .font_36 span {
    background-color: rgba(0,0,0,0.3);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
/*@media all and (-ms-high-contrast:none)*/
#cms_2-b .cate .cate_title {
    padding-top: 8px !important;
}
#cms_5-a .cate .cate_title {
    padding-top: 0px !important;
}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#intro:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/cath_back4.png);
    top: -48%;
    left: 0%;
    width: 27%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 2;
}
#contents_links:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/back.png);
    top: 150px;
    rigth: 0px;
    width: 100%;
    height: 135%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
}
#top_cms .cms_wrap2:before {
    content: "";
    position: absolute;
    top: 55%;
    left: -90px;
    background-image: url(./Dup/img/cms_back.png);
    width: 75%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
#video {
     margin-left: 0px; 
    width: 100%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.d_flex .contents_txt:after {
    content: "";
    position: absolute;
    bottom: -436px;
    right: 0px;
    background-image: url(./Dup/img/logo_2.png);
    width: 100%;
    height: 119%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}

#top_cms .cms_wrap2:before {
    content: "";
    position: absolute;
    top: 52%;
    left: -37px;
    background-image: url(./Dup/img/cms_back.png);
    width: 70%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
#page_title > div:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100px;
    background-image: url(./Dup/img/logo_2.png);
    width: 100%;
    height: 250%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
#page07 h3 {
      font-size: 11px;
}
#contents_links:after {
display: none;
}
#intro:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/back.png);
    top: 46%;
    right: 0%;
    width: 32%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 2;
}
#intro:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/cath_back4.png);
    top: 46%;
    left: 0%;
    width: 34%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 2;
}
#intro {
    background-image: url(./Dup/img/intro.png);
    /* background-position: center top; */
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 100px;
}
}
