@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family: "M PLUS Rounded 1c";
	overflow-x:hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    /*font-style:italic;*/
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
}

/*リセット
---------------------------------------------------------------*/
/*汎用
---------------------------------------------------------------*/
.contents {
	width:990px;
	margin:0 auto;
}
.pa-h {
	padding:10px 0;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.borderbg {
    background-color: #F4F4F7;
    background-image: linear-gradient(-45deg, #FFF 25%, #F4F4F7 25%, #F4F4F7 50%, #FFF 50%, #FFF 75%, #F4F4F7 75%, #F4F4F7);
    background-size: 8px 8px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.s-text {
	/*font-style:italic;*/
	font-size:18px;
	font-weight:normal;
}
.s-text-u {
	/*font-style:italic;*/
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
}
.s-text-b {
	font-size:18px;
	font-weight:normal;
}
.text-title {
	text-align:center;
	font-size:48px;
	color: #FF6600;
	margin:40px 0 50px 0;
	line-height:60px;
}
.text-title2 {
	text-align:center;
	font-size:48px;
	color: #97CA49;
	margin:40px 0 50px 0;
}
.text-title3 {
	text-align:center;;
	font-size:48px;
	color: #00A1D9;
	margin:40px 0;
}
.text-title4 {
	text-align:center;
	font-size:48px;
	color: #FF6600;
	margin:40px 0 50px 0;
}
.button {
	width:330px;
	margin:30px auto 30px auto;
	text-align: center;
}
.mojibg {
	background:url(../img/bg.jpg) no-repeat;
	background-size:cover;
}
.red {
	font-weight:bold;
	color:#F00;
}

.sp {
	display:none;
}
.pc {
	display:block;
}
/*head
---------------------------------------------------------------*/
#head {
	width:100%;
	background:#FFCC00;
	padding:0 10px;
}
#logo {
	float:left;
	height:60px;
}
#logo img{
	max-width: 100%;
    max-height: 100%;
}
#top-text {
	float: right;
    text-align: right;
    color: #FF6600;
    line-height: 60px;
	font-weight:normal;
    font-size: 26px;
}
#epark {
    z-index: 100;
}
#epark img{
	position: fixed;
    top: 4%;
    right: 2%;
    width: 15%;
	z-index: 100;
}
/*key
---------------------------------------------------------------*/
#key-bg {
	position:relative;
	/*background:#FFCC00;*/
}
#key {
	/*background-image: url(../img/18318_3.jpg);*/
	/*background-image: url(../img/i6023.jpg);*/
	background-image: url(../img/i6026.jpg);
	background-repeat:no-repeat;
    background-size: cover;
	height:1200px;
	border-radius:0% 0% 13% 13%;
    background-position: right -20px;
	
}
#key-button {
	margin:30px 0 0 0;
}


a.tj-btn-3 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:15px 0;
   padding:.6em 2em .6em 1em;
   font-size:24px;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:#fff;
   background:#FF6600;
   border-radius:15px;
   border:2px solid #fff;
   box-shadow:0 0 0 2px #FF6600;
}

a.tj-btn-3:after{
   position:absolute;
   top:50%;
   right:.5em;
   transform: translateY(-50%);
   content: "≫";
   animation:infinite movearrow 1.5s ;
}

a.tj-btn-3 span{
   font-size:.4em;
   display:block;
   line-height:1.5em;
   font-weight:normal;
}
a.tj-btn-3:hover {
	cursor:pointer;
	opacity:0.9;
}
.b {
	font-weight:bold;
}
.error {
	color:#F00;
	font-size:14px;
}

#name_error,#area_error,#email_error,#tel_error {
	display:none;
}


@keyframes movearrow {
   0%{margin:0 15px 0 -15px;opacity:.3;}
}


#key-text {
	position:absolute;
	top:180px;
	right:10%;
	color: #FF6600;
    font-size: 55px;
	line-height:68px;
	font-weight:bold;
	z-index: 2;
}
/*message
---------------------------------------------------------------*/

.text-title_2 {
    position: absolute;
    top: 66%;
    width: 80%;
    left: 10%;
    padding: 2%;
    background: rgba(255, 102, 0, 0.6);
	z-index: 1;
    font-weight: bold;
	border-radius: 15px;
}
.text-title_2 p {
	font-size: 16px;
    line-height: 2em;
	text-align: left;
	color: #fff;
}
.message{
	margin-top: 16px;
}
.white{
	text-shadow:1px 1px 0 #fff,-1px 1px 0 #ffff,1px -1px 0 #ffff,-1px -1px 0 #fff;
	font-size: 18px;
	color: #343eff;
}
.message_none{
	display: block;
}

/*point
---------------------------------------------------------------*/
#contents1 {
	line-height:26px;
	padding:60px 0;
}
.point {
	width : calc(100% / 3)  ;
	float:left;
}
.point p{
	padding-top: 50px;
}
.maru-text p{
	width:98%;
	background: #FFF;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
.maru-text2 p{
	width:98%;
	background: #F8F8F8;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
.maru1 {
	width:200px;
	height:200px;
	background:#97CA49;
	border-radius:50% 50% 50% 50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}
.maru2 {
	width:200px;
	height:200px;
	background:#FD7400;
	border-radius:50% 50% 50% 50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}
.maru3 {
	width:200px;
	height:200px;
	background:#00A1D9;
	border-radius:50% 50% 50% 50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}

/*選べる働き方
---------------------------------------------------------------*/

#contents2 {
	line-height:26px;
	padding:30px 0;
}

.shikaku1 {
	position:relative;
	width:200px;
	height:200px;
	background:#97CA49;
	border-radius:5%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}
.shikaku2 {
	position:relative;
	width:200px;
	height:200px;
	background:#FD7400;
	border-radius:5%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}
.shikaku3 {
	position:relative;
	width:200px;
	height:200px;
	background:#00A1D9;
	border-radius:5%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
}

.tj-btn-4 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:15px 0;
   padding:.6em 2em .6em 1em;
   font-size:44px;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:#fff;
}

.tj-btn-4:after{
   position:absolute;
   top:50%;
   right:.5em;
   transform: translateY(-50%);
   content: "≫";
   animation:infinite movearrow 1.5s ;
}

.tj-btn-4:after{
   font-size:.5em;
   display:block;
   line-height:1.5em;
   font-weight:normal;
}
.tj-btn-4:hover {
	cursor:pointer;
	opacity:0.9;
}

.more {
	position:absolute;
	bottom:50px;
	right:10px;
}

/*幹部候補
---------------------------------------------------------------*/

#contents3 {
	line-height:23px;
	padding:30px 0;
}

#contents4 {
	line-height:26px;
	padding:30px 0;
}

#contents5 {
	line-height:26px;
	padding:30px 0;
}
#contents6 {
	line-height:26px;
	padding:30px 0;
}
#contents7 {
	line-height:26px;
	padding:30px 0;
}
#contents8 {
	line-height:26px;
	padding:30px 0;
}
#contents9 {
	line-height:26px;
	padding:30px 0;
}

/*
---------------------------------------------------------------*/
.michi {
	width : calc(97% / 3)  ;
	float:left;
	background:#FFF;
	border-radius:5% 5% 5% 5%;
	margin-top:20px;
	border:solid 2px #F1F1F1;
	margin-right:1%;
	
	height:198px;
}
.michi2 {
	width : calc(97% / 3)  ;
	float:left;
	background:#F8F8F8;
	border-radius:5% 5% 5% 5%;
	margin-top:20px;
	border:solid 1px #E9E9E9;
	margin-right:1%;
	
	height:198px;
}
.michi3 {
	width : calc(97% / 3)  ;
	float:left;
	background:#F8F8F8;
	border-radius:5% 5% 5% 5%;
	margin-top:20px;
	border:solid 1px #E9E9E9;
	margin-right:1%;
}


.michi-title1 {
	background:#97CA49;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}
.michi-title1-b {
	background:#94de24;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}
	
.michi-text {
}
.michi-text p{
	width:60%;
	float:left;
	padding:10px;
}
.michi-text img{
	float:right;
	border:solid 2px #FFF;
	max-width: 100%;
    max-height: 100%;
	margin:5px;
}

.tencho_movie {
	margin: 0 auto;
	text-align: center;
}
.movie-wrap {
     position: relative;
     padding-bottom: 50%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
	 left: 10%;
	 width: 80%;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.maru-text_t {
	margin-bottom: 50px;
}

#career {
	width:90%;
	margin:40px auto 0 auto;
	text-align:center;
	background:#FFFFFF;
	border-radius:20px;
	filter: drop-shadow(3px 5px 3px #CACACA);
}
#career img {
	padding-top:5px;
}
/*
---------------------------------------------------------------*/
.michi-title2 {
	background:#e57a1f;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}
.michi-title2-b {
	background:#FD7400;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}


/*
---------------------------------------------------------------*/
.michi-title3 {
	background:#00A1D9;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}
.michi-title3-b {
	background:#13bcf6;
	color:#FFF;
	text-align:center;
	border-radius:5% 5% 0% 0%;
	padding:10px 0;
}
/*interview
---------------------------------------------------------------*/
#interview {
	position:relative;
}
#interview1 {
	position:absolute;
	bottom:240px;
	left:30px;
}
#interview2 {
	position:absolute;
	bottom:240px;
	right:256px;
}
#interview3 {
	position:absolute;
	bottom:16px;
	left:256px;
}
#interview4 {
	position:absolute;
	bottom:16px;
	right:41px;
}

.btn-social-long-twitter:hover {
	cursor:pointer;
}

.btn-social-long-twitter {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: #f04e6a;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.btn-social-long-twitter .fa-twitter {
  text-shadow: 2px 2px 0px #4287d6;
  font-size: 30px;
}

.btn-social-long-twitter span {
  display:inline-block;
  transition: .5s;
}

.btn-social-long-twitter:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
/*yoko
---------------------------------------------------------------*/
#yoko {
	text-align:left;
	margin-bottom:30px;
}
#yoko tr{
}
#yoko th{
	padding:10px;
	font-weight: bold;
    width: 200px;
    color: #FE6600;
	background:#fff6e8 ;
	border:solid 1px #FED899;
}
#yoko td{
	padding:10px;
	width:auto;
	background:#FFF ;
	border:solid 1px #FED899;
}
/*step
---------------------------------------------------------------*/
.stepbar {
	display: flex;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
	list-style: none;
	text-align:center;
}

.stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px) / 3);
	height: 120px;
	margin: 0 5px;
	/*padding: 1px;*/
	background: #299100;
}

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
	z-index: 4
}

.stepbar__item:nth-child(2) {
	z-index: 3
}

.stepbar__item:nth-child(3) {
	z-index: 2
}

.stepbar__item:nth-child(4) {
	z-index: 1
}

.stepbar__item:first-child {
	margin-left: 0;
}

.stepbar__item:last-child {
	margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #50cf1e;
}

.stepbar__item:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #ffffff;
}

.stepbar__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 1rem;
	font-weight: bold;
}

/**/

.stepbar__item-inner1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 1rem;
	font-weight: bold;
}
.stepbar__item1:nth-child(1) {
	z-index: 4
}

.stepbar__item1:nth-child(2) {
	z-index: 3
}

.stepbar__item1:nth-child(3) {
	z-index: 2
}

.stepbar__item1:nth-child(4) {
	z-index: 1
}

.stepbar__item1:first-child {
	margin-left: 0;
}

.stepbar__item1:last-child {
	margin-right: 0;
}

.stepbar__item1:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #299100;
}

.stepbar__item1:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #ffffff;
}
.stepbar__item:not(:last-child) .stepbar__item-inner1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #76ee47;
}
.stepbar__item1:not(:last-child) .stepbar__item-inner1::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #ffffff;
}
/**/

.stepbar__item-inner--current1 {
	background: #76ee47;
	color: #ffffff;
}
.stepbar__item-inner--current2 {
	background: #50cf1e;
	color: #ffffff;
}
.stepbar__item-inner--current3 {
	background: #34b800;
	color: #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #50cf1e;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-right: 0;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner--current1::after {
	display: none;
}
.stepbar__item:not(:last-child) .stepbar__item-inner--current2::after {
	display: none;
}
.stepbar__item:not(:last-child) .stepbar__item-inner--current3::after {
	display: none;
}

/*message
---------------------------------------------------------------*/
.one {
	margin-bottom:30px;
}
.one p{
}
.one img{
	width:210px;
	float:right;
}


.one2 {
	margin-bottom:30px;
}
.one2 p{
}
.one2 img{
	width:210px;
	float:left;
}


.frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
	float:right;
	margin:0 10px 20px 20px;
}
.frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before,
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
/*
---------------------------------------------------------------*/



.frame2 {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
	float:left;
	margin:0 10px 20px 20px;
}
.frame2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame2:before,
.frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame2:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.frame2:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
/*kaisya
---------------------------------------------------------------*/
#kaisya {
	text-align:left;
	margin-bottom:30px;
}
#kaisya tr{
}
#kaisya th{
	padding:10px;
	font-weight: bold;
    width: 200px;
    color: #FE6600;
	background:#fff6e8 ;
	border:solid 1px #FED899;
}
#kaisya td{
	padding:10px;
	width:760px;
	background:#FFF ;
	border:solid 1px #FED899;
}

/*form
---------------------------------------------------------------*/
#form {
	text-align:left;
	margin-bottom:30px;
}
#form tr{
}
#form th{
	padding:10px;
	font-weight: bold;
    width: 200px;
    color: #FE6600;
	background:#fff6e8 ;
	border:solid 1px #FED899;
}
#form td{
	padding:10px;
	width:760px;
	background:#FFF ;
	border:solid 1px #FED899;
}

#form input[type="text"] {
	padding:10px 5px;
	width:90%;
}
#form input[type="tel"],#form input[type="email"]  {
	padding:10px 5px;
	width:60%;
}
#form select{
	padding:10px 5px;
	width:300px;
	
}
.red2 {
	background:#60BF00;
	color:#FFF;
	padding:1px 6px;
	border-radius:4px;
	font-size:11px;
	font-weight:normal;
}

/*step sp
---------------------------------------------------------------*/

.balloon{
	text-align:center;
	font-size:16px;
	width:80%;
	margin:30px auto;
	position: relative;
	background: #ffb74d;
	padding: 1em;
}
.balloon:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ffb74d transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}


/*モーダル
---------------------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal a,.js-modal-open{
	color:#03C;
}


.modal__content table {
	width:96%;
}
.modal__content td {
	width:48%;
	margin-right:1%;
}

/*
---------------------------------------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #e1f5fe;
}
.cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #42a5f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-bottom:20px;
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #1976d2 transparent transparent;
}


.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.6em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
	margin-right: 20px;
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
	line-height:1.6em;
}

/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.0em;
	color: #ffffff;
	line-height:1.7em;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}

#footer {
	width:100%;
	background:#000;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	padding:5px 0;
}

/*script*/
.elem {
  position: relative;
  opacity: 0.1;
  transition: 1s;
  transform: translate(0px,40px);
}

.isAnimate {
  opacity: 1;
  transform: rotate(0); 
}

@media (max-width: 1300px) {
	#key-text {
		top:180px;
		right:5%;
		font-size: 45px;
		line-height:58px;
	}
	#epark img{
		position: fixed;
		top: 5%;
		right: 2%;
		width: 14%;
		z-index: 100;
	}
	.text-title_2 {
    	top: 58%;
	}
	.message_none{
		display: none;
	}
}
@media (max-width: 1000px) {
	.contents {
		width:100%;
	}
	.text-title_2 {
		position: relative;
		background: rgba(255, 102, 0, 0.8);
	}
    
    /*head
    ---------------------------------------------------*/
    #logo {
        text-align: center;
        float:none;
    }
    #logo img{
        max-width: 100%;
        max-height: 100%;
    }
    #top-text {
        text-align: center;
        float: none;
    }
    #epark img{
		position: fixed;
		top: 2.4%;
		right: 2%;
		width: 16%;
	}
    
    /*key
    ---------------------------------------------------*/
	#key-text {
		top:300px;
		right:5%;
		font-size: 38px;
		line-height:66px;
	}
	#key {
		/*background-position: -140px;*/
		height:600px;
        border-radius: 5px;
        background-position: 0px;
	}
    
    /*point
    ---------------------------------------------------*/
    #contents1 {
    }
    .point {
        width : calc(100% / 1)  ;
        float:none;
        margin-bottom: 20px;
    }
    
    
    /*shikaku
    ---------------------------------------------------*/
    #contents2 .point p {
        padding-top: 12px;
    }
    
    .shikaku1 {
        width:70%;
        height:100px;
    }
    .shikaku2 {
        width:70%;
        height:100px;
    }
    .shikaku3 {
        width:70%;
        height:100px;
    }
    
    /*#contents2  tj-btn-4
    ----------------------------------------------------*/
    #contents2 .tj-btn-4 {
    }

    #contents2 .tj-btn-4:after{
       top:130%;
    }

    #contents2 .tj-btn-4:after{
    }
    
    /*contents3
    ---------------------------------------------------*/
    #contents3 .michi {
		width : calc(95% / 1)  ;
		float:none;
        margin: 20px auto;
        height: auto;
	}
    
    /*contents4
    ---------------------------------------------------*/
    #contents4 .michi2 {
		width : calc(95% / 1)  ;
		float:none;
        margin: 20px auto;
        height: auto;
	}
    
    /*contents5
    ---------------------------------------------------*/
    #contents5 .michi {
		width : calc(95% / 1)  ;
		float:none;
        margin: 20px auto;
        height: auto;
	}
    
    /*contents6
    ---------------------------------------------------*/
    
    /*contents7
    ---------------------------------------------------*/
    #yoko {
		width:98%;
		margin:30px auto;
	}
    #yoko th{
        width: 26%;
    }
    
    /*interview
    ---------------------------------------------------*/
	#interview img{
        width:30%;
	}
	.michi,.michi2 {
		width : calc(97% / 2)  ;
		float:left;
		height:240px;
	}
    
    
    
    /*message
    ---------------------------------------------------*/
    .one {
        margin-bottom:30px;
    }
    .one p{
    }
    .one img{
        width:120px;
        float:right;
    }
    .one2 {
        margin-bottom:30px;
    }
    .one2 p{
    }
    .one2 img{
        width:120px;
        float:left;
    }
	#message {
		width:98%;
		margin:0 auto;
		padding:10px;
	}
	
	
    
    
    /*form
    ---------------------------------------------------*/
	#form table {
		width:98%;
		margin:0 auto;
	}
	
	#form th{
		width: 20%;
	}
	#form td{
		width: 40%;
	}
	
    /*interview-sp
    ---------------------------------------------------*/
	#interview-sp {
	}
	
	#interview1-sp {
		text-align:center;
		margin-bottom:30px;
	}
	#interview1-sp img{
		width:96%;
		margin-bottom:10px;
	}
	
	#interview2-sp {
		text-align:center;
		margin-bottom:30px;
	}
	#interview2-sp img{
		width:96%;
		margin-bottom:10px;
	}
	
	#interview3-sp {
		text-align:center;
		margin-bottom:30px;
	}
	#interview3-sp img{
		width:96%;
		margin-bottom:10px;
	}
	
	#interview4-sp {
		text-align:center;
		margin-bottom:30px;
	}
	#interview4-sp img{
		width:96%;
		margin-bottom:10px;
	}
	
	#form input[type="text"] {
		padding:10px 5px;
		width:80%;
	}
	#form input[type="tel"],#form input[type="email"]  {
		padding:10px 5px;
		width:80%;
	}
	#form select{
		padding:10px 5px;
		width:80%;
		
	}
	
    /*sp-interview
    ---------------------------------------------------*/
	#interview1-sp-box,#interview2-sp-box,#interview3-sp-box,#interview4-sp-box {
		width:90%;
		margin:0 auto;
		display:none;
	}
    
    /*
    ---------------------------------------------------*/
	.sp {
		display:block;
	}
	.pc {
		display:none;
	}
    
    /*career
    ---------------------------------------------------*/
	
	#career img {
		width:100%;
	}
    /*
    ---------------------------------------------------*/
	.stepbar__item-inner {
		font-size: 20px;
	}
	.stepbar {
		width: 98%;
	}
	.stepbar .s-text {
		font-size: 11px;
	}
	.maru-text {
		width:98%;
		margin:0 auto;
	}
	.text-title {
		line-height:60px;
		font-size:34px;
	}
}
@media (max-width: 567px) {
	#key {
		/*background-position: -140px;*/
		height:600px;
        border-radius: 5px;
        /*background-position: -100px 0px;*/
        background-position: center top;
		margin-top: -16px;
	}
	#key-text {
		top:300px;
		left:10%;
		font-size: 36px;
		line-height:66px;
	}
	#key-text p {
    	margin-left: 3px;
	}
	#epark {
		
	}
	#epark img {
		position: fixed;
		top: 1.4%;
		right: 1%;
		width: 29%;
	}
	.test {
	}
	#key-button {
    	margin: 30px 30px 0 0;
	}
	.text-title_2 {
		position: relative;
		margin-top: 90px;
	}
}

