@charset "UTF-8";

/*
Theme Name: 株式会社アクトスマイル
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 3.125rem;
}

body {
  color: #282C31;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "Lato", sans-serif;
}

img {
  max-width: 100%;
}

/* 文字装飾 */
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: white;
}

.navy {
  color: #073061;
}

.lightBlue {
  color: #D8DFE6;
}

.navyTransparent {
  color: rgba(7, 48, 97, 0.3);
}

.green {
  color: #337D33;
}

.gray {
  color: #AAAAAA;
}


.bgWhite {
  background-color: white;
}

.bgNavy {
  background-color: #073061;
}

.bgGray {
  background: #F7F7F7;
}

.bgLightGray {
  background-color: #F3F4F3;
}

.bgGreenGD {
  background: linear-gradient(52deg, #337D33 15.53%, #398C39 40.36%, #3E983E 63.31%, #47AF47 88.9%);
}

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

.lato {
  font-family: "Lato",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

/* 文字サイズ */
.size12 {
  font-size: 1.2rem;
}

.size14 {
  font-size: 1.4rem;
}

.size13 {
  font-size: 1.3rem;
}

.size15 {
  font-size: 1.5rem;
}

.size16 {
  font-size: 1.6rem;
}

.size17 {
  font-size: 1.7rem;
}

.size18 {
  font-size: 1.8rem;
}

.size19 {
  font-size: 1.9rem;
}

.size20 {
  font-size: 2rem;
}

.size21 {
  font-size: 2.1rem;
}

.size22 {
  font-size: 2.2rem;
}

.size23 {
  font-size: 2.3rem;
}

.size24 {
  font-size: 2.4rem;
}

.size28 {
  font-size: 2.8rem;
}

.size29 {
  font-size: 2.9rem;
}

.size30 {
  font-size: 3rem;
}

.size32 {
  font-size: 3.2rem;
}

.size34 {
  font-size: 3.4rem;
}

.size36 {
  font-size: 3.6rem;
}

.size40 {
  font-size: 4.0rem;
}

.size42 {
  font-size: 4.2rem;
}

.size48 {
  font-size: 4.8rem;
}

.size50 {
  font-size: 5rem;
}

.size56 {
  font-size: 5.6rem;
}

.size64 {
  font-size: 6.4rem;
}

.size72 {
  font-size: 7.2rem;
}

/* .w-640{ display: none;}
.w-896{ display: none;} */

/*-----------------------------------------
表示・非表示
-----------------------------------------*/

.W-640none {
  display: block;
}

.W-640 {
  display: none;
}

.W-896none {
  display: block;
}

.W-896 {
  display: none;
}

.W-1080none {
  display: block;
}

.W-1080 {
  display: none;
}

/*-----------------------------------------
共通
-----------------------------------------*/

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 4%;
}

.wrapper-1080 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4%;
}

.wrapper-1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}

.wrapper-700 {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 4%;
}

/* a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
} */

.c-contact__btn {
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  border-radius: 0.2rem;
  box-shadow: 0 3px 12px rgba(11, 44, 93, 0.18);
  transition: box-shadow 0.25s ease,
    transform 0.25s ease;
}

.c-contact__btn:hover {
  box-shadow: 0 8px 20px rgba(11, 44, 93, 0.25);
  transform: translateY(-1px);
  transition: box-shadow 0.25s ease,
    transform 0.25s ease;
}

.c-title {
  margin-bottom: 4rem;
}

.c-pageTitle__en {
  text-transform: uppercase;
}

.c-title__en {
  display: inline-block;
  font-family: "Lato",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  line-height: normal;
  font-weight: 500;
  font-size: 5.6rem;
  color: #073061;
  margin-bottom: 1.6rem;
}

.c-title__ja {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 500;
  font-size: 2rem;
}

.c-title-bread {
  margin-bottom: 10rem;
}

.c-pageTitle {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  margin-top: 10rem;
}

.c-pageTitle__ja {
  line-height: 1.6;
  font-family: 'Noto Serif JP';
}

/* breadcrumb */
.c-title-bread .breadcrumb {
  max-width: 1360px;
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  padding-top: 0.8rem;
}

.c-title-bread .breadcrumb ul {
  display: flex;
  font-size: 1.4rem;
}

/* トップへ戻るボタン */
#scrollMarker {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background-color: #073061;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  z-index: 1000;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
}

.scroll-to-top.show {
  display: flex;
  opacity: 1;
}

.scroll-to-top:hover {
  background-color: #0a4a8a;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 3.75rem);
  transition: all 1500ms ease-in-out;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 1;
  transform: translateX(0);
}


/*-----------------------------------------
header
-----------------------------------------*/
.header {
  height: 10rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background-color: #ffffff;
  /* backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.7); */
}

.header__logo {
  width: 20rem;
  height: auto;
  object-fit: contain;
}

.header__logo:hover {
  opacity: 0.8;
}

.header__inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

.header__nav__item a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  color: inherit;
}

.header__nav__item a:hover {
  color: #073061;
  transform: translateY(-3px);
  transition: all 0.3s ease;
  opacity: 1;
}

/* header nav – dropdown submenu */
.header__nav__item {
  position: relative;
}

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

.header__nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.8rem;
  min-width: 16rem;
  padding: 0.8rem 0;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10001;
}

.header__nav__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.8rem;
  width: 100%;
  height: 0.8rem;
}

.header__nav__submenu-item a {
  display: block;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  font-size: 1.4rem;
}

.header__nav__submenu-item a:hover {
  background-color: #F3F4F3;
  color: #337D33;
  transform: none;
  opacity: 1;
}

.header__nav__item--has-sub:hover .header__nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header__nav__item--has-sub.is-open .header__nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* hamburgerMenu */
.header__hamburgerMenu {
  display: none;
}

/*-----------------------------------------
footer
-----------------------------------------*/

.banner {
  border-top: 1px solid #BFBFBF;
  padding: 6.4rem 0 10rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}

.banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.2rem;
}

.banner__list:nth-of-type(1) {
  margin-bottom: 2.4rem;
}

.banner__list__bottom {
  justify-content: flex-end;
  margin-right: 3.5rem;
}

.banner__item {
  transition: all 0.3s ease;
}

.banner__item:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}

.footer {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #EAEBEB;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__left a {
  display: inline-block;
}

.footer__left .c-contact__btn {
  display: inline-flex;
  width: auto;
}

.footer__nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #C5C7C9;
  margin-bottom: 2rem;
}

.footer__nav__item a {
  margin-bottom: 0.8rem;
  display: inline-block;
}

.footer__nav__item a:hover {
  opacity: 0.8;
}

.footer__nav__episodeItem {
  padding-left: 1.2rem;
}

.footer__nav__episodeItem a {
  font-size: 1.4rem;
  position: relative;
}

.footer__nav__episodeItem a::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  top: 50%;
  left: -1rem;
  background-color: #BFBFBF;
}

.footer__address {
  margin-bottom: 4rem;
}

.footer__logo {
  display: block;
  text-align: left;
}

.footer__logo:hover {
  opacity: 0.8;
}

.footer__copyright {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

/*-----------------------------------------
FVスライダー
-----------------------------------------*/
.fv {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 4%;
  margin-bottom: 13rem;
  margin-top: 10rem;
}

.fv__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.fv__pagination {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 2;
  margin-top: 2.4rem;
}

.fv__pagination-dot {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fv__pagination-dot.active {
  background: #073061;
  opacity: 1;
  transform: scale(1.05);
}

.fv__slide {
  position: relative;
  overflow: hidden;
}

.fv__image {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  opacity: 0.8;
  transition: transform 6s cubic-bezier(0.4, 0, 0.2, 1), opacity 6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.fv__text-box {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.4s ease-out 0.6s, transform 1.4s ease-out 0.6s;
}

.fv__text-box--vertical {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(50px);
}

.fv__text-box--right {
  top: 2.4rem;
  right: 2.4rem;
  left: auto;
  transform: translateY(50px);
  padding: 2rem;
}

.fv__text-box--horizontal {
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
}

.fv__text-box--bottom-right {
  bottom: 2.4rem;
  right: 2.4rem;
  left: auto;
  top: auto;
  transform: translateY(50px);
  padding: 2rem;
}

.fv__text-box--bottom-left {
  bottom: 2.4rem;
  left: 2.4rem;
  right: auto;
  top: auto;
  transform: translateY(50px);
  padding: 2rem;
}

.swiper-slide-active .fv__text-box--vertical {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.swiper-slide-active .fv__text-box--right {
  transform: translateY(0);
}

.swiper-slide-active .fv__text-box--horizontal {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.swiper-slide-active .fv__text-box--bottom-right {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .fv__text-box--bottom-left {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .fv__image {
  transform: scale(1.1);
  opacity: 1;
}

.swiper-slide-prev .fv__image,
.swiper-slide-next .fv__image {
  transform: scale(0.85);
  opacity: 0.1;
}

.fv__text01 {
  display: inline-block;
  writing-mode: vertical-rl;
  background: url(images/common/textbg-y.webp) no-repeat center;
  background-size: auto 110%;
  padding: 2.4rem 2rem;
  line-height: 1.8;
  height: auto;
  letter-spacing: 0.3em;
  min-width: fit-content;
}

.fv__text02 {
  display: block;
  white-space: nowrap;
  background: url(images/common/textbg-x.webp) no-repeat center / contain;
  padding: 2rem 0rem 2rem 2.4rem;
  letter-spacing: 0.3em;

}

.fv__text03 {
  display: block;
  white-space: nowrap;
  background: url(images/common/textbg-x.webp) no-repeat center / contain;
  padding: 2rem 0rem 2rem 2.4rem;
  letter-spacing: 0.3em;
}

/*-----------------------------------------
message
-----------------------------------------*/
.message {
  margin-bottom: 13rem;
}

.message__title {
  position: relative;
  display: inline-block;
  padding-left: 2.4rem;
  margin-bottom: 0;
}

.message__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #073061;
  border-radius: 2px;
}

.message__body {
  background: url(images/common/top-bg.webp) no-repeat center top / cover;
  height: auto;
  padding-bottom: 8rem;
}


.message .c-title {
  text-align: left;
}

.message-text {
  margin-bottom: 6.4rem;
  line-height: 1.8;
}

.message__flex {
  display: flex;
  gap: 3rem;
  width: 100%;
  border-left: 2px solid #d0d4da;
  padding-top: 8rem;
  margin-bottom: 4.8rem;
}

.message__left {
  padding-left: 2.4rem;
  width: 100%;
}

.message__mainImg {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: -5rem;
  margin-top: -18rem;
}

.message__btnProfile {
  width: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.message__btnEpilogue {
  display: inline-flex;
  line-height: 5;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.message__btnEpilogue img {
  transform: translateX(-0.3rem);
  transition: .3s ease;
}

.message__btnEpilogue:hover img {
  transform: translateX(0.3rem);
  transition: .3s ease;
}

.message__item {
  margin-bottom: 4.2rem;
  line-height: 2;
}

.message__nameArea {
  text-align: right;
}

.message__nameImg {
  width: 34rem;
  text-align: right;
}

/*-----------------------------------------
archive
-----------------------------------------*/
.archivement {
  margin: 10rem 0;
}

.archivement__list {
  display: flex;
  align-items: flex-start;
  row-gap: 5.4rem;
  column-gap: 3rem;
  max-width: 100%;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}

.archivement__item {
  width: 31%;
  overflow: hidden;
  background-color: white;
  box-shadow: 4px 4px 10px rgba(91, 91, 94, 0.25);
  border-radius: 0.4rem;
}

.archivement__item img {
  border-radius: 0.4rem 0.4rem 0 0;
  object-fit: cover;
  /* width: -webkit-fill-available; */
}

.archivement__itemContent {
  padding: 2rem 1.4rem;
}

.archivement__category {
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  margin-bottom: 0.8rem;
  width: fit-content;
}

.archivement__itemContent p:first-of-type {
  padding-top: 1rem;
  border-top: 1px solid #D9D9D9;
  margin-top: 0.8rem;
  min-height: 8em;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.archivement__contentTitle {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.archivement__text {
  font-size: 1.4rem;
  min-height: 4.8em;
}

.archivement__btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  color: #073061;
  text-decoration: underline;
}

.archivement__btn:hover img {
  transform: translateX(0.3rem);
  transition: .3s ease;
}

.archivement__btn img {
  transform: translateX(-0.3rem);
  transition: .3s ease;
}

/*-----------------------------------------
indexProfile
-----------------------------------------*/
.indexProfile__profile {
  margin-bottom: 14rem;
}

.indexProfile__profileWrapper {
  margin-bottom: 2rem;
}

.indexProfile__profileSubTitle {
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}

.indexProfile__profileSubTitleImg {
  display: block;
  width: 13rem;
}

.indexProfile__profileSubTitleImgArea {
  margin-left: auto;
  text-align: right;
}

.indexProfile__profileBg {
  background: url(images/profile/profile-bg.webp) no-repeat center top / cover;
  padding-bottom: 10rem;
}

.indexProfile__profileFlex {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}

.indexProfile__profileFlex :nth-child(odd) {
  margin-bottom: 5.6rem;
}

.indexProfile__profileFlexText {
  line-height: 2;
}

.indexProfile__profileFlexTextArea {
  width: 50%;
}

.indexProfile__profileFlexImg {
  width: 50%;

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.indexProfile__profileFlex:nth-of-type(2) .indexProfile__profileFlexImg {
  width: 30%;
}

/* career */
.indexProfile__career {
  margin-bottom: 14rem;
}

.indexProfile__careerWrapper {
  position: relative;
}

.indexProfile__careerImg {
  position: absolute;
  top: 0;
  right: 0;
}

.indexProfile__careerList {
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
}

.indexProfile__careerItem:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

.indexProfile__careerItem02 {
  margin-bottom: 2.8rem;

  p {
    padding: 0 1.6rem;
  }
}

.indexProfile__careerName {
  padding: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
}

/* history */
.indexProfile__history {
  padding-top: 13rem;
  padding-bottom: 13rem;
  margin-bottom: 15rem;
}

.indexProfile__historyMainTextWrapper {
  margin-bottom: 1.6rem;
  letter-spacing: 0.25em;
}

.indexProfile__historyContentsWrapper {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexProfile__historyItem {
  border-bottom: 0.1rem solid #337D33;
  position: relative;
}

.indexProfile__historyItemArrow {
  transform: translateX(-0.5rem);
  transition: .3s ease;
}

.indexProfile__historyItem:hover .indexProfile__historyItemArrow {
  transform: translateX(0.5rem);
  transition: .3s ease;
}

.indexProfile__historyItem:last-child {
  padding-bottom: 1.4rem;
}

.indexProfile__historyItem:not(:first-of-type) {
  padding-top: 6.4rem;
}

.indexProfile__historyItem::after {
  content: "";
  position: absolute;
  top: 70%;
  left: -4rem;
  z-index: 100;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(45deg,
      #398C39 20%,
      #3E983E 42%,
      #47AF47 60%,
      #54CD54 85%,
      #5DE35D 100%);
  z-index: 100;
}

.indexProfile__historyItem:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 21%;
  left: -3rem;
  z-index: 99;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 14rem;
  background: linear-gradient(90deg,
      #398C39 20%,
      #3E983E 42%,
      #47AF47 60%,
      #54CD54 85%,
      #5DE35D 100%);
  z-index: 99;
}

.indexProfile__historyItemLeft {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.indexProfile__historyItemText span:nth-child(2) {
  display: block;
}

.indexProfile__historyItemTitle {
  margin-bottom: 0;
  flex: 1;
}

.indexProfile__historyItemArrow {
  width: auto;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.indexProfile__historyItemLink {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.indexProfile__historyItemLink:hover {
  opacity: 0.8;
}

/*-----------------------------------------
indexContact
-----------------------------------------*/
.indexContact__form {
  margin-bottom: 14rem;
}

.indexContact__formTitle {
  margin-bottom: 4rem;
}

.indexContact__form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.indexContact__formItem {
  display: flex;
  gap: 0.8rem;
  border-bottom: 0.1rem solid #BFBFBF;
  padding-bottom: 2.4rem;
  padding-top: 2rem;
}

label.is-required::after {
  content: "必須";
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  background: #073061;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  margin-left: 0.4rem;
}

.indexContact__label
/* .indexContact__agreement--noRequired::after {
	content: none;
} */

.wpcf7-form-control,
.indexContact__formItemInput,
.indexContact__formItemText {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.wpcf7-list-item {
  margin: 0 0 13px 1em;
}

.indexContact__formItemText {
  min-height: 12rem;
  resize: vertical;
}

.indexContact__formAddress {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.indexContact__formAddressRow {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.indexContact__formAddressRow label {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.indexContact__formAddressRowInput {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* .indexContact__agreement {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1.6rem;
} */

.indexContact__agreement input[type="checkbox"] {
  width: auto;
  flex-shrink: 0;
}

.indexContact__formButton {
  padding: 1.2rem 4.8rem;
  background-color: #073061;
  color: white;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  margin-top: 2.4rem;
  transition: opacity 0.3s ease;
}

.indexContact__formButton:hover {
  opacity: 0.8;
}

.indexContact__formItem {
  display: flex;
  gap: 0.8rem;
  padding-bottom: 2.4rem;
}

.indexContact__formItem:not(:last-child) {
  border-bottom: 0.1rem solid #BFBFBF;
}

.indexContact__formItem>label {
  width: 28%;
  flex-shrink: 0;
}

.indexContact__formField {
  flex: 1;
}

.indexContact__formField input,
.indexContact__formField textarea {
  width: 100%;
}

.indexContact__formField input {
  -webkit-appearance: auto;
  appearance: auto;
}

.indexContact__formField input.indexContact__agreement {
  width: auto;
}

.indexContact__formAddressRow .indexContact__formAddressShort {
  width: 50%;
}

.indexContact__agreementText {
  border-top: 1px dotted #BFBFBF;
  padding-top: 0.8rem;
}

.indexContact__formItem>p {
  width: 28%;
  flex-shrink: 0;
}

.indexContact__formItemText,
.indexContact__formItemInput {
  background-color: #F3F4F3;
}

.wpcf7-spinner {
  display: none;
}


/*-----------------------------------------
indexResult
-----------------------------------------*/
.indexResult__archive {
  margin-bottom: 15rem;
}

.indexResult__categoryList {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8rem;
}

.indexResult__categoryItem {
  border: 0.1rem solid #073061;
  /*   padding: 0.4rem 0.8rem; */
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #073061;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}

.indexResult__categoryItem a {
  padding: 0.4rem 0.8rem;
}

.indexResult__categoryItem:hover {
  background-color: #073061;
  color: white;
  transition: background-color 0.3s ease;
}


.indexResult__categoryItem.active {
  background-color: #073061;
  color: white;
  transition: background-color 0.3s ease;
}

.indexResult__categoryItem.active a {
  color: white;
  padding: 0.4rem 0.8rem;
}

.indexResult__categoryItem.parent-active {
  background-color: white;
  color: #073061;
  transition: background-color 0.3s ease;
}

.indexResult__categoryItem.parent-active:hover {
  background-color: #073061;
  color: white;
  transition: background-color 0.3s ease;
}

.category-result .archivement__list {
  flex-wrap: wrap;
}

/*-----------------------------------------
pagenation
-----------------------------------------*/
.page-numbers {
  color: #073061;
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  gap: 1.6rem;
  display: flex;
}

.page-numbers>li {
  border: 0.1rem solid #073061;
  border-radius: 0.2rem;
}

.page-numbers.current {
  background-color: #073061;
  color: white;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 6.4rem;
  gap: 1.6rem;
}

/*-----------------------------------------
indexSingle
-----------------------------------------*/
.indexSingle {
  margin-bottom: 10rem;
}

.indexSingle__section {
  margin-bottom: 10rem;
}

.indexSingle__subtitle {
  margin-bottom: 1.6rem;
}

.indexSngle__date {
  margin-bottom: 0.8rem;
}

.indexSingle__date {
  margin-bottom: 1.6rem;
}

.indexSingle__category {
  margin-bottom: 1.6rem;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  background-color: #073061;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}

.indexSingle__content {
  margin-bottom: 4rem;
  line-height: 2;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.8rem;
}

.indexSingle__thumbnail {
  margin-bottom: 3.4rem;

  img {
    width: 100%;
    height: 70rem;
    object-fit: cover;
  }
}

/*-----------------------------------------
indexBusiness
-----------------------------------------*/
.indexBusiness img,
.indexMissionCompany img {
  box-shadow: 0px 3px 12px rgba(91, 91, 94, 0.15);
}

.indexBusiness__first {
  margin-bottom: 12rem;
}

.indexBusiness__firstTitleWrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.indexBusiness__firstTitle {
  width: 40%;
}

.indexBusiness__firstText {
  width: 57%;
  line-height: 2.5;
}

.indexBusiness__firstImg {
  border-radius: 2rem;
}

.indexBusiness__container {
  margin-bottom: 10rem;
}

.indexBusiness__titleWrapper {
  border-bottom: 0.1rem solid rgba(7, 48, 97, 0.3);
  margin-bottom: 2.4rem;
}

.indexBusiness__title {
  margin-bottom: 1.6rem;
}

.indexBusiness__subTitle {
  padding-bottom: 1.6rem;
}

.indexBusiness__text {
  margin-bottom: 4rem;
}

.indexBusiness__contentTitle {
  border-left: 0.3rem solid #073061;
  padding-left: 1.4rem;
  margin-bottom: 2.4rem;
}

.indexBusiness__contentList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 30rem));
  justify-content: start;
  margin-bottom: 3rem;
  gap: 2.9rem;
}

.indexBusiness__contentListProcess .indexBusiness__contentItem .indexBusiness__contentItemImg {
  margin-bottom: 1.6rem;
}

.indexBusiness__contentListProcess .indexBusiness__contentItemTitle {
  padding-bottom: 1.6rem;
}

.indexBusiness__contentListProcess .indexBusiness__contentItemTitle span:nth-of-type(2) {
  font-size: 1.7rem;
}

.indexBusiness__contentItem {
  max-width: 30rem;
  display: flex;
  flex-direction: column;
}

.indexBusiness__contentItemImg {
  border-radius: 1.6rem;
  margin-bottom: 1.6rem;
  object-fit: cover;
  overflow: hidden;
}

.indexBusiness__contentItemTitle {
  border-bottom: 0.1rem solid rgba(7, 48, 97, 0.3);
  padding-bottom: 1.6rem;
  margin-left: 1rem;
}

.indexBusiness__contentItemTitle span:first-child {
  padding: 0.1rem 0.8rem;
  display: inline-flex;
  margin-right: 0.8rem;
  border-radius: 0.2rem;
}

.indexBusiness__contentItemText {
  padding-top: 1rem;
  margin-left: 1rem;
  /* line-height: 1.8; */
}

.indexBusiness__bgNavy {
  padding: 4rem 5.6rem;
  border-radius: 5px;
}

.indexBusiness__bgNavyTitle {
  border-bottom: 0.1rem solid #ffffff;
  margin-bottom: 1rem;
  display: inline-block;
}

.indexBusiness__bgNavyText {
  line-height: 2;
}

.indexBusiness__contentItemFlex {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 100%;
  margin-bottom: 4rem;
}

.indexBusiness__containerSupport {
  margin-bottom: 12rem;
}

.indexBusiness__contentItemImgSupport {
  width: 84%;
  max-width: 100%;
}

.indexBusiness__promise {
  line-height: 2;
}

.indexBusiness__promise:nth-of-type(1) {
  margin-bottom: 1.6rem;
}

/*-----------------------------------------
indexMissionCompany
-----------------------------------------*/
.indexMissionCompany__missionSubTitleImg {
  display: block;
  margin-left: auto;
  border-radius: 2rem 0 0 2rem;
}

.indexMissionCompany__mission {
  margin-bottom: 17.5rem;
}

.indexMissionCompany01 {
  background: url(images/mission-company/mission-company-bg.png) no-repeat center top / cover;
  margin-bottom: 16rem;
}

.indexMissionCompany__missionContent {
  padding-bottom: 16rem;
}

.indexMissionCompany__missionTitle {
  margin-bottom: 5.6rem;
}

.indexMissionCompany__title--en {
  display: block;
  list-style: 1.2;
}

.indexMissionCompany__missionItem {
  display: flex;
  align-items: flex-end;
  border-bottom: 0.1rem solid #BFBFBF;
  padding: 3.2rem 0 3.2rem 2.4rem;
}

.indexMissionCompany__missionItemTitle {
  width: 20%;
}

.indexMissionCompany__missionItemTitle__en {
  display: block;
  line-height: 1;
}

.indexMissionCompany03 {
  padding-top: 12rem;
}

.indexMissionCompany__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 3.2rem;
  column-gap: 2.4rem;
}

.indexMissionCompany__item {
  position: relative;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 29rem;
  padding-top: 3.4rem;
  padding-bottom: 2.8rem;
}

.indexMissionCompany__num {
  position: absolute;
  top: 0.4rem;
  left: 2rem;
}

.indexMissionCompany__commitmentsImg {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  border-radius: 5rem;
}

.indexMissionCompany__missionSubTitleImg {
  margin-bottom: 10rem;
}

.indexMissionCompany__commitmentsImg {
  display: block;
  margin: 0 auto;
}

.indexMissionCompany__commitmentsText.medium {
  text-align: center;
  margin-top: 1.6rem;
}

.indexMissionCompany__companyList {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.indexMissionCompany__companyItem {
  display: table-row;
}

.indexMissionCompany__companyTitle {
  display: table-cell;
  width: calc(20.8rem / 96rem * 100%);
  border-bottom: 0.1rem solid #073061;
  padding: 4rem 0;
  height: auto;
  vertical-align: middle;
  font-weight: 500;
  padding-left: 0.8rem;
}

.indexMissionCompany__companyText {
  display: table-cell;
  width: calc(75.2rem / 96rem * 100%);
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 3.4rem 0;
  height: auto;
  vertical-align: bottom;
  padding-left: 1.6rem;
}

.indexMissionCompany__companyItem--business .indexMissionCompany__companyTitle {
  vertical-align: top;
}

.indexMissionCompany__companyTextList {
  border-bottom: none;
}

.indexMissionCompany__companyTextList li.indexMissionCompany__companyText {
  display: block;
  width: 100%;
}

.indexMissionCompany03 .indexMissionCompany__missionTitle {
  text-align: center;
}

/*-----------------------------------------
episode 共通
-----------------------------------------*/
.episode {
  margin-bottom: 16rem;
}

.episode__btnSection {
  margin-bottom: 17rem;
}

.episode__btnList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.episode__btnItem {
  border-radius: 0.3rem;
  border: 1px solid #337D33;
  width: 20rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}

.episode__btnFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.episode__btnLinkText {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.episode__btnLinkText__en {
  line-height: 1;
}

.episode__btnLinkText__num {
  line-height: 1;
}

.episode__btnItem:not(.bgGreenGD) {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px -5px rgba(25, 60, 25, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.episode__btnItem:not(.bgGreenGD):hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 30px -10px rgba(25, 60, 25, 0.3);
}

.episode__btnItem.bgGreenGD {
  cursor: default;
  opacity: 1;
  pointer-events: none;
  border: none;
}

.bgGreenGD:hover {
  transform: translateY(0px);
  box-shadow: none;
}

.episode__section {
  max-width: 570px;
  margin: 0 auto;
}

.episode__contentTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 9rem;
}

.c-episode__contentTitle__en {
  display: block;
  position: relative;
}

.c-episode__contentTitle__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  z-index: 100;
  transform: translateY(-50%);
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #398C39 20%, #3E983E 42%, #47AF47 60%, #54CD54 85%, #5DE35D 100%);
  animation: c-episode-drop-bounce 2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s both;
  will-change: transform;
}

@keyframes c-episode-drop-bounce {
  0% {
    transform: translateY(-260%) scale(0.9);
  }

  62% {
    transform: translateY(-50%) scale(1.04);
  }

  74% {
    transform: translateY(-42%) scale(0.99);
  }

  82% {
    transform: translateY(-50%) scale(1.02);
  }

  90% {
    transform: translateY(-46%) scale(0.995);
  }

  96% {
    transform: translateY(-50%) scale(1.005);
  }

  100% {
    transform: translateY(-50%) scale(1);
  }
}

.episode__body {
  margin-bottom: 9.6rem;
}

.episode__content img {
  border-radius: 2rem;
  max-width: 75%;
}

.episode__content:not(:last-of-type) {
  margin-bottom: 16rem;
}

.episode__content:last-child {
  padding-bottom: 8rem;
}

.episode__content__title {
  margin-bottom: 2.4rem;
  position: relative;
}

.episode__content__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  z-index: 100;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #398C39 20%, #3E983E 42%, #47AF47 60%, #54CD54 85%, #5DE35D 100%);
}

.episode__content__title::after {
  content: "";
  position: absolute;
  top: 44rem;
  left: -3.2rem;
  z-index: 99;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 84rem;
  background: linear-gradient(90deg, #398C39 20%, #3E983E 42%, #47AF47 60%, #54CD54 85%, #5DE35D 100%);
}

.episode__content:last-child .episode__content__title::after {
  content: "";
  position: absolute;
  top: 37rem;
  left: -3.2rem;
  z-index: 99;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 50rem;
  background: linear-gradient(90deg, #398C39 20%, #3E983E 42%, #47AF47 60%, #54CD54 85%, #5DE35D 100%);
}

.episode__content__text__text {
  margin-bottom: 3.2rem;
  line-height: 2;
}

.episode__contentBtn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5.6rem;
}

.episode__contentBtnLink {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #337D33;
  gap: 0.8rem;
}

.episode__contentBtnLinkText__en {
  line-height: 1;
}

.episode__contentBtnLinkText__num {
  line-height: 1.5;
}

.episode__contentBtnBack {
  display: inline-block;
}

.episode__contentBtnBackLink {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

/*-----------------------------------------
episode01
-----------------------------------------*/
/*-----------------------------------------
episode02
-----------------------------------------*/
.page-episode02 .episode__contentBtn {
  display: flex;
  justify-content: space-between;
}

/*-----------------------------------------
episode03
-----------------------------------------*/
.page-episode03 .episode__contentBtn {
  display: flex;
  justify-content: space-between;
}

/*-----------------------------------------
epilogue
-----------------------------------------*/
.page-epilogue .episode__contentBtn {
  display: block;
}

.page-epilogue .episode__body img {
  display: block;
  margin: 0 auto 7.2rem;
  border-radius: 2rem;
}

.page-epilogue .episode__section {
  max-width: 1080px;
  margin: 0 auto;
}

.page-epilogue article .episode__section .episode__content__title::after {
  top: 11rem;
  left: -2.3rem;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 17rem;
}

.page-epilogue article .episode__section .episode__content__title::before {
  left: -3rem;
}

@media (max-width: 1980px) {
  .indexBusiness__contentList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 29rem));
    justify-content: start;
    margin-bottom: 3rem;
    gap: 2.5rem;
    /* place-content: center; */
  }
}

@media (max-width: 1080px) {
  .W-1080none {
    display: none;
  }

  .W-1080 {
    display: block;
  }

  .c-contact__btn {
    height: 4.8rem;
  }

  .c-contact__btnText {
    display: none;
  }

  .header__contact>.c-contact__btn {
    width: 4.8rem;
    padding: 0;
    justify-content: center;
  }

  .header__inner {
    position: relative;
  }

  .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }

  .header__nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
    position: absolute;
    top: 100%;
    right: 0;
    width: 45%;
    height: 100vh;
    background-color: #fff;
    padding: 2.4rem;
    z-index: 100;
    display: flex;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-top: 8rem;
    top: 0;
  }

  .header__nav__item {
    border-bottom: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    padding-bottom: 0.6rem;
  }

  .header__nav__item a {
    position: relative;
    display: block;
  }

  .header__nav__item a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    transform: rotate(45deg);
    box-sizing: border-box;
  }

  .header__nav__item:not(:last-child) {
    margin-bottom: 0.8rem;
  }

  .header__nav__submenu-item a {
    position: relative;
  }

  .header__nav__submenu-item a::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.1rem;
    top: 1.8rem;
    left: -1.2rem;
    background-color: #BFBFBF;
  }

  /* mobile menu: dropdown as inline list (not absolute) */
  .header__nav__submenu {
    position: static;
    margin-top: 0.8rem;
    min-width: auto;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    transform: none;
    pointer-events: none;
    padding: 0 0 0.8rem;
    padding-left: 2.4rem;
    opacity: 1;
  }

  .header__nav__submenu::before {
    display: none;
  }

  .header__nav__submenu-item a {
    padding: 0.8rem 0;
    font-size: 1.4rem;
  }

  .header__nav__submenu-item a:hover {
    background-color: transparent;
    transform: none;
  }

  .header__nav__item--has-sub.is-open .header__nav__submenu {
    opacity: 1;
    pointer-events: auto;
  }

  /* hamburgerMenu */
  .header__hamburgerMenu {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #073061;
    position: relative;
    border-radius: 0.2rem;
  }

  .header__hamburgerLine {
    position: absolute;
    top: 1.4rem;
    left: 13px;
    background-color: #fff;
    width: 2.2rem;
    height: 2px;
  }

  .header__hamburgerLine:nth-child(2) {
    top: 2.1rem;
  }

  .header__hamburgerLine:nth-child(3) {
    top: 3rem;
  }

  .header__nav.menuActive {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: absolute;
    z-index: -1;
    top: 0;
  }

  .header__hamburgerMenu.menuActive .header__hamburgerLine:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    transition: .5s;
  }

  .header__hamburgerMenu.menuActive .header__hamburgerLine:nth-child(2) {
    opacity: 0;
  }

  .header__hamburgerMenu.menuActive .header__hamburgerLine:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    transition: .5s;
  }

  .message__mainImg {
    margin-right: 0;
  }

  .footer__nav__item {
    display: none;
  }

  .indexBusiness__contentList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 30rem));
    justify-content: start;
    margin-bottom: 3rem;
    gap: 3rem;
    /* place-content: center; */
  }
}

@media (max-width: 896px) {
  .W-896none {
    display: none;
  }

  .W-896 {
    display: block;
  }

  body {
    line-height: 1.5;
  }

  .header {
    height: 9rem;
  }

  .header__nav {
    width: 38%;
  }

  .c-title-bread .breadcrumb ul {
    font-size: 1.3rem;
  }

  .archivement__text {
    min-height: 6.8em;
  }

  .message__flex {
    flex-direction: column;
    padding-right: 1.8rem;
    gap: 6.4rem;
    align-items: center;
    padding-top: 5rem;
  }

  .message__mainImg {
    width: 85%;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }

  .message-text {
    margin-bottom: 3.4rem;
  }

  .message__item {
    margin-bottom: 2.4rem;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    text-align: center;
  }

  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .footer__nav__episode {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__address {
    margin-bottom: 0;
  }

  .footer__right a img {
    margin-bottom: 1.6rem;
  }

  .indexProfile__profileFlexTextArea {
    width: 75%;
  }

  .indexProfile__profileWrapper {
    margin-bottom: 4.8rem;
  }

  .indexProfile__profile {
    margin-bottom: 17rem;
  }

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

  .indexProfile__careerImg {
    top: -9rem;
    height: 40%;
    width: 56%;
  }

  .indexProfile__historyItem:not(:first-of-type)::before {
    height: 13rem;
    top: 25%;
  }

  .indexBusiness__firstTitleWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    margin-bottom: 4.8rem;
  }

  .indexBusiness__firstTitle {
    width: fit-content;
  }

  .indexBusiness__firstText {
    width: 100%;
    line-height: 2;
  }

  .indexBusiness__first {
    margin-bottom: 12rem;
  }

  .indexBusiness__contentItemTitle {
    padding-bottom: 0;
  }

  .indexBusiness__contentItemTitle {
    padding-bottom: 1.6rem;
  }

  .indexBusiness__contentList {
    place-content: baseline;
  }

  .category-result .archivement__list {
    flex-wrap: wrap;
  }

  .indexMissionCompany__item {
    min-width: 37.5rem;
  }

  .indexMissionCompany__title--en {
    line-height: 1.3;
  }

  .indexMissionCompany__missionSubTitleImg {
    width: 88%;
  }

  .episode__btnList {
    gap: 1.2rem;
  }

  .episode__btnSection {
    margin-bottom: 10rem;
  }

  .episode__contentTitle {
    margin-bottom: 4rem;
  }

  .episode__content:not(:last-of-type) {
    margin-bottom: 10rem;
  }

  .episode__contentWrapper {
    padding-left: 4%;
  }
}

@media (max-width: 640px) {
  .W-640none {
    display: none;
  }

  .W-640 {
    display: block;
  }

  .size18 {
    font-size: 1.6rem;
  }

  .size20 {
    font-size: 1.8rem;
  }

  .size22 {
    font-size: 1.8rem;
  }

  .size28 {
    font-size: 2.4rem;
  }

  .size29 {
    font-size: 2.2rem;
  }

  .size32 {
    font-size: 2.6rem;
  }

  .size34 {
    font-size: 2.8rem;
  }

  .size42 {
    font-size: 3.2rem;
  }

  .size50 {
    font-size: 3.2rem;
  }

  .size56 {
    font-size: 4.6rem;
  }

  .size64 {
    font-size: 3.4rem;
  }

  .c-title__en {
    font-size: 3.6rem;
  }

  .c-title__ja {
    font-size: 1.8rem;
  }

  .c-pageTitle {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .c-pageTitle__en {
    font-size: 1.4rem;
  }

  .c-pageTitle__ja {
    font-size: 2.4rem;
  }

  .c-title-bread {
    margin-bottom: 4.8rem;
  }

  .header__nav {
    width: 100%;
  }

  .footer__nav__item:not(:last-child) {
    margin-bottom: 1.6rem;
    padding-bottom: 0.8rem;
  }

  .message__nameImg {
    width: 20rem;
  }

  .archivement__list {
    flex-wrap: wrap;
  }

  .archivement__item {
    width: 100%;
  }

  .fv {
    margin-bottom: 8rem;
  }

  .fv__slider {
    min-height: 50vh;
  }

  .fv__slide {
    min-height: 50vh;
  }

  .fv__image {
    min-height: 72vh;
    object-fit: cover;
  }

  .fv__text-box--vertical.fv__text-box--right {
    top: auto;
    bottom: 1.6rem;
    right: 2.4rem;
    left: auto;
    transform: translateY(50px);
  }

  .fv__text-box span {
    font-size: 1.8rem;
  }

  .swiper-slide-active .fv__text-box--vertical.fv__text-box--right {
    transform: translateY(0);
    opacity: 1;
  }

  .banner__list {
    flex-direction: column;
    row-gap: 2.4rem;
  }

  .banner__list__bottom {
    margin-right: 0;
  }

  .message {
    margin-bottom: 10rem;
  }

  .message__body {
    padding-bottom: 5rem
  }

  .message-text {
    line-height: 1.5;
    font-size: 2rem;
  }

  .message__mainImg {
    width: 94%;
    margin-top: 0;
    margin-bottom: 1.6rem;
    margin-right: -3.4rem;
  }

  .archivement {
    margin-top: 0;
    margin-bottom: 8rem;
  }

  .indexProfile__profileWrapper {
    margin-bottom: 0.8rem;
  }

  .indexProfile__profileSubTitle {
    max-width: none;
  }

  .indexProfile__profileFlex {
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
    margin-bottom: 4rem;
  }

  .indexProfile__profileSubTitle>.size28 {
    font-size: 3.2rem;
  }

  .indexProfile__profileFlexTextArea {
    width: 100%;
  }

  .indexProfile__profileFlexImg {
    width: 54%;
  }

  .indexProfile__profileFlex:nth-of-type(1) .indexProfile__profileFlexImg {
    margin-bottom: 2.4rem;
  }

  .indexProfile__profileFlex:nth-of-type(2) .indexProfile__profileFlexImg {
    width: 33%;
    margin-bottom: 0;
  }

  .indexProfile__profileFlex:nth-of-type(1) {
    margin-bottom: 2.4rem;
  }

  .indexProfile__profileFlex:nth-of-type(2) {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .indexProfile__profileFlex :nth-child(odd) {
    margin-bottom: 0;
  }

  .indexProfile__careerImg {
    top: -27rem;
    height: 27%;
    width: 100%;
    object-fit: cover;
  }

  .indexProfile__profile {
    margin-bottom: 27rem;
  }

  .indexProfile__profileBg {
    padding-bottom: 14rem;
  }

  .indexProfile__profileSubTitleImg {
    width: 10rem;
  }

  .indexProfile__careerItem:not(:last-of-type) {
    margin-bottom: 0;
  }

  .indexProfile__career {
    margin-bottom: 10rem;
  }

  .indexProfile__history {
    padding-top: 10rem;
  }

  .indexProfile__historyMainTextWrapper {
    margin-bottom: 3.6rem;
  }

  .indexProfile__historyItemLink {
    gap: 0.8rem;
    flex-direction: column;
    padding-bottom: 1.8rem;
  }

  .indexProfile__historyItem::after {
    top: 53%;
  }

  .indexProfile__historyItem:not(:first-of-type)::before {
    top: 39%;
    height: 27rem;
  }

  .indexProfile__historyItemTitle {
    margin-bottom: 0.8rem;
  }

  .indexProfile__historyItemArrow {
    width: 2rem;
  }

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

  .indexBusiness__first {
    margin-bottom: 8rem;
  }

  .indexBusiness__firstTitleWrapper {
    margin-bottom: 2.8rem;
  }

  .indexBusiness__text {
    line-height: 1.8;
  }


  .indexBusiness__title {
    line-height: 1.5;
  }

  .indexBusiness__contentList {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }

  .indexBusiness__contentList {
    margin-bottom: 4rem;
  }

  .indexBusiness__container {
    margin-bottom: 10rem;
  }

  .indexBusiness__bgNavy {
    padding: 2.4rem 2rem;
    text-align: justify;
  }

  .indexBusiness__contentItem {
    max-width: 100%;
  }

  .indexBusiness__contentItemFlex {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 0;
  }

  .indexBusiness__contentItemText {
    padding-top: 0.8rem;
  }

  .indexBusiness__promise {
    text-align: justify;
  }

  .indexMissionCompany__item {
    min-width: 30rem;
  }

  .indexMissionCompany__missionSubTitleImg {
    width: 88%;
    object-fit: cover;
    height: 17rem;
    border-radius: 2rem 0 0 2rem;
    margin-bottom: 6rem;
  }

  .indexMissionCompany__missionItem {
    align-items: flex-start;
    flex-direction: column;
  }

  .indexMissionCompany__missionItemTitle {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .indexMissionCompany__missionTitle {
    margin-bottom: 1.6rem;
  }

  .indexMissionCompany03 .indexMissionCompany__missionTitle {
    text-align: center;
    margin-bottom: 2.4rem;
  }

  .indexMissionCompany__companyList {
    display: block;
  }

  .indexMissionCompany__companyItem {
    display: block;
    border-bottom: 0.1rem solid #e5e5e5;
    padding: 2rem 0;
  }

  .indexMissionCompany__companyTitle {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0 0 0.8rem 0;
    font-weight: 600;
  }

  .indexMissionCompany__companyText {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0;
  }

  .indexMissionCompany01 {
    margin-bottom: 11rem;
  }

  .indexMissionCompany__missionContent {
    padding-bottom: 11rem;
  }

  .indexMissionCompany__mission {
    margin-bottom: 12rem;
  }

  .indexContact__formItem {
    flex-direction: column;
  }

  .indexContact__formItem {
    width: 100%;
  }

  .indexContact__formItem>p {
    width: 100%;
  }

  .episode__btnSection {
    margin-bottom: 7rem;
  }

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

  .episode__btnList {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
  }

  .episode__btnItem {
    width: 17rem;
  }

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

@media (max-width: 480px) {
  .W-480none {
    display: none;
  }

  .W-480 {
    display: block;
  }

  .message__left {
    padding-left: 1.4rem;
  }

  .indexProfile__profileSubTitle>.size28 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }

  .indexProfile__profileSubTitleImgArea {
    margin-bottom: 1.6rem;
  }

  .episode__contentWrapper {
    padding-left: 33px;
  }

  .episode__content__title::before {
    left: -3rem;
  }

  .episode__content__title::after {
    left: -2.2rem;
  }

  .episode__content:last-child .episode__content__title::after {
    left: -2.2rem;
  }

  .page-epilogue article .episode__section .episode__content__title::after {
    top: 24rem;
    height: 45rem;
  }

  .episode__content:last-child {
    padding-bottom: 0;
  }
}