@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  /*overflow:auto;*/
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  color: #333;
  font-family: "BIZ UDGothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:active,
a:hover {
  outline-width: 0;
}

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

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

@media print {
  body {
    display: none;
  }
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}

/***************************

layout/_header.scss

***************************/
body::before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 998;
}
body:has(.header__nav__item.has-sub:hover)::before {
  display: block;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.header__box.en {
  width: 100%;
  max-width: 668px;
}

.header__nav__item {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .header__nav__item.has-sub a {
    background: none;
  }
}
@media screen and (max-width: 959px) {
  .header__nav__item.has-sub:hover a {
    background: none;
  }
}
.header__nav__item.has-sub .header__nav__item__sub__list {
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .header__nav__item.has-sub .header__nav__item__sub__list_top {
    display: none;
  }
}
.header__nav__item.has-sub .header__nav__item__sub__list a {
  background: none;
  color: #000;
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .header__nav__item.has-sub .header__nav__item__sub__list a {
    padding: 10px;
  }
  .header__nav__item.has-sub .header__nav__item__sub__list a:first-child {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
  }
}
.header__nav__item.has-sub .header__nav__item__sub__list a:hover {
  color: #E60012;
}

.header__nav__item {
  font-size: 1.2rem;
  font-weight: bold;
  border-right: 1px solid #eee;
  position: relative;
}
.header__nav__item a {
  padding: 0 20px;
  display: block;
}
.header__nav__item:hover {
  color: #E60012;
}
.header__nav__item:hover a {
  opacity: 1;
}
.header__nav__item.is-current {
  color: #E60012;
}

.header__nav__item .has-sub {
  position: relative;
}

.header__nav__btn {
  display: block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  text-align: center;
  align-items: center;
  top: 8px;
  padding: 20px;
  right: 0;
  background-image: url(../img/common/open.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.header__nav__btn.en {
  top: 5px !important;
}
.header__nav__btn.close {
  background-image: url(../img/common/close.png);
  top: 15px;
}
.header__nav__btn.close.en {
  top: 4px !important;
}
@media screen and (min-width: 960px) {
  .header__nav__btn {
    background-image: none;
  }
}

.header__nav__item__sub {
  display: none;
}
.header__nav__item__sub.open {
  display: block;
  margin-bottom: 30px;
}
.header__nav__item__sub.open .header__nav__item__sub__list__pc01 a {
  border: none;
}
@media screen and (min-width: 960px) {
  .header__nav__item__sub {
    position: fixed;
    top: 118px;
    right: 0;
    width: 900px;
    transition: all 0.5s;
    padding-top: 20px;
  }
  .header__nav__item__sub .header__nav__btn {
    display: none;
  }
  .header__nav__item:hover .header__nav__item__sub {
    display: block;
    transition: all 0.5s;
  }
  .header.is-show .header__nav__item__sub {
    top: 60px;
    padding-top: 28px;
  }
  .header__nav__item__sub .header__nav__item__sub__list {
    background-color: #ffffff;
    text-align: left;
    border-radius: 10px;
    max-width: 680px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 40px;
    padding: 40px;
    padding-bottom: 60px;
    color: #000;
  }
  .header__nav__item__sub .header__nav__item__sub__list a:hover {
    color: #E60012;
  }
  .header__nav__item__sub .header__nav__item__sub__list li.header__nav__item__sub__list_top {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: normal;
  }
  .header__nav__item__sub .header__nav__item__sub__list li.header__nav__item__sub__list_top span {
    font-size: 14px;
  }
  .header__nav__item__sub .header__nav__item__sub__list li.header__nav__item__sub__list_top::after {
    content: "";
    width: 45px;
    height: 20px;
    background: url(../img/common/arrow_right.svg) no-repeat center;
    background-color: #E60012;
    border-radius: 100px;
    display: block;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc01,
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02,
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03,
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04,
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05,
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    font-weight: normal;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc01 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc01 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc01 li:nth-of-type(3) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc01 li:nth-of-type(4) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(3) {
    order: 5;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(4) {
    order: 7;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(5) {
    order: 9;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(6) {
    order: 11;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(7) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(8) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(9) {
    order: 6;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(10) {
    order: 8;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(11) {
    order: 10;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc02 li:nth-of-type(12) {
    order: 12;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(3) {
    order: 5;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(4) {
    order: 7;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(5) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(6) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(7) {
    order: 6;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc03 li:nth-of-type(8) {
    order: 8;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(3) {
    order: 5;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(4) {
    order: 7;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(5) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(6) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(7) {
    order: 6;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc04 li:nth-of-type(8) {
    order: 8;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(3) {
    order: 5;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(4) {
    order: 7;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(5) {
    order: 9;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(6) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(7) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(8) {
    order: 6;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(9) {
    order: 8;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc05 li:nth-of-type(10) {
    order: 10;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(1) {
    order: 1;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(2) {
    order: 3;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(3) {
    order: 5;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(4) {
    order: 7;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(5) {
    order: 2;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(6) {
    order: 4;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(7) {
    order: 6;
  }
  .header__nav__item__sub .header__nav__item__sub__list li .header__nav__item__sub__list__pc06 li:nth-of-type(8) {
    order: 8;
  }
}

@media screen and (min-width: 960px) {
  .header__nav__item:hover .header__nav__item__sub.en {
    top: 100px !important;
    padding-top: 30px !important;
  }
  .header.is-show .header__nav__item:hover .header__nav__item__sub.en {
    top: 53px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .header__nav__item__sub.en {
    width: 60%;
  }
}

.header__nav__item__en {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 20px;
  margin-bottom: 15px;
}

.header__search .mf_finder_searchBox_items {
  padding: 0;
}
.header__search .mf_finder_searchBox_query_input {
  font-size: 1.2rem;
  padding: 11px 16px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: none;
  border-radius: 100vmax 0 0 100vmax;
}
.header__search .mf_finder_searchBox_submit {
  padding: 0 16px;
  background-color: #fff;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-left: none;
  border-right: solid 1px #eee;
  border-radius: 0 100vmax 100vmax 0;
}
.header__search .mf_finder_searchBox_submit span {
  display: none;
}
.header__search .mf_finder_searchBox_submit::before {
  margin: 0;
  color: #000;
}

@media screen and (min-width: 959px) {
  .header__search__sp {
    display: none;
  }
}
.header__search__sp .mf_finder_searchBox {
  margin: 0;
}
.header__search__sp .mf_finder_searchBox_items {
  margin-bottom: 40px;
  padding: 0;
}
.header__search__sp .mf_finder_searchBox_query_input {
  font-size: 1.6rem;
  padding: 13px 16px;
  border-radius: 10px 0 0 10px;
}
.header__search__sp .mf_finder_searchBox_submit {
  font-size: 20px;
  width: 50px;
  background-color: #E60012;
  border-radius: 0 10px 10px 0;
}
.header__search__sp .mf_finder_searchBox_submit span {
  display: none;
}
.header__search__sp .mf_finder_searchBox_submit::before {
  margin: 0;
}

.header__download {
  padding-right: 20px;
  background: url("../img/common/ico_download.svg") no-repeat right;
  font-size: 12px;
}

.header__download.en {
  width: 100%;
  max-width: 125px;
}

.header__lang {
  display: flex;
  gap: 5px;
}

.header__lang__item {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.header__lang__item.is-current {
  pointer-events: none;
  color: #bbb;
}

.header__contactBtn {
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  padding: 13px 20px;
  border-radius: 200px;
}

@media screen and (min-width: 960px) {
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__nav__item {
    flex: 0 1 auto;
  }
}
/* toggle button */
.header__toggleBtn {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  position: relative;
  padding: 13px 0;
  text-align: center;
  z-index: 9999;
}

.header__toggleBtn__bar {
  position: relative;
  z-index: 9999;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #E60012;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.header__toggleBtn__bar:before, .header__toggleBtn__bar:after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #E60012;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.header__toggleBtn__bar:before {
  top: -10px;
}
.header__toggleBtn__bar:after {
  top: 10px;
}
input[name=toggle]:checked + .header__toggleBtn__bar {
  background-color: transparent;
}
input[name=toggle]:checked + .header__toggleBtn__bar:before {
  transform: translateY(10px) rotate(45deg);
}
input[name=toggle]:checked + .header__toggleBtn__bar:after {
  transform: translateY(-10px) rotate(-45deg);
}

input[name=toggle] {
  display: none;
}

.header.is-show .header__toggleBtn,
.header.is-subPage .header__toggleBtn {
  border-color: rgba(204, 204, 204, 0.75);
  color: #202020;
}

/* Hamburger menu */
.header__hamMenu {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media screen and (min-width: 960px) {
  .header__hamMenu {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
    transform: translateY(-100%);
  }
  header.is-show .header__hamMenu {
    transform: translateY(0);
  }
  .header__hamMenu .header__nav {
    margin-left: auto;
  }
  .header__hamMenu .header__nav.en {
    justify-content: flex-end !important;
  }
  .header__hamMenu .header__contactBtn {
    order: 2;
  }
  .header__hamMenu .header__search {
    display: none;
  }
  .header__toggleBtn {
    display: none;
  }
  .header__hamMenu__sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  main {
    padding-top: 70px;
  }
  header {
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
  }
  .header__logo {
    z-index: 9999;
  }
  .header__logo a {
    height: 100%;
    display: block;
  }
  .header__box {
    display: none;
  }
  .header__hamMenu {
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 70px;
    z-index: 9998;
  }
  .header__hamMenu {
    text-align: center;
    padding: 120px 30px 50px;
  }
  .header__toggleBtn:has(input[name=toggle]:not(:checked)) + .header__hamMenu {
    transform: translateX(100%);
  }
  .header__hamMenu .header__contactBtn {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .header__hamMenu .header__search {
    width: 100%;
    margin: 0 auto 20px;
    justify-content: space-between;
  }
  .header__hamMenu .header__search__input {
    padding: 17px 20px;
  }
  .header__hamMenu .header__search__btn {
    padding-right: 20px;
  }
  .header__hamMenu .header__lang {
    margin-top: 10px;
    gap: 15px;
  }
  .header__hamMenu__logo {
    display: none;
  }
  .header__hamMenu__logo a {
    height: 100%;
    max-width: 45px;
    display: block;
  }
  .header__nav {
    margin: 0 auto;
  }
  .header__nav__item {
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .header__nav__item a {
    padding: 15px 0;
    background: url("../img/common/icon-arrow-right.svg") no-repeat right 20px center;
  }
  .header__hamMenu__sp {
    text-align: left;
    margin: 20px auto 0;
  }
}
.header__nav.en {
  justify-content: flex-end !important;
}

/***************************

layout/_footer.scss

***************************/
footer {
  padding: 20px 0 15px;
  background-image: url(../img/common/back__footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: relative;
  z-index: -1;
}
footer .container {
  background-image: url(../img/common/back__footer-sp.png);
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top right;
}
@media screen and (min-width: 960px) {
  footer .container {
    background-image: none;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 30px 0 20px;
  max-width: 310px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .footer__nav {
    height: 23px;
  }
}

.footer__nav__item {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 5px;
}
.footer__nav__item:nth-of-type(3) a {
  display: flex;
  align-items: center;
}
.footer__nav__item:nth-of-type(3) a::before {
  content: "";
  background-image: url(../img/common/ico_facebook.png);
  margin-right: 5px;
  width: 13px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__nav__item:nth-of-type(4) a {
  display: flex;
  align-items: center;
}
.footer__nav__item:nth-of-type(4) a::before {
  content: "";
  background-image: url(../img/common/ico_youtube.png);
  margin-right: 5px;
  width: 13px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__nav__item:nth-of-type(5) a {
  display: flex;
  align-items: center;
}
.footer__nav__item:nth-of-type(5) a::before {
  content: "";
  background-image: url(../img/common/ico_download.svg);
  margin-right: 5px;
  width: 13px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__nav__item:nth-of-type(6) a {
  display: flex;
  align-items: center;
}
.footer__nav__item:nth-of-type(6) a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
}

.footer__nav.en {
  max-width: 250px;
  height: 45px;
}
.footer__nav.en .footer__nav__item a {
  display: flex;
  align-items: center;
}
.footer__nav.en .footer__nav__item:nth-of-type(2) a::before {
  content: "";
  background-image: url(../img/common/ico_facebook.png);
  margin-right: 5px;
  width: 13px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__nav.en .footer__nav__item:nth-of-type(3) a::before {
  content: "";
  background-image: url(../img/common/ico_youtube.png);
}
.footer__nav.en .footer__nav__item:nth-of-type(4) a::before {
  content: "";
  background-image: url(../img/common/ico_download.svg);
}
.footer__nav.en .footer__nav__item:nth-of-type(5) a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
  background: none;
  height: auto;
}

.footer__others {
  margin-bottom: 25px;
}

.footer__others.en {
  padding-top: 168px;
}
@media screen and (max-width: 959px) {
  .footer__others.en {
    padding-top: 40px;
  }
}

.footer__others__item {
  font-size: 1.1rem;
  color: #999;
  font-weight: bold;
}
.footer__others__item:nth-of-type(n+2) {
  margin-top: 5px;
}

.footer__copyright {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
}

.footer__box__item__hdg {
  font-size: 1.3rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 15px;
  display: block;
}

.footer__linkUnder__item {
  font-size: 1.1rem;
}

@media screen and (min-width: 960px) {
  footer > .container {
    display: grid;
    grid-template-areas: "f-logo f-box" "f-nav f-box" "f-other f-box" "f-copy f-box";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
  }
  .footer__logo {
    grid-area: f-logo;
  }
  .footer__nav {
    grid-area: f-nav;
  }
  .footer__box {
    grid-area: f-box;
  }
  .footer__others {
    grid-area: f-other;
  }
  .footer__copyright {
    grid-area: f-copy;
  }
  .footer__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .footer__box__item {
    width: calc(50% - 10px);
  }
  .footer__box__item:has(.footer__box__item__2columnInner) {
    width: 100%;
  }
  .footer__linkUnder {
    display: block !important;
  }
  .footer__box__item__2columnInner {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__box__item__2columnInner .footer__linkUnder {
    width: calc(50% - 10px);
    display: block !important;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 20px 15px 15px;
  }
  .footer__box__item {
    margin-top: 20px;
  }
  .footer__box__item > .footer__linkUnder,
  .footer__box__item > .footer__box__item__2columnInner {
    display: none;
    padding: 10px 0 25px;
  }
  .footer__box__item {
    margin-top: 0;
  }
  .footer__box__item__hdg {
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px;
    margin-bottom: 0;
    position: relative;
  }
  .footer__box__item__hdg:before, .footer__box__item__hdg:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #E60012;
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transition: 0.3s;
  }
  .footer__box__item__hdg:not(.is-open):after {
    transform: rotate(-90deg);
  }
  .footer__box__item__hdg.unarrow:before, .footer__box__item__hdg.unarrow:after {
    background: none;
  }
  .footer__linkUnder__item {
    margin-top: 15px;
  }
  .footer__others {
    margin-top: 25px;
  }
}
/***************************

layout/_lity.scss

***************************/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/***************************

layout/_pager.scss

***************************/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pager__num {
  width: 40px;
  line-height: 40px;
  color: #E60012;
  font-weight: bold;
  background: rgba(230, 0, 18, 0.05);
  text-align: center;
  border-radius: 50%;
}
.pager__num.is-current {
  color: #fff;
  background-color: #E60012;
  pointer-events: none;
}

.pager__prev,
.pager__next {
  width: 15px;
  height: 40px;
  background: url("../img/common/pager_prev.svg") no-repeat center;
}

.pager__prev {
  margin-right: 15px;
}

.pager__next {
  background-image: url("../img/common/pager_next.svg");
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  .pager {
    padding: 0 15px;
  }
  .pager__num {
    width: 36px;
    line-height: 36px;
  }
  .pager__prev,
  .pager__next {
    height: 36px;
  }
}
/***************************

layout/_breadcrumbs.scss

***************************/
.breadcrumbsWrap {
  background: #F9F9F9;
  padding: 7px 0;
  margin-top: 200px;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 10px;
}
.breadcrumbs a {
  color: #E60012;
  display: block;
}

.breadcrumbs__item {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs__item:not(:first-of-type):after {
  content: "";
  width: 3px;
  height: 5px;
  background: url("../img/common/bread_arrow.svg") no-repeat center;
  position: absolute;
  left: 8px;
  top: calc(50% - 2px);
}
.breadcrumbs__item:last-of-type {
  pointer-events: none;
  text-decoration: none;
}
.breadcrumbs__item:last-of-type a {
  color: inherit;
}

@media screen and (max-width: 959px) {
  .breadcrumbsWrap {
    margin-top: 90px;
  }
  .breadcrumbsWrap.news {
    margin-top: 60px;
  }
}
/***************************

layout/_interview.scss

***************************/
.interviewer {
  display: flex;
  position: relative;
  padding: 0px 30px 30px;
  max-width: 400px;
  gap: 15px;
}
.interviewer:before {
  content: "";
  width: 100%;
  height: 110px;
  background: #F9F9F9;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1000px;
  z-index: 1;
}

.interviewer__image {
  position: relative;
  z-index: 2;
  width: 160px;
}
.interviewer__image img {
  border-radius: 10px;
}

.interviewer__info {
  width: calc(100% - 175px);
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
}

.interviewer__info__en {
  color: #E60012;
  font-size: 1rem;
}

.interviewer__info__name {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.interviewer__info__other {
  font-size: 1.3rem;
}

.interviewerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 959px) {
  .interviewer:before {
    height: 90px;
  }
  .interviewer__image {
    width: 130px;
  }
  .interviewer__info {
    padding-top: 10px;
    width: calc(100% - 145px);
  }
}
.interview {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px 20px;
}
.interview + .interview {
  margin-top: 30px;
}

.interview__name {
  width: 60px;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
}
.interview__name:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E60012;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.interview__comment {
  width: calc(100% - 80px);
}

@media screen and (max-width: 959px) {
  .interview {
    padding: 0 15px;
  }
  .interview__name {
    width: 50px;
  }
  .interview__comment {
    width: 100%;
  }
}
/***************************

object/component/_heading.scss

***************************/
.hdg-type01Wrap {
  max-width: 1390px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
  width: 100vw;
  margin-left: -85px;
}
.hdg-type01Wrap picture img {
  border-radius: 10px;
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1390px) {
  .hdg-type01Wrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 959px) {
  .hdg-type01Wrap picture img {
    height: 140px;
  }
}

.hdg-type01 {
  width: calc(100% - 130px);
  max-width: 803px;
  background: #E60012;
  border-radius: 10px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: -40px;
  margin-left: 65px;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}
@media screen and (max-width: 959px) {
  .hdg-type01 {
    font-size: 2.2rem;
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 10px 15px;
  }
}

.hdg-type02 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #E60012;
  line-height: 1.6;
  margin-bottom: 25px;
}
.hdg-type02__sub {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .hdg-type02 {
    font-size: 2rem;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .hdg-type02__sub {
    font-size: 1.3rem;
  }
}

.hdg-type03 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px solid #E60012;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .hdg-type03 {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }
}

.hdg-type04 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .hdg-type04 {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}

.hdg-type05 {
  font-size: 2rem;
  color: #E60012;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .hdg-type05 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.hdg-type06 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.hdg-type06 span {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hdg-type06 span::after {
  content: "";
  background-color: #CCCCCC;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 2px;
  display: block;
}
@media screen and (max-width: 959px) {
  .hdg-type06 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hdg-type06 span {
    font-size: 16px;
  }
}

.hdg-type07Wrap {
  padding-top: 30px;
  padding-bottom: 65px;
}
@media screen and (min-width: 960px) {
  .hdg-type07Wrap {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}

.notes {
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  .notes {
    padding: 15px;
  }
}

.hdg-type06Wrap {
  background-color: #F9F9F9;
  padding: 108px 0 59px;
  margin-bottom: 40px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 960px) {
  .hdg-type06Wrap {
    padding: 148px 0 148px;
    margin-bottom: 148px;
  }
}
.hdg-type06Wrap .hdg-type01Wrap {
  margin-bottom: 0;
  margin-left: auto;
}
.hdg-type06Wrap .hdg-type01 {
  background-color: transparent;
  color: #E60012;
  padding: 0;
}

/***************************

object/component/_box.scss

***************************/
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .container > p {
    padding: 0 15px;
  }
}

.container_l {
  max-width: 1390px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .container_l > p {
    padding: 0 15px;
  }
}

.image-box01 {
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.image-box01 .image-box01__inner {
  display: inline-block;
  position: relative;
}
.image-box01 img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-box01__cap {
  font-size: 1.2rem;
  margin-top: 10px;
}

.companyPlace {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.companyPlace__info {
  width: 460px;
}

.companyPlace__map {
  width: calc(100% - 480px);
}
.companyPlace__map iframe {
  width: 100%;
  height: 405px;
  border-radius: 10px;
}

.companyPlace__info__name {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 959px) {
  .companyPlace__map {
    width: 100%;
  }
  .companyPlace__info {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .companyPlace__info__name {
    font-size: 1.5rem;
  }
}
/***************************

object/component/_list.scss

***************************/
.image-list01,
.youtube-list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.image-list01__item,
.youtube-list01__item {
  width: calc((100% - 60px) / 3);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.image-list01__item img,
.youtube-list01__item img {
  transition: 0.3s;
}
.image-list01__item img,
.youtube-list01__item img {
  transition: 0.3s;
}
.image-list01__item:hover a,
.youtube-list01__item:hover a {
  opacity: 1;
}
.image-list01__item:hover img,
.youtube-list01__item:hover img {
  transform: scale(1.2);
}
.image-list01__item.is-movie:before,
.youtube-list01__item.is-movie:before {
  content: "再生";
  width: 77px;
  height: 77px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: url("../img/common/ico_movie_start.svg") no-repeat top 16px left calc(50% + 5px);
  background-color: #E60012;
  border-radius: 50%;
  text-align: center;
  padding-top: 45px;
  position: absolute;
  top: calc(50% - 39px);
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
}

.image-list01__item__tag {
  background: #E60012;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .image-list01 {
    gap: 14px;
    justify-content: center;
  }
  .image-list01__item {
    width: calc(50% - 7px);
    max-width: 380px;
  }
}
.image-box01 {
  max-width: 960px;
  width: 100%;
}

.image-box02 {
  max-width: 580px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.image-box02 .image-box02__inner img {
  border-radius: 10px;
}
.image-box02 .image-list02__item__tag {
  background: #E60012;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 2px;
}
.image-box02 .image-box02__cap {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}

.build-list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .build-list01 {
    justify-content: flex-start;
  }
}

.build-list01__item {
  text-align: center;
  max-width: 380px;
  width: 100%;
}
.build-list01__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.build-list01__item .build-list01__item__btn {
  margin-top: auto;
  margin-left: auto;
}
.build-list01__item .build-list01__item__image {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
}
.build-list01__item .build-list01__item__image img {
  transition: 0.3s;
}
.build-list01__item .build-list01__item__image.is-high .build-list01__item__image {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 400px;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .build-list01__item .build-list01__item__image.is-high .build-list01__item__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 9/16;
  }
}
.build-list01__item .build-list01__item__image.is-high .build-list01__item__image img {
  transition: 0.3s;
  aspect-ratio: 9/16;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .build-list01__item .build-list01__item__image.is-high .build-list01__item__image img {
    width: 100%;
  }
}
.build-list01__item:hover {
  opacity: 1;
}
.build-list01__item:hover img {
  transform: scale(1.2);
}
.build-list01__item:hover .build-list01__item__hdg {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .build-list01__item {
    width: 100%;
  }
}
.build-list01__item.is-1column {
  margin-right: auto;
  margin-left: auto;
}
.build-list01__item.is-1column .build-list01__item__hdg {
  text-align: center;
}

.build-list02__item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
  max-width: 580px;
}
.build-list02__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.build-list02__item .build-list02__item__btn {
  margin-top: auto;
  margin-left: auto;
}
.build-list02__item .build-list02__item__image {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 580px;
  width: 100%;
  aspect-ratio: 16/9;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.build-list02__item .build-list02__item__image img {
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.build-list02__item .build-list02__item__image:hover {
  opacity: 1;
}
.build-list02__item .build-list02__item__image:hover img {
  transform: scale(1.2);
}
.build-list02__item .build-list02__item__image:hover .build-list01__item__hdg {
  opacity: 0.5;
}

.build-list03__item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
  max-width: 580px;
}
.build-list03__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.build-list03__item .build-list03__item__btn {
  margin-top: auto;
  margin-left: auto;
}
.build-list03__item .build-list03__item__image {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .build-list03__item .build-list03__item__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/4;
  }
}
.build-list03__item .build-list03__item__image img {
  transition: 0.3s;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 960px) {
  .build-list03__item .build-list03__item__image img {
    width: 100%;
  }
}
.build-list03__item .build-list03__item__image:hover {
  opacity: 1;
}
.build-list03__item .build-list03__item__image:hover img {
  transform: scale(1.2);
}
.build-list03__item .build-list03__item__image:hover .build-list01__item__hdg {
  opacity: 0.5;
}

.build-list01__item__image {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.build-list01__item__image img {
  transition: 0.3s;
}
.build-list01__item__image.is-high {
  width: 100%;
  max-width: 200px;
  height: 264px;
}
.build-list01__item__image.is-high img {
  height: 100%;
  max-height: 264px;
  width: 100%;
}
.build-list01__item__image.is-high-02 {
  width: 100%;
  max-width: 290px;
  height: 380px;
}
.build-list01__item__image.is-high-02 img {
  height: 100%;
  max-height: 380px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.build-list01__item__hdg,
.build-list02__item__hdg,
.build-list03__item__hdg {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .build-list01__item__hdg,
  .build-list02__item__hdg,
  .build-list03__item__hdg {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 541px) {
  .build-list01__item__hdg,
  .build-list02__item__hdg,
  .build-list03__item__hdg {
    width: 100%;
  }
}

.build-list03__item__hdg,
.build-list02__item__hdg {
  max-width: 580px;
}

.build-list01__item__text {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .build-list01__item__text {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 541px) {
  .build-list01__item__text {
    width: 100%;
  }
}

.build-list01__item__dl,
.build-list02__item__dl,
.build-list03__item__dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  .build-list01__item__dl,
  .build-list02__item__dl,
  .build-list03__item__dl {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 541px) {
  .build-list01__item__dl,
  .build-list02__item__dl,
  .build-list03__item__dl {
    width: 100%;
  }
}

.build-list02__item__dl,
.build-list03__item__dl {
  max-width: 580px;
}

.build-list01__item__dt,
.build-list02__item__dt,
.build-list03__item__dt {
  font-weight: bold;
  width: 80px;
}

.build-list01__item__dd,
.build-list02__item__dd,
.build-list03__item__dd {
  width: calc(100% - 80px);
}

.build-list01__item__btn {
  color: #E60012;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 30px;
  text-align: right;
  margin-top: 10px;
  background: url("../img/common/ico_openlink.svg") no-repeat right;
}
@media screen and (max-width: 959px) {
  .build-list01__item__btn {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ico_none {
  background: none;
  padding-right: 0;
}

.build-list02__item__btn {
  color: #E60012;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 30px;
  text-align: right;
  margin-top: 10px;
  background: url("../img/common/ico_openlink.svg") no-repeat right;
}
@media screen and (max-width: 959px) {
  .build-list02__item__btn {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.build-list03__item__btn {
  color: #E60012;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 30px;
  text-align: right;
  margin-top: 10px;
  background: url("../img/common/ico_openlink.svg") no-repeat right;
}
@media screen and (max-width: 959px) {
  .build-list03__item__btn {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.build-list02__item__btn,
.build-list03__item__btn {
  max-width: 580px;
}

@media screen and (min-width: 960px) {
  .build-list01.is-5column {
    gap: 30px;
  }
  .build-list01.is-5column .build-list01__item {
    width: calc((100% - 120px) / 5);
  }
}
@media screen and (max-width: 959px) {
  .build-list01.is-5column {
    gap: 30px 14px;
  }
  .build-list01.is-5column .build-list01__item {
    width: calc(50% - 7px);
  }
  .build-list01.is-5column .build-list01__item__hdg,
  .build-list01.is-5column .build-list01__item__text {
    width: 100%;
    padding: 0 10px;
  }
}
.othrers-post01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.othrers-post01__item {
  width: calc((100% - 60px) / 3);
}
.othrers-post01__item a {
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.othrers-post01__item a:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.othrers-post01__item a:hover {
  opacity: 1;
}
.othrers-post01__item a:hover img {
  transform: scale(1.2);
}
.othrers-post01__item a:hover .othrers-post01__item__hdg {
  opacity: 0.5;
}

.othrers-post02,
.othrers-post03 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.othrers-post02__item,
.othrers-post04__item {
  width: 100%;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
.othrers-post02__item a,
.othrers-post04__item a {
  display: block;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
.othrers-post02__item a:after,
.othrers-post04__item a:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.othrers-post02__item a:hover,
.othrers-post04__item a:hover {
  opacity: 1;
}
.othrers-post02__item a:hover img,
.othrers-post04__item a:hover img {
  transform: scale(1.2);
}
.othrers-post02__item a:hover .othrers-post02__item__hdg,
.othrers-post04__item a:hover .othrers-post02__item__hdg {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  .othrers-post02__item,
  .othrers-post04__item {
    max-width: 580px;
    width: 100%;
  }
}

.othrers-post04__item {
  max-width: 580px;
}

.othrers-post01.is-2column {
  justify-content: center;
}
.othrers-post01.is-2column .othrers-post01__item {
  width: 100%;
  max-width: 380px;
}
@media screen and (min-width: 960px) {
  .othrers-post01.is-2column .othrers-post01__item {
    width: calc((100% - 60px) / 2);
    max-width: 580px;
  }
}

.othrers-post01.is-1column .othrers-post01__item {
  width: 100%;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .othrers-post01.is-1column .othrers-post01__item {
    max-width: 580px;
    width: 100%;
  }
}

.othrers-post01__item__image,
.othrers-post02__item__image,
.othrers-post03__item__image,
.othrers-post04__item__image {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 580px;
}
.othrers-post01__item__image img,
.othrers-post02__item__image img,
.othrers-post03__item__image img,
.othrers-post04__item__image img {
  transition: 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.othrers-post01__item__hdgSub,
.othrers-post02__item__hdgSub,
.othrers-post03__item__hdgSub,
.othrers-post04__item__hdgSub {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.othrers-post01__item__hdg,
.othrers-post02__item__hdg,
.othrers-post03__item__hdg,
.othrers-post04__item__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  transition: 0.3s;
}

.othrers-post01__item__text,
.othrers-post04__item__text {
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.othrers-post01__item__tab {
  font-size: 1.2rem;
  color: #E60012;
  font-weight: bold;
  margin-top: auto;
  text-align: right;
  margin-right: 60px;
}

@media screen and (min-width: 960px) {
  .othrers-post01.is-4column {
    gap: 20px;
  }
  .othrers-post01.is-4column .othrers-post01__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 959px) {
  .othrers-post01 {
    justify-content: center;
  }
  .othrers-post01__item {
    width: 100%;
    max-width: 380px;
  }
  .othrers-post01.is-4column {
    gap: 14px;
  }
  .othrers-post01.is-4column .othrers-post01__item {
    width: calc(50% - 7px);
    max-width: 380px;
  }
}
.linkBtn-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  .linkBtn-list01 {
    gap: 10px 30px;
  }
}

.linkBtn-list01__item {
  width: 240px;
}

.anchorLink01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.anchorLink01__item {
  border-bottom: 1px solid #E60012;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  background: url("../img/common/arrow_anchor.svg") no-repeat bottom 13px left 50%;
  max-width: 240px;
  width: 100%;
  margin-inline: auto;
  min-height: 100px;
}
.anchorLink01__item a {
  display: block;
  padding: 20px 20px 30px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .anchorLink01 {
    gap: 14px;
    justify-content: flex-start;
  }
  .anchorLink01__item {
    font-size: 1.2rem;
    width: 100%;
  }
  .anchorLink01__item a {
    padding: 20px 15px 30px;
  }
}
.anchorLink02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 100px;
}

.anchorLink02__item {
  padding: 0 40px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.anchorLink02__item:nth-of-type(1) {
  padding-left: 0;
}
.anchorLink02__item a {
  display: block;
  padding-right: 30px;
  background: url("../img/common/arrow_anchor02.svg") no-repeat right;
}

@media screen and (min-width: 960px) {
  .anchorLink02__item:nth-of-type(n+2) {
    border-left: 1px solid #E0E0E0;
  }
}
@media screen and (max-width: 959px) {
  .anchorLink02 {
    padding: 0 15px;
    gap: 18px;
    margin-bottom: 70px;
  }
  .anchorLink02__item {
    padding: 0;
    font-size: 1.4rem;
  }
  .anchorLink02__item a {
    display: block;
    padding-right: 20px;
    background-size: 9px 6px;
  }
}
.anchorLink03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.anchorLink03__item {
  border-bottom: 1px solid #E60012;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  background: url("../img/common/arrow_anchor.svg") no-repeat bottom 13px left 50%;
  max-width: 280px;
  width: 100%;
  margin-inline: auto;
  min-height: 100px;
}
.anchorLink03__item a {
  display: block;
  padding: 20px 20px 30px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .anchorLink03 {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
  }
  .anchorLink03__item {
    font-size: 1.2rem;
    width: 100%;
  }
  .anchorLink03__item a {
    padding: 20px 15px 30px;
  }
}
.date-update {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 10px;
}

.dl-type01,
.dl-type02 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.dl-type01__dt,
.dl-type02__dt {
  width: 200px;
  font-weight: bold;
}

.dl-type01__dd,
.dl-type02__dd {
  width: calc(100% - 200px);
}

.dl-type01 {
  gap: 2px 0;
}

.dl-type01__dt {
  background: #eee;
  padding: 10px 15px;
}

.dl-type01__dd {
  padding: 10px 15px;
}

.dl-type02 {
  border-top: 1px solid #eee;
}

.dl-type02__dt {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

.dl-type02__dd {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 959px) {
  .dl-type01__dt,
  .dl-type02__dt {
    width: 100%;
    font-weight: bold;
  }
  .dl-type01__dd,
  .dl-type02__dd {
    width: 100%;
  }
  .dl-type02__dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .ul-type01 {
    padding: 0 15px;
  }
}

.ul-type01__item {
  padding-left: 20px;
  position: relative;
}
.ul-type01__item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.ul-type01__item:nth-of-type(n+2) {
  margin-top: 5px;
}

.ol-type01 {
  counter-reset: ol-count;
}
@media screen and (max-width: 959px) {
  .ol-type01 {
    padding: 0 15px;
  }
}

.ol-type01__item {
  padding-left: 20px;
  position: relative;
  counter-increment: ol-count;
}
.ol-type01__item:before {
  content: counter(ol-count);
  font-weight: bold;
  color: #E60012;
  position: absolute;
  top: 0;
  left: 0;
}
.ol-type01__item:nth-of-type(n+2) {
  margin-top: 5px;
}

.listColumnWrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.listColumnWrap .ul-type01,
.listColumnWrap .ol-type01 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 959px) {
  .listColumnWrap {
    gap: 30px;
  }
  .listColumnWrap .ul-type01,
  .listColumnWrap .ol-type01 {
    width: 100%;
  }
}

.pdf-links01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pdf-links01__item {
  max-width: 380px;
  width: 100%;
  margin-inline: auto;
}
.pdf-links01__item a {
  display: block;
  padding-bottom: 30px;
  position: relative;
}
.pdf-links01__item a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/common/ico_pdf.png") no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pdf-links01__item a:hover {
  opacity: 1;
}
.pdf-links01__item a:hover img {
  transform: scale(1.2);
}
.pdf-links01__item a:hover .pdf-links01__item__hdg {
  opacity: 0.5;
}

.pdf-links01__item__image {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
}
.pdf-links01__item__image img {
  transition: 0.3s;
}

/* CMS構築側 追記分 */
.mt50-sp30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .mt50-sp30 {
    margin-top: 50px !important;
  }
}

.pdf-links01__item__hdg {
  line-height: 1.8;
  font-weight: normal;
  transition: 0.3s;
}

.pdf-links01__item02 {
  align-self: center;
}

@media screen and (max-width: 959px) {
  .pdf-links01 {
    justify-content: center;
    gap: 14px;
  }
  .pdf-links01__item {
    width: 100%;
    max-width: 380px;
  }
  .pdf-links01__item02 {
    width: 100%;
    margin-top: 10px;
  }
}
.text-list01 {
  display: grid;
  gap: 60px;
  justify-content: center;
}

.text-list01__item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 40px 35px;
  position: relative;
  max-width: 380px;
}

.text-list02__item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 40px 35px;
  position: relative;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-list01__item::after,
.text-list02__item::after {
  content: "";
  background-color: #E60012;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

.text-list01__item__hdgSub,
.text-list02__item__hdgSub {
  font-size: 12px;
  color: #E60012;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.text-list01__item__hdg,
.text-list02__item__hdg {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
}

.text-list01__item__text,
.text-list02__item__text {
  text-align: left;
  font-size: 14px;
}
.text-list01__item__text.center,
.text-list02__item__text.center {
  text-align: center;
}
.text-list01__item__text.right,
.text-list02__item__text.right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .text-list01 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .text-list01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mt100-sp30 {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .mt100-sp30 {
    margin-top: 100px;
  }
}
.mt100-sp30.mb-30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .mt100-sp30.mb-30 {
    margin-bottom: 0;
  }
}

.othrers-post03__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .othrers-post03__item {
    flex-direction: row-reverse;
    margin-top: 100px;
  }
}
.othrers-post03__item .othrers-post03__item__text {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .othrers-post03__item .othrers-post03__item__text {
    width: 50%;
  }
}
.othrers-post03__item .othrers-post03__item__image {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .othrers-post03__item .othrers-post03__item__image {
    max-width: 580px;
    width: 100%;
  }
}
.othrers-post03__item .othrers-post03__item__image img {
  transition: 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business__imgbox02 {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 60px 0 100px;
}
@media screen and (min-width: 960px) {
  .business__imgbox02 {
    grid-template-columns: 1fr 1fr;
    margin: 100px 0 120px;
  }
}

.business__caption02 {
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.business-list,
.business-list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  height: 100%;
}

.business-list__item03 {
  width: 100%;
}

.business-list__item__image,
.business-list__item__image02,
.business-list__item__image03 {
  text-align: center;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 959px) {
  .business-list__item__image,
  .business-list__item__image02,
  .business-list__item__image03 {
    width: 100%;
  }
}

.business-list__item__image,
.business-list__item__image02,
.business-list__item__image03 {
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 290px;
  max-height: 380px;
  height: 100%;
}
.business-list__item__image img,
.business-list__item__image02 img,
.business-list__item__image03 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* カスタムブロック用　マルチカラムレイアウトを追記 */
.mt-be-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.mt-be-column {
  max-width: 380px;
  width: 100%;
}

/* 子要素が2個 */
@media screen and (min-width: 960px) {
  .mt-be-column:first-child:nth-last-child(2),
  .mt-be-column:first-child:nth-last-child(2) ~ * {
    width: calc((100% - 60px) / 2);
    max-width: 580px;
  }
}

/* 子要素が3個 */
@media screen and (min-width: 960px) {
  .mt-be-column:first-child:nth-last-child(3),
  .mt-be-column:first-child:nth-last-child(3) ~ * {
    width: calc((100% - 60px) / 3);
  }
}

/* 子要素が4個 */
@media screen and (max-width: 959px) {
  .mt-be-column:first-child:nth-last-child(4),
  .mt-be-column:first-child:nth-last-child(4) ~ * {
    width: calc(50% - 7px);
    max-width: 380px;
  }
}
@media screen and (min-width: 960px) {
  .mt-be-column:first-child:nth-last-child(4),
  .mt-be-column:first-child:nth-last-child(4) ~ * {
    width: calc((100% - 90px) / 4);
  }
}

/***************************

object/component/_button.scss

***************************/
.btn-type01 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #E60012;
  border-radius: 500px;
  background: url("../img/common/arrow_right_red.svg") no-repeat top 50% right 19px;
  padding: 14px 30px;
  padding-right: 45px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  text-align: left;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-type01:hover {
  opacity: 1;
  background-image: url("../img/common/arrow_right.svg");
  background-color: #E60012;
  color: #fff;
}
.btn-type01.is-back {
  background: url("../img/common/arrow_left_red.svg") no-repeat top 50% left 19px;
  padding-left: 50px;
}
.btn-type01.is-back:hover {
  background-image: url("../img/common/arrow_left.svg");
  background-color: #E60012;
}
.btn-type01.is-openLink {
  background-image: url("../img/common/ico_openlink.svg");
}
.btn-type01.is-openLink:hover {
  background-image: url("../img/common/ico_openlink_white.svg");
}
@media screen and (min-width: 960px) {
  .btn-type01 {
    text-align: center;
  }
}

.btn-type02 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #fff;
  border-radius: 500px;
  background: url("../img/common/arrow_right.svg") no-repeat top 50% right 19px;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-type02:hover {
  opacity: 1;
  background-image: url("../img/common/arrow_right_red.svg");
  background-color: #fff;
  color: #E60012;
}

.btn-type03 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #E60012;
  border-radius: 500px;
  background-color: #E60012;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-type03:hover {
  opacity: 1;
  background-color: #fff;
  color: #E60012;
}

.btn-type04 {
  display: inline-block;
  width: 100%;
  max-width: 780px;
  border: 1px solid #E60012;
  border-radius: 500px;
  background: url("../img/common/arrow_right_red.svg") no-repeat top 50% right 19px;
  padding: 14px 30px;
  padding-right: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  text-align: left;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-type04:hover {
  opacity: 1;
  background-image: url("../img/common/arrow_right.svg");
  background-color: #E60012;
  color: #fff;
}
.btn-type04.is-back {
  background: url("../img/common/arrow_left_red.svg") no-repeat top 50% left 19px;
  padding-left: 50px;
}
.btn-type04.is-back:hover {
  background-image: url("../img/common/arrow_left.svg");
  background-color: #E60012;
}
.btn-type04.is-openLink {
  background-image: url("../img/common/ico_openlink.svg");
}
.btn-type04.is-openLink:hover {
  background-image: url("../img/common/ico_openlink_white.svg");
}
.btn-type04.is-red {
  background-color: #E60012;
  color: #fff;
  background-image: url("../img/common/arrow_right.svg");
}
.btn-type04.is-red:hover {
  opacity: 1;
  background-color: #fff;
  background: url("../img/common/arrow_right_red.svg") no-repeat top 50% right 19px;
  color: #E60012;
}
.btn-type04.is-red.is-openLink {
  background-image: url("../img/common/ico_openlink_white.svg");
}
.btn-type04.is-red.is-openLink:hover {
  background-image: url("../img/common/ico_openlink.svg");
}
.btn-type04.is-tel {
  background: url("../img/common/ico_tel.svg") no-repeat top 50% right 19px;
  border: 1px solid #eee;
}
.btn-type04.is-tel:hover {
  background-color: #eee;
  color: #E60012;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .btn-type04 {
    text-align: center;
  }
}

.btn-type05 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 14px 30px;
  padding-right: 45px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  border-radius: 500px;
  text-align: left;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  border: 1px solid #E60012;
  background: url("../img/common/arrow_right.svg") no-repeat top 50% right 19px;
  background-color: #E60012;
  color: #fff;
  background-repeat: no-repeat;
}
.btn-type05:hover {
  opacity: 1;
  border: 1px solid #E60012;
  color: #E60012;
  background: url("../img/common/arrow_right_red.svg") no-repeat top 50% right 19px;
  background-repeat: no-repeat;
}
.btn-type05.is-back {
  background: url("../img/common/arrow_left_red.svg") no-repeat top 50% left 19px;
  padding-left: 50px;
}
.btn-type05.is-back:hover {
  background-image: url("../img/common/arrow_left.svg");
  background-color: #E60012;
}
.btn-type05.is-openLink {
  background-image: url("../img/common/ico_openlink.svg");
}
.btn-type05.is-openLink:hover {
  background-image: url("../img/common/ico_openlink_white.svg");
}
@media screen and (min-width: 960px) {
  .btn-type05 {
    text-align: center;
  }
}

.btn-tel {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #eee;
  border-radius: 500px;
  background: url("../img/common/ico_tel.svg") no-repeat top 50% right 19px;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  text-align: center;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-tel:hover {
  opacity: 1;
  background-color: #eee;
}

.btn-pdf {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #eee;
  background: url("../img/common/ico_pdf.png") no-repeat top 50% right 15px;
  padding: 14px 40px 14px 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  text-align: left;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.btn-pdf:hover {
  opacity: 1;
  background-color: #eee;
}

/***************************

object/component/_link.scss

***************************/
.link-pdf {
  display: inline-block;
  padding-right: 30px;
  background: url("../img/common/ico_pdf.png") no-repeat right;
  color: #E60012;
}
.link-pdf:hover {
  text-decoration: underline;
}

.link-External01 {
  padding: 0 15px 20px;
  text-align: center;
  background: linear-gradient(to top, #E60012 80px, transparent 80px);
  margin: 0 calc(50% - 50vw);
}
.link-External01 a {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.link-External01 a:hover {
  opacity: 1;
}
.link-External01 a:hover .link-External01__image img {
  transform: scale(1.2);
}

.link-External01__image {
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
}
.link-External01__image img {
  transition: 0.3s;
}

.link-External01__name {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  min-height: 41px;
  text-align: left;
}
.link-External01__name:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/ico_openlink_white.svg") no-repeat center;
  vertical-align: sub;
  margin-left: 5px;
}

@media screen and (max-width: 959px) {
  .link-External01 a {
    gap: 10px;
  }
  .link-External01__image {
    width: 140px;
  }
}
/***************************

object/component/_table.scss

***************************/
.tableWrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .tableWrap {
    overflow-x: scroll;
  }
}

.table-type01 {
  border-collapse: separate;
  width: 960px;
}
.table-type01 th {
  background: #eee;
  padding: 10px 15px;
  text-align: left;
  width: 175px;
}
@media screen and (min-width: 960px) {
  .table-type01 th {
    width: 200px;
  }
}
.table-type01 td {
  padding: 10px 15px;
  width: calc(175px - 50%);
}
@media screen and (min-width: 960px) {
  .table-type01 td {
    width: calc(200px - 50%);
  }
}

.table-type02 {
  width: 960px;
  border-top: 1px solid #eee;
}
.table-type02 th {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.table-type02 td {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

/***************************

object/component/_slider.scss

***************************/
.swiper-pagination {
  position: static;
  margin-right: 10px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  background: #E60012;
  opacity: 0.1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E60012;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: calc(50% - 8px);
}

.swiper-button-prev:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #ffffff;
  border-left: 0;
  right: calc(50% - 4px);
}

.swiper-button-next:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  left: calc(50% - 4px);
}

.swiper_pause,
.swiper_start {
  font-size: 1.2rem;
  color: #E60012;
  font-weight: bold;
  position: relative;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
.swiper_pause.on,
.swiper_start.on {
  opacity: 0.5;
}

.swiper_pause:before {
  content: url("../img/top/slide_btn_pause.svg");
  display: block;
}

.swiper_start:before {
  content: url("../img/top/slide_btn_start.svg");
  display: block;
}

@media screen and (max-width: 959px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    top: calc(50% - 6px);
  }
  .swiper-button-prev:after {
    right: calc(50% - 4px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #ffffff;
    border-left: 0;
    right: calc(50% - 2px);
  }
  .swiper-button-next:after {
    left: calc(50% - 4px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
    left: calc(50% - 2px);
  }
}
.slider-type01 {
  position: relative;
  overflow-x: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.slider-type01 .top-mv__swiper__pagerWrap {
  justify-content: center;
  margin-top: 15px;
}
.slider-type01 .swiper-button-prev {
  top: calc(50% - 45px);
  left: calc(50% - 510px);
}
.slider-type01 .swiper-button-next {
  top: calc(50% - 45px);
  right: calc(50% - 510px);
}

.slider-type01__slide {
  text-align: center;
  max-width: 960px;
  width: calc(100% - 60px);
  margin: 0 7.5px;
}
.slider-type01__slide img {
  border-radius: 10px;
}

.slider-type01__slide__cap {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 0 5px;
  transition: 0.3s;
}
.slider-type01__slide:not(.swiper-slide-active) .slider-type01__slide__cap {
  opacity: 0;
}

@media screen and (max-width: 1020px) {
  .slider-type01 .swiper-button-prev {
    left: 5px;
  }
  .slider-type01 .swiper-button-next {
    right: 5px;
  }
}
/***************************

object/component/_form.scss

***************************/
/***************************

object/object/project/_top.scss

***************************/
.top-mv {
  padding: 40px 0 0;
  overflow-x: hidden;
}

.top-mv__swiper {
  position: relative;
}
.top-mv__swiper .swiper-slide {
  width: 880px;
  max-width: 100%;
  transition: 0.3s;
  margin: 0 -100px;
  transform: scale(0.5);
}
.top-mv__swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.top-mv__swiper .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.top-mv__swiper .swiper-slide:not(.swiper-slide-active) .top-mv__swiper-slide__text {
  opacity: 0;
}
.top-mv__swiper .swiper-button-prev {
  left: calc(50% - 475px);
}
.top-mv__swiper .swiper-button-next {
  right: calc(50% - 475px);
}

.top-mv__swiper__pagerWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 880px;
  margin: 10px auto 0;
}

.top-mv__swiper-slide a {
  position: relative;
  display: block;
}
.top-mv__swiper-slide a:hover {
  opacity: 1;
}
.top-mv__swiper-slide a:hover .top-mv__swiper-slide__text__image > img {
  transform: scale(1.2);
}
.top-mv__swiper-slide a:hover .top-mv__swiper-slide__text__letter {
  opacity: 0.5;
}

.top-mv__swiper-slide__text__image {
  overflow: hidden;
  border-radius: 15px;
  background-color: #F0F0F0;
}
.top-mv__swiper-slide__text__image img {
  transition: 0.3s;
  width: 100%;
  max-width: 880px;
  height: 100%;
  max-height: 460px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #F0F0F0;
}
.top-mv__swiper-slide__text__image img {
  transition: 0.3s;
}

.top-mv__swiper-slide__text {
  transition: 0.3s;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 10px;
  padding: 30px 20px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 360px;
  box-shadow: 10px 12px 16px 0px rgba(0, 0, 0, 0.12);
}

.top-mv__swiper-slide__text__tag {
  background: #E60012;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -11px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 3px;
}

.top-mv__swiper-slide__text__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 10px;
}

.top-mv__swiper-slide__text__letter {
  transition: 0.3s;
}

.top-mv__swiper-slide__text__btn {
  padding-right: 55px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E60012;
  text-align: right;
  margin-top: 15px;
}
.top-mv__swiper-slide__text__btn:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url("../img/common/arrow_right.svg") no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.top-mv__swiper-slide__text__btn.is-openLink {
  padding-right: 35px;
}
.top-mv__swiper-slide__text__btn.is-openLink:after {
  width: 24px;
  height: 24px;
  background-image: url("../img/common/ico_openlink.svg");
  background-color: transparent;
  border-radius: 0;
}
.top-mv__swiper-slide__text__btn.is-pdf {
  padding-right: 35px;
}
.top-mv__swiper-slide__text__btn.is-pdf:after {
  width: 24px;
  height: 24px;
  background-image: url("../img/common/ico_pdf.png");
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 959px) {
  .top-mv__swiper .swiper-slide {
    width: calc(100% - 50px);
    margin: 0 -10%;
  }
  .top-mv__swiper .swiper-button-prev,
  .top-mv__swiper .swiper-button-next {
    top: 24vw;
  }
  .top-mv__swiper .swiper-button-prev {
    left: 5px;
  }
  .top-mv__swiper .swiper-button-next {
    right: 5px;
  }
  .top-mv__swiper-slide__text {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 30px);
    margin: -20px auto 0;
  }
  .top-mv__swiper .swiper-slide:not(.swiper-slide-active) .top-mv__swiper-slide__text {
    display: none;
  }
  .top-mv__swiper__pagerWrap {
    margin-top: 20px;
    justify-content: center;
  }
}
.top-mv__hdg {
  color: #E60012;
  font-size: 6.3rem;
  font-weight: bold;
  transition: 0.8s;
  line-height: 1.4;
}
.top-mv__hdg:hover {
  color: #E60012;
}
@media screen and (min-width: 959px) {
  .top-mv__hdg {
    color: #EAEAEA;
  }
  .top-mv__hdg br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .top-mv__hdg {
    font-size: 3.2rem;
  }
}

.top-mv__message {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 451px) {
  .top-mv__message {
    text-align: center;
  }
}

.top-bg01 {
  background-image: url("../img/top/bg_circle01.png"), linear-gradient(to top, transparent 50vw, #F9F9F9 50vw);
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 1778px) {
  .top-bg01 {
    background-size: 100% auto;
  }
}

.top-news {
  padding: 60px 0 100px;
}

.top-news.en {
  padding: 80px 0 160px;
}

.top-news__hdg {
  color: #E60012;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.top-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .top-news__list {
    justify-content: center;
    gap: 30px 20px;
  }
}

.top-news__list__item {
  width: calc(50% - 15px);
}
.top-news__list__item .top-news__list__item__ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 960px) {
  .top-news__list__item .top-news__list__item__ttl {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.top-news__list__item a {
  display: flex;
  height: 100%;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.top-news__list__item a:hover {
  opacity: 1;
}
.top-news__list__item a:hover .top-news__list__item__image {
  aspect-ratio: 3/2;
}
.top-news__list__item a:hover .top-news__list__item__image > img {
  transform: scale(1.2);
}
.top-news__list__item a:hover .top-news__list__item__ttl {
  opacity: 0.5;
}
.top-news__list__item .top-mv__swiper-slide__text__btn {
  color: transparent;
}
.top-news__list__item:nth-of-type(n+3) .top-mv__swiper-slide__text__btn {
  color: transparent;
  font-size: 0;
}
.top-news__list__item:nth-of-type(n+3) .top-news__list__item__ttl {
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top-news__list__item__image {
  flex: 1 1 240px;
  overflow: hidden;
  background-color: #F0F0F0;
}
@media screen and (max-width: 959px) {
  .top-news__list__item__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.top-news__list__item__image img {
  transition: 0.3s;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .top-news__list__item__image img {
    width: 100%;
  }
}

.top-news__list__item__text {
  flex: 1 1 345px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  position: relative;
  padding: 15px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.top-mv__swiper-slide__text__btn {
  margin-top: auto;
}

.top-news__list__item__ttl {
  font-size: 1.5rem;
  transition: 0.3s;
}

.top-news__list__item__dateWrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.top-news__list__item__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.top-news__list__item__text__new {
  font-size: 1.4rem;
  color: #E60012;
}

.top-news__list__item__tag {
  font-size: 1rem;
  font-weight: bold;
  color: #E60012;
}

@media screen and (min-width: 960px) {
  .top-news__list__item:nth-of-type(n+3) {
    width: calc((100% - 60px) / 3);
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__image {
    flex: 1 1 180px;
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__text {
    flex: 1 1 249px;
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__text {
    padding-bottom: 20px;
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__text .top-mv__swiper-slide__text__btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__dateWrap {
    display: block;
  }
  .top-news__list__item:nth-of-type(n+3) .top-mv__swiper-slide__text__btn:after {
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 959px) {
  .top-news__list {
    margin-bottom: 40px;
    gap: 14px 0;
  }
  .top-news__list__item {
    width: 100%;
  }
  .top-news__list__item a {
    display: block;
  }
  .top-news__list__item:nth-of-type(n+3) {
    width: calc(50% - 7px);
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__ttl {
    font-size: 1.1rem;
  }
  .top-news__list__item:nth-of-type(n+3) .top-news__list__item__text {
    padding: 15px 15px 30px;
  }
  .top-news__list__item:nth-of-type(n+5) {
    display: none;
  }
  .top-news__list__item__image {
    border-radius: 8px 8px 0 0;
  }
  .top-news__list__item__text {
    border-radius: 0 0 8px 8px;
    padding-bottom: 25px;
  }
  .top-news__list__item__dateWrap {
    margin-bottom: 20px;
  }
}
.top-pickup {
  padding: 20px 0 65px;
}

.top-pickup__left {
  background: linear-gradient(to top, transparent 48%, #B91A1B 50%), linear-gradient(to left, #E60012 240px, #B91A1B 320px);
  color: #fff;
  border-radius: 0 9999px 9999px 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  padding: 115px 0;
}

.top-pickup__hdg {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.top-pickup__swiper {
  position: relative;
}
.top-pickup__swiper .top-pickup__swiper-slide {
  width: 100%;
  transform: scale(0.58) translateX(-348px);
  transition: 0.3s;
}
@media screen and (min-width: 451px) {
  .top-pickup__swiper .top-pickup__swiper-slide {
    max-width: 364px;
  }
}
.top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.top-pickup__swiper .top-pickup__swiper-slide:not(.swiper-slide-active) .top-pickup__swiper-slide__subTtl,
.top-pickup__swiper .top-pickup__swiper-slide:not(.swiper-slide-active) .top-pickup__swiper-slide__ttl,
.top-pickup__swiper .top-pickup__swiper-slide:not(.swiper-slide-active) .top-pickup__swiper-slide__tag {
  display: none;
}
.top-pickup__swiper .top-pickup__swiper-slide a {
  width: 100%;
  max-width: 364px;
}
.top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next {
  transform: scale(0.58) translateX(-106px);
}
.top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next + .top-pickup__swiper-slide + .top-pickup__swiper-slide {
  transform: scale(0.58) translateX(-590px);
}
@media screen and (max-width: 959px) {
  .top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next {
    transform: scale(0.58) translateX(-112px);
  }
  .top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next + .top-pickup__swiper-slide + .top-pickup__swiper-slide {
    transform: scale(0.58) translateX(-590px);
  }
}
@media screen and (max-width: 450px) {
  .top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next {
    transform: scale(0.58) translateX(0);
  }
  .top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-next + .top-pickup__swiper-slide + .top-pickup__swiper-slide {
    transform: scale(0.58) translateX(-590px);
  }
}
.top-pickup__swiper .top-mv__swiper__pagerWrap {
  justify-content: flex-start;
  margin: 20px 0 0;
}
.top-pickup__swiper .swiper-button-next {
  right: auto;
  left: 345px;
  top: 127px;
}

.top-pickup__swiper-slide a {
  display: block;
}
.top-pickup__swiper-slide a:hover .top-pickup__swiper-slide__image img {
  transform: scale(1.2);
}
.top-pickup__swiper-slide a:hover .top-pickup__swiper-slide__subTtl,
.top-pickup__swiper-slide a:hover .top-pickup__swiper-slide__ttl {
  opacity: 0.5;
}

.top-pickup__swiper-slide__image {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 246px;
  background-color: #f0f0f0;
}
.top-pickup__swiper-slide__image img {
  transition: 0.3s;
  height: 100%;
  max-height: 246px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.top-pickup__swiper-slide__subTtl {
  font-size: 1.2rem;
  margin: 10px 0 5px;
  transition: 0.3s;
}

.top-pickup__swiper-slide__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 45px;
  position: relative;
  transition: 0.3s;
}
.top-pickup__swiper-slide__ttl:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.top-pickup__swiper-slide__tag {
  font-size: 1.1rem;
  font-weight: bold;
  color: #E60012;
}

@media screen and (min-width: 960px) {
  .top-pickup {
    padding: 20px 0 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-pickup__left {
    width: calc(50% - 55px);
  }
  .top-pickup__right {
    width: 50%;
    overflow: hidden;
  }
  .top-pickup__left__inner {
    max-width: 615px;
    padding-left: 15px;
    padding-right: 115px;
    margin-left: auto;
  }
}
@media screen and (max-width: 959px) {
  .top-pickup {
    overflow: hidden;
  }
  .top-pickup__left {
    background: linear-gradient(to right, transparent 48%, #B91A1B 50%), linear-gradient(to top, #E60012 240px, #B91A1B 320px);
    border-radius: 0 0 50% 50%;
    padding: 50px 0 70px;
    display: flex;
    justify-content: center;
    width: 120vw;
    transform: translate(-10vw, 0);
    margin-bottom: 40px;
  }
  .top-pickup__left__inner {
    padding: 0 calc(10vw + 30px);
  }
  .top-pickup__left__btnWrap {
    text-align: center;
  }
  .top-pickup__right {
    padding-left: 30px;
  }
  .top-pickup__swiper .top-mv__swiper__pagerWrap {
    padding-right: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .top-pickup__swiper .swiper-button-next {
    right: 10px;
    left: auto;
    top: 110px;
  }
  .top-pickup__swiper .top-pickup__swiper-slide.swiper-slide-active {
    margin-right: 10px;
  }
  .top-pickup__swiper-slide {
    max-width: calc(100vw - 70px);
    margin-right: 10px;
    transform-origin: left;
  }
}
.top-about {
  padding: 65px 0 120px;
}

.top__hdg01 {
  font-size: 9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #E60012;
}
@media screen and (max-width: 959px) {
  .top__hdg01 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .top__hdg01 {
    font-size: 4.1rem;
  }
}

.top-about__left {
  width: calc(50% - 20px);
  font-size: 1.4rem;
}

.top-about__right {
  width: 50%;
}

.top-about__list__item {
  max-width: 600px;
}
.top-about__list__item a {
  display: block;
  position: relative;
  padding-right: 50px;
}
.top-about__list__item a:hover {
  opacity: 1;
}
.top-about__list__item a:hover .top-about__list__item__image img {
  transform: scale(1.2);
}
.top-about__list__item a:hover .top-about__list__item__btn {
  opacity: 1;
  background-image: url("../img/common/arrow_right_red.svg");
  background-color: #fff;
  color: #E60012;
}
.top-about__list__item:nth-of-type(n+2) {
  margin-top: 30px;
}

.top-about__list__item__image {
  overflow: hidden;
  position: relative;
  border-radius: 9999px;
  max-width: 480px;
}
.top-about__list__item__image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent, #000);
  opacity: 0.67;
  position: absolute;
  top: 0;
  left: 0;
}
.top-about__list__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.top-about__list__item__hdg {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 240px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.top-about__list__item__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border: 1px solid #E60012;
  border-radius: 500px;
  background: url("../img/common/arrow_right.svg") no-repeat top 50% right 19px;
  background-color: #E60012;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.top-about__list__item__btn:hover {
  opacity: 1;
  background-image: url("../img/common/arrow_right_red.svg");
  background-color: #fff;
  color: #E60012;
}

@media screen and (max-width: 959px) {
  .top-about__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-about__right {
    width: 100%;
  }
  .top-about__list__item {
    padding: 0 0 40px;
    margin: 0 auto;
    max-width: 480px;
  }
  .top-about__list__item a {
    padding: 0;
  }
  .top-about__list__item__hdg {
    padding: 0;
  }
  .top-about__list__item__btn {
    bottom: -40px;
    top: auto;
    left: 0;
    margin: 0 auto;
    transform: translateY(0);
  }
}
.top-business {
  background: #F9F9F9;
  padding: 80px 0;
}

.top-business.en {
  background: #fff;
}

.top-business__hdgWrap {
  gap: 20px 0;
}

.top-business__text {
  max-width: 560px;
  font-size: 1.4rem;
}

.top-business__list {
  max-width: 1280px;
  padding: 0 15px;
  margin: 50px auto 0;
  gap: 35px 0;
}

.top-business__list__item {
  width: calc(50% - 10px);
}
.top-business__list__item a:hover {
  opacity: 1;
}
.top-business__list__item a:hover .top-business__list__item__image:after {
  opacity: 0.3;
}
.top-business__list__item a:hover .top-business__list__item__image img {
  transform: scale(1.2);
}
.top-business__list__item a:hover .top-business__list__item__ttl {
  opacity: 0.5;
}

.top-business__list__item__image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.top-business__list__item__image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top-business__list__item__image img {
  transition: 0.3s;
}

.top-business__list__item__text {
  padding: 10px 20px 0;
}

.top-business__list__item__en {
  font-size: 1.2rem;
  color: #E60012;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.top-business__list__item__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.top-business__list__item__btn {
  padding-right: 55px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E60012;
  text-align: right;
  margin-top: 15px;
  margin-left: auto;
}
.top-business__list__item__btn:before {
  content: "";
  width: 45px;
  height: 20px;
  background: url("../img/common/arrow_right.svg") no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

@media screen and (max-width: 959px) {
  .top-business__list {
    gap: 30px 0;
  }
  .top-business__list__item {
    width: 100%;
  }
  .top-business__list__item__image {
    aspect-ratio: 33/20;
  }
  .top-business__list__item__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top-business__list__item__ttlWrap {
    width: 100%;
  }
}
.top-corporate {
  padding: 100px 0 120px;
  position: relative;
}

.top-corporate.en {
  padding: 100px 0 300px;
}
@media screen and (max-width: 959px) {
  .top-corporate.en {
    padding: 100px 0 400px;
  }
}

.top-corporate__list {
  margin-top: 60px;
}

.top-corporate__list__item {
  max-width: 1017px;
  margin-left: auto;
  margin-right: auto;
}
.top-corporate__list__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-corporate__list__item a:hover {
  opacity: 1;
}
.top-corporate__list__item a:hover .top-corporate__list__item__image:after {
  opacity: 0.3;
}
.top-corporate__list__item a:hover .top-corporate__list__item__image img {
  transform: scale(1.2);
}
.top-corporate__list__item a:hover .top-corporate__list__item__letter {
  opacity: 0.5;
}
.top-corporate__list__item:nth-of-type(n+2) {
  margin-top: 30px;
}

.top-corporate__list__item__image {
  overflow: hidden;
  border-radius: 10px;
  align-self: flex-start;
}
.top-corporate__list__item__image img {
  transition: 0.3s;
}

.top-corporate__list__item__text {
  display: grid;
  grid-template-areas: "hdg" "letter" "btn";
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: 25px 0 20px;
}

.top-corporate__list__item__hdg {
  grid-area: hdg;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E60012;
}

.top-corporate__list__item__letter {
  grid-area: letter;
  font-size: 1.2rem;
  font-weight: bold;
}

.top-corporate__list__item__btn {
  grid-area: btn;
  padding-right: 55px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E60012;
  text-align: right;
  margin-left: auto;
}
.top-corporate__list__item__btn:before {
  content: "";
  width: 45px;
  height: 20px;
  background: url("../img/common/arrow_right.svg") no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

@media screen and (min-width: 451px) {
  .top-corporate:after {
    content: "";
    width: 100%;
    height: 1317px;
    background: url("../img/top/ci-bg.png") no-repeat center;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 960px) {
  .top-corporate__list__item__image {
    max-width: 500px;
    width: calc(50% - 10px);
  }
  .top-corporate__list__item__text {
    max-width: 490px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 959px) {
  .top-corporate__list {
    padding: 0 30px;
  }
  .top-corporate__list__item a {
    justify-content: center;
  }
  .top-corporate__list__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .top-corporate__list__item__text {
    gap: 10px 0;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .top-corporate {
    background: url("../img/top/ci-bg_sp.png") no-repeat top 210px left 50%;
  }
}
/***************************

object/object/project/_pickup.scss

***************************/
.lightbox__inner {
  display: inline-block;
  background-color: #fff;
}

.pickup .othrers-post01 {
  margin-top: 110px;
}
@media screen and (max-width: 959px) {
  .pickup .othrers-post01 {
    margin-top: 65px;
  }
}
.pickup .othrers-post01__item a {
  display: block;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
.pickup .othrers-post01__item__image {
  max-width: 370px;
  width: 100%;
  background-color: #f0f0f0;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 959px) {
  .pickup .othrers-post01__item__image {
    max-width: 380px;
  }
}
.pickup .othrers-post01__item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 370px;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 959px) {
  .pickup .othrers-post01__item__image img {
    max-width: 380px;
  }
}

.pickupDetail {
  padding-top: 60px;
}

.pickupDetail__hdgSub {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.pickupDetail__hdg {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.pickupDetail__tag {
  font-size: 1.4rem;
  color: #E60012;
  font-weight: bold;
  margin-bottom: 45px;
}

.pickupDetail__mainImage {
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}

.pickupDetail-gallery__list {
  display: grid;
  gap: 15px;
  grid-template-areas: "num01 num02 num03" "num01 num04 num05" "num01 num06 num07";
}

.pickupDetail-gallery__list__item {
  position: relative;
  height: 100%;
  max-height: 405px;
}
.pickupDetail-gallery__list__item img {
  border-radius: 4px;
  height: 100%;
  max-height: 405px;
}
.pickupDetail-gallery__list__item a {
  height: 100%;
  display: block;
}
.pickupDetail-gallery__list__item:nth-of-type(1) {
  grid-area: num01;
}
.pickupDetail-gallery__list__item:nth-of-type(2) {
  grid-area: num02;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(2) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(2) img {
    height: 100%;
    max-height: 125px;
  }
}
.pickupDetail-gallery__list__item:nth-of-type(3) {
  grid-area: num03;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(3) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(3) img {
    height: 100%;
    max-height: 125px;
  }
}
.pickupDetail-gallery__list__item:nth-of-type(4) {
  grid-area: num04;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(4) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(4) img {
    height: 100%;
    max-height: 125px;
  }
}
.pickupDetail-gallery__list__item:nth-of-type(5) {
  grid-area: num05;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(5) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(5) img {
    height: 100%;
    max-height: 125px;
  }
}
.pickupDetail-gallery__list__item:nth-of-type(6) {
  grid-area: num06;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(6) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(6) img {
    height: 100%;
    max-height: 125px;
  }
}
.pickupDetail-gallery__list__item:nth-of-type(7) {
  grid-area: num07;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item:nth-of-type(7) {
    height: 100%;
    max-height: 125px;
  }
  .pickupDetail-gallery__list__item:nth-of-type(7) img {
    height: 100%;
    max-height: 125px;
  }
}

.pickupDetail-gallery__list__item__caption {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list {
    grid-template-columns: 720fr 225fr 225fr;
    padding-bottom: 75px;
  }
  .pickupDetail-gallery__list__item__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding-top: 20px;
  }
}
.pickupDetail-gallery__list__item {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 720px;
  max-height: 405px;
}
@media screen and (max-width: 959px) {
  .pickupDetail-gallery__list__item {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.pickupDetail-gallery__list__item img {
  transition: 0.3s;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .pickupDetail-gallery__list__item img {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .pickupDetail {
    padding-top: 50px;
  }
  .pickupDetail__hdgSub {
    font-size: 1.6rem;
  }
  .pickupDetail__hdg {
    font-size: 2.4rem;
    padding: 0 15px;
  }
  .pickupDetail__tag {
    margin-bottom: 30px;
  }
  .pickupDetail-gallery__list {
    grid-template-areas: "num01 num01" "num02 num03" "num04 num05" "num06 num07";
    margin-bottom: 60px;
  }
  .pickupDetail-gallery__list__item img {
    width: 100%;
  }
  .pickupDetail-gallery__list__item__caption {
    padding: 10px 0 30px;
    font-size: 1.3rem;
  }
}
.lb-outerContainer {
  border-radius: 0;
}

.lb-dataContainer {
  background: #fff;
  color: #333;
  border-radius: 0;
  padding-bottom: 40px;
}

.lightbox .lb-image {
  border-width: 80px;
  border-bottom-width: 30px;
  border-left-width: 15px;
  border-right-width: 15px;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-data .lb-details {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
}

.lb-prev,
.lb-next {
  position: relative;
  opacity: 1 !important;
  color: transparent;
}
.lb-prev:before,
.lb-next:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E60012;
  position: absolute;
  top: 50%;
}
.lb-prev:after,
.lb-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: calc(50% + 19px);
}

.lb-prev:before {
  left: -40px;
}
.lb-prev:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #ffffff;
  border-left: 0;
  left: -24px;
}

.lb-next:before {
  right: -40px;
}
.lb-next:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  right: -24px;
}

.lb-close {
  position: absolute;
  background: #F7F7F7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 20;
  right: 20px;
  top: 20px;
}
.lb-close:before, .lb-close:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #BABABA;
  border-radius: 30px;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 11px);
}
.lb-close:before {
  transform: rotate(45deg);
}
.lb-close:after {
  transform: rotate(-45deg);
}

.lb-closeContainer {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 959px) {
  .lightbox .lb-image {
    border-left-width: 15px;
    border-right-width: 15px;
  }
  .lb-prev:before,
  .lb-next:before {
    width: 48px;
    height: 48px;
    top: calc(50% + 4px);
  }
  .lb-prev:after,
  .lb-next:after {
    top: calc(50% + 20px);
  }
  .lb-prev:before {
    left: -8px;
  }
  .lb-prev:after {
    left: 7px;
  }
  .lb-next:before {
    right: -8px;
  }
  .lb-next:after {
    right: 7px;
  }
}
.pickupDetail-others .othrers-post01__item__image {
  overflow: hidden;
  background-color: #f0f0f0;
  max-width: 285px;
}
@media screen and (max-width: 959px) {
  .pickupDetail-others .othrers-post01__item__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.pickupDetail-others .othrers-post01__item__image img {
  transition: 0.3s;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .pickupDetail-others .othrers-post01__item__image img {
    width: 100%;
  }
}

.pickup .othrers-post01__item__tab {
  text-align: left;
}

/***************************

object/object/project/_news.scss

***************************/
.news01__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 100px;
}

.news01__cat__item {
  padding: 0 40px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  margin-right: -1px;
}
.news01__cat__item.is-current {
  color: #E60012;
}
.news01__cat__item a {
  display: block;
}

@media screen and (max-width: 959px) {
  .news01__cat {
    padding: 0 15px;
    gap: 10px 15px;
    margin-bottom: 70px;
  }
  .news01__cat__item {
    font-size: 1.4rem;
    padding: 0 15px;
    border-left: none;
    margin-right: 0;
    padding-left: 0;
  }
  .news01__cat__item a {
    display: block;
  }
}
.news01__list {
  max-width: 940px;
  margin: 0 auto 80px;
}

.news01__list__item a {
  display: flex;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.news01__list__item a .news01__list__item__text__ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news01__list__item a .news01__list__item__image {
  background-color: #F0F0F0;
  max-width: 280px;
}
@media screen and (max-width: 959px) {
  .news01__list__item a .news01__list__item__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.news01__list__item a .news01__list__item__image img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .news01__list__item a .news01__list__item__image img {
    width: 100%;
  }
}
.news01__list__item a:hover {
  opacity: 1;
}
.news01__list__item a:hover .news01__list__item__image img {
  transform: scale(1.2);
}
.news01__list__item a:hover .news01__list__item__text__ttl {
  opacity: 0.5;
}

.news01__list__item__image {
  width: 280px;
  overflow: hidden;
}
.news01__list__item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  transition: 0.3s;
}

.news01__list__item__text {
  width: calc(100% - 280px);
  padding: 15px 15px 45px 15px;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.news01__list__item__text:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.news01__list__item__text.is-openLink:after {
  content: "";
  background: url(../img/common/ico_openlink.svg) no-repeat center;
}
.news01__list__item__text.is-pdf:after {
  content: "";
  background: url(../img/common/ico_pdf.png) no-repeat center;
}

.news01__list__item__text__new {
  grid-area: news01New;
  font-size: 1.4rem;
  color: #E60012;
}

.news01__list__item__text__ttl {
  grid-area: news01Ttl;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.3s;
}

.news01__list__item__text__date {
  grid-area: news01Date;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}

.news01__list__item__text__cat {
  grid-area: news01Cat;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E60012;
}

.news01__pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 960px) {
  .news01__list__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .news01__list__item__text {
    display: grid;
    grid-template-areas: "news01New news01New" "news01Ttl news01Ttl" "news01Cat news01Date";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 5px 10px;
    border-left: none;
  }
}
@media screen and (max-width: 959px) {
  .news01__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .news01__list__item {
    width: calc(50% - 7px);
  }
  .news01__list__item a {
    flex-wrap: wrap;
  }
  .news01__list__item:nth-of-type(n+2) {
    margin-top: 0;
  }
  .news01__list__item__image {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .news01__list__item__text {
    width: 100%;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .news01__list__item__text__ttl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .news01__list__item__text__ttl {
    font-size: 1.1rem;
  }
  .news01__list__item__text__date {
    font-size: 1.2rem;
  }
  .news01__list__item__text__cat {
    font-size: 1rem;
  }
}
.newsDetail01 {
  padding-top: 65px;
}
.newsDetail01 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.newsDetail01 h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.newsDetail01 .ul-type01 {
  margin: 30px 0;
}
.newsDetail01 .ol-type01 {
  margin: 30px 0;
}

.newsDetail01__dateWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.newsDetail01__date {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}

.newsDetail01__cat {
  font-weight: bold;
  color: #E60012;
}
.newsDetail01__cat.black {
  color: #333;
}
@media screen and (max-width: 959px) {
  .newsDetail01__cat.black {
    width: 100%;
  }
}

.newsDetail01__hdg {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.newsDetail01__hdg:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #E60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.newsDetail01__pointWrap {
  padding: 30px 40px 40px;
  background: #F9F9F9;
  margin: 50px 0;
}

.newsDetail01__pointTtl {
  padding-left: 30px;
  font-size: 2.4rem;
  color: #E60012;
  font-weight: bold;
  background: url("../img/news/point_ttl_ico.svg") no-repeat left;
  margin-bottom: 15px;
}

.newsDetail01__point {
  counter-reset: news01Point;
  padding-left: 30px;
}

.newsDetail01__point__item {
  counter-increment: news01Point;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.newsDetail01__point__item:before {
  content: counter(news01Point) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.newsDetail01__point__item:nth-of-type(n+2) {
  margin-top: 10px;
}

.newsDetail01__image {
  text-align: center;
}
.newsDetail01__image img {
  border-radius: 10px;
  width: auto;
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsDetail01__btnWrap {
  margin: 30px 0;
}

@media screen and (max-width: 959px) {
  .newsDetail01 {
    padding-top: 25px;
  }
  .newsDetail01 h2 {
    font-size: 2rem;
  }
  .newsDetail01 h3 {
    font-size: 1.8rem;
  }
  .newsDetail01__dateWrap {
    margin-bottom: 30px;
  }
  .newsDetail01__date {
    font-size: 1.5rem;
  }
  .newsDetail01__cat {
    font-size: 1.4rem;
  }
  .newsDetail01__hdg {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .newsDetail01__pointWrap {
    padding: 30px 15px;
  }
  .newsDetail01__pointTtl {
    padding-left: 30px;
    font-size: 2rem;
    background-position: top left;
  }
  .newsDetail01__point {
    padding-left: 0;
  }
  .newsDetail01__point__item {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .newsDetail01__btnWrap {
    text-align: center;
  }
}
.newsDetail01__sns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.newsDetail01__sns.sp {
  display: none;
}
.newsDetail01__sns.pc {
  display: flex;
}
@media screen and (max-width: 959px) {
  .newsDetail01__sns.pc {
    display: none;
  }
  .newsDetail01__sns.sp {
    display: flex;
  }
}

@media screen and (max-width: 959px) {
  .newsDetail01__sns.sp {
    display: block;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
  }
}
.newsDetail01 h2 {
  border-left: 2px solid #E60113;
  padding-left: 15px;
}

.search__container {
  background-color: #F9F9F9;
  padding: 40px 15px;
  position: relative;
}
@media screen and (min-width: 959px) {
  .search__container {
    padding: 50px 60px;
  }
}
.search__container .search__inner {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1100px) {
  .search__container .search__inner {
    display: flex;
    gap: 30px;
  }
}
.search__container .search__unit {
  font-size: 14px;
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  text-align: right;
  gap: 15px;
}
@media screen and (min-width: 1100px) {
  .search__container .search__unit {
    font-size: 16px;
    grid-template-columns: 70px 1fr;
  }
}
.search__container .search__unit::after {
  content: url(../img/news/arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (min-width: 1100px) {
  .search__container .search__unit::after {
    right: 20px;
  }
}
.search__container .search__unit .search__box {
  padding: 20px 30px 20px 15px;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .search__container .search__unit .search__box {
    padding: 20px 40px 20px 15px;
  }
}
.search__container .search__unit ::-moz-placeholder {
  color: #999999;
}
.search__container .search__unit ::placeholder {
  color: #999999;
}
.search__container .search__unit select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__container .search__unit select:invalid {
  color: #999999;
}
.search__container .search__unit select option {
  color: #333;
}
.search__container .search__unit select option:first-child {
  color: #999999;
}
.search__container .search__unit select::-ms-expand {
  display: none;
}
.search__container .search__box01 .search__box {
  width: 100%;
  max-width: 160px;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .search__container .search__box01 .search__box {
    max-width: 200px;
  }
}
.search__container .search__unit:first-child::after {
  right: auto;
  left: 205px;
}
@media screen and (min-width: 1100px) {
  .search__container .search__unit:first-child::after {
    left: 225px;
  }
}
@media screen and (max-width: 300px) {
  .search__container .search__unit:first-child::after {
    right: 12px;
    left: auto;
  }
}
.search__container .category__container {
  position: absolute;
  z-index: 600;
  top: -150px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1100px) {
  .search__container .category__container {
    top: 120px;
  }
  .search__container .category__container:last-of-type .category-list::before {
    left: auto;
    right: 190px;
  }
}
.search__container .on + .cate_wrap {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.search__container .category__container {
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 40px;
  z-index: 900;
}
@media screen and (min-width: 1100px) {
  .search__container .category__container {
    padding: 40px 25px;
  }
}
.search__container #category-list02 .category-list::before {
  left: auto;
  right: 283px;
}
.search__container .category-list {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .search__container .category-list::before {
    content: url(../img/news/arrow.png);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -58px;
    transform: rotate(180deg);
    margin: auto;
  }
}
.search__container .category-list p {
  text-align: left;
  padding: 20px 25px;
  background-color: #F2F2F2;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .search__container .category-list p {
    display: none;
  }
}
.search__container .category-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  padding: 0 25px;
}
@media screen and (min-width: 1100px) {
  .search__container .category-inner {
    padding: 0;
  }
}
.search__container #category-list01,
.search__container #category-list02 {
  display: none;
}
.search__container #category-list01.on,
.search__container #category-list02.on {
  display: flex;
  flex-wrap: wrap;
}
.search__container .category-label {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  font-weight: bold;
}
.search__container .category-label:has(.category-input:checked) {
  background-color: #E60113;
  color: #fff;
}
.search__container .category-label.is-disabled {
  background-color: #F2F2F2;
  color: #999999;
  pointer-events: none;
}
.search__container .category-label span {
  padding: 20px 25px;
  padding-left: 0;
  margin-left: 25px;
  display: inline-block;
}
.search__container .category-label .category-input {
  accent-color: #fff;
}
.search__container .button__box {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 959px) {
  .search__container .button__box {
    margin-top: 40px;
  }
}
.search__container .search__button {
  background-color: #E60113;
  max-width: 240px;
  width: 100%;
  border: 1px solid #E60113;
  color: #fff;
  padding: 15px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  transition: all 0.5s;
}
.search__container .search__button::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.search__container .search__button:hover {
  border: 1px solid #E60113;
  background-color: transparent;
  color: #E60113;
  transition: all 0.5s;
}
.search__container .clear__button {
  font-size: 12px;
  border: none;
  color: #E60113;
  background-color: transparent;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 959px) {
  .search__container .clear__button {
    display: block;
    margin-left: auto;
  }
}
.search__container .clear__button:hover {
  opacity: 0.6;
  transition: all 0.5s;
}
.search__container .close__button {
  color: #999999;
  background-color: transparent;
  border: none;
  font-size: 11;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 35px;
  cursor: pointer;
}
.search__container .close__button::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
@media screen and (min-width: 959px) {
  .search__container .close__button {
    display: none;
  }
}
.search__container input[type=checkbox] {
  display: none;
}
.search__container .category-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  position: relative;
  width: auto;
}
.search__container .category-label::before {
  background: #fff;
  border: 1px solid #D9D9D9;
  content: "";
  display: block;
  height: 16px;
  left: 20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.search__container .category-label::after {
  border-right: 3px solid #E60113;
  border-bottom: 3px solid #E60113;
  content: "";
  display: block;
  height: 9px;
  left: 25px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.search__container .category-label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

/***************************

object/object/project/_ir.scss

***************************/
.ir03,
.ir04 {
  margin-top: 165px;
}
@media screen and (max-width: 768px) {
  .ir03,
  .ir04 {
    margin-top: 110px;
  }
}

.ir03__chart {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
}

.ir03__chart__item {
  width: calc((100% - 30px) / 3);
  text-align: center;
}

.ir03__unit {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ir03__chart {
    gap: 20px 15px;
  }
  .ir03__chart__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 450px) {
  .ir03__chart {
    gap: 15px;
  }
  .ir03__chart__item {
    width: 100%;
  }
}
.ir04__table {
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
}
.ir04__table thead th {
  background: #F7F7F7;
  padding: 20px 40px;
}
.ir04__table tbody th,
.ir04__table tbody td {
  padding: 20px 40px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 960px) {
  .ir04__table thead th {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .ir04__table {
    font-size: 1.5rem;
  }
  .ir04__table thead th,
  .ir04__table tbody th,
  .ir04__table tbody td {
    padding: 20px 15px;
  }
}

.ir02 .link-pdf {
  color: #333;
}
.ir02 .dl-type02 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ir02 .dl-type02__dt {
  width: 30.2%;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .ir02 .dl-type02__dt {
    font-size: 20px;
  }
}
.ir02 .dl-type02__dd {
  width: 69.8%;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .ir02 .dl-type02__dd {
    font-size: 18px;
  }
}
.ir02 .dl-type02__dd a {
  margin-bottom: 20px;
}
.ir02 .dl-type02__dd a:last-child {
  margin-bottom: 0;
}
.ir02 .dl-type01 {
  gap: 2px 0;
}

/***************************

object/object/project/_announcement.scss

***************************/
.announcement02 {
  padding-bottom: 150px;
}

@media screen and (max-width: 959px) {
  .announcement02 {
    padding-bottom: 90px;
  }
}
.announcement02 .table-type02,
.announcement03 .table-type02 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .announcement02 .table-type02 td,
  .announcement03 .table-type02 td {
    padding-left: 0;
    padding-right: 0;
  }
}

.announcement03__linkPdf {
  display: inline-block;
  padding-right: 30px;
  background: url(../img/common/ico_pdf.png) no-repeat right/15px 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .announcement03__linkPdf {
    font-size: 1.5rem;
  }
}
/***************************

object/object/project/_sitemap.scss

***************************/
.sitemap02 .hdg-type02 {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .sitemap02 .hdg-type02 {
    font-size: 24px;
  }
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
}
@media screen and (min-width: 960px) {
  .sitemap {
    gap: 150px 90px;
  }
}
.sitemap__item:last-child .sitemap__item__hdg::after {
  content: "";
  background-color: transparent;
  height: auto;
  margin-top: 0;
}
.sitemap__item__hdg {
  font-size: 18px;
  color: #E60012;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .sitemap__item__hdg {
    font-size: 24px;
  }
}
.sitemap__item__hdg::after {
  content: "";
  background-color: #EEEEEE;
  width: 100%;
  height: 2px;
  display: block;
  background-position: bottom left;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .sitemap__item__hdg::after {
    margin-top: 20px;
  }
}
.sitemap__linkUnder {
  padding-top: 25px;
}
@media screen and (min-width: 960px) {
  .sitemap__linkUnder {
    margin-top: 30px;
  }
}
.sitemap__linkUnder__item {
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .sitemap__linkUnder__item {
    padding-bottom: 25px;
  }
}
.sitemap__linkUnder__item:last-child {
  padding-bottom: 0;
}
.sitemap__linkUnder__item a {
  font-weight: bold;
}
.sitemap__linkUnder__item::before {
  content: url(../../../img/common/arrow.png);
  margin: 0 8px;
  font-weight: bold;
  color: #E70012;
}

/***************************

object/object/project/_inq.scss

***************************/
.inq02 .anchorLink02 {
  display: grid;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .inq02 .anchorLink02 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .inq02 .anchorLink02 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.inq02 .anchorLink02__item {
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .inq02 .anchorLink02__item {
    padding: 24px;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.inq02 .anchorLink02__item img {
  max-height: 35px;
  width: auto;
}
@media screen and (min-width: 960px) {
  .inq02 .anchorLink02__item img {
    max-height: 53px;
    margin-bottom: auto;
    margin-top: auto;
  }
}
.inq02 a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .inq02 a {
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
    background: url("../img/common/arrow_anchor02.svg") no-repeat bottom;
  }
}
.inq02 a br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .inq02 a br {
    display: block;
  }
}

.inq03 dl {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .inq03 dl {
    margin-top: 120px;
  }
}
.inq03 dl:first-child {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .inq03 dl:first-child {
    margin-top: 135px;
  }
}
.inq03 .hdg-type02 {
  color: #333;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .inq03 .hdg-type02 {
    gap: 30px;
  }
}
.inq03 .hdg-type02 img {
  max-width: 50px;
}
.inq03 dd {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .inq03 dd {
    padding: 20px 0 10px;
  }
}
.inq03 dd:has(> p) {
  border-bottom: 1px solid #EEEEEE;
}
.inq03 dd a {
  border: 1px solid #EEEEEE;
  padding: 20px 100px 20px 25px;
  width: 100%;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inq03 dd a {
    width: 300px;
  }
}
.inq03 dd a::after {
  content: url(../img/inq/icon_mail.png);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.inq03 dd a:hover {
  background-color: #F9F9F9;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .inq03__unit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
.inq03 dl:nth-child(4) .inq03__unit {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .inq03 dl:nth-child(4) .inq03__unit {
    margin-bottom: 80px;
  }
}

/***************************

object/object/project/_construction.scss

***************************/
.construction02 p {
  display: none;
}
@media screen and (min-width: 960px) {
  .construction02 p {
    display: block;
    text-align: right;
  }
}
.construction02 .hdg-type02 {
  padding: 0;
}

.construction02,
.construction03 {
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .construction02,
  .construction03 {
    margin-bottom: 180px;
  }
}

.construction03 .hdg-unit,
.construction04 .hdg-unit {
  position: relative;
}
.construction03 .hdg-unit p,
.construction04 .hdg-unit p {
  position: absolute;
  right: 0;
  bottom: -35px;
}
@media screen and (min-width: 960px) {
  .construction03 .hdg-unit p,
  .construction04 .hdg-unit p {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.construction03 .dl-type02,
.construction04 .dl-type02 {
  display: block;
  border: none;
  max-width: 100%;
}
.construction03 .dl-type02 div,
.construction04 .dl-type02 div {
  display: flex;
  border-bottom: 1px solid #eee;
}
.construction03 dt,
.construction03 dd,
.construction04 dt,
.construction04 dd {
  border: none;
}

/***************************

object/object/project/_hotelresort.scss

***************************/
.business__list {
  position: relative;
  z-index: 3;
}

.hotelresort02 p {
  max-width: 710px;
}

.hotelresort02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .hotelresort02 {
    margin-bottom: 80px;
  }
}
.hotelresort.anchorLink02 {
  display: grid;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .hotelresort.anchorLink02 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.hotelresort.anchorLink02 .anchorLink02__item {
  border: 1px solid #E0E0E0;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .hotelresort.anchorLink02 .anchorLink02__item {
    padding: 30px 40px;
    max-height: 100px;
  }
}
.hotelresort.anchorLink02 .anchorLink02__item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hotelresort.anchorLink02 .anchorLink02__item a br {
  display: none;
}
@media screen and (min-width: 960px) {
  .hotelresort.anchorLink02 .anchorLink02__item a br {
    display: block;
  }
}

.business__unit {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .business__unit {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 10px;
  }
}
.business__unit .hdg-type02 {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .business__unit .hdg-type02 {
    margin-bottom: 25px;
  }
}
.business__unit p {
  letter-spacing: 0.08em;
}

.business__wrap .build-list01__item__hdg {
  padding: 0;
  width: auto;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .business__wrap .build-list01__item__hdg {
    font-size: 18px;
  }
}

.hotelresort__link {
  border: 2px solid #E0E0E0;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .hotelresort__link {
    gap: 40px;
    padding: 50px;
    margin-top: 80px;
  }
}
.hotelresort__link p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.hotelresort__link p::after {
  content: url(../img/common/ico_openlink.svg);
  margin-left: 5px;
}

.business__wrap.build-list01 {
  padding-top: 30px;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .business__wrap.build-list01 {
    gap: 60px 30px;
    padding-top: 90px;
    justify-content: flex-start;
  }
}
.business__wrap.build-list01 .build-list01__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 960px) {
  .business__wrap.build-list01 .build-list01__item {
    width: auto;
  }
}
.business__wrap.build-list01 .build-list01__item__hdg {
  max-width: 100%;
  width: 380px;
}

.business__img img {
  padding-right: 30px;
}
@media screen and (min-width: 960px) {
  .business__img img {
    padding-right: 100px;
  }
}

.business__imgbox {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 60px 0 100px;
}
@media screen and (min-width: 960px) {
  .business__imgbox {
    grid-template-columns: 1fr 1fr;
    margin: 100px 0 120px;
  }
}

.business__caption {
  text-align: center;
  color: #E60012;
  margin-top: 10px;
}

.hotelresort04 .hotelresort__link img {
  max-width: 256px;
}
@media screen and (min-width: 768px) {
  .hotelresort04 .hotelresort__link img {
    max-width: 320px;
  }
}

.hotelresort05 .hotelresort__link img {
  max-width: 156px;
}
@media screen and (min-width: 768px) {
  .hotelresort05 .hotelresort__link img {
    max-width: 238px;
  }
}

.hotelresort07 .hdg-type03 {
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 0;
}
.hotelresort07 .hotelresort__link img {
  max-width: 107px;
}
@media screen and (min-width: 768px) {
  .hotelresort07 .hotelresort__link img {
    max-width: 196px;
  }
}

.business__link-container {
  margin-top: 100px;
}
@media screen and (min-width: 960px) {
  .business__link-container {
    margin-top: 120px;
  }
}
.business__link-container .hdg-type05 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .business__link-container .hdg-type05 {
    margin-bottom: 40px;
  }
}

.business__linkbox-other {
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 960px) {
  .business__linkbox-other {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
.business__linkbox-other .business__link-other {
  display: inline-block;
  border: 1px solid #E0E0E0;
  width: 100%;
  font-weight: bold;
  padding: 23px 80px 23px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .business__linkbox-other .business__link-other {
    padding: 27px 100px 27px 20px;
  }
}
.business__linkbox-other .business__link-other::after {
  content: "";
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #e60012;
  width: 45px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .business__linkbox-other .business__link-other::after {
    right: 15px;
  }
}
.business__linkbox-other .business__link-other:hover {
  background-color: #F9F9F9;
  opacity: 1;
}

.business__item {
  padding-bottom: 120px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .business__item {
    padding-bottom: 200px;
  }
}
.business__item:nth-child(even) {
  padding-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .business__item:nth-child(even) {
    padding-bottom: 200px;
  }
}
.business__item:last-child {
  padding-bottom: 0;
}

.business__container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 1230px;
}

.business__item.is-gray {
  background: linear-gradient(180deg, #fff 0%, #fff 100px, #F9F9F9 100px, #F9F9F9 100%);
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .business__item.is-gray {
    background: linear-gradient(180deg, #fff 0%, #fff 150px, #F9F9F9 150px, #F9F9F9 100%);
  }
}

.business__item.is-white {
  background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 100px, #fff 100px, #fff 100%);
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .business__item.is-white {
    background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 150px, #fff 150px, #fff 100%);
  }
}

/***************************

object/object/project/_development.scss

***************************/
.development__wrap {
  position: relative;
}
@media screen and (min-width: 959px) {
  .development__wrap {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (min-width: 959px) {
  .development__item {
    display: flex;
    align-items: baseline;
    gap: 60px;
  }
}
.development__age {
  font-size: 50px;
  font-weight: bold;
  color: #FCE0E3;
  line-height: 1;
  margin-bottom: 35px;
  word-break: normal;
}
@media screen and (min-width: 959px) {
  .development__age {
    font-size: 65px;
    margin-bottom: 0;
  }
}
.development__dateWrap {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 959px) {
  .development__dateWrap {
    font-size: 20px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 959px) {
  .development__unit {
    width: 100%;
  }
}
.development__unit figcaption {
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (min-width: 959px) {
  .development__unit figcaption {
    margin-bottom: 35px;
  }
}
.development__box {
  border-bottom: 2px solid #E0E0E0;
  position: relative;
}
@media screen and (min-width: 959px) {
  .development__box .mt-35 {
    margin-top: 40px;
  }
}
.development__box::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #E60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.age__sticky {
  width: 40%;
}

.age__list {
  display: none;
}
@media screen and (min-width: 959px) {
  .age__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: sticky;
    top: 90px;
  }
}
.age__list a {
  color: #E0E0E0;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.age__list a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  display: block;
}
.age__list a.current {
  color: #333;
}
.age__list a.current::before {
  background-color: #E60012;
}

/***************************

object/object/project/_sustainability.scss

***************************/
.sustainability02 {
  overflow: hidden;
}

.sustaina__bg {
  padding: 80px 0 145px;
  background-image: url(../img/sustainability/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .sustaina__bg {
    background-color: #F9F9F9;
    padding: 50px 0 145px;
    border-radius: 50%;
  }
}

.sustaina__list {
  display: grid;
  gap: 40px;
}
.sustaina__list .sustaina__item {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}
.sustaina__list .sustaina__box {
  padding: 0 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  .sustaina__list .sustaina__box {
    padding: 0;
    padding: 70px 0;
    padding-right: 80px;
  }
}
.sustaina__list .sustaina__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sustaina__list .sustaina__img img {
    min-width: 300px;
    min-height: 319px;
    border-radius: 0 50% 50% 0;
  }
}
@media screen and (min-width: 960px) {
  .sustaina__list .sustaina__img img {
    min-width: 473px;
    min-height: 293px;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .sustaina__list a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 50px;
  }
}
.sustaina__list .othrers-post01__item__hdg {
  color: #E60012;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sustaina__list .othrers-post01__item__hdg {
    font-size: 24px;
    padding: 0 0 30px;
  }
}
.sustaina__list .othrers-post01__item__hdgSub {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sustaina__list .othrers-post01__item__hdgSub {
    font-size: 16px;
  }
}
.sustaina__list .othrers-post01__item__tab {
  text-align: right;
  padding-right: 55px;
  position: relative;
}
.sustaina__list .othrers-post01__item__tab:after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/***************************

object/object/project/_statement.scss

***************************/
.statement03 {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .statement03 {
    margin-top: 70px;
  }
}
.statement03 .linkBtn-list01 {
  max-width: 100%;
}
.statement03 .linkBtn-list01 .linkBtn-list01__item {
  width: 270px;
}
.statement03 .linkBtn-list01 .btn-type01 {
  max-width: 270px;
}

.statement01 {
  overflow: hidden;
  max-width: 1360px;
  margin: 0 auto;
  background-image: url(../img/statement/back_bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top -30px left -30px;
}
.statement01 .container {
  max-width: 700px;
  padding-bottom: 449px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .statement01 .container {
    max-width: 757px;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 450px) {
  .statement01 {
    background-image: url(../img/statement/back_bg-sp.jpg);
    background-position: center;
    background-size: cover;
    background-position: top -70px left -108px;
  }
}
@media screen and (min-width: 960px) {
  .statement01 {
    background-image: url(../img/statement/back_bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.statement01 .img_01 {
  position: absolute;
  bottom: 142px;
  right: -30px;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .statement01 .img_01 {
    display: none;
  }
}
.statement01 .img_02 {
  position: absolute;
  bottom: 0;
  left: 15px;
  max-width: 160px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .statement01 .img_02 {
    display: none;
  }
}

.statement__title {
  font-size: 32px;
  padding: 100px 0 80px;
}
@media screen and (min-width: 960px) {
  .statement__title {
    font-size: 45px;
    padding: 200px 0 140px;
  }
}
.statement__title br {
  display: block;
}
@media screen and (min-width: 960px) {
  .statement__title br {
    display: none;
  }
}

.statement__text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .statement__text {
    font-size: 18px;
  }
}
.statement__text p:last-of-type {
  text-align: right;
}
.statement__text .br__sp {
  display: none;
}
@media screen and (min-width: 960px) {
  .statement__text .br__sp {
    display: block;
  }
}

/***************************

object/object/project/_authentication.scss

***************************/
.authentication02 .authentication__dt {
  font-size: 35px;
  font-weight: bold;
  color: #E60012;
  border-bottom: 2px solid #E0E0E0;
  position: relative;
  padding-bottom: 15px;
  padding-top: 60px;
  position: relative;
}
.authentication02 .authentication__dt:first-child {
  padding-top: 0;
}
.authentication02 .authentication__dt:hover {
  cursor: pointer;
}
.authentication02 .authentication__dt span {
  font-size: 25px;
}
.authentication02 .authentication__dt::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #E60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__dt::before {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__dt {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 90px;
  }
  .authentication02 .authentication__dt span {
    font-size: 40px;
  }
}
.authentication02 .authentication__dt.other {
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__dt.other {
    font-size: 40px;
  }
}
.authentication02 .authentication__dt::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  display: block;
  background-image: url(../img/authentication/button.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__dt::after {
    bottom: 40px;
    width: 45px;
    height: 45px;
  }
}
.authentication02 .authentication__dt.on::after {
  content: "";
  background-image: url(../img/authentication/button.png);
  transform: rotate(0);
}
.authentication02 .authentication__dd {
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__dd {
    margin-bottom: 30px;
  }
}
.authentication02 .authentication__dd:last-child {
  margin: 0;
}
.authentication02 .authentication__dd.open {
  display: block;
}
.authentication02 .authentication__list {
  max-width: 1040px;
  margin-left: auto;
}
.authentication02 .authentication__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px 10px;
  border-bottom: 1px dashed #CCCCCC;
  padding: 30px 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__item {
    grid-template-columns: 125px 335px 1fr;
  }
}
.authentication02 .authentication__text {
  grid-column: 1/4;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__text {
    grid-column: 3/4;
  }
}
.authentication02 .authentication__text br {
  display: none;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__text br {
    display: block;
  }
}
.authentication02 .authentication__date,
.authentication02 .authentication__text {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__date,
  .authentication02 .authentication__text {
    font-size: 20px;
  }
}
.authentication02 .authentication__place {
  background-color: #E60012;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 15px;
  line-height: 1.3;
  text-align: center;
  max-width: 140px;
}
.authentication02 .authentication__place:has(> br) {
  max-width: 220px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__place:has(> br) {
    max-width: 280px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .authentication02 .authentication__place {
    font-size: 16px;
    padding: 8px 15px;
    max-width: 280px;
    width: 100%;
    text-align: center;
  }
}

/***************************

object/object/project/_project.scss

***************************/
.anchorLink02__item.project-s__item a {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (min-width: 959px) {
  .anchorLink02__item.project-s__item a {
    font-size: 18px;
  }
}
.anchorLink02__item.project-s__item a span {
  font-size: 12px;
  color: #B3B3B3;
  font-weight: bold;
}
@media screen and (min-width: 959px) {
  .anchorLink02__item.project-s__item a span {
    font-size: 13px;
  }
}

.project-s-box {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 959px) {
  .project-s-box {
    gap: 40px;
  }
}

.project-s-unit {
  position: relative;
  z-index: 59;
}
.project-s-unit::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 60;
}
.project-s-unit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-s01-text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 61;
}
.project-s01-text span {
  font-size: 15px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 959px) {
  .project-s01-text span {
    font-size: 18px;
  }
}
.project-s01-text span::after {
  content: "";
  border-bottom: 1px solid #E60113;
  width: 30px;
  height: 1px;
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 959px) {
  .project-s01-text span::after {
    margin-top: 20px;
  }
}
.project-s01-text h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
  padding-top: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 959px) {
  .project-s01-text h2 {
    font-size: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.project-s01-text .btn-type01 {
  background-color: #E60012;
  background-image: url(../img/common/arrow_right.svg);
  color: #fff;
}
.project-s01-text .btn-type01:hover {
  background-color: #fff;
  background-image: url(../img/common/arrow_right_red.svg);
  color: #E60012;
}

.project-s__detail .container__box {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .container__box {
    padding: 0 15px;
  }
}
.project-s__detail .story01 {
  margin-bottom: 100px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 {
    margin-bottom: 120px;
  }
}
.project-s__detail .story01 .story__project {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 .story__project {
    font-size: 18px;
    padding-bottom: 45px;
  }
}
.project-s__detail .story01 .story__project::after {
  content: "";
  border-bottom: 2px solid #CCCCCC;
  width: 30px;
  height: 1px;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 .story__project::after {
    margin-top: 25px;
  }
}
.project-s__detail .story01 .story__title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 .story__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.project-s__detail .story01 .story__title span {
  font-size: 15px;
  color: #E60012;
  margin-bottom: 10px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 .story__title span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.project-s__detail .story01 .story__text {
  padding-top: 40px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story01 .story__text {
    padding-top: 60px;
  }
}
.project-s__detail .story02__title {
  font-size: 18px;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02__title {
    font-size: 24px;
  }
}
.project-s__detail .story__img {
  overflow: hidden;
}
.project-s__detail .story__img img {
  width: 100%;
  max-width: 1200px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story__img img {
    height: 400px;
  }
}
.project-s__detail .story02 .profile__unit {
  margin-bottom: 80px;
}
.project-s__detail .story02 .profile__list {
  background-color: #F9F9F9;
  padding: 20px 15px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .profile__list {
    padding: 30px 45px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.project-s__detail .story02 .profile__item {
  background-color: #FFFFFF;
  border-radius: 10px;
}
.project-s__detail .story02 .profile__item figure {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .profile__item figure {
    gap: 25px;
  }
}
.project-s__detail .story02 .profile__red {
  font-weight: bold;
  color: #E60012;
  font-size: 12px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .profile__red {
    font-size: 14px;
  }
}
.project-s__detail .story02 .profile__name {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 5px 0;
}
.project-s__detail .story02 .profile__name span {
  font-size: 11px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .profile__name {
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
  }
}
.project-s__detail .story02 .profile__post {
  font-size: 12px;
  color: #333333;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .profile__post {
    font-size: 14px;
  }
}
.project-s__detail .story02 .interview .interview__dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__dt {
    font-size: 20px;
  }
}
.project-s__detail .story02 .interview .interview__dd {
  font-size: 14px;
  color: #333333;
  width: 100%;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__dd {
    font-size: 16px;
  }
}
.project-s__detail .story02 .interview .interview__dd:has(> span) {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__dd:has(> span) {
    gap: 50px;
    grid-template-columns: 33px 1fr;
  }
}
.project-s__detail .story02 .interview .interview__dd:has(> .interview__img) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-s__detail .story02 .interview .interview__dd:has(> .interview__img) .interview__img {
  margin: 30px 0 50px;
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__dd:has(> .interview__img) .interview__img {
    gap: 40px;
  }
}
.project-s__detail .story02 .interview .interview__link {
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__link {
    margin-bottom: 120px;
  }
}
.project-s__detail .story02 .interview .interview__link a {
  max-width: 100%;
  padding: 20px 50px 20px 30px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story02 .interview .interview__link a {
    padding: 20px 70px;
  }
}
.project-s__detail .story03 {
  margin-bottom: 180px;
}
@media screen and (min-width: 959px) {
  .project-s__detail .story03 {
    margin-bottom: 200px;
  }
}
.project-s__detail .story03 .image-list01 {
  justify-content: center;
}
.project-s__detail .story03 .image-list01__item {
  width: 100%;
  max-width: 720px;
}

.story04 .othrers-post01 {
  gap: 15px;
}
.story04 .othrers-post01__item {
  width: calc((100% - 15px) / 2);
  max-width: 280px;
}
@media screen and (min-width: 960px) {
  .story04 .othrers-post01__item {
    max-width: 280px;
  }
}
.story04 .othrers-post01__item__image {
  aspect-ratio: 11/10;
  width: 100%;
  max-width: 330px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 960px) {
  .story04 .othrers-post01__item__image {
    max-width: 280px;
    aspect-ratio: 11/10;
  }
}
.story04 .othrers-post01__item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  aspect-ratio: 11/10;
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 960px) {
  .story04 .othrers-post01__item__image img {
    max-width: 280px;
  }
}
.story04 .othrers-post01__item__hdgSub,
.story04 .othrers-post01__item__hdg,
.story04 .othrers-post01__item__tab {
  margin-left: 0 !important;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}
.youtube iframe {
  width: 100%;
  max-width: 580px;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
}

/***************************

object/object/project/_numbers.scss

***************************/
.numbers__title {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 959px) {
  .numbers__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.numbers__title:has(> span) {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.numbers__title:has(> span) span {
  font-size: 14px;
}
@media screen and (min-width: 959px) {
  .numbers__title:has(> span) {
    font-size: 32px;
  }
  .numbers__title:has(> span) span {
    font-size: 16px;
  }
}

.numbers__title__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  justify-content: center;
}
.numbers__title__box p {
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (min-width: 959px) {
  .numbers__title__box p {
    margin-bottom: 40px;
  }
}

.numbers__list01 {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 959px) {
  .numbers__list01 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.numbers__list01 img {
  max-width: 80px;
  width: 100%;
}
.numbers__list01 .numbers__item {
  height: 100%;
}

.numbers01 {
  margin-bottom: 120px;
}
@media screen and (min-width: 959px) {
  .numbers01 {
    margin-bottom: 160px;
  }
}

.numbers__item {
  padding-bottom: 40px;
  background-color: #F9F9F9;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
}
.numbers__item:has(> a) {
  padding-bottom: 20px;
}
.numbers__item .othrers-post01__item__tab {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  position: relative;
  margin-top: auto;
  margin-right: 30px;
  color: #333333;
  margin-top: auto;
}
.numbers__item .othrers-post01__item__tab::after {
  content: "";
  width: 45px;
  height: 20px;
  background: url(../img/common/arrow_right_red.svg) no-repeat center;
  background-color: #fff;
  border: 1px solid #E60012;
  border-radius: 100px;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.numbers__item .othrers-post01__item__tab:hover {
  transition: all 0.5s;
}
.numbers__item .othrers-post01__item__tab:hover::after {
  background: url(../img/common/arrow_right.svg) no-repeat center;
  background-color: #E60012;
  border: 1px solid #E60012;
}
.numbers__item .numbers__textbox {
  height: 100%;
}

.numbers__list-title {
  background-color: #E60012;
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 959px) {
  .numbers__list-title {
    padding: 9px 0;
    font-size: 20px;
  }
}
.numbers__list-title span {
  font-size: 14px;
}
@media screen and (min-width: 959px) {
  .numbers__list-title span {
    font-size: 20px;
  }
}

.numbers__textbox {
  background-color: #F9F9F9;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 5px;
  gap: 30px;
}

.numbers__text {
  color: #E60012;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 959px) {
  .numbers__text {
    font-size: 60px;
  }
}
.numbers__text span {
  font-size: 18px;
}
@media screen and (min-width: 959px) {
  .numbers__text span {
    font-size: 35px;
  }
}

.numbers__textunit {
  text-align: center;
}

.numbers__text02 {
  color: #E60012;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 959px) {
  .numbers__text02 {
    font-size: 45px;
  }
}
.numbers__text02 span {
  font-size: 18px;
}
@media screen and (min-width: 959px) {
  .numbers__text02 span {
    font-size: 25px;
  }
}
.numbers__text02.en {
  line-height: 1;
}
.numbers__text02.en .room {
  font-size: 16px;
}

.numbers__subtext {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 959px) {
  .numbers__subtext {
    font-size: 16px;
  }
}

.numbers__subtext02 {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}
@media screen and (min-width: 959px) {
  .numbers__subtext02 {
    font-size: 14px;
  }
}

.numbers__list02 {
  display: grid;
  gap: 20px;
  margin-top: 5px;
  align-items: center;
}
@media screen and (min-width: 959px) {
  .numbers__list02 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.numbers__list02 .numbers__textbox {
  gap: 20px;
}
@media screen and (min-width: 959px) {
  .numbers__list02 .numbers__text {
    font-size: 50px;
  }
}
@media screen and (min-width: 959px) {
  .numbers__list02 .numbers__text span {
    font-size: 25px;
  }
}
.numbers__list02 img {
  width: 100%;
  max-width: 60px;
}

.numbers02 {
  margin-bottom: 120px;
}
@media screen and (min-width: 959px) {
  .numbers02 {
    margin-bottom: 180px;
  }
}
.numbers02 .numbers__list-title {
  height: 65px;
}

.numbers04 .area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 50px 0;
  position: relative;
  gap: 20px;
}
.numbers04 .area.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  width: 100%;
}
@media screen and (min-width: 1250px) {
  .numbers04 .area.is-active {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.numbers04 .tab {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  background-color: #F7F7F7;
  border-radius: 40px;
}
@media screen and (min-width: 959px) {
  .numbers04 .tab {
    flex-direction: row;
  }
}
.numbers04 .tab li {
  width: 100%;
  padding: 10px 0;
  background-color: #F7F7F7;
  border-radius: 40px;
  width: 100%;
  text-align: center;
}
.numbers04 .tab li a {
  color: #999999;
  font-weight: bold;
}
.numbers04 .tab li.active {
  background-color: #E60012;
}
.numbers04 .tab li.active a {
  color: #F7F7F7;
}
.numbers04 .tab li.active a:hover {
  color: #F7F7F7;
}
.numbers04 .tab li a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.numbers04 .tab li a:hover {
  color: #E60012;
}
.numbers04 .tab__map {
  margin-top: 30px;
}
@media screen and (min-width: 959px) {
  .numbers04 .tab__map {
    margin-top: 0;
    position: relative;
  }
  .numbers04 .tab__map img {
    max-width: 500px;
  }
}
.numbers04 .tab__list-title {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 15px;
  position: relative;
  z-index: 10;
  font-size: 16px;
}
.numbers04 .tab__list-title__border {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.numbers04 .tab__list-title__border::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.numbers04 .tab__list {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .numbers04 .tab__list {
    gap: 20px;
  }
}
.numbers04 .tab__list .tab__box {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.numbers04 .tab__list dt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.numbers04 .tab__list dd {
  font-size: 40px;
  font-weight: bold;
  margin-top: auto;
  word-break: keep-all;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .numbers04 .tab__list dd {
    font-size: 60px;
  }
}
@media screen and (min-width: 960px) {
  .numbers04 .tab__list dd {
    font-size: 75px;
  }
}
.numbers04 .tab__unit {
  margin-bottom: 40px;
}
.numbers04 .tab__unit.purple .tab__list-title {
  background-color: #914D94;
}
.numbers04 .tab__unit.purple .tab__list-title__border::after {
  background-color: #914D94;
}
.numbers04 .tab__unit.purple .tab__list dt {
  color: #914D94;
}
.numbers04 .tab__unit.dblue .tab__list-title {
  background-color: #455BA5;
}
.numbers04 .tab__unit.dblue .tab__list-title__border::after {
  background-color: #455BA5;
}
.numbers04 .tab__unit.dblue .tab__list dt {
  color: #455BA5;
}
.numbers04 .tab__unit.lblue .tab__list-title {
  background-color: #48B8D4;
}
.numbers04 .tab__unit.lblue .tab__list-title__border::after {
  background-color: #48B8D4;
}
.numbers04 .tab__unit.lblue .tab__list dt {
  color: #48B8D4;
}
.numbers04 .tab__unit.lgreen .tab__list-title {
  background-color: #B5BC12;
}
.numbers04 .tab__unit.lgreen .tab__list-title__border::after {
  background-color: #B5BC12;
}
.numbers04 .tab__unit.lgreen .tab__list dt {
  color: #B5BC12;
}
.numbers04 .tab__unit.dgreen .tab__list-title {
  background-color: #2B9C6E;
}
.numbers04 .tab__unit.dgreen .tab__list-title__border::after {
  background-color: #2B9C6E;
}
.numbers04 .tab__unit.dgreen .tab__list dt {
  color: #2B9C6E;
}
.numbers04 .tab__unit.orange .tab__list-title {
  background-color: #E68437;
}
.numbers04 .tab__unit.orange .tab__list-title__border::after {
  background-color: #E68437;
}
.numbers04 .tab__unit.orange .tab__list dt {
  color: #E68437;
}
.numbers04 .tab__unit.yellow .tab__list-title {
  background-color: #E0BC02;
}
.numbers04 .tab__unit.yellow .tab__list-title__border::after {
  background-color: #E0BC02;
}
.numbers04 .tab__unit.yellow .tab__list dt {
  color: #E0BC02;
}
.numbers04 .tab__unit.pink .tab__list-title {
  background-color: #CB3C65;
}
.numbers04 .tab__unit.pink .tab__list-title__border::after {
  background-color: #CB3C65;
}
.numbers04 .tab__unit.pink .tab__list dt {
  color: #CB3C65;
}
.numbers04 .tab__unit.red .tab__list-title {
  background-color: #E60113;
}
.numbers04 .tab__unit.red .tab__list-title__border::after {
  background-color: #E60113;
}
.numbers04 .tab__unit.red .tab__list dt {
  color: #E60113;
}
.numbers04 .tab__unit.column-1 {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1250px) {
  .numbers04 .tab__unit.column-1 {
    max-width: 160px;
  }
}
.numbers04 .tab__unit.column-1 .tab__list {
  grid-template-columns: 1fr;
}
.numbers04 .tab__unit.column-2 {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
.numbers04 .tab__unit.column-2 .tab__list {
  grid-template-columns: 1fr 1fr;
}
.numbers04 .tab__unit.column-3 {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1250px) {
  .numbers04 .tab__unit.column-3 {
    max-width: 340px;
  }
}
.numbers04 .tab__unit.column-3 .tab__list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 540px) {
  .numbers04 .tab__unit.column-3 .tab__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.numbers04 .tab__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.numbers04 .tab__container.all .tab__unit.column-1 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .numbers04 .tab__container.all .tab__unit.column-1 {
    max-width: 160px;
  }
}
.numbers04 .tab__container.all .tab__unit.column-2 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .numbers04 .tab__container.all .tab__unit.column-2 {
    max-width: calc((100% - 20px) / 2);
  }
}
.numbers04 .tab__container.all .tab__unit.column-3 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .numbers04 .tab__container.all .tab__unit.column-3 {
    max-width: calc((100% - 20px) / 2);
  }
}
.numbers04 .tab__container.all dd {
  font-size: 60px;
}
@media screen and (min-width: 960px) {
  .numbers04 .tab__container.all dd {
    font-size: 75px;
  }
}

.text-right {
  text-align: right;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .text-right {
    margin-top: 30px;
  }
}

.tab-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .tab-pc {
    display: block;
  }
}

.tab-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .tab-sp {
    display: none;
  }
}

/***************************

object/object/project/_logistics.scss

***************************/
.logistics .hdg-type06Wrap {
  background-color: #A8A8A8;
}
.logistics .hdg-type01 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .logistics .hdg-type01 {
    font-size: 60px;
  }
}

.logistics01 {
  text-align: center;
}
.logistics01 .build-list01__item__image {
  position: relative;
}
.logistics01 .build-list01__item__image img {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .logistics01 .build-list01__item__image img {
    max-width: 380px;
    width: 380px;
    height: 100%;
    max-height: 215px;
  }
}
.logistics01 .build-list01__item__image ul {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  display: flex;
  gap: 10px;
}
.logistics01 .build-list01__item__image li {
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  padding: 6px 10px;
  line-height: 1;
}
.logistics01 .build-list01 {
  gap: 60px 30px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .logistics01 .build-list01 {
    justify-content: flex-start;
  }
}
.logistics01 .build-list01__item {
  max-width: 380px;
  width: 100%;
}
.logistics01 .build-list01__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.logistics01 .build-list01 {
  padding: 35px 0 50px;
}
@media screen and (min-width: 960px) {
  .logistics01 .build-list01 {
    padding: 90px 0 115px;
  }
}
.logistics01 .build-list01__item__hdg,
.logistics01 .build-list01__item__dl {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .logistics01 .build-list01__item__hdg,
  .logistics01 .build-list01__item__dl {
    width: calc(100% - 30px);
  }
}
.logistics01 .build-list01__item__btn {
  margin-top: auto;
  margin-right: 0;
}

.state__red {
  background-color: #E60012;
}

.state__blue {
  background-color: #47afcc;
}

.state__gray {
  background-color: #666;
}

/***************************

object/object/project/_search.scss

***************************/
@media screen and (min-width: 960px) {
  .hdg-type06Wrap.hdg-searchWrap {
    padding: 90px 0 60px;
    margin-bottom: 50px;
  }
}

.search {
  max-width: 960px;
  margin: 0 auto;
}
.search .mf_finder_searchBox {
  margin: 0;
}
.search .mf_finder_searchBox_submit {
  font-size: 20px;
  width: 50px;
  border-radius: 0 10px 10px 0;
  background-color: #E60012;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_searchBox_submit {
    width: 55px;
  }
}
.search .mf_finder_searchBox_submit::before {
  margin: 0;
}
.search .mf_finder_searchBox_submit span {
  display: none;
}
.search .mf_finder_searchBox_query_input {
  font-size: 16px;
  padding: 15px 15px 12px 15px;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_searchBox_query_input {
    padding: 12px 30px;
  }
}
.search .mf_finder_organic_wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_organic_wrapper {
    margin-top: 100px;
  }
}
.search .mf_finder_organic_docs_wrapper {
  margin-top: 40px;
}
.search .mf_finder_organic_pager_wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_organic_pager_wrapper {
    margin-top: 100px;
  }
}
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:before,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:after,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:after,
.search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:after,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:after,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:after,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:before,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:after,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:after,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:after,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from:after,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_to:after,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:before,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:before,
.search .mf_finder_organic_range_from:after,
.search .mf_finder_organic_range_from:before,
.search .mf_finder_organic_range_to:after,
.search .mf_finder_organic_range_to:before,
.search .mf_finder_organic_total:after,
.search .mf_finder_organic_total:before,
.search .mf_finder_query:after,
.search .mf_finder_query:before {
  font-size: 12px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:before,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:after,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:after,
  .search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:after,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:after,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:after,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:before,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:after,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:after,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:after,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from:after,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_to:after,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:before,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:before,
  .search .mf_finder_organic_range_from:after,
  .search .mf_finder_organic_range_from:before,
  .search .mf_finder_organic_range_to:after,
  .search .mf_finder_organic_range_to:before,
  .search .mf_finder_organic_total:after,
  .search .mf_finder_organic_total:before,
  .search .mf_finder_query:after,
  .search .mf_finder_query:before {
    font-size: 14px;
  }
}
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total,
.search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
.search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from,
.search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to,
.search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total,
.search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_to,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total,
.search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_from,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_to,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total,
.search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query {
  font-size: 20px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total,
  .search .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
  .search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from,
  .search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to,
  .search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total,
  .search .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_to,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total,
  .search .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_from,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_to,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total,
  .search .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query {
    font-size: 24px;
  }
}
.search .mf_finder_pager_item_prev span,
.search .mf_finder_pager_item_next span,
.search .mf_finder_pager_items .mf_finder_pager_item_first a span {
  font-size: 0;
  width: auto;
}
.search .mf_finder_pager_item_prev span::before,
.search .mf_finder_pager_item_next span::before,
.search .mf_finder_pager_items .mf_finder_pager_item_first a span::before {
  font-size: 14px;
}
@media screen and (min-width: 959px) {
  .search .mf_finder_pager_item_prev span::before,
  .search .mf_finder_pager_item_next span::before,
  .search .mf_finder_pager_items .mf_finder_pager_item_first a span::before {
    font-size: 16px;
  }
}
.search .mf_finder_pager_item_current, .search .mf_finder_pager_items li a {
  padding: 0.4rem 1.2rem;
}
.search .mf_finder_pager_items .mf_finder_pager_item_first a,
.search .mf_finder_pager_items .mf_finder_pager_item_next a,
.search .mf_finder_pager_items .mf_finder_pager_item_prev a {
  padding-right: 1.2rem;
}

html .mf_finder_searchBox .mf_finder_searchBox_query_input {
  background-image: none !important;
}

.mf_finder_logo {
  display: none;
}

/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-item {
  flex: 0 1 auto;
}

.flex-item0 {
  flex: 0 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/***************************

object/utility/_background.scss

***************************/
/***************************

object/utility/_text.scss

***************************/
.fv {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

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

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

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

@media screen and (min-width: 451px) {
  .t-center_pc {
    text-align: center;
  }
  .t-left_pc {
    text-align: left;
  }
  .t-right_pc {
    text-align: right;
  }
}
.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.indent--1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent--2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent--3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent--4 {
  text-indent: -4em;
  padding-left: 4em;
}

.indent--5 {
  text-indent: -5em;
  padding-left: 5em;
}

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

.fc--black {
  color: #333;
}

.fc--red {
  color: red;
}

.txtdeco-none {
  text-decoration: none;
}

/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}/*# sourceMappingURL=style.css.map */