/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
body {
  letter-spacing: 0.12em;
}

.imain_content {
  background-color: #edeff0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .imain_content .sp_none {
    display: none;
  }
}
.imain_content .ibtn {
  font-weight: 500;
  position: relative;
  padding-right: 60px;
  color: #0f234d;
  line-height: 1.5;
  cursor: pointer;
}
.imain_content .ibtn:hover {
  opacity: 0.6;
}
.imain_content .ibtn::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_5.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .imain_content .ibtn::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 899px) {
  .imain_content .ibtn {
    padding-right: 50px;
  }
  .imain_content .ibtn::after {
    width: 36px;
    height: 36px;
  }
}
.imain_content .ibtn._ibtn_white {
  color: #ffffff;
}
.imain_content .ibtn._ibtn_white::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .imain_content .ibtn._ibtn_white {
    padding-right: 50px;
  }
  .imain_content .ibtn._ibtn_white::after {
    width: 36px;
    height: 36px;
  }
}
.imain_content .ibtn._ibtn_l {
  padding-right: 80px;
}
.imain_content .ibtn._ibtn_l::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_7.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .imain_content .ibtn._ibtn_l {
    padding-right: 60px;
  }
  .imain_content .ibtn._ibtn_l::after {
    width: 48px;
    height: 48px;
  }
}
.imain_content .ibtn._ibtn_white_l {
  color: #ffffff;
  padding-right: 80px;
}
.imain_content .ibtn._ibtn_white_l::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_4.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .imain_content .ibtn._ibtn_white_l {
    padding-right: 60px;
  }
  .imain_content .ibtn._ibtn_white_l::after {
    width: 48px;
    height: 48px;
  }
}
.imain_content .title-common {
  text-align: center;
  margin: 0 auto;
  position: relative;
  color: #024758;
}
.imain_content .title-common._white .ja {
  color: #ffffff;
}
.imain_content .title-common._font_thin .ja {
  font-weight: 600;
}
.imain_content .title-common._font_thin_2 .ja {
  font-weight: 600;
}
.imain_content .title-common .en {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .imain_content .title-common .en {
    transform: translateX(-50%) scale(0.75);
    transform-origin: center center;
  }
}
.imain_content .title-common .en._bottom {
  top: auto;
  bottom: -100%;
}
.imain_content .title-common .ja {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .imain_content .title-common .ja {
    font-size: 34px;
  }
}
.imain_content .title-common .sub_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
}
.imain_content .title-common .sub_title::before, .imain_content .title-common .sub_title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(0.1rem);
}
.imain_content .title-common .sub_title::before {
  margin-right: 0.7rem;
}
.imain_content .title-common .sub_title::after {
  margin-left: 0.7rem;
}

.itexture {
  position: absolute;
  z-index: 1;
}
.itexture-left {
  left: 300px;
  top: -300px;
}
@media screen and (max-width: 575px) {
  .itexture-left {
    left: 0;
    top: -70px;
  }
}
.itexture-right {
  right: 600px;
  top: -100px;
}
@media screen and (max-width: 575px) {
  .itexture-right {
    right: 0;
  }
}
.itexture img {
  box-shadow: 0 2px 8px 2px rgba(94, 111, 128, 0.2);
  display: block;
}

.js-gsap_css_animation._anime_01 {
  transition: 2.2s opacity cubic-bezier(0.23, 1, 0.32, 1), 1.5s transform cubic-bezier(0.23, 1, 0.32, 1), 1.5s filter cubic-bezier(0.23, 1, 0.32, 1);
}
.js-gsap_css_animation._anime_01._delay {
  transition: 2.2s opacity cubic-bezier(0.23, 1, 0.32, 1) 0.2s, 1.5s transform cubic-bezier(0.23, 1, 0.32, 1) 0.2s, 1.5s filter cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.js-gsap_css_animation._anime_01._delay_2 {
  transition: 2.2s opacity cubic-bezier(0.23, 1, 0.32, 1) 0.3s, 1.5s transform cubic-bezier(0.23, 1, 0.32, 1) 0.3s, 1.5s filter cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.js-gsap_css_animation._anime_01.js-gsap_css_animation-before {
  opacity: 0.1;
  transform: translateY(8px);
  filter: blur(2px);
}
.js-gsap_css_animation._anime_01._delay_3 {
  transition: 2.5s opacity cubic-bezier(0.23, 1, 0.32, 1) 0.56s, 1.8s transform cubic-bezier(0.23, 1, 0.32, 1) 0.56s, 1.8s filter cubic-bezier(0.23, 1, 0.32, 1) 0.56s;
}
.js-gsap_css_animation._anime_01._delay_3.js-gsap_css_animation-before {
  opacity: 0.1;
  transform: translateY(12px);
  filter: blur(2px);
}
.js-gsap_css_animation._anime_02 {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1), 1.8s transform cubic-bezier(0.23, 1, 0.32, 1);
}
.js-gsap_css_animation._anime_02._delay {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1) 0.2s, 1.8s transform cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.js-gsap_css_animation._anime_02.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-8px);
}
.js-gsap_css_animation._anime_03 {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  clip-path: inset(0);
  opacity: 1;
}
.js-gsap_css_animation._anime_03._delay {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1) 0.2s, 1.8s transform cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.js-gsap_css_animation._anime_03.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}

.js-foot_animation.js-gsap_css_animation {
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.js-foot_animation.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(10px);
}
.js-foot_animation.js-gsap_css_animation-after {
  opacity: 1;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1700px), print {
  :root {
    --hero-max-height: 1200px;
    --hero-height: 100svh;
    --hero-min-height: 760px;
  }
}
@media screen and (max-width: 1699px) {
  :root {
    --hero-max-height: 760px;
    --hero-height: 100svh;
    --hero-min-height: 760px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --hero-max-height: 1000px;
    --hero-height: 100svh;
    --hero-min-height: 800px;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --hero-max-height: 730px;
    --hero-height: 100svh;
    --hero-min-height: 500px;
  }
}

.hero_area {
  padding-top: 90px;
  background: white;
  background: linear-gradient(180deg, white 0%, #edeff0 100%);
  position: relative;
}
@media screen and (max-width: 999px) {
  .hero_area {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero_area {
    padding-top: 70px;
  }
}
.hero_area,
.hero_area .hero__image,
.hero_area .hero__image img,
.hero_area .hero__image::before {
  max-height: var(--hero-max-height);
  height: var(--hero-height);
  min-height: var(--hero-min-height);
}

.hero {
  position: relative;
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 1400px), print {
  .hero {
    --padding-horizontal: 75px;
    --padding-vertical: 110px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 900px) {
  .hero {
    --padding-horizontal: 30px;
    --padding-vertical: clamp(30px, 7vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    --padding-horizontal: 30px;
    --padding-vertical: 30px;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 1519px) {
  .hero {
    --padding-horizontal: 0;
  }
  .hero__content {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1199px) {
  .hero__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__content {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .hero__content {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 480px;
    height: 100%;
    margin-right: unset;
    margin-left: unset;
  }
}
@media screen and (max-width: 575px) {
  .hero__content {
    width: 360px;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 81.25%;
  pointer-events: none;
}
@media screen and (max-width: 1299px) {
  .hero__image {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .hero__image {
    width: 100%;
  }
}
.hero__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .hero__image img {
    -o-object-position: left center;
    object-position: left center;
  }
}
@media screen and (max-width: 899px) {
  .hero__image img {
    -o-object-position: -45px center;
    object-position: -45px center;
  }
}
@media screen and (max-width: 767px) {
  .hero__image img {
    -o-object-position: center top;
    object-position: center top;
  }
}
@media screen and (max-width: 475px) {
  .hero__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.hero__title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hero__title {
    padding-top: 40px;
  }
}
.hero__title .ja {
  position: relative;
  width: 550px;
  height: 240px;
}
@media screen and (max-width: 1399px) {
  .hero__title .ja {
    width: 440px;
    height: 192px;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title .ja {
    width: 385px;
    height: 168px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .ja {
    width: 330px;
    height: 144px;
  }
}
@media screen and (max-width: 475px) {
  .hero__title .ja {
    width: 311px;
    height: 136px;
  }
}
.hero__title .ja > .title {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .hero__title .ja > .title {
    width: 440px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title .ja > .title {
    width: 385px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .ja > .title {
    width: 330px;
  }
}
@media screen and (max-width: 475px) {
  .hero__title .ja > .title {
    width: 311px;
  }
}
.hero__title .ja .deco {
  position: absolute;
}
.hero__title .ja .deco._01 {
  top: -100px;
  left: -33px;
}
@media screen and (max-width: 1399px) {
  .hero__title .ja .deco._01 {
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title .ja .deco._01 {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title .ja .deco._01 {
    width: 180px;
    top: -60px;
    left: -33px;
  }
}
.hero__title .ja .deco._02 {
  bottom: -172px;
  right: -39px;
}
@media screen and (max-width: 1399px) {
  .hero__title .ja .deco._02 {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title .ja .deco._02 {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title .ja .deco._02 {
    width: 260px;
    bottom: -120px;
    right: -35px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .ja .deco._02 {
    bottom: -100px;
  }
}
@media screen and (max-width: 400px) {
  .hero__title .ja .deco._02 {
    bottom: -95px;
  }
}
.hero__title .en {
  text-align: right;
  position: relative;
  margin-top: -30px;
  margin-right: -28px;
  z-index: 5;
}
@media screen and (max-width: 1399px) {
  .hero__title .en {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title .en {
    margin-top: -25px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .en {
    margin-top: -35px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 400px) {
  .hero__title .en {
    margin-right: -5px;
  }
}
.hero__title .en img {
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1399px) {
  .hero__title .en img {
    width: 224px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title .en img {
    width: 204px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .en img {
    width: 150px;
    height: 65px;
  }
}
@media screen and (max-width: 475px) {
  .hero__title .en img {
    width: 130px;
    height: 65px;
  }
}
.hero__title .text {
  margin-top: -8px;
  color: #0f234d;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.18em;
  font-size: 1.125rem;
  padding-left: clamp(20px, 4.2vw, 70px);
  position: relative;
}
@media screen and (max-width: 1399px) {
  .hero__title .text {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .hero__title .text {
    font-size: 1.063rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__title .text {
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 0.22em;
  }
}
@media screen and (max-width: 575px) {
  .hero__title .text {
    font-size: 1rem;
    letter-spacing: 0.2em;
    padding-top: 1.2rem;
    padding-left: 0;
    line-height: 2.25;
  }
}
.hero__important_news {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100px;
  max-width: 1600px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .hero__important_news {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero__important_news {
    position: relative;
    transform: none;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero__important_news {
    display: none;
  }
}
.hero__important_news::after {
  content: "";
  display: inline-block;
  height: 100px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100vw;
  background-color: #edeff0;
}
@media screen and (max-width: 999px) {
  .hero__important_news::after {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero__important_news::after {
    display: none;
    content: none;
  }
}

.important_news_warp {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #edeff0;
  padding: 12px 50px 12px 40px;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  height: inherit;
  z-index: 10;
  width: 50vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1299px) {
  .important_news_warp {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .important_news_warp {
    width: 70%;
    padding: 15px 25px 10px;
  }
}
@media screen and (max-width: 767px) {
  .important_news_warp {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .important_news_warp {
    height: auto;
    padding: 10px 3px;
  }
}
@media screen and (min-width: 576px), print {
  .important_news_warp._sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .important_news_warp._sp {
    position: static;
  }
}
.important_news_warp > .deco {
  position: absolute;
  bottom: 0;
  left: -10px;
}
.important_news_warp .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .important_news_warp .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.important_news_warp .inewsline {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 999px) {
  .important_news_warp .inewsline {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.important_news_warp .inewsline._disable {
  pointer-events: none;
}
.important_news_warp .inewsline__head, .important_news_warp .inewsline__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.important_news_warp .inewsline__head {
  flex-shrink: 0;
  min-height: 80px;
}
@media screen and (max-width: 999px) {
  .important_news_warp .inewsline__head {
    min-height: 70px;
  }
}
.important_news_warp .inewsline__body {
  min-height: 80px;
}
@media screen and (max-width: 999px) {
  .important_news_warp .inewsline__body {
    min-height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .important_news_warp .inewsline__body {
    padding: 8px 0;
    box-sizing: border-box;
  }
}
.important_news_warp .inewsline__date, .important_news_warp .inewsline__ex {
  line-height: 1.5;
  color: #0f234d;
}
.important_news_warp .inewsline__date {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .important_news_warp .inewsline__date {
    margin-bottom: 2px;
  }
}
.important_news_warp .inewsline__ex {
  font-weight: 500;
  -moz-column-gap: 8px;
  column-gap: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.important_news_warp .inewsline__ex > .new {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cf5e55;
  transform: translateY(-1px);
  flex-shrink: 0;
  margin-left: 3px;
}
.important_news_warp .btn_wrap {
  flex-shrink: 0;
  padding-left: clamp(18px, 3vw, 50px);
  margin-left: clamp(18px, 3vw, 50px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .important_news_warp .btn_wrap {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
}
.important_news_warp .btn_wrap::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: rgba(173, 183, 204, 0.9);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .important_news_warp .btn_wrap::after {
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.js-hero-loaded {
  opacity: 0;
}
.js-hero-loaded .hero__content .deco._01 {
  opacity: 0.2;
  transform: translateY(10px);
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.js-hero-loaded .hero__content .deco._02 {
  opacity: 0.2;
  transform: translateY(10px);
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.45s, transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.45s;
}
.js-hero-loaded .hero__content .ja .title._01 {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.66s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.66s;
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .ja .title._02 {
  transition: opacity 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0.9s, clip-path 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .ja .title._03 {
  transition: opacity 1s 1.14s;
  opacity: 0;
}
.js-hero-loaded .hero__content .en .title {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  opacity: 0;
}
.js-hero-loaded .hero__content .text {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.48s, filter 1s cubic-bezier(0.23, 1, 0.32, 1) 0.48s;
}
.js-hero-loaded-after {
  animation-name: _on_opacity;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
}
.js-hero-loaded-after .hero__content .deco._01,
.js-hero-loaded-after .hero__content .deco._02 {
  opacity: 1;
  transform: none;
}
.js-hero-loaded-after .hero__content .ja .title._01,
.js-hero-loaded-after .hero__content .ja .title._02,
.js-hero-loaded-after .hero__content .ja .title._03 {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .en .title {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .text {
  opacity: 1;
  transform: none;
  filter: none;
}
.js-hero-loaded-animation_complete {
  animation-name: none;
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__content__text_wrap {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .row-1 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .row-2 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .description {
  transition: none;
}

.ientry_area {
  padding-top: 80px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ientry_area {
    padding-top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .ientry_area {
    padding-top: 10px;
    margin-bottom: 48px;
  }
}
.ientry_area .btn_list {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  -moz-column-gap: clamp(30px, 7.5vw, 100px);
  column-gap: clamp(30px, 7.5vw, 100px);
}
@media screen and (max-width: 1399px) {
  .ientry_area .btn_list {
    -moz-column-gap: clamp(20px, 4vw, 60px);
    column-gap: clamp(20px, 4vw, 60px);
  }
}
@media screen and (max-width: 999px) {
  .ientry_area .btn_list {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ientry_area .btn_list {
    margin-bottom: 15px;
  }
}
.ientry_area .btn_list .btn_wrap {
  max-width: 550px;
  height: 220px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .ientry_area .btn_list .btn_wrap {
    height: auto;
  }
}
.ientry_area .btn_list .btn_wrap .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 220px;
  z-index: 20;
  border-radius: 10px;
  padding: 10px 115px 10px clamp(30px, 4vw, 70px);
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 8px 8px 24px 3px rgba(46, 55, 74, 0.34);
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .ientry_area .btn_list .btn_wrap .btn {
    min-height: 180px;
    padding: 10px 90px 10px clamp(30px, 4vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .ientry_area .btn_list .btn_wrap .btn {
    min-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .ientry_area .btn_list .btn_wrap .btn {
    min-height: 110px;
  }
}
.ientry_area .btn_list .btn_wrap .btn:hover::after {
  filter: none;
}
.ientry_area .btn_list .btn_wrap .btn:hover .bg {
  transform: translate(-50%, -50%) scale(1.15);
  transform-origin: center;
}
.ientry_area .btn_list .btn_wrap .btn .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.ientry_area .btn_list .btn_wrap .btn .inner .ja {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1199px) {
  .ientry_area .btn_list .btn_wrap .btn .inner .ja {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 899px) {
  .ientry_area .btn_list .btn_wrap .btn .inner .ja {
    font-size: 1.688rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .ientry_area .btn_list .btn_wrap .btn .inner .ja {
    font-size: 1.125rem;
  }
}
.ientry_area .btn_list .btn_wrap .btn .inner .ja .rear_text {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .ientry_area .btn_list .btn_wrap .btn .inner .ja .rear_text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .ientry_area .btn_list .btn_wrap .btn .inner .ja .rear_text {
    font-size: 1.063rem;
  }
}
.ientry_area .btn_list .btn_wrap .btn .inner .en {
  display: block;
  font-size: 0.875rem;
  margin-left: 3px;
}
.ientry_area .btn_list .btn_wrap .btn::before {
  content: none;
  display: none;
}
.ientry_area .btn_list .btn_wrap .btn::after {
  right: clamp(20px, 4vw, 55px);
}
.ientry_area .btn_list .btn_wrap.mid-carrer .inner .en {
  margin-left: 6px;
}

.iblog_area {
  position: relative;
  z-index: 15;
}
.iblog_area__head {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 65px;
}
@media screen and (max-width: 999px) {
  .iblog_area__head {
    margin-bottom: 50px;
  }
}
.iblog_area__head .title {
  margin: -5px auto;
  position: relative;
}
.iblog_area__head .title .en {
  margin-right: 115px;
}
@media screen and (max-width: 999px) {
  .iblog_area__head .title .en {
    margin-right: 100px;
  }
  .iblog_area__head .title .en img {
    width: 296px;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .iblog_area__head .title .en img {
    width: 259px;
  }
}
.iblog_area__head .title .ja {
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 999px) {
  .iblog_area__head .title .ja {
    bottom: -12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .iblog_area__head .title .ja {
    font-size: 1.063rem;
  }
}
.iblog_area__body .blog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(20px, 2.6vw, 45px);
}
@media screen and (max-width: 699px) {
  .iblog_area__body .blog_list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 699px) {
  .iblog_area__body .blog_list a {
    margin: 0 auto;
    max-width: 480px;
  }
}
.iblog_area__body .blog_list .thum_box {
  margin-bottom: 17px;
}
@media screen and (max-width: 699px) {
  .iblog_area__body .blog_list .thum_box {
    margin-bottom: 6px;
    max-width: 480px;
  }
}
.iblog_area__body .blog_list .thum_box img:not(.new_icon) {
  border-radius: 10px;
}
.iblog_area__body .blog_list .thum_box .new_icon {
  width: 60px;
  height: 60px;
}
.iblog_area__body .blog_list .explain_area .info_area {
  margin-bottom: 7px;
}
.iblog_area__body .blog_list .explain_area .info_area .post_date:hover {
  text-decoration: none;
}
.iblog_area__body .blog_list .explain_area .info_area .post_cate .cate {
  background-color: #dfdfe6;
}
@media screen and (max-width: 999px) {
  .iblog_area__body .blog_list .explain_area .info_area .post_cate .cate {
    padding: 0.3rem 0.5rem 0.1rem;
  }
}
.iblog_area__body .blog_list .explain_area .title {
  font-size: 1rem;
}
.iblog_area .btn_wrap._pc {
  position: absolute;
  top: 62%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .iblog_area .btn_wrap._pc {
    display: none;
  }
}
.iblog_area .btn_wrap._sp {
  text-align: right;
  padding-top: 50px;
}
.iblog_area .btn_wrap._sp .ibtn {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 900px), print {
  .iblog_area .btn_wrap._sp {
    display: none;
  }
}

.area_bg {
  position: relative;
}
.area_bg::before {
  content: "";
  display: inline-block;
  height: 55%;
  min-height: 1100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eeeeec;
  background: linear-gradient(180deg, #eeeeec 0%, #eeeff1 100%);
}
@media screen and (max-width: 575px) {
  .area_bg::before {
    height: 60%;
  }
}

.ibecoming_area {
  position: relative;
  padding-top: 115px;
  margin-bottom: 90px;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  .ibecoming_area {
    padding-top: 60px;
  }
}
.ibecoming_area > .bg_all {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
}
@media screen and (min-width: 1600px), print {
  .ibecoming_area > .bg_all {
    width: 100%;
    -o-object-position: top center;
    object-position: top center;
    max-height: 70vw;
    min-height: 1700px;
  }
}
@media screen and (min-width: 2000px), print {
  .ibecoming_area > .bg_all {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area > .bg_all {
    -o-object-fit: cover;
    object-fit: cover;
    top: -450px;
    width: 1800px;
  }
}
.ibecoming_area__1 {
  margin-bottom: 180px;
  position: relative;
}
.ibecoming_area__1 > .inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 849px) {
  .ibecoming_area__1 > .inner {
    display: block;
  }
}
.ibecoming_area__1 > .inner > .bg {
  position: absolute;
  pointer-events: none;
}
.ibecoming_area__1 > .inner > .bg._01 {
  top: 71%;
  left: -25%;
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 > .inner > .bg._01 {
    width: 200px;
    height: auto;
    top: 70%;
    left: -2%;
  }
}
.ibecoming_area__1 > .inner > .bg._02 {
  top: -19%;
  left: -9%;
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 > .inner > .bg._02 {
    width: 300px;
    height: auto;
    top: -8%;
    left: -25%;
  }
}
.ibecoming_area__1 > .inner > .bg._03 {
  top: 65%;
  right: -28%;
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 > .inner > .bg._03 {
    width: 320px;
    height: auto;
    top: 95%;
    right: -25%;
    opacity: 0.9;
  }
}
.ibecoming_area__1 > .inner > .bg._04 {
  top: 25%;
  left: 50%;
  transform: translateX(-70%);
}
.ibecoming_area__1__l {
  width: 50%;
  padding-top: 85px;
}
@media screen and (max-width: 849px) {
  .ibecoming_area__1__l {
    padding-top: 0;
    width: 100%;
  }
}
.ibecoming_area__1__r {
  position: absolute;
  width: 1200px;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__1__r {
    max-width: none;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 849px) {
  .ibecoming_area__1__r {
    position: relative;
    width: 100%;
    margin: -4rem auto 0;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1__r {
    margin: 2rem auto 0;
  }
}
.ibecoming_area__1 .title {
  margin-left: -10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .title img {
    width: 390px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .title {
    margin-bottom: 18px;
  }
  .ibecoming_area__1 .title img {
    width: 338px;
  }
}
.ibecoming_area__1 .text_wrap {
  color: #ffffff;
  width: 470px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .text_wrap {
    width: 100%;
  }
}
.ibecoming_area__1 .text_wrap .head {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .text_wrap .head {
    margin-bottom: 30px;
  }
}
.ibecoming_area__1 .text_wrap .head .top,
.ibecoming_area__1 .text_wrap .head .bottom {
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .text_wrap .head .top,
  .ibecoming_area__1 .text_wrap .head .bottom {
    text-shadow: 0 0 3px rgba(46, 55, 74, 0.3);
  }
}
.ibecoming_area__1 .text_wrap .head .top {
  font-size: 1.25rem;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .text_wrap .head .top {
    font-size: 1.125rem;
  }
}
.ibecoming_area__1 .text_wrap .head .bottom {
  font-size: 2.375rem;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .text_wrap .head .bottom {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .text_wrap .head .bottom {
    font-size: 1.5rem;
  }
}
.ibecoming_area__1 .text_wrap .body {
  font-size: 1.125rem;
  line-height: 2.7;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .text_wrap .body {
    font-size: 1.063rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .text_wrap .body {
    line-height: 2.2;
    font-size: 0.938rem;
    text-shadow: 0 0 4px rgba(46, 55, 74, 0.3);
    margin-bottom: 20px;
  }
  .ibecoming_area__1 .text_wrap .body br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .text_wrap .btn_wrap {
    text-align: right;
  }
}
.ibecoming_area__1 .img_wrap {
  position: relative;
  margin: 0 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__1 .img_wrap {
    width: 450px;
  }
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .img_wrap {
    width: 350px;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 .img_wrap {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .img_wrap {
    margin: 0 auto;
    width: 100%;
  }
}
.ibecoming_area__1 .img_wrap > img {
  border-radius: 20px;
  display: block;
  box-shadow: 15px 15px 25px rgba(74, 57, 46, 0.2);
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .img_wrap > img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__1 .img_wrap .img_01 {
    width: inherit;
    height: auto;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 .img_wrap .img_01 {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .img_wrap .img_01 {
    margin: 0 0 0 auto;
    width: 320px;
  }
}
@media screen and (max-width: 475px) {
  .ibecoming_area__1 .img_wrap .img_01 {
    width: 300px;
  }
}
.ibecoming_area__1 .img_wrap .img_02 {
  position: absolute;
  left: -60px;
  bottom: -150px;
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__1 .img_wrap .img_02 {
    width: 280px;
    height: auto;
    left: -50px;
    bottom: -120px;
  }
}
@media screen and (max-width: 999px) {
  .ibecoming_area__1 .img_wrap .img_02 {
    left: -40px;
    bottom: -180px;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__1 .img_wrap .img_02 {
    left: -120px;
    bottom: -200px;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__1 .img_wrap .img_02 {
    width: 250px;
    left: 0;
  }
}
@media screen and (max-width: 475px) {
  .ibecoming_area__1 .img_wrap .img_02 {
    width: 200px;
    bottom: -150px;
  }
}
.ibecoming_area__2 {
  position: relative;
}
@media screen and (max-width: 899px) {
  .ibecoming_area__2 {
    padding-top: clamp(20px, 6vw, 60px);
  }
}
.ibecoming_area__2 .ilink_list {
  display: grid;
  grid-template-columns: 360px 1fr 360px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__2 .ilink_list {
    grid-template-columns: clamp(200px, 28vw, 360px) 1fr clamp(200px, 28vw, 360px);
  }
}
@media screen and (max-width: 899px) {
  .ibecoming_area__2 .ilink_list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__2 .ilink_list {
    display: block;
    margin: 0 auto clamp(30px, 5.5vw, 80px);
    max-width: 500px;
  }
}
.ibecoming_area__2 .ilink_list > li {
  text-align: center;
  position: relative;
}
.ibecoming_area__2 .ilink_list > li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .ibecoming_area__2 .ilink_list > li:not(:last-of-type)::after {
    height: 50px;
    top: 35%;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__2 .ilink_list > li:not(:last-of-type)::after {
    width: 100%;
    height: 1px;
    position: absolute;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
}
.ibecoming_area__2 .ilink_list > li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 15px 75px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .ibecoming_area__2 .ilink_list > li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 899px) {
  .ibecoming_area__2 .ilink_list > li a {
    padding: 15px 75px 15px 30px !important;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .ilink_list > li a {
    padding: 15px 60px 15px 20px !important;
    font-size: 1.063rem;
  }
}
@media screen and (max-width: 675px) {
  .ibecoming_area__2 .ilink_list > li a {
    display: block;
    padding: 25px 60px 25px 20px !important;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
}
.ibecoming_area__2 .ilink_list > li a.ibtn._ibtn_white::after {
  right: 15px;
}
@media screen and (max-width: 899px) {
  .ibecoming_area__2 .ilink_list > li a.ibtn._ibtn_white::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .ilink_list > li a.ibtn._ibtn_white::after {
    right: 20px;
  }
}
.ibecoming_area__2 .data_btn_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.ibecoming_area__2 .data_btn_wrap .new_icon {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap .new_icon {
    top: -20px;
    left: -20px;
    width: 60px;
    height: auto;
  }
}
.ibecoming_area__2 .data_btn_wrap a {
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 10px 140px;
  box-sizing: border-box;
  box-shadow: 10px 10px 24px rgba(46, 55, 74, 0.22);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap a {
    padding: 10px 55px;
  }
}
.ibecoming_area__2 .data_btn_wrap a::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_4.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .ibecoming_area__2 .data_btn_wrap a::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap a::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.ibecoming_area__2 .data_btn_wrap a:hover {
  opacity: 0.9;
}
.ibecoming_area__2 .data_btn_wrap a:hover .btn_bg {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap a {
    border-radius: 7px;
  }
}
.ibecoming_area__2 .data_btn_wrap a .btn_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ibecoming_area__2 .data_btn_wrap a .text {
  min-height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__2 .data_btn_wrap a .text {
    min-height: clamp(130px, 14vw, 150px);
  }
}
.ibecoming_area__2 .data_btn_wrap a .text .top {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .ibecoming_area__2 .data_btn_wrap a .text .top {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap a .text .top {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__2 .data_btn_wrap a .text .top {
    font-size: 1.188rem;
  }
}
@media screen and (max-width: 999px) {
  .ibecoming_area__2 .data_btn_wrap a .text .bottom {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .ibecoming_area__2 .data_btn_wrap a .text .bottom {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 575px) {
  .ibecoming_area__2 .data_btn_wrap a .text .bottom {
    font-size: 0.875rem;
  }
}

.irecruit_area {
  position: relative;
  padding-bottom: 120px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .irecruit_area {
    padding-bottom: 70px;
  }
}
.irecruit_area__head {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .irecruit_area__head {
    margin-bottom: 40px;
  }
}
.irecruit_area__head .title {
  margin-bottom: 30px;
}
.irecruit_area__head .en {
  text-align: center;
  display: block;
}
@media screen and (max-width: 999px) {
  .irecruit_area__head .en img {
    width: 315px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area__head .en img {
    width: 280px;
    height: auto;
  }
}
.irecruit_area__head .ja {
  font-size: 1.25rem;
  display: block;
  margin-top: -18px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  left: 50%;
}
@media screen and (max-width: 999px) {
  .irecruit_area__head .ja {
    font-size: 1.125rem;
  }
}
.irecruit_area__head .text {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .irecruit_area__head .text {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 699px) {
  .irecruit_area__head .text {
    text-align: left;
    font-size: 0.938rem;
  }
}
.irecruit_area__body .btn_area__1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(25px, 3.5vw, 60px);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .irecruit_area__body .btn_area__1 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__1 {
    margin-bottom: 25px;
  }
}
.irecruit_area__body .btn_area__1 a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6.2vw, 80px) clamp(20px, 3.5vw, 50px) clamp(30px, 4.5vw, 60px);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 15px 15px 20px rgba(46, 55, 74, 0.18);
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 a {
    padding: 30px 24px 20px;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area__body .btn_area__1 a {
    padding: 30px 40px 20px;
  }
}
@media screen and (max-width: 475px) {
  .irecruit_area__body .btn_area__1 a {
    padding: 20px 25px;
  }
}
.irecruit_area__body .btn_area__1 a > .inner {
  display: flex;
  -moz-column-gap: clamp(25px, 3.2vw, 40px);
  column-gap: clamp(25px, 3.2vw, 40px);
}
@media screen and (max-width: 475px) {
  .irecruit_area__body .btn_area__1 a > .inner {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.irecruit_area__body .btn_area__1 a .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
.irecruit_area__body .btn_area__1 .img_wrap,
.irecruit_area__body .btn_area__1 .text_wrap {
  position: relative;
}
.irecruit_area__body .btn_area__1 .img_wrap {
  flex-shrink: 0;
}
.irecruit_area__body .btn_area__1 .img_wrap > img {
  display: block;
}
@media screen and (max-width: 1099px) {
  .irecruit_area__body .btn_area__1 .img_wrap > img {
    width: 190px;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 .img_wrap > img {
    width: 140px;
  }
}
@media screen and (max-width: 899px) {
  .irecruit_area__body .btn_area__1 .img_wrap > img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area__body .btn_area__1 .img_wrap > img {
    width: 130px;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__1 .text_wrap {
    justify-content: flex-start;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .text_01 {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1299px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 {
    margin-bottom: 1px;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .text_01 .num {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1299px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 .num {
    scale: 0.7;
    transform-origin: center left;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .text_01 .en {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 .en {
    font-size: 14px;
    margin-left: -1rem;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 .en {
    margin-left: -18px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_01 .en {
    font-weight: 400;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .text_02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0.28em;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1299px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_02 {
    font-size: clamp(22px, 2.5vw, 32px);
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .text_03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-left: 3px;
}
@media screen and (max-width: 1299px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_03 {
    font-size: clamp(16px, 2vw, 20px);
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__1 .text_wrap .text_03 {
    display: none;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .btn_wrap {
  text-align: right;
  padding-top: clamp(25px, 5vw, 55px);
  margin-right: -5px;
}
@media screen and (max-width: 1199px) {
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap {
    padding-top: clamp(5px, 1.2vw, 10px);
    padding-bottom: 0;
    box-sizing: border-box;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap {
    padding-top: 30px;
  }
}
.irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l {
  padding-right: 75px;
  display: block;
}
.irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l::after {
  right: 0;
}
@media screen and (max-width: 1299px) {
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l {
    padding-right: 45px;
    font-size: 0.875rem;
  }
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l {
    font-size: 0.875rem;
    padding-right: 38px;
  }
  .irecruit_area__body .btn_area__1 .text_wrap .btn_wrap .ibtn._ibtn_white_l::after {
    width: 30px;
    height: 30px;
    margin-top: -2px;
  }
}
.irecruit_area__body .btn_area__2 .ibtn_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(25px, 3.5vw, 60px);
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__2 .ibtn_list {
    grid-template-columns: 1fr;
  }
}
.irecruit_area__body .btn_area__2 .ibtn_list > li {
  position: relative;
}
.irecruit_area__body .btn_area__2 .ibtn_list .new_icon {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 20;
  pointer-events: none;
}
.irecruit_area__body .btn_area__2 .ibtn_list a {
  position: relative;
  height: 180px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 15px 15px 20px rgba(46, 55, 74, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .irecruit_area__body .btn_area__2 .ibtn_list a {
    height: 140px;
    border-radius: 7px;
  }
}
.irecruit_area__body .btn_area__2 .ibtn_list a:hover {
  opacity: 1;
}
.irecruit_area__body .btn_area__2 .ibtn_list a:hover > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.irecruit_area__body .btn_area__2 .ibtn_list a:hover .ibtn {
  opacity: 1;
}
.irecruit_area__body .btn_area__2 .ibtn_list a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.irecruit_area__body .btn_area__2 .ibtn_list a .ibtn {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .irecruit_area__body .btn_area__2 .ibtn_list a .ibtn {
    font-size: 1.25rem;
  }
}

.irecruit_area_2 {
  position: relative;
  z-index: 20;
}
.irecruit_area_2 > .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .irecruit_area_2 > .inner {
    grid-template-columns: 1fr;
  }
}
.irecruit_area_2 a {
  position: relative;
  display: block;
  min-height: 400px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .irecruit_area_2 a {
    min-height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area_2 a {
    min-height: 240px;
  }
}
@media screen and (max-width: 420px) {
  .irecruit_area_2 a {
    min-height: 200px;
  }
}
.irecruit_area_2 a:hover {
  opacity: 0.7;
}
.irecruit_area_2 a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 575px) {
  .irecruit_area_2 a > img {
    -o-object-position: top center;
    object-position: top center;
  }
}
.irecruit_area_2 a .text_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.irecruit_area_2 a .text_wrap .text_1,
.irecruit_area_2 a .text_wrap .text_2 {
  line-height: 1.2;
}
.irecruit_area_2 a .text_wrap .text_1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .irecruit_area_2 a .text_wrap .text_1 {
    font-size: 1.063rem;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area_2 a .text_wrap .text_1 {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 420px) {
  .irecruit_area_2 a .text_wrap .text_1 {
    font-size: 0.875rem;
  }
}
.irecruit_area_2 a .text_wrap .text_2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.25rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 999px) {
  .irecruit_area_2 a .text_wrap .text_2 {
    font-size: 1.563rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area_2 a .text_wrap .text_2 {
    font-size: 1.313rem;
  }
}
@media screen and (max-width: 420px) {
  .irecruit_area_2 a .text_wrap .text_2 {
    font-size: 1.188rem;
    margin-bottom: 12px;
  }
}
.irecruit_area_2 a .text_wrap .en {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .irecruit_area_2 a .text_wrap .en {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area_2 a .text_wrap .en {
    font-weight: 400;
  }
}
.irecruit_area_2 a .btn_wrap {
  position: absolute;
  bottom: 58px;
  right: 60px;
}
@media screen and (max-width: 999px) {
  .irecruit_area_2 a .btn_wrap {
    font-size: 0.813rem;
    bottom: 20px;
    right: 20px;
  }
  .irecruit_area_2 a .btn_wrap .ibtn._ibtn_white_l {
    padding-right: 50px;
  }
  .irecruit_area_2 a .btn_wrap .ibtn._ibtn_white_l::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area_2 a .btn_wrap .text {
    display: none;
  }
}

.iinterview_area {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 420px) {
  .iinterview_area {
    padding-top: 90px;
  }
}
.iinterview_area .btn_wrap {
  position: absolute;
  top: 62%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .iinterview_area .btn_wrap._pc {
    display: none;
  }
}
@media screen and (min-width: 1000px), print {
  .iinterview_area .btn_wrap._sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .iinterview_area .btn_wrap._sp {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 32px;
  }
  .iinterview_area .btn_wrap._sp .ibtn._ibtn_l {
    padding-bottom: 0;
    padding-right: 48px;
    display: inline-block;
    margin-left: 40px;
  }
  .iinterview_area .btn_wrap._sp .ibtn._ibtn_l::after {
    width: 40px;
    height: 40px;
  }
}
.iinterview_area__head {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  .iinterview_area__head {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .iinterview_area__head {
    padding-bottom: 30px;
  }
}
.iinterview_area__head .title {
  margin: -5px auto;
  position: relative;
}
.iinterview_area__head .title .en {
  margin-right: 45px;
}
@media screen and (max-width: 999px) {
  .iinterview_area__head .title .en img {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .iinterview_area__head .title .en img {
    width: 264px;
  }
}
@media screen and (max-width: 420px) {
  .iinterview_area__head .title .en img {
    width: 240px;
  }
}
.iinterview_area__head .title .ja {
  font-weight: 500;
  position: absolute;
  right: 70px;
  bottom: -7px;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 575px) {
  .iinterview_area__head .title .ja {
    bottom: -18px;
    font-size: 1.125rem;
  }
}
.iinterview_area .swiper, .iinterview_area .interview_slider_arrows {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .iinterview_area .interview_slider_arrows {
    padding-top: 10px;
  }
}
.iinterview_area .swiper {
  margin: 0 auto 45px;
}
@media screen and (max-width: 575px) {
  .iinterview_area .swiper {
    margin: 0 auto 25px;
  }
}
.iinterview_area .swiper-interview .swiper-wrapper .swiper-slide {
  width: 370px;
}
@media screen and (max-width: 575px) {
  .iinterview_area .swiper-interview .swiper-wrapper .swiper-slide {
    width: 300px;
  }
}
.iinterview_area .swiper-interview .new_icon {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 20;
}
.iinterview_area .swiper-interview a {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.iinterview_area .swiper-interview a .img_wrap {
  position: relative;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 8px 12px 15px 1px rgba(46, 55, 74, 0.12);
  aspect-ratio: 37/50;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .img_wrap {
    box-shadow: 10px 10px 10px 1px rgba(46, 55, 74, 0.15);
    min-height: 250px;
  }
}
.iinterview_area .swiper-interview a .img_wrap img {
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.iinterview_area .swiper-interview a .img_wrap .fog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.iinterview_area .swiper-interview a .img_wrap .text {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(20px, 2.2vw, 35px);
  padding-right: clamp(20px, 2.4vw, 35px);
  font-size: clamp(20px, 2vw, 25px);
  position: absolute;
  bottom: 50px;
  left: 0;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .img_wrap .text {
    font-size: 18px;
    line-height: 1.6;
    bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .iinterview_area .swiper-interview a .img_wrap .text {
    bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .iinterview_area .swiper-interview a .img_wrap .text br {
    display: none;
  }
}
.iinterview_area .swiper-interview a .info {
  padding-left: clamp(20px, 2vw, 30px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-right: 76px;
  position: relative;
  color: #0f234d;
}
@media screen and (max-width: 1199px) {
  .iinterview_area .swiper-interview a .info {
    padding-right: 53px;
  }
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .info {
    padding-right: 40px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .iinterview_area .swiper-interview a .info {
    padding-left: 22px;
  }
}
.iinterview_area .swiper-interview a .info::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_5.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .iinterview_area .swiper-interview a .info::after {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .info::after {
    width: 32px;
    height: 32px;
  }
}
.iinterview_area .swiper-interview a .info .name {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  flex-shrink: 0;
  line-height: 1.3;
  font-size: clamp(25px, 2.5vw, 34px);
  padding-right: 14px;
  margin-right: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .info .name {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .iinterview_area .swiper-interview a .info .name {
    padding-right: 14px;
    margin-right: 14px;
  }
}
.iinterview_area .swiper-interview a .info .name .rear_text {
  font-size: clamp(16px, 15vw, 20px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .info .name .rear_text {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.iinterview_area .swiper-interview a .info .name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  min-height: 40px;
  background-color: #b9c3d6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.iinterview_area .swiper-interview a .info .profile {
  position: relative;
  font-size: 0.938rem;
  box-sizing: border-box;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .iinterview_area .swiper-interview a .info .profile {
    font-size: 0.875rem;
  }
}
.iinterview_area .swiper-interview a .info .profile .year {
  font-weight: 400;
  line-height: 1.4;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .iinterview_area .swiper-interview a .info .profile .year {
    letter-spacing: 0.06em;
  }
}
.iinterview_area .interview_slider_arrows__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  -moz-column-gap: clamp(30px, 5.5vw, 60px);
  column-gap: clamp(30px, 5.5vw, 60px);
}
.iinterview_area .interview_slider_arrows .swiper-interview-pagination {
  display: block;
  width: auto;
}
.iinterview_area .interview_slider_arrows .swiper-interview-pagination .swiper-pagination-bullet {
  background-color: #0f234d;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.iinterview_area .interview_slider_arrows .swiper-interview-pagination .swiper-pagination-bullet::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #cf5e55;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: opacity 0.2s, transform 0.1s;
}
.iinterview_area .interview_slider_arrows .swiper-interview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cf5e55;
  position: relative;
}
.iinterview_area .interview_slider_arrows .swiper-interview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.inews_area {
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 575px) {
  .inews_area {
    padding-top: 25px;
    padding-bottom: 70px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 575px) {
  .inews_area .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.inews_area__content {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 12px 18px 1px rgba(46, 55, 74, 0.18);
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .inews_area__content {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__content {
    border-radius: 0;
  }
}
.inews_area__content > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
.inews_area__head {
  padding-left: clamp(40px, 6vw, 90px);
  padding-right: clamp(40px, 6vw, 90px);
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .inews_area__head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 899px) {
  .inews_area__head {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 420px) {
  .inews_area__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inews_area__head .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  -moz-column-gap: 19px;
  column-gap: 19px;
  margin-right: clamp(30px, 5.5vw, 80px);
}
@media screen and (max-width: 575px) {
  .inews_area__head .title {
    -moz-column-gap: 9px;
    column-gap: 9px;
  }
}
@media screen and (max-width: 999px) {
  .inews_area__head .title .en {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .title .en {
    width: 120px;
  }
}
.inews_area__head .title .ja {
  pointer-events: none;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .inews_area__head .title .ja {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .title .ja {
    pointer-events: all;
    position: relative;
    font-size: 1.063rem;
  }
  .inews_area__head .title .ja::after {
    content: "";
    display: inline-block;
    background: url("../img/icon/arrow/circle_2.webp") 0 0 no-repeat transparent;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 45%;
    right: -40px;
    transform: translateY(-50%);
  }
}
.inews_area__head .news_btn_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .inews_area__head .news_btn_wrap {
    justify-content: center;
    margin: 0 auto;
  }
}
.inews_area__head .tab_cate {
  width: 100%;
  max-width: 600px;
}
.inews_area__head .tab_cate .news_tab_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: calc(100% - 1px);
}
@media screen and (max-width: 575px) {
  .inews_area__head .tab_cate .news_tab_list {
    grid-template-columns: 1fr 1fr;
  }
}
.inews_area__head .tab_cate .news_tab_list > li:not(:last-of-type) a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .inews_area__head .tab_cate .news_tab_list > li:not(:last-of-type) a::after {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .tab_cate .news_tab_list > li:first-of-type {
    grid-column: span 2;
  }
  .inews_area__head .tab_cate .news_tab_list > li:nth-of-type(-n + 3) a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
  .inews_area__head .tab_cate .news_tab_list > li:nth-of-type(even) a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.inews_area__head .tab_cate .news_tab_list > li a {
  text-align: center;
  color: #ffffff;
  min-height: 58px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
}
@media screen and (max-width: 999px) {
  .inews_area__head .tab_cate .news_tab_list > li a {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 675px) {
  .inews_area__head .tab_cate .news_tab_list > li a {
    min-height: 45px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .tab_cate .news_tab_list > li a {
    min-height: 40px;
  }
}
.inews_area__head .tab_cate .news_tab_list > li a._selected {
  background-color: #ffffff;
  color: #cf5d55;
}
.inews_area__head .tab_cate .news_tab_list > li a .text {
  transform: translateY(1px);
}
.inews_area__head .link_wrap {
  flex-shrink: 0;
  margin-left: 30px;
  margin-top: -2px;
}
@media screen and (max-width: 999px) {
  .inews_area__head .link_wrap {
    margin-left: 28px;
  }
}
.inews_area__head .link_wrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 675px) {
  .inews_area__head .link_wrap {
    margin-left: 20px;
  }
  .inews_area__head .link_wrap a img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .link_wrap {
    display: none;
  }
}
.inews_area__body {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .inews_area__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inews_area .newsline_list {
  border-top: none;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list {
    margin-left: 0;
    margin-right: 0;
  }
}
.inews_area .newsline_list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.inews_area .newsline_list > li:last-of-type {
  border-bottom: none;
}
.inews_area .newsline_list .no_news {
  color: #ffffff;
}
.inews_area .newsline_list .newsline {
  color: #ffffff;
  min-height: 80px;
  padding: 0.7em 0.6em 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.inews_area .newsline_list .newsline::after {
  display: none;
  content: none;
}
.inews_area .newsline_list .newsline__head {
  flex: 31.5% 0 0;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline__head {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    flex: 0;
    align-items: flex-start;
  }
}
.inews_area .newsline_list .newsline__date {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline__date {
    margin-top: -4px;
    flex: 0;
    font-size: 0.938rem;
  }
}
.inews_area .newsline_list .newsline__cate {
  flex: 100px 1.2 0;
  width: 100px;
  padding-right: 2em;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline__cate {
    margin-top: -6px;
    margin-bottom: 3px;
    margin-left: -3px;
    flex: none;
    width: 100%;
    gap: 5px 8px;
  }
}
.inews_area .newsline_list .newsline__cate > .label {
  min-height: 30px;
  width: 100px;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: rgba(214, 118, 110, 0.7);
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline__cate > .label {
    min-height: 25px;
    width: auto;
    min-width: 90px;
    max-width: 130px;
    line-height: 1.5;
  }
}
.inews_area .newsline_list .newsline__ex {
  color: #ffffff;
  padding-top: 5px;
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline__ex {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.inews_area .newsline_list .newsline__ex.ext::after, .inews_area .newsline_list .newsline__ex.pdf::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(90deg) brightness(100%) contrast(106%);
}

.isns_area {
  background-color: #ffffff;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .isns_area {
    padding-bottom: 100px;
  }
}
.isns_area .sns_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(15px, 2vw, 40px);
}
@media screen and (max-width: 859px) {
  .isns_area .sns_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 475px) {
  .isns_area .sns_list {
    grid-template-columns: 1fr;
  }
}
.isns_area .sns_list > li a {
  height: 100px;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
  column-gap: 27px;
  border-radius: 10px;
  box-shadow: 14px 14px 14px rgba(46, 55, 74, 0.15);
}
@media screen and (max-width: 1259px) {
  .isns_area .sns_list > li a {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
}
@media screen and (max-width: 999px) {
  .isns_area .sns_list > li a {
    height: 80px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 475px) {
  .isns_area .sns_list > li a {
    height: 70px;
  }
}
.isns_area .sns_list > li a .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #0f234d;
  font-size: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 1099px) {
  .isns_area .sns_list > li a .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1259px) {
  .isns_area .sns_list > li a img {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .isns_area .sns_list > li a img {
    width: 50px;
    height: auto;
  }
}