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

@font-face {
  font-family: 'myfont';
  src: url('font/BOOKOS.woff') format('woff');
}

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

}

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

/* 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;
    color: #fff;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
    color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}

.scroll_right {
	background: rgba(27,20,100,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*テキストアニメーション*/
.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-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_2 {
	-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-delay:.2s;
	-ms-animation-delay:.2s;
	animation-delay: 2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_5 {
	-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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown_3 {
	-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_2;
	animation-name: fadeInDown_2;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInDown_4 {
	-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_3;
	animation-name: fadeInDown_3;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*パララクス*/
.paralux {
	position: relative;
	width: 100%;
	z-index: -100;
}
.para_content {
	position: absolute;
	width: 100%;
}
.para_content img {
	height: auto;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
    color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}

.scroll_right {
	background: rgba(27,20,100,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*テキストアニメーション_tb*/
.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-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_2 {
	-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-delay:.2s;
	-ms-animation-delay:.2s;
	animation-delay: 2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_5 {
	-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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown_3 {
	-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_2;
	animation-name: fadeInDown_2;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInDown_4 {
	-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_3;
	animation-name: fadeInDown_3;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*パララクス_tb*/
.paralux {
	position: relative;
	width: 100%;
	z-index: -100;
}
.para_content {
	position: absolute;
	width: 100%;
}
.para_content img {
	height: auto;
	width: 100%;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/*テキストアニメーション_sp*/
.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-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_2 {
	-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-delay:.2s;
	-ms-animation-delay:.2s;
	animation-delay: 2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown_5 {
	-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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown_3 {
	-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_2;
	animation-name: fadeInDown_2;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInDown_4 {
	-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_3;
	animation-name: fadeInDown_3;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*パララクス_sp*/
.paralux {
	position: relative;
	width: 100%;
	z-index: -100;
}
.para_content {
	position: absolute;
	top: 100px;
	width: 100%;
}
.para_content img {
	height: auto;
	width: 120%;
}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	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: rgba(27,20,100,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(27,20,100,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
}
.scroll_right {
	background-color: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}

}

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

@media (min-width:960px){
/*ナビゲーション*/
.head_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(27,20,100,1);
	height: 70px;
	margin: 0 0 50px;
}
.head_wrap .logo_item {
	line-height: 70px;
	padding: 0 30px;
}
.head_wrap #top_head {
}
#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;
	height: 70px;
	margin: 0 auto;
	max-width: 100%;
}
#global_nav ul li {
	padding: 0 20px;
	text-align: center;
}
#global_nav ul li a {
	color: #FFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 70px;
}
#global_nav ul .hearing {
	background: rgba(0,113,188,1);
}
#global_nav ul .entry {
	background: rgba(193,39,45,1);
}
#global_nav #close {
	display: none;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*ナビゲーション_tb*/
.head_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(27,20,100,1);
	height: 70px;
	margin: 0 0 50px;
}
.head_wrap .logo_item {
	line-height: 70px;
	padding: 0 30px;
	width: 20%;
}
.head_wrap .logo_item img {
	height: auto;
	width: 100%;
}
.head_wrap #top_head {
	width: 80%;
}
#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;
	height: 70px;
	margin: 0 auto;
	max-width: 100%;
}
#global_nav ul li {
	padding: 0 10px;
	text-align: center;
}
#global_nav ul li a {
	color: #FFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 70px;
}
#global_nav ul .hearing {
	background: rgba(0,113,188,1);
}
#global_nav ul .entry {
	background: rgba(193,39,45,1);
}
#global_nav #close {
	display: none;
}

}

@media (max-width:599px){
.head_wrap .logo_item {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	left: 20px;
	height: 65px;
	width: 30%;
	z-index: 1000;
}
.head_wrap .logo_item img {
	height: auto;
	width: 100%;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(27,20,100,1);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,.9);
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 93%;
}
#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 {
	border-bottom: solid thin rgba(220,220,220,1);
	line-height: 50px;
	text-align: left;
	padding-left: 30px;
}
#global_nav a:link,nav a:visited {
	color: rgba(27,20,100,1);
}
#global_nav ul .hearing {
	background: rgba(0,113,188,1);
	color: #fff;
}
#global_nav ul .entry {
	background: rgba(193,39,45,1);
	color: #fff;
}
#global_nav ul .hearing a,
#global_nav ul .entry a {
	color: #fff;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 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(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);
}
#global_nav #close {
	background: rgba(204,204,204,1);
	color: rgba(27,20,100,1);
	padding: 0;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
	color: #fff;
}

}

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

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

@media (min-width:1201px){
/*ヒーローイメージ*/
.main_pic {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 30px 0 0;
	height: 800px;
}
.main_pic .pic {
	height: 800px;
	margin-left: auto;
	overflow: hidden;
	width: 85%;
}
.main_pic .pic img {
	min-height: 800px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: animepic 3s 0s forwards;
}
@keyframes animepic {
0% {
	opacity: 0;
	width: 102%;
}
100% {
	opacity: 1;
	width: 100%;
}
}

.main_pic .txt {
	position: absolute;
	left: 30px;
	top: 50px;
}
.main_pic .txt p {
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 7rem;
	line-height: 80px;
	margin: 0 0 30px;
}
.main_pic .txt h1 {
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
}
.main_pic .arrow {
	position: absolute;
	left: 30px;
	bottom:0;
}
.main_pic .entry {
	position: absolute;
	right: 70px;
	bottom: -30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(27,20,100,1);
	border-radius: 50%;
	height: 150px;
	width: 150px;
	/*内側線*/
	border: solid 5px rgba(27,20,100,1);
	-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
	box-shadow:0px 0px 0px 1px #ffffff inset;
}
.main_pic .entry a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.main_pic .entry a:hover {
	opacity: .4;
}

}

@media (min-width: 960px) and (max-width: 1200px) {
/*ヒーローイメージ*/
.main_pic {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 30px 0 0;
	height: 500px;
}
.main_pic .pic {
	height: 500px;
	margin-left: auto;
	overflow: hidden;
	width: 85%;
}
.main_pic .pic img {
	min-height: 500px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: animepic 3s 0s forwards;
}
@keyframes animepic {
0% {
	opacity: 0;
	width: 102%;
}
100% {
	opacity: 1;
	width: 100%;
}
}

.main_pic .txt {
	position: absolute;
	left: 30px;
	top: 30px;
}
.main_pic .txt p {
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	line-height: 60px;
	margin: 0 0 30px;
}
.main_pic .txt h1 {
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
}
.main_pic .arrow {
	position: absolute;
	left: 30px;
	bottom:-300px;
}
.main_pic .entry {
	position: absolute;
	right: 70px;
	bottom: -30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(27,20,100,1);
	border-radius: 50%;
	height: 150px;
	width: 150px;
	/*内側線*/
	border: solid 5px rgba(27,20,100,1);
	-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
	box-shadow:0px 0px 0px 1px #ffffff inset;
}
.main_pic .entry a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.main_pic .entry a:hover {
	opacity: .4;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*ヒーローイメージ_tb*/
.main_pic {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 30px 0 0;
	height: 350px;
}
.main_pic .pic {
	height: 350px;
	margin-left: auto;
	overflow: hidden;
	width: 85%;
	background: #666;
}
.main_pic .pic img {
	min-height: 350px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: animepic 3s 0s forwards;
}
@keyframes animepic {
0% {
	opacity: 0;
	width: 102%;
}
100% {
	opacity: 1;
	width: 100%;
}
}
.main_pic .txt {
	position: absolute;
	left: 20px;
	top: 20px;
}
.main_pic .txt p {
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	line-height: 40px;
	margin: 0 0 20px;
}
.main_pic .txt h1 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.main_pic .arrow {
	position: absolute;
	left: 30px;
	bottom:-230px;
}
.main_pic .entry {
	position: absolute;
	right: 50px;
	bottom: -20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(27,20,100,1);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	/*内側線*/
	border: solid 5px rgba(27,20,100,1);
	-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
	box-shadow:0px 0px 0px 1px #ffffff inset;
}
.main_pic .entry a {
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

}

@media (max-width:599px){
/*ヒーローイメージ_sp*/
.main_pic {
	position: relative;
	margin: 80px 0 0;
	height: 280px;
}
.main_pic .pic {
	position: relative;
	height: 280px;
	margin-left: auto;
	overflow: hidden;
	width: 93%;
	background: #666;
}
.main_pic .pic img {
	position: absolute;
	right: -15%;
	height: 280px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: animepic 3s 0s forwards;
}
@keyframes animepic {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
.main_pic .txt {
	position: absolute;
	left: 10px;
	top: 20px;
}
.main_pic .txt p {
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	line-height: 25px;
	margin: 0 0 20px;
}
.main_pic .txt h1 {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.main_pic .arrow {
	display: none;
}
.main_pic .entry {
	display: none;
}


}

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


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

@media (min-width:960px){
.news_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 80px;
	padding-right: 30px;
	width: 85%;
}
.news_wrap h2 {
	position: relative;
	background: rgba(27,20,100,1);
	color: #FFF;
	font-size: 1.8rem;
	line-height: 50px;
	padding: 0 0 0 40px;
	width: 25%;
}
.news_wrap h2:after {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
    content: "";
    border-top: solid 70px #fff;
    border-left: solid 100px transparent;
    top: -3px;
    z-index: 2;
}
.news_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	width: 68%;
}
.news_wrap dl dt {
	width: 20%;
}
.news_wrap dl dd {
	width: 80%;
}
/*コンテンツ*/
.content_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 150px;
	margin-right: 30px;
	width: 85%;
}
.content_wrap .txt_item {
	width: 45%;
}
.content_wrap .txt_item img {
	height: auto;
	margin: 0 0 40px;
	max-width: 90%;
}
.content_wrap .txt_item p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap .txt_item p span {
	display: block;
	margin: 20px 0;
}
.content_wrap .pic_item {
	position: relative;
	height: auto;
	width: 55%;
}
.content_wrap .pic_item p {
	position: absolute;
	top: 40px;
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	z-index: 1;
}
.content_wrap .pic_item .backcolor {
	position: absolute;
	top: 0;
	left: 30px;
	background: rgba(245,245,245,1);
	height: 450px;
	width: 80%;
}
.content_wrap .pic_item .pic_img {
	position: absolute;
	top: 120px;
	right: 0;
	background: url(images/pic-1.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 90%;
}
/*コンテンツ_2*/
.content_wrap_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 150px;
	padding-right: 30px;
	width: 85%;
}
.content_wrap_2 .left_item {
	width: 45%;
}
.content_wrap_2 .left_item img {
	height: auto;
	max-width: 90%;
}
.content_wrap_2 .right_item {
	position: relative;
	width: 55%;
}
.content_wrap_2 .right_item .midashi p {
	position: absolute;
	top: 60px;
	left: -70px;
	color: rgba(200,200,200,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4rem;
	z-index: 1;
}
.content_wrap_2 .right_item .txt {
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 150px 50px 50px;
}
.content_wrap_2 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
/*リスト*/
.list_wrap {
	margin-left: auto;
	margin-bottom: 100px;
	padding-right: 30px;
	width: 85%;
}
.list_wrap p {
	border-bottom: solid thin rgba(27,20,100,1);
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0 20px 25px;
}
/*arrow_icom*/
.arrow_content {
	margin: 0 0 100px;
	text-align: center;
}
.arrow_content p:nth-of-type(1) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.arrow_content p:nth-of-type(2) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgba(27,20,100,1);
	font-size: 1.7rem;
	font-weight: bold;
}
.arrow_content .arrow_icom {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(45deg);
	margin: 0 auto;
}
/*リスト２*/
.list_wrap_2 {
	margin: 0 auto 100px;
	width: 960px;
}
.list_wrap_2 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.list_wrap_2 dl dt {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0;
	text-align: center;
	width: 25%;
}
.list_wrap_2 dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	width: 70%;
}
/*リスト3*/
.list_wrap_3 {
	margin: 0 auto 100px;
	width: 960px;
}
.list_wrap_3 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.list_wrap_3 dl dt {
	color: #fff;
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
	width: 25%;
}
.list_wrap_3 dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	margin: 0 0 10px;
	width: 70%;
}
/*会社概要入口*/
.company_link {
	background: url(images/company.jpg) top no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
/*	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
*/	margin: 0 auto 100px;
	padding: 30px 0;
	text-align: center;
	width: 960px;
}
.company_link a {
	display: block;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.company_link a img {
	display: block;
	margin: 0 0 10px;
}

/*フロー*/
.flow_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.flow_wrap ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
}
.flow_wrap ol li {
	background: rgba(60,151,154,1);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px;
	width: 210px;
}
.flow_wrap ol li:nth-of-type(2) {
	background: rgba(60,130,154,1);
}
.flow_wrap ol li:nth-of-type(3) {
	background: rgba(60,107,154,1);
}
.flow_wrap ol li:nth-of-type(4) {
	background: rgba(60,85,154,1);
}
.flow_wrap .arrow_wrap {
	position: relative;
}
.flow_wrap .arrow {
	position: absolute;
	top: 48%;
	left: -8px;
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(-45deg);
}
.flow_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
}
/*コンテンツ_3*/
.content_wrap_3 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-top: 150px;
	margin-bottom: 150px;
	padding-right: 30px;
	width: 85%;
}
.content_wrap_3 .left_item {
	width: 43%;
}
.content_wrap_3 .left_item img {
	margin: 0 0 40px;
	max-width: 90%;
}
.content_wrap_3 .left_item p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap_3 .right_item {
	width: 55%;
}
.content_wrap_3 .right_item .txt {
	position: relative;
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 50px 50px 50px;
	margin: 0 0 50px;
}
.content_wrap_3 .right_item .txt_2 {
	position: relative;
	background: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(27,20,100,.1));
	color: rgba(27,20,100,1);
	padding: 50px 50px 50px;
	margin: 0 0 50px;
}

.content_wrap_3 .right_item h3 {
	position: absolute;
	top: -10px;
	left: 30px;
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 1;
}
.content_wrap_3 .right_item h3 span {
	font-style: italic;
	font-size: 2.5rem;
	margin: 0 20px 0 0;
}
.content_wrap_3 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap_3 .right_item .txt_2 p {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
}
/*オンライン*/
.online_wrap {
	position: relative;
	margin: 0 0 100px;
}
.online_wrap h4 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.online_wrap h4 span {
	font-style: italic;
	font-size: 2.5rem;
	margin: 0 20px 0 0;
}
.online_wrap .box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 85%;
}
.online_wrap .box .pic_item {
	width: 50%;
}
.online_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.online_wrap .box .txt_item {
	position: absolute;
	right: 0;
	top: 40px;
	background: #FFF;
	padding: 40px;
	width: 55%;
}
.online_wrap .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.online_wrap a {
	position: absolute;
	right: 25%;
	bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
	border-radius: 25px;
	padding: 10px 50px;
}

}

@media (min-width: 960px) and (max-width: 1200px) {
/*リスト*/
.list_wrap {
	margin-left: auto;
	margin-bottom: 100px;
	padding-right: 30px;
	width: 85%;
}
.list_wrap p {
	border-bottom: solid thin rgba(27,20,100,1);
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0 20px 25px;
}
/*コンテンツ3*/
.content_wrap_3 .right_item h3 {
	position: absolute;
	top: -10px;
	left: 30px;
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 1;
}
/*オンライン*/
.online_wrap {
	position: relative;
	margin: 0 0 150px;
}
.online_wrap h4 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.online_wrap h4 span {
	font-style: italic;
	font-size: 2.5rem;
	margin: 0 20px 0 0;
}
.online_wrap .box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 85%;
}
.online_wrap .box .pic_item {
	width: 50%;
}
.online_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.online_wrap .box .txt_item {
	position: absolute;
	right: 0;
	top: 30px;
	background: #FFF;
	padding: 20px 0 20px 40px;
	width: 55%;
}
.online_wrap .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.online_wrap a {
	position: absolute;
	right: 25%;
	bottom: -80px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
	border-radius: 25px;
	padding: 10px 50px;
}

}


@media (min-width: 600px) and (max-width: 959px) {
.news_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 80px;
	padding-right: 30px;
	width: 85%;
}
.news_wrap h2 {
	position: relative;
	background: rgba(27,20,100,1);
	color: #FFF;
	font-size: 1.5rem;
	line-height: 50px;
	padding: 0 0 0 40px;
	width: 30%;
}
.news_wrap h2:after {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
    content: "";
    border-top: solid 100px #fff;
    border-left: solid 70px transparent;
    top: -3px;
    z-index: 2;
}
.news_wrap dl {
	font-size: 1.5rem;
	font-weight: bold;
	width: 68%;
}
.news_wrap dl dt {
}
.news_wrap dl dd {
}
/*コンテンツ_tb*/
.content_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 150px;
	margin-right: 30px;
	width: 85%;
}
.content_wrap .txt_item {
	width: 45%;
}
.content_wrap .txt_item img {
	height: auto;
	margin: 0 0 40px;
	max-width: 90%;
}
.content_wrap .txt_item p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap .txt_item p span {
	display: block;
	margin: 20px 0;
}
.content_wrap .pic_item {
	position: relative;
	height: auto;
	width: 55%;
}
.content_wrap .pic_item p {
	position: absolute;
	top: 40px;
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	z-index: 1;
}
.content_wrap .pic_item .backcolor {
	position: absolute;
	top: 0;
	left: 30px;
	background: rgba(245,245,245,1);
	height: 450px;
	width: 80%;
}
.content_wrap .pic_item .pic_img {
	position: absolute;
	top: 120px;
	right: 0;
	background: url(images/pic-1.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 85%;
}
/*コンテンツ_2_tb*/
.content_wrap_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 50px;
	padding-right: 30px;
	width: 85%;
}
.content_wrap_2 .left_item {
	width: 45%;
}
.content_wrap_2 .left_item img {
	height: auto;
	max-width: 90%;
}
.content_wrap_2 .right_item {
	position: relative;
	width: 55%;
}
.content_wrap_2 .right_item .midashi p {
	position: absolute;
	top: 30px;
	left: -50px;
	color: rgba(200,200,200,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	z-index: 1;
}
.content_wrap_2 .right_item .txt {
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 80px 50px 50px;
}
.content_wrap_2 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
/*リスト_tb*/
.list_wrap {
	margin-left: auto;
	margin-bottom: 100px;
	padding-right: 30px;
	width: 85%;
}
.list_wrap p {
	border-bottom: solid thin rgba(27,20,100,1);
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0 20px 25px;
}
/*arrow_icom_tb*/
.arrow_content {
	margin: 0 0 100px;
	text-align: center;
}
.arrow_content p:nth-of-type(1) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.arrow_content p:nth-of-type(2) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgba(27,20,100,1);
	font-size: 1.7rem;
	font-weight: bold;
}
.arrow_content .arrow_icom {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(45deg);
	margin: 0 auto;
}
/*リスト２_tb*/
.list_wrap_2 {
	margin: 0 auto 100px;
	width: 95%;
}
.list_wrap_2 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.list_wrap_2 dl dt {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0;
	text-align: center;
	width: 25%;
}
.list_wrap_2 dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	width: 70%;
}
.list_wrap_2 img {
	height: auto;
	width: 100%;
}
/*リスト3_tb*/
.list_wrap_3 {
	margin: 0 auto 100px;
	width: 95%;
}
.list_wrap_3 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.list_wrap_3 dl dt {
	color: #fff;
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
	width: 25%;
}
.list_wrap_3 dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	margin: 0 0 10px;
	width: 70%;
}
/*会社概要入口_tb*/
.company_link {
	background: url(images/company.jpg) top no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
/*	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
*/	margin: 0 auto 100px;
	padding: 30px 0;
	text-align: center;
	width: 95%;
}
.company_link a {
	display: block;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.company_link a img {
	display: block;
	margin: 0 0 10px;
}

/*フロー_tb*/
.flow_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.flow_wrap ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
}
.flow_wrap ol li {
	background: rgba(60,151,154,1);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px;
	width: 20%;
}
.flow_wrap ol li:nth-of-type(2) {
	background: rgba(60,130,154,1);
}
.flow_wrap ol li:nth-of-type(3) {
	background: rgba(60,107,154,1);
}
.flow_wrap ol li:nth-of-type(4) {
	background: rgba(60,85,154,1);
}
.flow_wrap .arrow_wrap {
	position: relative;
}
.flow_wrap .arrow {
	position: absolute;
	top: 48%;
	left: -8px;
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(-45deg);
}
.flow_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
}
/*コンテンツ_3_tb*/
.content_wrap_3 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-top: 150px;
	margin-bottom: 150px;
	padding-right: 30px;
	width: 85%;
}
.content_wrap_3 .left_item {
	width: 43%;
}
.content_wrap_3 .left_item img {
	margin: 0 0 40px;
	max-width: 90%;
}
.content_wrap_3 .left_item p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap_3 .right_item {
	width: 55%;
}
.content_wrap_3 .right_item .txt {
	position: relative;
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 50px 50px 50px;
	margin: 0 0 50px;
}
.content_wrap_3 .right_item .txt_2 {
	position: relative;
	background: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(27,20,100,.1));
	color: rgba(27,20,100,1);
	padding: 50px 50px 50px;
	margin: 0 0 50px;
}

.content_wrap_3 .right_item h3 {
	position: absolute;
	top: -10px;
	left: 30px;
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 1;
}
.content_wrap_3 .right_item h3 span {
	font-style: italic;
	font-size: 2.5rem;
	margin: 0 20px 0 0;
}
.content_wrap_3 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.content_wrap_3 .right_item .txt_2 p {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
}
/*オンライン_tb*/
.online_wrap {
	position: relative;
	margin: 0 0 150px;
}
.online_wrap h4 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.online_wrap h4 span {
	font-style: italic;
	font-size: 2.5rem;
	margin: 0 20px 0 0;
}
.online_wrap .box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 85%;
}
.online_wrap .box .pic_item {
	width: 45%;
}
.online_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.online_wrap .box .txt_item {
	background: #FFF;
	width: 50%;
}
.online_wrap .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.online_wrap a {
	position: absolute;
	right: 25%;
	bottom: -80px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
	border-radius: 25px;
	padding: 10px 50px;
}

}

@media (max-width:599px){
.news_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 50px;
	padding-right: 3%;
	width: 93%;
}
.news_wrap h2 {
	background: rgba(27,20,100,1);
	color: #FFF;
	font-size: 1.1rem;
	text-align: center;
	width: 20%;
}
.news_wrap dl {
	font-size: 1.1rem;
	font-weight: bold;
	width: 75%;
}
.news_wrap dl dt {
}
.news_wrap dl dd {
}
/*コンテンツ_sp*/
.content_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-left: auto;
	margin-bottom: 50px;
	width: 93%;
}
.content_wrap .txt_item {
	width: 100%;
}
.content_wrap .txt_item img {
	height: auto;
	margin: 0 0 40px;
	max-width: 65%;
}
.content_wrap .txt_item p {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.content_wrap .txt_item p span {
	display: block;
	margin: 20px 0;
}
.content_wrap .pic_item {
	position: relative;
	height: auto;
	width: 100%;
}
.content_wrap .pic_item p {
	color: rgba(27,20,100,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	margin: 0 0 30px;
	z-index: 1;
}
.content_wrap .pic_item .backcolor {
	position: absolute;
	top: 35px;
	background: rgba(245,245,245,1);
	height: 150px;
	width: 100%;
}
.content_wrap .pic_item .pic_img {
	background: url(images/pic-1.jpg) top no-repeat;
	background-size: cover;
	height: 180px;
	width: 85%;
}
/*コンテンツ_2_tb*/
.content_wrap_2 {
	margin-left: auto;
	margin-bottom: 50px;
	width: 93%;
}
.content_wrap_2 .left_item {
	margin: 0 0 30px;
	width: 100%;
}
.content_wrap_2 .left_item img {
	height: auto;
	max-width: 65%;
}
.content_wrap_2 .right_item {
	position: relative;
	width: 100%;
}
.content_wrap_2 .right_item .midashi p {
	position: absolute;
	top: 20px;
	left: -1.5rem;
	color: rgba(200,200,200,1);
	font-family: myfont , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	z-index: 1;
}
.content_wrap_2 .right_item .txt {
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 60px 30px 50px;
}
.content_wrap_2 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
/*リスト_tb*/
.list_wrap {
	margin-left: auto;
	margin-bottom: 100px;
	width: 93%;
}
.list_wrap p {
	border-bottom: solid thin rgba(27,20,100,1);
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px;
}
/*arrow_icom_tb*/
.arrow_content {
	margin: 0 0 50px;
	text-align: center;
}
.arrow_content p:nth-of-type(1) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.arrow_content p:nth-of-type(2) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.arrow_content .arrow_icom {
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(45deg);
	margin: 0 auto;
}
/*リスト２_tb*/
.list_wrap_2 {
	margin: 0 auto 50px;
	width: 95%;
}
.list_wrap_2 dl {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	margin: 0 0 50px;
}
.list_wrap_2 dl dt {
	font-weight: bold;
	padding: 15px 0 0 10px;
	width: 100%;
}
.list_wrap_2 dl dt:before {
	content:"-";
	padding: 0 10px 0 0;
}
.list_wrap_2 dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 0 0 15px 10px;
	width: 100%;
}
.list_wrap_2 img {
	height: auto;
	width: 100%;
}
/*リスト3_tb*/
.list_wrap_3 {
	margin: 0 auto 50px;
	width: 95%;
}
.list_wrap_3 dl {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.list_wrap_3 dl dt {
	color: #fff;
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
.list_wrap_3 dl dd {
	padding: 0 0 15px 0px;
	margin: 0 0 15px;
	width: 100%;
}
/*会社概要入口_tb*/
.company_link {
	background: url(images/company.jpg) top no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
/*	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
*/	margin: 0 auto 50px;
	padding: 30px 0;
	text-align: center;
	width: 95%;
}
.company_link a {
	display: block;
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.company_link a img {
	display: block;
	margin: 0 0 10px;
}

/*フロー_tb*/
.flow_wrap {
	margin: 0 auto 50px;
	width: 95%;
}
.flow_wrap ol {
	margin: 0 0 10px;
}
.flow_wrap ol li {
	background: rgba(60,151,154,1);
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px;
	margin: 0 0 45px;
	width: 100%;
}
.flow_wrap ol li:nth-of-type(2) {
	background: rgba(60,130,154,1);
}
.flow_wrap ol li:nth-of-type(3) {
	background: rgba(60,107,154,1);
}
.flow_wrap ol li:nth-of-type(4) {
	background: rgba(60,85,154,1);
}
.flow_wrap .arrow_wrap {
	position: relative;
}
.flow_wrap .arrow {
	position: absolute;
	bottom: 20px;
	left: 10%;
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid rgba(27,20,100,1);
	border-right: 1px solid rgba(27,20,100,1);
	transform: rotate(45deg);
}
.flow_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*コンテンツ_3_tb*/
.content_wrap_3 {
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 93%;
}
.content_wrap_3 .left_item {
	margin: 0 0 30px;
	width: 100%;
}
.content_wrap_3 .left_item img {
	margin: 0 0 40px;
	max-width: 65%;
}
.content_wrap_3 .left_item p {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.content_wrap_3 .right_item {
	width: 100%;
}
.content_wrap_3 .right_item .txt {
	position: relative;
	background: rgba(245,245,245,1);
	color: rgba(27,20,100,1);
	padding: 30px 20px;
	margin: 0 0 50px;
}
.content_wrap_3 .right_item .txt_2 {
	position: relative;
	background: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(27,20,100,.1));
	background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(27,20,100,.1));
	color: rgba(27,20,100,1);
	padding: 30px 20px;
	margin: 0 0 50px;
}

.content_wrap_3 .right_item h3 {
	position: absolute;
	top: -10px;
	left: 20px;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 1;
}
.content_wrap_3 .right_item h3 span {
	font-style: italic;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 15px 0 0;
}
.content_wrap_3 .right_item .txt p {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.content_wrap_3 .right_item .txt_2 p {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
}
/*オンライン_tb*/
.online_wrap {
	margin: 0 0 50px;
}
.online_wrap h4 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 20px;
}
.online_wrap h4 span {
	font-style: italic;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 15px 0 0;
}
.online_wrap .box {
	margin: 0 auto;
	width: 85%;
}
.online_wrap .box .pic_item {
	margin: 0 0 30px;
	width: 100%;
}
.online_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.online_wrap .box .txt_item {
	margin: 0 0 30px;
	width: 100%;
}
.online_wrap .box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
}
.online_wrap .link {
	text-align: center;
}
.online_wrap a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background: -moz-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: -webkit-linear-gradient(top, rgba(60,130,154,1), rgba(60,85,154,1));
	background: linear-gradient(to bottom, rgba(60,130,154,1), rgba(60,85,154,1));
	border-radius: 25px;
	padding: 10px 30px;
}

}

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

/*----------------------
▼エントリー窓口▼
----------------------*/

@media (min-width:1201px){
.entry_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_wrap .explanation {
	background: rgba(27,20,100,1);
	padding: 50px 250px;
}
.entry_wrap .explanation h2 {
	background: #FFF;
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .explanation p {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.entry_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.entry_wrap .box .hearing_item {
	background: rgba(0,113,188,1);
	padding: 50px 80px;
	width: 50%;
}
.entry_wrap .box .hearing_item h3 {
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .hearing_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .hearing_item p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.entry_wrap .box .hearing_item .link {
	text-align: center;
}
.entry_wrap .box .hearing_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 90px;
}
.entry_wrap .box .entry_item {
	background: rgba(130,0,0,1);
	padding: 50px 80px;
	width: 50%;
}
.entry_wrap .box .entry_item h3 {
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .entry_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .entry_item p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.entry_wrap .box .entry_item .link {
	text-align: center;
}
.entry_wrap .box .entry_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border-radius: 30px;
	color: #fff;
  	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 90px;
}

}

@media (min-width: 960px) and (max-width: 1200px) {
.entry_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_wrap .explanation {
	background: rgba(27,20,100,1);
	padding: 50px 100px;
}
.entry_wrap .explanation h2 {
	background: #FFF;
	color: rgba(27,20,100,1);
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .explanation p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.entry_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.entry_wrap .box .hearing_item {
	background: rgba(0,113,188,1);
	padding: 50px 3%;
	width: 50%;
}
.entry_wrap .box .hearing_item h3 {
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .hearing_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .hearing_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.entry_wrap .box .hearing_item .link {
	text-align: center;
}
.entry_wrap .box .hearing_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 90px;
}
.entry_wrap .box .entry_item {
	background: rgba(130,0,0,1);
	padding: 50px 3%;
	width: 50%;
}
.entry_wrap .box .entry_item h3 {
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .entry_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .entry_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.entry_wrap .box .entry_item .link {
	text-align: center;
}
.entry_wrap .box .entry_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border-radius: 30px;
	color: #fff;
  	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 90px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.entry_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_wrap .explanation {
	background: rgba(27,20,100,1);
	padding: 50px 5%;
}
.entry_wrap .explanation h2 {
	background: #FFF;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .explanation p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.entry_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.entry_wrap .box .hearing_item {
	background: rgba(0,113,188,1);
	padding: 50px 3%;
	width: 50%;
}
.entry_wrap .box .hearing_item h3 {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .hearing_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .hearing_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.entry_wrap .box .hearing_item .link {
	text-align: center;
}
.entry_wrap .box .hearing_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 20px;
}
.entry_wrap .box .entry_item {
	background: rgba(130,0,0,1);
	padding: 50px 3%;
	width: 50%;
}
.entry_wrap .box .entry_item h3 {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.entry_wrap .box .entry_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .entry_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.entry_wrap .box .entry_item .link {
	text-align: center;
}
.entry_wrap .box .entry_item .link a {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border-radius: 30px;
	color: #fff;
  	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 90px;
}

}

@media (max-width:599px){
.entry_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_wrap .explanation {
	background: rgba(27,20,100,1);
	padding: 30px 5%;
}
.entry_wrap .explanation h2 {
	background: #FFF;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px;
	margin: 0 0 20px;
}
.entry_wrap .explanation p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
.entry_wrap .box {
}
.entry_wrap .box .hearing_item {
	background: rgba(0,113,188,1);
	padding: 30px 3%;
	width: 100%;
}
.entry_wrap .box .hearing_item h3 {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.entry_wrap .box .hearing_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .hearing_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.entry_wrap .box .hearing_item .link {
	text-align: center;
}
.entry_wrap .box .hearing_item .link a {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0px;
	width: 100%;
}
.entry_wrap .box .entry_item {
	background: rgba(130,0,0,1);
	padding: 30px 3%;
	width: 100%;
}
.entry_wrap .box .entry_item h3 {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.entry_wrap .box .entry_item h3 img {
	margin: 0 10px 10px 0;
}
.entry_wrap .box .entry_item p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.entry_wrap .box .entry_item .link {
	text-align: center;
}
.entry_wrap .box .entry_item .link a {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border-radius: 30px;
	color: #fff;
  	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0px;
	width: 100%;
}

}

/*----------------------
▲エントリー窓口▲
----------------------*/

/*----------------------
▼よくあるご質問▼
----------------------*/

@media (min-width:960px){
.qa_wrap {
	margin: 100px auto;
	width: 960px;
}
.qa_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 50px;
}
.qa_wrap h2+p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.qa_wrap h2+p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 0 40px;
	padding: 10px;
}
.accordion a {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion a:hover {
	opacity: .4;
}
.accordion dt {
	color: rgba(27,20,100,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.accordion dd {
	display: none;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 10px auto;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 49%;
	left: -35px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 3px;
    background: rgba(27,20,100,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.qa_wrap {
	margin: 80px auto 100px;
	width: 85%;
}
.qa_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 50px;
}
.qa_wrap h2+p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.qa_wrap h2+p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 0 40px;
	padding: 10px;
}
.accordion a {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion a:hover {
	opacity: .4;
}
.accordion dt {
	color: rgba(27,20,100,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.accordion dd {
	display: none;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 10px auto;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 49%;
	left: -35px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 3px;
    background: rgba(27,20,100,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

@media (max-width:599px){
.qa_wrap {
	margin: 100px auto 50px;
	width: 85%;
}
.qa_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.qa_wrap h2+p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.qa_wrap h2+p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 0 40px;
	padding: 10px 30px;
}
.accordion a {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion dt {
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.accordion dd {
	display: none;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 10px auto;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 49%;
	left: -35px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 3px;
    background: rgba(27,20,100,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

/*----------------------
▲よくあるご質問▲
----------------------*/

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

@media (min-width:960px){
.company_wrap {
	margin: 100px auto;
	width: 960px;
}
.company_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	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;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 100px;
}
.company_wrap dl dt {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0;
	text-align: center;
	width: 25%;
}
.company_wrap dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	width: 70%;
}
.rinen {
	text-align: center;
}
.rinen p:nth-of-type(1) {
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
}
.rinen p:nth-of-type(2) {
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.company_wrap {
	margin: 80px auto 100px;
	width: 95%;
}
.company_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	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;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 100px;
}
.company_wrap dl dt {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0;
	text-align: center;
	width: 25%;
}
.company_wrap dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 40px;
	width: 70%;
}
.rinen {
	text-align: center;
}
.rinen p:nth-of-type(1) {
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
}
.rinen p:nth-of-type(2) {
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

@media (max-width:599px){
.company_wrap {
	margin: 100px auto 50px;
	width: 95%;
}
.company_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	color: rgba(27,20,100,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.company_wrap dl dt {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0;
	text-align: center;
	width: 25%;
}
.company_wrap dl dd {
	border-bottom: solid thin rgba(27,20,100,1);
	padding: 15px 0 15px 10px;
	width: 72%;
}
.rinen {
	text-align: center;
}
.rinen p:nth-of-type(1) {
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
}
.rinen p:nth-of-type(2) {
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

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

/*----------------------
▼WEB面談▼
----------------------*/

@media (min-width:960px){
.web_wrap {
	margin: 0 auto 100px;
	width: 960px;
}
.web_wrap h1 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 50px;
}
.web_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.web_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 0 100px;
}
.web_wrap .box .pic_item {
	width: 450px;
}
.web_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.web_wrap .box .txt_item {
	width: 450px;
}
.web_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
}
.web_wrap .img {
	margin: 30px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.web_wrap {
	margin: 0 auto 100px;
	width: 95%;
}
.web_wrap h1 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 50px;
}
.web_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.web_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 0 100px;
}
.web_wrap .box .pic_item {
	width: 40%;
}
.web_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.web_wrap .box .txt_item {
	width: 55%;
}
.web_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
}
.web_wrap .img {
	margin: 30px 0 0;
}
.web_wrap .img img {
	height: auto;
	width: 100%;
}

}

@media (max-width:599px){
.web_wrap {
	margin: 100px auto 50px;
	width: 95%;
}
.web_wrap h1 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.web_wrap h2 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 30px;
}
.web_wrap .box {
	margin: 0 0 50px;
}
.web_wrap .box .pic_item {
	margin: 0 0 30px;
	width: 100%;
}
.web_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.web_wrap .box .txt_item {
	width: 100%;
}
.web_wrap p {
	font-size: 1.3rem;
}
.web_wrap .img {
	margin: 30px 0 0;
}
.web_wrap .img img {
	height: auto;
	width: 100%;
}

}
/*----------------------
▲WEB面談▲
----------------------*/

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

@media (min-width:960px){
.pp_wrap,
.guide_wrap {
	margin: 80px auto;
	width: 960px;
}
.pp_wrap .title h1,
.guide_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	text-align: center;
}
.pp_wrap p,
.guide_wrap p {
	font-size: 1.5rem;
}
.guide_wrap p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.pp_txt,
.guide_txt {
	margin: 0 0 40px;
}
.pp_midashi,
.guide_midashi {
	font-weight: bold;
}
.pp_box,
.guide_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
.pp_link {
	margin: 0 auto 50px;
	width: 960px;
}
.pp_link p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.pp_link p a {
	color: #900;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.pp_wrap,
.guide_wrap {
	margin: 80px auto;
	width: 95%;
}
.pp_wrap .title h1,
.guide_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	text-align: center;
}
.pp_wrap p,
.guide_wrap p {
	font-size: 1.5rem;
}
.guide_wrap p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.pp_txt,
.guide_txt {
	margin: 0 0 40px;
}
.pp_midashi,
.guide_midashi {
	font-weight: bold;
}
.pp_box,
.guide_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
.pp_link {
	margin: 0 auto 50px;
	width: 95%;
}
.pp_link p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.pp_link p a {
	color: #900;
}

}

@media (max-width:599px){
.pp_wrap,
.guide_wrap {
	margin: 100px auto 50px;
	width: 95%;
}
.pp_wrap .title h1,
.guide_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap p,
.guide_wrap p {
	font-size: 1.3rem;
}
.guide_wrap p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.pp_txt,
.guide_txt {
	margin: 0 0 40px;
}
.pp_midashi,
.guide_midashi {
	font-weight: bold;
}
.pp_box,
.guide_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
.pp_link {
	margin: 0 auto 30px;
	width: 95%;
}
.pp_link p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.pp_link p a {
	color: #900;
}

}

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

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

@media (min-width:960px){
/*タイトル*/
.entry_form_wrap,
.hearing_form_wrap {
	margin: 0 auto;
	width: 960px;
}
.entry_form_wrap .title h1,
.hearing_form_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 100px 0 50px;
	text-align: center;
}
.hearing_form_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.entry_form_wrap .title p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.entry_form_wrap .title p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.hearing_top_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 0;
}
.hearing_top_box p {
	border: solid thin rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	width: 20%;
}
.hearing_top_box .current {
	background: rgba(27,20,100,1);
	color: #fff;
	width: 40%;
}
.hearing_top_box span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.form_wrap .hosoku_txt {
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 30px;
}
.form_wrap .hosoku_txt p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
/*添付ファイル説明*/
.tenpu_txt {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 20px;
}
.tenpu_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.tenpu_txt p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
/*フォーム*/
input {
    border: none;
}

.form_wrap {
	margin: 80px auto;
	width: 960px;
}
.form_wrap .item_box,
.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 30px;
	width: 100%;
}
.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: 50px 0 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .radio_wrap .radio_left_item {
	border-bottom: solid thin rgba(27,20,100,1);
	text-align: center;
	width: 25%;
}
.form_wrap .item_box .item_right {
	border-bottom: solid thin rgba(27,20,100,1);
	height: 45px;
	padding: 0 0 0 20px;
	width: 70%;
}
.form_wrap .item_box .item_left p,
.form_wrap .radio_wrap .radio_left_item p,
.form_wrap .date_wrap .date_left_item label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .submit_check_box label {
	color: rgba(27,20,100,1);
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}
.form_wrap .radio_wrap label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 30px 0 0;
	cursor: pointer;
}
.form_wrap .radio_item {
	margin: 0 5px 0 0;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .date_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 .date_wrap .date_left_item {
	border-bottom: solid thin rgba(27,20,100,1);
	text-align: center;
	width: 25%;
}
.form_wrap .date_right_item,
.form_wrap .radio_right_item {
	width: 70%;
}
.form_wrap .date_day {
	border: solid thin rgba(153,153,153,1);
	height: 40px;
	margin: 0 10px 0 0;
	width: 200px;
}
.form_wrap .date_time {
	height: 40px;
	width: 100px;
}
.form_wrap .item_box_message .item_left {
	width: 25%;
}
.form_wrap .item_box_message .item_left p {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.form_wrap .item_box_message .item_right {
	width: 70%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}

/*送信系*/
.form_wrap .sub_btn1,
.form_wrap .sub_btn2 {
	cursor: pointer;
}
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 70%;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 25%;
}
.form_wrap .sub_btn1:hover,
.form_wrap .sub_btn2:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*タイトル_tb*/
.entry_form_wrap,
.hearing_form_wrap {
	margin: 0 auto;
	width: 95%;
}
.entry_form_wrap .title h1,
.hearing_form_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 60px 0 50px;
	text-align: center;
}
.hearing_form_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.entry_form_wrap .title p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.entry_form_wrap .title p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.hearing_top_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 0;
}
.hearing_top_box p {
	border: solid thin rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	width: 20%;
}
.hearing_top_box .current {
	background: rgba(27,20,100,1);
	color: #fff;
	width: 40%;
}
.hearing_top_box span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.form_wrap .hosoku_txt {
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 30px;
}
.form_wrap .hosoku_txt p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
/*添付ファイル説明_tb*/
.tenpu_txt {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 20px;
}
.tenpu_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.tenpu_txt p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
/*フォーム_tb*/
input {
    border: none;
}

.form_wrap {
	margin: 80px auto;
	width: 95%;
}
.form_wrap .item_box,
.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 30px;
	width: 100%;
}
.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: 50px 0 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .radio_wrap .radio_left_item {
	border-bottom: solid thin rgba(27,20,100,1);
	text-align: center;
	width: 25%;
}
.form_wrap .item_box .item_right {
	border-bottom: solid thin rgba(27,20,100,1);
	height: 45px;
	padding: 0 0 0 20px;
	width: 70%;
}
.form_wrap .item_box .item_left p,
.form_wrap .radio_wrap .radio_left_item p,
.form_wrap .date_wrap .date_left_item label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .submit_check_box label {
	color: rgba(27,20,100,1);
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}
.form_wrap .radio_wrap label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 30px 0 0;
	cursor: pointer;
}
.form_wrap .radio_item {
	margin: 0 5px 0 0;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .date_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 .date_wrap .date_left_item {
	border-bottom: solid thin rgba(27,20,100,1);
	text-align: center;
	width: 25%;
}
.form_wrap .date_right_item,
.form_wrap .radio_right_item {
	width: 70%;
}
.form_wrap .date_day {
	border: solid thin rgba(153,153,153,1);
	height: 40px;
	margin: 0 10px 0 0;
	width: 200px;
}
.form_wrap .date_time {
	height: 40px;
	width: 100px;
}
.form_wrap .item_box_message .item_left {
	width: 25%;
}
.form_wrap .item_box_message .item_left p {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.form_wrap .item_box_message .item_right {
	width: 70%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}

/*送信系*/
.form_wrap .sub_btn1,
.form_wrap .sub_btn2 {
	cursor: pointer;
}
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 70%;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 25%;
}

}

@media (max-width:599px){

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
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);/*タップ時影*/
}
/*タイトル_sp*/
.entry_form_wrap,
.hearing_form_wrap {
	margin: 100px auto 50px;
	width: 95%;
}
.entry_form_wrap .title h1,
.hearing_form_wrap .title h1 {
	color: rgba(27,20,100,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.hearing_form_wrap .title p {
	font-size: 1.3rem;
	font-weight: bold;
}
.entry_form_wrap .title p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.entry_form_wrap .title p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.hearing_top_box {
	margin: 30px 0 0;
}
.hearing_top_box p {
	border: solid thin rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
.hearing_top_box .current {
	background: rgba(27,20,100,1);
	color: #fff;
	width: 100%;
}
.hearing_top_box span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.form_wrap .hosoku_txt {
	background: rgba(27,20,100,1);
	padding: 15px 0;
	margin: 0 0 30px;
}
.form_wrap .hosoku_txt p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/*添付ファイル説明_sp*/
.tenpu_txt {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 20px;
}
.tenpu_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.tenpu_txt p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
/*フォーム_sp*/
.form_wrap {
	margin: 50px auto;
	width: 100%;
}
.form_wrap .item_box,
.form_wrap .radio_wrap {
	margin: 0 0 20px;
	width: 100%;
}
.form_wrap .item_box_message {
	margin: 50px 0 20px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .radio_wrap .radio_left_item {
	width: 100%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 100%;
}
.form_wrap .item_box .item_left p,
.form_wrap .radio_wrap .radio_left_item p,
.form_wrap .date_wrap .date_left_item label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
}
.form_wrap .submit_check_box label {
	color: rgba(27,20,100,1);
	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 .radio_wrap label {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 30px 0 0;
}
.form_wrap .radio_item {
	margin: 0 5px 0 0;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .date_wrap {
	margin: 0 0 40px;
}
.form_wrap .date_wrap .date_left_item {
	width: 100%;
}
.form_wrap .date_right_item,
.form_wrap .radio_right_item {
	width: 100%;
}
.form_wrap .date_day {
	border: solid thin rgba(153,153,153,1);
	height: 40px;
	margin: 0 10px 0 0;
	width: 100px;
}
.form_wrap .date_time {
	height: 40px;
	width: 100px;
}
.form_wrap .item_box_message .item_left {
	width: 100%;
}
.form_wrap .item_box_message .item_left p {
	color: rgba(27,20,100,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_wrap .item_box_message .item_right {
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
.form_wrap input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}

/*送信系_sp*/
.form_wrap .sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 50px;
	margin: 0 0 10px;
	width: 100%;
}

}

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

/*----------------------
▼サンクス▼
----------------------*/

@media (min-width:960px){
.thanks_wrap {
	margin: 50px auto;
	width: 960px;
}
.thanks_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.thanks_wrap {
	margin: 50px auto;
	width: 95%;
}
.thanks_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

}

@media (max-width:599px){
.thanks_wrap {
	margin: 100px auto 50px;
	width: 95%;
}
.thanks_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
}

}

/*----------------------
▲サンクス▲
----------------------*/

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

@media (min-width:960px){
footer address {
	background: rgba(27,20,100,1);
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
}
footer .foot_under_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 35px;
	margin: 0 auto 10px;
	width: 85%;
}
footer .foot_under_box p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 35px;
}
footer .foot_under_box ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
footer .foot_under_box ul li {
	padding: 0 25px;
}
footer .foot_under_box ul li+li {
	border-left: 1px solid;
	height: 35px;
}
footer .foot_under_box ul a {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 35px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
footer address {
	background: rgba(27,20,100,1);
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
}
footer .foot_under_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 35px;
	margin: 0 auto 10px;
	width: 95%;
}
footer .foot_under_box p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 35px;
}
footer .foot_under_box ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
footer .foot_under_box ul li {
	padding: 0 10px;
}
footer .foot_under_box ul li+li {
	border-left: 1px solid;
	height: 35px;
}
footer .foot_under_box ul a {
	font-size: 1rem;
	font-weight: bold;
	line-height: 35px;
}

}

@media (max-width:599px){
footer address {
	background: rgba(27,20,100,1);
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
}
footer address img {
	height: auto;
	width: 20%;
}
footer .foot_under_box {
	margin: 0 auto 80px;
	width: 95%;
}
footer .foot_under_box p {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
footer .foot_under_box ul {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
footer .foot_under_box ul li {
	border-bottom: solid thin rgba(102,102,102,1);
	width: 48%;
	padding: 0 10px;
}
footer .foot_under_box ul a {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 35px;
}

}

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