@charset "utf-8";

/*=========================================*/
/* All */
/*=========================================*/

/*-- reset --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, img, dl, dt, dd,
ol, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead,
article, aside, footer, header, menu, nav, section,
audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

ol, ul{
	list-style:none;
}

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

blockquote, q{
	quotes:none;
}

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

a:link{
	color: #003598;
	text-decoration: underline;
}

a:visited{
	color: #003598;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#000000;
	text-decoration:none;
}

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

html{
}

body{
	position: relative;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
    background-color: #ffffff;
    font-size: 16px;
	line-height:170%;
	font-family: 'Oswald', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
	text-align:left;
	color:#333333;
}

.sp{
    display: none;
}

.pc{
}

.contents-box{
    max-width: 1100px;
    width: auto;
    margin: auto;
}

.contents-line-top{
    position: relative;
}

.contents-line-top::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 105px;
    background-color: #023893;
}

.contents-line-bottom{
    position: relative;
}

.contents-line-bottom::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 105px;
    background-color: #023893;
}

.common-title{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    margin: 0 0 20px 0;
    align-items: center;
    color: #1c117d;
    text-align: left;
}

.common-title .en{
	font-family: 'Oswald';
    font-size: 180px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.04em;
}

.common-title .jp{
    margin: 10px 0 0 32px;
	font-family: 'Zen Kaku Gothic New';
    font-size: 38px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.common-title .jp-left{
    margin-left:15px;
}

.common-title .read{
    flex: 1;
    margin: 10px 0 0 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #333;
}

.common-title img{
    height: 177px;
}

.font-color-blue{
	color: #003598;
}

.scroll-point{
	position: absolute;
    margin-top: -120px;
}

@media screen and (max-width:1140px){
.contents-box{
    margin: 0 20px;
}
}

@media screen and (max-width:1100px){
body{
    font-size: 14px;
}

.sp{
    display: block;
}

.pc{
    display: none;
}

.contents-line-top{
    position: relative;
}
.contents-line-top::before {
    top: 42px;
    width: 2px;
    height: 38px;
}

.contents-line-bottom{
    position: relative;
}

.contents-line-bottom::before {
    bottom: 42px;
    width: 2px;
    height: 38px;
}

.common-title{
	flex-direction: column;
    margin: 0 0 20px 0;
    text-align: center;
}

.common-title .en{
    font-size: 64px;
    line-height: 87px;
}

.common-title .jp{
    margin: -5px 0 0 0px;
    font-size: 16px;
    line-height: 19px;
}

.common-title .jp-left{
    margin-left:0;
}

.common-title .read{
    margin: 30px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.00em;
    text-align-last: left;
}

.scroll-point{
    margin-top: -30px;
}
}

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

/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}

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

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

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

/*=========================================*/
/* Header */
/*=========================================*/

.header {
    z-index: 999;
    position: fixed;
    width: 100%;
    text-align: center;
}

#fixedElement {
    top: 25px;
    transition: top 0.3s ease; /* アニメーション */
}

.header-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    width: 100%;
    max-width: 1475px;
    margin: auto;
}

.header .logo{
    width: 18%;
    height: 82px;
    margin-right: auto;
    text-align: left;
}

.header .logo a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    height: 82px;
    text-align: left;
}

.header .logo img{
    width: 100%;
    margin-top: 8px;
}

.header .logo img.logo01{ display: block;}
.header .logo img.logo02{ display: none;}
.header .logo img.logo03{ display: none;}

.global-navi{
    flex: 1;
}

.global-navi ul{
	display: flex;
	justify-content: space-around;
    width: calc(100% - 2%);
    margin-left: 2%;
    background-color: rgba(35,24,20,0.8);
}

.global-navi li{
    position: relative;
    margin-left: 0em;
    padding-left: 0em;
}

.global-navi li.navi01{width: 11.5%;}
.global-navi li.navi02{width: 11.5%;}
.global-navi li.navi03{width: 11.5%;}
.global-navi li.navi04{flex: 1;}
.global-navi li.navi05{width: 11.5%;}
.global-navi li.navi06{width: 11.5%;}
.global-navi li.navi07{width: 14%;}
.global-navi li.navi08{width: 11.5%;}

.global-navi li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.global-navi li:first-child::before {
    content: none;
}

.global-navi a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 82px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.global-navi a .txt::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

.global-navi a:hover .txt::after {
    transform: scale(1, 1);
}

.btn-instagram {
    width: 80px;
    height: 82px;
}

.btn-instagram a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    align-items: center;
    height: 82px;
    background-color: #023893;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.btn-instagram a:hover{
    background-color: #1255b8;
	transition: all 0.2s;
}

.btn-instagram img{
	width: 30px;
    height: 30px;
    padding: 0 25px;
}

@media screen and (max-width:1500px){
.header .logo{
    width: 130px;
    margin-left: 15px;
}

.header .logo img{
    margin-top: 5px;
}

.global-navi a{
    font-size: 15px;
}

.header .logo img.logo01{ display: none;}
.header .logo img.logo02{ display: block;}
.header .logo img.logo03{ display: none;}
}


@media screen and (max-width:1100px){
.header {
    position: absolute;
}

#fixedElement {
    position: absolute;
    top: 25px;
}

.header-box {
    position: absolute;
}

.header .logo{
    width: 42px;
    margin-top: -25px;
    margin-left: 20px;
}

.header .logo img{
    margin-top: 0px;
}

.header .logo img.logo01{ display: none;}
.header .logo img.logo02{ display: none;}
.header .logo img.logo03{ display: block;}

.global-navi{
    display: none;
}
.btn-instagram{
    display: none;
}
}

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


/*=========================================*/
/* hamburger */
/*=========================================*/
.sp-global-navi {
    display: none;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  top: 0px;
  right: 4px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #CACACA;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span {
  background-color: #fff;
}
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #181878;
  padding: 0px;
  margin: 0 0 0 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

.drawer__nav__menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.drawer__nav__item {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

.drawer__nav__item::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 1px;
    background-color: #fff;
}

.drawer__nav__item:first-child::before {
    content: none;
}

.drawer__nav__link {
  display: block;
  font-size: 18px;
  color: #fff;
}

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

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
}

@media screen and (max-width:1100px){
.sp-global-navi {
    display: block;
    position: fixed;
}
}

@media (max-width: 768px) {
.drawer__nav__link {
    font-size: 15px;
}
}

@media screen and (max-height: 600px) {
.drawer__nav__item {
  margin-bottom: 15px;
}

.drawer__nav__item::before {
    top: -7px;
}
}

/*=========================================*/
/* entry btn */
/*=========================================*/

.btn-entry{
    z-index: 10;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -175px;
    background-color: #003598;
}

.btn-entry a img{
    width: 100px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.btn-entry a:hover img{
    opacity: 0.5;
	transition: all 0.5s;
}

@media screen and (max-width:1100px){
.btn-entry{
    top: 60px;
    margin-top: 0px;
}

.btn-entry a img{
    width: 50px;
}
}

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

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

.mv{
    position: relative;
    height: 900px;
    background-color: #000;
}

.mv-back{
    position: relative;
    height: 100%;
	background-image:url("../images/recruit/mv-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.mv .contents-box{
    position: relative;
    height: 100%;
}

.mv-catch{
    padding-top: 220px;
    font-size: 56px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.10em;
    color: #fff;
}

.mv-en{
    position: absolute;
    width: 100%;
    bottom: -30px;
    font-size: 180px;
    font-weight: 500;
    line-height: 190px;
    text-align: left;
    letter-spacing: 0.0em;
    color: #fff;
}

.mv-en strong{
    font-weight: 500;
    opacity: 0.7;
}

@media screen and (max-width:1100px){
.mv{
    height: 450px;
}

.mv-catch{
    padding-top: 150px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 31px;
}

.mv-en{
    left: 20px;
    font-size: 70px;
    line-height: 74px;
}
}

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

@media screen and (max-width:400px){
.mv-back{
	background-image:url("../images/recruit/mv-back-sp.jpg");
}
}

/*=========================================*/
/* message */
/*=========================================*/

.message{
    padding: 80px 0 70px 0;
	background-image:url("../images/recruit/message-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.message .contents-box{
    display: flex;
    justify-content: flex-end;
}

.message .box{
    width: 550px;
    color: #fff;
    text-align: left;
}

.message-read{
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.0em;
}

.message-text{
    padding: 20px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0.0em;
}

@media screen and (max-width:1100px){
.message{
    padding: 40px 0 30px 0;
	background-image:url("../images/recruit/message-back.jpg");
}

.message .box{
    width: auto;
    margin-left: 40%;
}

.message-read{
    font-size: 22px;
    line-height: 29px;
}

.message-text{
    padding: 10px;
    font-size: 14px;
    line-height: 23px;
}

.message-text br{
    display: none;
}
}

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

/*=========================================*/
/* movie */
/*=========================================*/

.movie{
    padding: 35px 0;
    background-color: #1a1a1a;
}

.movie .contents-box{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.movie .title{
    width: 452px;
}

.movie .title img{
    width: 100%;
}

.movie .movie-youtube{
    width: 620px;
}

.movie .movie-youtube iframe{
    width: 100%;
    height: 347px;
}

.movie .movie-youtube img{
    width: 100%;
    height: 347px;
}

@media screen and (max-width:1100px){
.movie{
    padding: 35px 0;
}

.movie .contents-box{
    display: block;
    text-align: center;
}

.movie .title{
    width: 311px;
    margin: 0 auto 15px auto;
}

.movie .movie-youtube{
    width: auto;
    text-align: center;
}

.movie .movie-youtube iframe{
    width: 100%;
    max-width: 330px;
    height: 185px;
    margin: auto;
}

.movie .movie-youtube img{
    width: 100%;
    max-width: 330px;
    height: 185px;
    margin: auto;
}
}

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

/*=========================================*/
/* about */
/*=========================================*/

.about{
    z-index: 1;
    margin: 0 0 -50px 0;
    padding: 190px 0 0px 0;
}

.about .box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 50px 0 0 0;
}

.about .left{
    flex: 1;
    margin-right: 50px;
}

.about .right{
    width: 550px;
}

.about-read{
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.0em;
}

.about-text{
    padding: 20px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.0em;
}

.about-name{
    padding: 0px 0 0 0;
    text-align: right;
}

.about-name img{
    width: 411px;
}

.about-movie{
    float: right;
    max-width: 550px;
    margin: 0 0 20px 50px;
}

.about-movie img{
    width: 100%;
}

.about .btn-area{
    flex-basis: 100%;
    margin-top: 40px;
    margin-bottom: -100px;
}

.about .btn{
    width: 330px;
    height: 66px;
    margin: auto;
}

.about .btn a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
    background-image:url("../images/recruit/voices-icon-youtube.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: left 14px center;
    background-color: #fff;
    border: solid 2px #003598;
	border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.3s;
}

.about .btn a:hover{
    opacity: 0.7;
    background-color: rgba(255,255,255,0.8);
	transition: all 0.3s;
}

@media screen and (max-width:1100px){
.about{
    margin: 0 0 -50px 0;
    padding: 110px 0 0px 0;
}

.about .box{
    flex-direction: column;
    margin: 30px 0 0 0;
}

.about .right{
    width: 260px;
    margin: auto;
}

.about .left{
    flex: 1;
    max-width: 600px;
    margin: auto;
}

.about-read{
    padding: 30px 0 0 0;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.about-text{
    font-size: 14px;
    line-height: 25px;
}

.about-name{
    padding: 20px 10px 0 0;
    text-align: right;
}

.about-name img{
    width: 195px;
}

.about-movie{
    float: none;
    margin: 0 0 0px 0px;
}

.about .btn-area{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
}

.about .btn{
    width: 300px;
    height: 66px;
    margin: auto;
}

.about .btn a{
    font-size: 16px;
}
}

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

/*=========================================*/
/* our */
/*=========================================*/

.our{
    position: relative;
    margin: 0 0 -160px 0;
    padding: 200px 0 200px 0;
    background-image:url("../images/recruit/our-back.jpg");
    background-position:top center;
    background-repeat:no-repeat;
    background-size: cover;
}

.our-img{
    max-width: 1006px;
}

.our-img img{
    width: 100%;
}

.our-img-sp{
    display: none;
}

.our-text{
    padding: 30px 0 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.0em;
    color: #fff;
}

.our-sp{
    display: none;
}

@media screen and (max-width:1100px){
.our{
    margin: 0 0 -60px 0;
}
}

@media screen and (max-width:620px){
.our{
    padding: 80px 0 150px 0;
}

.our .contents-box{
    margin: 0px;
}

.our-img{
    display: none;
}

.our-img-sp{
    display: block;
}

.our-img-sp img{
    width: 100%;
}

.our-text{
    position: absolute;
    bottom: 17%;
    right: 15px;
    width: 160px;
    padding: 30px 0 0 0;
    font-size: 20px;
    line-height: 30px;
}

.our-sp{
    display: block;
}
}

/*=========================================*/
/* jobs */
/*=========================================*/

.jobs{
    padding: 120px 0 154px 0;
}

.jobs-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0 0 0;
}

.jobs-list .box{
    width: 260px;
    margin-bottom: 5px;
}

.jobs-list .box-large{
    width: calc(50% - 18px);
    margin-bottom: 5px;
}

.jobs-list .box-small{
    width: calc(20% - 18px);
    padding: 5px 0 20px 0;
    margin-bottom: 5px;
    background-color: #003598;
}

.jobs-list .img{
    position: relative;
}

.jobs-list .img img{
    width: 100%;
}

.jobs-list .number{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 60px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: left;
    opacity: 0.7;
}

.jobs-list .number-large{
    margin-right: 15px;
    margin-bottom: 10px;
	font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: left;
    opacity: 0.7;
}

.jobs-list .number-small{
    margin-bottom: 10px;
	font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}

.jobs-list .text{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 0 0px 0;
    background-color: #003598;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: center;
}

.jobs-list .text-large{
}

@media screen and (max-width:1100px){
.jobs{
    padding: 0px 0 130px 0;
}

.jobs-list{
    gap: 8px;
    padding: 10px 0 0 0;
    margin: auto;
    justify-content: flex-start;
}

.jobs-list .box{
    width: calc(25% - 8px);
    margin-bottom: 2px;
}

.jobs-list .box-large{
    width: calc(50% - 8px);
    margin-bottom: 0px;
}

.jobs-list .box-small{
    width: calc(33.333% - 8px);
    padding: 5px 0 0px 0;
    margin-bottom: 0px;
}

.jobs-list .number{
    left: 5px;
    bottom: 5px;
    font-size: 36px;
}

.jobs-list .number-large{
    position: absolute;
    margin-bottom: 5px;
    left: 6px;
    font-size: 26px;
}

.jobs-list .number-small{
    margin-bottom: -5px;
    font-size: 26px;
}

.jobs-list .text{
    position: relative;
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.jobs-list .box-small .text{
    background: none;
}
}

@media screen and (max-width:640px){
.jobs-list .box{
    width: calc(50% - 8px);
    margin-bottom: 2px;
}
}

/*=========================================*/
/* interview */
/*=========================================*/

.interview{
    background-image:url("../images/recruit/interview-back.jpg");
    background-position:top 580px center;
    background-repeat:no-repeat;
    background-size: cover;
}

.interview-back{
    padding: 50px 0 200px 0;
    background-image:url("../images/recruit/back-white-bottom.svg");
    background-position:bottom -1px center;
    background-repeat:no-repeat;
    background-size: 100%;
}

.interview-box{
    position: relative;
    margin-top: 60px;
}

.interview-box .human-img01{
    position: absolute;
    top: 80px;
    left: 0px;
}

.interview-box .human-img02{
    position: absolute;
    top: 80px;
    right: 0px;
}

.interview-box .human-read{
    position: relative;
    font-size: 40px;
    font-weight: 800;
    line-height: 75px;
    color: #003598;
    text-align: center;
}

.interview-box .human-read span.back{
    padding: 2px 15px 5px 15px;
    background-color: rgba(255,255,255,0.8);
}

.interview-box .human-read span.back.back-nospace-left{
    padding-left: 0px;
}

.interview-box .human-read span.back.back-nospace-right{
    padding-right: 0px;
}

.interview-box .human-read01{
}

.interview-box .human-read02{
    margin-top: 30px;
}

.interview-box .box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	flex-direction: column;
    align-items: center;
    width: calc(520px - 25px);
    margin: 50px auto 0 auto;
    padding: 25px;
    background-color: rgba(255,255,255,0.9);
}

.interview-box .box .text{
    font-size: 30px;
    font-weight: 800;
    line-height: 43px;
    text-align: center;
}

.interview-box .box .list{
    padding: 25px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.0em;
}

.interview-box .box .list li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 10px 0;
}

.interview-box .list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    background-image:url("../images/recruit/icon-list.svg");
    background-size: 16px;
    background-repeat: no-repeat;
}

.interview-movie{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 60px;
}

.interview-movie .movie-youtube{
    width: 550px;
}

.interview-movie .movie-youtube img{
    width: 100%;
}

.interview-movie .movie-youtube iframe{
    width: 100%;
    height: 347px;
}

.interview-movie .movie-title{
    width: 460px;
}

.interview-movie .movie-title img{
    width: 100%;
}

.interview-voices{
}

.interview-voices .box{
    margin-top: 20px;
}

.interview-voices .box01{
}

.interview-voices .box02{
}

.interview-voices .data-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.interview-voices .box02 .data-area{
    flex-direction: row-reverse;
}

.interview-voices .human{
    width: 315px;
}

.interview-voices .box02 .human{
    text-align: right;
}

.interview-voices .human img{
}

.interview-voices .text-area{
    flex: 1;
    margin-bottom: 120px;
    color: #fff;
}

.interview-voices .read{
    padding-top: 27px;
    font-size: 28px;
    font-weight: 700;
    line-height: 43px;
}

.interview-voices .text{
    padding-top: 3px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
	letter-spacing: 0.00em;
}

.interview-voices .btn-area{
    flex-basis: 100%;
    margin-top: -80px;
}

.interview-voices .btn{
    width: 330px;
    height: 66px;
    margin: auto;
}

.interview-voices .btn a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
    background-image:url("../images/recruit/voices-icon-youtube.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: left 14px center;
    background-color: #fff;
	border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.3s;
}

.interview-voices .btn a:hover{
    background-color: rgba(255,255,255,0.8);
	transition: all 0.3s;
}

.interview-voices .img-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.interview-voices .img {
    flex: 0 0 calc(33.333% - 14px);
}

.interview-voices .img img{
    width: 100%;
}

@media screen and (max-width:1100px){
.interview{
    background-image:url("../images/recruit/interview-back-sp.jpg");
    background-position:top 290px center;
}

.interview-back{
    padding: 0px 0 50px 0;
}

.interview-box{
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
}

.interview-box .human-img01{
    top: 0px;
    left: 50%;
    margin-left: -170px;
}

.interview-box .human-img01 img{
    width: 175px;
}

.interview-box .human-img02{
    top: 220px;
    right: auto;
    left: 50%;
    margin-left: -50px;
}

.interview-box .human-img02 img{
    width: 226px;
}

.interview-box .human-read{
    position: absolute;
    font-size: 26px;
    font-weight: 800;
    line-height: 45px;
    text-align: left;
    writing-mode: vertical-rl;
}

.interview-box .human-read span.back{
    width: 50px;
    padding: 10px 0px 10px 0px;
    background-color: rgba(255,255,255,0.8);
}

.interview-box .human-read span.back.back-nospace-top{
    padding-top: 0px;
}

.interview-box .human-read span.back.back-nospace-bttom{
    padding-bottom: 0px;
}

.interview-box .human-read01{
    left: 50%;
}

.interview-box .human-read02{
    top: 420px;
    left: 50%;
    margin-top: auto;
    margin-left: -170px;
}

.interview-box .box{
    width: auto;
    margin: 720px auto 0 auto;
    padding: 30px 20px 20px 20px;
}

.interview-box .box .text{
    font-size: 20px;
    line-height: 26px;
}

.interview-box .box .list{
    padding: 15px 0 0 0;
    font-size: 14px;
}

.interview-box .box .list li {
    padding-left: 20px;
    margin: 0 0 5px 0;
}

.interview-box .list li::before {
    top: 0.4em;
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.interview-movie{
	flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
}

.interview-movie .movie-youtube{
    width: auto;
}

.interview-movie .movie-youtube img{
    width: 100%;
    max-width: 260px;
    margin: auto;
}

.interview-movie .movie-youtube iframe{
    width: 100%;
    max-width: 330px;
    height: 185px;
    margin: auto;
}

.interview-movie .movie-title{
    margin-top: 20px;
    width: auto;
}

.interview-movie .movie-title img{
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.interview-voices{
}

.interview-voices .box{
    margin-top: 20px;
}

.interview-voices .box01{
    background-image:url("../images/recruit/voices-title.svg");
    background-size: 67px;
    background-position: right 20px top 25px;
    background-repeat: no-repeat;
}

.interview-voices .box02{
}

.interview-voices .data-area{
	flex-direction: column;
}

.interview-voices .box02 .data-area{
	flex-direction: column;
}

.interview-voices .human{
    width: 100%;
    text-align: center;
}

.interview-voices .box02 .human{
    text-align: center;
}

.interview-voices .box01 .human img{
    width: 175px;
    margin: auto;
}

.interview-voices .box02 .human img{
    width: 155px;
    margin: auto;
}

.interview-voices .box03 .human img{
    width: 175px;
    margin: auto;
}

.interview-voices .text-area{
    width: 100%;
    margin-bottom: 120px;
    color: #fff;
}

.interview-voices .read{
    padding-top: 24px;
    font-size: 20px;
    line-height: 30px;
}

.interview-voices .text{
    padding-top: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.interview-voices .btn-area{
    width: 100%;
    margin-top: -80px;
}

.interview-voices .btn{
    width: 300px;
    height: 66px;
    margin: auto;
}

.interview-voices .btn a{
    font-size: 16px;
}

.interview-voices .img-area{
    max-width: 600px;
    gap: 15px;
    margin: 40px auto;
}

.interview-voices .img {
    flex: 0 0 calc(50% - 8px);
}

.interview-voices .img.img-first{
    flex-basis: 100%;
}
}

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

/*=========================================*/
/* schedule */
/*=========================================*/

.schedule{
    margin-top: 40px;
    padding: 0px 0 160px 0;
    margin-bottom: 50px;
}

.schedule-img{
    max-width: 1100px;
    margin: 0px auto 0 auto;
    padding-top: 10px;
}

.schedule-img img{
    width: 100%;
}

.schedule-img-sp{
    display: none;
}

@media screen and (max-width:1100px){
.schedule{
    padding: 0px 0 130px 0;
    margin-bottom: 10px;
}
}

@media screen and (max-width:640px){
.schedule-img{
    display: none;
}

.schedule-img-sp{
    display: block;
    max-width: 333px;
    margin: 0px auto 0 auto;
    padding-top: 10px;
}

.schedule-img-sp img{
    width: 100%;
}
}

/*=========================================*/
/* benefits */
/*=========================================*/

.benefits{
    padding: 20px 0 50px 0;
    background-image:url("../images/recruit/benefits-back.jpg");
    background-position:top center;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #023893;
    border-bottom: solid 90px #fff;
}

.benefits .common-title{
    color: #fff;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: -200px;
}

.benefits-list .item {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px 0px 20px 0px;
    min-height: 200px;
    background-color: #fff;
	box-shadow: 0 15px 15px rgba(0,0,0,0.2);
}

.benefits-list .item.full {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 0 0 100%;
}

.benefits-list .img {
    text-align: center;
}

.benefits-list .full .img{
    width: 270px;
    margin: auto;
}

.benefits-list .img img{
    width: 130px;
    margin: auto;
}

.benefits-list .box-kurumin {
    max-width: 170px;
    margin: 30px auto 0 auto;
    padding: 15px 0 15px 0;
    border: solid 1px #003598;
    text-align: center;
    line-height: 24px;
}

.benefits-list .read-kurumin {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.0em;
    color: #003598;
}

.benefits-list .text-kurumin {
    font-size: 18px;
}

.benefits-list .text-kurumin a{
    text-decoration: none;
}

.benefits-list .read {
    padding: 15px 0 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0.0em;
    color: #003598;
    text-align: center;
}

.benefits-list .text-area {
    flex: 1;
    padding: 10px 25px;
}

.benefits-list .full .text-area {
    padding: 10px 25px 10px 0px;
}

.benefits-list .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.benefits-list .color-box {
    margin-top: 20px;
    padding: 15px;
    background-color: #e3eff1;
}

.benefits-list .color-read {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    color: #003598;
}

@media screen and (max-width:1100px){
.benefits{
    padding: 32px 0;
    border-bottom: none;
}

.benefits-list {
    gap: 24px;
    margin-bottom: 0px;
}

.benefits-list .item {
    flex: 0 0 100%;
    padding: 10px 0px 15px 0px;
}

.benefits-list .item.full {
    display: block;
}

.benefits-list .img img{
    width: 100px;
}

.benefits-list .text-area {
    flex: 1;
    padding: 10px 15px 0px 15px;
}

.benefits-list .full .text-area {
    padding: 10px 15px 0px 15px;
}

.benefits-list .box-kurumin {
    width: auto;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px 15px 15px 15px;
}

.benefits-list .read {
    font-size: 23px;
    line-height: 30px;
}

.benefits-list .text {
    font-size: 14px;
    line-height: 25px;
}

.benefits-list .color-box {
    margin-top: 15px;
}

.benefits-list .color-read {
    font-size: 16px;
    line-height: 25px;
}
}

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

/*=========================================*/
/* recruit */
/*=========================================*/

.recruit{
    padding: 130px 0 154px 0;
	background-image:url("../images/recruit/recruit-back.jpg");
	background-position:center top 110px;
	background-repeat:no-repeat;
    background-size: 1923px;
}

.recruit-back01{
}

.recruit-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    align-items: center;
    background-color: rgba(255,255,255,0.85);
    padding: 20px 25px;
    margin-top: 15px;
}

.recruit-box .left{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
    align-items: center;
    width: 170px;
    height: 120px;
    margin-right: 25px;
    border: solid 2px #033787;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #003598;
}

.recruit-box .right{
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.recruit-contact{
    padding-top: 50px;
}

.recruit-contact .text{
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}

.recruit-contact .btn-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    gap: 22px;
    width: 665px;
    margin: auto;
    padding-top: 30px;
}

.recruit-contact .btn{
    width: 321px;
    height: 81px;
}

.recruit-contact .btn a{
    display: block;
    width: 321px;
    height: 81px;
	background-image:url("../images/recruit/icon-arrow2.svg");
	background-position:center right 21px;
	background-repeat:no-repeat;
	background-size: 31px;
    background-color: #1a1a1a;
    font-size: 22px;
    font-weight: 500;
    line-height: 81px;
    text-align: center;
    text-decoration: none;
    color: #fff;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.3s;
}

.recruit-contact .btn a:hover{
    background-color: #033787;
	transition: all 0.3s;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 0px;
  width: 100%;
}

/*タブのスタイル*/
.tab-item {
  width: 300px;
  height: 75px;
  border-top: solid 2px #023893;
  border-left: solid 2px #023893;
  border-right: solid 2px #023893;
  background-color: #fff;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  color: #023893;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab-item:hover {
}

/*ラジオボタンを全て消す*/
input[name="tab-item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-content {
  display: none;
  width: calc(100% - 64px);
  padding: 30px 30px 30px 30px;
  clear: both;
  overflow: hidden;
  border: solid 2px #023893;
  background-color: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#new:checked ~ #new-content,
#mid:checked ~ #mid-content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab-item {
  background-color: #023893;
  color: #fff;
}

.recruit-message{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    align-items: center;
}

.recruit-message .img{
    width: 520px;
    margin-right: 40px;
}

.recruit-message .img img{
    width: 100%;
}

.recruit-message .read{
    font-size: 29px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.0em;
    color: #003598;
    text-align: left;
}

.tab-content .table{
    width: 100%;
    margin: 30px 0 0 0;
}

.tab-content .table ul{
}

.tab-content .table li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    align-items: stretch;
}

.tab-content .table .left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-right: 7px;
    padding: 12px 12px;
    background-color: #003598;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: center;
}

.tab-content .table .right{
    flex: 1;
    padding: 12px 12px;
    border-bottom: solid 1px #4b4949;
	font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.0em;
    text-align: left;
}

.tab-content .table .right-first{
    border-top: solid 1px #4b4949;
}

@media screen and (max-width:1100px){
.recruit{
    padding: 40px 0 130px 0;
}

.recruit-back01{
    padding-top: 20px;
}

.recruit-box{
	display: block;
    padding: 20px 20px;
    margin-top: 15px;
}

.recruit-box .left{
    width: 100%;
    height: 45px;
    margin: auto;
    font-size: 18px;
    line-height: 45px;
}

.recruit-box .right{
    padding-top: 10px;
    font-size: 14px;
    line-height: 23px;
}

.recruit-contact{
    padding-top: 30px;
}

.recruit-contact .text{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.recruit-contact .btn-box{
	flex-direction: column;
    width: 235px;
    margin: auto;
    padding-top: 25px;
}

.recruit-contact .btn{
    width: 235px;
    height: 65px;
}

.recruit-contact .btn a{
    width: 235px;
    height: 65px;
	background-position:center right 18px;
	background-size: 22px;
    font-size: 16px;
    line-height: 65px;
}

.tab-item {
    width: 140px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
}

.recruit-message{
	flex-direction: column;
}

.recruit-message .img{
    width: 300px;
    margin: auto;
}

.recruit-message .read{
    padding-top: 10px;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
}

.tab-content .table{
    margin: 20px 0 0 0;
    font-size: 14px;
}

.tab-content .table .left{
    width: 120px;
    margin-right: 7px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 27px;
}

.tab-content .table .right{
    flex: 1;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 27px;
}
}

@media screen and (max-width:800px){
.recruit{
	background-image:url("../images/recruit/recruit-back-sp.jpg");
	background-position:center top 180px;
	background-repeat:no-repeat;
    background-size: 100%;
}

.tab-content {
  width: calc(100% - 20px);
  padding: 20px 8px 8px 8px;
  border: solid 2px #023893;
}

.tab-content .table{
}

.tab-content .table ul{
  padding: 0px;
  font-size: 14px;
}

.tab-content .table li{
  flex-direction: column;
}

.tab-content .table .left{
    width: auto;
    margin-right: 0;
    padding: 8px 5px 8px 5px;
    line-height: 20px;
}

.tab-content .table .right{
    padding: 8px 5px 12px 5px;
    line-height: 20px;
    border-bottom: none;
}

.tab-content .table .right-first{
    border-top: none;
}

}

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

/*=========================================*/
/* faq */
/*=========================================*/

.faq{
    padding: 50px 0 154px 0;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.faq-list .item {
  flex: 0 0 calc(50% - 5px);
  box-sizing: border-box;
  padding: 10px 20px;
  border: solid 2px #023893;
}

.faq-list .item.full {
  flex: 0 0 100%;
}

.faq-list .question {
    display: flex;
    flex-wrap: wrap;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.0em;
    color: #003598;
}

.faq-list .question-ic {
    margin-right: 10px;
	font-family:'Zen Kaku Gothic New', sans-serif;
}

.faq-list .question-text {
    flex: 1;
}

.faq-list .answer {
    padding: 4px 0 5px 40px;
	font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.0em;
}

@media screen and (max-width:1100px){
.faq{
    padding: 0px 0 130px 0;
}

.faq-list {
    gap: 13px;
}

.faq-list .item {
    flex: 0 0 100%;
}

.faq-list .question {
    font-size: 20px;
    line-height: 27px;
}

.faq-list .answer {
    padding: 4px 0 5px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
}

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

/*=========================================*/
/* company */
/*=========================================*/

.company{
    padding: 50px 0 120px 0;
}

.company-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    align-items: flex-end;
    gap: 30px;
    max-width: 1100px;
    width: auto;
    margin: 40px auto 0 auto;
}

.company-box .left{
    width: 550px;
}

.company-box .left img{
    width: 100%;
}

.company-box .right{
    flex: 1;
}

.company-box .data{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    align-items: flex-end;
}

.company-box .text-area{
}

.company-box .text-area .name{
    font-size: 34px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.0em;
}

.company-box .text-area .add{
    padding-top: 10px;
    font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0em;
}

.company-box .text-area .add .post{
    margin-right: 5px;
    font-size: 16px;
}

.company-box .sns-area{
	display: -webkit-flex;
	display: flex;
    gap: 15px;
}

.company-box .sns-area img{
    height: 30px;
}

.company-box .map{
    margin-top: 20px;
}

.company-box .map iframe{
    display: block;
    width: 100%;
    height: 280px;
}

.company-bana{
    width: 100%;
    height: 190px;
    margin-top: 35px;
    background-color: #000;
}

.company-bana a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
	background-image:url("../images/recruit/company-bana-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.3s;
}

.company-bana a:hover{
    opacity: 0.5;
	transition: all 0.3s;
}


.company-bana .left{
    margin-left: 30px;
}

.company-bana .left img{
    width: 471px;
}

.company-bana .right{
    margin-right: 40px;
}

.company-bana a .btn{
    display: flex;
    justify-content:center;
    align-items:center;
    width: 320px;
    height: 62px;
	background-image:url("../images/recruit/icon-arrow.svg");
	background-position:center right 30px;
	background-repeat:no-repeat;
	background-size: 17px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0.0em;
    text-align: center;
}

@media screen and (max-width:1100px){
.company{
    padding: 0px 0 0px 0;
}

.company-box{
	display: block;
    margin: 25px auto 0 auto;
}

.company-box .left{
    width: 280px;
    margin: auto;
}

.company-box .right{
    margin: auto;
}

.company-box .data{
	display: block;
    text-align: center;
}

.company-box .text-area{
    padding: 18px 0 0 0 ;
}

.company-box .text-area .name{
    font-size: 20px;
}

.company-box .text-area .add{
    padding-top: 10px;
    font-size: 16px;
    line-height: 26px;
}

.company-box .text-area .add .post{
    margin-right: 5px;
    font-size: 14px;
}

.company-box .sns-area{
    justify-content: center;
    gap: 35px;
    padding: 15px 0 0 0 ;
}

.company-box .map{
    margin-top: 20px;
    width: 100%;
}

.company-box .map iframe{
    width: 100%;
    height: 280px;
}

.company-bana{
    max-width: 300px;
    height: 170px;
    margin: 35px auto;
}

.company-bana a{
    display: block;
	background-image:url("../images/recruit/company-bana-back-sp.jpg");
    text-align: center;
}

.company-bana .left{
    margin:auto;
}

.company-bana .left img{
    width: 255px;
    margin-top: 30px;
}

.company-bana .right{
    width: 255px;
    margin: auto;
    text-align: center;
}

.company-bana a .btn{
    width: 256px;
    height: 49px;
    margin: 10px auto 0 auto;
	background-position:center right 20px;
	background-size: 12px;
    font-size: 14px;
    line-height: 49px;
}
}

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

/*=========================================*/
/* footer */
/*=========================================*/

.footer{
    padding: 40px 0;
    background-color: #023893;
    font-family:'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1100px){
.footer{
    padding: 15px 0;
    font-size: 13px;
}
}

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