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

/*-----------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){

}

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

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

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
    color: rgba(255,255,255,1);
}
.scroll_right {
	background: rgba(56,81,112,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アンカー調整*/
#concept_link,
#work_link,
#message_link,
#seminer_link,
#qa_link,
#company_link,
#contact_link {
	padding-top: 100px;
	margin-top: -100px;
}
/*アニメーション*/
.animation {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
    color: rgba(255,255,255,1);
}
.scroll_right {
	background: rgba(56,81,112,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アンカー調整*/
#concept_link,
#work_link,
#message_link,
#seminer_link,
#qa_link,
#company_link,
#contact_link {
	padding-top: 100px;
	margin-top: -100px;
}
/*アニメーション*/
.animation {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}

}

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

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
    color: rgba(255,255,255,1);
}
.scroll_right {
	background: rgba(56,81,112,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アンカー調整*/
#concept_link,
#work_link,
#message_link,
#seminer_link,
#qa_link,
#company_link,
#contact_link {
	padding-top: 100px;
	margin-top: -100px;
}
/*アニメーション*/
.animation {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}


/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.3rem;
	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); 
	line-height: 45px;
    display: block;
	text-align: center;
}
#scroll a:last-of-type {
	font-size: 1rem;
}

.scroll_left {
	background: rgba(56,81,112,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(56,81,112,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background: rgba(100,100,100,1);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	padding: 0 0 10px;
	display: block;	
}

}

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

@media (min-width:1200px){
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 100vh;
	margin: 0 0 100px;
	width: 100%;
}

.nav_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 0;
	width: 100%;
}
.logo {
	margin: 20px 0 0 40px;
	width: 20%;
}
.logo img {
	transition: .3s;
}
.logo img:hover {
	opacity: .3;
}
#global_nav {
	width: 60%;
}
#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;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 0;
}
#global_nav ul li {
	line-height: 80px;
	padding: 0 20px;
	text-align: center;
	transition: .3s;
	width: auto;
}
#global_nav ul li:hover {
	opacity: .3;
}
#global_nav ul li:last-of-type {
	background: rgba(56,81,112,1);
	height: 80px;
	padding: 0 25px;
	width: auto;
}
#global_nav ul li:last-of-type:before {
	content: url(images/mail-icon.png);
	margin: 0 5px 0 0;
}

#global_nav ul li a {
	color: rgba(102,102,102,1);
}
#global_nav ul li:last-of-type a {
	color: rgba(255,255,255,1);
}
.main_pic_txt {
	position: absolute;
	top: 30%;
	left: 40px;
}
.main_pic_txt h1 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.3rem;
	letter-spacing: .4rem;
	margin: 0 0 60px;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,255,255,1) 0%);
}
.small_txt {
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.main_pic_txt a {
	display: inline-block;
	border: solid thin rgba(0,0,0,1);
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 40px;
	transition: .3s;
}
.main_pic_txt a:hover {
	color: rgba(255,255,255,1);
	background: rgba(102,102,102,1);
}
.main_pic_txt a:hover .fas {
	color: rgba(255,255,255,1);
}
.fas {
	color: rgba(102,102,102,1);
	margin: 0 0 0 10px;
	transition: .3s;
}

.scroll {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.scroll a {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding-top: 60px;
}
.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb_2 2s infinite;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;/*繰り返し回数*/
	box-sizing: border-box;
}
@-webkit-keyframes sdb_2 {
	0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	-webkit-transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
@keyframes sdb_2 {
	0% {
	transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
/*ナビアクション*/
.nav_fixed {
	position: fixed;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	border-bottom: solid thin rgba(204,204,204,1);
	height: 40px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
	transition: .4s;
	width: 100%;
}
.nav_fixed .logo {
	display: none;
}
.nav_fixed .nav_box {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

.nav_fixed .nav_box #global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 0;
	width: 960px;
}
.nav_fixed .nav_box #global_nav ul li {
	line-height: 40px;
	width: 14%;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type {
	background: none;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type a {
	color: rgba(102,102,102,1);
}
.nav_fixed .nav_box #global_nav ul li:last-of-type:before {
	content:"";
}

}

@media (min-width: 960px) and (max-width: 1200px) {
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 100vh;
	margin: 0 0 100px;
	width: 100%;
}

.nav_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 0;
	width: 100%;
}
.logo {
	margin: 20px 0 0 40px;
	width: 20%;
}
.logo img {
	transition: .3s;
}
.logo img:hover {
	opacity: .3;
}
#global_nav {
	width: 68%;
}
#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;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 0;
}
#global_nav ul li {
	line-height: 80px;
	padding: 0 18px;
	text-align: center;
}
#global_nav ul li:last-of-type {
	background: rgba(56,81,112,1);
	height: 80px;
	padding: 0 20px;
	width: auto;
}
#global_nav ul li:last-of-type:before {
	content: url(images/mail-icon.png);
	margin: 0 5px 0 0;
}

#global_nav ul li a {
	color: rgba(102,102,102,1);
}
#global_nav ul li:last-of-type a {
	color: rgba(255,255,255,1);
}
.main_pic_txt {
	position: absolute;
	top: 30%;
	left: 40px;
}
.main_pic_txt h1 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.3rem;
	letter-spacing: .4rem;
	margin: 0 0 60px;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,255,255,1) 0%);
}
.small_txt {
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.main_pic_txt a {
	display: inline-block;
	border: solid thin rgba(0,0,0,1);
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 40px;
	transition: .3s;
}
.main_pic_txt a:hover {
	color: rgba(255,255,255,1);
	background: rgba(102,102,102,1);
}
.main_pic_txt a:hover .fas {
	color: rgba(255,255,255,1);
}
.fas {
	color: rgba(102,102,102,1);
	margin: 0 0 0 10px;
	transition: .3s;
}

.scroll {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.scroll a {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding-top: 60px;
}
.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb_2 2s infinite;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;/*繰り返し回数*/
	box-sizing: border-box;
}
@-webkit-keyframes sdb_2 {
	0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	-webkit-transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
@keyframes sdb_2 {
	0% {
	transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
/*ナビアクション*/
.nav_fixed {
	position: fixed;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	border-bottom: solid thin rgba(204,204,204,1);
	height: 40px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
	transition: .4s;
	width: 100%;
}
.nav_fixed .logo {
	display: none;
}
.nav_fixed .nav_box {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

.nav_fixed .nav_box #global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 0;
	width: 960px;
}
.nav_fixed .nav_box #global_nav ul li {
	line-height: 40px;
	width: 14%;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type {
	background: none;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type a {
	color: rgba(102,102,102,1);
}
.nav_fixed .nav_box #global_nav ul li:last-of-type:before {
	content:"";
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 100vh;
	margin: 0 0 100px;
	width: 100%;
}

.nav_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 0;
	width: 100%;
}
.logo {
	margin: 20px 0 0 10px;
	width: 20%;
}
.logo img {
	height: auto;
	width: 100%;
}
.nav_item {
	width: 75%;
}
#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;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 0;
}
#global_nav ul li {
	height: 50px;
	text-align: center;
	padding: 10px;
}
#global_nav ul li:last-of-type {
	background: rgba(56,81,112,1);
	height: 70px;
	padding: 10px;
}

#global_nav ul li a {
	color: rgba(102,102,102,1);
	line-height: 50px;
}
#global_nav ul li:last-of-type a {
	color: rgba(255,255,255,1);
	line-height: 50px;
}
.main_pic_txt {
	position: absolute;
	top: 30%;
	left: 10px;
}
.main_pic_txt h1 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	letter-spacing: .4rem;
	margin: 0 0 60px;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,255,255,1) 0%);
}
.small_txt {
	display: block;
	font-size: 2.3rem;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.main_pic_txt a {
	display: inline-block;
	border: solid thin rgba(0,0,0,1);
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 30px;
}
.fas {
	color: rgba(102,102,102,1);
	margin: 0 0 0 10px;
	transition: .3s;
}

.scroll {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.scroll a {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding-top: 60px;
}
.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb_2 2s infinite;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;/*繰り返し回数*/
	box-sizing: border-box;
}
@-webkit-keyframes sdb_2 {
	0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	-webkit-transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
@keyframes sdb_2 {
	0% {
	transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	transform: translate(0, 20px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
/*ナビアクション_tb*/
.nav_fixed {
	position: fixed;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	border-bottom: solid thin rgba(204,204,204,1);
	height: 40px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
	transition: .4s;
	width: 100%;
}
.nav_fixed .logo {
	display: none;
}
.nav_fixed .nav_box {
	display: inherit;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.nav_fixed .nav_box #global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 0;
	width: 100%;
}
.nav_fixed .nav_box #global_nav ul li {
	line-height: 40px;
	padding: 0 0 10px;
	width: 14%;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type {
	background: none;
}
.nav_fixed .nav_box #global_nav ul li:last-of-type a {
	color: rgba(102,102,102,1);
}
.nav_fixed .nav_box #global_nav ul li:last-of-type:before {
	content:"";
}

}

@media (max-width:599px){
.scroll {
	display: none;
}
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 50vh;
	margin: 0 0 50px;
	width: 100%;
}
.main_pic_txt {
	position: absolute;
	top: 40%;
	left: 10px;
}
.main_pic_txt h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	letter-spacing: .3rem;
	margin: 0 0 20px;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,255,255,1) 0%);
}
.small_txt {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0;
	margin: 0 0 5px;
}
.main_pic_txt a {
	display: none;
}
.nav_action .logo {
	position: fixed;
	top: 0;
	height: auto;
	margin: 15px 0 0 10px;
	width: 35%;
	z-index: 1000;
}
.logo img {
	height: auto;
	width: 100%;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.7);
	height: 60px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.8);
	font-size: 1.3rem;
	height: auto;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#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 {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1060px);
	-webkit-transform: translateY(1060px);
	transform: translateY(1060px);
}
/* 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: rgba(51,51,51,1);
	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(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

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

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

@media (min-width:960px){
.midashi {
	margin: 0 0 30px;
	text-align: center;
}
.midashi h2 {
	display: inline-block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.midashi p {
	font-size: 1.3rem;
}
.midashi_2 {
	margin: 0 0 50px;
	text-align: center;
}
.midashi_2 h2 {
	display: block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	width: 80%;
}
.midashi_2 p {
	font-size: 1.3rem;
}

/*コンセプト*/
.concept_wrap {
	margin: 0 auto 100px;
	text-align: center;
	width: 960px;
}
.concept_wrap p {
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 20px;
}
/*401kとは*/
.work_wrap {
	background: rgba(245,245,245,1);
	padding: 100px 0;
}
.work_top_txt {
	margin: 0 auto 50px;
	width: 960px;
}
.work_top_txt p {
	font-size: 1.5rem;
}
.margin_txt {
	display: block;
	margin: 20px 0 20px;
}

.work_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 70px;
	width: 97%;
	max-width: 1200px;
}
.work_content {
	margin: 0 auto;
	padding: 70px 0;
	width: 900px;
}
.work_content h3 {
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 40px;
	text-align: center;
}
.work_content p {
	font-size: 1.5rem;
}
.work_content dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 50px 0 50px;
}
.work_content dt {
	border-bottom: solid thin;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 200px;
}
.work_content dd {
	border-bottom: solid thin;
	padding: 10px 0;
	width: 700px;
}
.work_content_img {
	margin: 0 auto;
	width: 800px;
}
.work_content_img img {
	height: auto;
	width: 100%;
}
/*メッセージ*/
.message_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 100px;
	padding: 70px 0;
}
.message_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto;
	width: 960px;
}
.message_item {
	width: 450px;
}
.message_item h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.message_txt_wrap {
	height: 480px;
	background: rgba(255,255,255,1);
	padding: 40px;
}
.message_txt_wrap p {
	font-size: 1.5rem;
}
/*セミナー*/
.seminer_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.seminer_wrap p {
	font-size: 1.5rem;
}
.seminer_price {
	font-weight: bold;
	margin: 20px 0;
}
/*よくあるご質問*/
.qa_wrap {
	background: rgba(245,245,245,1);
	margin: 80px 0 80px;
	padding: 80px 0;
}
.qa_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 70px;
	padding: 70px 0;
	max-width: 1200px;
}
.qa_content dl {
	font-size: 1.5rem;
	margin: 0 auto;
	width: 960px;
}
.qa_content dt {
	color: rgba(56,81,112,1);
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.qa_content dt:before {
	content:"Q";
	margin: 0 10px 0 0;
}
.qa_content dd {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
/*会社概要*/
.company_wrap {
	margin: 0 0 100px;
}
.company_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;
	margin: 0 auto 70px;
	width: 960px;
}
.company_wrap dt {
	border-bottom: solid thin rgba(204,204,204,1);
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 200px;
}
.company_wrap dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0;
	width: 700px;
}
.philosophy h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: center;
}
.philosophy p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	line-height: 35px;
	letter-spacing: .3rem;
	text-align: center;
}

/*コンタクト_バナー*/
address {
	font-style: normal;
}
.contact_banner {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}
.contact_banner p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.contact_banner p:last-of-type {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.contact_banner p:last-of-type span {
	font-size: 1.5rem;
	margin: 0 5px 0 0;
}
.contact_banner a {
	display: block;
	background: rgba(56,81,112,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
	width: 250px;
}
.contact_banner a:hover {
	opacity: .3;
}
.contact_banner a img {
	margin: 0 10px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.midashi {
	margin: 0 0 30px;
	text-align: center;
}
.midashi h2 {
	display: inline-block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.midashi p {
	font-size: 1.3rem;
}
.midashi_2 {
	margin: 0 0 50px;
	text-align: center;
}
.midashi_2 h2 {
	display: block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	width: 98%;
}
.midashi_2 p {
	font-size: 1.3rem;
}

/*コンセプト_tb*/
.concept_wrap {
	margin: 0 auto 100px;
	text-align: center;
	width: 100%;
}
.concept_wrap p {
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 20px;
}
/*401kとは_tb*/
.work_wrap {
	background: rgba(245,245,245,1);
	padding: 100px 0;
}
.work_top_txt {
	margin: 0 auto 50px;
	width: 95%;
}
.work_top_txt p {
	font-size: 1.5rem;
}
.margin_txt {
	display: block;
	margin: 20px 0 20px;
}

.work_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 70px;
	width: 98%;
}
.work_content {
	margin: 0 auto;
	padding: 70px 0;
	width: 95%;
}
.work_content h3 {
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 40px;
	text-align: center;
}
.work_content p {
	font-size: 1.5rem;
}
.work_content dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 50px 0 50px;
}
.work_content dt {
	border-bottom: solid thin;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 30%;
}
.work_content dd {
	border-bottom: solid thin;
	padding: 10px 0;
	width: 70%;
}
.work_content_img {
	margin: 0 auto;
	width: 100%;
}
.work_content_img img {
	height: auto;
	width: 100%;
}
/*メッセージ_tb*/
.message_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 100px;
	padding: 70px 0;
}
.message_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto;
	width: 95%;
}
.message_item {
	width: 48%;
}
.message_item h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.message_txt_wrap {
	height: 480px;
	background: rgba(255,255,255,1);
	padding: 30px;
}
.message_txt_wrap p {
	font-size: 1.5rem;
}
/*セミナー_tb*/
.seminer_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.seminer_wrap p {
	font-size: 1.5rem;
}
.seminer_price {
	font-weight: bold;
	margin: 20px 0;
}
/*よくあるご質問_tb*/
.qa_wrap {
	background: rgba(245,245,245,1);
	margin: 80px 0 80px;
	padding: 80px 0;
}
.qa_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 70px;
	padding: 70px 0;
	max-width: 95%;
}
.qa_content dl {
	font-size: 1.5rem;
	margin: 0 auto;
	width: 95%;
}
.qa_content dt {
	color: rgba(56,81,112,1);
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.qa_content dt:before {
	content:"Q";
	margin: 0 10px 0 0;
}
.qa_content dd {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
/*会社概要_tb*/
.company_wrap {
	margin: 0 0 100px;
}
.company_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;
	margin: 0 auto 70px;
	width: 95%;
}
.company_wrap dt {
	border-bottom: solid thin rgba(204,204,204,1);
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 30%;
}
.company_wrap dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0;
	width: 70%;
}
.philosophy h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: center;
}
.philosophy p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	line-height: 35px;
	letter-spacing: .3rem;
	text-align: center;
}

/*コンタクト_バナー_tb*/
address {
	font-style: normal;
}
.contact_banner {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 20px;
	width: 90%;
}
.contact_banner p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.contact_banner p:last-of-type {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.contact_banner p:last-of-type span {
	font-size: 1.5rem;
	margin: 0 5px 0 0;
}
.contact_banner a {
	display: block;
	background: rgba(56,81,112,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 250px;
}
.contact_banner a img {
	margin: 0 10px 0 0;
}

}

@media (max-width:599px){
.midashi {
	margin: 0 0 30px;
	text-align: center;
}
.midashi h2 {
	display: inline-block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.midashi p {
	font-size: 1rem;
}
.midashi_2 {
	margin: 0 0 50px;
	text-align: center;
}
.midashi_2 h2 {
	display: block;
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	width: 95%;
}
.midashi_2 p {
	font-size: 1rem;
}

/*コンセプト_sp*/
.concept_wrap {
	margin: 0 auto 50px;
	width: 95%;
}
.concept_wrap p {
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 0 20px;
}
/*401kとは_sp*/
.work_wrap {
	background: rgba(245,245,245,1);
	padding: 50px 0;
}
.work_top_txt {
	margin: 0 auto 50px;
	width: 95%;
}
.work_top_txt p {
	font-size: 1.3rem;
}
.margin_txt {
	display: block;
	margin: 20px 0 20px;
}

.work_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 70px;
	width: 95%;
}
.work_content {
	margin: 0 auto;
	padding: 70px 0;
	width: 95%;
}
.work_content h3 {
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 40px;
	text-align: center;
}
.work_content p {
	font-size: 1.3rem;
}
.work_content dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	margin: 50px 0 50px;
}
.work_content dt {
	border-bottom: solid thin;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 30%;
}
.work_content dd {
	border-bottom: solid thin;
	padding: 10px 0;
	width: 70%;
}
.work_content_img {
	margin: 0 auto;
	width: 100%;
}
.work_content_img img {
	height: auto;
	width: 100%;
}
/*メッセージ_sp*/
.message_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 50px 0;
}
.message_box {
	margin: 0 auto;
	width: 95%;
}
.message_item:first-of-type {
	margin: 0 0 40px;
}
.message_item {
	width: 100%;
}
.message_item h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.message_txt_wrap {
	height: auto;
	background: rgba(255,255,255,1);
	padding: 30px;
}
.message_txt_wrap p {
	font-size: 1.3rem;
}
/*セミナー_sp*/
.seminer_wrap {
	margin: 0 auto 50px;
	width: 95%;
}
.seminer_wrap p {
	font-size: 1.3rem;
}
.seminer_price {
	font-weight: bold;
	margin: 20px 0;
}
/*よくあるご質問_sp*/
.qa_wrap {
	background: rgba(245,245,245,1);
	margin: 50px 0;
	padding: 50px 0;
}
.qa_back_wrap {
	background: rgba(255,255,255,1);
	margin: 0 auto 50px;
	padding: 50px 0;
	max-width: 95%;
}
.qa_content dl {
	font-size: 1.3rem;
	margin: 0 auto;
	width: 95%;
}
.qa_content dt {
	color: rgba(56,81,112,1);
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.qa_content dt:before {
	content:"Q";
	margin: 0 10px 0 0;
}
.qa_content dd {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
/*会社概要_sp*/
.company_wrap {
	margin: 0 0 50px;
}
.company_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;
	margin: 0 auto 70px;
	width: 95%;
}
.company_wrap dt {
	border-bottom: solid thin rgba(204,204,204,1);
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 30%;
}
.company_wrap dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0;
	width: 70%;
}
.philosophy h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	margin: 0 0 20px;
	text-align: center;
}
.philosophy p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: .3rem;
	text-align: center;
}

/*コンタクト_バナー_sp*/
address {
	font-style: normal;
}
.contact_banner {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 20px;
	width: 90%;
}
.contact_banner p:first-of-type {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.contact_banner p:last-of-type {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.contact_banner p:last-of-type span {
	font-size: 1.5rem;
	margin: 0 5px 0 0;
}
.contact_banner a {
	display: block;
	background: rgba(56,81,112,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 250px;
}
.contact_banner a img {
	margin: 0 10px 0 0;
}

}

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

/*----------------------
▼フォーム▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	margin: 0 0 100px;
}
.contact_wrap p:last-of-type {
	font-size: 1.5rem;
	text-align: center;
}

.form_wrap {
	margin: 0 auto 50px;
	width: 800px;
}
.item_box,
.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%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	text-align: center;
	width: 230px;
}
.item_box .item_right {
	height: 45px;
	width: 550px;
}
.item_box_message .item_right {
	width: 550px;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	line-height: 40px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}

.txt_item {
	height: 40px;
	width: 100%;
}
.radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 40px;
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 30px 0 0;
	text-align: center;
	width: 230px;
}
.radio_item {
	margin-right: 10px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系*/
.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(134,188,67,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;
	transition: .5s;
	width: 550px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(102,102,102,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;
	transition: .5s;
	width: 230px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 0 0 100px;
}
.contact_wrap p:last-of-type {
	font-size: 1.5rem;
	text-align: center;
}

.form_wrap {
	margin: 0 auto 50px;
	width: 95%;
}
.item_box,
.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%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	text-align: center;
	width: 30%;
}
.item_box .item_right {
	height: 45px;
	width: 65%;
}
.item_box_message .item_right {
	width: 65%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	line-height: 40px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}

.txt_item {
	height: 40px;
	width: 100%;
}
.radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 40px;
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 30px 0 0;
	text-align: center;
	width: 30%;
}
.radio_item {
	margin-right: 10px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系*/
.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(134,188,67,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: 65%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(102,102,102,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: 30%;
}

}

@media (max-width:599px){
.contact_wrap {
	margin: 0 0 50px;
}
.contact_wrap p:last-of-type {
	margin: 0 auto;
	width: 95%;
	font-size: 1.3rem;
}

.form_wrap {
	margin: 0 auto 30px;
	width: 95%;
}
.item_box,
.item_box_message {
	margin: 0 0 30px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 30px;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
}
.item_box .item_right {
	height: 45px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	line-height: 30px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
}

.txt_item {
	height: 40px;
	width: 100%;
}
.radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 30px;
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 30px;
	margin: 0 20px 0 0;
	text-align: center;
	width: 30%;
}
.radio_item {
	margin-right: 5px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系_sp*/
.sub_btn_wrap {
	margin: 10px 0 10px;
	width: 100%;
}
.sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(134,188,67,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%;
}
.sub_btn2 {
	/*リセット_sp*/
	-webkit-appearance: none;
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 50px;
	margin: 0 0 10px;
	width: 100%;
}


}

/*----------------------
▲フォーム▲
----------------------*/

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

@media (min-width:960px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 70px 0 50px;
	text-align: center;
}
.footer_wrap img {
	height: auto;
	margin: 0 0 20px;
	width: 250px;
}
.footer_wrap p {
	font-size: 1.5rem;
}
.copy {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: url(images/footer-back-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 70px 0 50px;
	text-align: center;
}
.footer_wrap img {
	height: auto;
	margin: 0 0 20px;
	width: 250px;
}
.footer_wrap p {
	font-size: 1.5rem;
}
.copy {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 30px 0 30px;
	text-align: center;
}
.footer_wrap img {
	height: auto;
	margin: 0 0 20px;
	width: 150px;
}
.footer_wrap p {
	font-size: 1.3rem;
}
.copy {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	margin: 0 0 60px;
	text-align: center;
}

}

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

