@charset "UTF-8";
html{
	font-feature-settings: "palt";
}
main {
  width: 100%;
  overflow: hidden;
}
/*********************************

デバイス

**********************************/
@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .tab-spnone {
    display: none !important;
  }
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.flex {
  display: flex;
  justify-content: space-between;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.container-2 {
  width: 906px;
  margin: 0 auto;
}
.container-wide {
  width: 1108px;
  margin: 0 auto;
}
/*上下左右中央*/
.ab-center01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*上下中央*/
.ab-center02 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.ab-center02-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*左右中央*/
.ab-center03 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ab-center-trans {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.en {
  font-family: "Poppins", sans-serif;
}
.ja {
  font-family: "Noto Sans JP", sans-serif;
}
.white-bg {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container {
    width: 82.5vw;
    width: 100%;
  }
  .container-2 {
    width: 100%;
    margin: 0 auto;
  }
}
.relative {
  position: relative;
}
/*ボタン*/
div.btn01 {
  width: 167px;
  height: 50px;
  margin: 0;
  border-radius: 100vh;
}
div.btn01.white {
  background-image: url("../../aoi/image/common/btn-circle.svg");
}
div.btn01.blue {
  background-image: url("../../aoi/image/common/btn-circle-b.svg");
}
div.btn01.worksbtn {
  margin: 0 auto;
}
div.btn01 a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100vh;
}
div.btn01.blue a {
  color: #005bac;
}
div.btn01 a:after {
  display: inline-block;
  content: "";
  width: 13.73px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  transition: 0.3s ease-in-out;
}
div.btn01 a:hover:after {
  right: 10px;
}
div.btn01.white a:after {
  background-image: url("../../aoi/image/common/yajirushi-w.svg");
}
div.btn01.white a:hover:after {
  background-image: url("../../aoi/image/common/yajirushi-black.svg");
}
div.btn01.blue a:after {
  background-image: url("../../aoi/image/common/yajirushi-b.svg");
}
div.btn01.blue a:hover:after {
  background-image: url("../../aoi/image/common/yajirushi-w.svg");
}
div.btn01 a span {
  position: absolute;
  left: 27px;
}
div.btn01.white a:hover {
  background: #fff;
  color: #000;
}
div.btn01.blue a:hover {
  background: #005bac;
  color: #fff;
}
div.btn01 a:after {}
div.btn01 a:hover:after {}
div.btn-news {
  width: 167px;
  height: 50px;
  margin: 0 auto;
}
div.btn01.newslist-btn {
  margin: 60px auto 0;
}
div.btn01.white.OurStrengthbtn {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
div.btn01.white.OurStrengthbtn {
  margin: 20px auto 0;
}
}
/*固定ページのボタン*/
div.page-btn {
  width: 360px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  div.page-btn {
    width: 260px;
    height: 50px;
  }
}
div.page-btn.m-center {
  margin: 0 auto;
}
div.page-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100vh;
  background-color: #005bac;
}
div.page-btn a:hover {
  background-color: #181818;
}
div.page-btn a:after {
  content: "";
  display: inline-block;
  width: 17.53px;
  height: 14.08px;
  background-image: url("../../aoi/image/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  position: absolute;
}
div.page-btn a span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.706;
}

@media screen and (max-width: 768px) {
div.page-btn a:after {
  content: "";
  display: inline-block;
  width: 12.99px;
  height: 16.17px;
  background-image: url("../../aoi/image/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
	top: 20px;
  right: 20px;
  position: absolute;
}
div.page-btn a span {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 26px;
}	
}
/*アンカーリンク*/
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 88px;
  margin-top: -88px;
}
/*背景色など*/
.black-main-color {
  background: #181818;
}
.blue-main-color {
  background: #005bac;
}
.blue-sub-color {
  background: #004cb3;
}
.gray-back {
  background: #f5f6f7;
}
/*ページ内リンクズレ*/
.totop {
  width: 58px;
  height: 58px;
}
/*見出し*/
h2.standerd div {
  display: inline-block;
}
h2.standerd span.ja {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
}
h2.standerd span.en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #181818;
}
h2.standerd.white span.en {
  color: #fff;
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  height: 100%;
  display: inline-block;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  height: 100%;
  display: inline-block;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
  display: inline-block;
}
.white .bgLRextend::before {
  background-color: #fff;
}
.allback .bgLRextend::before {
  animation-name: bgLRextendAnime-2;
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime-2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes bgLRextendAnime-3 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgLRextendTrigger, .bgLRextendTrigger2 {
  opacity: 0;
}
/*パンくず*/
.pankuzu.flex {
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pankuzu.flex {
    justify-content: flex-end;
    width: 88.3vw;
    margin: 10px auto 30px;
    flex-wrap: wrap;
  }
	.pankuzu.flex.mgb-50{
		margin: 10px auto 50px;
	}
  .pankuzu.flex li {
    line-height: 1;
  }
}
.pankuzu.flex li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #777;
}
.pankuzu.flex li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #999;
  vertical-align: middle;
  margin: 0 6px;
  margin-top: -3px;
}
.pankuzu.flex li:last-child a {
  color: #181818;
}
.pankuzu.flex li:last-child a:after {
  display: none;
}
/*お知らせ*/
.news-wrap {
  padding-top: 104px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news-wrap {
    padding-top: 0;
    padding-bottom: 60px;
    background: #fff;
  }
}
.news-list-container {
  padding: 120px 107px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news-list-container {
    padding: 40px 0 0;
    background: #fff;
  }
}
ul.news-list li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 33px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .news-list-container ul.news-list {
    width: 88.3vw;
    margin: 0 auto;
  }
  ul.news-list li {
    padding-bottom: 44px;
    margin-bottom: 23px;
  }
}
ul.news-list li:last-child {
  margin-bottom: 0;
}
ul.news-list li a {
  justify-content: flex-start;
  gap: 0 50px;
  align-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
ul.news-list li a span.date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #707070;
  display: inline-block;
  width: 72px;
}
ul.news-list li a span.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  text-align: left;
  color: #181818;
  padding-right: 48px;
}
ul.news-list li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background-image: url("../../aoi/image/common/arrow.svg");
  position: absolute;
  right: 17px;
  top: 0;
  background-size: contain;
  transition: 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  ul.news-list li a:after {
    width: 14px;
    height: 17px;
    right: 0;
    top: auto;
    bottom: -27px;
  }
  ul.news-list li a span.title {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #181818;
  }
}
ul.news-list li a:hover:after {
  right: 8px;
}
.news-container {
  padding: 120px 83px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news-container {
    padding: 40px 5.85vw;
  }
}
.news-container h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.36;
  text-align: left;
  color: #181818;
  margin-bottom: 10px;
}
div.news-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #707070;
  margin-bottom: 40px;
}
.news-container p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  color: #181818;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news-container h2 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 28px;
    text-align: left;
    color: #181818;
    margin-bottom: 10px;
  }
  div.news-date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #707070;
    margin-bottom: 40px;
  }
  .news-container p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
    color: #181818;
    margin-bottom: 50px;
  }
}
/*************************************
	
ページャー

************************************/
div.pagenavi {
  width: 100%;
  margin: 58px auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  div.pagenavi {
    width: 82.7vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  div.pagenavi {
    width: 100%;
    flex-wrap: wrap;
  }
}
.pagination {
  clear: both;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  /*float: left;*/
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination span, .pagination a {
    font-size: 1.4rem;
    padding: 4vw;
  }
}
.pagination span.page-of {
  background: none;
  color: #fff;
}
.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #a33333;
  /* 現在のページの背景色 */
}
@media (max-width: 768px) {
  .pagination .current {
    padding: 4vw;
  }
}
.page-numbers {
  display: flex;
  text-align: center;
  vertical-align: middle;
  gap: 7px;
}


@media (max-width: 768px) {
  .page-numbers {
    font-size: 15px;
    width: 100%;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
  }
}
.page-numbers li {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.page-numbers li span.current {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers li a {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  justify-content: center;
  width: 28px;
  height: 29px;
  background: #f5f6f7;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #181818;
}
.page-numbers li a:hover {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A4184;
  background: #fff;
}
.page-numbers .current {
  width: 28px;
  height: 29px;
  background: #005bac;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.page-numbers li a.next, .page-numbers li a.prev {
  position: relative;
  background: none;
  font-family: "Barlow Condensed", sans-serif;
}
.page-numbers li a.next:hover, .page-numbers li a.prev:hover {
  background: #fff;
}
.page-numbers li a.next img, .page-numbers li a.prev img {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-numbers.dots {
  color: #fff;
}
@media screen and (max-width:768px) {
  .page-numbers li {
    width: 28px;
    height: 29px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .page-numbers li span.current {
    width: 28px;
    height: 29px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .page-numbers li a {
    width: 28px;
    height: 29px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}
.pagenavi.workspagenavi a.page-numbers:hover{
	background: #005bac;
    color: #fff;
	
}


.pagenavi.workspagenavi a.next.page-numbers:hover{
	background:none;
}


.pagenavi.workspagenavi a.prev.page-numbers:hover{
	background:none;
}











