@charset "UTF-8";

a{
 color: #333;
 text-decoration: none;
}
a:hover, a:focus {
 color:	#666;
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width /***/:auto;
 vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 899px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

/* -------------------------------------------------

header

------------------------------------------------- */
header {
	width: 1140px;
	margin:0 auto;
	background:#fff;
}
.fixed  {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10;
	border-bottom:1px solid #EDEDED;
}
.h_box {
	width: 100%;
	margin:0 auto;
}
.fixed .h_box  {
	width: 1140px;
}
.h_box::after {
 content: "";
 display: block;
 clear: both;
}
.logo	{
	width:245px;
	float:left;
	margin:0 0 0 20px;
	transition : all 0.3s ease 0s;
}
.fixed .logo  {
	width:194px;
	float:left;
	margin:0 0 0 20px;
	transition : all 0.3s ease 0s;
}
.logo > h1	{
	margin:20px 0 0;
	padding:0;
}
.fixed .logo > h1  {
	margin:5px 0 0;
	padding:0;
}
.logo > h1 a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.h_tel	{
	font-style: normal;
	font-weight: 500;
	padding:0px;
	font-size: 30px;
	line-height:normal;
	width:250px;
	float:right;
	margin:15px 20px 0 0;
	text-align:right;
}
.fixed .h_tel	 {
	font-size: 24px;
	transition : all 0.3s ease 0s;
}
.h_tel a	{
	text-decoration:none;
	color:#0075c2;
	transition: .3s;
}
.h_tel a:hover	{
	text-decoration:none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.h_tel_txt	{
	font-size:12px;
	display:block;
	margin:0 0 0 60px;
	line-height:normal;
	text-align:left;
}
.fixed .h_tel_txt	{
	display:none;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
header {
	width: 100%;
}
.h_box {
	width: 98%;
}
.fixed .h_box  {
	width: 98%;
}
.logo  {
	width:319px;
}
.logo > h1  {
	margin:7px 0 0;
}
.h_tel	 {
	font-size: 24px;
}
.h_tel_txt	{
	margin:0 0 0 100px;
}
}
@media screen and (max-width: 898px)  {
.h_box {
	width: 98%;
	position:relative;
}
.fixed .h_box  {
	width: 98%;
	margin: 0 auto 25px;
}
.logo  {
	width:319px;
	margin:0 0 0 10px;
	transition:none;
}
.fixed .logo  {
	width:319px;
	margin:0 0 0 12px;
	transition:none;
}
.logo > h1  {
	margin:7px 0 0;
}
.fixed .logo > h1  {
	margin:7px 0 0;
}
.h_tel,.fixed .h_tel	{
	display: none;
}
}
@media screen and (max-width: 768px)  {
.logo  {
	margin:0 0 0 8px;
}
.fixed .logo  {
	margin:0 0 0 12px;
}
}
@media screen and (max-width: 480px)  {
.logo  {
	margin:0 0 0 0px;
}
.fixed .logo  {
	margin:0 0 0 6px;
}
}
@media screen and (max-width: 400px)  {
.logo,.fixed .logo  {
	width:212px;
}
/*.logo > h1 {
	margin:0;
}
.fixed .logo > h1  {
	margin:0 0 0 1px;
}*/
}

/* -------------------------------------------------

	Nav

------------------------------------------------- */
nav	{
	width: 900px;
	margin:0 auto 10px;
}
.nav	{
	padding:0px;
 position: relative;
}
.nav::after {
 content: "";
 display: block;
 clear: both;
}
.nav ul	{
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: space-between;
}
.nav ul li	{
	font-style: normal;
	font-weight: 500;
}
.nav ul li a {
	padding: 8px 0;
	margin: 10px 18px;
	font-size:18px;
	display:block;
	position: relative;
	text-decoration:none;
	transition : all 0.3s ease 0s;
}
.fixed .nav ul li a	 {
	margin: 5px 18px;
	transition : all 0.3s ease 0s;
}
.nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 3px;
  background: #0075c2;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
.nav ul li a:hover,
.nav ul li a.lo  {
	text-decoration:none;
}
.nav ul li a:hover::after,
.nav ul li a.lo::after  {
	width: 100%;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
nav	{
	width:	95%;
	margin:0 auto 10px;
}
.nav ul li a	 {
	margin: 5px 18px;
	font-size:16px;
}
}
@media screen and (max-width: 898px)  {
nav	{
	width:	100%;
	margin:0 auto;
}
.nav{
	display:none;
}
.is-fixed .nav ul	{
	display:none;
}	

#toggle {
 display: block;
 color: #fff;
 text-align: center;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 8px;
 right: 10px;
 z-index: 11;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
     -ms-flex-pack: center;
	        justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
     -ms-flex-align: center;
         align-items: center;
}
.trigger {
 position: relative;
 width: 28px;
 height: 19px;
	margin-top: -10px;
}
.trigger::after {
 position: absolute;
 left: 0px;
 bottom: -15px;
 content: 'menu';
 display: block;
 width: 100%;
 font-size: 8px;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 transition: all .4s;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0075c2;
}
.trigger.active::after {
 content: 'close';
 left: 0px;
 bottom: -18px;
}
.trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #0075c2;
 border-radius: 4px;
}
.trigger span:nth-of-type(1) {
 top: 0;
}
.trigger span:nth-of-type(2) {
 top: 8px;
}
.trigger span:nth-of-type(2)::after {
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 width: 100%;
 height: 3px;
 background-color: #0075c2;
 border-radius: 4px;
 -webkit-transition: all .4s;
         transition: all .4s;
}
.trigger span:nth-of-type(3) {
 bottom: 0;
}
.trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(8px) scale(0);
         transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
 -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) scale(0);
         transform: translateY(-8px) scale(0);
}

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
.toggleWrap {
	display: none;
 background: rgba(234, 234, 234, 1);
 padding: 55px 0px 10px 0px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	z-index: 8;
}
.mainLogo {
 display: block;
	z-index: 20;
	position:absolute;
	top:16px;
	left:20px;
	background:url(../images/logo.png);
 /*background-size: cover;*/
 box-sizing: border-box;
	width:245px;
	height:29px;
	background-size: 245px 29px;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.mainNav {
	margin:15px 0;
}
.mainNav li {
 list-style-type: none;
}
.navItem {
 display: block;
 text-decoration: none;
 color: #3e3e3e;
 border-bottom: 1px solid #ccc;
 text-align: center;
 font-size: 2rem;
}
.navItem:first-child {
 border-top: 1px solid #ccc;
}
.navItem a {
 display: block;
 padding: 15px 10px 15px 10px;
}
.navItem div {
 display: block;
 padding: 15px 10px 15px 10px;
	cursor: pointer;
	margin:0;
}
.navItem p {
 padding:0;
	margin:0;
}
.navItem > ul {
 display: block;
	background:#fff;
 padding: 5px 0;
}
.navItem > ul.menu-child {
 display: none;
}
.navItem > ul li a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:1px dotted #ccc;
}
.navItem > ul li:last-child a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:	none;
}
.navItem > ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
 	       transform: rotate(45deg);
}
	
/* メニューを閉じる時のスタイル
display:none; を使用せず、opacityを使うとfadeっぽくなる */
.hide {
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
}

/* アニメーションはメニューの開閉時のみでいいので
.toggleWrapに書かず、別にclassを用意 */
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden;
}
.scroll	{
 height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px)  {
#toggle {
 right: 5px;
}
}
@media screen and (max-width: 480px)  {
#toggle {
 right: 0px;
}
.mainLogo {
	/*top:23px;*/
	left:11px;
}
}
@media screen and (max-width: 400px)  {
/*#toggle {
 top: 10px;
}*/
.mainLogo {
	top:20px;
	left:11px;
	width:212px;
	height:25px;
	background-size: 212px 25px;
}
.mainNav {
	margin:8px 0 15px;
}
}

/* -------------------------------------------------

footer

------------------------------------------------- */
.f_nav	{
 width: 100%;
}
.f_nav ul	{
	display: flex;
	margin: 0 50px;
	padding:0;
	flex-wrap: wrap;
}
.f_nav ul li	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
 list-style: none;
	vertical-align:middle;
	font-size: 16px;
}
.f_nav ul li a {
	display:block;
	padding:3px 23px;
 text-decoration: none;
	color: #fff;
	text-align: center;
}
.f_nav ul li a:hover {
	text-decoration:underline;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
.f_nav ul	{
	margin: 0;
}
}
@media screen and (max-width: 898px)  {
.f_nav ul	{
	display: none;
}
}

footer	{
 width: 100%;
}
.footer_bg	{
 width: 100%;
	height:200px;
	position:relative;
	background:#00489d;
}
.f_bg	{
 width: 100%;
	background:url(../images/f_bg.png) top left repeat-x;
	position:absolute;
 content: "";
 display: inline-block;
	top:-100px;
	left:0;
	z-index:1;
}
.footer	{
	width: 100%;
	position:relative;
}
.footer2	{
	width: 1140px;
	margin: 120px auto 0;
}
.f_Left	{
	float:left;
	width:320px;
	position:relative;
}
.f_Right	{
	float:right;
	width:67%;
}
.f_logo	{
}
.address	{
	margin:10px 0;
}
.address p	{
	font-size:14px;
	line-height:normal;
	margin-bottom:5px;
	color:#fff;
}
.address p a	{
	color:#fff;
}
.copyright_wrp	{
	width:100%;
	margin: 0 auto;
}
.copyright_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.copyright	{
 color: #fff;
	text-align:	center;
 padding: 15px 0;
 font-size: 14px;
	background:#0075c2;
}
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	/*border:1px solid #fff;*/
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	background-color:	#00489d;
	background-image: url(../images/pageup.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	background-color:	#0075c2;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
.footer2	{
	width: 100%;
}
.f_Left	{
	width:40%;
	padding:0px 0px 0px 30px;
}
.f_Right	{
	width:60%;
}
.copyright_wrp	{
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width: 898px)  {
.footer	{
	width: 100%;
}
.footer_bg	{
	height:180px;
}
.f_bg	{
	background-size: 570px 60px;
	top:-60px;
}
.footer2	{
	width: 100%;
	margin: 80px auto 0;
	padding:0px;
}
.f_Left	{
	float:none;
	width:100%;
	display:block;
	padding-top: 15px;
}
.f_Left_sp	{
	width:250px;
	margin: 0 auto;
	display:block;
}
.f_Right	{
	float:none;
	width:100%;
	text-align:center;
	display:block;
}
.copyright	{
 font-size: 12px;
 padding: 10px 0;
}

}
@media screen and (max-width: 480px)  {
.f_Left_sp	{
	/*width:260px;*/
}
.copyright	{
 padding: 8px 10px;
	font-size: 9px;
}
}
@media screen and (max-width: 320px)  {
.f_Left_sp	{
	width:85%;
}
}


/* -------------------------------------------------

■■■　2階層　■■■

------------------------------------------------- */

/* -------------------------------------------------

pageimage

------------------------------------------------- */
.pageimage_wrp{
 width: 100%;
	margin:0 auto;
	position:relative;
}
.pageimage_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.pagetitle	{
	width:100%;
 background-image: linear-gradient(181deg, rgba(0, 117, 194, 1), rgba(68, 181, 255, 1));
	position:relative;
}
.pagetitle h2	{
	width: 100%;
	height: 200px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:40px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	position:relative;
	z-index: 1;
}
.pagetitle h2.pt__privacy	{
	font-size:36px !important;
	letter-spacing: 1px !important;
}
.page_bg01,.page_bg02,.page_bg03,.page_bg04,.page_bg05	{
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	top:0;
	right: 0;
}
.page_bg01	{
	width:944px;
	height: 130px;
	background-image: url("../images/bg_title_company02.png");
	background-position: top -15px right -30px;
}
.page_bg02	{
	width:925px;
	height: 131px;
	background-image: url("../images/bg_title_services02.png");
	background-position: top -15px right -30px;
}
.page_bg03	{
	width:804px;
	height: 130px;
	background-image: url("../images/bg_title_recruit02.png");
	background-position: top -15px right -30px;
}
.page_bg04	{
	width:1207px;
	height: 131px;
	background-image: url("../images/bg_title_contactus02.png");
	background-position: top -15px right -50px;
}
.page_bg05	{
	width:831px;
	height: 130px;
	background-image: url("../images/bg_title_privacy02.png");
	background-position: top -15px right -30px;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {
.page_bg01	{
	width:668px;
	height: 103px;
	background-size:668px 103px;
	background-position: top -8px right -30px;
}
.page_bg02	{
	width:727px;
	height: 103px;
	background-size:727px 103px;
	background-position: top -10px right -20px;
}
.page_bg03	{
	width:637px;
	height: 103px;
	background-size:637px 103px;
	background-position: top -15px right -20px;
}
.page_bg04	{
	width:950px;
	height: 103px;
	background-size:950px 103px;
}
.page_bg05	{
	width:658px;
	height: 103px;
	background-size:658px 103px;
	background-position: top -12px right -20px;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.page_bg01	{
	width:569px;
	height: 92px;
	background-size:569px 92px;
	background-position: top -10px right -30px;
}
.page_bg02	{
	width:650px;
	height: 92px;
	background-size:650px 92px;
	background-position: top -10px right -20px;
}
.page_bg03	{
	width:569px;
	height: 92px;
	background-size:569px 92px;
	background-position: top -10px right -20px;
}
	.page_bg04	{
	width:850px;
	height: 92px;
	background-size:850px 92px;
	background-position: top -10px right -40px;
}
.page_bg05	{
	width:588px;
	height: 92px;
	background-size:588px 92px;
	background-position: top -10px right -20px;
}
}
@media screen and (max-width: 898px)  {
.pageimage_wrp {
	margin:25px auto 0;
}
.page_bg01	{
	width:588px;
	height: 81px;
	background-size:588px 81px;
	background-position: top -10px right -20px;
}
.page_bg02	{
	width:572px;
	height: 81px;
	background-size:572px 81px;
	background-position: top -10px right -20px;
}
.page_bg03	{
	width:501px;
	height: 81px;
	background-size:501px 81px;
	background-position: top -10px right -20px;
}
.page_bg04	{
	width:750px;
	height: 81px;
	background-size:750px 81px;
	background-position: top -10px right -30px;
}
.page_bg05	{
	width:518px;
	height: 81px;
	background-size:518px 81px;
	background-position: top -8px right -20px;
}
}
@media screen and (max-width: 768px)  {
.pagetitle h2	{
	height: 150px;
	font-size: 36px;
}
.pagetitle h2.pt__privacy	{
	font-size:30px !important;
}
.page_bg01	{
	width:392px;
	height: 54px;
	background-size:392px 54px;
	background-position: top -5px right -10px;
}
.page_bg02	{
	width:381px;
	height: 54px;
	background-size:381px 54px;
	background-position: top -5px right -10px;
}
.page_bg03	{
	width:334px;
	height: 54px;
	background-size:334px 54px;
	background-position: top -5px right -10px;
}
.page_bg04	{
	width:500px;
	height: 54px;
	background-size:500px 54px;
	background-position: top -5px right -20px;
}
.page_bg05	{
	width:345px;
	height: 54px;
	background-size:345px 54px;
	background-position: top -5px right -10px;
}
}
@media screen and (max-width: 480px)  {
.pagetitle h2	{
	height: 120px;
	font-size: 28px;
}
.pagetitle h2.pt__privacy	{
	font-size:24px !important;
}
.page_bg01	{
	width:276px;
	height: 38px;
	background-size:276px 38px;
	background-position: top -5px right -10px;
}
.page_bg02	{
	width:268px;
	height: 38px;
	background-size:268px 38px;
	background-position: top -5px right -10px;
}
.page_bg03	{
	width:235px;
	height: 38px;
	background-size:235px 38px;
	background-position: top -5px right -10px;
}
.page_bg04	{
	width:350px;
	height: 38px;
	background-size:350px 38px;
	background-position: top -5px right -10px;
}
.page_bg05	{
	width:243px;
	height: 38px;
	background-size:243px 38px;
	background-position: top -2px right -5px;
}
}
@media screen and (max-width: 375px)  {
.page_bg04	{
	width:276px;
	height: 30px;
	background-size:276px 30px;
	background-position: top -1px right -10px;
}	
}



/* -------------------------------------------------

Otoiawase

------------------------------------------------- */
.Otoiawase_wrp	{
 width: 100%;
 background-color:#f1f1f1;
	background-image: url("../images/bg_title_contactus.png");
	background-position: top -15px right -30px;
	background-repeat: no-repeat;
}
.Otoiawase_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.Otoiawase_inner {
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: row nowrap;
	padding: 160px 0 200px !important;
}
.Otoiawase_inner section	{
	width: 300px;
}
.Otoiawase_inner section h2	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:36px;
	color: #333;
	position:relative;
	letter-spacing: 2px;
	margin-top: -10px;
}
.Otoiawase_box {
	width: 840px;
}
.Oto_comment {
	font-size: 16px;
	line-height:normal;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0 auto 20px;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {
.Otoiawase_wrp	{
	background-size:956px 110px;
	background-position: top -15px right -15px;
}
.Otoiawase_inner {
 width: 90%;
}
.Otoiawase_box {
	width: 90%;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.Otoiawase_wrp	{
	background-size:869px 100px;
	background-position: top -10px right -15px;
}	
.Otoiawase_inner {
 width: 90%;
}
.Otoiawase_inner section h2	{
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.Otoiawase_box {
	width: 90%;
}
}
@media screen and (max-width: 898px)  {
.Otoiawase_wrp	{
	background-size:783px 90px;
	background-position: top -10px right -15px;
}	
.Otoiawase_inner {
 width: 90%;
	padding: 110px 0 150px !important;
}
.Otoiawase_inner section h2	{
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.Otoiawase_box {
	width: 100%;
}
}
@media screen and (max-width: 768px)  {
.Otoiawase_wrp	{
	background-size:609px 70px;
	background-position: top -5px right -10px;
}
.Otoiawase_inner {
	flex-flow: row wrap;
	padding: 90px 0 150px !important;
}
.Otoiawase_inner section	{
	width: 100%;
}
.Otoiawase_inner section h2	{
	font-size:28px;
	margin: 0 0 10px;
	text-align: center;
}
.Otoiawase_box {
	width: 100%;
}
.Oto_comment {
	font-size: 14px;
	margin: 0 auto 20px;
	text-align: center;	
}
}
@media screen and (max-width: 650px)  {
.Otoiawase_wrp	{
	background-size:435px 50px;
	background-position: top -5px right -10px;
}
.Otoiawase_inner {
	padding: 70px 0 150px !important;
}
}
@media screen and (max-width: 480px)  {
.Otoiawase_wrp	{
	background-position: top -5px left -5px;
}
.Otoiawase_inner section h2	{
	font-size:24px;
}
.Oto_comment {
	text-align: left;	
}
}


/* -------------------------------------------------

Top_btn

------------------------------------------------- */
.Top_btn a {
	width: 300px;
	border-radius: 5px;
	padding: 12px 10px;
	display: block;
	border:1px solid #0075c2;
	background-color: #0075c2;
	font-size: 1.1em;
	line-height:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	transition: .3s;
}
.Top_btn a:hover {
	background-color:#fff;
	border:1px solid #0075c2;
	color:#0075c2;
	text-decoration:none;
}
.Top_btn__txt	{
	line-height:normal;
	text-align:	center;
	position: relative;
	display:inline-block;	
	width: 100%;
}
.Top_btn__txt::after	{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 15px;
	width: 30px;
 height: 8px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: skew(45deg);
}
.Top_btn a:hover .Top_btn__txt::after	{
	right: 10px;
 border-bottom: 1px solid #0075c2;
 border-right: 1px solid #0075c2;
}

@media screen and (max-width: 898px)  {
.Top_btn a {
	width: 300px;
	margin-right: 15px;
}
}
@media screen and (max-width: 768px)  {
.Top_btn a {
	padding: 15px 5px 15px 15px;
	font-size: 16px;
	margin-right: 0px;
	margin: 30px auto 0;
}
.Top_btn__txt::after	{
	top: 27%;
	right: 15px;
	width: 30px;
 height: 10px;
}
}
@media screen and (max-width: 650px)  {
.Top_btn a {
	width: 100%;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */





/* 画像
================================================== */
.box_wrp .image img {
 display: block;
 width: 100%;
 height: 100%;
	margin:0 auto 50px;
 background: no-repeat center center/cover;
	border-radius: 30px 0px 30px;
}
.box_wrp .image02 img {
 display: block;
 width: 800px;
 height: 100%;
	margin:0 auto 50px;
}
.box_wrp .image03 img {
 display: block;
 width: 100%;
 height: 100%;
	margin:0 auto 50px;
}
@media screen and (max-width: 768px)  {
.box_wrp .image img {
	margin:0 auto 30px;
}
.box_wrp .image02 img {
	margin:0 auto 30px;
}
.box_wrp .image03 img {
 width:auto;
 height:auto;
	margin:0 auto 30px;
}
}

/* 矢印
================================================== */
.dli-arrow-down {
 /*display: inline-block;*/
 vertical-align: middle;
 color: #62A90B;
 line-height: 1;
 position: relative;
 width: 0.5em;
 height: 5em;
 background: currentColor;
	margin: 0 auto;
}
.dli-arrow-down::before {
 content: '';
 width: 3.25em;
 height: 3.25em;
 border: 0.5em solid currentColor;
 border-left: 0;
 border-bottom: 0;
 box-sizing: border-box;
 transform: rotate(135deg);
 position: absolute;
 left: -1.375em;
 bottom: 0;
 margin: auto;
}
@media screen and (max-width: 768px)  {
.dli-arrow-down {
 width: 0.3em;
 height: 3em;
}
.dli-arrow-down::before {
 width: 1.95em;
 height: 1.95em;
 border: 0.3em solid currentColor;
 border-left: 0;
 border-bottom: 0;
 left: -0.825em;
}
}
@media screen and (max-width: 480px)  {
.dli-arrow-down {
 width: 0.2em;
 height: 2em;
}
.dli-arrow-down::before {
 width: 1.3em;
 height: 1.3em;
 border: 0.2em solid currentColor;
 border-left: 0;
 border-bottom: 0;
	left: -0.55em;
}
}

.dli-caret-up {
	display: none;
}
@media screen and (max-width: 898px)  {
.dli-caret-up {
 display: inline-block;
 vertical-align: middle;
 color: #fff;
 line-height: 1;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent;
 border-width: 0.64952em 0.375em;
 border-bottom-color: currentColor;
 border-top: 0;
	margin-left: 5px;
	margin-top: -1px;
}
}

/* box_inner
================================================== */
.box_inner	{
 width: 700px;
	margin: 50px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
 position: relative;
}
.box_inner > div	{
	/*width: calc(50% - 30px);*/
	width: 100%;
 /*margin:0 45px 30px 0;*/
 margin:0 0px 30px 0;
	box-sizing: border-box;
	border: 1px solid #62A90B;
}
.box_inner > div:nth-child(2n) {
 margin:0 0 30px;
}
.box_inner > div .title	{
	font-style: normal;
	font-weight: 400;
	font-size:26px;
 margin:0 0 20px;
	/*color: #367F55;*/
	line-height: normal;
	background: #62A90B;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.box_inner > div p	{
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height: 1.5 !important;
	padding: 0 15px 20px;
}
.box_inner02	{
 width: 1140px;
	margin: 50px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
 position: relative;
}
.box_inner02 > div	{
	width: calc(33.3333% - 30px);
 margin:0 45px 30px 0;
	box-sizing: border-box;
	border: 1px solid #F38A4C;
}
.box_inner02 > div:nth-child(3n) {
 margin:0 0 30px;
}
.box_inner02 > div .title	{
	font-style: normal;
	font-weight: 400;
	font-size:24px;
 margin:0 0 20px;
	line-height: normal;
	background:#F38A4C;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.box_inner02 > div p	{
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height: 1.5 !important;
	padding: 0 15px 20px;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
.box_inner02 {
 width: 100%;
}
.box_inner02 > div .title	{
	font-size:22px;
}
}
@media screen and (max-width: 898px)  {
.box_inner > div .title	{
	font-size:20px;
 margin:0 0 15px;
}
.box_inner02 {
 width: 100%;
}
.box_inner02 > div .title	{
	font-size:22px;
}
.box_inner02 > div	{
	width: calc(50% - 20px);
 margin:0 35px 30px 0;
}
.box_inner02 > div:nth-child(3n) {
 margin:0 35px 30px 0;
}
.box_inner02 > div:nth-child(2n) {
 margin:0 0 30px;
}
}
@media screen and (max-width: 768px)  {
.box_inner	{
 width: 100%;
	margin: 30px auto 0;
}
.box_inner02 > div .title	{
	font-size:18px;
}	
.box_inner02 > div p	{
	font-size:16px;
	padding: 0 15px 10px;
}
}
@media screen and (max-width: 568px)  {
.box_inner02 > div	{
	width: 100%;
 margin:0 0 30px;
}
.box_inner02 > div:nth-child(3n) {
 margin:0;
}
.box_inner02 > div:nth-child(2n) {
 margin:0 0 30px;
}
}
@media screen and (max-width: 480px)  {
.box_inner > div .title	{
	font-size:18px;
 margin:0 0 10px;
}
.box_inner > div p	{
	font-size:16px;
	line-height: 1.5 !important;
	padding: 0 15px 10px;
}
}
		
/* ボタン
================================================== */
.greenBtn {}
.greenBtn::after {
 content: "";
 display: block;
 clear: both;
}
.greenBtn a {
	display: block;
	position: relative;
	border-radius: 5px;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}
.greenBtn a::after	{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 30px;
	width: 25px;
 height: 8px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: skew(45deg);
}
.greenBtn a {
	color:#fff;
	background-color:#0075c2;
	border:1px solid #0075c2;
	width:300px;
	-webkit-transition: all .3s;
 							 transition: all .3s;
	margin:30px 0;
	text-align:	center;
}
.greenBtn a:hover {
	background-color: #fff;
	border:1px solid #0075c2;
	color:#0075c2;
}
.greenBtn a:hover::after	{
	right: 25px;
	transition: .3s;
 border-bottom: 1px solid #0075c2;
 border-right: 1px solid #0075c2;
}
@media screen and (max-width: 768px)  {
.greenBtn a{
	font-size:	16px;
	margin:30px auto;
}
}
@media screen and (max-width: 480px)  {
.greenBtn a{
	width:250px;
	font-size:	14px;
}
}

/* 文字
================================================== */

/* 色
================================================== */
.red {
	color:#E40003;
}
.blue	{
	color:	#0081DF;
}
.orange	{
	color:	#ff6800;
}
.pink	{
	color:	#FF7072;
}
.green	{
	color:	#00AC9D;
}

/* 位置
================================================== */
.center {
	text-align:center;
}
@media screen and (max-width: 568px)  {

}

/* 余白
================================================== */
.ma_top_01 {
	margin-top: 30px !important;
}

/* 行間
================================================== */
