@charset "UTF-8";
/*
Theme Name:KabuK Style
Theme URI:
Description:WordPress Original Theme for KabuK Style
Text Domain: kabukstyle_theme
Version:1.0.0
*/
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

li {
  list-style: none;
}

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

video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/************************
　スクロールアニメーション用
*************************/
/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeIn.is-scrolled {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 800ms;
  transition: 800ms;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.fadeInUp.is-scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeInLeft.is-scrolled {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeInRight.is-scrolled {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fadeInZoomOut {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeInZoomOut.is-scrolled {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadeInZoomIn {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeInZoomIn.is-scrolled {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----------------------
  keyframes
---------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes btnLineOne {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes btnLineOne {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes btnLine {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(2, 1);
            transform: scale(2, 1);
  }
}

@keyframes btnLine {
  from {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(2, 1);
            transform: scale(2, 1);
  }
}

@-webkit-keyframes scrollLine {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scrollLine {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*======================
  base
======================*/
body {
  color: #3B3C3E;
  font-family: "YakuHanJP", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "源ノ角ゴシック JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.11em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.11em;
  }
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  footer
=======================*/
.l-footer {
  position: relative;
  padding: 48px 0 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .l-footer {
    padding-top: 40px;
  }
}

.l-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 74px;
}

@media (max-width: 1300px) {
  .l-footer__inner {
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.l-footer__logo {
  display: block;
  width: 9.4%;
}

.l-footer__logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 121px;
  }
}

.l-footer__copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  letter-spacing: 0.13em;
  padding: 30px 0 46px;
  border-top: 1px solid #E5E5E5;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 0;
    border: none;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding: 24px 0 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__nav > li {
    margin-bottom: 8px;
  }
}

.l-footer__nav > li :hover {
  opacity: .6;
  -webkit-transition: .3;
  transition: .3;
}

.l-footer__nav > li:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 1439px) {
  .l-footer__nav > li:not(:last-child) {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__nav > li:not(:last-child) {
    margin-right: 16px;
  }
}

.l-footer__nav > li > a {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 17px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-footer__nav > li > a {
    font-weight: 600;
  }
}

.l-footer__nav > li > a::before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer__nav > li > a:hover::before {
  width: 100%;
  opacity: 1;
}

.l-footer__nav > li.m-contact > a {
  width: 88px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
}

.l-footer__nav > li.m-contact > a::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .l-footer__nav > li.m-contact > a {
    width: 106px;
    height: 40px;
    line-height: 38px;
  }
}

.l-footer__nav > li.m-contact > a:hover {
  background-color: #fff;
  color: #3B3C3E;
}

.l-footer__nav2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__nav2 {
    display: block;
  }
}

.l-footer__nav3 {
  margin-right: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 17px;
}

@media screen and (max-width: 1439px) {
  .l-footer__nav3 {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__nav3 {
    margin-right: 16px;
  }
}

.l-footer__nav3 > li {
  margin-bottom: 16px;
}

.l-footer__nav3 > li > a:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer__item3 {
  font-size: 16px;
  font-weight: 500;
  color: #898989;
}

@media screen and (max-width: 767px) {
  .l-footer__item3 {
    display: block;
    line-height: 52px;
  }
}

.l-footer__item3 > a {
  display: block;
}

.l-footer__item2 {
  line-height: 52px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
}

.l-footer__item2 > a {
  display: block;
}

.l-footer__item4 {
  line-height: 52px;
  font-size: 16px;
  font-weight: 500;
}

.l-footer__item4 > a {
  display: block;
}

.l-footer__left {
  margin: 40px 0 131px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 767px) {
  .l-footer__left {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.l-footer__left-add {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .l-footer__left-add {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__others {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__privacy {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .l-footer__privacy {
    margin-left: 20px;
  }
}

.l-footer__privacy > a:hover {
  opacity: .75;
}

.l-footer .c-language-swich {
  margin: 34px 0 38px;
}

@media screen and (max-width: 1023px) {
  .l-footer .c-language-swich {
    margin: 0;
    font-weight: normal;
  }
}

/*=======================
  header
=======================*/
.l-header {
  width: 100%;
  height: 60px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 994;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 80px;
  }
}

.l-header.is-hidden {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.l-header__inner {
  position: relative;
  max-width: 1440px;
  height: 73px;
  padding: 0 74px;
  margin: 7px auto 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1439px) {
  .l-header__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 0 20px;
    height: 41px;
    margin-top: 14px;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  width: 9.4%;
  max-width: 121px;
}

@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 68px;
  }
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__logo a:hover {
  opacity: .6;
}

.l-header__logo a img {
  width: 100%;
}

.l-header__logo a.m-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
}

@media screen and (min-width: 1024px) {
  .l-header__logo a.m-logo {
    width: 80px;
  }
}

@media screen and (min-width: 1441px) {
  .l-header__logo a.m-logo {
    width: 91px;
  }
}

.l-header__logo a.m-text {
  display: block;
  width: 120px;
  margin-left: 16px;
}

@media screen and (min-width: 1024px) {
  .l-header__logo a.m-text {
    width: 160px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1441px) {
  .l-header__logo a.m-text {
    width: 171px;
    margin-left: 72px;
  }
}

.l-navbtn {
  display: inline-block;
  width: 31px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 999;
}

@media screen and (min-width: 1024px) {
  .l-navbtn {
    display: none;
  }
}

.l-navbtn__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #292929;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-navbtn__bar:nth-child(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.l-navbtn__bar:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.l-gnav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .l-gnav {
    width: 100%;
    height: 100vh;
    padding: 111px 40px 124px;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  .l-gnav.is-open {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 1024px) {
  .l-gnav {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .l-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1023px) {
  .l-gnav__item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1441px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .l-gnav__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}

.l-gnav__item > a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 17px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-gnav__item > a {
    font-size: 18px;
  }
}

.l-gnav__item.m-contact > a {
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B3C3E;
  background-color: #3B3C3E;
  text-align: center;
  color: #fff;
}

.l-gnav__item.m-contact > a::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .l-gnav__item.m-contact > a {
    width: 160px;
    height: 80px;
    line-height: 78px;
  }
}

.l-gnav__item.m-contact > a:hover {
  background-color: #fff;
  color: #3B3C3E;
}

.l-gnav__item2 {
  display: none;
}

@media screen and (max-width: 1023px) {
  .l-gnav__item2 {
    display: block;
    margin-right: 48px;
  }
}

.l-gnav__item-hover > a:hover {
  opacity: .6;
  -webkit-transition: .3;
  transition: .3;
}

.l-gnav__mail-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
}

.l-gnav__link-contact {
  line-height: 80px;
  text-align: center;
  background: #0E5DA8;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 14px 22px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

@media screen and (max-width: 1023px) {
  .l-gnav__link-contact {
    line-height: 32px;
    width: 141px;
    padding: 0;
    font-size: 14px;
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-gnav__link-contact:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .6;
}

.l-gnav__link-contact2 {
  line-height: 80px;
  text-align: center;
  background: #0E5DA8;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 14px 22px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

@media screen and (max-width: 1023px) {
  .l-gnav__link-contact2 {
    height: 50px;
    width: 189px;
    padding: 0;
    font-size: 14px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-gnav__link-contact2:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .6;
}

.is-open.l-navbtn .l-navbtn__bar:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.is-open.l-navbtn .l-navbtn__bar:nth-child(2) {
  display: none;
}

.is-open.l-navbtn .l-navbtn__bar:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  .l-main {
    padding-top: 60px;
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  404
=======================*/
.c-404 {
  padding: 100px 0;
}

.c-404__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
}

.c-404__description {
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.c-404__link {
  display: block;
  margin-top: 1em;
  color: #004EA2;
  text-align: center;
  text-decoration: underline;
}

.c-more > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.11em;
  width: 320px;
  height: 70px;
  border: 1px solid #3B3C3E;
  background-color: #3B3C3E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .c-more > a {
    font-size: 16px;
    width: 240px;
    height: 56px;
  }
}

.c-more > a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.c-more > a > .arrow::before, .c-more > a > .arrow::after {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-more > a > .arrow::before {
  width: 60px;
  background-color: #3B3C3E;
  right: -22px;
}

@media screen and (max-width: 1023px) {
  .c-more > a > .arrow::before {
    width: 40px;
    right: -15px;
  }
}

.c-more > a > .arrow::after {
  width: 30px;
  background-color: #fff;
  right: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@media screen and (max-width: 1023px) {
  .c-more > a > .arrow::after {
    width: 20px;
    right: 4px;
  }
}

.c-more > a:hover {
  color: #3B3C3E;
}

.c-more > a:hover::before {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.c-more > a:hover > .arrow::before {
  background-color: transparent;
}

.c-more > a:hover > .arrow::after {
  background-color: #3B3C3E;
  -webkit-animation: moreLine 1s cubic-bezier(1, 0, 0, 1) infinite;
          animation: moreLine 1s cubic-bezier(1, 0, 0, 1) infinite;
}

.c-more.m-small > a {
  width: 225px;
  height: 55px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .c-more.m-small > a {
    width: 190px;
    height: 50px;
  }
}

.c-more.m-small > a > .arrow::before {
  width: 40px;
  right: -20px;
}

@media screen and (max-width: 1023px) {
  .c-more.m-small > a > .arrow::before {
    width: 30px;
    right: -15px;
  }
}

.c-more.m-white > a {
  color: #3B3C3E;
  font-weight: 300;
  background-color: #fff;
}

.c-more.m-white > a::before {
  background-color: #F0F0F0;
}

.c-more.m-white > a > .arrow::before {
  background-color: #3B3C3E;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-more.m-white > a > .arrow::after {
  content: none;
}

.c-more.m-white > a:hover > .arrow::before {
  background-color: #3B3C3E;
  -webkit-animation: moreLineOne 1s cubic-bezier(1, 0, 0, 1) infinite;
          animation: moreLineOne 1s cubic-bezier(1, 0, 0, 1) infinite;
}

.c-more.m-align-center {
  text-align: center;
}

.c-more.m-align-right {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .c-more.m-align-right {
    margin-right: 20px;
  }
}

.c-more.m-fw-normal > a {
  font-weight: 400;
}

.more {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding-right: 20px;
  color: #0E5DA8;
  text-decoration: none;
  outline: none;
  font-size: 16px;
}

/*矢印と下線の形状*/
.more::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 10px;
  right: -60px;
  /*下線の形状*/
  width: 58.5px;
  height: 1px;
  background: #0E5DA8;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

.more::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 13px;
  right: -61px;
  /*矢印の形状*/
  width: 9px;
  height: 1px;
  background: #0E5DA8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*hoverした際の移動*/
.more:hover::before {
  right: -80px;
}

.more:hover::after {
  right: -81px;
}

.rec-btn {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.rec-btn::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  right: 91px;
  top: 154px;
  /*下線の形状*/
  width: 58.5px;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rec-btn::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 151px;
  /*矢印の形状*/
  right: 90px;
  width: 9px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*hoverした際の移動*/
.rec-btn:hover::before {
  right: 70px;
  -webkit-transition: .3s;
  transition: .3s;
}

.rec-btn:hover::after {
  right: 68px;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-more {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.news-more > .circle::before {
  top: -30px;
  right: -150px;
}

/*矢印と下線の形状*/
.news-more::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  right: 16px;
  /*下線の形状*/
  width: 39px;
  height: 1px;
  background: #0E5DA8;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1023px) {
  .news-more::before {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .news-more::before {
    display: none;
  }
}

.news-more::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 52px;
  right: 15px;
  /*矢印の形状*/
  width: 9px;
  height: 1px;
  background: #0E5DA8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1023px) {
  .news-more::after {
    top: 48.6%;
  }
}

@media screen and (max-width: 767px) {
  .news-more::after {
    display: none;
  }
}

/*hoverした際の移動*/
.news-more:hover::before {
  right: 5px;
}

.news-more:hover::after {
  right: 4px;
}

.c-container {
  max-width: 1440px;
  padding-left: 139px;
  padding-right: 136px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .c-container {
    padding: 0 20px;
  }
}

.c-title {
  font-family: 'Montserrat', sans-serif;
  color: #0e5da8;
  font-size: 3.3vw;
  font-weight: 500;
}

@media screen and (min-width: 1441px) {
  .c-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
  }
}

.c-sub-title {
  padding-left: 50px;
  font-size: 1.4vw;
  margin-bottom: 62px;
  font-weight: 500;
}

@media screen and (min-width: 1441px) {
  .c-sub-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: 16px;
    padding-left: 20px;
  }
}

.c-fz32 {
  font-weight: bold;
  font-size: 2.2vw;
  margin-bottom: 24px;
}

@media screen and (min-width: 1441px) {
  .c-fz32 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .c-fz32 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-fz32 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.c-fz18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 1439px) {
  .c-fz18 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-fz18 {
    font-size: 16px;
  }
}

.ls0 {
  letter-spacing: 0;
}

.circle {
  position: relative;
}

.circle::before {
  position: absolute;
  content: "";
  top: -15px;
  right: -104px;
  width: 57px;
  height: 57px;
  border: #0e5da8 1px solid;
  border-radius: 50%;
}

.circle-news {
  position: relative;
}

.circle-news::before {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  width: 37px;
  height: 37px;
  border: #0e5da8 1px solid;
  border-radius: 50%;
}

.bread > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 51px;
  color: #a6a6a6;
}

@media screen and (max-width: 767px) {
  .bread > p {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.bread > p > img {
  width: 17px;
  padding-right: 5px;
}

.bread-span {
  color: #0e5da8;
}

.c-fv__container {
  margin-top: 68px;
}

.c-fv__title {
  margin-top: 51px;
  letter-spacing: 2.5px;
}

.c-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

.privacy {
  color: #0E5DA8;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .u-pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-only-tl {
    display: none !important;
  }
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*=======================
  contact
=======================*/
.contact {
  background-image: url(../img/home/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__container {
  padding: 70px 7vw 100px 7vw;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .contact__container {
    padding: 50px 20px;
  }
}

.contact__title-box {
  color: #fff;
  width: 48%;
}

@media screen and (max-width: 1439px) {
  .contact__title-box {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .contact__title-box {
    width: 100%;
    text-align: center;
  }
}

.contact__title {
  color: #fff;
  letter-spacing: 2.7px;
}

.contact__sub-title {
  padding-left: 53px;
  margin-top: -10px;
  margin-bottom: 46px;
}

@media screen and (max-width: 1023px) {
  .contact__sub-title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact__sub-title {
    margin-bottom: 0;
  }
}

.contact__text {
  padding-left: 47px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 1023px) {
  .contact__text {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact__text {
    display: none;
  }
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact__box {
    display: block;
  }
}

.contact__right {
  padding-top: 117px;
  padding-right: 7.6vw;
}

@media screen and (max-width: 1439px) {
  .contact__right {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .contact__right {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact__right {
    padding-top: 20px;
  }
}

.contact__mail {
  width: 385px;
  height: 86px;
  background: #fff;
  padding-top: 14px;
  padding-left: 78px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .contact__mail {
    width: 335px;
    padding-left: 66px;
  }
}

@media screen and (max-width: 359px) {
  .contact__mail {
    width: 280px;
    padding-left: 25px;
  }
}

.contact__mail > p {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #0e5da8;
  margin-bottom: 2px;
}

.contact__mail > p > img {
  height: 20px;
  margin-right: 9px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #0e5da8;
  width: 385px;
  line-height: 70px;
  font-weight: 500;
  margin: 30px auto 0;
}

@media screen and (max-width: 1439px) {
  .contact__form {
    width: 335px;
  }
}

@media screen and (max-width: 359px) {
  .contact__form {
    width: 280px;
  }
}

.contact__form > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__form > a:hover {
  background: #0e5da8;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*=======================
  home
=======================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-fv__container {
  position: relative;
  padding: 0 4vw 0 5vw;
  max-width: 1440px;
  margin: 0 auto 155px;
}

@media screen and (max-width: 1023px) {
  .p-fv__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__container {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.p-fv__title-box {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  z-index: 1;
  position: absolute;
  top: 32.7%;
}

@media screen and (max-width: 767px) {
  .p-fv__title-box {
    position: unset;
    padding-right: 21px;
  }
}

.p-fv__title {
  font-weight: bold;
  font-size: 3.4vw;
  letter-spacing: 5px;
}

@media screen and (min-width: 1441px) {
  .p-fv__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 32px;
    letter-spacing: 2.5px;
  }
}

.p-fv__sub-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.65vw;
  font-weight: normal;
  color: #0e5da8;
  line-height: 20px;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .p-fv__sub-title {
    margin: 30px 0;
    font-size: 20px;
  }
}

.p-fv__box {
  text-align: right;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.p-fv__box > img {
  width: 71.9%;
}

@media screen and (max-width: 767px) {
  .p-fv__box > img {
    width: 100%;
  }
}

.p-about {
  background-repeat: no-repeat;
  background-image: url(../img/home/about-back.png);
  background-position-y: -110px;
  background-size: contain;
}

@media screen and (min-width: 1441px) {
  .p-about {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-about {
    background-position-y: -25px;
  }
}

.p-about__container {
  max-width: 1440px;
  padding-left: 6vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-about__container {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-about__container {
    display: block;
  }
}

.p-about__left {
  width: 42.6%;
}

@media screen and (max-width: 767px) {
  .p-about__left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about__sub-title {
    padding-left: 20px;
  }
}

.p-about__heading {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-about__heading {
    padding-left: 20px;
  }
}

.p-about__text {
  padding-left: 50px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .p-about__text {
    padding-left: 20px;
  }
}

.p-about__btn {
  margin-left: 50px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-left: 20px;
  }
}

.p-about__right {
  width: 41.8%;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .p-about__right {
    display: none;
  }
}

.p-about__img2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-about__img2 {
    display: block;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}

.p-service {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #F4FAFF), to(#F4FAFF));
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #F4FAFF 25%, #F4FAFF 100%);
}

.p-service__container {
  max-width: 1440px;
  margin: 152px auto 180px;
  padding: 0 5vw 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-service__container {
    padding: 0 20px 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-service__container {
    display: block;
    margin: 70px 0 0;
  }
}

.p-service__left {
  width: 48.7%;
}

@media screen and (max-width: 767px) {
  .p-service__left {
    width: 100%;
  }
}

.p-service__right {
  width: 38.4%;
}

@media screen and (max-width: 767px) {
  .p-service__right {
    display: none;
  }
}

.p-service__heading {
  letter-spacing: 4px;
  padding-left: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-service__heading {
    padding-left: 20px;
  }
}

.p-service__img {
  margin-top: 26px;
}

.p-service__img2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-service__img2 {
    display: block;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}

.p-service__sub-title {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-service__sub-title {
    margin-bottom: 40px;
  }
}

.p-service__text {
  padding-left: 50px;
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .p-service__text {
    padding-left: 20px;
  }
}

.p-service__btn {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-service__btn {
    margin-left: 20px;
  }
}

.p-recruit {
  background-image: url(../img/home/recruit-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-recruit {
    background-image: url(../img/home/recruit-sp.png);
  }
}

.p-recruit__container {
  max-width: 1440px;
  padding: 129px 6vw 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-recruit__container {
    padding: 129px 20px 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__container {
    display: block;
    padding: 0;
  }
}

.p-recruit__left {
  width: 736px;
}

@media screen and (max-width: 767px) {
  .p-recruit__left {
    width: 100%;
    padding-right: 20px;
  }
}

.p-recruit__title {
  color: #fff;
  line-height: 72px;
}

@media screen and (max-width: 767px) {
  .p-recruit__title {
    padding-top: 60px;
    line-height: 20px;
    margin-bottom: 9px;
  }
}

.p-recruit__sub-title {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-recruit__sub-title {
    margin-bottom: 10px;
  }
}

.p-recruit__text {
  color: #fff;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-recruit__text {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}

.p-recruit__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 767px) {
  .p-recruit__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px;
  }
}

.p-recruit__btn {
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 243px;
  height: 243px;
  border: 1px solid #FFF;
  border-radius: 50%;
}

.p-news {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/home/about-back.png);
  background-position-y: -186px;
}

@media screen and (min-width: 1441px) {
  .p-news {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-news {
    background-position-y: -40px;
  }
}

.p-news__container {
  max-width: 1440px;
  margin: 148px auto 187px;
  padding: 0 9.5vw 0 6vw;
  text-align: center;
}

@media screen and (min-width: 1441px) {
  .p-news__container {
    padding: 0 136px 0 86px;
  }
}

@media screen and (max-width: 1023px) {
  .p-news__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__container {
    margin-top: 120px;
    margin-bottom: 90px;
  }
}

.p-news__container > .more::before {
  right: -21px;
}

.p-news__container > .more::after {
  right: -22px;
}

.p-news__container > .more:hover::before {
  right: -40px;
}

.p-news__container > .more:hover::after {
  right: -41px;
}

.p-news__title-box {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-news__title-box {
    margin-bottom: 50px;
  }
}

.p-news__title {
  line-height: 72px;
}

@media screen and (max-width: 767px) {
  .p-news__title {
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.p-news__sub-title {
  margin-bottom: 2px;
}

@media screen and (max-width: 1023px) {
  .p-news__sub-title {
    font-size: 16px;
  }
}

.p-news__list {
  padding-left: 50px;
  margin-bottom: 43px;
}

@media screen and (max-width: 1023px) {
  .p-news__list {
    padding: 0 20px;
    display: none;
  }
}

.p-news__list2 {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-news__list2 {
    display: block;
    margin-bottom: 48px;
    padding: 0 20px;
  }
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-news__item > .circle-news {
    display: none;
  }
}

.p-news__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-news__item2 > .circle-news {
    display: none;
  }
}

.p-news__item:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
}

.p-news__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 98px;
  padding-right: 100px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .p-news__item > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px 60px 24px 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media screen and (max-width: 767px) {
  .p-news__item > a {
    padding-right: 0;
  }
}

.p-news__item2 > a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 98px;
  padding-right: 100px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-news__item2 > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px 60px 24px 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media screen and (max-width: 767px) {
  .p-news__item2 > a {
    padding-right: 0;
  }
}

.p-news__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-news__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0e5da8;
  font-weight: 500;
  margin-right: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1023px) {
  .p-news__date {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439px) {
  .p-news__date {
    font-size: 16px;
  }
}

.p-news__cate {
  display: inline-block;
  color: #fff;
  background-color: #0e5da8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 124px;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 30px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-news__cate {
    margin-bottom: 17px;
    font-size: 16px;
  }
}

.p-news__item-title {
  letter-spacing: 1.7px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 91%;
}

@media screen and (max-width: 1023px) {
  .p-news__item-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__item-title {
    letter-spacing: 1px;
    text-align: left;
    max-width: 100%;
  }
}

.p-news__btn {
  padding-right: 56px;
}

@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-right: 30px;
  }
}

.p-company__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 536px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-company__container {
    display: block;
    height: auto;
  }
}

.p-company__title-box {
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .p-company__title-box {
    padding-left: 0;
    text-align: center;
  }
}

.p-company__title {
  color: #fff;
  letter-spacing: 2.3px;
}

@media screen and (max-width: 767px) {
  .p-company__title {
    margin-bottom: 6px;
    line-height: 24px;
  }
}

.p-company__left-container > .more > .circle::before {
  border-color: #fff;
}

.p-company__left-container > .more {
  color: #fff;
  padding-left: 100px;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .p-company__left-container > .more {
    padding-left: 0;
    margin-top: 15px;
    margin-left: -60px;
  }
}

.p-company__left-container > .more::after {
  background-color: #fff;
}

.p-company__left-container > .more::before {
  background-color: #fff;
}

.p-company__sub-title {
  line-height: 8px;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .p-company__sub-title {
    margin-bottom: 20px;
    line-height: 24px;
  }
}

.p-company__left {
  width: 50%;
  background-image: url(../img/home/company-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-company__left {
    background-image: url(../img/home/company-img.png);
    width: 100%;
  }
}

.p-company__left-container {
  height: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .p-company__left-container {
    padding: 50px 0;
    text-align: center;
    height: 230px;
  }
}

.p-company__right {
  width: 50%;
  background-image: url(../img/home/contact-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-company__right {
    background-image: url(../img/home/contact-sp.png);
    width: 100%;
    height: 349px;
  }
}

.p-company__right-container {
  height: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .p-company__right-container {
    padding: 50px 20px;
  }
}

.p-company__mail {
  width: 385px;
  height: 86px;
  background: #fff;
  padding-top: 16px;
  padding-left: 76px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-company__mail {
    width: 335px;
    padding-left: 66px;
  }
}

@media screen and (max-width: 359px) {
  .p-company__mail {
    width: 280px;
    padding-left: 25px;
  }
}

.p-company__mail > p {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #0e5da8;
}

.p-company__mail > p > img {
  height: 20px;
  margin-right: 9px;
}

.p-company__contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #0e5da8;
  width: 385px;
  height: 70px;
  font-weight: 500;
  margin: 20px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-company__contact-form {
    width: 335px;
  }
}

@media screen and (max-width: 359px) {
  .p-company__contact-form {
    width: 280px;
  }
}

.p-company__contact-form > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company__contact-form > a:hover {
  background: #0e5da8;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.cate {
  display: block;
}

.about-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .about-container {
    padding: 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .about-container {
    padding: 0 20px;
  }
}

.about-fv__container {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .about-fv__container {
    margin-top: 16px;
  }
}

.about-fv__title {
  margin-top: 51px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .about-fv__title {
    margin-top: 40px;
  }
}

.about-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .about-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-fv__img {
    display: none;
  }
}

.about-fv__img2 {
  display: none;
}

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

.about-content__container {
  margin-top: 128px;
  padding-right: 136px;
}

@media screen and (max-width: 1023px) {
  .about-content__container {
    margin-top: 70px;
    padding: 0 20px;
  }
}

.about-content__title {
  letter-spacing: 3.1px;
}

.about-content__box1 {
  margin: 77px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about-content__box1 {
    display: block;
    margin: 40px 0 30px;
  }
}

.about-content__box-img {
  width: 34.6%;
}

@media screen and (max-width: 767px) {
  .about-content__box-img {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .about-content__box-img2 {
    display: none;
  }
}

.about-content__box-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-content__box-img-sp {
    display: block;
    margin-bottom: 30px;
    max-width: 500px;
  }
}

.about-content__name {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .about-content__name {
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.about-content__name > span {
  font-weight: bold;
  font-size: 24px;
  padding-left: 15px;
}

.about-content__box-text {
  width: 52.6%;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .about-content__box-text {
    width: 100%;
  }
}

.about-content__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .about-content__box2 {
    display: block;
    padding-left: 0;
  }
}

.about-content__box2-text {
  width: 53.2%;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .about-content__box2-text {
    width: 100%;
  }
}

.about-mission {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/home/about-back.png);
  background-position-y: -100px;
}

@media screen and (min-width: 1441px) {
  .about-mission {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .about-mission {
    background-position-y: 25px;
  }
}

.about-mission__container {
  max-width: 1440px;
  position: relative;
  padding: 149px 138px 0 139px;
}

@media screen and (max-width: 1023px) {
  .about-mission__container {
    padding: 80px 20px 70px;
  }
}

.about-mission__title {
  letter-spacing: 2.6px;
  padding-left: 4px;
}

.about-mission__sub-title {
  font-weight: bold;
  font-size: 1.65vw;
  margin-bottom: 80px;
  letter-spacing: 2.4px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about-mission__sub-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1441px) {
  .about-mission__sub-title {
    font-size: 24px;
  }
}

.about-mission__box {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .about-mission__box {
    display: block;
    padding-bottom: 30px;
  }
}

.about-mission__box-left {
  width: 54.8%;
}

@media screen and (max-width: 767px) {
  .about-mission__box-left {
    width: 100%;
  }
}

.about-mission__text {
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .about-mission__text {
    padding-left: 0;
  }
}

.about-mission__box-right {
  margin-top: 30px;
  width: 34.6%;
}

@media screen and (max-width: 767px) {
  .about-mission__box-right {
    display: none;
  }
}

.about-mission__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-mission__img-sp {
    display: block;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
  }
}

.about-vision__container {
  max-width: 1440px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .about-vision__container {
    margin-top: 0;
  }
}

.about-vision__sub-title {
  font-weight: bold;
  font-size: 1.65vw;
  margin-bottom: 30px;
  letter-spacing: 3px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about-vision__sub-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1441px) {
  .about-vision__sub-title {
    font-size: 24px;
  }
}

.about-vision__box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 116px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .about-vision__box {
    display: block;
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.about-vision__box-left {
  width: 51.3%;
}

@media screen and (max-width: 767px) {
  .about-vision__box-left {
    width: 100%;
  }
}

.about-vision__box-right {
  margin-top: 17px;
  width: 34.8%;
}

@media screen and (max-width: 767px) {
  .about-vision__box-right {
    display: none;
  }
}

.about-vision__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-vision__img-sp {
    display: block;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
  }
}

.about-value__container {
  margin: 50px auto 221px;
}

@media screen and (max-width: 767px) {
  .about-value__container {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.about-value__sub-title {
  max-width: 576px;
  font-weight: bold;
  font-size: 1.65vw;
  margin: 20px 0 30px;
  letter-spacing: 3px;
  line-height: 2;
}

@media screen and (min-width: 1441px) {
  .about-value__sub-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-value__sub-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px 0 10px;
  }
}

.about-value__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about-value__box {
    margin-top: 40px;
    display: block;
  }
}

.about-value__box-left {
  width: 54.9%;
}

@media screen and (max-width: 767px) {
  .about-value__box-left {
    width: 100%;
  }
}

.about-value__box-right {
  margin-top: 17px;
  width: 34.8%;
}

@media screen and (max-width: 767px) {
  .about-value__box-right {
    display: none;
  }
}

.about-value__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-value__img-sp {
    display: block;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
  }
}

.service-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .service-container {
    padding: 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .service-container {
    padding: 0 20px;
  }
}

.service-fv__container {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .service-fv__container {
    margin-top: 20px;
  }
}

.service-fv__title {
  margin-top: 51px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .service-fv__title {
    margin-top: 60px;
  }
}

.service-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .service-fv__sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .service-fv__img {
    display: none;
  }
}

.service-fv__img2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .service-fv__img2 {
    display: block;
  }
}

.service-content {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/home/about-back.png);
  background-position-y: -130px;
}

@media screen and (min-width: 1441px) {
  .service-content {
    background-size: cover;
    background-position-y: -330px;
  }
}

.service-content__container {
  margin-top: 130px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .service-content__container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .service-content {
    margin-top: 70px;
  }
}

.service-content__title {
  width: 78.4%;
  font-weight: bold;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .service-content__title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.service-content__boxes {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .service-content__boxes {
    margin-top: 30px;
  }
}

.service-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .service-content__box {
    display: block;
    margin-bottom: 40px;
  }
}

.service-content__text1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .service-content__text1 {
    margin-bottom: 30px;
  }
}

.service-content__text-box {
  width: 48.6%;
}

@media screen and (max-width: 767px) {
  .service-content__text-box {
    width: 100%;
    margin-top: 30px;
  }
}

.service-content__img {
  width: 43.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .service-content__img {
    display: none;
  }
}

.service-content__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .service-content__img-sp {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

.service-content__img2 {
  width: 44.6%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .service-content__img2 {
    width: 100%;
    max-width: 500px;
  }
}

.service-content__text-box2 {
  width: 45.6%;
}

@media screen and (max-width: 767px) {
  .service-content__text-box2 {
    width: 100%;
    margin-top: 30px;
  }
}

.service-consul__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .service-consul__container {
    display: block;
    margin-bottom: 70px;
  }
}

.service-consul__container:last-child {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .service-consul__container:last-child {
    margin-bottom: 100px;
  }
}

.service-consul__container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 16%;
  right: 0;
  width: 68.1%;
  height: 100%;
  background-color: #f4faff;
}

@media screen and (max-width: 767px) {
  .service-consul__container::before {
    width: 100%;
    height: 680px;
    top: 26%;
  }
}

.service-consul__img {
  width: 34.7%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .service-consul__img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.service-consul__img2 {
  width: 34.7%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 767px) {
  .service-consul__img2 {
    display: none;
  }
}

.service-consul__img-sp {
  display: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .service-consul__img-sp {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

.service-consul__right {
  width: 55.7%;
}

@media screen and (max-width: 767px) {
  .service-consul__right {
    width: 100%;
    margin-top: 30px;
  }
}

.service-consul__box-title {
  font-size: 1.65vw;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-consul__box-title {
    display: none;
  }
}

.service-consul__box-title2 {
  display: none;
  font-size: 1.65vw;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-consul__box-title2 {
    display: block;
    font-size: 18px;
  }
}

.service-consul__text {
  line-height: 2.7;
  margin-bottom: 40px;
}

@media screen and (min-width: 1441px) {
  .service-consul__text {
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .service-consul__text {
    margin-bottom: 30px;
    line-height: 2;
  }
}

.service-consul__box {
  width: 91.6%;
}

@media screen and (max-width: 767px) {
  .service-consul__box {
    width: 100%;
  }
}

.service-consul__etc {
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  padding-left: 26px;
  background-color: #0e5da8;
}

@media screen and (max-width: 767px) {
  .service-consul__etc {
    line-height: 30px;
    padding-left: 14px;
  }
}

.service-consul__content-box {
  padding: 20px 20px 20px 26px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .service-consul__content-box {
    padding: 14px 19px 14px 14px;
  }
}

.service-consul__content {
  list-style: inherit;
  margin-left: 26px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .service-consul__content {
    line-height: 2;
  }
}

.service-consul__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .service-consul__container2 {
    display: block;
  }
}

.service-consul__container2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 0;
  width: 68.1%;
  height: 100%;
  background-color: #f4faff;
}

@media screen and (max-width: 767px) {
  .service-consul__container2::before {
    width: 100%;
    height: 856px;
    top: 22%;
  }
}

.service-consul__container3::before {
  top: 14%;
}

@media screen and (max-width: 767px) {
  .service-consul__container3::before {
    height: 822px;
    top: 20%;
  }
}

.company-container {
  max-width: 1440px;
  padding-left: 139px;
  padding-right: 136px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .company-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .company-container {
    padding: 0 20px;
  }
}

.company-fv__container {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .company-fv__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.company-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .company-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .company-fv__img {
    display: none;
  }
}

.company-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .company-fv__img-sp {
    display: block;
    width: 100%;
  }
}

.company-content__container {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .company-content__container {
    margin-top: 70px;
  }
}

.company-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 5.7;
}

@media screen and (max-width: 767px) {
  .company-content__box {
    display: block;
  }
}

.company-content__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 5.7;
}

@media screen and (max-width: 767px) {
  .company-content__box2 {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .company-content__box3 {
    border-top: 1px solid #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  .company-content__text-name {
    display: none;
  }
}

.company-content__text-name-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .company-content__text-name-sp {
    display: block;
  }
}

.company-content__text-name-sp > span {
  font-size: 14px;
  display: block;
  letter-spacing: 1.4px;
}

.company-content__left {
  width: 224px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .company-content__left {
    line-height: 25px;
    margin-top: 20px;
    font-size: 14px;
  }
}

.company-content__right {
  width: 77%;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
  .company-content__right {
    width: 100%;
  }
}

.company-content__item1 {
  list-style: inside;
}

@media screen and (max-width: 767px) {
  .company-content__item1 {
    font-size: 16px;
  }
}

.company-content__item {
  list-style: inside;
}

.map {
  margin: 30px 0;
}

@media screen and (max-width: 1023px) {
  .map {
    width: 100%;
    height: 350px;
    max-width: 500px;
  }
}

.graduate-container {
  max-width: 1440px;
  padding-left: 139px;
  padding-right: 136px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .graduate-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .graduate-container {
    padding: 0 20px;
  }
}

.graduate-fv__container {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .graduate-fv__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.graduate-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .graduate-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .graduate-fv__img {
    display: none;
  }
}

.graduate-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .graduate-fv__img-sp {
    display: block;
    width: 100%;
  }
}

.graduate-content__container {
  margin-top: 130px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .graduate-content__container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.graduate-content__title {
  color: #0e5da8;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .graduate-content__title {
    margin-bottom: 23px;
  }
}

.graduate-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 5.7;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .graduate-content__box {
    display: block;
    line-height: unset;
  }
}

.graduate-content__left {
  letter-spacing: 0;
  width: 22.3%;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .graduate-content__left {
    font-size: 14px;
    margin-top: 23px;
    width: 100%;
  }
}

.graduate-content__right {
  width: 85%;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .graduate-content__right {
    width: 100%;
    padding: 10px 0 23px;
    line-height: 1.6;
  }
}

.graduate-content__right2 {
  width: 76%;
}

@media screen and (max-width: 767px) {
  .graduate-content__right2 {
    width: 100%;
  }
}

.graduate-content__right3 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .graduate-content__right3 {
    width: 100%;
  }
}

.graduate-content__right4 {
  width: 65.5%;
}

@media screen and (max-width: 767px) {
  .graduate-content__right4 {
    width: 100%;
  }
}

.graduate-content__item {
  list-style: inside;
}

@media screen and (max-width: 767px) {
  .graduate-content__item {
    padding-left: 10px;
  }
}

.graduate-content__text1 {
  margin-bottom: 20px;
}

.graduate-content__text2 {
  margin-top: 40px;
}

.graduate-content__text3 {
  line-height: unset;
  margin-bottom: 30px;
}

.graduate-content__qr {
  width: 153px;
  height: 114px;
  margin-top: 20px;
}

.graduate-orient__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 5.7;
  border-bottom: 1px solid #e5e5e5;
}

.graduate-orient__item {
  list-style: inside;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .graduate-orient__item {
    padding-left: 30px;
  }
}

.graduate-orient__left {
  width: 24.4%;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .graduate-orient__left {
    width: 100%;
    font-size: 14px;
  }
}

.graduate-orient__right {
  padding-top: 30px;
  width: 68.7%;
}

@media screen and (max-width: 767px) {
  .graduate-orient__right {
    width: 100%;
    padding-top: 10px;
    line-height: 1.6;
  }
}

.graduate-orient__list {
  margin-bottom: 30px;
}

.graduate-man__left {
  width: 32.5%;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .graduate-man__left {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
  }
}

.graduate-pmf__box {
  width: 77.8%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .graduate-pmf__box {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .graduate-pmf__box {
    width: 100%;
  }
}

.graduate-pmf__text {
  margin-top: 30px;
}

.graduate-pmf__pdf {
  color: #0E5DA8;
  letter-spacing: 0;
  font-weight: normal;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.career-container {
  max-width: 1440px;
  padding-left: 139px;
  padding-right: 136px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .career-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .career-container {
    padding: 0 20px;
  }
}

.career-fv__container {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .career-fv__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.career-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .career-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .career-fv__img {
    display: none;
  }
}

.career-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .career-fv__img-sp {
    display: block;
  }
}

.career-feature__container {
  margin-top: 135px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .career-feature__container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.career-feature__title {
  color: #0e5da8;
}

.career-feature__box {
  padding-left: 10px;
  margin-bottom: 26px;
  max-width: 1128px;
}

.career-feature__box:last-child {
  margin-top: 55px;
}

.career-feature__box-text {
  line-height: 1.8;
}

.career-feature__box-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #0e5da8;
}

.career-feature__box-item {
  list-style: inside;
}

.career-content__container {
  margin-top: 130px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .career-content__container {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.career-content__title {
  color: #0e5da8;
}

.career-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 5.7;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .career-content__box {
    display: block;
    line-height: 1.6;
  }
}

.career-content__left {
  letter-spacing: 0;
  width: 22.3%;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .career-content__left {
    font-size: 14px;
    width: 100%;
    margin-top: 23px;
  }
}

.career-content__right {
  width: 85%;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .career-content__right {
    padding: 10px 20px;
    width: 100%;
  }
}

.career-content__right2 {
  width: 76%;
}

@media screen and (max-width: 767px) {
  .career-content__right2 {
    width: 100%;
  }
}

.career-content__right3 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .career-content__right3 {
    width: 100%;
  }
}

.career-content__right4 {
  width: 65.5%;
}

@media screen and (max-width: 767px) {
  .career-content__right4 {
    width: 100%;
  }
}

.career-content__item {
  list-style: inside;
}

.recruit-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .recruit-container {
    padding: 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .recruit-container {
    padding: 0 20px;
  }
}

.recruit-fv__container {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .recruit-fv__container {
    margin-top: 20px;
  }
}

.recruit-fv__title {
  margin-top: 51px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .recruit-fv__title {
    margin-top: 60px;
  }
}

.recruit-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .recruit-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-fv__img {
    display: none;
  }
}

.recruit-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit-fv__img-sp {
    display: block;
    width: 100%;
  }
}

.recruit-content {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/home/about-back.png);
  background-position-y: -5px;
}

@media screen and (min-width: 1441px) {
  .recruit-content {
    background-size: cover;
    background-position-y: -80px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-content {
    background-position-y: 55px;
  }
}

.recruit-content__container {
  padding-top: 128px;
  padding-right: 136px;
}

@media screen and (max-width: 1023px) {
  .recruit-content__container {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-content__container {
    padding-top: 40px;
  }
}

.recruit-content__box1 {
  margin: 77px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recruit-content__box1 {
    display: block;
    margin: 30px 0 70px;
  }
}

.recruit-content__box-img {
  width: 34.6%;
}

@media screen and (max-width: 767px) {
  .recruit-content__box-img {
    width: 100%;
    max-width: 500px;
  }
}

.recruit-content__name {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.recruit-content__name > span {
  font-weight: bold;
  font-size: 24px;
  padding-left: 15px;
}

.recruit-content__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .recruit-content__title {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px 0 10px;
  }
}

.recruit-content__subtitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .recruit-content__subtitle {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px 0 10px;
  }
}

.recruit-content__box-text {
  width: 52.9%;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .recruit-content__box-text {
    width: 100%;
  }
}

.recruit-feature__container {
  padding-right: 123px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .recruit-feature__container {
    padding-right: 20px;
  }
}

.recruit-feature__container::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: #f4faff;
  top: 70px;
  right: 0;
  width: 68.4%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__container::before {
    top: 220px;
    width: 50%;
    left: 0;
  }
}

.recruit-feature__title {
  margin-bottom: 70px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .recruit-feature__title {
    margin-bottom: 30px;
  }
}

.recruit-feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box {
    display: block;
    margin-bottom: 70px;
  }
}

.recruit-feature__box-left1 {
  width: 34.4%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-left1 {
    width: 100%;
    max-width: 500px;
  }
}

.recruit-feature__box-right1 {
  padding-top: 128px;
  width: 53.5%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-right1 {
    width: 100%;
    padding-top: 30px;
  }
}

.recruit-feature__box-title {
  color: #0e5da8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-feature__box-title > span {
  padding-left: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-title > span {
    font-size: 24px;
  }
}

.recruit-feature__box-subtitle {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: bold;
}

.recruit-feature__box-text {
  line-height: 2.05;
}

.recruit-feature__container2 {
  padding-right: 136px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .recruit-feature__container2 {
    padding-right: 20px;
  }
}

.recruit-feature__container2::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: #f4faff;
  top: 68px;
  left: 0;
  width: 68.4%;
  height: 98.8%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__container2::before {
    width: 50%;
    right: 0;
    left: unset;
    height: 93%;
  }
}

.recruit-feature__box-right2 {
  width: 34.4%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-right2 {
    display: none;
  }
}

.recruit-feature__box-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-img-sp {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

.recruit-feature__box-left2 {
  padding-top: 128px;
  width: 53.5%;
}

@media screen and (max-width: 767px) {
  .recruit-feature__box-left2 {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}

.recruit-feature__under-img {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .recruit-feature__under-img {
    display: none;
  }
}

.recruit-feature__under-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit-feature__under-img-sp {
    display: block;
    width: 100%;
  }
}

.recruit-know {
  background-image: url(../img/home/recruit5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .recruit-know {
    background-image: url(../img/home/recruit5-sp.png);
    height: auto;
    background-position: inherit;
  }
}

.recruit-know__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .recruit-know__container {
    padding-top: 235px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.recruit-know__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .recruit-know__title {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.recruit-know__boxes {
  width: 43.4%;
  background-color: #fff;
  padding: 50px 27px;
}

@media screen and (max-width: 767px) {
  .recruit-know__boxes {
    width: 100%;
    padding: 20px 20px 35px;
  }
}

.recruit-know__box-title {
  font-size: 1.65vw;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #0E5DA8;
}

@media screen and (min-width: 1441px) {
  .recruit-know__box-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-know__box-title {
    font-size: 18px;
    letter-spacing: 1.7px;
    margin-bottom: 10px;
  }
}

.recruit-know__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.recruit-know__container2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .recruit-know__container2 {
    display: block;
    padding-top: 235px;
    padding-bottom: 40px;
  }
}

.recruit-know__boxes2 {
  width: 43.4%;
  background-color: #fff;
  padding: 50px 27px;
}

@media screen and (max-width: 767px) {
  .recruit-know__boxes2 {
    width: 100%;
    padding: 20px 20px 35px;
  }
}

.recruit-know__more {
  text-align: center;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .recruit-know__more {
    margin-right: 50px;
    margin-bottom: 90px;
  }
}

.recruit-know2 {
  background-image: url(../img/home/recruit6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .recruit-know2 {
    background-image: url(../img/home/recruit6-sp.png);
  }
}

.recruit-rec__container {
  padding: 0 140px;
  margin-bottom: 160px;
}

@media screen and (max-width: 1439px) {
  .recruit-rec__container {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1023px) {
  .recruit-rec__container {
    padding: 0 20px;
    margin-bottom: 70px;
  }
}

.recruit-rec__title {
  margin-bottom: 40px;
}

.recruit-rec__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 58px;
}

.recruit-rec__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recruit-rec__box {
    display: block;
  }
}

.recruit-rec__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47.4%;
  text-align: center;
  line-height: 112px;
  color: #fff;
  background-color: #0e5da8;
  border: solid 1px #0e5da8;
  border-radius: 60px;
}

@media screen and (max-width: 1023px) {
  .recruit-rec__new {
    text-align: unset;
    max-width: 345px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .recruit-rec__new {
    width: 100%;
    line-height: 70px;
    text-align: unset;
  }
}

.recruit-rec__new > a {
  display: block;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .recruit-rec__new > a {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > a {
    padding-left: 38px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > a {
    padding-left: 22px;
  }
}

.recruit-rec__new > .news-more::after {
  background-color: #fff;
  right: 63px;
  top: 53px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > .news-more::after {
    display: block;
    top: 32px;
    right: 54px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > .news-more::after {
    right: 39px;
  }
}

.recruit-rec__new > .news-more:hover::after {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > .news-more:hover::after {
    right: 47px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > .news-more:hover::after {
    right: 32px;
  }
}

.recruit-rec__new > .news-more::before {
  background-color: #fff;
  right: 64px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > .news-more::before {
    display: block;
    right: 55px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > .news-more::before {
    right: 40px;
  }
}

.recruit-rec__new > .news-more:hover::before {
  right: 54px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > .news-more:hover::before {
    right: 48px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > .news-more:hover::before {
    right: 33px;
  }
}

.recruit-rec__new > .circle-news::before {
  border-color: #fff;
  top: -20px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__new > .circle-news::before {
    right: 38px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__new > .circle-news::before {
    right: 22px;
  }
}

.recruit-rec__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47.4%;
  text-align: center;
  line-height: 112px;
  color: #0E5DA8;
  border: solid 1px #0e5da8;
  border-radius: 60px;
}

@media screen and (max-width: 1023px) {
  .recruit-rec__half {
    text-align: unset;
    max-width: 345px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .recruit-rec__half {
    width: 100%;
    line-height: 70px;
    text-align: unset;
    margin-top: 20px;
  }
}

.recruit-rec__half > a {
  display: block;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .recruit-rec__half > a {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > a {
    padding-left: 38px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > a {
    padding-left: 22px;
  }
}

.recruit-rec__half > .news-more::after {
  right: 63px;
  top: 53px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > .news-more::after {
    display: block;
    right: 54px;
    top: 32px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > .news-more::after {
    right: 39px;
  }
}

.recruit-rec__half > .news-more:hover::after {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > .news-more:hover::after {
    right: 47px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > .news-more:hover::after {
    right: 32px;
  }
}

.recruit-rec__half > .news-more::before {
  right: 64px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > .news-more::before {
    display: block;
    right: 55px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > .news-more::before {
    right: 40px;
  }
}

.recruit-rec__half > .news-more:hover::before {
  right: 54px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > .news-more:hover::before {
    right: 48px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > .news-more:hover::before {
    right: 33px;
  }
}

.recruit-rec__half > .circle-news::before {
  top: -20px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .recruit-rec__half > .circle-news::before {
    right: 38px;
  }
}

@media screen and (max-width: 359px) {
  .recruit-rec__half > .circle-news::before {
    right: 22px;
  }
}

.interview-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .interview-container {
    padding: 0 136px 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .interview-container {
    padding: 0 20px;
  }
}

.interview-fv__container {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .interview-fv__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.interview-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .interview-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .interview-fv__img {
    display: none;
  }
}

.interview-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview-fv__img-sp {
    display: block;
  }
}

.interview1__container {
  margin-top: 153px;
}

@media screen and (max-width: 767px) {
  .interview1__container {
    margin-top: 70px;
  }
}

.interview1__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #0e5da8;
  margin-bottom: 20px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .interview1__number {
    font-size: 20px;
  }
}

.interview1__number > span {
  margin-right: 10px;
  display: block;
  width: 96px;
  height: 1px;
  background-color: #0e5da8;
}

.interview1__title {
  font-size: 24px;
  font-weight: bold;
  color: #0e5da8;
  margin-bottom: 23px;
  max-width: 854px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .interview1__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.interview1__sub-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-weight: bold;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .interview1__sub-title-box {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.interview1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .interview1__box {
    display: block;
    margin-bottom: 30px;
  }
}

.interview1__box-left1 {
  width: 34.9%;
}

@media screen and (max-width: 767px) {
  .interview1__box-left1 {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
}

.interview1__box-right1 {
  width: 53.1%;
}

@media screen and (max-width: 767px) {
  .interview1__box-right1 {
    width: 100%;
  }
}

.interview1__box-right2 {
  width: 34.9%;
}

@media screen and (max-width: 767px) {
  .interview1__box-right2 {
    display: none;
  }
}

.interview1__box-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview1__box-img-sp {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
}

.interview1__box-left2 {
  width: 53.1%;
}

@media screen and (max-width: 767px) {
  .interview1__box-left2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .interview1__schedule {
    display: none;
  }
}

.interview1__schedule-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview1__schedule-sp {
    display: block;
  }
}

.interview2__container {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .interview2__container {
    margin-top: 70px;
  }
}

.interview3__container {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .interview3__container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.news-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .news-container {
    padding: 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .news-container {
    padding: 0 20px;
  }
}

.news-fv__container {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .news-fv__container {
    margin-top: 20px;
  }
}

.news-fv__title {
  margin-top: 51px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .news-fv__title {
    margin-top: 60px;
  }
}

.news-fv__sub-title {
  margin-top: -9px;
  margin-bottom: 76px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .news-fv__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.news__container {
  max-width: 1440px;
  margin: 0 auto 120px;
  padding: 0 9.5vw 0 6vw;
  text-align: center;
}

@media screen and (min-width: 1441px) {
  .news__container {
    padding: 0 136px 0 86px;
  }
}

@media screen and (max-width: 1023px) {
  .news__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .news__container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
}

.news__container > .more::before {
  right: -21px;
}

.news__container > .more::after {
  right: -22px;
}

.news__container > .more:hover::before {
  right: -40px;
}

.news__container > .more:hover::after {
  right: -41px;
}

.news__title-box {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .news__title-box {
    margin-bottom: 50px;
  }
}

.news__title {
  line-height: 72px;
}

@media screen and (max-width: 767px) {
  .news__title {
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.news__sub-title {
  margin-bottom: 2px;
}

@media screen and (max-width: 1023px) {
  .news__sub-title {
    font-size: 16px;
  }
}

.news__list {
  padding-left: 50px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .news__list {
    padding: 0 20px;
    margin-bottom: 40px;
    display: none;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news__item > .circle-news {
    display: none;
  }
}

.news__item:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
}

.news__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 98px;
  padding-right: 100px;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .news__item > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px 60px 24px 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media screen and (max-width: 767px) {
  .news__item > a {
    padding-right: 0;
  }
}

.news__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0e5da8;
  font-weight: 500;
  margin-right: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1023px) {
  .news__date {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439px) {
  .news__date {
    font-size: 16px;
  }
}

.news__cate {
  display: inline-block;
  color: #fff;
  background-color: #0e5da8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 124px;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 30px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news__cate {
    margin-bottom: 17px;
    font-size: 16px;
  }
}

.news__item-title {
  letter-spacing: 1.7px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 91%;
}

@media screen and (max-width: 1023px) {
  .news__item-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news__item-title {
    letter-spacing: 1px;
    text-align: left;
    max-width: 100%;
  }
}

.news__btn {
  padding-right: 56px;
}

@media screen and (max-width: 767px) {
  .news__btn {
    margin-right: 30px;
  }
}

.wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.larger {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
}

.smaller {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
}

.current {
  color: #0e5da8;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.current::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -10px;
  right: -14px;
  margin: 0 auto;
  border: #0e5da8 1px solid;
  border-radius: 50%;
}

.nextpostslink {
  position: relative;
  color: #0e5da8;
  font-weight: 500;
}

.nextpostslink::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -7px;
  right: -11px;
  margin: 0 auto;
  border: #0e5da8 1px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .nextpostslink::before {
    top: -9px;
    right: -12px;
  }
}

.previouspostslink {
  position: relative;
  color: #0e5da8;
  font-weight: 500;
}

.previouspostslink::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -7px;
  right: -12px;
  margin: 0 auto;
  border: #0e5da8 1px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .previouspostslink::before {
    top: -9px;
    right: -14px;
  }
}

.smaller:hover, .larger:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .6;
}

.single-news-fv__container {
  margin-bottom: 60px;
}

.single-news-fv__title {
  color: #292929;
  font-weight: bold;
  font-family: unset;
  margin-bottom: 16px;
}

.single-news-fv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-news-fv__sub-title {
  width: 213px;
  line-height: 30px;
  background-color: #0e5da8;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-news-fv__sub-title {
    width: 124px;
  }
}

.single-news-fv__date {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #0e5da8;
}

@media screen and (max-width: 767px) {
  .single-news-fv__date {
    font-size: 16px;
  }
}

.single-news-content__container {
  text-align: center;
  margin-bottom: 180px;
}

.single-news-content__box-text {
  margin-top: 60px;
  margin-bottom: 120px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.8px;
}

.single-news-content__btn {
  padding-right: 18px;
  margin-right: 36px;
}

.page-contact-container {
  max-width: 1440px;
  padding: 0 9.7vw;
  margin: 0 auto;
}

@media screen and (min-width: 1441px) {
  .page-contact-container {
    padding: 0 140px;
  }
}

@media screen and (max-width: 1023px) {
  .page-contact-container {
    padding: 0 20px;
  }
}

.page-contact-fv__container {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-contact-fv__container {
    margin-top: 0;
  }
}

.page-contact-fv__sub-title {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .page-contact-fv__sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact-fv__img {
    display: none;
  }
}

.page-contact-fv__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-contact-fv__img-sp {
    display: block;
  }
}

.page-contact-content__container {
  margin-bottom: 140px;
}

.page-contact-content__text {
  line-height: 40px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__text {
    margin-bottom: 20px;
  }
}

.page-contact-content__box-title {
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__box-title {
    margin-bottom: 20px;
  }
}

.page-contact-content__box-title > span {
  background-color: #cc4123;
  color: #fff;
  margin-left: 12px;
  width: 52px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}

.page-contact-content__box-title2 {
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__box-title2 {
    margin-bottom: 20px;
  }
}

.page-contact-content__box-title2 > span {
  background-color: #cc4123;
  color: #fff;
  margin-left: 12px;
  width: 52px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}

.page-contact-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__box {
    display: block;
  }
}

.page-contact-content__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__box2 {
    display: block;
  }
}

.page-contact-content__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 40px;
}

.page-contact-content__form-box {
  max-width: 872px;
  display: block;
  width: 74.9%;
}

@media screen and (max-width: 1023px) {
  .page-contact-content__form-box {
    width: 100%;
  }
}

.page-contact-content__form-box > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 872px;
  padding: 13px 0 14px 30px;
  line-height: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .page-contact-content__form-box > input {
    padding-left: 15px;
  }
}

.page-contact-content__form-box > textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 872px;
  padding: 13px 0 14px 30px;
  line-height: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  height: 294px;
}

@media screen and (max-width: 767px) {
  .page-contact-content__form-box > textarea {
    padding-left: 15px;
  }
}

.page-contact-content__send-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-contact-content__send {
  border: 1px solid #0e5da8;
  border-radius: 30px;
  background-color: #0e5da8;
  color: #fff;
  line-height: 60px;
  width: 254px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 66px auto 0;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  padding: 0;
}

.page-contact-content__send:hover {
  background-color: #fff;
  color: #0e5da8;
}

.page-contact-content-privacy__boxes {
  max-width: 872px;
  width: 75.1%;
}

@media screen and (max-width: 767px) {
  .page-contact-content-privacy__boxes {
    width: 100%;
  }
}

.page-contact-content-privacy__box {
  padding: 29px 27px 29px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 294px;
  overflow-y: scroll;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .page-contact-content-privacy__box {
    padding: 10px 7px 10px 16px;
  }
}

.page-contact-content-privacy__title {
  font-weight: bold;
}

.page-contact-content-privacy__text {
  letter-spacing: 3.5px;
}

.page-contact-content-privacy__list {
  margin-bottom: 40px;
}

.page-contact-content-privacy__list3 {
  position: relative;
  margin-left: 45px;
}

.page-contact-content-privacy__item1 {
  list-style: decimal;
  margin-left: 25px;
}

.page-contact-content-privacy__item1 > a {
  text-decoration: underline;
}

.page-contact-content-privacy__item2 {
  counter-increment: cnt;
  margin-left: 25px;
}

.page-contact-content-privacy__item2::before {
  content: "（" counter(cnt) "）";
}

.page-contact-content-privacy__item3 {
  margin-left: 25px;
}

.page-contact-content-privacy__item3 > span {
  position: absolute;
  left: 0;
}

.page-contact-content-privacy__array-box {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact-content-privacy__array-box > .error {
  position: absolute;
  top: 30px;
  left: 50px;
}

::-webkit-input-placeholder {
  color: #d8d8d8;
}

:-ms-input-placeholder {
  color: #d8d8d8;
}

::-ms-input-placeholder {
  color: #d8d8d8;
}

::placeholder {
  color: #d8d8d8;
}

.page-contact-content-privacy__box::-webkit-scrollbar {
  width: 11px;
  height: 40px;
}

.page-contact-content-privacy__box::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  cursor: pointer;
  padding-left: 45px;
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 20px;
  /*チェックボックスの横幅*/
  height: 20px;
  /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type="checkbox"]::after {
  border-bottom: 3px solid #0e5da8;
  /*チェックの太さ*/
  border-left: 3px solid #0e5da8;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 11px;
  /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
  /*チェック時の位置調整*/
  left: 10px;
  /*チェック時の位置調整*/
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]::after {
    top: 1px;
  }
}

input[type="checkbox"]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

.mwform-checkbox-field > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.complete__container {
  text-align: center;
}

.complete__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2.5px;
  margin-bottom: 80px;
}

.complete__btn {
  border: 1px solid #0e5da8;
  border-radius: 30px;
  background-color: #0e5da8;
  color: #fff;
  line-height: 60px;
  width: 254px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 66px auto 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0;
}

.complete__btn > a {
  width: 100%;
}

.complete__btn:hover {
  background-color: #fff;
  color: #0e5da8;
}
/*# sourceMappingURL=style.css.map */