@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/




@import url("menu.css");


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/* ----------------------------------------------------------
  RESETTING DEFAULT
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

:root {
	--back: #F2F4F7;
	--pink: #E32CAF;
	--navy: #1C4180;
	--en: "Montserrat", sans-serif;
}

/*var(--green)*/
/* ----------------------------------------------------------
   GENERAL
---------------------------------------------------------- */

body {
    margin: 0px;
    font-family:  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Osaka, Sans-Serif;
    font-family: 'Noto Sans JP', sans-serif;
	/*font-size: 16px;*/
	font-size: 18px;
    color: #333333;
	background-color: #fff;
    overflow-y: scroll;
	box-sizing: border-box;
}

a{
	color: #333333;
}


a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}

a:hover img	{
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img{
    max-width: 100%;
    height: auto;
}



.wrapper_content_area {
    position: relative;
    margin: 0%;
    padding: 0%;
    width: 100%;
	height: auto;
	
 }

.wrapper_content {
    margin: 0% auto;
    padding: 15vh 8% 0 8%;
    width: 100%;
	height: auto;
}

.wrapper_content_shrink {
    margin: 0% auto;
    padding: 15vh 12% 0 12%;
    width: 100%;
	height: auto;
}



.hidden{
	overflow: hidden;
}



/*.wrapper_content_curve{
	margin: 0% auto;
    padding: 50px 50px 0 8%;
    width: 100%;
	height: auto;
}*/

.bg_color01{
	background-color: var(--back);
}

/*------------------------------------------text*/





p.text{
	letter-spacing: 0.1em;
	line-height: 1.8rem;
}

.content_box{
	padding: 1rem;
	border-radius: 20px;
}



p.text_bold{
	font-weight: bold;
}

p.indent{
   text-indent: -1em;
   padding-left: 1em;
}

.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.color01{
	color: #fff;
}


/*------------------------------------------button*/
a.btn_basic {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: fit-content;
	padding: 0.5rem 3rem;
	font-weight: 500;
	color: #fff;
	background-color: var(--navy);
	border-radius: 50vh;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_basic::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:  var(--pink);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_basic:hover::before {
	transform: translateX(0);
}

a > .button_mini{
	  transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #333333;
	  border-right: 2px solid #333333;
	  transition: 0.3s;
	position: relative;
	right: 0;
	top: 4px;
}

a > .button_mini:hover{
  right: -0.5em;
}

/*------------------------------------------curve*/
.min_height{
	min-height: 50vh;
}

.bg_curve_right{
	background-color: var(--back);
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	margin: 5vh 4% 0 0;
	padding: 50px 50px 50px calc(50px + 4%);
}

.bg_curve_left{
	background-color: var(--back);
	border-top-left-radius: 50vh;
	border-bottom-left-radius: 50vh;
	margin: 7vh 0 0 4%;
	padding: 50px calc(50px + 4%) 50px 50px;
}


.flex_top{
	align-items: stretch;
}

.flex_top > .left_text_area{
	width: 50%;
/*	padding-right: 5%;*/
	background-color: #fff;
	padding: 50px 5%;
}

.flex_top > .right_image_area{
	width: 50%;
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	background-size: cover;

}


.flex_box > .left_image_area{
	width: 50%;
	border-top-left-radius: 50vh;
	border-bottom-left-radius: 50vh;
	background-size: cover;
}

.flex_box > .right_text_area{
	width: 50%;
/*	padding-right: 5%;*/
	background-color: #fff;
	padding: 50px 5%;

}

/* ----------------------------------------------------------
   FOOTER AREA
---------------------------------------------------------- */
.wrapper_footer {
    margin: 20vh auto 0;
    padding: 15vh 8% ;
    width: 100%;
	height: auto;
	background-color: #F7FAFF;
}



.footer_flex{
	align-items: stretch;
}

.footer_left_flex{
	justify-content: flex-start;
	width: 70%;
}

.footer_address{
	margin-right: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

p.footer_logo_test{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

p.footer_logo_test > span{
	font-size: 0.9rem;
}

p.address{
	margin-top: 1rem;
}

p.pc_copy{
	font-size: 0.7rem;
}

.footer_menu{
	width: fit-content;
	
}

ul.footer_menu_item li{
	padding-bottom: 1rem;
	border-bottom: 1px solid #E5E5E5;
}

ul.footer_menu_item li+li{
	padding-top: 1rem;
}


ul.footer_menu_item li a{
	display: block;
}

ul.footer_menu_item li a:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
}

.footer_slide{
	width: 30%;
	max-width: 300px;
}

.slider {
    position:relative;
	z-index: 1;
	height: 20vh;
	border-radius: 20px;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	/*height: 100vh;*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../home/footer01.jpg");
}

.slider-item02 {
    background:url("../home/footer02.jpg");
}

.slider-item03 {
    background:url("../home/footer03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	max-width: 300px;
	height: 20vh;
 /*   height:100vh;*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	border-radius: 20px;
}

p.copy{
	display: none;
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 8vw;
	max-width: 150px;
	min-width: 80px;
	height: auto;
/*	background:#942D2F;*/
/*	border-radius: 5px;
	width: 60px;
	height: 60px;*/
	/*color: #fff;*/
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:clamp(10px, 1vw, 14px);
	transition:all 0.3s;
}

/*#page-top a:hover{
	background: #777;
}*/

#page-top a img{
	width: 8vw;
	max-width: 150px;
	min-width: 80px;
	height: auto;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(160px);
/*	transform: translateY(100px);*/
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateX(160px);
	/*transform: translateY(100px);*/
  }
  to {
    opacity: 1;
	/*transform: translateY(0);*/
	  transform: translateX(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	/*transform: translateY(0);*/
	  transform: translateX(0);
  }
  to {
  	opacity: 1;
	  transform: translateX(160px);
	/*transform: translateY(100px);*/
  }
}

/* --------------------------------------------------
  OTHER
-------------------------------------------------- */

.pc_none { display: none !important; }
.ta_none { display: block !important; }
.sp_none{display: block!important;}

.pc { display: block !important; }
.ta { display: none !important; }
.sp { display: none !important; }
.pc_ta { display: block !important; }
.ta_sp { display: none !important; }


/** FLOAT RESET **/

.clear {
    clear: both;
    height: 0px;
}

.center{text-align: center;}


.right{text-align: right;}


.mt_none{margin-top: 0!important;}
.mt5v{margin-top: 5vh!important;}
.mt15v{margin-top: 15vh;}
.mt2{margin-top: 2rem!important;}

.pb_bottom{padding-bottom: 15vh!important;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 1099px){
	
	
/* ----------------------------------------------------------
   HEADER - TA
---------------------------------------------------------- */


/* ----------------------------------------------------------
   GENERAL - TA
---------------------------------------------------------- */

body {
	font-size: 16px;
}
	


/* ----------------------------------------------------------
   WRAPPER AREA - TA
---------------------------------------------------------- */

.wrapper_content {
    padding: 15vh 5% 0% 5%;
}
	
.wrapper_content_shrink {
	padding: 15vh 12% 0 12%;
}

/* ----------------------------------------------------------
   GENERAL PARTS - TA
---------------------------------------------------------- */
@media only screen and (max-width: 900px){
		
/*.bg_curve_right{
	background-color: var(--back);
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	margin: 5vh 4% 0 0;
	padding: 50px 50px 50px calc(50px + 4%);
}*/
		
.bg_curve_right{
/*	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;*/
    border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin: 5vh 2% 0 0;
	padding: 30px 30px 30px calc(30px + 2%);
}
	
.bg_curve_left{
/*	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;*/
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin: 5vh 0 0 2%;
	padding: 30px calc(30px + 2%) 30px 30px;
}
		
.flex_top{
	/*align-items: stretch;*/
	flex-wrap: wrap;
}

.flex_top > .left_text_area{
	width: 100%;
	/*border-top-right-radius: 300px;*/
	border-top-right-radius: 100px;
	padding: 50px 10vw;
/*	width: 50%;
	background-color: #fff;
	padding: 50px 5%;*/
}

.flex_top > .right_image_area{
	width: 100%;
	height: 40vh;
	border-top-right-radius: 0;
	/*border-bottom-right-radius: 300px;*/
	border-bottom-right-radius: 100px;
/*	width: 50%;
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	background-image: url("../home/img04.jpg");
	background-size: cover;
	background-position: right center;*/
}
	



.flex_box > .left_image_area{
	order: 2;
	width: 100%;
	height: 40vh;
	border-top-left-radius: 0;
	/*border-bottom-left-radius: 300px;*/
	border-bottom-left-radius: 100px;
}

.flex_box > .right_text_area{
	order: 1;
	width: 100%;
	/*border-top-left-radius: 300px;*/
	border-top-left-radius: 100px;
	padding: 50px 10vw;

}

}

/* ----------------------------------------------------------
  FOOTER  -  TA
---------------------------------------------------------- */

.wrapper_footer {
/*    margin: 20vh auto 0;
    padding: 15vh 8% ;
    width: 100%;
	height: auto;
	background-color: #F7FAFF;*/
}

.footer_flex{
	flex-wrap: wrap;
/*	align-items: stretch;*/
}

.footer_left_flex{
	width: 100%;
	justify-content: space-between;
/*	justify-content: flex-start;
	width: 70%;*/
}

.footer_address{
/*	margin-right: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;*/
}

p.footer_logo_test{
/*	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;*/
}

p.footer_logo_test > span{
/*	font-size: 0.9rem;*/
}

p.address{
/*	margin-top: 1rem;*/
}

p.pc_copy{
	display: none;
/*	font-size: 0.7rem;*/
}

.footer_menu{
/*	width: fit-content;*/
	
}

ul.footer_menu_item li{
/*	padding-bottom: 1rem;
	border-bottom: 1px solid #E5E5E5;*/
}

ul.footer_menu_item li+li{
/*	padding-top: 1rem;*/
}


ul.footer_menu_item li a{
/*	display: block;*/
}


.footer_slide{
	width: 100%;
	text-align: center;
	margin: 10vh auto 0;
/*	width: 30%;
	max-width: 300px;*/
}

.slider {
/*    position:relative;
	z-index: 1;
	height: 20vh;
	border-radius: 20px;*/
}

/*
.slider-item01 {
    background:url("../home/img01.jpg");
}

.slider-item02 {
    background:url("../home/img02.jpg");
}

.slider-item03 {
    background:url("../home/img03.jpg");
}*/

.slider-item {
/*    width: 100%;
	max-width: 300px;
	height: 20vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 20px;*/
}

p.copy{
	display: block;
	font-size: 0.7rem;
	margin-top: 5vh;
}

/* ----------------------------------------------------------
  OTHER - TA
---------------------------------------------------------- */

.pc_none { display: block !important; }
.ta_none { display: none !important; }
.pc_ta_none { display: none !important; }
.ta_sp_none { display: none !important; }
	.sp_none{display: block!important;}

.pc { display: none !important; }
.ta { display: block !important; }
.sp { display: none !important; }
.pc_ta { display: block !important; }
.ta_sp { display: block !important; }


    

    

}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 699px) {



/* ----------------------------------------------------------
   GENERAL - SP
---------------------------------------------------------- */
	
	

body {
	font-size: 14px;
}

/* ----------------------------------------------------------
   HEADER AREA  -  SP
---------------------------------------------------------- */

/* ----------------------------------------------------------
   WRAPPER AREA - SP
---------------------------------------------------------- */
.wrapper_content {
    padding: 10vh 5% 0% 5%;
}
	
.wrapper_content_shrink {
	padding: 10vh 5% 0 5%;
}

	
.bg_curve_right{
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin: 5vh 2% 0 0;
	padding: 15px 15px 15px calc(15px + 2%);
}
	

.bg_curve_left{
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin: 5vh 0 0 2%;
	padding: 15px calc(15px + 2%) 15px 15px;

}
	
.flex_top > .left_text_area{
	border-top-right-radius: 100px;
/*	width: 100%;
	border-top-right-radius: 300px;
	padding: 50px 10vw;*/
/*	width: 50%;
	background-color: #fff;
	padding: 50px 5%;*/
}


.flex_top > .right_image_area{
	border-bottom-right-radius: 100px;
/*	width: 100%;
	height: 40vh;
	border-top-right-radius: 0;
	border-bottom-right-radius: 300px;*/
/*	width: 50%;
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	background-image: url("../home/img04.jpg");
	background-size: cover;
	background-position: right center;*/
}

	

	
.flex_box > .left_image_area{
	border-bottom-left-radius: 100px;
	}

.flex_box > .right_text_area{
	border-top-left-radius: 100px;
}

	
/* --------------------------------------------------
  FOOTER AREA - SP
-------------------------------------------------- */

.wrapper_footer {
	margin: 15vh auto 0;
	padding: 10vh 5%;
/*    margin: 20vh auto 0;
    padding: 15vh 8% ;
    width: 100%;
	height: auto;
	background-color: #F7FAFF;*/
}

.footer_flex{
	/*flex-wrap: wrap;*/
/*	align-items: stretch;*/
}

.footer_left_flex{
	flex-wrap: wrap;
/*	width: 100%;
	justify-content: space-between;*/
/*	justify-content: flex-start;
	width: 70%;*/
}

.footer_address{
	width: 100%;
	text-align: center;
	margin-right: 0;
/*	margin-right: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;*/
}

p.footer_logo_test{
/*	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;*/
}

p.footer_logo_test > span{
/*	font-size: 0.9rem;*/
}

p.address{
/*	margin-top: 1rem;*/
}

p.pc_copy{
/*	display: none;*/
/*	font-size: 0.7rem;*/
}

.footer_menu{
	margin: 5vh auto 0;
	text-align: center;
/*	width: fit-content;*/
	
}

ul.footer_menu_item li{
/*	padding-bottom: 1rem;
	border-bottom: 1px solid #E5E5E5;*/
}

ul.footer_menu_item li+li{
/*	padding-top: 1rem;*/
}


ul.footer_menu_item li a{
/*	display: block;*/
}


.footer_slide{
/*	width: 100%;
	text-align: center;
	margin: 10vh auto 0;*/
/*	width: 30%;
	max-width: 300px;*/
}

.slider {
/*    position:relative;
	z-index: 1;
	height: 20vh;
	border-radius: 20px;*/
}

/*
.slider-item01 {
    background:url("../home/img01.jpg");
}

.slider-item02 {
    background:url("../home/img02.jpg");
}

.slider-item03 {
    background:url("../home/img03.jpg");
}*/

.slider-item {
/*    width: 100%;
	max-width: 300px;
	height: 20vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 20px;*/
}

p.copy{
/*	display: block;
	font-size: 0.7rem;
	margin-top: 5vh;*/
}
/* ----------------------------------------------------------
  OTHER - SP
---------------------------------------------------------- */

.pc_none { display: block !important; }
.ta_none { display: none !important; }
.sp_none { display: none !important; }
.pc_ta_none  { display: block !important; }
.ta_sp_none { display: none !important; }

.pc { display: none !important; }
.ta { display: none !important; }
.sp { display: block !important; }
.pc_ta { display: none !important; }
.ta_sp { display: block !important; }
	
.sp_w100{width: 100%;}

.sp_center{text-align: center;}
	
.sp_mt10v{margin-top: 10vh;}


}



/*** END ***/
