@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
#pc-sns {
  top: 50%;
}

.btn-line {
  top: 70%;
}

#navigation {
  position: relative;
}
#navigation ul li {
  width: auto;
  display: inline-block;
}
#navigation ul li a {
  padding: 0 15px 0 10px;
}
#navigation ul li a:hover {
  opacity: 1;
}
#navigation #slide-line {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #008AD9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #navigation #slide-line {
    display: none;
  }
}

.g-header {
  width: 100%;
  position: relative;
  z-index: 9;
  margin: 32px 0;
  background: #061a40;
}
@media (max-width: 767px) {
  .g-header {
    position: static;
    margin: 0 auto;
    background: #fff;
  }
}
.g-header-inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .g-header-inner {
    width: 100%;
    padding: 0;
  }
}
.g-header .g-header__top {
  padding: 0;
  position: static;
}
@media (min-width: 768px) {
  .g-header .g-header__top {
    display: none;
  }
}
.g-header .logo-area {
  position: absolute;
  background-color: #fff;
  display: block;
  padding: 40px 30px 30px;
  top: -32px;
  left: 0;
  z-index: 10;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .g-header .logo-area {
    position: static;
    padding: 10px;
  }
}
.g-header .logo-area .logo {
  width: 135px;
}
@media (max-width: 767px) {
  .g-header .logo-area .logo {
    width: 74px;
  }
}
.g-header .g-header__menu {
  width: 75%;
  margin-left: auto;
}
.g-header .g-header__menu li a {
  font-size: 1.5rem;
}
.g-header .inner {
  padding: 0 !important;
}

.page-template-page-howto .g-header__menu li:nth-child(3) a, .single-post .g-header__menu li:nth-child(3) a {
  color: #fff;
}

.page-template-page-howto .g-header__menu li:nth-child(3):after, .single-post .g-header__menu li:nth-child(3):after {
  content: none;
}

.line {
  margin-bottom: 150px;
  text-align: center;
}
.line h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  width: 360px;
  margin: 0 auto 94px;
  position: relative;
}
.line h2:before, .line h2:after {
  content: "";
  height: 1px;
  width: 250px;
  background: #0C1A3E;
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
@media (769px <= width <= 1060px) {
  .line h2:before, .line h2:after {
    display: none;
  }
}
.line h2:before {
  top: 6px;
  left: -260px;
}
.line h2:after {
  top: 6px;
  right: -260px;
}
@media (max-width: 767px) {
  .line h2 {
    display: inline-block;
    padding: 0 45px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .line h2:before, .line h2:after {
    content: "";
    width: 30px;
  }
}
@media (max-width: 767px) {
  .line h2:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .line h2:after {
    right: 0;
  }
}
.line-inner {
  padding: 94px 0;
}
@media (max-width: 767px) {
  .line-inner {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1601px) {
  .line-inner {
    width: 1601px;
    margin: 0 auto;
  }
}
.line-content {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-column-gap: 2%;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1060px) {
  .line-content {
    grid-template-rows: repeat(3, 130px);
    grid-template-columns: none;
    grid-row-gap: 4%;
    place-items: center;
    margin-bottom: 90px;
  }
}
.line-content_unit {
  background-color: #EFFAEF;
  border-radius: 50%;
  display: grid;
  grid-template-rows: 140px 5em;
  grid-row-gap: 4px;
  height: 280px;
  width: 280px;
  align-content: center;
  justify-items: center;
}
@media (max-width: 1060px) {
  .line-content_unit {
    height: 100%;
    width: 90vw;
    grid-row-gap: 0;
    border-radius: 0;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr;
    align-items: center;
  }
}
.line-content_unit img {
  height: 100%;
}
@media (max-width: 1060px) {
  .line-content_unit img {
    height: 120px;
  }
}
.line-content_unit p {
  text-align: center;
}
.line-btn {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 80px;
  position: relative;
  background-color: #00B900;
  border-radius: 15px;
  padding: 23px 84px 23px 106px;
  display: block;
}
@media (max-width: 767px) {
  .line-btn {
    padding: 23px 54px 23px 86px;
    margin-bottom: 60px;
  }
}
.line-btn:before, .line-btn:after {
  content: "";
  width: 15px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 74px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .line-btn:before, .line-btn:after {
    left: 54px;
  }
}
.line-btn:before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.line-btn:after {
  bottom: calc(50% - 7px);
  transform: rotate(-45deg);
}
.line-btn:hover {
  opacity: 0.8;
}
.line-btn:hover:before, .line-btn:hover:after {
  left: 78px;
}
@media (max-width: 767px) {
  .line-btn:hover:before, .line-btn:hover:after {
    left: 58px;
  }
}
.line-btn img {
  width: 184px;
  height: 23px;
}
.line .link {
  display: inline-block;
  color: #061A40;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .line .link:hover {
    opacity: 0.7;
  }
  .line .link:hover:before {
    transform: translate(-18px, 6px);
  }
}
.line .link:before {
  content: "";
  background-image: url("../img/home/bg_arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  transform: translate(-20px, 6px);
  transition: 0.5s;
}

.feature .line {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .feature .line {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .howto-index .inner {
    padding-bottom: 50px;
  }
}

.case .inner {
  padding-bottom: 50px;
}

.qa {
  padding-bottom: 50px;
}

.g-footer__menu li {
  padding: 16px 40px !important;
}

@media (max-width: 991px) {
  .home .inner {
    width: 100%;
  }
}
.home .mv {
  background-image: url("../img/home/bg_mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: relative;
  margin-top: -130px;
  padding: 180px 0 50px;
  box-sizing: content-box;
}
.home .mv-ttl {
  position: static;
}
.home .mv-ttl h1 {
  display: inline-block;
  width: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 4.2rem;
  color: #061a40;
  line-height: 1.6em;
  background: none;
  margin-top: 20px;
}
.home .mv-ttl p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  margin-top: 10px;
}
.home .mv-ttl th, .home .mv-ttl td {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.05em;
  color: #000;
  font-weight: normal;
  text-align: left;
}
.home .mv-award {
  margin-top: 20px;
}
.home .mv-table {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home .mv-table.pc {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45em;
    color: #000;
    font-weight: normal;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home .mv-table.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .home .mv-table.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .mv-table.sp {
    display: block;
  }
}
.home .mv-bnr {
  display: grid;
  grid-template-rows: repeat(2, 120px);
  width: 100%;
  grid-row-gap: 17px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home .mv-bnr {
    transition: 0.2s;
  }
  .home .mv-bnr:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .home .mv-bnr {
    display: block;
  }
}
@media (min-width: 768px) {
  .home .mv-bnr.pc {
    width: 37.5%;
  }
}
@media (min-width: 768px) {
  .home .mv-bnr.pc {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .home .mv-bnr.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .home .mv-bnr.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .mv-bnr.sp {
    display: block;
    width: 96%;
    margin: 2% auto;
  }
}
.home .mv-logo {
  position: absolute;
  bottom: 4%;
  right: 0;
}
@media (min-width: 768px) {
  .home .mv-logo {
    width: 20%;
  }
}
.home .mv-logo a {
  display: block;
}
.home .mv-add_text {
  text-align: center;
  width: fit-content;
  color: #000000;
  position: relative;
  margin-bottom: 46px;
  left: 15px;
}
@media (max-width: 767px) {
  .home .mv-add_text {
    margin-bottom: 36px;
    left: 0;
  }
}
.home .mv-add_text::after {
  content: "";
  background-image: url("../img/home/icon_mv@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50% 100%;
}
@media (max-width: 767px) {
  .home .mv-add_text::after {
    bottom: -9px;
  }
}
.home .mv-add_text.sp-mv_text {
  margin-inline: auto;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6;
}
.home .mv .updown {
  animation-name: updown;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .home .sp-mv-bottom {
    width: 100%;
    margin: 0 auto;
  }
  .home .sp-mv-bottom img {
    width: 100%;
  }
}
.home .reason {
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .home .reason {
    padding: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  .home .reason h2 {
    display: inline-block;
    padding: 0 45px;
  }
}
.home .reason h2:before, .home .reason h2:after {
  background: #0C1A3E;
}
@media (max-width: 767px) {
  .home .reason h2:before, .home .reason h2:after {
    content: "";
    width: 30px;
  }
}
@media (max-width: 767px) {
  .home .reason h2:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .home .reason h2:after {
    right: 0;
  }
}
.home .reason-lead {
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.home .reason-lead::before {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-image: url("../img/home/bg_reason_01@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .home .reason-lead::before {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 10%;
    z-index: -1;
  }
}
.home .reason-lead::after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-image: url("../img/home/bg_reason_02@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .home .reason-lead::after {
    width: 60px;
    height: 60px;
    top: auto;
    bottom: -25%;
    right: -10%;
    z-index: -1;
  }
}
.home .reason-lead p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #008AD9;
}
@media (max-width: 767px) {
  .home .reason-lead p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.home .reason-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 60px;
}
.home .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .home .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .reason-list .unit {
  width: 49%;
  box-sizing: border-box;
  border-right: dashed 1px #707070;
  border-bottom: dashed 1px #707070;
  padding: 12px 30px 30px 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home .reason-list .unit {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home .reason-list .unit:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .reason-list .unit:last-of-type {
    margin-bottom: 0;
  }
}
.home .reason-list .unit-wrap {
  padding-left: 40%;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 114px;
}
@media (max-width: 767px) {
  .home .reason-list .unit-wrap {
    background-size: 94px;
    background-position: 0% 50% !important;
  }
}
.home .reason-list .unit-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.05em;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home .reason-list .unit-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.home .reason-list .unit-title-sub {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .home .reason-list .unit-title-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.home .reason-list .unit-txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .home .reason-list .unit-txt {
    line-height: 1.6;
  }
}
.home .reason-list .unit-01 .unit-wrap {
  background-image: url("../img/home/icon_reason_05@2x.png");
  background-position: 6% 40%;
}
.home .reason-list .unit-02 .unit-wrap {
  background-image: url("../img/home/icon_reason_06@2x.png");
  background-position: 6% 80%;
}
.home .reason-list .unit-03 .unit-wrap {
  background-image: url("../img/home/icon_reason_07@2x.png");
  background-position: 6% 40%;
}
.home .reason-list .unit-04 .unit-wrap {
  background-image: url("../img/home/icon_reason_08@2x.jpg");
  background-position: 6% 80%;
}
.home .reason .link {
  display: inline-block;
  color: #061A40;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .home .reason .link:hover {
    opacity: 0.7;
  }
  .home .reason .link:hover:before {
    transform: translate(-18px, 6px);
  }
}
.home .reason .link:before {
  content: "";
  background-image: url("../img/home/bg_arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  transform: translate(-20px, 6px);
  transition: 0.5s;
}
.home .parenting {
  background-color: #F0F7F9;
  text-align: center;
  margin-bottom: 100px;
}
.home .parenting h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  width: 360px;
  margin: 0 auto 94px;
  position: relative;
}
.home .parenting h2:before, .home .parenting h2:after {
  content: "";
  height: 1px;
  width: 250px;
  background: #0C1A3E;
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
.home .parenting h2:before {
  top: 6px;
  left: -260px;
}
.home .parenting h2:after {
  top: 6px;
  right: -260px;
}
.home .parenting h2 span {
  display: block;
  color: #008ad9;
}
@media (max-width: 767px) {
  .home .parenting h2 {
    display: inline-block;
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .home .parenting h2:before, .home .parenting h2:after {
    content: "";
    width: 30px;
  }
}
@media (max-width: 767px) {
  .home .parenting h2:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .home .parenting h2:after {
    right: 0;
  }
}
.home .parenting .inner {
  padding-block: 94px;
}
@media (max-width: 767px) {
  .home .parenting .inner {
    padding-top: 60px !important;
  }
}
.home .parenting .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .home .parenting .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.home .parenting .block .img {
  width: 50%;
}
@media (max-width: 767px) {
  .home .parenting .block .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.home .parenting .block .img img {
  width: 100%;
}
.home .parenting .block .txt {
  width: 45%;
}
@media (max-width: 767px) {
  .home .parenting .block .txt {
    width: 100%;
  }
}
.home .parenting .block .txt-left {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .home .parenting .block .txt-left {
    margin-left: 0;
  }
}
.home .parenting .block .txt .title p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .home .parenting .block .txt .title p {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    padding: 0 1%;
    margin-bottom: 30px;
  }
}
.home .parenting .block .txt .merit {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 189px;
  height: 148px;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home .parenting .block .txt .merit {
    width: 160px;
    height: 125px;
    margin: 0 auto 30px;
  }
}
.home .parenting .block .txt .merit p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -45%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #061A40;
}
@media (max-width: 767px) {
  .home .parenting .block .txt .merit p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.home .parenting .block .txt .merit-1 {
  background-image: url("../img/home/bg_parenting_1@2x.png");
}
.home .parenting .block .txt .merit-2 {
  background-image: url("../img/home/bg_parenting_2@2x.png");
}
.home .parenting .block .txt .merit-3 {
  background-image: url("../img/home/bg_parenting_3@2x.png");
}
.home .parenting .block .txt .title {
  text-align: left;
  color: #008AD9;
}
.home .parenting .link {
  display: inline-block;
  color: #061A40;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .home .parenting .link:hover {
    opacity: 0.7;
  }
  .home .parenting .link:hover:before {
    transform: translate(-18px, 6px);
  }
}
.home .parenting .link:before {
  content: "";
  background-image: url("../img/home/bg_arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  transform: translate(-20px, 6px);
  transition: 0.5s;
}
.home .recruitment {
  text-align: center;
  background: none;
}
@media (max-width: 767px) {
  .home .recruitment h2 {
    left: 18px;
  }
}
.home .recruitment-txt {
  margin: 50px auto 70px;
  text-align: left;
}
@media (max-width: 767px) {
  .home .recruitment-txt {
    margin: 20px auto 30px;
  }
}
@media (max-width: 767px) {
  .home .recruitment {
    padding-bottom: 20px;
  }
}
.home .recruitment-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px !important;
  -webkit-mask-image: -webkit-linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: -o-linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
@media (max-width: 767px) {
  .home .recruitment-list {
    margin: 0 calc(50% - 50vw) 40px !important;
  }
}
.home .recruitment .link {
  display: inline-block;
  color: #061A40;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .home .recruitment .link:hover {
    opacity: 0.7;
  }
  .home .recruitment .link:hover:before {
    transform: translate(-18px, 6px);
  }
}
.home .recruitment .link:before {
  content: "";
  background-image: url("../img/home/bg_arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  transform: translate(-20px, 6px);
  transition: 0.5s;
}
.home .recruitment .slick {
  text-align: left;
}
.home .recruitment .slick .unit_wrap {
  padding: 10px;
}
.home .recruitment .slick .unit_link {
  display: block;
  padding: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_link {
    padding: 15px;
  }
}
.home .recruitment .slick .unit_img {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_img {
    margin-bottom: 10px;
  }
}
.home .recruitment .slick .unit_title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.home .recruitment .slick .unit_salary {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_salary {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .recruitment .slick .unit_salary .sub {
  color: #008AD9;
}
.home .recruitment .slick .unit_interview {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_interview {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .recruitment .slick .unit_interview .sub {
  color: #008AD9;
}
.home .recruitment .slick .unit_place {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_place {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .recruitment .slick .unit_place .sub {
  color: #008AD9;
}
.home .recruitment .slick .unit_occupation {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_occupation {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .recruitment .slick .unit_occupation .sub {
  color: #008AD9;
}
.home .recruitment .slick .unit_work {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .home .recruitment .slick .unit_work {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .recruitment .slick .unit_work .sub {
  color: #008AD9;
}
.home .recruitment .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .home .recruitment .slick-slide {
    margin: 0;
  }
}
.home .recruitment .slick-slide img {
  width: 100%;
  height: auto;
}
.home .recruitment .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 10;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  background: none;
}
@media (max-width: 767px) {
  .home .recruitment .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.home .recruitment .slick-prev {
  left: 12.5%;
  border-radius: 100%;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .home .recruitment .slick-prev:hover {
    background: rgba(6, 26, 64, 0.1);
  }
}
.home .recruitment .slick-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url("../img/home/icon_slider_prev@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .home .recruitment .slick-prev::before {
    width: 36px;
    height: 36px;
  }
}
.home .recruitment .slick-next {
  right: 12.5%;
  border-radius: 100%;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .home .recruitment .slick-next:hover {
    background: rgba(6, 26, 64, 0.1);
  }
}
.home .recruitment .slick-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url("../img/home/icon_slider_next@2x.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .home .recruitment .slick-next::before {
    width: 36px;
    height: 36px;
  }
}
.home .workstyle {
  padding: 75px 0 60px;
}
.home .workstyle h2 {
  background: #061a40;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 70px;
  width: 210px;
  text-align: center;
  border-left: 4px solid #008ad9;
  position: absolute;
  top: -100px;
}
.home .workstyle-txt {
  margin: 50px auto 70px;
  text-align: left;
}
.home .workstyle-table {
  height: 550px;
}
.home .workstyle-table table {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  display: grid;
  grid-row-gap: 2%;
}
.home .workstyle-table table thead tr {
  display: grid;
  grid-template-columns: 180px 400px 400px;
  grid-column-gap: 1%;
}
@media (max-width: 767px) {
  .home .workstyle-table table thead tr {
    grid-template-columns: 140px 280px 280px;
  }
}
.home .workstyle-table table thead tr th:not(.null) {
  background-color: #008AD9;
  color: #fff;
  padding: 1em;
}
.home .workstyle-table table tbody {
  display: grid;
  grid-row-gap: 1px;
}
.home .workstyle-table table tbody tr {
  display: grid;
  grid-template-columns: 180px 400px 400px;
  grid-column-gap: 1%;
}
@media (max-width: 767px) {
  .home .workstyle-table table tbody tr {
    grid-template-columns: 140px 280px 280px;
  }
}
.home .workstyle-table table tbody tr th {
  background-color: #008AD9;
  color: #fff;
  text-align: left;
  padding: 1em;
}
.home .workstyle-table table tbody tr:nth-child(odd) td {
  background-color: #F0F7F9;
}
.home .workstyle-table table tbody tr td {
  padding: 1em;
  border-bottom: 0.5px solid #707070;
}
.home .workstyle-table-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.home .column {
  text-align: center;
}
.home .column h2 {
  background: #061a40;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 70px;
  width: 230px;
  text-align: center;
  border-left: 4px solid #008ad9;
  position: absolute;
  top: -100px;
}
@media (max-width: 767px) {
  .home .column h2 {
    width: auto;
    left: 18px;
  }
}
.home .column-list {
  text-align: left;
}
.home .column-list ul {
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .home .column-list ul {
    margin: 0 auto 50px;
  }
}
.home .column .link {
  display: inline-block;
  color: #061A40;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .home .column .link:hover {
    opacity: 0.7;
  }
  .home .column .link:hover:before {
    transform: translate(-18px, 6px);
  }
}
.home .column .link:before {
  content: "";
  background-image: url("../img/home/bg_arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  transform: translate(-20px, 6px);
  transition: 0.5s;
}
.home .achievement .alliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .home .achievement .alliance {
    padding: 0;
  }
}
.home .achievement .alliance .unit {
  width: 20%;
  margin-top: 20px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .home .achievement .alliance .unit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .home .achievement .alliance .unit {
    width: 50%;
    padding: 0 15px;
  }
  .home .achievement .alliance .unit:nth-of-type(-n+2) {
    margin-top: 15px;
  }
}
.home .achievement .alliance .unit__link {
  display: block;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .home .achievement .alliance .unit__link:hover {
    opacity: 0.7;
  }
}
.home .achievement .alliance .unit__link img {
  margin: 0 auto;
}

.pagetop a {
  position: fixed;
  display: block;
  width: 70px;
  height: 70px;
  right: 30px;
  bottom: 40px;
  z-index: 2;
  background-image: url("../img/common/pagetop@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 42px;
    height: 42px;
    right: 10px;
    bottom: 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  .pagetop {
    display: none;
  }
}
.fade {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.5s;
  animation-delay: 0.15s;
}

.fade__on {
  transform: rotateY(0);
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  .fade {
    opacity: 1;
    transform: rotateY(0);
  }
  .fade__on {
    transform: rotateY(0);
    opacity: 1;
  }
}
.trigger {
  opacity: 0;
  transition: 1s;
  transform: translateY(15%);
}

.trigger.active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (-ms-high-contrast: none) {
  .trigger {
    opacity: 1;
    transform: translateY(0);
  }
  .trigger.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template .g-header__menu li:nth-of-type(1) a {
  color: #fff;
}
.page-template .g-header__menu li:nth-of-type(1)::after {
  display: none;
}
.page-template .g-header__menu li:nth-of-type(2) a {
  color: #fff;
}
.page-template .g-header__menu li:nth-of-type(2)::after {
  display: none;
}
.page-template .g-header__menu li:nth-of-type(3) a {
  color: #fff;
}
.page-template .g-header__menu li:nth-of-type(3)::after {
  display: none;
}
.page-template .g-header__menu li:nth-of-type(4) a {
  color: #fff;
}
.page-template .g-header__menu li:nth-of-type(4)::after {
  display: none;
}
.page-template .g-header__menu li:nth-of-type(5) a {
  color: #fff;
}
.page-template .g-header__menu li:nth-of-type(5)::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .about section {
    margin-bottom: 60px !important;
    padding: 0 18px !important;
  }
}

.about .about_text {
  max-width: 1060px;
  width: 100%;
}

.about .about_text .about_h1 {
  position: relative;
}
@media (max-width: 767px) {
  .about .about_text .about_h1 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.about .about_text .about_h1::before {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-image: url("../img/home/bg_reason_01@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .about .about_text .about_h1::before {
    width: 60px;
    height: 60px;
    top: -10%;
    left: 10%;
  }
}
.about .about_text .about_h1::after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-image: url("../img/home/bg_reason_02@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .about .about_text .about_h1::after {
    width: 60px;
    height: 60px;
    top: auto;
    bottom: -55%;
    right: -10%;
  }
}

@media (max-width: 767px) {
  .about .about_text .about_h1 p {
    font-size: 2rem;
    font-size: 20px;
  }
}

.about .about_concept {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .about .about_concept {
    margin-bottom: 60px !important;
  }
}

.about .about_group {
  margin-bottom: 60px;
}

.about .about_information {
  margin-top: 0 !important;
}

.about .about_information .about_image {
  display: block;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .about .about_information .about_image {
    width: 100%;
  }
}

.about_information .about_image img {
  width: 100%;
}

.about .about_information .about_summary {
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .about .about_information .about_summary {
    width: 100%;
  }
}

.about .about_memberpage .about_image {
  display: block;
  width: 350px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .about .about_memberpage .about_image {
    width: 100%;
  }
}

.about .about_memberpage img {
  width: 250px;
  height: 250px;
  margin-right: 0;
}

.about .about_memberpage .about_member {
  width: calc(100% - 350px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about .about_memberpage .about_member {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about .about_member .member_position {
    text-align: center;
  }
}
.about .about_member .member_name {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .about .about_member .member_name {
    text-align: center;
  }
}

.about .about_coordinator {
  width: 920px;
  margin: 0 auto;
  padding: 60px 0px 30px;
}
@media screen and (max-width: 768px) {
  .about .about_coordinator {
    width: auto;
    margin-bottom: 60px !important;
  }
}

.about .about_memberpage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .about .about_memberpage {
    display: flex;
    flex-direction: column;
  }
}

.feature .feature_content h2 {
  padding: 14px 12px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .feature .feature_content h2 {
    padding: 10px 0 8px;
  }
}

.feature .feature_secondary {
  margin-bottom: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature .feature_secondary {
    margin-bottom: 50px;
  }
}

.feature .line h2 {
  margin-bottom: 44px;
}

.case .main-ttl {
  padding-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .case .main-ttl {
    padding-bottom: 10px;
  }
}
.case .main-ttl-small {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .case .main-ttl-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .case_information {
    margin-top: 60px !important;
  }
}
.case_title {
  font-size: 22px;
  font-size: 2.2rem;
}
.case_title::before {
  content: "";
  display: inline-block;
  background-image: url("../img/case/icon_titele.svg");
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
.case_flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .case_flex {
    flex-direction: column;
    gap: 20px;
  }
}
.case_flex img {
  max-width: 360px;
  width: 100% !important;
  max-height: 240px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .case_flex img {
    max-width: 100%;
    max-height: 100%;
  }
}
.case_text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case_text-profile {
  text-align: right;
}
.case_summary p {
  font-size: 1.5em !important;
  font-size: 15px !important;
}

.jobs-index .intro {
  padding: 50px 0 30px;
  text-align: center;
  line-height: 2;
}
.jobs-index .intro .l-txt {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
}
.jobs-index .intro .s-txt {
  font-size: 1.4rem;
  display: block;
  margin-top: 1em;
}
.jobs-index .intro .s-txt a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .jobs-index .intro {
    text-align: left;
  }
}
.jobs-index .jobs-content {
  margin-block: 50px 100px;
}
@media screen and (max-width: 768px) {
  .jobs-index .jobs-content {
    margin-top: 30px;
  }
}/*# sourceMappingURL=add.css.map */