@charset "UTF-8";

/* contents
===================================*/
#contents.contact{
    padding-bottom: 0;
	/*background-color: #DAEEED;*/
}

@media screen and (max-width: 768px) {
#contents.contact{
    padding-bottom: 0;
}
}


/* mainimage
===================================*/
#mainimage.contact{
    background-image: url("../images/contact/MainVisual.png");
}

@media screen and (max-width: 768px) {
#mainimage.contact {
    /*background-position: center center;*/
  }
}


/* contact
===================================*/

#contact {
    width: 100%;
    position: relative;
    z-index: 2;
	
}

#contact.thanks {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
#contact.thanks {
    margin-top: 40px;
}
}

#contact .inner {
    max-width: 1000px; /*1100px*/
	padding: 40px 20px 80px;
	text-align: center;
}
@media screen and (max-width: 768px) {
#contact .inner {
	padding: 20px 20px 40px;
}
}

/*#contact h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #072076;
	line-height: 1.2;
	padding: 10px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
/*
#contents p.ttl{
	font-size: 1.8rem;
	font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
	text-align: left;
    display: inline-block;
}

#contents p.ttl span{
    position: relative;
	font-size: 2.0rem;
    padding-right: 220px;
	display: block;
}

#contents p.ttl span::before{
	position: absolute;
    content: '';
    right: 0;
	top: 50%;
    transform: translateY(-50%);
    width: 192px;
    height: 1px;
    background-color: #000000;
	z-index: 3;
}

@media only screen and (min-width:1px) and (max-width:768px) {
#contents p.ttl{
	font-size: 1.6rem;
}

#contents p.ttl span{
	font-size: 1.4rem;
    padding-right: 190px;
}

#contents p.ttl span::before{
     width: 160px;
}
}
*/

#contact .ttlbox h4{
	margin-bottom: 0.5em;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

#contact h2.thanks{
	color: #000000;
}
@media only screen and (min-width:1px) and (max-width:768px) {
#contact h2.thanks{
	font-size: 1.6rem!important;
}
}

#contact p.thanks{
	margin-top: 60px;
	margin-bottom: 30px;
}
@media only screen and (min-width:1px) and (max-width:768px) {
#contact p.thanks{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
}

/* contact_box
===================================*/
/*
#contact_box{
	width: 100%;
	margin-bottom: 3em;
	}

#contact_box ul{
	width: 100%;
	overflow: hidden;
}

#contact_box li{
	float: left;
	margin-right: 5em;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
*/

/* form_wrap
===================================*/
.form_wrap {
	width: 100%;
	background-color: #5ABC3C;
	position: relative;
	margin-top: 60px;
	padding-top: 60px;
}
@media only screen and (max-width:768px) {
.form_wrap {
	margin-top: 30px;
	padding-top: 30px;
}
}

.form_wrap .fkd{
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
@media only screen and (max-width:768px) {
.form_wrap .fkd{
	top: -60px;
}
}

.form_wrap p.balloon{
	position: relative;
	display: inline-block;
	margin: 1.5em auto;
	padding: 20px 80px;
	/*min-width: 200px;
	max-width: 100%;*/
	width: 100%;
	max-width: 460px;
	color: #FFF;
	background: #E86E58;
	text-align: center;
	border-radius: 50vh;
}
@media only screen and (max-width:768px) {
.form_wrap p.balloon{
	min-width: 280px;
	margin: 1.5em auto;
	padding: 10px 40px;
}
}

.form_wrap p.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E86E58;
}

.form_wrap p.balloon span {
  margin: 0;
  padding: 0;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FFFFFF;
}
@media only screen and (max-width:768px) {
.form_wrap p.balloon span {
	font-size: 1.6rem;
}
}


/* form_set
===================================*/

#form_set {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 60px;
	padding: 60px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
@media only screen and (min-width:1px) and (max-width:768px) {
#form_set {
	margin-top: 30px;
	padding: 30px 20px;
}
}

#form_set .ttlbox {
	width: 100%;
	margin: 0 auto 60px;
}
@media only screen and (min-width:1px) and (max-width:768px) {
#form_set .ttlbox {
	margin: 0 auto 30px;
}
}

#form_set p{
	text-align: left;
	margin-bottom: 3em;
}

#form_set p.thanks{
	text-align: center;
	margin-bottom: 3em;
}

#form_set p.status{
	margin-bottom: 30px;	
}

#form_set p.status img{
	height: auto;
	width: 100%;	
}

#form_set p#agree_check{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 20px;
}

.table_inside{
	/*max-width: 1020px;
	margin-right: auto;
	margin-left: auto;*/
	background-color: #FFF;
	padding: 70px;
}

#form_set table{
	width: 100%;
	background-color: #FFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#form_set table p{
	margin-bottom: 0.5em;	
}

#form_set tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}

#form_set th{
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	width: 25%;
	font-size: 16px;
	color: #000;
	background-color: #F2F6F9;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_set td{
	margin: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_set td input,
#form_set td select{
	vertical-align:middle;
}

#form_set td.job{
	font-size: 16px;
	font-weight: bold;
}

input.error,
textarea.error{
	background-color: #FFFFBF;
}

input{
	font-size: 16px;
}

input.w010{
	width: 8%;
	padding: 1%;
	font-size: 16px;
}

input.w015{
	width: 13%;
	padding: 1%;
	font-size: 16px;
}

input.w030{
	width: 28%;
	padding: 1%;
	font-size: 16px;
}

input.w050{
	width: 48%;
	padding: 1%;
	font-size: 16px;
}

input.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

textarea.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

.icon{
	vertical-align: middle;
	padding-right: 10px;
}

/*
.required{
	color: #E41E00;
	margin-bottom: 10px;
}
*/

p.caution{
    color: #E41E00;
}
/*
#remarks {
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#remarks p{
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 1em;
}

#remarks p.link{
	background-image: url(../../contact/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	display: inline-block;
}
*/

#btn_set{
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	width: 100%;
}

#btn_set ul{
	text-align: center;
	overflow: hidden;
}

#btn_set li{
	display: inline-block;
	margin: 10px;
}

#btn_set .check {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	background-color: #F2F6F9;
	border: 1px solid #CCC;
	margin-bottom: 2em;
	padding: 2em;
}

/*応募フォーム*/

#form_set table.detail{
	margin-bottom: 4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}

#form_set table.detail th{
	padding: 1em;
	background-color: #EDF5F4;
}

#form_set table.detail td{
	padding: 1em;
}

#form_set table.entry{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}


/* tel_wrap
===================================*/

.tel_wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}

/* ft_tel
===================================*/

.ft_tel {
	/*width: 100%;*/
	width: 48%;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
}
@media only screen and (min-width:1px) and (max-width:768px) {
.ft_tel {
	width: 100%;
	padding: 20px 20px;
	border-radius: 10px 10px 0px 0px;
}
}

.ft_tel p.lead{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
	color: #FFFFFF;
}

.ft_tel p.tel{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-align: center;
    padding: 0;
    background-image: none;
	color: #FFFFFF;
}

.ft_tel p.tel span{
    font-size: 24px;
    margin-right: 10px;
}

/* デフォルト（スマホ含む）では有効 */
.ft_tel .tel a {
  pointer-events: auto;
	color: #FFFFFF;
}

/* PCで無効化 */
@media screen and (min-width: 769px) {
  .ft_tel .tel a {
    pointer-events: none;
    cursor: default;
    text-decoration: none; /* 下線も消したい場合 */
    color: inherit; /* 色を通常文字と同じに */
  }
}
.ft_tel p.sub{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (min-width:1px) and (max-width:768px) {
.ft_tel p.lead{
    font-size: 16px;
}

.ft_tel p.tel{
    font-size: 28px;
}

.ft_tel p.tel span{
    font-size: 18px;
    margin-right: 10px;
}

.ft_tel p.sub{
    font-size: 12px;
}
}

/* ft_sns
===================================*/

.ft_sns {
	/*width: 100%;*/
	width: 48%;
	padding: 40px 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width:1px) and (max-width:768px) {
.ft_sns {
	width: 100%;
	padding: 20px 20px;
	border-radius: 0px 0px 10px 10px;
}
}

.ft_sns p.lead{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
	color: #000000;
}
@media only screen and (min-width:1px) and (max-width:768px) {
.ft_sns p.lead{
    font-size: 16px;
}
}

.ft_sns p.sns{
    text-align: center;
	margin-top: 15px;
}


/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:768px) {

/* form_set
===================================*/

.table_inside{
	background-color: #FFF;
	padding: 20px;
}

#form_set table{
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#form_set th{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;
	background-color: #FFF;
}

#form_set td{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;
}

#remarks p{
	font-size: 14px;
}

input.w015{
	width: 28%;
	padding: 1%;
	font-size: 16px;
}

input.w030{
	width: 48%;
	padding: 1%;
	font-size: 16px;
}

} /*@mediaEnd*/


/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){

/* contact
===================================*/

#contact p.read{
	font-size: 14px;
}

#contact p.soon{
	font-size: 18px;
}

/* form_set
===================================*/

/*応募フォーム*/

#form_set table.detail th{
	padding: 0.5em;
}

#form_set table.detail td{
	padding: 0.5em;
}

} /*@mediaEnd*/

