@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
:root {
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --gnav-mobile-width: 1024;
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-padding-top: 75px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #111;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

a {
  text-decoration: none;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #111;
  font-size: var(--16px);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

img {
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.l-gnav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  z-index: 10;
}

.l-section {
  margin-top: 0;
}

.l-section-inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1180px) {
  .l-section-inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-section-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.l-news-2box {
  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;
  gap: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-news-2box > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-news-2box > *:last-child {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .l-news-2box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-news-2box > *:first-child {
    width: 100%;
  }
  .l-news-2box > *:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  position: fixed;
  bottom: 25px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media (any-hover: hover) {
  .l-fix-back:hover {
    opacity: 0.9;
    cursor: pointer;
  }
}

.bl-page-title {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url("./img/common/page-title-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.bl-page-title ._title {
  color: #628da8;
  font-size: var(--28px);
  font-size: clamp(1.75rem, 1.3166409861rem + 1.8489984592vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
}
.bl-page-title ._ja {
  margin-top: 16px;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .bl-page-title {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.bl-section-header {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ff6000;
  text-align: center;
}
.bl-section-header._no-underline {
  border-bottom: none;
}
.bl-section-header ._title {
  font-size: var(--18px);
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: bold;
  line-height: 1;
}
.bl-section-header ._title._em {
  color: #ff4500;
}
.bl-section-header ._en {
  padding-top: 16px;
  color: #628da8;
  font-size: var(--14px);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}

.bl-section-cta {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-image: url("./img/common/bg-cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bl-section-cta ._txt {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 576px) {
  .bl-section-cta {
    padding-top: 30px;
  }
}

.bl-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.bl-cta-buttons ._box {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .bl-cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-cta-buttons ._box {
    width: 100%;
  }
  .bl-cta-buttons ._box:last-child {
    margin-top: 16px;
  }
}
.bl-polygon {
  position: relative;
  width: 100%;
  height: calc(var(--polygon-img-height) + 2vw);
  margin-top: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}
.bl-polygon ._left-box,
.bl-polygon ._right-box {
  width: 57.3%;
  overflow: hidden;
}
.bl-polygon ._left-box img,
.bl-polygon ._right-box img {
  width: 100%;
  height: auto;
}
.bl-polygon ._left-box {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  z-index: 13;
}
.bl-polygon ._right-box {
  position: absolute;
  top: 2vw;
  right: 0;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 11;
}
@media screen and (max-width: 576px) {
  .bl-polygon {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

.bl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.bl-table dt,
.bl-table dd {
  padding: 14px 2%;
}
.bl-table dt,
.bl-table dd,
.bl-table dd ul li {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
  font-weight: 500;
}
.bl-table dt ._small,
.bl-table dd ._small,
.bl-table dd ul li ._small {
  font-size: 0.9em;
  overflow-wrap: anywhere;
}
.bl-table dt {
  width: 10em;
  border-top: 1px solid #dc2e00;
  border-left: 1px solid #dc2e00;
  background-color: #ed6c00;
  color: #fff;
  text-align: center;
}
.bl-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #ed6c00;
  border-right: 1px solid #ed6c00;
  line-height: 1.4;
}
.bl-table dt:last-of-type,
.bl-table dd:last-of-type {
  border-bottom: 1px solid #ff4500;
}
.bl-table .bl-table._compamy dt {
  width: 25%;
  text-align: left;
}
.bl-table .bl-table._compamy dd {
  width: 75%;
}
@media screen and (max-width: 576px) {
  .bl-table .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-table dt {
    width: 100%;
    padding: 4px 2%;
    text-align: left;
  }
  .bl-table dd {
    width: 100%;
    padding: 18px 2%;
    border-left: 1px solid #ed6c00;
  }
}

.page-top {
  padding: 8px 15px 10px;
  background-color: #fc7300;
  text-align: center;
}
.page-top p {
  color: #fff;
  font-size: var(--10px);
  font-size: clamp(0.5625rem, 0.4432251908rem + 0.5089058524vw, 0.6875rem);
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.page-top p::before {
  content: "∧";
  display: block;
  padding-bottom: 3px;
  font-size: var(--8px);
  line-height: 1;
}

/*-------------------------------
// Header
---------------------------------*/
header .header__wrapper {
  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;
  width: 100%;
  height: 100%;
  gap: 8px 0;
}
header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
}
header .company__logo {
  width: auto;
  height: calc(var(--header-height) * 0.65);
  padding-left: 10px;
}
header .company__logo img {
  width: auto;
  max-width: 53px;
  height: 100%;
}
header .company__intro {
  color: #628da8;
  font-size: var(--9px);
  font-size: clamp(0.5625rem, 0.4848066298rem + 0.3314917127vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
header .company__name {
  margin: 0;
  padding-top: 4px;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.5794198895rem + 0.9944751381vw, 1.375rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
header .company__intro-br {
  display: none;
}
header .header__right {
  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;
  gap: 3px;
}
header .cta__wrapper {
  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;
  gap: 16px;
}
header .cta__box {
  text-align: center;
  margin-left: 2px;
}
header .cta__txt {
  margin-bottom: 2px;
  font-size: var(--12px);
  font-weight: 600;
  letter-spacing: 0.01em;
}
header .cta__recruit {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: var(--header-height);
  padding-right: 20px;
  padding-left: 20px;
  background-image: url("./img/common/bg-header-recruit.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
header .cta__recruit:hover {
  opacity: 0.7;
}
header .cta__recruit-txt {
  color: #fff;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
header .cta__recruit-txt._en {
  font-size: var(--13px);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
@media screen and (max-width: 1270px) {
  header .cta__txt {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .cta__recruit {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header__wrapper {
    gap: 0 0;
  }
  header .company__logo {
    height: calc(var(--header-height) * 0.6);
    padding-left: 3px;
  }
  header .cta__wrapper {
    gap: 8px;
  }
  header .cta__box._insta {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  header .company__intro-br {
    display: block;
  }
  header .company__intro-line {
    display: none;
  }
}
header .hamburger {
  display: none;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  background-color: #fff;
  border-top: 1px solid #4f7b96;
}
.footer .footer__wrapper {
  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;
  gap: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 56px;
}
.footer .company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.footer .company .company__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer .company .company__logo {
  width: 60px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .company__name {
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.686440678rem + 1.6949152542vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
.footer .company .external__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 68px;
}
.footer .company .external__box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer .company .external__box._insta {
  display: none;
}
.footer .company .external__txt {
  font-size: clamp(0.8125rem, 0.6335877863rem + 0.7633587786vw, 1rem);
  letter-spacing: 0.03em;
}
.footer .company .external__txt._googlemap {
  color: #729fbb;
  font-weight: bold;
}
.footer .company .external__txt._insta {
  color: #4e4e4e;
  font-weight: 500;
}
.footer .company .company__address {
  margin-top: 8px;
  padding-left: 68px;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.03em;
}
.footer .menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0ebf6;
}
.footer .menu .menu__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.footer .menu .menu__item {
  margin-right: 18px;
}
.footer .menu .menu__item:last-child {
  margin-right: 0;
}
.footer .menu .menu__item._only-mb {
  display: none;
}
.footer .menu .menu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.8;
}
.footer .menu .menu__name::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ff6000;
}
.footer .cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 12px;
}
.footer .cta .cta__btn-box {
  padding-bottom: 12px;
}
.footer .sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 24px;
}
.footer .sns .sns__insta-box {
  width: 21px;
}
.footer .sns .sns__insta-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #707070;
  text-align: center;
}
.footer .footer__credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer .footer__credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .footer .l-section-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .footer .company {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .company .footer-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-top: 16px;
  }
  .footer .company .external__box {
    padding-left: 0;
  }
  .footer .company .external__box._insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .company__address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .footer .menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 18px 2%;
    border-bottom: 1px solid #e0ebf6;
    background-color: #eff3f6;
  }
  .footer .menu .menu__list {
    gap: 12px;
    width: 100%;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .menu .menu__item {
    width: 7em;
    margin-right: 0;
  }
  .footer .menu .menu__item._only-pc {
    display: none;
  }
  .footer .menu .menu__item._only-mb {
    display: block;
  }
  .footer .cta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .sns {
    display: none;
  }
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gnav.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.gnav.pc .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.gnav.pc .gnav-list li {
  height: 75px;
}
.gnav.pc .gnav-list li a {
  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;
  height: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #111;
  font-size: var(--15px);
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}
.gnav.pc .gnav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 5px;
  background-color: #ff6000;
  display: none;
}
.gnav.pc .gnav-list li a:hover::after {
  display: block;
  cursor: pointer;
}
.gnav.pc .gnav-list li._mb-only {
  display: none;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gnav.pc {
    visibility: hidden;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - 55px);
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--14px);
  list-style: none;
  border-top: 1px solid #cdd0d3;
}
.gnav.mobile .gnav-list li {
  width: 100%;
  font-weight: 500;
  background-color: #eff3f6;
}
.gnav.mobile .gnav-list li a {
  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;
  min-height: 3.5em;
  border-bottom: 1px solid #cdd0d3;
  gap: 8px;
}
.gnav.mobile .gnav-list li a::before {
  content: "";
  margin-right: 0.25em;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ff6000;
}
.gnav.mobile .gnav-list li a:hover {
  cursor: pointer;
  background-color: #d5dade;
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile .gnav-list li._mb-only {
  display: block;
}
.gnav.mobile .gnav-list li._pc-only {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
  background-color: #d5dade;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  background-color: #eff3f6;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  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: 100%;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile .gnav__hamb-cta {
  display: block;
  margin-top: 8px;
  padding-bottom: 24px;
  text-align: center;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__box {
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper ._box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper ._txt._googlemap {
  color: #729fbb;
  font-weight: bold;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper ._txt._insta {
  color: #4e4e4e;
  font-weight: 500;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #707070;
}
.gnav.mobile .gnav__bottom .gnav__name {
  font-size: var(--12px);
  color: #fff;
  text-align: center;
}
.gnav.mobile .gnav__bottom .gnav__created {
  color: #fff;
  font-size: var(--10px);
  text-align: center;
  opacity: 1;
}

.news__top-margin {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .news__top-margin {
    padding-top: 0;
  }
}

.newslist {
  padding-bottom: 30px;
}
.newslist .news__list {
  width: 100%;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.newslist .news__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #628da8;
}
.newslist .news__date-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9em;
  margin-left: 5px;
}
.newslist .news__date {
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.5710877863rem + 0.7633587786vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.newslist .news__date time {
  color: #111;
}
.newslist .news__txt {
  margin-left: 5px;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
}
.newslist a:hover * {
  color: #777;
}
@media screen and (max-width: 900px) {
  .newslist .news__date-box {
    width: 7.5em;
  }
}
@media screen and (max-width: 1024px) {
  .newslist {
    width: 100%;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .newslist .news__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  color: #111;
}
@media screen and (max-width: 768px) {
  .side__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .side__wrapper > * {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .side__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .side__wrapper > * {
    max-width: 350px;
  }
}
.side__wrapper .wd-latest {
  width: 100%;
}
.side__wrapper .wd-latest .wd-latest__title {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  color: #fff;
  background-color: #729fbb;
}
.side__wrapper .wd-latest .wd-latest__list {
  margin-top: 12px;
}
.side__wrapper .wd-latest .wd-latest__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #628da8;
}
.side__wrapper .wd-latest .wd-latest__list li a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-top: 8px;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
  text-wrap: wrap;
  line-height: 1.5;
}
.side__wrapper .wd-latest .wd-latest__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(240, 240, 240, 0.8);
  text-decoration-thickness: 1px;
}
.side__wrapper .wd-latest .wd-latest__list li time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  font-size: var(--12px);
  font-size: clamp(0.75rem, 0.6903625954rem + 0.2544529262vw, 0.8125rem);
  color: #111;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-latest .wd-latest__list li:first-child {
    margin-top: 18px;
    padding-top: 0px;
  }
}
.side__wrapper .wd-arch {
  width: 100%;
  margin-top: 20px;
}
.side__wrapper .wd-arch .wd-arch__title {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  color: #fff;
  background-color: #729fbb;
}
.side__wrapper .wd-arch .wd-arch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  list-style: none;
}
.side__wrapper .wd-arch .wd-arch__list li {
  width: 12em;
  padding-left: 1.75rem;
  padding-left: 0;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
}
.side__wrapper .wd-arch .wd-arch__list li:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(240, 240, 240, 0.5);
  text-decoration-thickness: 1px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-arch {
    margin-top: 0;
  }
  .side__wrapper .wd-arch .wd-arch__list {
    margin-top: 18px;
  }
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: var(--15px);
  text-align: center;
  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;
  color: #729fbb;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #729fbb;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .pages {
  width: 3em;
  margin-right: 1.5em;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  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;
  margin: 0 7px 0 0;
  width: 2.75em;
  height: 2.75em;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  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;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi span.current {
  background: #729fbb;
  color: #fff;
}
.wp-pagenavi .wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  background: #729fbb;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  padding: 0.5em 0.75em;
  background-color: #ff6000;
  font-size: clamp(1rem, 0.5856353591rem + 1.7679558011vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ff6000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .btn:hover {
    cursor: pointer;
  }
}

.btn._top-recruit {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 0.5em 1.5em;
  border: 1px solid #fff;
  border-radius: 99px;
  background-color: rgba(100, 100, 100, 0.7);
  color: #fff;
  font-size: clamp(0.75rem, 0.4910220994rem + 1.1049723757vw, 1.375rem);
  font-weight: normal;
  letter-spacing: 0.03em;
}
.btn._top-recruit::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._top-recruit:hover {
    background-color: rgba(100, 100, 100, 0.9);
  }
  .btn._top-recruit:hover::after {
    right: 0.3em;
  }
}
@media screen and (max-width: 576px) {
  .btn._top-recruit {
    padding: 0.5em 0.75em;
  }
}

.btn._top-news {
  max-width: 250px;
  padding: 1em;
  border: 2px solid #ff6000;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: bold;
}
@media (any-hover: hover) {
  .btn._top-news:hover {
    color: #fff;
    background-color: #ff6000;
  }
}

.btn._bl-cta {
  max-width: 350px;
  padding: 0.6em 0.75em;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 500;
}
.btn._bl-cta::before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.btn._bl-cta._tel {
  gap: 8px;
  color: #fff;
  letter-spacing: 0.06em;
  border: 3px solid #ff6000;
  background-color: #ff6000;
}
.btn._bl-cta._tel::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
.btn._bl-cta._mail {
  gap: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  border: 3px solid #628da8;
  background-color: #628da8;
}
.btn._bl-cta._mail::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-image: url("./img/common/i-mail.svg");
          mask-image: url("./img/common/i-mail.svg");
}
@media (any-hover: hover) {
  .btn._bl-cta._tel:hover {
    background-color: #fff;
    color: #ff6000;
  }
  .btn._bl-cta._tel:hover::before {
    background-color: #ff6000;
  }
  .btn._bl-cta._mail:hover {
    background-color: #fff;
    color: #628da8;
  }
  .btn._bl-cta._mail:hover::before {
    background-color: #628da8;
  }
}
@media screen and (max-width: 414px) {
  .btn._bl-cta {
    max-width: 280px;
  }
}

.btn._cta-header,
.btn._cta-footer {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 300px;
  padding: 3px 1.5em;
  border-radius: 20px;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, -0.3125rem + 1.953125vw, 1.25rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
}
.btn._cta-header::before,
.btn._cta-footer::before {
  content: "";
  width: 32px;
  height: 32px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.btn._cta-header._mail,
.btn._cta-footer._mail {
  gap: 8px;
  background-color: #628da8;
  border: 3px solid #628da8;
}
.btn._cta-header._mail::before,
.btn._cta-footer._mail::before {
  -webkit-mask-size: 80%;
          mask-size: 80%;
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn._cta-header._tel,
.btn._cta-footer._tel {
  gap: 3px;
  background-color: #ff6000;
  border: 3px solid #ff6000;
  font-size: clamp(1.125rem, 0.125rem + 1.5625vw, 1.375rem);
  letter-spacing: 0.08em;
}
.btn._cta-header._tel::before,
.btn._cta-footer._tel::before {
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._cta-header._mail:hover,
  .btn._cta-footer._mail:hover {
    background-color: #fff;
    color: #628da8;
  }
  .btn._cta-header._mail:hover::before,
  .btn._cta-footer._mail:hover::before {
    background-color: #628da8;
  }
  .btn._cta-header._tel:hover,
  .btn._cta-footer._tel:hover {
    background-color: #fff;
    color: #ff6000;
  }
  .btn._cta-header._tel:hover::before,
  .btn._cta-footer._tel:hover::before {
    background-color: #ff6000;
  }
}

.btn._cta-header {
  padding: 3px 1.25em;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.625rem + 0.390625vw, 0.9375rem);
}

.btn._cta-header._tel._noframe {
  gap: 0px;
  padding: 0;
  background-color: #fff;
  color: #ff6000;
  font-size: var(--15px);
  font-size: clamp(1rem, 0.75rem + 0.390625vw, 1.0625rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  border: none;
}
.btn._cta-header._tel._noframe::before {
  content: "";
  background-color: #ff6000;
}

.btn._cta-header._tel._hamburger,
.btn._cta-header._mail._hamburger {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.0625rem, 1.0366022099rem + 0.1104972376vw, 1.125rem);
  border-radius: 5px;
}

@media screen and (max-width: 1190px) {
  .btn._cta-header:not(._hamburger) {
    width: 45px;
    height: 45px;
    padding: 3px;
    border-radius: 5px;
  }
  .btn._cta-header:not(._hamburger)._mail::before, .btn._cta-header:not(._hamburger)._tel::before {
    width: 75%;
    height: 75%;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .btn._cta-header:not(._hamburger)._tel._noframe {
    background-color: #ff6000;
    border: 3px solid #ff6000;
  }
  .btn._cta-header:not(._hamburger)._tel._noframe::before {
    width: 65%;
    height: 65%;
    background-color: #fff;
  }
  .btn._cta-header:not(._hamburger)._tel._noframe:hover {
    background-color: #fff;
  }
  .btn._cta-header:not(._hamburger)._tel._noframe:hover::before {
    background-color: #ff6000;
  }
  .btn._cta-header:not(._hamburger) ._txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btn._cta-header:not(._hamburger) {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .btn._cta-footer {
    border-radius: 5px;
  }
}

.btn._topic {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  padding: 0.5em 0.75em;
  background-color: #ff6000;
  font-size: clamp(1rem, 0.5856353591rem + 1.7679558011vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ff6000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ff6000;
  border: 3px solid #ff6000;
  color: #fff;
  font-style: var(--16px);
  font-size: clamp(1rem, 0.25rem + 1.5625vw, 1.25rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._topic:hover {
    cursor: pointer;
  }
}
.btn._topic::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .btn._topic {
    max-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (any-hover: hover) {
  .btn._topic:hover::after {
    right: 0.75em;
  }
}

.btn._confirm {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  padding: 0.5em 0.75em;
  background-color: #ff6000;
  font-size: clamp(1rem, 0.5856353591rem + 1.7679558011vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ff6000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ff6000;
  border: 4px solid #ff6000;
  color: #fff;
  font-style: var(--18px);
  font-size: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
  letter-spacing: 0.75em;
}
@media (any-hover: hover) {
  .btn._confirm:hover {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .btn._confirm:hover {
    background-color: #fff;
    color: #ff6000;
  }
}

.btn._back-recruit {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  padding: 0.5em 0.75em;
  background-color: #ff6000;
  font-size: clamp(1rem, 0.5856353591rem + 1.7679558011vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ff6000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ff6000;
  border: 4px solid #ff6000;
  color: #fff;
  font-style: var(--18px);
  font-size: clamp(1rem, 0.25rem + 1.5625vw, 1.25rem);
  letter-spacing: 0.2em;
}
@media (any-hover: hover) {
  .btn._back-recruit:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 576px) {
  .btn._back-recruit {
    max-width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (any-hover: hover) {
  .btn._back-recruit:hover {
    background-color: #fff;
    color: #ff6000;
  }
}

.btn._home {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  padding: 0.5em 0.75em;
  background-color: #ff6000;
  font-size: clamp(1rem, 0.5856353591rem + 1.7679558011vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ff6000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 240px;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #ff6000;
  background-color: #ff6000;
}
@media (any-hover: hover) {
  .btn._home:hover {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #ff6000;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #628da8;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  width: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  height: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 28%;
  height: 2px;
  border-radius: 2px;
  background: #555;
  width: 45%;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 30%;
}

.hamburger span:nth-of-type(2) {
  top: 46%;
}

.hamburger span:nth-of-type(3) {
  top: 62%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
          transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
          transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
  width: 42%;
}

.p-top .mv {
  position: relative;
  margin: 0;
}
.p-top .mv .mv__slider-wrapper {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv .mv__img {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p-top .mv .mv__img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top .mv .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1120px;
  padding-left: 3%;
  text-align: left;
  z-index: 11;
}
.p-top .mv .slick-dots li button:before {
  color: #8f8f8f;
}
.p-top .mv .slick-dots li.slick-active button:before {
  color: #fe7400;
}
.p-top .mv .mv__copy-bg,
.p-top .mv .mv__copy {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
  min-width: 400px;
  padding-left: 8%;
}
.p-top .mv .mv__copy-bg {
  height: var(--mv-copy-height);
  background-color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-top .mv .mv__copy-name {
  position: relative;
  top: -0.4em;
  padding-bottom: 4px;
  color: #ff4500;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  z-index: 11;
}
.p-top .mv .mv__copy-txt {
  position: relative;
  top: -0.4em;
  left: -0.2em;
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-style: italic;
}
.p-top .mv .mv__copy-txt:nth-of-type(2) {
  left: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-top .mv .mv__copy-bg,
  .p-top .mv .mv__copy {
    bottom: -3px;
    right: 0;
    width: 100%;
    min-width: initial;
    padding-left: 15%;
  }
  .p-top .mv .mv__copy-name {
    top: -0.4em;
    font-size: 10vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-top .mv .mv__copy-txt {
    font-size: 7vw;
    line-height: 1.4;
  }
}
.p-top .recruit {
  margin-top: -30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("./img/top/recruit-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top .recruit .recruit__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .recruit .recruit__title-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 60px;
  text-align: center;
  background-image: url("./img/top/recruit-title-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
}
.p-top .recruit .recruit__title-txt {
  color: #fff;
  font-size: var(--20px);
  font-size: clamp(1rem, 0.3499614792rem + 2.7734976888vw, 2.125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px #ff6000, 0 0 8px #ff6000, 0 0 8px #ff6000, 0 0 6px #ff6000;
  white-space: nowrap;
}
.p-top .recruit .recruit__title-txt._en {
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.4610939908rem + 1.2326656394vw, 1.25rem);
}
.p-top .recruit .recruit__message-box {
  padding-top: 12px;
  padding-left: 0.75em;
  z-index: 11;
}
.p-top .recruit .recruit__message-txt {
  font-size: var(--15px);
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-top .recruit .recruit__message-txt ._em {
  display: inline-block;
  padding-right: 0.7em;
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
  color: #ff6000;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.p-top .recruit .recruit__message-sm {
  display: none;
  text-align: center;
  font-size: var(--15px);
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-top .recruit .recruit__img-box {
  position: relative;
  top: -2.5vw;
  width: 100%;
  overflow: hidden;
}
.p-top .recruit .recruit__img-box img {
  width: 100%;
  height: auto;
}
.p-top .recruit .recruit__img-inner {
  position: absolute;
  right: 1vw;
  bottom: 4vw;
  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;
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .p-top .recruit .recruit__message-txt {
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .p-top .recruit .recruit__message-txt ._sub {
    display: none;
  }
  .p-top .recruit .recruit__message-sm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__img-inner {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .p-top .recruit {
    padding-bottom: 35px;
  }
  .p-top .recruit .recruit__title-box {
    padding: 8px 30px;
  }
  .p-top .recruit .recruit__message-box {
    padding-top: 6px;
  }
}
.p-top .transport {
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top .transport .transport__heading {
  padding-top: 24px;
  text-align: center;
}
.p-top .transport .transport__heading-copy {
  color: #ff4500;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: bold;
  line-height: 1.5;
}
.p-top .transport .transport__heading-txt {
  padding-top: 16px;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-top .transport .transport__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
  width: 100%;
  padding-top: 40px;
}
.p-top .transport .transport__cards > * {
  width: 32%;
}
.p-top .transport .card__outer {
  display: block;
}
.p-top .transport .card__outer:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0.8;
}
.p-top .transport .card__outer:hover .card__heading-box {
  background: repeating-linear-gradient(-45deg, #ff6000, #ff6000 5px, #f37b31 5px, #f37b31 6px);
}
.p-top .transport .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
  padding: 3px;
  overflow: hidden;
}
.p-top .transport .card__content {
  width: 100%;
  overflow: hidden;
}
.p-top .transport .card__content img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .transport .card__heading-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: 100%;
  min-height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #4f7b96, #4f7b96 5px, #63849a 5px, #63849a 6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .transport .card__heading {
  color: #fff;
  font-size: clamp(1rem, 0.9741022099rem + 0.1104972376vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-top .transport .card__heading ._br {
  display: none;
}
@media screen and (max-width: 1050px) {
  .p-top .transport .transport__cards > * {
    width: 49%;
  }
}
@media screen and (max-width: 670px) {
  .p-top .transport .card__heading ._br {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-top .transport {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .p-top .transport .transport__cards > * {
    width: 100%;
  }
  .p-top .transport .card__heading ._br {
    display: none;
  }
}
.p-top .news {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fffef7;
  -webkit-box-shadow: 0 12px 12px 0 #f3f2f2;
          box-shadow: 0 12px 12px 0 #f3f2f2;
}
.p-top .news .news__list {
  width: 100%;
  max-width: 1000px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .news .news__article-outer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #628da8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .news .news__article-outer a:hover {
  opacity: 0.7;
}
.p-top .news .news__title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.5em;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top .news .news__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 0.25em;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ff6000;
}
@media screen and (max-width: 576px) {
  .p-top .news {
    padding-bottom: 40px;
  }
  .p-top .news .news__list {
    margin-top: 30px;
  }
}
.p-top .cta {
  padding-top: 40px;
}
.p-top .cta .cta__icon {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-top .cta {
    padding-top: 25px;
  }
}

.p-business {
  /*------------------------
  // Business
  //------------------------*/
}
.p-business .bus__header {
  text-align: center;
}
.p-business .bus__header ._title {
  color: #ff4500;
  font-size: var(--20px);
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: bold;
  line-height: 1.3;
}
.p-business .bus__header ._en {
  margin-top: var(--18px);
  color: #7198b0;
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.p-business .message {
  padding-top: 50px;
}
.p-business .message .message__txt {
  margin-top: var(--36px);
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 576px) {
  .p-business .message {
    padding-top: 35px;
  }
}
.p-business .transport {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
.p-business .transport .transport__cards {
  margin-top: 50px;
  list-style: none;
}
.p-business .transport .card {
  margin-top: 40px;
}
.p-business .transport .card:first-child {
  margin-top: 0;
}
.p-business .transport .card__heading {
  width: 50%;
  padding: 18px;
  background: repeating-linear-gradient(-45deg, #ff6000, #ff6000 5px, #f37b31 5px, #f37b31 6px);
  text-align: center;
}
.p-business .transport .card__heading ._br {
  display: none;
}
.p-business .transport .card__heading-txt {
  color: #fff;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 500;
}
.p-business .transport .card__heading-txt ._br-machine,
.p-business .transport .card__heading-txt ._br-agri {
  display: none;
}
.p-business .transport .card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background-color: #fff;
}
.p-business .transport .card__body > * {
  width: 50%;
}
.p-business .transport .card__img {
  min-height: 100px;
  overflow: hidden;
}
.p-business .transport .card__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business .transport .card__desc {
  padding: 3% 3%;
  background-color: #fff;
}
.p-business .transport .card__icon {
  width: 25%;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.p-business .transport .card__icon img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-business .transport .card__txt {
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .p-business .transport .card__heading-txt ._br-agri {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .p-business .transport .card__heading-txt ._br-machine {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .p-business .transport .card__heading {
    width: 100%;
  }
  .p-business .transport .card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business .transport .card__body > * {
    width: 100%;
  }
  .p-business .transport .card__img {
    background-color: #fff;
    position: relative;
  }
  .p-business .transport .card__img::after {
    content: "";
    position: absolute;
    bottom: -28%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: circle(30% at bottom);
  }
  .p-business .transport .card__heading-txt ._br-machine {
    display: none;
  }
  .p-business .transport .card__desc {
    position: relative;
    padding: 0 3% 3% 3%;
    z-index: 11;
  }
  .p-business .transport .card__txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-business .transport {
    padding-top: 30px;
  }
  .p-business .transport .transport__cards {
    margin-top: 30px;
  }
  .p-business .transport .card__heading {
    padding: 12px;
  }
}
.p-business .reason {
  padding-top: 60px;
  padding-bottom: 30px;
}
.p-business .reason .reason__list {
  margin-top: 60px;
  list-style: none;
}
.p-business .reason .reason__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.p-business .reason .reason__li:first-child {
  margin-top: 0;
}
.p-business .reason .reason__main {
  width: 65%;
}
.p-business .reason .reason__heading {
  padding-bottom: 8px;
  color: #628da8;
  font-size: var(--18px);
  font-size: clamp(1.125rem, 0.6194144838rem + 2.157164869vw, 2rem);
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.p-business .reason .reason__txt {
  padding-top: 20px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: justify;
}
.p-business .reason .reason__img {
  padding-left: 3%;
}
.p-business .reason .reason__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-business .reason .reason__li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business .reason .reason__main {
    width: 100%;
  }
  .p-business .reason .reason__img {
    width: 100%;
    max-width: 380px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-business .reason {
    padding-top: 30px;
  }
  .p-business .reason .reason__list {
    margin-top: 40px;
  }
}

.p-company {
  /*------------------------
  // Company
  //------------------------*/
}
.p-company .rinen .rinen__heading-box {
  margin-top: 40px;
  border-bottom: 2px solid #ff4500;
}
.p-company .rinen .rinen__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #ff4500;
  font-size: var(--18px);
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: bold;
}
.p-company .rinen .rinen__heading::before {
  content: "";
  height: 0.8660254038em;
  width: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7198b0;
}
.p-company .rinen .rinen__list {
  padding: 18px 18px;
  background-color: #fff6e9;
  list-style: none;
  counter-reset: rinen-num;
}
.p-company .rinen .rinen__li {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.p-company .rinen .rinen__li:first-child {
  margin-top: 0;
}
.p-company .rinen .rinen__li::before {
  counter-increment: rinen-num;
  content: counter(rinen-num) ".";
  display: block;
  font: inherit;
  width: 2.25em;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .p-company .rinen .rinen__heading-box {
    margin-top: 30px;
  }
}
.p-company .company .company__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #ff4500;
  font-size: var(--18px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
}
.p-company .company .company__heading::before {
  content: "";
  height: 0.8660254038em;
  width: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7198b0;
}
.p-company .manage {
  padding-top: 70px;
  padding-bottom: 50px;
}
.p-company .manage .manage__period {
  margin-top: 12px;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.p-company .manage .manage__list {
  width: 100%;
  max-width: 900px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 3%;
  list-style: none;
  border: 1px solid #ff6000;
}
.p-company .manage .manage__item {
  margin-top: 24px;
}
.p-company .manage .manage__item:first-of-type {
  margin-top: 0;
}
.p-company .manage .manage__heading {
  font-size: var(--17px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
}
.p-company .manage .manage__txt {
  margin-top: 8px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-company .manage .manage__tbl {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
}
.p-company .manage .manage__tbl th._goal {
  width: 45%;
}
.p-company .manage .manage__tbl th._number {
  width: 15%;
  min-width: 3em;
}
.p-company .manage .manage__tbl th,
.p-company .manage .manage__tbl td {
  padding: 4px 1%;
  border: 1px solid #111;
  font-size: var(--15px);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .p-company .manage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-company .feature {
  padding-top: 40px;
  background-image: url("./img/common/bg-recruit-pattern.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.p-company .feature .feature__heading {
  padding-top: 18px;
  font-size: var(--18px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.p-company .feature .feature__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 32px;
  list-style: none;
}
.p-company .feature .feature__cards > * {
  width: 48%;
}
.p-company .feature .card__heading-box {
  padding: 18px 8px;
  background-image: url("./img/contents/company/features-title-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.p-company .feature .card__heading {
  color: #fff;
  font-size: var(--24px);
  font-size: clamp(1.5rem, 0.8571428571rem + 1.7857142857vw, 2rem);
}
.p-company .feature .card__img-box {
  min-height: 100px;
  aspect-ratio: 2/1;
  padding: 16px;
  border: 1px solid #f39502;
  text-align: center;
  background-color: #ffefd7;
  overflow: hidden;
}
.p-company .feature .card__img-box img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company .feature .card__txt {
  padding: 12px 0;
  font-size: var(--18px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .p-company .feature {
    padding-top: 20px;
  }
  .p-company .feature .feature__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .p-company .feature .feature__cards > * {
    width: 100%;
    margin-top: 16px;
  }
  .p-company .feature .card__heading-box {
    padding: 8px 8px;
  }
  .p-company .feature .card__heading {
    font-size: clamp(1.375rem, 1.1417910448rem + 0.9950248756vw, 1.5rem);
  }
}
.p-company .business {
  margin-top: 60px;
}
.p-company .business .business__list {
  margin-top: 32px;
  list-style: none;
}
.p-company .business .item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.p-company .business .item__wrapper:first-of-type {
  margin-top: 0;
}
.p-company .business .item__main {
  width: 55%;
}
.p-company .business .item__heading-box {
  padding-bottom: 4px;
  border-bottom: 2px solid #628da8;
}
.p-company .business .item__heading {
  color: #628da8;
  font-size: var(--24px);
  font-size: clamp(1.125rem, 0.6194144838rem + 2.157164869vw, 2rem);
  font-weight: 600;
}
.p-company .business .item__txt {
  padding-top: 24px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.p-company .business .item__img-box {
  width: 40%;
  overflow: hidden;
}
.p-company .business .item__img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company .business .item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
  .p-company .business .item__main {
    width: 100%;
  }
  .p-company .business .item__img-box {
    width: 100%;
    max-width: 380px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-company .business {
    margin-top: 30px;
  }
}
.p-company .vehicle {
  margin-top: 70px;
  padding-bottom: 30px;
}
.p-company .vehicle .vehicle__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 24px;
  list-style: none;
}
.p-company .vehicle .vehicle__cards > * {
  width: 48%;
}
.p-company .vehicle .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-top: 24px;
}
.p-company .vehicle .card__heading-box {
  padding: 8px;
  background: repeating-linear-gradient(-45deg, #ff6000, #ff6000 5px, #f37b31 5px, #f37b31 6px);
}
.p-company .vehicle .card__heading {
  color: #fff;
  font-size: var(--17px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: bold;
}
.p-company .vehicle .card__img-box {
  width: 100%;
}
.p-company .vehicle .card__img-box img {
  width: 100%;
  height: auto;
}
.p-company .vehicle .js-slide-vehicles .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.p-company .vehicle .slick-list {
  padding: 0 !important;
  position: relative;
}
.p-company .vehicle .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.p-company .vehicle .slick-dots {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.p-company .vehicle .slick-dots li button:before {
  color: #ddd;
  opacity: 0.7;
}
.p-company .vehicle .slick-dots li.slick-active button:before {
  color: #fe7400;
  opacity: 1;
}
.p-company .vehicle .card__thumb-wrapper {
  width: 100% !important;
  margin-top: 12px;
  overflow: hidden;
}
.p-company .vehicle .card__thumb-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
}
.p-company .vehicle .card__thumb-box.slick-slide {
  float: unset !important;
}
.p-company .vehicle .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.p-company .vehicle .card__thumb-box {
  width: 25% !important;
  cursor: pointer;
  margin-left: 5px;
  overflow: hidden;
}
.p-company .vehicle .card__thumb-box:first-child {
  margin-left: 0;
}
.p-company .vehicle .card__thumb-box img {
  width: 100%;
  height: auto;
}
.p-company .vehicle .card__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  background-color: #ebf0f3;
  border-top: 2px solid #96a9b3;
  border-bottom: 2px solid #96a9b3;
}
.p-company .vehicle .card__term,
.p-company .vehicle .card__desc {
  margin-top: 4px;
  font-size: var(--15px);
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-company .vehicle .card__term {
  width: 8em;
  color: #557789;
}
.p-company .vehicle .card__desc {
  width: calc(100% - 8em);
}
@media screen and (max-width: 660px) {
  .p-company .vehicle .vehicle__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .vehicle .vehicle__cards > * {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-company .vehicle {
    margin-top: 35px;
  }
  .p-company .vehicle .vehicle__cards {
    margin-top: 12px;
  }
}

.p-recruit {
  /*------------------------
  // Recruit
  //------------------------*/
}
.p-recruit .interview {
  padding-top: 20px;
  padding-bottom: 60px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-recruit .interview .interview__cards {
  width: 100%;
  padding-top: 36px;
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 30px;
}
.p-recruit .interview .interview__cards > * {
  width: 32%;
}
.p-recruit .interview .card__outer {
  padding: 3px;
  overflow: hidden;
}
.p-recruit .interview .card__link:hover .card__img img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-recruit .interview .card__link:hover .card__profile::after {
  right: 3px;
}
.p-recruit .interview .card__img {
  overflow: hidden;
}
.p-recruit .interview .card__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .interview .card__profile-box {
  margin-top: 5px;
  background-color: #ff4500;
  background: -webkit-gradient(linear, left top, right top, from(#ff5601), to(#fd942c));
  background: linear-gradient(to right, #ff5601, #fd942c);
  padding: 4px 12px;
}
.p-recruit .interview .card__profile {
  position: relative;
  color: #fff;
  padding-right: 12px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-recruit .interview .card__profile::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 880px) {
  .p-recruit .interview .interview__cards > * {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .p-recruit .interview {
    padding-bottom: 40px;
  }
  .p-recruit .interview .interview__cards > * {
    width: 100%;
  }
  .p-recruit .interview .card__img {
    height: 62vw;
  }
}
.p-recruit .recruit {
  padding-top: 40px;
}
.p-recruit .recruit .recruit__table-wrapper {
  width: 100%;
  margin-top: 32px;
}
.p-recruit .recruit .recruit__table-wrapper:first-of-type {
  margin-top: 40px;
}
.p-recruit .recruit .recruit__table-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: var(--20px);
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 600;
}
.p-recruit .recruit .recruit__table-name::before {
  content: "";
  height: 0.8660254038em;
  width: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7198b0;
}
.p-recruit .recruit .recruit__salary-list {
  padding-left: 1em;
  list-style-position: inside;
  list-style: disc;
}
.p-recruit .recruit .recruit__salary-list li {
  margin-top: 8px;
}
.p-recruit .recruit .recruit__sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #ff4500;
  font-size: var(--18px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
  border-bottom: 2px solid #ff4500;
}
.p-recruit .recruit .recruit__sub-header::before {
  content: "";
  height: 0.8660254038em;
  width: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #ff4500;
}
.p-recruit .recruit .recruit__sub-txt {
  padding-top: 16px;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.p-recruit .recruit .recruit__sub-list {
  padding-top: 16px;
  padding-left: 1.2em;
  list-style: none;
}
.p-recruit .recruit .recruit__sub-list li {
  position: relative;
  padding-left: 1.2em;
  font-size: var(--18px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.p-recruit .recruit .recruit__sub-list li::before {
  content: "⚫︎";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1.7;
  color: #ff4500;
}
.p-recruit .recruit .recruit__contact-link {
  color: #628da8;
  text-decoration: underline;
  text-decoration-color: #628da8;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.p-recruit .recruit .recruit__contact-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 576px) {
  .p-recruit .recruit {
    padding-top: 30px;
  }
  .p-recruit .recruit .recruit__sub-list {
    padding-left: 8px;
  }
}
.p-recruit .cta {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p-recruit .cta {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.p-interview {
  /*------------------------
  // Interview Page
  //------------------------*/
}
.p-interview .bg__heading {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url("./img/common/bg-recruit-pattern.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .p-interview .bg__heading {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.p-interview .bg__body {
  background-color: #f5fafc;
  padding-bottom: 50px;
}
.p-interview .profile .profile__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
}
.p-interview .profile .profile__face {
  width: 55%;
}
.p-interview .profile .profile__face img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.p-interview .profile .profile__name {
  width: 100%;
  padding: 4px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ff5601), to(#fd942c));
  background: linear-gradient(to right, #ff5601, #fd942c);
  color: #fff;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
}
.p-interview .profile .profile__message {
  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: 45%;
  padding: 1%;
  background-color: transparent;
}
.p-interview .profile .profile__message-txt {
  color: #295876;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.28125rem + 1.3671875vw, 1.375rem);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-interview .profile .profile__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 16px;
  }
  .p-interview .profile .profile__face {
    width: 100%;
  }
  .p-interview .profile .profile__message {
    width: 100%;
    margin-top: 16px;
  }
  .p-interview .profile .profile__message-txt {
    color: #295876;
    font-size: var(--16px);
    font-size: clamp(1rem, 0.7614503817rem + 1.0178117048vw, 1.25rem);
  }
}
.p-interview .qa .qa__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-interview .qa .qa__list {
  width: 60%;
  list-style: none;
}
.p-interview .qa .qa__cat-outer {
  margin-top: 24px;
  padding-right: 5%;
}
.p-interview .qa .qa__cat-outer:first-of-type {
  margin-top: 0;
}
.p-interview .qa .qa__cat-box {
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid currentColor;
  color: #477491;
}
.p-interview .qa .qa__cat {
  color: inherit;
  font-size: var(--17px);
  font-size: clamp(1rem, 0.8125rem + 0.390625vw, 1.125rem);
  font-weight: bold;
  line-height: 1.8;
}
.p-interview .qa .qa__cat::before {
  content: "■";
  display: inline-block;
  width: 1.25em;
  height: 1em;
  color: inherit;
}
.p-interview .qa .qa__que,
.p-interview .qa .qa__ans {
  font-size: var(--15px);
  font-size: clamp(0.9375rem, 0.84375rem + 0.1953125vw, 1rem);
}
.p-interview .qa .qa__que {
  margin-top: 16px;
  color: #ff6000;
  font-weight: 600;
  line-height: 1.8;
}
.p-interview .qa .qa__que::before {
  content: "Q.";
  display: inline-block;
  width: 1.25em;
  height: 1.8em;
  color: inherit;
}
.p-interview .qa .qa__ans {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.p-interview .qa .qa_imgs-wrapper {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-interview .qa .qa__img-box {
  width: 100%;
  padding-bottom: 32px;
}
.p-interview .qa .qa__img-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-interview .qa {
    padding-top: 20px;
  }
  .p-interview .qa .qa__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-interview .qa .qa__list {
    width: 100%;
  }
  .p-interview .qa .qa__cat-outer {
    margin-top: 32px;
  }
  .p-interview .qa .qa_imgs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 32px;
  }
  .p-interview .qa .qa__img-box {
    padding-bottom: 0;
  }
}
.p-interview .back {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview .back {
    margin-top: 32px;
  }
}

.p-contact {
  padding-bottom: 80px;
  border-bottom: 2px solid #9b9b9b;
  /* Checkboxes styles */
}
.p-contact .contact__heading-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.p-contact .contact__heading {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
}
.p-contact .contact__heading ._em {
  color: #ff4500;
}
.p-contact .contact__btn-box {
  margin-top: 50px;
}
.p-contact .contact__form-wrapper {
  width: 95%;
  max-width: 920px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact__private {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  border: 2px solid #9b9b9b;
}
.p-contact .contact__private-txt {
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  font-weight: 500;
}
.p-contact .contact__agree {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-contact .contact__heading-box {
    text-align: left;
  }
  .p-contact .contact__heading:last-of-type {
    padding-top: 16px;
  }
}
@media screen and (max-width: 930px) {
  .p-contact .contact__heading ._break {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 50px;
  }
  .p-contact .contact__form-wrapper {
    margin-top: 25px;
  }
  .p-contact .contact__heading-box {
    padding-top: 36px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .p-contact .contact__private {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-contact .contact__btn-box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact .contact__heading-box {
    padding-bottom: 10px;
  }
}
.p-contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact form#mailformpro dl dt:first-of-type,
.p-contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact form#mailformpro dl dt,
.p-contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(32% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(68% - 5px);
}
.p-contact form#mailformpro input[type=text],
.p-contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  vertical-align: middle;
}
.p-contact form#mailformpro input[type=text]:focus,
.p-contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
}
.p-contact form#mailformpro textarea:focus {
  outline: none;
}
@media screen and (max-width: 800px) {
  .p-contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 1.5em;
  }
  .p-contact form#mailformpro dl dd,
  .p-contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 10px;
    padding-left: 0em;
  }
  .p-contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact form#mailformpro input[type=text],
  .p-contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact form#mailformpro textarea {
    width: 100%;
  }
}
.p-contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #ff4500;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .mfp_parent_error {
  border: solid 2px #f00;
}
.p-contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}
.p-contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}
.p-contact .type_checkbox input[type=checkbox],
.p-contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .type_radio label {
  cursor: pointer;
  position: relative;
}
.p-contact .type_radio label::before,
.p-contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .type_radio label::before {
  border: 1px solid #333;
  height: 1em;
  width: 1em;
  left: 0;
}
.p-contact .type_radio label::after {
  background-color: #626262;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .type_checkbox label.text,
.p-contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.25em;
  padding-right: 1em;
  line-height: 1.25;
  color: #111;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact form#mailformpro label.mfp_checked,
.p-contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .type_checkbox label.text a:hover,
.p-contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .type_checkbox label.text._agree {
  padding-left: 1.75em;
  color: #111;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.6785714286rem + 0.8928571429vw, 1.25rem);
  font-weight: 700;
}

div#mfp_overlay {
  max-width: 98vw;
}
div#mfp_overlay * {
  color: #111;
}

.p-topic {
  padding-bottom: 30px;
}
.p-topic .topic__header {
  width: 100%;
}
.p-topic .topic__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-topic .topic__date {
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  color: #111;
  font-weight: 500;
}
.p-topic .topic__cat-box {
  margin-left: 1em;
}
.p-topic .topic__cat {
  padding: 2px 10px;
  background-color: #001eff;
  font-size: var(--13px);
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
}
.p-topic .topic__title-box {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6000;
}
.p-topic .topic__title {
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-topic .topic__body {
  margin-top: 30px;
}
.p-topic .topic__body * {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-topic .topic__footer {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.p-topic .topic__pager {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.p-topic .topic__pager-li a {
  display: block;
  width: 100%;
  max-width: 180px;
  background-color: #fff;
  border: 2px solid #ff6000;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.p-topic .topic__pager-li._prev {
  position: relative;
}
.p-topic .topic__pager-li._prev a {
  padding-top: 5px;
  padding-right: 1em;
  padding-bottom: 5px;
  padding-left: 4em;
}
.p-topic .topic__pager-li._prev a::before {
  content: "＜";
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-topic .topic__pager-li._prev:hover a::before {
    left: 1em;
  }
}
.p-topic .topic__pager-li._next {
  position: relative;
}
.p-topic .topic__pager-li._next a {
  padding-top: 5px;
  padding-right: 4em;
  padding-bottom: 5px;
  padding-left: 1em;
}
.p-topic .topic__pager-li._next a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-topic .topic__pager-li._next:hover a::after {
    right: 1em;
  }
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--16px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

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

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

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

.u-align-middle {
  vertical-align: middle;
}

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

.u-color-normal {
  color: #111;
}

.u-pt1 {
  padding-top: 5px;
}

.u-pt2 {
  padding-top: 10px;
}

.u-pt3 {
  padding-top: 20px;
}

.u-pt4 {
  padding-top: 40px;
}

.u-pt5 {
  padding-top: 60px;
}

.u-pl1 {
  padding-left: 5px;
}

.u-pl2 {
  padding-left: 10px;
}

.u-pl3 {
  padding-left: 20px;
}

.u-pl4 {
  padding-left: 40px;
}

.u-pl5 {
  padding-left: 60px;
}

.u-pr1 {
  padding-right: 5px;
}

.u-pr2 {
  padding-right: 10px;
}

.u-pr3 {
  padding-right: 20px;
}

.u-pr4 {
  padding-right: 40px;
}

.u-pr5 {
  padding-right: 60px;
}

.u-pb1 {
  padding-bottom: 5px;
}

.u-pb2 {
  padding-bottom: 10px;
}

.u-pb3 {
  padding-bottom: 20px;
}

.u-pb4 {
  padding-bottom: 40px;
}

.u-pb5 {
  padding-bottom: 60px;
}

.u-mt1 {
  margin-top: 5px;
}

.u-mt2 {
  margin-top: 10px;
}

.u-mt3 {
  margin-top: 20px;
}

.u-mt4 {
  margin-top: 40px;
}

.u-mt5 {
  margin-top: 60px;
}

.u-ml1 {
  margin-left: 5px;
}

.u-ml2 {
  margin-left: 10px;
}

.u-ml3 {
  margin-left: 20px;
}

.u-ml4 {
  margin-left: 40px;
}

.u-ml5 {
  margin-left: 60px;
}

.u-inline-block {
  display: inline-block;
}

.u-center-block {
  margin-left: auto;
  margin-right: auto;
}

.u-none-max-xl {
  display: block;
}
@media screen and (max-width: 1440px) {
  .u-none-max-xl {
    display: none;
  }
}

.u-none-max-lg {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-none-max-lg {
    display: none;
  }
}

.u-none-max-md {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-none-max-md {
    display: none;
  }
}

.u-none-max-tb {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-none-max-tb {
    display: none;
  }
}

.u-none-max-sm {
  display: block;
}
@media screen and (max-width: 576px) {
  .u-none-max-sm {
    display: none;
  }
}

.u-none-max-xs {
  display: block;
}
@media screen and (max-width: 414px) {
  .u-none-max-xs {
    display: none;
  }
}

.u-height100 {
  height: 100%;
}

.u-float-left {
  float: left;
}

.u-clearfix {
  clear: both;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link:hover {
  color: #888;
  cursor: pointer;
}

.link._opacity:hover {
  opacity: 0.7;
}

.link._line {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

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

/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}