  @charset "UTF-8";
/*====================================================================
base / font
====================================================================*/
@import url("https://use.typekit.net/stg8hjl.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("/saiyou/ginou/freshers/west/_assets/font/NotoSerifJP-Medium.otf");
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in__inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.bgSlide {
  position: relative;
  top: 1rem;
  display: inline-block;
}

.bgSlide.is-animated .bg-wrap::before {
  animation: bgSlide 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #003084;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

@keyframes bgSlide {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.slide-text {
  overflow: hidden;
  display: inline-block;
}

.slide-in_innerText {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .slide-in_innerText {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .slide-in_innerText {
    font-size: 1.8rem;
    padding: 0 1rem;
  }
}

.leftAnimeText {
  opacity: 0;
}

.slideAnimeLeftRightText {
  animation: slideTextX100 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeftText {
  animation: slideTextX-100 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bgSlidein {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slot {
  0% {
    opacity: 1;
    color: #000;
  }
  50% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  50.1% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes widthWider {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*====================================================================
Reset
====================================================================*/
html {
  color: #333333;
  background: #fff;
}

html, body, div, figure, section, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "Avenir Next LT W05 Regular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 940px) {
  html, body, div, figure, section, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, 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 {
    font-size: 8px;
  }
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 10px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #333333;
}

ol, ul {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 100%;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
    font-size: 2.66vw;
  }
}

body {
  background: #fff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  transition: 0.6s;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
body.js-noScroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-weight: 500;
  }
}

main,
header {
  transition: 0.6s;
}

/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
サイトコンテンツ
------------------------------------------------*/
/*-----------------------------------------------
文字フェードイン（CSSアニメーション）
------------------------------------------------*/
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pageTitle {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.pageTitle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 100%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/title_icon.png");
}
@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 1.8rem;
  }
  .pageTitle::after {
    left: 49%;
  }
}

.pageTitleBig {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.5em;
  position: relative;
  padding-bottom: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pageTitleBig {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.pageTitleBig::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 80%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/title_icon.png");
}
@media screen and (max-width: 768px) {
  .pageTitleBig {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}

.lowerPageTitleArea {
  padding: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  .lowerPageTitleArea {
    padding: 46px 0;
  }
}

.lowerPageThumbTitle {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .lowerPageThumbTitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageThumbTitle {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}

.lowerPageTitle {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.5em;
  position: relative;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .lowerPageTitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.lowerPageTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #33599D;
  width: 72px;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lowerPageTitle {
    font-size: 2rem;
  }
}

.cantScroll {
  overflow: hidden;
  transition: 0.6s;
}

/*====================================================================
Header
====================================================================*/
.siteHeader {
  z-index: 1000;
  position: relative;
  position: fixed;
  width: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 8rem;
    max-height: 100px;
  }
}
.siteHeader__wrap {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  transition: background-color 0.4s;
}
@media screen and (max-width: 768px) {
  .siteHeader__wrap {
    min-width: auto;
    width: 100vw;
    height: 8rem;
    max-height: 100px;
    background-color: #fff;
    position: relative;
    padding: 0.75rem 0 1.15rem;
  }
}
.siteHeader__wrap.lower {
  position: static;
}
.siteHeader__wrap.lower .siteHeader__navItemTitle {
  color: #003084;
}
.siteHeader__wrap.lower.bgnavy .siteHeader__navItemTitle {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .siteHeader__wrap.lower {
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__wrap.bgnavy {
    position: relative;
    transition: all 0.4s;
  }
  .siteHeader__wrap.bgnavy::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 132, 0.6);
    animation-name: bgSlidein;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 4px #333333;
  }
}
.siteHeader__logoArea {
  width: 25%;
  max-width: 427px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .siteHeader__logoArea {
    width: 27rem;
    padding-left: 1.45rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__logoArea:hover {
    opacity: 0.7;
  }
}
.siteHeader__logoAreaLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.siteHeader__logoAreaImg {
  width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 768px) {
  .siteHeader__logoAreaImg {
    background-color: #fff;
  }
}
.siteHeader__navArea {
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .siteHeader__navArea {
    display: none;
  }
}
.siteHeader__navItem {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 12px;
  line-height: 100px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.siteHeader__navItem.entry {
  width: 120px;
  background-color: #FFFF00;
  margin-left: 12px;
}
.siteHeader__navItem.entry a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #003084 !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItem.entry a {
    font-weight: 500;
  }
}
.siteHeader__navItem:hover .siteHeader__navHover {
  visibility: visible;
}
.siteHeader__navItem span {
  overflow: hidden;
}
.siteHeader__navItem:hover .siteHeader__navItemTitle {
  animation: slot 0.3s ease-out;
}
.siteHeader__navItem::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  left: 20%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  transform-origin: center top;
}
.siteHeader__navItem:hover::after {
  width: 60%;
}
.siteHeader__navItemTitle {
  display: block;
  position: relative;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
  filter: drop-shadow(0 0 2px rgba(51, 51, 51, 0.2));
}
@media screen and (max-width: 768px) {
  .siteHeader__navItemTitle {
    font-weight: 500;
  }
}
.siteHeader__navHover {
  position: fixed;
  top: 100px;
  right: 0;
  visibility: hidden;
  background-color: #041B46;
  padding: 72px 206px 72px 84px;
  opacity: 0.9;
  display: flex;
}
.siteHeader__navLinkTitleArea {
  margin-right: 126px;
}
.siteHeader__navLinkTitleAreaLink {
  display: block;
}
.siteHeader__navLinkTitle {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  padding: 16px 50px 12px 0;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .siteHeader__navLinkTitle:hover {
    opacity: 0.7;
  }
}
.siteHeader__navLinkTitle::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  right: 0;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/common/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.siteHeader__navLinkTitle a {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.2em;
}
.siteHeader__navLinkText {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  padding: 16px 50px 12px 0;
  letter-spacing: 0.2em;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .siteHeader__navLinkText:hover {
    opacity: 0.7;
  }
}
.siteHeader__navLinkText::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  right: 0;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/common/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.siteHeader__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  max-height: 100px;
  z-index: 100;
  display: none;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__hamburger {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__hamburger .siteHeader__hamburger__btn {
    cursor: pointer;
    width: 3.2rem;
    height: 3.2rem;
    z-index: 100;
    margin: 0 auto;
    outline: none;
  }
}
.siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine {
  background-color: #33599D;
  height: 2px;
  left: 0;
  position: absolute;
  top: 1.6rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine:first-child {
  transform: translateY(-1rem);
}
.navOpened .siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine:first-child {
  transform: rotate(45deg);
}
.navOpened .siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine:nth-of-type(2) {
  display: none;
}
.siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine:last-child {
  transform: translateY(1rem);
}
.navOpened .siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine:last-child {
  transform: rotate(-45deg);
}
.navOpened .siteHeader__hamburger .siteHeader__hamburger__btn .siteHeader__hamburgerLines .siteHeader__hamburgerLinesLine {
  background-color: #fff;
}
.navOpened .siteHeader__hamburger {
  background-color: #041B46;
  opacity: 0.9;
}
.navOpened .navOpened .siteHeader__hamburger:first-child {
  transform: rotate(45deg);
}
.navOpened .navOpened .siteHeader__hamburger:nth-of-type(2) {
  display: none;
}
.navOpened .navOpened .siteHeader__hamburger:last-child {
  transform: translateY(-45deg);
}

.siteHeaderSPnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(-100%);
  color: #fff;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 500;
}
.navOpened .siteHeaderSPnav {
  transform: translateX(0);
  background-color: #041B46;
  opacity: 0.9;
}
.siteHeaderSPnav__navArea {
  padding: 14.4rem 3.4rem 6.4rem;
}
.siteHeaderSPnav__navItem {
  padding: 2.4rem 0;
  border-top: 1px solid #fff;
}
.siteHeaderSPnav__navItem.entry {
  border-top: 1px solid #FFFF00;
  width: 100%;
  height: 7.2rem;
  background-color: #FFFF00;
  background-size: cover;
  padding: 0;
}
.siteHeaderSPnav__navItemTitle {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.36;
  margin-bottom: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .siteHeaderSPnav__navItemTitle {
    font-weight: 500;
  }
}
.siteHeaderSPnav__navItemTitle.mg_b0 {
  margin-bottom: 0;
}
.siteHeaderSPnav__navLinkItem {
  position: relative;
}
.siteHeaderSPnav__navLinkItem:hover .siteHeaderSPnav__navLinkText::after {
  width: 100%;
}
.siteHeaderSPnav__navLinkText {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 1.6rem;
  display: inline-block;
}
.siteHeaderSPnav__navLinkText::after {
  content: "";
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 1px;
  transition: all 0.4s;
  background-color: #fff;
}
.siteHeaderSPnav__navEntryTitle {
  color: #003084;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  line-height: 7.2rem;
}
@media screen and (max-width: 768px) {
  .siteHeaderSPnav .entry {
    display: block;
    width: 100%;
    height: 144px;
    background: url("/saiyou/ginou/freshers/west/_assets/images/toppage/header_entry.jpg") center center/cover;
  }
}
@media screen and (max-width: 450px) {
  .siteHeaderSPnav .entry {
    height: 72px;
  }
}

/*====================================================================
Footer
====================================================================*/
.siteFooter {
  min-width: 1100px;
  background-color: #003084;
  border-top: 3px solid #003084;
}
.siteFooter.borderNone {
  border: none;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    min-width: auto;
  }
}
.siteFooter__white {
  background-color: #fff;
}
.siteFooter__white .siteFooter__wrap {
  padding: 7.2rem 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__white .siteFooter__wrap {
    padding: 3.2rem 0;
  }
}
.siteFooter__wrap {
  width: 1024px;
  margin: 0 auto;
  padding: 5.2rem 0 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__wrap {
    width: 100%;
    padding: 4.8rem 0;
  }
}
.siteFooter__navWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .siteFooter__navWrapper {
    display: block;
  }
}
.siteFooter__navLogoWrap {
  width: 37.7rem;
  margin-right: 9rem;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__navLogoWrap:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__navLogoWrap {
    width: 23.6rem;
    margin: 0 auto;
  }
}
.siteFooter__navLogoWrapLink {
  transition: 0.6s;
}
.siteFooter__navBoxWrap {
  width: calc(100% - 33rem);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 768px) {
  .siteFooter__navBoxWrap {
    display: none;
  }
}
.siteFooter__navBox {
  padding: 0 14px;
}
.siteFooter__navBoxItem {
  margin-bottom: 4.8rem;
}
.siteFooter__navTitle {
  font-size: 1.4rem;
  letter-spacing: 0.048em;
  line-height: 1.75;
  color: #33599D;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .siteFooter__navTitle {
    font-weight: 500;
  }
}
.siteFooter__titleLink {
  font-size: 1.4rem;
  letter-spacing: 0.048em;
  line-height: 1.75;
  color: #33599D;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .siteFooter__titleLink {
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__titleLink:hover {
    opacity: 0.7;
  }
}
.siteFooter__navList {
  border-left: 1px solid #cccccc;
  padding-left: 16px;
}
.siteFooter__navItem {
  font-size: 1rem;
  letter-spacing: 0.048em;
  line-height: 2.2;
}
.siteFooter__itemLink {
  font-weight: 400;
  letter-spacing: 0.048em;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__itemLink:hover {
    opacity: 0.7;
  }
}
.siteFooter__copyWrap {
  background-color: #003084;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyWrap {
    padding: 5.6rem 0 5.2rem;
  }
}
.siteFooter__copyInner {
  width: 1024px;
  margin: 0 auto;
  padding: 52px 0 56px;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyInner {
    width: 100%;
    padding: 0 3.4rem;
  }
}
.siteFooter__logoArea {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoArea {
    display: block;
    margin-bottom: 4rem;
  }
}
.siteFooter__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .siteFooter__flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 6.4rem;
  }
}
.siteFooter__left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .siteFooter__left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__left {
    order: 2;
  }
}
.siteFooter__leftLogo {
  display: block;
  width: 25.1rem;
  margin: 0 3.6rem 0 0;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__leftLogo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__leftLogo {
    margin: 0 0 2.4rem 0;
  }
}
.siteFooter__leftText {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .siteFooter__leftText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.siteFooter__leftTextLargeLink {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.73;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .siteFooter__leftTextLargeLink {
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__leftTextLargeLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__leftTextLargeLink {
    margin: 0 0 2.4rem 0;
    font-size: 1.6rem;
  }
}
.siteFooter__leftTextLinkList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .siteFooter__leftTextLinkList {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.siteFooter__leftTextLinkItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 5rem 0 0;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__leftTextLinkItem:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__leftTextLinkItem {
    margin: 0;
  }
}
.siteFooter__leftTextLink {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.73;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .siteFooter__leftTextLink {
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__leftTextLink:hover {
    opacity: 0.7;
  }
}
.siteFooter__leftTextLinkIcon {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 0.4rem;
}
.siteFooter__border {
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .siteFooter__border {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__right {
    order: 1;
    margin: 0 0 3.6rem 0;
  }
}
.siteFooter__rightLogo {
  display: block;
  width: 25.1rem;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__rightLogo:hover {
    opacity: 0.7;
  }
}
.siteFooter__copyAreaText {
  margin: 4rem 0 0 0;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyAreaText {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__copyAreaText {
    margin: 3.2rem 0 0 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

/*====================================================================
errorPageContentSec
====================================================================*/
.errorPageContentSec {
  padding: 100px 0 30px;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .errorPageContentSec {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .errorPageContentSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.errorPageContentSec__innerArea__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.errorPageContentSec__innerArea__bnrArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}
.errorPageContentSec__innerArea__bnrArea__bnr {
  width: 300px;
  width: 300px;
}
.errorPageContentSec__innerArea__bnrArea__bnr__link {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 18px 60px 18px 50px;
  border: 1px solid #707070;
  text-align: center;
  font-weight: bold;
  transition: 0.6s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link {
    font-size: 14px;
    line-height: 1.8;
  }
}
.errorPageContentSec__innerArea__bnrArea__bnr__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88%;
  width: 32px;
  height: 18px;
  transform: translate(-50%, -50%);
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/arr_black.png");
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link:hover {
    background-color: #707070;
    color: #fff;
  }
  .errorPageContentSec__innerArea__bnrArea__bnr__link:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 32px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/arr_wh.png");
  }
}
@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link {
    padding: 14px 26px;
  }
}
@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr {
    width: 100%;
  }
}

/*====================================================================
pagerAreaSec
====================================================================*/
.pagerAreaSec {
  padding-top: 10px;
  margin: 0px auto 20px;
}
.pagerAreaSec__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center;
  align-items: center;
}
.pagerAreaSec__list__item {
  padding: 0 5px;
}
.pagerAreaSec__list__itemLink {
  display: block;
  text-align: center;
  width: 33px;
  padding: 4px 2px 4px 3px;
  color: #383434;
  border: 1px solid #383434;
  font-size: 2rem;
  line-height: 1;
  transition: 0.6s;
}
.pagerAreaSec__list__itemLink.is-here {
  background-color: #E4E4E4;
}
@media screen and (min-width: 769px) {
  .pagerAreaSec__list__itemLink.is-here:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .pagerAreaSec__list__itemLink:hover {
    background-color: #E4E4E4;
  }
}

/*====================================================================
main
====================================================================*/
.topPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .topPage {
    min-width: auto;
  }
}
.topPage__backTop {
  width: 6.4rem;
  height: 2.4rem;
  position: fixed;
  z-index: 999;
  right: 1.6rem;
  bottom: 7.2rem;
  transform: rotate(-90deg);
}
.topPage__backTop::before {
  content: "";
  width: 60px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skew(45deg);
  border: none;
  border-right: 1px solid #003084;
  border-bottom: 1px solid #003084;
}
@media screen and (max-width: 768px) {
  .topPage__backTop {
    height: 1.6rem;
    right: -2.4rem;
    bottom: 3.2rem;
  }
  .topPage__backTop::before {
    height: 6px;
  }
}
.topPage__backTop.white::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*====================================================================
topPageFvSec
====================================================================*/
.topPageFvSec {
  margin-top: 0;
  height: 100vh;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageFvSec {
    width: 100%;
    height: auto;
  }
}
.topPageFvSec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #003084;
  opacity: 0.1;
  display: block;
  z-index: 3;
}
.topPageFvSec__slider {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__slider {
    width: 100%;
    height: auto;
  }
}
.topPageFvSec__slider .slick-list {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__slider .slick-list {
    width: 100%;
    height: auto;
  }
}
.topPageFvSec__slider .slick-list .slick-track {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__slider .slick-list .slick-track {
    width: 100%;
    height: auto;
  }
}
.topPageFvSec__slider .slick-list .slick-track .slick-slide {
  height: 100vh;
  width: auto;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__slider .slick-list .slick-track .slick-slide {
    width: 100%;
    height: auto;
  }
}
.topPageFvSec__slider .slick-list .slick-track .slick-slide img {
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
@media screen and (max-width: 768px) {
  .topPageFvSec__slider .slick-list .slick-track .slick-slide img {
    width: 100%;
  }
}
.topPageFvSec__slider .slick-dots li button {
  display: none;
}
.topPageFvSec__pickupBox {
  width: 37.5rem;
  height: 23.4rem;
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupBox {
    width: 70%;
    bottom: -14rem;
  }
}
.topPageFvSec__pickupBox::after {
  content: "";
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(222, 222, 222) 6px, rgb(222, 222, 222) 12px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.topPageFvSec__pickupBox .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.topPageFvSec__pickupBox .swiper-slide {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.topPageFvSec__pickupBox .swiper-slide-active {
  transform: none;
}
.topPageFvSec__pickupBox .swiper-button-next {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/toppage/topNewsSwiper_next.svg);
  top: auto;
  right: 6.4rem;
  bottom: 2.4rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupBox .swiper-button-next {
    top: 5.6rem;
    right: 3.2rem;
    bottom: auto;
  }
}
.topPageFvSec__pickupBox .swiper-button-prev {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/toppage/topNewsSwiper_prev.svg);
  top: auto;
  right: 8.8rem;
  bottom: 2.4rem;
  left: auto;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupBox .swiper-button-prev {
    top: 5.6rem;
    right: 5.6rem;
    bottom: auto;
  }
}
.topPageFvSec__pickupBoxLink {
  display: block;
  padding: 40px 62px 56px 56px;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .topPageFvSec__pickupBoxLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupBoxLink {
    padding: 3rem 3.5rem;
  }
}
.topPageFvSec__pickupInner {
  width: 257px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupInner {
    width: 19.2rem;
  }
}
.topPageFvSec__pickupTitle {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 24px;
  background-color: #FFFF00;
  padding: 2px 0 5px 2px;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupTitle {
    width: 8rem;
    margin-bottom: 2.4rem;
  }
}
.topPageFvSec__pickupArticleTitle {
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 14px;
  background-color: #FFFF00;
  padding: 2px 0 7px 2px;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__pickupArticleTitle {
    width: 19.2rem;
    margin-bottom: 1.4rem;
  }
}
.topPageFvSec__pickupArticleMessage {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.048em;
  line-height: 2;
  font-weight: 500;
  color: #000;
}
.topPageFvSec__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
.topPageFvSec__text {
  position: fixed;
  width: 358px;
  top: 0%;
  left: 12%;
  margin-top: 346px;
  z-index: 10;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .topPageFvSec__text {
    width: 29rem;
    left: 3.4rem;
  }
}
@media screen and (max-width: 450px) {
  .topPageFvSec__text {
    width: 29rem;
    margin-top: 32rem;
    left: 3.4rem;
  }
}
.topPageFvSec__text.hidden {
  opacity: 0;
}

/*====================================================================
noticeSec
====================================================================*/
.noticeSec__inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .noticeSec__inner {
    padding: 0 3.4rem;
  }
}
.noticeSec__articleWrap {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .noticeSec__articleWrap {
    padding: 18rem 0 4.1rem;
  }
}
.noticeSec__article {
  overflow: hidden;
}
.noticeSec__article .swiper-wrapper {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .noticeSec__article .swiper-wrapper {
    position: relative;
  }
}
.noticeSec__article .swiper-slide {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.noticeSec__article .swiper-slide-active {
  transform: none;
}
.noticeSec__article .swiper-button-next {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/toppage/topNewsSwiper_next.svg);
  top: 5.6rem;
  right: 0;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .noticeSec__article .swiper-button-next {
    top: auto;
  }
}
.noticeSec__article .swiper-button-prev {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/toppage/topNewsSwiper_prev.svg);
  top: 5.6rem;
  right: 2.4rem;
  left: auto;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .noticeSec__article .swiper-button-prev {
    top: auto;
  }
}
.noticeSec__title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 34px;
  margin-right: 34px;
  color: #003084;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
}
.noticeSec__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #003084;
  position: absolute;
  top: 2px;
  right: 0;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) {
  .noticeSec__title {
    margin-right: 3rem;
  }
}
.noticeSec__articleLink {
  display: flex;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .noticeSec__articleLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .noticeSec__articleLink {
    display: block;
  }
}
.noticeSec__date {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 16px;
  color: #003084;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .noticeSec__date {
    margin-bottom: 1.2rem;
  }
}
.noticeSec__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #003084;
  font-weight: 500;
  line-height: 1.2;
}

/*====================================================================
overviewSec
====================================================================*/
.overviewSec {
  position: relative;
  height: 100vh;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/overview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 144px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .overviewSec {
    width: 100%;
    height: auto;
    margin-bottom: 8.8rem;
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/overview_sp.jpg");
    background-position: bottom center;
  }
}
.overviewSec__imageWrap {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .overviewSec__imageWrap {
    width: 100%;
    height: auto;
    z-index: -1;
  }
}
.overviewSec__image {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .overviewSec__image {
    width: 100%;
    height: auto;
  }
}
.overviewSec__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overviewSec__inner {
    width: 100%;
    padding: 29.4rem 3.4rem 8.2rem;
    z-index: 3;
  }
}
.overviewSec__text {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 135px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.125;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .overviewSec__text {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .overviewSec__text {
    position: static;
    left: 0;
    margin-top: 0;
    padding: 0 3.4rem;
    font-size: 1.4rem;
  }
}

/*====================================================================
companySec
====================================================================*/
.companySec {
  position: relative;
  height: 600px;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/company.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 144px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .companySec {
    height: 60rem;
    margin-bottom: 20.8rem;
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/company_sp.jpg");
  }
}
.companySec__InfoBoxWrap {
  position: absolute;
  width: 548px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 88px 0 64px 5rem;
  z-index: 10;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .companySec__InfoBoxWrap {
    width: 30.8rem;
    margin-bottom: -12rem;
    margin-left: 3.4rem;
    padding: 5.8rem 2.5rem 5.6rem;
  }
}
.companySec__InfoBox {
  width: 324px;
}
@media screen and (max-width: 768px) {
  .companySec__InfoBox {
    width: auto;
  }
}
.companySec__titleWrap {
  position: relative;
}
.companySec__titleWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  margin-left: -10px;
  width: 28px;
  height: 1px;
  background-color: #333333;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .companySec__titleWrap::after {
    margin-top: 2.7rem;
    margin-left: -1rem;
    width: 2.8rem;
  }
}
.companySec__title {
  font-size: 2.4rem;
  color: #000000;
  background-color: #FFFF00;
  margin-bottom: 26px;
  text-align: center;
  padding: 0 16px 0 20px;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .companySec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .companySec__title {
    font-size: 2rem;
    width: 20.1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    padding: 0 2.6rem;
    line-height: 1.2;
  }
}
.companySec__text {
  font-size: 1.4rem;
  letter-spacing: 0.048em;
  line-height: 1.857;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .companySec__text {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}
.companySec__btn {
  position: relative;
  border: 1px solid #003084;
  text-align: center;
}
.companySec__btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.companySec__btn:hover a {
  color: #fff;
}
.companySec__btn:hover .btnText::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}
.companySec__btn:hover .btnLine::after {
  width: 0;
}
.companySec__btn::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 101%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #003084;
  transition-duration: 0.5s;
  z-index: -1;
}
.companySec__btnText {
  font-size: 1.4rem;
  color: #003084;
  line-height: 2.57;
  z-index: 3;
  letter-spacing: 0.1em;
}
.companySec__btnText::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
  left: auto;
  right: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/arrow.png");
  opacity: 0;
  transform: translate3d(-300%, 0, 0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.companySec__btnLine {
  display: block;
  position: absolute;
  width: 28px;
  height: 100%;
  top: 0;
  left: auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .companySec__btnLine {
    width: 2.8rem;
    right: 2rem;
  }
}
.companySec__btnLine::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #003084;
  pointer-events: none;
}

/*====================================================================
workerSec
====================================================================*/
.workerSec {
  padding: 100px 0 50px;
  background-size: auto auto;
  background: url("/saiyou/ginou/freshers/west/_assets/images/toppage/top_bg_stripe.jpg") center center/cover;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .workerSec {
    padding: 3.7rem 0 3rem;
  }
}
.workerSec::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.workerSec__inner {
  position: relative;
}
.workerSec__titleWrap {
  position: relative;
  width: 1024px;
  margin: 0 auto 1rem;
  padding: 0 10px;
}
.workerSec__titleWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  width: 28px;
  height: 1px;
  background-color: #333333;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .workerSec__titleWrap {
    width: 100%;
    padding: 0 0 0 6rem;
    margin-bottom: 2.4rem;
  }
  .workerSec__titleWrap::after {
    content: "";
    width: 2.8rem;
    margin: 0;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
  }
}
.workerSec__title {
  background-color: #FFFF00;
  color: #333333;
  font-size: 2.4rem;
  padding: 0 16px 0 20px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .workerSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .workerSec__title {
    width: 20.1rem;
    padding: 0 2.6rem;
    font-size: 2rem;
  }
}
.workerSec__slider {
  position: relative;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .workerSec__slider {
    margin-bottom: 0;
  }
  .workerSec__slider .slick-track {
    margin-left: 12.5rem;
  }
}
@media screen and (max-width: 450px) {
  .workerSec__slider .slick-track {
    margin-left: 0;
  }
}
.workerSec__sliderItem {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .workerSec__sliderItem {
    display: block;
    margin: 0;
    margin-top: 1.7rem;
    transform: scale(0.8);
    transition: 0.5s;
  }
}
@media screen and (max-width: 450px) {
  .workerSec__sliderItem {
    margin-top: 3.5rem;
  }
}
.workerSec__sliderItemLink {
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .workerSec__sliderItemLink:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .workerSec__sliderItem.slick-current {
    display: block;
    transform: scale(1);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .workerSec__sliderItem.is-active-next {
    display: block;
    transform: scale(1);
    margin: 0;
  }
}
.workerSec__sliderPrev {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -80px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .workerSec__sliderPrev {
    width: 3rem;
    height: 3rem;
    top: 40%;
    left: 1.5rem;
  }
}
.workerSec__sliderNext {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -80px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .workerSec__sliderNext {
    width: 3rem;
    height: 3rem;
    top: 40%;
    right: 1.5rem;
  }
}
.workerSec__btn {
  width: 409px;
  max-width: 80%;
  margin: -23px auto 0 auto;
  position: relative;
  border: 1px solid #003084;
  text-align: center;
  z-index: 12;
  background-color: #fff;
}
.workerSec__btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.workerSec__btn:hover a {
  color: #fff;
}
.workerSec__btn:hover .btnText::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}
.workerSec__btn:hover .btnLine::after {
  width: 0;
}
.workerSec__btn::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 101%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #003084;
  transition-duration: 0.5s;
  z-index: -1;
}
.workerSec__btnText {
  font-size: 1.4rem;
  color: #003084;
  line-height: 3.2;
  z-index: 3;
  letter-spacing: 0.1em;
}
.workerSec__btnText::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
  left: auto;
  right: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/arrow.png");
  opacity: 0;
  transform: translate3d(-300%, 0, 0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.workerSec__btnLine {
  display: block;
  position: absolute;
  width: 28px;
  height: 100%;
  top: 0;
  left: auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .workerSec__btnLine {
    width: 2.8rem;
    right: 2rem;
  }
}
.workerSec__btnLine::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #003084;
  pointer-events: none;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  padding: 3rem 0;
  margin-left: 5rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-left: 2rem;
  }
}

.swiper-slide {
  margin-top: 4.5rem;
  padding: 0 2rem;
  transform: scale(0.9);
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    transform: scale(0.8);
    margin-top: 3rem;
    padding: 0 0.5rem;
  }
}

.swiper-slide-active {
  margin-top: 0;
  transform: scale(1.1);
  padding: 0 2rem;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .swiper-slide-active {
    transform: scale(1);
    padding: 0 0;
  }
}

.swiper-slide-prev {
  margin-left: -4.5rem;
}
@media screen and (max-width: 768px) {
  .swiper-slide-prev {
    margin-left: -2rem;
  }
}

.swiper-slide-next {
  margin-right: -4.5rem;
}
@media screen and (max-width: 768px) {
  .swiper-slide-next {
    margin-right: -2rem;
  }
}

.swiperNavArea {
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.swiper-button-prev,
.swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-size: 3rem 3rem;
  margin-top: -24px;
}

.swiper-button-next {
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/interview/slideArrow_next.png");
}

.swiper-button-prev {
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/interview/slideArrow_prev.png");
}

/*====================================================================
environmentSec
====================================================================*/
.environmentSec {
  padding: 14.4rem 0;
}
@media screen and (max-width: 768px) {
  .environmentSec {
    padding: 8.8rem 0;
  }
}
.environmentSec__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .environmentSec__inner {
    width: 100%;
    padding: 0 3.4rem;
  }
}
.environmentSec__titleWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .environmentSec__titleWrap {
    margin-left: 3rem;
  }
}
.environmentSec__titleWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  margin-left: -10px;
  width: 28px;
  height: 1px;
  background-color: #333333;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .environmentSec__titleWrap::after {
    margin-top: 1.2rem;
    margin-left: -1rem;
    width: 2.8rem;
  }
}
.environmentSec__title {
  background-color: #FFFF00;
  color: #333333;
  width: 170px;
  padding: 0 16px 0 20px;
  font-size: 2.4rem;
  margin-bottom: 32px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .environmentSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .environmentSec__title {
    width: 21.1rem;
    padding: 0 2.6rem;
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }
}
.environmentSec__linkList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .environmentSec__linkList {
    display: block;
  }
}
.environmentSec__linkItem {
  width: 49.2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .environmentSec__linkItem {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.environmentSec__btn {
  position: absolute;
  color: #fff;
  background-color: #003084;
  font-size: 1.4rem;
  text-align: center;
  width: 65.5%;
  line-height: 4;
  bottom: 32px;
  left: 0;
  opacity: 0.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .environmentSec__btn {
    width: 22.7rem;
    bottom: 2.4rem;
    line-height: 2.28;
  }
}
.environmentSec__btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.environmentSec__btn:hover a {
  color: #003084;
}
.environmentSec__btn:hover .btnText::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}
.environmentSec__btn:hover .btnLine::after {
  width: 0;
}
.environmentSec__btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  z-index: -1;
}
.environmentSec__link {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}
.environmentSec__btnText {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.57;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .environmentSec__btnText {
    line-height: 1.39;
  }
}
.environmentSec__btnText::before {
  content: " ";
  position: absolute;
  top: 50%;
  height: 100%;
  width: 15px;
  left: auto;
  right: 28px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/common/arrowBlue.png");
  opacity: 0;
  transform: translate3d(-300%, 0, 0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.environmentSec__btnLine {
  display: block;
  position: absolute;
  width: 28px;
  height: 100%;
  top: 0;
  left: auto;
  right: 20px;
}
.environmentSec__btnLine::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  pointer-events: none;
}

/*====================================================================
recruitSec
====================================================================*/
.recruitSec {
  position: relative;
  padding: 94px 0 96px;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/recruit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .recruitSec {
    padding: 6.4rem 0;
    height: auto;
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/toppage/recruit_sp.jpg");
    background-position: bottom center;
  }
}
.recruitSec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #003084;
  opacity: 0.5;
  display: block;
  z-index: 2;
}
.recruitSec__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recruitSec__inner {
    width: 100%;
    padding: 0 3.4rem;
  }
}
.recruitSec__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFF00;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruitSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .recruitSec__title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
.recruitSec__linkList {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitSec__linkList {
    display: block;
  }
}
.recruitSec__linkItem {
  position: relative;
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  .recruitSec__linkItem {
    width: 100%;
  }
}
.recruitSec__linkItem::before {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.recruitSec__linkItem::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
}
.recruitSec__linkItem:hover::before {
  height: 100%;
  transition: 0.3s ease-out all;
}
.recruitSec__linkItem:hover::after {
  width: 100%;
  transition: 0.3s ease-out all;
}
.recruitSec__linkItem:hover .recruitSec__border::before {
  height: 100%;
  transition: 0.3s ease-out all;
}
.recruitSec__linkItem:hover .recruitSec__border::after {
  width: 100%;
  transition: 0.3s ease-out all;
}
.recruitSec__border {
  padding: 80px 10px 70px;
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruitSec__border {
    padding: 4.6rem 1rem 3.5rem;
  }
}
.recruitSec__border::before {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruitSec__border::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruitSec__imgWrap {
  width: 88px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .recruitSec__imgWrap {
    width: 8.8rem;
    margin: 0 auto 1.2rem;
  }
}
.recruitSec__linkTitle {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

@media screen and (max-width: 450px) {
  .workerSec__pc {
    display: none;
  }
}

.workerSec__sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .workerSec__sp {
    display: block;
  }
}

/*====================================================================
main
====================================================================*/
.interviewPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .interviewPage {
    min-width: auto;
  }
}

/*====================================================================
interviewPageFvSec
====================================================================*/
.interviewFvSec {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interviewFvSec {
    padding-top: 8rem;
    height: 100vh;
  }
}
.interviewFvSec__inner {
  position: relative;
  width: 92.1875%;
  height: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__inner {
    width: 33.9rem;
  }
}
.interviewFvSec__imgWrap {
  width: 100%;
  height: 100%;
}
.interviewFvSec__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.interviewFvSec__box {
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  padding: 54px 80px 54px 36px;
  background-color: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__box {
    width: 30.2rem;
    padding: 3rem 0 2.4rem 0;
  }
}
.interviewFvSec__title {
  font-size: 3.2rem;
  color: #003084;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__title {
    font-weight: 500;
  }
}
.interviewFvSec__title::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 60%;
  left: -16px;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 768px) {
  .interviewFvSec__title::before {
    width: 2.8rem;
    left: -8px;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .interviewFvSec__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.interviewFvSec__part {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.3em;
  color: #003084;
  border: 2px solid #003084;
  padding: 8px 25px;
  margin-bottom: 7px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__part {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFvSec__part {
    margin-bottom: 1.4rem;
    padding: 1rem 2.3rem 1rem 2.8rem;
    font-size: 1.8rem;
  }
}
.interviewFvSec__name {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__name {
    display: block;
    margin-bottom: 0.8rem;
  }
}
.interviewFvSec__jpName {
  font-size: 2.4rem;
  color: #003084;
  letter-spacing: 0.2em;
  line-height: 1.54;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__jpName {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFvSec__jpName {
    font-size: 2.2rem;
  }
}
.interviewFvSec__enName {
  font-size: 1.4rem;
  color: #003084;
  letter-spacing: 0.2em;
  line-height: 2.857;
  margin-left: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__enName {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFvSec__enName {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.interviewFvSec__career {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewFvSec__career {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFvSec__career {
    font-size: 1.4rem;
  }
}

/*====================================================================
interviewBody
====================================================================*/
.interviewBodySec {
  width: 100%;
}
.interviewBodySec__titleWrap {
  padding: 144px 0 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__titleWrap {
    padding: 4rem 0 6.4rem;
  }
}
.interviewBodySec__title {
  display: inline-block;
  font-size: 3.4rem;
  color: #003084;
  text-align: left;
  letter-spacing: 0.3em;
  line-height: 1.76;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewBodySec__title {
    padding: 0 3rem;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
.interviewBodySec__topInner {
  max-width: 1180px;
  margin: 0 0 175px auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__topInner {
    width: 100%;
    margin: 0;
    flex-flow: column-reverse;
  }
}
.interviewBodySec__topLeftWrap {
  width: 49.3%;
  padding: 0 50px 0 38px;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__topLeftWrap {
    width: 100%;
    padding: 0;
  }
}
.interviewBodySec__topRightWrap {
  width: 50.6%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__topRightWrap {
    width: 100%;
    padding: 0;
  }
}
.interviewBodySec__articleTitle {
  font-size: 2.4rem;
  color: #003084;
  padding-left: 48px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.16em;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__articleTitle {
    font-weight: 500;
  }
}
.interviewBodySec__articleTitle::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 1.6rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__articleTitle {
    font-size: 2rem;
    line-height: 1.6;
    padding: 4.8rem 0 3.2rem 6rem;
    margin-bottom: 0;
  }
  .interviewBodySec__articleTitle::before {
    width: 2rem;
    top: 45%;
    left: 3rem;
  }
}
.interviewBodySec__articleMessage {
  font-size: 1.4rem;
  line-height: 2.285;
  letter-spacing: 0.048em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__articleMessage {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewBodySec__articleMessage {
    padding: 0 3rem;
    font-size: 1.4rem;
    margin-bottom: 6.4rem;
  }
}
.interviewBodySec__bottomInner {
  max-width: 1180px;
  margin: 0 auto 150px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__bottomInner {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
}
.interviewBodySec__bottomLeftWrap {
  width: 50.6%;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__bottomLeftWrap {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.interviewBodySec__bottomRightWrap {
  width: 49.3%;
  padding: 0 38px 0 50px;
}
@media screen and (max-width: 768px) {
  .interviewBodySec__bottomRightWrap {
    width: 100%;
    padding: 0;
  }
}

/*====================================================================
interviewPhotoSec
====================================================================*/
.interviewPhotoSec {
  width: 100%;
  height: auto;
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .interviewPhotoSec {
    margin-bottom: 6.4rem;
  }
}
.interviewPhotoSec__imgWrap {
  width: 100%;
}
.interviewPhotoSec__img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*====================================================================
interviewFlowSec
====================================================================*/
.interviewFlowSec {
  width: 100%;
  background-color: #f7f9fb;
  padding: 80px 0 90px;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec {
    padding: 4rem 0 4rem;
  }
}
.interviewFlowSec__title {
  text-align: center;
  font-size: 2.4rem;
  color: #003084;
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.interviewFlowSec__inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__inner {
    width: 100%;
    padding: 4rem 0 0;
    display: block;
  }
}
.interviewFlowSec__left {
  width: 50%;
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__left {
    width: 100%;
    padding-left: 3.6rem;
    padding-right: 5rem;
  }
}
.interviewFlowSec__right {
  width: 50%;
  padding-left: 92px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__right {
    width: 100%;
    padding-left: 3.6rem;
    padding-right: 5rem;
    padding-top: 0;
  }
}
.interviewFlowSec__flowItem {
  padding-bottom: 28px;
  display: flex;
  align-items: start;
  position: relative;
}
.interviewFlowSec__flowItem::before {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background-color: #003084;
  position: absolute;
  bottom: 0;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__flowItem::before {
    left: 2.3rem;
  }
}
.interviewFlowSec__flowItemTop {
  position: relative;
}
.interviewFlowSec__flowItemTop::after {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background-color: #003084;
  position: absolute;
  top: -30px;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__flowItemTop::after {
    display: none;
  }
}
.interviewFlowSec__flowItemBottomNone::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__flowItemBottomNone::before {
    display: block;
    height: 50%;
    bottom: 35px;
  }
  .interviewFlowSec__flowItemBottomNone::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #003084;
    position: absolute;
    bottom: 47px;
    left: 1.3rem;
    border-radius: 1px;
    transform: rotate(65deg);
  }
}
@media screen and (max-width: 550px) {
  .interviewFlowSec__flowItemBottomNone::after {
    bottom: 44px;
  }
}
@media screen and (max-width: 400px) {
  .interviewFlowSec__flowItemBottomNone::after {
    bottom: 42px;
  }
}
.interviewFlowSec__flowItemBottomArrow::before {
  border-radius: 0 0 1px 1px;
}
.interviewFlowSec__flowItemBottomArrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #003084;
  position: absolute;
  bottom: 8px;
  left: 14px;
  border-radius: 1px;
  transform: rotate(65deg);
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__flowItemBottomArrow::after {
    display: none;
  }
}
.interviewFlowSec__time {
  display: inline-block;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  margin: 0 15px 9px 0;
  color: #003084;
  background-color: #f7f9fb;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__time {
    padding-bottom: 0;
    margin-right: 1.5rem;
    font-size: 1.6rem;
  }
}
.interviewFlowSec__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.77;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__text {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewFlowSec__text {
    font-size: 1.6rem;
  }
}

/*====================================================================
interviewEnvironmentSec
====================================================================*/
.interviewEnvironmentSec {
  width: 100%;
  padding: 130px 0 115px;
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec {
    padding: 6.4rem 3rem 7.3rem;
  }
}
.interviewEnvironmentSec__inner {
  width: 1004px;
  margin: 0 auto;
  background: url("/saiyou/ginou/freshers/west/_assets/images/interview/bg_border.png") center center/contain no-repeat;
  padding: 100px 0 140px;
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__inner {
    width: 100%;
    padding: 4.8rem 1.8rem;
    background-image: none;
    background-color: #f7f9fb;
    position: relative;
  }
  .interviewEnvironmentSec__inner::before {
    content: "";
    display: block;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    background: url("/saiyou/ginou/freshers/west/_assets/images/interview/bg_border_spTop.png") top right/contain no-repeat;
    position: absolute;
    top: -30px;
    left: -30px;
  }
  .interviewEnvironmentSec__inner::after {
    content: "";
    display: block;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    background: url("/saiyou/ginou/freshers/west/_assets/images/interview/bg_border_spBottom.png") bottom left/contain no-repeat;
    position: absolute;
    bottom: -30px;
    right: -30px;
  }
}
.interviewEnvironmentSec__box {
  width: 664px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__box {
    width: 100%;
  }
}
.interviewEnvironmentSec__title {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/interview/titleback.svg);
  width: 100%;
  line-height: 101px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__title {
    width: 100%;
    padding: 1.2rem 0;
    line-height: 1.6;
    background-image: url(/saiyou/ginou/freshers/west/_assets/images/interview/titleback_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 1.8rem;
  }
}
.interviewEnvironmentSec__message {
  font-size: 1.4rem;
  line-height: 2.2857;
  letter-spacing: 0.048em;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__message {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewEnvironmentSec__message {
    font-size: 1.4rem;
  }
}

/*====================================================================
interviewOffSec
====================================================================*/
.interviewOffSec {
  width: 100%;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .interviewOffSec {
    width: 84%;
    margin: 0 auto 10rem;
  }
}
.interviewOffSec__inner {
  width: 1004px;
  border: 2px solid #003084;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__inner {
    width: 100%;
  }
}
.interviewOffSec__box {
  display: flex;
  padding: 62px 0 30px;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__box {
    display: block;
    padding: 4.8rem 0;
  }
}
.interviewOffSec__leftBox {
  width: 50%;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__leftBox {
    width: 100%;
    padding: 0 1.8rem;
  }
}
.interviewOffSec__title {
  font-size: 2.4rem;
  color: #003084;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewOffSec__title {
    text-align: center;
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.interviewOffSec__subTitle {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.333;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__subTitle {
    font-weight: 500;
  }
}
.interviewOffSec__subTitle::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003084;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__subTitle {
    text-align: center;
    font-size: 1.6rem;
  }
}
.interviewOffSec__message {
  font-size: 1.4rem;
  letter-spacing: 0.048em;
  line-height: 2.857;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__message {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .interviewOffSec__message {
    padding: 0 0 3.2rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.interviewOffSec__rightBox {
  width: 50%;
  padding-left: 46px;
  padding-right: 85px;
}
@media screen and (max-width: 768px) {
  .interviewOffSec__rightBox {
    width: 100%;
    padding: 0 1.8rem;
  }
}

/*====================================================================
interviewWorkerSec
====================================================================*/
.interviewWorkerSec {
  border-top: 3px solid #003084;
  padding: 10rem 138px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(0, 48, 132, 0.0705882353) 6px, rgba(0, 48, 132, 0.0705882353) 12px);
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec {
    padding: 4.2rem 0;
    overflow-x: hidden;
  }
}
.interviewWorkerSec__titleWrap {
  position: relative;
  margin-left: 35px;
}
.interviewWorkerSec__titleWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  margin-left: -15px;
  width: 28px;
  height: 1px;
  background-color: #333333;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__titleWrap {
    width: 100%;
    margin: 0 0 2.4rem;
    text-align: center;
  }
  .interviewWorkerSec__titleWrap::after {
    width: 2.8rem;
    margin: 0;
    top: 50%;
    left: 5rem;
  }
}
.interviewWorkerSec__title {
  font-size: 2.4rem;
  color: #000000;
  background-color: #FFFF00;
  margin-bottom: 88px;
  text-align: center;
  padding: 0 16px 0 20px;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__title {
    font-weight: 500;
  }
}
.interviewWorkerSec__title:after {
  background-color: #FFFF00;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition-delay: 0.6s;
  width: 100%;
  z-index: 10;
}
.interviewWorkerSec__title.slideAnimeRightLeft:after {
  transform: scaleX(0);
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__title {
    font-size: 1.6rem;
    margin: 0 auto 0;
    text-align: left;
    padding: 0 0.6rem 0 2.6rem;
    line-height: 1.2;
  }
}
.interviewWorkerSec__slider {
  position: relative;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__slider {
    margin-bottom: 0;
  }
  .interviewWorkerSec__slider .slick-track {
    margin-left: 12.5rem;
  }
}
@media screen and (max-width: 450px) {
  .interviewWorkerSec__slider .slick-track {
    margin-left: 0;
  }
}
.interviewWorkerSec__sliderItem {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__sliderItem {
    display: block;
    margin: 0;
    margin-top: 1.7rem;
    transform: scale(0.8);
    transition: 0.5s;
  }
}
@media screen and (max-width: 450px) {
  .interviewWorkerSec__sliderItem {
    margin-top: 3.5rem;
  }
}
.interviewWorkerSec__sliderItemLink {
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .interviewWorkerSec__sliderItemLink:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__sliderItem.slick-current {
    display: block;
    transform: scale(1);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__sliderItem.is-active-next {
    display: block;
    transform: scale(1);
    margin: 0;
  }
}
.interviewWorkerSec__sliderPrev {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -80px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__sliderPrev {
    width: 3rem;
    height: 3rem;
    top: 40%;
    left: 1.5rem;
  }
}
.interviewWorkerSec__sliderNext {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -80px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__sliderNext {
    width: 3rem;
    height: 3rem;
    top: 40%;
    right: 1.5rem;
  }
}
.interviewWorkerSec__swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.interviewWorkerSec__swiper .swiper-button-next {
  right: -8rem;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__swiper .swiper-button-next {
    right: 0.8rem;
  }
}
.interviewWorkerSec__swiper .swiper-button-prev {
  left: -80px;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__swiper .swiper-button-prev {
    left: 0.8rem;
  }
}
.interviewWorkerSec__swiperContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto 8.8rem auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.interviewWorkerSec__swiperContainer .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.interviewWorkerSec__swiperContainer .swiper-slide {
  transform: scale(1);
  margin: 0;
  padding: 0;
  transition: 0s;
}
.interviewWorkerSec__swiperContainer .swiper-slide-active {
  transform: scale(1);
}
.interviewWorkerSec__swiperContainerSP {
  position: relative;
}
.interviewWorkerSec__swiperContainerSP .swiper-wrapper {
  margin: 2.4rem 0;
  padding: 0;
}
.interviewWorkerSec__swiperContainerSP .swiper-slide {
  margin: 0;
  padding: 0;
  transform: scale(1);
  position: relative;
  transition: all 0.8s;
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  transform: scale(0.9);
  width: 70%;
  top: 0;
}
.interviewWorkerSec__swiperContainerSP .swiper-slide-next,
.interviewWorkerSec__swiperContainerSP .swiper-slide-prev {
  top: 2rem;
}
.interviewWorkerSec__swiperContainerSP .swiper-slide-active {
  transform: scale(1);
}
.interviewWorkerSec__swiperContainerSP .swiper-button-next {
  right: 1.2rem;
}
.interviewWorkerSec__swiperContainerSP .swiper-button-prev {
  left: 1.2rem;
}
.interviewWorkerSec__more {
  width: 324px;
  margin: 0 20px 0 auto;
  background-color: rgba(0, 48, 132, 0.82);
  text-align: center;
  position: relative;
}
.interviewWorkerSec__more::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__more {
    width: 227px;
    margin: 0 3.7rem 0 auto;
  }
  .interviewWorkerSec__more::after {
    width: 13px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .interviewWorkerSec__more:hover::after {
    height: 5px;
    background-color: transparent;
    background: url("/saiyou/ginou/freshers/west/_assets/images/common/arrowBlue.png") center center/contain no-repeat;
  }
}
.interviewWorkerSec__moreLink {
  display: block;
  padding: 20px 20px 20px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #003084;
  transition: ease 0.6s;
}
@media screen and (max-width: 450px) {
  .interviewWorkerSec__moreLink {
    padding: 0.8rem 20px 0.8rem 0;
  }
}
.interviewWorkerSec__moreLinkSpan {
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  transition: ease 0.6s;
}
@media screen and (max-width: 768px) {
  .interviewWorkerSec__moreLinkSpan {
    font-weight: 500;
  }
}
.interviewWorkerSec__moreLinkBgLeft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .interviewWorkerSec__moreLinkBgLeft:hover .interviewWorkerSec__moreLinkSpan {
    color: #003084;
  }
  .interviewWorkerSec__moreLinkBgLeft:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/*====================================================================
main
====================================================================*/
.faqPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .faqPage {
    min-width: auto;
  }
}

/*====================================================================
faqBodySec
====================================================================*/
.faqBodySec {
  padding: 0 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .faqBodySec {
    padding: 0 3rem;
    margin-bottom: 8.8rem;
  }
}
.faqBodySec__inner {
  width: 1004px;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .faqBodySec__inner {
    width: 100%;
    padding-top: 20rem;
  }
}
.faqBodySec__title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 55px;
  border-bottom: 1px solid #ccc;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .faqBodySec__title {
    padding-bottom: 3.2rem;
  }
}
.faqBodySec__enTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faqBodySec__enTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .faqBodySec__enTitle {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.faqBodySec__enTitle::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 34px;
  width: 1px;
  height: 64px;
  background-color: #001746;
}
@media screen and (max-width: 768px) {
  .faqBodySec__enTitle::after {
    left: 45px;
  }
}
.faqBodySec__jpTitle {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.faqBodySec__questionItem {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px 20px 50px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faqBodySec__questionItem {
    display: block;
    padding: 3.2rem 0 1.8rem;
  }
}
.faqBodySec__questionItem::after {
  position: absolute;
  content: "＋";
  top: 0;
  right: 0;
  margin-right: 26px;
  font-size: 1.6rem;
  padding: 0;
  color: #003084;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faqBodySec__questionItem::after {
    font-size: 1.5rem;
    top: 3.6rem;
    margin-right: 0;
    height: auto;
  }
}
.faqBodySec__questionLogo {
  width: 3rem;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .faqBodySec__questionLogo {
    width: 3rem;
    margin-bottom: 1.4rem;
    display: block;
  }
}
.faqBodySec__questionText {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .faqBodySec__questionText {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
    display: block;
    line-height: 2.15;
    color: #003084;
  }
}
.faqBodySec__answerWrap {
  position: relative;
  background-color: #f0f3f8;
  display: none;
  border-bottom: 1px solid #ccc;
}
.faqBodySec__answerWrap::after {
  position: absolute;
  content: "?";
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 29px;
  font-size: 1.6rem;
  padding: 0;
  color: #003084;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerWrap::after {
    font-size: 1.6rem;
    margin-top: 3.6rem;
    margin-right: 3rem;
  }
}
.faqBodySec__answerWrapInner {
  padding: 40px 85px 40px 170px;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerWrapInner {
    padding: 6.4rem 2.4rem 2.4rem;
  }
}
.faqBodySec__answerText {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerText {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.faqBodySec__answerText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: -60px;
  width: 32.096px;
  height: 25.696px;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/faq/answerLogo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerText::before {
    margin-top: -3.4rem;
    margin-left: 0;
    width: 2.5rem;
    height: 2.4rem;
  }
}
.faqBodySec__answerLinkWrap {
  position: relative;
  padding-left: 28px;
  border-bottom: 1px solid #003084;
  display: inline-block;
  margin: 0 48px 16px 0;
}
.faqBodySec__answerLinkWrap:nth-child(4) {
  margin: 0 48px 0 0;
}
@media screen and (min-width: 769px) {
  .faqBodySec__answerLinkWrap.u-spDib {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerLinkWrap.u-pcDib {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerLinkWrap {
    padding-left: 2.4rem;
    margin-top: 2rem;
  }
  .faqBodySec__answerLinkWrap:nth-child(2), .faqBodySec__answerLinkWrap:nth-child(3), .faqBodySec__answerLinkWrap:nth-child(4), .faqBodySec__answerLinkWrap:nth-child(5) {
    margin: 0 0 16px 0;
  }
}
.faqBodySec__answerLink {
  font-size: 1.5rem;
  line-height: 2.13;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerLink {
    font-size: 1.3rem;
  }
}
.faqBodySec__answerLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 7px;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/faq/arrowCircle.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .faqBodySec__answerLink::before {
    margin-top: 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.faqBodySec__js-accordionBtn__active {
  border-bottom: none;
}

/*====================================================================
main
====================================================================*/
.requirementsPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .requirementsPage {
    min-width: auto;
  }
}

/*====================================================================
requirementsBodySec
====================================================================*/
.requirementsBodySec {
  padding: 0 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec {
    padding: 0 3rem;
    margin-bottom: 8.8rem;
  }
}
.requirementsBodySec__inner {
  width: 1004px;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__inner {
    width: 100%;
    padding-top: 21rem;
  }
}
.requirementsBodySec__infoBox {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__infoBox {
    margin-bottom: 8.8rem;
  }
}
.requirementsBodySec__mainTitle {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__mainTitle {
    padding-bottom: 4rem;
  }
}
.requirementsBodySec__enTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  margin-right: 10px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__enTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__enTitle {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.requirementsBodySec__enTitle::after {
  content: "";
  position: absolute;
  top: -76px;
  left: 34px;
  width: 1px;
  height: 64px;
  background-color: #001746;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__enTitle::after {
    left: 45px;
    top: -85px;
  }
}
.requirementsBodySec__jpTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__jpTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__jpTitle {
    font-size: 1.5rem;
  }
}
.requirementsBodySec__Item {
  display: flex;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__Item {
    display: block;
    padding: 3.2rem 0 3rem;
  }
}
.requirementsBodySec__titleWrap {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__titleWrap {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.requirementsBodySec__title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #003084;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.requirementsBodySec__contentsWrap {
  max-width: 835px;
}
.requirementsBodySec__benefitCon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  color: #003084;
  letter-spacing: 0.1rem;
  padding: 0 0 0.8rem 0;
  border-bottom: solid 1px #003084;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .requirementsBodySec__benefitCon:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__benefitCon {
    width: 42%;
  }
}
.requirementsBodySec__benefitConImg {
  width: 2rem;
  height: auto;
  margin: 0 0.8rem 0 0;
}
.requirementsBodySec__contents {
  font-size: 1.5rem;
  line-height: 2.13;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__contents {
    font-weight: 500;
  }
}
.requirementsBodySec__contents.contents-mg {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__contents {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.08em;
  }
}
.requirementsBodySec__contentsSup {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__contentsSup {
    font-size: 1.3rem;
  }
}
.requirementsBodySec__entryTitle {
  width: 100%;
  height: 178px;
  display: block;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/requirements/requirementBodySec_entryBtn.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .requirementsBodySec__entryTitle {
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/requirements/requirementBodySec_entryBtn_sp.jpg");
    height: 12.1rem;
  }
}

/*====================================================================
main
====================================================================*/
.messagePage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .messagePage {
    min-width: auto;
  }
}

/*====================================================================
massageSeekSec
====================================================================*/
.messageSeekSec {
  margin-bottom: 75px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .messageSeekSec {
    padding: 0 2rem 0 3rem;
    margin-bottom: 3rem;
  }
}
.messageSeekSec__inner {
  max-width: 1004px;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__inner {
    width: 100%;
    padding-top: 20rem;
  }
}
.messageSeekSec__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 65px;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__title {
    padding-bottom: 3.8rem;
  }
}
.messageSeekSec__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  top: 0;
  left: 0;
  margin-top: -85px;
  margin-left: 36px;
  background-color: #001746;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__title::before {
    height: 6.4rem;
    margin-top: -8rem;
    margin-left: 4.6rem;
  }
}
.messageSeekSec__enTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__enTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .messageSeekSec__enTitle {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.messageSeekSec__messageWrap {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__messageWrap {
    margin-left: 0;
  }
}
.messageSeekSec__message {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .messageSeekSec__message {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .messageSeekSec__message {
    font-size: 1.8rem;
    line-height: 2.22;
  }
}

/*====================================================================
codeSeekSec
====================================================================*/
.messageCodeSec__inner {
  max-width: 1188px;
  padding: 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__inner {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.messageCodeSec__codeListWrap {
  padding: 60px 0 85px;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeListWrap {
    padding: 3.2rem 0 3.4rem;
  }
}
.messageCodeSec__codeList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeList {
    display: block;
  }
}
.messageCodeSec__codeItem {
  width: calc((100% - 32px) / 3);
  padding: 64px 24px 32px 24px;
  background-color: rgba(0, 48, 132, 0.08);
  position: relative;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeItem {
    width: 100%;
    margin-bottom: 40px;
  }
}
.messageCodeSec__codeItemTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #003084;
  width: 75px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeItemTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeItemTitle {
    width: 6.8rem;
    font-size: 2rem;
    line-height: 4rem;
  }
}
.messageCodeSec__codeItemMessage {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.048em;
}
@media screen and (max-width: 768px) {
  .messageCodeSec__codeItemMessage {
    font-size: 1.3rem;
    line-height: 2.3;
  }
}

.message__bgImage {
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/message/messageBody_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .message__bgImage {
    background-image: url(/saiyou/ginou/freshers/west/_assets/images/message/messageBody_sp.jpg);
  }
}

/*====================================================================
messageRecruitSec
====================================================================*/
.messageRecruitSec {
  margin-bottom: 80px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec {
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}
.messageRecruitSec__inner {
  max-width: 1004px;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__inner {
    width: 100%;
  }
}
.messageRecruitSec__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__title {
    padding-bottom: 3.2rem;
  }
}
.messageRecruitSec__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  top: 0;
  left: 0;
  margin-top: -85px;
  margin-left: 36px;
  background-color: #001746;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__title::before {
    height: 6.4rem;
    margin-top: -8.3rem;
    margin-left: 4.6rem;
  }
}
.messageRecruitSec__enTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__enTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__enTitle {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.messageRecruitSec__messageWrap {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__messageWrap {
    margin-left: 0;
  }
}
.messageRecruitSec__message {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__message {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .messageRecruitSec__message {
    font-size: 1.8rem;
  }
}

.inText {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .inText {
    letter-spacing: 0;
  }
}

/*====================================================================
messageBodySec
====================================================================*/
.messageBodySec {
  position: relative;
  min-width: 1090px;
}
@media screen and (max-width: 768px) {
  .messageBodySec {
    min-width: auto;
    padding: 3.2rem 0 8.8rem;
  }
}
.messageBodySec__inner {
  width: 1004px;
  margin: 0 auto;
  padding: 0 0 144px 0;
}
@media screen and (max-width: 768px) {
  .messageBodySec__inner {
    width: 100%;
    padding: 0;
  }
}
.messageBodySec__messageWrap {
  width: 50%;
  margin: 0 0 0 85px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .messageBodySec__messageWrap {
    width: 100%;
    margin: 0;
    padding: 16px 32px;
  }
}
.messageBodySec__message {
  font-size: 1.4rem;
  letter-spacing: 0.048em;
  line-height: 2.28;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .messageBodySec__message {
    font-size: 1.3rem;
    margin-bottom: 4rem;
  }
}
.messageBodySec__imgWrap01 {
  width: 547px;
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
}
@media screen and (max-width: 768px) {
  .messageBodySec__imgWrap01 {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0 3.6rem;
    margin-top: 32px;
  }
}
.messageBodySec__img01 {
  width: 100%;
}
.messageBodySec__imgWrap02 {
  width: 547px;
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 355px;
}
@media screen and (max-width: 768px) {
  .messageBodySec__imgWrap02 {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0 3.6rem;
    margin-top: 4.5rem;
  }
}
.messageBodySec__img02 {
  width: 100%;
}

/*====================================================================
main
====================================================================*/
.about {
  min-width: 1100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .about {
    min-width: auto;
    margin-bottom: 9rem;
  }
}

/*====================================================================
aboutBodySec
====================================================================*/
.about__kvArea {
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .about__kvArea {
    margin-bottom: 6.4rem;
  }
}
.about__kvAreaPhoto {
  width: 92%;
  max-width: 2000px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__kvAreaPhoto {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .about__kvAreaPicture img {
    display: block;
    height: 100%;
  }
}
.about__kvAreaTextWrap {
  width: 447px;
  padding: 80px 24px 80px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextWrap {
    width: 88%;
    padding: 5rem 0 7rem 2rem;
  }
}
.about__kvAreaTextSub {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextSub {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextSub {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.about__kvAreaTextSub::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextSub::before {
    width: 4.3rem;
  }
}
.about__kvAreaTextTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .about__kvAreaTextTitle {
    font-size: 2.2rem;
  }
}

.aboutInner {
  padding: 0 158px 0 138px;
}
@media screen and (max-width: 768px) {
  .aboutInner {
    padding: 0 30px 0 25px;
  }
}
.aboutInner__keywordArea {
  max-width: 1280px;
  margin: 0 auto 84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea {
    margin: 0 auto 58px;
  }
}
.aboutInner__keywordArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #003084;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea::after {
    left: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .aboutInner__keywordArea:hover::after {
    top: -1px;
    left: -1px;
    border: 1px solid #fff;
  }
}
.aboutInner__keywordArea.uniqueBgImage01 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_01.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage01 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_01SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage02 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_02.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage02 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_02SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage03 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_03.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage03 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_03SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage04 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_04.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage04 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_04SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage05 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_05.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage05 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_05SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage06 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_06.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage06 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_06SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage07 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_07.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage07 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_07SP.jpg") top left/cover;
  }
}
.aboutInner__keywordArea.uniqueBgImage08 {
  background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_08.jpg") top left/cover;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordArea.uniqueBgImage08 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordImg_08SP.jpg") top left/cover;
  }
}
.aboutInner__keywordAreaInner {
  overflow: hidden;
}
.aboutInner__keywordAreaContents {
  min-height: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaContents {
    min-height: 560px;
  }
}
.aboutInner__keywordAreaContentsArrow {
  width: 40px;
  padding: 10px;
  position: absolute;
  right: 30px;
  bottom: 40px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaContentsArrow {
    width: 24px;
    right: 8px;
    bottom: 8px;
  }
}
.aboutInner__keywordAreaContentsArrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 6px;
  right: 0;
  transform: rotate(-45deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future, :root .aboutInner__keywordAreaContentsArrow::after {
    transform: rotate(320deg);
  }
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaContentsArrow::after {
    width: 3px;
    height: 3px;
    bottom: 8px;
    transform: rotate(-45deg) translateY(0.5px);
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future, :root .aboutInner__keywordAreaContentsArrow::after {
    transform: rotate(320deg) translateY(0.5px);
  }
}
.aboutInner__keywordAreaContentsArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .aboutInner__keywordAreaContentsArrow:hover::before {
    width: 20px;
    right: 0;
  }
}
.aboutInner__keywordAreaTitleWrap {
  width: 100%;
  min-height: 320px;
  height: 100%;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTitleWrap {
    width: 100%;
    min-height: auto;
  }
}
.aboutInner__keywordAreaTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTitle {
    font-size: 2rem;
  }
}
.aboutInner__keywordAreaTextWrap {
  width: 50%;
  height: 100%;
  min-height: 320px;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTextWrap {
    width: 100%;
    left: 0;
    top: 100%;
    height: 55%;
    min-height: auto;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage01 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_01.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage01 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_01.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage02 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_02.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage02 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_02.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage03 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_03.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage03 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_03.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage04 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_04.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage04 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_04.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage05 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_05.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage05 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_05.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage06 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_06.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage06 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_06.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage07 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_07.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage07 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_07.jpg") center center/cover;
  }
}
@-moz-document url-prefix() {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage08 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_08.jpg") center center/cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrap.uniqueBgImage08 {
    background: url("/saiyou/ginou/freshers/west/_assets/images/about/keywordBg_08.jpg") center center/cover;
  }
}
.aboutInner__keywordAreaTextWrapInner {
  width: 63%;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.48rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTextWrapInner {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTextWrapInner {
    width: 87%;
    font-size: 1.5rem;
  }
}
.aboutInner__keywordAreaTextWrapArrow {
  width: 40px;
  padding: 10px;
  position: absolute;
  right: 30px;
  bottom: 40px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrapArrow {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTextWrapArrow {
    width: 24px;
    right: 8px;
    bottom: 8px;
  }
}
.aboutInner__keywordAreaTextWrapArrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(135deg);
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrapArrow::after {
    left: 1px;
  }
}
@media screen and (max-width: 768px) {
  .aboutInner__keywordAreaTextWrapArrow::after {
    width: 3px;
    height: 3px;
    top: 8px;
    transform: rotate(135deg) translateY(-0.5px);
  }
}
.aboutInner__keywordAreaTextWrapArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .aboutInner__keywordAreaTextWrapArrow::before {
    transition: 0;
  }
}
@media screen and (min-width: 769px) {
  .aboutInner__keywordAreaTextWrapArrow:hover::before {
    width: 20px;
    right: 20px;
  }
}

.textShow .aboutInner__keywordAreaTitleWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .textShow .aboutInner__keywordAreaTitleWrap {
    width: 100%;
    height: 45%;
  }
}
.textShow .aboutInner__keywordAreaTextWrap {
  left: 50%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .textShow .aboutInner__keywordAreaTextWrap {
    top: 45%;
    left: 0;
  }
}
.textShow .aboutInner__keywordAreaContentsArrow {
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

/*====================================================================
main
====================================================================*/
.jobtypePage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .jobtypePage {
    min-width: auto;
  }
}

/*====================================================================
aboutBodySec
====================================================================*/
.jobtype__kvArea {
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .jobtype__kvArea {
    margin-bottom: 6.4rem;
  }
}
.jobtype__kvAreaPhoto {
  width: 92%;
  max-width: 2000px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobtype__kvAreaPhoto {
    height: 100vh;
  }
}
.jobtype__kvAreaPicture img {
  display: block;
  height: 100%;
}
.jobtype__kvAreaTextWrap {
  width: 447px;
  padding: 105px 24px 105px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .jobtype__kvAreaTextWrap {
    width: 90%;
    padding: 7.5rem 0 7.5rem 1.5rem;
  }
}
.jobtype__kvAreaTextTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobtype__kvAreaTextTitle {
    font-weight: 500;
  }
}
.jobtype__kvAreaTextTitle::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .jobtype__kvAreaTextTitle {
    font-size: 2.2rem;
  }
}

/*====================================================================
jobtypeBody
====================================================================*/
.jobtypeBodySec {
  width: 100%;
}
.jobtypeBodySec__topInner {
  max-width: 1180px;
  margin: 0 auto 80px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__topInner {
    width: 100%;
    margin: 0 0 6.4rem 0;
    flex-flow: column-reverse;
  }
}
.jobtypeBodySec__topLeftWrap {
  width: 49.3%;
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__topLeftWrap {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.jobtypeBodySec__topRightWrap {
  width: 50.6%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__topRightWrap {
    width: 100%;
    padding: 0;
    order: 1;
  }
}
.jobtypeBodySec__articleTitle {
  font-size: 2.4rem;
  color: #003084;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__articleTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__articleTitle {
    font-size: 2rem;
    line-height: 1.6;
    padding: 4.8rem 0 3.2rem 3rem;
    margin-bottom: 0;
  }
  .jobtypeBodySec__articleTitle::before {
    width: 2rem;
    top: 45%;
    left: 3rem;
  }
}
.jobtypeBodySec__articleMessage {
  font-size: 1.4rem;
  line-height: 2.285;
  letter-spacing: 0.048em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__articleMessage {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeBodySec__articleMessage {
    padding: 0 3rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

/*====================================================================
jobtypeExplanationSec
====================================================================*/
.jobtypeExplanationSec {
  max-width: 1004px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .jobtypeExplanationSec {
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.jobtypeExplanationSec__container {
  width: calc((100% - 1.6rem) / 2);
  background-color: #f4f4f4;
  padding: 4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .jobtypeExplanationSec__container {
    width: 100%;
    padding: 4rem 1.8rem;
  }
  .jobtypeExplanationSec__container:nth-child(2) {
    margin: 3.2rem 0 0 0;
  }
}
.jobtypeExplanationSec__containerTitle {
  padding-left: 5rem;
  margin-bottom: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobtypeExplanationSec__containerTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeExplanationSec__containerTitle {
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.jobtypeExplanationSec__containerTitle::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .jobtypeExplanationSec__containerTitle::before {
    width: 2rem;
  }
}
.jobtypeExplanationSec__containerText {
  font-size: 1.4rem;
  line-height: 2.2;
}
.jobtypeExplanationSec__containerTargetTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  color: #003084;
  margin: 3.2rem 0 0 0;
}
.jobtypeExplanationSec__containerTargetCheck {
  width: 2.4rem;
  height: auto;
  margin: 0 0.8rem 0 0;
}
.jobtypeExplanationSec__containerTarget {
  font-size: 1.4rem;
  color: #003084;
  margin: 0.8rem 0 0 4rem;
  line-height: 1.6;
}

/*====================================================================
jobtypeFlowSec
====================================================================*/
.jobtypeFlowSec {
  padding-top: 7rem;
  max-width: 1003px;
  margin: 0 auto 16rem;
}
@media screen and (max-width: 768px) {
  .jobtypeFlowSec {
    padding: 7rem 3rem 0;
    margin: 0 auto 7.5rem;
  }
}
.jobtypeFlowSec__title {
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .jobtypeFlowSec__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeFlowSec__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

/*====================================================================
jobtypeWorker
====================================================================*/
.jobtypeWorkerSec {
  max-width: 1032px;
  margin: 0 auto 18rem;
  padding-top: 120px;
  margin-top: -120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec {
    margin: 0 auto 9rem;
    padding: 0 3rem;
    display: block;
  }
}
.jobtypeWorkerSec__left {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6rem;
  }
}
.jobtypeWorkerSec__leftTitle {
  margin-bottom: 5rem;
  padding-left: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftTitle {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.jobtypeWorkerSec__leftTitle::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__right {
    width: 100%;
  }
}
.jobtypeWorkerSec__rightTitle {
  margin-bottom: 5rem;
  padding-left: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightTitle {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}
.jobtypeWorkerSec__rightTitle::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.jobtypeWorkerSec__leftListItem {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItem {
    margin-bottom: 4.5rem;
  }
}
.jobtypeWorkerSec__leftListItem:last-of-type {
  margin-bottom: 0;
}
.jobtypeWorkerSec__leftListItemLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemLink {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .jobtypeWorkerSec__leftListItemLink:hover {
    opacity: 0.7;
  }
}
.jobtypeWorkerSec__leftListItemPhoto {
  margin-right: 24px;
  width: 8.8rem;
  height: 8.8rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemPhoto {
    margin-right: 24px;
  }
}
.jobtypeWorkerSec__leftListItemName {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemName {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemName {
    font-size: 2rem;
  }
}
.jobtypeWorkerSec__leftListItemName span {
  display: inline-block;
  padding-left: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #003084;
  position: relative;
  top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemName span {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemName span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    top: 0;
    padding-left: 0;
  }
}
.jobtypeWorkerSec__leftListItemText {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.57;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemText {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__leftListItemText {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.jobtypeWorkerSec__rightListItem {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItem {
    margin-bottom: 4rem;
  }
}
.jobtypeWorkerSec__rightListItem:last-of-type {
  margin-bottom: 0;
}
.jobtypeWorkerSec__rightListItemLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemLink {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .jobtypeWorkerSec__rightListItemLink:hover {
    opacity: 0.7;
  }
}
.jobtypeWorkerSec__rightListItemPhoto {
  margin-right: 24px;
  width: 8.8rem;
  height: 8.8rem;
}
.jobtypeWorkerSec__rightListItemName {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemName {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemName {
    font-size: 2rem;
  }
}
.jobtypeWorkerSec__rightListItemName span {
  display: inline-block;
  padding-left: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #003084;
  position: relative;
  top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemName span {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemName span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    top: 0;
    padding-left: 0;
  }
}
.jobtypeWorkerSec__rightListItemText {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.57;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemText {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .jobtypeWorkerSec__rightListItemText {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

/*====================================================================
mixin
====================================================================*/
/*====================================================================
main
====================================================================*/
.benefitPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .benefitPage {
    min-width: auto;
  }
}
.benefitPage__backAnker {
  width: 6.4rem;
  height: 2.4rem;
  position: fixed;
  z-index: 999;
  right: 1.6rem;
  bottom: 7.2rem;
  transform: rotate(-90deg);
}
.benefitPage__backAnker::before {
  content: "";
  width: 56px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skew(45deg);
  border: none;
  border-right: 1px solid #003084;
  border-bottom: 1px solid #003084;
}
@media screen and (max-width: 768px) {
  .benefitPage__backAnker {
    height: 1.6rem;
    right: -2.4rem;
    bottom: 3.2rem;
  }
  .benefitPage__backAnker::before {
    height: 6px;
  }
}

/*====================================================================
benefitBodySec
====================================================================*/
.benefit__kvArea {
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .benefit__kvArea {
    margin-bottom: 6.4rem;
  }
}
.benefit__kvAreaPhoto {
  width: 92%;
  max-width: 2000px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefit__kvAreaPhoto {
    height: 100vh;
  }
}
.benefit__kvAreaPicture img {
  display: block;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
}
.benefit__kvAreaTextWrap {
  width: 447px;
  padding: 105px 24px 105px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .benefit__kvAreaTextWrap {
    width: 90%;
    padding: 7.5rem 0 7.5rem 1.5rem;
  }
}
.benefit__kvAreaTextTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefit__kvAreaTextTitle {
    font-weight: 500;
  }
}
.benefit__kvAreaTextTitle::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .benefit__kvAreaTextTitle {
    font-size: 2.2rem;
  }
}

/*====================================================================
リード文&アンカーボタン
====================================================================*/
.benefitBodyTop {
  width: 100%;
}
.benefitBodyTop__topInner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topInner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.benefitBodyTop__topLead {
  font-size: 1.8rem;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topLead {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topLead {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.benefitBodyTop__topAnchorList {
  padding: 12rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topAnchorList {
    padding: 6rem 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.benefitBodyTop__topAnchorBtnCon {
  display: block;
  width: calc((100% - 48px) / 4);
  position: relative;
  border: 1px solid #003084;
  text-align: center;
  position: relative;
  transition-duration: 0.5s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topAnchorBtnCon {
    margin: 0 0 1.6rem 0;
  }
}
.benefitBodyTop__topAnchorBtnCon::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 101%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #003084;
  transition-duration: 0.5s;
  z-index: -1;
}
.benefitBodyTop__topAnchorBtnCon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-right: solid 1px #003084;
  border-bottom: solid 1px #003084;
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  z-index: -1;
}
.benefitBodyTop__topAnchorBtnCon:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.benefitBodyTop__topAnchorBtnCon:hover::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .benefitBodyTop__topAnchorBtnCon {
    width: 100%;
  }
}
.benefitBodyTop__topAnchorBtn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 3;
  color: #003084;
}
.benefitBodyTop__topAnchorBtn:hover {
  color: #fff;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}

/*====================================================================
人材育成
====================================================================*/
.benefitHumanResource {
  padding: 0 0 7.2rem 0;
}
.benefitHumanResource__title {
  background-color: rgba(129, 163, 226, 0.08);
  text-align: center;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 10rem 0;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__title {
    font-size: 2rem;
    padding: 6rem 0 16.8rem 0;
  }
}
.benefitHumanResource__text {
  margin: -7rem auto 8rem auto;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 4rem 11rem;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__text {
    padding: 0.8rem;
    margin: -13.6rem auto 6rem auto;
  }
}
.benefitHumanResource__inner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.benefitHumanResource__subTitleCon {
  margin: 0 0 3.2rem 0;
}
.benefitHumanResource__subTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
.benefitHumanResource__subLead {
  margin: 1.6rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource {
    padding: 0;
  }
}
.benefitHumanResource__training {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.benefitHumanResource__trainingCon {
  width: calc((100% - 1.6rem) / 2);
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingCon {
    width: 100%;
    margin: 0 0 4rem;
  }
}
.benefitHumanResource__trainingCon:nth-child(1) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingCon:nth-child(1) {
    order: 1;
  }
}
.benefitHumanResource__trainingCon:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingCon:nth-child(2) {
    order: 2;
  }
}
.benefitHumanResource__trainingCon:nth-child(3) {
  order: 3;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingCon:nth-child(3) {
    order: 4;
  }
}
.benefitHumanResource__trainingCon:nth-child(4) {
  order: 4;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingCon:nth-child(4) {
    order: 3;
  }
}
.benefitHumanResource__trainingConTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
  color: #003084;
}
.benefitHumanResource__trainingConTitle.mt64 {
  margin: 6.4rem 0 0 0;
}
.benefitHumanResource__checkIcon {
  width: 2.5rem;
  height: auto;
  margin: 0 2.4rem 0 0;
}
.benefitHumanResource__trainingConList {
  margin: 0 0 0 5rem;
}
.benefitHumanResource__trainingConListText {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 4rem 0 0 5rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingConListText {
    margin: 1.6rem 0 0 5rem;
  }
}
.benefitHumanResource__trainingConListItem {
  font-size: 1.4rem;
  line-height: 3.4rem;
}
.benefitHumanResource__trainingConBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 1.6rem 0 0 5rem;
  padding: 2.4rem 3.2rem;
  background-color: rgba(0, 48, 132, 0.1);
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingConBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 1.6rem;
  }
}
.benefitHumanResource .u-pcDf {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource .u-pcDf {
    display: none !important;
  }
}
.benefitHumanResource .u-spDf {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource .u-spDf {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__trainingConBoxList {
    width: 100%;
  }
}
.benefitHumanResource__trainingConBoxListItem {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  .benefitHumanResource__trainingConBoxListItem {
    line-height: 1.4;
    padding-bottom: 0.8rem;
  }
}
.benefitHumanResource__schedule {
  margin: 0 0 5.6rem 0;
}
.benefitHumanResource__hierarchy {
  padding: 2.4rem;
  background-color: rgba(0, 48, 132, 0.07);
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__hierarchy {
    margin: 0 0 5.6rem 0;
  }
}
.benefitHumanResource__hierarchyTitle {
  font-size: 1.6rem;
  color: #003084;
  text-align: center;
}
.benefitHumanResource__hierarchieTableImg {
  padding: 3.2rem 0;
}
.benefitHumanResource__mentor {
  margin: 0 auto 8rem auto;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentor {
    margin: 0 auto 5.6rem 0;
  }
}
.benefitHumanResource__mentorTitle {
  width: 30%;
  min-width: 30rem;
  margin: 5.6rem auto;
  padding: 2.4rem 0;
  color: #003084;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  border-left: solid 0.4rem #003084;
  border-right: solid 0.4rem #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentorTitle {
    border-left: solid 0.3rem #003084;
    border-right: solid 0.3rem #003084;
  }
}
.benefitHumanResource__mentorTitle::before, .benefitHumanResource__mentorTitle::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.6rem;
  height: 100%;
  border-top: solid 0.4rem #003084;
  border-bottom: solid 0.4rem #003084;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentorTitle::before, .benefitHumanResource__mentorTitle::after {
    border-top: solid 0.3rem #003084;
    border-bottom: solid 0.3rem #003084;
  }
}
.benefitHumanResource__mentorTitle::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentorTitle::before {
    left: -0.1rem;
  }
}
.benefitHumanResource__mentorTitle::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentorTitle::after {
    right: -0.1rem;
  }
}
.benefitHumanResource__mentorText {
  padding: 3.2rem 0;
  background-color: #5B84CE;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__mentorText {
    margin: 2.4rem 0;
    padding: 1.6rem 0;
    line-height: 1.8;
  }
}
.benefitHumanResource__otherCon {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__otherCon {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.benefitHumanResource__otherItem {
  width: 50%;
  font-size: 1.4rem;
  color: #003084;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .benefitHumanResource__otherItem {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}
.benefitHumanResource__checkIcon {
  width: 2.5rem;
  height: auto;
  margin: 0 2.4rem 0 0;
}

/*====================================================================
女性活躍の推進
====================================================================*/
.benefitWomenEmpowerment {
  padding: 0 0 7.2rem 0;
}
.benefitWomenEmpowerment__title {
  background-color: rgba(129, 163, 226, 0.08);
  text-align: center;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 10rem 0;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__title {
    font-size: 2rem;
    padding: 6rem 0 16.8rem 0;
  }
}
.benefitWomenEmpowerment__text {
  margin: -7rem auto 8rem auto;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 4rem 11rem;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__text {
    padding: 0.8rem;
    margin: -13.6rem auto 6rem auto;
  }
}
.benefitWomenEmpowerment__inner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.benefitWomenEmpowerment__subTitleCon {
  margin: 0 0 3.2rem 0;
}
.benefitWomenEmpowerment__subTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
.benefitWomenEmpowerment__subLead {
  margin: 1.6rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment {
    padding: 0;
  }
  .benefitWomenEmpowerment__title {
    padding: 6rem 0 8.8rem 0;
  }
  .benefitWomenEmpowerment__text {
    margin: -5.6rem auto 0 auto;
    padding-bottom: 5.6rem;
  }
}
.benefitWomenEmpowerment__infraCon {
  margin: 0 0 5.6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__infraCon {
    margin: 0 0 4rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitWomenEmpowerment__infraLeft, .benefitWomenEmpowerment__infraRight {
  width: calc((100% - 1.6rem) / 2);
  text-align: center;
  margin: 0 0 1.4rem 0;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__infraLeft, .benefitWomenEmpowerment__infraRight {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  .benefitWomenEmpowerment__infraLeft:last-child, .benefitWomenEmpowerment__infraRight:last-child {
    margin: 0;
  }
}
.benefitWomenEmpowerment__infraTitle {
  display: inline-block;
  font-size: 1.6rem;
  color: #003084;
  background-color: #fff;
  padding: 0.7rem 0.4rem;
  position: relative;
  z-index: 1;
}
.benefitWomenEmpowerment__infraList {
  height: 95%;
  padding: 3.2rem 1.6rem 0 1.6rem;
  border: solid 1px #81A3E2;
  position: relative;
  top: -1.6rem;
  z-index: -1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.benefitWomenEmpowerment__infraListItem {
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: left;
}
.benefitWomenEmpowerment__infraImg {
  margin: 0 0 2.4rem 0;
  flex-shrink: 0;
}
.benefitWomenEmpowerment__follow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.benefitWomenEmpowerment__followCon {
  width: calc((100% - 1.6rem) / 2);
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .benefitWomenEmpowerment__followCon {
    width: 100%;
  }
}
.benefitWomenEmpowerment__followConTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
  color: #003084;
}
.benefitWomenEmpowerment__checkIcon {
  width: 2.5rem;
  height: auto;
  margin: 0 2.4rem 0 0;
}
.benefitWomenEmpowerment__followConList {
  margin: 0 0 0 5rem;
}
.benefitWomenEmpowerment__followConListItem {
  font-size: 1.4rem;
  line-height: 3.4rem;
}

/*====================================================================
福利厚生
====================================================================*/
.benefitSupport {
  padding: 0 0 7.2rem 0;
}
.benefitSupport__title {
  background-color: rgba(129, 163, 226, 0.08);
  text-align: center;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 10rem 0;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .benefitSupport__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .benefitSupport__title {
    font-size: 2rem;
    padding: 6rem 0 16.8rem 0;
  }
}
.benefitSupport__text {
  margin: -7rem auto 8rem auto;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 4rem 11rem;
}
@media screen and (max-width: 768px) {
  .benefitSupport__text {
    padding: 0.8rem;
    margin: -13.6rem auto 6rem auto;
  }
}
.benefitSupport__inner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefitSupport__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.benefitSupport__subTitleCon {
  margin: 0 0 3.2rem 0;
}
.benefitSupport__subTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
.benefitSupport__subLead {
  margin: 1.6rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .benefitSupport__title {
    padding: 6rem 0 8.8rem 0;
  }
  .benefitSupport__text {
    margin: -5.6rem auto 0 auto;
    padding-bottom: 5.6rem;
  }
}
.benefitSupport__cafeAreaList {
  flex-direction: column;
}
.benefitSupport__childcareImg {
  margin: 0 0 8rem 0;
}
.benefitSupport__nursery {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__nursery {
    margin: 0 0 5.6rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitSupport__nurseryBox {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitSupport__nurseryBox {
    width: 100%;
  }
}
.benefitSupport__nurseryBoxTitle {
  font-size: 1.6rem;
  color: #003084;
  margin: 0 0 3.2rem 0;
  letter-spacing: 0.1rem;
}
.benefitSupport__nurseryBoxText {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
  width: 100%;
}
.benefitSupport__nurseryImgBox {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__nurseryImgBox {
    width: 100%;
    margin: 5.6rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .benefitSupport__figure:first-child {
    margin-right: 0.8rem;
  }
}
.benefitSupport__figcaption {
  font-size: 1.4rem;
  margin: 0.8rem 0 0 0;
  line-height: 1.7;
}
.benefitSupport__residential {
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residential {
    margin: 0 0 4rem 0;
  }
}
.benefitSupport__residentialCon {
  margin: 0 0 5.6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residentialCon {
    margin: 0 0 4rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitSupport__residentialLeft, .benefitSupport__residentialRight {
  width: calc((100% - 1.6rem) / 2);
  text-align: center;
  margin: 0 0 1.4rem 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residentialLeft, .benefitSupport__residentialRight {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  .benefitSupport__residentialLeft:last-child, .benefitSupport__residentialRight:last-child {
    margin: 0;
  }
}
.benefitSupport__residentialTitle {
  display: inline-block;
  font-size: 1.6rem;
  color: #003084;
  background-color: #fff;
  padding: 0.7rem 0.4rem;
  position: relative;
  z-index: 1;
}
.benefitSupport__residentialList {
  height: 100%;
  padding: 3.2rem 1.6rem 0 1.6rem;
  border: solid 1px #81A3E2;
  position: relative;
  top: -1.6rem;
  z-index: -1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.benefitSupport__residentialListItem {
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: left;
}
.benefitSupport__checkIcon {
  width: 2.5rem;
  height: auto;
  margin: 0 2.4rem 0 0;
}
.benefitSupport__residentialConNoteList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 3.3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residentialConNoteList {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.benefitSupport__residentialConNote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residentialConNote {
    margin: 1.6rem 0;
  }
}
.benefitSupport__residentialConNote:first-child {
  margin: 0 8.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__residentialConNote:first-child {
    margin: 0;
  }
}
.benefitSupport__other {
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__other {
    margin: 0 0 5.6rem 0;
  }
}
.benefitSupport__otherCon {
  margin: 0 0 5.6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__otherCon {
    margin: 0 0 4rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitSupport__otherLeft, .benefitSupport__otherRight {
  width: calc((100% - 3.2rem) / 3);
  text-align: center;
  margin: 0 0 1.4rem 0;
}
@media screen and (max-width: 768px) {
  .benefitSupport__otherLeft, .benefitSupport__otherRight {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  .benefitSupport__otherLeft:last-child, .benefitSupport__otherRight:last-child {
    margin: 0;
  }
}
.benefitSupport__otherTitle {
  display: inline-block;
  font-size: 1.6rem;
  color: #003084;
  background-color: #fff;
  padding: 0.7rem 0.4rem;
  position: relative;
  z-index: 1;
}
.benefitSupport__otherList {
  height: 100%;
  padding: 3.2rem 1.6rem 0 1.6rem;
  border: solid 1px #81A3E2;
  position: relative;
  top: -1.6rem;
  z-index: -1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 4rem;
}
.benefitSupport__otherListItem {
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: left;
}
.benefitSupport__discount {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitSupport__discount {
    margin: 0 0 5.6rem 0;
  }
}
.benefitSupport__discountCon {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .benefitSupport__discountCon {
    width: 100%;
  }
}
.benefitSupport__discountConTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
  color: #003084;
}
.benefitSupport__checkIcon {
  width: 2.5rem;
  height: auto;
  margin: 0 2.4rem 0 0;
}
.benefitSupport__discountConList {
  margin: 0 0 6.4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .benefitSupport__discountConList {
    margin: 0 0 4rem 4.8rem;
  }
  .benefitSupport__discountConList.mb2 {
    margin: 0 0 2.4rem 4.8rem;
  }
}
.benefitSupport__discountConListItem {
  font-size: 1.4rem;
  line-height: 3.4rem;
}
.benefitSupport__discountConListItemText {
  background-color: #81A3E2;
  color: #fff;
  text-align: center;
  line-height: 2.8;
  font-size: 1.4rem;
  margin: 0 0 2.4rem 0;
}
.benefitSupport__restHome {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__restHome {
    margin: 0 0 5.6rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitSupport__restHomeBox {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitSupport__restHomeBox {
    width: 100%;
  }
}
.benefitSupport__restHomeBoxTitle {
  font-size: 1.6rem;
  color: #003084;
  margin: 0 0 3.2rem 0;
  letter-spacing: 0.1rem;
}
.benefitSupport__restHomeBoxText {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
  max-width: 100%;
}
.benefitSupport__restHomeImgBox {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitSupport__restHomeImgBox {
    width: 100%;
    margin: 5.6rem 0 0 0;
  }
}

/*====================================================================
会社イベント
====================================================================*/
.benefitEvent {
  padding: 0 0 7.2rem 0;
}
.benefitEvent__title {
  background-color: rgba(129, 163, 226, 0.08);
  text-align: center;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 10rem 0;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .benefitEvent__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .benefitEvent__title {
    font-size: 2rem;
    padding: 6rem 0 16.8rem 0;
  }
}
.benefitEvent__text {
  margin: -7rem auto 8rem auto;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 4rem 11rem;
}
@media screen and (max-width: 768px) {
  .benefitEvent__text {
    padding: 0.8rem;
    margin: -13.6rem auto 6rem auto;
  }
}
.benefitEvent__inner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefitEvent__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.benefitEvent__subTitleCon {
  margin: 0 0 3.2rem 0;
}
.benefitEvent__subTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
.benefitEvent__subLead {
  margin: 1.6rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .benefitEvent__title {
    padding: 6rem 0 8.8rem 0;
  }
  .benefitEvent__text {
    margin: -5.6rem auto 0 auto;
    padding-bottom: 5.6rem;
  }
}
.benefitEvent__westJapanFesta {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__westJapanFesta {
    margin: 0 0 5.6rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitEvent__westJapanFestaBox {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitEvent__westJapanFestaBox {
    width: 100%;
  }
}
.benefitEvent__westJapanFestaBoxText {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
  max-width: 100%;
}
.benefitEvent__westJapanFestaImgBox {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__westJapanFestaImgBox {
    width: 100%;
    margin: 2.4rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .benefitEvent__figure {
    width: calc(50% - 0.8rem);
  }
  .benefitEvent__figure:first-child {
    margin-right: 0.8rem;
  }
}
.benefitEvent__figcaption {
  font-size: 1.4rem;
  margin: 0.8rem 0 0 0;
  line-height: 1.7;
}
.benefitEvent__westJapanFestaText {
  width: 100%;
  background-color: #81A3E2;
  color: #fff;
  text-align: center;
  line-height: 2.8;
  font-size: 1.4rem;
  margin: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .benefitEvent__westJapanFestaText {
    margin: 2.4rem 0;
    padding: 1.6rem 0;
    line-height: 1.8;
  }
}
.benefitEvent__club {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__club {
    margin: 0 0 5.6rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefitEvent__clubBox {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitEvent__clubBox {
    width: 100%;
  }
}
.benefitEvent__clubBoxText {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
  max-width: 100%;
}
.benefitEvent__clubImgBox {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__clubImgBox {
    width: 100%;
    margin: 2.4rem 0 0 0;
  }
}
.benefitEvent__sports {
  margin: 0 0 8rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__sports {
    margin: 0 0 5.6rem 0;
  }
}
.benefitEvent__sportsBox {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .benefitEvent__sportsBox {
    width: 100%;
  }
}
.benefitEvent__sportsBoxBlue {
  width: calc(50% - 10.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(0, 48, 132, 0.1);
  order: 3;
  padding: 1.6rem;
  margin: 3.2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .benefitEvent__sportsBoxBlue {
    width: 100%;
  }
}
.benefitEvent__sportsBoxText {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
  max-width: 100%;
}
.benefitEvent__sportsImgBox {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .benefitEvent__sportsImgBox {
    width: 100%;
    margin: 2.4rem 0 0 0;
  }
}
.benefitEvent__figure {
  width: calc((100% - 1.6rem) / 2);
}
.benefitEvent div:nth-child(1) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .benefitEvent div:nth-child(1) {
    order: 1;
  }
}
.benefitEvent div:nth-child(2) {
  order: 3;
}
.benefitEvent div:nth-child(3) {
  order: 2;
}

/*====================================================================
main
====================================================================*/
.newsPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .newsPage {
    min-width: auto;
  }
}
.newsPage .hidden {
  visibility: hidden;
}
.newsPage .displaynone {
  display: none;
}

.newsTitle {
  width: 92%;
  max-width: 2000px;
  margin-left: auto;
  padding: 14.4rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsTitle {
    padding: 12rem 0 0 0;
  }
}
.newsTitle__container {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsTitle__container {
    font-weight: 500;
  }
}
.newsTitle__container::before {
  content: "";
  width: 0.1rem;
  height: 6.4rem;
  background-color: #003084;
  position: absolute;
  top: -8rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .newsTitle__container {
    font-size: 2.4rem;
  }
}
.newsTitle__english {
  font-size: 1.6rem;
}

.newsInner {
  max-width: 832px;
  margin: 0 auto;
  padding: 5.6rem 0 16rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsInner {
    width: calc(100% - 6.4rem);
    margin: 0 auto;
    padding: 4.8rem 0 8rem 0;
  }
}

.newsContent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.6rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  background-image: linear-gradient(to right, #CCCCCC, #CCCCCC 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .newsContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2.8rem 0;
  }
}
.newsContent__time {
  display: block;
  width: 20%;
  color: #003084;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .newsContent__time {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.newsContent__title {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: color 0.3s;
  line-height: 2.2;
}
.newsContent__title:hover {
  color: #003084;
}

.pagenation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 15rem 0 9.4rem 0;
}
.pagenation__prevBtn, .pagenation__nextBtn {
  width: 3.2rem;
  height: auto;
  transition: opacity 0.3s;
}
.pagenation__prevBtn:hover, .pagenation__nextBtn:hover {
  opacity: 0.4;
}
.pagenation__prevBtn {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin: 3.2rem 0;
  }
}

.newsSingle {
  width: 100%;
  padding: 4rem 0;
  letter-spacing: 0.1rem;
}
.newsSingle__time {
  display: block;
  width: 100%;
  margin-bottom: 4.8rem;
  text-align: right;
  font-size: 1.6rem;
  color: #003084;
}
@media screen and (max-width: 768px) {
  .newsSingle__time {
    margin-bottom: 3.2rem;
  }
}
.newsSingle__title {
  font-size: 2.2rem;
  color: #003084;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newsSingle__title {
    font-size: 1.8rem;
  }
}
.newsSingle__contents {
  padding: 4.8rem 0;
  font-size: 1.4rem;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .newsSingle__contents {
    padding: 2.4rem 0;
  }
}
.newsSingle__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #003084;
  padding: 0 0 0.8rem 0;
  margin: 0 0 2.4rem 0;
  border-bottom: solid 1px #003084;
  transition: opacity 0.3s;
}
.newsSingle__link:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .newsSingle__link {
    font-size: 1.3rem;
  }
}
.newsSingle__link img {
  width: 2rem;
  max-height: 2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .newsSingle__link img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.newsSingle__entryTitle {
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  height: 178px;
  display: block;
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/news/newsSingle_entryBtn.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .newsSingle__entryTitle {
    max-width: 31.5rem;
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/news/newsSingle_entryBtn_sp.jpg");
    height: 10.1rem;
  }
}

.pagenation__backBtn {
  font-size: 1.6rem;
  color: #003084;
  transition: opacity 0.3s;
}
.pagenation__backBtn:hover {
  opacity: 0.4;
}

/*====================================================================
mixin
====================================================================*/
/*====================================================================
main
====================================================================*/
.districtPage {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .districtPage {
    min-width: auto;
  }
}
.districtPage__backAnker {
  width: 6.4rem;
  height: 2.4rem;
  position: fixed;
  z-index: 999;
  right: 1.6rem;
  bottom: 7.2rem;
  transform: rotate(-90deg);
}
.districtPage__backAnker::before {
  content: "";
  width: 60px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skew(45deg);
  border: none;
  border-right: 1px solid #003084;
  border-bottom: 1px solid #003084;
}
@media screen and (max-width: 768px) {
  .districtPage__backAnker {
    height: 1.6rem;
    right: -2.4rem;
    bottom: 3.2rem;
  }
  .districtPage__backAnker::before {
    height: 6px;
  }
}
.districtPage__backAnker.white::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*====================================================================
districtBodySec
====================================================================*/
.district__kvArea {
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .district__kvArea {
    margin-bottom: 6.4rem;
  }
}
.district__kvAreaPhoto {
  width: 92%;
  max-width: 2000px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .district__kvAreaPhoto {
    height: 100vh;
  }
}
.district__kvAreaPicture img {
  display: block;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
}
.district__kvAreaTextWrap {
  width: 447px;
  padding: 105px 24px 105px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .district__kvAreaTextWrap {
    width: 90%;
    padding: 7.5rem 0 7.5rem 1.5rem;
  }
}
.district__kvAreaTextTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #003084;
  position: relative;
}
@media screen and (max-width: 768px) {
  .district__kvAreaTextTitle {
    font-weight: 500;
  }
}
.district__kvAreaTextTitle::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #003084;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .district__kvAreaTextTitle {
    font-size: 2.2rem;
  }
}

/*====================================================================
リード文&アンカーボタン
====================================================================*/
.districtBody {
  width: 100%;
  /*====================================================================
  福山地区
  ====================================================================*/
}
.districtBody__topInner {
  max-width: 1008px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .districtBody__topInner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.districtBody__topLead {
  display: inline-block;
  font-size: 1.8rem;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .districtBody__topLead {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .districtBody__topLead {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.districtBody__tabBg {
  margin: 14.4rem 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .districtBody__tabBg {
    margin: 0;
  }
}
.districtBody__tabBgImg {
  position: relative;
  height: 60rem;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .districtBody__tabBgImg {
    height: 46.8rem;
  }
}
.districtBody__tabBgImg ul {
  position: relative;
  z-index: 0;
  height: 100%;
}
.districtBody__tabBgImg ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.districtBody__tabBgImg ul li:nth-child(1) {
  display: block;
}
.districtBody__tabBgImg ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.districtBody__tabBgImg ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.districtBody__tabBgImg ul li:nth-child(1) span {
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/district/tab_bg_01PC.jpg");
}
@media screen and (max-width: 768px) {
  .districtBody__tabBgImg ul li:nth-child(1) span {
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/district/tab_bg_01SP.jpg");
  }
}
.districtBody__tabBgImg ul li:nth-child(2) span {
  background-image: url("/saiyou/ginou/freshers/west/_assets/images/district/tab_bg_02PC.jpg");
}
@media screen and (max-width: 768px) {
  .districtBody__tabBgImg ul li:nth-child(2) span {
    background-image: url("/saiyou/ginou/freshers/west/_assets/images/district/tab_bg_02SP.jpg");
  }
}
.districtBody__tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 83.4rem;
  margin: -11.6rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .districtBody__tab {
    margin: -8.3rem auto 0 auto;
  }
}
.districtBody__tabBtn {
  display: block;
  width: 50%;
  max-width: 40rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  position: relative;
  cursor: pointer;
}
.districtBody__tabBtn::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #003084;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  z-index: 1;
}
.districtBody__tabBtn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.districtBody__tabBtn:hover .districtBody__tabBtnLink {
  color: #fff;
}
.districtBody__tabBtn.active {
  background-color: #fff;
  backdrop-filter: none;
}
.districtBody__tabBtnLink {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4.8rem 0;
  font-size: 2rem;
  color: #003084;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .districtBody__tabBtnLink {
    padding: 1.6rem 0 4.8rem 0;
  }
}
.districtBody__tabBtnLink::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  left: auto;
  right: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/district/tab_icon_arrowNavy.svg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .districtBody__tabBtnLink::before {
    height: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.districtBody__tabBtnLink::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  left: auto;
  right: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/district/tab_icon_arrowWhite.svg);
  opacity: 0;
  transform: translate3d(-200%, 0, 0);
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  .districtBody__tabBtnLink::after {
    height: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.districtBody__tabBtnLink:hover::before {
  opacity: 0;
}
.districtBody__tabBtnLink:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .districtBody__tabBtnLink:hover::after {
    transform: translateX(-50%);
  }
}
.districtBody__areaLead {
  font-size: 1.6rem;
  line-height: 2.5;
  padding: 13.6rem 0 0 0;
  width: 90%;
  max-width: 66.4rem;
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .districtBody__areaLead {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .districtBody__areaLead {
    width: 95%;
    max-width: 95%;
    padding: 8rem 0 0 0;
    text-align: left;
  }
}
.districtBody__topAnchorList {
  padding: 12rem 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .districtBody__topAnchorList {
    padding: 6rem 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.districtBody__tabContents {
  display: none;
}
.districtBody__tabContents.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.districtBody__topAnchorBtnCon {
  display: block;
  width: calc((100% - 48px) / 4);
  position: relative;
  border: 1px solid #003084;
  text-align: center;
  position: relative;
  transition-duration: 0.5s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .districtBody__topAnchorBtnCon {
    margin: 0 0 1.6rem 0;
  }
}
.districtBody__topAnchorBtnCon::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 101%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #003084;
  transition-duration: 0.5s;
  z-index: -1;
}
.districtBody__topAnchorBtnCon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-right: solid 1px #003084;
  border-bottom: solid 1px #003084;
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  z-index: -1;
}
.districtBody__topAnchorBtnCon:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.districtBody__topAnchorBtnCon:hover::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .districtBody__topAnchorBtnCon {
    width: 100%;
  }
}
.districtBody__topAnchorBtn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 3;
  color: #003084;
}
.districtBody__topAnchorBtn:hover {
  color: #fff;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
.districtBody__titleCon {
  margin: 13.6rem auto 9.6rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .districtBody__titleCon {
    margin: 8.8rem auto 4.8rem auto;
  }
}
.districtBody__title {
  display: inline-block;
  padding: 4rem 21rem 0 21rem;
  border-top: solid 0.1rem #003084;
  border-right: solid 0.1rem #003084;
  border-left: solid 0.1rem #003084;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .districtBody__title {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .districtBody__title {
    display: block;
    padding: 3.2rem 0 0 0;
    font-size: 2.4rem;
  }
}
.districtBody__subtitle {
  display: inline-block;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.6rem;
  color: #003084;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .districtBody__subtitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .districtBody__subtitle {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
.districtBody__areaMap {
  margin-top: -9.6rem;
}
@media screen and (max-width: 768px) {
  .districtBody__areaMap {
    margin: 0;
  }
}
.districtBody__titleMini {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #003084;
  margin: 5.6rem 0 2.4rem 0;
}
.districtBody__titleMiniImg {
  display: block;
  width: 2.5rem;
  height: auto;
  margin-right: 1.6rem;
}
.districtBody__accessBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 78.5rem;
  margin: 0 0 0 4.8rem;
  padding: 1.6rem;
  background-color: rgba(0, 48, 132, 0.03);
}
@media screen and (max-width: 768px) {
  .districtBody__accessBox {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 48, 132, 0);
  }
}
@media screen and (max-width: 768px) {
  .districtBody__accessBoxInner {
    width: calc((100% - 0.8rem) / 2);
    padding: 1.6rem 0.8rem;
    background-color: rgba(0, 48, 132, 0.03);
  }
}
.districtBody__accessBoxInnerList {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .districtBody__accessBoxInnerList {
    font-size: 1.3rem;
  }
}
.districtBody__goToWorkCon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.districtBody__goToWorkInner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .districtBody__goToWorkInner {
    width: 100%;
  }
}
.districtBody__goToWorkImg {
  display: block;
  width: 28rem;
  height: auto;
  margin: 0 0 0 7.2rem;
}
@media screen and (max-width: 768px) {
  .districtBody__goToWorkImg {
    width: 90%;
    margin: 0 auto;
  }
}
.districtBody__fukuyamaCity {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.districtBody__fukuyamaCityInner {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .districtBody__fukuyamaCityInner {
    width: 100%;
  }
}
.districtBody__fukuyamaCityBox {
  background-color: rgba(0, 48, 132, 0.03);
  padding: 2.4rem 4rem;
  margin: 0 0 1.6rem 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .districtBody__fukuyamaCityBox {
    padding: 2.4rem 1.6rem;
    letter-spacing: 0.1rem;
    font-size: 1.3rem;
  }
}
.districtBody__fukuyamaCityBoxTitle {
  font-size: 2rem;
  color: #003084;
  padding: 0 0 0 4rem;
  margin: 0 0 0.8rem 0;
  position: relative;
}
.districtBody__fukuyamaCityBoxTitle::before {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #003084;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.districtBody__fukuyamaCityBoxSubTitle {
  margin: 4rem 0 0 0;
  padding: 0 0 0 1.6rem;
  position: relative;
  line-height: 1.8;
}
.districtBody__fukuyamaCityBoxSubTitle::before {
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-color: #003084;
}
.districtBody__fukuyamaCityBoxImg {
  margin: 1.6rem 0;
}
.districtBody__fukuyamaCityFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1.6rem 0;
}
.districtBody__fukuyamaCityFlexInner {
  font-size: 1.4rem;
}
.districtBody__fukuyamaCityFlexInner:first-child {
  margin: 0 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .districtBody__fukuyamaCityFlexInner:first-child {
    margin: 0 1.6rem 0 0;
  }
}
.districtBody__fukuyamaCityPointImg {
  position: absolute;
  width: 19rem;
  height: auto;
  top: -3.2rem;
  right: -6rem;
}
@media screen and (max-width: 768px) {
  .districtBody__fukuyamaCityPointImg {
    width: 12rem;
    top: 2.4rem;
    right: calc(-1.6rem - 5%);
  }
}
.districtBody .largeText {
  display: inline-block;
  font-size: 4rem;
  padding: 1.6rem 0;
  letter-spacing: 0.4rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .districtBody .largeText {
    font-size: 3.2rem;
  }
}
.districtBody .largeText.pb0 {
  padding: 1.6rem 0 0 0;
}
.districtBody .mediumText {
  display: inline-block;
  font-size: 3.2rem;
  padding: 1.6rem 0;
  letter-spacing: 0.4rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .districtBody .mediumText {
    font-size: 2.4rem;
  }
}
.districtBody .arrow {
  width: 0;
  height: 0;
  margin: 0 2.4rem 0 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #333333;
}
@media screen and (max-width: 768px) {
  .districtBody .arrow {
    margin: 0 1.6rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .districtBody .centerText {
    text-align: center;
    font-size: 1.4rem;
  }
  .districtBody .marginRight {
    margin-right: 1.6rem;
  }
}
.districtBody__livingSwiper {
  position: relative;
  overflow-x: hidden;
  padding: 0 0 5.2rem 0;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper {
    padding: 0;
    overflow-y: hidden;
  }
}
.districtBody__livingSwiper .swiper-wrapper,
.districtBody__livingSwiper .swiper-slide {
  margin: 0;
  padding: 0;
  transform: scale(1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-wrapper {
    padding-bottom: 12rem;
  }
}
.districtBody__livingSwiper .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 3.2rem 0 0 0;
  }
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperImg {
  width: 50%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperImg {
    width: calc(100% - 4.8rem);
    height: 20.9rem;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 auto;
  }
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail {
  width: 50%;
  padding: 0 8rem;
  position: relative;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    padding: 3.2rem 0;
  }
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail::before {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 5.2rem;
  left: -50%;
  z-index: -1;
  background-color: rgba(0, 48, 132, 0.04);
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail::before {
    width: 75%;
    height: calc(100% + 38.4rem);
    top: -25.6rem;
    left: auto;
    right: -2.4rem;
  }
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail .number {
  margin: 0 0 4rem 0;
  font-size: 10.4rem;
  color: rgba(0, 48, 132, 0.1);
  font-weight: 100;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "NotoSansJP-Regular", "NotoSansJP-Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail .number {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail h4 {
  margin: 0 0 4rem 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #003084;
}
.districtBody__livingSwiper .swiper-slide .districtBody__livingSwiperDetail p {
  font-size: 1.4rem;
  line-height: 2.3;
  max-width: 32.4rem;
  text-align: justify;
}
.districtBody__livingSwiper .swiper-slide.swiper-slide-active .districtBody__livingSwiperImg {
  opacity: 1;
}
.districtBody__livingSwiper .swiper-slide.swiper-slide-active .districtBody__livingSwiperDetail {
  opacity: 1;
}
.districtBody__livingSwiper .swiper-button-prev {
  top: auto;
  left: calc(50% + 8rem);
  bottom: 42rem;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/common/icon_circleArrow.svg);
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-button-prev {
    top: 16.6rem;
    bottom: auto;
    left: 1rem;
    opacity: 0.6;
  }
}
.districtBody__livingSwiper .swiper-button-next {
  top: auto;
  left: calc(50% + 13.4rem);
  bottom: 42rem;
  background-image: url(/saiyou/ginou/freshers/west/_assets/images/common/icon_circleArrow.svg);
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .swiper-button-next {
    top: 16.6rem;
    bottom: auto;
    left: auto;
    right: 1rem;
    opacity: 0.6;
  }
}
.districtBody__livingSwiper .FlivingSwiper-pagenation,
.districtBody__livingSwiper .KlivingSwiper-pagenation {
  width: 65%;
  height: 36.8rem;
  padding: 6.4rem 0;
  position: relative;
  top: 5.2rem;
  left: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .districtBody__livingSwiper .FlivingSwiper-pagenation,
  .districtBody__livingSwiper .KlivingSwiper-pagenation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    top: auto;
    bottom: 4.8rem;
    left: 0;
    color: rgba(0, 48, 132, 0.5);
  }
  .districtBody__livingSwiper .FlivingSwiper-pagenation span,
  .districtBody__livingSwiper .KlivingSwiper-pagenation span {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0.2rem;
  }
  .districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-current,
  .districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-current {
    color: #003084;
  }
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet {
  display: block;
  width: 50%;
  height: 2.4rem;
  background: none;
  color: #003084;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  padding: 0 0 3.2rem 0;
  position: relative;
  left: 0;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(1) {
  order: 1;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(2) {
  order: 3;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(3) {
  order: 5;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(4) {
  order: 7;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(5) {
  order: 2;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(6) {
  order: 4;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(7) {
  order: 6;
}
.districtBody__livingSwiper .FlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(8) {
  order: 8;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet {
  display: block;
  width: 50%;
  height: 2.4rem;
  background: none;
  color: #003084;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  padding: 0 0 3.2rem 0;
  position: relative;
  left: 0;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(1) {
  order: 1;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(2) {
  order: 3;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(3) {
  order: 5;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(4) {
  order: 7;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(5) {
  order: 9;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(6) {
  order: 2;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(7) {
  order: 4;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(8) {
  order: 6;
}
.districtBody__livingSwiper .KlivingSwiper-pagenation .swiper-pagination-bullet:nth-child(9) {
  order: 8;
}
.districtBody__dormitoryInner {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .districtBody__dormitoryInner {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.4rem auto;
    flex-flow: column-reverse;
  }
}
.districtBody__dormitoryTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 2rem;
  padding: 0.2rem;
}
.districtBody__dormitorySubTitle {
  display: inline-block;
  background-color: #003084;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.2rem;
  margin: 0 0 2.4rem 0;
  line-height: 1.4;
}
.districtBody__dormitoryText {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.3rem;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .districtBody__dormitoryText {
    letter-spacing: 0.1rem;
  }
}
.districtBody__dormitorySwiper {
  position: relative;
  overflow-x: hidden;
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .districtBody__dormitorySwiper {
    padding: 0 0 6.4rem 0;
  }
}
.districtBody__dormitorySwiper .swiper-wrapper,
.districtBody__dormitorySwiper .swiper-slide {
  margin: 0;
  padding: 0;
  transform: scale(1);
  position: relative;
}
.districtBody__dormitorySwiper .swiper-slide {
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .districtBody__dormitorySwiper .swiper-slide {
    width: 80%;
    transform: scale(0.95);
  }
}
.districtBody__dormitorySwiper .swiper-slide-active {
  transform: scale(1);
}
.districtBody__dormitorySwiper .FdormitorySwiper-pagenation,
.districtBody__dormitorySwiper .KdormitorySwiper-pagenation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin: 4.8rem auto;
}
@media screen and (max-width: 768px) {
  .districtBody__dormitorySwiper .FdormitorySwiper-pagenation,
  .districtBody__dormitorySwiper .KdormitorySwiper-pagenation {
    margin: 2.4rem auto;
  }
}
.districtBody__dormitorySwiper .FdormitorySwiper-pagenation .swiper-pagination-bullet,
.districtBody__dormitorySwiper .KdormitorySwiper-pagenation .swiper-pagination-bullet {
  width: 25%;
  height: 0.4rem;
  border-radius: 0;
  background-color: #003084;
  margin: 0 0.1rem;
  transition: all 0.4s;
}
.districtBody__dormitorySwiper .FdormitorySwiper-pagenation .swiper-pagination-bullet-active,
.districtBody__dormitorySwiper .KdormitorySwiper-pagenation .swiper-pagination-bullet-active {
  width: 50%;
}
.districtBody__kurashikiCity {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.districtBody__kurashikiCityInner {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .districtBody__kurashikiCityInner {
    width: 100%;
  }
}
.districtBody__kurashikiCityBox {
  background-color: rgba(0, 48, 132, 0.03);
  padding: 2.4rem 4.8rem;
  margin: 0 0 1.6rem 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .districtBody__kurashikiCityBox {
    padding: 2.4rem 1.6rem;
    letter-spacing: 0.1rem;
    font-size: 1.3rem;
  }
}
.districtBody__kurashikiCityBox.pb24 {
  padding: 2.4rem 4rem 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .districtBody__kurashikiCityBox.pb24 {
    padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  }
}
.districtBody__kurashikiCityBoxTitle {
  font-size: 2rem;
  color: #003084;
  padding: 0 0 0 4rem;
  margin: 0 0 0.8rem 0;
  position: relative;
  line-height: 1.6;
}
.districtBody__kurashikiCityBoxTitle::before {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #003084;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
.districtBody__kurashikiCityBoxSubTitle {
  padding: 0 0 0 1.6rem;
  position: relative;
  font-size: 1.4rem;
}
.districtBody__kurashikiCityBoxSubTitle::before {
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003084;
}
.districtBody__kurashikiCityBoxImg {
  margin: 1.6rem 0;
}
.districtBody__kurashikiCityBoxImg.mt24 {
  margin: -3.2rem 0 0 0;
}
.districtBody__kurashikiCityFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.6rem 0;
}
.districtBody__kurashikiCityFlex.mb0 {
  margin: 1.6rem 0 0 0;
}
.districtBody__kurashikiCityFlexInner {
  font-size: 1.4rem;
  line-height: 1.6;
}
.districtBody__kurashikiCityFlexInner:first-child {
  margin: 0 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .districtBody__kurashikiCityFlexInner {
    font-size: 1.3rem;
  }
  .districtBody__kurashikiCityFlexInner:first-child {
    margin: 0;
    order: 2;
  }
  .districtBody__kurashikiCityFlexInner:nth-child(2) {
    margin: 0 1.6rem 0 0;
    order: 1;
  }
}
.districtBody__kurashikiCityInnerBox {
  background-color: #fff;
  margin: 2.4rem 0 0 0;
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .districtBody__kurashikiCityInnerBox {
    font-size: 1.3rem;
  }
}
.districtBody .centerText {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .districtBody .centerText {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .districtBody .marginRight {
    margin-right: 1.6rem;
  }
}
.districtBody .imgWider {
  position: relative;
}
.districtBody .imgWider img {
  width: calc(100% + 2.4rem);
}/*# sourceMappingURL=style.css.map */