﻿@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_gray{color: #ccc}
.txt_color1{color: #13131e} /* メインカラー */
.txt_color2{color: #f5f5f5} /* サブカラー */
.txt_color3{color: #141522} /* アクセントカラー1 */
.txt_color4{color: #fbfbff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: #333333} /* 黒背景 */
.bg_gray{background-color: #ccc}
.bg_color1{background-color: #13131e} /* メインカラー */
.bg_color2{background-color: #f5f5f5} /* サブカラー */
.bg_color3{background-color: #141522} /* アクセントカラー1 */
.bg_color4{background-color: #fbfbff} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_white{border-color: white}
.border_black{border-color: #333333}
.border_gray{border-color: #ccc}
.border_color1{border-color: #13131e}
.border_color2{border-color: #f5f5f5}
.border_color3{border-color: #141522}
.border_color4{border-color: #fbfbff}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_gray:hover{color: #ccc}
.hvr_txt_color1:hover{color: #13131e} /* メインカラー */
.hvr_txt_color2:hover{color: #f5f5f5} /* サブカラー */
.hvr_txt_color3:hover{color: #141522} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fbfbff} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: #333333} /* 黒背景 */
.hvr_bg_gray:hover{background-color: #ccc}
.hvr_bg_color1:hover{background-color: #13131e} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f5f5f5} /* サブカラー */
.hvr_bg_color3:hover{background-color: #141522} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fbfbff} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_white:hover{border-color: white}
.hvr_border_black:hover{border-color: #333333}
.hvr_border_gray:hover{border-color: #ccc}
.hvr_border_color1:hover{border-color: #13131e}
.hvr_border_color2:hover{border-color: #f5f5f5}
.hvr_border_color3:hover{border-color: #141522}
.hvr_border_color4:hover{border-color: #fbfbff}

.linkStyle { color:#212121;
}
.linkStyle:hover { opacity:0.7;transition: all 0.3s;
}
.txt_white .linkStyle { color:#fefefe;
}

.width_70 {
    width: 70px;
}
body {
	line-height: 1.5;
}
.en,
.cms_sub_title {
	font-family: 'Poiret One', cursive;
}
#logo a {
    padding: 10px 20px;
	width: 200px;
	background-color: transparent;
}
#header.headtrans {
   background-color: rgba(34,43,86,0.9);
}
#header.headtrans #logo a {
    padding: 5px 10px!important;
	width: 150px;
}
#header.headtrans #pc_nav ul li a {
   color:#fff!important;
}
#main_img .main_bg {
	background-color: #a3acd0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23a3acd0'/%3E%3Cstop offset='1' stop-color='%23596482'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23292c39' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23292c39' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23292c39' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23292c39' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E")!important;
	background-size: cover!important;
}
.main_txt_wrap.txt_white {
	color:#f5f5f5;
}
.main_txt , .main_fade2{
	display:none;
}
.main_catch {
	top:50%;
	left:5%;
	transform: translate(0%,-55%);
	z-index: 1;
	width: 43%;
	max-width: 550px;
}
.intro_wrap {
	position: relative;
	z-index: 1;
}
.intro_wrap::before {
	position: absolute;
	content: '';
    background-color: #f5f5f5;
/*	background-image: url("./Dup/img/deco_l.png"),url("./Dup/img/deco_r.png");
	background-position: left top,right bottom;
	background-repeat: no-repeat;
	background-size: 30%;*/
	top:75px;
	left:75px;
	width: calc( 100% - 100px);
	height: calc( 100% - 100px);
	z-index: -1;
}
.intro_wrap::after {
	position: absolute;
	content: '';
	border:2px solid #13131e;
	top:50px;
	left:50px;
	width: calc( 100% - 100px);
	height: calc( 100% - 100px);
	z-index: 2;
}
#contents1,#contents2 .con2_img1 {
	background-size: cover;
	background-attachment: fixed;
}
#contents1 .con1_bg {
	background: rgb(163,172,208); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(163,172,208,1) 0%, rgba(89,100,130,1) 30%, rgba(41,44,57,1) 70%, rgba(4,4,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(163,172,208,1) 0%,rgba(89,100,130,1) 30%,rgba(41,44,57,1) 70%,rgba(4,4,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:  /*url("./Dup/img/deco_r2.png"),*/linear-gradient(45deg, rgba(163,172,208,1) 0%,rgba(89,100,130,1) 30%,rgba(41,44,57,1) 70%,rgba(4,4,6,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3acd0', endColorstr='#040406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 1;
	background-position: bottom right!important;
	background-repeat: no-repeat!important;
}
#contents2 .con2_box {
	background: rgb(4,4,6); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(4,4,6,1) 1%, rgba(41,44,57,1) 30%, rgba(41,44,57,1) 30%, rgba(89,100,130,1) 70%, rgba(163,172,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(4,4,6,1) 1%,rgba(41,44,57,1) 30%,rgba(41,44,57,1) 30%,rgba(89,100,130,1) 70%,rgba(163,172,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: /*url("./Dup/img/deco_l2.png"),*/ linear-gradient(45deg, rgba(4,4,6,1) 1%,rgba(41,44,57,1) 30%,rgba(41,44,57,1) 30%,rgba(89,100,130,1) 70%,rgba(163,172,208,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040406', endColorstr='#a3acd0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 1;
	background-position: bottom left!important;
	background-repeat: no-repeat!important;
}
#contents3 .con1_bg{
	top: 0;
	left: 0;
}
.cms_box .bg_color2 {
	background-image: url("./Dup/img/bg_deco.png");
	background-size: 300px;	
}
.cms_6-c .arrow {
	bottom: -100px;
	left: 50%;
	transform: translate(-50%,0);
	height: 100px;
	z-index: 3;
}
.cms_6-c .circle  {
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 20px;
	z-index: 4;
}
.cms_6-c .cate_box:last-of-type > span{
	display: none;
}
.cms_6-c .cate_box:last-of-type{
	margin-bottom: 0!important;
}
.top_cms_wrap {
    margin-bottom: 0px;
}
@media (max-width:768px){
#loader img {
    width:250px;
}
#header, #header.headtrans {
   background-color: rgba(34,43,86,0.9);
}
#header .menu_stick span {
    background-color:#fefefe;
}
#logo a {
    padding: 5px 10px;
	width: 200px;
}
.intro_wrap::before {
	top:37.5px;
	left:37.5px;
	width: calc( 100% - 50px);
	height: calc( 100% - 50px);
}
.intro_wrap::after {
	top:25px;
	left:25px;
	width: calc( 100% - 50px);
	height: calc( 100% - 50px);
}
#contents1,#contents2 .con2_img1 {
	background-attachment: scroll;
}
#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #page10 {
padding-left:50px;
padding-right:50px;
}
}

@media (max-width:667px){
#loader img {
    width:180px;
}
#logo a {
    padding: 5px 10px;
	width: 150px;
}
#pc_nav .contact_bt {
    display:none;
}
#main_img {
    height: 90vw!important;
}
.main_catch {
	left:50%;
	transform: translate(-47%,-55%);
	width: 60%;
}
.intro_wrap::before , .intro_wrap::after {
	display: none;
}
#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #page10 {
padding-left:20px;
padding-right:20px;
}
.top_cms_wrap {
    margin-bottom: 50px;
}
}
@media all and (-ms-high-contrast:none){
#main_img .main_bg {
	background-image:url("./Dup/img/bg_ie.png")!important;
}
.link_btn a {
    padding-bottom:15px;
}
#contact_tel a {
    padding-bottom:24px;
}
}
@supports (-ms-ime-align:auto) {}
/* 2021/05/12  05/25*/
#header {
    background-color: rgba(34,43,86,0.9);
}
#main_img .main_bg {
    background-image: none!important;
    background-color: transparent!important;
}
#contents1 .con1_bg {
	background: rgb(43,48,104); 
    background: -moz-linear-gradient(45deg, rgba(43,48,104,1) 7%, rgba(24,74,158,1) 17%, rgba(2,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(43,48,104,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
    opacity: 1;
	background-position: bottom right!important;
	background-repeat: no-repeat!important;
}
#contents2 .con2_box {
	background: rgb(43,48,104); 
    background: -moz-linear-gradient(225deg, rgba(43,48,104,1) 7%, rgba(24,74,158,1) 17%, rgba(2,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(43,48,104,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(225deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(225deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
	opacity: 1;
	background-position: bottom left!important;
	background-repeat: no-repeat!important;
}
#page02,#page03,#page04,#page05,#page06,#page07,#page08,#page09,#page10,
#footer {
    background: rgb(43,48,104); 
    background: -moz-linear-gradient(45deg, rgba(43,48,104,1) 7%, rgba(24,74,158,1) 17%, rgba(2,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(43,48,104,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
}
.map,
.tel_bt{
    display: none;
}
/* 2021/06/14*/
#contents1 .con1_bg {
	background: rgb(128,0,128,1); 
    background: -moz-linear-gradient(45deg, rgba(128,0,128,1) 7%, rgba(65,74,158,1) 17%, rgba(114,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(128,0,128,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(128,0,128,1) 7%,rgba(65,74,158,1) 17%,rgba(114,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(128,0,128,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(45deg, rgba(128,0,128,1) 5%,rgba(65,74,158,1) 20%,rgba(114,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
    opacity: 1;
	background-position: bottom right!important;
	background-repeat: no-repeat!important;
}
#contents2 .con2_box {
	background: rgb(128,0,128,1); 
    background: -moz-linear-gradient(225deg, rgba(128,0,128,1) 7%, rgba(65,74,158,1) 17%, rgba(114,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(128,0,128,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(225deg, rgba(128,0,128,1) 7%,rgba(65,74,158,1) 17%,rgba(114,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(128,0,128,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(225deg, rgba(128,0,128,1) 5%,rgba(65,74,158,1) 20%,rgba(114,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
	opacity: 1;
	background-position: bottom left!important;
	background-repeat: no-repeat!important;
}

/* 2021/06/23*/
#contents1 .con1_bg {
	background: rgb(43,48,104); 
    background: -moz-linear-gradient(45deg, rgba(43,48,104,1) 7%, rgba(24,74,158,1) 17%, rgba(2,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(43,48,104,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(45deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
    opacity: 1;
	background-position: bottom right!important;
	background-repeat: no-repeat!important;
}
#contents2 .con2_box {
	background: rgb(43,48,104); 
    background: -moz-linear-gradient(225deg, rgba(43,48,104,1) 7%, rgba(24,74,158,1) 17%, rgba(2,171,246,1) 30%, rgba(24,74,158,1) 45%, rgba(24,74,158,1) 45%, rgba(43,48,104,1) 58%, rgba(10,13,27,1) 75%, rgba(9,12,25,1) 100%); 
    background: -webkit-linear-gradient(225deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 58%,rgba(10,13,27,1) 75%,rgba(9,12,25,1) 100%); 
    background: linear-gradient(225deg, rgba(43,48,104,1) 7%,rgba(24,74,158,1) 17%,rgba(2,171,246,1) 30%,rgba(24,74,158,1) 45%,rgba(24,74,158,1) 45%,rgba(43,48,104,1) 77%,rgba(10,13,27,1) 95%,rgba(9,12,25,1) 100%)!important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3068', endColorstr='#090c19',GradientType=1 ); 
	opacity: 1;
	background-position: bottom left!important;
	background-repeat: no-repeat!important;
}

#contents1 .con1_title::before {
    display: none;
}
#contents2 .con2_title {
    border-top: none;
}

/* 2021/07/07*/
#pc_nav li a.pd_l-20px {
    padding-left:10px;
}
#pc_nav li a.pd_r-20px {
    padding-right:10px;
}

/* 2021/07/19*/
header {
    background-color:#13131e;
}
#header {
    background-color:#13131e;
}
#main_img {
    padding-top: 120px;
    padding-right: 100px;
}
#sp_nav ul li.border_so1-t {
    display: none;
}
@media (max-width:768px){
#main_img {
    padding-top: 0px;
    height: auto!important;
}
}
@media (max-width:667px){
#main_img {
    padding-right: 0px;
}
}
/* 2025/07/17*/
#pc_nav ul .line,
#pc_nav ul .contact_bt {
   display: none;
}
@media (max-width:768px){
#pc_nav ul .insta {
    margin-right: 30px;
}
#sp_nav ul li:nth-of-type(11) {
    display: none;
}
}