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


/*モーダル
---------------------------------------------------------------*/

    *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 120vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 511;
    overflow-y: auto;
    max-height: 100%;
}
.modal_2{
    display: none;
    height: 120vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 511;
    overflow-y: auto;
    max-height: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 140vh;
    position: absolute;
    width: 100%;
}
/*
.modal__content{
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 58%;
    transform: translate(-50%,-50%);
    width: 60%;
}
*/
.modal__content{
    background: #fff;
    left: 20%;
    padding: 30px;
    position: absolute;
    top: 2%;
    /* transform: translate(-50%,-50%); */
    width: 60%;
}
.modal__content_2{
    background: #fff;
    left: 20%;
    padding: 30px;
    position: absolute;
    top: 2%;
    /* transform: translate(-50%,-50%); */
    width: 60%;
}

.plan_5{
    position: relative;
    z-index: 1;
}
.js-modal-close {
    text-decoration: none;
    color: #000;
    left: 0%;
    padding-left: 110px;
}
/*
---------------------------------------------------------------*/
.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: #FFFFCC;
}
.cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #00CC33;
	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 #00CC33 transparent transparent;
}
.cp_qa_2 {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #FFFFCC;
}
.cp_qa_2 h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #00CC33;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-bottom:20px;
}
.cp_qa_2 iframe {
	width: 100%;
    margin-bottom: 20px;
}


.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;
}
.cp_qa_2 dl {
	margin: 0;
}
.cp_qa_2 dt {
	margin-bottom: 0.5em;
	padding: 0.6em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
	margin-right: 20px;
}
.cp_qa_2 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 0em;
	content: 'Q';
}
.thx-text p {
    width: 100%;
    min-height: 160PX;
    background: #FFF;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 22px;
    line-height:1.7em;
}

/*
---------------------------------------------------------------*/


body {
    line-height:1;
	font-family: "M PLUS Rounded 1c";
	overflow-x:hidden;
    background-image: url("../image/bg_mode.jpg");
}

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;
}
.s-text {
	/*font-style:italic;*/
	font-size:18px;
	font-weight:normal;
}
.s-text-u {
	/*font-style:italic;*/
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
}
.s-text-b {
	font-size:22px;
	font-weight:bold;
}
.button {
	width:330px;
	margin:30px auto 30px auto;
	
}
.button_2 {
    width: 330px;
    margin: 0 auto;
    text-align: center;
    margin: 30px auto 30px auto;
    }
.button_3 {
    width: 330px;
    text-align: center;
    margin: 10px auto 30px auto;
    }
.button_4 {
    width: 240px;
    margin: 0 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:url("../image/bg_head.jpg") repeat-x;
    padding: 1%;
}
#logo {
	float:left;
	height:82px;
}
#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;
}
#top-text_2 {
    color: #FF6600;
    line-height: 60px;
	font-weight:normal;
    font-size: 26px;
}
.bg-a {
}
/*key
---------------------------------------------------------------*/
#key-bg {
	position:relative;
	/*background:#FFCC00;*/
}
#key {
	background-image: url(../image/top.jpg);
	background-repeat:no-repeat;
    background-size:  100% auto;
    width: 100%;
	height:800px;
	border-radius:0% 0% 13% 13%;
    background-position:top center;
	
}
#key-button {
	margin:30px 0 0 0;
}
.catch_poji {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 52%;
}
p.catch_p {
    font-size: 50px;
    margin-bottom: 30px;
    color: orangered;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
b.catch_p_2 {
    font-size: 60px;
    color: #ff0000;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
a.tj-btn-3 {
   position:relative;
   text-align:center;
   display:inline-block;
   padding:.6em 2em .6em 1em;
   font-size:24px;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:#fff;
   background:#942500;
   border-radius:15px;
   border:2px solid #fff;
   box-shadow:0 0 0 2px #942500;
}

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:.5em;
   display:block;
   line-height:1.5em;
   font-weight:normal;
}
a.tj-btn-3:hover {
	cursor:pointer;
	opacity:0.9;
}
a.tj-btn-4 {
    bottom: 16%;
    right: 2%;
    position: absolute;
    text-align: center;
    display: inline-block;
    padding: .6em 2em .6em 1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
    color: #fff;
    background: #942500;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #942500;
}

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

a.tj-btn-4 span{
   font-size:.5em;
   display:block;
   line-height:1.5em;
   font-weight:normal;
}
a.tj-btn-4: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;
	bottom:180px;
	right:5%;
	color: #FF6600;
    font-size: 55px;
	line-height:68px;
	font-weight:bold;
}


#contents1 {
    line-height:26px;
    padding: 20px 0 60px 0px;
}
#contents2 {
    background: url("../image/bg_mode_wood.jpg");
    padding: 20px 0 60px 0px;
}
#contents4 {
    background: #F4F4F4;
    padding: 20px 0 60px 0px;
}
#contents5 {
    padding: 20px 0 60px 0px;
}
#contents7 {
    background: #F4F4F4;
    padding: 20px 0 60px 0px;
}
#contents9 {
    background: url("../image/bg_mode_wood.jpg");
    padding: 20px 0 60px 0px;
}
.contents {
    padding: 50px;
}
.text-title {
	text-align:center;
	font-size:48px;
	margin:0px 0 50px 0;
    padding-top: 60px;
	line-height:60px;
    background: url("../image/bg_maru.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}


/*
============================================================*/
.point2 {
	width : calc(100% / 2)  ;
	float:left;
    margin: 30px 0 30px 0;
}
.point2 p{
	padding-top: 42px;
}



.point {
	width : calc(100% / 4)  ;
	float:left;
    margin: 30px 0 30px 0;
}
.point p{
	padding-top: 50px;
    line-height: 26px;
}
.maru1 p,.maru2 p,.maru3 p,.maru4 p {
    line-height: 28px;
}


.maru-text p{
	width:98%;
    min-height: 160PX;
	background: #FFF;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-sizing: border-box;
}
.maru-text2 p{
	width:98%;
	background: #F8F8F8;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
.maru1 {
	width:200px;
	height:200px;
	background:#942500;
	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:#304963;
	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:#306256;
	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;
}
.maru4 {
	width:200px;
	height:200px;
	background:#A67A00;
	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;
}

.shikaku1 {
	position:relative;
	width:90%;
	height:200px;
	background:#942500;
	border-radius:50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
    padding: 0 3%;
}
.shikaku2 {
	position:relative;
	width:90%;
	height:200px;
	background:#304963;
	border-radius:50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
    padding: 0 3%;
}
.shikaku3 {
	position:relative;
	width:90%;
	height:200px;
	background:#306256;
	border-radius:50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
    padding: 0 3%;
}
.shikaku4 {
	position:relative;
	width:90%;
	height:200px;
	background:#A67A00;
	border-radius:50%;
	margin: 0 auto 25px auto;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
    padding: 0 3%;
}



.michi {
	width : calc(100% / 1)  ;
	float:left;
	background:#FFF;
	margin-top:20px;
	border:solid 2px #F1F1F1;
	margin-right:1%;
	
}
.michi-title1 {
	background:#942500;
	color:#FFF;
	padding:10px;
    line-height: 24px;
}
.michi-title1-b {
	background:#94de24;
	color:#FFF;
	padding:10px;
}
	
.michi-text {
}
.michi-text p{
	width:60%;
	float:left;
	padding:10px;
    line-height: 24px;
}
.michi-text2 p{
	width:90%;
	float:left;
	padding:2%;
    line-height: 24px;
}
.michi-text img{
	float:right;
	border:solid 2px #FFF;
	max-width: 100%;
    max-height: 100%;
	margin:5px;
}
.contents_michi{
    background: #FFF;
    padding: 20px;
    line-height: 24px;
}
#officer_mess {
    position: absolute;
    top: 21%;
    right: 2%;
}
#officer_mess img {
    border: solid 1px #000;
}

.careerbox {
	width : calc(100% / 3)  ;
	float:left;
    margin: 30px 0 30px 0;
    box-sizing: border-box;
	
}
.careerbox2 {
	width : calc(200% / 3)  ;
	float:left;
    margin: 30px 0 30px 0;
    box-sizing: border-box;
	
}

#time {
    width: 80%;
    border-collapse:  collapse;
    margin: 0 auto;
}
#time th{
    padding: 10px;
    line-height: 24px;
}
#time td{
    padding: 10px;
    line-height: 24px;
    vertical-align: middle;
}

 
 
#time th {
    background-color: #2196F3;  /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}
 
#time td {
    background-color:  #c0c9ff; /* 背景色指定 */
    padding-left: 25px;         /* 余白指定 */
}

#time th::after {
    content:'';                 /* 空の要素を作る */
    position:  absolute;        /* 位置指定 */
    height: 30px;               /* 高さ指定 */
    width: 30px;                /* 幅指定 */
    background-color: #2196F3;  /* 背景色指定 */
    transform:  rotate(45deg);  /* 要素を回転 */
    top: 7px;                   /* 位置指定 */
    right: -14px;               /* 位置指定 */
    z-index:  -1;               /* 重なり調整 */
}
 
#time tr {
    border-bottom:  solid 3px #E9E9E9 /* 線指定 */
}
.time_p{
    line-height: 40px;
}

#career {
    text-align: center;
}

#careerup {
    text-align: center;
}
#careerup img{
    box-shadow: 8px 8px 2px 2px rgba(0,0,0,0.1);
}



.yoko {
    clear: both;
	width : calc(100% / 1)  ;
	float:left;
    margin: 5px 0 5px 0;
    background: #942500;
    color: #FFF;
    height: auto;
}
.yoko2 {
	width : calc(100% / 1)  ;
	float:left;
    margin: 5px 0 5px 0;
}
.yoko p{
    line-height: 26px;
    padding: 5px;
    font-weight: bold;
}
.yoko2 p{
    line-height: 26px;
    padding: 5px;
}

.yoko_box {
    width: 90%;
    background: #FFF;
    margin: 0 auto;
}
.yoko_box:after {
    content:"　";
}

/*
qa*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
    line-height: 26px;
}
.cp_qa dd {
	margin: 0 3em 2em 3em;
	background: #ffffff;
    line-height: 26px;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: '?';
	background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.55em;
	content: 'A';
	background: #0097a7;
}



/*
流れ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#frowbox {
    margin-bottom: 40px;
}
#frowbox ul {
    padding: 0;
}
#frowbox li {
    list-style-type: none;
}
#frowbox dd {
    margin-left: 0;
}

#frowbox .flow > li {
    position: relative;
    background: #fff;
    border-radius: 10px;
}
#frowbox .flow > li:not(:last-child) {
    margin-bottom: 40px;
}
#frowbox .flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
}
#frowbox .flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgb(107,144,219);
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
#frowbox .flow > li:not(:last-child) dl::before,
#frowbox .flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#frowbox .flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgb(107,144,219);
}
#frowbox .flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
#frowbox .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107,144,219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
#frowbox .flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

#footer {
    text-align: center;
    background: #000;
    color: #FFF;
    padding: 10px 0;
}

/*company*/
#company table {
    width: 100%;
    border-collapse:  collapse; /* セルの線を重ねる */
}
 
#company tr:nth-child(odd) {
    background-color:  #304963;    /* 背景色指定 */
    color: #FFF;
}
#company tr:nth-child(even) {
    background-color:  #FFF;    /* 背景色指定 */
    color: #304963;
}
 
#company th,td {
    padding: 15px 20px;          /* 余白指定 */
}
.intextbox {
    min-height: 114px;
}
p.lan_p {
    font-size: 14px;
}
.card1,.card2,.card3,.card4 {
	width : calc(90% / 2)  ;
	float:left;
    margin: 5px 5px 5px 5px;
    background: #942500;
    border-radius: 5px;
    color: #FFF;
    height: auto;
    box-sizing: border-box;
}
.card2{
    background: #304963;
}
.card3{
    background: #306256;
}
.card4{
    background: #A67A00;
}

.card1:hover,.card2:hover.card3:hover.card4:hover {
    cursor: pointer;
}
.card1 h3,.card2 h3,.card3 h3,.card4 h3{
    padding: 2px 5px;
    box-sizing: border-box;
}
.card1 p,.card2 p,.card3 p,.card4 p{
    padding: 0px 8px;
    box-sizing: border-box;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample1-4::before{
    left: 2px;
    width: 7px;
    height: 3px;
    background: #7a0;
}
.sample1-4::after{
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #7a0;
    border-right: 3px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
    .button_mark{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
    }
    .button_mark img{
        opacity: 0.2;
    }

@media (max-width: 1500px) {
	#key {
	    height:600px;
	}
}

@media (max-width: 1300px) {
	#key {
	    height:400px;
	}
}
@media (max-width: 1000px) {
	.contents {
		width:100%;
	}
	#key {
	    height:300px;
	}
    
    /*head
    ---------------------------------------------------*/
    #logo {
    }
    #logo img{
        max-width: 100%;
        max-height: 100%;
    }
    #top-text {
    margin-top: 0px;
    font-size: 16px;
    }
    #top-text_2 {
    margin-top: 0px;
    font-size: 16px;
    }
    
    
    /*key
    ---------------------------------------------------*/
	#key-text {
	}
	#key {
	}
    
    /*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;
	}
    
    /*
    ---------------------------------------------------*/
	.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;
	}
    
    
    
}
@media (max-width: 567px) {

    
    /*key
    ---------------------------------------------------*/
	#head {
    width: 100%;
    }
    .pc {
    display: block;
    }
    #key {
    height: 150px;
    }
    .catch_poji {
    width: 100%;
    position: absolute;
    top: 50%;
    }
    p.catch_p {
    font-size: 16px;
    margin-bottom: 8px;
    }
    b.catch_p_2 {
    font-size: 22px;
    color: #ff0000;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }
    .text-title {
    font-size: 22px;
    margin: 0px 0 20px 0;
    padding-top: 10px;
    line-height: 60px;
    }
    .button_2 {
    width: 330px;
    text-align: center;
    margin: 10px auto 20px auto;
    }
    .button_3 {
    width: 330px;
    text-align: center;
    margin: 10px auto 10px auto;
    }
    a.tj-btn-3 {
    font-size: 8px;
    line-height: 1.3em;
    border-radius: 12px;
    top: -10px;
    }
    a.tj-btn-3_sp {
    font-size: 14px;
    line-height: 1.6em;
    border-radius: 10px;
    margin-top: 20px;
    padding-bottom: 12px;
    width: 100%;
    }
    a.tj-btn-3 span {
    font-size: .7em;
    }
    .card1,.card2,.card3,.card4 {
	width: calc(96% / 1);
    }
    
    /*logo
    ---------------------------------------------------*/
    
    #logo {
    height: 40px;
    }
    
    /*contents1
    ---------------------------------------------------*/
    #contents1 {
    width: 98%;
    padding: 20px 0 30px 0px;
    }
    .contents {
    padding: 0px;
    }
    .card_con{
    margin-left: 14px;
    }
    .movie-wrap {
    }
    .movie-wrap iframe {
    }
    
    /*contents2
    ---------------------------------------------------*/
    #contents2 {
    padding: 20px 0 20px 0px;
    }
    #contents2 .point p {
    min-height: 86PX;
    padding-top: 22px;
    }
    .s-text {
    /* font-style: italic; */
    font-size: 22px;
    font-weight: normal;
}
    .point {
    margin: 10px 0 10px 0;
    }
    .point p {
    line-height: 18px;
    }
    .maru1 {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    }
    .maru1 p {
    line-height: 26px;
    }
    .maru2 {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    }
    .maru2 p {
    line-height: 26px;
    }
    .maru3 {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    }
    .maru3 p {
    font-size: 20px;
    line-height: 26px;
    }
    .maru4 {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    }
    .maru4 p {
    line-height: 26px;
    }
    .maru-text p {
    padding: 16px;
    }
    .card1 p, .card2 p, .card3 p, .card4 p 
    {
    font-size: 12px;
    }
    .arrow {
    font-size: 12px;
    }


    /*contents3
    ---------------------------------------------------*/
    
    .br-sp {
    display:none; 
    }
    .text-title_sp{
    font-size: 18px;
    margin: 20px 0 0px 0;
    padding-top: 10px;
    line-height: 60px;
    }
    .s-text-b {
    font-size: 14px;
    }
    .point2 {
    margin: 10px 0 0 0;
    }
    .point2 p {
    padding-top: 22px;
    font-size: 12px;
    line-height: 18px;
    }
    .shikaku1 {
    width: 70%;
    height: 130px;
    }
    .shikaku2 {
    width: 70%;
    height: 130px;
    }
    .shikaku3 {
    width: 70%;
    height: 130px;
    }
    .shikaku4 {
    width: 70%;
    height: 130px;
    }
    
    /*contents4
    ---------------------------------------------------*/
    
    #contents4 {
    padding: 20px 0 10px 0px;
    }
    .careerbox {
    margin: -20px 0 30px 0;
    width: 100%;
    padding-left: 7px;
    }
    .careerbox2 {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    }
    .michi {
    margin-right: 0%;
    }
    .michi, .michi2 {
    width: 98%;
    max-height: 140px;
    }
    
    
    
    /*contents5
    ---------------------------------------------------*/
    
    #contents5 {
    padding: 20px 0 40px 0px;
    }
    #careerup {
    width: 98%;
    margin: 0 auto;
    }
    
    /*contents6
    ---------------------------------------------------*/
    
    #contents6 {
    padding-top: 20px;
    }
    #time {
    width: 96%;
    }
    con_6{
    padding-top: 20px;
    }
    
    /*contents7
    ---------------------------------------------------*/
    
    #contents7 {
    padding: 20px 0 0 0px;
    }
    .yoko_box {
    width: 96%;
    }
    .yoko_sp{
    margin-bottom: 20px;    
    }
    
    /*contents8
    ---------------------------------------------------*/
    
    .cp_qa {
    width: 96%;
    margin: 0 auto;
    }
    .cp_qa dd {
    margin: 0 3em 2em 3em;
    }
    .cp_qa_2 {
    width: 96%;
    margin: 0 auto;
    }
    .cp_qa_2 dd {
    margin: 0 3em 2em 3em;
    }
    .cp_qa_2 iframe {
	width: 100%;
        height: auto;
        margin-bottom: 14px;
    }
    
    /*contents9
    ---------------------------------------------------*/
    
    #contents9 {
    padding: 20px 0 0 0;
    }
    #frowbox {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    }
    .text-title_8{
        margin-top: 20px;
    }
    
    /*contents10
    ---------------------------------------------------*/
    
    #contents10 {
    margin-top: 20px;
    }
    .contents_michi{
    background: #FFF;
    padding: 20px;
    line-height: 24px;
    padding-bottom: 224px;
    }
    .michi_sp {
    width: 96%;
    margin-top: 0px;
    margin-left: 5px;
    }
    #officer_mess {
    position: absolute;
    top: 62%;
    right: 26%;
    }
    
    /*contents11
    ---------------------------------------------------*/
    
    div#contents11 {
    margin-top: 20px;
    }
    .con_11 {
    width: 97%;
    }
    #company th, td {
    vertical-align: middle;
    text-align: left;
    }
    
    
    /*モーダル
    ---------------------------------------------------*/

    .modal_2{
    height: 100vh;
    }
    .modal__content{
        background: #fff;
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 112%;
        width: 80%;
        transform: translate(-50%,-50%);
    }
    .modal__content_2{
        background: #fff;
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 50%;
        width: 96%;
        transform: translate(-50%,-50%);
    }
    .modal__bg {
    height: 210vh;
    }
    a.tj-btn-4 {
    bottom: 20%;
    right: 3%;
    font-size: 14px;
    line-height: 1.1em;
    width: 40%;
    }
    .js-modal-close {
    text-decoration: none;
    color: #000;
    left: 0%;
    padding-left: 110px;
    }
    #interview1-sp-box, #interview2-sp-box, #interview3-sp-box, #interview4-sp-box {
    width: 100%;
    margin: 0 auto;
    }
    .cp_qa {
    width: 96%;
    margin: 0 auto;
    }
    .cp_qa dd {
    margin: 0 3em 2em 3em;
    }
    .cp_qa h1 {
    margin-right: 0em;
    }
    .cp_qa dl {
    margin: 0;
    }
    .cp_qa dt {
    margin: 0em 0em 1em 1em;
    line-height: 26px;
    width: 90%;
    }
    .cp_qa dt::after {
    left: -2.0em;
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.48em;
    content: '?';
    background: #f57c00;
    }
    .cp_qa dt {
    margin: 0em 0em 1em 1em;
    background: #ffe0b2;
    line-height: 26px;
    width: 90%;
    }
    .cp_qa dd {
    margin: 0 0.4em 1em 1em;
    }
    .cp_qa dd::before {
    right: -0.5em;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffffff;
    }
    .cp_qa dd::after {
    right: -2.1em;
    margin: 0 0 0 0.5em;
    padding: 0.2em 0.4em;
    }
    .cp_qa_sp {
    width: 98%;
    margin: 0 auto;
    }
    .cp_qa_sp dd {
    margin: 0 3em 2em 3em;
    }
    .cp_qa_sp h1 {
    margin-right: 0em;
    }
    .cp_qa_sp dl {
    margin: 0;
    }
    .cp_qa_sp dt {
    margin: 0em 0em 1em 1em;
    line-height: 26px;
    width: 86%;
    margin-left: 28px;
    }
    .cp_qa_sp dt::after {
    left: -2.0em;
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.48em;
    content: '?';
    background: #f57c00;
    }
    .cp_qa_sp dt {
    margin: 0em 0em 1em 2em;
    background: #ffe0b2;
    line-height: 26px;
    width: 84%;
    }
    .cp_qa_sp dd {
    margin: 0em 1.6em 2em 1.8em;
    }
    .cp_qa_sp dd::before {
    right: -0.5em;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffffff;
    }
    .cp_qa_sp dd::after {
    right: -2.1em;
    margin: 0 0 0 0.5em;
    padding: 0.2em 0.4em;
    }
    .thx-text {
    width: 96%;
    margin: 0 auto;
    }
    .thx-text p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    }
    .button_mark{
        position: absolute;
    }
    .button_mark img{
        opacity: 0.1;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

