@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Hanken+Grotesk:wght@100..900&family=Inter:wght@100..900&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.notoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.hanken {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --vw: 1vw;
  --vh: 1vh;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

section {
  position: relative;
}

body {
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-break: strict !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #e6e6e6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
  color: #000;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a img {
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.u-only-print {
  display: none;
}

@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  nav,
  header,
  footer {
    display: none !important;
  }
  body {
    margin: 0;
    padding: 0;
  }
  @page {
    size: A4;
    margin: 0;
    padding: 5mm;
  }
  html,
  body {
    width: 100%;
    min-width: 1180px;
    zoom: 0.9;
    height: auto;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  p,
  section {
    page-break-inside: avoid;
  }
  .u-no-print {
    display: none !important;
  }
  .u-only-print {
    display: block !important;
  }
  .is-inview {
    opacity: 1 !important;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .p-top__fv-ttl {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .p-faq__a {
    height: auto !important;
  }
  .p-faq__q .btn::before {
    content: "ー" !important;
    font-size: 1.6rem !important;
  }
  .p-recruit__fv {
    height: auto !important;
  }
  .p-recruit__message {
    margin-top: 100px !important;
    padding-top: 111px !important;
  }
  .p-recruit__message-bg {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
  .js-fadeout-target {
    opacity: 1 !important;
    display: block !important;
  }
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease 0.25s;
  transition: all 0.5s ease 0.25s;
}
.u-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 901px) {
  .u-fade-up-pc {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
  }
}
@media screen and (min-width: 901px) {
  .u-fade-up-pc.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 900px) {
  .u-fade-up-tab {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
  }
}
@media screen and (max-width: 900px) {
  .u-fade-up-tab.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  .u-fade-up-sp {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
}
@media screen and (max-width: 600px) {
  .u-fade-up-sp.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.u-text-rise-up .wrap,
.u-text-rise-up .inner {
  display: block;
}
.u-text-rise-up .wrap {
  overflow: hidden;
  opacity: 0;
}
.u-text-rise-up .inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.u-text-rise-up.is-active .wrap {
  opacity: 1;
}
.u-text-rise-up.is-active .inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.u-text-rise-left.u-delay-400 .wrap,
.u-text-rise-left.u-delay-400 .inner {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.u-text-rise-left .wrap,
.u-text-rise-left .inner {
  display: block;
}
.u-text-rise-left .wrap {
  overflow: hidden;
  opacity: 0;
}
.u-text-rise-left .inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
          transform: matrix(1, 0, 0, 1, -100, 0);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.u-text-rise-left.is-active .wrap {
  opacity: 1;
}
.u-text-rise-left.is-active .inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.u-fade-in-slow {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-fade-in-slow.is-active {
  opacity: 1;
}

.l-container {
  position: relative;
  overflow: hidden;
}
.l-container__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.l-header {
  fill: #000;
  color: #000;
  border-color: #000;
  padding: 17px 40px;
  display: grid;
  grid-template-columns: 177px auto 34px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .l-header {
    grid-template-columns: 177px 34px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    padding: 5px 20px;
    grid-template-columns: 118px 34px;
  }
}
.l-header--top {
  grid-template-columns: 213px auto 34px;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .l-header--top {
    grid-template-columns: 213px 34px;
  }
}
@media screen and (max-width: 600px) {
  .l-header--top {
    padding: 5px 20px;
    grid-template-columns: 118px 34px;
  }
}
.l-header.is-change-color {
  fill: #fff;
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 601px) {
  .l-header.is-open {
    fill: #fff;
  }
}
.l-header__logo {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .l-header__logo {
    z-index: 5;
  }
}
.l-header__logo .img {
  width: 100%;
}
.l-header__logo-txt path,
.l-header__logo-txt rect {
  fill: inherit;
}
.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: -5px;
}
@media screen and (max-width: 1280px) {
  .l-header__menu {
    display: none;
  }
}
.l-header--top .l-header__menu {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
}
.l-header__menu-item {
  position: relative;
}
@media (hover: hover) {
  .l-header__menu-item:hover .l-header__menu-childs {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.l-header__menu-item > .link {
  display: block;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px;
}
.l-header__menu-childs {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 8px;
  padding-top: 44px;
}
.l-header__menu-child {
  border-bottom: 1px solid transparent;
}
.l-header__menu-child > .link {
  display: block;
  padding: 16px 22px;
  background-color: #EBF1F6;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.l-header__drawer {
  position: relative;
  width: 100%;
  height: 26px;
  margin-top: 19px;
  border-color: inherit;
}
.l-header--top .l-header__drawer {
  margin-top: 9px;
}
@media screen and (max-width: 900px) {
  .l-header--top .l-header__drawer {
    margin-top: 19px;
  }
}
.is-open .l-header__drawer {
  border-color: #fff;
}
.l-header__drawer-lines {
  cursor: pointer;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  border-color: inherit;
}
.l-header__drawer-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: inherit;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-header__drawer-line:nth-of-type(1) {
  top: 0;
}
.is-open .l-header__drawer-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}
.l-header__drawer-line:nth-of-type(2) {
  top: calc(50% - 1px);
}
.is-open .l-header__drawer-line:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.l-header__drawer-line:nth-of-type(3) {
  bottom: 0;
}
.is-open .l-header__drawer-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}
.l-header__drawer-cnts {
  position: fixed;
  z-index: 5;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(315deg, #0087ef 0%, #00508d 100%);
  background: linear-gradient(135deg, #0087ef 0%, #00508d 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: max(150px, 33.3vh);
}
@media screen and (max-width: 900px) {
  .l-header__drawer-cnts {
    padding-top: max(150px, 25vh);
  }
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts {
    padding-top: max(80px, 10vh);
  }
}
.is-open .l-header__drawer-cnts {
  right: 0;
  opacity: 0.98;
}
.l-header__drawer-cnts-inner {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 23% 72%;
  max-height: calc(100vh - max(150px, 33.3vh));
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  .l-header__drawer-cnts-inner {
    max-height: calc(100vh - max(150px, 25vh));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-inner {
    max-height: calc(100vh - max(80px, 10vh));
    gap: 30px;
  }
}
.l-header__drawer-cnts-ttl {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.l-header__drawer-cnts-block {
  display: grid;
  grid-template-columns: 45.5% 45.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 120px;
  }
}
.l-header__drawer-cnts-list {
  margin-top: -20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-list {
    margin-top: 0;
  }
}
.l-header__drawer-cnts-item {
  border-bottom: 1px solid #fff;
}
.l-header__drawer-cnts-item--has-child {
  border-bottom: none;
  cursor: pointer;
}
.l-header__drawer-cnts-item--has-child > .link {
  border-bottom: none !important;
}
.l-header__drawer-cnts-item--has-child > .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 18px;
  background: url("../img/common/icn_arrow_right_white.svg") no-repeat center/100%;
  display: grid;
  place-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.l-header__drawer-cnts-item--has-child.is-open > .link::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.l-header__drawer-cnts-item > .link {
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
}
.l-header__drawer-cnts-childs {
  position: relative;
  overflow: hidden;
  height: 1px;
}
.l-header__drawer-cnts-childs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.l-header__drawer-cnts-child:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-child:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-child + .l-header__drawer-cnts-child {
    margin-top: 2px;
  }
}
.l-header__drawer-cnts-child > .link {
  display: block;
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
  padding: 2px 0 7px 17px;
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-child > .link {
    background-color: rgba(255, 255, 255, 0.72);
    color: #00508D;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 21px;
  }
}
.l-header__drawer-cnts-child > .link::before {
  content: "";
  width: 5px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 16px;
}
@media screen and (max-width: 600px) {
  .l-header__drawer-cnts-child > .link::before {
    display: none;
  }
}

.l-footer {
  position: relative;
  z-index: 50;
  background-color: #3B3B3B;
  padding: 158px 0 45px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 94px 0 37px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer {
    padding-bottom: calc(37px + 20vw);
  }
}
.l-footer__inner {
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 27% auto;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .l-footer__inner {
    grid-template-columns: 20% auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__logo {
    width: 192px;
    margin: 0 auto;
  }
}
.l-footer__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 1180px) {
  .l-footer__menus {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__menus {
    display: none;
  }
}
.l-footer__adrs {
  font-style: normal;
  color: #9A9A9A;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  margin-top: 72px;
}
@media screen and (max-width: 900px) {
  .l-footer__adrs {
    line-height: 2;
    margin-top: 165px;
  }
}
@media screen and (max-width: 345px) {
  .l-footer__adrs {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-footer__adrs .txt,
.l-footer__adrs .link {
  color: inherit;
}
.l-footer__adrs .txt {
  display: block;
}
.l-footer__adrs .txt + .txt {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-footer__adrs .txt + .txt {
    margin-top: 0;
  }
}
.l-footer__adrs .wrap {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-footer__adrs .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3em;
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__adrs .separate {
    display: inline-block;
    padding-left: 0.3em;
  }
}
.l-footer__menu--has-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  margin-right: -28px;
}
@media screen and (max-width: 1180px) {
  .l-footer__menu--has-child {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-right: 0;
  }
}
.l-footer__menu-item + .l-footer__menu-item {
  margin-top: 35px;
}
.l-footer__menu-item--has-child + .l-footer__menu-item--has-child {
  margin-top: 0;
}
.l-footer__menu-item .link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .l-footer__menu-item .link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-footer__menu-item-childs {
  border-left: 1px solid #9a9a9a;
  padding-left: 14px;
  margin-top: 23px;
  padding-bottom: 3px;
}
.l-footer__menu-item-child + .l-footer__menu-item-child {
  margin-top: 13px;
}
.l-footer__menu-item-child .link {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer__menu-item-child .link:before {
  content: "-";
  padding-right: 2px;
}
.l-footer__copy {
  grid-column: 1/3;
  border-top: 1px solid #9A9A9A;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 255px;
  padding-top: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 43px;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-inner {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-inner {
    padding: 0 20px;
  }
}

.c-btn + .c-btn {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .c-btn + .c-btn {
    margin-top: 15px;
  }
}
.c-btn__link {
  display: block;
  width: 259px;
  height: 65px;
  color: #fff;
  border: 1px solid #00508D;
  background-color: #00508D;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 600px) {
  .c-btn__link {
    width: 100%;
  }
}
@media (hover: hover) {
  .c-btn__link:hover {
    opacity: 1;
    background-color: #fff;
    color: #00508D;
  }
}
.c-btn__link--white {
  color: #00508D;
  border: 1px solid #fff;
  background-color: #fff;
}
@media (hover: hover) {
  .c-btn__link--white:hover {
    background-color: #00508D;
    color: #fff;
  }
}

.c-top-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .c-top-ttl {
    gap: 20px;
  }
}
.c-top-ttl__en {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.03em;
  color: #00508D;
  font-weight: 700;
}
.c-top-ttl__en::before, .c-top-ttl__en::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
.c-top-ttl__en::before {
  background-color: #00508D;
  left: 0;
  z-index: 1;
}
.c-top-ttl__en::after {
  background-color: #8FC4ED;
  left: 12px;
}
.c-top-ttl__ja {
  color: #333;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.425;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.c-top-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}

.c-page-head {
  padding: 251px 0 174px;
}
@media screen and (max-width: 600px) {
  .c-page-head {
    padding: 178px 0 129px;
  }
}
.c-page-head__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (max-width: 600px) {
  .c-page-head__ttl {
    gap: 10px;
  }
}
.c-page-head__ttl-ja {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.434em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: -5px;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .c-page-head__ttl-ja {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
.c-page-head__ttl-en {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 42px;
  color: #333;
}
@media screen and (max-width: 600px) {
  .c-page-head__ttl-en {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    padding-left: 29px;
  }
}
.c-page-head__ttl-en::before, .c-page-head__ttl-en::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .c-page-head__ttl-en::before, .c-page-head__ttl-en::after {
    width: 10px;
    top: 8px;
  }
}
.c-page-head__ttl-en::before {
  background-color: #00508D;
  left: 0;
  z-index: 1;
}
.c-page-head__ttl-en::after {
  background-color: #8FC4ED;
  left: 12px;
}
@media screen and (max-width: 600px) {
  .c-page-head__ttl-en::after {
    left: 8px;
  }
}

.c-table {
  width: 100%;
}
.c-table tr:last-child .bg {
  border-bottom: 1px solid #EBF1F6;
}
.c-table caption {
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
  color: #fff;
  background-color: #00508D;
  padding: 11px;
}
@media screen and (max-width: 600px) {
  .c-table caption {
    text-align: left;
  }
}
.c-table th,
.c-table td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.0769230769;
  white-space: nowrap;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  padding: 10.4px 4px;
}
@media screen and (max-width: 600px) {
  .c-table th,
  .c-table td {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.c-table th img,
.c-table td img {
  min-width: 18px;
}
.c-table th {
  background-color: #EBF1F6;
  color: #00508D;
}
.c-table th:last-of-type {
  border-right-color: #EBF1F6;
}
.c-table td {
  color: #00508D;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-color: #EBF1F6;
}
.c-table td.fine {
  font-size: 1.2rem;
}
.c-table .vertical {
  vertical-align: top;
}
.c-table .vertical--middle {
  vertical-align: middle;
}
.c-table .vertical span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.c-table .bg {
  background-color: #EBF1F6;
  border-color: #fff;
  color: #00508D;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-table .small {
  font-size: 10px;
  font-size: 0.625rem;
}
.c-table .fine {
  background-color: #CADAE6;
}
.c-table .separate {
  position: relative;
  background-color: #fff;
  border-color: #EBF1F6;
  padding: 0 17px 0 7px;
  width: 98px;
  height: 45px;
}
.c-table .separate::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 49%;
  height: 1px;
  width: 67%;
  background-color: #00508D;
  -webkit-transform: translate(-50%, -50%) rotate(21deg);
          transform: translate(-50%, -50%) rotate(21deg);
}
.c-table .separate span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.c-table .separate span:nth-of-type(1) {
  text-align: right;
}
.c-table .separate span:nth-of-type(2) {
  text-align: left;
  padding-top: 5px;
}
.c-table--type01 th {
  width: 3.4482758621%;
}
.c-table--type02 th {
  vertical-align: middle;
}
.c-table--type02 .bg {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right-color: #EBF1F6;
}

.p-top {
  /* fv */
  /* latest */
  /* about */
  /* service */
  /* mother */
  /* layout */
  /* recruit */
  /* news */
}
.p-top__fv::before {
  content: "";
  width: 100%;
  height: 144px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top__fv-img {
  width: 100%;
  height: 810px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-top__fv-img {
    height: 100svh;
    max-height: 745px;
  }
}
.p-top__fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__fv-slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 3s linear;
  transition: opacity 3s linear;
}
.p-top__fv-slider-item.is-active {
  opacity: 1;
  z-index: 1;
}
.p-top__fv-ttl {
  position: absolute;
  top: calc(50% + 8px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 176px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  white-space: nowrap;
  font-size: 35px;
  font-size: 2.1875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-top__fv-ttl {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__fv-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    top: 112px;
    left: 26px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top__latest {
  position: relative;
  z-index: 5;
  padding: 59px 0;
}
@media screen and (max-width: 600px) {
  .p-top__latest {
    margin-top: -26px;
    padding: 0 0 25px;
  }
}
.p-top__latest-block {
  background-color: #fff;
  border: 1px solid #00508D;
  max-width: 816px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 70px auto 64px;
  gap: 14px;
  padding: 38px 40px;
}
@media screen and (max-width: 600px) {
  .p-top__latest-block {
    grid-template-columns: 80px 70px auto;
    padding: 15px;
    gap: 8px 14px;
  }
}
.p-top__latest-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.07em;
  color: #00508D;
  font-weight: 500;
  white-space: nowrap;
}
.p-top__latest-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  padding-top: 1px;
}
.p-top__latest-cat {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 500;
}
.p-top__latest-cat::before {
  content: "#";
}
.p-top__latest-ttl {
  margin-right: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: -2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
@media screen and (max-width: 900px) {
  .p-top__latest-ttl {
    grid-column: 1/5;
    margin-right: 0;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 900px) {
  .p-top__latest-btn {
    display: none;
  }
}
.p-top__latest-btn .link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
  padding: 5px 1px;
  border-bottom: 1px solid #00508D;
  white-space: nowrap;
}
.p-top__about {
  padding: 60px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-top__about {
    padding: 25px 0 0;
  }
}
.p-top__about-block:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.p-top__about-block:nth-of-type(2) {
  margin-top: -200px;
}
@media screen and (max-width: 900px) {
  .p-top__about-block:nth-of-type(2) {
    margin-top: 27px;
  }
}
.p-top__about-ttl {
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  .p-top__about-ttl {
    margin-top: 0;
  }
}
.p-top__about-txt {
  line-height: 2.3333333333;
  margin-top: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1764705882;
}
@media screen and (max-width: 900px) {
  .p-top__about-txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top__about-txt {
    margin-top: 23px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1180px) {
  .p-top__about-txt .br {
    display: none;
  }
}
.p-top__about-btns {
  margin-top: 34px;
}
@media screen and (max-width: 600px) {
  .p-top__about-btns {
    margin-top: 33px;
  }
}
.p-top__about-img {
  position: relative;
  width: 164.5%;
  margin-left: -30.25%;
  max-width: 1810px;
  height: auto;
}
@media screen and (min-width: 1441px) {
  .p-top__about-img {
    margin-left: -333px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__about-img {
    width: 182%;
    margin-left: -41.5%;
  }
}
.p-top__about-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top__about-img-ttl {
  position: absolute;
  aspect-ratio: 0.8943661972;
  width: 7%;
  height: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 900px) {
  .p-top__about-img-ttl {
    width: 12%;
  }
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl {
    width: 15.5%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top__about-img-ttl .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 1.1vw, 15px);
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: grid;
  place-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .p-top__about-img-ttl .link {
    font-size: clamp(9px, 2vw, 18px);
  }
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl .link {
    font-size: clamp(9px, 2.8vw, 15px);
  }
}
@media (hover: hover) {
  .p-top__about-img-ttl .link:hover, .p-top__about-img-ttl .link.is-hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .p-top__about-img-ttl .link:hover .bg::before, .p-top__about-img-ttl .link.is-hover .bg::before {
    opacity: 0;
  }
}
@media (hover: hover) {
  .p-top__about-img-ttl .link:hover .bg::after, .p-top__about-img-ttl .link.is-hover .bg::after {
    opacity: 1;
  }
}
.p-top__about-img-ttl .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about-img-ttl .bg::before, .p-top__about-img-ttl .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-top__about-img-ttl .bg::before {
  background-image: url("../img/top/bg_deco_service.svg");
  z-index: 1;
  opacity: 1;
}
.p-top__about-img-ttl .bg:after {
  background-image: url("../img/top/bg_deco_service_on.svg");
  opacity: 0;
}
.p-top__about-img-ttl .txt {
  position: relative;
  z-index: 2;
}
.p-top__about-img-ttl01 {
  top: 69.5%;
  left: 54%;
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl01 {
    top: 37.1%;
    left: 48.8%;
  }
}
.p-top__about-img-ttl02 {
  top: 58.5%;
  left: 28.6%;
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl02 {
    top: 27.9%;
    left: 18.9%;
  }
}
.p-top__about-img-ttl03 {
  top: 56%;
  left: 70.2%;
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl03 {
    top: 22.7%;
    left: 64.3%;
  }
}
.p-top__about-img-ttl04 {
  top: 47.4%;
  left: 41.7%;
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl04 {
    top: 13.6%;
    left: 33.2%;
  }
}
.p-top__about-img-ttl05 {
  top: 65.3%;
  left: 41.7%;
}
@media screen and (max-width: 600px) {
  .p-top__about-img-ttl05 {
    top: 44.8%;
    left: 32.4%;
  }
}
.p-top__service {
  padding: 0 0 37px;
  margin-top: -118px;
}
@media screen and (max-width: 900px) {
  .p-top__service {
    margin-top: -60px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__service {
    margin-top: 0;
    padding: 0 0 50px;
  }
}
.p-top__service-block {
  max-width: 724px;
}
.p-top__service-ttl {
  margin-top: 85px;
}
@media screen and (max-width: 600px) {
  .p-top__service-ttl {
    margin-top: 28px;
  }
}
.p-top__service-txt {
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .p-top__service-txt {
    margin-top: 22px;
    line-height: 2.3333333333;
  }
}
.p-top__service-list {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 30px;
}
@media screen and (max-width: 900px) {
  .p-top__service-list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__service-list {
    margin-top: 34px;
  }
}
.p-top__service-item {
  height: auto;
}
.p-top__service-item:nth-child(1), .p-top__service-item:nth-child(2) {
  width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  .p-top__service-item:nth-child(1), .p-top__service-item:nth-child(2) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-top__service-item:nth-child(1), .p-top__service-item:nth-child(2) {
    width: 100%;
  }
}
.p-top__service-item:nth-child(1) .ttl, .p-top__service-item:nth-child(2) .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 900px) {
  .p-top__service-item:nth-child(1) .ttl, .p-top__service-item:nth-child(2) .ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
.p-top__service-item:nth-child(n+3) {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 900px) {
  .p-top__service-item:nth-child(n+3) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-top__service-item:nth-child(n+3) {
    width: 100%;
  }
}
.p-top__service-item .link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #EBF1F6;
  padding: 20px 20px 16px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .p-top__service-item .link {
    padding-bottom: 18px;
  }
}
@media (hover: hover) {
  .p-top__service-item .link:hover, .p-top__service-item .link.is-hover {
    background-color: #00508D;
    opacity: 1;
  }
}
@media (hover: hover) {
  .p-top__service-item .link:hover .ttl, .p-top__service-item .link.is-hover .ttl {
    color: #fff;
  }
}
@media (hover: hover) {
  .p-top__service-item .link:hover .icn::before, .p-top__service-item .link.is-hover .icn::before {
    opacity: 0;
  }
}
@media (hover: hover) {
  .p-top__service-item .link:hover .icn::after, .p-top__service-item .link.is-hover .icn::after {
    opacity: 1;
  }
}
.p-top__service-item .img {
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-top__service-item .img {
    aspect-ratio: 1.55;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top__service-item .ttl {
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .p-top__service-item .ttl {
    margin-top: 18px;
    letter-spacing: 0;
  }
}
.p-top__service-item .icn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9px;
  height: 16px;
}
.p-top__service-item .icn::before, .p-top__service-item .icn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-top__service-item .icn::before {
  background-image: url("../img/common/icn_arrow_right_black.svg");
  z-index: 1;
  opacity: 1;
}
.p-top__service-item .icn:after {
  background-image: url("../img/common/icn_arrow_right_white.svg");
  opacity: 0;
}
.p-top__mother {
  padding: 37px 0 31px;
}
.p-top__mother-block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.p-top__mother-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-top__mother-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00508D;
  opacity: 0.6;
}
.p-top__mother-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__mother-inner {
  padding: 67px 50px 61px;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 900px) {
  .p-top__mother-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .p-top__mother-inner {
    padding: 40px;
  }
}
.p-top__mother-ttl {
  position: relative;
  color: #fff;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-top__mother-ttl {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.p-top__mother-txt {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.02em;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-top: 26px;
  grid-row: 2/3;
}
@media screen and (max-width: 600px) {
  .p-top__mother-txt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top__mother-btn {
  position: relative;
  grid-row: 1/3;
  align-self: end;
}
@media screen and (max-width: 900px) {
  .p-top__mother-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__mother-btn {
    -webkit-align-self: initial;
        -ms-flex-item-align: initial;
            align-self: initial;
  }
}
.p-top__layout {
  padding: 15px 80px;
  margin: 50px 0 45px;
}
@media screen and (max-width: 1180px) {
  .p-top__layout {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__layout {
    padding: 0;
    margin-bottom: 0;
  }
}
.p-top__layout + .p-top__layout {
  margin-top: -45px;
}
@media screen and (max-width: 600px) {
  .p-top__layout + .p-top__layout {
    margin-top: 0;
  }
}
.p-top__layout-wrap {
  background-color: #EBF1F6;
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 50px;
}
@media screen and (max-width: 1280px) {
  .p-top__layout-wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__layout-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top__layout-wrap--sp-no-bg {
    background-color: #fff;
  }
}
.p-top__layout-inner {
  display: grid;
  grid-template-columns: auto 45.4%;
  gap: 30px 5%;
}
@media screen and (max-width: 900px) {
  .p-top__layout-inner {
    grid-template-columns: auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-top__layout-ttl {
  margin-top: 10px;
  grid-column: 1/1;
  align-self: start;
}
@media screen and (max-width: 600px) {
  .p-top__layout-ttl {
    margin-top: 0;
  }
}
.p-top__layout-txt {
  grid-column: 1/1;
  align-self: start;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  .p-top__layout-txt {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .p-top__layout-txt {
    margin-top: -10px;
  }
}
.p-top__layout-btn {
  grid-column: 1/1;
  align-self: start;
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .p-top__layout-btn {
    grid-row: 4/5;
  }
}
@media screen and (max-width: 600px) {
  .p-top__layout-btn {
    margin-top: -4px;
  }
}
.p-top__layout-img {
  grid-column: 2/3;
  grid-row: 1/4;
  align-self: center;
}
@media screen and (max-width: 900px) {
  .p-top__layout-img {
    grid-column: 1/1;
    grid-row: 2/3;
  }
}
.p-top__layout-img .img {
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-top__layout-img .img {
    width: 100%;
  }
}
.p-top__recruit {
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .p-top__recruit {
    padding: 30px 0;
  }
}
.p-top__recruit-bg {
  width: 100%;
  height: auto;
}
.p-top__recruit-bg .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-bg .img {
    max-height: 625px;
  }
}
.p-top__recruit-inner {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 120px);
  max-width: 1440px;
  padding: 0 115px 5.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-inner {
    top: 30px;
    height: calc(100% - 60px);
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__recruit-inner {
    padding: 0 20px;
  }
}
.p-top__recruit-block {
  width: 100%;
  display: grid;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-block {
    display: block;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.p-top__recruit-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.425;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-top__recruit-txt {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  max-width: 460px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-txt {
    margin-top: 14px;
    padding-bottom: 40px;
    min-height: 306px;
  }
}
.p-top__recruit-btn {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: end;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-btn {
    font-family: inherit;
  }
}
.p-top__recruit-btn .link {
  display: grid;
  place-items: center;
  text-align: center;
  width: 141px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #4FBBE3;
  border: 1px solid #4FBBE3;
  border-radius: 50%;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-top__recruit-btn .link {
    width: 259px;
    height: 65px;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: grid;
    place-items: center;
    border-radius: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top__recruit-btn .link {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-top__recruit-btn .link:hover {
    opacity: 1;
    background-color: #fff;
    color: #4FBBE3;
  }
}
.p-top__news {
  padding: 62px 0;
  margin-bottom: 135px;
}
@media screen and (max-width: 600px) {
  .p-top__news {
    padding: 22px 0;
    margin-bottom: 98px;
  }
}
.p-top__news-ttl {
  gap: 16px;
}
.p-top__news-inner {
  display: grid;
  grid-template-columns: 165px auto;
  -webkit-column-gap: 13.4%;
     -moz-column-gap: 13.4%;
          column-gap: 13.4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-top__news-inner {
    display: block;
  }
}
.p-top__news-list {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .p-top__news-list {
    margin-top: 25px;
  }
}
.p-top__news-item {
  padding: 37px 0 28px;
  border-bottom: 1px solid #EBF1F6;
}
.p-top__news-item-meta {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 90px auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.p-top__news-item-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #00508D;
  white-space: nowrap;
}
.p-top__news-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px 5px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 1px;
}
.p-top__news-cat {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-top__news-cat::before {
  content: "#";
}
.p-top__news-item-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 9px;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .p-top__news-item-ttl {
    -webkit-line-clamp: 2;
  }
}
.p-top__news-btn {
  text-align: right;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .p-top__news-btn {
    margin-top: 29px;
  }
}
.p-top__news-btn .link {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #00508D;
  display: inline-block;
  padding: 5px 18px 5px 5px;
}
@media screen and (max-width: 600px) {
  .p-top__news-btn .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 65px;
    color: #fff;
    border: 1px solid #00508D;
    background-color: #00508D;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    padding: 0;
  }
}
.p-top__news-btn .icn {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/common/icn_arrow_right_blue_double.svg") no-repeat center/100%;
}

.p-corporate__container {
  overflow: initial;
}
@media screen and (max-width: 900px) {
  .p-corporate__container {
    overflow: hidden;
  }
}
.p-corporate__eyecatch {
  width: 100%;
  height: 622px;
}
@media screen and (max-width: 900px) {
  .p-corporate__eyecatch {
    height: auto;
  }
}
.p-corporate__eyecatch .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 900px) {
  .p-corporate__eyecatch .img {
    min-height: 215px;
  }
}
.p-corporate__layout {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 186px;
}
@media screen and (max-width: 600px) {
  .p-corporate__layout {
    padding-bottom: 114px;
  }
}
.p-corporate__block {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 8.1%;
  padding: 0 40px;
  margin-top: 122px;
}
@media screen and (max-width: 900px) {
  .p-corporate__block {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate__block {
    padding: 0 20px;
    margin-top: 50px;
  }
}
.p-corporate__side-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 245px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-corporate__side-menu {
    position: relative;
    top: 0;
  }
}
.p-corporate__side-item + .p-corporate__side-item {
  margin-top: 21px;
}
@media screen and (max-width: 900px) {
  .p-corporate__side-item + .p-corporate__side-item {
    margin-top: 0;
  }
}
.p-corporate__side-item .link {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 900px) {
  .p-corporate__side-item .link {
    display: block;
    padding: 18px 10px;
    border-top: 1px solid #EBF1F6;
  }
}
.p-corporate__side-item .link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: transparent;
}
.p-corporate__side-item.is-current .link {
  padding-left: 22px;
}
@media screen and (max-width: 900px) {
  .p-corporate__side-item.is-current .link {
    padding-left: 10px;
  }
}
.p-corporate__side-item.is-current .link::before {
  background-color: #8FC4ED;
}
@media screen and (max-width: 900px) {
  .p-corporate__side-item.is-current .link::before {
    background-color: transparent;
  }
}
.p-corporate__inner {
  max-width: 997px;
  width: 100%;
}
.p-corporate__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-corporate__ttl {
    gap: 9px;
  }
}
.p-corporate__ttl-en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-corporate__ttl-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-corporate__ttl-ja {
  color: #333;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: -5px;
}
@media screen and (max-width: 600px) {
  .p-corporate__ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: -2px;
  }
}
.p-corporate__sec + .p-corporate__sec {
  margin-top: 145px;
}
@media screen and (max-width: 600px) {
  .p-corporate__sec + .p-corporate__sec {
    margin-top: 115px;
  }
}
.p-corporate__message-block {
  display: grid;
  grid-template-columns: 280px auto;
  grid-template-rows: auto;
  gap: 60px 9%;
}
@media screen and (max-width: 900px) {
  .p-corporate__message-block {
    margin-top: 80px;
    grid-template-columns: auto 54%;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate__message-block {
    grid-template-columns: auto 47%;
    gap: 43px 5%;
  }
}
.p-corporate__message-ttl {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 600px) {
  .p-corporate__message-ttl {
    grid-column: 1/2;
  }
}
.p-corporate__message-img {
  grid-column: 1/1;
  grid-row: 2/3;
}
@media screen and (max-width: 600px) {
  .p-corporate__message-img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-corporate__message-img-name {
  grid-column: 1/1;
  grid-row: 3/4;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: -24px;
}
@media screen and (max-width: 600px) {
  .p-corporate__message-img-name {
    grid-row: 2/3;
    align-self: end;
    margin: 0 0 -4px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-corporate__message-txts {
  grid-column: 2/3;
  grid-row: 2/5;
}
@media screen and (max-width: 600px) {
  .p-corporate__message-txts {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.p-corporate__message-head {
  margin-top: -8px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6956521739;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1180px) {
  .p-corporate__message-head .br {
    display: none;
  }
}
.p-corporate__message-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.03em;
  margin-top: 41px;
}
@media screen and (max-width: 600px) {
  .p-corporate__message-txt {
    line-height: 2.2;
    margin-top: 26px;
  }
}
.p-corporate__company-list {
  display: grid;
  grid-template-columns: 130px auto;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .p-corporate__company-list {
    display: block;
    margin-top: 19px;
  }
}
.p-corporate__company-list > dt,
.p-corporate__company-list > dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  padding: 21px 0;
  border-bottom: 1px solid #EBF1F6;
}
@media screen and (max-width: 600px) {
  .p-corporate__company-list > dt,
  .p-corporate__company-list > dd {
    padding: 5px 0;
  }
}
.p-corporate__company-list > dt .indent,
.p-corporate__company-list > dd .indent {
  padding-left: 2em;
  display: inline-block;
  text-indent: -1em;
}
@media screen and (max-width: 600px) {
  .p-corporate__company-list > dt {
    border-bottom: none;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate__company-list > dd {
    padding-bottom: 16px;
  }
}
.p-corporate__company-head {
  font-weight: 700;
  color: #00508D;
}
.p-corporate__company-txt .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.5;
  padding: 2px 0;
}
.p-corporate__company-txt .list > dt,
.p-corporate__company-txt .list > dd {
  padding-bottom: 10px;
}
.p-corporate__company-txt .list-ttl {
  width: 140px;
}
.p-corporate__company-txt .list-txt {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-corporate__company-txt .small {
  display: block;
  font-size: 86.5%;
}
.p-corporate__company-txt .note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.p-corporate__company-img {
  margin-top: 30px;
}
.p-corporate__access-block {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .p-corporate__access-block {
    margin-top: 40px;
  }
}
.p-corporate__access-block + .p-corporate__access-block {
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-corporate__access-block + .p-corporate__access-block {
    margin-top: 49px;
  }
}
.p-corporate__access-ttl {
  color: #333;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 23px;
}
.p-corporate__access-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
}
.p-corporate__access-txt {
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 16px;
}
.p-corporate__access-map {
  margin-top: 18px;
}
.p-corporate__access-map iframe {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 600px) {
  .p-corporate__access-map iframe {
    height: 190px;
  }
}
.p-corporate__access-map-link {
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .p-corporate__access-map-link {
    text-align: left;
    margin-top: 14px;
  }
}
.p-corporate__access-map-link .link {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-left: 20px;
}
.p-corporate__access-map-link .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: auto;
  aspect-ratio: 0.6666666667;
  background: url("../img/corporate/icn_map.svg") no-repeat center/100%;
}
.p-corporate__history-list {
  position: relative;
  margin-top: 84px;
  padding-left: 9px;
  display: grid;
  grid-template-columns: 150px auto;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-list {
    margin-top: 34px;
    grid-template-columns: 111px auto;
    height: 285px;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate__history-list.is-open {
    height: auto;
    height: calc-size(auto, size);
  }
}
.p-corporate__history-list.is-open::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-list::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 210px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57.53%, #fff), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 57.53%, #fff 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 57.53%, #fff 100%);
  }
}
.p-corporate__history-list dt,
.p-corporate__history-list dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-list dt,
  .p-corporate__history-list dd {
    line-height: 2.2;
  }
}
.p-corporate__history-list .year {
  position: relative;
}
.p-corporate__history-list .year::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -4px;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background-color: #00508D;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-list .year::after {
    top: 14px;
  }
}
.p-corporate__history-head {
  position: relative;
  padding-left: 60px;
  text-align: right;
  font-weight: 500;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-head {
    padding-left: 15px;
  }
}
.p-corporate__history-head::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #00508D;
}
.p-corporate__history-head:first-of-type::before {
  margin-top: 20px;
}
.p-corporate__history-head:first-of-type::after {
  top: 10px;
  left: -9px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #00508D;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-head:first-of-type::after {
    top: 6px;
  }
}
.p-corporate__history-head:last-of-type::before {
  height: 20px;
}
@media screen and (max-width: 600px) {
  .p-corporate__history-btn {
    margin-top: 25px;
  }
}
.is-open + .p-corporate__history-btn {
  display: none;
}
.p-corporate__certify-inner {
  max-width: 684px;
}
.p-corporate__certify-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .p-corporate__certify-txt {
    margin-top: 35px;
  }
}
.p-corporate__certify-list {
  margin-top: 71px;
}
@media screen and (max-width: 600px) {
  .p-corporate__certify-list {
    margin-top: 39px;
  }
}
.p-corporate__certify-item + .p-corporate__certify-item {
  margin-top: 38px;
}
.p-corporate__certify-item-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00508D;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.p-corporate__certify-item-ttl::before {
  content: "■";
}
.p-corporate__certify-item-txt {
  margin-top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}

.p-csr__eyecatch {
  width: 100%;
  height: 622px;
}
@media screen and (max-width: 900px) {
  .p-csr__eyecatch {
    height: auto;
  }
}
.p-csr__eyecatch .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-csr__eyecatch .img {
    min-height: 215px;
  }
}
.p-csr__effort {
  padding: 96px 0 60px;
}
@media screen and (max-width: 600px) {
  .p-csr__effort {
    padding: 80px 0 20px;
  }
}
.p-csr__effort-list {
  margin-top: 36px;
}
.p-csr__effort-item + .p-csr__effort-item {
  margin-top: 55px;
}
.p-csr__effort-ttl {
  display: grid;
  grid-template-columns: 320px auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-csr__effort-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-csr__effort-ttl-ja {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .p-csr__effort-ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-csr__effort-ttl-ja .icn {
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/csr/icn_sdgs_wheel.png") no-repeat center/cover;
}
@media screen and (max-width: 600px) {
  .p-csr__effort-ttl-ja .icn {
    width: 28px;
  }
}
.p-csr__effort-ttl-en {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  padding-bottom: 5.5%;
}
@media screen and (max-width: 900px) {
  .p-csr__effort-ttl-en {
    width: 67%;
    padding-bottom: 20px;
  }
}
.p-csr__effort-item {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 149px auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 900px) {
  .p-csr__effort-item {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-csr__effort-item {
    grid-template-columns: auto;
  }
}
.p-csr__effort-item-img {
  grid-column: 1/2;
  grid-row: 1/5;
}
@media screen and (max-width: 600px) {
  .p-csr__effort-item-img {
    grid-row: 2/3;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-csr__effort-item-img img {
    max-width: 300px;
    width: 100%;
  }
}
.p-csr__effort-item-ttl {
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.02em;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .p-csr__effort-item-ttl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
    text-align: center;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-csr__effort-item-txt {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
  padding-left: 13px;
  margin-top: 14px;
}
@media screen and (max-width: 600px) {
  .p-csr__effort-item-txt {
    padding-left: 0;
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-csr__layout {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .p-csr__layout {
    padding-top: 80px;
  }
}
.p-csr__layout:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .p-csr__layout:last-child {
    padding-bottom: 120px;
  }
}
.p-csr__layout-inner {
  display: grid;
  grid-template-columns: auto 33.8%;
  gap: 30px 43px;
}
@media screen and (max-width: 900px) {
  .p-csr__layout-inner {
    grid-template-columns: auto;
    gap: 15px 0;
  }
}
.p-csr__layout-inner--has-multi-img {
  grid-template-columns: auto 58.3%;
}
@media screen and (max-width: 900px) {
  .p-csr__layout-inner--has-multi-img {
    grid-template-columns: auto;
  }
}
.p-csr__layout-ttl {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  font-weight: 700;
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 600px) {
  .p-csr__layout-ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-csr__layout-ttl-sub {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-csr__layout-ttl-sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-csr__layout-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.1333333333;
  margin-top: 14px;
}
.p-csr__layout-txt--mt {
  margin-top: 24px;
}
.p-csr__layout-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .p-csr__layout-img-wrap {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .p-csr__layout-img-wrap {
    display: block;
  }
}
.p-csr__layout-img-wrap > * {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 900px) {
  .p-csr__layout-img {
    grid-row: 3/4;
    width: 85%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-csr__layout-img {
    width: 100%;
    margin-top: 20px;
  }
}
.p-csr__layout-img figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 8px;
}
.p-csr__layout-img img {
  border-radius: 5px;
  width: 100%;
}

.p-permit__wrap {
  margin-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-permit__wrap {
    margin-bottom: 120px;
  }
}
.p-permit__table-wrap {
  overflow-x: auto;
  padding-bottom: 20px;
}
.p-permit__table-wrap + .p-permit__table-wrap {
  margin-top: 40px;
}
.p-permit__ttl {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 23px;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .p-permit__ttl {
    margin-top: 60px;
  }
}
.p-permit__ttl + .p-permit__ttl {
  margin-top: 50px;
}
dl + .p-permit__ttl, ul + .p-permit__ttl, ol + .p-permit__ttl {
  margin-top: 46px;
}
.p-permit__ttl::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
.p-permit__ttl-sub {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #00508D;
  margin-top: 29px;
}
.p-permit__list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 725px;
}
@media screen and (max-width: 600px) {
  .p-permit__list {
    grid-template-columns: auto;
  }
}
.p-permit__list dt,
.p-permit__list dd {
  border-top: 1px solid #EBF1F6;
  padding-top: 14.4px;
  padding-bottom: 14.4px;
}
@media screen and (max-width: 600px) {
  .p-permit__list dt {
    padding-top: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .p-permit__list dd {
    border-top: none;
    padding-top: 5px;
    padding-bottom: 16px;
  }
}
.p-permit__item-ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
.p-permit__item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-permit__item-txt .num {
  color: #00508D;
  padding-left: 15px;
}
.p-permit__item-txt .txt + .txt {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-permit__item-txt .txt + .txt {
    margin-top: 5px;
  }
}
.p-permit__item-sub {
  border-top: 1px solid #EBF1F6;
  color: #00508D;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 15.4px 0;
}

.p-general__wrap {
  padding: 74px 0 80px;
}
.p-general__wrap--bg {
  background-color: #EBF1F6;
}
.p-general__wrap:last-of-type {
  padding-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-general__wrap:last-of-type {
    padding-bottom: 120px;
  }
}
.p-general__head {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
}
.p-general__head + .p-general__head {
  margin-top: 20px;
}
.p-general__point-list {
  margin-top: 54px;
}
.p-general__point-item {
  background-color: #fff;
  padding: 35px;
  display: grid;
  grid-template-columns: auto 28.5%;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 26px 6%;
}
@media screen and (max-width: 900px) {
  .p-general__point-item {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-general__point-item {
    padding: 20px;
  }
}
.p-general__point-item + .p-general__point-item {
  margin-top: 20px;
}
.p-general__point-item-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 600px) {
  .p-general__point-item-ttl {
    gap: 18px;
  }
}
.p-general__point-item-txt {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .p-general__point-item-txt {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1180px) {
  .p-general__point-item-txt .br {
    display: none;
  }
}
.p-general__point-item-ttl-en {
  color: #00508D;
}
.p-general__point-item-ttl-en .point {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .p-general__point-item-ttl-en .point {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-general__point-item-ttl-en .num {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  margin-top: -2px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .p-general__point-item-ttl-en .num {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-general__point-item-ttl-ja {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-top: 9px;
}
@media screen and (max-width: 600px) {
  .p-general__point-item-ttl-ja {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 0;
  }
}
.p-general__point-item-img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 900px) {
  .p-general__point-item-img {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
  }
}
.p-general__point-item-img .img {
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-general__point-item-img .img {
    width: 100%;
  }
}
.p-general__ttl {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #EBF1F6;
  padding: 6px 0 15px 23px;
  margin-top: 52px;
}
@media screen and (max-width: 600px) {
  .p-general__ttl {
    padding-top: 0;
  }
}
.p-general__ttl:first-of-type {
  margin-top: 0;
}
.p-general__ttl::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-general__ttl::before {
    top: 13px;
  }
}
.p-general__list {
  margin-top: 18px;
}
.p-general__item {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  letter-spacing: 0.03em;
  color: #00508D;
  font-weight: 500;
}
.p-general__item + .p-general__item {
  margin-top: 12px;
}
.p-general__item .note {
  display: block;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 4px;
}
.p-general__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.p-general__btn {
  margin-top: 28px;
}

.p-industrial__wrap {
  padding: 80px 0 0;
}
.p-industrial__wrap--bg {
  background-color: #EBF1F6;
  padding: 60px 0 53px;
}
.p-industrial__head-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.425;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-industrial__head-ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-industrial__head-txt {
  margin-top: 28px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.03em;
}
.p-industrial__head-txt + .p-industrial__head-txt {
  margin-top: 20px;
}
.p-industrial__table-wrap {
  overflow-x: auto;
  padding-bottom: 20px;
  margin-top: 80px;
}
.p-industrial__table-wrap + .p-industrial__table-wrap {
  margin-top: 40px;
}
.p-industrial__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-industrial__ttl {
    gap: 9px;
  }
}
.p-industrial__ttl-en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-industrial__ttl-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-industrial__ttl-ja {
  color: #333;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-industrial__ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-industrial__imgs {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .p-industrial__imgs {
    margin-top: 40px;
    gap: 30px;
  }
}
.p-industrial__img {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 900px) {
  .p-industrial__img {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 600px) {
  .p-industrial__img {
    width: 100%;
  }
}
.p-industrial__img .img {
  width: 100%;
  border-radius: 5px;
}
.p-industrial__img .txt {
  margin-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-industrial__ttl-sub {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #EBF1F6;
  padding: 6px 0 15px 23px;
  margin-top: 52px;
}
@media screen and (max-width: 600px) {
  .p-industrial__ttl-sub {
    padding-top: 0;
  }
}
.p-industrial__ttl-sub:first-of-type {
  margin-top: 0;
}
.p-industrial__ttl-sub::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-industrial__ttl-sub::before {
    top: 13px;
  }
}
.p-industrial__list {
  margin-top: 18px;
}
.p-industrial__item {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  letter-spacing: 0.03em;
  color: #00508D;
  font-weight: 500;
}
.p-industrial__item + .p-industrial__item {
  margin-top: 12px;
}
.p-industrial__item .note {
  display: block;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 4px;
}
.p-industrial__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.p-industrial__btn {
  margin-top: 28px;
}
.p-industrial__layout {
  padding: 118px 0 195px;
}
@media screen and (max-width: 600px) {
  .p-industrial__layout {
    padding: 80px 0 120px;
  }
}
.p-industrial__layout-wrap {
  background-color: #EBF1F6;
  padding: 50px;
}
@media screen and (max-width: 1280px) {
  .p-industrial__layout-wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-industrial__layout-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-industrial__layout-wrap--sp-no-bg {
    background-color: #fff;
  }
}
.p-industrial__layout-inner {
  display: grid;
  grid-template-columns: auto 38.7%;
  grid-template-rows: auto;
  gap: 32px 5%;
}
@media screen and (max-width: 900px) {
  .p-industrial__layout-inner {
    grid-template-columns: auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-industrial__layout-ttl {
  margin-top: 5px;
  grid-column: 1/1;
  align-self: start;
}
@media screen and (max-width: 600px) {
  .p-industrial__layout-ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-industrial__layout-ttl-ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-industrial__layout-btn {
  grid-column: 1/1;
  align-self: start;
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .p-industrial__layout-btn {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .p-industrial__layout-btn {
    margin-top: -4px;
  }
}
.p-industrial__layout-img {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 900px) {
  .p-industrial__layout-img {
    grid-column: 1/1;
    grid-row: 2/3;
  }
}
.p-industrial__layout-img .img {
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-industrial__layout-img .img {
    width: 100%;
  }
}

.p-rental__block {
  padding: 80px 0;
}
.p-rental__block--bg {
  background-color: #EBF1F6;
  padding: 60px 0;
}
.p-rental__block:last-of-type {
  padding-bottom: 190px;
}
@media screen and (max-width: 600px) {
  .p-rental__block:last-of-type {
    padding-bottom: 120px;
  }
}
.p-rental__head {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.425;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-rental__head {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-rental__ttl {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #EBF1F6;
  padding: 0 0 15px 23px;
  margin-top: 55px;
}
@media screen and (max-width: 600px) {
  .p-rental__ttl {
    padding-top: 0;
  }
}
.p-rental__ttl:first-of-type {
  margin-top: 0;
}
.p-rental__ttl::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-rental__ttl::before {
    top: 12px;
  }
}
.p-rental__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 16px;
  letter-spacing: 0.03em;
}
.p-rental__btn {
  margin-top: 25px;
}
.p-rental__note {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 8px;
}
.p-rental__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin-top: 29px;
}
.p-rental__size {
  background-color: #EBF1F6;
  width: calc(50% - 12px);
  padding: 45px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 900px) {
  .p-rental__size {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-rental__size {
    width: 100%;
  }
}
.p-rental__size-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 700;
  color: #00508D;
}
* + .p-rental__size-ttl {
  margin-top: 24px;
}
.p-rental__size-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 8px;
  letter-spacing: 0.02em;
}
.p-rental__size-img {
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
}
.p-rental__size-note {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 7px;
  padding-bottom: 12px;
}
.p-rental__flow-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6px;
  padding-left: 0;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-rental__flow-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 55px;
  }
}
.p-rental__flow-ttl::before {
  display: none;
}
.p-rental__flow-ttl .txt {
  font-weight: 700;
  position: relative;
  padding-left: 23px;
}
.p-rental__flow-ttl .txt::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-rental__flow-ttl .txt::before {
    top: 12px;
  }
}
.p-rental__flow-ttl .deco {
  width: min(21%, 114px);
  height: auto;
  aspect-ratio: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background: url("../img/rental/bg_flow.svg") no-repeat center/100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 600px) {
  .p-rental__flow-ttl .deco {
    margin-left: auto;
    width: 114px;
  }
}
.p-rental__flow-list {
  list-style: none;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 28px;
}
.p-rental__flow-item {
  position: relative;
  width: calc((100% - 140px) / 6);
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 226px;
  padding: 17px 10px 20px;
}
@media screen and (max-width: 1180px) {
  .p-rental__flow-item {
    width: calc((100% - 56px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-rental__flow-item {
    width: calc(50% - 14px);
  }
}
.p-rental__flow-item:nth-of-type(odd) {
  background-color: #EBF1F6;
}
@media screen and (max-width: 600px) {
  .p-rental__flow-item:nth-of-type(odd)::before {
    opacity: 0;
  }
}
.p-rental__flow-item:nth-of-type(even) {
  background-color: #CADAE6;
}
.p-rental__flow-item + .p-rental__flow-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 18px;
  background: url("../img/common/icn_arrow_right_blue.svg") no-repeat center/100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1180px) {
  .p-rental__flow-item:nth-of-type(4):before {
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-rental__flow-item:nth-of-type(4):before {
    opacity: 1;
  }
}
.p-rental__flow-item .num {
  font-size: 30px;
  font-size: 1.875rem;
  color: #00508D;
  font-weight: 700;
}
.p-rental__flow-item .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #00508D;
  line-height: 1.6470588235;
  font-weight: 600;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.p-rental__flow-item .icn {
  margin: 0 auto;
}
.p-rental__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 55px;
}
@media screen and (max-width: 1180px) {
  .p-rental__items {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-rental__items {
    grid-template-columns: auto;
  }
}
.p-rental__item-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 700;
  color: #00508D;
}
.p-rental__item-img {
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.p-rental__item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 7px;
}
.p-rental__item-box {
  background-color: #EBF1F6;
  margin-top: 10px;
  padding: 19px 40px 26px 30px;
  max-width: 590px;
}
@media screen and (max-width: 1180px) {
  .p-rental__item-box {
    max-width: 100%;
    padding-right: 30px;
  }
}
.p-rental__item-box-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #00508D;
}
* + .p-rental__item-box-ttl {
  margin-top: 25px;
}
.p-rental__item-box-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 11px;
}

.p-grease__heading {
  background-color: #EBF1F6;
  padding: 54px 0;
  margin-bottom: 83px;
}
.p-grease__wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .p-grease__wrap {
    margin-bottom: 80px;
  }
}
.p-grease__wrap:last-of-type {
  margin-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-grease__wrap:last-of-type {
    margin-bottom: 120px;
  }
}
.p-grease__head {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
}
.p-grease__head + .p-grease__head {
  margin-top: 20px;
}
.p-grease__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-grease__ttl {
    gap: 9px;
  }
}
.p-grease__ttl-en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-grease__ttl-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-grease__ttl-ja {
  color: #333;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-grease__ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-grease__ttl-sub {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .p-grease__ttl-sub {
    margin-top: 40px;
  }
}
.p-grease__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  margin-top: 56px;
}
@media screen and (max-width: 600px) {
  .p-grease__txt {
    margin-top: 40px;
  }
}
.p-grease__ttl-sub + .p-grease__txt {
  margin-top: 15px;
}
.p-grease__txt + .p-grease__txt {
  margin-top: 14px;
}
.p-grease__imgs {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 33px 40px;
}
@media screen and (max-width: 600px) {
  .p-grease__imgs {
    margin-top: 40px;
    gap: 15px;
  }
}
.p-grease__img {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 600px) {
  .p-grease__img {
    width: 100%;
  }
}
.p-grease__img .img {
  width: 100%;
  border-radius: 5px;
}
.p-grease__img .ttl {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0 5px 0;
  background-color: rgba(0, 80, 141, 0.7);
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 14px 18px 14px 14px;
}
@media screen and (max-width: 900px) {
  .p-grease__img .ttl {
    padding: 10px;
  }
}
.p-grease__camera-img .img {
  width: 100%;
  border-radius: 5px;
}
.p-grease__box *:first-child {
  margin-top: 0;
}
.p-grease__box .p-grease__txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.p-grease__ba {
  margin-top: 62px;
  padding: 50px;
  background-color: #EBF1F6;
}
@media screen and (max-width: 900px) {
  .p-grease__ba {
    padding: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-grease__ba {
    margin-top: 40px;
  }
}
ul + .p-grease__ba {
  margin-top: 40px;
}
p + .p-grease__ba {
  margin-top: 42px;
}
.p-grease__ba-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 0 50px;
}
@media screen and (max-width: 1180px) {
  .p-grease__ba-ttl {
    padding: 0;
  }
}
.p-grease__ba-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  padding: 0 50px;
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  .p-grease__ba-txt {
    padding: 0;
  }
}
.p-grease__ba-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 88px;
}
@media screen and (max-width: 900px) {
  .p-grease__ba-list {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-grease__ba-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
* + .p-grease__ba-list {
  margin-top: 44px;
}
@media screen and (max-width: 600px) {
  * + .p-grease__ba-list {
    margin-top: 30px;
  }
}
.p-grease__ba-item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 25px 25px;
}
@media screen and (max-width: 900px) {
  .p-grease__ba-item {
    padding: 10px 20px 20px;
  }
}
.p-grease__ba-item + .p-grease__ba-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 15px;
  background: url("../img/grease/icn_arrow_right_blue_mulch.svg") no-repeat center/100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 900px) {
  .p-grease__ba-item + .p-grease__ba-item:before {
    width: 28px;
    left: -34px;
  }
}
@media screen and (max-width: 600px) {
  .p-grease__ba-item + .p-grease__ba-item:before {
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.p-grease__ba-item-ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #00508D;
}
.p-grease__ba-item-img {
  border-radius: 5px;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .p-grease__ba-item-img {
    width: 100%;
  }
}
.p-grease__ba-item-note {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  margin-top: 12px;
}
.p-grease__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 55px;
}
@media screen and (max-width: 900px) {
  .p-grease__list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-grease__list {
    margin-top: 40px;
  }
}
.p-grease__item {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-grease__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-grease__item {
    width: 100%;
  }
}
.p-grease__item .img {
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-grease__item .img {
    width: 100%;
  }
}

.p-demolition__wrap {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  .p-demolition__wrap {
    margin-top: 80px;
  }
}
.p-demolition__wrap:last-of-type {
  margin-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-demolition__wrap:last-of-type {
    margin-bottom: 120px;
  }
}
.p-demolition__heading {
  background-color: #EBF1F6;
  padding: 54px 0;
}
.p-demolition__head {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
}
.p-demolition__head + .p-demolition__head {
  margin-top: 20px;
}
.p-demolition__head-note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.4615384615;
  letter-spacing: 0.03em;
}
.p-demolition__kinds-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-demolition__kinds-list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__kinds-list {
    margin-top: 40px;
  }
}
.p-demolition__kinds-item {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-demolition__kinds-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__kinds-item {
    width: 100%;
  }
}
.p-demolition__kinds-item .ttl {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0 5px 0;
  background-color: rgba(0, 80, 141, 0.7);
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .p-demolition__kinds-item .ttl {
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-demolition__kinds-item .img {
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-demolition__kinds-item .img {
    width: 100%;
  }
}
.p-demolition__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-demolition__ttl {
    gap: 9px;
  }
}
.p-demolition__ttl-en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-demolition__ttl-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-demolition__ttl-ja {
  color: #333;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-demolition__ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-demolition__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  margin-top: 54px;
}
@media screen and (max-width: 600px) {
  .p-demolition__txt {
    margin-top: 40px;
  }
}
.p-demolition__about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  margin-top: 62px;
}
@media screen and (max-width: 900px) {
  .p-demolition__about-list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__about-list {
    gap: 15px;
    margin-top: 40px;
  }
}
p + .p-demolition__about-list {
  margin-top: 22px;
}
.p-demolition__about-item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 900px) {
  .p-demolition__about-item {
    width: calc(50% - 10px);
  }
}
.p-demolition__about-item .img {
  border-radius: 5px;
  width: 100%;
}
.p-demolition__about-txt {
  position: relative;
  background-color: #EBF1F6;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  padding: 21px;
  border-radius: 10px;
  margin-top: 62px;
}
@media screen and (max-width: 600px) {
  .p-demolition__about-txt {
    margin-top: 30px;
  }
}
.p-demolition__about-txt + .p-demolition__about-txt {
  margin-top: 20px;
}
.p-demolition__about-block {
  border-radius: 5px;
  background-color: #EBF1F6;
  padding: 25px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-demolition__about-block {
    padding: 20px;
  }
}
.p-demolition__about-block-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
}
.p-demolition__about-block-txt + .p-demolition__about-block-txt {
  margin-top: 14px;
}
.p-demolition__works-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .p-demolition__works-list {
    margin-top: 40px;
  }
}
.p-demolition__works-item {
  background-color: #EBF1F6;
  padding: 18px 30px 30px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 900px) {
  .p-demolition__works-item {
    padding: 12px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__works-item {
    width: 100%;
  }
}
.p-demolition__works-item-ttl {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #00508D;
}
.p-demolition__works-item-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #00508D;
}
.p-demolition__works-item-imgs {
  margin-top: 10px;
}
.p-demolition__works-item-img {
  position: relative;
  max-width: 347px;
  aspect-ratio: 1.6;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.p-demolition__works-item-img figcaption {
  position: absolute;
  z-index: 2;
  border-radius: 5px 0 5px 0;
  background-color: rgba(0, 80, 141, 0.7);
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 1px 10px;
}
@media (hover: hover) {
  .p-demolition__works-item-img::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #333;
    border-radius: 5px;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
}
.p-demolition__works-item-img--before {
  position: relative;
  z-index: 3;
  padding-right: 20px;
}
.p-demolition__works-item-img--before figcaption {
  top: 0;
  left: 0;
}
.p-demolition__works-item-img--before::before {
  opacity: 0;
}
.p-demolition__works-item-img--before.is-off::before {
  opacity: 0.6;
}
.p-demolition__works-item-img--after {
  padding-left: 20px;
  margin-left: auto;
  margin-top: 10px;
}
@media (hover: hover) {
  .p-demolition__works-item-img--after {
    margin-top: -23%;
  }
}
.p-demolition__works-item-img--after figcaption {
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.p-demolition__works-item-img--after::before {
  opacity: 0.6;
}
.p-demolition__works-item-img--after.is-on {
  z-index: 4;
}
.p-demolition__works-item-img--after.is-on::before {
  opacity: 0;
}
.p-demolition__works-item-img .img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.p-demolition__asbestos-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 54px;
}
@media screen and (max-width: 900px) {
  .p-demolition__asbestos-list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__asbestos-list {
    margin-top: 40px;
  }
}
.p-demolition__asbestos-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-demolition__asbestos-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-demolition__asbestos-item {
    width: 100%;
  }
}
.p-demolition__asbestos-item .img {
  border-radius: 5px;
  width: 100%;
}

.p-motherworks__eyecatch {
  width: 100%;
  height: 622px;
}
@media screen and (max-width: 900px) {
  .p-motherworks__eyecatch {
    height: auto;
  }
}
.p-motherworks__eyecatch .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-motherworks__eyecatch .img {
    min-height: 215px;
  }
}
.p-motherworks__heading {
  padding-top: 120px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__heading {
    padding-top: 60px;
  }
}
.p-motherworks__heading-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.425;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-motherworks__heading-ttl {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-motherworks__heading-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.03em;
  margin-top: 28px;
}
.p-motherworks__wrap {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__wrap {
    margin-top: 80px;
  }
}
.p-motherworks__wrap:last-of-type {
  margin-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__wrap:last-of-type {
    margin-bottom: 120px;
  }
}
.p-motherworks__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__ttl {
    gap: 9px;
  }
}
.p-motherworks__ttl-en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-motherworks__ttl-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-motherworks__ttl-ja {
  color: #333;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-motherworks__ttl-ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-motherworks__ttl-sub {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #EBF1F6;
  padding: 6px 0 15px 23px;
}
.p-motherworks__ttl-sub::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-motherworks__ttl-sub::before {
    top: 19px;
  }
}
.p-motherworks__txt {
  margin-top: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
.p-motherworks__table-wrap {
  margin-top: 60px;
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__table-wrap {
    margin-top: 40px;
  }
}
.p-motherworks__overview {
  margin-top: 74px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview {
    margin-top: 80px;
  }
}
.p-motherworks__overview-list {
  margin-top: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  display: grid;
  grid-template-columns: 130px auto;
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list {
    margin-top: 24px;
    grid-template-columns: auto;
  }
}
.p-motherworks__overview-list > dt,
.p-motherworks__overview-list > dd {
  border-bottom: 1px solid #EBF1F6;
  padding: 21.2px 0;
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list > dt,
  .p-motherworks__overview-list > dd {
    padding: 16px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list > dt {
    border-bottom: none;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list > dd {
    padding-top: 5px;
  }
}
.p-motherworks__overview-item-ttl {
  font-weight: 700;
  color: #00508D;
}
.p-motherworks__overview-item-ttl .adj {
  display: block;
  margin: -4px 0 0 -7px;
}
.p-motherworks__overview-list-child {
  display: grid;
  grid-template-columns: 148px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list-child {
    grid-template-columns: 130px auto;
  }
}
.p-motherworks__overview-list-child > dt,
.p-motherworks__overview-list-child > dd {
  border-bottom: 1px dashed #EBF1F6;
  padding: 11px 0;
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-list-child > dt,
  .p-motherworks__overview-list-child > dd {
    padding: 8px 0;
  }
}
.p-motherworks__overview-list-child > dt:last-of-type,
.p-motherworks__overview-list-child > dd:last-of-type {
  border-bottom: none;
}
.p-motherworks__overview-list-child .ttl {
  font-weight: 500;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-motherworks__overview-list-child .ttl:first-of-type {
  padding-top: 0;
}
.p-motherworks__overview-list-child .ttl:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 940px) {
  .p-motherworks__overview-list-child .txt .br {
    display: none;
  }
}
.p-motherworks__overview-list-child .txt:first-of-type {
  padding-top: 0;
}
.p-motherworks__overview-list-child .txt:last-of-type {
  padding-bottom: 0;
}
.p-motherworks__overview-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .p-motherworks__overview-imgs {
    margin-top: 40px;
    gap: 15px;
  }
}
.p-motherworks__overview-img {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 900px) {
  .p-motherworks__overview-img {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__overview-img {
    width: 100%;
  }
}
.p-motherworks__overview-img .img {
  border-radius: 5px;
  width: 100%;
}
.p-motherworks__facility {
  margin-top: 130px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility {
    margin-top: 80px;
  }
}
.p-motherworks__facility-img {
  margin-top: 60px;
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-img {
    margin-top: 40px;
  }
}
.p-motherworks__facility-img .img {
  min-width: 900px;
  height: auto;
}
.p-motherworks__facility-list {
  margin: 40px 0 -20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-list {
    margin: 20px 0 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: grid;
    gap: 20px;
  }
}
.p-motherworks__facility-item {
  background-color: #EBF1F6;
  border-radius: 5px;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--01 {
    grid-row: 1/2;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--02 {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--03 {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--04 {
    grid-row: 4/5;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--05 {
    grid-row: 5/6;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--06 {
    grid-row: 6/7;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--07 {
    grid-row: 7/8;
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-item--08 {
    grid-row: 8/9;
  }
}
.p-motherworks__facility-item-ttl {
  display: grid;
  grid-template-columns: 33px auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-motherworks__facility-item-ttl .num {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #00508D;
  line-height: 1.2;
}
.p-motherworks__facility-item-ttl .txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 1px;
}
.p-motherworks__facility-item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
  margin-top: 6px;
}
.p-motherworks__facility-block {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-block {
    margin-top: 80px;
  }
}
.p-motherworks__facility-block:first-of-type {
  margin-top: 116px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-block:first-of-type {
    margin-top: 80px;
  }
}
.p-motherworks__facility-block-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .p-motherworks__facility-block-list {
    gap: 15px;
  }
}
.p-motherworks__facility-block-list .img {
  border-radius: 5px;
  width: 100%;
}
.p-motherworks__facility-block-list--two .item {
  max-width: 450px;
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 900px) {
  .p-motherworks__facility-block-list--two .item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-block-list--two .item {
    max-width: initial;
    width: 100%;
  }
}
.p-motherworks__facility-block-list--three .item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 900px) {
  .p-motherworks__facility-block-list--three .item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-motherworks__facility-block-list--three .item {
    width: 100%;
  }
}
.p-motherworks__env-list {
  margin-top: 50px;
  padding-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__env-list {
    margin-top: 40px;
  }
}
.p-motherworks__env-item {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.p-motherworks__env-item::before {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #00508D;
  position: absolute;
  top: 9px;
  left: 0;
}
.p-motherworks__env-item + .p-motherworks__env-item {
  margin-top: 8px;
}
.p-motherworks__env-imgs {
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-motherworks__env-imgs {
    gap: 15px;
  }
}
.p-motherworks__env-img {
  position: relative;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 900px) {
  .p-motherworks__env-img {
    width: calc(50% - 7.5px);
  }
}
.p-motherworks__env-img .img {
  border-radius: 5px;
  width: 100%;
}
.p-motherworks__env-img .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px 0 5px 0;
  background-color: rgba(0, 80, 141, 0.7);
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 700;
  padding: 1px 10px;
}
@media screen and (max-width: 600px) {
  .p-motherworks__env-img .ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-motherworks__env-img .ttl .br {
  display: none;
}
@media screen and (max-width: 1180px) {
  .p-motherworks__env-img .ttl .br {
    display: block;
  }
}

.p-process__wrap {
  padding: 75px 0 80px;
}
.p-process__wrap:last-of-type {
  padding-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-process__wrap:last-of-type {
    padding-bottom: 120px;
  }
}
.p-process__wrap--bg {
  background-color: #EBF1F6;
  padding: 153px 0 120px;
}
@media screen and (max-width: 900px) {
  .p-process__wrap--bg {
    padding: 130px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-process__wrap--bg {
    padding: 100px 0 80px;
  }
}
.p-process__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .p-process__list {
    gap: 60px;
  }
}
.p-process__item {
  position: relative;
  background-color: #fff;
  width: calc((100% - 50px) / 3);
  padding: 50px 30px 35px;
}
@media screen and (max-width: 900px) {
  .p-process__item {
    width: 100%;
    padding: 30px 20px 25px;
    display: grid;
    grid-template-columns: auto 35%;
    grid-template-rows: auto 1fr;
    gap: 4%;
  }
}
@media screen and (max-width: 600px) {
  .p-process__item {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
  }
}
.p-process__item + .p-process__item:before {
  content: "";
  position: absolute;
  top: 33.8%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 18px;
  background: url("../img/common/icn_arrow_right_blue.svg") no-repeat center/100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 900px) {
  .p-process__item + .p-process__item:before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 12px;
    height: 22px;
    top: -42px;
  }
}
.p-process__item .img {
  border-radius: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-process__item .img {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 600px) {
  .p-process__item .img {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-process__item-ttl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-process__item-ttl .num {
  position: absolute;
  top: -55px;
  left: 5px;
  font-size: 75px;
  font-size: 4.6875rem;
  letter-spacing: 0.02em;
  color: #00508D;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .p-process__item-ttl .num {
    top: -45px;
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
.p-process__item-ttl .txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #00508D;
}
.p-process__item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  margin-top: 17px;
}
@media screen and (max-width: 900px) {
  .p-process__item-txt {
    margin-top: 5px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 600px) {
  .p-process__item-txt {
    grid-row: 3/4;
  }
}
.p-process__ttl {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #EBF1F6;
  padding: 6px 0 15px 23px;
  margin-top: 52px;
}
@media screen and (max-width: 600px) {
  .p-process__ttl {
    padding-top: 0;
  }
}
.p-process__ttl:first-of-type {
  margin-top: 0;
}
.p-process__ttl::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8FC4ED;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-process__ttl::before {
    top: 13px;
  }
}
.p-process__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.p-process__txt-note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: 0.03em;
}
.p-process__btn {
  margin-top: 25px;
}

.p-recruit__container {
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 900px) {
  .p-recruit__container {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background-color: #fff;
  }
}
.p-recruit__fas-block {
  margin-top: 74px;
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-block {
    margin-top: 60px;
  }
}
.p-recruit__ttl {
  text-align: center;
}
.p-recruit__ttl .en {
  color: #6FF4EE;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 1.2727272727;
}
@media screen and (max-width: 600px) {
  .p-recruit__ttl .en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-recruit__ttl .ja {
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.6470588235;
  letter-spacing: -0.04em;
  color: #00508D;
  font-weight: 700;
  margin-top: 12px;
}
.p-recruit__ttl .ja.white {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-recruit__ttl .ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-recruit__ttl-sub {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00508D;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-recruit__ttl-sub {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 32px;
  }
}
.p-recruit__ttl-sub::before, .p-recruit__ttl-sub::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 17px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .p-recruit__ttl-sub::before, .p-recruit__ttl-sub::after {
    top: 8px;
    width: 13px;
  }
}
.p-recruit__ttl-sub::before {
  background-color: #00508D;
  left: 0;
  z-index: 1;
}
.p-recruit__ttl-sub::after {
  background-color: #8FC4ED;
  left: 15px;
}
@media screen and (max-width: 600px) {
  .p-recruit__ttl-sub::after {
    left: 10px;
  }
}
.p-recruit__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  max-width: 626px;
  margin: 22px auto 0;
}
.p-recruit__fv {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-size: 74px 74px;
  background-repeat: repeat;
  background-position: bottom center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 8px;
  padding: 4.4vw 5.6vw calc(2.7vw + 25px);
  min-height: 809px;
}
@media screen and (max-width: 1180px) {
  .p-recruit__fv {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__fv {
    padding-top: max(103px, 15vh);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fv {
    padding: max(80px, 10.8vh) 3.5vw;
    min-height: 844px;
    background-size: 45px 45px;
  }
}
.p-recruit__fv-deco {
  position: absolute;
  left: calc(50% + 17.5vw);
  top: -26px;
  z-index: 2;
  height: 100%;
}
.p-recruit__fv-deco img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .p-recruit__fv-deco {
    width: 146vw;
    right: -88vw;
    left: initial;
    top: initial;
    bottom: -9px;
    height: auto;
  }
  .p-recruit__fv-deco img {
    height: auto;
    width: 100%;
  }
}
.p-recruit__fv-img {
  position: absolute;
  left: calc(50% + 21.5vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -80px;
  z-index: 3;
  height: 83.68%;
}
.p-recruit__fv-img img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .p-recruit__fv-img {
    bottom: 0;
    left: initial;
    right: -33px;
    -webkit-transform: none;
            transform: none;
    width: 65vw;
    height: auto;
  }
  .p-recruit__fv-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fv-img {
    width: 95vw;
  }
}
.p-recruit__fv-txt {
  position: relative;
  z-index: 4;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.07em;
  line-height: 1.5789473684;
  color: #00508D;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .p-recruit__fv-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fv-txt {
    font-size: 4.8717948718vw;
    line-height: 1.3684210526;
    padding-left: 1.6vw;
    margin-top: 3.8vw;
  }
}
.p-recruit__fv-ttl {
  position: relative;
  z-index: 4;
  color: #00508D;
  font-size: 106px;
  font-size: 6.625rem;
  letter-spacing: -0.04em;
  line-height: 1.1981132075;
  font-weight: 900;
}
@media screen and (max-width: 1180px) {
  .p-recruit__fv-ttl {
    font-size: 75px;
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__fv-ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fv-ttl {
    font-size: 13.3333333333vw;
    line-height: 1.0886075949;
  }
}
.p-recruit__fv-ttl .color {
  color: #6FF4EE;
}
@media screen and (max-width: 900px) {
  .p-recruit__fv-ttl .color {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fv-ttl .color {
    margin-top: 1vw;
  }
}
.p-recruit__message {
  position: relative;
  padding: 111px 0 156px;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-size: 74px 74px;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (max-width: 600px) {
  .p-recruit__message {
    padding-bottom: 122px;
    background-size: 45px 45px;
  }
}
.p-recruit__message-inner {
  position: relative;
  z-index: 1;
}
.p-recruit__message-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 73.8vw;
  height: max(809px, 100vh);
  border-radius: max(404.5px, 50vh) 0 0 max(404.5px, 50vh);
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 900px) {
  .p-recruit__message-bg {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__message-bg {
    top: initial;
    right: initial;
    bottom: 0;
    width: 240vw;
    height: calc(84.5vh - 50px);
    left: calc(50% + 50vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: calc((84.5vh - 50px) / 2) 0 0 calc((84.5vh - 50px) / 2);
  }
}
.p-recruit__message-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.21);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
  .p-recruit__message-bg::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.p-recruit__message-bg.is-scrolled {
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-recruit__message-bg.is-scrolled {
    top: initial;
    right: initial;
    left: 0;
    bottom: 0;
  }
}
.p-recruit__message-bg.is-scrolled::before {
  opacity: 1;
}
.p-recruit__message-bg .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-recruit__message-ttl {
    text-align: center;
  }
}
.p-recruit__message-ttl .en {
  color: #6FF4EE;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-recruit__message-ttl .ja {
  display: block;
  font-size: 47px;
  font-size: 2.9375rem;
  line-height: 1.4468085106;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 700;
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .p-recruit__message-ttl .ja {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__message-ttl .ja {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p-recruit__message-ttl .ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-recruit__message-txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.6111111111;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  max-width: 791px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .p-recruit__message-txt {
    max-width: 482px;
  }
}
.p-recruit__fas {
  padding: 125px 0 97px;
  z-index: 1;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBF1F6 calc(100% - 1px));
  background-size: 74px 74px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .p-recruit__fas {
    padding: 64px 0 86px;
    background-size: 45px 45px;
  }
}
.p-recruit__fas-list {
  margin-top: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 82px;
}
@media screen and (max-width: 900px) {
  .p-recruit__fas-list {
    gap: 30px 41px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-list {
    gap: 36px;
  }
}
.p-recruit__fas-item {
  width: calc(50% - 41px);
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-recruit__fas-item {
    width: calc(50% - 20.5px);
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-item {
    width: 100%;
  }
}
.p-recruit__fas-item-num {
  padding-left: 50px;
  padding: 6px 8px 8px 49px;
}
@media screen and (max-width: 900px) {
  .p-recruit__fas-item-num {
    padding: 2px 8px 3px 33px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-item-num {
    padding: 0 8px 6px 34px;
  }
}
.p-recruit__fas-item-num .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  background-color: #00508D;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  display: grid;
  place-items: center;
}
.p-recruit__fas-item-num .block.lb {
  background-color: #8FC4ED;
}
@media screen and (max-width: 900px) {
  .p-recruit__fas-item-num .block {
    width: 48px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-recruit__fas-item-num .txt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-item-num .txt {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.25;
  }
}
.p-recruit__fas-item-ttl {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .p-recruit__fas-item-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-item-ttl {
    margin-top: 18px;
  }
}
.p-recruit__fas-item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 22px;
  max-width: 430px;
}
@media screen and (max-width: 600px) {
  .p-recruit__fas-item-txt {
    max-width: initial;
    margin-top: 10px;
  }
}
.p-recruit__num {
  padding: 100px 0 140px;
  background-color: #00508D;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-recruit__num {
    padding: 64px 0 70px;
  }
}
.p-recruit__num-list {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
}
.p-recruit__num-list--two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-list--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__num-list--two li {
  width: 100%;
  max-width: 384px;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-list--two li {
    max-width: initial;
  }
}
@media screen and (max-width: 1180px) {
  .p-recruit__num-list {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__num-list {
    margin-top: 68px;
    grid-template-columns: auto;
    gap: 15px;
  }
}
.p-recruit__num-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-item {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item {
    gap: 16px;
  }
}
.p-recruit__num-item-ttl {
  color: #0087EF;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.6em;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-ttl {
    min-height: initial;
  }
}
.p-recruit__num-item-ttl .txt {
  font-weight: inherit;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-ttl .txt {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.p-recruit__num-item-ttl .small {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: inherit;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-ttl .small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-recruit__num-item-ttl .block {
  display: block;
  padding-top: 5px;
}
.p-recruit__num-item-holiday {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-item-holiday {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-recruit__num-item-holiday-txt {
  color: #0087EF;
  font-weight: 700;
  margin-top: 12px;
  padding-left: 12px;
}
.p-recruit__num-item-holiday-txt .num {
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: -0.02em;
  font-weight: inherit;
  vertical-align: sub;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-holiday-txt .num {
    font-size: 101px;
    font-size: 6.3125rem;
  }
}
.p-recruit__num-item-holiday-txt .small {
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: inherit;
}
.p-recruit__num-item-holiday-txt .small::before {
  content: "";
  position: absolute;
  top: -53px;
  right: -2px;
  width: 38px;
  height: 40px;
  background: url("../img/recruit/icn_num_deco.svg") no-repeat center/100%;
}
.p-recruit__num-item-holiday-img {
  margin-top: 4px;
}
.p-recruit__num-item-overtime {
  grid-column: 2/3;
  grid-row: 1/3;
  padding-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-item-overtime {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-bottom: 30px;
  }
}
.p-recruit__num-item-overtime-txt {
  color: #0087EF;
  font-weight: 700;
  margin-top: -14px;
}
@media screen and (max-width: 900px) {
  .p-recruit__num-item-overtime-txt {
    margin-top: 0;
  }
}
.p-recruit__num-item-overtime-txt .num {
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: -0.08em;
  font-weight: inherit;
  vertical-align: sub;
  padding-right: 5px;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-overtime-txt .num {
    font-size: 101px;
    font-size: 6.3125rem;
  }
}
.p-recruit__num-item-overtime-txt .small {
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: inherit;
}
.p-recruit__num-item-overtime-txt .small:first-child {
  margin-right: -12px;
}
.p-recruit__num-item-overtime-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00508D;
  text-align: center;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-overtime-note {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 0;
  }
}
.p-recruit__num-item-retire {
  grid-column: 3/4;
  grid-row: 1/3;
  padding-bottom: 25px;
}
@media screen and (max-width: 1180px) {
  .p-recruit__num-item-retire {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__num-item-retire {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-recruit__num-item-retire-txt {
  color: #0087EF;
  font-weight: 700;
  margin-top: 8px;
  padding-left: 18px;
}
.p-recruit__num-item-retire-txt .num {
  position: relative;
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: -0.02em;
  font-weight: inherit;
  vertical-align: sub;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-retire-txt .num {
    font-size: 101px;
    font-size: 6.3125rem;
  }
}
.p-recruit__num-item-retire-txt .num::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -21px;
  width: 26px;
  height: 27px;
  background: url("../img/recruit/icn_num_deco.svg") no-repeat center/100%;
}
.p-recruit__num-item-retire-txt .small {
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: inherit;
}
.p-recruit__num-item-retire-txt .small::before {
  content: "";
  position: absolute;
  top: -51px;
  right: -8px;
  width: 38px;
  height: 40px;
  background: url("../img/recruit/icn_num_deco.svg") no-repeat center/100%;
}
.p-recruit__num-item-retire-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00508D;
  text-align: center;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  padding: 16px 0;
}
@media screen and (max-width: 600px) {
  .p-recruit__num-item-retire-note {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 0 5px;
  }
}
.p-recruit__interview {
  z-index: 1;
  padding-top: 99px;
  background-color: #EBF1F6;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #DEE7F0 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #DEE7F0 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DEE7F0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DEE7F0 calc(100% - 1px));
  background-size: 74px 74px;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (max-width: 600px) {
  .p-recruit__interview {
    padding-top: 64px;
    background-size: 45px 45px;
  }
}
.p-recruit__interview-ttl {
  margin-bottom: 98px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-ttl {
    margin-bottom: 68px;
  }
}
.p-recruit__interview-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 120px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-wrap {
    padding: 0 20px;
  }
}
.p-recruit__interview-inner--left {
  width: 45vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.p-recruit__interview-inner--left.is-fixed {
  position: fixed;
  top: 0;
  opacity: 1;
}
.p-recruit__interview-inner--left .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-radius: 0 5px 5px 0;
}
.p-recruit__interview-inner--left .img.is-active {
  opacity: 1;
}
.p-recruit__interview-inner--right {
  width: 50vw;
  margin-left: 50vw;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-inner--right {
    width: 100%;
    margin-left: 0;
  }
}
.p-recruit__interview-block {
  position: relative;
  min-height: 120vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-block {
    min-height: initial;
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-block:nth-of-type(3n) {
    margin: 50px 0 100px;
  }
}
.p-recruit__interview-img .img {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-img .img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-img-01 .img {
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-img-02 {
    margin: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-img-02 {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-img-02 .img {
    width: 100%;
    aspect-ratio: 1.5217391304;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-recruit__interview-img-02 .img.tab-op-top {
  -o-object-position: top center;
     object-position: top center;
}
.p-recruit__interview-ttl-en {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  font-weight: 300;
  color: #00508D;
  letter-spacing: 0.04em;
  margin-top: 60px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-ttl-en {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-recruit__interview-ttl-ja {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-ttl-ja {
    margin-top: 40px;
  }
}
.p-recruit__interview-info {
  margin-top: 32px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-info {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-info {
    margin-top: 42px;
  }
}
.p-recruit__interview-info .belong {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-recruit__interview-info .name {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.45;
  font-weight: 700;
  margin-top: 6px;
}
.p-recruit__interview-info .join {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.07em;
  margin-top: 6px;
}
.p-recruit__interview-qa + .p-recruit__interview-qa {
  margin-top: 96px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-qa + .p-recruit__interview-qa {
    margin-top: 50px;
  }
}
.p-recruit__interview-q {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  color: #00508D;
  position: relative;
  padding-left: 26px;
}
.p-recruit__interview-q::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #00508D;
}
.p-recruit__interview-a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 44px;
  max-width: 455px;
}
@media screen and (max-width: 900px), print {
  .p-recruit__interview-a {
    margin-top: 30px;
    max-width: initial;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__interview-a {
    margin-top: 22px;
  }
}
.p-recruit__wac {
  padding: 120px 0 122px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-recruit__wac {
    padding: 62px 0 65px;
  }
}
.p-recruit__wac-list {
  margin-top: 68px;
}
@media screen and (max-width: 600px) {
  .p-recruit__wac-list {
    margin-top: 35px;
  }
}
.p-recruit__wac-item {
  display: grid;
  grid-template-columns: 50% auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__wac-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__wac-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-recruit__wac-item:nth-of-type(even) .p-recruit__wac-item-txts {
  padding: 0 11% 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__wac-item:nth-of-type(even) .p-recruit__wac-item-txts {
    padding: 0;
  }
}
.p-recruit__wac-item + .p-recruit__wac-item {
  margin-top: 72px;
}
@media screen and (max-width: 600px) {
  .p-recruit__wac-item + .p-recruit__wac-item {
    margin-top: 45px;
  }
}
.p-recruit__wac-item-txts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  padding-left: 11%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit__wac-item-txts {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__wac-item-txts {
    gap: 12px 0;
  }
}
.p-recruit__wac-item-img figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  font-weight: 500;
  padding-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .p-recruit__wac-item-img figcaption {
    text-align: right;
  }
}
.p-recruit__wac-item-img .img {
  width: 100%;
}
.p-recruit__wac-item-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  color: #00508D;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-recruit__wac-item-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__wac-item-ttl {
    margin-top: 16px;
  }
}
.p-recruit__wac-item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
.p-recruit__info {
  padding: 119px 0 130px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-recruit__info {
    padding: 64px 0 85px;
  }
}
.p-recruit__info-list {
  margin-top: 99px;
  display: grid;
  grid-template-columns: 130px auto;
}
@media screen and (max-width: 900px) {
  .p-recruit__info-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__info-list {
    grid-template-columns: auto;
    margin-top: 30px;
  }
}
.p-recruit__info-list dt,
.p-recruit__info-list dd {
  border-bottom: 1px solid #EBF1F6;
  padding: 21px 0;
}
.p-recruit__info-list dt:first-of-type,
.p-recruit__info-list dd:first-of-type {
  border-top: 1px solid #EBF1F6;
}
@media screen and (max-width: 600px) {
  .p-recruit__info-list dt:first-of-type,
  .p-recruit__info-list dd:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__info-list dt {
    border-bottom: none;
    padding: 15px 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__info-list dd {
    padding: 5px 0 15px;
  }
}
.p-recruit__info-item-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #00508D;
  font-weight: 700;
}
.p-recruit__info-item-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
.p-recruit__info-item-txt ul {
  line-height: 1.4;
}
.p-recruit__info-item-txt ul li {
  position: relative;
  padding-left: 1em;
}
.p-recruit__info-item-txt ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-recruit__info-item-txt ul li + li {
  margin-top: 8px;
}
.p-recruit__info-tabs {
  border-bottom: 1px solid #EBF1F6;
  margin-top: 75px;
}
.p-recruit__info-tab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-recruit__info-tab {
  min-width: 246px;
  height: 70px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background-color: #8FC4ED;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 0 20px;
  line-height: 1.8666666667;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-recruit__info-tab.is-open {
  background-color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-recruit__info-tab {
    min-width: initial;
    width: calc(50% - 5px);
    height: 50px;
  }
}
.p-recruit__info-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.p-recruit__info-tab-content.is-open {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-recruit__entry {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .p-recruit__entry {
    padding-bottom: 100px;
  }
}
.p-recruit__entry-btn .link {
  position: relative;
  display: block;
  width: 100%;
  height: 392px;
  border-radius: 80px;
  background: -webkit-gradient(linear, right top, left top, from(#0087ef), to(#6ff4ee));
  background: -webkit-linear-gradient(right, #0087ef 0%, #6ff4ee 100%);
  background: linear-gradient(270deg, #0087ef 0%, #6ff4ee 100%);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .p-recruit__entry-btn .link {
    height: 274.4px;
    border-radius: 56px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__entry-btn .link {
    border-radius: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 35px;
    height: 162px;
  }
}
.p-recruit__entry-btn .en {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.2777777778;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  .p-recruit__entry-btn .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-recruit__entry-btn .ja {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  color: #fff;
  margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .p-recruit__entry-btn .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 375px) {
  .p-recruit__entry-btn .ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit__entry-btn .icn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 55px;
  width: 66px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 900px) {
  .p-recruit__entry-btn .icn {
    width: 46.2px;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__entry-btn .icn {
    width: 38px;
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__entry-btn .img {
    width: 7px;
  }
}
.p-recruit__banner {
  position: fixed;
  z-index: 99;
  right: -20px;
  bottom: 16px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (hover: hover) {
  .p-recruit__banner:hover {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit__banner {
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.p-recruit__banner .link {
  display: block;
  width: 285px;
  height: 101px;
  border-radius: 30px 0px 0px 30px;
  background: -webkit-linear-gradient(135deg, #0087ef 0%, #6ff4ee 100%);
  background: linear-gradient(-45deg, #0087ef 0%, #6ff4ee 100%);
  -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 23px 15px 0 0;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-recruit__banner .link {
    width: 100%;
    height: 20vw;
    border-radius: 7.7vw 7.7vw 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5vw;
    padding: 2vw 0 0 1vw;
  }
}
.p-recruit__banner-en {
  font-size: 31px;
  font-size: 1.9375rem;
  letter-spacing: 0.04em;
  font-weight: inherit;
}
@media screen and (max-width: 600px) {
  .p-recruit__banner-en {
    font-size: 7.9487179487vw;
  }
}
.p-recruit__banner-ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: inherit;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .p-recruit__banner-ja {
    font-size: 4.1025641026vw;
    margin-top: 0;
  }
}

.p-faq__wrap {
  padding-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-faq__wrap {
    padding-bottom: 120px;
  }
}
.p-faq__block {
  background-color: #EBF1F6;
  padding: 60px 100px;
}
@media screen and (max-width: 1180px) {
  .p-faq__block {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-faq__block {
    padding: 30px 20px 40px;
    margin: 0 -20px;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 38px;
}
.p-faq__box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 27px 2px;
}
@media screen and (max-width: 600px) {
  .p-faq__box {
    padding: 12px 15px 2px;
  }
}
.p-faq__box + .p-faq__box {
  margin-top: 15px;
}
.p-faq__ttl {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .p-faq__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-faq__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 25px;
  background-color: #00508D;
}
@media screen and (max-width: 600px) {
  .p-faq__ttl::before {
    top: 7px;
  }
}
.p-faq__q {
  cursor: pointer;
  padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .p-faq__q {
    padding-bottom: 10px;
  }
}
.p-faq__q .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
}
.p-faq__q .btn::before {
  content: "＋";
  line-height: 1;
  color: #00508D;
  font-size: 1.75rem;
}
@media screen and (max-width: 600px) {
  .p-faq__q .btn::before {
    font-size: 1.5rem;
  }
}
.p-faq__q.is-open .btn::before {
  content: "ー";
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .p-faq__q.is-open .btn::before {
    font-size: 1.35rem;
  }
}
.p-faq__q-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 25px auto 37px;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
@media screen and (max-width: 600px) {
  .p-faq__q-txt {
    grid-template-columns: 20px auto 20px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    line-height: 1.8666666667;
  }
}
.p-faq__q-txt .icn {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #00508D;
  line-height: 1;
  padding-top: 3px;
}
@media screen and (max-width: 600px) {
  .p-faq__q-txt .icn {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-faq__a {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.p-faq__a-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
  border-top: 1px solid #EBF1F6;
  display: grid;
  grid-template-columns: 25px auto;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  padding: 19px 0 16px;
}
@media screen and (max-width: 600px) {
  .p-faq__a-txt {
    grid-template-columns: 20px auto;
    padding: 10px 0 18px;
    gap: 5px;
    line-height: 1.8666666667;
  }
}
.p-faq__a-txt .icn {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #4FBBE3;
  line-height: 1;
  padding-top: 3px;
}
@media screen and (max-width: 600px) {
  .p-faq__a-txt .icn {
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 5px;
  }
}
.p-faq__a-txt .link {
  display: inline-block;
  color: #00508D;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-top: 9px;
}
@media (hover: hover) {
  .p-faq__a-txt .link:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.p-news {
  /* 一覧&共通 */
  /* 詳細 */
}
.p-news__layout {
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .p-news__layout {
    padding-bottom: 120px;
  }
}
.p-news__layout-block {
  display: grid;
  grid-template-columns: auto 235px;
  gap: 8%;
}
@media screen and (max-width: 900px) {
  .p-news__layout-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}
.p-news__head {
  padding-bottom: 135px;
}
@media screen and (max-width: 600px) {
  .p-news__head {
    padding-bottom: 129px;
  }
}
.p-news__item {
  padding: 36px 0 32px;
  border-bottom: 1px solid #EBF1F6;
}
.p-news__item-meta {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 90px auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.p-news__item-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #00508D;
  white-space: nowrap;
}
.p-news__cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px 5px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 1px;
}
.p-news__cat {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-news__cat::before {
  content: "#";
}
.p-news__item-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 12px;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .p-news__item-ttl {
    -webkit-line-clamp: 2;
  }
}
.p-news__side + .p-news__side {
  padding-top: 33px;
}
.p-news__side-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #CADAE6;
  padding: 21px 0;
  margin-top: 17px;
}
@media screen and (max-width: 900px) {
  .p-news__side-ttl {
    margin-top: 0;
  }
}
.p-news__side-ttl-en {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #00508D;
}
.p-news__side-ttl-ja {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-news__side-list {
  margin-top: 12px;
}
.p-news__side-item .link {
  position: relative;
  display: block;
  padding: 12px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__side-item .icn {
  width: 5px;
  height: auto;
  aspect-ratio: 1;
  color: #000;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  margin: 3px 7px 0 0;
}
.p-news__nav {
  margin-top: 60px;
}
.p-news__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
.p-news__nav .pages a {
  display: block;
  color: #777;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
}
.p-news__nav .pages.is-current {
  color: #00508D;
  border-bottom: 2px solid #00508D;
}
.p-news__nav .pages.is-current,
.p-news__nav .pages a {
  padding: 5px;
}
.p-news__nav .ellipsis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__nav .arrow a {
  display: block;
  pointer-events: none;
  padding: 5px;
  vertical-align: text-bottom;
}
.p-news__nav .arrow.prev .icn {
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  color: #777;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.p-news__nav .arrow.next .icn {
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  color: #777;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.p-news__nav .arrow.is-active a {
  pointer-events: all;
}
.p-news__nav .arrow.is-active .icn {
  border-color: #00508D;
}
.p-news__nav .arrow .icn {
  margin-bottom: 3px;
}
.p-news__layout--detail {
  padding-top: 233px;
}
@media screen and (max-width: 600px) {
  .p-news__layout--detail {
    padding-top: 178px;
  }
}
.p-news__layout-block--detail {
  gap: 12.8%;
}
@media screen and (max-width: 900px) {
  .p-news__layout-block--detail {
    gap: 100px;
  }
}
.p-news__cnts-meta {
  margin-top: 35px;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 100px auto;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-meta {
    margin-top: 0;
  }
}
.p-news__cnts-date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #00508D;
  white-space: nowrap;
}
.p-news__cnts-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px 5px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.p-news__cnts-cat {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-news__cnts-cat::before {
  content: "#";
}
.p-news__cnts-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-news__cnts-eyecatch {
  margin-top: 45px;
}
.p-news__cnts-eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5010351967;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__cnts-cnt {
  margin-top: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
}
.p-news__cnts-cnt img {
  max-width: 100%;
  height: auto;
}
.p-news__cnts-cnt .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-news__cnts-cnt .alignright {
  float: right;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-cnt .alignright {
    display: block;
    float: initial;
    text-align: center;
    margin: 0;
  }
}
.p-news__cnts-cnt .alignleft {
  float: left;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-cnt .alignleft {
    display: block;
    float: initial;
    text-align: center;
    margin: 0;
  }
}
.p-news__cnts-cnt *:first-child {
  margin-top: 0;
}
.p-news__cnts-cnt p {
  margin: 1em 0;
}
.p-news__cnts-cnt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news__cnts-cnt a:hover {
    text-decoration: none;
  }
}
.p-news__cnts-cnt h1,
.p-news__cnts-cnt h2,
.p-news__cnts-cnt h3,
.p-news__cnts-cnt h4,
.p-news__cnts-cnt h5,
.p-news__cnts-cnt h6 {
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 2em 0 1em;
}
.p-news__cnts-cnt h1,
.p-news__cnts-cnt h2 {
  border-left: 7px solid #00508D;
  padding-left: 8px;
}
.p-news__cnts-cnt h1 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.p-news__cnts-cnt h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-news__cnts-cnt h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}
.p-news__cnts-cnt h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-news__cnts-cnt h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}
.p-news__cnts-cnt h6 {
  font-size: 16px;
  font-size: 1rem;
}
.p-news__cnts-cnt figure {
  margin: 1em 0;
}
.p-news__cnts-cnt figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
}
.p-news__cnts-cnt .wp-block-columns {
  margin: 3em 0;
}
.p-news__cnts-cnt .wp-block-columns.is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-cnt .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__cnts-cnt .wp-block-columns.wp-container-core-columns-is-layout-1 > div {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 600px) {
  .p-news__cnts-cnt .wp-block-columns.wp-container-core-columns-is-layout-1 > div {
    width: 100%;
  }
}
.p-news__cnts-cnt .wp-block-quote {
  border-radius: 10px;
  padding: 1em 40px;
  background-color: #EBF1F6;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-cnt .wp-block-quote {
    padding: 1em 20px;
  }
}
.p-news__cnts-cnt ul.wp-block-list {
  margin: 1em 0;
}
.p-news__cnts-cnt ul.wp-block-list li {
  position: relative;
  padding-left: 1em;
}
.p-news__cnts-cnt ul.wp-block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-news__cnts-cnt ol.wp-block-list {
  margin: 1em 0;
  padding-left: 1.5em;
}
.p-news__cnts-cnt .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.p-news__cnts-btn {
  margin-top: 90px;
}
@media screen and (max-width: 600px) {
  .p-news__cnts-btn {
    margin-top: 60px;
  }
}
.p-news__cnts-btn .link {
  padding: 12px 2px;
  border-bottom: 2px solid #00508D;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  max-width: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__cnts-btn .icn {
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  color: #00508D;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}

.p-contact {
  /* Contact Form 7の場合 */
}
.p-contact__ttl {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-contact__ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 345px) {
  .p-contact__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-contact__ttl .txt {
  color: #333;
  padding-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .p-contact__ttl .txt {
    text-align: left;
  }
}
.p-contact__tel-block {
  border: 1px solid #00508D;
  padding: 48px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .p-contact__tel-block {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
}
.p-contact__tel-ttl .icn {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 28px;
  background: url("../img/contact/icn_tel.svg") no-repeat center/cover;
}
.p-contact__tel-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .p-contact__tel-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-contact__tel-txt .tel {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #00508D;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .p-contact__tel-txt .tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-contact__tel-txt .link {
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 700;
  color: #00508D;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .p-contact__tel-txt .link {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__tel-txt .link {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 345px) {
  .p-contact__tel-txt .link {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-contact__tel-note {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 25px;
}
.p-contact__form {
  padding-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .p-contact__form {
    padding-bottom: 120px;
  }
}
.p-contact__form-block {
  background-color: #EBF1F6;
  padding: 70px 100px 75px;
}
@media screen and (max-width: 1180px) {
  .p-contact__form-block {
    padding: 70px 60px 75px;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__form-block {
    padding: 48px 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__form-block {
    padding: 40px 20px;
  }
}
.p-contact__form-ttl .icn {
  display: block;
  width: 29px;
  min-width: 29px;
  height: 22px;
  background: url("../img/contact/icn_mail.svg") no-repeat center/cover;
}
.p-contact__form-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  .p-contact__form-txt {
    margin-top: 35px;
  }
}
.p-contact__form-txt--thanks {
  margin-top: 0;
}
.p-contact__form-box {
  border-top: 1px solid #CADAE6;
  margin-top: 42px;
  padding-top: 59px;
}
@media screen and (max-width: 600px) {
  .p-contact__form-box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-contact__form-box input,
.p-contact__form-box textarea {
  font-size: inherit;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  padding: 18px 19px;
}
@media screen and (max-width: 600px) {
  .p-contact__form-box input,
  .p-contact__form-box textarea {
    padding: 10px 12px;
  }
}
.p-contact__form-box input:-webkit-autofill,
.p-contact__form-box textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.p-contact__form-box input::-webkit-input-placeholder, .p-contact__form-box textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}
.p-contact__form-box input::-moz-placeholder, .p-contact__form-box textarea::-moz-placeholder {
  color: #C4C4C4;
}
.p-contact__form-box input:-ms-input-placeholder, .p-contact__form-box textarea:-ms-input-placeholder {
  color: #C4C4C4;
}
.p-contact__form-box input::-ms-input-placeholder, .p-contact__form-box textarea::-ms-input-placeholder {
  color: #C4C4C4;
}
.p-contact__form-box input::placeholder,
.p-contact__form-box textarea::placeholder {
  color: #C4C4C4;
}
.p-contact__form-box textarea {
  min-height: 200px;
  resize: vertical;
}
.p-contact__form-box input[type=radio],
.p-contact__form-box input[type=checkbox] {
  width: initial;
  padding: 0;
  cursor: pointer;
}
.p-contact__form-box input[type=radio] {
  position: relative;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #DCE7F0;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.p-contact__form-box input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #CADAE6;
}
.p-contact__form-list {
  display: grid;
  grid-template-columns: 230px auto;
  gap: 27px 20px;
}
@media screen and (max-width: 900px) {
  .p-contact__form-list {
    grid-template-columns: auto;
    gap: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__form-list {
    gap: 15px;
  }
}
.p-contact__form-head {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6470588235;
  color: #00508D;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.p-contact__form-head .required {
  color: #CADAE6;
  padding-left: 5px;
}
.p-contact__form-input {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 900px) {
  .p-contact__form-input {
    margin-bottom: 15px;
  }
}
.p-contact__form-input label {
  cursor: pointer;
}
.p-contact__form-btn {
  margin-top: 53px;
}
@media screen and (max-width: 900px) {
  .p-contact__form-btn {
    margin-top: 33px;
  }
}
.p-contact__form-btn .btn {
  all: unset;
  display: block;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 auto;
  width: 259px;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border: 1px solid #00508D;
  background-color: #00508D;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-contact__form-btn .btn {
    width: 100%;
  }
}
.p-contact__form-btn .btn.reset {
  background-color: #333;
  border: 1px solid #333;
}
@media (hover: hover) {
  .p-contact__form-btn .btn.reset:hover {
    color: #333;
  }
}
.p-contact__form-btn .btn + .btn {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-contact__form-btn .btn + .btn {
    margin-top: 15px;
  }
}
@media (hover: hover) {
  .p-contact__form-btn .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #00508D;
  }
}
.p-contact .wpcf7-spinner,
.p-contact .wpcf7-response-output {
  display: none;
}
.p-contact .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 24px;
}
.p-contact .wpcf7-list-item {
  margin: 0;
}
.p-contact .wpcf7-list-item-label::before, .p-contact .wpcf7-list-item-label::after {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .u-sp {
    display: block;
  }
}
.u-tab {
  display: none;
}

@media screen and (max-width: 900px) {
  .u-tab {
    display: block;
  }
}
.u-pc {
  display: block;
}

@media screen and (max-width: 900px) {
  .u-pc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .u-tab-disable {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .u-sp-disable {
    display: none;
  }
}

@media screen and (max-width: 345px) {
  .u-s-sp-disable {
    display: none;
  }
}

.u-clearfix::after {
  content: "";
  display: block;
  block-size: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-no-events {
  pointer-events: none;
}
@media (hover: hover) {
  .u-no-events:hover {
    opacity: 1;
  }
}