/*
Theme Name: Xerotta
*/

@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
  margin: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*=================================
BASIC
=================================*/

body{
	background: #fff;
    color: #1a1a1a;
	font-size: 18px;
	line-height: 1.6;
	font-family: "Noto Sans JP";
	text-align: center;
	width: 100%;
	margin: 0;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#container{
    overflow-x: hidden;
}
a:hover,
button:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
a img:hover {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.7);
}
.pc{
  display: block;
}
.sp{
  display: none;
}

/*=================================
LAYOUT・共通

#header
============================*/
#header{
}
.wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.header_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .77em;
}
#top .header_in a{
  color: #fff;
  text-decoration: none;
}
.logo{
  width: 12.2vw;
  max-width: 122px;
  margin-right: 24px;
	margin-top: 1px;
}
.gloval_navi ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}
.header_left{
	display: flex;
	align-items: center;
}
#header .gloval_navi {
  float: right;
  *zoom: 1; }
  #header .gloval_navi:before, #header .gloval_navi:after {
  content: " ";
  display: table; }
  #header .gloval_navi:after {
  clear: both; }
  #header .gloval_navi ul {
  margin: 0 auto;
  float: left; }
  #header .gloval_navi ul li {
  margin-right: 20px;
  display: inline;
  font-size: 0.875em; }
  #top #header .gloval_navi ul li a {
  color: #FFF; 
}
#header .gloval_navi ul li a:hover {
  text-decoration: none;
  color: #fbd42f!important; }
  #header .gloval_navi .sp_navi_close {
  display: none; }
  #header .sp_navi_open {
  display: none; }
  

.sns,
.privacy-logo,
.footer-right{
  display: flex;
  align-items: center;
}
.sns img,
.privacy-logo img{
  margin-right: 1em;
	max-height: 45px;
}
.sns .lang{
  margin-left: 30px;
}
	b {
    display: block;
}
.policy-box li,
.policy li{
    margin-bottom: 1.6em;
}
.policy-box li ol li,
.policy li ol li{
    margin-bottom: 0;
}



/*============================
section
============================*/

section{
  padding: 90px 0 104px;
}
.bg1{
  background: #f0f3f7;
}

/*============================
#footer
============================*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
#page_top a{
  position: relative;
  text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #ccc;
    width: 1em;
    height: auto;
}
#footer{
  width: 100%;
  background: #003b63;
  color: #fff;
  padding: 40px 0 25px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.footer-top-navi ul{
  display: flex;
  font-size: .83em;
}
.footer-top-navi ul li:not(:nth-child(5)):after{
  content: "|";
  margin: 0 1em;
	color: #014d79;
}
.footer-menu{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: #012c44 solid 1px;
  border-bottom: #012c44 solid 1px;
  position: relative;
  margin: 16px auto 23px;
  padding: 26px 0 23px;
  text-align: left;
}
.footer-menu:before,
.footer-menu:after{
  content:"";
  width: 100%;
  height: 1px;
  border-top: #01507c solid 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-menu:before{
  top: 0;
}
.footer-menu:after{
  bottom: -3px;
}
.footer-menu-box{
}
.footer-menu-ttl{
  font-weight: bold;
  font-size: .88em;
  margin-bottom: 25px;
}
.menu-flex{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-menu-box ul{
  padding-left: 1em;
  font-size: .77em;
  line-height: 1.78;
}
.footer-menu-box ul{
  margin-right: 30px;
}
.footer-menu-box ul:nth-of-type(5){
	margin: 0;
}
.footer-menu-box ul li{
  position: relative;
}
.footer-menu-box ul li:before {
  content: "";
  width: .5em;
  height: .5em;
  border-top: #014d79 solid 1px;
  border-right: #014d79 solid 1px;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#copyright{
  background:#1a1a1a;
  color: #fff;
  font-size: .6em;
  padding: 15px 0;
}
.sns .lang {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0;
	display: flex;
    align-items: center;
}
.sns .lang a {
    padding: 0 .8em;
    font-size: .7em;
}
.sns .lang a:first-child {
    border-right: 1px solid #999;
}

#top .sns .lang,
#top .sns .lang a:first-child,
.footer-bottom .sns .lang,
.footer-bottom .sns .lang a:first-child{
	border-color: #fff;
}

/*============================
TOP
============================*/

#top #header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
	padding: 1em 0;
}

/*mv*/
.mv-top{
  width: 100%;
  height: 10px;
  position: relative;
}
.mv-top:after {
    content: "";
    width: 100%;
    height: 250px;
    background-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.mv-top video{
	width: 100%;
	height: 100%;
}
.video-container-mv {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container-mv video {
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI Bold"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

h2{
  font-family: SegoeUI;
  font-size: 2em;
  margin-bottom: 70px;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
	font-weight: 600;
}
 h2 .line{
  width: 240px;
  height: 6px;
  background: #cccccc;
  border-radius: 3px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
 h2 .line:after{
  content: "";
  width: 70px;
  height: 6px;
  background: #003b63;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*top-news*/
#top-news{
  background: #fbd42f;
}
#top-news ul,
.archive-list ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 30px;
}
#top-news ul li,
.archive-list ul li {
    width: 48%;
    border-top: 1px solid #454547;
    padding: 20px 0;
    display: flex;
    text-align: left;
}
#top-news ul li:nth-child(3),
#top-news ul li:nth-child(4){
	border-bottom: 1px solid #454547;
}
#top-news ul li .thumbnail,
.archive-list ul li .thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 1em;
    border: 1px solid #000;
    background: #fff;
}
#top-news ul li .title,
.archive-list ul li .title {
    flex: 1;
}
#top-news ul li .title a,
.archive-list ul li .title a{
    color: #1a1a1a;
    text-decoration: none;
}
#top-news ul li .title .date,
.archive-list ul li .title .date {
    font-weight: bold;
    display: block;
}

.top-flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40px;
}
.top-flex a{
  width: 23.5%;
  margin-top: 90px;
  color: #454547;
  text-decoration: none;
}
.top-flex a img{
  margin-bottom: 2em;
}
.top-flex a span.small {
    font-size: .8em;
}

.page-numbers {
    padding: 2px 10px;
    border: 1px solid;
    text-decoration: none;
    color: #000;
}

.page-numbers.current {
    background: #000;
    color: #fff;
}

  /*============================
  PAGE
  ============================*/

/*header*/
.page .header_in,
.single .header_in{
    height: 100px;
}
.page .header_in a,
.single .header_in a{
  color: #999999;
  text-decoration: none;
}
.page #header .gloval_navi ul li a,
.single #header .gloval_navi ul li a{
    color: #000;
}

.mv{
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
h1.pagetitle{
	font-family: SegoeUI;
  font-size: 2.77em;
  margin-bottom: 10px;
  text-transform: uppercase;
	font-weight: 700;
  line-height: 1;
	letter-spacing: .1em;
}
.subtitle{
	font-size: 1.11em;
}
p.right{
	text-align: right;
}
a.more-btn {
    font-family: SegoeUI;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #003b63;
    line-height: 40px;
    padding: 0 10px;
}

/*single*/
.wrap.page-content{
	margin: 60px auto;
	text-align: left;
}

/*archive*/
.archive-list{
	margin: 60px auto;
}

/*service*/
.service-wrap section{
	padding-top: 0;
}
.bg2{
	background: #2380b9;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 80px 0;
}
.bg2 h2{
	margin-bottom: 70px;
	font-size: 1.6em;
}
.bg2 p.description{
	font-size: 1.11em;
	line-height: 1.8;
}
.bg3{
	background: #fafafa;
}
.service-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0 40px;
	position: relative;
}
.bg3 .service-flex{
	flex-direction: row-reverse;
	z-index: 0;
}
.service-flex figure{
	width: 350px;
	height: 350px;
	margin: 0 100px 0 50px;
}
.service-flex figure:before{
	content: "";
	width: 200px;
	height: 200px;
	background: #fbd42f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg3 .service-flex figure{
	margin: 0 50px 0 100px;
}
.bg3 .service-flex figure:before{
	left: unset;
	right: 0;
}
.service-txt{
	flex: 1;
	text-align: left;
}
.service-txt h2{
	font-size: 2.33em;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	margin-bottom: 60px;
	color: #2380b9;
}
.service-txt h3{
	font-size: 1.33em;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 25px;
}
.points{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: .88em;
}
.points:before{
	content: "┌";
	color: #2380b9;
	position: absolute;
	top: -.8em;
    left: -.5em;
}
.points:after{
	content: "└";
	color: #2380b9;
	position: absolute;
	bottom: -.8em;
    left: -.5em;
}
.points div{
	width: 33%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.points div:nth-of-type(1):before,
.points div:nth-of-type(2):before{
	content: "┬";
	color: #2380b9;
	position: absolute;
	top: -.8em;
    right: -.5em;
}
.points div:nth-of-type(3):before{
	content: "┐";
	color: #2380b9;
	position: absolute;
	top: -.8em;
    right: -.5em;
}
.points div:nth-of-type(1):after,
.points div:nth-of-type(2):after{
	content: "┴";
	color: #2380b9;
	position: absolute;
	bottom: -.8em;
    right: -.5em;
}
.points div:nth-of-type(3):after{
	content: "┘";
	color: #2380b9;
	position: absolute;
	bottom: -.8em;
    right: -.5em;
}

 /*============================
  COMPANY
  ============================*/

.button-area{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.button-area a{
	width: 25%;
	height: 80px;
	background: #fbd42f;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
	font-size: 1.1em;
	position: relative;
}
.button-area a:not(:first-child){
	border-left: 2px solid #fff;
}
.button-area a:after{
	content: "";
	width: 7px;
	height: 7px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#greeting .flex figure{
	width: 410px;
	height: 630px;
	background: #ccc;
	margin-right: 40px;
}
.greeting-txt{
	text-align: left;
	flex: 1;
}
.greeting-txt h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 40px;
}
.greeting-txt p{
	margin-bottom: 1em;
}
.voice-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice-box{
	margin-top: 70px;
	width: 49%;
}
.voice-movie {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
	margin-bottom: 30px;
	background: #ccc;
}
.voice-movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

table{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 65px;
	border-top: #454547 1px solid;
	border-bottom: #454547 1px solid;
	border-collapse: collapse;
}
table tr:not(:first-child){
	border-top: 1px solid #cccccc;
}
table tr th{
	width: 24%;
	padding: 22px 50px;
	text-align: left;
}
table tr td{
	text-align: left;
	padding: 22px 0;
}
#info h3{
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	border-left: 10px solid #2380b9;
	margin-bottom: 28px;
}
#info p{
		text-align: left;
}
a.a-tel{
	color: #1a1a1a;
	text-decoration: none;
}
.map {
	width: 100%;
     position: relative;
     padding-bottom: 47%; 
     height: 0;
     overflow: hidden;
	margin-top: 28px;
}
.map iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

 /*============================
  RECRUIT
  ============================*/
#recruit-all .flex,
#collaborators-all .flex{
	flex-wrap: wrap;
    display: flex;
}
a.recruit-btn{
	width: 23.5%;
	margin-bottom: 24px;
	background: #0a69b7;
	color: #fff;
	font-size: .77em;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.recruit-btn-txt {
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px 0 26px;
	font-weight: bold;
}
.recruit-btn-txt div {
	font-size: .7em;
	border: 1px solid #fff;
	display: inline-block;
	font-weight: bold;
    position: absolute;
    bottom: 3px;
    left: 5px;
    padding: 0 8px;
    line-height: 26px;
}
.recruit-flex{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
	z-index: 0;
}
.bg3 .recruit-flex{
	flex-direction: row-reverse;
}
.recruit-flex figure{
	width: 45%;
	z-index: 0;
}
.recruit-description{
	text-align: left;
	width: 500px;
	padding-top: 100px;
}
.recruit-description:before{
	content: "";
	background: #ffc000;
	width: 60vw;
	height: 300px;
	z-index: -1;
	position: absolute;
	top: 40px;
	left: 40%;
}
.bg3 .recruit-description:before {
    right: 40%;
    left: unset;
}
#new-graduate .recruit-flex{
	margin-bottom: 40px;
}
#new-graduate .recruit-flex figure {
    width: 40%;
}
.new-graduate-description {
    width: 500px;
    text-align: left;
}
.new-graduate-description h3{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .8em;
}
.new-graduate-description p:not(:last-child){
	margin-bottom: 50px;
}
a.application-btn{
	width: 252px;
	height: 60px;
	color: #fff;
	text-decoration: none;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
a.application-btn2{
	width: 252px;
	height: 60px;
	color: #fff;
	text-decoration: none;
	background: #2380b9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

 /*============================
  COLLABORATORS
  ============================*/

#collaborators .recruit-flex{
		margin-bottom: 0;
	}

#collaborators a.application-btn{
	margin: 20px auto 0 0;
}



 /*============================
  CONTACT
  ============================*/

#contact table, #contact table tr {
    border: none;
}
#contact table tr th {
    width: 36%;
    text-align: right;
	padding: 10px 50px;
	vertical-align: top;
}
#contact table tr td{
	padding: 10px 0;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
textarea {
    width: 100%;
    background: #f2f2f2;
    border: none;
    font-size: 16px;
    padding: .5em;
	box-sizing: border-box;
}
span.hissu {
    font-size: .8em;
    background: #ffc000;
    padding: 4px 15px;
    margin-left: 23px;
}
span.ninni {
    font-size: .8em;
    border: #ffc000 1px solid;
    padding: 4px 15px;
    margin-left: 23px;
}
.policy-box{
	width: 94%;
	height: 160px;
	box-sizing: border-box;
	margin: 1em auto;
	border: 1px solid #ccc;
	padding: 15px 20px;
	overflow-y: scroll;
}
.policy-box h2,
.policy-box h3,
.policy-box p{
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	margin: 0;
	margin-bottom: 1em;
}
input.confirm-btn {
    font-size: 1.11em;
    color: #fff;
    background: #2380b9;
    width: 360px;
    height: 60px;
	margin-top: 40px;
}


/*============================
投稿ページ
============================*/

.single #header {
    background: #F6F6F6;
}

h1.singletitle {
    font-size: 2em;
    margin-bottom: .5em;
}

.single .wrap {
    font-size: 14px;
}

p.meta {
    color: #ccc;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #222;
}

p.meta a {
    color: #ccc;
    text-decoration: none;
}

.single p {
    margin-bottom: 1em;
}

img.alignleft {
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}
img.alignright {
    margin-right: 0;
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
}
.pagenavi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagenavi a {
	background: #222;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 2.8px 14px 14px;
    padding: 0.2rem 1rem 1rem;
    font-style: normal;
    border-left:5px solid #999;
    background-color:#DCDCDC;
}
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.single h1{
	font-size: 2em;
	font-weight: bold;
}
.single h2{
	font-size: 1.5em;
	font-weight: bold;
}
.single h3{
	font-size: 1.2em;
	font-weight: bold;
}

.single table {
    border: #454547 1px solid;
}

.single table td {
    padding: 1em;
}

/*============================
タブレット用
============================*/
@media screen and (max-width: 1000px){
	body{
		font-size: 14px;
	}
  .pc{
    display: none;
  }
  /*=================================
  LAYOUT・共通
  
  #header
  ============================*/
  .wrap{
    padding: 0 2vw;
  }
  .logo{
    width: 12.2vw;
    max-width: 12.2vw;
    margin-right: 2.4vw;
  }
	.mv{
		height: 150px;
	}
	.mv-top:after {
		height: 20vw;
	}
	.video-container-mv video{
		height: 100%;
	}
	h1.pagetitle{
		font-size: 5vw;
	}
	.subtitle{
		font-size: 2vw;
	}
	h2 {
    margin-bottom: 10vw;
}
  
  
  /*============================
  section
  ============================*/
  
section {
    padding: 6.25vw 0 8vw;
}
  .bg1{
    background: initial;
  }
  .bg1-sp{
    background: #f0f3f7;
  }
  
  /*============================
  #footer
  ============================*/
  #footer{
    padding: 4vw 0 2.5vw;
  }
  .footer-top-navi ul {
    flex-wrap: wrap;
}
  .footer-menu{
    margin: 1.6vw auto 2.3vw;
    padding: 2.6vw 0 2.3vw;
    flex-wrap: wrap;
  }
  .footer-menu:after{
    bottom: -0.3vw;
  }
  .footer-menu-ttl{
    margin-bottom: 2.5vw;
  }
  .footer-menu-box ul:not(:last-child){
    margin-right: 3vw;
  }
  .footer-menu-box:first-child {
    width: 100%;
    margin-bottom: 10vw;
}
.menu-flex{
  width: 56%;
  justify-content: space-between;
}
  #copyright{
    padding: 1.5vw 0;
  }
	.sns .lang {
    margin: 0;
}
  
  /*============================
  TOP
  ============================*/
 
	/*responsive menu*/
	#top .responsive-menu-inner, 
	#top .responsive-menu-inner::before, 
	#top .responsive-menu-inner::after {
    background-color: #fff;
}
  /*mv*/
  .mv-top{
    width: 100%;
    height: 56.5vw;
    position: relative;
  }
  

  #top h2{
    margin-bottom: 4vw;
  }
  h2 .line{
    width: 32vw;
    height: 1vw;
    border-radius: 0.3vw;
    bottom: -3vw;
  }
  h2 .line:after{
    width: 9vw;
    height: 1vw;
    border-radius: 0.3vw;
  }
    
  .top-flex{
    margin-top: -4vw;
  }
  .top-flex a {
    width: 46.875vw;
   margin-top: 9vw;
  }
  .top-flex a img {
    width: 100%;
}
	.top-flex a span {
    font-size: 1.28em;
}
	#top-news .wrap {
    padding: 0;
}
#top-news ul, .archive-list ul {
    display: block;
    padding: 0 100px;
}
	#top-news ul li, .archive-list ul li {
    width: 100%;
    font-size: 1.42em;
		padding: 2vw 0;
}
	a.more-btn {
    margin-right: 100px;
}
	
 /*============================
  SERVICE
  ============================*/
	.service-wrap .wrap{
		padding: 0;
	}
	.service-txt{
		margin-right: 3.3vw;
	}
	.bg3 .service-txt{
		margin-right: 0;
		margin-left: 3.3vw;
	}
.bg2{
	padding: 8vw 0;
}
.bg2 h2{
	font-size: 1.42em;
	margin-bottom: 7vw;
}
	.bg2 p.description{
		font-size: 1.14em;
	}
.service-flex{
	padding: 5vw 0 4vw;
}
.service-flex figure{
	width: 35vw;
	height: 35vw;
	margin: 0 10vw 0 5vw;
}
.service-flex figure:before{
	width: 20vw;
	height: 20vw;
}
.bg3 .service-flex figure{
	margin: 0 5vw 0 10vw;
}
.service-txt h2{
	margin-bottom: 6vw;
}
.service-txt h3{
	margin-bottom: 2.5vw;
}

.points{
	height: 6vw;
	max-width: 90vw;
}
.points div{
	height: 6vw;
}

 /*============================
  COMPANY
  ============================*/
	.wrap.button-area {
    padding: 0;
	margin-top: 4vw;
}
.button-area a{
	height: 8vw;
	padding-bottom: 1.5vw;
}
.button-area a:after{
	width: 0.7vw;
	height: 0.7vw;
	bottom: 1.5vw;
}
#greeting .flex figure{
	width: 37.7vw;
	height: 57.9vw;
	margin-right: 4vw;
}
.greeting-txt h3{
	margin-bottom: 4vw;
}
.voice-box{
	margin-top: 7vw;
}
.voice-movie {
	margin-bottom: 3vw;
}
table{
	width: 100%;
	max-width: unset;
	margin: 0 auto 6.5vw;
}
table tr th{
	padding: 2.2vw 5vw;
}
#info h3{
	padding-left: 2vw;
	border-left: 1vw solid #2380b9;
	margin-bottom: 2.8vw;
}
.map {
	margin-top: 2.8vw;
}
	

 /*============================
  RECRUIT
  ============================*/
	
	a.recruit-btn{
	margin-bottom: 2.4vw;
}
.recruit-btn-txt {
    font-size: .8em;
}
.recruit-btn-txt div {
    font-size: .6em;
    padding: 0 5px;
}
.recruit-flex{
	width: 100vw;
	margin-left: -2vw;
	margin-bottom: 11.7vw;
}
.recruit-flex figure{
	width: 39vw;
}
.recruit-description{
	width: 60vw;
	padding-top: 10vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recruit-description:before{
	width: 78vw;
	height: 27vw;
	top: 5.2vw;
	left: 21.8vw;
}
	.recruit-description p{
		width: 50vw;
	}
	.bg3 .recruit-description:before{
		left: unset;
		right: 21.8vw;
	}
#new-graduate .recruit-flex{
	margin-bottom: 4vw;
}
.new-graduate-description {
    width: 53.25vw;
}
.new-graduate-description p:not(:last-child){
	margin-bottom: 5vw;
}
	a.application-btn,
	a.application-btn2{
    margin: 20px auto 0;
    font-size: 1.16em;
    height: 40px;
    line-height: 40px;
    width: 168px;
}
	

 /*============================
  COLLABORATORS
  ============================*/
	
	#collaborators .recruit-description {
    width: 52vw;
    margin-right: 4vw;
    flex-direction: column;
}
	#collaborators .bg3 .recruit-description {
    margin: 0;
    margin-left: 4vw;
}
	
 /*============================
  CONTACT
  ============================*/

	input.confirm-btn{
		margin-top: 4vw;
	}
	
}
/*============================
スマホ用
============================*/
@media screen and (max-width: 768px){
	body{
		font-size: 12px;
	}
	.sp{
		display: block;
	}

	
	  /*============================
  #header
  ============================*/
	.mv{
		height: 100px;
	}
	.wrap {
    padding: 0 4vw;
}
.header_in .logo {
    margin: 0 auto 0 0;
    width: 38vw;
}
	  /*============================
  #footer
  ============================*/
	#footer .wrap {
    padding: 0 8vw;
}
	.footer-menu, .menu-flex {
    display: block;
	width: 100%;
}
	.footer-menu-box {
    margin-bottom: 10vw;
}
	.footer-top-navi ul {
    font-size: .83em;
}
	.footer-menu-ttl {
    font-size: 1.16em;
}
	.footer-menu-box ul {
    font-size: 1em;
}
	.footer-bottom {
    display: block;
}
	.logo {
    width: 26vw;
    max-width: unset;
    margin: 0 auto 4.5vw;
}
	.sns, .footer-right {
    justify-content: center;
		flex-wrap: wrap;
}
.privacy-logo {
    align-items: center;
    margin: 0 auto;
    width: fit-content;
}
	.privacy-logo img{
		margin-bottom: .5em;
	}
 /*============================
  TOP
  ============================*/
	.top-flex a {
    width: 100%;
    margin-top: 16vw;
}
	.top-flex a:first-child {
    margin-top: 10vw;
}
	#top-news ul, .archive-list ul {
    padding: 0;
    width: 84vw;
    margin: 0 auto 2.6vw;
}
	#top-news ul li:nth-child(3) {
    border-bottom: none;
}
	a.more-btn {
    margin-right: 8vw;
		line-height: 6.4vw;
    padding: 0 1vw;
}
	#top-recruit img, #top-collaborators img {
    display: none;
}
	#top-recruit img, #top-collaborators img {
    display: none;
}

#top-recruit a, 
#top-collaborators a {
    margin: 0 0 5vw 5vw;
    text-align: left;
    position: relative;
}

#top-recruit .top-flex.wrap, 
#top-collaborators .top-flex.wrap {
    margin-top: 10vw;
    }

#top-recruit a:before, 
#top-collaborators a:before {
    content: "";
    width: .5em;
    height: .5em;
    border-top: #014d79 solid 1px;
    border-right: #014d79 solid 1px;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    }

/*============================
  SERVICE
  ============================*/
	.bg2 h2 {
    font-size: 1.5em;
}
	p.description{
		font-size: 1em;
	}
	.service-flex {
    display: block;
    padding: 8vw 10vw 10vw 8vw;
}
	.service-flex figure,
	.bg3 .service-flex figure{
    width: 70vw;
    height: 70vw;
    margin: 0 0 5.3vw 11.4vw;
}
	.service-flex figure:before,
	.bg3 .service-flex figure:before{
    height: 40vw;
    width: 40vw;
    left: 10vw;
}
	.service-txt h2 {
    font-size: 2em;
}
	.service-txt h3 {
    font-size: 1.5em;
}
	.service-txt p {
    font-size: 1em;
}
	.points {
    display: block;
    max-width: unset;
		width: 81vw;
    height: 90px;
}
	.points div{
    width: 100%;
    height: 30px;
}
	.points:after {
		content: "┐";
		color: #2380b9;
		position: absolute;
		top: -.8em;
		left: unset;
		right: -.5em;
}
	.points div:nth-of-type(1):before, 
	.points div:nth-of-type(2):before{
		content: "├";
		color: #2380b9;
		position: absolute;
		top: unset;
		bottom: -.8em;
		left: -.5em;
		right: unset;
	}
	.points div:nth-of-type(1):after,
	.points div:nth-of-type(2):after {
		content: "┤";
    color: #2380b9;
    position: absolute;
    bottom: -.8em;
    right: -.5em;
}
	.points div:nth-of-type(3):before {
		content: "└";
    color: #2380b9;
    position: absolute;
		top: unset;
    bottom: -.8em;
		right: unset;
    left: -.5em;
}
	
/*============================
  COMPANY
  ============================*/
	
	.flex,
	.voice-flex{
		display: block;
	}
	.button-area a {
    height: 10vw;
    padding-bottom: 2vw;
}
	#greeting .flex figure {
    width: 100%;
    height: 61.3vw;
    margin-bottom: 8vw;
}
	#greeting figure img {
    height: 61.3vw;
    object-fit: cover;
    width: 92vw;
}
	.voice-box {
    width: 100%;
    font-size: 1.2em;
}
	table tr th {
    padding-left: 0;
}
	
/*============================
  RECRUIT
  ============================*/
	
	a.recruit-btn {
    width: 44vw;
}
	.recruit-flex {
    display: block;
    width: 100%;
	margin-left: 0;
}
.recruit-flex figure{
    width: 100%;
    margin-bottom: 5.6vw;
}
	.recruit-btn-txt {
    padding: 0 0 0 35px;
	font-size: 10px;
}
	.recruit-description {
    width: 81.3vw;
    margin: 0 auto;
    padding: 0;
}
	.recruit-btn-txt div {
    font-size: 10px;
	}
	.recruit-description p {
    width: 100%;
}
	.recruit-description:before {
    width: 100vw;
    top: 5.3vw;
    height: 100%;
    left: -4vw;
    right: 0;
}
	.bg3 .recruit-description:before {
    left: -4vw;
    right: 0;
}
	#new-graduate .recruit-flex figure,
	.new-graduate-description{
		width: 100%;
	}
	
/*============================
  COLLABORATORS
  ============================*/
	
	#collaborators .recruit-description,
	#collaborators .bg3 .recruit-description{
    width: 100%;
    margin: 0;
}
	#collaborators a.application-btn {
    margin: 20px auto 0;
}

	
/*============================
  CONTACT
  ============================*/
	
	#contact table tr td, 
	#contact table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
	#contact table tr th {
    padding: 8vw 0 2vw;
}
	span.hissu, span.ninni {
    margin-left: 4.8vw;
    font-size: 1em;
}
	input.confirm-btn {
    width: 240px;
    height: 40px;
		margin-top: 8vw;
}

	
	/*============================
  投稿ページ
  ============================*/
	
	h1.singletitle {
    font-size: 1.5em;
    margin-bottom: .5em;
}
	.header_in.wrap {
    padding: 0 calc(24px + 6vw) 0 4vw;
}
  
}

	/*============================
  英語用
  ============================*/

.translated-ltr .recruit-btn-txt div {
    position: relative;
    line-height: 1.2;
    min-height: 24px;
    bottom: unset;
    left: unset;
    margin-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.translated-ltr .recruit-btn-txt {
    padding-left: .5em;
    line-height: 1.5;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a#aa img {
    background: #fff;
    padding: 3px;
}

