@charset "UTF-8";

/*
Theme Name: 就活フェアfor2027
Theme URI:  https://www.tshukatsu-tsucci.com/
Author:			O-GOE
*/

/* --------------------------------------------------------------------------------
	class
-------------------------------------------------------------------------------- */
/********** デバイスごとの表示・非表示 **********/
.device-pc {
  display: block;
}
.device-sp {
  display: none;
}
:root {
  --color-yl: #f4f6de;
  --color-bl: #009187;
  --color-pk: #e24e6e;
}
.wrap__outside,.wrap__outside2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2vw;
  box-sizing: content-box;
  position: relative;
}
.wrap__inside {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------------------------------------
	preloader
-------------------------------------------------------------------------------- */
header,main,section,footer,#page_top {
  opacity: 0;
  visibility: hidden;
}
header.is-active,main.is-active,section.is-active,footer.is-active,#page_top.is-active {
  opacity: 1;
  visibility: visible;
}
.loading {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 );
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 );
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation img{
  width: 100px;
  height: 100px;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/* --------------------------------------------------------------------------------
	margin
-------------------------------------------------------------------------------- */
.margin__top_3{
  margin-top: 3%;
}
.margin__top_5{
  margin-top: 5%;
}
.span__mgn{
  margin-right:1em;
}
.txtindent{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pd__tb_5{
  padding: 5% 0;
}
/* --------------------------------------------------------------------------------
	page top
-------------------------------------------------------------------------------- */
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: var(--color-bl);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition:all 0.5s;
  font-size: 2.5rem;
}
#page-top a:hover{
	background: #333;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 1%;
	z-index: 10;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/* --------------------------------------------------------------------------------
	form
-------------------------------------------------------------------------------- */
.recruit__wrap{
  width: 100%;
}
.entry__txtbox{
  width: 100%;
  margin-top: 3%;
}
.entry__txtbox span{
  color: #eb4200;
}
.color__red{
  color: #eb4200;
}
.form__wrap {
  width: 100%;
  margin-top: 3%;
  position: relative;
  z-index: 1;
}
.form__wrap ul {
  width: 100%;
}
.form__wrap ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form__itembox {
  width: 23%;
  border-top: 1px solid #fff;
  background-color: #d8d8d8;
  padding: 20px;
  font-weight: bold;
}
.form__cntbox {
  width: 77%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.form__wrap ul li:first-child .form__itembox{
  border-top: 1px solid #d8d8d8;
}
.form__wrap ul li:last-child .form__itembox,.form__wrap ul li:last-child .form__cntbox{
  border-bottom: 1px solid #d8d8d8;
}
.form__cnt{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.form__cnt:first-of-type{
  margin-top: 0;
}
.form__cnt_l{
  width: 10em;
}
.form__cnt_r{
  width: calc(100% - 10em);
  text-align: left;
}
.form__sendbox {
  text-align: center;
  margin-top: 5%;
}
.form__privacytxt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-top: 5%;
  & p{
    padding-bottom: 10px;
  }
}
.form__privacytxt a {
  color: var(--color-bl);
  text-decoration: underline;
}
.form__privacytxt a:hover {
  opacity: 0.5;
}
.form__google{
  width: 100%;
  text-align: center;
  margin-top: 5%;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.form__google a{
  color: #999;
  text-decoration: underline;
}
.form__google a:hover{
  color: #ccc;
}
.grecaptcha-badge { visibility: hidden; }
/* --------------------------------------------------------------------------------
	MW WP FORM
-------------------------------------------------------------------------------- */
.mwform-radio-field label{
  white-space: nowrap;
  margin-right: 1em;
}
.mwform-checkbox-field label{
  white-space: nowrap;
  margin-right: 1em;
}
.mw_wp_form .horizontal-item+.horizontal-item{
  margin-left: 0 !important
}
.form__input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], input[type=button] {
  background-color: #fff;
  color: var(--color-bl);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 15px 80px;
  appearance: none;
  -webkit-appearance: none;
  margin: 0 1%;
	transition: 0.5s;
  border: 1px solid var(--color-bl);
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: var(--color-bl);
  color: #fff;
}
.mw_wp_form .error{
  width: 100%;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
.contents__wrapper_footer{
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
.contents__wrapper_footer2{
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 2%;
}
footer{
  width:100%;
}
.sponsor__box{
  background-color: var(--color-bl);
  color: #fff;
  width: 100%;
  padding: 1.5% 0;
  text-align: center;
  font-size: 1.6rem;
}
.footer__snsbox{
  width: calc(100% - 25.5em);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sns__wrap_footer{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sns__ttl_footer{
  font-size: 2rem;
}
.sns__border_footer{
  width: 50px;
  border-top: 1px solid #fff;
  margin: 0 30px 0 30px;
}
.sns__linkbox_footer ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.sns__linkbox_footer ul li{
  width: 35px;
  margin-right: 10px;
}
.sns__linkbox_footer ul li:last-child{
  margin-right: 0;
}
.footer__sponsor{
  width: 25.5em;
  text-align: left;
}
.copyright__box{
  background-color: #333;
  width: 100%;
  padding: 1% 0;
  text-align: center;
  color: #fff;
  line-height: 100%;
}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
header{
  position: absolute;
  width: 100%;
  height: 120px;
  z-index: 100;
}
.fixed{
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  height: 90px;
}
.header__box{
  max-width: 1728px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
}
.header__box h1 {
  width: 291px;
  height: 80px;
  background: url(images/common/logo.svg) no-repeat;
  background-position: left;
  background-size: contain;
}
.header__box h1.small {
  width: 220px;
  height: 66px;
}
.header__box h1 a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100%;
  z-index: 10000;
}
.header__menubox{
  width: calc(90% - 250px);
  margin-left: 10%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__menubox ul{
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-end;
}
.header__menubox ul li{
  text-align: center;
  margin-right: 4em;
}
.header__menubox ul li a{
  color: #333;
  font-size: 1.6rem;
  display: block;
}
.header__menubox ul li a:hover{
  opacity: 0.5;
}
.header__btnbox{
  width: 250px;
}
.header__btn{
  width: 100%;
}
.header__btn a{
  width: 100%;
  padding: 10px 0 12px 0;
  background-color: var(--color-pk);
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
}
.header__btn a:hover{
  background-color: #333;
}

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

  /********** デバイスごとの表示・非表示 **********/
  .device-pc {
    display: none;
  }
  .device-sp {
    display: block;
  }
  /* --------------------------------------------------------------------------------
  	page top
  -------------------------------------------------------------------------------- */
  #page-top {
  	position: fixed;
  }

  /* --------------------------------------------------------------------------------
  	contents
  -------------------------------------------------------------------------------- */
  .contents__wrapper{
    padding: 10% 5%;
  }
  .sponsor__box{
    font-size: 100%;
    padding: 3% 0;
  }
  .copyright__box{
    font-size: 1.4rem;
    padding: 3% 0;
    line-height: 100%;
  }
  .wrap__outside {
    padding: 0 5vw;
  }
  .wrap__outside2 {
    padding: 0;
  }
  .pd__tb_5{
    padding: 10% 0;
  }
  /* --------------------------------------------------------------------------------
  	header
  -------------------------------------------------------------------------------- */
  header{
    height: 70px;
  }
  .fixed{
    height: 70px;
  }
  .header__box{
    padding: 0 0 0 5%;
  }
  .header__box h1 {
    width: 151px;
    height: 50px;
  }
  .header__box h1.small {
    width: 151px;
    height: 50px;
  }
  .header__menubox2{
    width: 70px;
    height: 70px;
    background-color: var(--color-pk);
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    position: relative;
  }
  /* --------------------------------------------------------------------------------
  	スマホメニュー
  -------------------------------------------------------------------------------- */
  #nav-toggle {
    position: absolute;
    top: 17px;
    right: 15px;
    height: 50px;
    cursor: pointer;
  }
  #nav-toggle>div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 10000;
  }
  #container {
    z-index: 9000;
  }
  #gloval-nav {
    background: rgba(8, 54, 101, 0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9900;
    text-align: center;
    display: -webkit-box;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: opacity .6s ease, visibility .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
  }
  #gloval-nav a:hover {
    opacity: 0.5;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }
  #gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  #gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
  }
  #gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
  #gloval-nav ul li:nth-child(8) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  #gloval-nav ul li:nth-child(9) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  }
  /* --------------------------------------------------------------------------------
  	footer
  -------------------------------------------------------------------------------- */
  .contents__wrapper_footer{
    padding: 0 5%;
  }
  .contents__wrapper_footer2{
    padding: 0 5%;
  }
  footer{
    width:100%;
  }
  .sponsor__box{
    width: 100%;
    padding: 8% 0;
  }
  .footer__snsbox{
    width: 100%;
  }
  .sns__wrap_footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sns__ttl_footer{
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .sns__border_footer{
    display: none;
  }
  .sns__linkbox_footer{
    width: 100%;
  }
  .sns__linkbox_footer ul{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }
  .sns__linkbox_footer ul li{
    margin-right: 15px;
  }
  .footer__sponsor{
    width: 100%;
    text-align: center;
    margin-top: 10%;
  }
  /* --------------------------------------------------------------------------------
  	form
  -------------------------------------------------------------------------------- */
  .entry__txtbox{
    margin-top: 8%;
  }
  .form__wrap {
    width: 100%;
    margin-top: 5%;
  }
  .form__itembox {
    width: 100%;
    padding: 10px 5%;
    text-align: center;
    border-left: 1px solid #d8d8d8;
  }
  .form__cntbox {
    width: 100%;
    padding: 20px 5%;
    border-left: 1px solid #d8d8d8;
  }
  .form__cnt{
    width: 100%;
    margin-top: 15px;
  }
  .form__cnt:first-of-type{
    margin-top: 0;
  }
  .form__cnt_l{
    width: 100%;
  }
  .form__cnt_r{
    width: 100%;
    margin-top: 5px;
  }
  .form__sendbox {
    text-align: center;
    margin-top: 8%;
  }
  .form__privacytxt {
    width: 100%;
    line-height: 1.5em;
    margin-top: 8%;
  }
  .form__google{
    margin-top: 8%;
  }
  input[type=submit], input[type=button] {
    width: 100%;
    padding: 15px 0;
    margin: 10px 0 0 0;
  }
}
