@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;}

@font-face {
  font-family: 'myfont';
  src: url('font/A-OTF-BokutohNStd-Bold.woff') format('woff');
}


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

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */
/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #1d2b37;
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ */
.breadcrumb {
	background: rgba(29,43,84,1);
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*アニメーション*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #1d2b37;
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ */
.breadcrumb {
	background: rgba(29,43,84,1);
	margin: 0 auto;
	padding: 10px 0 10px 2%;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.breadcrumb a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
/*アニメーション*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

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

p {
	line-height: 20px;
}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1rem;
	font-weight: bold;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.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;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: #000;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: #000;
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
}
.scroll_center img {
	height: auto;
	margin: 0 5px 1px 0;
	width: 13px;
}
.scroll_right {
	background: #000;
	font-size: 1.3rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}
/* パンクズ */
.breadcrumb {
	background: rgba(29,43,84,1);
	margin: 0 auto;
	padding: 10px 0 10px 2%;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 5px;
}
/*アニメーション*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

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

@media (min-width:960px){
.head_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #000;
	height: 60px;
}
.logo_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 0 20px;
}
.logo_item img:hover {
	opacity: .4;
}
/*ナビゲーション*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
#global_nav ul li {
	padding: 0 25px;
	line-height: 60px;
	text-align: center;
}
#global_nav ul li a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
#global_nav ul li a:hover {
	opacity: .4;
}
#global_nav .sp_home {
	display: none;
}
#global_nav .contact {
	background: rgba(153,0,0,1);
	color: #fff;
}
.contact img {
	margin: 0 10px 0 0;
}
.contact a {
	color: #fff;
}
#global_nav #close {
	display: none;
}
/*アクション*/
.head_box_action {
	position: fixed;
	top: 0;
	background: rgba(29,43,84,1);
	border-bottom: solid thin rgba(153,153,153,1);
	height: 50px;
	z-index: 1;
	width: 100%;
	transition: .5s;
}
.head_box_action #global_nav ul li {
	line-height: 50px;
}
.head_box_action .logo_item h1 {
	display: none;
}
.head_box_action #global_nav .sp_home {
	display: block;
}
.head_box_action  #global_nav {
	transition: .5s;
}
.head_box_action #global_nav a {
	color: #fff;
}
.head_box_action #global_nav .contact {
	background: none;
}
.head_box_action #global_nav .contact img {
	display: none;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.head_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #000;
	height: 60px;
}
.logo_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 0 10px;
}
.logo_item h1 img {
	height: auto;
	width: 80%;
}
.logo_item p {
	display: none;
}
/*ナビゲーション*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
#global_nav ul li {
	padding: 0 8px;
	line-height: 60px;
	text-align: center;
}
#global_nav ul li a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.contact {
	background: rgba(153,0,0,1);
	color: #fff;
}
.contact img {
	margin: 0 5px 0 0;
}
.contact a {
	color: #fff;
}
#global_nav #close {
	display: none;
}
/*アクション*/
.head_box_action {
	position: fixed;
	top: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(29,43,84,1);
	border-bottom: solid thin rgba(153,153,153,1);
	height: 60px;
	z-index: 1;
	transition: .5s;
}
.head_box_action .logo_item h1,
.head_box_action .logo_item h1 img {
	display: none;
}
.head_box_action  #global_nav {
	transition: .5s;
}
.head_box_action a {
	color: #fff;
}
.head_box_action .contact {
	background: none;
}
.head_box_action .contact img {
	display: none;
}

}

@media (max-width:599px){
.logo_item {
	position: fixed;
	top: 18px;
	left: 10px;
	z-index: 1000;
}
.logo_item img {
	height: auto;
	width: 75%;
}
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: #000;
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	font-size: 1.3rem;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 65px;
	right: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 95%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
#global_nav ul {
	z-index: 999;
}
#global_nav li {
	line-height: 45px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}
#global_nav .contact img {
	display: none;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateX(-1000px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
	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 {
	color: #FFF;
	padding: 0;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -3px;
	right: 20px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 0px;
	color: #fff;
}

}

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

/*----------------------
▼ヒーロー▼
----------------------*/

@media (min-width:960px){
.slider_wrap {
	position: relative;
	max-height: 730px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: rgba(29,43,84,1);
}
.slider li {
	height: 700px;
	margin: 0 auto;
	width: 100%;
}
.slider li .txt_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 3.5rem;
	font-weight: bold;
	z-index: 1;
}
.slider li .txt_1 p {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 8rem;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.slider li .txt_2 {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.slider li .txt_3 {
	position: absolute;
	top: 18%;
	left: 80px;
	z-index: 1;
}
.slider li .txt_3 p:first-of-type {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 9rem;
	font-weight: bold;
	line-height: 90px;
	margin: 0 0 30px;
}
.slider li .txt_3 p:nth-of-type(2) {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 35px;
}
.slider li .txt_3 p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.slider li img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	max-height: 700px;
	margin: 0 auto;
	width: auto;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.slider_wrap {
	position: relative;
	max-height: 730px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: rgba(29,43,84,1);
}
.slider li {
	height: 700px;
	margin: 0 auto;
	width: 100%;
}
.slider li .txt_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 3.5rem;
	font-weight: bold;
	z-index: 1;
}
.slider li .txt_1 p {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 8rem;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.slider li .txt_2 {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.slider li .txt_3 {
	position: absolute;
	top: 18%;
	left: 50px;
	z-index: 1;
}
.slider li .txt_3 p:first-of-type {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 7rem;
	font-weight: bold;
	line-height: 90px;
	margin: 0 0 30px;
}
.slider li .txt_3 p:nth-of-type(2) {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 35px;
}
.slider li .txt_3 p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.slider li img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	max-height: 700px;
	margin: 0 auto;
	width: auto;
}

}

@media (max-width:599px){
.slider_wrap {
	position: relative;
	height: 530px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: rgba(29,43,84,1);
}
.slider li {
	height: 500px;
	margin: 0 auto;
	width: 100%;
}
.slider li .pic img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	max-height: 500px;
	margin: 0 auto;
	width: auto;
}
.slider li .txt_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 3.5rem;
	font-weight: bold;
	z-index: 1;
}
.slider li .txt_1 p {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.slider li .txt_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	z-index: 1;
	width: 50%;
}
.slider li .txt_2 img {
	height: auto;
	width: 100%;
}
.slider li .txt_3 {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	z-index: 1;
}
.slider li .txt_3 p:first-of-type {
	font-family: myfont, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 30px;
}
.slider li .txt_3 p:nth-of-type(2) {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 20px;
}
.slider li .txt_3 p:last-of-type {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}

}

/*----------------------
▲ヒーロー▲
----------------------*/

/*----------------------
▼ヒーロー_下層▼
----------------------*/
@media (min-width:960px){
.under_hero {
	position: relative;
	background: url(images/under-hero.jpg) top no-repeat;
	background-size: cover;
	height: 100px;
}
.under_hero h2 {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.under_hero h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.under_hero {
	position: relative;
	background: url(images/under-hero.jpg) top no-repeat;
	background-size: cover;
	height: 100px;
}
.under_hero h2 {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.under_hero h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (max-width:599px){

.under_hero {
	position: relative;
	background: url(images/under-hero.jpg) top no-repeat;
	background-size: cover;
	margin: 65px 0 0;
	height: 70px;
}
.under_hero h2 {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.under_hero h2 span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}

}

/*----------------------
▲ヒーロー_下層▲
----------------------*/


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

@media (min-width:960px){
/*コンセプト*/
.top_midashi_wrap {
	background: rgba(29,43,84,1);
	padding: 50px 0 100px;
}
.top_midashi_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;
	padding: 0 10px;
	max-width: 1300px;
}
.top_midashi_wrap .box .pic_item {
	width: 45%;
}
.top_midashi_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.top_midashi_wrap .box .txt_item {
	width: 50%;
}
.top_midashi_wrap .box .txt_item h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 35px;
}
.top_midashi_wrap .box .txt_item p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
/*ビジネス*/
.business_wrap {
	position: relative;
	background: #000;
}
.business_wrap .title {
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
}
.business_wrap .title p:first-of-type {
	color: rgba(128,128,128,1);
	font-size: 5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.business_wrap .title p:last-of-type {
	color: rgba(128,128,128,1);
	font-size: 2rem;
	font-weight: bold;
}
.business_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;
	padding: 100px 10px 40px;
	max-width: 1300px;
}
.business_wrap .box .item {
	width: 32%;
}
.business_wrap .box .item h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.business_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.business_wrap .box .item p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.business_wrap .link {
	padding: 0 0 50px;
	text-align: center;
}
.business_wrap .link a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 280px;
}
.business_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.business_wrap .link a:hover {
	opacity: .4;
}
/*コンセプト*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 0 0 50px;
}
.concept_wrap .title {
	background: rgba(29,43,84,1);
	padding: 30px 0 20px;
	text-align: center;
}
.concept_wrap .title p {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
}
.concept_wrap .title p span {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0 0;
}
.concept_wrap .txt_wrap {
	margin: 50px 0;
	padding: 0 10px;
}
.concept_wrap .txt {
	border-bottom: solid thin #fff;
	margin: 0 auto 30px;
	padding: 20px;
	max-width: 1300px;
}
.concept_wrap .txt p:first-of-type {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .txt p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.concept_wrap .txt_2 {
	margin: 0 auto;
	width: 1000px;
}
.concept_wrap .txt_2 p {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*コンセプト*/
.top_midashi_wrap {
	background: rgba(29,43,84,1);
	padding: 50px 0 100px;
}
.top_midashi_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;
	padding: 0 10px;
	max-width: 1300px;
}
.top_midashi_wrap .box .pic_item {
	width: 45%;
}
.top_midashi_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.top_midashi_wrap .box .txt_item {
	width: 50%;
}
.top_midashi_wrap .box .txt_item h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 35px;
}
.top_midashi_wrap .box .txt_item p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
/*ビジネス*/
.business_wrap {
	position: relative;
	background: #000;
}
.business_wrap .title {
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.business_wrap .title p:first-of-type {
	color: rgba(128,128,128,1);
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.business_wrap .title p:last-of-type {
	color: rgba(128,128,128,1);
	font-size: 2rem;
	font-weight: bold;
}
.business_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;
	padding: 100px 10px 40px;
	max-width: 1300px;
}
.business_wrap .box .item {
	width: 32%;
}
.business_wrap .box .item h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.business_wrap .box .item img {
	height: auto;
	width: 100%;
}
.business_wrap .box .item p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.business_wrap .link {
	padding: 0 0 50px;
	text-align: center;
}
.business_wrap .link a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 280px;
}
.business_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*コンセプト*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 0 0 50px;
}
.concept_wrap .title {
	background:rgba(29,43,84,1);
	padding: 30px 0 20px;
	text-align: center;
}
.concept_wrap .title p {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
}
.concept_wrap .title p span {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0 0;
}
.concept_wrap .txt_wrap {
	margin: 50px 0;
	padding: 0 10px;
}
.concept_wrap .txt {
	border-bottom: solid thin #fff;
	margin: 0 auto 30px;
	padding: 20px;
	width: 100%;
}
.concept_wrap .txt p:first-of-type {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .txt p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.concept_wrap .txt_2 {
	margin: 0 auto;
	width: 100%;
}
.concept_wrap .txt_2 p {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
}

}

@media (max-width:599px){
/*コンセプト*/
.top_midashi_wrap {
	background: rgba(29,43,84,1);
	padding: 30px 0 50px;
}
.top_midashi_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto;
	width: 95%;
}
.top_midashi_wrap .box .pic_item {
	width: 100%;
}
.top_midashi_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.top_midashi_wrap .box .txt_item {
	margin: 0 0 20px;
	width: 100%;
}
.top_midashi_wrap .box .txt_item h2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 30px;
}
.top_midashi_wrap .box .txt_item p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
/*ビジネス*/
.business_wrap {
	position: relative;
	background: #000;
}
.business_wrap .title {
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.business_wrap .title p:first-of-type {
	color: rgba(128,128,128,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.business_wrap .title p:last-of-type {
	color: rgba(128,128,128,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.business_wrap .box {
	margin: 0 auto;
	padding: 80px 0 10px;
	width: 95%;
}
.business_wrap .box .item {
	margin: 0 0 20px;
	width: 100%;
}
.business_wrap .box .item h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.business_wrap .box .item img {
	height: auto;
	margin: 0 0 5px;
	width: 100%;
}
.business_wrap .box .item p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.business_wrap .link {
	padding: 0 0 30px;
	text-align: center;
}
.business_wrap .link a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 95%;
}
.business_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*コンセプト*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) top no-repeat;
	background-size: cover;
	padding: 0 0 50px;
}
.concept_wrap .title {
	background:rgba(29,43,84,1);
	padding: 20px 0 10px;
	text-align: center;
}
.concept_wrap .title p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.concept_wrap .title p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 5px 0 0;
}
.concept_wrap .txt_wrap {
	margin: 50px 0;
}
.concept_wrap .txt {
	border-bottom: solid thin #fff;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	width: 95%;
}
.concept_wrap .txt p:first-of-type {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.concept_wrap .txt p:last-of-type {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.concept_wrap .txt_2 {
	margin: 0 auto;
	width: 95%;
}
.concept_wrap .txt_2 p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 3px;
}


}

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

/*----------------------
▼下層コンテンツ▼
----------------------*/
@media (min-width:960px){
/*代表挨拶*/
.message_wrap {
	margin: 50px auto;
	width: 1000px;
}
.message_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.message_wrap .midashi p {
	font-size: 2rem;
	font-weight: bold;
}
.message_wrap p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.message_wrap .under_txt p {
	margin: 0 0 5px;
	font-size: 1.5rem;
	text-align: center;
}
.message_wrap .under_txt .name p:first-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.message_wrap .under_txt .name p:last-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
}
/*会社概要*/
.about_wrap {
	margin: 50px auto;
	width: 1000px;
}
.about_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.about_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;
}
.about_wrap dl dt {
	padding: 15px 0 15px 15px;
	width: 30%;
}
.about_wrap dl dd {
	padding: 15px 0;
	width: 70%;
}
.about_wrap dl dt:nth-of-type(even),
.about_wrap dl dd:nth-of-type(even) {
	background: rgba(240,240,240,1);
}
/*事業内容*/
.service_wrap {
	margin: 50px auto;
	width: 1000px;
}
.service_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.service_wrap .item {
	margin: 0 0 50px;
}
.service_wrap .item .title {
	border-bottom: solid thin #000;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.service_wrap .item .title h3 {
	font-size: 2rem;
	font-weight: bold;
}
.service_wrap .item .title p {
	font-size: 1.5rem;
	font-weight: bold;
}
.service_wrap .item .content {
	position: relative;
}
.service_wrap .item .content .pic {
	width: 50%;
}
.service_wrap .item .content .pic img {
	height: auto;
	width: 100%;
}
.service_wrap .item .content .txt {
	position: absolute;
	top: 15%;
	right: 0;
	background: #fff;
	height: 85%;
	padding: 30px;
	width: 55%;
}
.service_wrap .item .content .txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
/*個人情報保護方針_サイトポリシー*/
.pp_wrap {
	margin: 50px auto;
	width: 1000px;
}
.pp_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 20px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*代表挨拶*/
.message_wrap {
	margin: 50px auto;
	width: 98%;
}
.message_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.message_wrap .midashi p {
	font-size: 2rem;
	font-weight: bold;
}
.message_wrap p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.message_wrap .under_txt p {
	margin: 0 0 5px;
	font-size: 1.5rem;
	text-align: center;
}
.message_wrap .under_txt .name p:first-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.message_wrap .under_txt .name p:last-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
}
/*会社概要*/
.about_wrap {
	margin: 50px auto;
	width: 98%;
}
.about_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.about_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;
}
.about_wrap dl dt {
	padding: 15px 0 15px 15px;
	width: 30%;
}
.about_wrap dl dd {
	padding: 15px 0;
	width: 70%;
}
.about_wrap dl dt:nth-of-type(even),
.about_wrap dl dd:nth-of-type(even) {
	background: rgba(240,240,240,1);
}
/*事業内容*/
.service_wrap {
	margin: 50px auto;
	width: 98%;
}
.service_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.service_wrap .item {
	margin: 0 0 50px;
}
.service_wrap .item .title {
	border-bottom: solid thin #000;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.service_wrap .item .title h3 {
	font-size: 2rem;
	font-weight: bold;
}
.service_wrap .item .title p {
	font-size: 1.5rem;
	font-weight: bold;
}
.service_wrap .item .content {
	position: relative;
}
.service_wrap .item .content .pic {
	width: 50%;
}
.service_wrap .item .content .pic img {
	height: auto;
	width: 100%;
}
.service_wrap .item .content .txt {
	position: absolute;
	top: 15%;
	right: 0;
	background: #fff;
	height: 85%;
	padding: 30px;
	width: 55%;
}
.service_wrap .item .content .txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
/*個人情報保護方針_サイトポリシー*/
.pp_wrap {
	margin: 50px auto;
	width: 98%;
}
.pp_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 20px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 20px;
}

}

@media (max-width:599px){
/*代表挨拶*/
.message_wrap {
	margin: 30px auto;
	width: 95%;
}
.message_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.message_wrap .midashi p {
	font-size: 1.5rem;
	font-weight: bold;
}
.message_wrap p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.message_wrap .under_txt p {
	margin: 0 0 5px;
	font-size: 1.3rem;
	text-align: center;
}
.message_wrap .under_txt .name p:first-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	margin: 0 0 10px;
}
.message_wrap .under_txt .name p:last-of-type {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.3rem;
}
/*会社概要*/
.about_wrap {
	margin: 30px auto;
	width: 95%;
}
.about_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.about_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;
}
.about_wrap dl dt {
	padding: 15px 0 15px 5px;
	width: 30%;
}
.about_wrap dl dd {
	padding: 15px 0;
	width: 70%;
}
.about_wrap dl dt:nth-of-type(odd),
.about_wrap dl dd:nth-of-type(odd) {
	background: rgba(240,240,240,1);
}
/*事業内容*/
.service_wrap {
	margin: 30px auto;
	width: 95%;
}
.service_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.service_wrap .item {
	margin: 0 0 30px;
}
.service_wrap .item .title {
	border-bottom: solid thin #000;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.service_wrap .item .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
.service_wrap .item .title p {
	font-size: 1.3rem;
	font-weight: bold;
}
.service_wrap .content .pic img {
	height: auto;
	margin: 0 0 5px;
	width: 100%;
}
.service_wrap .item .txt {
}
.service_wrap .item .txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*個人情報保護方針_サイトポリシー*/
.pp_wrap {
	margin: 30px auto;
	width: 95%;
}
.pp_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 20px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 10px;
}


}

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

/*----------------------
▼事業実績▼
----------------------*/
@media (min-width:960px){
.works_wrap {
	margin: 50px auto;
	width: 1000px;
}
.works_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_wrap .title h3 {
	border-bottom: solid thin #000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.works_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_wrap .box .item {
	width: 32%;
}
.works_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.works_wrap .box .item a:hover {
	opacity: .4;
}
.works_wrap .box .item .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.works_wrap .box .item img {
	height: auto;
	width: 100%;
}.works_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
}
.works_wrap .link {
	padding: 0 0 50px;
}
.works_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.works_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.works_wrap .link a:hover {
	opacity: .4;
}
/*一覧*/
.works_list_wrap {
	margin: 50px auto;
	width: 1000px;
}
.works_list_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_list_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_list_wrap .box .item {
	margin: 0 0 2%;
	width: 32%;
}
.works_list_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.works_list_wrap .box .item a:hover {
	opacity: .4;
}
.works_list_wrap .box .item .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.works_list_wrap .box .item img {
	height: auto;
	width: 100%;
}
.works_list_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*詳細*/
.detail_wrap {
	margin: 50px auto;
	width: 1000px;
}
.detail_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.detail_wrap .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap .pic_main {
	margin: 0 0 30px;
	width: 100%;
}
.detail_wrap .pic_main img {
	height: auto;
	width: 100%;
}
.detail_wrap .pic_other {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.detail_wrap .pic_other img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.detail_wrap .pic_other img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}

.detail_wrap .txt {
}
.detail_wrap .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 0;
}
.detail_wrap .link {
	padding: 50px 0 0;
	text-align: center;
}
.detail_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.detail_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.detail_wrap .link a:hover {
	opacity: .4;
}


}

@media (min-width: 600px) and (max-width: 959px) {
.works_wrap {
	margin: 50px auto;
	width: 98%;
}
.works_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_wrap .title h3 {
	border-bottom: solid thin #000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.works_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_wrap .box .item {
	width: 32%;
}
.works_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.works_wrap .box .item .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.works_wrap .box .item img {
	height: auto;
	width: 100%;
}.works_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
}
.works_wrap .link {
	padding: 0 0 50px;
}
.works_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.works_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
/*一覧*/
.works_list_wrap {
	margin: 50px auto;
	width: 98%;
}
.works_list_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_list_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_list_wrap .box .item {
	margin: 0 0 2%;
	width: 32%;
}
.works_list_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.works_list_wrap .box .item .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.works_list_wrap .box .item img {
	height: auto;
	width: 100%;
}
.works_list_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*詳細*/
.detail_wrap {
	margin: 50px auto;
	width: 98%;
}
.detail_wrap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.detail_wrap .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap .pic_main {
	margin: 0 0 30px;
	width: 100%;
}
.detail_wrap .pic_main img {
	height: auto;
	width: 100%;
}
.detail_wrap .pic_other {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.detail_wrap .pic_other img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.detail_wrap .pic_other img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}

.detail_wrap .txt {
}
.detail_wrap .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 0;
}
.detail_wrap .link {
	padding: 50px 0 0;
	text-align: center;
}
.detail_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 32%;
}
.detail_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

}

@media (max-width:599px){
.works_wrap {
	margin: 30px auto;
	width: 95%;
}
.works_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_wrap .title h3 {
	border-bottom: solid thin #000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.works_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_wrap .box .item {
	width: 32%;
}
.works_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.works_wrap .box .item .date p {
	color: #666;
	font-size: 1rem;
	font-weight: bold;
}
.works_wrap .box .item img {
	height: auto;
	margin: 0 0 5px;
	width: 100%;
}
.works_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 15px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.works_wrap .link {
	padding: 0 0 50px;
}
.works_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.works_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
/*一覧*/
.works_list_wrap {
	margin: 30px auto;
	width: 95%;
}
.works_list_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.works_list_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 20px;
}
.works_list_wrap .box .item {
	margin: 0 0 2%;
	width: 49%;
}
.works_list_wrap .box .item:nth-of-type(odd) {
	margin: 0 2% 0 0%;
}
.works_list_wrap .box .item .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.works_list_wrap .box .item img {
	height: auto;
	width: 100%;
}
.works_list_wrap .box .item .name p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 15px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
/*詳細*/
.detail_wrap {
	margin: 30px auto 30px;
	width: 95%;
}
.detail_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.detail_wrap .date p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.detail_wrap .pic_main {
	margin: 0 0 10px;
	width: 100%;
}
.detail_wrap .pic_main img {
	height: auto;
	width: 100%;
}
.detail_wrap .pic_other {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.detail_wrap .pic_other img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.detail_wrap .pic_other img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}

.detail_wrap .txt {
}
.detail_wrap .txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 20px;
}
.detail_wrap .link {
	padding: 30px 0 0;
	text-align: center;
}
.detail_wrap .link a {
	display: inline-block;
	background: rgba(29,43,84,1);
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.detail_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

}

/*----------------------
▲事業実績▲
----------------------*/


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

@media (min-width:960px){
.contact_wrap {
	margin: 50px auto;
	width: 1000px;
}
.contact_wrap .title {
	border-bottom: solid thin #000;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.contact_wrap .title h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.contact_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

/* フォーム */
.form_wrap {
	margin: 0 auto;
	width: 1000px;
}
.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 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(245,245,245,1);
	height: 40px;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 65%;
}
.form_wrap .item_box_message .item_right {
	width: 65%;
}

.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	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 10px;
}
.form_wrap .radio_wrap label,
.form_wrap .submit_check_box label {
	display: block;
	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 .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	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;
}
.form_wrap .radio_wrap .radio_left_item {
	background: rgba(240,240,240,1);
	height: 40px;
	padding: 0 0 0 10px;
	width: 30%;
}
.radio_right_item {
	width: 65%;
}
.form_wrap .radio_item,
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box label {
	cursor: pointer;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.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%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(153,0,0,1);
	border: none;
	border-radius : 0;
	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: 65%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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: 30%;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(245,245,245,1);
	padding: 30px;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 20px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt {
	margin: 0 0 10px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 50px auto;
	width: 98%;
}
.contact_wrap .title {
	border-bottom: solid thin #000;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.contact_wrap .title h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.contact_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
/* フォーム */
.form_wrap {
	margin: 0 auto;
	width: 100%;
}
.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 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(245,245,245,1);
	height: 40px;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 65%;
}
.form_wrap .item_box_message .item_right {
	width: 65%;
}

.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	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 10px;
}
.form_wrap .radio_wrap label,
.form_wrap .submit_check_box label {
	display: block;
	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 .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	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;
}
.form_wrap .radio_wrap .radio_left_item {
	background: rgba(240,240,240,1);
	height: 40px;
	padding: 0 0 0 10px;
	width: 30%;
}
.radio_right_item {
	width: 65%;
}
.form_wrap .radio_item,
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box label {
	cursor: pointer;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.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%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(153,0,0,1);
	border: none;
	border-radius : 0;
	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: 65%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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: 30%;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(245,245,245,1);
	padding: 30px;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 20px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt {
	margin: 0 0 10px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}

}

@media (max-width:599px){
.contact_wrap {
	margin: 30px auto;
	width: 95%;
}
.contact_wrap .title {
	border-bottom: solid thin #000;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.contact_wrap .title h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.contact_wrap .title p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
/* フォーム */
.form_wrap {
	margin: 0 auto;
	width: 100%;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	margin: 0 0 20px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(245,245,245,1);
	height: 40px;
	margin: 0 0 5px;
	width: 100%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 100%;
}
.form_wrap .item_box_message .item_right {
	width: 100%;
}

.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	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 10px;
}
.form_wrap .radio_wrap label,
.form_wrap .submit_check_box label {
	display: block;
	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 .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	margin: 0 0 20px;
}
.form_wrap .radio_wrap .radio_left_item {
	background: rgba(240,240,240,1);
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	width: 100%;
}
.radio_right_item {
	width: 100%;
}
.form_wrap .radio_item,
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box label {
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: rgba(153,0,0,1);
	border: none;
	border-radius : 0;
	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%;
}
.sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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%;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(245,245,245,1);
	padding: 10px;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 20px 0;
	margin: 0 0 30px;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
	padding: 0 10px;
}
.autoreply_txt .txt {
	margin: 0 0 10px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
    border: solid thin rgba(102,102,102,1);
    -webkit-border-radius : 0;
    -webkit-appearance : none;/*内影*/
    -webkit-tap-highlight-color : rgba(0,0,0,0);/*タップ時影*/
}

}

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

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

@media (min-width:960px){
.foot_wrap {
	background: #000;
	padding: 40px 0 20px;
}
.foot_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 30px;
	max-width: 1000px;
}
.foot_wrap .box address {
	font-style: normal;
	width: 50%;
}
.foot_wrap .box address p:first-of-type {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box address p:nth-of-type(2) {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box .banner {
	width: 320px;
}
.foot_wrap .box .banner p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box .banner img {
	margin: 0 0 10px;
}
.foot_wrap .box .banner a:hover {
	opacity: .4;
}
.foot_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 1000px;
}
.foot_wrap nav ul li {
	padding: 0 20px;
}
.foot_wrap nav ul li:first-of-type {
	padding: 0 20px 0 0;
}
.foot_wrap nav ul li+li {
	border-left: 1px solid #fff;
	height: 25px;
}
.foot_wrap nav ul a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 25px;
}
.foot_wrap nav ul a:hover {
	opacity: .4;
}
footer small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	width: 1000px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.foot_wrap {
	background: #000;
	padding: 40px 0 20px;
}
.foot_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 30px;
	width: 98%;
}
.foot_wrap .box address {
	font-style: normal;
	width: 50%;
}
.foot_wrap .box address p:first-of-type {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box address p:nth-of-type(2) {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box .banner {
	width: 30%;
}
.foot_wrap .box .banner p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.foot_wrap .box .banner img {
	height: auto; 
	margin: 0 0 10px;
	width: 100%;
}
.foot_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 100%;
}
.foot_wrap nav ul li {
	padding: 0 10px;
}
.foot_wrap nav ul li+li {
	border-left: 1px solid #fff;
	height: 25px;
}
.foot_wrap nav ul a {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 25px;
}
footer small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}

}

@media (max-width:599px){
.foot_wrap {
	background: #000;
	padding: 40px 0 20px;
}
.foot_wrap .box {
	margin: 0 auto 30px;
	width: 95%;
}
.foot_wrap .box address {
	font-style: normal;
	margin: 0 0 20px;
	width: 100%;
}
.foot_wrap .box address p:first-of-type {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}
.foot_wrap .box address p:nth-of-type(2) {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.foot_wrap .box address p:last-of-type {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.foot_wrap .box .banner {
	width: 100%;
}
.foot_wrap .box .banner p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.foot_wrap .banner_pic {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.foot_wrap .banner_pic .item {
	width: 49%;
}
.foot_wrap .banner_pic .item img {
	height: auto;
	width: 100%;
}
.foot_wrap nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
	width: 100%;
}
.foot_wrap nav ul li {
	padding: 0 10px;
}
.foot_wrap nav ul a {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 25px;
	text-decoration: underline;
}
footer small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 auto 60px;
	width: 100%;
}


}

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

/*----------------------
▼WP▼
----------------------*/

@media (min-width:960px){
/*会社概要*/
.about_wrap .wp-block-table tr td {
	font-size: 1.5rem;
	font-weight: bold;
}
.about_wrap .wp-block-table tr td:first-of-type {
	padding: 15px 0 15px 15px;
	width: 30%;
}
.about_wrap .wp-block-table tr td:nth-of-type(2) {
	padding: 15px 0;
	width: 70%;
}
.about_wrap .wp-block-table tr:nth-of-type(even) td {
	background: rgba(240,240,240,1);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.about_wrap .wp-block-table tr td {
	font-size: 1.5rem;
	font-weight: bold;
}
.about_wrap .wp-block-table tr td:first-of-type {
	padding: 15px 0 15px 15px;
	width: 30%;
}
.about_wrap .wp-block-table tr td:nth-of-type(2) {
	padding: 15px 0;
	width: 70%;
}
.about_wrap .wp-block-table tr:nth-of-type(even) td {
	background: rgba(240,240,240,1);
}

}

@media (max-width:599px){

.about_wrap .wp-block-table tr td {
	font-size: 1.3rem;
	font-weight: bold;
}
.about_wrap .wp-block-table tr td:first-of-type {
	padding: 15px 0 15px 15px;
	width: 30%;
}
.about_wrap .wp-block-table tr td:nth-of-type(2) {
	padding: 15px 0;
	width: 70%;
}
.about_wrap .wp-block-table tr:nth-of-type(even) td {
	background: rgba(240,240,240,1);
}

}

/*----------------------
▲WP▲
----------------------*/
