@charset "UTF-8";
/*共通*/
* {
  box-sizing: border-box;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-family: "MS PGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p, span {
  font-family: "MS PGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  padding-top: 70px; /* ヘッダーの高さ分余白を作る */
  margin: 0;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

.section__ttl {
  font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
}

.spNon {
  display: block;
}

/*ヘッダー*/
.hamburger {
  display: none; /* PCでは非表示 */
}

#header__bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
}

.header__inner {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
}

.header__logo {
  height: 70%;
  margin-left: 30px;
}

.header__logo img {
  display: inline-block;
  height: 100%;
  object-fit: contain;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  padding: 0 30px 0 0;
  font-size: 20px;
}

/*footer*/
footer {
  width: 100vw;
  overflow-x: hidden;
}

footer img {
  width: 100%;
}

/*----------------------------------------------------------
PC版トップページ
----------------------------------------------------------*/
#top {
  /*fv*/
  /*セクション共通*/
  /*about us*/
  /*service*/
  /*recruit*/
  /*benefits*/
  /*company*/
  /*swiper*/
  /*セミナー*/
  /*交流会*/
  /*説明会*/
}
#top main {
  width: 100vw;
}
#top .fv__inner {
  width: 100vw;
  height: calc(100vh - 70px);
  background-image: url("imgimg/fv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% top;
}
#top .fv__img {
  width: 100%;
}
#top .fv__sp {
  display: none;
}
#top .fv__pc {
  display: block;
}
#top .news__area {
  position: absolute;
  width: 100px;
  bottom: 10%;
  left: clamp(0px, (100vw - 800px) * 0.6666666667, 200px);
}
#top .news__title {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 30px;
  font-weight: 600;
}
#top .news__swiper {
  position: relative;
  left: -70px;
  width: 900px;
}
#top .news__swiper img {
  width: 100%;
}
#top .section__inner {
  display: flex;
  position: relative;
  background-color: #ed6d68; /* ピンク背景 */
  height: 100vh;
}
#top .section__left {
  position: relative;
  flex: 0 0 35%;
  color: transparent;
  z-index: 2;
}
#top .section__right {
  position: relative;
  flex: 0 0 65%;
  background-size: cover;
  background-position: center;
}
#top .section__right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 109, 104, 0.5);
  pointer-events: none;
}
#top .section__txt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
}
#top .section__txt h2 {
  margin: 0;
  font-size: 85px;
}
#top .section__subttl {
  margin-top: 0;
  font-size: 30px;
}
#top .section__txt--head {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
}
#top .section__txt--content {
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  white-space: nowrap;
  font-size: 20px;
}
#top .section__txt--content::before {
  content: "";
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
#top .section__btn {
  position: relative;
  top: 40px;
  color: white;
  font-size: 20px;
  font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
}
#top .section__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url("imgimg/next-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top #about .section__right {
  background-image: url("imgimg/about.png");
}
#top #service .section__inner {
  background-color: #fbe2e1; /* ピンクマスク */
}
#top #service .section__right {
  background-image: url("imgimg/service.jpg");
}
#top #service .section__ttl, #top #service .section__subttl {
  color: red;
}
#top #service .section__txt--content {
  color: #222;
}
#top #service .section__txt--content::before {
  background-color: red;
}
#top #service .section__right::after {
  background-color: rgba(239, 150, 146, 0.8);
}
#top #service .section__btn {
  color: red;
}
#top #recruit .section__right {
  background-image: url("imgimg/fv.jpg");
  background-position: 60% 60%;
}
#top #benefits .section__inner {
  background-color: #fbe2e1; /* 白マスク */
}
#top #benefits .section__right {
  background-image: url("imgimg/benefits.jpg");
}
#top #benefits .section__ttl, #top #benefits .section__subttl {
  color: red;
}
#top #benefits .section__txt--content {
  color: #222;
}
#top #benefits .section__txt--content::before {
  background-color: red;
}
#top #benefits .section__right::after {
  background-color: rgba(239, 150, 146, 0.8);
}
#top #benefits .section__btn {
  color: red;
}
#top #company .section__inner {
  height: 70vh;
}
#top #company .section__txt h2 {
  margin: 0;
  font-size: 40px;
  white-space: nowrap;
}
#top #company .section__subttl {
  margin-top: 0;
  font-size: 23px;
  white-space: nowrap;
}
#top #company .company__name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
}
#top #company .company__address {
  margin: 0;
  white-space: nowrap;
  color: white;
  font-size: 16px;
}
#top #company .company__list li:nth-of-type(2) .company__address {
  margin-bottom: 60px;
}
#top #company .section__right {
  background-image: url("imgimg/company.jpg");
  background-position: 60% 60%;
}
#top #company .company__btn {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
#top #company .company__btn img {
  position: relative;
  left: 5%;
  width: 90%;
}
#top #company .company__btn:nth-of-type(1) {
  transform: translateY(-100%);
}
#top .swiper {
  width: 85%;
  height: 60px;
}
#top .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1.5px solid #5986ab;
  background: #fff;
}
#top .swiper-button-prev,
#top .swiper-button-next {
  height: 40px;
  width: 40px;
}
#top .swiper-button-prev::after,
#top .swiper-button-next::after {
  content: "";
  position: relative;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin: auto;
  width: 40px;
}
#top .swiper-button-prev::after {
  background-image: url("imgimg/next-btn.svg");
  transform: translateY(-50%) rotate(180deg);
}
#top .swiper-button-next::after {
  background-image: url("imgimg/next-btn.svg");
  transform: translateY(-50%);
}
#top .swiper-slide img {
  height: auto;
  width: 100%;
}
#top .news__head {
  display: flex;
  align-items: center;
}
#top .news__icon {
  border-radius: 10px;
  padding: 2px 8px 1px 8px;
  margin: 0 3px 0 0;
  font-size: 11px;
  color: white;
}
#top .icon-seminar {
  background-color: #5ea197;
}
#top .icon-event {
  background-color: #64c6e1;
}
#top .icon-session {
  background-color: #f57f40;
}
#top .news__topic {
  margin: 5px 0 0 2px;
  color: #333333;
  font-size: 11px;
}
#top .news__day {
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
}

/*----------------------------------------------------------
ニュースページ
----------------------------------------------------------*/
.news-page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 70px);
}

#news {
  margin-bottom: 60px;
  /*アイコン*/
  /*セミナー*/
  /*交流会*/
  /*説明会*/
}
#news header {
  position: relative;
  height: 250px;
  margin-bottom: 55px;
  background-image: linear-gradient(rgba(239, 150, 146, 0.5), rgba(239, 150, 146, 0.5)), url("imgimg/news_bg.jpg");
  background-position: 50% 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
#news header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-color: rgba(237, 109, 104, 0.8);
  pointer-events: none;
}
#news header .header-text {
  position: absolute;
  top: 48%;
  left: 15%;
  transform: translateY(-50%);
}
#news header h2 {
  position: relative;
  margin: 0 0 0 20px;
  color: #fff;
  font-size: 40px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  letter-spacing: 3px;
}
#news header p {
  position: relative;
  margin-bottom: 0;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
#news .news__list {
  background: #fff;
}
#news .news__content--inner {
  display: inline-block;
  width: 100%;
}
#news .news__content {
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  /*
  &::after{
    content: "";
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    display: inline-block;
    width:40px;
    height:40px;
    margin-left: 10px;
    background-image: url("imgimg/next-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  &:hover{
    background-color: rgba(237, 109, 104, 0.1);
    transition: 0.5s;
    &::before{
      background-color: transparent;
      transition: 0.5s;
    }
  }*/
}
#news .news__content .news__topic {
  position: relative;
  left: 20px;
  font-weight: bold;
}
#news .news__content .news__topic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-65%);
  width: 10px;
  height: 10px;
  background-color: rgb(237, 109, 104);
}
#news .news__content .news__text {
  margin-bottom: 0;
}
#news .news__content .news__day {
  margin-top: 2px;
}
#news .news__content::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -5px;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #777;
}
#news .news__head {
  display: flex;
  align-items: center;
}
#news .news__icon {
  border-radius: 10px;
  padding: 2px 8px 1px 8px;
  margin: 0 0 0 10px;
  font-size: 11px;
  color: white;
}
#news .icon-seminar {
  background-color: #5ea197;
}
#news .icon-event {
  background-color: #64c6e1;
}
#news .icon-session {
  background-color: #f57f40;
}
#news .news__topic {
  margin: 15px 0 0 0;
  color: #333333;
  font-size: 18px;
}
#news .news__day {
  margin-top: 3px;
  font-size: 15px;
  font-weight: bold;
}
#news .news__link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 30px;
  border: 1px solid #ed6d68; /* 枠線の色 */
  border-radius: 9999px; /* 丸み（大きな値で左右丸に） */
  color: #ed6d68; /* 文字色 */
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
#news .news__link:hover {
  background-color: #ed6d68; /* ホバー時の背景色 */
  color: #fff; /* 文字を白に */
}

/*----------------------------------------------------------
スマホ版
 ----------------------------------------------------------*/
@media all and (max-width: 800px) {
  /*スマホ版非表示*/
  .spNon {
    display: none;
  }
  /*ハンバーガーメニュー*/
  body {
    padding-top: 50px;
  }
  .header__inner {
    height: 50px;
  }
  #header__bar {
    height: 50px;
  }
  .header__logo {
    margin-left: 10px;
  }
  .nav-list {
    position: fixed;
    top: 30px; /* ヘッダーの下に出す */
    right: 0;
    width: 70%;
    max-width: 180px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    padding: 20px;
    transform: translateX(100%); /* 初期状態：右に隠す */
    transition: none; /* 初期状態は transition なし */
    opacity: 0;
  }
  .nav-list.open {
    transform: translateX(0); /* ハンバーガー押されたら表示 */
    opacity: 1;
  }
  .nav-list li {
    flex: 0 0 10%;
    margin: 15px 0;
    font-size: 20px;
  }
  .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex; /* SPでは表示 */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    margin-right: 20px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
  }
  /*----------------------------------------------------------
  トップページ（スマホ版）
  ----------------------------------------------------------*/
  #top {
    /*セクションを縦並びに*/
    /*fv*/
    /*service*/
    /*swiperスマホ*/
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /*company*/
  }
  #top .section__inner {
    flex-direction: column;
  }
  #top .section__left {
    flex: 0 0 auto;
    padding-top: 10px;
    padding-bottom: 70px;
  }
  #top .section__right {
    flex: 1 1 auto;
  }
  #top .section__txt {
    position: relative;
    left: 5%;
    width: 90%;
    margin-top: 10px;
    color: white;
  }
  #top .section__txt h2 {
    margin: 0;
    font-size: 50px;
  }
  #top .section__subttl {
    margin-top: 0;
    font-size: 20px;
  }
  #top .section__txt--head {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
  }
  #top .section__txt--content {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left: 15px;
    white-space: normal;
    font-size: 15px;
    font-weight: bold;
  }
  #top .section__btn {
    top: 30px;
  }
  #top .fv__inner {
    height: calc(100vh - 50px);
    background-position: 71% top;
  }
  #top #service .section__right::after, #top #benefits .section__right::after {
    background-color: rgba(252, 206, 205, 0.4);
  }
  #top .swiper {
    width: 97%;
    height: 80px;
  }
  #top .news__swiper {
    position: relative;
    left: 0;
    width: 100vw;
    margin: 0 auto;
  }
  #top .news__area {
    bottom: 12%;
    width: 100%;
    left: auto;
  }
  #top .news__title {
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600;
  }
  #top .swiper-button-prev,
  #top .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  #top .swiper-button-prev::after,
  #top .swiper-button-next::after {
    top: 180%;
    height: 40px;
    width: 40px;
  }
  #top .swiper-button-prev::after {
    left: calc(50vw - 70px);
    transform: rotate(180deg);
  }
  #top .swiper-button-next::after {
    right: calc(50vw - 70px);
    transform: translateY(0%);
  }
  #top #company .section__left {
    padding-bottom: 0;
  }
  #top #company .section__inner {
    height: 100%;
  }
  #top #company .section__txt {
    top: auto;
    transform: translateY(0%);
  }
  #top #company .section__txt h2 {
    margin: 0;
    font-size: 40px;
    white-space: normal;
  }
  #top #company .section__subttl {
    margin-top: 0;
    font-size: 20px;
    white-space: normal;
  }
  #top #company .company__name {
    margin-bottom: 0;
    font-size: 20px;
    white-space: normal;
  }
  #top #company .company__address {
    margin: 0;
    white-space: normal;
    font-size: 16px;
  }
  #top #company .section__right {
    padding: 30px 0px;
  }
  #top #company .company__btn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  #top #company .company__btn img {
    left: auto;
    width: 90%;
  }
  #top #company .company__btn:nth-of-type(1) {
    transform: translateY(0%);
    margin-bottom: 20px;
  }
  /*----------------------------------------------------------
  スマホ版ニュースページ
  ----------------------------------------------------------*/
  #news header {
    margin-bottom: 20px;
    height: 100px;
    background: linear-gradient(rgba(237, 109, 104, 0.8), rgba(237, 109, 104, 0.8)), url("imgimg/news_bg.jpg");
    background-size: cover; /* or contain, 100% auto, etc. */
    background-position: 20% 40%;
  }
  #news header::before {
    display: none;
  }
  #news .news__content {
    position: relative;
    width: 90%;
  }
  #news .news__content .news__topic::before {
    top: 8px;
    transform: translateY(0);
  }
  #news .news__link {
    display: block;
    margin: 15px auto 0 auto;
    width: fit-content;
  }
  #news .header-text {
    top: 40% !important;
    left: auto !important;
    width: 100%;
    text-align: center;
  }
  #news .header-text p, #news .header-text h2 {
    margin-left: 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  #news .header-text h2 {
    font-size: 30px;
  }
}
