@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
table,
td,
th {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a, a:hover {
  text-decoration: none;
  color: initial;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 326px) {
  html {
    font-size: 55.25%;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 2;
  color: #000;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-size: initial;
  font-weight: initial;
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}

@-webkit-keyframes rotate-full {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-full {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomup {
  0% {
    -webkit-transform: scale(1) rotate(7deg);
            transform: scale(1) rotate(7deg);
  }
  100% {
    -webkit-transform: scale(1.15) rotate(7deg);
            transform: scale(1.15) rotate(7deg);
  }
}
@keyframes zoomup {
  0% {
    -webkit-transform: scale(1) rotate(7deg);
            transform: scale(1) rotate(7deg);
  }
  100% {
    -webkit-transform: scale(1.15) rotate(7deg);
            transform: scale(1.15) rotate(7deg);
  }
}
.l-header {
  position: fixed;
  width: 15%;
  height: 100dvh;
  top: 0;
  left: 0;
  padding: 0 0 30px 30px;
  z-index: 6;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (max-width: 1400px) {
  .l-header {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    width: 100vw;
    height: initial;
    padding-left: 0;
  }
}
.l-header__logomark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: auto;
  padding: 20px 30px;
  background-color: #FF9900;
  border-radius: 0 0 30px 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .l-header__logomark {
    width: 120px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logomark {
    width: 68px;
    padding: 8px;
    border-radius: 0 0 16px 0;
  }
}
.l-header__logomark:hover {
  background-color: #333E72;
}
.l-header__logomark h1 {
  width: 100%;
}
.l-header__logomark h1 img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.l-header__mainnav._lt .l-header__mainnav__menu__item {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header__mainnav._lt .l-header__mainnav__menu__item {
    color: #333E72;
  }
}
.l-header__mainnav._lt .l-header__mainnav__menu__item:hover {
  color: #FF9900;
}
.l-header__mainnav._lt .l-header__mainnav__menu__item:hover._contact path {
  fill: #FF9900;
}
@media screen and (max-width: 1200px) {
  .l-header__mainnav._lt .l-header__mainnav__menu__item:hover._contact path {
    fill: #FF9900;
  }
}
.l-header__mainnav._lt .l-header__mainnav__menu__item._contact path {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header__mainnav._lt .l-header__mainnav__menu__item._contact path {
    fill: #333E72;
  }
}
.l-header__mainnav__wrapper {
  padding-left: 30px;
  margin-top: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (max-width: 1200px) {
  .l-header__mainnav__wrapper {
    position: fixed;
    width: 300px;
    height: 100dvh;
    top: 0;
    right: -308px;
    margin: 0;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .l-header__mainnav__wrapper {
    width: 100%;
    right: calc(-100% - 8px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.l-header__mainnav__wrapper._is-open {
  right: 0;
}
.l-header__mainnav__menu {
  margin-top: 30px;
}
.l-header__mainnav__menu:first-of-type {
  margin-top: 0;
}
.l-header__mainnav__menu__item {
  position: relative;
  color: #333E72;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .l-header__mainnav__menu__item {
    font-size: 1.6rem;
  }
}
.l-header__mainnav__menu__item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background: url("../img/logo-marker.svg") no-repeat 50% 50%/contain;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.l-header__mainnav__menu__item:hover {
  color: #FF9900;
}
.l-header__mainnav__menu__item:hover:before {
  opacity: 1;
}
.l-header__mainnav__menu__item._is-active:before {
  opacity: 1;
}
.l-header__mainnav__menu__item._contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.l-header__mainnav__menu__item._contact:hover svg path {
  fill: #FF9900;
}
.l-header__mainnav__menu__item._contact svg {
  width: 20px;
  height: auto;
}
.l-header__mainnav__menu__item._contact svg path {
  fill: #333E72;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.l-header__logotype {
  position: absolute;
  width: 70%;
  height: auto;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .l-header__logotype {
    width: 140px;
    position: fixed;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__logotype {
    border-radius: 0 16px 0 0;
    left: 140px;
    top: 12px;
    bottom: initial;
    width: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logotype {
    width: 120px;
    left: 80px;
  }
}
.l-header__logotype svg {
  width: 100%;
  height: 100%;
}
.l-header__logotype svg:hover path {
  fill: #333E72;
}
.l-header__logotype svg path {
  fill: #FF9900;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}

.menu_button_wrapper {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  padding: 8px;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1200px) {
  .menu_button_wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu_button_wrapper {
    display: block;
    width: 30px;
    height: 30px;
    right: 16px;
    top: 16px;
  }
}
.menu_button_wrapper._is-open::before {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_button_wrapper._is-open::after {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_button_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  top: 40%;
  left: 50%;
  background-color: #FF9900;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu_button_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  background-color: #FF9900;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu_button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: initial;
  border: none;
}

.l-wrapper {
  width: 100%;
}
.l-wrapper._page {
  background-color: #fff;
}

.l-inner {
  width: 85%;
  margin: 0 0 0 auto;
  padding: 100px 5% 100px 50px;
}
@media screen and (max-width: 1400px) {
  .l-inner {
    width: calc(100% - 200px);
    padding: 70px 5% 70px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 100%;
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 40px 16px;
  }
}
.l-inner._ntm {
  padding-top: 0;
}
.l-inner._footer {
  width: 80%;
  margin: 0 5% 0 15%;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .l-inner._footer {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-inner._footer {
    width: calc(100% - 32px);
  }
}
.l-inner__copy {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 1.2rem;
  color: #000;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-inner__copy {
    top: 100px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__copy {
    top: 80px;
    font-size: 1rem;
    color: #000;
    left: 16px;
    line-height: 1.4;
  }
}
.l-inner__copy._dk {
  color: #000;
}

.l-content-inner {
  width: 85%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-content-inner {
    width: 100%;
    margin: 0;
  }
}

.l-pagetop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 150px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    padding-top: 120px;
  }
}
.l-pagetop__head {
  position: relative;
  width: 40%;
  padding-top: 100px;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pagetop__head {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop__head {
    width: 100%;
  }
}
.l-pagetop__head__nopic {
  width: 100%;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pagetop__head__nopic {
    padding-top: 40px;
  }
}
.l-pagetop__head__nopic__desc {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-pagetop__head__nopic__desc {
    text-align: left;
  }
}
.l-pagetop__pic {
  position: relative;
  width: 60%;
  border-radius: clamp(24px, 4.5vw, 90px) 0 clamp(24px, 4.5vw, 90px) 0;
  background-color: #999;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-pagetop__pic {
    width: 100%;
    margin-top: 32px;
  }
}
.l-pagetop__pic picture {
  width: 100%;
  aspect-ratio: 4/3;
}
.l-pagetop__pic picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-pagetop__logo {
  position: absolute;
  width: 70%;
  left: 0;
  bottom: -100px;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-pagetop__logo {
    left: initial;
    right: -20%;
  }
}
.l-pagetop__logo__mark {
  width: 100%;
}
.l-pagetop__logo__circle {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: rotate-full 16s linear infinite;
          animation: rotate-full 16s linear infinite;
}

.l-breadcrumbs {
  margin-top: 24px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-breadcrumbs {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    margin-top: 8px;
  }
}
.l-breadcrumbs._center {
  text-align: center;
}
.l-breadcrumbs a {
  color: #333E72;
}
.l-breadcrumbs a:hover {
  color: #FF9900;
}

.l-tb-wrap {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-tb-wrap {
    display: block;
  }
}

.l-tbp-wrap {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-tbp-wrap {
    display: block;
  }
}

.l-tbp-nowrap {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-tbp-nowrap {
    display: none;
  }
}

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

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

.l-footer {
  position: relative;
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 40px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 22%;
  top: 0;
  left: 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 180px;
  }
}

.l-footer__recruit {
  position: relative;
  padding: 100px 0;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/footer-recruit.webp");
  background-image: url("../img/footer-recruit.jpg");
  background-image: -webkit-image-set(url("../img/footer-recruit.webp") type("image/webp"), url("../img/footer-recruit.jpg") type("image/png"));
  background-image: image-set(url("../img/footer-recruit.webp") type("image/webp"), url("../img/footer-recruit.jpg") type("image/png"));
  border-radius: clamp(24px, 4.5vw, 90px);
}
@media screen and (max-width: 1100px) {
  .l-footer__recruit {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__recruit {
    padding: 24px 0;
  }
}
.l-footer__recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333E72;
  opacity: 0.8;
  z-index: -1;
  border-radius: clamp(24px, 4.5vw, 90px);
}
.l-footer__recruit__wrapper {
  position: relative;
  width: 80%;
  margin: 0 5% 0 15%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-footer__recruit__wrapper {
    width: 90%;
    margin: 0 5%;
  }
}
.l-footer__recruit__content {
  text-align: center;
  z-index: 2;
}
.l-footer__recruit__content__ttl {
  font-size: clamp(2rem, 2vw, 4rem);
  color: #fff;
}

.l-footer__contact {
  display: block;
  margin: 70px auto;
}
.l-footer__contact:hover path {
  fill: #333E72;
}
.l-footer__contact:hover .c-ttl-sec__en {
  color: #333E72;
}
.l-footer__contact__icon {
  display: block;
  width: 150px;
  margin: 50px auto;
}
@media screen and (max-width: 1100px) {
  .l-footer__contact__icon {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__icon {
    width: 100px;
  }
}
.l-footer__contact__icon path {
  fill: #FF9900;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5F5F5;
  padding-top: 50px;
}
.l-footer__info__wrapper {
  position: relative;
  background-color: #F5F5F5;
}
.l-footer__info__wrapper::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/logo-mark_bl.svg") no-repeat 100% 0%/contain;
  opacity: 0.2;
  z-index: 1;
}
.l-footer__info__head {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer__info__head {
    margin: 0 auto;
  }
}
.l-footer__info__head__logo {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__head__logo {
    width: 250px;
  }
}
.l-footer__info__head__logo__mark {
  width: 30%;
}
.l-footer__info__head__logo__txt {
  width: calc(70% - 8px);
}
.l-footer__info__head__addr {
  padding-left: 20%;
}
@media screen and (max-width: 767px) {
  .l-footer__info__head__addr {
    padding-left: 0;
  }
}
.l-footer__info__head__tel {
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
}
.l-footer__info__head__tel span {
  display: block;
}
.l-footer__info__head__tel a {
  color: #333E72;
  font-style: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-size: larger;
}
.l-footer__info__head__tel a:hover {
  color: #FF9900;
}
.l-footer__info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .l-footer__info__nav {
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info__nav {
    margin-bottom: 16px;
  }
}
.l-footer__info__nav__wrapper {
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__info__nav__wrapper {
    margin: 16px auto;
  }
}
.l-footer__info__nav__menu {
  font-size: 1.8rem;
  text-align: left;
  inline-size: none;
}
@media screen and (max-width: 1100px) {
  .l-footer__info__nav__menu {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info__nav__menu {
    font-size: 1.4rem;
  }
}
.l-footer__info__nav__menu__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__nav__menu__item {
    margin-bottom: 16px;
  }
}
.l-footer__info__nav__menu__item a:hover {
  color: #FF9900;
}
.l-footer__info__nav__menu__item:last-of-type {
  margin-bottom: 0;
}
.l-footer__info__name {
  color: #333E72;
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-size: clamp(4rem, 6vw, 20rem);
  font-style: italic;
  opacity: 0.5;
  text-align: center;
  line-height: 1.2;
}
.l-footer__info__copyright {
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__info__copyright {
    text-align: center;
  }
}

.c-btn-box {
  display: inline-block;
  margin-top: 40px;
  padding: 0 24px 0 16px;
  font-size: clamp(2rem, 1.56vw, 3rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  color: #FF9900;
  background-color: #333E72;
  border-radius: 0 0 24px 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
@media screen and (max-width: 767px) {
  .c-btn-box {
    margin-top: 24px;
  }
}
.c-btn-box._lt {
  background-color: #fff;
}
.c-btn-box._inq {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  border: none;
}
.c-btn-box._footer {
  color: #fff;
  line-height: 1.4;
  padding: 8px 24px 8px 16px;
  font-style: initial;
  white-space: nowrap;
}
.c-btn-box._footer span {
  display: block;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  font-style: italic;
  color: #FF9900;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-btn-box._footer:hover span {
  color: #333E72;
}
.c-btn-box:hover {
  color: #333E72;
  background-color: #FF9900;
}

.c-btn-inq {
  text-align: center;
  line-height: 1.4;
}
.c-btn-inq._mail {
  margin-top: 80px;
}
.c-btn-inq._comp {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-btn-inq._comp {
    margin-top: 24px;
  }
}
.c-btn-inq span {
  display: block;
  font-size: clamp(2rem, 1.56vw, 3rem);
}
.c-btn-inq a {
  font-size: clamp(4.2rem, 3vw, 6rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  color: #FF9900;
}
.c-btn-inq a:hover {
  color: #333E72;
}

.c-ttl-sec {
  font-size: clamp(2rem, 1.56vw, 3rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 80px;
}
.c-ttl-sec._footer {
  margin-bottom: 0;
}
.c-ttl-sec__en {
  position: relative;
  display: block;
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  font-size: clamp(5rem, 8vw, 20rem);
  color: #FF9900;
  opacity: 0.3;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.63);
}
.c-ttl-sec__en._corp {
  line-height: 1;
  text-align: center;
}
.c-ttl-sec__jp {
  position: relative;
  display: block;
  margin-top: -3.2vw;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-ttl-sec__jp {
    margin-top: -20px;
  }
}
.c-ttl-sec__jp::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #333E72;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
.c-ttl-sec__jp._lt {
  color: #fff;
}
.c-ttl-sec__jp._lt::after {
  background-color: #fff;
}
.c-ttl-sec__jp._rec {
  font-weight: clamp(2rem, 2vw, 4rem);
  margin-top: -20px;
}
.c-ttl-sec__jp._rec::after {
  display: none;
}

.c-ttl-pagetop {
  line-height: 1.4;
}
.c-ttl-pagetop__en {
  display: block;
  font-size: clamp(2rem, 1.56vw, 3rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  color: #FF9900;
}
.c-ttl-pagetop__jp {
  font-size: clamp(4.2rem, 3vw, 6rem);
  -webkit-columns: #333E72;
     -moz-columns: #333E72;
          columns: #333E72;
}
@media screen and (max-width: 767px) {
  .c-ttl-pagetop__jp {
    font-size: 3.2rem;
  }
}

.c-ttl-parts {
  position: relative;
  font-size: clamp(2rem, 1.56vw, 3rem);
  color: #333E72;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 80px;
}
.c-ttl-parts span {
  display: block;
  font-size: initial;
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  color: #FF9900;
}

.c-ttl-cocont {
  font-size: clamp(2rem, 2vw, 4rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-ttl-cocont {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-cocont {
    font-size: 2rem;
  }
}

.c-tbl {
  width: 100%;
  margin: 0 auto;
}
.c-tbl._noattr td::before {
  display: none;
}
.c-tbl tr {
  border-bottom: 1px solid;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-tbl tr {
    display: block;
    padding: 16px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-tbl tr._head {
    display: none;
  }
}
.c-tbl th {
  color: #333E72;
  font-weight: 400;
}
.c-tbl td {
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-tbl td {
    display: block;
    width: 100%;
  }
  .c-tbl td::before {
    content: attr(data-text) "";
    display: inline-block;
    width: 100px;
    color: #333E72;
  }
}
.c-tbl td._director .role {
  display: inline-block;
  width: 150px;
}
.c-tbl td, .c-tbl th {
  text-align: left;
  padding: 20px 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-tbl td, .c-tbl th {
    padding: 0;
  }
}
.c-tbl a {
  color: #333E72;
}
.c-tbl a:hover {
  color: #FF9900;
}
.c-tbl p._year {
  font-size: clamp(2rem, 2vw, 4rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #FF9900;
}

.c-contact {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.c-contact__note {
  text-align: right;
}
.c-contact__note span {
  color: #333E72;
}
.c-contact__form {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #999;
}
.c-contact__form__ttl {
  margin-bottom: 30px;
  font-size: clamp(2rem, 1.68vw, 3.2rem);
}
.c-contact__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-contact__form__row {
    gap: 0;
    margin-bottom: 16px;
  }
}
.c-contact__form__row:last-of-type {
  margin-bottom: 0;
}
.c-contact__form__row p.head {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-contact__form__row p.head {
    width: 100%;
  }
}
.c-contact__form__row p:nth-of-type(2) {
  width: calc(70% - 30px);
}
@media screen and (max-width: 767px) {
  .c-contact__form__row p:nth-of-type(2) {
    width: 100%;
  }
}
.c-contact__form__row p.must {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-contact__form__row p.must::after {
  content: "*";
  font-size: smaller;
  color: #333E72;
}
.c-contact__form__row input {
  width: 100%;
  border: 1px solid #333E72;
  padding: 4px 8px;
}
.c-contact__form__row textarea {
  width: 100%;
  border: 1px solid #333E72;
  padding: 4px 8px;
}
.c-contact__form__row__radio {
  margin-bottom: 30px;
}
.c-contact__form__pp {
  margin-top: 16px;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  background-color: #F5F5F5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-contact__form__pp {
    margin-bottom: 16px;
  }
}
.c-contact__form__pp__box {
  text-align: center;
}
.c-contact__form__pp__ttl {
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  color: #333E72;
  margin-bottom: 16px;
}
.c-contact__form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contact__form__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contact__content {
  margin-top: 50px;
}
.c-contact__content:first-of-type {
  margin-top: 0;
}
.c-contact__content._tel {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.c-contact__content__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FF9900;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
}
@media screen and (max-width: 767px) {
  .c-contact__content__tel {
    font-size: 2.8rem;
  }
}
.c-contact__content__tel:hover {
  color: #333E72;
}
.c-contact__content__tel::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("icon-mail.png") no-repeat 50% 50%/contain;
}

.p-top__hero {
  position: relative;
  height: 100dvh;
  min-height: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-top__hero {
    padding-top: 100px;
    max-height: 1080px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__hero {
    height: 700px;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero {
    padding-top: 120px;
  }
}
.p-top__hero__desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__hero__desc {
    gap: 16px;
  }
}
.p-top__hero__desc__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(4.2rem, 3vw, 6rem);
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px #000);
          filter: drop-shadow(0px 0px 10px #000);
}
@media screen and (max-width: 767px) {
  .p-top__hero__desc__txt {
    font-size: 3.2rem;
  }
}
.p-top__hero__slider {
  position: absolute;
  width: 120% !important;
  height: 130dvh !important;
  min-height: 800px;
  right: -35%;
  top: -20%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-top__hero__slider {
    max-height: 1200px;
    top: -10%;
  }
}
@media screen and (max-width: 1100px) {
  .p-top__hero__slider {
    right: -25%;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__hero__slider {
    height: 900px !important;
    min-height: initial;
    right: -20%;
  }
}
.p-top__hero__image {
  width: 100% !important;
  max-width: initial;
  height: 100% !important;
  min-height: 800px;
}
@media screen and (max-width: 1200px) {
  .p-top__hero__image {
    max-height: 1200px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__hero__image {
    min-height: initial;
  }
}
.p-top__hero__image img {
  position: absolute;
  width: 120% !important;
  max-width: initial;
  height: 100% !important;
  top: 0;
  right: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.p-top__hero__copy {
  left: calc(15% + 50px);
  -webkit-filter: drop-shadow(0px 0px 10px #000);
          filter: drop-shadow(0px 0px 10px #000);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-top__hero__copy {
    left: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top__hero__copy {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hero__copy {
    left: 16px;
  }
}
.p-top__hero .swiper-slide-active img,
.p-top__hero .swiper-slide-duplicate-active img,
.p-top__hero .swiper-slide-prev img {
  -webkit-animation: zoomup 7s linear 0s normal both;
          animation: zoomup 7s linear 0s normal both;
}

.p-top__intro {
  position: relative;
  z-index: 2;
}
.p-top__intro::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/yamadai-logo__mark.svg") no-repeat 50% 50%/contain;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__intro::after {
    width: 100%;
  }
}
.p-top__intro__wrapper {
  position: relative;
  margin-top: 100px;
  border-radius: clamp(24px, 4.5vw, 90px);
  background: url("../img/top-intro.webp") no-repeat 50% 50%/cover;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .p-top__intro__wrapper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__intro__wrapper {
    margin-top: 50px;
  }
}
.p-top__intro__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333E72;
  opacity: 0.8;
  z-index: 1;
  border-radius: clamp(24px, 4.5vw, 90px);
}
.p-top__intro__copy {
  display: inline-block;
  font-size: clamp(5rem, 5vw, 10rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #FF9900;
  line-height: 1.2;
}
.p-top__intro__copy__spacer {
  display: inline-block;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__intro__copy__spacer {
    width: 16px;
  }
}
.p-top__intro__desc {
  width: 35%;
  margin-top: 70px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top__intro__desc {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__intro__desc {
    margin-top: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__intro__desc {
    width: 100%;
  }
}
.p-top__intro__desc p {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-top__intro__desc p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top__intro__desc p {
    margin-top: 24px;
  }
}
.p-top__intro__desc p:first-of-type {
  margin-top: 0;
}

.p-top__content {
  width: calc(80% - 30px);
  margin: 0 5% 100px calc(15% + 30px);
  padding-bottom: 100px;
  background-color: #F5F5F5;
  border-radius: clamp(24px, 4.5vw, 90px);
}
@media screen and (max-width: 1200px) {
  .p-top__content {
    width: 90%;
    margin: 0 auto 70px auto;
    padding-bottom: 70px;
  }
}
.p-top__content:last-of-type {
  margin-bottom: 0;
}
.p-top__content__wrapper {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-top__content__wrapper {
    padding-top: 70px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__content__wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__content__wrapper {
    padding-top: 24px;
  }
}
.p-top__content__head {
  padding-top: 70px;
}
.p-top__content__logo {
  position: relative;
}
.p-top__content__logo__mark {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.p-top__content__logo__circle {
  position: absolute;
  width: 30%;
  height: auto;
  left: 35%;
  top: 0;
  -webkit-animation: rotate-full 16s linear infinite;
          animation: rotate-full 16s linear infinite;
}
.p-top__content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
  margin-top: 100px;
  padding: 0 70px;
}
@media screen and (max-width: 1100px) {
  .p-top__content__block {
    gap: 50px;
    padding: 0 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__content__block {
    gap: 24px;
    padding: 0 16px;
    margin-top: 24px;
  }
}
.p-top__content__block._corporate {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__content__block._equipment {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-top__content__block__pict {
  display: block;
  width: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 clamp(16px, 2.5vw, 40px) clamp(16px, 2.5vw, 40px) 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__content__block__pict {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__content__block__pict {
    height: 240px;
  }
}
.p-top__content__block__pict._business {
  background-image: url("../img/top-business-pic.webp");
  background-image: url("../img/top-business-pic.jpg");
  background-image: -webkit-image-set(url("../img/top-business-pic.webp") type("image/webp"), url("../img/top-business-pic.jpg") type("image/png"));
  background-image: image-set(url("../img/top-business-pic.webp") type("image/webp"), url("../img/top-business-pic.jpg") type("image/png"));
}
.p-top__content__block__pict._equipment {
  background-image: url("../img/top-equipment-pic.webp");
  background-image: url("../img/top-equipment-pic.jpg");
  background-image: -webkit-image-set(url("../img/top-equipment-pic.webp") type("image/webp"), url("../img/top-equipment-pic.jpg") type("image/png"));
  background-image: image-set(url("../img/top-equipment-pic.webp") type("image/webp"), url("../img/top-equipment-pic.jpg") type("image/png"));
}
.p-top__content__block__txt {
  width: calc(60% - 70px);
}
@media screen and (max-width: 1100px) {
  .p-top__content__block__txt {
    width: calc(60% - 50px);
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__content__block__txt {
    width: 100%;
  }
}
.p-top__content__block__txt__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 50px auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(2rem, 2vw, 4rem);
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333E72;
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top__content__block__txt__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__content__block__txt__ttl {
    font-size: 2.4rem;
  }
}
.p-top__content__block__txt__ttl._lt {
  color: #fff;
}

.p-top__business__head {
  background: url("../img/yamadai-logo__mark.svg") no-repeat 100% 0%/contain;
}
.p-top__business__logo {
  position: relative;
}
.p-top__business__logo__mark {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__business__logo__mark {
    width: 60%;
  }
}
.p-top__business__logo__circle {
  position: absolute;
  width: 30%;
  height: auto;
  left: 35%;
  top: 0;
  -webkit-animation: rotate-full 16s linear infinite;
          animation: rotate-full 16s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top__business__logo__circle {
    width: 60%;
    left: 20%;
  }
}

@media screen and (max-width: 767px) {
  .p-top__equipment__slider {
    margin-bottom: 48px;
  }
}
.p-top__equipment__slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__equipment__slider__wrapper {
    gap: 16px;
  }
}
.p-top__equipment__slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__separater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
  background-color: #fff;
  overflow: hidden;
}
.p-top__separater p {
  font-size: clamp(12rem, 15.6vw, 30rem);
  color: #333E72;
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  line-height: 1.2;
  white-space: nowrap;
}
.p-top__separater p span {
  display: inline-block;
}

.p-top__corporate {
  width: 100%;
  border-radius: clamp(24px, 4.5vw, 90px);
  background: url("../img/top-corporate-bg.webp") no-repeat 50% 50%/cover;
}
.p-top__corporate__wrapper {
  width: 100%;
  background-color: #fff;
}

.p-ob__intro {
  width: 50%;
  color: #fff;
  line-height: 3.2;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-ob__intro {
    width: 100%;
    line-height: 2.4;
  }
}
.p-ob__intro p {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.p-ob__intro__wrapper {
  position: relative;
  padding: 200px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/our-business-intro.webp");
  background-image: url("../img/our-business-intro.jpg");
  background-image: -webkit-image-set(url("../img/our-business-intro.webp") type("image/webp"), url("../img/our-business-intro.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/our-business-intro.webp") type("image/webp"), url("../img/our-business-intro.jpg") type("image/jpeg"));
}
@media screen and (max-width: 1100px) {
  .p-ob__intro__wrapper {
    padding: 100px 0;
  }
}
.p-ob__intro__wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 1100px) {
  .p-ob__intro__wrapper::before {
    height: 100px;
  }
}
.p-ob__intro__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 1100px) {
  .p-ob__intro__wrapper::after {
    height: 100px;
  }
}
.p-ob__intro__ttl {
  position: relative;
  font-size: clamp(4.2rem, 3vw, 6rem);
  line-height: 1.4;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-ob__intro__ttl {
    font-size: 2.4rem;
  }
}
.p-ob__intro__ttl span {
  display: block;
}
.p-ob__intro__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -24px;
  left: 0;
  background-color: #fff;
}

.p-ob__content {
  position: relative;
  z-index: 2;
}
.p-ob__content._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-ob__content._flex {
    margin-top: 40px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-ob__content._flex._copy {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-ob__content__item {
  width: calc(50% - 40px);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-ob__content__item {
    width: 100%;
    padding: 0;
  }
}
.p-ob__content__item._pic {
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-ob__content__item._pic {
    width: 80%;
    height: 200px;
    margin: 0 auto;
  }
}
.p-ob__content__item._pic._copy {
  background-image: url("../img/parts-copy.webp");
  background-image: url("../img/parts-copy.jpg");
  background-image: -webkit-image-set(url("../img/parts-copy.webp") type("image/webp"), url("../img/parts-copy.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/parts-copy.webp") type("image/webp"), url("../img/parts-copy.jpg") type("image/jpeg"));
  border-radius: clamp(16px, 2.5vw, 40px) 0 0 clamp(16px, 2.5vw, 40px);
}
.p-ob__content__item._pic._s-parts {
  background-image: url("../img/parts-small-parts.webp");
  background-image: url("../img/parts-small-parts.jpg");
  background-image: -webkit-image-set(url("../img/parts-small-parts.webp") type("image/webp"), url("../img/parts-small-parts.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/parts-small-parts.webp") type("image/webp"), url("../img/parts-small-parts.jpg") type("image/jpeg"));
  border-radius: 0 clamp(16px, 2.5vw, 40px) clamp(16px, 2.5vw, 40px) 0;
}
.p-ob__content__head {
  text-align: center;
}
.p-ob__content__ttl__en {
  font-size: clamp(2rem, 1.56vw, 3rem);
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  color: #FF9900;
}
.p-ob__content__ttl__jp {
  font-size: clamp(2rem, 1.56vw, 3rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 24px auto;
}
.p-ob__content__pic {
  width: 100%;
}
.p-ob__content__pic picture {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: clamp(24px, 4.5vw, 90px) 0 clamp(24px, 4.5vw, 90px) 0;
  overflow: hidden;
  margin: 80px 0;
}
.p-ob__content__pic picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ob__content__parts {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-ob__content__parts {
    width: 100%;
    gap: 24px;
  }
}
.p-ob__content__parts__wrapper {
  position: relative;
  z-index: 1;
}
.p-ob__content__parts__logo {
  position: absolute;
  width: 80%;
  z-index: 1;
  bottom: 100%;
  left: 10%;
}
.p-ob__content__parts__item {
  position: relative;
  width: calc(50% - 30px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ob__content__parts__item {
    width: calc(50% - 12px);
  }
}
.p-ob__content__parts__item picture {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: clamp(16px, 2.5vw, 40px);
  overflow: hidden;
}
.p-ob__content__parts__item picture img {
  width: 100%;
  height: 100%;
}
.p-ob__content__parts__item dd {
  margin-top: 16px;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  color: #333E72;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-ob__content__parts__item dd {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.p-machine__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__intro {
    gap: 40px;
  }
}
.p-machine__intro__head {
  width: calc(50% - 40px);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__intro__head {
    width: 100%;
  }
}
.p-machine__intro__pict {
  width: calc(50% - 40px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/machine-intro.webp");
  background-image: url("../img/machine-intro.jpg");
  background-image: -webkit-image-set(url("../img/machine-intro.webp") type("image/webp"), url("../img/machine-intro.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/machine-intro.webp") type("image/webp"), url("../img/machine-intro.jpg") type("image/jpeg"));
  border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__intro__pict {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__intro__pict {
    height: 240px;
  }
}
.p-machine__intro__ttl {
  position: relative;
  font-size: clamp(4.2rem, 3vw, 6rem);
  line-height: 1.4;
  margin-bottom: 48px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__intro__ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__intro__ttl {
    font-size: 2.4rem;
  }
}
.p-machine__intro__ttl span {
  display: block;
}
.p-machine__intro__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -24px;
  left: 0;
  background-color: #fff;
}

.p-machine__mold {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__mold {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__mold {
    padding-top: 0;
  }
}
.p-machine__mold__item {
  width: 20%;
  height: auto;
}
.p-machine__mold__item img {
  width: 100%;
}

.p-machine__equipment {
  position: absolute;
  width: 100%;
  height: 100dvh;
  min-height: 700px;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment {
    width: 360px;
    height: 100dvh;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    position: relative;
    width: calc(100% - 32px);
    height: initial;
    min-height: initial;
    top: initial;
    left: initial;
    margin: 0 auto;
    padding-top: 0;
  }
}
.p-machine__equipment._is-fixed {
  position: fixed;
  width: 60%;
  max-width: 800px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment._is-fixed {
    left: calc(50% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment._is-fixed {
    position: relative;
    top: initial;
    left: initial;
  }
}
.p-machine__equipment._is-passed {
  position: absolute;
  top: initial;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-machine__equipment._is-passed {
    position: relative;
    bottom: initial;
  }
}
.p-machine__equipment__wrapper {
  padding-top: 100px;
}
.p-machine__equipment__item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item {
    position: relative;
    aspect-ratio: initial;
  }
}
.p-machine__equipment__item._lu {
  width: 40%;
  top: 0;
  left: -50%;
  border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._lu {
    width: 60%;
    top: 0;
    left: -70%;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._lu {
    width: calc(50% - 8px);
    top: initial;
    left: initial;
  }
}
.p-machine__equipment__item._lc {
  width: 30%;
  top: 31%;
  left: -40%;
  border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._lc {
    width: 40%;
    top: 30%;
    left: -60%;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._lc {
    width: calc(50% - 8px);
    top: initial;
    left: initial;
  }
}
.p-machine__equipment__item._lb {
  width: 40%;
  top: 55%;
  left: -50%;
  border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._lb {
    width: 60%;
    top: 55%;
    left: -70%;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._lb {
    width: calc(50% - 8px);
    top: initial;
    left: initial;
  }
}
.p-machine__equipment__item._ru {
  width: 40%;
  top: 0;
  right: -50%;
  border-radius: 0 clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._ru {
    width: 60%;
    top: 10%;
    right: -70%;
    border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._ru {
    width: calc(50% - 8px);
    top: initial;
    right: initial;
  }
}
.p-machine__equipment__item._rc {
  width: 30%;
  top: 31%;
  right: -40%;
  border-radius: 0 clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._rc {
    width: 40%;
    top: 40%;
    right: -60%;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._rc {
    width: calc(50% - 8px);
    top: initial;
    right: initial;
    border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
  }
}
.p-machine__equipment__item._rb {
  width: 40%;
  top: 55%;
  right: -50%;
  border-radius: 0 clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__equipment__item._rb {
    width: 60%;
    top: 65%;
    right: -70%;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__equipment__item._rb {
    width: calc(50% - 8px);
    top: initial;
    right: initial;
    border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
  }
}

.p-machine__detail {
  position: relative;
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__detail {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__detail {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.p-machine__detail__head {
  padding-top: 100px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-machine__detail__head {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-machine__detail__head {
    padding-top: 24px;
  }
}
.p-machine__detail__table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-machine__detail__table {
    margin: 40px 0;
  }
}
.p-machine__detail__table:last-of-type {
  margin-bottom: 0;
}

.p-corporate__intro {
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-corporate__intro__wrapper {
  position: relative;
  z-index: 1;
}
.p-corporate__intro__logo {
  position: absolute;
  width: 70%;
  top: 0;
  left: 5%;
  z-index: 1;
}
.p-corporate__intro__logo._r {
  left: initial;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .p-corporate__intro p {
    text-align: left;
  }
}

.p-corporate__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
  width: 50%;
  max-width: 1000px;
  margin: 160px auto 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-corporate__policy {
    margin-top: 80px;
    width: 80%;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__policy {
    width: 100%;
    gap: 24px;
  }
}
.p-corporate__policy__wrapper {
  position: relative;
  z-index: 2;
}
.p-corporate__policy__item {
  position: relative;
  width: calc(50% - 40px);
  background-color: #fff;
  border-radius: 0 clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-corporate__policy__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__policy__item {
    width: calc(50% - 12px);
  }
}
.p-corporate__policy__item:first-of-type {
  margin-bottom: 120px;
}
.p-corporate__policy__item:last-of-type {
  margin-top: 120px;
}
.p-corporate__policy__item__pic {
  width: 100%;
  overflow: hidden;
  border-radius: 0 clamp(16px, 2.5vw, 40px) 0 0;
}
.p-corporate__policy__item__desc {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  padding: 24px;
}
.p-corporate__policy__item__desc__ttl {
  font-size: clamp(2rem, 1.56vw, 3rem);
  color: #333E72;
}
.p-corporate__policy__item__desc__txt {
  min-height: 240px;
}

.p-corporate__iso {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-corporate__iso {
    gap: 40px;
  }
}
.p-corporate__iso__wrapper {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/corporate-iso.webp");
  background-image: url("../img/corporate-iso.jpg");
  background-image: -webkit-image-set(url("../img/corporate-iso.webp") type("image/webp"), url("../img/corporate-iso.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/corporate-iso.webp") type("image/webp"), url("../img/corporate-iso.jpg") type("image/jpeg"));
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-corporate__iso__wrapper {
    background-image: url("../img/corporate-iso-sp.webp");
    background-image: url("../img/corporate-iso-sp.jpg");
    background-image: -webkit-image-set(url("../img/corporate-iso-sp.webp") type("image/webp"), url("../img/corporate-iso-sp.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/corporate-iso-sp.webp") type("image/webp"), url("../img/corporate-iso-sp.jpg") type("image/jpeg"));
  }
}
.p-corporate__iso__wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333E72;
  opacity: 0.8;
  z-index: 1;
}
.p-corporate__iso__wrapper .c-ttl-sec {
  position: relative;
  z-index: 2;
}
.p-corporate__iso__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-corporate__iso__content {
    width: 100%;
  }
}
.p-corporate__iso__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .p-corporate__iso__pic {
    width: 100%;
    gap: 24px;
  }
}
.p-corporate__iso__pic__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-corporate__iso__pic__item {
    width: calc(50% - 12px);
  }
}
.p-corporate__iso__pic__item img {
  width: 100%;
}

.p-corporate__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
.p-corporate__content:last-of-type {
  margin-bottom: 0;
}
.p-corporate__content__wrapper {
  position: relative;
}
.p-corporate__content__head {
  position: relative;
  width: 100px;
  padding-top: 100px;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-corporate__content__head {
    width: 80px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__content__head {
    width: 48px;
  }
}
.p-corporate__content__data {
  position: relative;
  width: calc(100% - 100px);
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-corporate__content__data {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__content__data {
    width: calc(100% - 48px);
  }
}

.p-corporate__access {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: clamp(16px, 2.5vw, 40px) 0 clamp(16px, 2.5vw, 40px) 0;
  border: none;
}

.p-inq__content {
  position: relative;
  z-index: 2;
}

.p-inq__pp {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-inq__pp {
    margin-bottom: 24px;
  }
}
.p-inq__pp:last-of-type {
  margin-bottom: 0;
}
.p-inq__pp span {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  color: #333E72;
}
.p-inq__pp a {
  color: #333E72;
  font-family: "Barlow", "Helvetica Neue", "Arial", sans-serif;
  font-style: italic;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
}

.u-t-al_r {
  text-align: right;
}
.u-t-al_c {
  text-align: center;
}
.u-t-al_l {
  text-align: left;
}

.u-m-b_s {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .u-m-b_s {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-m-b_s {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */