@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:770px) {
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;/*基本を16pxで設定*/
line-height: 1.6;
font-family: 'Noto Sans JP', sans-serif;
vertical-align: baseline;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
a{
	text-decoration: none;
}
.fade_sample {
	/*変化にかかる時間とタイミング、進行具合を指定*/
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
/*オンマウス時に実行*/
.fade_sample:hover {
	/*透明度具合を指定*/
	opacity: 0.4;  
	filter: alpha(opacity=60);  
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
/*-----------------------------------------------------*/
#content{
	margin: auto;
	padding-top: 13vw;
}
.box{
	width: 100%;
	min-width: inherit;
	margin: auto;
}
.box1{
	width: 98%;/*1368px*/
	max-width: inherit;
	min-width: inherit;
	margin: auto;
}
.box2{
	width: 98%;/*1380px*/
	max-width: inherit;
	min-width: inherit;
	margin: auto;
}
.hidden{
	overflow: hidden;
}
/*---------------------------------------------------------------------------------------------------------------*/
.box2-1{
	display: flex;
	flex-direction: column;
	margin: auto;
}
.box2-1 img{
	width: 100%;
	height: auto;
}
.box2-1 dt{
	position: relative;
	width: 100%;
	height: auto;
}
.box2-1 dd{
	position: relative;
	width: 100%;
	padding: 10px;
}
.box2-2{
	display: flex;
	flex-direction: column;
	margin: auto;
	}
.box2-2 img{
	width: 100%;
	height: auto;
}
.box2-2 dt{
	position: relative;
	width: 100%;
	height: auto;
}
.box2-2 dd{
	position: relative;
	width: 100%;
	padding: 10px;
}
.box3-7{
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto;
}
.box3-7 dt{
	width: 100%;
	color: #FFFFFF;
}
.box3-7 dd{
	width: 100%;
}
/*------------------------------------  共通css ------------------------------------------------------------*/
/*位置CSSその２*/
.m-top0{
    margin-top: 0;
}
.m-top10{
    margin-top: 10px;
}
.m-top30{
    margin-top: 30px;
}
.m-top40{
    margin-top: 40px;
}
.m-top50{
    margin-top: 50px;
}
.m-top80{
    margin-top: 80px;
}
.m-top120{
    margin-top: 120px;
}
.m-top180{
    margin-top: 180px;
}
.m-bottom0{
    margin-bottom: 0;
}
.m-bottom30{
    margin-bottom: 30px;
}
.m-bottom50{
    margin-bottom: 50px;
}
.m-bottom80{
    margin-bottom: 80px;
}
.m-bottom120{
    margin-bottom: 120px;
}
.m-bottom150{
    margin-bottom: 150px;
}
.m-bottom180{
    margin-bottom: 180px;
}
.p-bottom40{
	padding-bottom: 40px;
}
.p-bottom80{
	padding-bottom: 80px;
}
.p-bottom100{
	padding-bottom: 100px;
}
.p-bottom200{
	padding-bottom: 200px;
}
.p-bottom300{
	padding-bottom: 300px;
}
.p-top50{
	padding-top: 50px;
}
.p-top80{
	padding-top: 80px;
}
.p-top120{
	padding-top: 120px;
}
.p-top150{
	padding-top: 150px;
}
.f-center{
	margin: auto;
	display: block;
}
/*----------  位置　------------------*/
.f-center{
	margin: auto;
	display: block;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
    display: block;
    overflow: hidden;
}
.pc-center{
	text-align: inherit;
}
/*-------------*/
a .more1{
	color: #FFFFFF;
}
.more1{
	display: inline-block;
	background: #25b7c0;
	padding: 5px 20px;/* 10px 20px */
	font-size: 16px;/* 18px */
	color: #FFFFFF;
	overflow: hidden;
	border-radius: 7px;
}
a .more2{
	color: #000000;
}
.more2{
	display: inline-block;
	background: #FFFFFF;
	padding: 5px 30px;/* 10px 30px */
	font-size: 16px;/* 18px */
	overflow: hidden;
	border-radius: 7px;
}
a .more3{
	color: #000000;
}
.more3{
	display: block;
	width: 220px;/* 220px */
	background: #FFFFFF;
	padding: 15px 30px;/* 15px 30px */
	text-align: center;
	font-size: 18px;/* 18px */
	overflow: hidden;
	border-radius: 15px;/* 15px */
	margin: 50px auto 0;/* 50px auto 0*/
}
/* ----フォント関連 ----*/
.com-title1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;/* 32px*/
	font-weight: bold;
	line-height: 1.6;
}
.com-title2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;/* 20pxpx*/
	line-height: 1.6;
	font-weight: bold;
}
.com-title3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;/* 24px*/
	font-weight: bold;
}
.box-title1{}
.box-title1::before{
	content: '';
	display: block;
	width: 15%;/* 70px */
	height: auto;/* 80px */
	padding-top: 15%;
	background: url("img/common/box-title2.png");
	background-size: cover;
	margin: 0 auto 15px;
}
.box-title2{}
.box-title2::before{
	content: '';
	display: block;
	width: 15%;/* 70px */
	height: auto;/* 80px */
	padding-top: 15%;
	background: url("img/common/box-title1.png");
	background-size: cover;
	margin: 0 auto 15px;
}
/*--------------- 縦書き----------------------*/
.font1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;/* 16px*/
	line-height: 2em;
	font-weight: lighter;
}
.font2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;/* 14px*/
	line-height: 2em;
	font-weight: lighter;
}
/* color */
.white{
	color: #FFFFFF;
}
/*文字装飾*/
.blue-block{
	display: inline-block;
	padding: 5px 25px;
	background: #0379D0;
	color: #FFFFFF;
	font-weight: bold;
}
/*---------------------  アンダーライン　　--------------------------------*/
.u_red{
	border-bottom: 2px solid #CB0003;/*2px*/
	padding-bottom: 2px;/* 2px*/
}
img{ 
	max-width: 100%;/* 100% */
	vertical-align: middle;
}
/*-----------------------------------------------------------*/
/*========================  　背景画像　　======================================================================*/
.bg-img1{
	background: url("img/common/bg-img1.jpeg");
	background-size: cover;
}
.bg-img2{
	background: url("img/common/bg-img2.jpeg");
	background-size: cover;
}
.bg-img3{
	background: url("img/common/bg-img3.jpeg");
	background-size: cover;
}
.bg-img4{
	background: url("img/common/bg-img4.jpeg");
	background-size: cover;
}
.bg-gray{
	background: #f5f5f5;
}
.bg-black{
	background:#000000;
}
/* 改行コード-----------------*/
.pc-br{
	display: none;
}
.sp-br{
	display: block;
}
/* スマホヘッダー*/
/*---スマホメニュー　----*/
/*===================================  スマホヘッダー　=============================================================================================*/
#sp-header{
	position: fixed;
	display: block;
	padding: 0;/*3px 0 0*/
	width: 100%;
	height: 13vw;/*70px*/
	z-index: 1000;
	background: #FFFFFF;
	border-bottom: 2px solid #2B79D6;
}
#sp-hd-logo{
	position: absolute;
	display: inline-block;
	width: 39%;/* 225px */
	height: auto;/* 65px*/
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	z-index: 4000;
}
/*----------------------   スマホボタンcss  -------------------------------------*/
.line-mark{
	position: absolute;
	display: block;
	width: 11%;/* 45px*/
	height: 12vw;/* 45px*/
	top: 4vw;/* 14px*/
	right: 44vw;/* 165px*/
}
.line-mark img{
		width: 100%;
		height: auto;
	}
.phone-mark{
	position: absolute;
	display: block;
	width: 12%;/* 45px*/
	height: auto;/* 45px*/
	top: 4vw;/* 14px*/
	right: 32vw;/* 120px*/
}
.phone-mark img{
		width: 100%;
		height: auto;
}
.mail-mark{
	position: absolute;
	display: block;
	width: 9%;/* 40px*/
	height: auto;/* 40px*/
	top: 5vw;/* 14px*/
	right: 18.66vw;/* 70px*/
}
.mail-mark img{
		width: 100%;
		height: auto;
}
/* ▼メニュー（ハンバーガーアイコン）▼*/
	/*nabi開閉部分*/
/*ハンバーガーボタン*/ 
.gnav-btn{
	display: block;
	position: absolute;
	top: 0.3vw;/*24px*/
	right: 0.69vw;/*20px*/
	z-index: 3000;
}
   /*ハンバーガーボタン*/ 
    .icon-animation {
	width: 13vw;/*50px*/
	height: 13vw;/*50px*/
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
    right: .5rem;
	text-align: center;
    top: .1.5rem;
	color: #FFFFFF;
    }
    .icon-animation span {
      width: 8vw;/*30px*/
      height: 0.53vw;/*2px*/
      display: block;
      background: #2B79D6;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -4vw;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .icon-animation .top {
      -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
      transform: translateY(-13px);
    }
    .icon-animation .bottom {
      -webkit-transform: translateY(13px);
      -ms-transform: translateY(13px);
      transform: translateY(13px);
    }
    .is-open .middle {
      background: rgba(51, 51, 51, 0);
    }
    .is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
    }
    .is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
    }
	/* .global_nav */
.global_nav {
    position: fixed;
	overflow: scroll;
    top: 13vw;
    left: 0;
    width: 100%;
	height: 100vh;
    transform: translateX(100%);/* 360%*/
    padding-top: 0;
    text-align: center;
    color: #000;
    transition: all 0.7s;
	z-index: 3000;
	background: #0276C9;
}
.global_nav .nav_li {
    width: 100%;
    padding: 5px 10px;
    list-style-type: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.global_nav .nav_li a {
    display: block;
    color: #000;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateX(0%);/* 240%*/
}
#global-menu{
	display: block;
	position: absolute;
	width: 75%;
	list-style: none;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#global-menu a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#global-menu li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;/* 18px */
	color: #FFFFFF;
	font-weight: bold;
	padding: 9px 15px;/* 10px */
	transition: 1s;
	line-height: 1em;
	text-align: center;
	width: 100%;
	margin: 20px auto;
}
#global-menu li .innr2{
	font-size: 0.69rem;/* 11px */
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#menu-tell{
	padding: 0;
	border-left: none;
}
.menu-tell{
	display: block;
	width: 40%;
	height: 50px;/* 70px */
	margin: 10px auto 5px;
}
.menu-tell img{
	width: 100%;
	height: auto;
}
.sp-menu-tell{
	position: absolute;
	display: block;
	width: 340px;
	height: auto;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
}
/*===================================*/
header{}
#in-header1{
	display: none;
}
h1{
	display: none;
}
#pc-menu{
	display: none;
}
#pc-menu-bar{
	display: none;
}
#pc-menu-bar #logo-space{
	display: none;
}
#pc-menu-bar .menu1{
	display: none;
}
#pc-menu-bar .menu1 a{
	display: none;
}
#pc-menu-bar .menu2{
	display: none;
}
#pc-menu-bar .menu2 a{
	display: none;
}
#menu-logo{
	display: none;
}
/*-----------------*/
/*-- pcメニュー２--*/
#pc-menu2{
	display: none;
}
#hd-logo{
	display: none;
}
#pc-menu-bar2{
	display: none;
}
#pc-menu-bar2 li{
	display: none;
}
#pc-menu-bar2 li a{
	display: none;
}
/*-----------------*/
footer{
	background: #006eb0;
}
#in-footer{
	position: relative;
	width: 100%;
	height: 210px;
	margin: auto;
}
#ft-logo{
	position: absolute;
	display: block;
	width: 50%;
	height: auto;
	margin: auto;
	top: 4%;
	left: 0;
	right: 0;
}
#copy{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.powered{
	text-decoration: none;
	color: #FFFFFF;
}
}