@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

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

html.is-overflow {
  overflow: hidden;
}

body {
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 390px;
  }
}

h1, h2, h3, h4, div, p, a, li, span {
  line-height: 2;
  letter-spacing: 0.05em;
}

p {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.3em;
  }
}

a {
  transition: 0.3s;
  color: initial;
}
a:hover {
  opacity: 0.7;
  color: initial;
  cursor: pointer;
}

*, *::before, *::after {
  box-sizing: border-box;
}

input, button, select, textarea {
  -webkit-appearance: none;
}

.header {
  padding-top: 28px;
}

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

.header__logo_link {
  display: flex;
}

.header__logo_img {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 29px;
  }
  .header__logo_img {
    width: 97px;
  }
  .header__logo_img2 {
    width: 152px;
  }
  .header__logo_img {
    margin-right: 20px;
  }
}
.footer {
  background-color: #373B42;
  padding-top: 52px;
}

.footer__contact {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer__heading .title {
    text-align: center;
  }
}
.footer__heading .title__en {
  font-size: 4em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__heading .title__en {
    font-size: 3.3em;
  }
}
.footer__heading .title__ja {
  font-size: 1.6em;
  color: #ffffff;
  font-family: "Noto Serif", serif;
  margin-top: 2px;
}

.footer__contact_text {
  color: #ffffff;
  margin-left: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__contact_text {
    margin-left: 0;
    text-align: center;
    margin-top: 28px;
    letter-spacing: 0.04em;
  }
}

.footer__contact_tell {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .footer__contact_tell {
    margin-left: 0;
    margin-top: 27px;
  }
}

.footer__contact_num {
  display: block;
  font-size: 3.1em;
  font-family: "Barlow Condensed", sans-serif;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__contact_num {
    font-size: 2.5em;
  }
}

.footer__contact_tell_text {
  color: #ffffff;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  .footer__contact_tell_text {
    margin-top: 4px;
    display: inline-block;
  }
}

.contact__btn_wrapper {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact__btn_wrapper {
    margin-left: 0;
    margin-top: 22px;
  }
}
.contact__btn_wrapper .btn {
  background-color: #E60012;
  color: #ffffff;
  border: solid 0px;
}
@media screen and (max-width: 768px) {
  .contact__btn_wrapper .btn {
    width: 296px;
    height: 60px;
  }
}
.contact__btn_wrapper .btn:hover {
  color: #ffffff;
}
.contact__btn_wrapper .btn::after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.footer__nav_wrapper {
  margin-left: 110px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .footer__nav_wrapper {
    margin-left: 22px;
  }
}

.footer__nav_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__nav_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 390px) {
  .footer__nav_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.footer__nav_item {
  margin-right: 72px;
}
.footer__nav_item__direction .footer__nav_link {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav_item {
    flex: 0 1 32%;
    margin-bottom: 35px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 390px) {
  .footer__nav_item {
    margin-right: 50px;
    flex: 0 1 26%;
    margin-bottom: 35px;
  }
  .footer__nav_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .footer__nav_item:nth-of-type(1), .footer__nav_item:nth-of-type(4) {
    margin-right: 20px;
  }
  .footer__nav_item:nth-of-type(5) {
    flex: 0 1 32%;
    margin-right: 30px;
  }
  .footer__nav_item:nth-of-type(7) {
    margin-right: 20px;
  }
}

.footer__nav_link {
  display: block;
}

.footer__nav_link_en {
  font-size: 2em;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__nav_link_en {
    display: block;
    font-size: 1.7em;
    line-height: 1;
  }
}

.footer__nav_link_ja {
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .footer__nav_link_ja {
    margin-left: 0;
    font-size: 0.9em;
  }
}

.footer__nav_list2 {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .footer__nav_list2 {
    display: none;
  }
}

.footer__nav_item2 {
  font-size: 1.2em;
  margin-bottom: 2px;
}

.footer__nav_link2 {
  color: #ffffff;
  letter-spacing: 0;
}

.footer__nav_link_wrapper {
  margin-top: 10px;
}

.footer__logo {
  display: flex;
  align-items: center;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 27px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.footer__logo_figure {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__logo_figure {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.footer__logo_figure2 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__logo_figure2 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo_img {
    width: 167px;
  }
}

.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  background-color: #292B2F;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 50px;
    height: 52px;
  }
}

.footer__copyright_small {
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__copyright_small {
    font-size: 1em;
  }
}

.l-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.two-column {
  display: flex;
}
@media screen and (max-width: 768px) {
  .two-column {
    flex-direction: column;
  }
}

.two-column_left {
  flex: 0 1 27%;
}

.two-column_right {
  flex: 0 1 73%;
}

.dl_wrap {
  display: flex;
  padding: 23px 0 18px;
  border-top: solid 1px #B5B5B6;
}
@media screen and (max-width: 768px) {
  .dl_wrap {
    padding: 16px 0 17px;
  }
}

.dt, .dd {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .dt, .dd {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    width: 53%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 99;
  }
  .nav.js-show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.nav a {
  display: flex;
  justify-content: center;
  color: #231815;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.nav a::after {
  position: absolute;
  width: 255%;
  top: 20px;
  display: block;
  color: #7D7D7D;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.7em;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .nav a::after {
    font-size: 0.6em;
    position: absolute;
    top: 27px;
  }
}
.nav a:hover {
  color: #231815;
}
@media screen and (max-width: 768px) {
  .nav a {
    font-size: 2.5em;
    width: 100%;
  }
}

.nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav__list {
    flex-direction: column;
    margin-top: 147px;
  }
}

.nav__item {
  margin-left: 47px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav__item {
    margin-left: 0;
    margin-bottom: 53px;
  }
}

.nav__link_company {
  position: relative;
}
.nav__link_company::after {
  position: absolute;
  content: "会社情報";
}

.nav__link_business {
  position: relative;
}
.nav__link_business::after {
  position: absolute;
  content: "事業紹介";
}

.nav__link_awards {
  position: relative;
}
.nav__link_awards::after {
  position: absolute;
  content: "受賞実績";
}

.nav__link_live {
  position: relative;
}
.nav__link_live::after {
  position: absolute;
  content: "現場LIVE配信";
}

.nav__link_recruit {
  position: relative;
}
.nav__link_recruit::after {
  position: absolute;
  content: "採用情報";
}

.nav__link_news {
  position: relative;
}
.nav__link_news::after {
  position: absolute;
  content: "ニュース・トピックス";
}

.nav__link_contact {
  position: relative;
}
.nav__link_contact::after {
  position: absolute;
  content: "お問い合わせ";
}

.nav__link_en {
  display: block;
  color: #231815;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .nav__link_en {
    font-size: 2.5em;
  }
}

.nav__link_ja {
  display: block;
  color: #7D7D7D;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.1em;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .nav__link_ja {
    font-size: 1.5em;
  }
}

.title {
  line-height: 1;
}

.title__en {
  display: block;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5em;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 3.3em;
  }
}

.title__red {
  color: #E60012;
  line-height: 1;
  letter-spacing: 0.06em;
}

.title__ja {
  display: inline-block;
  font-size: 1.4em;
  color: #231815;
  margin-top: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .title__ja {
    margin-top: 2px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-family: "Noto Serif", serif;
  color: #000000;
  width: 230px;
  height: 55px;
  letter-spacing: 0.15em;
  border: solid 1px #898989;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
.btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 16px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  display: inline-block;
  transform: rotate(45deg);
}
.btn:hover {
  color: #000000;
  opacity: 0.7;
}

.news__list {
  width: 100%;
}

.news__item {
  border-top: solid 1px #B5B5B6;
  display: flex;
  align-items: center;
  padding: 19px 0 20px;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-wrap: wrap;
    padding-top: 9px;
    align-content: flex-start;
    height: 100%;
  }
}
.news__item:last-of-type {
  border-bottom: solid 1px #B5B5B6;
}
@media screen and (max-width: 768px) {
  .news__item {
    padding-bottom: 9px;
  }
}

.news__item_datetime {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  margin-left: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news__item_datetime {
    margin-left: 0;
    font-size: 1.3em;
  }
}

.news__item_tag {
  margin-left: 46px;
  margin-top: 6px;
}
.news__item_tag a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  width: 70px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.news__item_tag.news__category {
  background-color: #E60012;
}
.news__item_tag.blog__category {
  background-color: #898989;
}
.news__item_tag.recruit__category {
  background-color: #373B42;
}
@media screen and (max-width: 768px) {
  .news__item_tag {
    margin-left: 16px;
  }
  .news__item_tag a {
    width: 56px;
  }
}

.news__item_content {
  display: inline-block;
  font-size: 1.5em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 50px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news__item_content {
    margin-left: 0;
    font-size: 1.3em;
    margin-top: 3px;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .news__link {
    width: 100%;
  }
}

.top-btn {
  position: fixed;
  right: 23px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  background-color: #E60012;
  border: solid 0px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
.top-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top-btn {
    right: 19px;
  }
}

.top-btn__arrow {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 45%;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(-45deg);
  border-top: 1px solid #ffffff;
}

.botton-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .botton-menu {
    display: block;
    width: 38px;
    height: 20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .botton-menu__line {
    display: block;
    background-color: #000000;
    width: 100%;
    height: 2px;
    position: absolute;
  }
  .botton-menu__line:nth-last-of-type(1) {
    top: 5px;
  }
  .botton-menu__line:nth-last-of-type(2) {
    top: 13px;
  }
  .botton-menu__line:nth-last-of-type(3) {
    top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .botton-menu.js-active .botton-menu__line:nth-last-of-type(1) {
    top: 13px;
    transform: rotate(30deg);
    transition: transform 0.3s;
  }
  .botton-menu.js-active .botton-menu__line:nth-last-of-type(2) {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .botton-menu.js-active .botton-menu__line:nth-last-of-type(3) {
    top: 13px;
    transform: rotate(-30deg);
    transition: transform 0.3s;
  }
}
.fv_nav {
  margin-top: 58px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fv_nav {
    margin-top: 75px;
  }
}

.fv_nav__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv_nav__list {
    flex-wrap: wrap;
  }
}

.fv_nav__item {
  font-size: 1.4em;
  font-family: "Noto Serif", serif;
  padding-right: 23px;
  margin-right: 27px;
  border-right: solid 1px #231815;
  transition: 0.3s;
}
.fv_nav__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: solid 0;
}
@media screen and (max-width: 768px) {
  .fv_nav__item {
    padding-right: 5px;
    margin-right: 8px;
  }
}

.fv_nav__link {
  display: block;
  line-height: 1.2;
  color: #231815;
}
.fv_nav__link:hover {
  color: #E60012;
}

.company_fv__inner {
  position: relative;
}

.company_fv__title {
  position: absolute;
  top: 127px;
  right: 400px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .company_fv__title {
    position: static;
    padding-top: 24px;
    padding-bottom: 12px;
  }
}
.company_fv__title .title__en {
  font-size: 3.3em;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .company_fv__title .title__en {
    font-size: 2.8em;
    margin-right: 19px;
  }
}
.company_fv__title .title__ja {
  font-size: 1.1em;
  line-height: 1.2;
}

.company_fv__lead {
  position: absolute;
  top: 186px;
  right: 40px;
  font-size: 3.5em;
  font-family: "Noto Serif", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company_fv__lead {
    font-size: 2em;
    top: 385px;
    right: 0;
    left: 19px;
  }
}

.company_fv__bg img {
  width: 100%;
  height: 458px;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 768px) {
  .company_fv__bg img {
    height: 236px;
  }
}

.pagination {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pagination {
    justify-content: center;
  }
}

.pagination__prev_btn,
.pagination__next_btn {
  position: absolute;
  width: 115px;
  border: solid 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: #FFFFFF;
  font-size: 1.6em;
  font-family: "Noto Serif", serif;
  padding: 0;
  border-right: solid 1px #898989;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
}
.pagination__prev_btn:last-of-type,
.pagination__next_btn:last-of-type {
  border-right: solid 0;
}
@media screen and (max-width: 768px) {
  .pagination__prev_btn,
  .pagination__next_btn {
    width: 74px;
    height: 36px;
    font-size: 1em;
  }
}

.pagination__prev_btn {
  position: relative;
  padding-left: 12px;
  left: -326px;
  top: 58px;
}
@media screen and (max-width: 768px) {
  .pagination__prev_btn {
    top: -28px;
    left: calc(50% - 74px);
  }
}
.pagination__prev_btn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 45%;
  left: 18px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  display: inline-block;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .pagination__prev_btn::before {
    width: 6px;
    height: 6px;
    top: 40%;
    left: 11px;
  }
}

.pagination__next_btn {
  position: relative;
  padding-right: 12px;
  position: absolute;
  top: 58px;
  left: -211px;
}
@media screen and (max-width: 768px) {
  .pagination__next_btn {
    top: -28px;
    left: 50%;
  }
}
.pagination__next_btn::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 45%;
  right: 18px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagination__next_btn::after {
    width: 6px;
    height: 6px;
    top: 40%;
    right: 11px;
  }
}

.aside {
  flex: 0 1 28%;
  padding-left: 90px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .aside {
    flex: 0 1 100%;
    padding-left: 0;
  }
}
.aside .side_headline {
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 1.7em;
  font-family: "Barlow Condensed", sans-serif !important;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 14px;
  border-bottom: solid 1px #B5B5B6;
}
.aside .menu {
  margin-top: 32px;
}
.aside .nav__item {
  text-align: left;
}
.aside a {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #B5B5B6;
  color: #000000;
}
.aside a:hover {
  color: #000000;
  text-decoration: none;
}

.aside__list {
  margin-top: 32px;
  margin-bottom: 37px;
}

.aside__link {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #B5B5B6;
  color: #000000;
}
.aside__link:hover {
  color: #000000;
  text-decoration: none;
}

.fv__inner {
  max-width: 1366px;
  position: relative;
  height: 695px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    height: 530px;
  }
}

.fv__title {
  position: absolute;
  bottom: 32px;
  left: 74px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    bottom: 80px;
    left: 24px;
  }
  .fv__title img {
    width: 300px;
  }
}

.fv__video_wrapper {
  position: absolute;
  top: 87px;
  width: 100%;
  height: 673px;
  overflow-y: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv__video_wrapper {
    top: 84px;
  }
}
.fv__video_wrapper video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__video_wrapper video {
    height: 502px;
    object-fit: cover;
    object-position: center;
  }
}

.construct {
  position: relative;
  background-color: #E0E0E0;
  padding-bottom: 60px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .construct {
    padding-bottom: 45px;
  }
}

.construct__bg {
  position: absolute;
  width: 100%;
  height: 530px;
  overflow-y: hidden;
  z-index: -1;
}
.construct__bg img {
  width: 100%;
}

.construct__copy {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 3.5em;
  text-align: center;
  letter-spacing: 0.33em;
  padding-top: 83px;
}
@media screen and (max-width: 768px) {
  .construct__copy {
    font-size: 1.7em;
    padding-top: 28px;
  }
}

.construct__read {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .construct__read {
    line-height: 1.73;
    margin-top: 16px;
    letter-spacing: 0.1em;
  }
}

.construct__heading {
  text-align: center;
  padding-top: 112px;
}
@media screen and (max-width: 768px) {
  .construct__heading {
    padding-top: 35px;
  }
}

.construct__body {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .construct__body {
    flex-direction: column;
    margin-top: 30px;
  }
}

.construct__content {
  flex: 0 1 31%;
}
@media screen and (max-width: 768px) {
  .construct__content {
    margin-bottom: 50px;
  }
  .construct__content:last-of-type {
    margin-bottom: 0;
  }
  .construct__content img {
    width: 100%;
  }
}

.construct__content_title {
  font-family: "Noto Serif", serif;
  font-size: 2.3em;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.16em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .construct__content_title {
    font-size: 1.8em;
    margin-top: -5px;
  }
}

.construct__content_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1;
}

.construct__content_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .construct__content_text {
    font-size: 1.3em;
    margin-top: 8px;
    line-height: 1.84;
  }
}

.business {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .business {
    margin-top: 65px;
  }
}

.business__wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .business__wrapper {
    flex-direction: column;
    position: relative;
  }
}

.business__slide {
  flex: 0 1 58%;
}
@media screen and (max-width: 768px) {
  .business__slide {
    order: 2;
  }
  .business__slide img {
    width: 100%;
    position: absolute;
    top: 90px;
    height: 192px;
    object-fit: contain;
    object-position: top center;
  }
}

.business__prev_image.is-inActive,
.business__next_image.is-inActive {
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .business__prev_image {
    position: absolute;
    top: 31%;
    left: 0;
    z-index: 1;
    background: #000000;
    font-size: 45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    opacity: 0.6;
  }
  .business__prev_image::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 35%;
    left: 23px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(225deg);
    border-top: 1px solid #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .business__next_image {
    position: absolute;
    top: 31%;
    right: 0;
    z-index: 1;
    background: #000000;
    font-size: 45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    opacity: 0.6;
  }
  .business__next_image::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 35%;
    right: 23px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    border-top: 1px solid #ffffff;
  }
}

.business__container {
  flex: 0 1 42%;
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .business__container {
    padding-left: 0;
  }
}

.business__heading .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .business__heading .title {
    justify-content: flex-start;
  }
}
.business__heading .title__ja {
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .business__heading .title__ja {
    line-height: 1;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .business__heading {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .business__body {
    max-width: 335px;
    margin: 0 auto;
    order: 3;
  }
}

.business__sub {
  font-size: 3.5em;
  font-family: "Noto Serif", serif;
  margin-top: 23px;
  line-height: 1;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .business__sub {
    font-size: 2.2em;
    margin-top: 12px;
  }
}

.business__text {
  padding-right: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .business__text {
    margin-top: 227px;
  }
}

.business__btn_wrapper {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .business__btn_wrapper {
    margin-top: 40px;
  }
}

.business__container2 {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .business__container2 {
    display: none;
  }
}

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

.business__slide_item {
  margin-right: 13px;
  opacity: 0.4;
}
.business__slide_item:last-of-type {
  margin-right: 0;
}
.business__slide_item.is-active {
  opacity: 1;
}
.business__slide_item.is-active .business__slide_img {
  border: solid 1px #898989;
}

.business__slide_img {
  width: 170px;
  vertical-align: bottom;
  padding: 8px 9px;
}

.business__slide_title {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 13px;
  margin-top: 2px;
}

.company {
  background-color: #E0E0E0;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .company {
    margin-top: 60px;
  }
}

.company__btn_link {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__btn_link img {
    width: 100%;
  }
}

.company__btn_img {
  vertical-align: bottom;
}

.company__heading {
  text-align: center;
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .company__heading {
    padding-top: 50px;
  }
}

.company__btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company__btn_wrapper {
    flex-direction: column;
  }
}

.company__btn_heading {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2509803922);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .company__btn_heading {
    height: 47px;
  }
}

.company__btn_title_en {
  font-size: 2.5em;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin-left: 47px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .company__btn_title_en {
    font-size: 1.5em;
    margin-left: 21px;
  }
}

.company__btn_title_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  margin-left: 16px;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .company__btn_title_ja {
    font-size: 1.5em;
    margin-top: 0;
    margin-left: 18px;
  }
}

.company__btn_wrapper2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
  padding-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .company__btn_wrapper2 {
    margin-top: 0;
    padding: 30px 34px;
  }
}

.company__btn_link2 {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__btn_link2 {
    width: 47%;
    margin-bottom: 15px;
  }
  .company__btn_link2::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 45%;
    right: 10px;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
    display: inline-block;
    transform: rotate(45deg);
  }
}

.company__btn_heading2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 375px;
  height: 196px;
}
@media screen and (max-width: 768px) {
  .company__btn_heading2 {
    width: 100%;
    height: 76px;
  }
}

.company__btn_title_en2 {
  font-family: "Noto Serif", serif;
  font-size: 2.7em;
  color: #231815;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company__btn_title_en2 {
    font-size: 1.5em;
  }
}

.company__btn_title_ja2 {
  font-size: 1.4em;
  color: #595757;
  margin-right: 10px;
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .company__btn_title_ja2 {
    font-size: 1.3em;
    line-height: 1;
    margin-right: 0;
  }
}
.company__btn_title_ja2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 9px;
  right: -15px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .company__btn_title_ja2::after {
    display: none;
  }
}

.news {
  margin-top: 90px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 50px;
    margin-bottom: 95px;
  }
}

.news__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
  }
}

.news__heading {
  flex: 0 1 28%;
}

.news__btn_wrapper {
  margin-top: 35px;
}
.news__btn_wrapper .btn {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .news__btn_wrapper .btn {
    width: 141px;
    height: 47px;
    font-size: 1.3em;
  }
  .news__btn_wrapper .btn::after {
    width: 7px;
    height: 7px;
    right: 10px;
  }
}

.news__body {
  flex: 0 1 72%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news__body {
    margin-top: 30px;
  }
}

.company_fv__heading {
  text-align: center;
  margin-top: 65px;
}

.represent {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .represent {
    margin-top: 4px;
  }
}

.represent__heading {
  margin-top: 5px;
}

.represent__title {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.represent__name {
  font-size: 2.4em;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .represent__name {
    font-size: 1.8em;
    margin-top: 4px;
    line-height: 1;
  }
}

.represent__text {
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .represent__text {
    margin-top: 88px;
    line-height: 1.84;
    letter-spacing: 0.1em;
  }
}

.philosophy {
  background-color: #E0E0E0;
  margin-top: 95px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    margin-top: 45px;
    padding-bottom: 35px;
  }
}

.philosophy__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .philosophy__inner {
    flex-direction: column;
  }
}

.philosophy__container {
  flex: 0 1 54%;
}

.philosophy__heading {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .philosophy__heading {
    padding-top: 37px;
  }
}

.philosophy__body {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .philosophy__body {
    margin-top: 10px;
  }
}

.philosophy__text {
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .philosophy__text {
    line-height: 1.84;
  }
}

.philosophy__figure {
  margin-top: 60px;
  flex: 0 1 46%;
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy__figure {
    margin-top: 28px;
    text-align: center;
    padding-left: 0;
  }
}
.philosophy__figure img {
  width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .philosophy__figure img {
    width: 328px;
  }
}

.profile {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .profile {
    padding-bottom: 25px;
  }
}

.profile__figure img {
  width: 100%;
}

.profile__content {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .profile__content {
    margin-top: 20px;
  }
}

.profile__dt {
  flex: 0 1 23%;
}
@media screen and (max-width: 768px) {
  .profile__dt {
    flex: 0 1 28%;
  }
}

.profile__dd {
  flex: 0 1 77%;
}
@media screen and (max-width: 768px) {
  .profile__dd {
    flex: 0 1 72%;
  }
}

.profile__body {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .profile__body {
    margin-top: 34px;
  }
}

.profile__office {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile__office {
    flex-direction: column;
  }
}
.profile__office:last-of-type {
  margin-bottom: 0;
}

.profile__office_name {
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  flex: 0 1 25%;
}

.profile__list {
  margin-right: 65px;
  flex: 0 1 49%;
}
@media screen and (max-width: 768px) {
  .profile__list {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .profile__item {
    line-height: 1.6;
  }
}

.profile__map {
  font-size: 0.8em;
  display: inline-block;
  color: #000000;
  border: solid 1px #000000;
  margin-top: 5px;
  padding: 0 17px;
  position: relative;
}
.profile__map::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 9px;
  right: 8px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  display: inline-block;
  transform: rotate(45deg);
}
.profile__map:hover {
  color: #000000;
}

.history {
  background-color: #E0E0E0;
  padding-top: 98px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .history {
    padding-top: 47px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .history__left {
    padding-bottom: 40px;
  }
}

.history__left2 {
  margin-right: 98px;
}

.history__dt {
  flex: 0 1 14%;
}
@media screen and (max-width: 768px) {
  .history__dt {
    flex: 0 1 24%;
  }
}

.history__month {
  flex: 0 1 9%;
}
@media screen and (max-width: 768px) {
  .history__month {
    flex: 0 1 17%;
  }
}

.history__column {
  position: relative;
}
@media screen and (max-width: 768px) {
  .history__column {
    margin-top: 44px;
  }
}

.history__column_right {
  margin-left: 230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history__column_right {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .history__item {
    width: 100%;
  }
}

.history__list {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .history__list {
    margin-top: 28px;
  }
}
.history__list img {
  width: 680px;
}
@media screen and (max-width: 768px) {
  .history__list img {
    width: 100%;
  }
}

.history__explain {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2509803922);
  padding: 22px 48px;
}
@media screen and (max-width: 768px) {
  .history__explain {
    padding: 7px 11px;
  }
}

.iso {
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .iso {
    padding-bottom: 75px;
  }
}

.iso__heading {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .iso__heading {
    margin-top: 50px;
  }
}

.iso__body {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .iso__body {
    margin-top: 64px;
  }
}

.iso__container {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .iso__container {
    margin-bottom: 46px;
  }
}

.iso__title {
  display: flex;
  justify-content: space-between;
  width: 438px;
}
@media screen and (max-width: 768px) {
  .iso__title {
    width: 100%;
    justify-content: flex-start;
    position: relative;
  }
  .iso__title::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #898989;
  }
}

.iso__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .iso__wrap {
    flex-direction: column;
  }
}

.iso__wrap2 {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .iso__wrap2 {
    flex-direction: column;
  }
}

.iso__wrap3 {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .iso__wrap3 {
    justify-content: space-between;
    margin-top: 13px;
  }
}

.iso__title_wrap {
  line-height: 1;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .iso__title_wrap {
    margin-right: 6px;
  }
}

.iso__span {
  font-size: 3.8em;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .iso__span {
    font-size: 2em;
    display: block;
    letter-spacing: 0.08em;
  }
}

.iso__span_sm {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
}

.iso__text {
  flex: 0 1 75%;
  padding-left: 35px;
  font-size: 1.6em;
  letter-spacing: 0.15em;
  border-left: solid 1px #898989;
}
@media screen and (max-width: 768px) {
  .iso__text {
    font-size: 1.3em;
    padding-left: 0px;
    border-left: solid 0px;
    margin-top: 26px;
    line-height: 1.9;
  }
}

.iso__title_sub {
  font-size: 2.3em;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .iso__title_sub {
    font-size: 1.8em;
    margin-top: 31px;
    line-height: 1;
  }
}

.iso__list {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .iso__list {
    margin-top: 7px;
  }
}

.iso__item {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .iso__item {
    font-size: 1.3em;
    line-height: 1.8;
  }
}

.iso__figure {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .iso__figure {
    justify-content: center;
    margin-top: 23px;
  }
}
.iso__figure img {
  width: 113px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .iso__figure img {
    margin-left: 10px;
    width: 76px;
  }
  .iso__figure img:first-of-type {
    margin-left: 0;
  }
}

.iso__figure2 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .iso__figure2 {
    justify-content: center;
    margin-top: 20px;
  }
}
.iso__figure2 img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .iso__figure2 img {
    width: 115px;
  }
}

.iso__represent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .iso__represent {
    font-size: 1.3em;
  }
}

.iso__represent_name {
  font-size: 2.4em;
  font-family: "Noto Serif", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .iso__represent_name {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 768px) {
  .business_fv .fv_nav {
    margin-top: 54px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .business_fv .fv_nav__item {
    margin-bottom: 8px;
  }
}

.business_fv__heading {
  text-align: center;
  margin-top: 65px;
}

.introduce {
  margin-top: 125px;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .introduce {
    margin-top: 36px;
    margin-bottom: 135px;
  }
}

.introduce__inner {
  padding-left: 83px;
}
@media screen and (max-width: 768px) {
  .introduce__inner {
    padding: 0 20px;
  }
}

.introduce__container {
  display: flex;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .introduce__container {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.introduce__content {
  flex: 0 1 37%;
}

.introduce__heading {
  line-height: 1;
}

.introduce__heading_en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  .introduce__heading_en {
    font-size: 2em;
  }
}

.introduce__heading_ja {
  display: block;
  font-size: 3.6em;
  font-family: "Noto Sans JP", sans-serif;
}
.introduce__heading_ja_sm {
  font-size: 3.4em;
}
@media screen and (max-width: 768px) {
  .introduce__heading_ja {
    font-size: 2.2em;
    line-height: 1.8;
  }
}

.introduce__text {
  margin-top: 13px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .introduce__text {
    margin-top: 20px;
    margin-right: 0;
    line-height: 1.84;
  }
}

.introduce__slide {
  flex: 0 1 63%;
  min-width: 0;
  min-height: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .introduce__slide {
    margin-top: 24px;
  }
}
.introduce__slide .slick-prev {
  position: absolute;
  top: 39%;
  left: 0;
  z-index: 1;
  background: #000000;
  font-size: 45px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .introduce__slide .slick-prev {
    top: 32%;
  }
}
.introduce__slide .slick-prev::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 35%;
  left: 23px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(225deg);
  border-top: 1px solid #ffffff;
}
.introduce__slide .slick-next {
  position: absolute;
  top: 39%;
  right: 24%;
  z-index: 1;
  background: #000000;
  font-size: 45px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .introduce__slide .slick-next {
    right: 0;
    top: 32%;
  }
}
.introduce__slide .slick-next::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 35%;
  right: 23px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(45deg);
  border-top: 1px solid #ffffff;
}

.introduce__slide_list {
  display: flex;
}

.introduce__slide_item {
  width: 45vw;
}
.introduce__slide_item img {
  width: 100%;
}

.introduce__slide_text {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .introduce__slide_text {
    margin-top: 0px;
  }
}

.introduce__housing_btn_wrapper {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .introduce__housing_btn_wrapper {
    text-align: center;
  }
}

.introduce__housing_btn {
  display: inline-block;
  border: solid 1px #898989;
  padding: 10px 43px 3px 31px;
  position: relative;
}
.introduce__housing_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 41%;
  right: 16px;
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
  transform: rotate(45deg);
}
.introduce__housing_btn img {
  width: 193px;
}

.introduce__btn_wrapper {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .introduce__btn_wrapper {
    padding: 0 33px;
  }
}

.introduce__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #E60012;
  width: 980px;
  height: 104px;
  letter-spacing: 0.15em;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduce__btn {
    width: 100%;
    height: 63px;
    font-size: 1.3em;
  }
}
.introduce__btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 39px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .introduce__btn::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}

.recruit__inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}

.recruit__dt {
  flex: 0 1 21%;
}
@media screen and (max-width: 768px) {
  .recruit__dt {
    flex: 0 1 35%;
  }
}

.recruit__dd {
  flex: 0 1 79%;
}
@media screen and (max-width: 768px) {
  .recruit__dd {
    flex: 0 1 65%;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.graduate__heading {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .graduate__heading {
    margin-top: 62px;
  }
}

.graduate__body {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .graduate__body {
    margin-top: 38px;
  }
}

.graduate__btn_wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .graduate__btn_wrapper {
    padding: 0 20px;
    margin-top: 56px;
  }
}

.graduate__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #373B42;
  width: 570px;
  height: 94px;
  letter-spacing: 0.15em;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .graduate__btn {
    width: 100%;
    height: 63px;
    font-size: 1.3em;
  }
}
.graduate__btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 39px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .graduate__btn::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}

.career__heading {
  text-align: center;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .career__heading {
    margin-top: 52px;
  }
}

.career__body {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .career__body {
    margin-top: 46px;
  }
}

.internship__heading {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .internship__heading {
    margin-top: 53px;
  }
}

.internship__body {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .internship__body {
    margin-top: 44px;
  }
}

.internship__figure {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .internship__figure {
    margin-top: 40px;
  }
}

.internship__img {
  width: 100%;
}

.news__article {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .news__article {
    margin-top: 73px;
  }
}

.news_detail__heading {
  text-align: center;
  margin-top: 65px;
}

.news_detail__body {
  display: flex;
  margin-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .news_detail__body {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.news_detail__article {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .news_detail__article {
    margin-top: 45px;
  }
}

.news_detail__time {
  font-size: 1.3em;
  color: #858585;
  letter-spacing: 0.1em;
}

.news_detail__tag {
  font-size: 1.3em;
  color: #858585;
  letter-spacing: 0.1em;
  margin-left: 8px;
}

.news_detail__title {
  font-size: 2.6em;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
  border-bottom: solid 1px #B5B5B6;
}
@media screen and (max-width: 768px) {
  .news_detail__title {
    font-size: 1.5em;
    line-height: 1.6;
    padding-bottom: 10px;
  }
}

.news_detail__content {
  padding-right: 40px;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .news_detail__content {
    padding-right: 0;
    margin-top: 13px;
  }
}
.news_detail__content figure {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .news_detail__content figure {
    margin-bottom: 9px;
  }
}
.news_detail__content img {
  width: 100%;
}
.news_detail__content h2 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_detail__content h2 {
    font-size: 20px;
    line-height: 1.8;
  }
}
.news_detail__content h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_detail__content h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.news_detail__content h4 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_detail__content h4 {
    font-size: 17px;
    line-height: 1.8;
  }
}
.news_detail__content h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news_detail__content h5 {
    font-size: 16px;
    line-height: 1.8;
  }
}
.news_detail__content h6 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news_detail__content h6 {
    font-size: 15px;
    line-height: 1.8;
  }
}
.news_detail__content ul {
  font-size: 15px;
  list-style: inside;
}
@media screen and (max-width: 768px) {
  .news_detail__content ul {
    font-size: 1.3em;
    line-height: 1.8;
  }
}
.news_detail__content ol {
  font-size: 15px;
  list-style-type: decimal;
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  .news_detail__content ol {
    font-size: 1.3em;
    line-height: 1.8;
  }
}
.news_detail__content p {
  letter-spacing: 0.03em;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .news_detail__content p {
    font-size: 1.3em;
    line-height: 1.8;
  }
}

.contact__heading {
  text-align: center;
  margin-top: 64px;
}

.wp-block-contact-form-7-contact-form-selector {
  margin-bottom: 140px;
}

.wpcf7 {
  border: 0px solid;
  background-color: #ffffff;
  padding: 70px 17px 0 42px;
}
@media screen and (max-width: 768px) {
  .wpcf7 {
    padding: 47px 0 0;
  }
}
.wpcf7 p {
  flex: 0 1 77%;
}
@media screen and (max-width: 768px) {
  .wpcf7 p {
    flex: 0 1 68%;
    margin-bottom: 10px;
  }
}
.wpcf7 label {
  display: flex;
}
.wpcf7 input {
  background-color: #E0E0E0;
  border: solid 0px;
  border-radius: 3px;
  height: 67px;
  color: #848484;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7 input {
    font-size: 0.93em;
    height: 45px;
    padding-left: 15px;
  }
}
.wpcf7 input.wpcf7-submit {
  background-color: #E60012;
  display: block;
  width: 100%;
  height: 56px;
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 1em;
  background-color: #E60012;
  border: solid 0;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 0;
}
.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.7;
  background-color: #E60012;
}
.wpcf7 input.wpcf7-previous {
  background-color: #E60012;
  display: block;
  width: 100%;
  height: 56px;
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 1em;
  background-color: #E60012;
  border: solid 0;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 0;
}
.wpcf7 input.wpcf7-previous:hover {
  opacity: 0.7;
  background-color: #E60012;
}
.wpcf7 textarea {
  background-color: #E0E0E0;
  border: solid 0px;
  border-radius: 3px;
  color: #848484;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  padding-left: 20px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .wpcf7 textarea {
    font-size: 0.93em;
    padding-left: 15px;
  }
}

.form_wrapper,
.form_wrapper2,
.form_wrapper3,
.form_wrapper4,
.form_wrapper5,
.form_wrapper6,
.form_wrapper7,
.form_wrapper8,
.form_wrapper9 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form_wrapper,
  .form_wrapper2,
  .form_wrapper3,
  .form_wrapper4,
  .form_wrapper5,
  .form_wrapper6,
  .form_wrapper7,
  .form_wrapper8,
  .form_wrapper9 {
    margin-bottom: 7px;
  }
}
.form_wrapper p,
.form_wrapper2 p,
.form_wrapper3 p,
.form_wrapper4 p,
.form_wrapper5 p,
.form_wrapper6 p,
.form_wrapper7 p,
.form_wrapper8 p,
.form_wrapper9 p {
  line-height: 1;
}

.form_wrapper {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .form_wrapper {
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.form_wrapper5 {
  margin-bottom: 0px;
}
.form_wrapper5 p {
  display: flex;
  align-items: center;
}

.form_wrapper9 {
  align-items: flex-start;
}
.form_wrapper9 .form_heading {
  margin-top: 18px;
}

.form_wrapper10 {
  padding-left: 252px;
}
@media screen and (max-width: 768px) {
  .form_wrapper10 {
    padding-left: 0;
    margin-top: 33px;
  }
}
.form_wrapper10 p {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .form_wrapper10 p {
    font-size: 0.93em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.form_heading {
  flex: 0 1 23%;
}
@media screen and (max-width: 768px) {
  .form_heading {
    flex: 0 1 32%;
  }
}

.form_title {
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .form_title {
    font-size: 0.93em;
    line-height: 1.5;
    display: inline-block;
  }
}

.form_title_red {
  font-size: 1.1em;
  color: #E60012;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .form_title_red {
    font-size: 0.93em;
  }
}

.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.wpcf7 .wpcf7-radio {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio {
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-list-item {
  margin: 0 26px 0 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  margin-left: 43px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    font-size: 0.93em;
    margin-left: 33px;
    margin-bottom: 7px;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: -43px;
  margin: -10px 0 0 -2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    top: 8px;
    left: -27px;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 5px;
  left: -37px;
  border-radius: 50%;
  background-color: #E60012;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item-label::after {
    width: 7px;
    height: 7px;
    top: 3.5px;
    left: -23.5px;
  }
}
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .wpcf7 form {
    margin: 0;
  }
}
.form_code {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .form_code {
    margin-right: 13px;
  }
}

.form_code2 {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .form_code2 {
    margin: 0 4px;
  }
}

.wpcf7-form-control-wrap[data-name=your-zip-code] {
  flex: 0 1 18.5%;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name=your-zip-code] {
    flex: 0 1 34%;
  }
}

.wpcf7-form-control-wrap[data-name=your-zip-code2] {
  flex: 0 1 24%;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name=your-zip-code2] {
    flex: 0 1 46%;
  }
}

.form_scroll {
  width: 100%;
  height: 185px;
  padding: 0.25em;
  overflow-y: auto;
  margin-top: 60px;
}

.form_text_bold {
  font-weight: bold;
}

.form_scroll {
  -webkit-overflow-scrolling: touch;
}
.form_scroll::-webkit-scrollbar {
  width: 8px;
}
.form_scroll::-webkit-scrollbar-thumb {
  background-color: #E60012;
  border-radius: 4px;
}
.form_scroll::-webkit-scrollbar-track {
  background-color: #F3F8FB;
  border-radius: 4px;
}

.wpcf7-acceptance {
  display: inline-block;
  margin-left: 70px;
}

.form_acceptance {
  text-align: center;
  margin-top: 80px;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 1.2em;
}

input[type=checkbox] {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.83em;
    letter-spacing: 0;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  top: 40%;
  left: -43px;
  margin: -10px 0 0 -2px;
  width: 32px;
  height: 32px;
  border: solid 2px #E60012;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 26px;
    height: 26px;
    left: -32px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 27%;
  left: -38px;
  background-color: #E60012;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    width: 15px;
    height: 15px;
    top: 14%;
    left: -28.5px;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form_btn_wrapper {
  display: block;
  width: 340px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_btn_wrapper {
    padding: 0px 23px;
  }
}
.form_btn_wrapper::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 28%;
  right: 16px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form_btn_wrapper::after {
    right: 46px;
  }
}

.form_content {
  font-size: 1.4em;
}

.form_previous_wrapper {
  display: block;
  width: 340px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_previous_wrapper {
    padding: 0px 23px;
  }
}
.form_previous_wrapper::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 42%;
  left: 16px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .form_previous_wrapper::after {
    left: 46px;
  }
}

.article__thanks {
  margin-top: 90px;
  margin-bottom: 50px;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .article__thanks {
    padding: 0;
  }
}

.live_detail__heading {
  text-align: center;
  margin-top: 65px;
}

.live_detail__body {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 176px;
  margin-top: 126px;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .live_detail__body {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .live_detail__body {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.live_detail__body .Live__item {
  width: 430px;
  padding: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .live_detail__body .Live__item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .live_detail__body .Live__item__video {
    width: 100%;
  }
}
.live_detail__body .Live__item__video iframe {
  aspect-ratio: 214/124;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
}
.live_detail__body .Live__item__title {
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .live_detail__body .Live__item__title {
    font-size: 12px;
    width: 100%;
    padding-left: 0;
  }
}

.Accordion {
  border: 1px solid #C4C5C5;
  width: 200px;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Accordion {
    width: 120px;
  }
}
.Accordion .question {
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Accordion .question {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.Accordion .question::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  width: 0.1rem;
  height: 1.15rem;
  background-color: #C4C5C5;
  transform: rotate(0deg);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .Accordion .question::after {
    height: 0.7rem;
    top: 35%;
    right: 10px;
  }
}
.Accordion .question::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  width: 0.1rem;
  height: 1.1rem;
  background-color: #C4C5C5;
  /* border-top: solid 2px #707070; */
  /* border-right: solid 2px #707070; */
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .Accordion .question::before {
    height: 0.7rem;
    top: 35%;
    right: 10px;
  }
}
.Accordion .question.close::after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s;
}
.Accordion .Box {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .Accordion .Box {
    padding: 5px 10px;
  }
}
.Accordion .Box li {
  line-height: 20px;
  list-style-type: none;
}
.Accordion .Box li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .Accordion .Box li a {
    line-height: 19px;
    font-size: 12px;
  }
}
.Accordion .Box li a:hover {
  opacity: 0.7;
  color: #000;
}

.awards_detail__heading {
  text-align: center;
  margin-top: 45px;
}

.awards_detail__body {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 116px;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .awards_detail__body {
    margin-top: 50px;
  }
}
.awards_detail__body__inner {
  display: flex;
  flex-wrap: wrap;
}

.Aword {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .Aword {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .Aword:last-of-type {
    margin-bottom: 0;
  }
}
.Aword:hover {
  transition: all 300ms;
}
.Aword:hover .Aword__text__ttl {
  color: #000;
  text-decoration:underline;
  text-decoration-color:#231815
}
.Aword:hover .Aword__text__btn {
  background-color: #DF0012;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Aword:hover .Aword__text__btn {
    background-color: #fff;
    color: #DF0012;
  }
}
.Aword:hover .Aword__text__btn::before {
  background: url(../img/awords/white_allow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Aword:hover .Aword__text__btn::before {
    background: url(../img/awords/red_allow.png) no-repeat center/contain;
  }
}
.Aword__img {
  margin-bottom: 15px;
  aspect-ratio: 476/270;
}
@media screen and (max-width: 768px) {
  .Aword__img {
    margin-bottom: 7px;
  }
}
.Aword__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Aword__text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.Aword__text__year {
  font-size: 1.5em;
  color: #231815;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .Aword__text__year {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.Aword__text__ttl {
  font-size: 1.9em;
  line-height: 1.7;
  letter-spacing: 0.08rem;
  color: #231815;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 62px;
}
@media screen and (max-width: 768px) {
  .Aword__text__ttl {
    font-size: 18px;
    line-height: 1.4;
    min-height: auto;
  }
}
.Aword__text__date {
  font-size: 1.2em;
  line-height: 1.7;
  letter-spacing: 0.08rem;
  color: #848484;
  margin-bottom: 8px;
}
.Aword__text__btn {
  font-size: 1.2em;
  width: 100px;
  display: block;
  height: 25px;
  line-height: 22px;
  border: 1px solid #DF0012;
  color: #DF0012;
  font-weight: 500;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.Aword__text__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/awords/red_allow.png) no-repeat center/contain;
}

.Accordion .Box {
  display: none; /*はじめは非表示*/
  /* padding: 3% 6% 3% 10%; */
}

/* ---------------------------- */
/* --- Base --- */
/* ---------------------------- */
.modal__close-btn {
  position: absolute;
  cursor: pointer;
  z-index: 20;
  top: 0rem;
  right: 0rem;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    width: 3.9rem;
    height: 3.9rem;
    right: 0rem;
  }
}
.modal__close-btn img {
  width: 100%;
}

.Modal__awards {
  /* 閉じるボタン */
}
.Modal__awards .modal__close-btn:hover {
  opacity: 0.8;
}
.Modal__awards__title {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .Modal__awards__title {
    margin-bottom: 15px;
  }
}
.Modal__awards__title__year {
  font-size: 15px;
  margin-bottom: 5px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .Modal__awards__title__year {
    font-size: 12px;
  }
}
.Modal__awards__title__title {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #231815;
  border-bottom: 1px solid #231815;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Modal__awards__title__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.5;
  }
}
.Modal__awards__title__date {
  font-size: 12px;
  letter-spacing: 0.08rem;
  color: #848484;
}
@media screen and (max-width: 768px) {
  .Modal__awards__title__date {
    font-size: 12px;
  }
}
.Modal__awards__img {
  background-color: #F5F6F6;
  padding: 40px 0;
  margin-bottom: 30px;
  aspect-ratio: 476/270;
}
@media screen and (max-width: 768px) {
  .Modal__awards__img {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.Modal__awards__img img {
  width: 65%;
  margin: 0px auto;
  display: block;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Modal__awards__img img {
    width: 100%;
  }
}
.Modal__awards__table .Item {
  display: flex;
}
.Modal__awards__table .Item__left, .Modal__awards__table .Item__right {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left, .Modal__awards__table .Item__right {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.Modal__awards__table .Item__left p, .Modal__awards__table .Item__right p {
  font-size: 15px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left p, .Modal__awards__table .Item__right p {
    font-size: 12px;
  }
}
.Modal__awards__table .Item__left {
  border-bottom: 1px solid #231815;
  width: 15%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left {
    width: 19%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left p {
    text-align-last: justify;
  }
}
.Modal__awards__table .Item__left__01 p {
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left__01 p {
    letter-spacing: 0;
  }
}
.Modal__awards__table .Item__left__02 p {
  letter-spacing: 0.55rem;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left__02 p {
    letter-spacing: 0;
  }
}
.Modal__awards__table .Item__left__03 p {
  letter-spacing: 2rem;
}
@media screen and (max-width: 768px) {
  .Modal__awards__table .Item__left__03 p {
    letter-spacing: 0;
  }
}
.Modal__awards__table .Item__right {
  width: 100%;
  border-bottom: 1px solid #DFDFDE;
}

.swiper {
  top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .swiper {
    top: 3rem;
    padding-bottom: 3rem;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルがactiveの時 */
  /* モーダルのコンテンツ */
}
.modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal__content {
  height: 80vh;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .modal .modal__content {
    width: calc(100% - 2rem);
  }
}
.modal .modal_inner {
  background: #FFF;
  margin: 0 auto;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 4rem 6rem 4rem 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner {
    padding: 3rem 1rem 7rem 1rem;
  }
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 26rem !important;
  width: 6.3rem;
  height: 6.3rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    top: auto !important;
    bottom: -3rem !important;
  }
}
.swiper-button-prev img, .swiper-button-next img {
  width: 100%;
}

.swiper-button-prev {
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 25%;
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 25%;
  }
}
.swiper-button-next::after {
  display: none;
}

.page__link {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page__link {
    flex-direction: column;
    margin-top: 60px;
    padding-top: 0;
  }
}
.page__link .Btn {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__link .Btn {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page__link .Btn:last-of-type {
  margin-bottom: 0;
}
.page__link .Btn:hover {
  color: #000;
  opacity: 0.7;
}
.page__link .Btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 108px;
  height: 25px;
  background: url(../img/awords/kuwasiku.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page__link .Btn::before {
    width: 95px;
    right: 15px;
    top: 56%;
  }
}
.page__link .Btn__icon {
  width: 22px;
}
.page__link .Btn__icon img {
  width: 100%;
}
.page__link .Btn__title {
  font-size: 4.5em;
  color: #231815;
  font-family: "Barlow Condensed", sans-serif;
  color: #231815;
  letter-spacing: 0.06em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .page__link .Btn__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.page__link .Btn__title span {
  color: #DF0012;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .page__link .Btn__title span {
    font-size: 32px;
    line-height: 40px;
  }
}
.page__link .Btn__dis {
  font-size: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page__link .Btn__dis {
    font-size: 12px;
  }
}

.error__heading {
  margin-top: 64px;
  margin-bottom: 64px;
  text-align: center;
}

.error__btn_wrapper {
  margin-bottom: 60px;
}
.error__btn_wrapper .btn {
  background-color: #E60012;
  color: #ffffff;
  border: solid 0px;
}
@media screen and (max-width: 768px) {
  .error__btn_wrapper .btn {
    width: 296px;
    height: 60px;
  }
}
.error__btn_wrapper .btn:hover {
  color: #ffffff;
}
.error__btn_wrapper .btn::after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.Aword__img {
	max-width: 100%;
}
