@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700,900&subset=japanese');

html body {
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  padding-bottom: 0!important;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
html{
  overflow-x: hidden; 
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #01987d;
}
a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #01987d;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-black {
  font-weight: 900;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
img.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.fade_in {
    transition: all 1200ms 0s ease;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}
.fade_in.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.fade_in2 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 0.5s 0.4s;
}
.fade_in_r {
  opacity : 0;
  transform: translateX(80px);
  transition: all 0.5s;
}
.fade_in_l {
  opacity : 0;
  transform: translateX(-80px);
  transition: all 0.5s;
}
.slide-copy-fade {
  animation-name: fadein;
  animation-duration: 1s;
}
.fade_in3 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
@keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.text-black {
  color: #000000;
}
a.text-black {
  color: #000000;
}
a.text-black:hover {
  color: #000000;
}
.text-green {
	color: #0DC8A7;
}
.bg-green {
  background-color: #40D3B9;
}
.bg-yellow {
  background-color: #fcf000;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-after-white {
  position: relative;
}
.bg-after-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -5;
}
/*ヘッダー*/
#home{
  display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#home img{
  width: 190px;
  height: auto;
}
.h1{
  color: #4c4c4b;
  font-size: 12px;
  font-weight: 400;
  margin-top: -5px;
  margin-left: 10px;
  border: 1px solid #4c4c4b;
  padding: 3px 7px;
}
.nav-link {
  color: #000;
}
.nav-link:hover {
  color: #000;
}
nav h1 {
  font-size: 0;
}
header .navbar .align-adjust {
  align-items: flex-start;
}
header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.navbar-brand {
    margin-right: 5px;
}
.navbar-nav li.nav-item a {
	font-size: 13px;
	font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-entry {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    margin-right: 0px;
}
/* スライドの文字 */
.slide-copy {
  position: absolute;
  top: 60%;
  left: 14%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background: rgba(0,0,0,0.3);
  padding: 10px 20px;
}
.slide-copyfade {
  transition: all 1200ms 0s ease;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.slide-copyactive {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}
.slide-big {
  font-size: 64px;
  line-height: 79px;
}
.slide-small {
  font-size: 15px;
  line-height: 24px;
}
/* メインコンテンツ */
.fv-wrap{
  height: 95vh;
  width: auto;
  background-image: url(./images/fv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mainvisual{
position: absolute;
top: 5%;
left: 50%;
transform: translateX(-50%);
width: 63%;
min-width: 800px;
text-align: center;
}
.mainvisual img{
}
h2 {
  font-weight: 700;
  text-align: center;
  font-size: 45px;
}
.h2-52px {
  font-size: 52px;
}
.h2-42px {
  font-size: 42px;
}
.h2-eng {
  font-size: 16px;
  display: block;
  padding-top: 20px;
}
.catch-copy {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: 236px;
  left: -46px;
}
.catch-copy span {
  background: #40D3B9;
  display: inline-block;
  padding: 0 12px;
}
.catch-copy span:not(:last-child) {
  margin-bottom: 9px;
}
.offset-p-1 {
  padding-left: 8.333333%;
}
.offset-p-1right {
	padding-right: 4.333333%;
}
.icon-img {
  width: 116px;
}
.attraction-p {
  font-size: 16px;
  line-height: 25px;
}
.attraction-h3 {
  font-size: 20px;
  font-weight: 700;
}
.attraction-h3 span {
  font-size: 16px;
}
.mb-adjustment{
  display: inline-block;
  margin-bottom: 7px;
}
.lato-title {
  font-size: 40px;
  font-weight: 700;
}
.entry-box {
  border-radius: 5px;
  font-weight: 700;
}
.entry-box, .entry-box tbody, .entry-box tr {
  width: 100%;
}
.entry-box th {
  position: relative;
  width: 179px;
  font-size: 20px;
}
.entry-box th::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #40D3B9;
}
.entry-box th, .entry-box td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.entry-box td {
  font-size: 16px;
  text-align: left;
}
.entry-box td a {
  display: block;
  margin: auto;
  background-color: #FCF000;
  color: #000000;
}
.entry-box td a.graduated {
  padding: 12px 60px 12px 89px;
  border-radius: 5px;
  text-align: center;
  max-width: 450px;
}
.entry-box td a.new-graduate {
  padding: 12px 31px 12px 63px;
  border-radius: 5px;
}
.entry-box td a > span {
  position: relative;
}
.entry-box td a span::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
}
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}
.subtitle {
	font-size: 32px;
	font-weight: 700;
}
#business h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -169px;
  left: -629px;
  background: url(./images/business.png) no-repeat center center/contain;
  width: 700px;
  height: 202px;
}
/* Workplace */
.sec-slide {
  font-feature-settings: "palt";
}
.sec-slide h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.sec-slide p, .sec-slide td {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.sec-slide table {
  max-width: 538px;
  width: 100%;
}
.sec-slide th {
  width: 85px;
}
.sec-slide h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -47px;
  left: -529px;
  background: url(./images/office.png) no-repeat center center/contain;
  width: 443px;
  height: 141px;
  z-index: -1;
}
.slide-caption {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: rgba(000,000,000,0.21);
}
/* Mission */
#mission{
  padding-top: 100px;
  padding-bottom: 70px;
}
.mission-titlebox {
	background: url(./images/sec3-head.jpg) no-repeat top -30px center/cover;
}
.sec3 {
	background: url(./images/sec3-bg.jpg) no-repeat center bottom/cover;
	position: relative;
}
.sec3 h2 {
	position: relative;
}
.mission-box {
	margin-top: -47px;
}
.sec3 h2::before {
	content: '';
	position: absolute;
  top: -15px;
  left: -164px;
	background: url(./images/mission.png) no-repeat center center/contain;
	width: 590px;
	height: 133px;
}
.sec3 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}
.sec3 p {
	font-size: 16px;
	line-height: 22px;
}
.sec3-2img {
	margin-top: -88px;
}
.mission-col{
  border: 1px solid #000000;
  padding: 0;
  text-align: center;
}
.mission-col p{
  font-size: 14px;
  padding: 20px 15px 25px;
  display: inline-block;
  text-align: justify;
}
/* business */
#business{
  background-color: #f2f2f2;
  padding-top: 145px;
}
.business-row{
  margin-bottom: 55px;
  background-color: #FFF;
  padding: 45px 40px;
  justify-content: space-evenly;
}

.business-row2{
  padding: 0;
  background-color: transparent;
}
.business-col{
}
.business-col-bg {
  padding: 45px 15px;
  background-color: #fff;
  margin-bottom: 60px;
  height: 630px;
}
.business-title{
  text-align: center;
  margin-bottom: 40px;
}
.business-col .business-title{
  margin-bottom: 30px;
}

#business p{
  margin-bottom: 25px;
}

#business .business-col .business-text{
  margin-top: 10px;
  margin-bottom: 0px;
}
.business-dl{

}

.business-dl dt{
  margin-bottom: 5px;
}

.business-dl dd{
  font-size: 14px;
  margin-bottom: 20px;
}

.business-dl2 dd{
  display: flex;
  justify-content: space-between;
}
.business-dl2 dd p{
  width: 80%;
}

.business-dl2 dd img{
  width: 17%;
  margin-top: -35px;
}

/* entry */
.cmn-entry{
  background-color: #d9e2a6;
}
/* work */
.gray-after::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	max-width: 1100px;
	height: 82%;
	background: #EEF0F4;
	z-index: -1;
}
.sec4 h2 {
	position: relative;
}
.sec4 h2::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -6px;
  background: url(./images/work.png) no-repeat center center/contain;
  width: 429px;
  height: 138px;
}
.sec4 h3 {
	font-size: 24px;
	font-weight: 700;
	background: #FCF000;
	padding: 11px 0;
}
.sec4 p {
	font-size: 16px;
	line-height: 22px;
}
/* Interview */
.sec5 {
	background-color: #EEF0F4;
	background-image: url(./images/sec5-bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;  
	background-size: 100%;
}
.int-head {
	height: 420px;
}
.int-head1 {
	background: url(./images/sec5-1head.jpg) no-repeat center center/cover;
}
.int-head2 {
	background: url(./images/sec5-2head.jpg) no-repeat center center/cover;
}
.int-head3 {
	background: url(./images/sec5-3head.jpg) no-repeat center center/cover;
}
.int-maincopy {
	font-size: 36px;
}
.int-box {
	margin-top: -40px;
}
.mb-100 {
	margin-bottom: 100px;
}
.sec5 {
	padding-bottom: 110px;
}
.sec5 h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	border-bottom: 2px solid #0DC8A7;
	display: inline-block;
	padding-bottom: 12px;
	letter-spacing: -0.01em;
}
.sec5 p{
	font-size: 16px;
	line-height: 21px;
}
.sec5 p.sec5-outline, .sec7 p {
  padding-bottom: 35px;
}
.profile {
	font-size: 14px;
}
.sec5-name {
	font-size: 18px;
}
.open-bt {
	background: #FFF100;
	font-size: 14px;
	text-align: center;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	position: absolute;
	right: 0;
  bottom: 18px;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 236px;
  z-index: 100;
}
.open-btwrap {
	content: '';
	width: 100%;
	height: 140px; /* グラデーションの高さ */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.open-btwrap[aria-expanded="true"] {
  background: transparent;
  display: none;
}
.open-btwrap[aria-expanded="true"] label {
	display: none;
}
.int-dl dt {
	font-size: 16px;
	font-weight: 700;
	display: block;
	position: relative;
	padding-left: 77px;
	margin-bottom: 15px;
}
.int-dl dt::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #40D3B9;
}
.int-dl dd {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 30px;
}
.text-red {
	color: #FF0000;
}
.sec5 .collapsing, .sec7 .collapsing {
	transition:height 1s ease
}
.int-head3 .int-maincopy {
	padding-top: 120px;
}
/* QandA */
.sec6 {
	padding: 196px 0 51px 0;
	background: url(./images/sec6-bg.jpg) no-repeat center 60px/cover;
  background-attachment: fixed;
}
.qa-box {
	background: rgba(255,255,255,0.9);
	position: relative;
	padding: 0 80px 70px 80px;
}
.qa-box::before {
  content: '';
  position: absolute;
	top: -96px;
  left: -61px;
  background: url(./images/qanda.png) no-repeat center center/contain;
  width: 316px;
  height: 154px;
}
.h2-36px {
	font-size: 36px;
}
.ques, .ans {
	display: flex;
}
.question-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
	top: 50%;
  margin-top: -10px;
	right: 26px;
	width: 20px;
	height: 20px;
}
.question-box button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 3px;
	height: 20px;
	background: #000000;
}
.question-box button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 3px;
	background: #000000;
}
.question-box button[aria-expanded="true"]::before {
	opacity: 0;
}
.ques-q {
 	background-color: #FCF000;
 	display: flex;
	justify-content: center;
	align-items: center;
}
.ans-a {
 	padding-top: 28px;
}
.ques-q, .ans-a {
	font-size: 26px;
	text-align: center;
 	width: 80px;
}
.ques-para {
	font-size: 16px;
	position: relative;
	padding: 19px 44px 19px 28px;
	width: 100%;
	background: rgba(255,255,255,0.6);
}
.ans-para {
	padding: 28px 20px 46px 20px;
	font-size: 16px;
	line-height: 21px;
	width: 100%;
}
/* 社長メッセージ */
.sec7::before {
  content: '';
  position: absolute;
  top: 106px;
  right: 0;
  width: 90%;
  max-width: 1100px;
  height: 50%;
  background: #EEF0F4;
  z-index: -10;
}
.sec7::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  max-width: 1100px;
  height: 30%;
  background: #40D3B9;
  z-index: -10;
}
.sec7 h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -31px;
  right: -697px;
  background: url(./images/message.png) no-repeat center center/contain;
  width: 765px;
  height: 186px;
  z-index: -1;
}
.pre-posi {
  font-size: 15px;
}
.pre-name {
  font-size: 20px;
}
.prename-small {
  font-size: 14px;
}
.sec7 p {
  font-size: 16px;
  line-height: 22px;
}
.sec7 h4 {
  font-size: 20px;
}
/* 会社概要 */
.sec8 {
  /*background: url(./images/company.jpg) no-repeat center center/cover;*/
  background-image:url(./images/company1.jpg),
           url(./images/company2.jpg);
  background-repeat:no-repeat,
            no-repeat;
  background-position:center top,
            center bottom;
  background-size: contain,
            contain;

  padding-top: 170px;
  padding-bottom: 170px;
}
.sec8 .container {
  background: rgba(255,255,255,0.9);
}
.sec8 p {
  font-size: 14px;
  line-height: 20px;
}
.sec8 table, .sec8 tbody, .sec8 tr {
  width: 100%;
}
.sec8 th, .sec8 td {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}
.sec8 th {
  border-bottom: 1px solid #b3d10c;
  width: 125px;
  font-size: 14px;
}
.sec8 td {
  border-bottom: 1px solid #b5b5b6;
  padding-left: 20px;
  font-size: 14px;
}
.cmn-entry-logo{
  width: 180px;
}
.sec8 h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -152px;
  left: -707px;
  background: url(./images/company.png) no-repeat center center/contain;
  width: 733px;
  height: 170px;
}
.group-links li a {
  position: relative;
}
.group-links li a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -14px;
  width: 11px;
  height: 11px;
  background: url(./images/open.png) no-repeat center center/contain;
}
/* 募集要項 */
#requirements{
  padding-top: 100px;
}
.sec9 {
  background: #f2f2f2;
}
.sec9 p {
  font-size: 16px;
  line-height: 25px;
}
.sec9 h2 {
  margin-top: -27px;
}
.sec9 h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -58px;
  right: -1100px;
  background: url(./images/requirements.png) no-repeat center center/contain;
  width: 1175px;
  height: 186px;
}
.sec9 h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.sec9 table, .sec9 tbody, .sec9 tr {
  width: 100%;
}
.sec9 tr {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #b5b5b6;
}
.sec9 table th, .sec9 table td {
  font-size: 16px;
  line-height: 22px;
}
.sec9 table th {
  vertical-align: top;
  background: #fcf000;
  padding: 7px 20px;
  width: 108px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
.sec9 table td {
  font-weight: 500;
  padding: 7px 0 7px 70px;
  font-size: 14px;
  flex: 1;
}
.new-graduatebox {
  border-bottom: 1px solid #f0f0f0;
}
.new-graduatebox a {
  display: inline-block;
  margin: auto;
  background-color: #FCF000;
  color: #000000;
  padding: 12px 31px 12px 63px;
  border-radius: 5px;
}
.new-graduatebox a span::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #000000;
}
.requirements-row{
  margin-bottom: 65px;
  padding-top: 30px;
}
.requirements-entry{
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.requirements-entry-link{
  position: relative;
  background-color: #FFF100;
  color: #000000;
  padding: 15px 40px 15px 80px;
  display: block;
}
.requirements-entry-link:hover{
  color: #000000;
}
.requirements-entry-link::before{
  position: absolute;
  content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #000000 transparent transparent transparent;
}
/* エントリーフォーム */
.entry-form {
  padding: 248px 0 50px 0;
  position: relative;
  padding-top: 30vw;
}
.entry-form::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 465px;
  background: url(./images/entry.jpg) no-repeat center bottom/cover;
  z-index: -1;
}
.entry-form .h2-eng {
  padding-top: 0;
  margin-bottom: 40px;
}
.entry-form .container {
  padding-top: 79px;
  padding-bottom: 50px;
  background: rgba(255,255,255,0.8);
}
.entry-form p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 60px;
}
.entry-form table, .entry-form tbody, .entry-form tr {
  width: 100%;
}
.entry-form th {
  width: 222px;
  vertical-align: top;
  font-weight: 700;
  text-align: right;
  padding-right: 50px;
  font-size: 16px;
}
.entry-form th.required {
  padding-top: 15px;
}
.entry-form th.required span {
  position: relative;
}
.entry-form th.required span::after {
  content: '必須';
  position: absolute;
  top: 2px;
  right: -48px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 22px;
  background: #cfd68b;
  font-size: 14px;
  border-radius: 2px;
}
.entry-form td {
  padding: 10px 0 10px 54px;
  font-size: 14px;
}
.entry-form td input, .entry-form td textarea, .entry-form td select {
  width: 100%;
  padding: 4px 8px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.entry-form td input {
  height: 46px;
}
.entry-form td select {
  height: 46px;
}
.entry-form td textarea {
  min-height: 146px;
}
.entry-form td input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.entry-form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 309px;
  height: 80px;
  margin: auto;
}
form label {
  cursor: pointer;
}
.entry-form h3 {
  font-size: 25px;
}
/* フッター */
.pagetop-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
}
.pagetop-wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
  background: #FFF100;
  opacity: 0.8;
  border-radius: 50%;
  position: relative;
}
.pagetop-wrap a::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: -14px;
  right: -10px;
  bottom: 0;
  left: -11px;
  margin: auto;
  transform: rotate(-45deg);
}
.pagetop-wrap a::after {
  content: 'TOP';
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 20px;
}
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
.select{
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #e5e5e5 transparent transparent transparent;
  top: 25px;
  right: 15px;
  pointer-events: none;
}
footer {
  background-color: #535353;
  font-size: 12px;
  font-weight: 700;
}
.copyright{
  font-size: 15px;
}
.mw_wp_form_confirm .form-button{
  display: flex;
}
.mw_wp_form_confirm .form-button button{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 309px;
  height: 80px;
  margin: auto;border: none;
}


@media all and (min-width: 992px) {
	.nav-guidelines, .nav-entry {
		width: 90px;
		height: 29px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 18px;
		color: #000000;
	}
	.navbar-nav li.nav-item a {
    letter-spacing: -0.02em;
	}
	.nav-guidelines:hover, .nav-entry:hover {
		color: #000000;
	}
	.nav-guidelines {
		background-color: #FFFFFF;
	}
	.nav-entry {
		background-color: #FCF000;
	}
	.border-black {
		border: 1px solid #808080;
	}
}
@media all and (min-width: 1200px) {
	.nav-guidelines, .nav-entry {
		width: 116px;
		height: 36px;
	}
	.navbar-nav li.nav-item a {
    letter-spacing: 0.03em;
	}
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}
@media all and (min-width: 576px) {
  
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {
  .business-col-bg {
    /* height: 620px; */
}
  .catch-copy {
    font-size: 27px;
    top: 200px;
    left: -42px;
  }
  .sec3 h2::before {
	  top: -23px;
	  left: -62px;
		width: 391px;
		height: 101px;
	}
	.sec4 h3 {
		font-size: 22px;
		padding: 8px 0;
	}
	.sec4 h2::before {
	  top: -15px;
	  left: -6px;
	  width: 338px;
	  height: 104px;
	}
	.sec5 h3 {
    font-size: 19px;
    letter-spacing: -0.05em;
    line-height: 28px;
  }
  .egaku-mirai {
    width: 45%;
    display: inline-block;
  }
  .qa-box {
		padding: 0 50px 50px 50px;
	}
	.sec7 h2 span.position-relative::before {
	  top: -16px;
    right: -500px;
    width: 619px;
    height: 120px;
	}
  .attraction-h3 {
    font-size: 19px;
    letter-spacing: -0.03em;
  }
  .sec8 h2 span.position-relative::before {
    top: -126px;
    left: -507px;
    width: 577px;
    height: 133px;
  }
  .sec9 h2 span.position-relative::before {
    top: -38px;
    right: -957px;
    width: 922px;
    height: 146px;
  }
  .sec9 table td {
    padding: 7px 0 25px 36px;
  }
  .slide-big {
    font-size: 50px;
    line-height: 66px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -27px;
    left: -429px;
    width: 342px;
    height: 109px;
  }
    h1 img {
        /* width: 290px; */
    }
}


@media all and (max-width: 991px) {
  .h1 {
    margin-top: -8px;
    margin-bottom: 5px;
}
  .mainvisual{
    width: 80%;
    min-width: unset;
    }
  
	nav .show {
		background-color: rgba(255,255,255,0.7);
	}
	nav .show::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 61px;
		background-color: rgba(255,255,255,0.7);
		z-index: -1;
	}
  ul.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
  }
  .navbar-toggler,
  .navbar-toggler span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .navbar-toggler {
    position: relative;
    width: 42px;
    height: 35px;
    border:none;
    margin-right: 3px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .container {
    max-width: 100%;
    width: 100%;
  }
  .navbar-toggler {
      padding: .75rem .75rem;
  }  
  .navbar-nav li.nav-item {
    border-right: none;
    border-top: 1px solid #d9e2a6;
    margin: 0;
    width: 100%;
  }
  
  .navbar-nav li.nav-item:last-child {
    /*border-bottom: 1px solid #40D3B9;*/
    border-top: none;
  }
  .navbar-nav li.nav-item a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
  }
  .navbar-nav li.nav-item a span {
    top: 3px;
  }
  .navbar-nav li.nav-item a:hover {
    background-color: rgba(255,255,255,0.2);
  }
  .navbar-nav li.nav-contact a:hover {
    background: #d32a37;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus{
    outline:none;
    }
    
  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #585a5c;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 3px;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 16px;
    opacity: 1;
  }
  .navbar-toggler.collapsed span:nth-of-type(3) {
    bottom: 2px;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
    top: 0;
    background-color: #585a5c;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #585a5c;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
    transform: translateY(-16px) rotate(315deg);
    bottom: 1px;
    background-color: #585a5c;
  }
  .navbar-nav li.button-md-wrap {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar-nav li.nav-item a.md-tel {
    border-right: 1px solid #FFFFFF;
    padding-left: 16px;
  }
  .navbar-nav li.button-md-wrap a {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .h2-52px {
    font-size: 38px;
  }
  .h2-42px {
    font-size: 35px;
  }
  .h2-36px {
		font-size: 33px;
	}
  .subtitle {
		font-size: 25px;
	}
	.sec3 h2::before {
	  top: -23px;
	  left: -62px;
		width: 291px;
		height: 58px;
	}
	.sec3-2img {
		margin-top: 0;
	}
  .icon-img {
    width: 90px;
  }
	.sec4 h3 {
		font-size: 20px;
		padding: 4px 0;
	}
	.sec4 h2::before {
	  top: -38px;
	  left: -6px;
	  width: 276px;
	  height: 74px;
	}
	.gray-after::after {
		height: 86%;
	}
	.int-head {
    height: 300px;
	}
	.int-maincopy {
		font-size: 25px;
	}
	.sec5 {
		padding-bottom: 80px;
	}
	.int-head3 .int-maincopy {
		padding-top: 95px;
	}
	.qa-box::before {
		top: -58px;
	  width: 248px;
	  height: 105px;
	}
	.ques-q, .ans-a {
    font-size: 20px;
    width: 60px;
	}
	.question-box button {
    right: 18px;
  }
  .qa-box {
		padding: 0 30px 30px 30px;
	}
	.sec7::before {
    top: 95px;
	}/*
  .sec6 {
    background-image: none;
  }
  
  .sec6::before {
    background: url(./images/sec6-bg.jpg) no-repeat center 60px/cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -100;
  }*/
  .sec8 {
    padding-top: 120px;
  }
  .sec8 h2 span.position-relative::before {
    top: -78px;
    left: -372px;
    width: 444px;
    height: 103px;
  }
  .entry-form {
    /*padding-top: 200px;*/
  }
  .sec9 h2 span.position-relative::before {
    top: -30px;
    right: -620px;
    width: 606px;
    height: 96px;
  }
  .entry-form td {
    padding: 10px 0 10px 30px;
  }
  .entry-form .btn {
    height: 60px;
  }
  .attraction-h3 {
    letter-spacing: 0;
  }
  .catch-copy {
    font-size: 25px;
    top: 183px;
  }
  .slide-big {
    font-size: 25px;
    line-height: 33px;
  }
  .slide-small {
    font-size: 14px;
    line-height: 23px;
  }
  .sec3 p, .sec4 p,.sec5 p, .ques-para, .ans-para, .sec7 p, .sec8 p, .sec8 th, .sec8 td, .sec9 p, .sec9 table th, .sec9 table td, .entry-form p, .int-dl dd {
    font-size: 15px;
    line-height: 20px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -359px;
    width: 294px;
    height: 94px;
  }
  .egaku-mirai {
    width: auto;
    display: inline-block;
  }
  .entry-form::before {
    height: 356px;
  }
  #business {
    padding-top: 100px;
}
 .business-title {
    margin-bottom: 20px;
    font-size: 20px;
}
.business-img{
  margin-bottom: 15px;
}
.sec8 td {
  padding-left: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0px;
}
.entry-form .mw_wp_form_confirm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  height: 60px;
  margin: auto;
}
.mw_wp_form_confirm .form-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  height: 60px;
  margin: auto;
}
#business h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -76px;
  left: -276px;
  background: url(./images/business.png) no-repeat center center/contain;
  width: 350px;
  height: 84px;
}
.business-col-bg {
  height: 600px;
}
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .business-col-bg {
    padding: 25px 15px;
    height: auto;
    margin-bottom: 40px;
}
  .mainvisual {
    width: 95%;
    min-width: unset;
    top: 10%;
}
  .scroll-linkbt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    margin: auto;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    z-index: 100;
  }
  .scroll-linkbt:hover {
    color: #FFFFFF;
  }
  .scroll-linkbt span {
    position: relative;
  }
  .scroll-linkbt span::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
  }
  @keyframes horizonal {
    0% { transform:translateY( -3px); }
  100% { transform:translateY(  0px); }
}
  .scroll-linkbt span::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -33px;
    margin: auto;
    content: '';
    width: 25px;
    height: 14px;
    background: url(./images/arrow.png) no-repeat center center/contain;
    animation: horizonal 1.5s infinite;
  }
  .catch-copy {
    font-size: 21px;
    top: 137px;
    left: -38px;
  }
  .catch-copy span:not(:last-child) {
    margin-bottom: 5px;
  }
  .h2-52px {
    font-size: 30px;
  }
  .h2-42px {
    font-size: 28px;
  }
  .h2-36px {
		font-size: 28px;
	}
  .entry-box th {
    width: 140px;
    font-size: 18px;
  }
  .entry-box td a.graduated {
    padding: 12px 31px 12px 63px;
  }
  .sec3 h2::before {
	  top: -45px;
	  left: -89px;
	}
	.sec4 h2::before {
	  top: -38px;
	  left: -64px;
	}
	.gray-after::after {
		width: 80%;
		height: 93%;
	}
	.sec7::before {
		width: 80%;
		top: 69px;
	}
	.int-head {
    height: 250px;
	}
	.int-maincopy {
    font-size: 20px;
	}
	.sec5 {
		padding-bottom: 60px;
	}
	.int-dl dt {
		padding-left: 40px;
	}
	.int-dl dt::before {
		width: 30px;
	}
	.mb-100 {
		margin-bottom: 50px;
	}
	.int-head3 .int-maincopy {
    padding-top: 73px;
	}
	.qa-box {
		padding: 0 20px 20px 20px;
	}
	.sec7 h2 span.position-relative::before {
    top: -10px;
    right: -411px;
    width: 576px;
    height: 89px;
	}
  .sec8 {
    padding-top: 100px;
  }
  .sec8 th, .sec8 td {
    display: block;
    width: 100%;
  }
  .sec8 th {
    font-weight: 700;
  }
  .sec8 td {
    margin-bottom: 25px;
  }
  .sec8 h2 span.position-relative::before {
    top: -58px;
    left: -247px;
    width: 297px;
    height: 68px;
  }
  .sec9 h2 {
    margin-top: -16px;
  }
  .sec9 table td, .sec9 table th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .sec9 table td {
    margin-bottom: 10px;
  }
  .entry-form td, .entry-form th {
    display: block;
    width: 100%;
  }
  .entry-form th {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
  .entry-form th.required span::after {
    left: -48px;
  }
  .entry-form td {
    padding: 10px 0 10px 0;
  }
  .entry-form {
    /*padding-top: 120px;*/
  }
  .entry-form td input {
    height: 37px;
  }
  .attraction-p {
    font-size: 14px;
    line-height: 20px;
    /*
    padding-right: 15px;
    padding-left: 15px;*/
  }
  .slide-copy {
    position: absolute;
    top: auto;
    bottom: 116px;
    left: 43px;
  }
  .slide-big {
    font-size: 45px;
    line-height: 63px;
  }
  .sec3 p, .sec4 p, .sec5 p, .ques-para, .ans-para, .sec7 p, .sec8 p, .sec8 th, .sec8 td, .sec9 p, .sec9 table th, .sec9 table td, .entry-form p, .int-dl dd {
    font-size: 14px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -280px;
    width: 216px;
    height: 69px;
  }
  .slide-copysp1 {
    position: absolute;
    right: 0;
    bottom: 116px;
    left: 0;
    margin: auto;
    width: 500px;
    background: rgba(0,0,0,0.3);
    padding: 10px 15px;
  }
  .slide-copysp2 {
    position: absolute;
    right: 0;
    top: 116px;
    left: 0;
    margin: auto;
    width: 417px;
  }
  .entry-form::before {
    height: 263px;
  }
  .sec9 h3, .entry-form h3 {
    font-size: 20px;
  }
  .int-box {
    margin-top: 0;
  }
  #mission {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
  font-size: 32px;
}
.h2-eng {
  padding-top: 10px;
  font-size: 14px;
}
#business {
  padding-top: 50px;
}
#requirements {
  padding-top: 20px;
}
.sec9 tr {
  flex-direction: column;
}

}
@media all and (-ms-high-contrast: none) and (max-width: 767px)  {
  .slide-copysp1 {
    width: 447px;
  }
  .slide-copysp2 {
    width: 430px;
  }
}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
  .fv-wrap {
    height: 85vh;
}
  .handp {
    width: 60px;
  }
  .catch-copy {
    font-size: 14px;
    top: 130px;
    left: -20px;
  }
  .h2-52px {
    font-size: 24px;
  }
  .h2-42px {
    font-size: 24px;
  }
  .h2-36px {
		font-size: 22px;
	}
  .subtitle {
		font-size: 18px;
	}
  .entry-box th, .entry-box td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .entry-box th::after {
    top: auto;
    left: 0;
    width: 80%;
    height: 1px;
  }
  .entry-box td a.graduated {
    padding: 12px 18px 12px 45px;
    /* text-align: left; */
  }
  .entry-box td {
    font-size: 14px;
    text-align: center;
  }
  .sec3 h2::before {
    top: -45px;
    left: -35px;
	}
	.int-head {
    height: 200px;
	}
	.int-maincopy {
    font-size: 16px;
    padding-top: 29px;
	}
	.int-head {
		padding-left: 15px;
	}/*
	.int-box {
		margin-top: -20px;
	}*/
  .sec-slide th, .sec-slide td {
    display: block;
    width: 100%;
  }
	.sec5 h3 {
    font-size: 18px;
    display: block;
    line-height: 25px;
	}
	.ques, .ans {
    display: block;
	}
	.ques-q, .ans-a {
    width: 100%;
    padding: 4px 0 4px 0;
    min-height: 30px;
    font-size: 16px;
	}
	.ans-para {
    padding: 0 15px 20px 15px;
	}
  .entry-form .container {
    padding-top: 30px;
  }
	.sec7::before {
    top: 65px;
	}
   .sec9 h2 {
    margin-top: -14px;
  }
  .entry-form {
    /*padding-top: 54px;*/
  }
  .entry-form::before {
    height: 178px;
  }
  .entry-form .btn {
    width: 250px;
    height: 80px;
}
  .entry-form .mw_wp_form_confirm .btn {
    width: 120px;
    height: 50px;
  }
  .mw_wp_form_confirm .form-button button {
    width: 120px;
    height: 50px;
  }
  .slide-copy {
    position: absolute;
    top: auto;
    bottom: 90px;
    left: 4%;
  }
  .slide-copysp1 {
    bottom: 90px;
    width: 350px;
  }
  .slide-copysp2 {
    top: 77px;
    width: 287px;
  }
  .slide-big {
    font-size: 28px;
    line-height: 43px;
  }
  .slide-small {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.02em;
  }
  .sec-slide h3 {
    font-size: 18px;
    line-height: 21px;
  }
   .attraction-p-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  .business-row {
    padding: 40px 0px;
}
.business-col{
  margin-bottom: 30px;
}
}
@media all and (-ms-high-contrast: none) and (max-width: 575px)  {
  .slide-big {
    letter-spacing: -0.05em;
  }
  .slide-small {
    letter-spacing: -0.06em;
  }
}
@media all and (max-width: 536px) {
  .entry-box td a.to-mynavi, .new-graduatebox a.to-mynavi {
    margin-bottom: 5px;
  }
  .entry-box td a.new-graduate, .new-graduatebox a {
    padding: 12px 0 12px 49px;
    width: 230px;
    text-align: left;
  }
}
@media all and (max-width: 507px) {
  .entry-box td a.to-mynavi {
    margin-bottom: 5px;
  }
  .entry-box td a.new-graduate {
    padding: 12px 0 12px 49px;
    width: 230px;
    text-align: left;
  }
  .sec3 h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -200px;
    width: 172px;
    height: 55px;
  }

}
@media all and (max-width: 480px) {
  h1 img {
    /* width: 230px; */
}
  .catch-copy span:not(:last-child) {
    margin-bottom: 3px;
  }
  .int-head {
    height: 150px;
	}
	.int-maincopy {
    font-size: 14px;
	}
	.int-head3 .int-maincopy {
    padding-top: 35px;
	}
  .catch-copy {
    top: 106px;
  }
  h2 {
    font-size: 22px;
}
.select::after {
display: none;
}
}
@media all and (max-width: 450px) {
  .catch-copy {
    top: 96px;
  }
    
  .navbar-toggler {
    width: 31px;
    height: 30px;
  }
  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 3px;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 15px;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .entry-form {
    padding: 248px 0 0px 0;
    padding-top: 40vw;
}
.navbar-toggler:not(.collapsed) span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(
315deg);
  transform: translateY(-16px) rotate(
315deg);
  bottom: 2px;
  background-color: #000;
}
}
@media all and (max-width: 400px) {
  .catch-copy {
    top: 92px;
  }
  .entry-form {
    /*padding-top: 70px;*/
  }
  .h1 {
    margin-bottom: 5px;
}
#home img {
  width: 160px;
  height: auto;
}
}

@media all and (max-width: 380px) {
  .catch-copy {
    top: 87px;
  }
  .slide-copysp1 {
    width: 300px;
    padding: 10px;
  }
  .slide-big {
    font-size: 26px;
    line-height: 35px;
}
}
@media all and (max-width: 360px) {
  .catch-copy {
    top: 78px;
  }
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
    h1 img {
        /* width: 240px; */
    }
}
@media (min-width: 575px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 767px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
    .col-md-offset-15 {
        margin-left: 4.3333333%;
    }  
}
@media (min-width: 991px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 1199px) {
    .col-xl-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}