/*
Theme Name: Activ8
Author: CK Marketing Solutions Inc.
Author URI: https://ckmsol.com/
Description: Activ8 custom theme.
Version: 1.0
Text Domain: activ8usjp.com
*/

@font-face {
  font-family: 'Noto Sans JCK';
  src: url( "NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format('woff'); /* medium */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JCK';
  font-weight: bold;
  src: url( "NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format('woff'); /* medium */
  font-weight: bold;
  font-style: normal;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JCK', sans-serif;
  font-size: 3.0vw;
  line-height: 1.8;
  color: #000000;
  letter-spacing: .5px;
  overflow: hidden;
}

@media (min-width: 751px) {
  body {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 14px;
  }
}


p {
	font-size: 16px;
}

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

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a:visited {
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #000000;
    text-decoration: none;
  }
}

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

ul {
  list-style: none;
}

.hidden-xs {
  display: none !important;
}

.show-xs {
  display: inherit !important;
}

@media (min-width: 751px) {
  .hidden-md {
    display: none !important;
  }
  .show-md {
    display: inherit !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
  .show-lg {
    display: inherit !important;
  }
}

.is-hide {
  display: none !important;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex.xs-1col > * {
  width: 100%;
}

.flex.xs-2col > * {
  width: 46.76923%;
  margin-right: 6.46154%;
}

.flex.xs-2col > *:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 751px) {
  .flex.md-2col > * {
    width: 47.75449%;
    margin-right: 4.49102% !important;
  }
  .flex.md-2col > *:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .flex.md-3col > *,
  .flex.lg-3col > * {
    margin-right: 3.07102% !important;
    width: 31.28599%;
  }
  .flex.md-3col > *:nth-of-type(2n),
  .flex.lg-3col > *:nth-of-type(2n) {
    margin-right: 3.07102% !important;
  }
  .flex.md-3col > *:nth-of-type(3n),
  .flex.lg-3col > *:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1280px) {
  .flex.md-2col > *,
  .flex.lg-2col > * {
    width: 48.46449%;
    margin-right: 3.07102% !important;
  }
  .flex.md-2col > *:nth-of-type(2n),
  .flex.lg-2col > *:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .flex.md-3col > *,
  .flex.lg-3col > * {
    margin-right: 3.07102% !important;
    width: 31.28599%;
  }
  .flex.md-3col > *:nth-of-type(2n),
  .flex.lg-3col > *:nth-of-type(2n) {
    margin-right: 3.07102% !important;
  }
  .flex.md-3col > *:nth-of-type(3n),
  .flex.lg-3col > *:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .flex.md-4col > *,
  .flex.lg-4col > * {
    margin-right: 3.00384% !important;
    width: 22.74472%;
  }
  .flex.md-4col > *:nth-of-type(2n),
  .flex.lg-4col > *:nth-of-type(2n) {
    margin-right: 3.00384% !important;
  }
  .flex.md-4col > *:nth-of-type(3n),
  .flex.lg-4col > *:nth-of-type(3n) {
    margin-right: 3.00384% !important;
  }
  .flex.md-4col > *:nth-of-type(4n),
  .flex.lg-4col > *:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

.inner {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 751px) {
  .inner {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .inner {
    width: 1042px;
    margin-bottom: 50px;
  }
}

.inner-narrow {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 751px) {
  .inner-narrow {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .inner-narrow {
    width: 900px;
    margin-bottom: 50px;
  }
}

.inner-wide {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 751px) {
  .inner-wide {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .inner-wide {
    width: 1140px;
    margin-bottom: 50px;
  }
}

.mbg {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  .mbg {
    margin-bottom: 2.0rem;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  .mbg {
    margin-bottom: 50px;
    line-height: 1.8;
  }
}

.required {
  color: #F85B58;
  font-weight: bold;
}

/* nav */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 100;
}

header .inner-wide {
  margin: 0 auto;
  padding: 1.0rem 0;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  header .inner-wide {
    padding: 15px 0;
  }
}

.logo {
  display: block;
  width: 50.13333vw;
}

@media (min-width: 751px) {
  .logo {
    width: 25.13021vw;
  }
}

@media (min-width: 1280px) {
  .logo {
    width: 320px;
    height: 100%;
  }
}


.hum-logo {
	
	margin: 0 auto;
    padding: 1.0rem 0;
    width: 86.66667vw;
}

.hum-logo img {
	width: 50.13333vw;
}

#menu-open {
  display: block;
  cursor: pointer;
  line-height: 1;
}

#menu-open i {
  font-size: 27px;
  line-height: 1;
}

@media (min-width: 751px) {
  #menu-open i {
    font-size: 2.34375vw;
  }
}

#menu-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 0;
  line-height: 1;
}

#menu-close i {
  font-size: 27px;
  line-height: 1;
}

@media (min-width: 751px) {
  #menu-close i {
    font-size: 2.34375vw;
  }
}

.link-out {
  background-color: #00327B;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}

#md-navi {
  display: block;
  transition: 1.0s;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ffffff;
  top: 0;
  left: 0;
}

#md-navi .wrapper {
  width: 86.66667%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media (min-width: 751px) {
  #md-navi .wrapper {
    width: 86.97917%;
  }
}

#md-navi p.center {
  width: 62.8vw;
  margin-bottom: 5.0rem;
  margin-top: 5.0rem;
}

@media (min-width: 751px) {
  #md-navi p.center {
    width: 30.59896vw;
  }
}

#md-navi ul {
  display: block;
  float: none;
  margin-bottom: 3.0rem;
  padding: 0;
}

#md-navi ul li {
  margin: 0;
}

#md-navi ul li a {
  display: block;
  text-align: left;
  font-size: 15px;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #eee;
}

#md-navi ul li.has-child > a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #00327B;
}

#md-navi ul li.has-child > a.opened::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #00327B;
}

#md-navi ul.sub-menu {
  margin-bottom: 0;
}

#md-navi ul.sub-menu li {
  background: #ECECEC;
}

#md-navi address {
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
}

#md-navi.open {
  z-index: 200;
  transition: 1.0s;
  opacity: 1;
}

#pc-navi ul:not(.sub-menu) {
  list-style: none;
  display: flex;
  float: right;
  z-index: 200;
}

#pc-navi ul:not(.sub-menu) > li {
  position: relative;
  margin: 0 20px;
  align-self: center;
}

#pc-navi ul:not(.sub-menu) > li.has-child > a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5em;
}

#pc-navi ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 1.0s;
  opacity: 0;
  z-index: -1;
  padding: 0;
  pointer-events: none;
}

#pc-navi ul.sub-menu li {
  padding: 0.5rem 1.0rem;
  margin: 0;
  width: 150%;
  white-space: nowrap;
  background: #ECECEC;
}

#pc-navi ul.sub-menu li:hover {
  background: lightgray;
}

#pc-navi ul.sub-menu li:hover a {
  color: #00327B;
  opacity: 1;
}

#pc-navi ul.sub-menu.open {
  transition: 1.0s;
  opacity: 1;
  z-index: 200;
}























.top-main-wrap {}



.top-main {
	background:#f7f6f2 url("./images/top-main-bg-mobi.jpg") center center no-repeat;
	background-size: cover;
	padding: 20px 0 40px;

}

.top-main-inner {
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
}

.two-img {
	width: 260px;
	margin:0 auto 10px;
}

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

.top-btn-wrap {
	width: 75%;
	max-width: 850px;
	display: block;
	justify-content: space-between;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

    margin:0 auto;
}

.top-btn-left {
	margin-bottom: 20px;

}

.top-btn-right {
	

}


.top-btn-left img{
	width: 100%;
}

.top-btn-right img{
	width: 100%;
}

.top-search {
	width: 75%;
	max-width: 850px;
	margin:20px auto 0;
}




@media (min-width: 751px) {
.top-main {
	background:#f7f6f2 url("./images/top-main-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 80px 0;

}

.top-main-inner {
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
}

.two-img {
	width: 360px;
	margin:0 auto 30px;
}

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

.top-btn-wrap {
	width: 100%;
	max-width: 850px;
	display: flex;
	justify-content: space-between;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

    margin:0 auto;
}

.top-btn-left {
	width: 380px;
	margin-bottom: 0px;

}

.top-btn-right {
	width: 380px;

}


.top-btn-left img{
	width: 100%;
}

.top-btn-right img{
	width: 100%;
}

.top-search {
	width: 100%;
	max-width: 850px;
	margin:80px auto 0;
}
}

@media (min-width: 1280px) {

.top-main-wrap {
	background: #f7f6f2;
}

.top-main {
	max-width: 2000px;
	background:#f7f6f2 url("./images/top-main-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 80px 0;
	margin:0 auto;

}

.top-main-inner {
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
}

.two-img {
	width: 360px;
	margin:0 auto 30px;
}

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

.top-btn-wrap {
	width: 90%;
	max-width: 850px;
	display: flex;
	justify-content: space-between;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

    margin:0 auto;
}

.top-btn-left {
	width: 380px;
	margin-bottom: 0px;

}

.top-btn-right {
	width: 380px;

}


.top-btn-left img{
	width: 100%;
}

.top-btn-right img{
	width: 100%;
}

.top-search {
	width: 90%;
	max-width: 850px;
	margin:80px auto 0;
}
}




































.home #hero {
  /* hero materials */
}

.home #hero .hidden-lg picture img {
  display: block;
  margin: 0;
  width: 100%;
}

@media (min-width: 1280px) {
  .home #hero {
    height: 80vh;
  }
}

.home #hero .hero__container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
}

.home #hero .hero__content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: 0.5s all cubic-bezier(0.75, 0, 1, 1);
  -moz-transition: 0.5s all cubic-bezier(0.75, 0, 1, 1);
  -o-transition: 0.5s all cubic-bezier(0.75, 0, 1, 1);
  transition: 0.5s all cubic-bezier(0.75, 0, 1, 1);
}

.home #hero .hero__image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.home #hero .hero__image__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home #hero .hero__content.left_container {
  left: 0;
}

.home #hero .hero__content.left_container .hero__image {
  left: 0;
}

.home #hero .hero__content.left_container .hero__image__bg {
  left: 0;
  background-image: url("./images/top-employers-01.png");
}

.home #hero .hero__content.right_container {
  right: 0;
}

.home #hero .hero__content.right_container .hero__image {
  right: 0;
}

.home #hero .hero__content.right_container .hero__image__bg {
  right: 0;
  background-image: url("./images/top-jseekers-01.png");
}

.home #hero .expand {
  width: calc(100% - 100px);
}

.home #hero .shrink {
  width: 100px;
}

.home #hero .hero-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 100vw;
  width: 43.04688vw;
}

.home #hero .hero-btns {
  display: none;
}

@media (min-width: 751px) {
  .home #hero .hero-btns {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
  }
}

.home #hero .emp {
  left: 1%;
}

.home #hero .job {
  right: 1%;
}

.home #reason {
  width: 100%;
  background: #00327B;
  padding: 1.0rem 0;
  margin: 0 0 1.0rem;
}

.home #reason p {
  line-height: 1.5;
  font-size: 3.5vw;
}

@media (min-width: 751px) {
  .home #reason {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .home #reason {
    margin-bottom: 50px;
  }
}

.home #reason p {
  width: 86.66667vw;
  background: #ffffff;
  border-radius: 0.75rem;
  text-align: center;
  color: #00327B;
  font-weight: bold;
  padding: 0.3rem 0;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .home #reason p {
    width: 86.97917vw;
    font-size: 2.60417vw;
  }
}

@media (min-width: 1280px) {
  .home #reason p {
    font-size: 24px;
    width: 750px;
  }
}

.home #reason p a {
  color: #00327B;
}



#reason-new {
	background:#00327B;
	padding:30px 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.reason-new-wrap {}

.reason-title-01 {
	font-size: 16px;
	color: #fff;
	background:#006AAC;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
}

.reason-title-02 {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 10px;
}

.reason-item {
	background: #fff;
	border-radius: 10px;
	padding-top: 13px;
	margin:20px;
}

.reason-num {
	font-size: 18px;
	color: #fff;
	background:#006AAC;
	padding: 7px;
	margin: 0px;
}

.reason-txt {
	font-size: 19px;
	padding: 15px;
	color: #00327B;
}


.reason-item-wrap {

}


@media (min-width: 751px) {
.reason-item-wrap {
	max-width: 1042px;
	display: flex;
	justify-content: center;
  align-items: center;
  margin:0 auto;
}
.reason-item {
	width: 30%;
}

.reason-title-01 {
	font-size: 24px;
	color: #fff;
	background:#006AAC;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
}

.reason-title-02 {
	font-size: 32px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 10px;
}

}

@media (min-width: 1280px) {
.reason-item-wrap {
	
}
.reason-item {
	width: 30%;
}

}






.blue-title {
	font-size: 17px;
	color: #00327B;
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.4;
}

@media (min-width: 751px) {
.blue-title {
	font-size: 22px;
	color: #00327B;
	text-align: center;
	margin-bottom: 20px;
}
}

@media (min-width: 1280px) {
.blue-title {
	font-size: 22px;
	color: #00327B;
	text-align: center;
	margin-bottom: 20px;
}
}


.ryugaku-bnr {
	width: 86.97917vw;
	max-width: 1042px;
	margin:0 auto 50px;

}



.home #covid {
  width: 100%;
  /*background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 25%, #00327B 25%, #00327B 100%);*/
  background: #00327B;
  padding: 2.2rem 0 2.2rem;
  margin: 0 0 -1.0rem;
  color: #fff;
  position: relative;


 margin-bottom: 40px;
}

.covid-inner {
	width: 86.97917vw;
	max-width: 1042px;
	margin:0 auto;
	display: -webkit-flex;
  display: flex;
}

.covid-left {
	-webkit-flex: 1;
  flex: 1;
}

.covid-right {
	width: 200px;
}

.home #covid h3 {
  line-height: 1.5;
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}

.home #covid p {
  line-height: 1.8;
  font-size: 16px;
}
.amabie-img {
	width: 100%;
	
}

@media (max-width: 751px) {
  .home #covid {
    margin-bottom: 0rem;
    padding: 2.2rem 0 6.2rem;
    background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 10%, #00327B 10%, #00327B 100%);
  }

  .home #covid h3 {
  line-height: 1.5;
  font-size: 17px;
  color: #fff;
  margin-bottom: 8px;
}
.covid-inner {

  display: block;
}
.home #covid p {
  line-height: 1.75;
  font-size: 15px;
}


.covid-left {
	-webkit-flex: none;
  flex: none;
}

.covid-right {
	width: 100px;
	position: absolute;
	right: 10px;
	bottom: 0;
}


}




.home #emp {
  display: block;
  margin-top: 1.5rem;
}

@media (min-width: 751px) {
  .home #emp {
    margin-top: 2.8rem;
  }
}

@media (min-width: 1280px) {
  .home #emp {
    margin-top: 70px;
  }
}




.home #banners {
  width: 86.66667vw;
  margin: 2rem auto 0.5rem;
  line-height: 4;
}

@media (min-width: 751px) {
  .home #banners {
    width: 86.97917vw;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 1280px) {
  .home #banners {
    width: 1042px;
    margin-bottom: 20px;
  }
}

.home #banners .single img {
  width: 45%; !important;
  height: 45%; !important;
}

.home #area {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
  margin-top: 1.0rem;
}

@media (min-width: 751px) {
  .home #area {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
    margin-top: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .home #area {
    width: 1042px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
/*
.home #area h2 {
  color: #00327B;
  font-weight: bold;
  line-height: 2.2;
  background-repeat: no-repeat;
  background-position: center left;
  border-left: 10px solid #00327B;
  padding-left: 0.8em;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  .home #area h2 {
    font-size: 2.2vw;
  }
}

@media (min-width: 1280px) {
  .home #area h2 {
    font-size: 24px;
  }
}*/

.home #area ul li {
  margin-bottom: 1.0rem;
}

.home #area ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .home #area ul li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .home #area ul li:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
}

.home #area ul li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.home #area ul li a p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  text-shadow: #000000 0 3px 6px;
  color: #ffffff;
  line-height: 1.1;
  font-size: 4vw;
}

@media (min-width: 751px) {
  .home #area ul li a p {
    font-size: 2.47396vw;
  }
}

@media (min-width: 751px) {
  .home #area ul li a p {
    font-size: 24px;
  }
}

.home #area ul li a p small {
  font-size: 0.8em;
}

.home .ask {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 751px) {
  .home .ask {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .home .ask {
    width: 1042px;
    margin-bottom: 50px;
  }
}
/*
.home .ask h2 {
  text-align: center;
  color: #6C7984;
  border: 1px solid #6C7984;
  border-radius: 2rem;
  padding: 0.5em 0;
  margin: 0 auto 1.0rem;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  .home .ask h2 {
    font-size: 1.82292vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .home .ask h2 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}*/

/* job searchのarea検索 start */
.job #area {
  width: 86.66667vw;
  margin: 0 auto 1.0rem;
  margin-top: 1.0rem;
}

@media (min-width: 751px) {
  .job #area {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
    margin-top: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .job #area {
    width: 1042px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.job #area ul li {
  margin-bottom: 1.0rem;
}

.job #area ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .job #area ul li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .job #area ul li:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
}

.job #area ul li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.job #area ul li a p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  text-shadow: #000000 0 3px 6px;
  color: #ffffff;
  line-height: 1.1;
  font-size: 4vw;
}

@media (min-width: 751px) {
  .job #area ul li a p {
    font-size: 2.47396vw;
  }
}

@media (min-width: 751px) {
  .job #area ul li a p {
    font-size: 24px;
  }
}

.job #area ul li a p small {
  font-size: 0.8em;
}

/* job searchのarea検索 end */

.home #category {
  margin: 2.0rem auto 0;
  padding: 1.0rem 0;
  background: url("./images/97_BW.jpg")center center no-repeat;

  width: 100%;

  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.category-wrap {
	background: rgba(255,255,255,0.7);
	padding: 2.0rem 0;
}

@media (min-width: 751px) {
  .home #category {
    margin: 4.0rem auto 0;
  padding: 3.0rem 0;
  }
}

@media (min-width: 1280px) {
  .home #category {
     margin: 4.0rem auto 0;
  padding: 3.0rem 0;
  }
  .category-wrap {
	background: rgba(255,255,255,0.7);
	padding: 3.0rem 0;
}
}

.home #category .inner {
  margin: 0 auto;
  width: 86.66667vw;

}

@media (min-width: 751px) {
  .home #category .inner {
    width: 86.97917vw;
  }
}

@media (min-width: 1280px) {
  .home #category .inner {
    width: 1042px;
  }
}



.h2-txt {
  color: #00327B;
  font-weight: bold;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center left;
  border-left: 5px solid #00327B;
  padding: 0.2em 0.5em 0.5em;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

@media (min-width: 751px) {
.h2-txt {
  color: #00327B;
  font-weight: bold;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center left;
  border-left: 8px solid #00327B;
  padding: 0.2em 0.5em 0.5em;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 20px;
  }
}

@media (min-width: 1280px) {
.h2-txt  {
   color: #00327B;
  font-weight: bold;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center left;
  border-left: 10px solid #00327B;
  padding: 0.2em 0.5em 0.5em;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 22px;
  }
}

.home #category .inner ul {
  flex-direction: column;
}

.home #category .inner ul li {
  line-height: 2.4;
  font-size: 3.5vw;
}

@media (min-width: 751px) {
  .home #category .inner ul li {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  .home #category .inner ul li {
    font-size: 14px;
  }
}

.home #category .inner ul li a:hover {
  color: #00327B;
  opacity: 1;
}

.home .newsfeed {
  width: 86.66667vw;
  margin: 0 auto 30px;
}

@media (min-width: 751px) {
  .home .newsfeed {
    width: 86.97917vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed {
    width: 1042px;
    margin-bottom: 50px;
  }
}
/*
.home .newsfeed h2 {
  font-weight: bold;
  line-height: 2.2;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 0.8em;
  border-left: 10px solid #00327B;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 5.0vw;
}

@media (min-width: 751px) {
  .home .newsfeed h2 {
    font-size: 2.2vw;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed h2 {
    font-size: 24px;
  }
}
*/
.home .newsfeed h2 a {
  color: #00327B;
}

.home .newsfeed ul {
  width: calc(100% + 1.0rem);
  left: -0.5rem;
  margin: 0 auto;
}

.home .newsfeed ul li {
  border: 1px solid #ddd;
  margin: 0 0.5rem;
  padding: 1.0rem;
  border-radius: 20px;
  min-height: 168px;
}

.home .newsfeed ul li span {
  display: block;
}

.home .newsfeed ul li span.cat {
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-align: center;
  background: #000000;
  font-size: 4vw;
}

@media (min-width: 751px) {
  .home .newsfeed ul li span.cat {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul li span.cat {
    font-size: 10px;
  }
}

.home .newsfeed ul li span.cat a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .2em;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}


@media (min-width: 751px) {
.home .newsfeed ul li span.cat a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .3em;
  font-size: 14px;
}
}

@media (min-width: 1280px) {
.home .newsfeed ul li span.cat a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .3em;
  font-size: 14px;
}
}

.home .newsfeed ul li span.date {
  /*background-repeat: no-repeat;
  background-position: center left;
  background-image: url("./images/ico-date.png");
  background-size: 1.25em;
  padding-left: 1.5em;*/
  margin-bottom: 0rem;
  font-size: 13px;
  text-align: right;
  color: #666;
}

@media (min-width: 751px) {
  .home .newsfeed ul li span.date {
    font-size: 13px;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul li span.date {
    font-size: 13px;
  }
}

.home .newsfeed ul li h3 {
  font-weight: normal;
  min-height: 3.6em;
  word-break: break-all;
  line-height: 1.6;
}

@media (min-width: 751px) {
  .home .newsfeed ul li h3 {
    font-size: 1.5vw;
    line-height: 1.6;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul li h3 {
    font-size: 16px;
    line-height: 1.6;
  }
}

.home .newsfeed ul a.arrow {
  position: absolute;
  display: block;
  top: calc(50% - 0.75em);
  z-index: 20;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  .home .newsfeed ul a.arrow {
    font-size: 3.125vw;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul a.arrow {
    font-size: 24px;
  }
}

.home .newsfeed ul a.arrow.prev {
  left: -0.75em;
}

@media (min-width: 751px) {
  .home .newsfeed ul a.arrow.prev {
    left: -1.0em;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul a.arrow.prev {
    left: -1.5em;
  }
}

.home .newsfeed ul a.arrow.next {
  right: -0.75em;
}

@media (min-width: 751px) {
  .home .newsfeed ul a.arrow.next {
    right: -1.0em;
  }
}

@media (min-width: 1280px) {
  .home .newsfeed ul a.arrow.next {
    right: -1.5em;
  }
}

.home .newsfeed ul a.arrow span {
  border-radius: 50%;
  display: block;
  line-height: 2.0;
  width: 1.0em;
  height: 2.0em;
}

.home .newsfeed ul a.arrow span i {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  color: #6C7984;
}

.home #canada h2 {
  background-image: url("./images/ico-canada.png");
}

.home #point {
  width: 86.66667vw;
  margin: 0 auto 2.0rem;
}

@media (min-width: 751px) {
  .home #point {
    width: 86.97917vw;
    margin-bottom: 4.0rem;
  }
}

@media (min-width: 1280px) {
  .home #point {
    width: 1042px;
    margin-bottom: 100px;
  }
}

.home #point .item {
  margin-bottom: 1.0rem;
  display: flex;

  flex-direction: column;
}

.home #point .item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .home #point .item {
    margin-bottom: 2.0rem;
    font-size: 1.5vw;
  }
  .home #point .item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .home #point .item {
    margin-bottom: 50px;
    font-size: 15px;
  }
}

.home #point .item h3 {
  color: #00327B;
  font-weight: bold;
  line-height: 2.2;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 0.8em;
  border-bottom: 1px solid #00327B;
  border-left: 10px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 5.0vw;
}

@media (min-width: 751px) {
  .home #point .item h3 {
    font-size: 2.2vw;
  }
}

@media (min-width: 1280px) {
  .home #point .item h3 {
    font-size: 24px;
  }
}

.point-img  {
  display: block;
  margin-top: auto;
}





















main:not(.home) {
  background-size: auto;
  background-position: top center;
  background-attachment: fixed;
}

@media (min-width: 1280px) {
  main:not(.home) {
    background-size: 100% auto;
  }
}

main:not(.home) #mv {
  background-color: rgba(0, 50, 123, 0.6);
  text-align: center;
  color: #ffffff;
  padding: 15% 0;
}

@media (min-width: 1280px) {
  main:not(.home) #mv {
    background-size: 100% auto;
   padding: 5% 0;
  }
}

main:not(.home) #mv h2 {
  margin-bottom: .6rem;
  line-height: 1.2;
  font-size: 30px;
}

@media (min-width: 751px) {
  main:not(.home) #mv h2 {
  	margin-bottom: 1rem;
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  main:not(.home) #mv h2 {
  	margin-bottom: 1rem;
    font-size: 50px;
  }
}

main:not(.home) #mv h3 {
  line-height: 1.0;
font-weight: bold;
  font-size: 15px;
  color: rgba(255,255,255,1);
}

@media (min-width: 751px) {
  main:not(.home) #mv h3 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  main:not(.home) #mv h3 {
    font-size: 20px;
  }
}

main:not(.home) .wrapper {
  background: #ffffff;
  width: 100%;
  padding-top: 1.0rem;
}

@media (min-width: 751px) {
  main:not(.home) .wrapper {
    padding-top: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main:not(.home) .wrapper {
    padding-top: 50px;
  }
}

main:not(.home) article {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main:not(.home) article {
    margin-bottom: 2.0rem;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  main:not(.home) article {
    margin-bottom: 50px;
    line-height: 1.8;
  }
}

main:not(.home) article h3 {
  text-align: center;
  margin: 0 auto 1.0rem;
  line-height: 1.8;
  border-top: 1px solid #00327B;
  border-bottom: 1px solid #00327B;
  color: #00327B;
  font-size: 4.8vw;
}

@media (min-width: 751px) {
  main:not(.home) article h3 {
    font-size: 3vw;
  }
}

@media (min-width: 1280px) {
  main:not(.home) article h3 {
    font-size: 30px;
  }
}

main:not(.home) article h4 {
  font-weight: normal;
  color: #00327B;
  font-size: 4vw;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main:not(.home) article h4 {
    font-size: 2.3vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main:not(.home) article h4 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

main:not(.home) form input[type="text"],
main:not(.home) form input[type="email"],
main:not(.home) form textarea {
  border: 1px solid #707070;
  width: 100%;
  padding: 0.1em 1.0em;
}

main:not(.home) form select {
  border: 1px solid #707070;
  padding: 0.1em 1.0em;
  width: 100%;
}

@media (min-width: 751px) {
  main:not(.home) form select {
    width: 100%;
  }
}

main:not(.home) form input.tel {
  width: 6.0em;
}

@media (min-width: 751px) {
  main:not(.home) form input.tel {
    width: 10.0em;
  }
}

main:not(.home) form input#exp-month {
  width: 4.0em;
  text-align: center;
}

@media (min-width: 751px) {
  main:not(.home) form input#exp-month {
    width: 6.0em;
  }
}

main:not(.home) form input#exp-year {
  width: 6.0em;
  text-align: center;
}

@media (min-width: 751px) {
  main:not(.home) form input#exp-year {
    width: 8.0em;
  }
}

main:not(.home) form input#salary {
  width: 10.0em;
}

@media (min-width: 751px) {
  main:not(.home) form input#salary {
    width: 15.0em;
  }
}

main:not(.home) form input[type="submit"] {
  font-weight: bold;
  color: #ffffff;
  background: #00327B;
  text-align: center;
  padding: 0.5em 1.5em;
  line-height: 1.0;
  font-size: 4.26667vw;
}

@media (min-width: 751px) {
  main:not(.home) form input[type="submit"] {
    font-size: 3.125vw;
  }
}

@media (min-width: 1280px) {
  main:not(.home) form input[type="submit"] {
    font-size: 24px;
  }
}

main:not(.home) form span.wpcf7-list-item {
  margin-left: 1.5rem;
}

main:not(.home) form dl {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main:not(.home) form dl {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main:not(.home) form dl {
    margin-bottom: 50px;
  }
}

main:not(.home) form dl dd {
  margin-bottom: 1.0rem;
}

main:not(.home) form dl .one-line dt, main:not(.home) form dl .one-line dd {
  display: inline-block;
}

main.job {
  background-image: url("./images/title_job.png");
}

main.job #mv form.searchform {
  letter-spacing: -0.4em;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  main.job #mv form.searchform {
    font-size: 3.125vw;
  }
}

@media (min-width: 1280px) {
  main.job #mv form.searchform {
    font-size: 24px;
  }
}

main.job #mv form.searchform input[type="text"] {
  border: none;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 1.0;
  padding: 0.5em;
  width: calc(100% - 2.0em);
  box-shadow: #000000 0px 3px 6px;
  background: #ffffff;
  color: #000000;
}

main.job #mv form.searchform button {
  background: #00327B;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 1.0;
  padding: 0.5em 0;
  text-align: center;
  width: 2.0em;
  box-shadow: #000000 2px 3px 6px;
}

.searchform #ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
    margin: 10px !important;
    height: 34px !important;
    background: transparent !important;
    border: 0 none rgb(255,255,255) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.searchform div.asp_m.ajaxsearchpro .probox {
    width: auto !important;
    border-radius: 5px !important;
    background: #FFF !important;
    overflow: hidden !important;
    border: 1px solid #FFF !important;
    box-shadow: 1px 0 3px #CCC inset !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: stretch !important;

    margin: 6px !important;
    height: 28px !important;
    background: transparent !important;
    border: 0 none rgb(255,255,255) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.searchform div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-weight: normal !important;
    
    color: rgb(0,0,0) !important;
    font-size: 15px !important;
    line-height:1 !important;
    text-shadow: none !important;
    line-height: normal !important;
    border: 0 !important;
    box-shadow: none !important;
    /*height: 34px !important;*/
    position: relative !important;
    z-index: 2 !important;
    padding: 10px !important;
    padding-top: 10px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

.searchform div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    font-weight: normal !important;

    color: rgb(0,0,0) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    text-shadow: none !important;
    line-height: normal !important;
    border: 0 !important;
    box-shadow: none !important;
     padding: 10px !important;
    padding-top: 10px !important;
}

.searchform div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    width: 34px !important;
    height: 34px !important;
    float: right;
}


div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, div.asp_m.ajaxsearchpro .probox .proloading svg {
    height: 100%;
    width: 26px !important;
    vertical-align: baseline;
    display: inline-block;
}



@media (min-width: 1280px) {
  main.job #results ul li dl dt h4 {
    font-size: 17px !important;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px) {
  main.job #also ul li dl dt h4 {
    font-size: 17px !important;
    line-height: 1.3em;
  }
}
		

main.job #banners {
  background: #ffffff;
}

main.job #banners picture {
  margin-bottom: 1.0rem;
  display: block;
}

@media (min-width: 751px) {
  main.job #banners picture {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #banners picture {
    margin-bottom: 30px;
  }
}

main.job #results {
  background: #ffffff;
  letter-spacing: 0;
}

main.job #results h4 {
  line-height: 1.4;
}

main.job #results h3 {
  font-weight: normal;
  margin-bottom: 1.0rem;
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.job #results h3 {
    font-size: 2.8vw;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #results h3 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

main.job #results ul {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job #results ul {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #results ul {
    margin-bottom: 50px;
  }
}

main.job #results ul li {
  margin-bottom: 1.5rem;
}

main.job #results ul li dl dt img {
  display: block;
  margin: 0;
  margin-bottom: 0.25rem;
}

main.job #results ul li dl dt h4 {
  margin-bottom: 0.25rem;
  font-size: 4vw;
  word-wrap: break-word;
}

@media (min-width: 751px) {
  main.job #results ul li dl dt h4 {
    font-size: 1.7vw;
  }
}

@media (min-width: 1280px) {
  main.job #results ul li dl dt h4 {
    font-size: 18px !important;
    line-height: 1.3em;
  }
}

main.job #results ul li dl dd {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  main.job #results ul li dl dd {
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  main.job #results ul li dl dd {
    line-height: 1.5;
  }
}
main.job #results ul li dl dd span {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.0em;
  padding-left: 1.5em;
  font-size: 3vw;
}

@media (min-width: 751px) {
  main.job #results ul li dl dd span {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  main.job #results ul li dl dd span {
    font-size: 11px;
  }
}

main.job #results ul li dl dd span.date {
  background-image: url("./images/ico-date.png");
}

main.job #results ul li dl dd span.time {
  background-image: url("./images/ico-time.png");
  font-weight: bold;
}

main.job #results ul li dl dd span.location {
  background-image: url("./images/ico-loc.png");
  font-weight: bold;
  min-width: 48%;
  width: auto;
}

main.job #results ul li dl dd span.salary {
  background-image: url("./images/ico-salary.png");
  min-width: 48%;
  width: auto;
}

main.job #results ul li dl dd span.category {
  background-image: url("./images/ico-category.png");
  width: 96%;
}

main.job #results p.message {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job #results p.message {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #results p.message {
    margin-bottom: 50px;
  }
}

main.job #results ul li dl dt h4 span {
  padding-left: 0.75em;
  overflow-wrap: break-word;
  background-position: 0 80% !important;
}

@media (min-width: 751px) {
  main.job #results ul li dl dt h4 span {
    font-size: 3vw;
    overflow-wrap: break-word;
    background-position: 0 80% !important;
  }
}

@media (min-width: 1280px) {
  main.job #results ul li dl dt h4 span {
    font-size: 22px;
    overflow-wrap: break-word;
    background-position: 0 80% !important;
  }
}

main.job #also {
  background: #ffffff;
}

main.job #also h3 {
  color: #00327B;
  font-weight: bold;
  line-height: 2.2;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 0.8em;
  border-left: 10px solid #00327B;
  border-bottom: 1px solid #00327B;
  margin-bottom: 1.5rem;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  main.job #also h3 {
    font-size: 2.86458vw;
  }
}

@media (min-width: 1280px) {
  main.job #also h3 {
    font-size: 24px;
  }
}

main.job #also ul {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job #also ul {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #also ul {
    margin-bottom: 50px;
  }
}

main.job #also ul li {
  margin-bottom: 1.5rem;
}

main.job #also ul li dl dt h4 {
  line-height: 1.4;
  font-size: 4.0vw;
}

@media (min-width: 751px) {
  main.job #also ul li dl dt h4 {
    font-size: 1.7vw;
  }
}

@media (min-width: 1280px) {
  main.job #also ul li dl dt h4 {
    font-size: 17px;
    line-height: 1.3em;
  }
}

main.job #also ul li dl dt span {
  display: block;
  margin-bottom: 0.25rem;
}

main.job #also ul li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5;
}

@media (min-width: 751px) {
  main.job #also ul li dl dd {
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  main.job #also ul li dl dd {
    line-height: 1.5;
  }
}

main.job #also ul li dl dd span {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.0em;
  padding-left: 1.5em;
  font-size: 3vw;
}

main.job #also ul li dl dt h4 span {
  padding-left: 0.75em;
  overflow-wrap: break-word;
}

@media (min-width: 751px) {
  main.job #also ul li dl dt h4 span {
    font-size: 3vw;
    overflow-wrap: break-word;
  }
}

@media (min-width: 1280px) {
  main.job #also ul li dl dt h4 span {
    font-size: 22px;
    overflow-wrap: break-word;
  }
}

@media (min-width: 751px) {
  main.job #also ul li dl dd span {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  main.job #also ul li dl dd span {
    font-size: 11px;
  }
}

main.job #also ul li dl dd span.date {
  background-image: url("./images/ico-date.png");
}

main.job #also ul li dl dd span.time {
  background-image: url("./images/ico-time.png");
  font-weight: bold;
}

main.job #also ul li dl dd span.location {
  background-image: url("./images/ico-loc.png");
  font-weight: bold;
  min-width: 48%;
  width: auto;
}

main.job #also ul li dl dd span.salary {
  background-image: url("./images/ico-salary.png");
  min-width: 48%;
  width: auto;
}

main.job #also ul li dl dd span.category {
  background-image: url("./images/ico-category.png");
  width: 96%;
}

main.job .load_more {
  display: block;
  width: 100%;
  text-align: center;
  color: #6C7984;
  border: 1px solid #6C7984;
  border-radius: 12px;
  padding: 0.5em 0;
  margin: 0 auto 1.0rem;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  main.job .load_more {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.job .load_more {
    font-size: 14px;
  }
}

main.job.single #detail {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job.single #detail {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail {
    margin-bottom: 50px;
  }
}

main.job.single #detail h4 {
  font-weight: bold;
  border-bottom: 2px solid #00327B;
  font-size: 6vw;
}

@media (min-width: 751px) {
  main.job.single #detail h4 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail h4 {
    font-size: 25px;
  }
}

main.job.single #detail .wrapper {
  overflow: hidden;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper {
    margin-bottom: 50px;
  }
}

main.job.single #detail .wrapper figure {
  width: 85%;
  margin: 0 auto 1.0rem;
  display: block;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper figure {
    float: left;
    width: 31.25vw;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper figure {
    width: 325px;
  }
}

main.job.single #detail .wrapper .text {
  text-align: left;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text {
    padding-left: 33.85417vw;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper .text {
    padding-left: 360px;
  }
}

main.job.single #detail .wrapper .text h3 {
  line-height: 1.0;
  margin-bottom: 1.0rem;
  font-size: 6vw;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text h3 {
    font-size: 3.90625vw;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper .text h3 {
    font-size: 30px;
  }
}

main.job.single #detail .wrapper .text .meta {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text .meta {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper .text .meta {
    margin-bottom: 50px;
  }
}

main.job.single #detail .wrapper .text .meta .description {
  margin-top: 1.5em !important;
}

main.job.single #detail .wrapper .text .meta span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.0em;
  padding-left: 1.5em;
  margin-right: 1.0em;
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text .meta span {
    font-size: 2vw;
  }
}

@media (min-width: 1280px) {
  main.job.single #detail .wrapper .text .meta span {
    font-size: 16px;
  }
}

main.job.single #detail .wrapper .text .meta span.date {
  background-image: url("./images/ico-date.png");
}

main.job.single #detail .wrapper .text .meta span.time {
  background-image: url("./images/ico-time.png");
  font-weight: bold;
}

main.job.single #detail .wrapper .text .meta span.location {
  background-image: url("./images/ico-loc.png");
  font-weight: bold;
}

main.job.single #detail .wrapper .text .meta span.salary {
  background-image: url("./images/ico-salary.png");
}

main.job.single #detail .wrapper .text .meta span.category {
  background-image: url("./images/ico-category.png");
}

main.job.single #detail .wrapper .text table {
  width: 100%;
  border-collapse: collapse;
}

main.job.single #detail .wrapper .text table th {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.5em;
  font-weight: normal;
  background: #ECECEC;
  text-align: left;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text table th {
    padding: 0.5em 1.5em;
  }
}

main.job.single #detail .wrapper .text table td {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.5em;
}

@media (min-width: 751px) {
  main.job.single #detail .wrapper .text table td {
    padding: 0.5em 1.0em;
  }
}

main.job.single #banners a {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job.single #banners a {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job.single #banners a {
    margin-bottom: 50px;
  }
}
main.job.single #banners a:last-of-type {
  margin-right: 0 !important;
}

main.job.single #banners2 a:last-of-type {
  width: 100% !important;
  margin-right: 0 !important;
}

main.job #banners a {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.job #banners a {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.job #banners a {
    margin-bottom: 50px;
  }
}

main.bridgehead.groups {
  background-image: url("./images/title_group.jpg");
}

main.bridgehead.branches {
  background-image: url("./images/title_branch.jpg");
}

main.job #banners {
  background: #ffffff;
}

main.bridgehead #banners picture {
  margin-bottom: 1.0rem;
  display: block;
}

@media (min-width: 751px) {
  main.bridgehead #banners picture {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.bridgehead #banners picture {
    margin-bottom: 30px;
  }
}

main.bridgehead section.inner p.cate {
  font-size: 6vw;
}

@media (min-width: 751px) {
  main.bridgehead section.inner p.cate {
    font-size: 3vw;
  }
}

@media (min-width: 1280px) {
  main.bridgehead section.inner p.cate {
    font-size: 30px;
  }
}

main.bridgehead section.inner ul {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.bridgehead section.inner ul {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.bridgehead section.inner ul {
    margin-bottom: 50px;
  }
}

main.bridgehead section.inner ul li:not(:last-of-type) {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.bridgehead section.inner ul li:not(:last-of-type) {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.bridgehead section.inner ul li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

main.bridgehead section.inner ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  main.bridgehead section.inner ul li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

main.bridgehead section.inner ul li h3 {
  border-bottom: 2px solid #00327B;
  margin-bottom: 0.5rem;
  font-size: 4.8vw;
}

@media (min-width: 751px) {
  main.bridgehead section.inner ul li h3 {
    font-size: 2.2vw;
    line-height: 1.3;
  }
}

@media (min-width: 1280px) {
  main.bridgehead section.inner ul li h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

main.bridgehead section.inner ul li h3 span.new {
  color: #F85B58;
}

main.bridgehead section.inner ul li dl {
  overflow: hidden;
}

main.bridgehead section.inner ul li dl dt {
  float: left;
  font-weight: bold;
  width: 6.0em;
}

main.bridgehead section.inner ul li dl dd {
  padding-left: 7.0em;
  margin-bottom: 1.0rem;
}

main.bridgehead section.inner ul li dl dd a {
  color: #32A0DE;
  text-decoration: underline;
}

main.bridgehead section.inner ul li dl dd:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}

main.bridgehead section.inner ul li dl dd.map {
  padding-left: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

main.bridgehead section.inner ul li dl dd.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.bridgehead section.inner ul li dl dd.nomap {
  padding-left: 0;
}

main.page .switch_lang {
  text-align: center;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page .switch_lang {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page .switch_lang {
    margin-bottom: 50px;
  }
}

main.page .switch_lang a, .wpcf7-list-item-label a {
  color: #00327B;
  cursor: pointer;
  font-weight: bold;
}

main.page .switch_lang a.current {
  font-weight: normal;
  color: #707070;
  pointer-events: none;
  cursor: default;
}

main.page .cont p {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
}

main.page.register {
  background-image: url("./images/title_register.png");
}

main.page.register .check-textmessage {
  display: block;
  margin-top: 1.0rem;
}

main.page.register .check-area span.wpcf7-list-item {
  display: block;
  margin-bottom: 0.5rem;
}

main.page.register .position1, main.page.register .position2, main.page.register .position3 {
  display: block;
  margin-bottom: 0.5rem;
}

main.page.register .position1 + br, main.page.register .position2 + br, main.page.register .position3 + br {
  display: none;
}

main.page.recruitment {
  background-image: url("./images/title_recruit.jpg");
}

main.page.recruitment .sub_articles {
  width: 100%;
  padding: 1.0rem 0;
  background: #ECECEC;
}

@media (min-width: 751px) {
  main.page.recruitment .sub_articles {
    padding: 2.0rem 0;
  }
}

@media (min-width: 1280px) {
  main.page.recruitment .sub_articles {
    padding: 50px 0;
  }
}

main.page.recruitment .sub_articles:nth-of-type(2n) {
  background: #ffffff;
}

main.page.recruitment .sub_articles:last-of-type {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.recruitment .sub_articles:last-of-type {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.recruitment .sub_articles:last-of-type {
    margin-bottom: 50px;
  }
}

main.page.recruitment .sub_articles ul {
  margin-bottom: 0;
}

main.page.recruitment .sub_articles li {
  margin-bottom: 1.0rem;
}

main.page.recruitment .sub_articles li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  main.page.recruitment .sub_articles li {
    margin-bottom: 2.0rem;
  }
  main.page.recruitment .sub_articles li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  main.page.recruitment .sub_articles li {
    margin-bottom: 50px;
  }
}

main.page.recruitment .sub_articles h4 {
  font-size: 4vw;
  border-bottom: 1px solid #00327B;
  padding-bottom: 0.1em;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.recruitment .sub_articles h4 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.page.recruitment .sub_articles h4 {
    font-size: 24px;
  }
}

main.page.recruitment .sub_articles .text {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.recruitment .sub_articles .text {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  main.page.recruitment .sub_articles .text {
    font-size: 14px;
    line-height: 1.8;
  }
}

main.page.solutions {
  background-image: url("./images/title_solution.jpg");
}

main.page.solutions .sub_articles {
  width: 100%;
  padding: 1.0rem 0;
  background: #ECECEC;
}

@media (min-width: 751px) {
  main.page.solutions .sub_articles {
    padding: 2.0rem 0;
  }
}

@media (min-width: 1280px) {
  main.page.solutions .sub_articles {
    padding: 50px 0;
  }
}

main.page.solutions .sub_articles:nth-of-type(2n) {
  background: #ffffff;
}

main.page.solutions .sub_articles:last-of-type {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.solutions .sub_articles:last-of-type {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.solutions .sub_articles:last-of-type {
    margin-bottom: 50px;
  }
}

main.page.solutions .sub_articles ul {
  margin-bottom: 0;
}

main.page.solutions .sub_articles li {
  margin-bottom: 1.0rem;
}

main.page.solutions .sub_articles li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  main.page.solutions .sub_articles li {
    margin-bottom: 2.0rem;
  }
  main.page.solutions .sub_articles li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  main.page.solutions .sub_articles li {
    margin-bottom: 50px;
  }
}

main.page.solutions .sub_articles h4 {
  font-size: 4vw;
  border-bottom: 1px solid #00327B;
  padding-bottom: 0.1em;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.solutions .sub_articles h4 {
    font-size: 2.2vw;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  main.page.solutions .sub_articles h4 {
    font-size: 24px;
  }
}

main.page.solutions .sub_articles .text {
  margin-bottom: 1.0rem;
}
@media (min-width: 751px) {
  main.page.solutions .sub_articles .text {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  main.page.solutions .sub_articles .text {
    font-size: 14px;
    line-height: 1.8;
  }
}
main.page.about {
  background-image: url("./images/title_about.jpg");
}

main.post.press-release {
  background-image: url("./images/title_press.png");
}

main.post.news {
  background-image: url("./images/title_news.png");
}

main.post #banners {
  width: 86.66667vw;
  margin: 2rem auto 0.5rem;
  line-height: 4;
}

@media (min-width: 751px) {
  main.post #banners {
    width: 86.97917vw;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 1280px) {
  main.post #banners {
    width: 1042px;
    margin-bottom: 20px;
  }
}

main.post p.breadclumb {
  font-size: 6vw;
}

@media (min-width: 751px) {
  main.post p.breadclumb {
    font-size: 3vw;
  }
}

@media (min-width: 1280px) {
  main.post p.breadclumb {
    font-size: 30px;
  }
}

main.post .flex aside {
  order: 2;
}

@media (min-width: 751px) {
  main.post .flex aside {
    order: 1;
  }
}

main.post .flex aside ul li {
  margin-bottom: 0.5rem;
}

main.post .flex .articles {
  order: 1;
}

@media (min-width: 751px) {
  main.post .flex .articles {
    order: 2;
    flex-grow: 2;
    margin-right: 0 !important;
  }
}

main.post .flex .articles ul li {
  margin: 0 0 1.0rem;
  padding: 0 0 1.0rem;
}

@media (min-width: 751px) {
  main.post .flex .articles ul li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

main.post .flex .articles ul li:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}

main.post .flex .articles ul li span.cat {
  display: inline-block;
  border-radius: 1.0em;
  font-weight: bold;
  margin-bottom: 1.0rem;
  text-align: center;
  background: #000000;
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.post .flex .articles ul li span.cat {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.post .flex .articles ul li span.cat {
    font-size: 16px;
  }
}

main.post .flex .articles ul li span.cat a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 2.0em;
}

main.post .flex .articles ul li h3 {
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.post .flex .articles ul li h3 {
    font-size: 2vw;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  main.post .flex .articles ul li h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

main.post .flex .articles ul li span.date {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("./images/ico-date.png");
  background-size: 1.25em;
  padding-left: 2.0em;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  main.post .flex .articles ul li span.date {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  main.post .flex .articles ul li span.date {
    font-size: 16px;
  }
}

main.post .flex .articles .load_more {
  display: block;
  width: 100%;
  text-align: center;
  color: #6C7984;
  border-top: 1px solid #6C7984;
  border-bottom: 1px solid #6C7984;
  padding: 0.5em 0;
  margin: 0 auto 1.0rem;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  main.post .flex .articles .load_more {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.post .flex .articles .load_more {
    font-size: 14px;
  }
}

main.post.single article {
  order: 1;
}

@media (min-width: 751px) {
  main.post.single article {
    order: 2;
    flex-grow: 2;
    margin-right: 0 !important;
  }
}

main.post.single article .meta {
  margin: 0 0 1.0rem;
  padding: 0 0 1.0rem;
}

@media (min-width: 751px) {
  main.post.single article .meta {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

main.post.single article .meta span.cat {
  display: inline-block;
  border-radius: 1.0em;
  font-weight: bold;
  margin-bottom: 1.0rem;
  text-align: center;
  background: #000000;
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.post.single article .meta span.cat {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.post.single article .meta span.cat {
    font-size: 16px;
  }
}

main.post.single article .meta span.cat a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 2.0em;
}

main.post.single article .meta h3 {
  border: none;
  text-align: left;
  font-size: 4vw;
}

@media (min-width: 751px) {
  main.post.single article .meta h3 {
    font-size: 2vw;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  main.post.single article .meta h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

main.post.single article .meta span.date {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("./images/ico-date.png");
  background-size: 1.25em;
  padding-left: 2.0em;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  main.post.single article .meta span.date {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.post.single article .meta span.date {
    font-size: 16px;
  }
}

main.post.single article .cont p {
  margin-bottom: 1.5em;
}

main.post.single article .share {
  text-align: right;
}

main.post.single article .share span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.0rem;
}

main.post.single article .share span:first-of-type {
  width: 100%;
  margin-left: 0;
  font-weight: bold;
}

@media (min-width: 751px) {
  main.post.single article .share span:first-of-type {
    width: auto;
  }
}

main.post.single article .share span a {
  display: block;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  background: #00327B;
}

main.post.single article .share span a i {
  color: #ffffff;
}

main.page.careers {
  background-image: url("./images/title_career.png");
}

main.page.careers .cont table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.careers .cont table {
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.careers .cont table {
    margin-bottom: 50px;
  }
}

main.page.careers .cont table th {
  background: #ECECEC;
  font-weight: normal;
  padding: 1.0em;
  display: block;
}

@media (min-width: 751px) {
  main.page.careers .cont table th {
    display: table-cell;
  }
}

@media (min-width: 1280px) {
  main.page.careers .cont table th {
    width: 220px;
  }
}

main.page.careers .cont table tr:nth-child(1)  {
  font-weight: bold !important;
}
main.page.careers .cont table th:nth-child(1) {
  font-weight: bold !important;
}

main.page.careers .cont table td {
  background: #F7F7F7;
  padding: 1.0em;
  display: block;
}

@media (min-width: 751px) {
  main.page.careers .cont table td {
    display: table-cell;
  }
}

main.page.careers .cont table tr:first-of-type th {
  background: #9DC4E5;
}

main.page.careers .cont table tr:first-of-type td {
  background: #E2ECF5;
}

main.page.contact-for-jobseeker {
  background-image: url("./images/title_jobseeker.png");
}

main.page.contact-for-employers {
  background-image: url("./images/title_employers.png");
}

main.page.business-inquiry {
  background-image: url(./images/title_bis_inquiry.jpg);
}

main.page.terms-of-use {
  background-image: url("./images/title_termofuse.png");
}

main.page.privacy-policy {
  background-image: url("./images/title_policy.png");
}

main.page.why-activ8 {
  background-image: url("./images/title_about.jpg");
}

main.page.why-activ8 #mv {
  padding: 3.0rem 0 3.0rem;
}

main.page.why-activ8 #mv figure img {
  width: 40%;
}

@media (min-width: 751px) {
  main.page.why-activ8 #mv figure img {
    width: 23.04688vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 #mv figure img {
    width: 177px;
  }
}

main.page.why-activ8 article h4 {
  border-top: 1px solid #00327B;
  border-bottom: 1px solid #00327B;
  margin: 0;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article h4 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article h4 {
    font-size: 30px;
    font-weight: bold;
  }
}

main.page.why-activ8 article h3 {
  color: #00327B;
  border: none;
  font-size: 8vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article h3 {
    font-size: 4vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article h3 {
    font-size: 50px;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col {
  background: #ECECEC;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  margin: 0;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .inner {
  margin-bottom: 0;
  padding-bottom: 0;
}

main.page.why-activ8 article.sub_article.Gray_2col + .Gray_2col {
  padding-top: 0;
}

main.page.why-activ8 article.sub_article.Gray_2col h3 {
  text-align: left;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col h3 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col h3 {
    font-size: 30px;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .cont {
  margin-bottom: 1.0rem;
  font-size: 3.73333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col .cont {
    margin-bottom: 0;
    flex-grow: 2;
    font-size: 1.5vw;
    line-height: 1.8;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col .cont {
    font-size: 16px;
    line-height: 1.5;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .case {
  background: #ffffff;
  padding: 1.5rem;
  align-self: flex-start;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case {
    padding: 1.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case {
    padding: 1.5rem;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .case figure {
  display: block;
  max-width: 142px;
  width: 50%;
  margin: 0 auto 1.0rem;
}

main.page.why-activ8 article.sub_article.Gray_2col .case h4 {
  border: none;
  margin-bottom: 1.0rem;
  font-size: 3.73333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case h4 {
    font-size: 1.82292vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case h4 {
    font-size: 14px;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .case div {
  font-size: 1.3vw;
  line-height: 1.8;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case div {
    font-size: 1.3vw;
    line-height: 1.8;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.Gray_2col .case div {
    font-size: 14px;
    line-height: 1.8;
  }
}

main.page.why-activ8 article.sub_article.Gray_2col .case p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

main.page.why-activ8 article.sub_article.White_1col {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  margin: 0;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.White_1col {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.White_1col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main.page.why-activ8 article.sub_article.White_1col .inner {
  margin-bottom: 0;
  padding-bottom: 0;
}

main.page.why-activ8 article.sub_article.White_1col + .White_1col {
  padding-top: 0;
}

main.page.why-activ8 article.sub_article.White_1col h3 {
  text-align: center;
  font-size: 5.33333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.White_1col h3 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.White_1col h3 {
    font-size: 36px;
  }
}

main.page.why-activ8 article.sub_article.White_1col .cont {
  font-size: 3.73333vw;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.White_1col .cont {
    font-size: 1.5vw;
    line-height: 1.8;
  }
}

@media (min-width: 1280px) {
  main.page.why-activ8 article.sub_article.White_1col .cont {
    font-size: 20px;
    line-height: 1.8;
  }
}

main.page.why-activ8 article.sub_article.White_1col .cont ul li:not(:last-of-type) {
  margin-bottom: 1.0rem;
}

@media (min-width: 751px) {
  main.page.why-activ8 article.sub_article.White_1col .cont ul li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

main.page.why-activ8 article.sub_article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

#move-top {
  width: 86.66667%;
  margin: 0 auto;
  padding: 1.0rem 0 3.0rem;
  text-align: right;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 751px) {
  #move-top {
    width: 86.97917%;
  }
}

@media (min-width: 1280px) {
  #move-top {
    width: 1140px;
  }
}

#move-top a img {
  width: 16vw;
}

@media (min-width: 751px) {
  #move-top a img {
    width: 8.59375vw;
  }
}

@media (min-width: 1280px) {
  #move-top a img {
    width: 66px;
  }
}

footer {
  width: 100%;
  background: #00327B;
  padding: 2.0rem 0;
  margin-top: 2.0rem;
}

@media (min-width: 751px) {
  footer {
    padding: 3.0rem 0;
    margin-top: 4.0rem;
  }
}

@media (min-width: 1280px) {
  footer {
    padding: 4.0rem 0;
    margin-top: 100px;
  }
}

footer nav {
  width: 86.66667%;
  margin: 0 auto;
  line-height: 2.5;
}

@media (min-width: 751px) {
  footer nav {
    width: 86.97917%;
  }
}

@media (min-width: 1280px) {
  footer nav {
    width: 1042px;
  }
}

footer nav ul:not(.sub-menu) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 31rem;
}

footer nav ul:not(.sub-menu) > li {
  width: 50%;
}

@media (min-width: 751px) {
  footer nav ul:not(.sub-menu) > li {
    width: 33%;
  }
}

@media (min-width: 1280px) {
  footer nav ul:not(.sub-menu) > li {
    width: 20%;
  }
}

footer nav ul:not(.sub-menu) > li a {
  color: #ffffff;
  font-weight: bold;
}

footer nav ul.sub-menu {
  padding-left: 1.0em;
}

footer nav ul.sub-menu li a {
  font-weight: normal;
}

footer nav ul.sub-menu li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

footer nav li.sns {
  margin-top: 8.8rem;
}

footer nav li.sns ul.sub-menu li {
  display: inline-block;
  margin-right: 0.5rem;
}

footer nav li.sns ul.sub-menu li a {
  display: block;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}

footer nav li.sns ul.sub-menu li a i {
  color: #00327B;
}

footer nav li.sns ul.sub-menu li a::before {
  content: '';
  padding: 0;
}

@media (min-width: 751px) and (max-width: 1279px) {
  footer nav li.sns {
    margin-top: 3.0rem;
  }
}

@media (min-width: 1280px) {
  footer nav #footer-menu {
    height: 14rem;
  }
  footer nav #footer-menu li.sns {
    margin-top: 0;
  }
}

footer address {
  margin-top: 2.0rem;
  text-align: center;
  font-style: normal;
  font-size: 0.8rem;
  color: #ffffff;
}

a.contact-for:link {
  color:#00327B !important;
}

.notice {
    color: #858585;
}

ul.main-menu > .current-menu-ancestor > a,
ul.main-menu > .current-menu-parent > a,
ul.main-menu > .current-menu-item > a,
ul.footer-menu > li ul > .current-category-ancestor > a,
ul.footer-menu > li ul > .current-post-ancestor > a,
ul.footer-menu > li ul > .current-menu-ancestor > a,
ul.footer-menu > li ul > .current-menu-parent > a,
ul.footer-menu > li ul > .current-menu-item > a {
  color: #999999 !important;
}

.slon-title {
  display: table-cell;
  vertical-align: bottom;
}
.slon-en-upper {
  height: 12rem;
}
.slon-en-lower {
  height: 15rem;
}
.slon-ja-upper {
  height: 19rem;
}
.slon-ja-lower {
  height: 9rem;
}

@media (min-width: 751px) {
  .slon-title {
    height: 5.5rem;
    display: table-cell;
    vertical-align: bottom;
  }
  .slon-en-upper {
    height: 15rem;
  }
  .slon-en-lower {
    height: 19rem;
  }
  .slon-ja-upper {
    height: 22rem;
  }
  .slon-ja-lower {
    height: 11rem;
  }
}

@media (min-width: 1280px) {
  .slon-title {
    display: table-cell;
    vertical-align: bottom;
  }
  .slon-en-upper {
    height: 13rem;
  }
  .slon-en-lower {
    height: 16rem;
  }
  .slon-ja-upper {
    height: 19rem;
  }
  .slon-ja-lower {
    height: 10rem;
  }
}

#bis-inquiry {
  margin-bottom: 25px;
}

#bis-inquiry a {
  font-weight: bold;
  color: #007cba;
}

.wpcf7
{
  border: 0;
  padding: 2em 4em;
}

.career-frm > .wpcf7 {
  background-color: #ECECEC;
}

.jobseeker-frm > .wpcf7 {
  background-color: #E2ECF5;
}

.employer-frm > .wpcf7 {
  background-color: #ECECEC;
}

.register-frm > .wpcf7 {
  background-color: #E2ECF5;
}

.bisinq-frm > .wpcf7 {
  background-color: #ECECEC;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  background-color: #ffffff;
}

@media (min-width: 1280px) {
  main.job #mv .inner-wide {
    width: 1042px !important;
  }
}
.archive-title {
    color: #fff;
    background-color: #00327B;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 70%;
    margin-right: 12px;
}

.archive-icon {
  background-repeat: no-repeat;
  background-size: 1.0em;
  background-position: 0 5%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="3 0 30 30"><path fill="%2300327B" d="M20.54 5.23l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5L6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"/></svg>');
}

.wp-caption { max-width: 100%; }

span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 0 !important;
}