@charset "utf-8";
/* ------------------- -------------------- */
.t-mv__container, .t-mv__bg, .t-mv__fg {
  position: relative;
  z-index: 1;
}
.t-mv__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 50vw );
  height: 100%;
  background-color: var(--c-main-bgcolor);
  border-radius: 0 30px 30px 0;
}
.t-mv__h1 {
  font-weight: bold;
  text-align: center;
}
.t-mv__nav {
  display: flex;
}
.t-mv__navItem {
  background-color: var(--c-white);
  border-radius: 30px 30px 5px 30px;
  position: relative;
}
.t-mv__navItemWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.t-mv__navItem__list li {
  font-weight: 500;
  padding-left: 22px;
  position: relative;
}
.t-mv__navItem__list li::before {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: calc(50% - 8.5px);
  background: url('../images/common/icon_check.png') center/contain no-repeat;
  content: '';
}
.t-mv__more {
  display: block;
  width: 61px;
  height: 10px;
  position: absolute;
  right: 20px;
  border-bottom: 2px solid var(--c-main-color);
}
.t-mv__more::before {
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--c-main-color);
  transform: rotate(-45deg);
  transform-origin: bottom;
  content: '';
}
.t-mv__nav__link {
  display: block;
  height: 100%;
}
.t-mv__nav__link .t-mv__navItem__img,
.t-mv__nav__link .t-mv__navwIllust {
  transition: all linear .3s;
}
@media (hover: hover) {
  .t-mv__nav__link:hover, .t-mv__nav__link:hover img {
    opacity: 1.0;
  }
  .t-mv__nav__link:hover .t-mv__navItem__img {
    transform: rotate(-5deg);
  }
  .t-mv__nav__link:hover .__illust__1 {
    transform: translateY(-50%) rotate(5deg);
  }
  .t-mv__nav__link:hover .__illust__2 {
    transform: translateY(-50%) rotate(-5deg);
  }
}

@media screen and (min-width: 768px){
  .t-mv {
    margin-bottom: 120px;
  }
  .t-mv__fg {
    width: 95%;
    max-width: var(--pc-maw-sm);
    margin: 0 auto;
    padding: 38px 0 55px;
  }
  .t-mv__h1 {
    font-size: var(--fz-34);
    margin-bottom: 42px;
  }
  .t-mv__nav {
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .t-mv__navItem {
    flex-basis: 48%;
    height: 250px;
  }
  .t-mv__navItemWrap {
    padding: 0 10% 0 8%;
  }
  .t-mv__nav__ttl {
    font-size: var(--fz-30);
    line-height: 1.33;
  }
  .t-mv__navItem__list li {
    font-size: var(--fz-22);
  }
  .t-mv__navItem--left .t-mv__navItem__img {
    flex-basis: 35%;
  }
  .t-mv__navItem--right .t-mv__navItem__img {
    flex-basis: 38%;
  }
  .t-mv__navItem.t-mv__navItem--w {
    width: 100%;
    height: 120px;
  }
  .t-mv__navItem--w .t-mv__nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    position: relative;
  }
  .t-mv__navItem--w .t-mv__navItemWrap {
    justify-content: center;
  }
  .t-mv__navItem--w .t-mv__navItem__img {
    display: none;
  }
  .t-mv__navItem--w .t-mv__nav__ttl {
    font-size: var(--fz-26);
    line-height: 1.45;
  }
  .t-mv__navwIllust {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .t-mv__navwIllust.__illust__1 {
    width: 11.8%;
    left: 13.7%;
  }
  .t-mv__navwIllust.__illust__2 {
    width: 12.4%;
    right: 13.7%;
  }
  .t-mv__more {
    bottom: 17px;
  }
}
@media screen and (max-width: 767px){
  .t-mv {
    margin-bottom: 60px;
  }
  .t-mv__fg {
    width: 90%;
    margin-inline: auto;
    padding: 20px 0;
  }
  .t-mv__h1 {
    font-size: var(--fz-25);
    margin-bottom: var(--spc-30);
  }
  .t-mv__nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--spc-20);
    margin-bottom: var(--spc-20);
  }
  .t-mv__navItemWrap {
    padding: 0 12% 0 12%;
  }
  .t-mv__navItem--left .t-mv__nav__link {
    padding: 20px 0;
  }
  .t-mv__navItem--right .t-mv__nav__link {
    padding: 12px 0;
  }
  .t-mv__navItem--w .t-mv__nav__link {
    padding: 10px 0;
  }
  .t-mv__navItem {
    flex-basis: 100%;
  }
  .t-mv__nav__ttl {
    font-size: var(--fz-25);
  }
  .t-mv__navItem__list li {
    font-size: var(--fz-16);
    line-height: 1.72;
  }
  .t-mv__navItem--w .t-mv__nav__ttl span {
    display: block;
  }
  .t-mv__navItem--left .t-mv__navItem__img {
    flex-basis: 33%;
  }
  .t-mv__navItem--right .t-mv__navItem__img {
    flex-basis: 30.6%;
    align-self: flex-start;
  }
  .t-mv__navItem--w .t-mv__navItem__img {
    flex-basis: 31%;
  }
  .t-mv__navwIllust.__illust__1,
  .t-mv__navwIllust.__illust__2 {
    display: none;
  }
  .t-mv__more {
    bottom: 12px;
  }
}
/* ------------------- -------------------- */
.t-h2__ja {
  display: block;
  font-weight: 500;
  line-height: 1.33;
}
.t-h2__en {
  display: block;
  font-weight: 700;
}
.t-h2--center {
  text-align: center;
}
@media screen and (min-width: 768px){
  .t-section {
    margin-bottom: 150px;
  }
  .t-h2 {
    margin-bottom: var(--spc-50);
  }
  .t-h2__ja {
    font-size: var(--fz-30);
    margin-bottom: var(--spc-15);
    text-indent: -0.2em;
  }
  .t-h2__en {
    font-size: var(--fz-16);
  }
}
@media screen and (max-width: 767px){
  .t-section {
    margin-bottom: var(--spc-50);
  }
  .t-h2 {
    margin-bottom: var(--spc-30);
  }
  .t-h2__ja {
    font-size: var(--fz-25);
    text-indent: -0.1em;
  }
  .t-h2__en {
    font-size: var(--fz-16);
  }
}
/* ------------------- -------------------- */
.t-msg{
  background: url(/asset2025/images/top/obi.svg) no-repeat top right;
}
.t-msg__wrap {
  display: flex;
}
.t-msg_img {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px){
  .t-msg{
    background-size: 500px;
  }
  .t-msg__wrap {
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 6.25%;
  }
  .t-msg_img {
    flex-basis: 41.66%;
    flex-shrink: 0;
  }
  .t-msg__content {
    flex-grow: 1;
  }
  .t-msg__lead {
    margin-bottom: var(--spc-30);
  }
  .t-msg__txt {
    margin-bottom: var(--spc-50);
  }
}
@media screen and (max-width: 767px){
  .t-msg__wrap {
    flex-wrap: wrap;
    row-gap: var(--spc-50);
  }
  .t-msg_img {
    flex-basis: 100%;
  }
  .t-msg__content {
    flex-basis: 100%;
  }
  .t-msg__lead {
    margin-bottom: var(--spc-20);
  }
  .t-msg__txt {
    margin-bottom: var(--spc-30);
  }
}
/* ------------------- -------------------- */
.t-news__archive {
  background-color: var(--c-gray-100);
  border-radius: 30px;
}
@media screen and (min-width: 768px){
  .t-news__archive {
    padding: var(--spc-60) var(--spc-100);
    margin-bottom: var(--spc-50);
  }
}
@media screen and (max-width: 767px){
  .t-news__archive {
    padding: var(--spc-30) var(--spc-30);
    margin-bottom: var(--spc-50);
  }  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  .t-recruit {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px){
  .t-recruit {
    margin-bottom: 100px;
  }
}
/* ------------------- -------------------- */
.t-loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  transition-delay: 3s;
}
.t-loading__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all linear 1s .5s;
}
.t-loading__ttl {
  width: 94px;
}
.t-loading__curtain {
  width: 58.5%;
  height: 100%;
  background-color: var(--c-main-bgcolor);
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all linear 2s .5s;
}
.t-loading__curtain::before {
  display: block;
  width: 100%;
  background-color: var(--c-main-bgcolor);
  position: absolute;
  top: 100%;
  left: 0;
  content: ''; 
}
.t-loading__curtain--left {
  left: 0;
}
.t-loading__curtain--right {
  right: 0;
}
.t-loading__curtain--left::before {
  clip-path: circle(100% at 0 0);
}
.t-loading__curtain--right::before {
  clip-path: circle(100% at 100% 0);
}
.t-loading.is-loaded {
  opacity: 0;
  z-index: -1;
}
.t-loading.is-loaded .t-loading__container {
  opacity: 0;
}
.t-loading.is-loaded .t-loading__curtain {
  bottom: 200%;
}
@media screen and (min-width: 768px){
  .t-loading__curtain::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px){
  .t-loading__curtain::before {
    height: 50%;
  }
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
