@charset "UTF-8";
/*
Theme Name: IK-NET
Description: IK-NET株式会社のオリジナルWordPressテーマ
Version: 1.0.0
Author: IK-NET
*/
/* =======================================================
  Liquid Pixel
  widthの比率で拡大縮小
========================================================= */
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #222;
}

body {
  width: 100%;
  min-width: calc(1440px / 1440 * 100vw);
  overflow-x: hidden;
}

.header {
  width: 100%;
  height: calc(110 / 1440 * 100vw);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header__container {
  width: 100%;
  max-width: calc(1440px / 1440 * 100vw);
  margin: 0 auto;
  padding: 0 calc(40 / 1440 * 100vw);
  height: calc(110 / 1440 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: calc(170 / 1440 * 100vw);
  height: calc(30 / 1440 * 100vw);
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
}
.header__nav ul,
.header__nav .header__nav-list {
  display: flex;
  gap: calc(24 / 1440 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header__nav li {
  margin: 0;
}
.header__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(12 / 1440 * 100vw);
  color: #333;
  text-decoration: none;
  letter-spacing: calc(1.2 / 1440 * 100vw);
  transition: color 0.2s;
  line-height: 1;
}
.header__nav a:hover {
  color: #3235B4;
}
.header__actions {
  display: flex;
  gap: calc(15 / 1440 * 100vw);
}
.header__mobile-controls {
  display: none;
  align-items: center;
  gap: calc(15 / 393 * 100vw);
}
.header__mobile-entry {
  width: calc(90 / 393 * 100vw) !important;
  height: calc(40 / 393 * 100vw) !important;
  font-size: calc(12 / 393 * 100vw) !important;
  border-radius: calc(20 / 393 * 100vw) !important;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: calc(24 / 393 * 100vw);
  height: calc(18 / 393 * 100vw);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: calc(2 / 393 * 100vw);
  background: #333;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header__hamburger span:nth-child(1) {
  transform: translateY(0) rotate(0deg);
}
.header__hamburger span:nth-child(2) {
  opacity: 1;
}
.header__hamburger span:nth-child(3) {
  transform: translateY(0) rotate(0deg);
}
.header__hamburger.active span:nth-child(1) {
  transform: translateY(calc(8 / 393 * 100vw)) rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  transform: translateY(calc(-8 / 393 * 100vw)) rotate(-45deg);
}
.header__mobile-controls {
  display: none;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .header__mobile-controls {
    display: flex;
  }
}
.header__mobile-controls .header__mobile-entry {
  width: 120px;
  height: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 20px;
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.header__hamburger.active span:first-child {
  transform: rotate(45deg) translate(6px, 6px);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:last-child {
  transform: rotate(-45deg) translate(6px, -6px);
}
.header__mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  background: #fff;
  z-index: 9999;
  padding: 30px 15px;
  overflow-y: auto;
}
.header__mobile-menu.active {
  display: block;
}
@media (min-width: 769px) {
  .header__mobile-menu {
    display: none !important;
  }
}
.header__mobile-menu .header__nav {
  margin-bottom: 30px;
}
.header__mobile-menu .header__nav ul, .header__mobile-menu .header__nav .header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.header__mobile-menu .header__nav li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.header__mobile-menu .header__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.header__mobile-menu .header__nav a:hover {
  color: #3235B4;
}
.header__mobile-menu .header__actions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}
.header__mobile-menu .header__actions .btn {
  width: 200px;
  height: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(30 / 393 * 100vw);
}
@media (max-width: 768px) {
  .header {
    height: calc(70 / 393 * 100vw);
  }
  .header__container {
    height: calc(70 / 393 * 100vw);
    padding: 0 calc(15 / 393 * 100vw);
  }
  .header__logo img {
    width: calc(120 / 393 * 100vw);
    height: calc(21 / 393 * 100vw);
  }
  .header__right > .header__nav, .header__right > .header__actions {
    display: none !important;
  }
  .header__mobile-controls {
    display: flex !important;
  }
  .header__hamburger {
    display: flex !important;
  }
}

.btn {
  display: inline-block;
  width: calc(110 / 1440 * 100vw);
  height: calc(60 / 1440 * 100vw);
  border-radius: calc(30 / 1440 * 100vw);
  text-decoration: none;
  border: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(12 / 1440 * 100vw);
  letter-spacing: calc(1.2 / 1440 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn--entry {
  background: #3235B4;
  color: #fff;
}
.btn--contact {
  background: #F7F7F7;
  color: #333;
}
.btn--entry:hover, .btn--contact:hover {
  opacity: 0.8;
}

.mainvisual {
  width: 100%;
  max-width: calc(1440px / 1440 * 100vw);
  margin: 0 auto;
  padding: calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
}
.mainvisual__inner {
  width: 100%;
  margin: 0 auto;
}
.mainvisual__catch {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  margin-bottom: calc(40 / 1440 * 100vw);
  margin-top: 0;
}
.mainvisual__catch br {
  display: block;
}
.mainvisual__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.mainvisual__img {
  width: 100%;
  height: calc(640 / 1440 * 100vw);
}
.mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .mainvisual {
    padding: calc(15 / 393 * 100vw) 0 calc(20 / 393 * 100vw);
  }
  .mainvisual__inner {
    padding: 0 calc(15 / 393 * 100vw);
  }
  .mainvisual__catch {
    font-size: calc(60 / 393 * 100vw);
    line-height: calc(50 / 393 * 100vw);
    margin-bottom: calc(15 / 393 * 100vw);
    font-weight: 900;
    letter-spacing: -0.02em;
  }
  .mainvisual__sub {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
    margin-bottom: calc(32 / 393 * 100vw);
    font-weight: 700;
  }
  .mainvisual__img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: calc(280 / 393 * 100vw);
    overflow: hidden;
  }
  .mainvisual__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.container, .entry-form__container, .entry-hero__container, .contact-form__container, .contact-hero__container, .recruitment-detail__container, .interview-list__container, .interview-hero__container, .footer__inner, .related-posts__container, .post-navigation__container, .post-detail__container, .news-list__container, .news-hero__container, .cta-buttons__container, .reasons__container, .recruit-hero__container, .breadcrumb__container, .recruitment-list__container, .recruitment-hero__container, .recruitment__container, .recruit__container, .interview__container, .solution__container, .about__container {
  width: 100%;
  max-width: calc(1440px / 1440 * 100vw);
  margin: 0 auto;
  padding: 0 calc(40 / 1440 * 100vw);
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: calc(80 / 1440 * 100vw);
}
.section-title__main {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  margin-bottom: calc(16 / 1440 * 100vw);
}
.section-title__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
}
.section-title__sub:empty {
  display: none;
}
.section-title--background {
  position: relative;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}
.section-title--background::before {
  content: attr(data-background);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #E2EBFF;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
}
.section-title--background .section-title__main {
  display: none;
}
.section-title--background .section-title__sub {
  position: relative;
  z-index: 2;
  margin-top: calc(50 / 1440 * 100vw);
  margin-left: calc(213 / 1440 * 100vw);
  text-align: left;
}
@media (max-width: 768px) {
  .section-title--background .section-title__sub {
    margin-top: calc(-40 / 393 * 100vw);
    margin-left: calc(20 / 393 * 100vw);
    padding-right: calc(20 / 393 * 100vw);
  }
}

.about {
  padding: calc(80 / 1440 * 100vw) 0;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .about {
    padding: 0 !important;
  }
}
.about__container {
  position: relative;
  min-height: calc(470 / 1440 * 100vw);
}
.about .section-title--background {
  min-height: calc(470 / 1440 * 100vw);
}
.about__content {
  position: relative;
  z-index: 2;
  padding-left: calc(213 / 1440 * 100vw);
  padding-top: calc(50 / 1440 * 100vw);
  max-width: 100%;
}
.about__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(32 / 1440 * 100vw);
  color: #333;
  line-height: calc(60 / 1440 * 100vw);
  margin-bottom: calc(40 / 1440 * 100vw);
}
.about__lead br {
  display: block;
}
.about__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(240 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  background: #3235B4;
  border-radius: calc(40 / 1440 * 100vw);
  border: 1px solid #3235B4;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #fff;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  transition: background 0.2s, transform 0.2s;
}
.about__more-btn:hover {
  background: #262ba4;
  transform: translateY(calc(-2 / 1440 * 100vw));
}
@media (max-width: 768px) {
  .about {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .about__container {
    min-height: auto;
    margin-bottom: calc(80 / 393 * 100vw);
  }
  .about .section-title--background {
    min-height: auto;
  }
  .about .section-title--background::before {
    position: static;
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(48 / 393 * 100vw);
    color: #E2EBFF;
    text-align: center;
    margin-bottom: calc(20 / 393 * 100vw);
  }
  .about .section-title--background .section-title__main {
    display: none;
  }
  .about .section-title--background .section-title__sub {
    position: relative;
    z-index: 2;
    margin-top: calc(50 / 1440 * 100vw);
    margin-left: calc(213 / 1440 * 100vw);
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .about .section-title--background .section-title__sub {
    margin-top: calc(-40 / 393 * 100vw);
    margin-left: calc(20 / 393 * 100vw);
    padding-right: calc(20 / 393 * 100vw);
  }
}
@media (max-width: 768px) {
  .about__content {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }
  .about__lead {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
    margin-bottom: calc(30 / 393 * 100vw);
    text-align: left;
  }
  .about__lead br {
    display: inline;
  }
  .about__more-btn {
    width: calc(160 / 393 * 100vw);
    height: calc(50 / 393 * 100vw);
    font-size: calc(14 / 393 * 100vw);
    border-radius: calc(25 / 393 * 100vw);
    letter-spacing: calc(1.4 / 393 * 100vw);
  }
}

.solution {
  background: #F7F7F7;
  padding: calc(80 / 1440 * 100vw) 0;
  min-height: calc(1011 / 1440 * 100vw);
  position: relative;
  overflow: hidden;
}
.solution__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.solution .section-title {
  margin-bottom: calc(80 / 1440 * 100vw);
}
.solution__main-content {
  display: flex;
  gap: calc(60 / 1440 * 100vw);
  position: relative;
}
.solution__menu {
  flex: 1;
  max-width: calc(640 / 1440 * 100vw);
  position: relative;
  z-index: 1;
}
.solution__menu-item {
  width: 100%;
  height: calc(100 / 1440 * 100vw);
  border-radius: calc(50 / 1440 * 100vw);
  margin-bottom: calc(40 / 1440 * 100vw);
  display: flex;
  align-items: center;
  padding: 0 calc(40 / 1440 * 100vw);
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  text-decoration: none;
}
.solution__menu-item.active {
  background: #3235B4;
}
.solution__menu-item.active .solution__menu-num,
.solution__menu-item.active .solution__menu-title {
  color: #fff;
}
.solution__menu-item:last-child {
  margin-bottom: 0;
}
.solution__menu-item:hover {
  text-decoration: none;
}
.solution__menu-num {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: calc(28 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
  margin-right: calc(20 / 1440 * 100vw);
  transition: color 0.3s ease;
}
.active .solution__menu-num {
  font-weight: 700;
}
.solution__menu-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
  transition: color 0.3s ease;
}
.active .solution__menu-title {
  font-weight: 700;
}
.solution__content {
  flex: 1;
  max-width: calc(640 / 1440 * 100vw);
  margin-left: auto;
}
.solution__content-item {
  width: 100%;
  margin-bottom: calc(100 / 1440 * 100vw);
}
.solution__content-item:last-child {
  margin-bottom: 0;
}
.solution__img {
  width: 100%;
  height: calc(365 / 1440 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: calc(20 / 1440 * 100vw);
}
.solution__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(36 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.solution__content-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(20 / 1440 * 100vw);
  text-transform: uppercase;
}
.solution__content-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
}
.solution__content-desc br {
  display: block;
}
@media (max-width: 768px) {
  .solution {
    padding: calc(40 / 393 * 100vw) 0;
    min-height: auto;
  }
  .solution .section-title {
    margin-bottom: calc(40 / 393 * 100vw);
  }
  .solution .section-title .section-title__main {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(48 / 393 * 100vw);
  }
  .solution .section-title .section-title__sub {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .solution__main-content {
    flex-direction: column;
    gap: 0;
  }
  .solution__menu {
    max-width: 100%;
    margin-bottom: calc(40 / 393 * 100vw);
  }
  .solution__menu-item {
    height: calc(60 / 393 * 100vw);
    border-radius: calc(30 / 393 * 100vw);
    margin-bottom: calc(20 / 393 * 100vw);
    padding: 0 calc(24 / 393 * 100vw);
  }
  .solution__menu-item.active {
    background: #3235B4;
  }
  .solution__menu-item:not(.active) {
    background: #fff;
  }
  .solution__menu-num {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-right: calc(12 / 393 * 100vw);
  }
  .solution__menu-title {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
  }
  .solution__content {
    max-width: 100%;
    margin-left: 0;
  }
  .solution__content-item {
    margin-bottom: calc(60 / 393 * 100vw);
  }
  .solution__content-item:last-child {
    margin-bottom: 0;
  }
  .solution__img {
    height: calc(200 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .solution__content-title {
    font-size: calc(24 / 393 * 100vw);
    line-height: calc(32 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .solution__content-subtitle {
    font-size: calc(12 / 393 * 100vw);
    line-height: calc(16 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .solution__content-desc {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(22 / 393 * 100vw);
  }
  .solution__content-desc br {
    display: inline;
  }
}

.interview {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0;
  position: relative;
}
.interview__container {
  position: relative;
  min-height: calc(1147 / 1440 * 100vw);
}
.interview .section-title--background {
  min-height: calc(1147 / 1440 * 100vw);
}
.interview .section-title--background .section-title__sub {
  margin-top: calc(140 / 1440 * 100vw);
  margin-left: 0;
  width: 100%;
}
.interview__content {
  position: relative;
  width: 100%;
}
.interview__top {
  display: flex;
  gap: calc(40 / 1440 * 100vw);
  margin-bottom: calc(40 / 1440 * 100vw);
  align-items: flex-end;
}
.interview__profile {
  flex: 0 0 calc(320 / 1440 * 100vw);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.interview__name-label {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(4 / 1440 * 100vw);
}
.interview__name {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(48 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(20 / 1440 * 100vw);
}
.interview__position {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(6 / 1440 * 100vw);
}
.interview__experience {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(20 / 1440 * 100vw);
}
.interview__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(80 / 1440 * 100vw);
  height: calc(30 / 1440 * 100vw);
  background: #3235B4;
  border-radius: calc(15 / 1440 * 100vw);
  border: 1px solid #3235B4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #fff;
  letter-spacing: calc(1.6 / 1440 * 100vw);
}
.interview__bottom {
  width: 100%;
}
.interview__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(40 / 1440 * 100vw);
  max-width: calc(704 / 1440 * 100vw);
}
.interview__text br {
  display: block;
}
.interview__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(240 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  background: #3235B4;
  border-radius: calc(40 / 1440 * 100vw);
  border: 1px solid #3235B4;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #fff;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  transition: background 0.2s, transform 0.2s;
}
.interview__more-btn:hover {
  background: #262ba4;
  transform: translateY(calc(-2 / 1440 * 100vw));
}
.interview__image {
  flex: 1;
  position: relative;
}
.interview__img {
  width: 100%;
  height: calc(665 / 1440 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .interview {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .interview__container {
    min-height: auto;
    padding: 0;
  }
  .interview .section-title--background {
    min-height: auto;
    padding: 0 calc(20 / 393 * 100vw);
  }
  .interview .section-title--background::before {
    position: static;
    font-size: calc(60 / 393 * 100vw);
    line-height: calc(50 / 393 * 100vw);
    color: #E2EBFF;
    text-align: center;
    margin-bottom: calc(20 / 393 * 100vw);
  }
  .interview .section-title--background .section-title__main {
    display: none;
  }
  .interview .section-title--background .section-title__sub {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .interview__content {
    padding: 0;
  }
  .interview__top {
    flex-direction: column;
    gap: calc(20 / 393 * 100vw);
    margin-bottom: calc(30 / 393 * 100vw);
    align-items: flex-start;
  }
  .interview__image {
    order: -1;
    flex: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .interview__img {
    height: calc(200 / 393 * 100vw);
    border-radius: 0;
  }
  .interview__profile {
    flex: none;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }
  .interview__name-label {
    font-size: calc(12 / 393 * 100vw);
    line-height: calc(16 / 393 * 100vw);
    margin-bottom: calc(4 / 393 * 100vw);
  }
  .interview__name {
    font-size: calc(32 / 393 * 100vw);
    line-height: calc(32 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .interview__position {
    font-size: calc(18 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .interview__experience {
    font-size: calc(18 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .interview__tag {
    width: calc(60 / 393 * 100vw);
    height: calc(24 / 393 * 100vw);
    font-size: calc(12 / 393 * 100vw);
    border-radius: calc(12 / 393 * 100vw);
    letter-spacing: calc(1.2 / 393 * 100vw);
  }
  .interview__bottom {
    text-align: left;
    padding: 0;
  }
  .interview__text {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(14 / 393 * 100vw);
    font-style: normal;
    font-weight: 400;
    line-height: calc(28 / 393 * 100vw);
    margin-bottom: calc(30 / 393 * 100vw);
    max-width: 100%;
  }
  .interview__text br {
    display: inline;
  }
  .interview__more-btn {
    width: calc(160 / 393 * 100vw);
    height: calc(50 / 393 * 100vw);
    font-size: calc(18 / 393 * 100vw);
    border-radius: calc(25 / 393 * 100vw);
    letter-spacing: calc(1.4 / 393 * 100vw);
    display: flex;
    margin: 0 auto;
  }
}

.recruit {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0;
}
.recruit .section-title {
  margin-bottom: calc(80 / 1440 * 100vw);
}
.recruit .section-title .section-title__main {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.recruit .section-title .section-title__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
}
.recruit__hero {
  position: relative;
  width: 100%;
  height: calc(760 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
  overflow: hidden;
}
.recruit__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruit__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.recruit__hero-content {
  position: absolute;
  top: calc(40 / 1440 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}
.recruit__hero-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  text-transform: uppercase;
  margin-bottom: calc(40 / 1440 * 100vw);
  text-shadow: 0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.25);
  width: 100%;
}
.recruit__hero-title br {
  display: block;
}
.recruit__hero-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
}
.recruit__description {
  text-align: center;
  max-width: calc(704 / 1440 * 100vw);
  margin: 0 auto;
}
.recruit__desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.recruit__desc-text br {
  display: block;
}
.recruit__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(240 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  background: #3235B4;
  border-radius: calc(40 / 1440 * 100vw);
  border: 1px solid #3235B4;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #fff;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  transition: background 0.2s, transform 0.2s;
}
.recruit__more-btn:hover {
  background: #262ba4;
  transform: translateY(calc(-2 / 1440 * 100vw));
}
@media (max-width: 768px) {
  .recruit {
    padding: calc(40 / 393 * 100vw) 0 calc(40 / 393 * 100vw);
  }
  .recruit__container {
    padding: 0;
  }
  .recruit .section-title {
    margin-bottom: calc(20 / 393 * 100vw);
    padding: 0 calc(20 / 393 * 100vw);
  }
  .recruit .section-title .section-title__main {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(48 / 393 * 100vw);
  }
  .recruit .section-title .section-title__sub {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .recruit__hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: calc(300 / 393 * 100vw);
    margin-bottom: calc(40 / 393 * 100vw);
    border-radius: 0;
    overflow: hidden;
  }
  .recruit__hero-content {
    top: calc(20 / 393 * 100vw);
    transform: translate(-50%, 0);
  }
  .recruit__hero-title {
    font-size: calc(40 / 393 * 100vw);
    line-height: calc(36 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .recruit__hero-title br {
    display: inline;
  }
  .recruit__hero-subtitle {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
  }
  .recruit__description {
    max-width: 100%;
    text-align: left;
    padding: 0 calc(20 / 393 * 100vw);
  }
  .recruit__desc-text {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(28 / 393 * 100vw);
    margin-bottom: calc(30 / 393 * 100vw);
  }
  .recruit__desc-text br {
    display: inline;
  }
  .recruit__more-btn {
    width: calc(160 / 393 * 100vw);
    height: calc(50 / 393 * 100vw);
    font-size: calc(18 / 393 * 100vw);
    border-radius: calc(25 / 393 * 100vw);
    letter-spacing: calc(1.4 / 393 * 100vw);
    display: flex;
    margin: 0 auto;
  }
}

.recruitment {
  background: #F7F7F7;
  padding: calc(80 / 1440 * 100vw) 0;
}
.recruitment .section-title {
  margin-bottom: calc(80 / 1440 * 100vw);
}
.recruitment .section-title .section-title__main {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.recruitment .section-title .section-title__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
}
.recruitment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
.recruitment__item {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  overflow: hidden;
}
.recruitment__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.recruitment__link:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
}
.recruitment__image {
  width: 100%;
  height: calc(427 / 1440 * 100vw);
  overflow: hidden;
  background: #F7F7F7;
}
.recruitment__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background: #F7F7F7;
}
.recruitment__content {
  margin-top: calc(20 / 1440 * 100vw);
  background: #F7F7F7;
}
.recruitment__title {
  font-family: "Barlow", sans-serif;
  font-size: calc(40 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.recruitment__title-normal {
  font-weight: 400;
}
.recruitment__title-bold {
  font-weight: 900;
}
.recruitment__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
}
.recruitment__subtitle-normal {
  font-weight: 400;
}
.recruitment__subtitle-bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruitment {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .recruitment .section-title {
    margin-bottom: calc(40 / 393 * 100vw);
  }
  .recruitment .section-title .section-title__main {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(48 / 393 * 100vw);
  }
  .recruitment .section-title .section-title__sub {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .recruitment__grid {
    display: flex;
    flex-direction: column;
    gap: calc(40 / 393 * 100vw);
    margin-bottom: calc(40 / 393 * 100vw);
  }
  .recruitment__item {
    width: 100%;
  }
  .recruitment__image {
    height: calc(200 / 393 * 100vw);
  }
  .recruitment__content {
    margin-top: calc(16 / 393 * 100vw);
    padding: 0;
  }
  .recruitment__title {
    font-size: calc(36 / 393 * 100vw);
    line-height: calc(36 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .recruitment__subtitle {
    font-size: calc(21 / 393 * 100vw);
    line-height: calc(21 / 393 * 100vw);
  }
}

.recruitment-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
  position: relative;
}
.recruitment-hero__container {
  text-align: center;
  position: relative;
}
.recruitment-hero__header {
  position: relative;
  z-index: 2;
}
.recruitment-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(80 / 1440 * 100vw);
  line-height: calc(96 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(8 / 1440 * 100vw);
  letter-spacing: calc(4 / 1440 * 100vw);
}
.recruitment-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  color: #333;
  margin: 0;
}

.recruitment-list {
  background: #F7F7F7;
  padding: calc(80 / 1440 * 100vw) 0;
}
.recruitment-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(40 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}

.recruitment-card {
  background: #F7F7F7;
  border-radius: calc(12 / 1440 * 100vw);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recruitment-card:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
  box-shadow: 0 calc(8 / 1440 * 100vw) calc(30 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
}
.recruitment-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.recruitment-card__image {
  width: 100%;
  height: calc(300 / 1440 * 100vw);
  overflow: hidden;
  background: #F7F7F7;
}
.recruitment-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
  background: #F7F7F7;
}
.recruitment-card__img--placeholder {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment-card__img--placeholder::before {
  content: "No Image";
  color: #333;
  font-family: "Barlow", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
}
.recruitment-card:hover .recruitment-card__img {
  transform: scale(1.05);
}
.recruitment-card__content {
  padding: calc(30 / 1440 * 100vw);
  background: #F7F7F7;
}
.recruitment-card__title {
  font-family: "Barlow", sans-serif;
  font-size: calc(28 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.recruitment-card__title .recruitment-card__title-normal {
  font-weight: 400;
}
.recruitment-card__title .recruitment-card__title-bold {
  font-weight: 900;
}
.recruitment-card__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(16 / 1440 * 100vw);
}
.recruitment-card__subtitle .recruitment-card__subtitle-normal {
  font-weight: 400;
}
.recruitment-card__subtitle .recruitment-card__subtitle-bold {
  font-weight: 700;
}
.recruitment-card__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  line-height: calc(24 / 1440 * 100vw);
}

.breadcrumb {
  background: #fff;
  padding: calc(20 / 1440 * 100vw) 0;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: calc(8 / 1440 * 100vw);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__link {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(12 / 1440 * 100vw);
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: calc(1.2 / 1440 * 100vw);
  transition: color 0.2s;
}
.breadcrumb__link:hover {
  color: #3235B4;
}
.breadcrumb__separator {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(12 / 1440 * 100vw);
  color: #333;
  margin: 0 calc(8 / 1440 * 100vw);
}
.breadcrumb__current {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(12 / 1440 * 100vw);
  color: #3235B4;
  text-transform: uppercase;
  letter-spacing: calc(1.2 / 1440 * 100vw);
}
.breadcrumb__item--current {
  color: #333;
}

.recruit-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 0;
  position: relative;
}
.recruit-hero__container {
  position: relative;
  height: calc(1749 / 1440 * 100vw);
}
.recruit-hero__header {
  text-align: center;
  margin-bottom: calc(80 / 1440 * 100vw);
}
.recruit-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  margin-bottom: calc(16 / 1440 * 100vw);
}
.recruit-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
}
.recruit-hero__code {
  position: absolute;
  left: 50%;
  top: calc(235 / 1440 * 100vw);
  transform: translateX(-50%);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  text-align: center;
}
.recruit-hero__catch {
  position: absolute;
  left: calc(122 / 1440 * 100vw);
  top: calc(344 / 1440 * 100vw);
  text-align: center;
  z-index: 2;
}
.recruit-hero__catch-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #3235B4;
  text-transform: uppercase;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.recruit-hero__catch-title br {
  display: block;
}
.recruit-hero__catch-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
  position: absolute;
  left: 50%;
  top: calc(240 / 1440 * 100vw);
  transform: translateX(-50%);
  white-space: nowrap;
}
.recruit-hero__image {
  position: absolute;
  left: calc(40 / 1440 * 100vw);
  top: calc(659 / 1440 * 100vw);
  width: calc(100% - calc(80 / 1440 * 100vw));
  height: calc(760 / 1440 * 100vw);
  z-index: 1;
}
.recruit-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.recruit-hero__description {
  position: absolute;
  left: 50%;
  top: calc(1459 / 1440 * 100vw);
  transform: translateX(-50%);
  width: calc(704 / 1440 * 100vw);
  text-align: center;
  z-index: 2;
}
.recruit-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
  text-align: left;
}
.recruit-hero__text br {
  display: block;
}
@media (max-width: 768px) {
  .recruit-hero {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .recruit-hero__container {
    height: auto;
    padding: 0;
  }
  .recruit-hero__header {
    margin-bottom: calc(30 / 393 * 100vw);
  }
  .recruit-hero__main-title {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(48 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .recruit-hero__sub-title {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .recruit-hero__code {
    position: static;
    transform: none;
    margin: calc(30 / 393 * 100vw) 0;
    font-size: calc(18 / 393 * 100vw);
    letter-spacing: calc(1.8 / 393 * 100vw);
  }
  .recruit-hero__catch {
    position: static;
    margin-bottom: calc(30 / 393 * 100vw);
    text-align: center;
  }
  .recruit-hero__catch-title {
    font-size: calc(40 / 393 * 100vw);
    line-height: calc(36 / 393 * 100vw);
    margin-bottom: calc(16 / 393 * 100vw);
  }
  .recruit-hero__catch-title br {
    display: inline;
  }
  .recruit-hero__catch-subtitle {
    position: static;
    transform: none;
    font-size: calc(14 / 393 * 100vw);
    white-space: normal;
  }
  .recruit-hero__image {
    position: static;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: calc(300 / 393 * 100vw);
    margin-bottom: calc(30 / 393 * 100vw);
  }
  .recruit-hero__description {
    position: static;
    transform: none;
    width: 100%;
    text-align: left;
  }
  .recruit-hero__text {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(22 / 393 * 100vw);
    padding: 0 calc(20 / 393 * 100vw);
  }
  .recruit-hero__text br {
    display: inline;
  }
}

.reasons {
  background: #F7F7F7;
  padding: calc(89 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
}
.reasons__title-area {
  text-align: center;
  margin-bottom: calc(80 / 1440 * 100vw);
}
.reasons__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.reasons__grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(40 / 1440 * 100vw);
  justify-content: center;
  max-width: calc(1360 / 1440 * 100vw);
  margin: 0 auto;
}
.reasons__card {
  background: #fff;
  border-radius: calc(20 / 1440 * 100vw);
  width: calc(420 / 1440 * 100vw);
  padding: calc(40 / 1440 * 100vw);
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: calc(540 / 1440 * 100vw);
}
.reasons__card--gender, .reasons__card--remote, .reasons__card--leave {
  order: 1;
}
.reasons__card--tenure, .reasons__card--overtime {
  order: 2;
}
.reasons__card--tenure {
  margin-left: calc(420 / 1440 * 100vw + 40 / 1440 * 100vw)/2;
}
.reasons__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(36 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.reasons__card-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.reasons__gender-section {
  display: flex;
  align-items: center;
  gap: calc(40 / 1440 * 100vw);
}
.reasons__gender-section:last-child {
  margin-bottom: 0;
}
.reasons__gender-section--female .reasons__gender-icon {
  width: calc(42 / 1440 * 100vw) !important;
  height: calc(100 / 1440 * 100vw) !important;
}
.reasons__gender-section--female .reasons__percentage--large {
  transform: translateX(calc(-8 / 1440 * 100vw));
}
.reasons__gender-icon {
  width: calc(30 / 1440 * 100vw);
  height: calc(100 / 1440 * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}
.reasons__remote-section, .reasons__office-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.reasons__remote-section:last-child, .reasons__office-section:last-child {
  margin-bottom: 0;
}
.reasons__remote-icon, .reasons__office-icon {
  width: calc(70 / 1440 * 100vw);
  height: calc(65 / 1440 * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
}
.reasons__remote-label, .reasons__office-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  margin-top: calc(10 / 1440 * 100vw);
}
.reasons__icon-label-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100 / 1440 * 100vw);
}
.reasons__percentage {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  text-align: center;
}
.reasons__percentage--large {
  margin-top: 0;
}
.reasons__number-large {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(150 / 1440 * 100vw);
  color: #333;
}
.reasons__unit-large {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(60 / 1440 * 100vw);
  line-height: calc(150 / 1440 * 100vw);
  color: #333;
}
.reasons__leave-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 / 1440 * 100vw);
  margin: 0;
}
.reasons__leave-icon {
  width: calc(75 / 1440 * 100vw);
  height: calc(75 / 1440 * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: calc(-10 / 1440 * 100vw);
}
.reasons__annual-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(-10 / 1440 * 100vw);
}
.reasons__annual-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(32 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(5 / 1440 * 100vw);
}
.reasons__annual-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(-50 / 1440 * 100vw);
  gap: 0;
}
.reasons__annual-number {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(150 / 1440 * 100vw);
  color: #333;
}
.reasons__annual-unit {
  font-family: "Noto Sans Gujarati", sans-serif;
  font-weight: 700;
  font-size: calc(36 / 1440 * 100vw);
  line-height: calc(150 / 1440 * 100vw);
  color: #333;
}
.reasons__tenure-icon {
  width: calc(90 / 1440 * 100vw);
  height: calc(90 / 1440 * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
  margin: calc(60 / 1440 * 100vw) auto calc(10 / 1440 * 100vw);
  display: block;
}
.reasons__overtime-icon {
  width: calc(90 / 1440 * 100vw);
  height: calc(90 / 1440 * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
  margin: calc(60 / 1440 * 100vw) auto calc(10 / 1440 * 100vw);
  display: block;
}
.reasons__big-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: calc(-40 / 1440 * 100vw);
}
.reasons__number-xl {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(150 / 1440 * 100vw);
  line-height: calc(150 / 1440 * 100vw);
  color: #333;
  display: block;
}
.reasons__unit-xl {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(48 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
  color: #333;
  display: block;
  margin-top: calc(0 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .reasons {
    padding: calc(60 / 393 * 100vw) 0;
  }
  .reasons__container {
    padding: 0;
    overflow: visible;
  }
  .reasons__title-area {
    margin-bottom: calc(50 / 393 * 100vw);
    padding: 0 calc(30 / 393 * 100vw);
  }
  .reasons__main-title {
    font-size: calc(60 / 393 * 100vw);
    line-height: calc(60 / 393 * 100vw);
  }
  .reasons__grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: calc(20 / 393 * 100vw) !important;
    max-width: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 calc((100vw - 260 / 393 * 100vw) / 2) calc(10 / 393 * 100vw) !important;
    justify-content: flex-start !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .reasons__grid::-webkit-scrollbar {
    display: none;
  }
  .reasons__card {
    flex-shrink: 0;
    width: calc(260 / 393 * 100vw);
    padding: calc(20 / 393 * 100vw);
    padding-top: calc(20 / 393 * 100vw) !important;
    height: calc(320 / 393 * 100vw) !important;
    scroll-snap-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.6;
    transform: scale(0.9);
    border-radius: calc(20 / 393 * 100vw) !important;
  }
  .reasons__card.active {
    opacity: 1;
    transform: scale(1);
  }
  .reasons__card--gender, .reasons__card--remote, .reasons__card--leave, .reasons__card--tenure, .reasons__card--overtime {
    order: initial;
    height: auto;
    min-height: calc(300 / 393 * 100vw);
  }
  .reasons__card--tenure {
    margin-left: 0;
  }
  .reasons__card-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: calc(24 / 393 * 100vw);
    line-height: calc(36 / 393 * 100vw);
    color: #333;
    text-align: center;
    margin-bottom: calc(5 / 393 * 100vw);
  }
  .reasons__card-subtitle {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(16 / 393 * 100vw);
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: calc(25 / 393 * 100vw);
  }
  .reasons__card--gender {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(30 / 393 * 100vw);
  }
  .reasons__card--gender .reasons__gender-section {
    display: flex;
    align-items: center;
    gap: calc(15 / 393 * 100vw);
    margin-bottom: calc(0 / 393 * 100vw);
  }
  .reasons__card--gender .reasons__gender-section--male .reasons__gender-icon {
    color: #3B82F6;
  }
  .reasons__card--gender .reasons__gender-section--female .reasons__gender-icon {
    color: #EC4899;
    width: calc(28 / 393 * 100vw) !important;
    height: calc(65 / 393 * 100vw) !important;
  }
  .reasons__card--gender .reasons__gender-section--female .reasons__percentage--large {
    transform: translateX(calc(-5 / 393 * 100vw)) !important;
  }
  .reasons__card--gender .reasons__gender-icon {
    width: calc(20 / 393 * 100vw);
    height: calc(65 / 393 * 100vw);
    font-size: calc(50 / 393 * 100vw);
    margin-top: calc(-10 / 393 * 100vw);
  }
  .reasons__card--gender .reasons__percentage--large {
    display: flex;
    align-items: baseline;
  }
  .reasons__card--gender .reasons__percentage--large .reasons__number-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(90 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--gender .reasons__percentage--large .reasons__unit-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(36 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--remote {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(30 / 393 * 100vw);
  }
  .reasons__card--remote .reasons__remote-section,
  .reasons__card--remote .reasons__office-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc(0 / 393 * 100vw);
  }
  .reasons__card--remote .reasons__remote-section .reasons__icon-label-group,
  .reasons__card--remote .reasons__office-section .reasons__icon-label-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5 / 393 * 100vw);
    width: calc(100 / 393 * 100vw);
  }
  .reasons__card--remote .reasons__remote-section .reasons__remote-icon,
  .reasons__card--remote .reasons__remote-section .reasons__office-icon,
  .reasons__card--remote .reasons__office-section .reasons__remote-icon,
  .reasons__card--remote .reasons__office-section .reasons__office-icon {
    width: calc(50 / 393 * 100vw);
    height: calc(45 / 393 * 100vw);
  }
  .reasons__card--remote .reasons__remote-section .reasons__remote-label,
  .reasons__card--remote .reasons__remote-section .reasons__office-label,
  .reasons__card--remote .reasons__office-section .reasons__remote-label,
  .reasons__card--remote .reasons__office-section .reasons__office-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(16 / 393 * 100vw);
    color: #333;
    text-align: center;
  }
  .reasons__card--remote .reasons__remote-section .reasons__percentage--large,
  .reasons__card--remote .reasons__office-section .reasons__percentage--large {
    display: flex;
    align-items: baseline;
  }
  .reasons__card--remote .reasons__remote-section .reasons__percentage--large .reasons__number-large,
  .reasons__card--remote .reasons__office-section .reasons__percentage--large .reasons__number-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(90 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--remote .reasons__remote-section .reasons__percentage--large .reasons__unit-large,
  .reasons__card--remote .reasons__office-section .reasons__percentage--large .reasons__unit-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(36 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--leave {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(30 / 393 * 100vw);
  }
  .reasons__card--leave .reasons__leave-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(20 / 393 * 100vw);
    margin: 0;
  }
  .reasons__card--leave .reasons__leave-icon {
    width: calc(50 / 393 * 100vw);
    height: calc(50 / 393 * 100vw);
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: calc(-20 / 393 * 100vw);
  }
  .reasons__card--leave .reasons__percentage--large {
    display: flex;
    align-items: baseline;
    margin-bottom: calc(0 / 393 * 100vw);
  }
  .reasons__card--leave .reasons__percentage--large .reasons__number-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(90 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--leave .reasons__percentage--large .reasons__unit-large {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(36 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--leave .reasons__annual-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reasons__card--leave .reasons__annual-info .reasons__annual-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(16 / 393 * 100vw);
    color: #333;
    margin-bottom: calc(10 / 393 * 100vw);
  }
  .reasons__card--leave .reasons__annual-info .reasons__annual-value {
    display: flex;
    align-items: baseline;
  }
  .reasons__card--leave .reasons__annual-info .reasons__annual-value .reasons__annual-number {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(90 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--leave .reasons__annual-info .reasons__annual-value .reasons__annual-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: calc(24 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--tenure, .reasons__card--overtime {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: calc(30 / 393 * 100vw);
  }
  .reasons__card--tenure .reasons__tenure-icon,
  .reasons__card--tenure .reasons__overtime-icon, .reasons__card--overtime .reasons__tenure-icon,
  .reasons__card--overtime .reasons__overtime-icon {
    width: calc(50 / 393 * 100vw);
    height: calc(50 / 393 * 100vw);
    -o-object-fit: contain;
    object-fit: contain;
    margin: calc(0 / 393 * 100vw) auto;
    display: block;
  }
  .reasons__card--tenure .reasons__big-stat, .reasons__card--overtime .reasons__big-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: calc(10 / 393 * 100vw);
  }
  .reasons__card--tenure .reasons__big-stat .reasons__number-xl, .reasons__card--overtime .reasons__big-stat .reasons__number-xl {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(120 / 393 * 100vw);
    line-height: calc(80 / 393 * 100vw);
    margin-bottom: calc(20 / 393 * 100vw);
    color: #333;
  }
  .reasons__card--tenure .reasons__big-stat .reasons__unit-xl, .reasons__card--overtime .reasons__big-stat .reasons__unit-xl {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: calc(36 / 393 * 100vw);
    line-height: calc(40 / 393 * 100vw);
    color: #333;
  }
}

.cta-buttons {
  background: #3235B4;
  padding: calc(120 / 1440 * 100vw) 0;
}
.cta-buttons__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(1200 / 1440 * 100vw);
  margin: 0 auto;
}
.cta-buttons__item {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.cta-buttons__item:hover {
  transform: scale(1.05);
}
.cta-buttons__circle {
  width: calc(360 / 1440 * 100vw);
  height: calc(360 / 1440 * 100vw);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cta-buttons__text {
  text-align: center;
  color: #333;
}
.cta-buttons__title {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(48 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  letter-spacing: calc(2.4 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}
.cta-buttons__subtitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(12 / 1440 * 100vw);
  line-height: calc(18 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .cta-buttons {
    padding: calc(60 / 393 * 100vw) 0;
  }
  .cta-buttons__inner {
    flex-direction: column;
    gap: calc(40 / 393 * 100vw);
    max-width: 100%;
  }
  .cta-buttons__circle {
    width: calc(200 / 393 * 100vw);
    height: calc(200 / 393 * 100vw);
  }
  .cta-buttons__title {
    font-size: calc(32 / 393 * 100vw);
    line-height: calc(32 / 393 * 100vw);
    letter-spacing: calc(1.6 / 393 * 100vw);
    margin-bottom: calc(0 / 393 * 100vw);
  }
  .cta-buttons__subtitle {
    font-size: calc(10 / 393 * 100vw);
    line-height: calc(15 / 393 * 100vw);
  }
}

.news-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 calc(40 / 1440 * 100vw);
  position: relative;
}
.news-hero__container {
  text-align: center;
  position: relative;
}
.news-hero__header {
  margin-bottom: calc(80 / 1440 * 100vw);
}
.news-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  line-height: calc(100 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  margin-bottom: calc(16 / 1440 * 100vw);
}
.news-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
}
.news-hero__code {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  text-align: center;
  margin-bottom: calc(40 / 1440 * 100vw);
}

.news-list {
  background: #fff;
  padding: calc(40 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
}
.news-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(40 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .news-list__grid {
    grid-template-columns: 1fr;
    gap: calc(30 / 393 * 100vw);
    margin-bottom: calc(60 / 393 * 100vw);
  }
}
.news-list__load-more {
  text-align: center;
}
.news-list__load-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(320 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  background: #F7F7F7;
  border-radius: calc(40 / 1440 * 100vw);
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #3235B4;
  letter-spacing: calc(2.4 / 1440 * 100vw);
  transition: background 0.2s;
}
.news-list__load-btn:hover {
  background: rgb(234.25, 234.25, 234.25);
}

.news-card {
  background: #fff;
  transition: transform 0.2s;
}
.news-card:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
}
.news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card__image {
  width: 100%;
  height: calc(300 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
  overflow: hidden;
}
.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.news-card__img--placeholder {
  background: #F7F7F7;
}
.news-card__content {
  padding: 0;
}
.news-card__date {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(18 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  display: block;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.news-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(16 / 1440 * 100vw);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(14 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-card__image {
    height: calc(200 / 393 * 100vw);
    margin-bottom: calc(15 / 393 * 100vw);
  }
  .news-card__content {
    padding: calc(15 / 393 * 100vw) 0;
  }
  .news-card__title {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .news-card__excerpt {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(21 / 393 * 100vw);
  }
  .news-card__date {
    font-size: calc(14 / 393 * 100vw);
    margin-bottom: calc(10 / 393 * 100vw);
  }
}

.post-detail {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0;
}
.post-detail__container {
  max-width: calc(800 / 1440 * 100vw);
}
.post-detail__header {
  margin-bottom: calc(40 / 1440 * 100vw);
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: calc(40 / 1440 * 100vw);
}
.post-detail__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}
.post-detail__date {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(18 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.post-detail__categories {
  display: flex;
  gap: calc(8 / 1440 * 100vw);
}
.post-detail__category {
  display: inline-block;
  background: #3235B4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(12 / 1440 * 100vw);
  padding: calc(4 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  border-radius: calc(12 / 1440 * 100vw);
}
.post-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(32 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #333;
}
.post-detail__featured-image {
  margin-bottom: calc(40 / 1440 * 100vw);
  text-align: center;
}
.post-detail__img {
  max-width: 100%;
  height: auto;
  border-radius: calc(8 / 1440 * 100vw);
}
.post-detail__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(32 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.post-detail__content h1, .post-detail__content h2, .post-detail__content h3, .post-detail__content h4, .post-detail__content h5, .post-detail__content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  margin: calc(40 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw) 0;
}
.post-detail__content h1:first-child, .post-detail__content h2:first-child, .post-detail__content h3:first-child, .post-detail__content h4:first-child, .post-detail__content h5:first-child, .post-detail__content h6:first-child {
  margin-top: 0;
}
.post-detail__content h1 {
  font-size: calc(28 / 1440 * 100vw);
  line-height: calc(42 / 1440 * 100vw);
}
.post-detail__content h2 {
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
}
.post-detail__content h3 {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
}
.post-detail__content h4 {
  font-size: calc(18 / 1440 * 100vw);
  line-height: calc(27 / 1440 * 100vw);
}
.post-detail__content p {
  margin-bottom: calc(24 / 1440 * 100vw);
}
.post-detail__content p:last-child {
  margin-bottom: 0;
}
.post-detail__content img {
  max-width: 100%;
  height: auto;
  margin: calc(24 / 1440 * 100vw) 0;
  border-radius: calc(4 / 1440 * 100vw);
}
.post-detail__content ul, .post-detail__content ol {
  margin: calc(24 / 1440 * 100vw) 0;
  padding-left: calc(24 / 1440 * 100vw);
}
.post-detail__content li {
  margin-bottom: calc(8 / 1440 * 100vw);
}
.post-detail__content blockquote {
  background: #F7F7F7;
  border-left: calc(4 / 1440 * 100vw) solid #3235B4;
  padding: calc(20 / 1440 * 100vw);
  margin: calc(24 / 1440 * 100vw) 0;
  font-style: italic;
}
.post-detail__footer {
  border-top: 1px solid #eee;
  padding-top: calc(40 / 1440 * 100vw);
}
.post-detail__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(12 / 1440 * 100vw);
}
.post-detail__tags-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
}
.post-detail__tag {
  display: inline-block;
  background: #F7F7F7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(12 / 1440 * 100vw);
  padding: calc(6 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  text-decoration: none;
  transition: background 0.2s;
}
.post-detail__tag:hover {
  background: rgb(221.5, 221.5, 221.5);
}

.post-navigation {
  background: #F7F7F7;
  padding: calc(40 / 1440 * 100vw) 0;
}
.post-navigation__links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: calc(40 / 1440 * 100vw);
  align-items: center;
}
.post-navigation__prev, .post-navigation__next {
  display: flex;
}
.post-navigation__next {
  justify-self: end;
}
.post-navigation__link {
  display: block;
  text-decoration: none;
  padding: calc(16 / 1440 * 100vw);
  background: #fff;
  border-radius: calc(8 / 1440 * 100vw);
  transition: transform 0.2s;
  max-width: calc(300 / 1440 * 100vw);
}
.post-navigation__link:hover {
  transform: translateY(calc(-2 / 1440 * 100vw));
}
.post-navigation__label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(12 / 1440 * 100vw);
  color: #333;
  margin-bottom: calc(4 / 1440 * 100vw);
}
.post-navigation__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(14 / 1440 * 100vw);
  line-height: calc(21 / 1440 * 100vw);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-navigation__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3235B4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(14 / 1440 * 100vw);
  padding: calc(12 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  border-radius: calc(24 / 1440 * 100vw);
  text-decoration: none;
  transition: background 0.2s;
}
.post-navigation__back-link:hover {
  background: rgb(38.9130434783, 41.247826087, 140.0869565217);
}

.related-posts {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0;
}
.related-posts__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  color: #333;
  text-align: center;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(40 / 1440 * 100vw);
}

.related-post-card {
  background: #fff;
  transition: transform 0.2s;
}
.related-post-card:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
}
.related-post-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.related-post-card__image {
  width: 100%;
  height: calc(200 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
  overflow: hidden;
  border-radius: calc(4 / 1440 * 100vw);
}
.related-post-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.related-post-card__img--placeholder {
  background: #F7F7F7;
}
.related-post-card__content {
  padding: 0;
}
.related-post-card__date {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
  display: block;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.related-post-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumb {
  background: #fff;
  padding: calc(20 / 1440 * 100vw) 0;
}
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: calc(8 / 1440 * 100vw);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__link {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumb__link {
    font-size: calc(12 / 393 * 100vw);
  }
}
.breadcrumb__link:hover {
  color: #3235B4;
}
.breadcrumb__separator {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  margin: 0 calc(4 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .breadcrumb__separator {
    font-size: calc(12 / 393 * 100vw);
  }
}
.breadcrumb__current {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(14 / 1440 * 100vw);
  color: #3235B4;
}
@media (max-width: 768px) {
  .breadcrumb__current {
    font-size: calc(12 / 393 * 100vw);
  }
}

.post-detail {
  background: #fff;
  padding: calc(60 / 1440 * 100vw) 0;
}
.post-detail__container {
  max-width: calc(800 / 1440 * 100vw);
}
.post-detail__header {
  margin-bottom: calc(40 / 1440 * 100vw);
}
.post-detail__meta {
  margin-bottom: calc(20 / 1440 * 100vw);
}
.post-detail__date {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  text-transform: uppercase;
}
.post-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(32 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #222;
  margin: 0;
}
.post-detail__featured-image {
  margin-bottom: calc(40 / 1440 * 100vw);
}
.post-detail__img {
  width: 100%;
  height: auto;
  border-radius: calc(8 / 1440 * 100vw);
}
.post-detail__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
  color: #222;
  margin-bottom: calc(40 / 1440 * 100vw);
}
.post-detail__content p {
  margin-bottom: calc(20 / 1440 * 100vw);
}
.post-detail__content p:last-child {
  margin-bottom: 0;
}
.post-detail__content h2 {
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  margin: calc(40 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw);
  border-left: calc(4 / 1440 * 100vw) solid #3235B4;
  padding-left: calc(16 / 1440 * 100vw);
}
.post-detail__content h3 {
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin: calc(32 / 1440 * 100vw) 0 calc(16 / 1440 * 100vw);
}
.post-detail__content ul, .post-detail__content ol {
  margin: calc(20 / 1440 * 100vw) 0;
  padding-left: calc(20 / 1440 * 100vw);
}
.post-detail__content li {
  margin-bottom: calc(8 / 1440 * 100vw);
}
.post-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: calc(8 / 1440 * 100vw);
  margin: calc(20 / 1440 * 100vw) 0;
}
.post-detail__footer {
  border-top: 1px solid #eee;
  padding-top: calc(20 / 1440 * 100vw);
}
.post-detail__tags {
  display: flex;
  align-items: center;
  gap: calc(12 / 1440 * 100vw);
  flex-wrap: wrap;
}
.post-detail__tags-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
}
.post-detail__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  color: #3235B4;
  background: #E2EBFF;
  padding: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  text-decoration: none;
  transition: background-color 0.2s;
}
.post-detail__tag:hover {
  background: rgb(175, 199.8275862069, 255);
}

.post-navigation {
  background: #fff;
  padding: calc(40 / 1440 * 100vw) 0;
}
.post-navigation__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 / 1440 * 100vw);
}
.post-navigation__prev, .post-navigation__next {
  flex: 0 0 auto;
}
.post-navigation__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s;
}
.post-navigation__link:hover {
  opacity: 0.7;
}
.post-navigation__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  color: #333;
  display: block;
  margin-bottom: calc(4 / 1440 * 100vw);
}
.post-navigation__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(14 / 1440 * 100vw);
  color: #222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-navigation__back {
  flex: 0 0 auto;
}
.post-navigation__back-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #fff;
  background: #3235B4;
  padding: calc(12 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  border-radius: calc(24 / 1440 * 100vw);
  text-decoration: none;
  transition: background-color 0.2s;
}
.post-navigation__back-link:hover {
  background: rgb(38.9130434783, 41.247826087, 140.0869565217);
}

.footer {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0;
}
.footer__inner {
  display: flex;
  gap: calc(80 / 1440 * 100vw);
}
.footer__left {
  flex: 1;
}
.footer__logo {
  margin-bottom: calc(40 / 1440 * 100vw);
}
.footer__logo-img {
  width: calc(170 / 1440 * 100vw);
  height: calc(30 / 1440 * 100vw);
  display: block;
}
.footer__nav {
  display: flex;
  gap: calc(80 / 1440 * 100vw);
}
.footer__nav-column {
  flex: 1;
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-list li {
  margin-bottom: calc(16 / 1440 * 100vw);
}
.footer__nav-list li:last-child {
  margin-bottom: 0;
}
.footer__nav-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(40 / 1440 * 100vw);
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__nav-list a:hover {
  color: #3235B4;
}
.footer__right {
  flex: 0 0 calc(387 / 1440 * 100vw);
  margin-top: calc(70 / 1440 * 100vw);
}
.footer__map {
  width: 100%;
  height: calc(257 / 1440 * 100vw);
}
.footer__map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.footer__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .footer {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .footer__inner {
    flex-direction: column;
    gap: calc(30 / 393 * 100vw);
  }
  .footer__left {
    order: 2;
  }
  .footer__logo {
    margin-bottom: calc(30 / 393 * 100vw);
    text-align: center;
  }
  .footer__logo-img {
    width: calc(140 / 393 * 100vw);
    height: calc(25 / 393 * 100vw);
  }
  .footer__nav {
    flex-direction: row;
    gap: calc(20 / 393 * 100vw);
    justify-content: flex-start;
  }
  .footer__nav-column:first-child {
    flex: 0 0 40%;
  }
  .footer__nav-column:last-child {
    flex: 0 0 55%;
  }
  .footer__nav-list li {
    margin-bottom: calc(12 / 393 * 100vw);
  }
  .footer__nav-list a {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
  }
  .footer__right {
    order: 3;
    flex: none;
  }
  .footer__map {
    height: calc(200 / 393 * 100vw);
  }
  .footer__map-img {
    border-radius: calc(8 / 393 * 100vw);
  }
  .footer__map-iframe {
    border-radius: calc(8 / 393 * 100vw);
  }
}

.page-header {
  text-align: center;
  margin-bottom: calc(80 / 1440 * 100vw);
  padding: calc(120 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
  background: linear-gradient(135deg, #E2EBFF 0%, rgba(50, 53, 180, 0.1) 100%);
}
.page-header .page-title {
  font-family: "Barlow", sans-serif;
  font-size: calc(48 / 1440 * 100vw);
  font-weight: 900;
  color: #3235B4;
  margin-bottom: calc(16 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
.page-header .page-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 400;
  color: #222;
  line-height: calc(28 / 1440 * 100vw);
}

.interview-archive .interview-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(60 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
.interview-archive .interview-item {
  background: #fff;
  border-radius: calc(12 / 1440 * 100vw);
  overflow: hidden;
  box-shadow: 0 calc(4 / 1440 * 100vw) calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.interview-archive .interview-item:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
  box-shadow: 0 calc(8 / 1440 * 100vw) calc(30 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
}
.interview-archive .interview-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.interview-archive .interview-item__content {
  display: flex;
  gap: calc(40 / 1440 * 100vw);
  padding: calc(40 / 1440 * 100vw);
}
.interview-archive .interview-item__image {
  flex: 0 0 calc(200 / 1440 * 100vw);
}
.interview-archive .interview-item__image .interview-item__img {
  width: 100%;
  height: calc(200 / 1440 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: calc(8 / 1440 * 100vw);
}
.interview-archive .interview-item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
}
.interview-archive .interview-item__profile .interview-item__name-label {
  font-family: "Barlow", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 700;
  color: #3235B4;
  margin-bottom: calc(4 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
.interview-archive .interview-item__profile .interview-item__name {
  font-family: "Barlow", sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  color: #222;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.interview-archive .interview-item__profile .interview-item__position {
  font-family: "Barlow", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 700;
  color: #2b7cff;
  margin-bottom: calc(4 / 1440 * 100vw);
  letter-spacing: 0.05em;
}
.interview-archive .interview-item__profile .interview-item__experience {
  font-family: "Barlow", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.interview-archive .interview-item__profile .interview-item__tag {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(10 / 1440 * 100vw);
  font-weight: 700;
  color: #fff;
  background-color: #3235B4;
  padding: calc(4 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  border-radius: calc(12 / 1440 * 100vw);
  letter-spacing: 0.05em;
}
.interview-archive .interview-item__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  line-height: calc(24 / 1440 * 100vw);
  flex: 1;
}
.interview-archive .interview-item__date {
  font-family: "Barlow", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 400;
  color: #999;
  margin-top: auto;
}

.news-archive .news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(30 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
.news-archive .news-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: calc(8 / 1440 * 100vw);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.news-archive .news-item:hover {
  box-shadow: 0 calc(4 / 1440 * 100vw) calc(16 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
}
.news-archive .news-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-archive .news-item__content {
  padding: calc(30 / 1440 * 100vw);
  display: flex;
  gap: calc(30 / 1440 * 100vw);
}
.news-archive .news-item__date {
  font-family: "Barlow", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #2b7cff;
  margin-bottom: calc(12 / 1440 * 100vw);
  flex: 0 0 auto;
}
.news-archive .news-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 700;
  color: #222;
  line-height: calc(28 / 1440 * 100vw);
  margin-bottom: calc(12 / 1440 * 100vw);
}
.news-archive .news-item__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  line-height: calc(24 / 1440 * 100vw);
  flex: 1;
}
.news-archive .news-item__image {
  flex: 0 0 calc(120 / 1440 * 100vw);
}
.news-archive .news-item__image .news-item__img {
  width: 100%;
  height: calc(120 / 1440 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: calc(4 / 1440 * 100vw);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 / 1440 * 100vw);
  margin: calc(60 / 1440 * 100vw) 0;
}
.pagination .page-numbers {
  display: inline-block;
  padding: calc(12 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  font-family: "Barlow", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #222;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: calc(4 / 1440 * 100vw);
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #E2EBFF;
  border-color: #2b7cff;
}
.pagination .page-numbers.current {
  background-color: #3235B4;
  color: #fff;
  border-color: #3235B4;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: 700;
}

.no-posts {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  color: #333;
  padding: calc(80 / 1440 * 100vw) 0;
}

.interview-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
  position: relative;
}
.interview-hero__container {
  text-align: center;
  position: relative;
}
.interview-hero__header {
  position: relative;
  z-index: 2;
}
.interview-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(80 / 1440 * 100vw);
  line-height: calc(96 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(8 / 1440 * 100vw);
  letter-spacing: calc(4 / 1440 * 100vw);
}
.interview-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  color: #333;
  margin: 0;
}
.interview-hero__code {
  position: absolute;
  top: calc(-20 / 1440 * 100vw);
  right: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  color: rgba(247, 247, 247, 0.8);
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.interview-list {
  background: #F7F7F7;
  padding: calc(80 / 1440 * 100vw) 0;
}
.interview-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(40 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .interview-list__grid {
    grid-template-columns: 1fr;
    gap: calc(30 / 393 * 100vw);
    margin-bottom: calc(60 / 393 * 100vw);
  }
}
.interview-list__load-more {
  text-align: center;
}
.interview-list__load-btn {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(16 / 1440 * 100vw);
  color: #3235B4;
  text-decoration: none;
  padding: calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  border: 2px solid #3235B4;
  border-radius: calc(30 / 1440 * 100vw);
  transition: all 0.3s ease;
  letter-spacing: calc(1 / 1440 * 100vw);
}
.interview-list__load-btn:hover {
  background: #3235B4;
  color: #fff;
}

.interview-card {
  background: #fff;
  border-radius: calc(12 / 1440 * 100vw);
  overflow: hidden;
  box-shadow: 0 calc(4 / 1440 * 100vw) calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.interview-card:hover {
  transform: translateY(calc(-4 / 1440 * 100vw));
  box-shadow: 0 calc(8 / 1440 * 100vw) calc(30 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
}
.interview-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.interview-card__image {
  width: 100%;
  height: calc(200 / 1440 * 100vw);
  overflow: hidden;
}
.interview-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.interview-card__img--placeholder {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview-card__img--placeholder::before {
  content: "No Image";
  color: #333;
  font-family: "Barlow", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
}
.interview-card:hover .interview-card__img {
  transform: scale(1.05);
}
.interview-card__content {
  padding: calc(30 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(16 / 1440 * 100vw);
  height: calc(100% - 200 / 1440 * 100vw);
}
.interview-card__profile .interview-card__name-label {
  font-family: "Barlow", sans-serif;
  font-size: calc(10 / 1440 * 100vw);
  font-weight: 700;
  color: #3235B4;
  margin-bottom: calc(4 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
.interview-card__profile .interview-card__name {
  font-family: "Barlow", sans-serif;
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 700;
  color: #222;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.interview-card__profile .interview-card__position {
  font-family: "Barlow", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 700;
  color: #2b7cff;
  margin-bottom: calc(4 / 1440 * 100vw);
  letter-spacing: 0.05em;
}
.interview-card__profile .interview-card__experience {
  font-family: "Barlow", sans-serif;
  font-size: calc(10 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.interview-card__profile .interview-card__tag {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(8 / 1440 * 100vw);
  font-weight: 700;
  color: #fff;
  background-color: #3235B4;
  padding: calc(2 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  border-radius: calc(8 / 1440 * 100vw);
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.interview-card__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 400;
  color: #333;
  line-height: calc(20 / 1440 * 100vw);
  flex: 1;
}
.interview-card__date {
  font-family: "Barlow", sans-serif;
  font-size: calc(10 / 1440 * 100vw);
  font-weight: 400;
  color: #999;
  margin-top: auto;
}
@media (max-width: 768px) {
  .interview-card__image {
    height: calc(200 / 393 * 100vw);
  }
  .interview-card__content {
    padding: calc(15 / 393 * 100vw);
  }
  .interview-card__profile {
    margin-bottom: calc(12 / 393 * 100vw);
  }
  .interview-card__profile .interview-card__name-label {
    font-size: calc(10 / 393 * 100vw);
    margin-bottom: calc(4 / 393 * 100vw);
  }
  .interview-card__profile .interview-card__name {
    font-size: calc(16 / 393 * 100vw);
    margin-bottom: calc(4 / 393 * 100vw);
  }
  .interview-card__profile .interview-card__position {
    font-size: calc(12 / 393 * 100vw);
    margin-bottom: calc(4 / 393 * 100vw);
  }
  .interview-card__profile .interview-card__experience {
    font-size: calc(10 / 393 * 100vw);
    margin-bottom: calc(6 / 393 * 100vw);
  }
  .interview-card__profile .interview-card__tag {
    font-size: calc(8 / 393 * 100vw);
    padding: calc(2 / 393 * 100vw) calc(6 / 393 * 100vw);
  }
  .interview-card__excerpt {
    font-size: calc(12 / 393 * 100vw);
    line-height: calc(18 / 393 * 100vw);
  }
  .interview-card__date {
    font-size: calc(10 / 393 * 100vw);
  }
}

.recruitment-detail {
  background: #fff;
  padding: calc(60 / 1440 * 100vw) 0;
}
.recruitment-detail__container {
  max-width: calc(800 / 1440 * 100vw);
}
.recruitment-detail__header {
  margin-bottom: calc(40 / 1440 * 100vw);
  text-align: center;
}
.recruitment-detail__titles {
  margin-bottom: calc(20 / 1440 * 100vw);
}
.recruitment-detail__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(40 / 1440 * 100vw);
  line-height: calc(48 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(12 / 1440 * 100vw);
  letter-spacing: calc(2 / 1440 * 100vw);
}
.recruitment-detail__title-normal {
  font-weight: 400;
}
.recruitment-detail__title-bold {
  font-weight: 900;
}
.recruitment-detail__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  color: #333;
  margin: 0;
}
.recruitment-detail__subtitle-normal {
  font-weight: 400;
}
.recruitment-detail__subtitle-bold {
  font-weight: 700;
}
.recruitment-detail__featured-image {
  margin-bottom: calc(40 / 1440 * 100vw);
  text-align: center;
}
.recruitment-detail__img {
  width: 100%;
  max-width: calc(600 / 1440 * 100vw);
  height: auto;
  border-radius: calc(8 / 1440 * 100vw);
}
.recruitment-detail__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
  color: #222;
  margin-bottom: calc(60 / 1440 * 100vw);
}
.recruitment-detail__content p {
  margin-bottom: calc(20 / 1440 * 100vw);
}
.recruitment-detail__content p:last-child {
  margin-bottom: 0;
}
.recruitment-detail__content h2 {
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  margin: calc(40 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw);
  border-left: calc(4 / 1440 * 100vw) solid #3235B4;
  padding-left: calc(16 / 1440 * 100vw);
}
.recruitment-detail__content h3 {
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin: calc(32 / 1440 * 100vw) 0 calc(16 / 1440 * 100vw);
}
.recruitment-detail__content ul, .recruitment-detail__content ol {
  margin: calc(20 / 1440 * 100vw) 0;
  padding-left: calc(20 / 1440 * 100vw);
}
.recruitment-detail__content li {
  margin-bottom: calc(8 / 1440 * 100vw);
}
.recruitment-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: calc(8 / 1440 * 100vw);
  margin: calc(20 / 1440 * 100vw) 0;
}
.recruitment-detail__info {
  background: #F7F7F7;
  border-radius: calc(12 / 1440 * 100vw);
  padding: calc(40 / 1440 * 100vw);
  margin-bottom: calc(40 / 1440 * 100vw);
}
.recruitment-detail__specs-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(36 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(32 / 1440 * 100vw);
  text-align: center;
}
.recruitment-detail__specs-list {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 1440 * 100vw);
}
.recruitment-detail__spec-item {
  display: flex;
  flex-direction: column;
  gap: calc(8 / 1440 * 100vw);
  padding: calc(20 / 1440 * 100vw);
  background: #fff;
  border-radius: calc(8 / 1440 * 100vw);
}
@media (min-width: 768px) {
  .recruitment-detail__spec-item {
    flex-direction: row;
    align-items: flex-start;
    gap: calc(24 / 1440 * 100vw);
  }
}
.recruitment-detail__spec-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #3235B4;
  min-width: calc(120 / 1440 * 100vw);
  flex-shrink: 0;
}
.recruitment-detail__spec-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  color: #222;
  flex: 1;
}

.contact-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
  position: relative;
}
.contact-hero__container {
  text-align: center;
  position: relative;
}
.contact-hero__header {
  position: relative;
  z-index: 2;
}
.contact-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(80 / 1440 * 100vw);
  line-height: calc(96 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(8 / 1440 * 100vw);
  letter-spacing: calc(4 / 1440 * 100vw);
}
.contact-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  color: #333;
  margin: 0;
}
.contact-hero__code {
  position: absolute;
  top: calc(-20 / 1440 * 100vw);
  right: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  color: rgba(247, 247, 247, 0.8);
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .contact-hero {
    padding: calc(40 / 393 * 100vw) 0 calc(30 / 393 * 100vw);
  }
  .contact-hero__container {
    padding: 0 calc(20 / 393 * 100vw);
  }
  .contact-hero__main-title {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(56 / 393 * 100vw);
    letter-spacing: calc(2.4 / 393 * 100vw);
    margin-bottom: calc(6 / 393 * 100vw);
  }
  .contact-hero__sub-title {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .contact-hero__code {
    font-size: calc(80 / 393 * 100vw);
    top: calc(-15 / 393 * 100vw);
    right: calc(-10 / 393 * 100vw);
  }
}

.contact-form {
  background: #fff;
  padding: calc(0 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
}
.contact-form__inner {
  max-width: calc(600 / 1440 * 100vw);
  margin: 0 auto;
}
.contact-form__content {
  background: #fff;
}
.contact-form__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  text-align: center;
  margin: calc(20 / 1440 * 100vw) 0 0;
  padding: calc(16 / 1440 * 100vw);
  background: #E2EBFF;
  border-radius: calc(8 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .contact-form {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .contact-form__container {
    padding: 0 calc(20 / 393 * 100vw);
  }
  .contact-form__inner {
    max-width: 100%;
    margin: 0;
  }
  .contact-form__notice {
    font-size: calc(12 / 393 * 100vw);
    margin: calc(16 / 393 * 100vw) 0 0;
    padding: calc(12 / 393 * 100vw);
  }
}

.entry-hero {
  background: #fff;
  padding: calc(80 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
  position: relative;
}
.entry-hero__container {
  text-align: center;
  position: relative;
}
.entry-hero__header {
  position: relative;
  z-index: 2;
}
.entry-hero__main-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(80 / 1440 * 100vw);
  line-height: calc(96 / 1440 * 100vw);
  color: #222;
  margin: 0 0 calc(8 / 1440 * 100vw);
  letter-spacing: calc(4 / 1440 * 100vw);
}
.entry-hero__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  color: #333;
  margin: 0;
}
.entry-hero__code {
  position: absolute;
  top: calc(-20 / 1440 * 100vw);
  right: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: calc(120 / 1440 * 100vw);
  color: rgba(247, 247, 247, 0.8);
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .entry-hero {
    padding: calc(40 / 393 * 100vw) 0 calc(30 / 393 * 100vw);
  }
  .entry-hero__container {
    padding: 0 calc(20 / 393 * 100vw);
  }
  .entry-hero__main-title {
    font-size: calc(48 / 393 * 100vw);
    line-height: calc(56 / 393 * 100vw);
    letter-spacing: calc(2.4 / 393 * 100vw);
    margin-bottom: calc(6 / 393 * 100vw);
  }
  .entry-hero__sub-title {
    font-size: calc(16 / 393 * 100vw);
    line-height: calc(24 / 393 * 100vw);
  }
  .entry-hero__code {
    font-size: calc(80 / 393 * 100vw);
    top: calc(-15 / 393 * 100vw);
    right: calc(-10 / 393 * 100vw);
  }
}

.entry-form {
  background: #fff;
  padding: calc(0 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
}
.entry-form__inner {
  max-width: calc(600 / 1440 * 100vw);
  margin: 0 auto;
}
.entry-form__content {
  background: #fff;
}
.entry-form__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #333;
  text-align: center;
  margin: calc(20 / 1440 * 100vw) 0 0;
  padding: calc(16 / 1440 * 100vw);
  background: #E2EBFF;
  border-radius: calc(8 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .entry-form {
    padding: calc(40 / 393 * 100vw) 0;
  }
  .entry-form__container {
    padding: 0 calc(20 / 393 * 100vw);
  }
  .entry-form__inner {
    max-width: 100%;
    margin: 0;
  }
  .entry-form__notice {
    font-size: calc(12 / 393 * 100vw);
    margin: calc(16 / 393 * 100vw) 0 0;
    padding: calc(12 / 393 * 100vw);
  }
}

.form-group {
  margin-bottom: calc(32 / 1440 * 100vw);
}
.form-group--submit {
  text-align: center;
  margin-top: calc(40 / 1440 * 100vw);
}
.form-group__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #222;
  display: block;
  margin-bottom: calc(8 / 1440 * 100vw);
}
.form-group__required {
  margin-top: calc(10 / 1440 * 100vw);
  margin-left: calc(4 / 1440 * 100vw);
}
.form-group__input {
  position: relative;
}
.form-group__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  color: #e74c3c;
  display: block;
  margin-top: calc(4 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .form-group {
    margin-bottom: calc(24 / 393 * 100vw);
    display: flex;
    flex-direction: column;
  }
  .form-group--submit {
    margin-top: calc(32 / 393 * 100vw);
  }
  .form-group__label {
    font-size: calc(14 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
  }
  .form-group__input {
    width: 100%;
  }
  .form-group__note {
    font-size: calc(10 / 393 * 100vw);
    margin-top: calc(3 / 393 * 100vw);
  }
}

.form-input, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea,
.form-select,
.form-textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  color: #222;
  background: #F7F7F7;
  border: 2px solid transparent;
  border-radius: calc(8 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  transition: border-color 0.2s, background-color 0.2s;
}
.form-input::-moz-placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email::-moz-placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel::-moz-placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #999;
}
.form-input::placeholder, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email::placeholder,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel::placeholder,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select::placeholder,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: #999;
}
.form-input:focus, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email:focus,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel:focus,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select:focus,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #3235B4;
  background: #fff;
}
.form-input:invalid, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text:invalid,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email:invalid,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel:invalid,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select:invalid,
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea:invalid,
.form-select:invalid,
.form-textarea:invalid {
  border-color: #e74c3c;
}
@media (max-width: 768px) {
  .form-input, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text,
  .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-email,
  .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-tel,
  .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select,
  .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea,
  .form-select,
  .form-textarea {
    font-size: calc(14 / 393 * 100vw);
    padding: calc(12 / 393 * 100vw) calc(16 / 393 * 100vw);
    border-radius: calc(6 / 393 * 100vw);
  }
}

.form-textarea, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  resize: vertical;
  min-height: calc(120 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .form-textarea, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    min-height: calc(100 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-top: calc(10 / 393 * 100vw);
  }
}

.form-select, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right calc(12 / 1440 * 100vw) center;
  background-repeat: no-repeat;
  background-size: calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  padding-right: calc(40 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .form-select, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select {
    background-position: right calc(10 / 393 * 100vw) center;
    background-size: calc(14 / 393 * 100vw) calc(14 / 393 * 100vw);
    padding-right: calc(32 / 393 * 100vw);
  }
}

.form-submit, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(18 / 1440 * 100vw);
  color: #fff;
  background: #3235B4;
  border: none;
  border-radius: calc(40 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) calc(48 / 1440 * 100vw);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  letter-spacing: calc(2 / 1440 * 100vw);
  width: calc(240 / 1440 * 100vw);
}
.form-submit:hover, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background: rgb(38.9130434783, 41.247826087, 140.0869565217);
  transform: translateY(calc(-2 / 1440 * 100vw));
}
.form-submit:active, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-submit:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .form-submit, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-size: calc(16 / 393 * 100vw);
    padding: calc(12 / 393 * 100vw) calc(36 / 393 * 100vw);
    border-radius: calc(32 / 393 * 100vw);
    width: calc(160 / 393 * 100vw) !important;
    letter-spacing: calc(1.6 / 393 * 100vw);
    height: calc(50 / 393 * 100vw) !important;
  }
  .form-submit:hover, .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(calc(-1 / 393 * 100vw));
  }
}

.entry-form .wpcf7-form p,
.contact-form .wpcf7-form p {
  margin: 0;
  margin-bottom: calc(32 / 1440 * 100vw);
  position: relative;
}
.entry-form .wpcf7-form label,
.contact-form .wpcf7-form label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #222;
  line-height: calc(24 / 1440 * 100vw);
  display: block;
}
.entry-form .wpcf7-form .label-text,
.contact-form .wpcf7-form .label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  color: #222;
  line-height: calc(24 / 1440 * 100vw);
}
.entry-form .wpcf7-form p:has(.wpcf7-textarea) label br,
.contact-form .wpcf7-form p:has(.wpcf7-textarea) label br {
  line-height: calc(16 / 1440 * 100vw);
  margin-bottom: calc(8 / 1440 * 100vw);
}
.entry-form .wpcf7-form p:has(.wpcf7-textarea) label .wpcf7-form-control-wrap,
.contact-form .wpcf7-form p:has(.wpcf7-textarea) label .wpcf7-form-control-wrap {
  margin-top: calc(8 / 1440 * 100vw);
}
.entry-form .wpcf7-form .wpcf7-form-control-wrap,
.contact-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.entry-form .wpcf7-form .wpcf7-form-control,
.contact-form .wpcf7-form .wpcf7-form-control {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  color: #222;
  background: #F7F7F7;
  border: 2px solid transparent;
  border-radius: calc(8 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  transition: border-color 0.2s, background-color 0.2s;
}
.entry-form .wpcf7-form .wpcf7-form-control::-moz-placeholder, .contact-form .wpcf7-form .wpcf7-form-control::-moz-placeholder {
  color: #999;
}
.entry-form .wpcf7-form .wpcf7-form-control::placeholder,
.contact-form .wpcf7-form .wpcf7-form-control::placeholder {
  color: #999;
}
.entry-form .wpcf7-form .wpcf7-form-control:focus,
.contact-form .wpcf7-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #3235B4;
  background: #fff;
}
.entry-form .wpcf7-form .wpcf7-form-control.wpcf7-not-valid,
.contact-form .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #e74c3c;
  background: #fff5f5;
}
.entry-form .wpcf7-form .wpcf7-text,
.entry-form .wpcf7-form .wpcf7-email,
.entry-form .wpcf7-form .wpcf7-tel,
.entry-form .wpcf7-form .wpcf7-date,
.contact-form .wpcf7-form .wpcf7-text,
.contact-form .wpcf7-form .wpcf7-email,
.contact-form .wpcf7-form .wpcf7-tel,
.contact-form .wpcf7-form .wpcf7-date {
  height: calc(56 / 1440 * 100vw);
  box-sizing: border-box;
}
.entry-form .wpcf7-form .wpcf7-select,
.contact-form .wpcf7-form .wpcf7-select {
  height: calc(56 / 1440 * 100vw);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right calc(12 / 1440 * 100vw) center;
  background-repeat: no-repeat;
  background-size: calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  padding-right: calc(40 / 1440 * 100vw);
  box-sizing: border-box;
}
.entry-form .wpcf7-form .wpcf7-select option:first-child,
.contact-form .wpcf7-form .wpcf7-select option:first-child {
  color: #999;
}
.entry-form .wpcf7-form .wpcf7-textarea,
.contact-form .wpcf7-form .wpcf7-textarea {
  resize: vertical;
  min-height: calc(120 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.entry-form .wpcf7-form .wpcf7-submit,
.contact-form .wpcf7-form .wpcf7-submit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: calc(18 / 1440 * 100vw);
  color: #fff;
  background: #3235B4;
  border: none;
  border-radius: calc(40 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) calc(48 / 1440 * 100vw);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  letter-spacing: calc(2 / 1440 * 100vw);
  display: block;
  margin: calc(40 / 1440 * 100vw) auto 0;
  width: calc(240 / 1440 * 100vw);
}
.entry-form .wpcf7-form .wpcf7-submit:hover,
.contact-form .wpcf7-form .wpcf7-submit:hover {
  background: rgb(38.9130434783, 41.247826087, 140.0869565217);
  transform: translateY(calc(-2 / 1440 * 100vw));
}
.entry-form .wpcf7-form .wpcf7-submit:active,
.contact-form .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
.entry-form .wpcf7-form .wpcf7-submit:disabled,
.contact-form .wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.entry-form .wpcf7-form .wpcf7-validation-errors,
.entry-form .wpcf7-form .wpcf7-mail-sent-ok,
.contact-form .wpcf7-form .wpcf7-validation-errors,
.contact-form .wpcf7-form .wpcf7-mail-sent-ok {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw);
  border-radius: calc(8 / 1440 * 100vw);
  margin: calc(20 / 1440 * 100vw) 0;
  text-align: center;
}
.entry-form .wpcf7-form .wpcf7-validation-errors,
.contact-form .wpcf7-form .wpcf7-validation-errors {
  color: #e74c3c;
  background: #ffeaea;
  border: 1px solid #e74c3c;
}
.entry-form .wpcf7-form .wpcf7-mail-sent-ok,
.contact-form .wpcf7-form .wpcf7-mail-sent-ok {
  color: #27ae60;
  background: #eafaf1;
  border: 1px solid #27ae60;
}
.entry-form .wpcf7-form .wpcf7-spinner,
.contact-form .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  margin-left: calc(8 / 1440 * 100vw);
  width: calc(16 / 1440 * 100vw);
  height: calc(16 / 1440 * 100vw);
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.entry-form .wpcf7-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  color: #e74c3c;
  display: block;
  margin-top: calc(4 / 1440 * 100vw);
  margin-bottom: calc(8 / 1440 * 100vw);
}
.entry-form .wpcf7-form .form-note,
.contact-form .wpcf7-form .form-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 1440 * 100vw);
  color: #e74c3c;
  display: block;
  margin-top: calc(4 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}
.entry-form .wpcf7-form .hidden-fields-container,
.contact-form .wpcf7-form .hidden-fields-container {
  display: none;
}
.entry-form .wpcf7-form .wpcf7-response-output,
.contact-form .wpcf7-form .wpcf7-response-output {
  margin-top: calc(20 / 1440 * 100vw);
}
.entry-form .wpcf7-form br,
.contact-form .wpcf7-form br {
  line-height: calc(8 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .entry-form .wpcf7-form p,
  .contact-form .wpcf7-form p {
    margin-bottom: calc(24 / 393 * 100vw);
    display: flex;
    flex-direction: column;
  }
  .entry-form .wpcf7-form label,
  .contact-form .wpcf7-form label {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100%;
  }
  .entry-form .wpcf7-form label .label-text,
  .entry-form .wpcf7-form label > span:first-child,
  .contact-form .wpcf7-form label .label-text,
  .contact-form .wpcf7-form label > span:first-child {
    margin-bottom: calc(8 / 393 * 100vw);
    display: block !important;
    flex: none !important;
    padding-top: 0 !important;
  }
  .entry-form .wpcf7-form .label-text,
  .contact-form .wpcf7-form .label-text {
    font-size: calc(14 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-bottom: calc(8 / 393 * 100vw);
    display: block !important;
    width: 100%;
  }
  .entry-form .wpcf7-form .wpcf7-form-control-wrap,
  .contact-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block !important;
    order: 2;
    flex: none !important;
  }
  .entry-form .wpcf7-form .wpcf7-form-control,
  .contact-form .wpcf7-form .wpcf7-form-control {
    font-size: calc(14 / 393 * 100vw);
    padding: calc(12 / 393 * 100vw) calc(16 / 393 * 100vw);
    border-radius: calc(6 / 393 * 100vw);
    width: 100% !important;
    display: block !important;
    margin-top: calc(4 / 393 * 100vw);
    box-sizing: border-box;
  }
  .entry-form .wpcf7-form label > span:not(.wpcf7-form-control-wrap),
  .contact-form .wpcf7-form label > span:not(.wpcf7-form-control-wrap) {
    order: 1;
    margin-bottom: calc(8 / 393 * 100vw);
    display: block;
  }
  .entry-form .wpcf7-form .wpcf7-text,
  .entry-form .wpcf7-form .wpcf7-email,
  .entry-form .wpcf7-form .wpcf7-tel,
  .entry-form .wpcf7-form .wpcf7-date,
  .contact-form .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7-form .wpcf7-date {
    height: calc(48 / 393 * 100vw);
  }
  .entry-form .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7-form .wpcf7-select {
    height: calc(48 / 393 * 100vw);
    background-position: right calc(10 / 393 * 100vw) center;
    background-size: calc(14 / 393 * 100vw) calc(14 / 393 * 100vw);
    padding-right: calc(32 / 393 * 100vw);
  }
  .entry-form .wpcf7-form .wpcf7-textarea,
  .contact-form .wpcf7-form .wpcf7-textarea {
    min-height: calc(100 / 393 * 100vw);
    line-height: calc(20 / 393 * 100vw);
    margin-top: calc(10 / 393 * 100vw);
  }
  .entry-form .wpcf7-form .wpcf7-submit,
  .contact-form .wpcf7-form .wpcf7-submit {
    font-size: calc(16 / 393 * 100vw);
    padding: calc(12 / 393 * 100vw) calc(36 / 393 * 100vw);
    border-radius: calc(32 / 393 * 100vw);
    width: calc(160 / 393 * 100vw) !important;
    letter-spacing: calc(1.6 / 393 * 100vw);
    margin: calc(32 / 393 * 100vw) auto 0;
  }
  .entry-form .wpcf7-form .wpcf7-submit:hover,
  .contact-form .wpcf7-form .wpcf7-submit:hover {
    transform: translateY(calc(-1 / 393 * 100vw));
  }
  .entry-form .wpcf7-form .wpcf7-validation-errors,
  .entry-form .wpcf7-form .wpcf7-mail-sent-ok,
  .contact-form .wpcf7-form .wpcf7-validation-errors,
  .contact-form .wpcf7-form .wpcf7-mail-sent-ok {
    font-size: calc(12 / 393 * 100vw);
    padding: calc(12 / 393 * 100vw);
    margin: calc(16 / 393 * 100vw) 0;
  }
  .entry-form .wpcf7-form .wpcf7-not-valid-tip,
  .contact-form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: calc(10 / 393 * 100vw);
    margin-top: calc(3 / 393 * 100vw);
    margin-bottom: calc(6 / 393 * 100vw);
  }
  .entry-form .wpcf7-form .wpcf7-spinner,
  .contact-form .wpcf7-form .wpcf7-spinner {
    width: calc(14 / 393 * 100vw);
    height: calc(14 / 393 * 100vw);
    margin-left: calc(6 / 393 * 100vw);
  }
  .entry-form .wpcf7-form .wpcf7-response-output,
  .contact-form .wpcf7-form .wpcf7-response-output {
    margin-top: calc(16 / 393 * 100vw);
  }
  .entry-form .wpcf7-form br,
  .contact-form .wpcf7-form br {
    line-height: calc(6 / 393 * 100vw);
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
