@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

html {
  font-size: 100%; /* 16px */
  scroll-behavior: smooth; /* スムーズスクロールを有効にする */
}

[id] {
  scroll-margin-top: 83px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem; /* 16px */
  color: #151515;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 1em;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

br.el-pc-only {
  display: block;
}
@media screen and (max-width: 575px) {
  br.el-pc-only {
    display: none;
  }
}

br.el-w500-only {
  display: none;
}
@media (max-width: 500px) {
  br.el-w500-only {
    display: block;
  }
}

.ly-mainv {
  position: relative;
}

.bl-mainv-slider {
  z-index: 1;
}
.bl-mainv-slider .swiper {
  position: relative;
}
.bl-mainv-slider .swiper-wrapper {
  height: auto;
}
.bl-mainv-slider .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.bl-mainv-slider .swiper-img {
  background-size: cover;
  background-position: center center;
  height: 794px;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-slider .swiper-img {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-slider .swiper-img {
    height: 490px;
  }
}
.bl-mainv-slider .swiper-img.swiper-img-01 {
  background-image: url("/cms/wp-content/themes/astrans/assets/images/mv_01.jpg");
}
.bl-mainv-slider .swiper-img.swiper-img-02 {
  background-image: url("/cms/wp-content/themes/astrans/assets/images/mv_02.jpg");
}
.bl-mainv-slider .swiper-img.swiper-img-03 {
  background-image: url("/cms/wp-content/themes/astrans/assets/images/mv_03.jpg");
}
.bl-mainv-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 45px;
  left: unset;
  bottom: unset;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 21px;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .bl-mainv-slider .swiper-pagination {
    top: unset;
    bottom: 20px;
    right: 27.5px;
    flex-direction: row;
  }
}
.bl-mainv-slider .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: background-color 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 575px) {
  .bl-mainv-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.bl-mainv-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  border: 1px solid #D80405;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 575px) {
  .bl-mainv-slider .swiper-pagination-bullet::after {
    width: 17px;
    height: 17px;
  }
}
.bl-mainv-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D80405;
}
.bl-mainv-slider .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.ly-mainv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 40px;
}
@media screen and (max-width: 575px) {
  .ly-mainv-body {
    padding-left: 20px;
  }
}
.ly-mainv-body .ly-mainv-body-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.ly-mainv-body .bl-catchcopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .ly-mainv-body .bl-catchcopy {
    justify-content: flex-end;
    padding-bottom: 42px;
  }
}
.ly-mainv-body .bl-catchcopy .-catchcopy {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-family: Playfair;
  font-size: clamp(60px, 7.1428571429vw, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 136px */
  margin: 0;
}
@media (min-width: 1025px) {
  .ly-mainv-body .bl-catchcopy .-catchcopy {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .ly-mainv-body .bl-catchcopy .-catchcopy {
    font-size: 50px;
    line-height: 100%; /* 50px */
    margin-bottom: 16px;
  }
}
.ly-mainv-body .bl-catchcopy .-txt {
  color: #FFF;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.37);
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 185%; /* 44.4px */
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .ly-mainv-body .bl-catchcopy .-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .ly-mainv-body .bl-catchcopy .-txt {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
  }
}

.ly-contents {
  position: relative;
}

.ly-sect {
  padding-inline: clamp(30px, 5vw, 40px);
}
@media screen and (max-width: 575px) {
  .ly-sect {
    padding-inline: 20px;
  }
}
.ly-sect-inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ly-sect-inner {
    padding-block: 80px;
  }
}
@media screen and (max-width: 575px) {
  .ly-sect-inner {
    padding-block: 56px;
  }
}
.ly-about .ly-sect-inner {
  padding-block: 100px;
}
@media screen and (max-width: 1024px) {
  .ly-about .ly-sect-inner {
    padding-block: 80px;
  }
}
@media screen and (max-width: 575px) {
  .ly-about .ly-sect-inner {
    padding-block: 56px;
  }
}
.ly-sect.bg-gray {
  background: #F6F7F9;
}

.bl-heading {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .bl-heading {
    gap: 10px;
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .bl-heading {
    gap: 8px;
  }
}
.bl-heading > .-en {
  position: relative;
  color: #151515;
  font-family: Playfair;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin: 0;
  padding-left: 16px;
}
.bl-heading > .-en::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D80405;
  margin: 0 8px 0 0;
}
.bl-heading > .-ja {
  color: #151515;
  font-family: "Noto Serif JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-heading > .-ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .bl-heading > .-ja {
    font-size: 24px;
  }
}
.bl-heading#about > .-en {
  color: #fff;
}
.bl-heading#about > .-ja {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .bl-heading#about > .-ja {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bl-heading#about > .-ja {
    font-size: 30px;
  }
}

.bg-news {
  background-image: url("/cms/wp-content/themes/astrans/assets/images/bg_news.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ly-news {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ly-news {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .ly-news {
    gap: 24px;
  }
}
.ly-news .ly-news-title {
  flex-basis: 233px;
}
@media screen and (max-width: 1024px) {
  .ly-news .ly-news-title {
    flex-basis: 0;
  }
}
.ly-news .ly-news-body {
  flex-basis: 967px;
}
@media screen and (max-width: 1024px) {
  .ly-news .ly-news-body {
    flex-basis: 0;
  }
}

.bl-news {
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .bl-news {
    margin-top: 0;
  }
}
.bl-news .bl-news-list {
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 575px) {
  .bl-news .bl-news-list {
    border-top: 1px solid #E2E2E2;
    border-bottom: unset;
  }
}
.bl-news .bl-news-list dt, .bl-news .bl-news-list dd {
  color: #151515;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
}
@media screen and (max-width: 1024px) {
  .bl-news .bl-news-list dt, .bl-news .bl-news-list dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-news .bl-news-list dt, .bl-news .bl-news-list dd {
    font-size: 14px;
    line-height: 180%;
  }
}
.bl-news .bl-news-list dt {
  position: relative;
  float: left;
  width: 112px;
  padding-block: 10px;
  clear: both;
  letter-spacing: normal;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .bl-news .bl-news-list dt {
    float: unset;
    width: 100%;
    padding-block: 15px 4px;
  }
}
.bl-news .bl-news-list dd {
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 112px;
  box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 575px) {
  .bl-news .bl-news-list dd {
    padding: 4px 0 15px;
    border-top: unset;
    border-bottom: 1px solid #E2E2E2;
  }
}
.bl-news .bl-news-list dd p {
  margin: 0;
}
.bl-news .bl-news-list a {
  color: #151515;
  text-decoration: underline;
}

.bl-banner-100th {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .bl-banner-100th {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .bl-banner-100th {
    margin-top: 24px;
  }
}
.bl-banner-100th a {
  display: block;
  transition: opacity 0.3s ease;
}
.bl-banner-100th a:hover {
  opacity: 0.6;
}
.bl-banner-100th img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 575px) {
  .bl-banner-100th img {
    max-width: 600px;
    margin: 0 auto;
  }
}

.bl-service {
  gap: 0 45px;
  margin: 64px 0 80px;
  display: grid;
  grid-template-columns: 1fr clamp(400px, 56%, 670px);
  grid-template-areas: "heading img" "text img";
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .bl-service {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "img" "text";
    margin: 56px 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-service {
    margin: 48px 0;
  }
}
.bl-service .bl-service-heading {
  grid-area: heading;
  position: relative;
  color: #151515;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 56px */
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .bl-service .bl-service-heading {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 36px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .bl-service .bl-service-heading {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.bl-service .bl-service-heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 38px;
  background: #D80405;
}
@media screen and (max-width: 1024px) {
  .bl-service .bl-service-heading::before {
    height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .bl-service .bl-service-heading::before {
    height: 22px;
  }
}
.bl-service .bl-service-img {
  grid-area: img;
}
@media screen and (max-width: 1024px) {
  .bl-service .bl-service-img {
    margin: 0 auto;
  }
}
.bl-service .bl-service-img img {
  width: 100%;
  height: auto;
}
.bl-service .bl-service-text {
  grid-area: text;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-service .bl-service-text {
    max-width: unset;
  }
}
.bl-service.bl-service-02 {
  gap: 0 90px;
  grid-template-columns: clamp(400px, 56%, 670px) 1fr;
  grid-template-areas: "img heading" "img text";
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-02 {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "img" "text";
  }
}
.bl-service.bl-service-02 .bl-service-img {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-02 .bl-service-img {
    margin-top: 0;
  }
}
.bl-service.bl-service-03 {
  margin: 120px 0 0px;
  gap: 0 75px;
  grid-template-areas: "left img";
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-03 {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "img" "text";
  }
}
.bl-service.bl-service-03 .bl-service-heading {
  grid-area: left;
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-03 .bl-service-heading {
    grid-area: heading;
  }
}
.bl-service.bl-service-03 .bl-service-text {
  grid-area: left;
  padding-top: 56px;
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-03 .bl-service-text {
    grid-area: text;
    padding-top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .bl-service.bl-service-03 .bl-business-img img {
    max-width: 670px;
    width: 100%;
  }
}

.el-service-lead {
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .el-service-lead {
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .el-service-lead {
    margin-top: 24px;
  }
}

.bl-business .-title {
  color: #151515;
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 26px */
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
  margin: 40px 0 24px;
}
@media screen and (max-width: 1024px) {
  .bl-business .-title {
    font-size: 22px;
    line-height: 100%; /* 20px */
    padding-bottom: 16px;
    margin: 32px 0 16px;
  }
}
@media screen and (max-width: 575px) {
  .bl-business .-title {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}
.bl-business .-text {
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .bl-business .-text {
    margin: 16px 0;
  }
}
.bl-business .bl-business-subimg {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 575px) {
  .bl-business .bl-business-subimg {
    flex-wrap: wrap;
    gap: 17px 6px;
  }
}
@media screen and (max-width: 575px) {
  .bl-business .bl-business-subimg .bl-business-subimg-item {
    width: calc((100% - 6px) / 2);
  }
}
.bl-business .bl-business-subimg img {
  display: block;
  width: 100%;
}
.bl-business .bl-business-subimg .el-caption {
  color: #151515;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin: 13px 0 0;
}

.bl-btn {
  display: flex;
}
.bl-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 43.5px 10px 28.5px;
  border: 1px solid #D80405;
  border-radius: 999em;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 575px) {
  .bl-btn a {
    padding: 8px 28px 8px 20px;
  }
}
.bl-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27.5px;
  width: 8px;
  height: 14px;
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_red.svg) no-repeat center center/cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 575px) {
  .bl-btn a::before {
    right: 20px;
    width: 6px;
    height: 11px;
  }
}
.bl-btn a:hover {
  background: #D80405;
}
.bl-btn a:hover::before {
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_white.svg) no-repeat center center/cover;
}
.bl-btn a:hover .el-btn-label {
  color: #fff;
}
.bl-btn a .el-btn-label {
  color: #D80405;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
@media screen and (max-width: 1024px) {
  .bl-btn a .el-btn-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-btn a .el-btn-label {
    font-size: 14px;
  }
}

.bl-business-slider {
  margin: 0 auto;
  position: relative;
  /* ページ番号（01/02） */
}
.bl-business-slider .swiper {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-business-slider .swiper {
    max-width: 670px;
  }
}
@media screen and (max-width: 1024px) {
  .bl-business-slider .swiper-slide {
    width: 100% !important;
  }
}
.bl-business-slider .swiper-slide img {
  display: block;
  max-width: 670px;
  width: 100%;
  height: auto;
}
.bl-business-slider .swiper-caption {
  padding-top: 10px;
  margin: 0;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
@media screen and (max-width: 1024px) {
  .bl-business-slider .swiper-caption {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-business-slider .swiper-caption {
    font-size: 14px;
  }
}
.bl-business-slider .bl-business-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 110px;
  margin-top: 44px;
}
@media screen and (max-width: 575px) {
  .bl-business-slider .bl-business-controls {
    gap: 84px;
    margin-top: 40px;
  }
}
.bl-business-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: auto;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  .bl-business-slider .swiper-pagination {
    font-size: 15px;
    margin-left: 60px;
    bottom: 7px;
  }
}
@media screen and (max-width: 575px) {
  .bl-business-slider .swiper-pagination {
    gap: 20px;
    font-size: 14px;
    margin-left: 46px;
    bottom: 5px;
  }
}
.bl-business-slider .swiper-page-divider {
  display: inline-block;
  width: 1px;
  height: 12.5px;
  background: #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.bl-business-slider .swiper-button-prev,
.bl-business-slider .swiper-button-next {
  position: static; /* デフォルトの絶対配置を無効化 */
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1.5px solid #c1c1c1;
  color: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .bl-business-slider .swiper-button-prev,
  .bl-business-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bl-business-slider .swiper-button-prev,
  .bl-business-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.bl-business-slider .swiper-button-prev:not(.swiper-button-disabled),
.bl-business-slider .swiper-button-next:not(.swiper-button-disabled) {
  border: 1.5px solid #D80405;
  color: #D80405;
}
.bl-business-slider .swiper-button-prev::after,
.bl-business-slider .swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}
.bl-business-slider .swiper-button-prev:hover,
.bl-business-slider .swiper-button-next:hover {
  border: 1.5px solid #D80405;
  color: #D80405;
}

.bg-about {
  position: relative;
  background: url("/cms/wp-content/themes/astrans/assets/images/bg_about.jpg") no-repeat center/cover;
  overflow: hidden;
}
.bg-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(53, 48, 49, 0.3) -5.66%, rgba(62, 58, 57, 0.9) 47.17%, #242321 100%);
}
.bg-about .ly-sect-inner {
  position: relative;
  z-index: 2;
}

.ly-about-body {
  display: grid;
  grid-template-columns: 1fr clamp(500px, 52%, 580px);
  grid-template-areas: "text movie";
  gap: 80px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .ly-about-body {
    margin-top: 0;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .ly-about-body {
    gap: 24px;
  }
}
.ly-about-body .bl-about-body-text {
  grid-area: text;
  width: 100%;
}
.ly-about-body .bl-about-body-movie {
  grid-area: movie;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .ly-about-body {
    grid-template-columns: 1fr;
    grid-template-areas: "movie" "text";
  }
}

.bl-about-body-text p {
  color: #fff;
}
.bl-about-body-text .-accent {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 35px */
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .bl-about-body-text .-accent {
    font-size: 18px;
    line-height: 180%; /* 32.4px */
    margin: 24px 0;
  }
}

.bl-about-btn {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .bl-about-btn {
    justify-content: center;
  }
}
.bl-about-btn a {
  max-width: 410px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 0 31px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .bl-about-btn a {
    max-width: 360px;
    padding: 27px 0 31px;
  }
}
.bl-about-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 8px;
  height: 14px;
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_red.svg) no-repeat center center/cover;
  transition: background-image 0.3s ease;
}
.bl-about-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  border: 1.5px solid #D80405;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: border 0.3s ease;
}
.bl-about-btn a:hover {
  background: #D80405;
}
.bl-about-btn a:hover::before {
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_white.svg) no-repeat center center/cover;
}
.bl-about-btn a:hover::after {
  border: 1.5px solid #fff;
}
.bl-about-btn a:hover .el-btn-label {
  color: #fff;
}
.bl-about-btn a .el-btn-label {
  color: #D80405;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 35px */
}
@media screen and (max-width: 1024px) {
  .bl-about-btn a .el-btn-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-about-btn a .el-btn-label {
    font-size: 14px;
  }
}

.bl-about-body-movie .bl-movie {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.bl-about-body-movie .bl-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-about-body-movie .bl-movie:hover img {
  transform: scale(1.1);
}
.bl-about-body-movie .bl-movie .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bl-about-body-movie .bl-movie .video-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/cms/wp-content/themes/astrans/assets/images/icon_play.svg") no-repeat center/contain;
}
.bl-about-body-movie .bl-movie img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.ly-company {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .ly-company {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .ly-company {
    gap: 34px;
  }
}
.ly-company-title {
  white-space: nowrap;
}
.ly-company-body {
  width: 100%;
  max-width: 968px;
}

.bl-company {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .bl-company {
    margin-top: 0;
  }
}

.bl-company-table {
  width: 100%;
  border-collapse: collapse;
}
.bl-company-table th, .bl-company-table td {
  padding: 10px 0;
  border-bottom: 1px solid #E2E2E2;
  vertical-align: top;
  text-align: left;
}
.bl-company-table th {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%; /* 29.6px */
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .bl-company-table th {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-company-table th {
    width: 110px;
    font-size: 14px;
  }
}
.bl-company-table td {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
}
@media screen and (max-width: 1024px) {
  .bl-company-table td {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-company-table td {
    font-size: 14px;
  }
}

.bl-map iframe {
  width: 100%;
  height: 256px;
  filter: grayscale(1);
}

.bg-recruit {
  position: relative;
  background: #F0F2F6;
  overflow: hidden;
}
.bg-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/cms/wp-content/themes/astrans/assets/images/bg_recruit.png") no-repeat center/cover;
}
.bg-recruit .ly-sect-inner {
  position: relative;
  z-index: 2;
}

.ly-recruit {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .ly-recruit {
    flex-direction: column;
    gap: 36px;
  }
}
@media screen and (max-width: 575px) {
  .ly-recruit {
    gap: 24px;
  }
}
.ly-recruit-title {
  white-space: nowrap;
}
.ly-recruit-text {
  width: 100%;
  max-width: 968px;
}
.ly-recruit-text .-heading {
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 52.5px */
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .ly-recruit-text .-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 100%; /* 22px */
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 575px) {
  .ly-recruit-text .-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%; /* 22px */
    margin: 0 0 16px;
  }
}
.ly-recruit-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .ly-recruit-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .ly-recruit-text p {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
  }
}

.ly-recruit-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .ly-recruit-block {
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .ly-recruit-block {
    margin-top: 24px;
  }
}

.bl-recruit-block {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 39px;
  padding: 24px 94px 24px 24px;
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block {
    flex-direction: column;
    gap: 0;
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .bl-recruit-block {
    padding: 16px;
  }
}
.bl-recruit-block-head {
  position: relative;
  width: 100%;
  max-width: 158px;
  padding: 20px 46px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block-head {
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 575px) {
  .bl-recruit-block-head {
    padding: 0 0 16px;
  }
}
.bl-recruit-block-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #E2E2E2;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block-head::after {
    content: unset;
  }
}
.bl-recruit-block-head .-heading {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 185%; /* 37px */
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block-head .-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .bl-recruit-block-head .-heading {
    font-size: 16px;
  }
}
.bl-recruit-block-body {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .bl-recruit-block-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block-body {
    padding-top: 16px;
    gap: 24px;
  }
  .bl-recruit-block-body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #E2E2E2;
    width: 100%;
    height: 1px;
  }
}
.bl-recruit-block-body > p {
  margin: 0;
}
.bl-recruit-block-body-item:nth-child(2) {
  max-width: 305px;
}
@media screen and (max-width: 1024px) {
  .bl-recruit-block-body-item:nth-child(2) {
    max-width: unset;
  }
}
.bl-recruit-block-body-item .-title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.bl-recruit-block-body-item .-title::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D80405;
  margin: 0 8px 0 0;
}
.bl-recruit-block-body-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin: 0;
}
.bl-recruit-block-body-item .el-link-wrap {
  line-height: 185%;
  margin-left: 15px;
}
.bl-recruit-block-body-item .el-link-wrap a {
  text-decoration: underline;
  color: #151515;
}
.bl-recruit-block-body-item a:hover img {
  opacity: 0.6;
}
.bl-recruit-block-body-item a img {
  display: block;
  width: 468px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}

.ly-contanct {
  border-radius: 12px;
  background: #F6F7F9;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .ly-contanct {
    margin-top: 24px;
  }
}
.ly-contanct-inner {
  padding-block: 60px;
  padding-inline: 100px;
}
@media screen and (max-width: 1024px) {
  .ly-contanct-inner {
    padding-block: 40px;
    padding-inline: 32px;
  }
}
@media screen and (max-width: 575px) {
  .ly-contanct-inner {
    padding-block: 24px;
    padding-inline: 16px;
  }
}

.bl-contact dt {
  float: left;
  clear: both;
  width: 270px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
}
@media screen and (max-width: 1024px) {
  .bl-contact dt {
    float: unset;
    width: auto;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .bl-contact dt > br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact dt > br {
    display: block;
  }
}
.bl-contact dt.el-required::after {
  display: inline-block;
  margin-left: 10px;
  border-radius: 2.4px;
  border: 0.8px solid #D80405;
  padding: 3px 7.2px 5px;
  color: #D80405;
  font-family: "Noto Sans JP";
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "必須";
}
.bl-contact dd {
  width: 100%;
  margin: 0;
  padding-left: 270px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .bl-contact dd {
    padding-bottom: 16px;
  }
}
.bl-contact dd input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
}
.bl-contact dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
}
.bl-contact dd.el-radio-button .wpcf7-list-item {
  display: inline-block;
  margin: 0 30px 0 0;
}
.bl-contact dd.el-radio-button label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bl-contact dd.el-radio-button label input {
  width: auto;
}
.bl-contact dd.bl-address {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 270px);
  box-sizing: border-box;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-address {
    gap: 8px;
    width: 100%;
  }
}
.bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(1),
.bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(2) {
  flex: 0 0 200px;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(1),
  .bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(2) {
    flex: unset;
    width: calc((100% - 8px) / 2);
  }
}
.bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(3) {
  flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-address .wpcf7-form-control-wrap:nth-child(3) {
    flex: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-acceptance {
    margin-top: 16px;
  }
}
.bl-contact dd.bl-acceptance p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 27.75px */
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-acceptance p {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact dd.bl-acceptance p {
    font-size: 12px;
  }
}
.bl-contact dd.bl-acceptance .el-acceptance-heading {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-acceptance .el-acceptance-heading {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact dd.bl-acceptance .el-acceptance-heading {
    font-size: 15px;
  }
}
.bl-contact dd.bl-acceptance .el-acceptance-sub-heading {
  font-weight: 700;
  margin: 1em 0 0;
}
.bl-contact dd.bl-acceptance .el-acceptance {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-acceptance .el-acceptance {
    margin-top: 16px;
  }
}
.bl-contact dd.bl-acceptance .el-acceptance .wpcf7-list-item {
  margin: 0;
}
.bl-contact dd.bl-acceptance .el-acceptance label {
  display: flex;
  align-items: center;
}
.bl-contact dd.bl-acceptance .el-acceptance input {
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .bl-contact dd.bl-acceptance .el-acceptance .wpcf7-list-item-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact dd.bl-acceptance .el-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.bl-contact .bl-btn {
  display: flex;
  justify-content: center;
  padding-left: 72px;
}
@media screen and (max-width: 575px) {
  .bl-contact .bl-btn {
    padding-left: 0;
  }
}
.bl-contact .bl-btn .wpcf7-submit {
  background: #D80405;
  color: #fff;
  border: 1px solid #D80405;
  border-radius: 9999px;
  padding: 10px 60px;
  text-align: center;
  width: 300px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%; /* 33.3px */
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .bl-contact .bl-btn .wpcf7-submit {
    width: 230px;
    padding: 9px 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .bl-contact .bl-btn .wpcf7-submit {
    font-size: 15px;
  }
}
.bl-contact .bl-btn .wpcf7-submit:hover {
  background-color: unset;
  color: #D80405;
}
@media screen and (max-width: 575px) {
  .bl-contact .bl-btn .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
  }
}

.ly-mainv-100th {
  position: relative;
}

.bl-mainv-100th {
  position: relative;
  width: 100%;
  height: 794px;
  background: linear-gradient(247deg, rgba(0, 0, 0, 0) -8.05%, rgba(0, 0, 0, 0.17) 77.2%), url("/cms/wp-content/themes/astrans/assets/images/mv_100th.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .bl-mainv-100th {
    background: linear-gradient(247deg, rgba(0, 0, 0, 0) -8.05%, rgba(0, 0, 0, 0.17) 77.2%), url("/cms/wp-content/themes/astrans/assets/images/mv_100th.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .bl-mainv-100th {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th {
    height: 490px;
    background: linear-gradient(250deg, rgba(0, 0, 0, 0.1) -5.35%, rgba(0, 0, 0, 0.31) 74.93%), url("/cms/wp-content/themes/astrans/assets/images/mv_100th.jpg") right/cover no-repeat;
  }
}
.bl-mainv-100th-cover > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: 23.8%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1441px) {
  .bl-mainv-100th-cover > img {
    width: 23.8%;
    max-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-cover > img {
    width: 110px;
  }
}
.bl-mainv-100th-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.bl-mainv-icons {
  position: absolute;
  right: 5%;
  top: 20%;
  display: flex;
  z-index: 1;
}
.bl-mainv-icons .el-mainv-icon {
  position: relative;
  width: 5vw;
  height: auto;
}
.bl-mainv-icons .el-mainv-icon.el-mainv-icon-01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-icons .el-mainv-icon.el-mainv-icon-01 {
    width: 29px;
  }
}
.bl-mainv-icons .el-mainv-icon.el-mainv-icon-02 {
  position: absolute;
  top: 100px;
  right: 220px;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-icons .el-mainv-icon.el-mainv-icon-02 {
    top: 55px;
    right: 70px;
    width: 28px;
  }
}
.bl-mainv-icons .el-mainv-icon.el-mainv-icon-03 {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-icons .el-mainv-icon.el-mainv-icon-03 {
    top: 80px;
    right: 15px;
    width: 28px;
  }
}

.bl-mainv-100th-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-inline: 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-100th-body {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body {
    padding-inline: 20px;
  }
}
.bl-mainv-100th-body-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.bl-mainv-100th-body .bl-catchcopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy {
    margin-top: 5px;
  }
}
.bl-mainv-100th-body .bl-catchcopy .el-catchcopy-sub {
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.39);
  font-family: "Barlow Semi Condensed";
  font-size: clamp(23px, 7.1428571429vw, 44px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 77px */
  margin: 0;
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .el-catchcopy-sub {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.bl-mainv-100th-body .bl-catchcopy .el-catchcopy-sub > span {
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.39);
  font-family: "Barlow Semi Condensed";
  font-size: clamp(38px, 7.1428571429vw, 82px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 143.5px */
  letter-spacing: 0.82px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .el-catchcopy-sub > span {
    font-size: 38px;
    line-height: 100%;
  }
}
.bl-mainv-100th-body .bl-catchcopy .el-catchcopy {
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.39);
  font-family: "Barlow Semi Condensed";
  font-size: clamp(50px, 9.0909090909vw, 120px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 204px */
  margin: -20px 0 0;
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .el-catchcopy {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .el-catchcopy {
    font-size: 50px;
    line-height: 110%;
  }
}
.bl-mainv-100th-body .bl-catchcopy .el-catchcopy > .el-letterspacing-o {
  letter-spacing: 1.2px;
}
.bl-mainv-100th-body .bl-catchcopy .el-catchcopy > .el-letterspacing-f {
  letter-spacing: -1.2px;
}
.bl-mainv-100th-body .bl-catchcopy .bl-catchcopy-lead p {
  color: #FFF;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.39);
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 185%; /* 37px */
  margin: 60px 0 0;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-100th-body .bl-catchcopy .bl-catchcopy-lead p {
    font-size: 16px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .bl-catchcopy-lead p {
    font-size: 14px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-mainv-100th-body .bl-catchcopy .bl-catchcopy-lead br {
    display: none;
  }
}

.bg-mission {
  position: relative;
  overflow: hidden;
}
.bg-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 360px;
  background-image: url(/cms/wp-content/themes/astrans/assets/images/bg_news.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.bl-100th-heading {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .bl-100th-heading {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bl-100th-heading {
    margin-bottom: 24px;
  }
}
.bl-100th-heading h2 {
  font-family: Playfair;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 46px */
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-100th-heading h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .bl-100th-heading h2 {
    font-size: 32px;
  }
}

.bl-misson-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .bl-misson-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .bl-misson-grid {
    gap: 16px;
  }
}
.bl-misson-grid .bl-misson-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title image" "text image";
  gap: 20px;
  padding: 48px;
  background: #F6F7F9;
}
@media screen and (max-width: 575px) {
  .bl-misson-grid .bl-misson-item {
    grid-template-columns: 1fr auto;
    grid-template-areas: "title image" "text text";
    padding: 5px 24px 20px;
    gap: 0;
  }
}
.bl-misson-grid .bl-misson-item .bl-misson-item-title {
  grid-area: title;
  align-self: end;
  color: #D80405;
  font-family: Playfair;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 110.345% */
  margin: 0;
}
@media screen and (max-width: 575px) {
  .bl-misson-grid .bl-misson-item .bl-misson-item-title {
    align-self: center;
    font-size: 19px;
    line-height: 23px; /* 121.053% */
  }
}
.bl-misson-grid .bl-misson-item .bl-misson-item-text {
  grid-area: text;
  margin: 0;
}
.bl-misson-grid .bl-misson-item img {
  grid-area: image;
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
  align-self: center;
}
@media screen and (max-width: 575px) {
  .bl-misson-grid .bl-misson-item img {
    max-width: 110px;
  }
}

.bl-loop {
  width: 100vw;
  overflow: hidden;
  display: flex;
  gap: 40px;
}
.bl-loop .el-loop-item {
  width: 100%;
  height: auto;
  animation: loop 10s linear infinite;
}

@keyframes loop {
  0% {
    translate: 0;
  }
  to {
    translate: calc(-100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .ly-message .ly-sect-inner {
    padding-top: 36px;
  }
}
@media screen and (max-width: 575px) {
  .ly-message .ly-sect-inner {
    padding-top: 24px;
  }
}

.ly-message-movie {
  max-width: 962px;
  margin-inline: auto;
}

.bl-mission-text {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .bl-mission-text {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bl-mission-text {
    margin-bottom: 24px;
  }
}

.bl-mission-movie .bl-movie {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.bl-mission-movie .bl-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-mission-movie .bl-movie:hover img {
  transform: scale(1.1);
}
.bl-mission-movie .bl-movie .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bl-mission-movie .bl-movie .video-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/cms/wp-content/themes/astrans/assets/images/icon_play.svg") no-repeat center/contain;
}
.bl-mission-movie .bl-movie img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.ly-message-intro {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .ly-message-intro {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .ly-message-intro {
    margin-top: 32px;
  }
}

.bl-message-intro {
  display: grid;
  grid-template-columns: auto 30px auto 80px auto;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.bl-message-intro-item {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item {
    max-width: unset;
  }
}
.bl-message-intro-item:nth-child(1) {
  grid-column: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item:nth-child(1) {
    grid-column: 2/1;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro-item:nth-child(1) {
    grid-column: unset;
  }
}
.bl-message-intro-item:nth-child(2) {
  grid-column: 3;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item:nth-child(2) {
    grid-column: 2/2;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro-item:nth-child(2) {
    grid-column: unset;
  }
}
.bl-message-intro-item:nth-child(3) {
  grid-column: 5;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item:nth-child(3) {
    grid-column: 1/-1;
    order: -1;
  }
}
.bl-message-intro-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.bl-message-intro-item-heading {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item-heading {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro-item-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.bl-message-intro-item-text {
  margin: 0;
}
.bl-message-intro-item-sub-title {
  position: relative;
  font-family: Playfair;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-left: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item-sub-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro-item-sub-title {
    margin-bottom: 8px;
  }
}
.bl-message-intro-item-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D80405;
  margin: 0 8px 0 0;
}
.bl-message-intro-item-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 100% */
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item-title {
    line-height: 180%;
    writing-mode: unset;
    text-orientation: unset;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro-item-title {
    font-size: 19px;
  }
}
.bl-message-intro-item-title span {
  display: block;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro-item-title span {
    display: inline;
    margin-left: 0;
  }
}
.bl-message-intro-item-title span:last-child {
  margin-left: unset;
}
.bl-message-intro.bl-message-intro-02 {
  margin-top: 72px;
  grid-template-columns: auto 80px auto 30px auto;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro.bl-message-intro-02 {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro.bl-message-intro-02 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }
}
.bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(1) {
  grid-column: 1;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(1) {
    grid-column: 1/-1;
  }
}
.bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(2) {
  grid-column: 3;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(2) {
    grid-column: 2/1;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(2) {
    grid-column: unset;
  }
}
.bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(3) {
  grid-column: 5;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(3) {
    grid-column: 2/2;
    margin-top: 0;
    order: unset;
  }
}
@media screen and (max-width: 575px) {
  .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(3) {
    grid-column: unset;
  }
}

.ly-back-btn {
  margin: 104px auto 0;
}
@media screen and (max-width: 1024px) {
  .ly-back-btn {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .ly-back-btn {
    margin: 40px auto 0;
  }
}

.bl-back-btn {
  display: flex;
  justify-content: center;
}
.bl-back-btn a {
  max-width: 410px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 0 31px;
  border: 1px solid #D80405;
  border-radius: 6px;
  background: #D80405;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .bl-back-btn a {
    padding: 27px 0 28px;
  }
}
.bl-back-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 32px;
  height: 32px;
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_back_white.svg) no-repeat center center/cover;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .bl-back-btn a::before {
    left: 16px;
    width: 26px;
    height: 26px;
  }
}
.bl-back-btn a:hover {
  background: #fff;
}
.bl-back-btn a:hover::before {
  background: url(/cms/wp-content/themes/astrans/assets/images/icon_arrow_back_red.svg) no-repeat center center/cover;
}
.bl-back-btn a:hover .el-btn-label {
  color: #D80405;
}
.bl-back-btn a .el-btn-label {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 35px */
}
@media screen and (max-width: 1024px) {
  .bl-back-btn a .el-btn-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .bl-back-btn a .el-btn-label {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 575px) {
  .en .ly-mainv-body .bl-catchcopy {
    padding-bottom: 60px;
  }
}
.en .ly-sect.bg-news .ly-sect-inner {
  padding-block: 60px;
}
@media screen and (max-width: 1024px) {
  .en .ly-sect.bg-news .ly-sect-inner {
    padding-block: 40px;
  }
}
@media screen and (max-width: 575px) {
  .en .ly-sect.bg-news .ly-sect-inner {
    padding-block: 24px;
  }
}
.en .bl-banner-100th {
  margin-top: 0;
}
.en .ly-company-title .bl-heading .-ja {
  line-height: 165%;
}
.en .ly-recruit {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .en .ly-recruit {
    gap: 36px;
  }
}
@media screen and (max-width: 575px) {
  .en .ly-recruit {
    gap: 24px;
  }
}
.en .ly-recruit-body {
  width: 100%;
  max-width: 968px;
}
.en .ly-recruit-body .bl-company-table th {
  width: 130px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .en .ly-recruit-body .bl-company-table th {
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .en .ly-recruit-body .bl-company-table th {
    width: 110px;
    padding-right: 0px;
  }
}
.en .bl-contact dt.el-required::after {
  content: "Required";
}

.en .bl-mainv-100th-body .bl-catchcopy .bl-catchcopy-lead {
  max-width: 550px;
  width: 100%;
}
.en .bl-message-intro {
  grid-template-columns: auto 24px auto 48px auto;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }
}
@media screen and (max-width: 575px) {
  .en .bl-message-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.en .bl-message-intro-item:nth-child(3) {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro-item:nth-child(3) {
    max-width: unset;
  }
}
.en .bl-message-intro-item-sub-title {
  margin-bottom: 14px;
}
.en .bl-message-intro-item-title {
  font-family: Playfair;
  line-height: 170%; /* 44.2px */
  writing-mode: unset;
  text-orientation: unset;
}
.en .bl-message-intro.bl-message-intro-02 {
  grid-template-columns: auto 48px auto 24px auto;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro.bl-message-intro-02 {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .en .bl-message-intro.bl-message-intro-02 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }
}
.en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(1) {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(1) {
    max-width: unset;
  }
}
.en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(2) {
  max-width: 440px;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(2) {
    max-width: unset;
  }
}
.en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(3) {
  max-width: 440px;
}
@media screen and (max-width: 1024px) {
  .en .bl-message-intro.bl-message-intro-02 .bl-message-intro-item:nth-child(3) {
    max-width: unset;
  }
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 1000;
  background: none;
  transition: background 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .ly-header {
    height: 60px;
  }
  .is-nav-open .ly-header {
    height: 100vh;
  }
}
.ly-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .is-nav-open .ly-header-inner {
    display: block;
    height: 100vh;
    overflow-y: auto;
  }
}
.ly-header-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  transition: all 0.3s ease;
}
.scrolled .ly-header-inner::before {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.is-nav-open .ly-header-inner::before {
  position: fixed;
  background: #fff;
  height: 100lvh;
}

.el-logo {
  display: flex;
  margin: 0 0 0 35px;
  box-sizing: border-box;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .el-logo {
    margin-left: 20px;
    position: fixed;
    top: 21px;
  }
  .is-nav-open .el-logo {
    position: fixed;
    top: 21px;
  }
}
@media screen and (max-width: 575px) {
  .el-logo {
    margin-left: 16px;
  }
}
.el-logo > a {
  position: relative;
  display: inline-block;
  width: 252px;
  height: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .el-logo > a {
    width: 190px;
    height: 19px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.el-logo > a > img.el-logo-white {
  opacity: 1;
  z-index: 2;
}
.scrolled .el-logo > a > img.el-logo-white {
  opacity: 0;
}
.is-nav-open .el-logo > a > img.el-logo-white {
  opacity: 0;
}
.el-logo > a > img.el-logo-black {
  opacity: 0;
  z-index: 1;
}
.scrolled .el-logo > a > img.el-logo-black {
  opacity: 1;
}
.is-nav-open .el-logo > a > img.el-logo-black {
  opacity: 1;
}

.ly-gnav {
  margin: 0 45px 0 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .ly-gnav {
    opacity: 0;
    visibility: hidden;
    margin: 0;
  }
  .is-nav-open .ly-gnav {
    opacity: 1;
    visibility: visible;
  }
}

.bl-gnav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  gap: 30.5px;
}
@media screen and (max-width: 1024px) {
  .bl-gnav {
    display: block;
    height: auto;
    padding: 100px 30px 40px;
  }
}
.bl-gnav .bl-gnav-item {
  color: #fff;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .bl-gnav .bl-gnav-item {
    color: #151515;
    margin-bottom: 24px;
  }
  .bl-gnav .bl-gnav-item:nth-child(5) {
    margin-bottom: 40px;
  }
  .bl-gnav .bl-gnav-item:last-child {
    margin-bottom: 0;
  }
}
.scrolled .bl-gnav .bl-gnav-item {
  color: #151515;
}
.bl-gnav .bl-gnav-item:last-child {
  position: relative;
  padding-left: 12px;
}
.bl-gnav .bl-gnav-item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 19px;
  background-color: #E2E2E2;
}
@media screen and (max-width: 1024px) {
  .bl-gnav .bl-gnav-item:last-child {
    padding-left: 0;
  }
  .bl-gnav .bl-gnav-item:last-child::before {
    content: none;
  }
}
.bl-gnav a {
  transition: 0.3s;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  box-sizing: border-box;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.page-100th .bl-gnav a {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1024px) {
  .bl-gnav a {
    color: #151515;
    font-weight: 700;
  }
  .page-100th .bl-gnav a {
    text-shadow: unset;
  }
}
.bl-gnav a.el-lang-jp, .bl-gnav a.el-lang-en {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .bl-gnav a.el-lang-jp, .bl-gnav a.el-lang-en {
    font-size: 16px;
  }
}
.bl-gnav a.el-lang-jp {
  color: #D80405;
}
.bl-gnav a.el-lang-jp:hover {
  color: #fff;
}
.scrolled .bl-gnav a {
  color: #151515;
  text-shadow: unset;
}
.scrolled .bl-gnav a.el-lang-jp {
  color: #D80405;
}
.scrolled .bl-gnav a.el-lang-jp:hover {
  color: #151515;
}
.bl-gnav a:hover {
  color: #D80405;
}

.el-hamburger {
  display: none;
  position: fixed;
  align-content: center;
  justify-items: center;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 300;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .el-hamburger {
    display: grid;
  }
}
.el-hamburger::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #D80405;
  content: "";
  z-index: 0;
}
.el-hamburger span {
  display: block;
  width: 40%;
  height: 1.5px;
  background: #fff;
  transition: all ease 0.3s;
}
.is-nav-open .el-hamburger span {
  width: 50%;
}
.el-hamburger .top {
  transform: translateY(-4px) scale(1);
}
.is-nav-open .el-hamburger .top {
  transform: translateY(1px) rotate(30deg);
}
.el-hamburger .bottom {
  transform: translateY(4px) scale(1);
}
.is-nav-open .el-hamburger .bottom {
  transform: translateY(-1px) rotate(-30deg);
}

.bl-menu-banner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bl-menu-banner {
    display: block;
    position: relative;
    z-index: 10;
    padding: 10px 30px 40px;
  }
}
.bl-menu-banner img {
  max-width: 310px;
  width: 100%;
  height: auto;
  display: block;
}

.en .el-logo > a {
  width: 270px;
  height: 26px;
}
@media screen and (max-width: 1024px) {
  .en .el-logo > a {
    width: 197px;
    height: 19px;
  }
}
.en .bl-gnav a.el-lang-jp {
  color: #fff;
}
.en .bl-gnav a.el-lang-jp:hover {
  color: #D80405;
}
.is-nav-open .en .bl-gnav a.el-lang-jp {
  color: #151515;
}
.en .bl-gnav a.el-lang-en {
  color: #D80405;
}
.en .bl-gnav a.el-lang-en:hover {
  color: #fff;
}
.en .bl-gnav a:hover {
  color: #D80405;
}
.en .scrolled .bl-gnav a {
  color: #151515;
}
.en .scrolled .bl-gnav a.el-lang-jp {
  color: #151515;
}
.en .scrolled .bl-gnav a.el-lang-jp:hover {
  color: #D80405;
}
.en .scrolled .bl-gnav a.el-lang-en {
  color: #D80405;
}
.en .scrolled .bl-gnav a.el-lang-en:hover {
  color: #151515;
}

.ly-footer {
  position: relative;
  background: #333;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ly-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ly-footer-inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  box-sizing: border-box;
}

.bl-footer-body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .bl-footer-body {
    flex-direction: column;
  }
}
.bl-footer-body .bl-footer-body-left {
  margin-bottom: 24px;
}
.bl-footer-body .bl-footer-body-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 8px;
}

.bl-footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bl-footer-info .bl-footer-info-logo img {
  max-width: 277px;
  width: 100%;
  height: auto;
}
.bl-footer-info .bl-footer-info-list dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 5px 0;
  margin: 0;
}
.bl-footer-info .bl-footer-info-list dl dt, .bl-footer-info .bl-footer-info-list dl dd {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 27.75px */
}
.bl-footer-info .bl-footer-info-list dl dd {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .bl-footer-nav {
    display: none;
  }
}
.bl-footer-nav .bl-footer-nav-list {
  display: flex;
  gap: 24px;
}
.bl-footer-nav .bl-footer-nav-list .bl-footer-nav-item {
  position: relative;
  padding-right: 24px;
}
.bl-footer-nav .bl-footer-nav-list .bl-footer-nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.bl-footer-nav .bl-footer-nav-list .bl-footer-nav-item:last-child {
  padding-right: 0;
}
.bl-footer-nav .bl-footer-nav-list .bl-footer-nav-item:last-child::after {
  content: none;
}
.bl-footer-nav .bl-footer-nav-list a {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 27px */
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.bl-footer-nav .bl-footer-nav-list a:hover {
  color: #D80405;
}

.bl-footer-sns .bl-footer-sns-list {
  display: flex;
  gap: 10px;
}
.bl-footer-sns .bl-footer-sns-list a {
  transition: opacity 0.3s ease;
}
.bl-footer-sns .bl-footer-sns-list a:hover {
  opacity: 0.6;
}
.bl-footer-sns .bl-footer-sns-list img {
  width: 100%;
  height: auto;
}

.bl-footer-bottom {
  position: relative;
  margin-top: 24px;
}
.bl-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #E2E2E2;
  margin-left: calc(50% - 50vw);
}
.bl-footer-bottom .el-copyright {
  font-size: 14px;
  text-align: center;
  color: #C1C1C1;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin: 0;
  padding: 24px 0;
}

.en .bl-footer-info .bl-footer-info-list dl {
  grid-template-columns: 115px 1fr;
}