@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/**********フォントサイズ***********/
html, body {
  margin: 0;
  padding: 0;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  animation: bodyfade 0.9s ease-in-out forwards;
}

.menu_btn.active span {
  background: #fff;
}

@keyframes bodyfade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  line-height: 2;
}

h1 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

h2 .jp {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.056em;
}
h2 .en {
  font-size: clamp(1.45rem, 70px, 80px);
  letter-spacing: 0.056em;
  line-height: 1;
  display: block;
}

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

.fz51 {
  font-size: 51px;
}

.fz52 {
  font-size: 52px;
}

.fz53 {
  font-size: 53px;
}

.fz54 {
  font-size: 54px;
}

.fz55 {
  font-size: 55px;
}

.fz56 {
  font-size: 56px;
}

.fz57 {
  font-size: 57px;
}

.fz58 {
  font-size: 58px;
}

.fz59 {
  font-size: 59px;
}

.fz60 {
  font-size: 60px;
}

/**********基本設定***********/
body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #3b4043;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.75;
}

body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

header {
  max-width: 2560px;
}
@media screen and (min-width: 2541px) {
  header {
    max-width: 100%;
  }
}

header {
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
header .Inner__wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.5em 2.8125vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  header .Inner__wrap {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header .Inner__wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .Inner__wrap {
    padding-left: 1em;
  }
}
header nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  width: 100%;
  max-width: calc(100% - 300px);
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  header nav {
    max-width: calc(100% - 200px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav {
    max-width: calc(100% - 180px);
  }
}
header nav a.contact, header nav a.company-pamphlet, header nav a.recruit {
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: clamp(15px, 0.8895833333vw, 1vw);
  background-color: #1788ae;
  padding: 1em;
  line-height: 1;
  color: #fff;
  border-radius: 4.46em;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  header nav a.contact, header nav a.company-pamphlet, header nav a.recruit {
    max-width: 130px;
  }
}
@media screen and (min-width: 1921px) {
  header nav a.contact, header nav a.company-pamphlet, header nav a.recruit {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav a.contact, header nav a.company-pamphlet, header nav a.recruit {
    font-size: 12px;
    border-radius: 2.2em;
    max-width: 100px;
  }
}
header nav a::before {
  content: attr(data-desc);
  display: block;
  color: #172b88;
  font-size: 0.5rem !important;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav a::before {
    font-size: 9px !important;
  }
}
header nav a.company-pamphlet {
  background-color: #172b88;
}
header nav a.recruit {
  background-color: #178889;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
header nav ul li a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

header .sub-menu {
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2em;
  width: 170%;
  min-height: 0;
  height: 0;
  z-index: 5;
}
header .sub-menu a {
  color: #202020;
  background-color: #EFF0F5;
  padding: 0.5em;
  display: block;
  width: 100%;
}

header .sub-menu li {
  width: 100%;
  padding: 0;
}

header .sub-menu.active {
  min-height: 180px;
}

header nav ul li {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.logo {
  width: 398px;
  padding: 0.85em 0;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .logo {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 170px;
  }
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

#header.scrolled .logo {
  width: 260px;
}

header nav ul {
  gap: 0.5vw;
}
header nav ul li {
  padding: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav ul {
    gap: 0;
  }
}
header nav ul li a {
  position: relative;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 0.086em;
  color: #111;
  display: flex;
  row-gap: 0.5em;
  flex-direction: column-reverse;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 0.95rem;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header nav ul li a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav ul li a {
    font-size: 0.7rem;
  }
}

header nav ul li a:hover {
  opacity: 0.7;
}

.menu-gloval-navi-container {
  margin-right: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .menu-gloval-navi-container {
    margin-right: 0;
  }
}

.fv__wrapper .news__wrap {
  display: flex;
  max-width: 45%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: flex-end;
}
.fv__wrapper .news__wrap .title {
  font-family: "Anton", sans-serif;
  padding: 0.85em 2em;
  background: #121212;
  display: flex;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.086em;
  justify-content: center;
  align-items: center;
  row-gap: 0.25em;
  line-height: 1;
  text-align: center;
  font-size: 9px;
  color: #fff;
  font-weight: 400;
}
.fv__wrapper .news__wrap .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 103%;
  left: -22px;
  bottom: 0;
  background-color: #121212;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.fv__wrapper .news__wrap .contents {
  background: #fff;
  padding: 0.5em;
  width: 75%;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.fv__wrapper .news__wrap .contents dl {
  margin: 0;
}
.fv__wrapper .news__wrap .contents .flex {
  display: flex;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.fv__wrapper .news__wrap .contents .date {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5em;
  font-style: italic;
}
.fv__wrapper .news__wrap .contents a {
  color: #202020;
  text-decoration: none;
  font-size: 0.9rem;
}
.fv__wrapper .news__wrap .contents a:hover {
  color: #172b88;
}

main section {
  padding: clamp(1em, 4.6vw, 4.7vw);
}
main section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
main section h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.slider img {
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*****************リンク*******************/
a.btn {
  border: 1px solid #fff;
  display: block;
  max-width: 310px;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  background: #172b88;
  text-align: center;
  margin: 5vh auto 0;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.086em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.btn {
    font-size: 1rem;
  }
}
a.btn::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 3px;
  border-radius: 0.8em;
  outline: 1px solid #172b88;
  left: -14px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
a.btn::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 3px;
  border-radius: 0.8em;
  outline: 1px solid #172b88;
  right: -14px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
a.btn span.Inner {
  display: block;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
}
a.btn:hover {
  background: #21059c;
}

#solution .top a.btn:hover {
  opacity: 1;
  background: #21059c;
}

/*******************トップページ要素******************/
h2.en {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  margin: 0 auto 0.25em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.046em;
  font-size: clamp(24px, 5.875vw, 6vw);
  color: #fff;
}
@media screen and (min-width: 1921px) {
  h2.en {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  h2.en {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5em;
  }
}
h2.en .jp {
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

h3.en {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  margin: 0 auto 0.25em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.046em;
  font-size: clamp(20px, 3.875vw, 4vw);
  color: #0b2171;
}
@media screen and (max-width: 767px) {
  h3.en.mt {
    margin-top: 2.5vh !important;
  }
}
@media screen and (min-width: 1921px) {
  h3.en {
    font-size: 74px;
  }
}
@media screen and (max-width: 767px) {
  h3.en {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    font-size: 38px;
    margin-bottom: 0.5em;
  }
}
h3.en .jp {
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #000;
}

h4.bg {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0;
  width: 100%;
  background: linear-gradient(to right, rgb(23, 42, 136) 0%, rgb(0, 145, 218) 99%);
  padding: 0.75em;
  color: #fff;
  font-size: 24px;
}

h4.bg.hover01{
	  transition: 0.4s;
	transform: scale(1);
}
h4.bg.hover01:hover{
	transform: scale(1.1);
}
h4.bg.hover02{
	  transition: 0.4s;
	transform: scale(1);
	right:0;
	position:relative;
}
h4.bg.hover02:hover{
	transform: scale(1.05);
    box-shadow: 0 0 10px 0 white, 0 0 20px 0 white,
     0 0 30px 0 white;
	right:-20px;
}
h4.bg a{
	text-decoration:none;
	color:#fff;
	display:block;
}
h4.bg::before {
  content: "";
  width: 50px;
  height: 100%;
  transform: skew(-30deg);
  position: absolute;
  right: -25px;
  top: 0;
  background: #018ed8;
  background: linear-gradient(to right, rgb(1, 143, 216) 0%, rgb(0, 145, 218) 99%);
  z-index: 1;
}

#solution h4.bg {
  max-width: 90%;
  overflow-y: clip;
}

#solution {
  background: url(../images/solution__bg-bo.webp) no-repeat center top/cover;
  padding-bottom: 15vh;
}
@media screen and (max-width: 767px) {
  #solution {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  #solution.sec p {
    text-align: left !important;
  }
}
#solution .Inner__wrap {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3.5vh 2.8125vw;
}
#solution .Inner__wrap.top {
  background: transparent;
  padding: 0;
}
#solution .Inner__wrap.top h3, #solution .Inner__wrap.top p, #solution .Inner__wrap.top h3.en .jp {
  color: #fff !important;
}
#solution .Inner__wrap.top p.mb {
  margin-bottom: 5vh !important;
}
#so-01,#so-02,#so-03,#so-04,#so-05{
	margin-top:-90px;
	padding-top:90px;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #solution .Inner__wrap {
    max-width: 900px;
  }
}
#solution .Inner__wrap .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vh 2%;
  justify-content: space-between;
}
#solution .Inner__wrap .flex .Hurf {
  width: 49%;
}
#solution .Inner__wrap .flex .third {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #solution .Inner__wrap .flex {
    flex-direction: column;
  }
}
#solution .Inner__wrap .flex .Left {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #solution .Inner__wrap .flex .Left {
    width: 100%;
  }
}
#solution .Inner__wrap .flex .Left p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #solution .Inner__wrap .flex .Left p br {
    display: none;
  }
}
#solution .Inner__wrap .flex .Right {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #solution .Inner__wrap .flex .Right {
    width: 100%;
    margin-bottom: 1em;
  }
}
#solution .Inner__wrap .flex .Right picture {
  display: block;
}
#solution .Inner__wrap .flex .Right picture:first-child {
  margin-bottom: 0.5em;
}
#solution .Inner__wrap .flex + .flex {
  margin-top: 5vh;
}
#solution .Inner__wrap .flex + h3 {
  margin-top: 5vh;
}
#solution .Inner__wrap p {
  text-align: center;
}

/*******************NEWS*******************/
section#news {
  position: relative;
}
section#news h2 {
  color: #172b88;
}
section#news h2 span.jp {
  color: #202020;
}
section#news .Inner__wrap {
  max-width: 1430px;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#news .Inner__wrap {
    max-width: 1200px;
  }
}
section#news .Inner__wrap .cat-name {
  font-size: 0.8rem;
  color: #172b88;
}
section#news .Inner__wrap .flex {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
section#news .Inner__wrap .news__wrap {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 767px) {
  section#news .Inner__wrap .news__wrap {
    flex-direction: column;
  }
}
section#news .Inner__wrap .news__wrap .side {
  width: 15%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#news .Inner__wrap .news__wrap .side {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  section#news .Inner__wrap .news__wrap .side {
    width: 100%;
  }
}
section#news .Inner__wrap .news__wrap .side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#news .Inner__wrap .news__wrap .side ul li {
  margin-bottom: .5em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
}
section#news .Inner__wrap .news__wrap .side ul li a {
  color: #202020;
}
section#news .Inner__wrap .news__wrap .news__contents {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  section#news .Inner__wrap .news__wrap .news__contents {
    width: 100%;
    max-width: 100%;
  }
}
section#news .Inner__wrap .news__wrap ul.news {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
section#news .Inner__wrap .news__wrap ul.news li {
  margin: 0;
  padding: clamp(1em, 1vw, 2.2vw);
  border-bottom: 1px solid #ddd;
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
section#news .Inner__wrap .news__wrap ul.news li .arrow {
  margin-left: auto;
  margin-top: 1.5em;
  transition: all 0.3s;
}
section#news .Inner__wrap .news__wrap ul.news li:hover {
  opacity: 0.65;
}
section#news .Inner__wrap .news__wrap ul.news li:hover .arrow {
  margin-right: -10px;
  margin-bottom: -10px;
}
section#news .Inner__wrap .news__wrap ul.news li:hover picture {
  margin-left: 5px;
}
section#news .Inner__wrap .news__wrap ul.news li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#news .Inner__wrap .news__wrap ul.news li picture {
  display: block;
  width: 17%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#news .Inner__wrap .news__wrap ul.news li picture {
    width: 18%;
  }
}
section#news .Inner__wrap .news__wrap ul.news li picture img {
  border: 1px solid #bcbfc9;
}
section#news .Inner__wrap .news__wrap ul.news li .text {
  width: 77%;
  display: flex;
  flex-direction: column;
  row-gap: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#news .Inner__wrap .news__wrap ul.news li .text {
    width: 80%;
  }
}
section#news .Inner__wrap .news__wrap ul.news li .date {
  color: #202020;
  font-size: 0.8rem;
}
section#news .Inner__wrap .news__wrap ul.news li .icon {
  display: inline-block;
  color: #172b88;
  font-size: 0.9rem;
  text-align: center;
}
section#news .Inner__wrap .news__wrap ul.news li h3 {
  font-size: 1.07rem;
  margin: 0;
  color: #202020;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#news .Inner__wrap .news__wrap ul.news li h3 {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  section#news .Inner__wrap .news__wrap ul.news li h3 {
    font-size: 0.9rem;
  }
}
section#news .Inner__wrap .news__wrap ul.news li h3 a {
  color: #202020;
}

.tab {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.tab-list {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.2em;
}
.tab-list li {
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
}
.tab-list li a{
	text-decoration:none;
}
.tab-menu {
  align-items: center;
  color: #202020;
  cursor: pointer;
  padding: 0.25em 1em 0.25em 25px;
  border-radius: 4.6em;
  line-height: 1.1;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.25rem;
}

.tab-menu.current {
  background-color: #172b88;
  color: #fff;
  position: relative;
}

.tab-menu.current:before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}
li.tab-menu.current a{
	color:#fff !important;
}
.content-box {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 2px;
  margin: 6.7px 0;
  border-radius: 9999px;
  background-color: #000000;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/****************** company *******************/
#wh {
  border-top: 1px solid #172b88;
}
#wh .Inner__wrap {
  max-width: 1130px;
  margin: 0 auto;
}

section#company {
  background: url(../images/company_bg.webp) no-repeat center/cover;
}
section#company .Inner__wrap {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#company .Inner__wrap {
    max-width: 900px;
  }
}
section#company .Inner__wrap picture {
  margin: 5vh auto;
  display: block;
}
section#company .Inner__wrap p.title {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#company .Inner__wrap p.title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#company .Inner__wrap p.title {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  section#company .Inner__wrap p.title {
    font-size: 1.05rem;
  }
  section#company .Inner__wrap p.title br {
    display: none;
  }
  section#company .Inner__wrap p.title br.pc-none {
    display: inline;
  }
}
section#company .Inner__wrap h2 {
  color: #202020;
}
section#company .Inner__wrap h3.en {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0.5em;
  font-size: 2.4rem;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#company .Inner__wrap h3.en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  section#company .Inner__wrap h3.en {
    font-size: 1.25rem;
  }
}
section#company .Inner__wrap h3.jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  color: #000;
  margin: 5vh auto 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#company .Inner__wrap h3.jp {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#company .Inner__wrap h3.jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  section#company .Inner__wrap h3.jp {
    font-size: 1.25rem;
  }
}

.mt__none {
  margin-top: 0 !important;
}

/****************** contact *******************/
section#contact {
  position: relative;
  padding: 10.5vh 2.8125vw;
}
section#contact:before {
  content: "";
  background: url(../images/contact__bg.webp) no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
section#contact .Inner__wrap {
  max-width: 1430px;
  margin: auto;
}
section#contact .Inner__wrap h2 {
  margin-bottom: 0;
}
section#contact .Inner__wrap p {
  font-size: 1.3rem;
  color: #fff;
  margin: 0 auto 1em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  section#contact .Inner__wrap p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#contact .Inner__wrap p {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  section#contact .Inner__wrap p {
    font-size: 0.9rem;
    margin-top: 2em;
  }
}

#contact a.contact {
  background: #1788ae;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  text-decoration: none;
  margin: 0 auto;
  max-width: 600px;
  padding: 1em 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 0 #0b677f;
  border-radius: 2.6rem;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #contact a.contact {
    padding: 1em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact a.contact {
    padding: 0.5em;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #contact a.contact {
    font-size: 1.2rem;
  }
}
#contact a.contact:hover {
  transform: translateY(8px);
  box-shadow: none;
  opacity: 1;
}
#contact a.contact i {
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #contact a.contact i {
    font-size: 25px;
  }
}

/****************footer******************/
footer {
  position: relative;
  padding: 10.5vh 2.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding: 5vh 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5vh 2.8125vw;
  }
}
footer .Logo__wrap {
  max-width: 280px;
  margin: 0 auto 2em;
}
footer #page__top__wrap {
  position: absolute;
  right: 0;
  top: -50px;
  width: 170px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer #page__top__wrap {
    width: 120px;
  }
}
footer #page__top__wrap:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  footer #page__top__wrap {
    width: 100px;
  }
}
footer .Inner__wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .Inner__wrap a.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  position: relative;
  text-decoration: none;
  padding: 1.5em 1em;
  border-radius: 4.6em;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1em auto;
  max-width: clamp(280px, 23.4375vw, 24vw);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .Inner__wrap a.footer__btn {
    max-width: 100%;
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap a.footer__btn {
    max-width: 90%;
    padding: 1em;
  }
}
footer .Inner__wrap a.footer__btn.contact-btn {
  background-color: #1788ae;
}
footer .Inner__wrap a.footer__btn.recruit {
  background-color: #178889;
}
footer .Inner__wrap a.footer__btn.company {
  background-color: #172b88;
}
footer .Inner__wrap a.footer__btn i {
  position: absolute;
  right: 1em;
  font-size: 38px;
  top: 50%;
  font-weight: normal;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .Inner__wrap a.footer__btn i {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap a.footer__btn i {
    font-size: 24px;
  }
}
footer .Inner__wrap .Left {
  width: 50%;
  margin-bottom: 0;
  border-right: 1px solid #bbbbbb;
  padding: 0 2.8125vw 0 0;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Left {
    width: 100%;
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .Inner__wrap .Left p {
    font-size: 0.8rem;
  }
}
footer .Inner__wrap .Right {
  width: 50%;
  padding: 0 0 0 5.625vw;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .Inner__wrap .Right {
    font-size: 0.85rem;
  }
}
footer .Inner__wrap .Right a {
  text-decoration: none;
  color: #202020;
}
footer .Inner__wrap .Right a:hover {
  color: #172b88;
}
footer .Inner__wrap .Right .footer__links {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
footer .Inner__wrap .Right p.small {
  font-size: 0.8rem;
  margin-top: 5vh;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right p.small {
    margin-top: 2.5vh;
	text-align:center;
    margin-bottom: 0;
  }
}
footer .Inner__wrap .Right ul {
  padding: 0;
  list-style: none;
  margin: 0;
  max-width: 47.5%;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (min-width: 768px) {
	footer .Inner__wrap .Right ul{
	width:100%;
	}
}
footer .Inner__wrap .Right ul li {
  margin: 0;
  display: flex;
  row-gap: 0.5em;
  flex-direction: column;
}
footer .Inner__wrap .Right ul li span.en {
  display: block;
  font-size: 1.4rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: bold;
  font-style: italic;
}
footer .Inner__wrap .Right ul li a {
  color: #202020;
  text-decoration: none;
  font-size: 0.9rem;
}
footer .Inner__wrap .Right ul li a:hover {
  color: #172b88;
}
footer .Inner__wrap .Right ul li a.sub {
  font-size: 0.8rem;
  display: flex;
  margin-left: 0.5em;
}
footer .Inner__wrap .Right ul li a.sub:before {
  content: "─";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}

.copyright {
  padding: 1.5em 2.6vw;
  text-align: center;
  font-size: 0.6rem;
  font-family: "Inter", sans-serif !important;
  background: #172b88;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #fff;
}

/************メニュー***************/
.menu_btn {
  position: relative;
  background: none;
  margin: 0 auto 1em;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  transition: all 1s;
  z-index: 101;
  opacity: 1;
}

.menu_btn span {
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 0.5px;
  background: #fff;
  transition: all 0.4s;
  left: 15%;
}

.menu_btn span:nth-of-type(1) {
  top: 0px;
}

.menu_btn span:nth-of-type(2) {
  top: 15px;
}

.menu_btn span:nth-of-type(3) {
  top: 30px;
}

.menu_btn.active span:nth-of-type(3) {
  top: 30px;
}

.menu_btn.active span:nth-of-type(1) {
  animation: anime3-1 0.75s forwards;
  top: 11px;
}

.menu_btn.active span {
  background: #fff;
}

@keyframes anime3-1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu_btn.active span:nth-of-type(2) {
  display: none;
}

.menu_btn.active span:nth-of-type(3) {
  animation: anime3-3 0.75s forwards;
}

@keyframes anime3-3 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.menu_btn.completed span:nth-of-type(1) {
  animation: completed-move-1 0.75s forwards;
}

@keyframes completed-move-1 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  0% {
    transform: translateY(20px) rotate(45deg);
    top: -10px;
  }
}
.menu_btn.completed span:nth-of-type(3) {
  animation: completed-move-3 0.75s forwards;
}

@keyframes completed-move-3 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  0% {
    transform: translateY(-20px) rotate(-45deg);
    bottom: -11px;
  }
}
.menu_btn.active span:nth-of-type(3) {
  bottom: 15px;
}

.overlay {
  position: fixed;
  opacity: 0;
  display: none;
}

html.appear .overlay {
  width: calc(100vw - 60px);
  height: 0;
  opacity: 0;
  animation: drawer 0.75s forwards;
  background: rgba(100, 119, 130, 0.92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  display: block;
  z-index: 5;
}

@keyframes drawer {
  100% {
    height: 100%;
    opacity: 1;
  }
  0% {
    height: 100%;
    opacity: 0;
  }
}
.menu_btn {
  background: #003899;
  border: 2px solid #fff;
  right: 10px;
  top: 1em;
  position: fixed;
}

.menu_btn span {
  width: 30px;
  left: 5px;
}

.top_slide_main img {
  height: 60vh;
}

.menu_btn span:nth-of-type(1) {
  top: 10px;
  left: 5px;
}

.menu_btn span:nth-of-type(2) {
  left: 5px;
  top: 20px;
}

.menu_btn span:nth-of-type(3) {
  top: 30px;
  left: 5px;
}

html.appear .overlay::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 0;
  height: calc(100vh - 45px);
  background: #003899;
  width: 45px;
}

html.appear .overlay {
  width: 100vw;
  z-index: 99;
}

.drawer-nav {
  width: 100%;
}
.drawer-nav li {
  text-align: center;
}

.overlay .menu__wrap .Left {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.overlay .menu__wrap .Left a.contact, .overlay .menu__wrap .Left a.company-pamphlet, .overlay .menu__wrap .Left a.recruit {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
  background-color: #1788ae;
  padding: 1em;
  line-height: 1;
  color: #fff;
  border-radius: 4.46em;
  text-decoration: none;
  margin: 0.25em auto;
  text-align: center;
}
.overlay .menu__wrap .Left a.company-pamphlet {
  background-color: #172b88;
}
.overlay .menu__wrap .Left a.recruit {
  background-color: #178889;
}

.overlay .menu__wrap .Left .Center .tel {
  font-weight: bold;
  color: #003899;
}

.overlay .menu__wrap .Left .Center {
  margin-bottom: 0;
}

.overlay .menu__wrap .Left {
  display: block;
  width: 100%;
  height: 100vh;
}

.overlay .menu__wrap .Left .menu-drawer-nav-container, .overlay .menu__wrap .Left .menu-drawer-nav02-container {
  width: 100%;
}

.overlay .menu__wrap .Left .Center .tel, .overlay .menu__wrap .Left .Center .tel a {
  font-size: 30px !important;
}

.overlay .menu__wrap .Left {
  padding: 5vh 2.6vw;
  background-color: #012a72;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.overlay .menu__wrap .Left .symbol {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.overlay .menu__wrap .Left ul {
  list-style: none;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.overlay .menu__wrap .Left ul li {
  font-size: 1.7rem;
  margin: 0 0;
}
.overlay .menu__wrap .Left ul li a {
  color: #fff;
}

.overlay .menu__wrap .Left ul {
  align-items: center !important;
  padding-left: 0;
}
.overlay .menu__wrap .Left ul li {
  width: 100%;
  max-width: 300px;
}
.overlay .menu__wrap .Left ul li a {
  display: block;
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.overlay .menu__wrap .Left ul ul.sub-menu li {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }
  br.pc-none {
    display: none;
  }
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.wp-pagenavi {
  margin: 1.5em auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px !important;
  background: #122a88;
  color: #fff;
  border: 1px solid #fff;
}
.wp-pagenavi span.current{
	color:#122a88;
	display:inline-block;
	background:#fff !important;
}
.tel {
  margin: 0 auto 0.25em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 3.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 0.5em 2.6vw;
  border-radius: 0.25em;
  max-width: 600px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .tel {
    font-size: 2.2rem;
  }
}
.tel a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.15em;
       column-gap: 0.15em;
  color: #1788ae;
  align-items: center;
}
.tel a::before {
  content: "";
  background: url(../images/contact/free.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 45px;
}
.tel span.Center {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}/*# sourceMappingURL=common.css.map */