﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.hannari, h2, h3, h4 {
    font-family: 'Zen Kaku Gothic New',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #003587;}
.txt_color2, .hvr_txt_color2:hover{color: #e4eef4;}
.txt_color3, .hvr_txt_color3:hover{color: #426ab3;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #003587;}
.bg_color2, .hvr_bg_color2:hover{background-color: #e4eef4;}
.bg_color3, .hvr_bg_color3:hover{background-color: #426ab3;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #003587;}
.border_color2, .hvr_border_color2:hover{border-color: #e4eef4;}
.border_color3, .hvr_border_color3:hover{border-color: #426ab3;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

#fakeloader::before, header.scr_header{
    background-color: #fff;
}
.overlay {
    background: linear-gradient(135deg, rgba(0,53,135,0.9) , rgba(66,106,179,0.9) );
}

.banner_fix {
    right: 80px;
    z-index: 5;
}

/* header */
#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 200px;
}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a {
    color: #1f4c9f;
    font-weight: bold;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    background: #426ab3;
}
.button_container span {
    background: #426ab3;
    color: #426ab3;
}
.button_container span:nth-of-type(1) {
    background-color: transparent;
}

/* top ----------------*/
.line:before {
    background-color: #b8cef7;
}
/* main img */
#main_img:before{display: none;}
#left .men {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 63%;
    max-width: 590px;
}
#right .women {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 570px;
}
#left .main_left, #right .main_right{
    width: 70%;
    max-width: 700px;
    background-color: #d7f4ff;
}
#right .main_right{
    background-color: #ffd9d9;
}
#left .left_catch{
    font-size: 100px;
    color: #1081ac;
    bottom: 20%;
    left: 5%;
    z-index: 2;
}
#right .right_catch{
    font-size: 100px;
    color: #f87676;
    bottom: 20%;
    right: 5%;
    z-index: 2;
}

/* main */
#top_pc_nav {display: none;}
.menu p.bg_white{background: none;}
.back1:before, .back2:before{display: none;}

/* intro */
#contents1 .line:before {
    left: 50%;
    transform: translateX(-50%);
}

/* contents */
#contents1{
    background-color: #f3faff;
}
#contents1 .box_item, #contents1 .box_img1, #contents1 .box_img2 {position: relative;}
#contents1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #426ab3;
}
#contents1 .box_img1 {margin-right: 40px;}
#contents1 .box_img2 {margin-left: 40px;}
#contents1 .box_img1::after, #contents1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#contents1 .box_img1::after {content: "before";}
#contents1 .box_img2::after {content: "after";}

@media screen and (max-width: 667px){
#contents1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
#contents1 .box_img2 {margin-left: 5%;}
#contents1 .box_img1::after, #contents1 .box_img2::after {height: 30px;font-size: 15px;}
#contents1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}

/*#contents3 .box{*/
/*    background-color: #f3faff;*/
/*    padding: 30px;*/
/*    border-radius: 10px;*/
/*    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;*/
/*}*/

/*▼アコーディオン▼*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 4;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 150px;
    margin: auto;
    padding: 0;
	border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
    color: #000;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	font-family: "Libre Baskerville";
}
.grad-trigger::after {
  content: "MORE"; /*クリック前のボタンのラベル*/
	  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 230px; /*隠した後の高さ*/
	z-index: 3;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
	z-index: 3;
}
.grad-trigger.is-show {
  bottom: -3em;
}
.grad-trigger.is-show::after {
  content: "CLOSE" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
/*▲アコーディオン▲*/

/* topcms */
.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;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* footer */
#info_contact .con_img:before {
    background-color: rgba(161,191,209,0.6);
}


/* under page */
#page_title:before {
    background-color: rgba(255,255,255,0.5);
}
#cms_2-h .box_title1:before {
    bottom: -5px;
}


/* ---------- 1355px ---------- */
@media screen and (max-width: 1355px){
#contents1 .box_item {
    width: 85%!important;
    padding: 0;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}
#contents1 .box_txt{
    display: none;
}
#contents1 .box_txt1_sp, #contents1 .box_txt2_sp{
    display: block;
}

}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo {opacity: 0;}
.page #logo {
	opacity: 1;
	max-width: 100px;
}
header.scr_header #logo {opacity: 1;}
#overlay .left li {max-width: 200px;}
#contents1 .box_item {width: 100%!important;}
#left .left_catch, #right .right_catch {
    font-size: 50px;
    letter-spacing: 1px;
}
#left .left_catch {
    bottom: 25%;
    left: 3%;
}
#right .right_catch {
    bottom: 25%;
    right: 3%;
}
#left .main_left, #right .main_right {width: 85%;}
#left .men {width: 75%;}
#right .women {width: 78%;}
.grad-item.is-hide {
    height: 170px;
}
#page_title .page_title_box {
    width: 100%;
    background-color: rgba(0,53,135,0.5);
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.banner_fix {
    right: auto;
    left: 20px;
}
.page #logo {
    max-width: 150px;
}
#left .left_catch, #right .right_catch {
    font-size: 42px;
    bottom: 30%;
}
#left .men {
    width: 57%;
    right: 40%;
}
#right .women {
    width: 53%;
    left: 40%;
}
#left .main_left, #right .main_right {
    width: 70%;
}
#contents3 .con_box {
    background-color: #ffffff;
}

}





