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

reset & default & font & mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
body {
  font-family: "Montserrat", "source-han-sans-japanese", sans-serif;
  color: #001e2d;
}

.c-sansSerif {
  font-family: "Montserrat", "source-han-sans-japanese", sans-serif;
}

.c-ff--jp {
  font-family: "source-han-sans-japanese";
}

.c-ff--en {
  font-family: "Montserrat";
}

.c-serif {
  font-family: "Noto Serif JP", serif;
}

/*================================================================================

media query mixin

================================================================================*/
/*================================================================================

common parts

================================================================================*/
.-pcOnly {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .-pcOnly {
    display: none;
  }
}

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

.col-red {
  color: #e62828;
}

.l-container {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    margin-top: 8rem;
  }
}

.c-link.form-btn,
.c-link a {
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: .18rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-link.form-btn:hover,
.c-link a:hover {
  transition: .3s;
  color: #e72527;
}
.c-link.form-btn:hover .c-link-text::before,
.c-link a:hover .c-link-text::before {
  width: 80%;
}
.c-link.form-btn:hover .c-link-icon,
.c-link a:hover .c-link-icon {
  background-color: #e72527;
  transition: .3s;
}
.c-link.form-btn:hover .c-link-icon::before,
.c-link a:hover .c-link-icon::before {
  background-color: #ffffff;
  transition: .3s;
}
.c-link.form-btn:hover .c-link-icon::after,
.c-link a:hover .c-link-icon::after {
  border-top: .2rem solid #ffffff;
  border-right: .2rem solid #ffffff;
  transition: .3s;
}
.c-link.form-btn {
  margin: auto;
}
.c-link-text {
  position: relative;
}
.c-link-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -.2rem;
  width: 0;
  height: .1rem;
  background-color: #e72527;
  transition: width 0.3s ease;
}
.c-link-icon {
  position: relative;
  display: block;
  width: 5rem;
  aspect-ratio: 1 / 1;
  border: .2rem solid #e72527;
  border-radius: 50%;
  transition: .3s;
}
.c-link-icon::before, .c-link-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .3s;
}
.c-link-icon::before {
  width: 1.5rem;
  height: .2rem;
  background-color: #e72527;
}
.c-link-icon::after {
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid #e72527;
  border-right: .2rem solid #e72527;
  transform: translate(-35%, -50%) rotate(45deg);
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
  -ms-transform: translate(-35%, -50%) rotate(45deg);
}
.c-link.return {
  width: fit-content;
  margin: auto;
}
.c-link.return a {
  flex-direction: row-reverse;
}
.c-link.return .c-link-icon {
  position: relative;
  display: block;
  width: 5rem;
  aspect-ratio: 1 / 1;
  border: .2rem solid #e5e4e3;
  background-color: #e5e4e3;
  border-radius: 50%;
  transition: .3s;
}
.c-link.return .c-link-icon::before, .c-link.return .c-link-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .3s;
}
.c-link.return .c-link-icon::before {
  width: 1.5rem;
  height: .2rem;
  background-color: #001e2d;
}
.c-link.return .c-link-icon::after {
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid #001e2d;
  border-right: .2rem solid #001e2d;
  transform: translate(-65%, -50%) rotate(225deg);
  -webkit-transform: translate(-65%, -50%) rotate(225deg);
  -ms-transform: translate(-65%, -50%) rotate(225deg);
}
.c-link.no-circle .c-link-icon {
  border: none;
}
.c-link.no-circle:hover .c-link-icon {
  background-color: transparemt;
  transition: .3s;
}
.c-link.no-circle:hover .c-link-icon::before {
  background-color: #e72527;
  transition: .3s;
}
.c-link.no-circle:hover .c-link-icon::after {
  border-top: .2rem solid #e72527;
  border-right: .2rem solid #e72527;
  transition: .3s;
}
.c-link.mgt20 {
  margin-top: 2rem;
}
.c-link.-center {
  display: flex;
  justify-content: center;
}

.c-subTitle {
  padding-top: 4.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-subTitle {
    padding-top: 1rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .c-subTitle .title-area {
    margin-top: 4rem;
  }
}
.c-subTitle .title-area.case-title {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-subTitle .title-area.case-title {
    width: 100%;
  }
}
.c-subTitle .title-area.case-title h1 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: .32rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-subTitle .title-area.case-title h1 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: .24rem;
  }
}
.c-subTitle span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: .432rem;
}
@media screen and (max-width: 768px) {
  .c-subTitle span {
    font-size: 1.6rem;
    letter-spacing: .32rem;
  }
}
.c-subTitle span.case-subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .1rem;
  color: #4b505a;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-subTitle span.case-subtitle {
    font-size: 1.6rem;
    letter-spacing: .08rem;
    margin-bottom: 1rem;
  }
}
.c-subTitle h1 {
  font-size: 5.8rem;
  letter-spacing: .58rem;
  margin-bottom: 2.5rem;
}
.c-subTitle h1.small {
  font-size: 4.8rem;
  letter-spacing: .48rem;
}
@media screen and (max-width: 768px) {
  .c-subTitle h1.small {
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: .16rem;
  }
}
.c-subTitle h1.news-title {
  font-size: 3.2rem;
  line-height: 5.4rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .c-subTitle h1.news-title {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: .24rem;
  }
}
@media screen and (max-width: 768px) {
  .c-subTitle h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    letter-spacing: .19rem;
    margin-bottom: 1.5rem;
  }
}
.c-subTitle .breadcrumbs-area {
  overflow-x: auto;
  margin-top: 2rem;
  line-height: normal;
}
.c-subTitle .breadcrumbs-area .breadcrumbs {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  display: flex;
  flex-wrap: wrap;
  color: #cccccc;
}
.c-subTitle .breadcrumbs-area .breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.c-subTitle .breadcrumbs-area .breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  padding-right: .5rem;
  float: left;
  content: "−";
}
.c-subTitle .breadcrumbs-area .breadcrumbs a {
  color: #001e2d;
  transition: .4s;
  border-bottom: .1rem solid #001e2d;
}
@media screen and (max-width: 768px) {
  .c-subTitle .breadcrumbs-area {
    overflow-x: scroll;
  }
  .c-subTitle .breadcrumbs-area .breadcrumbs {
    width: max-content;
  }
  .c-subTitle .breadcrumbs-area .breadcrumbs .breadcrumb-item {
    width: fit-content;
  }
}
.c-subTitle .tag {
  width: fit-content;
  padding: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.9;
  color: #cacaca;
  border: .1rem solid #cacaca;
  border-radius: .5rem;
}

.c-subPage-img {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
.c-subPage-img img {
  width: 100%;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-img {
    margin-top: 4rem;
  }
  .c-subPage-img img {
    border-radius: .65rem;
  }
}
.c-subPage-read {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: .08rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-read {
    text-align: justify;
    line-height: 2;
    margin-top: 6rem;
  }
}
.c-subPage-annotation {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: .06rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-annotation {
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 3rem;
  }
}
.c-subPage-section {
  position: relative;
  border-top: .1rem solid #cccccc;
  padding-top: 4rem;
  margin-bottom: 7.5rem;
}
.c-subPage-section::before {
  position: absolute;
  content: "";
  top: -.15rem;
  left: 0;
  width: 15%;
  height: .2rem;
  background-color: #e62828;
  border-radius: .1rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-section {
    padding-top: 3rem;
    margin-bottom: 6rem;
  }
}
.c-subPage-section-titleBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-titleBox {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.c-subPage-section-titleBox.-center {
  justify-content: center;
  text-align: center;
}
.c-subPage-section__title h2 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  letter-spacing: .16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-subPage-section__title h2 {
    font-size: 2.4rem;
    line-height: 4.2rem;
    letter-spacing: .12rem;
  }
}
.c-subPage-section__title p {
  font-size: 1.6rem;
  letter-spacing: .16rem;
  margin-bottom: 1.5rem;
}
.c-subPage-section__title p span {
  color: #e62828;
  font-size: 2.4rem;
  letter-spacing: .24rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-section__title p {
    font-size: 1.4rem;
    letter-spacing: .14rem;
    margin-bottom: 0rem;
  }
  .c-subPage-section__title p span {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}
.c-subPage-section__text {
  width: calc((580 / 930) * 100%);
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: .08rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-subPage-section__text {
    width: 100%;
    line-height: 3.2rem;
  }
}
.c-subPage-section__text.full {
  width: 100%;
}
.c-subPage-section__text.underline {
  padding: 2rem 0;
  border-bottom: .1rem solid #cccccc;
  line-height: 2.4rem;
}
.c-subPage-section__text.underline span {
  color: #d33b33;
  font-weight: 700;
}
.c-subPage-section__text.underline:first-child {
  padding-top: 0;
}
.c-subPage-section-columnBox {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 3rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-columnBox {
    margin-top: 3rem;
    flex-direction: column;
  }
}
.c-subPage-section-columnBox.-full {
  flex-direction: column;
}
.c-subPage-section-column {
  background-color: #f2f2f2;
  border-radius: 1rem;
}
.c-subPage-section-column.-full {
  padding: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column.-full {
    padding: 3rem 2rem;
  }
}
.c-subPage-section-column.-harf {
  padding: 3rem 2.5rem;
  width: calc((450 / 930) * 100%);
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column.-harf {
    padding: 3rem 2rem;
    width: 100%;
  }
}
.c-subPage-section-column__title {
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: .12rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column__title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 2.5rem;
  }
}
.c-subPage-section-column__title.small {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .09rem;
}
.c-subPage-section-column__text {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: .07rem;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: .07rem;
  }
}
.c-subPage-section-column__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-subPage-section-column__flex__box {
  width: calc((450 / 930) * 100%);
}
.c-subPage-section-column__flex__box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column__flex__box {
    width: 100%;
  }
}
.c-subPage-section-column__flex--threeColumn {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column__flex--threeColumn {
    width: 100%;
  }
}
.c-subPage-section-column__flex__full {
  width: 100%;
}
.c-subPage-section-column.-transparent {
  width: calc((450 / 930) * 100%);
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-subPage-section-column.-transparent {
    width: 100%;
  }
}
.c-subPage-section-column.-transparent .transparent-img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.c-subPage-section-column.-transparent .transparent-img img {
  width: 100%;
}
.c-subPage-section-column__bordertop {
  border-top: .1rem solid #cbcbcb;
  margin-top: 4rem;
  padding-top: 3.5rem;
}

.c-container {
  margin-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .c-container {
    margin-top: 6rem;
  }
}
.c-container-row {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 768px) {
  .c-container-row {
    grid-template-columns: 1fr;
  }
}
.c-container-row__linkMenu {
  position: sticky;
  height: fit-content;
  top: 15rem;
}
@media screen and (max-width: 768px) {
  .c-container-row__linkMenu {
    display: none;
  }
}
.c-container-row__mainArea section .txtArea {
  margin-top: 5rem;
}
.c-container-row__mainArea section .txtArea.-first {
  margin-top: 0 !important;
}
.c-container-row__mainArea section .section-img {
  width: 100%;
  margin-top: 3rem;
}
.c-container-row__mainArea section .section-img img {
  width: 100%;
}
.c-container-row__mainArea section:last-child {
  margin-bottom: 0;
}
.c-container.no-margin {
  margin-top: 0rem;
}
.c-container .side-link {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-container .side-link__item {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: .065rem;
  padding-left: 2rem;
}
.c-container .side-link__item::before {
  position: absolute;
  content: "";
  width: .8rem;
  height: .8rem;
  left: 0;
  top: 50%;
  background-image: url(/assets/img/arrow-black.svg);
  transform: translateY(-50%);
  transition: .4s;
}
.c-container .side-link__item a {
  transition: .4s;
  display: flex;
}
.c-container .side-link__item a span {
  color: #e62828;
  padding-right: .7rem;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th {
  width: 50%;
  border: .1rem solid #cccccc;
  border-left: none;
  font-weight: 400;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: .08rem;
  background-color: rgba(75, 80, 90, 0.1);
  min-width: 15%;
}
.c-table th span {
  font-size: 1.2rem;
  letter-spacing: .06rem;
}
.c-table td {
  padding: 2rem 1rem;
  border-top: .1rem solid #cccccc;
  border-bottom: .1rem solid #cccccc;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: .07rem;
}
.c-table td ul {
  display: grid;
  gap: 3rem;
}
.c-table a {
  color: blue;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .c-tabs-area {
    width: 100%;
    overflow: scroll;
  }
}
.c-tabs__header {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-tabs__header {
    width: fit-content;
  }
}
.c-tabs__tab {
  flex: 1;
  padding: 2rem 0;
  font-size: 1.8rem;
  letter-spacing: .09rem;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-top: .15rem solid #e5e4e3;
  border-bottom: .15rem solid #e5e4e3;
  border-left: .15rem solid #e5e4e3;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-tabs__tab {
    font-size: 1.6rem;
    letter-spacing: .08rem;
    height: 5rem;
    padding: 0;
    width: 15rem;
  }
}
.c-tabs__tab--active {
  background-color: #e72527;
  color: #fff;
  border-top: .15rem solid #e72527;
  border-bottom: .15rem solid #e72527;
  border-left: .15rem solid #e72527;
}
.c-tabs__tab--active:last-child {
  border-right: .15rem solid #e72527 !important;
}
.c-tabs__tab:first-child {
  border-radius: 1rem 0 0 0;
}
.c-tabs__tab:last-child {
  border-radius: 0 1rem 0 0;
  border-right: .15rem solid #e5e4e3;
}
.c-tabs__content {
  border-top: none;
}
.c-tabs__content__panel {
  display: none;
}
.c-tabs__content__panel--active {
  display: block;
}
.c-tabs__content__panel__title {
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-tabs__content__panel__title {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.c-tabs__content__panel__title h3 {
  font-size: 2.4rem;
  letter-spacing: .12rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-tabs__content__panel__title h3 {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
}
.c-tabs__content__panel__title h4 {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: 700;
}

.c-filter-container {
  padding: 4rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
  width: 100%;
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 768px) {
  .c-filter-container {
    padding: 1rem 2rem 2rem;
    margin: 2rem auto 4rem;
  }
}
.c-filter-container h3 {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: .12rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-filter-container h3 {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 2rem 2rem 2rem 0;
  }
  .c-filter-container h3::before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 50%;
    border-top: #001e2d .1rem solid;
    border-right: #001e2d .1rem solid;
    -webkit-transform: translateY(-60%) rotate(135deg);
    -ms-transform: translateY(-60%) rotate(135deg);
    transform: translateY(-60%) rotate(135deg);
  }
  .c-filter-container h3.open:before {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .c-filter-container-box {
    padding-bottom: 2rem;
    border-bottom: .1rem solid #001e2d;
  }
}
.c-filter-container-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-filter-container-group {
    margin: 0;
    height: 0;
    overflow: hidden;
  }
}
.c-filter-container-group label {
  min-width: 17rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  padding: 1.5rem 1rem 1.5rem 0;
  border-bottom: .1rem solid #cccccc;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .08rem;
}
@media screen and (max-width: 768px) {
  .c-filter-container-group label {
    width: calc((100% - 1rem)/2);
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: .07rem;
    padding: 1rem .5rem 1rem 0;
  }
}
.c-filter-container-group label input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin: 0;
  appearance: auto;
}
.c-filter-container__actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-filter-container__actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.c-filter-container__actions-button {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .09rem;
  width: 20rem;
  padding: 1.5rem 0;
  background-color: #000;
  color: #fff;
  border: .1rem solid #000;
  border-radius: 1rem;
  cursor: pointer;
  transition: .3s;
}
.c-filter-container__actions-button:hover {
  background-color: #333;
  transition: .3s;
}
.c-filter-container__actions-button.clear {
  background-color: #fff;
  color: #000;
}
.c-filter-container__results {
  margin-top: 3rem;
}
.c-filter-container__results-item {
  padding: 1.5rem;
  background-color: #fff;
  border: .1rem solid #ddd;
  border-radius: .5rem;
  margin-bottom: 1rem;
  display: none;
}
.c-filter-product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-filter-product {
    flex-direction: column;
    gap: 3rem;
  }
}
.c-filter-product-item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-filter-product-item {
    width: 100%;
  }
}
.c-filter-product-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.c-filter-product-item__img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.c-filter-product-item__img img {
  width: 100%;
}
.c-filter-product-item__tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .08rem;
  color: #4b505a;
  font-weight: 100;
}
.c-filter-product-item__tags li + li::before {
  content: "／";
  display: inline;
}
.c-filter-product-item__title {
  font-size: 2.4rem;
  letter-spacing: .12rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-filter-product-item__title {
    font-size: 2.2rem;
    letter-spacing: .09rem;
  }
}
.c-filter-product-item__category {
  color: #cacaca;
  padding: 1rem;
  font-size: 1.4rem;
  letter-spacing: .07rem;
  border: .1rem solid #cacaca;
  border-radius: .5rem;
}
.c-filter-achievements {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
}
.c-filter-achievements-item {
  width: calc((100% - 3rem) / 2);
  border-radius: 1rem;
  padding: 3rem;
  background: #f2f2f2;
}
.c-filter-achievements-item-titleArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-filter-achievements-item-titleArea__title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .12rem;
}
.c-filter-achievements-item-titleArea__tag {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  letter-spacing: .07rem;
  border-radius: .5rem;
  padding: 1rem;
  color: #cacaca;
  border: .1rem solid #cccccc;
}
@media screen and (max-width: 768px) {
  .c-filter-achievements {
    flex-direction: column;
    gap: 1rem;
  }
  .c-filter-achievements-item {
    width: 100%;
    padding: 4rem 1rem;
  }
  .c-filter-achievements-item-titleArea {
    flex-direction: column;
    gap: 1rem;
  }
  .c-filter-achievements-item-titleArea__title {
    font-size: 2rem;
  }
}

.c-annotation li {
  color: #4b505a;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1 0.4rem;
}

.c-circle {
  top: -8rem;
  right: 0;
  width: 16rem;
  aspect-ratio: 1/1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-circle {
    top: -4rem;
    width: 8rem;
    margin-left: auto;
  }
}
.c-circle img {
  width: 100%;
  transform: rotate(180deg);
}
.c-circle svg {
  position: absolute;
  top: .2rem;
  left: .2rem;
  width: 15.6rem;
  aspect-ratio: 1 / 1;
  animation: rotate 6.66s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-circle svg {
    width: 7.6rem;
  }
}

.c-form__status {
  display: flex;
  gap: 6.5rem;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.c-form__status li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.c-form__status li .circle {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-form__status li .circle::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
}
.c-form__status li p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.c-form__status li span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.c-form__status li:last-child .circle::after {
  display: none;
}
.c-form__status li.active .circle {
  background: #e72527;
  border: 1px solid #e72527;
}
.c-form__status li.active p {
  color: #e72527;
}
.c-form-formArea {
  margin-bottom: 8rem;
}
.c-form-formArea h3 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: .12rem;
  margin-bottom: 2rem;
}
.c-form-formArea-row {
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
}
.c-form-formArea-row > label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc((260/850)*100%);
  background: #E0E1E2;
  font-size: 1.6rem;
  letter-spacing: .08rem;
  padding: 2rem;
  font-feature-settings: "palt";
}
.c-form-formArea-row > label .required {
  background: #e72527;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .06rem;
  padding: .5rem;
  border-radius: .5rem;
}
.c-form-formArea-row .input-group {
  width: calc((590/850)*100%);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-form-formArea-row .input-group > div {
  width: 100%;
}
.c-form-formArea-row .input-group > div.half {
  width: calc((100% - 2rem)/2);
}
.c-form-formArea-row .input-group p {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .08rem;
  text-align: justify;
}
.c-form-formArea-row .input-group input[type="radio"] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
}
.c-form-formArea-row .input-group input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: #e72527;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-form-formArea-row .input-group input[type="text"],
.c-form-formArea-row .input-group textarea {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  letter-spacing: .08rem;
  border-radius: 1rem;
}
.c-form-formArea-row .input-group input[type="text"]:focus,
.c-form-formArea-row .input-group textarea:focus {
  outline: none;
  border: 1px solid #001e2d;
}
.c-form-formArea-row .input-group.policy {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .08rem;
  text-align: justify;
}
.c-form-formArea-row .input-group .radio-area {
  display: flex;
  align-items: center;
  width: fit-content;
}
.c-form-formArea-row .input-group .radio-area .horizontal-item label {
  display: flex;
  align-items: center;
}
.c-form-formArea-row .input-group .radio-area span {
  font-size: 1.6rem;
  padding-left: 1.5rem;
}
.c-form-formArea-row .input-group .radio-area .error {
  margin-top: 0 !important;
}
.c-form-formArea-row .input-group-file-label {
  display: block;
  width: 25rem;
  font-size: 1.6rem;
  line-height: 5rem;
  letter-spacing: .08rem;
  color: #FFFFFF;
  background: #000;
  border-radius: 1rem;
  text-align: center;
}
.c-form-formArea-row .input-group .file-input::file-selector-button {
  display: none;
}
.c-form-formArea-row .input-group .file-input::-webkit-file-upload-button {
  display: none;
}
.c-form-formArea-row .input-group a {
  color: blue;
  text-decoration: underline !important;
}
.c-form-formArea-row:last-child {
  border-bottom: 1px solid #ccc;
}
.c-form-formArea-row.checkbox {
  border: none;
  display: block;
}
.c-form-formArea-row.checkbox .custom-checkbox {
  display: block;
  text-align: center;
}
.c-form-formArea-row.checkbox .policy-read {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .08rem;
}
.c-form-formArea-row.checkbox label {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: .08rem;
  margin-top: 3rem;
}
.c-form-formArea-row.checkbox input[type="checkbox"] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: .3rem;
  background: #fff;
  appearance: auto;
}
.c-form-formArea .error {
  font-size: 1.4rem !important;
  margin-top: 1rem;
}
.c-form-formArea-annotation {
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: .06rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
.c-form-formArea .c-link {
  margin: 5rem auto 0;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: .18rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-form-formArea .c-link:hover {
  transition: .3s;
  color: #e72527;
}
.c-form-formArea .c-link:hover .c-link-text::before {
  width: 80%;
}
.c-form-formArea .c-link:hover .c-link-icon {
  background-color: #e72527;
  transition: .3s;
}
.c-form-formArea .c-link:hover .c-link-icon::before {
  background-color: #ffffff;
  transition: .3s;
}
.c-form-formArea .c-link:hover .c-link-icon::after {
  border-top: .2rem solid #ffffff;
  border-right: .2rem solid #ffffff;
  transition: .3s;
}
.c-form-formArea .c-link-group {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-form__status {
    margin-top: 0;
    margin-bottom: 3.5rem;
    justify-content: space-between;
  }
  .c-form-formArea {
    margin-bottom: 6rem;
  }
  .c-form-formArea-row > label {
    justify-content: normal;
    flex-direction: column;
    padding: 1.5rem 1rem;
    width: calc((98.3333 / 295)* 100%);
    font-size: 1.3rem;
    gap: 1rem;
  }
  .c-form-formArea-row .input-group {
    width: calc((196.667/295)*100%);
    padding: 1.5rem 1rem;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-form-formArea-row .input-group.policy {
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: .065rem;
  }
  .c-form-formArea-row .input-group > div.half {
    width: 100%;
  }
  .c-form-formArea-row .input-group > div input[type="text"],
  .c-form-formArea-row .input-group > div textarea {
    font-size: 1.2rem;
    letter-spacing: .06rem;
  }
  .c-form-formArea-row .input-group > div input[type="text"] {
    padding: 1.1rem;
  }
  .c-form-formArea-row .input-group > div textarea {
    padding: .8rem;
    min-height: 10rem;
  }
  .c-form-formArea-row .input-group .radio-area {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-form-formArea-row .input-group .radio-area span {
    padding-left: 0;
  }
  .c-form-formArea-row .input-group .radio-area .horizontal-item + .horizontal-item {
    margin-left: 0px;
    margin-top: 1.5rem;
  }
  .c-form-formArea-row .input-group .radio-area .error {
    margin-top: 1rem !important;
  }
  .c-form-formArea-row .input-group-file-label {
    display: block;
    width: 18.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .07rem;
    padding: .3rem 0;
  }
  .c-form-formArea-row.checkbox .policy-read {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: .07rem;
  }
  .c-form-formArea-row.checkbox label {
    gap: 1rem;
    margin-top: 3rem;
  }
  .c-form-formArea-annotation {
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: .033rem;
  }
}

.mw_wp_form_input .c-link.return {
  display: none;
}

.mw_wp_form_confirm .input-group {
  font-size: 1.8rem;
}
.mw_wp_form_confirm .input-group > div.half {
  width: fit-content;
}
.mw_wp_form_confirm .privacypolicy,
.mw_wp_form_confirm .checkbox,
.mw_wp_form_confirm .input-group-file-label,
.mw_wp_form_confirm .c-form-formArea-annotation {
  display: none !important;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-flex.-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-flex.-spBlock, .c-flex.-spB {
    display: block;
  }
}
.c-flex.-nowrap {
  flex-wrap: nowrap;
}
.c-flex.-top {
  align-items: flex-start;
}
.c-flex.-middle {
  align-items: center;
}
.c-flex.-bottom {
  align-items: flex-end;
}
.c-flex.-left {
  justify-content: flex-start;
}
.c-flex.-right {
  justify-content: flex-end;
}
.c-flex.-mgl20 > li {
  margin-left: 20px;
}
.c-flex.-mgl20 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr20 > li {
  margin-right: 20px;
}
.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgl10 > li {
  margin-left: 10px;
}
.c-flex.-mgl10 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr10 > li {
  margin-right: 10px;
}
.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}
.c-flex .-col2 > li {
  flex-basis: calc(100% / 2);
}
.c-flex .-col3 > li {
  flex-basis: calc(100% / 3);
}
.c-flex .-col4 > li {
  flex-basis: calc(100% / 4);
}
.c-flex .-col5 > li {
  flex-basis: calc(100% / 5);
}
.c-flex .-flex1 {
  flex: 1;
}
.c-flex .-lh0 {
  line-height: 0;
}
.c-flex .-mglAuto {
  margin-left: auto !important;
}
.c-flex .-mgrAuto {
  margin-right: auto !important;
}
.c-flex.-column_50_50 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex.-column_50_50 {
    display: block;
  }
}
.c-flex.-column_50_50 > .item {
  flex-basis: calc(50% - 30px / 2);
}
@media screen and (max-width: 768px) {
  .c-flex.-column_50_50 > .item + .item {
    margin-top: 30px;
  }
}
.c-flex.-column_70_30 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex.-column_70_30 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-flex.-column_70_30 > .item + .item {
    margin-top: 30px;
  }
}
.c-flex.-column_70_30 > .item:nth-child(1) {
  flex-basis: 470px;
}
.c-flex.-column_70_30 > .item:nth-child(2) {
  flex-basis: 310px;
}

/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.header .header-container {
  display: flex;
  align-items: center;
  padding: 4rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header .header-container {
    justify-content: space-between;
    padding: 1.5rem 1rem;
  }
}
.header .header-container .header-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .header-container .header-logo img {
  height: 4.5rem;
}
.header .header-container .header-logo span {
  font-size: 1.8rem;
  font-weight: bold;
}
.header .desktop-nav {
  margin-left: auto;
}
.header .desktop-nav ul {
  display: flex;
  gap: 1.5rem;
}
.header .desktop-nav ul li {
  display: flex;
  align-items: center;
  gap: .5rem;
  position: relative;
}
.header .desktop-nav ul li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  transition: .3s;
}
.header .desktop-nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -.2rem;
  width: 0;
  height: .1rem;
  background-color: #e72527;
  transition: width 0.3s ease;
}
.header .desktop-nav ul li a:hover {
  transition: .3s;
  color: #e72527;
}
.header .desktop-nav ul li a:hover::before {
  width: 80%;
}
.header .desktop-nav ul li .header__plus {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .075rem solid #e5e4e3;
}
.header .desktop-nav ul li .header__plus::before, .header .desktop-nav ul li .header__plus::after {
  position: absolute;
  content: "";
  background-color: #001e2d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.header .desktop-nav ul li .header__plus::before {
  width: .64rem;
  height: .075rem;
}
.header .desktop-nav ul li .header__plus::after {
  width: .075rem;
  height: .64rem;
}
.header .desktop-nav ul li .header__plus.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .desktop-nav ul li .dropdown-menu {
  position: absolute;
  display: none;
  gap: 0;
  flex-direction: column;
  width: 20rem;
  list-style: none;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rem rem 1rem rgba(0, 0, 0, 0.1);
  top: calc(100% + 3rem);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header .desktop-nav ul li .dropdown-menu__item {
  width: 100%;
  border-bottom: .05rem solid #e5e4e3;
}
.header .desktop-nav ul li .dropdown-menu__item:last-child {
  border-bottom: none;
}
.header .desktop-nav ul li .dropdown-menu__link {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 0;
  padding-left: 3.5rem;
  display: block;
  transition: background-color 0.3s;
}
.header .desktop-nav ul li .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: .1rem;
  background-color: #e72527;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .desktop-nav ul li .dropdown-menu__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: .7rem;
  height: .7rem;
  margin-top: -.3rem;
  border-top: .1rem solid #e72527;
  border-right: .1rem solid #e72527;
  transform: rotate(45deg);
  top: 57.5%;
  left: 1.7rem;
  transform: translateY(-50%) rotate(45deg);
}
.header .desktop-nav ul li .dropdown-menu__link:hover::before {
  width: 1rem;
}
.header .desktop-nav ul li .dropdown-menu.active {
  display: inline-flex;
}
.header .desktop-buttons {
  display: flex;
  gap: 1rem;
  margin-left: 2rem;
}
.header .desktop-buttons .btn__outline,
.header .desktop-buttons .btn__solid {
  min-width: 20rem;
  height: 4.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 2.25rem;
  display: flex;
  border: .1rem solid #e72527;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.header .desktop-buttons .btn__outline:hover,
.header .desktop-buttons .btn__solid:hover {
  opacity: 0.7;
  transition: .3s;
}
.header .desktop-buttons .btn__outline {
  color: #e72527;
}
.header .desktop-buttons .btn__solid {
  background-color: #e72527;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .desktop-buttons + .list-header_language {
    display: none;
  }
}
.header .menu-buttons + .list-header_language {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .menu-buttons + .list-header_language {
    display: flex;
  }
}
.header .list-header_language {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .header .list-header_language {
    margin-top: 3rem;
    margin-left: 0;
    justify-content: center;
  }
}
.header .list-header_language > li + li {
  margin-left: .5rem;
  padding-left: .5rem;
  border-left: 1px solid #e5e4e3;
}
@media screen and (max-width: 768px) {
  .header .list-header_language > li + li {
    margin-left: 3rem;
    padding-left: 3rem;
  }
}
.header .list-header_language > li a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  transition: .3s;
}
.header .list-header_language > li a:hover {
  transition: .3s;
  color: #e72527;
}
.header .list-header_language > li a:hover::before {
  width: 80%;
}
.header .list-header_language > li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -.2rem;
  width: 0;
  height: .1rem;
  background-color: #e72527;
  transition: width 0.3s ease;
}
.header .list-header_language > li a.-ja {
  pointer-events: none;
  color: #ccc;
}
.header .list-header_language > li a.-ja:hover::before {
  width: 0;
}
.header .menu-toggle {
  display: none;
  position: relative;
  width: 5rem;
  aspect-ratio: 1 / 1;
  border: .15rem solid #e5e4e3;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .header .menu-toggle {
    display: block;
  }
}
.header .menu-toggle span {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: .15rem;
  background-color: #001e2d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.header .menu-toggle span:first-child {
  top: calc(50% - .9rem);
}
.header .menu-toggle span:last-child {
  top: calc(50% + .9rem);
}
.header .menu-toggle.is-active span {
  transition: transform 0.3s;
}
.header .menu-toggle.is-active span:first-child {
  transform: rotate(35deg) translate(-0.6rem, 1.4rem);
}
.header .menu-toggle.is-active span:nth-child(2n) {
  display: none;
}
.header .menu-toggle.is-active span:last-child {
  transform: rotate(-35deg) translate(-0.5rem, -1.6rem);
}
.header .mobile-menu {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 8rem);
  background-color: #fff;
  transform: translateY(-180%);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.header .mobile-menu.is-active {
  transform: translateY(0);
}
.header .mobile-menu .footer-main-links {
  display: none;
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .header .mobile-menu .footer-main-links {
    display: flex;
  }
}
.header .mobile-menu .footer-main-links-table {
  width: calc((100% - 3rem)/2);
}
.header .mobile-menu .menu-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.header .mobile-menu .menu-buttons .btn__outline,
.header .mobile-menu .menu-buttons .btn__solid {
  min-width: 14.5rem;
  height: 4.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 2.25rem;
  display: flex;
  border: .1rem solid #e72527;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.header .mobile-menu .menu-buttons .btn__outline:hover,
.header .mobile-menu .menu-buttons .btn__solid:hover {
  opacity: 0.7;
  transition: .3s;
}
.header .mobile-menu .menu-buttons .btn__outline {
  color: #e72527;
}
.header .mobile-menu .menu-buttons .btn__solid {
  background-color: #e72527;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .desktop-nav,
  .header .desktop-buttons {
    display: none;
  }
  .header .menu-toggle {
    display: block;
  }
}

/*    main
--------------------------------------------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    font-size: 0.7692307692vw !important;
  }
}
.mainInner {
  width: 89%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mainInner {
    width: 90%;
  }
}

.subInner {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .subInner {
    width: 90%;
  }
}

/*    aside
----------------------------------------------------------------------------*/
/*    form
----------------------------------------------------------------------------*/
/*    post
----------------------------------------------------------------------------*/
/*    個別
----------------------------------------------------------------------------*/
main {
  position: relative;
  z-index: 2;
}

.top {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .top {
    padding-top: 3rem;
  }
}
.top-title {
  padding-bottom: calc((120 / 1300) * 100%);
}
@media screen and (max-width: 768px) {
  .top-title {
    padding-bottom: calc((70 / 375) * 100%);
  }
}
.top .topTitle__main {
  font-size: 8.8rem;
  line-height: 11rem;
  letter-spacing: .44rem;
}
@media screen and (max-width: 768px) {
  .top .topTitle__main {
    font-size: 4.4rem;
    line-height: 5.5rem;
    letter-spacing: .22rem;
  }
}
.top .topTitle__sub {
  font-size: 3rem;
  letter-spacing: .54rem;
}
@media screen and (max-width: 768px) {
  .top .topTitle__sub {
    font-size: 1.6rem;
    letter-spacing: .14rem;
  }
}
.top-read {
  position: relative;
}
.top-read .read {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-read .read {
    flex-direction: column;
    margin: 6rem 0;
  }
}
.top-read .read-img {
  width: 95%;
  margin-left: auto;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
.top-read .read-img img {
  width: 100%;
}
.top-read .read-text {
  margin-left: 5rem;
  width: calc((435 / 1160) * 100%);
}
@media screen and (max-width: 768px) {
  .top-read .read-text {
    margin-left: 0;
    width: 100%;
  }
}
.top-read .read-text__main {
  font-size: 3.8rem;
  line-height: 6.8rem;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .top-read .read-text__main {
    font-size: 2.4rem;
    line-height: 4.2rem;
    letter-spacing: .12rem;
  }
}
.top-read .read-text__main span {
  font-family: Noto sans BDMontserrat BD;
  font-weight: bold;
}
.top-read .read-text__sub {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 4.6rem;
  letter-spacing: .09rem;
}
@media screen and (max-width: 768px) {
  .top-read .read-text__sub {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: .08rem;
  }
}
.top-read .read-links {
  width: calc((610 / 1160) * 100%);
}
@media screen and (max-width: 768px) {
  .top-read .read-links {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.top-read .read-links li {
  width: 95%;
  background-size: cover;
  /* 背景画像を要素にフィットさせる */
  background-position: center;
  /* 背景画像を中央に配置 */
  background-repeat: no-repeat;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}
.top-read .read-links li a {
  position: relative;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: .16rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10.5rem 0;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-read .read-links li a {
    padding: 5rem 0;
    font-size: 2rem;
    letter-spacing: .1rem;
  }
}
.top-read .read-links li a span {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .top-read .read-links li a span {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: .24rem;
  }
}
.top-read .read-links li a::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/assets/img/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-read .read-links li a::before {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}
.top-read .read-links li a:hover {
  opacity: .8;
  transition: .3s;
}
.top-read .read-links li a:hover::before {
  right: 2rem;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-read .read-links li a:hover::before {
    right: 1rem;
  }
}
.top-read .read-links li.about {
  margin-left: auto;
  background-image: url(/assets/img/top/read-link_about.jpg);
  margin-bottom: 1rem;
}
.top-read .read-links li.company {
  background-image: url(/assets/img/top/read-link_company.jpg);
}
.top-read::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc((928 / 1134) * 100%);
  background-color: #e5e4e3;
  top: calc((120 / 1300) * 100%);
  left: 0;
  z-index: -1;
  background-image: url(/assets/img/top/top_dot.jpg);
}
@media screen and (max-width: 768px) {
  .top-read::before {
    aspect-ratio: 375 / 754;
    top: calc((20 / 375) * 100%);
  }
}
.top-technology {
  position: relative;
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .top-technology {
    padding: 4rem 0 6rem;
  }
}
.top-technology .feature-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item {
    margin-top: 4rem;
    flex-direction: column;
    gap: 4rem;
  }
}
.top-technology .feature-item .feature-box {
  width: calc((100% - 8rem)/2);
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item .feature-box {
    width: 100%;
  }
}
.top-technology .feature-item .feature-box img {
  width: 100%;
}
.top-technology .feature-item .feature-box .feature-text {
  padding: 6rem 0;
  margin-right: calc((100vw - 89vw) / 2);
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item .feature-box .feature-text {
    padding: 2rem 0;
    margin-right: 0;
  }
}
.top-technology .feature-item .feature-box .feature-text .feature-title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item .feature-box .feature-text .feature-title {
    margin-bottom: 2rem;
  }
}
.top-technology .feature-item .feature-box .feature-text .feature-title h3 {
  font-size: 3.2rem;
  letter-spacing: .16rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item .feature-box .feature-text .feature-title h3 {
    font-size: 2.4rem;
    letter-spacing: .12rem;
  }
}
.top-technology .feature-item .feature-box .feature-text .feature-title span {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .32rem;
}
.top-technology .feature-item .feature-box .feature-text .text {
  font-size: 1.8rem;
  line-height: 4.6rem;
  letter-spacing: .09rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .top-technology .feature-item .feature-box .feature-text .text {
    margin-bottom: 3rem;
  }
}
.top-technology .feature-item .feature-box .image-box {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.top-technology .feature-item .feature-box.image {
  display: block;
  position: sticky;
  align-items: center;
  top: 30%;
}
.top-technology .feature-item .feature-box.image .image-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 610/406;
  border-radius: 0 1rem 1rem 0;
}
.top-technology .feature-item .feature-box.image .image-box img {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
}
.top-technology .feature-item .feature-box.image .image-box img.active {
  opacity: 1;
  transition: 0.2s;
}
.top-technology .feature-item .feature-box.image .introduction {
  position: absolute;
  top: 0;
  right: calc((((200% - 16rem) / 2) + 12rem) * -1);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 1.8rem;
  letter-spacing: .09rem;
  font-weight: 700;
  color: #e72527;
  display: flex;
  align-items: flex-end;
}
.top-technology .feature-item .feature-box.image .introduction .num {
  font-size: 2.4rem;
  letter-spacing: .12rem;
}
.top-technology .feature-item .feature-box.image .introduction .page {
  position: relative;
  padding-top: 22rem;
  color: #001e2d;
}
.top-technology .feature-item .feature-box.image .introduction .page::before {
  position: absolute;
  content: "";
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: .1rem;
  height: 20rem;
  background-color: #e5e4e3;
}
.top-products {
  position: relative;
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .top-products {
    padding: 4rem 0 6rem;
  }
}
.top-products-readbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .top-products-readbox {
    margin-top: 3rem;
  }
}
.top-products-readbox .read-text__sub {
  width: 60%;
  font-size: 1.8rem;
  line-height: 4.6rem;
  letter-spacing: .09rem;
}
@media screen and (max-width: 768px) {
  .top-products-readbox .read-text__sub {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: .08rem;
  }
}
.top-products-linklist {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-products-linklist {
    margin-top: 3rem;
  }
}
.top-products .slider {
  position: relative;
  margin-top: 6rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-products .slider {
    margin-top: 3rem;
  }
}
.top-products .slider__container {
  white-space: nowrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-products .slider__container {
    margin-bottom: 2rem;
  }
}
.top-products .slider__container.no-slide {
  display: flex;
  overflow-x: hidden;
}
.top-products .slider__container.no-slide .slider__item {
  display: block;
}
.top-products .slider__item {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1300) * 100vw);
  margin-right: calc((300 / 1300) * 10vw);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .top-products .slider__item {
    width: calc((240 / 375) * 100vw);
    margin-right: calc((24 / 375) * 100vw);
  }
}
.top-products .slider__item:last-child {
  margin-right: 0;
}
.top-products .slider__content {
  width: 100%;
}
.top-products .slider__content:hover .slider__title {
  background-size: 100% .1rem;
}
.top-products .slider__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}
.top-products .slider__text {
  margin-top: 1rem;
}
.top-products .slider__tag {
  width: fit-content;
  color: #cacaca;
  font-size: 1.4rem;
  letter-spacing: .07rem;
  padding: .9rem;
  border: .1rem solid #cacaca;
  border-radius: .5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .top-products .slider__tag {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
.top-products .slider__title {
  white-space: normal;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .12rem;
}
@media screen and (max-width: 768px) {
  .top-products .slider__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.top-products .slider__info {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .08rem;
  white-space: normal;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-products .slider__controls {
  position: absolute;
  bottom: -3rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.top-products .slider__tag {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.top-products .slider__tag li {
  font-size: 1.4rem;
  border: .1rem solid #262828;
  border-radius: 1.4rem;
  transition: all 0.3s ease;
}
.top-products .slider__tag li a {
  display: block;
  padding: .5rem 1.5rem;
}
.top-products .slider__tag li:hover {
  background-color: #262828;
  color: #fff;
}
.top-products .slider-progress {
  position: relative;
  width: 75%;
  height: .1rem;
  background-color: #e5e4e3;
  /* 背景色 */
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .top-products .slider-progress {
    width: 100%;
  }
}
.top-products .slider-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  background-color: #001e2d;
  /* プログレスバーの色 */
  width: 0%;
  /* 初期値 */
  transition: width 0.3s ease;
  /* アニメーション効果 */
}
.top-products .slider-control-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-products .slider-control-block {
    flex-direction: column;
  }
}
.top-products .slider-controls {
  right: 0;
  bottom: -3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.top-products .slider-indicator {
  font-size: 1.6rem;
  line-height: 1;
  color: #cacaca;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-products .slider-indicator__current {
  font-size: 2.6rem;
  color: #001e2d;
}
.top-products .slider-button {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: .15rem solid #e5e4e3;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.top-products .slider-button:hover {
  opacity: 0.7;
}
.top-products .slider-button--prev .icon-chevron-left {
  position: relative;
}
.top-products .slider-button--prev .icon-chevron-left:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/img/top/arrow-black.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -ms-transform: translate(-50%, -50%) rotateY(180deg);
}
.top-products .slider-button--next .icon-chevron-right {
  position: relative;
}
.top-products .slider-button--next .icon-chevron-right:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/img/top/arrow-black.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-products .slider-button .icon-chevron-left,
.top-products .slider-button .icon-chevron-right {
  display: inline-block;
  color: #fff;
}
.top-company {
  padding: 10rem 0 12rem;
  background-color: #e5e4e3;
  background-image: url(/assets/img/top/top_dot.jpg);
}
@media screen and (max-width: 768px) {
  .top-company {
    padding: 6rem 0 6rem;
  }
}
.top-company-linklist {
  width: 100%;
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-company-linklist {
    margin-top: 3rem;
  }
}
.top-company-linklist-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-company-linklist-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.top-company-link {
  width: calc((505 / 1040) * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .top-company-link {
    width: 95%;
  }
}
.top-company-link:nth-child(2n) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-company-link:nth-child(2n) {
    margin-top: 0;
    margin-left: auto;
  }
}
.top-company-link a {
  position: relative;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: .16rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10.5rem 0;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-company-link a {
    padding: 5rem 0;
    font-size: 2rem;
    letter-spacing: .1rem;
  }
}
.top-company-link a span {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .top-company-link a span {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: .24rem;
  }
}
.top-company-link a::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/assets/img/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-company-link a::before {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}
.top-company-link a:hover {
  opacity: .8;
  transition: .3s;
}
.top-company-link a:hover::before {
  right: 2rem;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-company-link a:hover::before {
    right: 1rem;
  }
}
.top-company-link.message {
  background-image: url(/assets/img/top/company_01.jpg);
}
.top-company-link.policy {
  background-image: url(/assets/img/top/company_02.jpg);
}
.top-company-link.company {
  background-image: url(/assets/img/top/company_03.jpg);
}
.top-company-link.csr {
  background-image: url(/assets/img/top/company_04.jpg);
}
.top-news {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 6rem 0;
  }
}
.top-news .newslist-link {
  position: relative;
  font-size: 1.8rem;
  padding-right: 6rem;
}
.top-news .newslist-link .top-news-icon {
  right: 0;
}
.top-news-list {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .top-news-list {
    margin-top: 3rem;
  }
}
.top-news-list .news {
  border-top: .1rem solid #e5e4e3;
  transition: .3s;
}
.top-news-list .news a {
  position: relative;
  width: 100%;
  padding: 3.5rem 12rem 3.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-news-list .news a {
    padding: 1rem 5rem 1rem 0;
    flex-direction: column;
    gap: 1rem;
  }
}
.top-news-list .news:last-child {
  border-bottom: .1rem solid #e5e4e3;
  transition: .3s;
}
.top-news-list .news:hover {
  border-top: 0;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  transition: .3s;
}
.top-news-list .news:hover a {
  padding: 4.5rem 12rem 4.5rem 0;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-news-list .news:hover a {
    padding: 1rem 5rem 1rem 0;
  }
}
.top-news-list .news:hover a .top-news-icon {
  transition: .3s;
  background-color: #e72527;
}
.top-news-list .news:hover a .top-news-icon::before {
  background-color: #fff;
}
.top-news-list .news:hover a .top-news-icon::after {
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
}
.top-news-list .news:hover:last-child {
  border-bottom: 0;
  transition: .3s;
}
.top-news-status {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-news-status {
    width: 100%;
    margin-left: 1rem;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.top-news-date {
  margin-left: 2rem;
  font-size: 1.4rem;
  letter-spacing: .07rem;
}
@media screen and (max-width: 768px) {
  .top-news-date {
    margin-left: 0;
  }
}
.top-news-tag {
  font-size: 1.4rem;
  letter-spacing: .07rem;
  color: #e5e4e3;
  padding: 1rem;
  border-radius: .5rem;
  border: .1rem solid #e5e4e3;
}
.top-news-text {
  width: calc((800 / 920) * 100%);
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .08rem;
}
@media screen and (max-width: 768px) {
  .top-news-text {
    width: 100%;
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .07rem;
  }
}
.top-news-icon {
  position: absolute;
  display: block;
  width: 4rem;
  aspect-ratio: 1 / 1;
  border: .2rem solid #e72527;
  border-radius: 50%;
  transition: .3s;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-news-icon {
    width: 3rem;
    right: 1rem;
  }
}
.top-news-icon::before, .top-news-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .3s;
}
.top-news-icon::before {
  width: 1.5rem;
  height: .2rem;
  background-color: #e72527;
}
.top-news-icon::after {
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid #e72527;
  border-right: .2rem solid #e72527;
  transform: translate(-35%, -50%) rotate(45deg);
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
  -ms-transform: translate(-35%, -50%) rotate(45deg);
}
.top-section-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-section-title {
    flex-direction: column;
  }
}
.top-section-title__main {
  display: flex;
  font-size: 4.2rem;
  line-height: 6.8rem;
  font-weight: 700;
  letter-spacing: 1;
  gap: 3rem;
}
.top-section-title__main span {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .top-section-title__main span {
    font-size: 1.4rem;
    letter-spacing: .28rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section-title__main {
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: .16rem;
    flex-direction: column;
    gap: 0;
  }
}
.top-section-title__read {
  width: 60%;
  font-size: 3.8rem;
  line-height: 6.8rem;
  letter-spacing: normal;
}
.top-section-title__read span {
  font-family: Noto sans BDMontserrat BD;
}
@media screen and (max-width: 768px) {
  .top-section-title__read {
    width: 100%;
    font-size: 2.4rem;
    line-height: 4.2rem;
    letter-spacing: .12rem;
    margin-top: 3rem;
  }
}
.top-section-title.-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-section-title.-center {
    align-items: normal;
  }
}
.top-marquee-area {
  width: 100%;
  top: 6rem;
  overflow-x: hidden;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-marquee-area {
    top: 1rem;
  }
}
.top-marquee-container {
  left: 0;
  white-space: nowrap;
  position: relative;
  /* 必要に応じて調整 */
  will-change: transform;
  /* パフォーマンス最適化 */
  animation: marquee 50s linear infinite;
  /* スクロールアニメーション */
  overflow: hidden;
  /* 子要素も隠れるように設定 */
  width: fit-content;
}
.top-marquee-content {
  display: inline-block;
  font-size: 11.8rem;
  font-weight: 900;
  letter-spacing: .59rem;
  padding-right: 5rem;
  /* コンテンツ間の間隔 */
  color: #e5e4e3;
  opacity: 0.5;
  white-space: nowrap;
  /* テキストを折り返さない */
}
@media screen and (max-width: 768px) {
  .top-marquee-content {
    font-size: 5.8rem;
    letter-spacing: .29rem;
    padding-right: 2.5rem;
  }
}
.top .c-circle {
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .top .c-circle {
    right: 1.5rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.about-column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-column {
    align-items: center;
  }
}
.about-column__img {
  width: calc((110 / 386) * 100%);
  aspect-ratio: 1/1;
}
.about-column__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-column__img {
    width: calc((80 / 294) * 100%);
  }
}
@media screen and (max-width: 768px) {
  .about-column .c-subPage-section-column__title {
    margin-bottom: 0;
  }
}
.about-column .c-subPage-section-column__text {
  width: calc((250 / 386) * 100%);
}
@media screen and (max-width: 768px) {
  .about-column .c-subPage-section-column__text {
    width: 100%;
    margin-top: 2rem;
  }
}
.about .c-subPage-section__text img {
  width: 100%;
  margin-top: 3rem;
}
.about .c-tabs__content__panel__title {
  background: #f2f2f2;
  margin: 3rem 0;
  border-radius: 1rem;
}
.about .c-tabs__content__panel__title h3 {
  margin-bottom: 3rem;
}
.about .c-tabs__content__panel__title.about-list {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .about .c-tabs__content__panel__title h3 {
    margin: 0 auto 3rem;
  }
}
.about .product-list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  font-size: 1.6rem;
  letter-spacing: .08rem;
  align-items: flex-start;
  justify-content: center;
  gap: 2%;
}
.about .product-list li {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.about .product-list li img {
  max-width: 40%;
}
.about .product-list li img.building {
  max-width: 3.3rem;
}
.about .product-list li p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .about .product-list {
    gap: 1rem 0;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }
  .about .product-list li {
    text-align: center;
    width: 30%;
  }
}
.about .c-tabs__content__panel[data-tab="2"] .product-list li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .c-tabs__content__panel[data-tab="2"] .product-list li {
    width: auto;
    margin: auto;
    text-align: center;
  }
  .about .c-tabs__content__panel[data-tab="3"] .product-list,
  .about .c-tabs__content__panel[data-tab="4"] .product-list {
    align-items: flex-end;
    justify-content: space-evenly !important;
    gap: 2rem;
  }
  .about .c-tabs__content__panel[data-tab="3"] .product-list li,
  .about .c-tabs__content__panel[data-tab="4"] .product-list li {
    width: 35%;
  }
  .about .c-tabs__content__panel[data-tab="3"] .product-list li img,
  .about .c-tabs__content__panel[data-tab="4"] .product-list li img {
    max-width: 30%;
  }
}
.about-flexBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-flexBox {
    flex-direction: column;
    gap: 2rem;
  }
}
.about-flexBox__img {
  width: calc((510 / 930) * 100%);
}
.about-flexBox__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-flexBox__img {
    width: 100%;
  }
}
.about-flexBox__content {
  width: calc((390 / 930) * 100%);
}
@media screen and (max-width: 768px) {
  .about-flexBox__content {
    width: 100%;
  }
}
.about-flexBox__content .c-subPage-section-column {
  padding: 2rem;
}
.about-flexBox__content__title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: .08rem;
  font-weight: bold;
}
.about-flexBox__content__text {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: .028rem;
}
@media screen and (max-width: 768px) {
  .about-flexBox__content__text {
    line-height: 2.6rem;
  }
}
.about-flexBox__content__text li {
  padding: 2rem 0;
  border-bottom: .1rem solid #cccccc;
}
.about-flexBox__content__text li span {
  display: block;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .032rem;
  color: #E72527;
  text-indent: -1em;
  padding-left: 1em;
}
.about-flexBox__content__text li:last-child {
  border-bottom: none;
}
.about-flexBox__content img {
  width: 100%;
  margin-top: 2rem;
}
.about-flexBox .c-link {
  margin-top: 3rem;
}
.about-flexBox .c-link a {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about-flexBox .c-link a {
    margin-left: 0;
    margin-right: 0;
  }
}
.about .c-table {
  margin: 3rem auto 0;
}
.about .muscovite,
.about .phlogopite {
  position: relative;
}
.about .muscovite::before,
.about .phlogopite::before {
  position: absolute;
  content: "";
  width: calc((120 / 450) * 100%);
  aspect-ratio: 4 / 3;
  top: 3rem;
  right: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .muscovite::before {
  background-image: url(/assets/img/about/muscovite.jpg);
}
.about .phlogopite::before {
  background-image: url(/assets/img/about/phlogopite.jpg);
}

@media screen and (max-width: 768px) {
  .development .c-subPage-section-column__flex {
    flex-direction: column !important;
  }
}
.development-link {
  margin-top: 4rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  background-image: url(/assets/img/development/development_04.jpg);
}
.development-link a {
  position: relative;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: .16rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18rem 0;
}
@media screen and (max-width: 768px) {
  .development-link a {
    padding: 3rem 0;
    font-size: 1.6rem;
    line-height: 2.254rem;
    letter-spacing: .08rem;
  }
}
.development-link a span {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .development-link a span {
    font-size: 1.2rem;
    letter-spacing: .24rem;
  }
}
.development-link a::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/assets/img/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .development-link a::before {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}

.special-talkbox {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.special-talkbox li {
  display: flex;
  justify-content: space-between;
}
.special-talkbox li.okabe {
  flex-direction: row-reverse;
}
.special-talkbox li.okabe .special-talkbox__talk::before {
  left: auto;
  right: -3.3rem;
  transform: scaleX(-1);
}
.special-talkbox__icon {
  width: calc((80 / 1040) * 100%);
}
.special-talkbox__icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .special-talkbox__icon {
    width: calc((56 / 335) * 100%);
  }
}
.special-talkbox__talk {
  position: relative;
  width: calc((867 / 1040) * 100%);
  padding: 3rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
}
.special-talkbox__talk .c-subPage-section-column__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .special-talkbox__talk .c-subPage-section-column__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .special-talkbox__talk {
    width: calc((268 / 335) * 100%);
  }
}
.special-talkbox__talk::before {
  position: absolute;
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  top: 4rem;
  left: -3.3rem;
  background-image: url(/assets/img/development/special/talk.svg);
}
@media screen and (max-width: 768px) {
  .special-talkbox__talk::before {
    top: 9rem;
  }
}
.special .bg-gray {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
.special .bg-gray .special-img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.special .bg-gray .special-img img {
  width: 100%;
}
.special .bg-gray .c-subPage-section__text {
  padding: 2rem 0;
  border-bottom: .1rem solid #cccccc;
}
.special .bg-gray .c-subPage-section__text span {
  color: #d33b33;
  font-weight: 700;
}
.special .bg-gray .c-subPage-section__text:first-child {
  padding-top: 0;
}
.special__title {
  text-align: right;
}

.features-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .features-section {
    flex-direction: column;
    margin-bottom: 6rem;
    gap: 3rem;
  }
}
.features-section-img {
  width: calc((660 /1160) * 100%);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .features-section-img {
    width: 100%;
  }
}
.features-section-img img {
  width: 100%;
}
.features-section-linklist {
  display: flex;
  margin-top: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .features-section-linklist {
    flex-direction: column;
    margin-top: 0;
    gap: 1rem;
  }
}
.features-section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .features-section:nth-child(2n) {
    flex-direction: column;
  }
}
.features-section:last-child {
  margin-bottom: 0;
}
.features .c-subPage-section-titleBox {
  flex-direction: column;
  width: calc((440 /1160) * 100%);
}
@media screen and (max-width: 768px) {
  .features .c-subPage-section-titleBox {
    width: 100%;
  }
}
.features .c-subPage-section-titleBox .c-subPage-section__text {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .features .c-subPage-section-titleBox .c-subPage-section__text {
    margin-top: 0;
  }
}

.products .mgt0 {
  margin-top: 0 !important;
}
.products .mgt20 {
  margin-top: 2rem !important;
}
.products .mgb40 {
  margin-bottom: 4rem !important;
}

.case .mgt20 {
  margin-top: 20px;
}
.case .c-tabs__header {
  margin-top: 0;
}
.case .c-filter-product {
  margin-top: 4rem;
}
.case .c-subPage-section-column__flex,
.case .c-subPage-section-column__flex__full {
  margin-bottom: 2rem;
}
.case .c-subPage-section-column__flex:last-child,
.case .c-subPage-section-column__flex__full:last-child {
  margin-bottom: 0rem;
}
.case .c-subPage-section-column__flex__full .c-subPage-section-column__text,
.case .c-subPage-section-column__flex__full img,
.case .c-subPage-section-column__flex__box .c-subPage-section-column__text,
.case .c-subPage-section-column__flex__box img {
  margin-bottom: 1.5rem;
}
.case .c-subPage-section-column__flex__full .c-subPage-section-column__text:last-child,
.case .c-subPage-section-column__flex__full img:last-child,
.case .c-subPage-section-column__flex__box .c-subPage-section-column__text:last-child,
.case .c-subPage-section-column__flex__box img:last-child {
  margin-bottom: 0rem;
}
.case .c-subPage-section-column__flex__full .c-subPage-section-column__text,
.case .c-subPage-section-column__flex__box .c-subPage-section-column__text {
  font-size: 1.6rem;
}
.case .c-subPage-section-column__flex__full img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.company-profile .c-table {
  margin-top: 4rem;
}
.company-profile .c-table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .company-profile .c-table th {
    width: 35%;
  }
}
.company-profile .c-table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company-profile .c-table td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .c-table {
    margin-top: 3rem;
  }
}

.quality-environmental-policy--box {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .quality-environmental-policy--box {
    flex-direction: column;
  }
}
.quality-environmental-policy--box .c-subPage-section-column__title {
  margin-bottom: 0;
}
.quality-environmental-policy--box .c-subPage-section-column__text {
  margin-top: .25rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .quality-environmental-policy--box .c-subPage-section-column__text {
    margin-top: 0;
  }
}

.social-contribution .c-subPage-section-column__flex {
  align-items: center;
}
.social-contribution .c-subPage-section-column__flex--threeColumn {
  text-align: center;
}
.social-contribution .c-subPage-section-column__flex--threeColumn .csr-img {
  width: 100%;
}
.social-contribution .c-subPage-section-column__flex--threeColumn .csr-img img {
  width: 100%;
}
.social-contribution .social-contribution--box {
  margin-top: 3rem;
}
.social-contribution .c-subPage-section-column__flex__box .c-subPage-section-column__text,
.social-contribution .social-contribution--box .c-subPage-section-column__text {
  font-size: 1.6rem;
}

.message .c-subPage-section__text {
  margin-top: 4rem;
}
.message .c-subPage-section__text p {
  margin-bottom: 6rem;
}
.message .c-subPage-section__text p:last-child {
  margin-bottom: 0;
}
.message .ceo-name {
  margin-top: 3rem;
  text-align: center;
  margin-left: auto;
  width: fit-content;
}
.message .ceo-name .post {
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: .08rem;
}
.message .ceo-name .name {
  font-size: 2.8rem;
  line-height: 3.8rem;
  letter-spacing: .28rem;
}

.news-details__case {
  font-size: 2rem;
  letter-spacing: .1rem;
  margin-bottom: 2rem;
}
.news-details__tag {
  display: unset !important;
  font-size: 1.8rem !important;
  letter-spacing: .09rem !important;
  color: #e5e4e3;
  padding: 1rem;
  border-radius: .5rem;
  border: .1rem solid #e5e4e3;
}
.news-details .c-subPage-section__text {
  margin-bottom: 4rem;
}
.news-details .c-subPage-section__text img {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-details__case {
    font-size: 1.6rem;
    letter-spacing: .08rem;
    margin-bottom: 2rem;
  }
  .news-details__tag {
    display: unset !important;
    font-size: 1.4rem !important;
    letter-spacing: .07rem !important;
  }
  .news-details .c-subPage-section__text {
    margin-bottom: 4rem;
  }
  .news-details .c-subPage-section__text img {
    width: 100%;
  }
}

.technology .c-subPage-read {
  font-size: 2.4rem;
  line-height: 5.2rem;
  letter-spacing: .24rem;
  text-align: center;
  margin-top: 7rem;
}
.technology .c-subPage-section-column__flex {
  margin-top: 2rem;
}
.technology .c-subPage-section-column__flex li {
  background-color: #fff;
  text-align: center;
  line-height: 3rem;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  font-size: 1.6rem;
}
.technology .c-subPage-section-column__flex li span {
  color: #e72527;
  font-weight: bold;
}
.technology .innovation-title {
  width: 100%;
  background-color: rgba(0, 30, 45, 0.1);
  text-align: center;
  border-radius: .5rem;
  margin-top: 2rem;
}
.technology .innovation-title h3 {
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: .18rem;
}
.technology .link-list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
}
.technology .link-list li {
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: .16rem;
}
.technology .link-list li a {
  position: relative;
  transition: .3s;
}
.technology .link-list li a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: .5rem;
  right: -2rem;
  background-image: url(/assets/img/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .technology .link-list li a {
    display: block;
    width: 90%;
    font-feature-settings: "palt";
  }
}
.technology .link-list li a:hover {
  opacity: .8;
  transition: .3s;
}
.technology .link-list li a:hover::before {
  right: -2.5rem;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .technology .link-list {
    flex-direction: column;
    gap: 2rem;
  }
}

.achievements .c-tabs__header {
  margin-top: 0;
}
.achievements .c-table td {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .privacypolicy .c-subTitle h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: .16rem;
  }
}
.privacypolicy .c-subPage-section__text {
  margin-top: 6rem;
}
.privacypolicy .c-subPage-section__text:first-child {
  margin-top: 0;
}
.privacypolicy .c-subPage-section__text p,
.privacypolicy .c-subPage-section__text ul {
  margin-bottom: 3rem;
}
.privacypolicy .c-subPage-section__text p:last-child,
.privacypolicy .c-subPage-section__text ul:last-child {
  margin-bottom: 0;
}
.privacypolicy .c-subPage-section__text ul {
  list-style: disc;
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .privacypolicy .c-subPage-section__text {
    margin-top: 4.5rem;
  }
}
.privacypolicy-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .16rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .privacypolicy-title {
    font-size: 2.4rem;
    line-height: 4.2rem;
    letter-spacing: .12rem;
  }
}

.sitemap-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap-area-link {
  width: calc((500 / 1040)*100%);
  border-top: 1px solid #cccccc;
  padding: 3rem 0;
}
.sitemap-area-link a {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sitemap-area-link a {
    gap: 0;
    justify-content: space-between;
  }
}
.sitemap-area-link a:hover .c-link-icon {
  background-color: #e72527;
  transition: .3s;
}
.sitemap-area-link a:hover .c-link-icon::before {
  background-color: #ffffff;
  transition: .3s;
}
.sitemap-area-link a:hover .c-link-icon::after {
  border-top: .2rem solid #ffffff;
  border-right: .2rem solid #ffffff;
  transition: .3s;
}
.sitemap-area-link-titleArea {
  display: grid;
  gap: 1rem;
}
.sitemap-area-link-titleArea__title {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: .16rem;
}
@media screen and (max-width: 768px) {
  .sitemap-area-link-titleArea__title {
    font-size: 2.4rem;
    letter-spacing: .12rem;
  }
}
.sitemap-area-link-titleArea__en {
  font-size: 1.6rem;
  letter-spacing: .16rem;
  color: #C9CACD;
}
@media screen and (max-width: 768px) {
  .sitemap-area-link-titleArea__en {
    font-size: 1.4rem;
    letter-spacing: .14rem;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-area-link-titleArea {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-area-link {
    width: 100%;
    padding: 2rem 0;
  }
}
.sitemap-area-sublinkArea {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
  margin-top: 3.5rem;
}
.sitemap-area-sublinkArea__link a {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  letter-spacing: .07rem;
  transition: .3s;
}
.sitemap-area-sublinkArea__link a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
.sitemap-area-sublinkArea__link a:hover {
  opacity: .8;
  transition: .3s;
}
.sitemap-area-sublinkArea__link a:hover::before {
  left: .5rem;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .sitemap-area-sublinkArea {
    gap: 2rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-area {
    flex-direction: column;
  }
}

.recruit-linklist {
  display: flex;
  margin-top: 4rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit-linklist {
    flex-direction: column;
    gap: 2rem;
  }
}
.recruit-linklist.-list01 {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-linklist.-list01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit-linklist.-list01 > li + li {
    margin: auto;
    margin-top: 4rem;
    text-align: center;
  }
}
.recruit-linklist.-list01 > li:nth-child(1) {
  flex-basis: calc(59% - 1rem);
}
.recruit-linklist.-list01 > li:nth-child(2) {
  flex-basis: calc(41% - 1rem);
}
@media screen and (max-width: 768px) {
  .recruit-linklist.-list01 > li:nth-child(2) {
    width: 80%;
  }
}
.recruit-linklist.-list01 > li a {
  display: block;
}
.recruit-linklist.-list01 > li a img {
  width: 100%;
}

.contact-telbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact-telbox .image {
  width: calc((308.5/930)*100%);
}
.contact-telbox .image img {
  width: 100%;
}
.contact-telbox-list {
  width: calc((505/930)*100%);
  display: grid;
  gap: 4rem;
}
.contact-telbox-list h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .12rem;
}
.contact-telbox-list_number {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 2rem;
  background: #fff;
  border-radius: .5rem;
}
.contact-telbox-list_number > div {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem 0;
}
.contact-telbox-list_number > div span {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .07rem;
  padding: 0 .5rem;
  border: 1px solid;
  border-radius: .3rem;
}
.contact-telbox-list_number > div p {
  font-size: 1.8rem;
  letter-spacing: .09rem;
  font-weight: 700;
}
.contact-telbox-list_number > div.fax {
  color: #a5a7ac;
}
.contact-telbox-list .list01 h3 {
  color: #b8a30c;
}
.contact-telbox-list .list01 .tel {
  color: #b8a30c;
}
.contact-telbox-list .list02 h3 {
  color: #27273f;
}
.contact-telbox-list .list02 .tel {
  color: #27273f;
}
.contact-telbox-list .list03 h3 {
  color: #dd211f;
}
.contact-telbox-list .list03 .tel {
  color: #dd211f;
}
.contact-time {
  margin-top: 4rem;
  border-top: 1px solid #cccccc;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contact-time span {
  font-size: 1.4rem;
  letter-spacing: .07rem;
  border: 1px solid;
  padding: .3rem;
  border-radius: .3rem;
}
.contact-time .time {
  font-size: 2.2rem;
  letter-spacing: .11rem;
}
@media screen and (max-width: 768px) {
  .contact-telbox {
    flex-direction: column;
  }
  .contact-telbox .image {
    width: 100%;
  }
  .contact-telbox-list {
    width: 100%;
    gap: 3rem;
    margin-top: 6rem;
  }
  .contact-telbox-list h3 {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  .contact-telbox-list_number {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .contact-telbox-list_number > div {
    padding: 0;
  }
  .contact-time {
    padding-top: 2rem;
    flex-direction: column;
    text-align: center;
  }
}

/*    footer
----------------------------------------------------------------------------*/
.footer {
  color: #fff;
}
.footer-links {
  width: 100%;
  display: flex;
  border-bottom: .3rem solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-links {
    flex-direction: column;
  }
}
.footer-links li {
  width: 50%;
  background-size: cover;
  /* 背景画像を要素にフィットさせる */
  background-position: center;
  /* 背景画像を中央に配置 */
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer-links li {
    width: 100%;
  }
}
.footer-links li a {
  position: relative;
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: .16rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10.5rem 0;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .footer-links li a {
    padding: 5rem 0;
    font-size: 2rem;
    letter-spacing: .1rem;
  }
}
.footer-links li a span {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: .32rem;
}
@media screen and (max-width: 768px) {
  .footer-links li a span {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: .24rem;
  }
}
.footer-links li a::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/assets/img/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .footer-links li a::before {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}
.footer-links li a:hover {
  opacity: .8;
  transition: .3s;
}
.footer-links li a:hover::before {
  right: 2rem;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .footer-links li a:hover::before {
    right: 1rem;
  }
}
.footer-links li.contact {
  background-image: url(/assets/img/footer_contact.jpg);
  border-right: .3rem solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-links li.contact {
    border-right: none;
  }
}
.footer-links li.request {
  background-image: url(/assets/img/footer_request.jpg);
  border-left: .3rem solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-links li.request {
    border-left: none;
  }
}
.footer-main {
  width: 100%;
  padding: 6rem 0 7rem;
  background-color: #001e2d;
}
.footer-main-linkslist {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .footer-main-linkslist {
    gap: 3rem;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer-main-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-main-content {
    flex-direction: column;
  }
}
.footer-main-company {
  position: relative;
}
.footer-main-company-logo {
  height: 7rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .footer-main-company-logo {
    margin-bottom: 4rem;
  }
}
.footer-main-company-logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-main-company-logo {
    height: 5rem;
    margin-bottom: 3rem;
  }
}
.footer-main-company-youtube {
  width: 17.5rem;
  margin-bottom: 3.5rem;
  position: absolute;
  left: 21rem;
  top: 23rem;
}
@media screen and (max-width: 768px) {
  .footer-main-company-youtube {
    top: inherit;
    left: 1rem;
    bottom: 7rem;
    width: 11rem;
  }
}
.footer-main-company-youtube a {
  width: 100%;
}
.footer-main-company-youtube a img {
  width: 100%;
}
.footer-main-company-pagetop {
  width: 16rem;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-main-company-pagetop {
    width: 8rem;
    margin-left: auto;
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
}
.footer-main-company-pagetop img {
  width: 100%;
}
.footer-main-company-pagetop svg {
  position: absolute;
  top: .2rem;
  left: .2rem;
  width: 15.6rem;
  aspect-ratio: 1 / 1;
  animation: rotate 6.66s linear infinite;
}
@media screen and (max-width: 768px) {
  .footer-main-company-pagetop svg {
    width: 7.6rem;
  }
}
.footer-main-company-copyright {
  font-size: 1.2rem;
  letter-spacing: .06rem;
}
@media screen and (max-width: 768px) {
  .footer-main-company-copyright {
    text-align: right;
  }
}
.footer-main-links {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer-main-links {
    width: 100%;
    gap: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-links-table {
    width: 45%;
  }
}
.footer-main-links-table-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-main-links-table-list__pagelinks {
  font-size: 1.6rem;
  letter-spacing: .8rem;
  font-weight: bold;
}
.footer-main-links-table-list__pagelinks a {
  position: relative;
  width: fit-content;
  display: block;
}
.footer-main-links-table-list__pagelinks a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: .3rem;
  right: -2rem;
  background-image: url(/assets/img/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
.footer-main-links-table-list__pagelinks a:hover::before {
  right: -2.5rem;
  transition: .3s;
}
.footer-main-links-table-list__pagelinks span {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: .22rem;
  color: #c9cacd;
}
.footer-main-links-table-list__infolinks {
  font-size: 1.4rem;
  letter-spacing: .07rem;
}
.footer-main-links-table-list__infolinks a {
  position: relative;
  padding-left: 2rem;
}
.footer-main-links-table-list__infolinks a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: .2rem;
  left: 0;
  background-image: url(/assets/img/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
.footer-main-links-table-list__infolinks a:hover::before {
  left: .5rem;
  transition: .3s;
}
.footer-main-links-table-list.-mb30 {
  margin-bottom: 3rem;
}
.footer-main-links-table-sublist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

/*# sourceMappingURL=style.css.map */
