﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Roboto+Condensed:wght@300;400;500;700;900&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#1d2434;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#1d2434;
	opacity: 0.7;
	transition: all 0.5s;
}


/* color */
.txt_color1{color: #5c667c} /* メインカラー */
.txt_color2{color: #f4f8fa} /* サブカラー */
.txt_color3{color: #1d2434} /* アクセントカラー1 */
.txt_color4{color: #b8bfcd} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #5c667c} /* メインカラー */
.bg_color2{background-color: #f4f8fa} /* サブカラー */
.bg_color3{background-color: #1d2434} /* アクセントカラー1 */
.bg_color4{background-color: #b8bfcd} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #5c667c}
.border_color2{border-color: #f4f8fa}
.border_color3{border-color: #1d2434}
.border_color4{border-color: #b8bfcd}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color1:hover{color: #5c667c} /* メインカラー */
.hvr_txt_color2:hover{color: #f4f8fa} /* サブカラー */
.hvr_txt_color3:hover{color: #1d2434} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #b8bfcd} /* アクセントカラー2 */

/* background-color */
.hvr_bg_color1:hover{background-color: #5c667c} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f4f8fa} /* サブカラー */
.hvr_bg_color3:hover{background-color: #1d2434} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #b8bfcd} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #5c667c}
.hvr_border_color2:hover{border-color: #f4f8fa}
.hvr_border_color3:hover{border-color: #1d2434}
.hvr_border_color4:hover{border-color: #b8bfcd}

body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_en {
    font-family: 'Roboto Condensed', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

/* nav */

header {
    background: rgb(244,248,250);
background: linear-gradient(310deg, rgba(244,248,250,1) 0%, rgba(184,191,205,1) 15%, rgba(92,102,124,1) 100%);
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em #1d2434;
}

header .button:hover::after {
    box-shadow: inset 0 0 0 15em #ffffff;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(244,248,250);
    background: linear-gradient(0deg, rgba(244,248,250,1) 0%, rgba(184,191,205,1) 20%, rgba(92,102,124,1) 100%);
    opacity: 0.5;
    z-index: 3;
    left: 0;
    top: 0;
}

#main_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/Dup/img/pc-main.svg);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 5% 45%;
    opacity: 1;
    z-index: 4;
    left: 0;
    top: 0;
}

.scroll_bt {
    z-index: 5;
}

/*.copybox{*/
/*    z-index: 4;*/
/*    top: 35%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

/*.maincopy {*/
/*    font-size: clamp(25px, 5vw, 75px);*/
/*    line-height: 1.5;*/
/*    padding-bottom: 20px;*/
/*    border-bottom: 1px solid;*/
/*    display: inline-block*/
/*}*/

/*.subcopy {*/
/*    padding-top: 20px;*/
/*    font-size: clamp(14px, 3vw, 25px);*/
/*}*/

/* top */

#contents1 h2 {
    transform: none;
    border: none;
    font-size: clamp(40px, 5vw, 60px);
    display: inline-block;
    background: linear-gradient(125deg, rgba(244,248,250,1) 0%, rgba(184,191,205,1) 20%, rgba(92,102,124,1) 100%);
    background: -webkit-linear-gradient(125deg, rgba(244,248,250,1) 0%, rgba(184,191,205,1) 20%, rgba(92,102,124,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#contents1 h2 span {
    transform: none;
    padding-left: 0;
}

#contents1 h2:before {
    display: none;
}

#contents1 p, #contents2 p, #contents3 p {
    font-weight: normal;
}

#contents1 .txt1-2 {
    font-size: 20px!important;
    font-weight: bold;
}

#contents1 {
    background-image: url(Dup/img/logomark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 95% 50%;
}

.blur {
    background-color: rgba(92,102,124,0.75);
    /*background-image: url(Dup/img/con2.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 100% 0%;*/
    /*background-size: contain;*/
}

.con2-en {
    max-width: 120px;
    max-height: 100%;
    width: 6%;
    right: 0;
    top: 0;
    z-index: 3;
}

/* top-cms */

.top_cms_wrap {
    background-image: url('/Dup/img/bg.jpg');
    background-size: cover;
    background-position: center top;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

.link_type2 .cate_box a {
    color: #fff;
}
.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: #5c667c;
    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;
}

/* ----------　下層ページ　---------- */

.all main.scrollin .all_bg {
    display: none;
}

.all main.scrollin {
    background-image: url('/Dup/img/bg.jpg');
    background-size: cover;
    background-position: center top;
}

.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgba(184, 191, 205, .78);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}


/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img:after {
    background-image: url(/Dup/img/tb-main.svg);
    background-size: 95%;
    background-position: 6% 70%;
}
    
#contents1 h2 {
    font-size: 70px;
}

.main_box {
    padding-top: 70px;
}

#contents1 {
    background-size: 45%;
    background-position: 55% 80%;
}

.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}

.con2-en {
    width: 8%;
    opacity: 0.7;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    

footer .link_box li {
    background-color: #5c667c;
    width: 30px!important;
}

footer .link_box li img {
    width: 85%!important;
    height: 85%!important;
}
    
.hamburger {
    top: 11px;
}

.banner {
    font-size: 20px;
}
    
#main_img {
    height: 65vh;
}
    
#main_img:after {
    background-size: 99%;
    background-position: 1% 95%;
}
    
.main_box {
    padding-top: 60px;
}
    
#contents1 h2 {
    font-size: clamp(20px, 10vw, 40px);
}

#contents1 {
    background-size: 80%;
    background-position: 55% 80%;
}

#contents1 .txt1-2 {
    font-size: 16px!important;
}

.con2-en {
    width: 20%;
    opacity: 0.3;
    z-index: 5;
    top: 5%;
}

.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}

.link_type2 .cate_box a:after, .link_type2 .more {
	display: none;
}
    
    
}