@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

p,a {
	color: rgba(51,51,51,1);
}

/*-----------reset*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll,
#scroll_under {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center,
.scroll_right {
	display: none;
}
#scroll a,
#scroll_under a {
	color: #FFF;
}
.scroll_top {
	background: rgba(0,128,198,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
/* パンクズ */
.breadcrumb {
	background: rgba(245,245,245,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*サンクス*/
.thanks_wrap {
	margin: 50px auto;
	width: 1000px;
}
.thanks_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}

/* ページトップ */
#scroll,
#scroll_under {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center,
.scroll_right {
	display: none;
}
#scroll a,
#scroll_under a {
	color: #FFF;
}
.scroll_top {
	background: rgba(0,128,198,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
/* パンクズ */
.breadcrumb {
	background: rgba(245,245,245,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
/*サンクス*/
.thanks_wrap {
	margin: 50px auto;
	width: 95%;
}
.thanks_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

p {
	line-height: 20px;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
/* パンクズ */
.breadcrumb {
	background: rgba(245,245,245,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 10px 0 10px 2.5%;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 8px;
}
/*サンクス*/
.thanks_wrap {
	margin: 50px auto;
	width: 95%;
}
.thanks_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
/* sptel */
#scroll_under {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll_under a {
	color: #FFF;
}
#scroll_under .scroll_top {
	background: rgba(0,128,198,1);
    width: 40px;
	height: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
}
#scroll .scroll_top {
	display: none;
}
#scroll {
    position: fixed;
	background: rgba(0,128,198,1);
	height: 50px;
	width: 100%;
	margin: 0 atuo;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.scroll_contain a {
	display: block;
	position: relative;
	height: 50px;
	text-align: center;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}
.scroll_contain .scroll_center {
	border-left: solid thin rgba(255,255,255,1);
	border-right: solid thin rgba(255,255,255,1);
}
.scroll_contain a img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: 14px;
	width: auto;
}
.scroll_contain a p {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
}
}

/*----------------------
▼ヘッダー_ナビゲーション▼
----------------------*/

@media (min-width:960px){
.head_box {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.head_box .logo_item {
	margin: 30px 0 0 20px;
}
.head_box .logo_item img:hover {
	opacity: .4;
}
.head_box .right_item .link {
	margin: 38px 130px 0 0;
}
.head_box .right_item .link a {
	font-size: 1.3rem;
	font-weight: bold;
}
.head_box .right_item .link a:hover {
	opacity: .4;
}
.head_box .right_item .link .service_link {
	position: relative;
	background: rgba(255,255,255,.7);
	border-radius: 20px;
	padding: 10px 50px 10px 40px;
	margin: 0 30px 0 0;
}
.head_box .right_item .link .service_link::after {
	position: absolute;
	right: 30px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 3px solid rgba(51,51,51,1);
	border-right: 3px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}
.head_box .right_item .link .contact_link {
	position: relative;
	background: -moz-linear-gradient(left, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	background: -webkit-linear-linear-gradient(left, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	background: linear-gradient(to right, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	border-radius: 20px;
	color: #fff;
	padding: 10px 50px 10px 40px;
	text-align: center;
}
.head_box .right_item .link .contact_link::after {
	position: absolute;
	right: 30px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.head_box .right_item .link .contact_link img {
	margin: 0 10px 2px 0;
}
/*ナビゲーション*/
#top_head {
	position: fixed;
	top: 15px;
	right: 20px;
	background: rgba(0,128,198,1);
	height: 70px;
	width: 70px;
	border-radius: 50%;
	cursor: pointer;
}
.head_box_under #top_head {
	position: fixed;
	top: 0px;
	right: 20px;
	background: none;
	height: 70px;
	width: 70px;
	cursor: pointer;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	max-height: 80vh;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 100px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 20px 0 20px 20px;
	width: 500px;
}
#global_nav::-webkit-scrollbar {
    width: 10px;
}
#global_nav::-webkit-scrollbar-thumb{
	background: rgba(0,160,148,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
#global_nav ul {
	z-index: 999;
}
#global_nav li {
	text-align: left;
	padding: 10px 0 10px 20px;
	width: 450px;
}
#global_nav a:link,
#global_nav a:visited,
#global_nav a {
	display: block;
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.open .modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(102,102,102,.4);
	transition: 1s;
	z-index: 1;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 19px;
    top: 18px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.head_box_under #nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global_nav #close {
	border-top: solid thin rgba(153,153,153,1);
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0 00px;
	margin: 10px 0 0;
	text-align: center;
}
#global_nav a:hover,
#global_nav #close:hover {
	opacity: .4;
}
/*ナビメニュー文字*/
#mobile_head .menu {
	position: absolute;
	top: 8px;
	right: 23px;
}
#mobile_head .menu::before {
	content:"menu";
	color: #fff;
	font-size: 1rem;
}
.head_box_under #mobile_head .menu::before {
	content:"menu";
	color: #000;
	font-size: 1rem;
}
/*ナビ装飾*/
#global_nav .tel {
	margin: 5px 0 10px;
}
#global_nav .tel a {
	color: rgba(51,51,51,1);
	font-size: 2rem;
	font-weight: bold;
}
#global_nav .recruit img {
	height: 1.2rem;
	margin: 0 10px 0 0;
}
#global_nav .contact img {
	height: 1.3rem;
	margin: 0 10px 0 0;
}
#global_nav .tel img {
	height: 1.8rem;
	margin: 0 10px 0 0;
}
#global_nav .contact {
	background: rgba(0,128,198,1);
	border-radius: 5px;
	margin: 10px 0 0;
}
#global_nav .contact a {
	color: #fff;
}
#global_nav .tel span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}
#global_nav .tel span:before {
	content:"";
	margin: 0 0 0 20px;
}

/*ヒーロー*/
.main_pic {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.main_pic img {
	-webkit-animation: animepic 4s linear;
    animation: animepic 4s linear;
	height: auto;
	width: 100%;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
/*下層*/
.head_box_under {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.head_box_under .logo_item {
	margin: 20px 0 0 20px;
}
.head_box_under .logo_item img:hover {
	opacity: .4;
}
.main_pic_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top right no-repeat;
	background-size: cover;
	height: 70px;
	overflow: hidden;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_box {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.head_box .logo_item {
	margin: 30px 0 0 20px;
}
.head_box .right_item .link {
	margin: 38px 120px 0 0;
}
.head_box .right_item .link a {
	font-size: 1.3rem;
	font-weight: bold;
}
.head_box .right_item .link .service_link {
	display: none;
}
.head_box .right_item .link .contact_link {
	position: relative;
	background: -moz-linear-gradient(left, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	background: -webkit-linear-linear-gradient(left, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	background: linear-gradient(to right, rgba(0,128,191,1) ,rgba(30,165,172,1) 25%);
	border-radius: 20px;
	color: #fff;
	padding: 10px 50px 10px 40px;
	text-align: center;
}
.head_box .right_item .link .contact_link::after {
	position: absolute;
	right: 30px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.head_box .right_item .link .contact_link img {
	margin: 0 10px 2px 0;
}
/*ナビゲーション*/
#top_head {
	position: fixed;
	top: 15px;
	right: 20px;
	background: rgba(0,128,198,1);
	height: 70px;
	width: 70px;
	border-radius: 50%;
	cursor: pointer;
}
.head_box_under #top_head {
	position: fixed;
	top: 0px;
	right: 10px;
	background: none;
	height: 70px;
	width: 70px;
	cursor: pointer;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	max-height: 80vh;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 100px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 20px 0 20px 20px;
	width: 500px;
}
#global_nav::-webkit-scrollbar {
    width: 10px;
}
#global_nav::-webkit-scrollbar-thumb{
	background: rgba(0,160,148,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
#global_nav ul {
	z-index: 999;
}
#global_nav li {
	text-align: left;
	padding: 10px 0 10px 20px;
	width: 450px;
}
#global_nav a:link,
#global_nav a:visited,
#global_nav a {
	display: block;
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.open .modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(102,102,102,.4);
	transition: 1s;
	z-index: 1;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 19px;
    top: 18px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.head_box_under #nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global_nav #close {
	border-top: solid thin rgba(153,153,153,1);
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0 00px;
	margin: 10px 0 0;
	text-align: center;
}
/*ナビメニュー文字*/
#mobile_head .menu {
	position: absolute;
	top: 8px;
	right: 23px;
}
#mobile_head .menu::before {
	content:"menu";
	color: #fff;
	font-size: 1rem;
}
.head_box_under #mobile_head .menu::before {
	content:"menu";
	color: #000;
	font-size: 1rem;
}
/*ナビ装飾*/
#global_nav .tel {
	margin: 5px 0 10px;
}
#global_nav .tel a {
	color: rgba(51,51,51,1);
	font-size: 2rem;
	font-weight: bold;
}
#global_nav .recruit img {
	height: 1.2rem;
	margin: 0 10px 0 0;
}
#global_nav .contact img {
	height: 1.3rem;
	margin: 0 10px 0 0;
}
#global_nav .tel img {
	height: 1.8rem;
	margin: 0 10px 0 0;
}
#global_nav .contact {
	background: rgba(0,128,198,1);
	border-radius: 5px;
	margin: 10px 0 0;
}
#global_nav .contact a {
	color: #fff;
}
#global_nav .tel span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}
#global_nav .tel span:before {
	content:"";
	margin: 0 0 0 20px;
}

/*ヒーロー*/
.main_pic {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.main_pic img {
	-webkit-animation: animepic 4s linear;
    animation: animepic 4s linear;
	height: auto;
	width: 100%;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
/*下層*/
.head_box_under {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.head_box_under .logo_item {
	margin: 20px 0 0 20px;
}
.main_pic_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top right no-repeat;
	background-size: cover;
	height: 70px;
	overflow: hidden;
	width: 100%;
}

}

@media (max-width:599px){
.head_box {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 2;
}
.head_box .logo_item {
	margin: 10px 0 0 10px;
	width: 50%;
}
.head_box .logo_item img {
	height: auto;
	width: 100%;
}
.head_box .right_item .link {
	display: none;
}
/*ナビゲーション*/
#top_head {
	position: fixed;
	top: 10px;
	right: 10px;
	background: rgba(0,128,198,1);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 999;
}
.head_box_under #top_head {
	position: fixed;
	top: 0px;
	right: 5px;
	background: none;
	height: 60px;
	width: 60px;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	max-height: 80%;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 80px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 20px 0 20px 15px;
	width: 95%;
}
.head_box_under #global_nav {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	max-height: 80vh;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 60px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 20px 0 20px 20px;
	width: 95%;
}
#global_nav::-webkit-scrollbar {
    width: 10px;
}
#global_nav::-webkit-scrollbar-thumb{
	background: rgba(0,128,198,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
#global_nav ul {
	z-index: 999;
}
#global_nav li {
	text-align: left;
	padding: 10px 0 10px 10px;
	width: 95%;
}
#global_nav a:link,
#global_nav a:visited,
#global_nav a {
	display: block;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.open .modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(102,102,102,.4);
	transition: 1s;
	z-index: 1;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 30px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.head_box_under #nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	border-radius: 10px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global_nav #close {
	border-top: solid thin rgba(153,153,153,1);
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px 0 00px;
	margin: 10px 0 0;
	text-align: center;
}
/*ナビメニュー文字*/
#mobile_head .menu {
	position: absolute;
	top: 6px;
	right: 19px;
}
#mobile_head .menu::before {
	content:"menu";
	color: #fff;
	font-size: 1rem;
}
.head_box_under #mobile_head .menu::before {
	content:"menu";
	color: #000;
	font-size: 1rem;
}
/*ナビ装飾*/
#global_nav .tel {
	margin: 5px 0 10px;
}
#global_nav .tel a {
	color: rgba(51,51,51,1);
	font-size: 2rem;
	font-weight: bold;
}
#global_nav .recruit img {
	height: 1.2rem;
	margin: 0 10px 0 0;
}
#global_nav .contact img {
	height: 1.3rem;
	margin: 0 10px 0 0;
}
#global_nav .tel img {
	height: 1.8rem;
	margin: 0 10px 0 0;
}
#global_nav .contact {
	background: rgba(0,128,198,1);
	border-radius: 5px;
	margin: 10px 0 0;
}
#global_nav .contact a {
	color: #fff;
}
#global_nav .tel span {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
}
#global_nav .tel span:before {
	content:"";
	margin: 0 0 0 20px;
}

/*ヒーロー*/
.main_pic {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.main_pic img {
	-webkit-animation: animepic 4s linear;
    animation: animepic 4s linear;
	height: auto;
	width: 100%;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
/*下層*/
.head_box_under {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.head_box_under .logo_item {
	margin: 18px 0 0 10px;
	width: 60%;
}
.head_box_under .logo_item img {
	height: auto;
	width: 100%;
}
.main_pic_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top right no-repeat;
	background-size: cover;
	height: 60px;
	overflow: hidden;
	width: 100%;
}

}

/*----------------------
▲ナビゲーション▲
----------------------*/

/*----------------------
▼コンテンツ▼
----------------------*/

@media (min-width:960px){
.back_img {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: contain;
}
/*NEWS*/
.news_wrap {
	position: relative;
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: -50px auto 0;
	padding: 40px;
	width: 95%;
	max-width: 1300px;
}
.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	height: 200px;
	overflow-y: scroll;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
	background: rgba(204,204,204,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(240,240,240,1);
}

.news_wrap dl dt {
	color: rgba(130,130,130,1);
	padding: 10px 0;
	width: 200px;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0 0 0 15px;
	text-align: center;
	width: 60px;
}
.news_wrap dl dt .green {
	background: rgba(130,179,40,1);
}
.news_wrap dl dt .blue {
	background: rgba(0,128,198,1);
}
.news_wrap dl dt .glay {
	background: rgba(140,140,140,1);
}
.news_wrap dl dt .orange {
	background: rgba(255,153,0,1);
}
.news_wrap dl dt .red {
	background: rgba(153,0,0,1);
}
.news_wrap dl dd {
	padding: 10px 0;
	width: calc(100% - 200px);
}
.news_wrap dl dd p {
	font-size: 1.5rem;
	font-weight: bold;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*テンレインボーについて*/
.top_about_wrap {
	margin: 50px 0;
}
.top_about_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.top_about_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.top_about_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.top_about_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.top_about_wrap .banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 95%;
	max-width: 1300px;
}
.top_about_wrap .banner_box .item:nth-of-type(1),
.top_about_wrap .banner_box .item:nth-of-type(3) {
	border-left: solid thin rgba(204,204,204,1);
	border-right: solid thin rgba(204,204,204,1);
	padding: 0 15px;
	width: 33.5%;
}
.top_about_wrap .banner_box .item:nth-of-type(2) {
	padding: 0 15px;
	width: 33.5%;
}
.top_about_wrap .banner_box .item:hover {
	opacity: .4;
}
.top_about_wrap .banner_box .item img {
	height: auto;
	width: 100%;
}
.top_about_wrap .banner_box .item .title {
	text-align: center;
}
.top_about_wrap .banner_box .item h3 {
	display: inline-block;
	background: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0px;
	margin: -15px 0 0;
	width: 75%;
}
.top_about_wrap .banner_box .item .txt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
}
.top_about_wrap .banner_box .arrow {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.top_about_wrap .banner_box .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
}
/*グループ*/
.group_wrap {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
.group_wrap .top {
	margin: 0 0 50px;
	text-align: center;
}
.group_wrap .top img {
	height: auto;
	width: 370px;
}
.group_wrap .top p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.group_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1000px;
}
.group_wrap .box a {
	display: block;
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.group_wrap .box a:hover {
	opacity: .4;
}
.group_wrap .box a img {
	height: 25px;
	margin: 0 10px 0 0;
	width: auto;
}
.group_wrap .box a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid rgba(51,51,51,1);
	border-right: 2px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}

/*下部バナー_お問い合わせ*/
.under_wrap {
	margin: 50px 0 0;
}
.under_wrap .banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 95%;
	max-width: 1300px;
}
.under_wrap .banner_box a {
	display: block;
	width: 24%;
}
.under_wrap .banner_box a img {
	height: auto;
	width: 100%;
}
.under_wrap .banner_box a img:hover {
	opacity: .4;
}
.under_wrap .comm_contact {
	margin: 0 auto 50px;
	width: 95%;
	max-width: 1300px;
}
.under_wrap .comm_contact .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.under_wrap .comm_contact .tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 49%;
}
.under_wrap .comm_contact .tel_item .balloon {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 15px 35px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #EAF5FB;
	width: 49%;
}
.under_wrap .comm_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #EAF5FB;
}
.under_wrap .comm_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.under_wrap .comm_contact .tel_item .number p {
	font-size: 2rem;
	font-weight: bold;
}
.under_wrap .comm_contact .tel_item .number p span {
	font-size: 1.3rem;
	font-weight: bold;
}
.under_wrap .comm_contact .banner_item {
	width: 49%;
}
.under_wrap .comm_contact .banner_item a {
	position: relative;
	display: block;
	background: #0080C6;
	color: #fff;
	height: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	width: 100%;
}
.under_wrap .comm_contact .banner_item a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

.under_wrap .comm_contact .banner_item a:hover {
	opacity: .4;
}
.under_wrap .comm_contact .banner_item a img {
	margin: 0 10px 2px 0;
}
.under_wrap .hosoku {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.back_img {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: contain;
}
/*NEWS*/
.news_wrap {
	position: relative;
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: -20px auto 0;
	padding: 30px;
	width: 95%;
}
.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-weight: bold;
	height: 150px;
	overflow-y: scroll;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
	background: rgba(204,204,204,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(240,240,240,1);
}
.news_wrap dl dt {
	color: rgba(130,130,130,1);
	padding: 10px 0;
	width: 200px;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0 0 0 15px;
	text-align: center;
	width: 60px;
}
.news_wrap dl dt .green {
	background: rgba(130,179,40,1);
}
.news_wrap dl dt .blue {
	background: rgba(0,128,198,1);
}
.news_wrap dl dt .glay {
	background: rgba(140,140,140,1);
}
.news_wrap dl dt .orange {
	background: rgba(255,153,0,1);
}
.news_wrap dl dt .red {
	background: rgba(153,0,0,1);
}
.news_wrap dl dd {
	padding: 10px 0;
	width: calc(100% - 200px);
}
.news_wrap dl dd p {
	font-size: 1.3rem;
	font-weight: bold;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*テンレインボーについて*/
.top_about_wrap {
	margin: 50px auto;
	width: 100%;
}
.top_about_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.top_about_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.top_about_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.top_about_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.top_about_wrap .banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 95%;
}
.top_about_wrap .banner_box .item:nth-of-type(1),
.top_about_wrap .banner_box .item:nth-of-type(3) {
	border-left: solid thin rgba(204,204,204,1);
	border-right: solid thin rgba(204,204,204,1);
	padding: 0 15px;
	width: 33.5%;
}
.top_about_wrap .banner_box .item:nth-of-type(2) {
	padding: 0 15px;
	width: 33.5%;
}
.top_about_wrap .banner_box .item img {
	height: auto;
	width: 100%;
}
.top_about_wrap .banner_box .item .title {
	text-align: center;
}
.top_about_wrap .banner_box .item h3 {
	display: inline-block;
	background: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0px;
	margin: -15px 0 0;
	width: 75%;
}
.top_about_wrap .banner_box .item .txt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 20px;
}
.top_about_wrap .banner_box .arrow {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.top_about_wrap .banner_box .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
}
/*グループ*/
.group_wrap {
	background: rgba(240,240,240,1);
	padding: 30px 0 40px;
}
.group_wrap .top {
	margin: 0 0 30px;
	text-align: center;
}
.group_wrap .top img {
	height: auto;
	width: 370px;
}
.group_wrap .top p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.group_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.group_wrap .box a {
	display: block;
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.group_wrap .box a img {
	height: 20px;
	margin: 0 5px 0 0;
	width: auto;
}
.group_wrap .box a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid rgba(51,51,51,1);
	border-right: 2px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}

/*下部バナー_お問い合わせ*/
.under_wrap {
	margin: 50px 0 0;
}
.under_wrap .banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 95%;
}
.under_wrap .banner_box a {
	display: block;
	width: 24%;
}
.under_wrap .banner_box a img {
	height: auto;
	width: 100%;
}
.under_wrap .comm_contact {
	margin: 0 auto 50px;
	width: 95%;
}
.under_wrap .comm_contact .box {
}
.under_wrap .comm_contact .tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 20px;
	width: 100%;
}
.under_wrap .comm_contact .tel_item .balloon {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 15px 35px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #EAF5FB;
	width: 35%;
}
.under_wrap .comm_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #EAF5FB;
}
.under_wrap .comm_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.under_wrap .comm_contact .tel_item .number p {
	font-size: 2rem;
	font-weight: bold;
}
.under_wrap .comm_contact .tel_item .number p span {
	font-size: 1.3rem;
	font-weight: bold;
}
.under_wrap .comm_contact .banner_item {
	width: 100%;
}
.under_wrap .comm_contact .banner_item a {
	position: relative;
	display: block;
	background: #0080C6;
	color: #fff;
	height: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	width: 100%;
}
.under_wrap .comm_contact .banner_item a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.under_wrap .comm_contact .banner_item a img {
	margin: 0 10px 2px 0;
}
.under_wrap .hosoku {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
}

}

@media (max-width:599px){
.back_img {
	position: relative;
	background: url(images/back-img.jpg) top no-repeat;
	background-size: contain;
}
/*NEWS*/
.news_wrap {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 00px auto;
	padding: 20px 10px;
	width: 95%;
	z-index: 1;
}
.news_wrap dl {
	height: 150px;
	overflow-y: scroll;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
	background: rgba(204,204,204,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(240,240,240,1);
}
.news_wrap dl dt {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(130,130,130,1);
	margin: 0 0 5px;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0 0 0 15px;
	text-align: center;
	width: 60px;
}
.news_wrap dl dt .green {
	background: rgba(130,179,40,1);
}
.news_wrap dl dt .blue {
	background: rgba(0,128,198,1);
}
.news_wrap dl dt .glay {
	background: rgba(140,140,140,1);
}
.news_wrap dl dt .orange {
	background: rgba(255,153,0,1);
}
.news_wrap dl dt .red {
	background: rgba(153,0,0,1);
}
.news_wrap dl dd {
	color: rgba(51,51,51,1);
	margin: 0 0 5px;
	line-height: 18px;
	padding: 0px 5px 5px 0;
}
.news_wrap dl dd p {
	font-size: 1.2rem;
	font-weight: bold;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*テンレインボーについて*/
.top_about_wrap {
	margin: 0px auto;
	padding: 240px 0 0;
	width: 100%;
}
.top_about_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.top_about_wrap .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.top_about_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0;
}
.top_about_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 20px;
	width: 95%;
}
.top_about_wrap .banner_box {
	margin: 0 auto 30px;
	width: 95%;
}
.top_about_wrap .banner_box .item {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 0 20px;
}

.top_about_wrap .banner_box .item img {
	height: auto;
	width: 100%;
}
.top_about_wrap .banner_box .item .title {
	text-align: center;
}
.top_about_wrap .banner_box .item h3 {
	display: inline-block;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0px;
	margin: -15px 0 0;
	width: 75%;
}
.top_about_wrap .banner_box .item .txt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 15px;
}
.top_about_wrap .banner_box .arrow {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 15px;
	text-align: center;
}
.top_about_wrap .banner_box .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
}
/*グループ*/
.group_wrap {
	background: rgba(240,240,240,1);
	padding: 30px 0 30px;
}
.group_wrap .top {
	margin: 0 0 30px;
	text-align: center;
}
.group_wrap .top img {
	height: auto;
	width: 50%;
}
.group_wrap .top p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.group_wrap .box {
	margin: 0 auto;
	width: 95%;
}
.group_wrap .box a {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 0 10px;
}
.group_wrap .box a img {
	height: 20px;
	margin: 0 5px 0 0;
	width: auto;
}
.group_wrap .box a::after {
	position: absolute;
	top: 45%;
	right: 15px;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid rgba(51,51,51,1);
	border-right: 2px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}

/*下部バナー_お問い合わせ*/
.under_wrap {
	margin: 30px 0 0;
}
.under_wrap .banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto 30px;
	width: 95%;
}
.under_wrap .banner_box a {
	display: block;
	margin: 0 0 2%;
	width: 49%;
}
.under_wrap .banner_box a img {
	height: auto;
	width: 100%;
}
.under_wrap .comm_contact {
	margin: 0 auto 50px;
	width: 95%;
}
.under_wrap .comm_contact .box {
}
.under_wrap .comm_contact .tel_item {
	margin: 0 0 20px;
	width: 100%;
}
.under_wrap .comm_contact .tel_item .balloon {
	position: relative;
	padding: 15px 0px;
	width: 100%;
	color: #555;
	background: #EAF5FB;	
}
.under_wrap .comm_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #EAF5FB;
}
.under_wrap .comm_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.under_wrap .comm_contact .tel_item .number {
	margin: 30px 0 0;
	text-align: center;
}
.under_wrap .comm_contact .tel_item .number p {
	font-size: 2rem;
	font-weight: bold;
}
.under_wrap .comm_contact .tel_item .number p span {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0;
}
.under_wrap .comm_contact .banner_item {
	width: 100%;
}
.under_wrap .comm_contact .banner_item a {
	position: relative;
	display: block;
	background: #0080C6;
	color: #fff;
	height: 50px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	width: 100%;
}
.under_wrap .comm_contact .banner_item a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.under_wrap .comm_contact .banner_item a img {
	margin: 0 10px 2px 0;
}
.under_wrap .hosoku {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
}


}

/*----------------------
▲コンテンツ▲
----------------------*/

/*----------------------
▼会社概要▼
----------------------*/

@media (min-width:960px){

.company_wrap {
	margin: 50px auto;
}
.company_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.company_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.company_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
/*リンク*/
.company_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(238,245,248,1);
	padding: 20px 30px 10px;
	margin: 0 auto 50px;
	width: 1000px;
}
.company_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.company_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.company_wrap .link a:hover {
	opacity: .4;
}
/*代表挨拶*/
.company_wrap .message_content {
	background: url(images/about-message-backimg.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 80px;
}
.company_wrap .message_content .content {
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
}
.company_wrap .message_content .title h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.company_wrap .message_content .txt {
	margin: 0 0 30px;
}
.company_wrap .message_content .txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.company_wrap .message_content .name {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.company_wrap .message_content .name img {
	margin: 0 20px 0 0;
}
.company_wrap .message_content .name p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.company_wrap .message_content .name p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
/*会社概要*/
.company_wrap .company_content {
	margin: 50px auto;
	width: 1000px;
}
.company_wrap .company_content .title {
	margin: 0 0 30px;
}
.company_wrap .company_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .company_content tr {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_wrap .company_content tr td:nth-of-type(1) {
	padding: 10px 0 10px 20px;
	width: 180px;
}
.company_wrap .company_content tr td:nth-of-type(2) {
	padding: 10px 20px 10px 0;
	width: calc(100% - 180px);
}
.company_wrap .company_content tr:nth-of-type(odd),
.company_wrap .company_content tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}

/*グループ*/
.company_wrap .group_content {
	margin: 0 auto 80px;
	width: 1000px;
}
.company_wrap .group_content .title {
	margin: 0 0 30px;
}
.company_wrap .group_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .group_content .item {
	margin: 0 0 30px;
}
.company_wrap .group_content .item h4 {
	border-bottom: solid thin rgba(51,51,51,1);
	color: rgba(51,51,51,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.company_wrap .group_content .item tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;
}
.company_wrap .group_content .item tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 180px;
}
.company_wrap .group_content .item tr td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 180px);
}
/*沿革*/
.company_wrap .history_content {
	margin: 0 auto;
	width: 1000px;
}
.company_wrap .history_content .title {
	margin: 0 0 30px;
}
.company_wrap .history_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .history_content tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;

}
.company_wrap .history_content tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 180px;
}
.company_wrap .history_content tr td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 180px);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.company_wrap {
	margin: 50px auto;
}
.company_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.company_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.company_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
/*リンク*/
.company_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(238,245,248,1);
	padding: 20px 30px 10px;
	margin: 0 auto 50px;
	width: 95%;
}
.company_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.company_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
/*代表挨拶*/
.company_wrap .message_content {
	background: url(images/about-message-backimg.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 80px;
}
.company_wrap .message_content .content {
	margin: 0 auto;
	padding: 40px 0;
	width: 95%;
}
.company_wrap .message_content .title h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.company_wrap .message_content .txt {
	margin: 0 0 30px;
}
.company_wrap .message_content .txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.company_wrap .message_content .name {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.company_wrap .message_content .name img {
	margin: 0 20px 0 0;
}
.company_wrap .message_content .name p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.company_wrap .message_content .name p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
/*会社概要*/
.company_wrap .company_content {
	margin: 50px auto;
	width: 95%;
}
.company_wrap .company_content .title {
	margin: 0 0 30px;
}
.company_wrap .company_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .company_content tr {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_wrap .company_content tr td:nth-of-type(1) {
	padding: 10px 0 10px 20px;
	width: 180px;
}
.company_wrap .company_content tr td:nth-of-type(2) {
	padding: 10px 20px 10px 0;
	width: calc(100% - 180px);
}
.company_wrap .company_content tr:nth-of-type(odd),
.company_wrap .company_content tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}
/*グループ*/
.company_wrap .group_content {
	margin: 0 auto 80px;
	width: 95%;
}
.company_wrap .group_content .title {
	margin: 0 0 30px;
}
.company_wrap .group_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .group_content .item {
	margin: 0 0 30px;
}
.company_wrap .group_content .item h4 {
	border-bottom: solid thin rgba(51,51,51,1);
	color: rgba(51,51,51,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.company_wrap .group_content .item tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;
}
.company_wrap .group_content .item tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 180px;
}
.company_wrap .group_content .item dl td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 180px);
}
/*沿革*/
.company_wrap .history_content {
	margin: 0 auto;
	width: 95%;
}
.company_wrap .history_content .title {
	margin: 0 0 30px;
}
.company_wrap .history_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .history_content tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;
}
.company_wrap .history_content tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 180px;
}
.company_wrap .history_content tr td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 180px);
}


}

@media (max-width:599px){

.company_wrap {
	margin: 50px auto;
}
.company_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.company_wrap .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.company_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0;
}
/*リンク*/
.company_wrap .link {
	background: rgba(238,245,248,1);
	padding: 20px 15px 10px;
	margin: 0 auto 30px;
	width: 95%;
}
.company_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 10px 0;
}
.company_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
/*代表挨拶*/
.company_wrap .message_content {
	background: url(images/about-message-backimg.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
}
.company_wrap .message_content .content {
	margin: 0 auto;
	padding: 40px 0;
	width: 95%;
}
.company_wrap .message_content .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.company_wrap .message_content .txt {
	margin: 0 0 30px;
}
.company_wrap .message_content .txt p {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 22px;
}
.company_wrap .message_content .name {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.company_wrap .message_content .name img {
	margin: 0 20px 0 0;
}
.company_wrap .message_content .name p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.company_wrap .message_content .name p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}
/*会社概要*/
.company_wrap .company_content {
	margin: 50px auto;
	width: 95%;
}
.company_wrap .company_content .title {
	margin: 0 0 20px;
}
.company_wrap .company_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .company_content dl {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_wrap .company_content dl dt {
	padding: 7px 0 0 10px;
}
.company_wrap .company_content dl dt::before {
	content: "-";
	padding: 0 5px 0 0;
}
.company_wrap .company_content dl dd {
	padding: 0px 0 7px 20px;
}
.company_wrap .company_content dl dt:nth-of-type(odd),
.company_wrap .company_content dl dd:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}
.company_wrap .company_content tr {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_wrap .company_content tr td:nth-of-type(1) {
	display: block;
	padding: 7px 0 0 10px;
}
.company_wrap .company_content tr td:nth-of-type(1)::before {
	content: "-";
	padding: 0 5px 0 0;
}
.company_wrap .company_content tr td:nth-of-type(2) {
	display: block;
	padding: 0px 0 7px 20px;
}
.company_wrap .company_content tr:nth-of-type(odd),
.company_wrap .company_content tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}

/*グループ*/
.company_wrap .group_content {
	margin: 0 auto 50px;
	width: 95%;
}
.company_wrap .group_content .title {
	margin: 0 0 30px;
}
.company_wrap .group_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .group_content .item {
	margin: 0 0 30px;
}
.company_wrap .group_content .item h4 {
	border-bottom: solid thin rgba(51,51,51,1);
	color: rgba(51,51,51,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.company_wrap .group_content .item tr {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_wrap .group_content .item tr td:nth-of-type(1) {
	display: block;
	padding: 7px 0 0 0;
}
.company_wrap .group_content tr td:nth-of-type(1)::before {
	content: "-";
	padding: 0 5px 0 0;
}
.company_wrap .group_content .item tr td:nth-of-type(2) {
	display: block;
	padding: 0px 0 7px 12px;
}
/*沿革*/
.company_wrap .history_content {
	margin: 0 auto;
	width: 95%;
}
.company_wrap .history_content .title {
	margin: 0 0 30px;
}
.company_wrap .history_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.company_wrap .history_content tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 5px;
}
.company_wrap .history_content tr td:nth-of-type(1) {
	color: rgba(100,100,100,1);
	padding: 2px 0;
	width: 25%;
}
.company_wrap .history_content tr td:nth-of-type(2) {
	color: rgba(51,51,51,1);
	padding: 2px 0;
	width: 70%;
}

}

/*----------------------
▲会社概要▲
----------------------*/

/*----------------------
▼sdgs▼
----------------------*/

@media (min-width:960px){
.sdgs_wrap {
	margin: 0 0 50px;
}
.sdgs_wrap .top {
	background: url(images/sdgs-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
.sdgs_wrap .top img {
	height: auto;
	margin: 0 0 40px;
	width: 450px;
}
.sdgs_wrap .top h2 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.sdgs_wrap .top p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	width: 600px;
}
.sdgs_wrap .item_content {
	margin: 50px auto 80px;
	width: 1000px;
}
.sdgs_wrap .item_content .content {
	margin: 0 0 30px;
}
.sdgs_wrap .item_content .content h3 {
	color: rgba(0,113,183,1);
	font-size: 2rem;
	font-weight: bold;	
	margin: 0 0 10px;
}
.sdgs_wrap .item_content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.sdgs_wrap .item_content .box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 400px;
}
.sdgs_wrap .item_content .box .pic_item img {
	height: auto;
	width: 30%;
}
.sdgs_wrap .item_content .box p {
	font-size: 1.5rem;
	font-weight: bold;
	width: 550px;
}
/*スポーツ*/
.sdgs_wrap .sports_content {
	margin: 0 auto 80px;
	width: 1000px;
}
.sdgs_wrap .sports_content .title {
	margin: 0 0 30px;
}
.sdgs_wrap .sports_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sdgs_wrap .sports_content .sports_top p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 30px;
}
.sdgs_wrap .sports_content .content h4 {
	font-size: 2rem;
	font-weight: bold;	
	margin: 0 0 10px;
}
.sdgs_wrap .sports_content .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 40px;
}
.sdgs_wrap .sports_content .content .box .pic_item {
	width: 400px;
}
.sdgs_wrap .sports_content .content .box .pic_item img {
	height: auto;
	width: 100%;
}
.sdgs_wrap .sports_content .content .box .txt_item {
	width: 550px;
}
.sdgs_wrap .sports_content .content .box .txt_item .site {
	margin: 0 0 30px;
}
.sdgs_wrap .sports_content .content .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.sdgs_wrap .sports_content .content .box .txt_item p img {
	margin: 0 10px 0 0;
}
.sdgs_wrap .sports_content .content .box .txt_item a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.sdgs_wrap {
	margin: 0 0 50px;
}
.sdgs_wrap .top {
	background: url(images/sdgs-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
.sdgs_wrap .top img {
	height: auto;
	margin: 0 0 40px;
	width: 400px;
}
.sdgs_wrap .top h2 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.sdgs_wrap .top p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	width: 80%;
}
.sdgs_wrap .item_content {
	margin: 50px auto 80px;
	width: 95%;
}
.sdgs_wrap .item_content .content {
	margin: 0 0 30px;
}
.sdgs_wrap .item_content .content h3 {
	color: rgba(0,113,183,1);
	font-size: 2rem;
	font-weight: bold;	
	margin: 0 0 10px;
}
.sdgs_wrap .item_content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.sdgs_wrap .item_content .box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start; 
	width: 45%;
}
.sdgs_wrap .item_content .box .pic_item img {
	height: auto;
	width: 32%;
}
.sdgs_wrap .item_content .box p {
	font-size: 1.5rem;
	font-weight: bold;
	width: 50%;
}
/*スポーツ*/
.sdgs_wrap .sports_content {
	margin: 0 auto 80px;
	width: 95%;
}
.sdgs_wrap .sports_content .title {
	margin: 0 0 30px;
}
.sdgs_wrap .sports_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sdgs_wrap .sports_content .sports_top p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 30px;
}
.sdgs_wrap .sports_content .content h4 {
	font-size: 2rem;
	font-weight: bold;	
	margin: 0 0 10px;
}
.sdgs_wrap .sports_content .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 40px;
}
.sdgs_wrap .sports_content .content .box .pic_item {
	width: 45%;
}
.sdgs_wrap .sports_content .content .box .pic_item img {
	height: auto;
	width: 100%;
}
.sdgs_wrap .sports_content .content .box .txt_item {
	width: 50%;
}
.sdgs_wrap .sports_content .content .box .txt_item .site {
	margin: 0 0 30px;
}
.sdgs_wrap .sports_content .content .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
	word-wrap: break-word;
}
.sdgs_wrap .sports_content .content .box .txt_item p img {
	margin: 0 10px 0 0;
}
.sdgs_wrap .sports_content .content .box .txt_item a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
	word-wrap: break-word;
}

}

@media (max-width:599px){
.sdgs_wrap {
	margin: 0 0 50px;
}
.sdgs_wrap .top {
	background: url(images/sdgs-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0;
	text-align: center;
}
.sdgs_wrap .top img {
	height: auto;
	margin: 0 0 20px;
	width: 80%;
}
.sdgs_wrap .top h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.sdgs_wrap .top p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	text-align: left;
	width: 80%;
}
.sdgs_wrap .item_content {
	margin: 30px auto 50px;
	width: 95%;
}
.sdgs_wrap .item_content .content {
	margin: 0 0 30px;
}
.sdgs_wrap .item_content .content h3 {
	color: rgba(0,113,183,1);
	font-size: 1.8rem;
	font-weight: bold;	
	margin: 0 0 10px;
}
.sdgs_wrap .item_content .box {
}
.sdgs_wrap .item_content .box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
}
.sdgs_wrap .item_content .box .pic_item img {
	height: auto;
	width: 32%;
}
.sdgs_wrap .item_content .box p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*スポーツ*/
.sdgs_wrap .sports_content {
	margin: 0 auto 50px;
	width: 95%;
}
.sdgs_wrap .sports_content .title {
	margin: 0 0 20px;
}
.sdgs_wrap .sports_content .title h3 {
	border-left: solid 4px #000000;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sdgs_wrap .sports_content .sports_top p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 30px;
}
.sdgs_wrap .sports_content .content h4 {
	font-size: 1.5rem;
	font-weight: bold;	
	margin: 0 0 5px;
}
.sdgs_wrap .sports_content .content .box {
	margin: 0 0 30px;
}
.sdgs_wrap .sports_content .content .box .pic_item {
	margin: 0 0 20px;
	width: 100%;
}
.sdgs_wrap .sports_content .content .box .pic_item img {
	height: auto;
	width: 100%;
}
.sdgs_wrap .sports_content .content .box .txt_item {
	width: 100%;
}
.sdgs_wrap .sports_content .content .box .txt_item .site {
	margin: 0 0 20px;
}
.sdgs_wrap .sports_content .content .box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
	word-wrap: break-word;
}
.sdgs_wrap .sports_content .content .box .txt_item p img {
	margin: 0 10px 0 0;
}
.sdgs_wrap .sports_content .content .box .txt_item a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
	word-wrap: break-word;
}


}

/*----------------------
▲sdgs▲
----------------------*/

/*----------------------
▼事業部門▼
----------------------*/

@media (min-width:960px){
.service_wrap {
	margin: 50px auto 80px;
	width: 1000px;
}
.service_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.service_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.service_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
/*リンク*/
.service_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(238,245,248,1);
	padding: 20px 30px 10px;
	margin: 0 auto 50px;
	width: 1000px;
}
.service_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.service_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.service_wrap .link a:hover {
	opacity: .4;
}
/*相関図*/
.service_wrap .content_figure {
	margin: 0 0 80px;
}
.service_wrap .content_figure .pic {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(230,230,230,1);
	padding: 50px 0;
	margin: 0 0 50px;
	text-align: center;
}
.service_wrap .content_figure .pic img {
	height: auto;
	width: 70%;
}
.service_wrap .content_figure .pickup {
	text-align: center;
}
.service_wrap .content_figure .pickup a {
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 70px;
}
.service_wrap .content_figure .pickup a img {
	margin: 0 10px 0 0;
}
/*事業案内*/
.service_wrap .content_list {
	margin: 0 0 50px;
}
.service_wrap .content_list h2 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item {
	border-bottom: solid thin rgba(150,150,150,1);
	padding: 10px 00px 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 0 10px;
}
.service_wrap .content_list .content .item .pic_item {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100px;
}
.service_wrap .content_list .content .item .pic_item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.service_wrap .content_list .content .item .pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.service_wrap .content_list .content .item .txt_item {
	width: calc(100% - 120px);
}
.service_wrap .content_list .content .title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 15px;
}
.service_wrap .content_list .content .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 20px 0 10px;
}
.service_wrap .content_list .content .title p {
	background: rgba(102,102,102,1);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 20px;
}
.service_wrap .content_list .content tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;
}
.service_wrap .content_list .content tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 130px;
}
.service_wrap .content_list .content tr td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 130px);
}
.service_wrap .content_list .content tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.service_wrap .content_list .content .txt_item p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.service_wrap {
	margin: 50px auto 80px;
	width: 95%;
}
.service_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.service_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.service_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
/*リンク*/
.service_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(238,245,248,1);
	padding: 20px 30px 10px;
	margin: 0 auto 50px;
	width: 100%;
}
.service_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.service_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
/*相関図*/
.service_wrap .content_figure {
	margin: 0 0 80px;
}
.service_wrap .content_figure .pic {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(230,230,230,1);
	padding: 50px 0;
	margin: 0 0 50px;
	text-align: center;
}
.service_wrap .content_figure .pic img {
	height: auto;
	width: 70%;
}
.service_wrap .content_figure .pickup {
	text-align: center;
}
.service_wrap .content_figure .pickup a {
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 70px;
}
.service_wrap .content_figure .pickup a img {
	margin: 0 10px 0 0;
}
/*事業案内*/
.service_wrap .content_list {
	margin: 0 0 50px;
}
.service_wrap .content_list h2 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item {
	border-bottom: solid thin rgba(150,150,150,1);
	padding: 10px 00px 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 0 10px;
}
.service_wrap .content_list .content .item .pic_item {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100px;
}
.service_wrap .content_list .content .item .pic_item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.service_wrap .content_list .content .item .pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.service_wrap .content_list .content .item .txt_item {
	width: calc(100% - 120px);
}
.service_wrap .content_list .content .title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 15px;
}
.service_wrap .content_list .content .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 20px 0 10px;
}
.service_wrap .content_list .content .title p {
	background: rgba(102,102,102,1);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 20px;
}
.service_wrap .content_list .content tr {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 10px;
}
.service_wrap .content_list .content tr td:nth-of-type(1) {
	padding: 2px 0;
	width: 130px;
}
.service_wrap .content_list .content tr td:nth-of-type(2) {
	padding: 2px 0;
	width: calc(100% - 130px);
}
.service_wrap .content_list .content tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.service_wrap .content_list .content .txt_item p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}



}

@media (max-width:599px){

.service_wrap {
	margin: 50px auto 80px;
	width: 95%;
}
.service_wrap .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.service_wrap .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.service_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0;
}
/*リンク*/
.service_wrap .link {
	background: rgba(238,245,248,1);
	padding: 20px 15px 10px;
	margin: 0 auto 30px;
	width: 100%;
}
.service_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(204,204,204,1);
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 10px 0;
}
.service_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
/*相関図*/
.service_wrap .content_figure {
	margin: 0 0 80px;
}
.service_wrap .content_figure .pic {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(230,230,230,1);
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.service_wrap .content_figure .pic img {
	height: auto;
	width: 90%;
}
.service_wrap .content_figure .pickup {
	text-align: center;
}
.service_wrap .content_figure .pickup a {
	display: block;
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px;
}
.service_wrap .content_figure .pickup a img {
	margin: 0 10px 0 0;
}
/*事業案内*/
.service_wrap .content_list {
	margin: 0 0 50px;
}
.service_wrap .content_list h2 {
	border-left: solid 4px #000000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item {
	border-bottom: solid thin rgba(150,150,150,1);
	padding: 10px 00px 10px;
	margin: 0 0 10px;
}
.service_wrap .content_list .content .item .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 0 10px;
}
.service_wrap .content_list .content .item .pic_item {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 60px;
}
.service_wrap .content_list .content .item .pic_item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.service_wrap .content_list .content .item .pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.service_wrap .content_list .content .item .txt_item {
	width: calc(100% - 65px);
}
.service_wrap .content_list .content .title {
	margin: 0 0 15px;
}
.service_wrap .content_list .content .title h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 20px 5px 10px;
}
.service_wrap .content_list .content .title p {
	display: inline-block;
	background: rgba(102,102,102,1);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	margin: 0 0 0 10px;
}
.service_wrap .content_list .content tr {
	color: rgba(51,51,51,1);
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 10px;
}
.service_wrap .content_list .content tr td:nth-of-type(1) {
	display: block;
	padding: 0 0 0;
}
.service_wrap .content_list .content tr td:nth-of-type(1)::before {
	content: "-";
	padding: 0 5px 0 0;
}
.service_wrap .content_list .content tr td:nth-of-type(2) {
	display: block;
	word-break:break-all;
	padding: 0px 0 10px 12px;
}
.service_wrap .content_list .content tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.service_wrap .content_list .content .txt_item p {
	color: rgba(51,51,51,1);
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 10px;
}


}

/*----------------------
▲事業部門▲
----------------------*/

/*----------------------
▼採用▼
----------------------*/

@media (min-width:960px){
.recruit_wrap {
	margin: 0 0 80px;
}
.recruit_wrap .top {
	background: url(images/recruit-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
	margin: 0 0 30px;
}
.recruit_wrap .top .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.recruit_wrap .top .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.recruit_wrap .top .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.recruit_wrap .top .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	width: 1000px;
}
.recruit_wrap .top .txt p a {
	color: #900;
	text-decoration: underline;
}
/*リンク*/
.recruit_wrap .link_wrap {
	background: rgba(238,245,248,1);
	padding: 20px 30px 20px;
	margin: 0 auto 30px;
	width: 1000px;
}
.recruit_wrap .link_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.recruit_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(0,164,152,1);
	color: rgba(0,164,152,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.recruit_wrap .link a img {
	margin: 0 10px 0 0;
}
.recruit_wrap .link a:hover {
	opacity: .4;
}
/*求人ボックス*/
.recruit_wrap .content {
	border: solid thin rgba(204,204,204,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 30px;
	margin: 0 auto 30px;
	width: 1000px;
}
.recruit_wrap .content .title h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
/*求人ボックス_写真とコンテンツ*/
.recruit_wrap .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.recruit_wrap .content .box .pic_item {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 300px;
}
.recruit_wrap .content .box .pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 100%;
}
.recruit_wrap .content .box .content_item {
	width: 600px;
}
/*求人ボックス_表*/
.recruit_wrap .content .box .content_item {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap .content .box .content_item .left,
.recruit_wrap .content .box .content_item .right {
	width: 50%;
}
.recruit_wrap .content .box .content_item .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.recruit_wrap .content .box .content_item .item p {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 10px;
}
.recruit_wrap .content .box .content_item .item p:first-of-type {
	border: solid thin rgba(204,204,204,1);
	border-right: dashed thin rgba(204,204,204,1);
	border-bottom: none;
	width: 100px;
}
.recruit_wrap .content .box .content_item .item p:last-of-type {
	border: solid thin rgba(204,204,204,1);
	border-left: none;
	border-bottom: none;
	width: 200px;
}
.recruit_wrap .content .box .content_item .right .item p {
	border-left: none;
}
.recruit_wrap .content .box .content_item .item:last-of-type {
	border-bottom: solid thin rgba(204,204,204,1);
}
/*求人ボックス_リンク*/
.recruit_wrap .content .recruit_link a {
	display: block;
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.recruit_wrap .content .recruit_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid rgba(51,51,51,1);
	border-right: 3px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}
.recruit_wrap .content .recruit_link a:hover {
	opacity: .4;
}
/*採用詳細ページ*/
.detail_wrap {
	margin: 50px auto;
	width: 1000px;
}
.detail_wrap .title {
	margin: 0 0 30px;
}
.detail_wrap .title h2 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.detail_wrap tr {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap tr td:nth-of-type(1) {
	padding: 10px 0 10px 20px;
	width: 180px;
}
.detail_wrap tr td:nth-of-type(2) {
	padding: 10px 20px 10px 0;
	width: calc(100% - 180px);
}
.detail_wrap tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}
.detail_wrap tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.detail_wrap .pickup {
	background: rgba(245,245,245,1);
	margin: 30px 0 0;
	padding: 20px;
}
.detail_wrap .pickup_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.detail_wrap .pickup_txt {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.detail_wrap .entry_link {
	background: rgba(238,245,248,1);
	margin: 30px 0 0;
	padding: 30px 0 40px;
	text-align: center;
}
.detail_wrap .entry_link p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 25px;
}
.detail_wrap .entry_link a {
	background: rgba(0,164,152,1);
	color:#fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 120px;
}
.detail_wrap .entry_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.detail_wrap .entry_link a:hover {
	opacity: .4;
}
.detail_wrap .entry_link a img {
	height: 1.3rem;
	margin: 0 10px 0 0;
	width: auto;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.recruit_wrap {
	margin: 0 0 80px;
}
.recruit_wrap .top {
	background: url(images/recruit-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
	margin: 0 0 30px;
}
.recruit_wrap .top .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.recruit_wrap .top .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.recruit_wrap .top .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.recruit_wrap .top .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	width: 95%;
}
.recruit_wrap .top .txt p a {
	color: #900;
	text-decoration: underline;
}
/*リンク*/
.recruit_wrap .link_wrap {
	background: rgba(238,245,248,1);
	padding: 20px 30px 20px;
	margin: 0 auto 30px;
	width: 95%;
}
.recruit_wrap .link_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.recruit_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(0,164,152,1);
	color: rgba(0,164,152,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 15px 15px 0;
}
.recruit_wrap .link a img {
	margin: 0 10px 0 0;
}
/*求人ボックス*/
.recruit_wrap .content {
	border: solid thin rgba(204,204,204,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 30px;
	margin: 0 auto 30px;
	width: 95%;
}
.recruit_wrap .content .title h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
/*求人ボックス_写真とコンテンツ*/
.recruit_wrap .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.recruit_wrap .content .box .pic_item {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 25%;
}
.recruit_wrap .content .box .pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 100%;
}
.recruit_wrap .content .box .content_item {
	width: 70%;
}
/*求人ボックス_表*/
.recruit_wrap .content .box .content_item {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap .content .box .content_item .left,
.recruit_wrap .content .box .content_item .right {
	width: 50%;
}
.recruit_wrap .content .box .content_item .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.recruit_wrap .content .box .content_item .item p {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 10px;
}
.recruit_wrap .content .box .content_item .item p:first-of-type {
	border: solid thin rgba(204,204,204,1);
	border-right: dashed thin rgba(204,204,204,1);
	border-bottom: none;
	width: 30%;
}
.recruit_wrap .content .box .content_item .item p:last-of-type {
	border: solid thin rgba(204,204,204,1);
	border-left: none;
	border-bottom: none;
	width: 70%;
}
.recruit_wrap .content .box .content_item .right .item p {
	border-left: none;
}
.recruit_wrap .content .box .content_item .item:last-of-type {
	border-bottom: solid thin rgba(204,204,204,1);
}
/*求人ボックス_リンク*/
.recruit_wrap .content .recruit_link a {
	display: block;
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.recruit_wrap .content .recruit_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid rgba(51,51,51,1);
	border-right: 3px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}
/*採用詳細ページ*/
.detail_wrap {
	margin: 50px auto;
	width: 95%;
}
.detail_wrap .title {
	margin: 0 0 30px;
}
.detail_wrap .title h2 {
	border-left: solid 4px #000000;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.detail_wrap tr {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap tr td:nth-of-type(1) {
	padding: 10px 0 10px 20px;
	width: 180px;
}
.detail_wrap tr td:nth-of-type(2) {
	padding: 10px 20px 10px 0;
	width: calc(100% - 180px);
}
.detail_wrap tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}
.detail_wrap tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.detail_wrap .pickup {
	background: rgba(245,245,245,1);
	margin: 30px 0 0;
	padding: 20px;
}
.detail_wrap .pickup_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.detail_wrap .pickup_txt {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.detail_wrap .entry_link {
	background: rgba(238,245,248,1);
	margin: 30px 0 0;
	padding: 30px 0 40px;
	text-align: center;
}
.detail_wrap .entry_link p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 25px;
}
.detail_wrap .entry_link a {
	background: rgba(0,164,152,1);
	color:#fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 120px;
}
.detail_wrap .entry_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.detail_wrap .entry_link a img {
	height: 1.3rem;
	margin: 0 10px 0 0;
	width: auto;
}


}

@media (max-width:599px){
.recruit_wrap {
	margin: 0 0 50px;
}
.recruit_wrap .top {
	background: url(images/recruit-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0 30px;
	margin: 0 0 30px;
}
.recruit_wrap .top .midashi {
	margin: 0 0 20px;
	text-align: center;
}
.recruit_wrap .top .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.recruit_wrap .top .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.recruit_wrap .top .txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	width: 95%;
}
.recruit_wrap .top .txt p a {
	color: #900;
	text-decoration: underline;
}
/*リンク*/
.recruit_wrap .link_wrap {
	background: rgba(238,245,248,1);
	padding: 20px 10px 10px;
	margin: 0 auto 30px;
	width: 95%;
}
.recruit_wrap .link_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.recruit_wrap .link {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(0,164,152,1);
	color: rgba(0,164,152,1);
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 10px;
	margin: 0 10px 10px 0;
}
.recruit_wrap .link a img {
	margin: 0 5px 0 0;
}
/*求人ボックス*/
.recruit_wrap .content {
	border: solid thin rgba(204,204,204,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 20px 10px;
	margin: 0 auto 30px;
	width: 95%;
}
.recruit_wrap .content .title h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
/*求人ボックス_写真とコンテンツ*/
.recruit_wrap .content .box {
	margin: 0 0 30px;
}
.recruit_wrap .content .box .pic_item {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.recruit_wrap .content .box .pic_item img {
	height: auto;
	width: 100%;
}
.recruit_wrap .content .box .content_item {
	width: 100%;
}
/*求人ボックス_表*/
.recruit_wrap .content .box .content_item {
}
.recruit_wrap .content .box .content_item .left,
.recruit_wrap .content .box .content_item .right {
	width: 100%;
}
.recruit_wrap .content .box .content_item .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.recruit_wrap .content .box .content_item .item p {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 5px;
}
.recruit_wrap .content .box .content_item .left .item p:nth-of-type(1),
.recruit_wrap .content .box .content_item .right .item p:nth-of-type(1) {
	border: solid thin rgba(204,204,204,1);
	border-right: dashed thin rgba(204,204,204,1);
	border-bottom: none;
	width: 30%;
}
.recruit_wrap .content .box .content_item .left .item p:nth-of-type(2),
.recruit_wrap .content .box .content_item .right .item p:nth-of-type(2) {
	border: solid thin rgba(204,204,204,1);
	border-bottom: none;
	border-left: none;
	width: 70%;
}
.recruit_wrap .content .box .content_item .right {
	border-bottom: solid thin rgba(204,204,204,1);
}

/*求人ボックス_リンク*/
.recruit_wrap .content .recruit_link a {
	display: block;
	border: solid thin rgba(150,150,150,1);
	border-radius: 30px;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.recruit_wrap .content .recruit_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid rgba(51,51,51,1);
	border-right: 3px solid rgba(51,51,51,1);
	transform: rotate(-45deg);
}
/*採用詳細ページ*/
.detail_wrap {
	margin: 50px auto;
	width: 95%;
}
.detail_wrap .title {
	margin: 0 0 30px;
}
.detail_wrap .title h2 {
	border-left: solid 4px #000000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.detail_wrap tr {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap tr td:nth-of-type(1) {
	display: block;
	padding: 7px 0 0 10px;
}
.detail_wrap tr td:nth-of-type(1)::before {
	content: "-";
	padding: 0 5px 0 0;
}
.detail_wrap tr td:nth-of-type(2) {
	display: block;
	padding: 0px 0 7px 20px;
}
.detail_wrap tr:nth-of-type(odd) {
	background: rgba(238,245,248,1);
}
.detail_wrap tr td:nth-of-type(2) a {
	color: #900;
	text-decoration: underline;
}
.detail_wrap .pickup {
	background: rgba(245,245,245,1);
	margin: 30px 0 0;
	padding: 20px;
}
.detail_wrap .pickup_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.detail_wrap .pickup_txt {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.detail_wrap .entry_link {
	background: rgba(238,245,248,1);
	margin: 20px 0 0;
	padding: 30px 30px;
	text-align: center;
}
.detail_wrap .entry_link p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 25px;
}
.detail_wrap .entry_link a {
	display: block;
	background: rgba(0,164,152,1);
	color:#fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
}
.detail_wrap .entry_link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0px 15px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.detail_wrap .entry_link a img {
	height: 1.3rem;
	margin: 0 10px 0 0;
	width: auto;
}


}

/*----------------------
▲採用▲
----------------------*/

/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.form_wrap {
	margin: 50px auto;
	width: 1000px;
}
.form_wrap .contact_margin {
	margin: 0 0 30px;
}
.form_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.form_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.form_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.form_wrap .top_txt {
	margin: 0 0 30px;
}
.form_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フォーム*/
.form_wrap .hosoku p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.form_wrap .hosoku p a {
	color: #900;
	text-decoration: underline;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(238,245,248,1);
	height: 40px;
	width: 250px;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 700px;
}
.form_wrap .item_box_message .item_right {
	width: 700px;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 20px;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.form_wrap .submit_check_box {
	margin: 20px 0 0;
}
.form_wrap .submit_check_box label {
	display: block;
	cursor: pointer;
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin: 0 5px 5px 0;
}
/*送信系*/
.form_wrap .sub_btn1,.form_wrap .sub_btn2 {
	cursor: pointer;
}
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	background: rgba(0,164,152,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 700px;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 250px;
}
.form_wrap .sub_btn1:hover,
.form_wrap .sub_btn2:hover {
	opacity: .4;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.form_wrap {
	margin: 50px auto;
	width: 95%;
}
.form_wrap .contact_margin {
	margin: 0 0 30px;
}
.form_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.form_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.form_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.form_wrap .top_txt {
	margin: 0 0 30px;
}
.form_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フォーム*/
.form_wrap .hosoku p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.form_wrap .hosoku p a {
	color: #900;
	text-decoration: underline;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(238,245,248,1);
	height: 40px;
	width: 25%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 70%;
}
.form_wrap .item_box_message .item_right {
	width: 70%;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 20px;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.form_wrap .submit_check_box {
	margin: 20px 0 0;
}
.form_wrap .submit_check_box label {
	display: block;
	cursor: pointer;
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin: 0 5px 5px 0;
}
/*送信系*/
.form_wrap .sub_btn1,.form_wrap .sub_btn2 {
	cursor: pointer;
}
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	background: rgba(0,164,152,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 70%;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 25%;
}

}

@media (max-width:599px){
.form_wrap {
	margin: 40px auto;
	width: 95%;
}
.form_wrap .contact_margin {
	margin: 0 0 40px;
}
.form_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.form_wrap .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.form_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0;
}
.form_wrap .top_txt {
	margin: 0 0 30px;
}
.form_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フォーム*/
.form_wrap .hosoku p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.form_wrap .hosoku p a {
	color: #900;
	text-decoration: underline;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	margin: 0 0 10px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(238,245,248,1);
	height: 30px;
	margin: 0 0 5px;
}
.form_wrap .item_box .item_right {
	height: 45px;
}
.form_wrap .item_box_message .item_right {
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.form_wrap .submit_check_box {
	margin: 20px 0 0;
}
.form_wrap .submit_check_box label {
	display: block;
	cursor: pointer;
	color: rgba(51,51,51,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin: 0 5px 5px 0;
}
/*送信系*/
.form_wrap .sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: rgba(0,164,152,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 50px;
	margin: 0 0 5px;
	width: 100%;
}


}

/*----------------------
▲お問い合わせ▲
----------------------*/

/*----------------------
▼個人情報_サイトポリシー▼
----------------------*/

@media (min-width:960px){
.pp_wrap {
	margin: 80px auto;
	width: 1000px;
}
.pp_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.pp_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_midashi:before {
	content:"－";
	padding: 0 5px 0 0;
}
.pp_txt,
.pp_box p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pp_txt a {
	color: #900;
	text-decoration: underline;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 20px;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.pp_wrap {
	margin: 50px auto;
	width: 95%;
}
.pp_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap .midashi p {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.pp_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_midashi:before {
	content:"－";
	padding: 0 5px 0 0;
}
.pp_txt,
.pp_box p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pp_txt a {
	color: #900;
	text-decoration: underline;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 20px;
}

}

@media (max-width:599px){
.pp_wrap {
	margin: 50px auto;
	width: 95%;
}
.pp_wrap .midashi {
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap .midashi p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px;
}
.pp_wrap .midashi h2 {
	display: inline-block;
	border-top: solid thin rgba(153,153,153,1);
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 0;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.pp_midashi:before {
	content:"－";
	padding: 0 5px 0 0;
}
.pp_txt,
.pp_box p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pp_txt a {
	color: #900;
	text-decoration: underline;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 20px;
}

}

/*----------------------
▲個人情報_サイトポリシー▲
----------------------*/

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.foot_nav_wrap {
	background: rgba(234,246,252,1);
}
.foot_nav_content {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 10px;
	min-width: 1000px;
	max-width: 1300px;
}
.foot_nav_content_under {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 10px;
	width: 1000px;
}
.foot_nav_content .box,
.foot_nav_content_under .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.foot_nav_content .box .item {
	padding: 0 100px 0 0;
}
.foot_nav_content_under .box .item {
	padding: 0 100px 0 0;
}
.foot_nav_content .box .item ul,
.foot_nav_content_under .box .item ul {
	border-left: solid thin rgba(150,150,150,1);
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
.foot_nav_content .box .item li,
.foot_nav_content_under .box .item li {
	margin: 0 0 5px;
}
.foot_nav_content .box .item .midashi a,
.foot_nav_content_under .box .item .midashi a {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.foot_nav_content .box .item .link a,
.foot_nav_content_under .box .item .link a {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.foot_nav_content .box .item a:hover,
.foot_nav_content_under .box .item a:hover {
	opacity: .4;
}
.foot_nav_content .box .item .link a:before,
.foot_nav_content_under .box .item .link a:before {
	content:"－";
	padding: 0 10px 0 0px;
}
.small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 95%;
	max-width: 1300px;
}
.small_under {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.foot_nav_wrap {
	background: rgba(234,246,252,1);
}
.foot_nav_content,
.foot_nav_content_under {
	margin: 0 auto;
	padding: 30px 0 10px;
	width: 95%;
}
.foot_nav_content .box,
.foot_nav_content_under .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.foot_nav_content .box .item,
.foot_nav_content_under .box .item {
	width: 25%;
}
.foot_nav_content .box .item ul,
.foot_nav_content_under .box .item ul {
	border-left: solid thin rgba(150,150,150,1);
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.foot_nav_content .box .item li,
.foot_nav_content_under .box .item li {
	margin: 0 0 5px;
}
.foot_nav_content .box .item .midashi a,
.foot_nav_content_under .box .item .midashi a {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.foot_nav_content .box .item .link a,
.foot_nav_content_under .box .item .link a {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.foot_nav_content .box .item .link a:before,
.foot_nav_content_under .box .item .link a:before {
	content:"－";
	padding: 0 5px 0 0px;
}
.small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 95%;
}
.small_under {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 95%;
}

}

@media (max-width:599px){

.foot_nav_wrap {
	background: rgba(234,246,252,1);
}
.foot_nav_content,
.foot_nav_content_under {
	margin: 0 auto;
	padding: 30px 0 10px;
	width: 95%;
}
.foot_nav_content .box,
.foot_nav_content_under .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.foot_nav_content .box .item,
.foot_nav_content_under .box .item {
	width: 45%;
}
.foot_nav_content .box .item ul,
.foot_nav_content_under .box .item ul {
	border-left: solid thin rgba(150,150,150,1);
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.foot_nav_content .box .item li,
.foot_nav_content_under .box .item li {
	margin: 0 0 5px;
}
.foot_nav_content .box .item .midashi a,
.foot_nav_content_under .box .item .midashi a {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.foot_nav_content .box .item .link a,
.foot_nav_content_under .box .item .link a {
	color: rgba(51,51,51,1);
	font-size: 1.1rem;
	font-weight: bold;
}
.foot_nav_content .box .item .link a:before,
.foot_nav_content_under .box .item .link a:before {
	content:"－";
	padding: 0 5px 0 0px;
}
.small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 50px;
	padding: 10px 0;
	width: 95%;
}
.small_under {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	width: 95%;
}

}

/*----------------------
▲フッター▲
----------------------*/
