@charset "utf-8";

/* 基本設定 */
.pc {}

.sp {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  width: 100%;
  font-family:
    YakuHanJP,
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    Verdana,
    Meiryo,
    sans-serif;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}

img {
  width: 100%;
  height: auto;
}

main {
  padding-top: 80px;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 15px;
}

.flx {
  display: flex;
}

a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.9;
}

/* ヘッダー */
header {
  width: 100%;
}

header .head {
  justify-content: space-between;
  width: 100%;
  padding: 30px;
}

.head-logo {
  width: 100%;
  max-width: 205px;
}

/* ハンバーガーメニュー */
.ham-nav {
  margin: 0;
  padding: 0;
}

.hamburger {
  display: block;
  position: absolute;
  z-index: 2500;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 55px;
  padding-bottom: 25px;
  text-align: center;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  transition: 0.3s ease-in-out;
  background: #231815;
  text-align: right;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 14px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

.hamburger span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1;
  text-transform: uppercase;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #fff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #fff;
}

.hamburger.active span:nth-of-type(3) {}

.hamburger.active span:nth-of-type(3)::after {
  top: 19px;
  left: 30%;
  transform: translateY(0) rotate(-30deg);
  color: #fff;
}

/* ハンバーガーメニューリスト */
.menu-lists {
  display: flex;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 50px 0 0;
  transform: translateX(100%);
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.menu-lists ul {
  position: relative;
  flex-direction: column;
  /* padding-top: 5%; */
  width: 60%;
  margin: 0 auto;
}

.menu-lists ul li {
  position: relative;
  /* margin-bottom: 30px; */
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.menu-lists ul li:last-child {
  border-bottom: 1px solid #fff;
}

.menu-lists ul li span {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}

.menu-lists ul li a {
  display: block;
  height: 18%;
  padding: 15px 15px 15px 0;
  color: #fff;
  letter-spacing: 2px;
}

.menu-lists.active {
  transform: translateX(0%);
}

/* ----------------トップのヘッダー---------------- */
header .top-head {
  padding: 0;
}

/* ヘッダーおわり */

/* 各ページタイトル設定 */
.page-title {
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: center;
}

.page-title img {
  width: auto;
  max-height: 78px;
  margin-bottom: 30px;
}

/* 企業検索タイトルのみ */
.company .page-title img {
  max-height: 103px;
  margin-bottom: 25px;
}

.page-title p {
  position: relative;
  padding-top: 25px;
  color: #237abf;
  font-weight: bold;
}

.page-title p::before {
  content: "";
  position: absolute;
  bottom: 54px;
  left: 50%;
  width: 22px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #237abf;
}

/* -------------------------------------------------------- */
/* コンポーネント */
.c-section-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    row-gap: 10px;
  }
}

.c-section-title img {
  display: inline-block;
  width: 505px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-section-title img {
    width: 309px;
    width: clamp(19.313rem, 7.624rem + 49.87vw, 31.563rem);
  }
}

.c-section-title p {
  font-size: 17px;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  .c-section-title p {
    font-size: 12px;
  }
}

/* トップページ */
.bg-grey {
  background-color: #dee2e5;
}

#top-main {
  padding: 0;
}

#fv {
  position: relative;
}

.fv__scroll-down {
  position: absolute;
  z-index: 1;
  bottom: max(30px, 4.2%);
  left: 50%;
  width: auto;
  height: 8.14814815%;
  min-height: 88px;
  transform: translate(-50%, 0);
}

.fv__scroll-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}

.fv__scroll-down a {
  display: block;
  width: 100%;
  height: 100%;
}

.fv__scroll-down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 55px;
  background: #ddd;
}

.fv__scroll-down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 55px;
  background: #474747;
}

.fv__scroll-down a:hover {
  opacity: .5;
}

.fv__scroll-down a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.fv__scroll-down a img {
  display: block;
  width: 61px;
  height: 9px;
}

/* プロジェクトについて */
#about {
  position: relative;
  padding: 215px 20px 180px;
  overflow: hidden;
  color: #231815;
  font-weight: bold;
  text-align: center;
}

#about::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(./images/2025/top/top-about-bg.png) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  #about::after {
    background-image: url(./images/2025/top/top-about-bg_sp.png);
  }
}

.about-inner {
  position: relative;
  z-index: 1;
}

#about .page-title {
  position: relative;
}

#about .page-title img {
  margin-bottom: 48px;
}

#about .page-title p::before {
  bottom: 45px;
}

#about h2 {
  margin-top: 45px;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
}

#about .about-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 2.54823529;
  letter-spacing: 1px;
}

/* 企業情報検索 */
.company {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ea5f6c;
}

.company__link {
  display: flex;
  width: 1840px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .company__link {
    display: block;
  }
}

.gray-back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(800 / 1800 * 100%);
  padding-left: calc(100 / 1800 * 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .gray-back {
    width: 100%;
    padding-left: 0;
  }
}

.gray-back .page-title {
  margin-right: 0;
  margin-bottom: 70px;
  margin-left: 0;
  text-align: left;
}

.gray-back .page-title img {
  max-height: 103px;
  margin-bottom: 0;
}

.gray-back .page-title p {
  padding-top: 20px;
}

.gray-back .page-title p::before {
  bottom: 45px;
  left: 11px;
}

.gray-back h2 {
  margin-top: 43px;
  font-size: 32px;
  letter-spacing: 2.5px;
  line-height: 1;
}

.gray-back .about-text {
  margin-top: 22px;
  font-size: 17px;
  letter-spacing: 0.9px;
  line-height: 2.31294118;
}

#company-bnr .gray-back .arrow-top,
#company-bnr .gray-back .arrow-top2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#company-bnr .gray-back .arrow-top2 {
  right: 8%;
  opacity: 0;
}

#company-bnr:hover .gray-back .arrow-top {
  animation: arrowbefore 0.5s;
}

#company-bnr:hover .gray-back .arrow-top2 {
  animation: arrowafter 0.5s;
}

@keyframes arrowbefore {
  100% {
    right: 1%;
    opacity: 0;
  }
}

@keyframes arrowafter {
  99% {
    right: 5%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.com-bnr-img {
  /* height: 728px;
  background-image: url("./images/2025/top/top-company-img.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; */
  width: calc(1000 / 1800 * 100%);
}

@media screen and (max-width: 1080px) {
  .com-bnr-img {
    width: 100%;
    margin-top: 30px;
  }
}

/* 特集 */
#feature {
  padding-top: 120px;
  padding-bottom: 70px;
  /* color: #237abf; */
  font-weight: bold;
}

.feature__section-title {
  text-align: center;
}

.feature-box {
  justify-content: space-between;
  padding: 5% 0;
}

.f-left {
  width: 46%;
  max-width: 490px;
}

.f-left:nth-of-type(2),
.f-left:nth-of-type(4) {
  margin-right: -50px;
}

.f-left img {
  max-width: 357px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.feature-box:nth-child(2) .f-left img {
  max-width: 474px;
  margin-top: 100px;
}

.feature-box:nth-child(4) .f-left img {
  max-width: 400px;
  margin-top: 100px;
}

.feature-box:nth-child(3) .f-left img {
  max-width: 484px;
  margin-top: 110px;
}

.f-right {
  display: flex;
  align-items: flex-end;
  width: 50%;
}

.f-right img {
  width: 700px;
}

.feature-box:nth-child(2) .f-right img,
.feature-box:nth-child(4) .f-right img {
  margin-left: -150px;
}

.f-catch {
  margin-bottom: 30px;
  line-height: 1.8;
}

.f-catch span {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
}

.f-text {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.feature-box:nth-child(2) .f-text {
  margin-bottom: 110px;
}

.feature-box:nth-child(3) .f-text {
  margin-bottom: 80px;
}

.feature-box:nth-child(4) .f-text {
  margin-bottom: 180px;
}

.f-left a {
  position: relative;
  font-size: 22px;
  letter-spacing: 2px;
}

.f-left a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background-color: #000;
}

.f-left a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1430px) {
  .f-right img {
    width: 600px;
  }

  .feature-box:nth-child(2) .f-right,
  .feature-box:nth-child(4) .f-right {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1220px) {
  .f-right img {
    width: 100%;
  }

  .f-left img {
    max-width: 250px;
  }

  .feature-box:nth-child(2) .f-left img {
    max-width: 367px;
    margin-right: 0;
  }

  .feature-box:nth-child(3) .f-left img {
    max-width: 377px;
  }

  .feature-box:nth-child(4) .f-left img {
    max-width: 320px;
    margin-right: 0;
  }

  .f-left:nth-of-type(2) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1050px) {
  .f-right img {
    width: 100%;
  }

  .f-left img {
    max-width: 180px;
    margin-bottom: 40px;
  }

  .feature-box:nth-child(2) .f-left img {
    max-width: 280px;
  }

  .feature-box:nth-child(3) .f-left img {
    max-width: 290px;
  }

  .feature-box:nth-child(4) .f-left img {
    max-width: 250px;
  }
}

@media screen and (max-width: 930px) {
  .f-left img {
    max-width: 150px;
    margin-bottom: 30px;
  }

  .feature-box:nth-child(2) .f-left img {
    max-width: 210px;
  }

  .feature-box:nth-child(3) .f-left img {
    max-width: 230px;
  }

  .feature-box:nth-child(4) .f-left img {
    max-width: 190px;
  }

  .f-catch {
    margin-bottom: 15px;
  }

  .f-catch span {
    font-size: 20px;
  }
}

/* 先輩のホンネ */
#honne-bnr {
  padding: 100px 20px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #honne-bnr {
    padding: 20px 20px 20px;
  }
}

#honne-bnr a {
  display: inline-block;
  width: calc(1400 / 1920 * 100%);
}

@media screen and (max-width: 768px) {
  #honne-bnr a {
    width: 100%;
  }
}

/* #honne-bnr a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  width: 38px;
  height: 70px;
  transform: translateY(-50%);
  background: url(./images/2024/common/com-icon-arrow-ble-02.svg) no-repeat center center;
  background-size: 100% auto;
} */

/* お知らせ */
#news {
  position: relative;
  z-index: 2;
  padding: 140px 0 120px;
}

#news .page-title {
  margin-bottom: 60px;
}

.news__inner {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.new__box {
  margin-top: 40px;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .new__box {
    padding: 30px 20px;
  }
}

.news-list dl {
  position: relative;
  border-bottom: 2px dotted #231815;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.news-list dl a {
  display: block;
  padding: 40px 0;
  color: #231815;
}

.news-list dl:first-child {
  border-top: 1px solid #231815;
}

.news-list dl:last-child {
  border-bottom: 1px solid #231815;
}

.news-list dt {
  float: left;
}

.news-list dd {
  margin-left: 115px;
  padding-right: 35px;
}

.news-list dl img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.all {
  margin-top: 40px;
  color: #231815;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.all a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.all a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
  width: 16px;
  height: 20px;
  background: url("./images/2025/common/icon-arrow_black.svg") no-repeat center center / contain;
}

/* メッセージ */
#message {
  position: relative;
  z-index: 1;
  margin-top: -195px;
  padding-top: 195px;
  padding-bottom: 335px;
  overflow: hidden;
}

.message-inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 830px;
  background: url(./images/2024/common/com-bg-marble.jpg) no-repeat center center;
  background-size: cover;
  color: #237abf;
}

.message-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: calc(50% + 73px);
  left: calc(50% + 249px);
  width: 810px;
  height: 1365px;
  transform: translate(-50%, -50%);
  background: url(./images/2024/top/top-message-bg.png) no-repeat center top;
  background-size: auto 100%;
}

.message-box {
  margin-top: 10px;
  margin-left: -450px;
}

.message-title {
  transform: scale(0.8, 1);
  transform-origin: top left;
  font-size: 60px;
  letter-spacing: -5px;
  line-height: 1;
  white-space: nowrap;
}

.message-text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.5;
}

.message-text+.message-text {
  margin-top: 25px;
}

/* ガイドブック */
#guidebook {
  position: relative;
  z-index: 2;
  /* margin-top: -335px; */
  padding: 80px 0 90px;
}

#guidebook {
  /* color: #237abf; */
}

#guidebook .page-title {
  margin-bottom: 30px;
}

.guide-book__inner {
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.guide-book__section-title {
  text-align: center;
}

.guide-text {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

.guide-imgs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .guide-imgs {
    justify-items: center;
  }
}

.guide-imgs img {
  /* width: auto;
  height: 480px; */
}

@media screen and (max-width: 768px) {
  .guide-imgs img:nth-child(1) {
    width: 50%;
  }
}

.guide-pdf {
  /* max-width: 470px; */
  /* margin: 100px auto 0; */
  margin-top: 48px;
  text-align: center;
}

.guide-pdf a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 90px;
  background-color: #ea5f6c;
  /* box-shadow: 4px 4px 0 0 #f4b6d0; */
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-pdf a {
    width: 320px;
    height: 60px;
    font-size: 16px;
  }
}

.guide-pdf a img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* New message */
.p-message {
  padding-top: 140px;
  padding-bottom: 155px;
  background: url(./images/2025/top/top-message-bg.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  .p-message {
    padding-top: 80px;
    padding-bottom: 110px;
    background: url(./images/2025/top/top-message-bg_sp.jpg) no-repeat center center / cover;
  }
}

.p-message__inner {
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-message__section-title {
  text-align: center;
}

.p-message__box {
  margin-top: 50px;
  text-align: center;
}

.p-message__text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 13px;
    line-height: 2.14;
  }
}

.p-message__text+.p-message__text {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-message__text+.p-message__text {
    margin-top: 28px;
  }
}



/* -------------------------------------------------------- */

/* フッター */
.foot {
  padding: 85px 20px 90px;
  /* background: url(./images/2024/common/com-bg-marble.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #237abf; */
  background-color: #dee2e5;
  font-weight: bold;
  text-align: center;
}

.foot-logo-title {
  margin: 55px 0 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.access {
  margin-bottom: 30px;
  line-height: 1.8;
}

.foot-remark {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.copy small {
  font-size: 14px;
}

.foot img {
  max-width: 395px;
}

#com-btn {
  position: fixed;
  z-index: 1000;
  right: 2%;
  bottom: 5%;
  width: 100%;
  max-width: 220px;
}

#com-btn a {
  display: block;
  width: 100%;
  opacity: 1;
}

#com-btn a:hover {
  opacity: 1;
}

/* 追加 2024.02.07 */
.archive-feature,
.single-feature {
  padding-top: 0;
}

.feature__inner {
  width: 1110px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.feature__content {
  margin-top: 50px;
}

.feature__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 80px;
}


.feature__item {}

.card {
  color: #231815;
}

.card__link {
  display: block;
}

.card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 510 / 320;
}

.card__img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
  z-index: 1;
  width: 53px;
  height: 45px;
  background: url("./images/2025/common/icon-more.svg") no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .card__img::after {
    width: 25px;
    height: 20px;
  }
}

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

.card__title {
  margin-top: 12px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

.card__text {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.55;
}

.card__label {
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.feature__link {
  margin-top: 95px;
  text-align: center;
}

.feature__link a {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.feature__link a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 13.5px;
  height: 13.5px;
  transform: translateY(-50%);
  background: url("./images/2024/common/com-icon-arrow-ble-03.svg") no-repeat center center / contain;
}

/* narrow device */
@media screen and (max-width: 1120px) {

  /* ガイドブック */
  .guide-imgs {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 1080px) {

  /* プロジェクトについて */
  #about::before,
  #about::after {
    /* content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%; */
  }

  #about::before {
    left: calc(50% - 367px);
    transform: translateX(-50%);
    background-position: right top;
  }

  #about::after {
    /* left: calc(50% + 367px);
    transform: translateX(-50%);
    background-position: left bottom; */
  }

  /* 企業情報検索 */
  #company-bnr a {
    display: block;
  }

  .com-bnr-box {
    width: 100%;
  }

  .gray-back {
    /* padding: 60px 15px; */
  }

  .com-bnr-img {
    /* height: auto;
    aspect-ratio: 1080/820; */
  }

  /* 先輩のホンネ */
  #honne-bnr a {
    /* height: auto; */
    /* aspect-ratio: 1080/460; */
  }

  #honne-bnr a::after {
    /* right: 40px;
    width: 29px;
    height: 52px; */
  }

  /* メッセージ */
  .message-inner::after {
    left: calc(50% + 349px);
  }

  .message-box {
    margin-left: -250px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /* ヘッダー */
  header .head {
    padding: 15px;
  }

  header .top-head {
    padding: 0;
  }

  .head-logo {
    max-width: 150px;
  }

  .hamburger {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 30px;
  }

  .hamburger span {
    width: 40px;
    height: 2px;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 10px;
  }

  .hamburger span:nth-child(3) {
    top: 20px;
  }

  .hamburger span:nth-of-type(3)::after {
    top: 10px;
    left: 51%;
    font-size: 12px;
    letter-spacing: 2px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 10px;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-of-type(3) {
    top: 10px;
  }

  .hamburger.active span:nth-of-type(3)::after {
    top: 15px;
    left: 26%;
  }

  /* ハンバーガーメニューリスト */
  .menu-lists {
    align-items: flex-start;
  }

  .menu-lists ul {
    width: 80%;
    margin-top: 30px;
  }

  .menu-lists ul li {
    font-size: 15px;
  }

  .menu-lists ul li span {
    right: 15px;
  }

  /* 各ページタイトル設定 */
  .page-title {
    margin: 0 auto 25px;
  }

  .page-title img {
    max-height: 50px;
    margin-bottom: 18px;
  }

  /* 企業検索タイトルのみ */
  .company .page-title img {
    max-height: 66px;
    margin-bottom: 3px;
  }

  .page-title p::before {
    bottom: 40px;
  }

  /* -------------------------------------------------------- */
  /* トップページ */
  #fv {
    /* min-height: 500px; */
  }

  .main-logo img {
    /* top: calc(50% - 10px); */
  }

  .scrool img {
    bottom: max(15px, 3%);
    min-height: 40px;
  }

  .fv__scroll-down {
    bottom: max(20px, 3%);
    height: 6%;
    min-height: 60px;
  }

  .fv__scroll-down a:before,
  .fv__scroll-down a:after {
    height: 40px;
  }

  .fv__scroll-down a img {
    width: 45px;
    height: 7px;
  }

  /* プロジェクトについて */
  #about {
    padding: 220px 15px 180px;
  }

  #about::before {
    left: calc(50% - 319px);
  }

  #about::after {
    /* left: calc(50% + 319px); */
  }

  #about .page-title img {
    margin-bottom: 18px;
  }

  #about .page-title p::before {
    bottom: 40px;
  }

  #about h2 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.3;
  }

  #about .about-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2.14;
  }

  /* 企業情報検索 */
  .gray-back {
    /* padding: 55px 15px; */
  }

  .gray-back .page-title {
    margin-bottom: 25px;
  }

  .gray-back .page-title img {
    max-height: 71px;
    margin-bottom: -5px;
  }

  .gray-back .page-title p {
    padding-top: 20px;
  }

  .gray-back .page-title p::before {
    bottom: 40px;
  }

  .gray-back h2 {
    margin-bottom: 15px;
    font-size: 26px;
    letter-spacing: 3.5px;
  }

  .gray-back .about-text {
    font-size: 14px;
    line-height: 2.1;
  }

  #company-bnr .gray-back .arrow-top {
    right: 20px;
    width: 21px;
  }

  #company-bnr .gray-back .arrow-top2 {
    display: none;
  }

  /* 特集 */
  #feature {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .feature__content {
    margin-top: 25px;
  }

  .feature__items {
    row-gap: 40px;
  }

  .card__title {
    margin-top: 10px;
    font-size: 12px;
  }

  .card__text {
    font-size: 13px;
  }

  .feature__link {
    margin-top: 35px;
  }

  .feature__link a {
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .feature__link a::after {
    width: 13px;
    height: 13px;
  }

  .f-right {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }

  .f-right img {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 5%;
  }

  .f-catch {
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
  }

  .feature-box:nth-of-type(2) .f-left .f-catch {
    margin-bottom: 15%;
  }

  .feature-box:nth-of-type(3) .f-left .f-catch {
    margin-bottom: 13%;
  }

  .feature-box:nth-of-type(4) .f-left .f-catch {
    margin-bottom: 15%;
  }

  .feature-box:nth-child(2) .f-text,
  .feature-box:nth-child(3) .f-text,
  .feature-box:nth-child(4) .f-text {
    margin-bottom: 20px;
  }

  .f-left a {
    display: block;
    font-size: 18px;
    text-align: right;
  }

  /* .f-left a {
      font-size: 22px;
      letter-spacing: 2px;
      position: relative;
  } */
  .f-left a::after {
    display: none;
  }

  .f-text {
    margin-bottom: 20px;
  }

  /* 先輩のホンネ */
  #honne-bnr a::after {
    /* right: 20px;
    width: 19px;
    height: 33px; */
  }

  /* お知らせ */
  #news {
    padding: 55px 0 55px;
  }

  #news .page-title {
    margin-bottom: 25px;
  }

  .news-list dl {
    font-size: 14px;
  }

  .news-list dl a {
    padding: 20px 0;
  }

  .news-list dd {
    margin-left: 85px;
    padding-right: 25px;
  }

  .news-list dl img {
    right: 10px;
  }

  .all {
    margin-top: 15px;
    font-size: 16px;
  }

  /* メッセージ */
  #message {
    margin-top: -95px;
    padding-top: 95px;
    padding-bottom: 215px;
  }

  .message-inner {
    height: 450px;
  }

  .message-inner::after {
    top: calc(50% + 55px);
    left: calc(50% + 149px);
    width: 440px;
    height: 748px;
  }

  .message-box {
    margin-top: 0;
    margin-left: -240px;
  }

  .message-title {
    font-size: 40px;
    letter-spacing: -3px;
  }

  .message-text {
    margin-top: 25px;
    font-size: 13px;
    line-height: 2.3;
  }

  .message-text+.message-text {
    margin-top: 15px;
  }

  /* ガイドブック */
  #guidebook {
    /* margin-top: -215px; */
    padding: 55px 0;
  }

  #guidebook .page-title {
    margin-bottom: 25px;
  }

  .guide-text {
    margin-bottom: 30px;
  }

  .guide-imgs {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 35px;
    gap: 30px;
  }

  .guide-imgs img {
    /* height: 62.745vw; */
  }

  .guide-pdf {
    margin-top: 35px;
    font-size: 16px;
  }

  .guide-pdf a {
    padding: 15px;
  }

  .guide-pdf img {
    right: 15px;
    width: 7px;
  }

  /* -------------------------------------------------------- */

  /* フッター */
  .foot {
    padding-top: 35px;
    padding-bottom: 90px;
  }

  .foot img {
    max-width: 250px;
  }

  .foot-logo-title {
    margin: 30px 0 20px;
    font-size: 17px;
  }

  .access {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .copy {
    line-height: 1.5;
  }

  .copy small {
    font-size: 10px;
  }

  #com-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 55px;
    /* background-color: #237abf; */
    /* gap: 10px 10px; */
  }

  #com-btn a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #com-btn a::after {
    /* content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    background: url(./images/2024/common/com-icon-arrow-wht-01.svg) no-repeat center center;
    background-size: cover; */
  }

  #com-btn img {
    /* width: auto; */
    /* height: 20px; */
  }
}

@media screen and (max-width: 590px) {

  /* メッセージ */
  .message-inner::after {
    left: calc(50% + 219px);
  }

  .message-box {
    margin-left: -100px;
  }
}

@media screen and (max-width: 481px) {

  /* -------------------------------------------------------- */
  /* トップページ */
  #fv {
    /* height: 100vh; */
  }

  .fv__scroll-down {
    bottom: max(15px, 2.5%);
    height: 5%;
    min-height: 50px;
  }

  .fv__scroll-down a:before,
  .fv__scroll-down a:after {
    height: 35px;
  }

  .fv__scroll-down a img {
    width: 38px;
    height: 6px;
  }

  /* プロジェクトについて */
  #about::before {
    left: calc(50% - 259px);
  }

  #about::after {
    /* left: calc(50% + 259px); */
  }

  /* 企業情報検索 */
  #company-bnr .gray-back .arrow-top {
    right: 10px;
    width: 16px;
  }

  /* 特集 */
  .feature__items {
    column-gap: 25px;
    row-gap: 25px;
  }

  .feature__link {
    margin-top: 25px;
  }

  /* メッセージ */
  #message {
    margin-top: -96px;
    padding-top: 96px;
    padding-bottom: 187px;
  }

  .message-inner {
    height: 404px;
  }

  .message-inner::after {
    top: calc(50% + 45px);
    left: calc(50% + 199px);
    width: 410px;
    height: 688px;
  }

  .message-box {
    margin-left: -55px;
  }

  .message-title {
    font-size: 35px;
  }

  .message-text {
    font-size: 11px;
  }

  /* ガイドブック */
  #guidebook {
    /* margin-top: -187px; */
  }

  .guide-text {
    margin-bottom: 25px;
    font-size: 12px;
  }

  .guide-imgs {
    margin-bottom: 30px;
    gap: 25px;
  }

  .guide-imgs img {
    /* height: 62.745vw; */
  }

  .guide-pdf {
    margin-top: 30px;
  }
}

@media screen and (max-width: 481px) and (min-height: 600px) {
  .main-logo img {
    /* height: 420px; */
  }
}

@media screen and (max-width: 360px) {

  /* メッセージ */
  .message-inner::after {
    left: calc(50% + 220px);
  }

  .message-box {
    margin-left: -10px;
  }
}

/* Uターンしたリアルと本音 */
@media screen and (min-width: 1024px) {
  .uturnlist .interviewer {
    width: 21%;
    margin: 0 2% 80px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .uturnlist .interviewer {
    width: 30%;
    margin: 0 1.5% 80px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  main.uturn_page .catch p {
    position: absolute;
    bottom: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .uturnlist .interviewer {
    width: 48%;
    margin: 0 1% 80px;
    text-align: center;
  }

  main.uturn_page .catch p {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
  }
}

main.uturn_page .catch {
  position: relative;
  padding-bottom: 80px;
}

main.uturn_page .catch img {
  width: 100%;
}

section.interview_coner {
  padding: 120px 0 40px;
  background-color: #cae4e3;
}

.uturnlist {
  display: flex;
  flex-wrap: wrap;
}

.uturnlist a.interviewer {
  overflow: hidden;
}

.uturnlist a.interviewer img {
  transform: scale(1, 1);
  transition: 1s all;
}

.uturnlist a.interviewer:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.uturnlist .fromarea {
  margin-top: 20px;
}

.uturnlist .toarea {
  display: inline;
  padding: 0 10px 5px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.uturnlist .name {
  margin-top: 10px;
}

/* Uターンしたリアルと本音 詳細ページ */
@media screen and (min-width: 768px) {
  #single-uturn h2 {
    margin: 0 auto 80px;
    font-size: 2.8rem;
    line-height: 2rem;
  }

  #single-uturn .area {
    margin: 0 0 50px;
    font-size: 2rem;
  }

  #single-uturn .area span {
    font-size: 2.5rem;
  }

  #single-uturn .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #single-uturn .profile .photo {
    width: 45%;
  }

  #single-uturn .profile .profile_box {
    width: 50%;
    padding: 20px 0 80px;
    text-align: left;
  }

  #single-uturn .pagenation .post__pagination__left,
  #single-uturn .pagenation .post__pagination__right {
    display: inline-block;
    width: 30px;
    margin: 0 30px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #single-uturn h2 {
    margin: 0 auto 40px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  #single-uturn .area {
    margin: 0 0 40px;
    font-size: 1.3rem;
  }

  #single-uturn .area span {
    font-size: 1.6rem;
  }

  #single-uturn .profile .profile_box {
    padding: 20px 0 80px;
    text-align: left;
  }

  #single-uturn .pagenation .post__pagination__left,
  #single-uturn .pagenation .post__pagination__right {
    display: inline-block;
    width: 30px;
    margin: 0 10px;
    vertical-align: middle;
  }
}

section.main_profile {
  text-align: center;
}

#single-uturn h2 {
  display: inline-block;
  padding: 0 15px;
  background: linear-gradient(transparent 75%, #68b8bf 75%);
}

#single-uturn .area {
  text-align: center;
}

#single-uturn .profile .profile_box .name {
  font-size: 1.5rem;
}

#single-uturn .profile .profile_box .name span {
  font-size: 1.3rem;
}

#single-uturn .profile .profile_box .respo {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

section.another_story {
  padding: 50px 0 0;
  background-color: #cae4e3;
}

section.another_story h3 {
  display: inline-block;
  margin-bottom: 30px;
  background: linear-gradient(transparent 0%, #f9d3d4 0%);
}

section.another_story p {
  margin: 0 0 80px;
}

section.another_story p.another_image {
  margin: 0 0 -50px;
}

#single-uturn .pagenation {
  margin-top: -100px;
  padding: 200px 0 50px;
  background-color: #fff;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; */
  text-align: center;
}

#single-uturn .pagenation .uturnlist {
  display: inline-block;
  margin: 0 30px;
  background-color: #68b8bf;
  vertical-align: middle;
}

#single-uturn .pagenation .uturnlist a {
  padding: 10px 60px;
  color: #fff;
  font-size: 1.3rem;
}

/* 追加 single-feature */
.single-feature {
  width: 1120px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.single-feature__content {}

.single-feature__title {
  font-size: 42px;
}

.single-feature__section {
  margin-top: 60px;
}

.section {}

.section__items {}

.section__item {}

.section__img {}

.section__title {
  margin-top: 30px;
  font-size: 28px;
}

.section__sub-title {
  font-size: 24px;
}

.section__text {
  margin-top: 10px;
  font-size: 15px;
}

.section__block {
  margin-top: 50px;
}

.section__wrap {
  display: flex;
}

.section__icon {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

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

.section__box {
  width: calc(100% - 180px);
  padding-left: 20px;
}