@charset "utf-8";

/*==================================================
---COMMON
====================================================*/
body {
  line-height: 28px;
  animation-duration: 1.8s;
  overflow: auto;
  position: relative;
  z-index: -2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #252525;
  word-wrap: break-word;
  font-weight: 500;
  font-style: normal;
  animation-name: opacity;
  min-width: 1164px;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}

body a {
  color: #333;
  display: block;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

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

              // loading //

/////////////////////////////////////////////////////////////////////////////*/
.loadingInner {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.loadingInner__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #0e5591;
  transform-origin: right top;
}

.loadingAniWrap .loadingInner__bg {
  animation: loadingInner-bg 0.75s cubic-bezier(0.5, 0.14, 0.2, 1) forwards;
}

.loadingAniWrap.off .loadingInner__bg {
  animation: close 0.75s cubic-bezier(0.5, 0.14, 0.2, 1) forwards;
}

@keyframes loadingInner-bg {
  0% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes close {
  0% {
    transform-origin: left bottom;
    transform: scaleY(0);
  }

  100% {
    transform-origin: left bottom;
    transform: scaleY(1);
  }
}
.loadingInner__bar {
  width: 0;
  height: 5px;
  background: #0e5591;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s linear 0s;
}

.loadingInner {
  animation: opnone 0.75s cubic-bezier(0.5, 0.14, 0.2, 1) forwards;
}

@keyframes opnone {
  0% {
  }

  100% {
    height: 0;
  }
}

#opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e5591;
  transform-origin: right top;
  z-index: 9997;
  opacity: 1;
}

#opening.change-bg {
  background-color: #0e5591;
}

#opening.hidden {
  animation: loadingInner-bg 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards;
  pointer-events: none;
}

.enFont {
  font-family: Syncopate, "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.spheader {
  display: none;
}

@keyframes befobtn {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(38px);
    opacity: 0;
  }
}

@keyframes afterbtn {
  0% {
    transform: translateX(-38px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.commonBtn a {
  position: relative;
  color: #fff;
  font-size: 11px;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 275px;
}

.commonBtn a:hover::after {
  opacity: 0;
}

.commonBtn a .text {
  position: relative;
  display: block;
  border: solid 1px #424c53;
  padding: 12px 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  z-index: 1;
  background: #181b32;
  border-radius: 100vw;
  text-align: center;
}
.commonBtn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  bottom: 0;
  border-radius: 100vw;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    111deg,
    #009cff,
    rgba(6, 18, 41, 1) 52%,
    rgba(29, 54, 107, 1)
  );
}
.commonBtn.commonBtnY a::after {
  background-image: linear-gradient(97deg, #ffb100, #061229 30%, #332607);
}
.commonBtn a .jaFont {
  font-size: 15px;
  font-weight: 500;
}

.commonBtn.commonBtnY a::before {
  background-image: linear-gradient(310deg, #ffb100, #061229 30%, #332607);
}
.commonBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100vw;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    310deg,
    #009cff,
    rgba(6, 18, 41, 1) 52%,
    rgba(29, 54, 107, 1)
  );
}
.arrowLink {
  z-index: 2;
}
.commonBtn a .arrowLink {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #252525;
  overflow: hidden;
  transition: background-color 0.5s;
}
.commonBtn a .arrowLink {
  top: 34px;
  right: 20px;
  background: #25252500;
}
.commonBtn a .arrowLink::before,
.commonBtn a .arrowLink::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 11px;
  width: 8px;
  height: 14px;
  background: url(../img/btnArrow.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 3;
}

.sameFadehero01 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

#hero.scrollin .sameFadehero01 {
  opacity: 1;
  transform: translate(0);
}

.sameFadehero02 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.4s;
}

#hero.scrollin .sameFadehero02 {
  opacity: 1;
  transform: translate(0);
}

.sameFadehero03 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}

#hero.scrollin .sameFadehero03 {
  opacity: 1;
  transform: translate(0);
}

.sameFadehero04 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.8s;
}

#hero.scrollin .sameFadehero04 {
  opacity: 1;
  transform: translate(0);
}

.heroFade01 {
  opacity: 0;
  transform: translate(0, -14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.2s;
}

.heroFade02 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}
.commonBtnFix {
  transition: 0.4s;
}
.heroFade03 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.4s;
}

.heroFade.scrollin .heroFade01 {
  opacity: 1;
  transform: translate(0);
}

.heroFade.scrollin .heroFade02 {
  opacity: 1;
  transform: translate(0);
}

.heroFade.scrollin .heroFade03 {
  opacity: 1;
  transform: translate(0);
}

.sameFade {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

.sameFade.scrollin {
  opacity: 1;
  transform: translate(0);
}

.sameFade2 {
  opacity: 0.5;
  transform: translate(0, 20px);
  transition: 4s cubic-bezier(0.36, 0.14, 0, 1);
}

.sameFade2.scrollin {
  opacity: 1;
  transform: translate(0);
}

.rightFade {
  opacity: 0;
  transform: translate(20px, 0);
  transition: 4s cubic-bezier(0.76, 0, 0.24, 1);
}

.rightFade.scrollin {
  opacity: 1;
  transform: translate(0);
}
.heroWrap .swiper-pagination {
  z-index: 2 !important;
}

.fadezoom {
  overflow: hidden;
}

.fadezoom img {
  transform: scale(1.08);
  transition: 1.4s;
  opacity: 0;
}

.fadezoom.scrollin img {
  animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards;
  transform: scale(1);
}

.fadezoomN {
  overflow: hidden;
}

.fadezoomN img {
  transform: scale(1.08);
  transition: 1.4s;
  opacity: 0;
}

.fadezoomN.scrollin img {
  transform: scale(1);
}

#story .flex .imgBox.scrollin .fadezoomN01 img {
  transform: scale(1);
  animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards;
}
#story .flex .imgBox.scrollin .fadezoomN02 img {
  transform: scale(1);
  animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards 0.2s;
}
#story .flex .imgBox.scrollin .fadezoomN03 img {
  transform: scale(1);
  animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards 0.4s;
}

.sameFadeUdhero01 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.7s;
}

.udHeroWrap.scrollin .sameFadeUdhero01 {
  opacity: 1;
  transform: translate(0);
}
.sameFadeUdhero02 {
  opacity: 0;
  transform: translate(-14px, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}

.udHeroWrap.scrollin .sameFadeUdhero02 {
  opacity: 1;
  transform: translate(0);
}
.sameFadeUdhero03 {
  opacity: 0;
  transform: translate(-14px, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.3s;
}

.udHeroWrap.scrollin .sameFadeUdhero03 {
  opacity: 1;
  transform: translate(0);
}

.sameFadeUdhero04 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.6s;
}

.udHeroWrap.scrollin .sameFadeUdhero04 {
  opacity: 1;
  transform: translate(0);
}

.udCommonFade {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}
.commonUdHero.scrollin .udCommonFade {
  opacity: 1;
  transform: translate(0);
}

@keyframes colorEffect {
  0% {
    color: #fff;
  }

  100% {
    color: #000;
  }
}

@keyframes colorEffect2 {
  0% {
    color: #fff;
  }

  100% {
    color: #000;
  }
}

@keyframes maskEffect {
  0% {
    transform: translateX(-100%);
  }

  30% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(101%);
  }
}

@keyframes fadeopa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes titleBtmFade {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background: rgba(255, 255, 255, 0.7);
  }

  100% {
    transform: translate(-50%, -50%) scale(4.8, 4.8);
    background: rgba(255, 255, 255, 0);
  }
}

.pcHeader {
  display: flex;
  min-width: 1164px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 4;
  top: 40px;
  box-sizing: border-box;
  opacity: 1;
  position: fixed;
}
.header-contact a .enFont {
  transition: 0.4s;
}
header .change-color .global-nav a {
  color: #252525;
  transition: 0.4s;
}
header .change-color .global-nav {
  background: #fff;
  transition: 0.4s;
}
.change-color .header-contact .mail-icon {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.change-color .global-nav li:not(:last-child)::after {
  background-color: rgba(37, 37, 37, 0.3);
  transition: 0.4s;
}
.change-color .mail-icon-wrapper {
  background: #252525;
  transition: 0.35s;
}
.change-color .header-contact a .enFont {
  opacity: 0;
  transition: 0.4s;
}
.change-color .wlogo {
  display: none;
}
header .blogo {
  display: none;
}

header .change-color .blogo {
  display: block;
}

header .change-color .global-nav a {
  font-size: 11px;
}

.commonMainTitle span {
  display: block;
}
.commonMainTitle .enFont {
  font-size: 102px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.commonMainTitle .jpFont {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1;
}
.swiper-pagination span {
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: opacity, transform;
}

.swiper-pagination span.swiper-pagination-fadeout {
  opacity: 0;
}
.swiper-pagination {
  color: #fff;
  position: absolute;
  font-size: 59px;
  top: auto;
  text-align: right;
  letter-spacing: -8px;
  box-sizing: border-box;
  right: 0;
  padding-right: 2.7vw;
  bottom: 15%;
}

.hero-brand-slogan {
  font-size: 94px;
  line-height: 101px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.hero span.swiper-pagination-current {
  font-size: 146px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
.hero span.swiper-pagination-total {
  font-size: 29px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  letter-spacing: 0;
}
.hero h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0.15em;
}
.hero h1 span {
  display: inline-block;
  font-size: 44px;
}
.hero-description {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .mainTitle {
  position: absolute;
  bottom: 15%;
  left: 6%;
  color: #fff;
  z-index: 2;
}
.hero .swiper-container img {
  width: 100%;
  object-fit: cover;
  height: var(--viewport-height);
}
.hero {
  overflow: hidden;
}

.hero .loopSlideWrap {
  position: absolute;
  bottom: -8px;
  top: auto;
  z-index: 2;
}

.hero .loopSlide {
  height: 117px;
}
.hero .loopSlide {
  display: flex;
  width: 100vw;
  height: 221px;
  position: relative;
}
.heroWrap {
  position: relative;
  height: var(--viewport-height);
  overflow: hidden;
}
.heroWrap::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  opacity: 0.28;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #001d38, #004d8e);
}
#message .commonMainTitle {
  text-align: center;
}
#message .commonBtn {
  margin-top: 55px;
}
.pcHeader.hidden {
  opacity: 0;
  pointer-events: none;
}

header .site-header {
  width: 100%;
  /* ヘッダー自体に背景色はつけず、上に乗るコンテンツとして扱う */
  background-color: transparent;
  padding: 20px 0;
  position: relative; /* position: absolute; でも可 */
  z-index: 100;
}
.commonBtnFix {
  position: fixed;
  right: 2.7vw;
  bottom: 1.7vw;
  z-index: 3;
}
.mail-icon-wrapper {
  background: #fff;
  border-radius: 6px;
  width: 48px;
  height: 47px;
  display: flex;
  transition: 0.35s;
  align-items: center;
  justify-content: center;
}
.header-container {
  margin: 0 auto;
  padding: 0 2.7vw;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-contact a {
  color: #fff;
  font-size: 11px;
  display: flex;
  transition: 0.4s;
  column-gap: 11px;
  transition: 0.4s;
  align-items: center;
}
.header-contact a:hover .mail-icon-wrapper {
  background: #0055b4;
}
.header-contact a:hover .mail-icon-wrapper .mail-icon {
  fill: #fff;
}
/* ロゴ */
header .logo a {
  color: #fff;
  text-decoration: none;
}
header .logo a img {
  max-width: 180px;
  width: 100%;
}
header .logo .blue-flame {
  color: #0d63ac; /* ロゴの青い部分 */
}
header .global-nav {
  padding: 8px 23px;
  border-radius: 8px;
  transition: 0.4s;
}
header .global-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px; /* メニュー間のスペース */
}
header .global-nav a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  transition: opacity 0.3s ease;
}
header .global-nav a:hover {
  opacity: 0.7;
}

.global-nav li:not(:last-child)::after {
  content: ""; /* 疑似要素を生成するために空のcontentを指定 */
  display: inline-block; /* widthとheightを指定するために必要 */
  width: 1px; /* 線の幅 */
  height: 10px; /* 線の高さ */
  background-color: #ffffff; /* 線の色 */
  margin-left: 20px; /* メニューテキストからの距離 */
  transition: 0.4s;
  vertical-align: middle; /* テキストとの垂直方向の位置を中央に調整 */
}

.header-contact .enFont {
  margin-top: 4px;
}
.header-contact .mail-icon {
  width: 18px;
  height: 12px;
  fill: #333; /* アイコンの初期色 */
  transition: fill 0.3s ease;
}

/* ホバー時のアイコンの色反転 */
.header-contact .contact-button:hover .mail-icon {
  fill: #fff;
}

.footer-wrapper {
  background-color: #000;
  padding: 148px 50px 30px;
  border-top: 1px solid #222;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

#about {
  position: relative;
  padding-bottom: 160px;
}

#about .fadezoom {
  border-radius: 6px;
}
#about .commonMainTitle {
  color: #fff;
  padding-left: 5.4vw;
  margin-top: -7vw;
}
#about::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 149px 137px;
  background-image: url(../img/Bnoise.png);
  z-index: -2;
}
#about .imgWrap {
  display: flex;
  justify-content: space-between;
  padding: 14px 14px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#about .imgBox {
  border-radius: 6px;
}
#about .imgBox img {
  border-radius: 6px;
}
#about .imgBox01 img {
  width: 60vw;
}
#about .imgBox03 {
  position: absolute;
  bottom: -43px;
  left: 8.1vw;
}
#about .imgBox03 img {
  max-width: 271px;
  width: 100%;
  border-radius: 6px;
}

#about .mainBox {
  display: flex;
  color: #fff;
  justify-content: center;
}
#about .enDes {
  writing-mode: vertical-rl;
  margin-top: 14px;
  -webkit-writing-mode: vertical-rl;
}

#about .enDes p {
  -ms-writing-mode: tb-rl;
  line-height: 17px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-size: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  opacity: 0.5;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 2.4s ease;
  transition: all 2.4s ease;
}
#about .enDes.scrollin p {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#about .mainBox .flex {
  display: flex;
  margin-top: 10vw;
  justify-content: center;
  column-gap: 7%;
  width: 100%;
}
.pcBr {
  display: block;
}

#about .opBox {
  position: relative;
}
#about .opBox::after {
  content: "";
  position: absolute;
  background-image: url(../img/aboutcircle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53vw;
  height: 47vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#about .mainBox h3 {
  font-size: 45px;
  line-height: 68px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 60px;
}
#about .mainBox .textBox p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#service {
  padding: 240px 0 160px 0;
  background-color: #f7f7f7;
}
#service .commonMainTitle {
  text-align: center;
  margin-bottom: 114px;
}
#about .mainBox .textBox p:last-child {
  margin-bottom: 0;
}

.service-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.service-item > div {
  width: 50%;
  border-radius: 6px;
}
.service-item.layout-reverse {
  margin-top: 180px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.service-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-image {
  flex-shrink: 0;
}
.service-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.service-category {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 35px;
  color: #004a8b;
  font-size: 16px;
}
.service-category .number {
  font-size: 20px;
}
.service-category .divider {
  background-color: rgba(0, 84, 180, 0.5);
  width: 1px;
  height: 16px;
  bottom: -1px;
  position: relative;
}

.service-category .name {
  color: #0055b4;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.service-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 25px 0;
  letter-spacing: 0.1em;
}
.service-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 25px 0;
  letter-spacing: 0.1em;
}

.service-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.service-content p:last-child {
  margin-bottom: 0;
}
.service-actions {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

#about .imgBox02 {
  margin-top: 15vw;
}
#about .imgBox02 img {
  width: 33vw;
}
#blog {
  position: relative;
  padding: 160px 80px;
}
#success {
  overflow: hidden;
  background: #232324;
  padding: 160px 80px;
}
.successInner {
  max-width: 1800px;
  margin: 0 auto;
}
#success .commonMainTitle {
  color: #fff;
  margin-bottom: 178px;
}
#success .imgBox {
  border-radius: 16px;
  border: solid 2px #fff;
}
#success .imgBox img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}
#success .textBox {
  color: #fff;
  margin-top: 24px;
}
#success .tag {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 23px;
}
#success .swiArrow {
  position: absolute;
  width: 125px;
  left: -13px;
  bottom: auto;
  right: auto;
  top: -56px;
  margin: 0;
}
#success .commonBtn {
  margin-top: 84px;
}
#success .commonBtn a {
  margin: 0 auto;
}

#success .swiper-button-next,
#success .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 40 * 50);
}
#success .swiper-button-prev::after {
  background-image: url(../img/llarrowsp.svg);
  content: "";
  width: 50px;
  height: 55px;
}
#success .swiper-button-next::after {
  background-image: url(../img/arroesp.svg);
  content: "";
  width: 50px;
  height: 55px;
}
#success .textBox h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.1em;
}
#blog .commonBtn {
  margin-top: 46px;
  margin-left: auto;
}
#blog::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.05;
  z-index: -1;
  background-image: url(../img/lineBg.svg);
}
#blog::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 197px 127px;
  background-image: url(../img/wnoise.png);
  z-index: -2;
}

.blogInner {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-container {
  margin-top: 114px;
  display: flex;
  column-gap: 84px;
}

/* 左側のメイン記事 */
.blog-main {
  width: 55%;
  text-decoration: none;
  color: inherit;
  display: block;
}
.Related .blog-main {
  width: 25%;
}
.blog-container .picTitle {
  margin-bottom: 14px;
  font-size: 20px;
}
.blog-main .image-wrapper {
  margin-bottom: 20px;
  border-radius: 16px;
}

.blog-main img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-main .meta-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-main .article-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 32px;
}

.blog-main .article-subtitle {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}

/* 右側の記事リスト */
.blog-list {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.blog-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}

.blog-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-list ul a {
  text-decoration: none;
  color: inherit;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #93979b;
  position: relative;
}

.blog-list .list-item-content {
  flex-grow: 1;
  padding-right: 40px; /* 矢印のスペースを確保 */
}

.blog-list .meta-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

.blog-list .article-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  /* タイトルを...で省略するための設定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-tag {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #0055b4;
  border-radius: 20px;
  color: #0055b4;
  font-size: 12px;
  font-weight: 400;
  transition: background-color 0.4s, color 0.4s;
  line-height: 1;
}
.blog-container a:hover .category-tag {
  background-color: #0055b4;
  color: #fff;
}

/* 共通：日付 */
.article-date {
  color: #252525;
  letter-spacing: 0;
  opacity: 0.5;
  font-size: 10px;
}
@keyframes befobtn {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(38px);
    opacity: 0;
  }
}

@keyframes afterbtn {
  0% {
    transform: translateX(-38px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.blog-list .arrowLink {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #252525;
  overflow: hidden;
  transition: background-color 0.5s;
}
.blog-list .arrowLink::before,
.blog-list .arrowLink::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 6px;
  height: 10px;
  background: url(../img/btnArrow.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 3;
}
.arrowLink::before,
.arrowLink::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 6px;
  height: 10px;
  background: url(../img/btnArrow.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 3;
}
.blog-container a:hover .arrowLink::after {
  animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}
.blog-container a:hover .arrowLink::before {
  animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}
.blog-list .arrowLink::after {
  transform: translateX(-38px);
}
.commonBtn a:hover .arrowLink::after {
  animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}
.commonBtn a:hover .arrowLink::before {
  animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}
.commonBtn .arrowLink::after {
  transform: translateX(-38px);
}

#message {
  padding: 160px 80px;
  background: #f7f7f7;
}
/* 左側：画像と名前 */
.message-visual {
  width: 45%;
}
.messageInner {
  display: flex;
  column-gap: 120px;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 110px;
}
/* 画像を囲むラッパー */
#message .image-container {
  position: relative;
  margin-bottom: 30px;
}

#message .image-container img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: auto;
}
#message .fadezoom {
  border-radius: 6px;
}
/* --- 画像周りのL字アイコンを疑似要素で作成 --- */
#message .image-frame-outer,
#message .image-frame-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#message .image-frame-outer::before,
#message .image-frame-outer::after,
#message .image-frame-inner::before,
#message .image-frame-inner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #4a90e2; /* アイコンの色 */
  border-style: solid;
}

/* 左上 */
#message .image-frame-outer::before {
  top: -15px;
  left: -15px;
  border-width: 1px 0 0 1px;
}
/* 右下 */
#message .image-frame-outer::after {
  bottom: -15px;
  right: -15px;
  border-width: 0 1px 1px 0;
}
/* 右上 */
#message .image-frame-inner::before {
  top: -15px;
  right: -15px;
  border-width: 1px 1px 0 0;
}
/* 左下 */
#message .image-frame-inner::after {
  bottom: -15px;
  left: -15px;
  border-width: 0 0 1px 1px;
}
/* ------------------------------------------- */

#message .representative-info .title {
  font-size: 14px;
  color: #555;
}

#message .representative-info .name {
  font-size: 20px;
  font-weight: 600;
  margin-left: 4px;
}

#message .representative-info .name-en {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 0.2;
}

/* 右側：テキストコンテンツ */
#message .message-content {
  width: 55%;
}

.message-content .tagline {
  color: #0055b4;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

/* H2の代わりのH3見出し */
.message-content h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 0 0 40px 0;
  line-height: 1.5;
}

.message-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.message-content p:last-child {
  margin-bottom: 0;
}
.cta-section {
  overflow: hidden;
}
.cta-section .loopSlide {
  height: 117px;
}
.cta-section .loopSlide {
  display: flex;
  width: 100vw;
  height: 272px;
  position: relative;
}
.loopSlideWrap {
  position: absolute;
  top: 31%;
}
@keyframes slide1-reverse {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide2-reverse {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

.loopSlide img:first-child {
  animation: slide1-reverse 300s -150s linear infinite;
}
.loopSlide img:last-child {
  animation: slide2-reverse 300s linear infinite;
}

.cta-section {
  background: #0068ae;
  padding: 160px 80px 140px 80px;
  position: relative;
  text-align: center;
}
.cta-section::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.1;
  background-image: url(../img/ctabg.svg);
}
.cta-section h2 {
  font-size: 36px;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 22px;
  line-height: 54px;
  font-weight: 500;
}
.cta-content {
  position: relative;
  z-index: 1;
}
.cta-section .des {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
.cta-sectionInner {
  max-width: 578px;
  margin: 0 auto;
}
.cta-buttons {
  display: flex;
  align-items: center;
  margin-top: 44px;
  justify-content: space-between;
  column-gap: 10px;
}

/* 左側の会社情報セクション */
.footer-left {
  flex-shrink: 0;
}

/* ロゴのスタイル */
footer .footerLogo {
  margin-bottom: 20px;
}

/* ロゴの青い部分を再現 */
footer .logo .blue-flame {
  display: inline-block;
  position: relative;
  color: #0055b4; /* 青色を指定 */
}

footer .company-name {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
footer .address {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
r .company-name {
  margin-bottom: 5px;
}

.social-icons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.social-icons svg {
  width: 24px;
  height: 24px;
}

.footer-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 75px;
  gap: 30px;
}

.footer-nav .nav-jp {
  font-size: 11px;
  color: #ffffff;
  display: block;
  font-weight: 300;
  margin-bottom: -3px;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #ccc;
}
.footerLogo img {
  width: 100%; /* ロゴの幅を調整 */
  max-width: 262px;
}
/* CONTACTボタン */
.contact-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #232629; /* ボタンの背景色 */
  color: #fff; /* ボタンの文字色 */
  padding: 20px 30px;
  border-radius: 50px; /* 角を丸くする */
  text-decoration: none;
  font-weight: 600;
  justify-content: space-between;
  font-size: 15px;
  letter-spacing: 1px;
  width: 227px;
  box-sizing: border-box;
  margin-left: auto;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.contact-button .mail-icon {
  fill: #fff; /* アイコンの色 */
  transition: fill 0.3s ease;
}

/* ホバー時の色の反転 */
.contact-button:hover {
  background-color: #fff; /* ホバー時の背景色 */
  color: #000; /* ホバー時の文字色 */
}

.contact-button:hover .mail-icon {
  fill: #000; /* ホバー時のアイコンの色 */
}

/* フッター下部のコピーライト */
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  max-width: 1200px;
  margin: 50px auto 0;
}

.copyright {
  color: #fff;
  font-size: 8px;
}
.headerInnr.hidden {
  transition: 0.4s;
  opacity: 0 !important;
}
.headerInnr {
  position: fixed;
  z-index: 3;
  transition: 0.4s;
}

.footer-nav .enFont {
  font-size: 15px;
}
.commonBtnFix.hidden {
  opacity: 0 !important;
  transform: translateY(6px) !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease, transform 0.4s ease !important;
}
.spBr {
  display: none;
}
.gnav li {
  margin-bottom: 10px;
}
.gnav li a {
  font-size: 30px;
  overflow: hidden;
}
.gnav .gnabFlex {
  display: flex;
  margin-top: 40px;
  column-gap: 10px;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  transition: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}
.open .gnav .gnabFlex {
  -webkit-transform: translate(0, 0);
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 0);
  opacity: 1;
}
.open .gmaBttmFlex {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.gnav__menu {
  padding: 0 80px;
}
.Gnwlogo {
  position: absolute;
  top: 24px;
  left: 16px;
  z-index: 2;
}
.Gnwlogo img {
  width: 180px;
}
.gmaBttmFlex {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  align-items: center;
  transition: 0.6s;
  transition-delay: 0.6s;
  margin-top: 35px;
}
.gmaBttmFlex .social-icons {
  margin-top: 0;
}
.gmaBttmFlex p {
  color: #fff;
  font-size: 12px;
}
.gnav .gnav__menu__item a {
  display: inline-block;
}
.gnav .gnav__menu__item a span {
  -webkit-transform: translate(0, 154%);
  transform: translate(0, 154%);
  display: block;
  animation: titleBtmFade 1s cubic-bezier(0.36, 0.14, 0, 1) both;
}
.open .gnav .gnav__menu__item a span {
  animation: titleBtmFade 1s cubic-bezier(0.36, 0.14, 0, 1) both;
}

.udHeroWrap {
  height: var(--viewport-height);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 149px 137px;
  position: relative;
  background-image: url(../img/Bnoise.png);
  overflow: hidden;
  min-height: 1200px;
}
.udHeroWrap .heroText {
  position: absolute;
  top: 26%;
  color: #fff;
}

.udHeroWrap h1 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-left: 14%;
  letter-spacing: 0.1em;
  margin-top: 52px;
}
.udHeroWrap .textBox {
  padding-left: 14%;
}
.udHeroWrap .loopSlideWrap {
  top: auto;
  position: static;
  margin-top: 240px;
}
.udHeroWrap .heroText p {
  font-size: 10px;
  line-height: 10px;
  opacity: 0.5;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.udHeroWrap .heroText h2 {
  font-size: 1.8vw;
  letter-spacing: 0.13em;
  line-height: 3vw;
  font-weight: 500;
}
.vtLineBox span {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.vtLineBox span:nth-child(1) {
  left: 10%;
}
.vtLineBox span:nth-child(2) {
  left: 35%;
}
.vtLineBox span:nth-child(3) {
  left: 65%;
}
.vtLineBox span:nth-child(4) {
  left: 90%;
}

.udHeroWrap .loopSlide {
  height: 117px;
}
.athleteVisual {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.athleteVisual img {
  max-width: 100%;
}
.udHeroWrap .loopSlide {
  display: flex;
  width: 100vw;
  height: 221px;
  position: relative;
}

#story {
  position: relative;
  padding: 160px 80px 130px 80px;
  background: #232324;
  color: #fff;
}

#story::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.08;
  background-image: url(../img/wlineBg.svg);
}
.storyInner {
  position: relative;
  z-index: 1;
}
#story .commonMainTitle {
  text-align: center;
}
#story .flex {
  display: flex;
  justify-content: center;
  margin-top: 116px;
  flex-direction: row-reverse;
  column-gap: 204px;
}
#story .flex .enFont {
  font-size: 12px; /* 文字サイズ */
  letter-spacing: 0; /* 文字間隔 */
  margin-bottom: 1.5em; /* 下の余白 */
  line-height: 20px;
}
#story .imgBox img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

#story .imgBox .fadezoomN {
  border-radius: 16px;
}

#story .imgBox > div:nth-child(1) .fadezoomN {
  max-width: 530px;
}
#story .imgBox > div:nth-child(2) .fadezoomN {
  max-width: 287px;
  margin-left: auto;
}
#story .imgBox > div:nth-child(3) .fadezoomN {
  max-width: 359px;
}
#story .imgBox > div:nth-child(2) {
  position: relative;
  top: -99px;
  left: 106px;
}
#story .imgBox > div:nth-child(3) {
  position: relative;
  top: -120px;
  left: 106px;
}

#story h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 49px;
  white-space: nowrap;
}
#story .textBox {
  margin-top: 80px;
  width: 22%;
}
#story .main-text p {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 42px;
  white-space: nowrap;
  font-weight: 400;
}
/* 最後の要素の下の余白をなくす */
#story .main-text p:last-child {
  margin-bottom: 0;
}
#values {
  padding: 160px 80px;
  position: relative;
}
.valuesInner {
  max-width: 1180px;
  margin: 0 auto;
}
#values .commonMainTitle {
  text-align: center;
}
#values::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 159px 158px;
  background-image: url(../img/udwnoise.png);
  z-index: -2;
}
/* --- 上段：青いカギ括弧セクション --- */
#values .bracket-section {
  position: relative;
  margin-bottom: 123px;
  margin-top: 74px;
}

/* 内部のコンテナ */
#values .bracket-content {
  position: relative;
  padding: 10px;
}

#values .top-content {
  border: solid 1px #d5d5d5;
  border-radius: 8px;
  background: #fff;
  padding: 84px 58px;
}
.pointColor {
  color: #0055b4;
}

#values .top-description .pointColor {
  font-weight: 600;
}
.iconVisual span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #4a90e2;
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
  border-style: solid;
}
#values .top-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.iconVisual span:nth-child(2) {
  top: 0;
  left: auto;
  right: 0;
  border-width: 1px 1px 0 0;
}
.iconVisual span:nth-child(3) {
  top: auto;
  bottom: 0;
  border-width: 0 0 1px 1px; /* 下と左のボーダー */
}
.iconVisual span:nth-child(4) {
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
  border-width: 0 1px 1px 0;
}

#values .top-content {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

#values .top-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

#values .top-description {
  flex: 1;
  font-size: 1rem;
}

/* --- 下段：フィットする選手セクション --- */
#values .fit-section {
  display: flex;
  gap: 40px;
}
#values .fit-title-areaWrap {
  width: 65%;
}
#values .fit-title-area {
  flex: 1;
  top: 50%;
  position: sticky;
}
#values .section-tag {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #c2c5ce;
  padding: 5px 15px;
  background: #fff;
  border-radius: 100vw;
  line-height: 1;
  display: inline-block;
}
#values .fit-main-title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: 0.1em;
}

#values .fit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
#values .fit-item {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 27px 44px;
}

#values .fit-item-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

#values .fit-item-tag {
  font-size: 9px;
  color: rgba(37, 37, 37, 0.3);
  font-weight: bold;
  letter-spacing: 0;
}
#values .fit-item-number {
  font-size: 20px;
  color: #0055b4; /* 青色 */
  letter-spacing: 0;
}

#values .fit-item-text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
}

#features {
  padding: 130px 80px;
  position: relative;
}
#features::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 159px 158px;
  background-image: url(../img/udwnoise.png);
  z-index: -2;
}
.udCommonTitle {
  text-align: center;
}

.udCommonTitle .enFont {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 100vw;
  background: #fff;
  border: solid 1px #c2c5ce;
  padding: 6px 20px 5px 20px;
  margin: 20px;
}
.thArrow {
  text-align: center;
  margin: 31px 0 20px;
}
#features h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 64px;
}
.udCommonTitle .jpFont {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
}
/* 各フィーチャーアイテム */
#features .feature-item {
  display: flex;

  position: relative;
  gap: 50px; /* テキストと画像の間の余白 */
}
#features .feature-itemWrap {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#features .feature-itemWrapLast {
  padding-bottom: 0;
}
#features .feature-itemWrap::after {
  content: "";
  position: absolute;
  background: #707070;
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
  transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#features .feature-itemWrap.scrollin::after {
  width: 100%;
}
/* テキストエリア */
#features .feature-text {
  flex: 1; /* 幅の割合 */
  display: flex;
}

/* 画像エリア */
#features .feature-image {
  flex: 0 0 40%; /* 幅の割合（固定） */
  max-width: 239px;
  border-radius: 3px;
}

#features .feature-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
}

#features .feature-itemWrap .enFont {
  font-size: 10px;
  color: rgba(37, 37, 37, 0.5);
  letter-spacing: 0;
  width: 250px;
  margin-top: 7px;
}

#features h4 {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin: 0;
  line-height: 40px;
}
#features .subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 0;
}

#features .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}

/* 最初の画像をモノクロにする */
#features .grayscale {
  filter: grayscale(100%);
}

#session {
  padding: 130px 80px 180px 80px;
  position: relative;
}
.sessioninner {
  position: relative;
  z-index: 1;
}
#session .udCommonTitle {
  margin-bottom: 60px;
}
#session .udCommonTitle .jpFont {
  color: #fff;
}
#session::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 149px 137px;
  background-image: url(../img/Bnoise.png);
}
#session::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.1;
  background-image: url(../img/ctabg.svg);
}
#session .subDes {
  font-size: 14px;
  margin-left: 8px;
  margin-top: 3px;
}
/* カギ括弧を持つ親コンテナ */
#session .pricing-container {
  position: relative;
  padding: 20px;
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
}

/* 上下のカギ括弧 */
#session .pricing-container::before,
#session .pricing-container::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #fff; /* カギ括弧の色 */
  border-style: solid;
}
/* 左上 */
#session .pricing-container::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
/* 右下 */
#session .pricing-container::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

/* テーブル本体のラッパー */
#session .pricing-card {
  position: relative;
  border-radius: 8px;
}

/* 左右のカギ括弧 */
#session .pricing-card::before,
#session .pricing-card::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #fff; /* カギ括弧の色 */
  border-style: solid;
}
/* 右上 */
#session .pricing-card::before {
  top: -20px;
  right: -20px;
  border-width: 1px 1px 0 0;
}
/* 左下 */
#session .pricing-card::after {
  bottom: -20px;
  left: -20px;
  border-width: 0 0 1px 1px;
}
#session .pricing-row {
  display: flex;
  border-bottom: 1px solid #0066ac;
}
#session .pricing-row:last-child {
  border-bottom: none; /* 最後の行は線を消す */
}
#session .commonBtn {
  margin-top: 36px;
}
#session .commonBtn a {
  margin: 0 auto;
}
#session .pricing-header {
  background-color: #181c32;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 150px;
  flex-shrink: 0;
}

#session .pricing-content {
  background-color: #fff;
  color: #212529;
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

/* 料金部分のフォント調整 */
#session .price {
  font-size: 22px;
  font-weight: 600;
}

/* 特典リスト */
#session .perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#session .perks-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

#session .perk-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 22px;
  padding-top: 2px;
  padding-left: 2px;
  height: 22px;
  background-color: #0068ae;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  margin-right: 7px;
}
#endCredit {
  position: relative;
  padding-bottom: 78px;
}
#endCredit::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 159px 158px;
  background-image: url(../img/udwnoise.png);
  z-index: -2;
}
#endCredit .enFont {
  font-size: 6vw;
  line-height: 6vw;
  margin-top: -0.7vw;
  margin-left: -0.2vw;
  text-transform: uppercase;
  color: #1172b3;
}
.endCreditInner {
  display: flex;
  column-gap: 50px;
}
.endCreditInner .textBox {
  margin-top: 14vw;
}

.endCreditInner h2 {
  font-size: 2vw;
  letter-spacing: 0.1em;
  font-family: Syncopate, "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 50px;
}

.endCreditInner .desBox p {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  font-weight: 400;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-top: 110px;
  column-gap: 40px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  column-gap: 40px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 732px;
  border-radius: 16px;
}

.scroll-infinity__item > img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height: auto;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.spH1 {
  display: none;
}

.commonUdHero {
  background-position: 0 0;
  padding-top: 14vw;
  padding-bottom: 40px;
  background-repeat: repeat;
  position: relative;
  background-size: 149px 137px;
  background-image: url(../img/Bnoise.png);
}
.commonUdHero h1 .enFont {
  font-size: 102px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}
.commonUdHero .wLine {
  width: 100%;
  position: relative;
  height: 1px;
  margin-bottom: 24px;
}
.commonUdHero .wLine::after {
  content: "";
  position: absolute;
  background: #f4f5f6;
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
  transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}
.commonUdHero.scrollin .wLine::after {
  width: 100%;
}
.commonUdHero .titleBox {
  padding-left: 6%;
  margin-bottom: 70px;
}
.breack {
  text-align: right;
  padding-right: 2.7vw;
  font-size: 10px;
  color: #fff;
}
.commonUdHero h1 .jpFont {
  font-size: 22px;
  color: #fff;
  margin-left: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.dropdown-toggle {
  background-color: #2b2f33;
  color: white;
  padding: 27px 20px 25px 20px;
  border: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 6px;
  width: 234px;
}
#blog.udBlog {
  padding: 100px 80px 160px 80px;
}
#blog.udBlog .blog-container {
  margin-top: 80px;
}
.dropdown-menu li a {
  display: block;
  padding: 11px 15px;
  text-decoration: none;
  transition: 0.4s;
  color: #252525;
  font-size: 14px;
}
.dropdown-menu li {
  list-style: none;
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #f5f5f5;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-family: sans-serif;
}
.active .dropdown-toggle {
  border-radius: 6px 6px 0 0;
}
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  background-color: white;
  border: 1px solid #d8d8d8;
  width: 234px;
  transform: translateY(-1px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}
.dropdown.active::after {
  transform: scaleY(-1);
}
.dropdown::after {
  content: "";
  position: absolute;
  background-image: url(../img/dropdown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  right: 24px;
  top: 29px;
  transition: transform 0.3s ease;
}
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.blogSingleHero {
  background-repeat: repeat;
  background-size: 149px 137px;
  height: 138px;
  background-image: url(../img/Bnoise.png);
}
.BlogSingleCont {
  background-repeat: repeat;
  background-size: 216px 185px;
  background-image: url(../img/bsnoise.png);
  padding: 68px 0 0 0;
}
.BlogSingleContInner {
  max-width: 720px;
  margin: 0 auto;
}
.BlogSingleContInner .blog-main {
  width: auto;
}
.BlogSingleContInner .writingN {
  display: flex;
  align-items: center;
  margin-top: 40px;
  column-gap: 13px;
}
.BlogSingleContInner .writingN .nameBox {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}
.BlogSingleContInner .writingN img {
  width: 53px;
}
.BlogSingleContInner .mainContents {
  margin-top: 50px;
}
.BlogSingleContInner .mainContents img {
  width: 100%;
  border-radius: 16px;
  height: auto;
  margin-top: 30px;
}
.BlogSingleContInner .mainContents h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 34px;
}
.Related {
  padding-top: 140px;
  padding-bottom: 160px;
  background-repeat: repeat;
  background-size: 216px 185px;
  background-image: url(../img/bsnoise.png);
}
.RelatedInner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 80px;
}
.Related h2 {
  margin-bottom: 50px;
}
.Related h2 .jpFont {
  font-size: 15px;
  display: block;
  font-weight: 600;
}
.Related .flexBox {
  display: flex;
  gap: 0 30px;
}
.Related h2 .enFont {
  margin-bottom: 8px;
  font-size: 29px;
  text-transform: uppercase;
}
.Related .blog-main .article-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 30px;
}
.Related .blog-main img {
  border-radius: 6px;
}
.Related .blog-main .image-wrapper {
  border-radius: 6px;
}
.BlogSingleContInner .mainContents p {
  font-size: 16px;
  margin-top: 26px;
  font-weight: 400;
  line-height: 30px;
}
.successSingleCont .BlogSingleContInner .mainContents p {
  margin-top: 45px;
  letter-spacing: 0.06em;
}
.BlogSingleContInner .mainContents ul {
  list-style-position: inside;
  margin-top: 30px;
}
.BlogSingleContInner .mainContents ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.BlogSingleContInner .mainContents h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 70px;
  line-height: 46px;
}
.BlogSingleContInner .writingN .enFont {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
  line-height: 1;
}
.BlogSingleContInner .writingN .nameBox span {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-left: 4px;
}
.BlogSingleContInner .blog-main .article-title {
  font-size: 30px;
  line-height: 46px;
}
a.blog-main:hover img {
  transform: scale(1.06);
}
.image-wrapper {
  transition: 0.4s;
}
a.blog-main:hover .image-wrapper {
  opacity: 0.7;
}

#success .swiper-wrapper a:hover img {
  transform: scale(1.06);
}
#success .swiper-wrapper a .imgBox {
  transition: 0.35s;
}

#success .swiper-wrapper a:hover .imgBox {
  opacity: 0.6;
}

.post_page_navi {
  list-style: none !important;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 130px;
  border-radius: 6px;
  padding: 41px 25px;
  max-width: 1180px;
  column-gap: 171px;
  background: #232325;
  letter-spacing: 0.06em;
}
.post_page_navi a {
  color: #fff;
  transition: 0.4s;
}

.post_page_navi a:hover {
  color: rgb(226, 226, 226);
}

.post_page_navi a:hover span {
  color: rgb(226, 226, 226);
}

.post_page_navi span {
  font-size: 14px;
  transition: 0.4s;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.pagenationBox_centaer {
  padding-left: 29px;
  position: relative;
}
a.pagenationBox_centaer::after {
  content: "";
  position: absolute;
  background-image: url(../img/listicon.svg);
  background-size: contain;
  transition: 0.4s;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 4px;
}
.singlepostnavi {
  padding: 0 40px;
}

.prev_child .prev {
  position: relative;
  cursor: pointer;
}

.next_child .next {
  position: relative;
  cursor: pointer;
}

.prev_child .prev::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 51%;
  left: 64px;
}

.next_child .next::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 51%;
  right: 64px;
}
.inactive {
  opacity: 0.4;
}
.archive_page_navi .wp-pagenavi {
  display: flex;
  column-gap: 7px;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .current {
  background: #0068ae;
  color: #fff;
  border-radius: 3px;
  padding-top: 3px;
  /* padding: 3px 10px 4px 12px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 33px;
}
.wp-pagenavi .nextpostslink {
  font-size: 18px;
  margin-left: 30px;
  margin-top: 5px;
}
.wp-pagenavi .previouspostslink {
  font-size: 18px;
  margin-right: 30px;
  margin-top: 5px;
}
.wp-pagenavi .page {
  background: #c7ced6;
  display: flex;
  color: #fff;
  padding-top: 3px;
  border-radius: 3px;
  /* padding: 3px 10px 4px 12px; */
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 33px;
}
.archive_page_navi {
  padding-top: 68px;
}
.breack span span {
  opacity: 0.5;
}
.breack span a span {
  opacity: 1;
}
.breack a {
  display: inline-block;
  color: #fff;
}

#udAboutus {
  padding: 108px 80px 160px 80px;
  position: relative;
}
#udAboutus::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 197px 127px;
  background-image: url(../img/wnoise.png);
  z-index: -2;
}
#udAboutus::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.05;
  z-index: -1;
  background-image: url(../img/lineBg.svg);
}
#udAboutus .udAboutusInner {
  display: flex;
  column-gap: 6%;
  justify-content: center;
}
#udAboutus p.enFont {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 52px;
}
#udAboutus .desBox p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}
#udAboutus .textBox {
  margin-top: 76px;
}
#udAboutus .desBox p:last-child {
  margin-bottom: 0;
}
#udAboutus .imgBox img {
  width: 100%;
  max-width: 660px;
}
#udAboutus h2 {
  font-size: 45px;
  color: #0068ae;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#outline {
  background: #232324;
  padding: 110px 0 160px 0;
}
.outlineInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
#outline .loopSlide {
  display: flex;
  width: 100vw;
  height: 140px;
  position: relative;
}
#outline .loopSlideWrap {
  position: static;
  overflow: hidden;
}
#outline .flex {
  display: flex;
  margin-top: 120px;
}
#outline .titleBox {
  width: 30%;
}
.company-profile {
  color: #fff;
  width: 70%;
}
#outline .udCommonTitle {
  text-align: left;
  position: sticky;
  top: 40%;
}
#outline .udCommonTitle .enFont {
  margin: 20px 0;
}
#outline .udCommonTitle .jpFont {
  color: #fff;
}
/* 会社概要テーブル */
.company-profile table {
  width: 100%;
  border-collapse: collapse; /* ボーダーを重ねる */
  /* border-top: 1px solid #444; */
}
.company-profile th,
.company-profile td {
  padding: 34px 0;
  /* border-bottom: 1px solid #565656; */
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}
.company-profile tr {
  position: relative;
  display: flex;
}

.company-profile tr::after {
  content: "";
  position: absolute;
  background: #565656;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

.company-profile th {
  width: 30%; /* 見出し列の幅を固定 */
  font-weight: 600;
  background-color: #222; /* 見出しセルの背景色 */
}
.company-profile tr.scrollin::after {
  width: 100%;
}
.company-profile td ul {
  margin: 0;
  list-style-position: inside;
}

.company-profile td ul li {
  list-style-type: "・ "; /* リストのマーカー */
}

#qa {
  padding: 130px 80px;
  position: relative;
}
#qa::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 159px 158px;
  background-image: url(../img/udwnoise.png);
  z-index: -2;
}
#qa .aten {
  text-align: center;
  font-size: 13px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 26px;
}
#qa .des {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-top: 26px;
}
.qaVline {
  max-width: 1200px;
  margin: 48px auto;
  height: 1px;
  background: #a4a9af;
  width: 100%;
}

#qa .des a {
  color: #0068ae;
  display: inline-block;
  text-decoration: underline;
}

.accordion-content {
  display: none;
  background: #eaf0f5;
  padding: 36px 30px;
  border-radius: 0 0 8px 8px;
  margin-top: -4px;
}

.accordion-content p {
  display: flex;
  font-weight: 400;
  font-size: 15px;
}

.accordion-title {
  background: #ffffff;
  font-size: 16px;
  display: flex;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  padding: 28px 61px 28px 30px;
  transition: 0.4s;
  position: relative;
}

.accordion-title h3 {
  font-weight: 500;
}

.accordion-title::after,
.accordion-title::before {
  content: "";
  position: absolute;
  right: 39px;
  top: 34px;
  width: 3px;
  height: 21px;
  background-color: #0068ae;
  transition: all 0.3s;
}

.accordion-title::after {
  transform: rotate(90deg);
}

.accordion-title.open::before {
  transform: rotate(90deg) !important;
}

.accordion-title.open {
  background: #0068ae;
  color: #fff;
}
.qaInner .answer {
  color: #de8c2c !important;
}
.accordion-title.open .enFont {
  color: #fff;
}

.accordion-title.open::after,
.accordion-title.open::before {
  background-color: #fff;
}

.accordion-title .enFont {
  font-size: 30px;
  margin-right: 23px;
  margin-top: 3px;
  display: block;
  color: #0068ae;
}

.accordion-content .enFont {
  font-size: 30px;
  margin-right: 23px;
  color: #0068ae;
  font-weight: 500;
  margin-top: 2px;
  display: block;
}

.aqWrapBox {
  padding: 16px 16px;
  margin-bottom: 100px;
}

.aqWrapBoxInner {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 58px 30px;
}

.aqWrapBox .tapDes {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.accordion-item {
  max-width: 758px;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 10px;
}
#message.udMessage .message-content {
  margin-top: -50px;
}
.accordion-content .flex {
  display: flex;
}
.accordion-item ul {
  list-style-position: inside;
  position: relative;
  list-style: none;
}
.accordion-item li {
  font-size: 15px;
  margin-bottom: 12px;
}
.accordion-item .accordion-item ol {
  list-style-position: inside;
}
.accordion-item strong {
  color: #0068ae;
  margin-bottom: -30px;
  display: block;
}
.accordion-item em {
  font-size: 13px;
  font-style: normal;
}
.accordion-content ol li {
  list-style-position: inside;
}

.contactWrap {
  background: #f6f6f6;
  padding: 80px 80px 180px 80px;
}
.contactWrapInner {
  max-width: 700px;
  margin: 0 auto;
}
.pricing-row:first-child .pricing-header {
  border-radius: 6px 0 0 0;
}

.pricing-row:first-child .pricing-content {
  border-radius: 0 6px 0 0;
}

.pricing-row:last-child .pricing-header {
  border-radius: 0 0 0 6px;
}
.pricing-row:last-child .pricing-content {
  border-radius: 0 0 6px 0;
}
#success.udSuccess {
  background: none;
}
#success.udSuccess::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 197px 127px;
  background-image: url(../img/wnoise.png);
  z-index: -2;
}
#success.udSuccess::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.05;
  z-index: -1;
  background-image: url(../img/lineBg.svg);
}
#success.udSuccess h2 {
  font-size: 21px;
  line-height: 34px;
  color: #252525;
  font-weight: 600;
}
#success.udSuccess .tag {
  color: #252525;
}
#success.udSuccess .imgBox {
  border-radius: 8px;
  border: none;
  transition: 0.4s;
}
#success.udSuccess .tag {
  font-size: 13px;
  font-weight: 400;
}

.BlogSingleCont .singleTag {
  font-size: 13px;
  margin-top: 30px;
  font-weight: 400;
  display: block;
}

#success.udSuccess a:hover .imgBox {
  opacity: 0.6;
}
#success.udSuccess a:hover img {
  transform: scale(1.06);
}
#success.udSuccess .successInner > a {
  display: block;
  width: 31%;
}
#success.udSuccess .imgBox img {
  border-radius: 8px;
}
#success.udSuccess {
  padding: 100px 80px 160px 80px;
}
.successSingleCont .blog-main .image-wrapper {
  margin-bottom: 27px;
}
#success.udSuccess .successInner {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 90px 3.5%;
}
.Related .singleTag {
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
.successRelated .image-wrapper {
  margin-bottom: 15px;
}

.commonUdHero h1 .enFont.magazineFont {
  font-size: 82px;
}

#service.udService {
  padding: 90px 0 160px 0;
}

#seminarHero {
  position: relative;
  background: #232324;
  color: #fff;
  padding: 120px 0 138px 0;
  overflow: hidden;
}
#seminarHero .titleBox {
  padding-left: 8%;
  margin-bottom: 97px;
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#seminarHero.scrollin .titleBox {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}
#seminarHero .titleBox h1 {
  font-weight: 600;
}

#seminarHero .titleBox .enFont {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 102px;
}
#seminarHero .scroll-infinity__item {
  width: 350px;
  border-radius: 8px;
}
#seminarHero .scroll-infinity__item > img {
  border-radius: 8px;
}
#seminarHero .scroll-infinity__wrap {
  margin-top: -80px;
  column-gap: 44px;
  opacity: 0;
  transform: translate(-30px, 6px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#seminarHero.scrollin .scroll-infinity__wrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}
#seminarHero .loopSlideWrap {
  opacity: 0;
  transform: translate(30px, 6px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#seminarHero.scrollin .loopSlideWrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.2s;
}

#seminarHero .subTitleWrap {
  margin-left: auto;
  text-align: right;
  padding-right: 8%;
  opacity: 0;
  transform: translate(0, 12px);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#seminarHero.scrollin .subTitleWrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.6s;
}

#seminarHero .titleBox .jpFont {
  display: block;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1;
}
#seminarHero .loopSlideWrap {
  position: static;
  margin-top: -39px;
}
#seminarHero .loopSlide {
  display: flex;
  width: 100vw;
  height: 252px;
  position: relative;
}
#seminarHero .subTitle {
  font-size: 46px;
  display: inline-block;
  line-height: 69px;
  text-align: left;
  letter-spacing: 0.1em;
}
.seminarHeroInner {
  position: relative;
  z-index: 1;
}
#seminarHero::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.08;
  background-image: url(../img/wlineBg.svg);
}

#fivemental {
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 149px 137px;
  position: relative;
  background-image: url(../img/Bnoise.png);
  overflow: hidden;
  padding: 150px 80px;
}
.fivementalInner {
  max-width: 1180px;
  margin: 0 auto;
}
.lineTitle {
  color: #fff;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.lineTitle::after {
  content: "";
  position: absolute;
  background: #81b5d7;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
.lineTitle.scrollin::after {
  width: 100%;
}
.lineTitle h2 {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.lineTitle .jpFont {
  font-size: 15px;
}
.lineTitle .enFont {
  text-transform: uppercase;
  font-size: 15px;
}
#fivemental .flexBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#fivemental .flexBox .imgBox img {
  width: 100%;
  max-width: 542px;
}
#fivemental h3 {
  font-size: 45px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#fivemental .desBox p {
  font-size: 18px;
  margin-bottom: 34px;
  line-height: 46px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
#fivemental .desBox {
  margin-bottom: 50px;
}
#fivemental .desBox p:last-child {
  margin-bottom: 0;
}

#program {
  position: relative;
  padding: 140px 0;
}

#program::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 197px 127px;
  background-image: url(../img/wnoise.png);
  z-index: -2;
}
#program .commonMainTitle {
  text-align: center;
}
#program .commonMainTitle .jpFont {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1;
}
#program .commonMainTitle .enFont {
  font-size: 64px;
}
#program .proLine {
  height: 1px;
  margin: 88px 0;
  width: 100%;
  background: #707070;
}
#program::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 106px 106px;
  opacity: 0.05;
  z-index: -1;
  background-image: url(../img/lineBg.svg);
}

#program .desBox {
  text-align: center;
}
#program .desBox p {
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 28px;
}
#program .desBox p:last-child {
  margin-bottom: 0;
}
#program .section-tag {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #c2c5ce;
  padding: 5px 15px;
  background: #fff;
  text-transform: uppercase;
  border-radius: 100vw;
  line-height: 1;
  display: inline-block;
}
#program .fit-title-area {
  flex: 1;
  top: 50%;
  position: sticky;
}
#schedule .aten {
  text-align: right;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#program .fit-title-areaWrap {
  width: 54%;
}
#program .fit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
#program .sec-section {
  padding-top: 180px;
}
#program ul {
  list-style-position: inside;
}
#program dt {
  width: 223px;
}
#program dl {
  position: relative;
  padding: 37px 0;
}
#program dl dd {
  font-weight: 400;
}
#program dl::after {
  content: "";
  position: absolute;
  background: #707070;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}
#program ul ul {
  padding-left: 27px;
}
#program dl.scrollin::after {
  width: 100%;
}
#program .fit-list.sec-section {
  gap: 0;
}
#program .fit-item {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 27px 44px;
}
#program .fit-section {
  display: flex;
  gap: 40px;
  max-width: 1016px;
  margin: 0 auto;
}
#program .fit-main-title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: 0.1em;
}
#program .fit-item-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
#program .fit-item-text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
}
#program .fit-item-number {
  font-size: 20px;
  color: #0055b4;
  letter-spacing: 0;
}

#program .fit-section dl {
  display: flex;
}
#program .fit-item-tag {
  font-size: 9px;
  color: rgba(37, 37, 37, 0.3);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
}

.schedule-item {
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 10px;
}

/* ヘッダー部分 (h3) */
.schedule-item-header {
  background-color: #046bb1; /* 青い背景色 */
  color: #ffffff; /* 白い文字色 */
  padding: 6px 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}

.schedule-item {
  padding: 26px 34px 31px 34px;
}
.schedule-item-body p {
  margin: 20px 0 30px 0;
  font-size: 20px;
  color: #333;
  line-height: 34px;
  font-weight: 600;
}
#schedule {
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 149px 137px;
  position: relative;
  background-image: url(../img/Bnoise.png);
  overflow: hidden;
  padding: 150px 80px;
}
#schedule h2 .enFont {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #c2c5ce;
  padding: 5px 15px;
  background: #fff;
  text-transform: uppercase;
  border-radius: 100vw;
  line-height: 1;
  display: inline-block;
}
#schedule h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#schedule .imgBox {
  margin-bottom: 40px;
}
#schedule .imgBox img {
  width: 100%;
}
#schedule h2 .jaFont {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
}
#schedule .commonBtn {
  margin-top: 48px;
}
.seminarHr {
  margin: 0;
  background: #d4dfe7;
  border: none;
}
#schedule .commonBtn a {
  margin: 0 auto;
}
.scheduleInner {
  max-width: 564px;
  margin: 0 auto;
}
/* 日時情報 */
.schedule-item-datetime {
  display: flex;
  align-items: baseline; /* テキストのベースラインを揃える */
  gap: 12px; /* 各要素の間隔 */
  flex-wrap: wrap; /* 画面が小さい時に折り返す */
}
.schedule-session {
  color: #046bb1;
  font-weight: bold;
  font-size: 18px;
}
span.schedule-day {
  margin-right: -5px;
}
.schedule-date {
  font-size: 40px;
  font-weight: bold;
  /* color: #111; */
}

.schedule-day,
.schedule-time {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1550px) {
  .hero .mainTitle {
    bottom: 14%;
    left: 5%;
  }
  #about .imgBox03 {
    left: 4.1vw;
  }
  .contactWrap {
    padding: 40px 80px 160px 80px;
  }
  #udAboutus .imgBox img {
    max-width: 623px;
  }
  #outline .loopSlide {
    height: 119px;
  }
  #service {
    padding: 220px 0 160px 0;
  }
  .BlogSingleCont {
    padding: 52px 0 0 0;
  }
  .commonUdHero h1 .jpFont {
    font-size: 20px;
    margin-left: 36px;
  }
  #blog.udBlog {
    padding: 60px 80px 160px 80px;
  }
  .commonUdHero {
    padding-top: 240px;
    padding-bottom: 38px;
  }
  .commonUdHero h1 .enFont {
    font-size: 98px;
  }
  .commonUdHero .titleBox {
    margin-bottom: 46px;
  }
  #story {
    padding: 160px 80px 60px 80px;
  }
  .endCreditInner .textBox {
    margin-top: 13.2vw;
  }
  .endCreditInner h2 {
    font-size: 45px;
  }
  .athleteVisual img {
    max-width: 773px;
    width: 100%;
  }
  .cta-section {
    padding: 140px 80px 120px 80px;
  }
  .change-color.pcHeader {
    top: 26px;
  }
  .header-container {
    padding: 0 3.2vw;
  }
  .cta-section::after {
    opacity: 0.06;
  }
  .hero-brand-slogan {
    font-size: 87px;
  }
  #endCredit .enFont {
    font-size: 5.2vw;
    line-height: 6vw;
    margin-top: -1vw;
    margin-left: -0.2vw;
  }
  #story .main-text p {
    margin-bottom: 36px;
  }
  #story::after {
    background-size: 107px 107px;
  }
  .hero span.swiper-pagination-current {
    font-size: 133px;
  }
  .swiper-pagination {
    font-size: 54px;
  }
  .scroll-infinity__item {
    width: 530px;
  }
  .commonMainTitle .enFont {
    font-size: 68px;
  }
  #about .commonMainTitle .enFont {
    font-size: 93px;
  }
  .udHeroWrap .loopSlideWrap {
    margin-top: 121px;
  }
  .udHeroWrap .textBox {
    padding-left: 12%;
  }
  .udHeroWrap h1 {
    font-size: 16px;
    padding-left: 12%;
    margin-top: 44px;
  }
  .athleteVisual img {
    max-width: 607px;
    width: 100%;
  }
  .scroll-infinity__wrap {
    margin-top: 60px;
    column-gap: 40px;
  }
  .udHeroWrap .heroText h2 {
    font-size: 2vw;
    letter-spacing: 0.13em;
    line-height: 3.1vw;
  }
  .udHeroWrap .loopSlide {
    height: 160px;
  }
  #seminarHero .loopSlide {
    height: 200px;
  }
  #seminarHero .subTitleWrap {
    padding-right: 5%;
  }
  .udHeroWrap {
    min-height: auto;
  }
  #seminarHero .subTitle {
    font-size: 41px;
    line-height: 65px;
  }
  #seminarHero .titleBox {
    padding-left: 5%;
    margin-bottom: 53px;
  }
  #seminarHero .titleBox .enFont {
    font-size: 95px;
  }
  #seminarHero .scroll-infinity__item {
    width: 300px;
  }
  #seminarHero {
    padding: 111px 0 138px 0;
  }
  #seminarHero .titleBox .jpFont {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1400px) {
  .service-item {
    column-gap: 30px;
  }
  .endCreditInner h2 {
    font-size: 40px;
  }
  #values .fit-main-title {
    font-size: 29px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  #blog.udBlog {
    padding: 60px 40px 130px 40px;
  }
  .pcHeader {
    display: none;
  }
  .spheader {
    position: absolute;
    z-index: 6;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 16px 0 16px;
    display: block;
  }
  .service-item {
    display: block;
  }
  .footer-container {
    display: block;
  }
  body.open .menu__line--bottom {
    bottom: 8px !important;
  }
  .hero-brand-slogan {
    font-size: 9vw;
    line-height: 10vw;
  }
  .hero .loopSlideWrap {
    display: none;
  }
  .menu__line {
    background: #252525;
    height: 1px;
  }
  .spheader .logoBox img {
    width: 180px;
  }
  .menu__line--center {
    display: none !important;
  }
  .menu {
    right: 9px;
    width: 22px;
    height: 7px;
    top: 18px;
  }
  .menu_box {
    right: 20px;
    top: 21px;
    border-radius: 6px;
    background: #f7f7f7;
    width: 40px;
    position: fixed;
    height: 39px;
  }
  .hero .mainTitle {
    bottom: 21%;
    left: 28px;
  }
  .hero span.swiper-pagination-current {
    font-size: 67px;
  }
  .swiper-pagination {
    padding-right: 28px;
    bottom: 12%;
  }
  .swiper-pagination {
    font-size: 25px;
  }
  .hero-description {
    font-size: 10px;
  }
  .hero h1 span {
    font-size: 35px;
  }
  .service-image {
    margin-bottom: 35px;
  }
  #service .commonMainTitle {
    margin-bottom: 72px;
  }
  #about .mainBox .flex {
    display: block;
    padding: 0 40px;
  }
  .service-item {
    padding: 0;
  }
  .service-image img {
    border-radius: 0;
  }
  .service-item > div {
    width: auto;
  }
  #about .commonMainTitle {
    margin-top: 8vw;
    padding-left: 40px;
  }
  #about .enDes p {
    writing-mode: unset;
    line-height: 15px;
    font-size: 8px;
  }
  #about .imgBox03 img {
    max-width: 206px;
  }
  #about .enDes {
    writing-mode: unset;
    margin-top: 10px;
    margin-bottom: 14px;
    -webkit-writing-mode: unset;
  }
  #about .imgWrap {
    padding: 6px 6px;
  }
  .commonBtnFix a {
    margin: 0 auto;
  }
  .commonBtnFix {
    right: 0;
    bottom: 23px;
    position: absolute;
    left: 0;
    margin: 0 auto;
  }
  .commonMainTitle .jpFont {
    font-size: 14px;
    margin-top: 8px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero span.swiper-pagination-total {
    font-size: 24px;
  }
  .swiper-pagination {
    letter-spacing: -3px;
  }
  .headerInnr {
    position: static;
  }
  .commonMainTitle .enFont {
    font-size: 47px;
  }
  #success {
    padding: 160px 40px;
  }
  #success .commonMainTitle {
    margin-bottom: 146px;
  }
  .social-icons {
    margin-top: 25px;
    justify-content: center;
    gap: 15px;
  }
  #about .mainBox h3 {
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 41px;
  }
  .footer-wrapper {
    padding: 115px 50px 22px;
  }
  #about .mainBox .textBox p {
    font-size: 16px;
  }
  .footer-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
    margin-top: 30px;
    gap: 30px;
  }
  .footer-left {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  .footer-bottom {
    text-align: center;
  }
  #blog {
    padding: 160px 40px;
  }
  #message {
    padding: 160px 40px;
  }
  .message-content h3 {
    font-size: 27px;
    margin: 0 0 34px 0;
  }
  .contact-button {
    margin-left: 0;
    margin: 0 auto;
  }
  .blog-container {
    margin-top: 90px;
    column-gap: 60px;
  }
  .service-item.layout-reverse {
    margin-top: 120px;
  }
  .messageInner {
    column-gap: 40px;
    margin-top: 90px;
  }
  #message .representative-info .name-en {
    font-size: 19px;
  }
  .pcBr {
    display: none;
  }
  .change-color .menu__line {
    background: #fff;
    transition: 0.4s;
  }
  .change-color .menu_box {
    background: #252525;
    transition: 0.4s;
  }
  .gnav {
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.png);
  }
  .open .change-color .menu_box {
    background: #fff;
  }
  .open .change-color .menu__line {
    background: #252525;
  }
  .udHeroWrap .textBox {
    padding-left: 40px;
  }
  .udHeroWrap .spBr {
    display: block;
  }
  .endCreditInner {
    display: block;
  }
  .pcH1 {
    display: none;
  }
  #story .flex {
    display: block;
  }
  .udHeroWrap h1 {
    padding-left: 40px;
  }
  .udHeroWrap .heroText p {
    font-size: 8px;
  }
  .udHeroWrap .heroText {
    top: 14%;
  }
  #values .fit-title-area {
    margin-bottom: 45px;
  }
  .spH1 {
    display: block;
  }
  #values .top-title {
    margin-bottom: 25px;
  }
  #values .bracket-section {
    position: relative;
    margin-bottom: 80px;
    margin-top: 60px;
  }
  #features .description {
    position: static;
    margin-bottom: 24px;
    margin-top: 35px;
  }
  #features .feature-text {
    display: block;
  }
  #features {
    padding: 130px 40px;
    position: relative;
  }
  #features .feature-item {
    display: block;
  }
  #values .fit-list {
    gap: 8px;
  }
  .endCreditInner .textBox {
    padding: 0 40px;
  }
  .scroll-infinity__item {
    width: 340px;
  }
  .endCreditInner .textBox {
    margin-top: 10.2vw;
  }
  .endCreditInner h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  #endCredit .enFont {
    font-size: 7.2vw;
    line-height: 8vw;
    margin-top: -1vw;
    margin-left: -0.2vw;
  }
  .udCommonTitle .enFont {
    margin: 0 0 20px 0;
  }
  #features .feature-image {
    max-width: none;
  }
  #session {
    padding: 130px 40px 180px 40px;
    position: relative;
  }
  #values .fit-item {
    border-radius: 8px;
    padding: 23px 35px;
  }
  #values .fit-section {
    display: block;
  }
  #values .top-content {
    padding: 44px 58px;
  }
  .udHeroWrap .heroText h2 {
    font-size: 3.4vw;
    letter-spacing: 0.13em;
    line-height: 5.1vw;
  }
  #values .top-content {
    display: block;
  }
  #story .imgBox > div:nth-child(2) {
    left: -5px;
  }
  #values {
    padding: 140px 4%;
  }
  #story .imgBox > div:nth-child(3) {
    left: 10px;
  }
  #story .imgBox > div:nth-child(3) .fadezoomN {
    left: 93px;
    position: relative;
  }
  #story .textBox {
    width: auto;
    margin-bottom: 40px;
  }
  #story .flex {
    margin-top: 90px;
  }
  #story {
    padding: 140px 40px 10px 40px;
  }
  .commonUdHero h1 .enFont {
    font-size: 68px;
    margin-left: -4px;
  }
  .commonUdHero .titleBox {
    margin-bottom: 30px;
  }
  .commonUdHero h1 .jpFont {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    margin-left: 0;
  }
  .blogSingleHero {
    height: 83px;
  }
  .Related {
    padding-bottom: 140px;
  }
  .commonUdHero {
    padding-top: 168px;
    padding-bottom: 25px;
  }
  .BlogSingleContInner {
    padding: 0 40px;
  }
  .Related .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
  .RelatedInner .blog-main {
    width: 48%;
  }
  .RelatedInner {
    padding: 0 40px;
  }
  .post_page_navi {
    column-gap: 86px;
  }
  .post_page_navi span {
    font-size: 12px;
  }
  .post_page_navi {
    margin-top: 100px;
  }
  a.pagenationBox_centaer::after {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 6px;
  }
  .next_child .next::before {
    width: 33px;
    top: 50%;
    right: 57px;
  }
  #udAboutus {
    padding: 60px 40px 160px 40px;
  }
  #outline .loopSlide {
    height: 80px;
  }
  .prev_child .prev::before {
    width: 33px;
    top: 50%;
    left: 57px;
  }
  .outlineInner {
    padding: 0 40px;
  }
  #udAboutus .desBox p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 36px;
    letter-spacing: 0.1em;
  }
  #udAboutus p.enFont {
    font-size: 8px;
    margin-bottom: 34px;
  }
  #udAboutus .textBox {
    margin-top: 46px;
  }
  #udAboutus h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  #udAboutus .udAboutusInner {
    display: block;
  }
  .contactWrap {
    padding: 20px 30px 80px 30px;
  }
  #success.udSuccess {
    padding: 60px 40px 160px 40px;
  }
  #qa {
    padding: 160px 40px;
    position: relative;
  }
  #success.udSuccess .successInner {
    justify-content: space-between;
    gap: 60px 0;
  }
  #success.udSuccess .successInner > a {
    width: 48%;
  }
  .commonUdHero h1 .enFont.magazineFont {
    font-size: 68px;
  }
  .service-item > div {
    border-radius: 0;
  }
  #seminarHero .subTitleWrap {
    padding-right: 25px;
  }
  .scroll-infinity__list {
    column-gap: 18px;
  }
  #seminarHero .scroll-infinity__wrap {
    margin-top: -28px;
    column-gap: 18px;
  }
  #seminarHero {
    padding: 101px 0 83px 0;
  }
  #seminarHero .loopSlide {
    height: 115px;
  }
  #seminarHero .loopSlideWrap {
    margin-top: -22px;
  }
  #seminarHero .subTitle {
    font-size: 26px;
    line-height: 41px;
  }
  #seminarHero .scroll-infinity__item {
    width: 200px;
  }
  #program .fit-title-area {
    margin-bottom: 34px;
  }
  #program {
    padding: 130px 0;
  }
  #schedule .aten {
    font-size: 13px;
  }
  #schedule {
    padding: 130px 40px;
  }
  #seminarHero .titleBox {
    padding-left: 25px;
    margin-bottom: 63px;
  }
  #seminarHero .titleBox .jpFont {
    font-size: 16px;
  }
  #seminarHero .titleBox .enFont {
    font-size: 69px;
  }
  #program .fit-section {
    display: block;
    padding: 0 40px;
  }
  #program .desBox {
    padding: 0 40px;
  }
  #program .sec-section {
    padding-top: 60px;
  }
  #fivemental .imgBox {
    text-align: center;
    margin-bottom: 28px;
  }
  #fivemental .flexBox {
    display: block;
  }
  #fivemental {
    padding: 130px 40px;
  }
}

@media screen and (max-width: 650px) {
  .cta-buttons {
    display: block;
  }

  #service {
    padding: 160px 0 160px 0;
  }

  .commonBtn a {
    font-size: 10px;
  }
  .service-actions {
    gap: 0;
    padding: 0 3px;
  }
  .service-actions > div {
    width: 100%;
  }
  .hero span.swiper-pagination-total {
    font-size: 12px;
  }
  .hero-brand-slogan {
    margin-bottom: 14px;
  }
  .swiper-pagination {
    font-size: 16px;
  }
  .hero span.swiper-pagination-current {
    font-size: 40px;
  }
  .hero h1 {
    margin-bottom: 3px;
  }
  #about .mainBox .flex {
    padding: 0 32px;
  }
  .hero-description {
    font-size: 9px;
  }
  .hero h1 {
    font-size: 27px;
  }
  .hero h1 span {
    font-size: 22px;
  }
  .spheader .logoBox img {
    width: 98px;
  }
  #service .commonBtn a .jaFont {
    font-size: 12px;
  }
  #about {
    padding-bottom: 80px;
  }
  #about .imgBox03 {
    left: 16px;
  }

  .service-image {
    margin-bottom: 28px;
  }
  #service {
    padding: 98px 0 60px 0;
  }
  .service-item.layout-reverse {
    margin-top: 60px;
  }
  .service-actions {
    margin-top: 28px;
  }
  #service .commonMainTitle {
    margin-bottom: 54px;
  }
  .service-category .divider {
    bottom: -3px;
  }
  .service-category {
    padding: 0 32px;
    gap: 12px;
    margin-bottom: 11px;
    font-size: 14px;
  }
  .service-category .number {
    font-size: 15px;
  }
  .service-category .name {
    font-size: 14px;
  }
  .service-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding: 0px 32px;
    margin: 0px 0px 20px;
  }
  .service-content h2 {
    font-size: 22px;
    padding: 0 32px;
    line-height: 40px;
    margin: 0 0 25px 0;
  }
  .service-content h3 {
    font-size: 22px;
    padding: 0 32px;
    line-height: 40px;
    margin: 0 0 25px 0;
  }
  #service .commonMainTitle .enFont {
    font-size: 35px;
  }
  #service .commonBtn a {
    width: 100%;
    padding: 3px;
  }
  #about .imgBox03 img {
    max-width: 132px;
  }
  #about .enDes p {
    line-height: 13px;
    font-size: 7px;
  }

  #about .mainBox .textBox p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #about .mainBox h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .spheader {
    padding: 23px 18px 0 18px;
  }
  .hero .mainTitle {
    bottom: 25%;
  }
  .commonMainTitle .enFont {
    font-size: 40px;
  }
  .swiper-pagination {
    bottom: 17%;
  }
  .commonBtn a .jaFont {
    font-size: 13px;
  }

  #service .commonBtn:first-child a::after {
    border-radius: 6px 0 0 6px;
  }
  #service .commonBtn:last-child a::after {
    border-radius: 0 6px 6px 0;
  }
  #service .commonBtn a .text {
    padding: 14px 11px;
    border-radius: 3px;
    text-align: left;
  }
  .blog-list ul a {
    padding: 20px 0;
    border-bottom: 1px solid #93979b;
  }

  .blog-list ul li:first-child a {
    border-top: 1px solid #93979b;
  }

  .blog-list .list-item-content {
    padding-right: 0;
  }
  .article-date {
    font-size: 9px;
    margin-top: 4px;
  }
  .category-tag {
    padding: 3px 10px;
    border-radius: 100vw;
    font-size: 10px;
  }
  .blog-list ul .arrowLink {
    display: none;
  }
  .blog-list .article-title {
    font-size: 15px;
    white-space: normal;
    line-height: 26px;
    overflow: auto;
    text-overflow: unset;
  }
  #blog {
    padding: 60px 32px;
  }
  .blog-main {
    width: auto;
    margin-bottom: 30px;
  }
  .blog-main .image-wrapper {
    border-radius: 8px;
  }
  .blog-list {
    width: auto;
  }
  .blog-main img {
    border-radius: 8px;
  }
  .blog-container .picTitle {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .blog-container {
    margin-top: 50px;
  }
  #blog::after {
    background-size: 64px 64px;
  }
  #blog .commonBtn {
    margin-left: 0;
  }
  #blog .commonBtn a {
    margin: 0 auto;
  }
  #success .commonBtn {
    margin-top: 43px;
  }
  #success .commonMainTitle {
    margin-bottom: 134px;
  }
  #success .textBox {
    margin-top: 19px;
  }
  .blog-main .meta-info {
    margin-bottom: 6px;
  }
  .blog-list .meta-info {
    margin-bottom: 8px;
  }
  #service .commonBtn a .arrowLink {
    top: 30px;
    right: 4px;
  }
  #success .imgBox {
    border-radius: 8px;
    border: solid 1px #fff;
  }
  #success .imgBox img {
    border-radius: 3px;
  }
  #success .tag {
    font-size: 10px;
    margin-top: 18px;
  }
  #success {
    padding: 60px 32px;
  }

  .footer-nav ul {
    flex-wrap: wrap;
  }
  .blog-container {
    display: block;
  }
  .messageInner {
    display: block;
  }
  #message {
    padding: 60px 32px;
  }
  #message .message-content {
    width: auto;
  }
  .message-visual {
    width: auto;
  }
  .message-content p {
    margin: 0 0 25px 0;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  #message .representative-info .title {
    font-size: 12px;
  }
  #message .representative-info .name-en {
    font-size: 20px;
  }
  #message .message-content {
    margin-top: 40px;
  }
  .message-content .tagline {
    margin: 0 0 10px 0;
  }
  #message .image-container {
    margin-bottom: 24px;
  }
  #message .commonBtn a {
    margin: 0 auto;
  }
  .messageInner {
    margin-top: 50px;
  }
  #message .commonBtn {
    margin-top: 36px;
  }
  #message .representative-info .name {
    font-size: 18px;
    margin-left: 2px;
  }
  #message .representative-info .name-en {
    margin-top: 0px;
  }
  /* 左上 */
  #message .image-frame-outer::before {
    top: -10px;
    left: -10px;
  }
  /* 右下 */
  #message .image-frame-outer::after {
    bottom: -10px;
    right: -10px;
  }
  /* 右上 */
  #message .image-frame-inner::before {
    top: -10px;
    right: -10px;
  }
  /* 左下 */
  #message .image-frame-inner::after {
    bottom: -10px;
    left: -10px;
  }
  footer .footerLogo {
    margin-bottom: 14px;
  }
  .cta-section {
    padding: 60px 32px 50px 32px;
  }
  .copyright {
    color: #ffffffb5;
  }
  .cta-section h2 {
    font-size: 22px;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    line-height: 34px;
    font-weight: 600;
  }
  .social-icons {
    margin-top: 16px;
  }
  .footer-nav ul {
    margin-bottom: 44px;
  }
  .footer-nav ul {
    gap: 50px 0;
    margin-top: 44px;
    position: relative;
  }
  .footer-nav ul::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    margin: 0 auto;
    height: 100%;
    background-color: #343232;
  }
  .footer-nav ul::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1px;
    background-color: #343232;
  }
  .footer-nav ul li {
    width: 48%;
  }
  .footer-nav a {
    text-align: center;
    font-size: 15px;
  }
  .social-icons svg {
    width: 20px;
    height: 20px;
  }
  .cta-section .commonBtn a .jaFont {
    font-size: 14px;
  }
  footer .address {
    font-size: 10px;
  }
  .loopSlideWrap {
    top: 10%;
  }
  .footerLogo img {
    max-width: 182px;
  }
  .footer-wrapper {
    padding: 60px 32px 14px;
  }
  .contact-button {
    width: auto;
    font-size: 13px;
  }
  .cta-section .loopSlide {
    height: 93px;
  }
  .cta-section::after {
    background-size: 68px 68px;
  }
  .cta-section .des {
    font-size: 12px;
    line-height: 25px;
  }
  .cta-section .commonBtn:first-child {
    margin-bottom: 10px;
  }
  .gnav li {
    margin-bottom: 0px;
  }
  .Gnwlogo {
    top: 23px;
    left: 18px;
  }
  .gmaBttmFlex p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 8px;
  }
  .cta-section .commonBtn a {
    margin: 0 auto;
  }
  .gnav .gnabFlex {
    display: block;
    margin-top: 40px;
  }

  .gnav .commonBtn:first-child {
    margin-bottom: 8px;
  }
  .commonBtn a .arrowLink {
    top: 32px;
  }
  .Gnwlogo img {
    width: 98px;
  }
  .gnav__menu {
    padding: 0 32px;
    margin-top: 80px;
  }
  .gnav .gnabFlex a {
    margin: 0 auto;
  }
  .gnav .commonBtn a .jaFont {
    font-size: 14px;
  }
  .cta-buttons {
    margin-top: 24px;
  }
  .spBr {
    display: block;
  }
  #story .imgBox > div:nth-child(3) .fadezoomN {
    max-width: 189px;
  }
  #story .imgBox > div:nth-child(3) .fadezoomN {
    left: 0;
  }
  #story .imgBox > div:nth-child(2) .fadezoomN {
    max-width: 187px;
  }
  #session .pricing-container {
    padding: 10px;
  }
  #session .price {
    font-size: 15px;
    font-weight: 600;
  }
  #session .subDes {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 3px;
  }
  #session .pricing-content {
    padding: 11px 13px;
    font-size: 14px;
  }
  #session .perks-list li {
    padding: 6px 0;
  }
  #session .pricing-header {
    font-size: 14px;
    padding: 12px 17px;
    flex-basis: 31px;
  }
  #session .pricing-card::after {
    bottom: -10px;
    left: -10px;
  }
  #session .pricing-card::before {
    top: -10px;
    right: -10px;
  }
  #session .pricing-container {
    padding: 12px;
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
  }
  /* #session .pricing-card {
    width: 323px;
  } */
  #session {
    padding: 60px 8px 80px 8px;
    position: relative;
  }
  .udHeroWrap h1 {
    padding-left: 25px;
  }
  .udHeroWrap .textBox {
    padding-left: 25px;
  }
  .udHeroWrap .loopSlideWrap {
    margin-top: 72px;
  }
  .udHeroWrap .heroText h2 {
    font-size: 19px;
    letter-spacing: 0.13em;
    line-height: 30px;
  }
  .udHeroWrap .loopSlide {
    height: 82px;
  }
  .udHeroWrap h1 {
    font-size: 12px;
  }
  #session .pricing-container {
    box-sizing: border-box;
  }
  .athleteVisual {
    right: -76px;
  }
  #session .udCommonTitle {
    padding: 0 32px;
  }
  .udCommonTitle .enFont {
    padding: 4px 18px 3px 18px;
  }
  .athleteVisual img {
    max-width: 376px;
  }
  .udCommonTitle .enFont {
    margin: 0 0 12px 0;
  }
  .udCommonTitle .jpFont {
    font-size: 22px;
    line-height: 34px;
  }
  #story {
    padding: 60px 32px 10px 32px;
  }
  #story .imgBox .fadezoomN {
    border-radius: 8px;
  }
  #story .textBox {
    margin-top: 50px;
  }
  #story .flex .enFont {
    font-size: 9px;
    margin-bottom: 1.5em;
    line-height: 16px;
    opacity: 0.5;
  }
  #values {
    padding: 60px 24px;
  }
  #story .imgBox img {
    border-radius: 8px;
  }
  #story .imgBox > div:nth-child(1) .fadezoomN {
    max-width: 250px;
  }
  #story .imgBox > div:nth-child(3) {
    top: -60px;
  }
  #story::after {
    background-size: 62px 62px;
  }
  #values .fit-title-area {
    margin-bottom: 32px;
  }
  #features .feature-itemWrap .enFont {
    font-size: 8px;
    width: auto;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 13px;
  }
  #features .subtitle {
    font-size: 12px;
  }
  #values .fit-item {
    border-radius: 8px;
    padding: 18px 24px;
  }
  .thArrow {
    margin: 20px 0 16px;
  }
  #features h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  #features .feature-itemWrap {
    padding: 32px 0;
  }
  #features {
    padding: 60px 32px;
  }
  #values .fit-item-number {
    font-size: 18px;
  }
  #story .imgBox > div:nth-child(2) {
    top: -39px;
  }
  #values .fit-item-header {
    gap: 8px;
  }
  #values .fit-item-tag {
    font-size: 8px;
  }
  #values .fit-item-text {
    margin-top: 4px;
    font-size: 16px;
  }
  #values .fit-main-title {
    margin: 10px 0 0 0;
  }
  #values .section-tag {
    font-size: 8px;
    padding: 4px 12px;
  }
  #values .fit-title-areaWrap {
    width: auto;
  }
  #values .fit-main-title {
    font-size: 22px;
  }
  #values .bracket-section {
    margin-bottom: 50px;
    margin-top: 45px;
  }
  #story .main-text p {
    margin-bottom: 26px;
  }
  #values .top-description p {
    font-size: 15px;
    line-height: 30px;
  }
  #story .flex {
    margin-top: 50px;
  }
  #story h3 {
    font-size: 34px;
    line-height: 53px;
    margin-bottom: 41px;
  }
  #about .commonMainTitle .enFont {
    font-size: 40px;
  }
  #session .udCommonTitle {
    margin-bottom: 36px;
  }
  .endCreditInner .textBox {
    padding: 0 32px;
  }
  .endCreditInner h2 {
    font-size: 34px;
    line-height: 53px;
    margin-bottom: 16px;
  }
  .endCreditInner .desBox p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .endCreditInner .textBox {
    margin-top: 14.2vw;
  }
  #blog.udBlog {
    padding: 40px 32px 60px 32px;
  }
  #session .commonBtn {
    margin-top: 33px;
  }
  #values .top-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
  }
  #features .feature-itemWrapLast {
    padding-bottom: 0;
  }
  #endCredit .enFont {
    font-size: 8.2vw;
    line-height: 10vw;
    margin-top: -1.7vw;
    margin-left: -0.9vw;
  }
  .dropdown-toggle {
    padding: 26px 10px 23px 10px;
    font-size: 11px;
    border-radius: 6px;
    width: 208px;
  }
  .dropdown::after {
    right: 22px;
    top: 27px;
  }
  .BlogSingleContInner .mainContents p {
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
  .Related .flexBox {
    gap: 16px 0;
  }
  .dropdown-menu li a {
    padding: 9px 14px;
  }
  .dropdown-menu li a {
    font-size: 12px;
  }
  .Related h2 {
    margin-bottom: 26px;
  }
  .Related .blog-main .article-title {
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 28px;
  }
  .Related {
    padding-bottom: 50px;
  }
  .RelatedInner {
    padding: 0 32px;
  }
  .Related h2 .enFont {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .BlogSingleContInner .mainContents h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
  }
  .BlogSingleContInner .mainContents img {
    border-radius: 8px;
    margin-top: 20px;
  }
  .BlogSingleContInner .mainContents ul {
    margin-top: 20px;
  }
  .dropdown-menu {
    width: 208px;
  }
  .BlogSingleContInner .writingN {
    margin-top: 30px;
  }
  .BlogSingleContInner .mainContents h2 {
    font-size: 20px;
    margin-top: 50px;
    line-height: 30px;
  }
  .BlogSingleContInner .blog-main .article-title {
    font-size: 24px;
    line-height: 36px;
  }
  .BlogSingleContInner .mainContents {
    margin-top: 33px;
  }
  .breack {
    padding-right: 23px;
    font-size: 9px;
  }
  .BlogSingleCont {
    padding: 29px 0 0 0;
  }
  .commonUdHero .wLine {
    margin-bottom: 13px;
  }
  .BlogSingleContInner {
    padding: 0 32px;
  }
  #values .top-content {
    padding: 26px 20px;
  }
  .commonUdHero .titleBox {
    padding-left: 18px;
  }
  #blog.udBlog .blog-container {
    margin-top: 20px;
  }
  .commonBtn a .arrowLink::before,
  .commonBtn a .arrowLink::after {
    top: 11px;
  }
  .commonUdHero {
    padding-top: 128px;
    padding-bottom: 11px;
  }
  .scroll-infinity__item {
    width: 220px;
  }
  .commonUdHero h1 .jpFont {
    font-size: 14px;
  }
  .scroll-infinity__item > img {
    border-radius: 8px;
  }
  .service-item > div {
    border-radius: 0;
  }
  .commonUdHero h1 .enFont {
    font-size: 40px;
  }
  .post_page_navi {
    padding: 31px 18px;
    margin-top: 60px;
  }
  #endCredit {
    padding-bottom: 60px;
  }
  .post_page_navi {
    padding: 27px 18px;
    margin-top: 60px;
  }
  .Related {
    padding-top: 60px;
  }
  .post_page_navi span {
    font-size: 10px;
  }
  #udAboutus::after {
    background-size: 64px 64px;
  }
  .next_child .next::before {
    right: 52px;
  }
  .prev_child .prev::before {
    left: 52px;
  }
  .scroll-infinity__list {
    column-gap: 20px;
  }
  .scroll-infinity__wrap {
    column-gap: 20px;
  }
  #message.udMessage .message-content {
    margin-top: 40px;
  }
  .singlepostnavi {
    padding: 0 8px;
  }
  .wp-pagenavi .current {
    width: 24px;
    height: 25px;
  }
  .archive_page_navi {
    padding-top: 48px;
  }
  .archive_page_navi .wp-pagenavi {
    column-gap: 6px;
    font-size: 12px;
  }
  .wp-pagenavi .page {
    width: 24px;
    height: 25px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 14px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 14px;
  }
  .post_page_navi {
    column-gap: 78px;
  }
  #udAboutus {
    padding: 30px 32px 60px 32px;
  }
  #udAboutus .textBox {
    margin-top: -3px;
  }
  #udAboutus .desBox p {
    margin-bottom: 25px;
  }
  #udAboutus .desBox p {
    line-height: 34px;
  }
  #outline .flex {
    display: block;
    margin-top: 40px;
  }
  #outline .titleBox {
    width: auto;
  }
  #outline .udCommonTitle {
    text-align: center;
  }
  #outline .udCommonTitle {
    margin-bottom: 30px;
  }
  #outline .udCommonTitle .enFont {
    margin: 12px 0;
  }
  .qaVline {
    margin: 35px auto;
  }
  #qa .des {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
  .company-profile th,
  .company-profile td {
    padding: 26px 0;
  }
  .company-profile th {
    width: 36%;
  }
  .company-profile {
    font-size: 14px;
    line-height: 25px;
  }
  .outlineInner {
    padding: 0 32px;
  }
  .company-profile {
    width: auto;
  }
  #outline {
    padding: 60px 0 60px 0;
  }
  #outline .loopSlide {
    height: 40px;
  }
  #success .textBox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.12em;
  }
  .company-profile {
    position: relative;
  }
  #qa {
    padding: 60px 32px;
    position: relative;
  }
  .company-profile::after {
    content: "";
    position: absolute;
    background: #565656;
    width: 0;
    height: 1px;
    left: 0;
    top: 0;
    transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
  }
  .company-profile td {
    font-size: 12px;
    line-height: 20px;
    width: 64%;
  }
  .company-profile.scrollin::after {
    width: 100%;
  }
  .company-profile tr:last-child:after {
    display: none;
  }
  #udAboutus h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .accordion-content p {
    line-height: 24px;
    font-size: 14px;
  }
  .accordion-title::after,
  .accordion-title::before {
    right: 23px;
    top: 34px;
    width: 2px;
    height: 16px;
  }
  #session::after {
    background-size: 62px 62px;
  }
  .accordion-content .enFont {
    font-size: 20px;
    margin-right: 14px;
  }
  .accordion-title .enFont {
    font-size: 20px;
    margin-right: 14px;
    margin-top: 3px;
  }
  .accordion-content {
    padding: 20px 19px;
    margin-top: -4px;
  }
  .accordion-content ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .accordion-content ol li {
    font-size: 14px;
    line-height: 24px;
    text-indent: -1.4em;
    margin-bottom: 8px;
    list-style-position: inside;
    padding-left: 1.4em;
  }
  .contactWrap {
    padding: 0 0 60px 0;
  }
  .accordion-title {
    font-size: 14px;
    line-height: 23px;
    padding: 16px 40px 16px 19px;
  }

  .accordion-title::after,
  .accordion-title::before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .accordion-title.open::after,
  .accordion-title.open::before {
    top: 39%;
    transform: translate(-50%, -50%);
  }
  .accordion-title::after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }
  .accordion-title.open::before {
    transform: rotate(90deg) !important;
  }
  .accordion-title.open::after {
    transform: rotate(90deg) !important;
  }
  .accordion-content strong {
    color: #0068ae;
    margin-bottom: -26px;
    display: block;
  }
  #success .textBox {
    margin-top: 15px;
  }
  #success.udSuccess .tag {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 14px;
  }
  #success.udSuccess h2 {
    font-size: 15px;
    line-height: 23px;
  }
  body.page .commonBtnFix {
    bottom: 12px;
    position: fixed;
  }
  body.archive .commonBtnFix {
    bottom: 12px;
    position: fixed;
  }
  body.single .commonBtnFix {
    bottom: 12px;
    position: fixed;
  }
  #success.udSuccess .imgBox {
    border-radius: 4px;
  }
  #success.udSuccess .successInner {
    gap: 35px 0;
  }
  #success.udSuccess .imgBox img {
    border-radius: 4px;
  }
  #success.udSuccess {
    padding: 36px 32px 60px 32px;
  }
  .successSingleCont .BlogSingleContInner .mainContents p {
    margin-top: 30px;
  }
  #service.udService {
    padding: 0 0 60px 0;
  }
  .BlogSingleCont .singleTag {
    margin-top: 22px;
  }
  .commonUdHero h1 .enFont.magazineFont {
    font-size: 29px;
  }
  .page-id-13 .commonUdHero h1 .enFont {
    font-size: 31px;
  }
  .magazineWrap {
    padding: 0 30px;
  }
  #about .opBox::after {
    height: 70vw;
  }
  #seminarHero .titleBox .jpFont {
    font-size: 14px;
  }
  #seminarHero .titleBox {
    padding-left: 30px;
    margin-bottom: 88px;
  }
  #seminarHero::after {
    background-size: 62px 62px;
  }
  #program .commonMainTitle .enFont {
    font-size: 40px;
  }
  #program {
    padding: 60px 0;
  }
  #program .desBox {
    padding: 0 32px;
  }
  #program .proLine {
    margin: 54px 0;
  }
  #fivemental .desBox p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #program .desBox p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #fivemental .commonBtn a {
    margin: 0 auto;
  }
  #fivemental h3 {
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 40px;
  }
  .lineTitle {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  #seminarHero {
    padding: 60px 0 60px 0;
  }
  #fivemental {
    padding: 60px 32px;
  }
  .lineTitle .enFont {
    font-size: 8px;
  }
  .lineTitle .jpFont {
    font-size: 14px;
  }
  #seminarHero .scroll-infinity__wrap {
    margin-top: -16px;
    column-gap: 14px;
  }
  .scroll-infinity__list {
    column-gap: 14px;
  }
  #seminarHero .loopSlideWrap {
    margin-top: -14px;
  }
  #seminarHero .loopSlide {
    height: 62px;
  }
  #seminarHero .scroll-infinity__item {
    width: 130px;
  }
  #seminarHero .subTitleWrap {
    text-align: left;
  }
  #seminarHero .subTitle {
    font-size: 24px;
    text-align: left;
  }
  #seminarHero .titleBox .enFont {
    font-size: 42px;
  }
  #seminarHero .subTitleWrap {
    padding: 0 30px;
  }
  #program .fit-title-areaWrap {
    width: auto;
  }
  #program .fit-main-title {
    font-size: 22px;
  }
  #program dl dd {
    width: 100%;
    font-size: 13px;
  }
  #program ul ul {
    padding-left: 14px;
    font-size: 11px;
  }
  #program ul ul li {
    line-height: 20px;
    letter-spacing: 0;
  }
  #program dl {
    padding: 24px 0;
  }
  #program .fit-title-area {
    margin-bottom: 24px;
  }
  #program .fit-section {
    padding: 0 32px;
  }
  #program dt {
    width: 280px;
  }
  #program .fit-section dl {
    font-size: 14px;
    line-height: 25px;
  }
  #values .fit-item {
    border-radius: 8px;
    padding: 18px 24px;
  }
  #program .fit-item-text {
    margin-top: 4px;
    font-size: 16px;
  }
  #program .fit-main-title {
    margin: 10px 0;
  }
  #program .fit-list {
    gap: 8px;
  }
  #program .section-tag {
    font-size: 8px;
    padding: 4px 12px;
  }
  #program .fit-item-number {
    font-size: 18px;
  }

  #program .fit-item-tag {
    font-size: 8px;
  }
  .schedule-session {
    font-size: 16px;
  }
  #program .sec-section {
    padding-top: 40px;
  }
  #schedule .imgBox {
    margin-bottom: 30px;
  }
  .schedule-day,
  .schedule-time {
    font-size: 13px;
  }
  .schedule-date {
    font-size: 30px;
    margin-right: -6px;
  }
  #schedule .aten {
    font-size: 12px;
  }
  .schedule-item-body p {
    margin: 16px 0 24px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .schedule-item {
    padding: 14px 20px 20px 20px;
  }
  #schedule h2 {
    margin-bottom: 16px;
  }
  #schedule {
    padding: 60px 32px;
  }
  #schedule h2 .jaFont {
    font-size: 22px;
    margin: 0;
  }
  #program .fit-item {
    border-radius: 8px;
    padding: 18px 24px;
  }

  #schedule h2 .enFont {
    margin: 0 0 12px 0;
    padding: 4px 18px 3px 18px;
  }
}
