@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,800,800i,900,900i");

/* CSS Document */

/*
Version: ver201806
*/

/* ========================================
reset
======================================== */

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	box-sizing: border-box;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	min-width: 1140px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	line-height: 1;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

img {
	vertical-align: bottom;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

br,
hr {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

input,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

a {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.clear {
	clear: both;
}

.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

clearfix {
	*zoom: 1;
}

/* ========================================
common
======================================== */

/*note sans*/

/*note sans*/

.ff-montserrat {
	font-family: 'Montserrat', sans-serif;
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.95;
	color: #000;
	background: #fff;
	letter-spacing: -.04em;
}

a {
	-webkit-transition: .2s;
	transition: .2s;
}

a img {
	-webkit-transition: .2s;
	transition: .2s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	text-decoration: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

section {
	clear: both;
	width: 100%;
	position: relative;
}

#wrapper {
	overflow: hidden;
}

.wrapper {
	clear: both;
	position: relative;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.under {
	background: linear-gradient(transparent 50%, yellow  50%);
}

.stripe{ 
	position: relative;
	padding: 0.3em;
}
.stripe:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: repeating-linear-gradient(-45deg, yellow, yellow 2px, #737373 2px, #737373 4px);
}

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

/* ▼モバイルファースト (全環境共通) */

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

.all_wrap {
	overflow: hidden;
}

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

/* ▼タブレット
/* -------------------------------------------- */

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

/* ▼PC用
/* ------------------------------------ */

/* ========================================
    ■ ページトップボタン
======================================== */

#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
}

#page-top a {
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: #999;
}

#page-top a:hover {
	opacity: 0.8;
}

/* ================================================
baseLayout
================================================ */

/* header
================================================ */

header {
	width: 100%;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 999;
	top: -100%;
	left: 0;
	box-sizing: border-box;
	background-color: #ffffff;
	transition: all 0.25s 0s ease-in-out;
}
#header.scroll {
	top: 0%;
}

header .wrapper{
	display: flex;
	justify-content: space-between;
}


header .logo img {
	height: 50px;
}

footer {
	background-size: cover;
	line-height: 1;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 300;
}

footer.cta {
	padding: 20px 0;
}

footer.cta .btn {
	margin: 0;
	width: 100%;
	font-size: 1em;
}

footer.cta .btn a {
	line-height: 50px;
	letter-spacing: 0.02em;
}

footer.cta .btn a:after {
	background-size: 25px;
	width: 25px;
	height: 33px;
	right: 20px;
}

/* ================================================
Content
================================================ */

.kenten {
	background-repeat: repeat-x;
	background-size: .99em 0.1em;
	background-position: top left;
	background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#7ed2f1), color-stop(0.5, #7ed2f1), color-stop(0.9, transparent), to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.05em 0.05em, #7ed2f1, #7ed2f1 95%, transparent 95%, transparent);
	background-image: -webkit-radial-gradient(0.05em 0.05em at center center, #7ed2f1, #7ed2f1 95%, transparent);
	background-image: radial-gradient(0.05em 0.05em at center center, #7ed2f1, #7ed2f1 95%, transparent);
	padding: 0.1em 0;
}

.kenten2 {
	background-repeat: repeat-x;
	background-size: .74em 0.1em;
	background-position: top left;
	background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#7ed2f1), color-stop(0.5, #7ed2f1), color-stop(0.9, transparent), to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.06em 0.06em, #7ed2f1, #7ed2f1 95%, transparent 95%, transparent);
	background-image: -webkit-radial-gradient(0.06em 0.06em at center center, #7ed2f1, #7ed2f1 95%, transparent);
	background-image: radial-gradient(0.06em 0.06em at center center, #7ed2f1, #7ed2f1 95%, transparent);
	padding: 0.1em 0;
}

.iphone .kenten,
.iphone .kenten2 {
	padding: 0.08em 0; /*ios*/
}

.ipad .kenten,
.ipad .kenten2 {
	padding: 0.08em 0; /*ios*/
}

.marker {
	color: #c30015;
	font-weight: bold;
	background: -webkit-linear-gradient(transparent 45%, #ffffae 45%, #ffffae 85%, transparent 85%);
	background: linear-gradient(transparent 45%, #ffffae 45%, #ffffae 85%, transparent 85%);
}

.iphone .marker,
.ipad .marker {
	background: -webkit-linear-gradient(transparent 45%, #ffffae 45%);
	background: linear-gradient(transparent 45%, #ffffae 45%);
}

.yellow {
	color: #ffbe4d;
}

/* mv
================================================ */

.iphone .mv .marker,
.ipad .mv .marker {
	background: -webkit-linear-gradient(transparent 45%, rgba(51, 51, 51, 0.45) 85%);
	background: linear-gradient(transparent 45%, rgba(51, 51, 51, 0.45) 85%);
}

.mv {
	position: relative;
	background: url(../images/kv_05.png) no-repeat center;
	background-size: cover;
	min-height: 850px;
	padding: 160px 0 50px;
}

.mv .ttl_area {
	background: rgba(255, 255, 255, 0.75);
	color: #000;
	text-align: justify;
	width: 900px;
	padding: 48px 80px 35px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mv .title {
	font-size: 2em;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.mv .ttl_area_tx {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6;
}


.mv .jobofferLink{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.mv .jobofferLink {
	display: inline-block;
	width: 700px;
	border: 2px solid #000000dd; 
	border-radius: 0;
	color: #000; 
	background: #ffffff; 
	-webkit-box-shadow: 4px 4px 0 yellow;
	box-shadow: 4px 4px 0 yellow;
	padding: 1em 2em;
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
.mv .jobofferLink:hover {
	-webkit-box-shadow: 2px 2px 0 yellow;
	box-shadow: 2px 2px 0 yellow;
}

/* section-01
================================================ */

#section-01 {
	padding: 84px 0 102px;
}

#section-01 .box-inner {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 55px 140px 78px;
	color: #fff;
}

#section-01 .box-inner .img {
	margin: 0 auto 30px;
	width: 177px;
}

#section-01 .box-inner .txt_name {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5;
	padding-bottom: 24px;
}

#section-01 .box-inner .txt_name:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 22px auto 0;
	background: #FFFF00;
}

#section-01 .box-inner .txt6 {
	font-size: 1.25em;
	line-height: 2.22;
	letter-spacing: 0.06em;
	text-align: justify;
}

/* .cta
================================================ */

.cta {
	color: #000;
	background: -webkit-linear-gradient(left, #ffff00 30%, #8CFFC3 100%);
	background: linear-gradient(to right, #ffff00 30%, #8CFFC3 100%);
	padding: 40px 0 50px;
}

.cta h2 {
	text-align: center;
	font-size: 4em;
	letter-spacing: 0.3em;
	padding-bottom: 22px;
}

.cta .txt1 {
	text-align: center;
	font-size: 1.75em;
	line-height: 2;
	margin-bottom: 8px;
	letter-spacing: 0.09em;
}

.cta .btn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.25em;
	width: 670px;
	margin-top: 53px;
}

.cta .btn a {
	display: block;
	color: #000;
	border: solid 5px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
/*	line-height: 90px;*/
	padding: 0 20px;
	letter-spacing: 0.09em;
}

.cta .btn a:after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/btn_arr.png) no-repeat center;
	background-size: 46px;
	width: 46px;
	height: 33px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* section-03
================================================ */

#section-03 {
	padding: 104px 0 82px;
}

#section-03 .head {
	font-size: 2.5em;
	line-height: 1.5;
	margin-bottom: 12px;
	text-align: center;
	padding-bottom: 22px;
	letter-spacing: 0.09em;
}

#section-03 .head_tx {
	text-align: justify;
	font-size: 1.1em;
	line-height: 2.22;
	width: 923px;
	margin: 0 auto;
}

#section-03 .sec03_list {
	margin-top: 75px;
}

#section-03 .sec03_list__item {
	position: relative;
	margin-bottom: 100px;
}

#section-03 .sec03_list__item--02 .sec03_list__tx {
	padding: 70px 190px 68px 70px;
	margin-left: 0;
	margin-right: 115px;
}

#section-03 .sec03_list__item--02 .sec03_list__img {
	right: 0;
}

#section-03 .sec03_list__item:last-child {
	margin-bottom: 0;
}

#section-03 .sec03_list__img {
	position: absolute;
	width: 230px;
	top: 45px;
}

#section-03 .sec03_list__tx {
	width: 985px;
	border: solid 3px;
	padding: 70px 70px 68px 190px;
	font-size: 1.1em;
	margin-left: 115px;
	letter-spacing: 0.051em;
	text-align: justify;
}

/* ========================================
    ■ 過去の登壇者
======================================== */

.record {
	padding-top: 140px;
	padding-bottom: 140px;
}

.record .bg_box {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 70px 80px 64px 90px;
}

.record h2 {
	font-size: 2em;
	line-height: 84px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: solid 3px #fff;
	width: 530px;
	margin: 0 auto;
	letter-spacing: 0.12em;
}

.record .record-list {
	overflow: hidden;
	color: #fff;
	margin: 50px 0 80px;
}

.record .record-list:last-child {
	margin-bottom: 0;
}

.record .record-list__item {
	width: 400px;
	text-align: center;
}

.record .record-list__item:nth-child(1) {
	float: left;
}

.record .record-list__item:nth-child(2) {
	float: right;
}

.record .record-list__item h3 {
	display: inline-block;
	font-size: 1.5em;
	border-bottom: solid 3px #fff;
	margin-bottom: 18px;
}

.record .dot-list {
	font-size: 1.1em;
	margin-top: 15px;
	position: relative;
}

.record .dot-list__item {
	position: relative;
	padding-left: 36px;
	text-align: left;
	letter-spacing: 0.04em;
	margin-bottom: 34px;
}

.record .dot-list__item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	background: #FFFF00;
	border-radius: 50%;
	width: 11px;
	height: 11px;
}

.record .dot-list__item:last-child {
	margin-bottom: 0;
}

/* section-08
================================================ */

#section-08 {
	background: #F9F9F9;
	padding: 86px 0 75px;
}

#section-08 .head {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 16px;
	letter-spacing: 0.08em;
}

#section-08 .table {
	margin: 0 auto 45px;
	width: 917px;
}

#section-08 .table dl {
	display: table;
	width: 100%;
	border-bottom: solid 3px #fff;
	font-size: 1.5em;
	letter-spacing: 0.08em;
}

#section-08 .table dt,
#section-08 .table dd {
	display: table-cell;
	vertical-align: top;
	padding-top: 35px;
	padding-bottom: 5px;
}

#section-08 .table dt {
	width: 320px;
	padding-left: 10px;
}

#section-08 .table dd {
	padding-left: 20px;
}

/* section-09
================================================ */

#section-09 {
	background: #f9f9f9;
	padding: 98px 0 80px;
}

#section-09 .info {
	width: 917px;
	margin-left: 123px;
	margin-right: 70px;
}

#section-09 .info dl {
	padding-bottom: 28px;
	margin-bottom: 48px;
	letter-spacing: 0.06em;
}

#section-09 .info dl:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

#section-09 .head {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 16px;
	letter-spacing: 0.08em;
}

#section-09 .info h3 {
	font-size: 1.5em;
	width: 100%;
	line-height: 53px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #f9f9f9;
}

/* ========================================
    ■ フォーム
======================================== */

#form {
	width: 100%;
	overflow: hidden;
	padding: 66px 0 160px;
}

#form h2 {
	text-align: center;
	font-size: 2.5em;
	color: #000;
	position: relative;
	margin-bottom: 9px;
	letter-spacing: 0.08em;
}

#form .txt1 {
	width: 800px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 1.25em;
	line-height: 34px;
	letter-spacing: 0.08em;
}

#form .box_txt {
	background: #f9f9f9;
	margin-left: 100px;
	margin-right: 100px;
	padding: 15px 20px;
}

#form .box_txt .bold {
	font-weight: bold;
}

#form form{
	margin-top: 1em;
}

#form label{
	display: block;
}

#form .error_message{
	display: block;
	position: relative;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	color: #FFF;
	background-color: #c30015;
	box-shadow: 0px 0px 10px 0px #a7a7a7;
	border-radius: 0.5em;
	&[aria-hidden='true'] {
		display: none;
	}

  }
#form .error_message::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -15px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #c30015;
	border-left: 15px solid transparent;
}

#form small {
	display: inline-block;
	font-size: 0.7em;
	color: #fff;
	background: #c30015;
	box-shadow: 0px 0px 2px 0px #a7a7a7;
	padding: 0.25em 0.5em;
	margin-left: 0.5em;
	vertical-align: middle;
}

#form input[type='text'],
#form input[type='tel'],
#form input[type='email'] {
	border: solid 1px #000;
	padding: 15px 20px 15px 10px;
	width: 100%;
	min-width: 700px;
}

#form .form_title{
	margin: 1em 0;
}

#form fieldset{
	margin-top: 1em;
}

#form fieldset ul li{
	display: flex;
	align-items: center;
}

#form input[type="radio"],
#form input[type="checkbox"]{
	margin-right: 0.5em;
	width: 1.25em;
    height: 1.25em;
}
#form input[type="radio"]:focus,
#form input[type="checkbox"]:focus{
	box-shadow: 0px 0px 0px 2px #000000;
}

#form textarea {
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 10px 20px 10px 10px;
	width: 90%;
	min-width: 470px;
	height: 120px !important;
}

#form .select-wrap {
	display: inline-block;
	position: relative;
}

#form .select-wrap::after {
	content: '\f078';
	font-family: 'FontAwesome';
	display: inline-block;
	color: #aaa;
	position: absolute;
	right: 0.5em;
	top: calc(50% - 1em);
}

#form select {
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 10px;
}

#form .radio-wrap li:nth-of-type(n+2),
#form .checkbox-wrap li:nth-of-type(n+2) {
	margin-top: 10px;
}

#form .list_view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#form .list_view li {
	margin: 0 69px 0 0;
}

#form .list_view li:last-of-type {
	margin-right: 0;
}

#form input[type='checkbox'] + label::before {
	content: '\f096';
}

#form input[type='checkbox']:checked + label::before {
	content: '\f14a';
}

#form p.check_privacy > label {
	display: block;
	margin: 0 auto 3vw;
	background: #efefef;
}

#form button[type='submit'],
#form input[type='submit'] {
	border-radius: 5rem;
	background: -webkit-linear-gradient(left, #ffff00 0, #7DFFDC 100%);
	background: linear-gradient(to right, #ffff00 0, #7DFFDC 100%);
	display: block;
	width: 530px;
	margin: 1em auto;
	line-height: 88px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-shadow: none;
	border: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	position: relative;
	border: solid 5px;
	font-size: 2em;
}

#form button[type='submit']:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#form button[type='submit']::after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/btn_arr.png) no-repeat center;
	background-size: 30px;
	width: 30px;
	height: 33px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#form div.mfp_err {
	font-size: 2.5rem;
}

#form input[type='text'].postal-code {
	width: 30%;
	min-width: 200px;
	margin-left: 10px;
}

#form select.address01 {
	width: 30%;
	min-width: 200px;
	margin-top: 10px;
}

#form input[type='text'].address02 {
	margin-top: 10px;
}

#form .privacyLink{
	margin: 0.5em;
	font-size: 1.2em;
	text-decoration: underline;
}



.privacy {
	width: 100%;
	margin: 78px auto 0;
}

.privacy h3 {
	margin: 0 0 15px;
	font-size: 2.5em;
	text-align: center;
	letter-spacing: 0.08em;
}

.privacy_text {
	padding: 5% 10%;
	font-size: 1.25em;
	text-align: justify;
	line-height: 2.2;
	letter-spacing: 0.12em;
}

.privacy_text h4 {
	margin: 10px 0 0;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
}

.privacy_text h5 {
	margin: 40px 0 5px;
	font-size: 1.75em;
	font-weight: bold;
	text-decoration: underline;
}

.privacy_text ul {
	margin-left: 1em;
}

.privacy_text address {
	font-style: normal;
	background: #eee;
	margin: 10px 0 30px;
	padding: 10px 10px 5px;
}

.privacy_text p {
	width: 100%;
}

#form input[type="file"] {
	display: none;
}

#form .wantedlyAttention{
	width: 600px;
	padding: 1em;
	background: #dddddd99;
	color: #000;
	text-align: center;
	font-size: 0.8em;
	margin-top: 1em;
}
#form .wantedlyAttention .under{
	background: linear-gradient(transparent 50%, #ffff0099 50%);
} 

#form .jobofferLink {
	display: block;
	width: 90%;
	max-width: 600px; /* ボタン幅 */
	margin: 0 auto;
	border: 2px solid #000000dd; /* 線幅・種類・色 */
	border-radius: 0;
	color: #000; /* 文字色 */
	background: #ffffffdd; /* 背景色 */
	-webkit-box-shadow: 4px 4px 0 yellow; /* 影の距離・色 */
	box-shadow: 4px 4px 0 yellow; /* 影の距離・色 */
	padding: 1em 2em;
	font-weight: bold; /*文字の太さ*/
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
#form .jobofferLink:hover {
	-webkit-box-shadow: 2px 2px 0 yellow;
	box-shadow: 2px 2px 0 yellow;
}


.f_item_radio4-input {
	display: none;
}

.f_item_radio4-input + label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

.f_item_radio4-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	width: 24px;
	height: 24px;
	border: 2px solid #EBEBEB;
	border-radius: 50%;
}

.f_item_radio4-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	width: 24px;
	height: 24px;
	background: #FFFF00;
	border: solid 2px #000;
	border-radius: 50%;
}

/* section-06
================================================ */

#section-06 {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	background-size: 100% auto;
	padding: 30px 0 30px;
}

#section-06 .logo {
	margin: 1em;
}
#section-06 .logo a {
    display: flex;
	justify-content: center;
}
#section-06 .logo img {
    width: 100px;
}

#section-06 .copy {
	color: #FFF;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.09em;
}

#section-06 .breadcrumbs {
	color: #FFF;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.09em;
}
#section-06 .breadcrumbs a{
	color: #FFF;
	text-decoration: underline;
}

/* section-07
================================================ */

#section-07 {
	background: #f9f9f9;
	padding: 98px 0 80px;
}

#section-07 .info {
	width: 917px;
	margin-left: 123px;
	margin-right: 70px;
}

#section-07 .info dl {
	padding-bottom: 28px;
	margin-bottom: 48px;
	letter-spacing: 0.06em;
}

#section-07 .info dl:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

#section-07 .info h1 {
	font-size: 2.5em;
	padding: 0.5em 0;
	width: 100%;
	line-height: 53px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	background: linear-gradient(to right, #ffffaa 30%, #c4ffe0 100%);
	color: #000000;
}

#section-07 .info dt h2 {
	font-size: 2em;
	width: 100%;
	line-height: 53px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #f9f9f9;
}

#section-07 .info dt h3 {
	font-size: 1.5em;
	width: 100%;
	line-height: 53px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	background: linear-gradient(to right, #c5c5c5 30%, #d3d3d3 100%);
}
#section-07 .info dd {
	line-height: 2.22;
}

/* 見出し
----------------------------- */

/* sp */

/* フォーム部品（共通）
----------------------------- */

/* テキストボックス系 */

/* セレクトボックス */

/* sp */

/* ラジオボタン・チェックボックス共通 */

/*sp*/

/*sp*/

/* チェックボックス */

/* sp */

/* エラーメッセージ */

/* sp */

/* フォーム部品（個別）
----------------------------- */

/*メール送信注意書き*/

/*sp*/

/*プライバシーポリシー*/

/*sp*/

/* ========================================
    ■ エラーページ
======================================== */

#error {
	background: #f3f3f3;
}

#error .wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 80px;
	text-align: center;
}

/* sp */

.error {
	display: block;
	max-width: 540px;
	margin: 25px auto 50px;
	padding: 10px 20px;
	text-align: left;
	background: #fff;
	border: 2px #ddd solid;
}

#error .btn {
	text-align: center;
	font-size: 1.5em;
	width: 400px;
	margin: 60px auto 80px;
}

#error .btn a {
	display: block;
	color: #000;
	border: solid 5px;
	border-radius: 60px;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	line-height: 60px;
	padding: 0 20px;
	letter-spacing: 0.09em;
}

#error .btn a:after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/btn_arr.png) no-repeat center;
	background-size: 30px;
	width: 30px;
	height: 33px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#error .copy {
	color: #000;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.09em;
}

/* ========================================
    ■ サンクスページ
======================================== */

#thanks {
	background: #f3f3f3;
}

#thanks .wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 80px;
	text-align: center;
}

#thanks h1 {
	font-size: 2em;
}

#thanks h1 + p {
	padding-top: 20px;
}

#thanks .btn {
	text-align: center;
	font-size: 1.5em;
	width: 400px;
	margin: 60px auto 80px;
}

#thanks .btn a {
	display: block;
	color: #000;
	border: solid 5px;
	border-radius: 60px;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	line-height: 60px;
	padding: 0 20px;
	letter-spacing: 0.09em;
}

#thanks .btn a:after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/btn_arr.png) no-repeat center;
	background-size: 30px;
	width: 30px;
	height: 33px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#thanks .copy {
	color: #000;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.09em;
}

/* sp */

@media all and (-ms-high-contrast: none) {

body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

}

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

.sp {
	display: none;
}

.pc {
	display: block;
}

html,
body {
	min-width: 1200px;
}

a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

a:hover img {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.wrapper {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

}

@media all and (min-width: 768px) {
footer {
	display: none;
}
}

@media screen and (max-width: 767px) {

.banner{
	padding-left: 5%;
	padding-right: 5%;
}

.banner img,.banner a{
	margin: auto;
	display: block;
	width: 100%;
}

html {
	min-width: 320px;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	height: auto;
	padding-bottom: 100px; /* footer fixed */
}

.wrapper {
	padding-left: 5%;
	padding-right: 5%;
}

#page-top {
	bottom: 110px;
}

.mv {
	padding: 80px 0 60px;
	min-height: 500px;
}

.mv .jobofferLink{
	top:85%;
	width: 90%;
}

.mv .ttl_area {
	width: 90%;
	padding: 30px;
	max-width: 700px;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 auto;
}

.mv .title {
	font-size: 1.5em;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.mv .ttl_area_tx {
	font-size: 1em;
	line-height: 1.4;
}

.in_block {
	display: inline-block;
}

#section-01 {
	padding: 60px 0;
}

#section-01 .box-inner {
	padding: 5%;
}

#section-01 .box-inner .txt_name {
	font-size: 1em;
}

#section-01 .box-inner .txt6 {
	font-size: 0.8em;
	line-height: 2;
	letter-spacing: 0.02em;
}

.cta h2 {
	font-size: 2em;
	letter-spacing: 0.2em;
}

.cta .txt1 {
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.cta .btn {
	margin: 1em 0;
	width: 100%;
	font-size: 1em;
}

.cta .btn a {
	line-height: 50px;
	letter-spacing: 0.02em;
}

.cta .btn a:after {
	background-size: 25px;
	width: 25px;
	height: 33px;
	right: 20px;
}

#section-03 {
	padding: 60px 0;
}

#section-03 .head {
	font-size: 2em;
}

#section-03 .head_tx {
	width: 100%;
	line-height: 1.5;
	font-size: 1em;
}

#section-03 .sec03_list {
	margin-top: 140px;
}

#section-03 .sec03_list__item {
	margin: 100px 0 150px;
}

#section-03 .sec03_list__item--02 .sec03_list__tx {
	padding: 120px 5% 5% 5%;
	width: 100%;
	margin-left: 0;
}

#section-03 .sec03_list__img {
	width: 200px;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
}

#section-03 .sec03_list__tx {
	padding: 120px 5% 5% 5%;
	width: 100%;
	margin-left: 0;
}

.record .bg_box {
	padding: 50px 5% 50px 5%;
}

.record h2 {
	max-width: 300px;
	width: 100%;
	font-size: 1.25em;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 10px 20px;
}

.record .record-list {
	margin: 20px 0 40px;
}

.record .record-list__item {
	width: 100%;
}

.record .record-list__item:nth-child(1) {
	float: none;
	margin-bottom: 20px;
}

.record .record-list__item:nth-child(2) {
	float: none;
}

.record .record-list__item h3 {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.record .dot-list__item {
	margin-bottom: 15px;
	padding-left: 25px;
}

.record .dot-list__item::before {
	top: 10px;
}

#section-07 {
	padding: 60px 0;
}

#section-07 .info {
	width: 100%;
	margin: 0;
}

#section-07 .info dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#section-07 .info h1 {
	font-size: 1.5em;
}

#section-07 .info dt h2 {
	font-size: 1.25em;
	width: 100%;
}

#section-07 .info dt h3 {
	font-size: 1em;
	width: 100%;
}

#section-07 .info dd {
	font-size: 1em;
	line-height: 2;
}

#section-08 {
	padding: 60px 0 40px;
}

#section-08 .head {
	font-size: 2em;
}

#section-08 .table {
	width: 100%;
}

#section-08 .table dl {
	font-size: 1.1em;
	padding: 10px 0;
}

#section-08 .table dt,
#section-08 .table dd {
	display: block;
}

#section-08 .table dt {
	width: 100%;
	padding: 0 10px;
}

#section-08 .table dd {
	padding-left: 0;
	padding: 0 10px;
	font-size: 0.8em;
}

#section-09 {
	padding: 60px 0;
}

#section-09 .info {
	width: 100%;
	margin: 0;
}

#section-09 .head {
	font-size: 2em;
}

#section-09 .info dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#section-09 .info h3 {
	font-size: 1.1em;
	width: 100%;
}

#section-09 .info dd {
	font-size: 1em;
	line-height: 2;
}

#form {
	padding: 60px 0;
}

#form h2 {
	font-size: 2em;
}

#form .txt1 {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.02em;
}

#form input[type='text'],
#form input[type='tel'],
#form input[type='email'] {
	min-width: 280px;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}

#form button[type='submit'],
#form input[type='submit'] {
	width: 100%;
	font-size: 1em;
	line-height: 50px;
}

#form button[type='submit']::after {
	background-size: 25px;
	width: 25px;
	height: 33px;
	right: 20px;
}

#form fieldset label {
	font-size: 0.75em;
}

#section-06 {
	padding: 30px 0 30px;
}

.privacy {
	margin: 40px auto 0;
	width: 100%;
}

.privacy h3 {
	margin: 0 0 15px;
	font-size: 1.5em;
}

.privacy_text {
	padding: 10px 20px;
	font-size: 1em;
}

.privacy_text h4 {
	font-size: 1.25em;
}

.privacy_text h5 {
	font-size: 1.1em;
}

#error .btn {
	width: 100%;
	font-size: 1em;
}

#thanks .btn {
	width: 100%;
	font-size: 1em;
}

#thanks .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sp_btm {
	padding-bottom: 0;
}

}

@media screen and (max-width: 640px) {

#form .txt1 {
	width: 100%;
	margin-bottom: 1rem;
}

#form .box_txt {
	margin: auto;
}

#form .txt2 a:link {
	text-decoration: underline;
}

#form .select-wrap::after {
	top: calc(50% - 0.5em);
}

#form .list_view {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#form .list_view li {
	margin: 5px 0;
}

#form .checkbox-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#form input[type='checkbox'] + label {
	display: block;
}

#form aside::before {
	display: block;
	position: static;
	margin: 0 auto 10px;
}

#error .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

}

@media screen and (min-width: 680px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){	
  .pc { display:none; }
  .sp { display:block; }
}

/*
追加分
*/
.noDisplay{
	display: none;
}


.kyubo{
	text-align: center;
	font-size: 1.5em;
}

.stop{
	text-align: center;
	color: #c30015;
}

.stopAnnounce{
	color: #c30015;
}

.banner {
    padding: 1em;
    background: #f7f7f7;
	width: 100%;
}
.banner img,.banner a{
	margin: auto;
	display: block;
	width: 1100px;
}

.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #FFF;
	border-left: solid 6px #FFFF00 ;/*左線*/
	color: #000;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	font-size: 1em;
}
.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

.fparent {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:1em;
}

.fchild{
	margin: 1em 0;
}

@media screen and (max-width: 680px){	
	.jobofferLink {
		top: 85%;
		width: 75%;
		font-size: 75%;
	}
}

/**
 * Makes elements visually invisible but still accessible to screen-readers.
 *
 * This Css has been carefully tested to ensure screen-readers can read and
 * activate (in case of links and buttons) the elements with this class. Please
 * use caution when changing anything, even seemingly safe ones. For example
 * changing width from 1 to 0 would prevent TalkBack from activating (clicking)
 * buttons despite TalkBack reading them just fine. This is because
 * element needs to have a defined size and be on viewport otherwise TalkBack
 * does not allow activation of buttons.
 */
 .visually-hidden {
	position: fixed !important;
	/* keep it on viewport */
	top: 0px !important;
	left: 0px !important;
	/* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
	   before allowing buttons to be activated. */
	width: 4px !important;
	height: 4px !important;
	/* visually hide it with overflow and opacity */
	opacity: 0 !important;
	overflow: hidden !important;
	/* remove any margin or padding */
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	/* ensure no other style sets display to none */
	display: block !important;
	visibility: visible !important;
  }