@font-face {
	font-family: 'URW DIN';
	src: url('fonts/URWDIN-Bold.eot'); /* IE9 Compat Modes */
	src: local('URWDIN-Bold'), /* フォントがローカルにインストールされている場合に有効 */
	     url('fonts/URWDIN-Bold.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('fonts/URWDIN-Bold.woff') format('woff'), /* woff - Modern Browsers */
	     url('fonts/URWDIN-Bold.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('fonts/URWDIN-Bold.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.cl {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    min-height: 1%;
    display: block;
    *zoom: 1;
}
.cl::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
    font-size: 1.0em;
    background-color: #FCFEFD;
    margin-right: 5px;
    margin-top: 60px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    color: #424242;
}

@media (max-width: 768px) {
  body {
    margin-top: 50px;
  }
}

p {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0.5rem 0;
}

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

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

a:hover img {
    opacity: .7;
}

li {
    list-style: outside none none;
}
.ul_disc,
.ul_disc li {
    padding-left: 5px;
    list-style: inside;
    list-style-type: disc;
    line-height: 1.3;
}
address {
    font-style: normal;
}
img {
    -ms-interpolation-mode: bicubic !important;
}

.frame-wrapper__video iframe {
	width: 600px;
	height: 338px;
}
@media only screen and (max-width: 970px){
    .frame-wrapper__video {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.frame-wrapper__video iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.margintop_l{
    margin-top: 5px;
}

.center{
    text-align: center;
}

.graytxt{
   color: #757575;
}

.marker_yellow {
background: linear-gradient(transparent 85%, #FFB200 0%);
}
.marker_green {
background: linear-gradient(transparent 85%, #398E3B 0%);
}
.marker_darkred {
background: linear-gradient(transparent 85%, #E86219 0%);
}
.marker_pink {
background: linear-gradient(transparent 85%, #FF538D 0%);
}
.marker_blue {
background: linear-gradient(transparent 85%, #2559AC 0%);
}
.marker_darkblue {
background: linear-gradient(transparent 85%, #0192BF 0%);
}

.margin20{
	margin: 20px 0;
}

.col3{
	float:left;
	margin-left: 5px;
	width: 32%;
}

@media (max-width: 760px) {
	.col3 {
		width: 100%;
		margin: 10px auto;
	}
}

.circle {
	width:175px;
	height:175px;
	margin: 0 auto;
	background-color:#34ac98;
	border-radius: 50%;
	visibility: hidden;
}

.circle_inner {
	padding-top:55px;
}
.circle.visible {
	visibility: visible;
	animation-duration: .5s;
	animation-name: fade-in;
}

.circle h2,
.circle p {
	text-align: center;
	color: #fff;
	line-height: 1;
	margin: 0;
}

.circle_inner h2 {
	font-size: 3rem;
}
.counter_unit{
	font-size: 1rem;
}
.circle_inner p {
	font-size: 1.2rem;
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: .5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}


/*
    ヘッダー
*/

#header {
    width: 100%;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 95;
    background: #FCFEFD;
}
.header-left {
    float: left;
    padding: 25px 10px 10px;
}
.header-right {
    float: right;
    margin: 5px 10px 5px;
    width: 195px;
    text-align: center;
}
.header-entry{
    display: block;
    padding:10px;
    margin: 25px 10px 10px;
    border: 3px solid #0d47a1;
    border-radius: 5px;
    color: #0d47a1;
    text-decoration: none;
}
.header-entry:hover{
    background: #0d47a1;
    color: #fff;
}
.header-entry,
.header-entry::before,
.header-entry::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.header-menu{
    clear: both;
    height: 45px;
    background: #09A23D;
}
.header-menu-inner{
    width: 920px;
    margin: 0 auto;
}

.banner {
	background-repeat: no-repeat;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: center;
	background-position-y: 0px;
	height: 22em;
	position: relative;
	overflow: hidden;
	width: 100%;
}
 
.banner-text {
	color: #fff;
	font-size: 1.5rem;
	left: 0;
	position: absolute;
	top: 40%;
	text-align: center;
	text-shadow: 0 0px 4px rgba(0, 0, 0, 0.8);
	width: 100%;
	font-family: "URW DIN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-display: swap;
}

@media (max-width: 860px) {
	.banner {
		height: 12rem;
		background-size: cover;
	}
}

.contents {
    padding-bottom: 100px;
}

.wrap,.contents_page {
    position: relative;
    width: 95%;
    z-index: 5;
    margin: 10px auto;
}

/*
    コンテンツヘッダー
*/

.contents_header {
    display: table;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.contents_header_block {
    display: table-cell;
    position: relative;
    width: 100%;
    vertical-align: middle;
    z-index: 9;
}
.contents_header_block .breadcrumb {
    display: table;
    background: rgba(255, 255, 255, 0.8);
    filter: alpha(opacity=80);
    color: #000;
    line-height: 1.5;
    border-radius:3px;
}

.contents_header_block .breadcrumb {
    margin-bottom: 8px;
    padding: 6px 14px;
}

.contents_header_block .breadcrumb a {
    color: #000;
}
.contents_header_title {
    padding: 8px 0;
    margin: 0px;
    font-size: 1.5em;
}

.contents_header_cover {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    margin-left: -1000px;
}

/*
    トップ 新着情報
*/

.news_block a{
    display: block;
    color:#424242;
    text-decoration: none;
}

.news_block li{
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.news_block li:hover{
    background-color: #e3f2fd;
}

.news_block li, .news_block li::before, .news_block li::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.news_block li span{
    display: block;
}

.news_block li time{
    float: left;
    display: inline-block;
    width: 130px;
}

/*ボタン装飾*/
.news_archives label {
    float: right;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
    font-weight: bold;
    border: solid 2px #388e3c;
    border-radius: 4px;
    cursor :pointer;
    transition: all .2s;
    
}

/*ボタンホバー時*/
.news_archives label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.news_archives input {
    display: none;
}

/*中身を非表示にしておく*/
.news_archives .hidden_archives {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    clear:both;
}

/*クリックで中身表示*/
.news_archives input:checked ~ .hidden_archives {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*
    トップ画像
*/

#heroimage{
	max-width:1920px;
	width: 100%;
	margin: 80px 0 auto;
}

/*
    トップメニュー一覧
*/
.linklist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
}
.linklist a{
	width: 25%;
	padding: 10px;
	padding-top: 1.2rem;
	margin: 0 auto;
	text-align: center;
	background: #388e3c;
	transition: all .2s;
}

.linklist a:hover {
	background-color: #2E7D32;
}

.linklist a{
	color: #fff;
	text-decoration: none;
}

.nolink{
    cursor: initial;
    pointer-events: none;
}

@media (max-width: 480px) {
	.linklist li{
		width: 49%;
		height: 5rem;
	}
}

/*
    募集要項
*/

.common-table{
	width:95%;
	border:1px solid #1F963A;
	border-collapse:collapse;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #67B853;
}

.common-table th{
	width:150px;
	padding: 7px;
	border:1px solid #1F963A;
	font-weight:normal;
	text-align: left;
	line-height:1.7;
	color: #FFF;
}
.common-table td{
	width:960px;
	padding: 7px;
	background: #FFF;
	border:1px solid #1F963A;
	line-height:1.7;
}

/*
    制度
*/

.contents_index a{
	float: left;
	display: block;
	background: #607D8B;
	padding: 10px;
	margin: 10px;
	width: 30%;
	min-width: 10rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
}

@media (max-width: 630px) {
	.contents_index a{
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}

/*
    インタビューインデックス
*/

.stuff_intro_half{
	float: left;
	width: 45%;
	margin: 10px;
}

.stuff_intro_half a{
	text-decoration: none;
}

.stuff_intro_half figure {
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	font-size: 15px;
	margin: 5px auto;
	min-width: 160px;
	width: 100%;
}

.stuff_intro_half figure img {
	vertical-align: bottom;
	width: 100%;
}

.stuff_intro_half figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff; 
	padding: 10px;
}

@media (max-width: 780px) {
	.stuff_intro_half{
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}

/*
    インタビューブロック
*/

.stuff_block {
    width: 32%;
    height: 330px;
    float: left;
    border: 1px solid #ddd;
    margin:5px;
}

.stuff_block > a {
    position: relative;
    display: block;
    color: #424242;
    text-decoration: none;
}

.stuff_prof {
    position: relative;
}

.stuff_prof .dname {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    background: #0BA13E;
    color: #fff;
    text-align: center;
    font-size: 1em;
    z-index: 1;
}

.stuff_prof_name .sname {
    text-align: center;
    padding: 10px 0 0;
}

.stuff_prof_name .sdesc {
    padding: 10px;
}

.comment_leftimg_l{
    float:left;
    width: 60%;
}

.comment_leftimg_r{
    float:right;
    margin:5px;
}

.comment_rightimg_l{
    float:left;
    margin:5px;
}

.comment_rightimg_r{
    float:right;
    width: 60%;
}

@media (max-width: 1000px) {
  .comment_rightimg_r,.comment_leftimg_l {
    width:100%;
  }
}

p img{
    border-radius:4px;
}

/*
    一日のスケジュール
*/

.contents_schedule {
    margin-top: 30px;
    padding: 50px 0;
    background: #009688;
}
.contents_schedule .schedule-inner {
    width: 920px;
    margin: 0 auto;
}
.contents_schedule .schedule-title {
    padding-bottom: 5px;
    color: #fff;
    font-size: 185.714%;
    text-align: center;
    border-bottom: #fff 1px solid;
}
.contents_schedule .time_schedule {
    margin-top: 20px;
}
.contents_schedule .time_schedule dl {
    clear: both;
    margin-bottom: 15px;
}
.contents_schedule .time_schedule dt {
    position: relative;
    float: left;
    width: 110px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.contents_schedule .time_schedule dt:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    content: " ";
    border: 4px solid transparent;
    border-top: 5px solid #fff;
}
.contents_schedule .time_schedule dd {
    margin-left: 134px;
    color: #fff;
}

/*
    その他ブロック
*/

.contents_other {
    margin-top: 10px;
    padding: 30px 0;
}
.contents_other .other-inner {
    margin: 0 auto;
    text-align: center;
}

.cta-button {
    display: inline-block;
    width: 400px;
    max-width: 90%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #333;
    color: #fff;
}
.cta-button::before,
.cta-button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.cta-button,
.cta-button::before,
.cta-button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.cta-button:hover {
    background-color: #0277bd;
}

.entry-button {
    background-color: #09A23D;
    color: #fff;
}
.entry-button:hover {
    background-color: #0aba46;
}


.title_comment {
    margin: 26px 0;
    padding-right: 20px;
    font-size: 1.7em;
    line-height: 1.3;
}
.title_comment:before {
    content: "「";
    display: inline-block;
    color: #5f9bd9;
}
.title_comment:after {
    content: "」";
    display: inline-block;
    color: #5f9bd9;
}

.bigtitle {
	margin: 30px 0;
	font-size: 2.5rem;
	font-family: "URW DIN", sans-serif;
	font-display: swap;
	text-align: center;
	position: relative;
	line-height: 1.3;
}

.bigtitle_desc{
	font-size:1.2rem;
	text-align: center;
	line-height: 1.3;
	margin: 20px 0;
}

.title {
    margin: 20px 0 20px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 1.6em;
    font-weight: normal;
    position: relative;
    border-bottom: 3px solid #e0e3e6;
    line-height: 1.3;
}
.title:before{
    display: inline-block;
    margin-right: 8px;
    color: #ccc;
    vertical-align: middle;
    font-size: 1em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0c8";
}
.title::after {
    content: "";
    display: block;
    width: 35%;
    border-bottom: 3px solid #5f9bd9;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -3px;
}

.subtitle{
    margin: 10px 0 10px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: normal;
    position: relative;
    line-height: 1.3;
    border-bottom: 2px solid #ddd;
}

.subtitle:before{
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 4px;
    color: #ddd;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f111";
}

.qtitle:before {
	content: "\f068";
	margin-right: 0.5rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.person_line{
    font-size: 1.2em;
    font-weight: bold;
}

.test_blk{
    display: none;
}
.comment_rightimg_lx{
    width: 60%;
    float: left;
    margin: 5px;
}
.comment_rightimg_lx_img{
    width: 100%;
}
.comment_rightimg_rx {
    float: right;
    width: 38%;
}

/*
    フッター
*/

.footer {
    width: 100%;
    height: auto;
    font-size: 0.97em;
    line-height: 1.5em;
    margin-top: 5px;
    padding: 10px;
    background-color: #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.copyl_footer {
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 0em;
}

.foot_link {
    list-style: none;
}

.foot_link li {
    float: left;
    margin-right: 5px;
}

.foot_link li a {
    color: #424242;
}

.show-on-sp {
	display: none;
}

.icon_canvas{
	width: 2.8rem;
	display: inline-block;
}

.underline{
    border-bottom: 2px solid #AED581;
}

.mission{
    display: inline-block;
    text-align: center;
    font-size:3.6rem;
    font-weight: bold;
    font-family: 'UD デジタル 教科書体 NK-B', 'BIZ UDMincho', sans-serif;
}

@media (min-width: 1020px) {
  .contents_page {
    max-width: 1020px;
    margin: 0 auto;
  }
}

@media (max-width: 1020px) {
  .contents_header_cover{
    width: 1000px;
    margin-left: -500px;
  }
  .contents_header {
    height: 150px;
  }
  .contents_schedule .schedule-inner {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .stuff_block {
    width: 50%;
    height: auto;
  }
  .hide-on-sp {
    display: none;
    margin-right:5px;
  }
  .show-on-sp {
    display: block;
  }
  .mission{
    font-size:2.5rem;
  }
}

/* 社員紹介 */
.interview_list {
	max-width: 1920px;
	margin: 0 auto 3vw;
	padding: 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.interview_list li {
	width: 32%;
	min-width: 266px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1.5vw;
}
.interview_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 146% 0 0;
}
.interview_list .people {
	position: absolute;
	top: 0;
	left: 0;
	width: 97%;
	height: 98%;
	background: #66BB6A;
	margin-top: -2vw;
	overflow: hidden;
}
.interview_list .people .name {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.16vw;
	line-height: 1.8;
	margin: 4vw 0 0 2vw;
}
.interview_list .people .name .name_title {
	color: #fff;
	font-size: 1rem;
}
.interview_list .button {
	position: absolute;
	bottom: 1.5vw;
	letter-spacing: 0.1vw;
	left: 2vw;
	display: inline-block;
	color: #1d364d;
	font-weight: bold;
	padding: 1vw;
	width: 14em;
	border-radius: 6px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 1.5vw top 50%;
	background-size: auto 1em;
	transition: background-image,background-color .5s ease-in-out;
}
.interview_list a:hover .button {
	color: #fff;
	background-color: #1d364d;
	background-size: auto 1em;
}

.sp_list{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.sp_list > div{
    width: 45%;
    padding: 10px;
    margin: 1rem;
    border-radius: 0.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.sp_box{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.sp_box p {
    margin: 0; 
    padding: 0;
}

@media screen and (min-width: 760px) {
	.interview_list .people .photo img {
		position: absolute;
		top: 20%;
		right: -43%;
		opacity: 0.5;
		width: 90%;
		height: auto;
		max-width: none;
		transition: .5s ease-in-out;
	}
	.interview_list a:hover .people .photo img {
		opacity: 1;
		top: 20%;
		right: -17%;
	}
}
@media screen and (max-width: 760px) {
	.interview_list .people .photo img {
		opacity: 1;
		width: 90%;
		height: auto;
		max-width: none;
		margin-left:5%;
	}
    .sp_list > div{
        width: 100%;
    }
}
