@charset "UTF-8";



*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  position: relative;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444444;
}











/* --------------------------------------------------
		layout - header
-------------------------------------------------- */
.header__wrapper {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.header__inner {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: hidden;
  justify-content: space-between;
  align-items: center;
  max-width: 1246px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
}
@media (hover: hover) {
  .header__logo:hover, .header__logo:active {
    opacity: 0.9;
  }
}
@media (hover: none) {
  .header__logo:active {
    opacity: 0.9;
  }
}
.header__logo--img {
  width: 234px;
  height: 60px;
}
.header__nav {
  display: block;
  flex-shrink: 0;
  /*
  &--apply {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-image: linear-gradient(283deg, #FF2C55 0%, #FF728E 100%);
    border-radius: 25px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 100;
    caret-color: transparent;
    &::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #29ACDD;
      border-radius: 25px;
      opacity: 0;
      z-index: -1;
    }
    //pC版マウスオーバー | SP版オンタッチ
    @media (hover: hover) {
      &:hover, &:active {
        background-color: transparent;
        &::after {
          opacity: 1;
        }
      }
    }
    @media (hover: none) {
      &:active {
        background-color: transparent;
        &::after {
          opacity: 1;
        }
      }
    }
  }
  */
}
.header__nav--ul {
  display: flex;
}
.header__nav--li {
  display: flex;
  align-items: center;
}
.header__nav--anchor {
  position: relative;
  margin-right: 25px;
  padding: 10px 18px 10px 10px;
  color: #29ACDD;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.header__nav--anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  margin: auto;
  border: 0;
  border-bottom: solid 2px #29ACDD;
  border-right: solid 2px #29ACDD;
}
.header__nav--anchor:hover, .header__nav--anchor:active {
  color: #005BAB;
}
.header__nav--anchor:hover::after, .header__nav--anchor:active::after {
  border-color: #005BAB;
}
.header__nav--menu {
  position: relative;
  z-index: 151;
  width: 56px;
  height: 50px;
  margin: 15px 15px 0 15px;
  overflow: hidden;
  cursor: pointer;
  caret-color: transparent;
}
.header__nav--menu-border {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 3px;
  background-color: #29ACDD;
  transform-origin: 0% 50%;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.is-active .header__nav--menu-border {
  left: 30%;
  caret-color: rgba(0, 163, 224, 0.95);
}
.is-active .header__nav--menu-border-1 {
  top: 2px;
  transform: translate(4px, 0) rotate(45deg);
  width: 75%;
  background-color: #FFF;
}
.header__nav--menu-border-2 {
  top: 15px;
}
.is-active .header__nav--menu-border-2 {
  opacity: 0;
}
.header__nav--menu-border-3 {
  top: 30px;
}
.is-active .header__nav--menu-border-3 {
  top: 31px;
  transform: translate(4px, 0) rotate(-45deg);
  width: 75%;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .header__inner {
    max-width: none;
    height: 8.6153846154rem;
    padding: 1.9692307692rem 0;
  }
  .header__logo {
    width: 50%;
  }
  .header__logo--img {
    margin-left: 0.6153846154rem;
    width: 81.0256410256%;
    height: 20.5128205128%;
  }
  .header__nav {
    width: 50%;
    min-width: auto;
  }
  .header__nav--ul {
    width: 100%;
  }
  .header__nav--pc {
    display: none;
  }
  .header__nav--liapply {
    width: 65%;
  }
  .header__nav--apply {
    width: 100%;
    height: auto;
    padding: 12px 0 !important;
    font-size: 1.6rem;
  }
  .header__nav--limenu {
    width: 35%;
  }
  .header__nav--menu {
    width: 4.4307692308rem;
    height: 4.4307692308rem;
    margin: 1.6rem 2.2153846154rem 0 0.9846153846rem;
  }
  .header__nav--menu-border {
    width: 3.0769230769rem;
    height: 0.2461538462rem;
  }
  .is-active .header__nav--menu-border-1 {
    top: 0.2461538462rem;
    transform: translate(0.2461538462rem, 0) rotate(45deg);
  }
  .header__nav--menu-border-2 {
    top: 1.2307692308rem;
  }
  .header__nav--menu-border-3 {
    top: 2.4615384615rem;
  }
  .is-active .header__nav--menu-border-3 {
    top: 2.5846153846rem;
    transform: translate(0.2461538462rem, 0) rotate(-45deg);
  }
}
/* --------------------------------------------------
		layout - nav
-------------------------------------------------- */
.l-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  color: #ffffff;
  overflow: hidden;
  background-color: rgba(0, 163, 224, 0.95);
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 101px);
}
.l-nav.is-active {
  width: 320px;
}

.l-nav__inner {
  position: relative;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav__inner::-webkit-scrollbar {
  display: none;
}

.l-nav__body {
  position: relative;
  padding: 40px 0 60px;
  height: 100vh;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: auto 0;
}

.l-nav-close__button {
  position: absolute;
  top: 26px;
  right: 26px;
}
.l-nav-close__button-a {
  position: relative;
  font-size: 0;
  width: 26px;
  height: 26px;
  display: block;
}
.l-nav-close__button-a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.l-nav-close__button-a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

.l-nav-menu__list {
  border-bottom: 1px solid #00baff;
}
.l-nav-menu__list-top {
  display: flex;
  margin-left: 12px;
}
.l-nav-menu__list-top-li {
  width: 35%;
}
.l-nav-menu__list-top-a {
  position: relative;
  display: block;
  padding: 28px 0 13px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.l-nav-menu__list-top-a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.l-nav-menu__list-top-a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.l-nav-menu__list-top-login::before {
  background-image: url(/assets2/img/icon_menu_login.svg);
}
.l-nav-menu__list-top-mypage::before {
  background-image: url(/assets2/img/icon_menu_mypage_regist.svg);
}
.l-nav-menu__list-li {
  border-top: 1px solid #00baff;
}
.l-nav-menu__list-li--sub {
  position: relative;
}
.l-nav-menu__list-li--sub::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 40px;
}
.l-nav-menu__list-li--sub a {
  padding-block: 10px !important;
  padding-left: 60px !important;
}
.l-nav-menu__list-li a {
  position: relative;
  display: block;
  padding: 15px 40px;
  background-image: url(/assets2/img/icon_arrow_r_white.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 14px auto;
  color: #fff;
}
.l-nav-menu__list-li a[target=_blank] {
  background-image: url(/assets2/img/icon_outside_white.svg);
}

.l-nav-lp__list {
  padding: 0 70px;
  margin: 20px 0;
}
.l-nav-lp__list-li + .l-nav-lp__list-li {
  margin-top: 10px;
}
.l-nav-lp__list-banner {
  max-width: 100%;
}

.l-nav-recruit__button a {
  position: relative;
  display: block;
  padding: 15px 40px;
  background-image: url(/assets2/img/icon_outside_white.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 14px auto;
  background-color: #005BAB;
}

@media screen and (min-width: 1263px) {
  .l-nav {
    right: calc((100vw - 1263px) * 0.5);
  }
}
@media screen and (min-width: 768px) {
  .l-nav-menu__list li a,
  .l-nav-recruit__button a {
    color: #fff;
    transition: opacity 0.3s ease;
  }
  .l-nav-menu__list li a:hover,
  .l-nav-recruit__button a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .l-nav.is-active {
    width: 40.32rem;
  }
  .l-nav__inner {
    width: 40.32rem;
  }
  .l-nav__body {
    padding: 11.7340286832% 0 15.6453715776%;
    font-size: 1.625rem;
  }
  .l-nav-close__button {
    right: 2.0026075619rem;
    top: 2.0026075619rem;
  }
  .l-nav-close__button a {
    width: 3.2542372881rem;
    height: 3.2542372881rem;
  }
  .l-nav-close__button a:before, .l-nav-close__button a:after {
    height: 2px;
  }
  .l-nav-menu__list-top {
    justify-content: center;
    margin: 0 4.3807040417rem 0 0;
    gap: 3.1290743155rem;
  }
  .l-nav-menu__list-top-a {
    padding: 3.1290743155rem 0 1.8774445893rem;
  }
  .l-nav-menu__list-top-a::before {
    width: 3.2542372881rem;
    height: 3.2542372881rem;
  }
  .l-nav-menu__list li a {
    padding: 3.9113428944% 7.8226857888%;
    background-position: right 7.8226857888% center;
    background-size: 3.6505867014% auto;
  }
  .l-nav-menu__list-sub {
    padding-left: 12.777053455% !important;
  }
  .l-nav-lp__list {
    padding: 0 11.7340286832%;
    margin: 3.9113428944% 0;
  }
  .l-nav-lp__list li + li {
    margin-top: 2.6075619296%;
  }
  .l-nav-lp__list-link {
    display: flex;
    justify-content: center;
  }
  .l-nav-lp__list-banner {
    width: 88%;
    margin: 0.5006518905rem auto;
  }
  .l-nav-recruit__button a {
    padding: 3.9113428944% 7.8226857888%;
    background-position: right 7.8226857888% center;
    background-size: 3.6505867014% auto;
  }
}



/* ここ使ってる
----------------------------------------------------------*/




/* --------------------------------------------------
		layout - footer
-------------------------------------------------- */
.l-footer .l-cts {
  color: #202020;
  padding: 100px 0 34px;
  letter-spacing: 0;
}

.l-footer-cols {
  display: flex;
  margin: 0 90px 132px;
}

.l-footer__logo {
  width: 248px;
  margin-right: auto;
}

.l-footer__terms {
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 54px;
}
.l-footer__terms li + li {
  margin-top: 15px;
}

.l-footer__bnr {
  width: 303px;
}

.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 7px;
}

@media screen and (max-width: 767px) {
  .l-footer .l-cts {
    padding: 30.7692307692% 0 14.358974359%;
  }
  .l-footer-cols {
    display: block;
    margin: 0 0 17.4358974359%;
  }
  .l-footer__logo {
    width: 71.884057971%;
    margin: 0 auto 10.2564102564%;
  }
  .l-footer__terms {
    text-align: center;
    font-size: 1.625rem;
    margin: 0 auto 20.5128205128%;
  }
  .l-footer__terms li + li {
    margin-top: 4.1025641026%;
  }
  .l-footer__bnr {
    width: 87.8260869565%;
    margin: 0 auto;
  }
  .l-footer__copyright p {
    display: block;
    font-size: 1.25rem;
  }
}


/* --------------------------------------------------
		layout - content
-------------------------------------------------- */
.l-main {
  padding-top: 80px;
}

.l-cts {
  position: relative;
}

.l-cts__inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-cts__inner {
    max-width: 1246px;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 30.7692307692%;
  }
  .l-cts__inner {
    padding: 0 4%;
  }
}






/* --------------------------------------------------
		component
-------------------------------------------------- */
[class*=c-fade] {
  position: relative;
  opacity: 0;
}






/* ここ使ってる
----------------------------------------------------------*/





/* --------------------------------------------------
		component - button
-------------------------------------------------- */
.c-button--a, .c-button--b {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition-property: color, background-color, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.c-button--a::before, .c-button--a::after, .c-button--b::before, .c-button--b::after {
  transition-property: color, background-color, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.c-button--c {
  text-decoration: underline;
}

.c-button--d {
  color: #00A3E0;
  text-decoration: underline;
}

.c-button--e {
  position: relative;
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #00A3E0;
  background-image: url(/assets2/img/icon_arrow_r_white.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 24px center;
  padding: 12px 0;
  border-radius: 40px 40px;
}

.c-button--f {
  position: relative;
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #00A3E0;
  background-image: url(/assets2/img/icon_outside_white.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 24px center;
  padding: 12px 0;
  border-radius: 40px 40px;
}

.c-button--g {
  position: relative;
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #00A3E0;
  background-color: #ffffff;
  background-image: url(/assets2/img/icon_outside_blue.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 24px center;
  padding: 12px 0;
  border-radius: 40px 40px;
}

@media screen and (min-width: 768px) {
  .c-button--a {
    transition: opacity 0.3s ease;
  }
  .c-button--a:hover {
    opacity: 0.8;
  }
  .c-button--b:hover {
    text-decoration: underline;
  }
  .c-button--c:hover, .c-button--d:hover {
    text-decoration: none;
  }
  .c-button--e, .c-button--f, .c-button--g {
    transition: opacity 0.3s ease;
  }
  .c-button--e:hover, .c-button--f:hover, .c-button--g:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-button--e, .c-button--f, .c-button--g {
    font-size: 2rem;
    background-size: 2.9538461538rem 2.9538461538rem;
    background-position: right 3.6923076923rem center;
    padding: 6.1538461538% 0;
    border-radius: 6.1538461538rem 6.1538461538rem;
  }
}








/* --------------------------------------------------
		component - text
-------------------------------------------------- */
/* --------------------------------------------------
		project - company
-------------------------------------------------- */
.p-company .l-cts__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f4f4;
  letter-spacing: 0;
}

.p-company__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #02aadc;
  margin-bottom: 25px;
}
.p-company__title span {
  display: inline-block;
  padding: 0 20px;
  border-left: 2px solid #02aadc;
  border-right: 2px solid #02aadc;
}

.p-company__table {
  width: 932px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  border-collapse: collapse;
  border-bottom: 1px solid #434343;
}
.p-company__table th {
  width: 160px;
  padding: 22px 0 22px 10px;
  color: #02aadc;
  font-weight: 400;
  border-top: 1px solid #434343;
  vertical-align: middle;
}
.p-company__table td {
  padding: 22px 0;
  border-top: 1px solid #434343;
}
.p-company__table .p-company__table__address td span:first-of-type {
  display: block;
  font-weight: 600;
  font-size: 0.9em;
}
.p-company__table .p-company__table__address td div:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-company .l-cts__inner {
    padding-top: 41.0256410256%;
    padding-bottom: 51.2820512821%;
  }
  .p-company__title {
    font-size: 4.75rem;
    margin-bottom: 12.8205128205%;
  }
  .p-company__table {
    width: 100%;
    font-size: 2rem;
  }
  .p-company__table th {
    display: block;
    width: 100%;
    padding: 7.6923076923% 0 0;
  }
  .p-company__table td {
    display: block;
    padding: 0 0 7.6923076923%;
    border-top: none;
  }
}
/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-font--mincho, .u-font--shippori {
  font-family: "Shippori Mincho B1", serif;
}

.u-font--gosic, .u-font--default, .u-font--noto {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.u-font-weight--400 {
  font-weight: 400;
}

.u-font-weight--500 {
  font-weight: 500;
}

.u-font-weight--bold, .u-font-weight--700 {
  font-weight: 700;
}

.u-font-weight--block, .u-font-weight--700 {
  font-weight: 900;
}

.u-font-space--palt {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-color--default {
  color: #444444;
}

.u-color--white {
  color: #ffffff;
}

.u-color--blue {
  color: #00A3E0;
}

.u-color--orange {
  color: #ff8a17;
}

.u-color--black {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .u-ancher {
    scroll-margin-top: 80px;
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-ancher {
    scroll-margin-top: 14.7692307692rem;
  }
  .u-pc {
    display: none;
  }
  .u-text--center-sp {
    text-align: center;
  }
  .u-text--left-sp {
    text-align: left;
  }
  .u-text--right-sp {
    text-align: right;
  }
}




/* ここ使ってる
----------------------------------------------------------*/







/* --------------------------------------------------
		chatbot
-------------------------------------------------- */
#c-chatbot {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99999;
}

#c-chatbot__link {
  display: flex;
  align-items: center;
  background-color: #207fef;
  border-radius: 30px;
  padding-block: 4px;
  padding-inline: 4px 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  transition: all 0.15s ease-out;
}

#c-chatbot__icon {
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

#c-chatbot__glyph {
  width: 22px;
  height: 22px;
  fill: #207fef;
  transition: all 0.15s ease-out;
}

#c-chatbot__text {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #fff;
}

@media (hover: hover) {
  #c-chatbot__link:hover {
    background-color: #0f66cd;
  }
  #c-chatbot__link:hover #c-chatbot__glyph {
    scale: 1.2;
    fill: #0f66cd;
  }
}
@media (hover: none) {
  #c-chatbot__link:active {
    background-color: #0f66cd;
  }
  #c-chatbot__link:active #c-chatbot__glyph {
    scale: 1.2;
    fill: #0f66cd;
  }
}
@media screen and (max-width: 767px) {
  #c-chatbot {
    right: 10px;
  }
  #c-chatbot__icon {
    width: 30px;
    height: 30px;
  }
  #c-chatbot__glyph {
    width: 20px;
    height: 20px;
  }
  #c-chatbot__text {
    font-size: 13px;
  }
}
/* --------------------------------------------------
		temp
-------------------------------------------------- */