﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
.f_sitemap_inner, .header, #con1 h2, #con1 .topTxt1, #con2 p.font_22, #con2_2 p.font_22, #con3 h3, #topCms .cmstitle, .more, #con4 h4, .footer_contact, .pagetitle, .cate_title, a[href^="tel:"], #con3 .con3_title {
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body {font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: 400;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{    color: #0c4978;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #302828;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #252022} /* メインカラー */
.txt_color2{color: #6f7675} /* サブカラー */
.txt_color3{color: #0c4978} /* アクセントカラー1 */
.txt_color4{color: #CECACA} /* アクセントカラー2 */
.txt_color5{color: #f1f1f1} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #252022} /* メインカラー */
.bg_color2{background-color: #6f7675} /* サブカラー */
.bg_color3{background-color: #0c4978} /* アクセントカラー1 */
.bg_color4{background-color: #CECACA} /* アクセントカラー2 */
.bg_color5{background-color: #f1f1f1} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #252022}
.border_color2{border-color: #6f7675}
.border_color3{border-color: #0c4978}
.border_color4{border-color: #CECACA}
.border_color5{border-color: #f1f1f1}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #302828;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #252022} /* メインカラー */
.hvr_txt_color2:hover{color: #6f7675} /* サブカラー */
.hvr_txt_color3:hover{color: #0c4978} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #CECACA} /* アクセントカラー2 */
.hvr_txt_color5:hover{color: #f1f1f1} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #252022} /* メインカラー */
.hvr_bg_color2:hover{background-color: #6f7675} /* サブカラー */
.hvr_bg_color3:hover{background-color: #0c4978} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #CECACA} /* アクセントカラー2 */
.hvr_bg_color5:hover{background-color: #f1f1f1} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #252022}
.hvr_border_color2:hover{border-color: #6f7675}
.hvr_border_color3:hover{border-color: #0c4978}
.hvr_border_color4:hover{border-color: #CECACA}
.hvr_border_color5:hover{border-color: #f1f1f1}


.linkStyle{color: #C2D0CE;}



/* design ---------------------------------------------------------------------------------------------*/
#fakeloader .fl{max-width: 198px;}
#page1, .f_contact_box {overflow: hidden}
.header-in{transition: all .5s}
.header-in.is-show {background-color: rgba(255,255,255,0.89);height: 95px;}
/*.bg_color5{background: url( "../dup/img/bg_wall.jpg" ) center / 500px repeat #f2f2f2 ;} */
.bg_color5{background-color: #f1f1f1;} /* アクセントカラー2 */
#sp_nav{background-color: rgba(37,32,34,0.84);}

.menu_btn {
    border-radius: 0;
    background: #0c4978;
}
.menu_btn span {
    background-color: #ffffff;
}

.main_txt {
	width: 60%;
    top: 47%;
	max-width: 1000px;
}
.main_txt div {
	overflow: hidden;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.main_txt div img {
	display: block;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.main_txt.start div img {
	transform: translate(0, 0);
}

.topTxt1 {
    border-radius: 0;
}
.topTxt1 .arrow{
	display: none
}
#con1 {padding-bottom: 163px;}
#con1 h2 {
    margin-top: 32px;
    font-size: 30px;
    padding-bottom: 30px;
    background-image: url(../dup/img/bg_img1.png);
    background-position: bottom center;
    background-size: 50px;
    background-repeat: no-repeat;
    margin-bottom: 39px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.con1_squ{z-index: 10;bottom: 20px;display: none}


#con2 .topimg2 img, #con2 .topimg3 img {
    border-radius: 0px;
}
#con2 p.font_22{
	font-size: 24px;
	font-weight: bold;
    color: #4e6663;
	background-image: url(../dup/img/bg_img2.png);
    background-position: bottom left;
    background-size: 50px;
    background-repeat: no-repeat;
    margin-bottom: 36px;
    padding-bottom: 9px;
}

#con3 {padding-top: 130px;}
#con3 .con3_title {
    font-size: 42px;
    margin-top: -50px;
    margin-bottom: 11px;
    color: #262626;
}
/*#con3 .box .img{border-radius: 0}*/
#con3 .sl img, #con3 .s2 img{width: 29px;}
#con3 .box .icon{text-align: left;}
#con3 .box .icon img{width: 90px;}
#con3 .title .en {
    font-size: 26px;
    font-weight: bold;
}

#topCms:before, #con2:before, #con2:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 100vw;
    border-color: #ffffff transparent transparent transparent;
    z-index: 0;
    transform: scale(1, -1);
}
#con2:after {
    bottom: -59px;
    top: auto;
    z-index: 10;
    transform: scale(-1, 1);
}

#con4, .f_contact_btn{display: none}
.f_contact_box .font_50{margin-bottom: 20px;}
.f_contact_box p.font_16{display: none}


.contents_links .box{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contents_links .box:nth-of-type(1){background-image: url(../dup/img/contents_links_img1.jpg);}
.contents_links .box:nth-of-type(2){background-image: url(../dup/img/contents_links_img2.jpg);}
.contents_links .box:nth-of-type(3){background-image: url(../dup/img/contents_links_img3.jpg);}
.contents_links a{
	display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.18);
	transition: all .4s;
}
.contents_links a .posi_center{z-index: 2;}
.contents_links a h4{
	position: relative;
    padding: 10px 25px 14px;
    color: #fff;
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-size: 23px;
    letter-spacing: 5px;
	line-height: 1.5;
}
.contents_links a:hover{background-color: rgba(12,73,120,0.73);}

.f_contact_img{
	height: 369px;
}
.f_contact_box {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 0;
    background-color: #d5d5d5;
    /* backdrop-filter: blur(5px); */
    -webkit-backdrop-filter: blur(5px);
    height: 100%;
}
.f_con_btn {
	border: 2px solid;
    border-color: #fff;
    width: 86.9%;
    max-width: 1340px;
}
.f_con_btn_in {
    width: 100%;
    height: 100%;
    padding: 18px 20px 29px;
    box-sizing: border-box;
    background: url(../dup/img/f_con_arrow.png) center right 50px / 125px no-repeat;
    transition: all .4s;
    background-color: #252022;
    /* background-image: url(./Up_Img/442/3ks2geum.jpg); */
}
.f_con_btn_in:hover {
	background-position: center right 26px;
	padding: 27px 20px 40px;
}
.f_con_btn_txt1{
	font-size: 51px;
    letter-spacing: 13px;
    line-height: 1.6;
}
.f_con_btn_txt2{
	font-size: 17px;
    letter-spacing: 4px;
}
.footer{padding: 100px 0px 100px;}

.pagetitle{background-color: #282828;}
.pagetitle h2, .pagetitle p{color: #fff;}


/* under ---------------------------------------------------------------------------------------------*/
#page9 .privacy .box:first-of-type{border-radius: 0;}


/* css ---------------------------------------------------------------------------------------------*/
#cms_2-c .cate_box{
	border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
	align-items: center;
}
#cms_5-a .cate .cate_title{cursor: auto}


/* anim ---------------------------------------------------------------------------------------------*/
.txt_anim span{
	position: relative;
    right: 20px;
    opacity: 0;
	transition: all .8s;
}
.txt_anim span.start{
	right: 0;
	opacity: 1;
}





/* IE */
@media all and (-ms-high-contrast: none){
#con3 .sl img, #con3 .s2 img{width: 76px!important;height: 34px!important;vertical-align: bottom!important}
.pager a{padding-top: 5px!important;}
.cate_list li a{padding-top: 15px!important}
#page8 .contact_tel a{padding: 11px 40px 14px!important}
#page9 .box .no{padding-top: 6px!important;line-height: 24px!important;}
.privacy p a{padding-top: 5px!important;}
}

@media (min-width: 668px){
.header-in {
    /* width: calc( 100% - 40px); */
    max-width: 1380px;
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.header-in, .header-in.is-show{background-color: transparent;height: 75px;}
#con3 .box .icon img{width: 80px}
.f_con_btn_in{
	background-size: 80px;
    background-position: center right 39px;
}
.f_con_btn_txt2{font-size: 15px;}
.f_con_btn_txt1{
	font-size: 36px;
    letter-spacing: 10px;
    line-height: 1.6;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.header-in{height: 68px;}
.main_txt{width: 84%;top: 50%;}
.topimg1{padding-top: 88px}
.topTxt1{font-size: 15px;padding: 7px 25px 9px;}
#con1 {padding-bottom: 114px;}
#con1 h2{line-height: 1.8;font-size: 20px;}
#con2 p.font_22{font-size: 20px;}
#con3 .title .sl{display: none}
#con3 .con3_title {
    font-size: 34px;
    margin-bottom: 0px;
}
#con3 .title .en {
    font-size: 18px;
    width: 89%;
    margin: auto;
}
#con3 {
    padding-top: 110px;
    padding-bottom: 100px
}
#topCms:before, #con2:before, #con2:after {
    border-width: 35px 0 0 100vw;
    top: -35px;
    transform: scale(1, -1);
}
#con2:after {
    bottom: -34px;
    top: auto;
    transform: scale(-1, 1);
}

.topCms{border: none}
.contents_links{margin-top: 58px;}
.contents_links .box{height: 195px;}
.f_contact_img{
	height: 276px;
}
.f_con_btn_txt1{
	font-size: 25px;
    letter-spacing: 6px;
}
.f_con_btn_txt2{
	font-size: 13px;
	letter-spacing: 3px;
}
.f_con_btn_in{
	padding: 18px 20px 29px!important;
	padding-bottom: 59px!important;
	background-position: center bottom 25px!important;
}
.footer {
    padding: 61px 0px 66px;
}
}

/* 2022.02.09 */
.bnr {
    width: 73%;
    max-width: 823px;
    margin: 79px auto -176px;
    z-index: 3;
    position: relative;
}
.bnr img{box-shadow: 0 6px 10px rgba(0,0,0,0.20);}
#topCms{padding-top: 115px}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.header{
	padding: 0 10px;
}
.header-in {
    height: 68px;
    border-radius: 0;
	background-color: rgba(255,255,255,0.89)!important;
}
.menu_btn{
	right: 8px;
}
.menu_btn.stick_trans{
	position: relative;
}
.bnr {
    width: 87%;
    margin: 58px auto -150px;
}
#topCms {
    padding-top: 100px;
}
}

