@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 768px) {}
header {
  height: 90px;
  /*  position: relative;*/
  width: 100%;
  position: fixed;
  z-index: 9;
}
header.white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    background: #fff;
  }
}
div.head-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0 100px;
}
@media screen and (max-width: 768px) {
div.head-wrap {
z-index: 11;
    background: #fff;
	}
}


.top-head {
  transition: 0.3s ease-in-out;
}
.top-head.top-head-w {
  background: #fff;
}
.head-wrap.pagehead {
  background: #fff;
}
div.head-wrap div.logo {
  width: 236px;
  height: 59px;
  position: absolute;
  top: 18px;
  left: 72px;
}
@media screen and (max-width: 768px) {
  div.head-wrap div.logo {
    width: 158px;
    height: 40px;
    left: 22px;
    top: 10px;
  }
}
div.head-wrap nav ul {
  height: 90px;
  flex-wrap: nowrap;
  width: 478px;
}
@media screen and (max-width: 768px) {
  div.head-wrap nav ul {
    display: none;
  }
}
div.head-wrap nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
div.head-wrap nav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
/*  color: #181818;*/
  display: block;
  transition: 0.3s ease-in-out;
	color: #fff;
}
div.head-wrap.top-head.pagehead nav ul li a {
	color: #181818;
}

div.head-wrap.top-head.top-head-w nav ul li a {
color: #181818;
}


div.head-wrap nav ul li a:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  background: none;
  left: 0;
  transition: 0.3s ease-in-out;
}
div.head-wrap nav ul li a:hover:after {
  background: #005bac;
}
div.header-btn {
  width: 150px;
  height: 90px;
}
div.header-btn a {
  background: #005bac;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 9px 0;
}
div.header-btn span.icon {
  width: 20.38px;
}
div.header-btn span.txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
div.header-btn:hover a {
  background: #181818;
}
/*採用のヘッダー*/
.recruit-head-wrap {
  width: 100%;
  height: 144px;
}
@media screen and (max-width: 768px) {
  .recruit-head-wrap {
    height: 64px;
  }
}
div.entry-btn-head {
  width: 144px;
  height: 144px;
  border-radius: 0px 0px 0px 16px;
  background: #fdd800;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  div.entry-btn-head {
    display: none;
  }
}
div.entry-btn-head a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
div.entry-btn-head a span:first-child {
  display: inline-block;
  position: absolute;
  top: 43px;
  left: 54px;
  margin: auto;
  width: 28px;
  height: 28px;
  transition: 0.3s ease-in-out;
}
div.entry-btn-head a span:nth-child(2) {
  display: inline-block;
  position: absolute;
  bottom: 44px;
  left: 45px;
  margin: auto;
  width: 54px;
  height: 16px;
}
div.entry-btn-head a:hover span:first-child {
  left: 70px;
}
.head-wrap-recruit {
  height: 96px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 0px 191px;
  align-items: center;
}
.head-wrap-recruit div.logo {
  width: 344px;
  height: 50px;
  position: absolute;
  top: 19px;
  left: 56px;
}
.head-wrap-recruit div.logo a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.head-wrap-recruit div.logo img {
  width: 236px;
  height: 44px;
}
.head-wrap-recruit div.logo a span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 22.4px;
  text-align: center;
  color: #002076;
}
@media screen and (max-width: 768px) {
  .head-wrap-recruit {
    height: 64px;
    gap: 0px 191px;
  }
  .head-wrap-recruit div.logo {
    width: 249px;
    top: 16px;
    left: 24px;
  }
  .head-wrap-recruit div.logo img {
    width: 168px;
    height: 32px;
  }
  .head-wrap-recruit div.logo a span {
    font-size: 12px;
    line-height: 1;
  }
}
.recruit-nav {
  width: 340px;
  right: 191px;
  margin-right: 191px;
}
@media screen and (max-width: 768px) {
  .recruit-nav {
    display: none;
  }
}
.recruit-nav a {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 22.4px;
  text-align: center;
  color: #002076;
}
.recruit-nav a:hover {
  color: #19b1f5;
}
/*========= 

スマートフォンのメニューの中

===============*/
@media screen and (max-width: 768px) {
  .sp-menu-banner {
    width: 236px;
    height: 74px;
    margin-bottom: 15px;
    margin-left: 65px;
  }
  .sp-menu-sns {
    margin-left: 65px;
    margin-bottom: 15px;
  }
  .sp-menu-sns li {
    width: 40.64px;
    height: 40.64px;
  }
  .sp-menu-sns li a img {
    width: 1005;
    height: auto;
  }
  .spnav-p {
    margin-bottom: 15px;
  }
  .spnav-p:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background-image: url("../../aoi/image/common/pp.svg");
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
}
/*========= 

スマートフォンボタンのためのCSS 

===============*/
@media screen and (max-width: 890px) {
  .openbtn1 {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    /*  top:10px;*/
    right: 22px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 10px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  display: none;
}
@media screen and (max-width: 890px) {
  #g-nav {
    margin: 0;
  }
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    /*動き*/
    background: #19b1f5;
    visibility: hidden; /*//文書のレイアウトを変更することなく要素を非表示。*/
  }
  #g-nav.corprate {
    background: #000;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
    top: 0;
    z-index: 10;
    visibility: visible; /*//文書のレイアウトを変更することなく要素を表示。*/
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 890px) {
  #g-nav.panelactive {
    right: 0;
    /* top: 100px;*/
  }
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-bottom: 57px;
}
/*リストのレイアウト設定*/
.sp-menu-ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) and (max-width: 890px) {
  .sp-menu-ul {
    flex-wrap: wrap;
  }
  .sp-menu-ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu-ul li {
    width: 100%;
  }
}
/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  /*height: 3px;*/
  height: 2px;
  border-radius: 2px;
  background-color: #005BAC;
  width: 20px;
}
.openbtn1.corprate.top-line span {
  background-color: #005BAC;
}
.openbtn1.corprate.top-line.line-black.active span {
  background-color: #005BAC;
}
.openbtn1 span:nth-of-type(1) {
  top: 10px;
  width: 21px;
}
.openbtn1 span:nth-of-type(2) {
  bottom: 19px;
  width: 21px;
}
.openbtn1 span:nth-of-type(3) {
  bottom: 10px;
  width: 21px;
}
.openbtn1 div {
  position: absolute;
  bottom: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.openbtn1.active div {
  color: #333;
}
.openbtn1.active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(6px) rotate(-45deg);
  background-color: #005BAC;
}
.openbtn1.active span:nth-of-type(3) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(2) {
  top: 23px;
  transform: translateY(-6px) rotate(45deg);
 background-color: #005BAC;
}
.openbtn1.active.corprate span {
background-color: #005BAC;
}
@media screen and (max-width: 768px) {
  #g-nav ul.sns-btn {
    width: 100%;
    position: static;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  #g-nav ul.sns-btn li {
    width: auto;
  }
  #g-nav ul.sns-btn li a {
    display: flex;
    align-items: center;
  }
  #g-nav ul.sns-btn li a img {
    margin-right: 5px;
  }
  #g-nav ul.sns-btn li a:first-child {
    margin-right: 26px;
  }
  #g-nav ul.sns-btn li a p {
    color: #fff;
  }
}
div.sp-menu-ul ul {
  flex-wrap: wrap;
  margin-top: 135px;
  padding-left: 44px;
  margin-left: 0;
}
div.sp-menu-ul ul li {
  width: 282px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
div.sp-menu-ul ul li.havesub {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}
div.sp-menu-ul ul li.sub {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 22px;
}
div.sp-menu-ul ul li.sub.last {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 17px;
}
div.sp-menu-ul ul li.sub span {
  /*padding-left: 14px;*/
}
div.sp-menu-ul ul li.sub span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #005BAC;
  margin-right: 5px;
  vertical-align: middle;
}
div.sp-menu-ul ul li a {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 22.4px;
  text-align: left;
  color: #fff;
}



div.sp-menu-ul ul li ul{
	padding-top: 15px;
	margin-top: 0;
	padding-left: 22px;
}

div.sp-menu-ul ul li ul li{
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
div.sp-menu-ul ul li ul li:last-child{
	margin-bottom: 0;
}


div.sp-menu-ul ul li ul li a:before{
	content: "";
	display: inline-block;
	background:  #005bac;
	width: 8px;
	height: 1px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}



.footersns.spnav {
  padding-left: 65px;
  margin-top: 34px;
  margin-bottom: 30px;
}
.spmenu-logo {
  margin-left: 65px;
  width: 232.95px;
  height: 66.1px;
  margin-bottom: 20px;
}
p.spnav-p {
  margin-left: 65px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 23px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
div.spnav-p {
  margin-left: 65px;
}
.spnav-p a {
  color: #fff;
}
span.spnav-span {
  font-size: 11px;
}
.spnav-pp a {
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  color: #fff;
}
.nav-copy {
  margin-left: 65px;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  color: #fff;
}



div.spmenu-logo-box{
	height: 60px;
	background: #fff;
	padding: 10px 0 0 22px;
}
.spmenu-logo-box .logo{
	width: 158px;
height: 40px;
}




/*タブレット用css*/
@media screen and (min-width: 769px) and (max-width: 890px) {
  #g-nav {
    top: 0;
  }
  .spmenu-container {
    box-sizing: border-box;
    overflow: scroll;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 890px) {
  .openbtn1 {
    display: none;
  }
}