@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: none; /* 2 */
  -webkit-text-size-adjust: none; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #3967ae;
  color: #fff;
}

::selection {
  background: #3967ae;
  color: #fff;
}

@media (min-device-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}
/* ============================================
// BASE
// ==========================================*/
html {
  font-size: 62.5%;
}

body {
  color: #06283D;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 60px;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
@media all and (min-width: 835px) {
  body {
    margin-top: 97px;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}
.wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-animation: fadeOut 0.5s 0.2s ease forwards;
          animation: fadeOut 0.5s 0.2s ease forwards;
  z-index: 100;
  background: #FFF;
  pointer-events: none;
}

a {
  display: inline-block;
  color: #434343;
  position: relative;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

/* fonts */
.pcOn {
  display: none !important;
}
@media all and (min-width: 835px) {
  .pcOn {
    display: block !important;
  }
}

.spOn {
  display: block !important;
}
@media all and (min-width: 835px) {
  .spOn {
    display: none !important;
  }
}

/* ============================================
// animation
// ==========================================*/
.animation._a_slideup_fade,
.animation-center._a_slideup_fade {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.animation._a_slideup_fade.acted,
.animation-center._a_slideup_fade.acted {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.animation._a_slidedown_fade,
.animation-center._a_slidedown_fade {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.8s ease;
  transition: transform 0.7s ease, opacity 0.8s ease, -webkit-transform 0.7s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.animation._a_slidedown_fade.acted,
.animation-center._a_slidedown_fade.acted {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.animation._a_slideright_fade,
.animation-center._a_slideright_fade {
  opacity: 0;
  -webkit-transform: translateX(10%) rotate(0.01deg) scale(1);
          transform: translateX(10%) rotate(0.01deg) scale(1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.animation._a_slideright_fade.acted,
.animation-center._a_slideright_fade.acted {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0.01deg) scale(1);
          transform: translateX(0) rotate(0.01deg) scale(1);
}
.animation._a_slideleft_fade,
.animation-center._a_slideleft_fade {
  opacity: 0;
  -webkit-transform: translateX(-10%) rotate(0.01deg) scale(1);
          transform: translateX(-10%) rotate(0.01deg) scale(1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.animation._a_slideleft_fade.acted,
.animation-center._a_slideleft_fade.acted {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0.01deg);
          transform: translateX(0) rotate(0.01deg);
}
.animation._a_fade_in,
.animation-center._a_fade_in {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.animation._a_fade_in.acted,
.animation-center._a_fade_in.acted {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes piyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  69% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes piyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  69% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes piyon02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  93% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  94% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  96% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes piyon02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  93% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  94% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  96% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kurukuru {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(0deg);
            transform: scale(0.4) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}
@keyframes kurukuru {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) rotate(0deg);
            transform: scale(0.4) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}
@-webkit-keyframes mvLead {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes mvLead {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* ============================================
// svg icon setting
// ==========================================*/
.svg_container {
  display: none;
  pointer-events: none;
}

.svg_icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 1em;
  height: 1em;
  font-size: 1.8rem;
  fill: #000;
}

/* ============================================
// cookieボタン
// ==========================================*/
#ot-sdk-btn-floating.ot-floating-button {
  z-index: 10 !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media all and (min-width: 835px) {
  #ot-sdk-btn-floating.ot-floating-button {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none;
}

#onetrust-banner-sdk.otFloatingRoundedCorner {
  z-index: 10 !important;
}

.onetrust-pc-dark-filter {
  z-index: 9 !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 84px;
}
@media all and (min-width: 835px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 100px;
  }
}

/* ============================================
// その他
// ==========================================*/
/* ============================================
// breadcrumb
// ==========================================*/
.breadcrumb {
  margin: auto;
  position: relative;
  z-index: 0;
  line-height: 1.4;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  text-align: left;
}
.breadcrumb::before {
  content: "";
  display: inline-block;
  width: 150%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  bottom: 0;
  margin: auto;
}
.breadcrumb_inner {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 10px 10px 10px;
  margin: 0 auto 0 auto;
}
@media all and (min-width: 835px) {
  .breadcrumb_inner {
    padding: 10px 20px 10px;
    width: 100%;
  }
}
.breadcrumb .scroll.sp {
  overflow-x: auto;
}
.breadcrumb .scroll.sp::-webkit-scrollbar {
  height: 4px;
}
.breadcrumb .scroll.sp::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: none;
}
.breadcrumb .scroll.sp::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb_list {
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  padding: 5px 0;
  overflow: auto;
  text-align: left;
  color: #FFF;
}
@media all and (min-width: 835px) {
  .breadcrumb_list {
    overflow: visible;
  }
}
.breadcrumb_list::-webkit-scrollbar {
  height: 2px;
}
.breadcrumb_list::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: none;
}
.breadcrumb_list::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb_list_item {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  opacity: 0.8;
}
@media all and (min-width: 835px) {
  .breadcrumb_list_item {
    font-size: 1.2rem;
    opacity: 1;
  }
}
.breadcrumb_list_item:first-of-type {
  background-position: left;
  background-size: 11px 11px;
}
.breadcrumb_list_item:first-of-type a {
  font-weight: bold;
  color: #FFF;
}
.breadcrumb_list_item:after {
  font-weight: bold;
  color: #3967ae;
  content: "＞";
  margin: 0 0.6em;
}
.breadcrumb_list_item:last-child:after {
  display: none;
}
.breadcrumb_list_item a {
  color: #FFF;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .breadcrumb_list_item a:hover {
    opacity: 0.8;
  }
}

/* ============================================
// 下層共通関係
// ==========================================*/
.lower_title {
  position: relative;
  background: url(../img/common/bg_lowerTitle.png);
  background-position: bottom;
  background-size: cover;
  height: 180px;
}
@media all and (min-width: 521px) {
  .lower_title {
    height: 260px;
  }
}
@media all and (min-width: 835px) {
  .lower_title {
    height: 330px;
  }
}
.lower_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #001f5c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower_title::after {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -350px;
  left: 15%;
  margin: auto;
  opacity: 0.8;
  z-index: 0;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .lower_title::after {
    top: -350px;
    width: 700px;
    height: 700px;
  }
}
.lower_title .titleArea {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  height: 100%;
}
@media all and (min-width: 835px) {
  .lower_title .titleArea {
    padding: 0 40px;
  }
}
.lower_title .titleArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: -50%;
  margin-top: -10px;
}
@media all and (min-width: 835px) {
  .lower_title .titleArea .title {
    margin-top: -20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .lower_title .titleArea .title {
    width: calc(100% - 700px);
  }
}
.lower_title .titleArea .title .ja {
  color: #FFF;
  margin-top: -1em;
  margin-left: 20px;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}
@media all and (min-width: 835px) {
  .lower_title .titleArea .title .ja {
    margin-left: 0;
  }
}
.lower_title .titleArea .title .en {
  font-weight: 600;
  opacity: 0.5;
  color: #3967ae;
  font-size: clamp(3rem, 10vw, 10rem);
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
}
.lower_title .photoArea._main {
  position: absolute;
  top: 0;
  right: -40px;
  width: 100%;
  max-width: 321px;
  aspect-ratio: 713/400;
}
@media all and (min-width: 521px) {
  .lower_title .photoArea._main {
    max-width: 464px;
    opacity: 1;
    right: 0px;
    margin-right: -60px;
  }
}
@media all and (min-width: 835px) {
  .lower_title .photoArea._main {
    max-width: 590px;
    margin-right: -90px;
  }
}
@media (min-width: 1200px) {
  .lower_title .photoArea._main {
    max-width: 713px;
    margin-right: 40px;
  }
}
@media (min-width: 1600px) {
  .lower_title .photoArea._main {
    max-width: 800px;
  }
}
.lower_title .photoArea._main .photo {
  position: relative;
  z-index: 2;
  opacity: 0.8;
  overflow: hidden;
  -webkit-clip-path: polygon(16% 0, 100% 0%, 84% 100%, 0% 100%);
          clip-path: polygon(16% 0, 100% 0%, 84% 100%, 0% 100%);
  aspect-ratio: 713/400;
}
@media all and (min-width: 521px) {
  .lower_title .photoArea._main .photo {
    right: 0px;
  }
}
@media all and (min-width: 835px) {
  .lower_title .photoArea._main .photo {
    opacity: 1;
    width: 100%;
    margin-right: 40px;
  }
}
.lower_title .photoArea._main .photo img {
  overflow: hidden;
  height: 100%;
}
.lower_title .photoArea._main .deco_parallelogram {
  width: 60px;
  height: 60px;
  background: #001e58;
  position: absolute;
  bottom: -30px;
  right: -60px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .lower_title .photoArea._main .deco_parallelogram {
    width: 120px;
    height: 140px;
    right: 60px;
  }
}
@media (min-width: 1600px) {
  .lower_title .photoArea._main .deco_parallelogram {
    bottom: -40px;
  }
}
.lower_title .photoArea._main .deco_parallelogram::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -120%;
  right: -120%;
  opacity: 0.9;
  mix-blend-mode: overlay;
}
.lower_title .photoArea._sub {
  max-width: 60px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
@media all and (min-width: 835px) {
  .lower_title .photoArea._sub {
    height: 120px;
    display: block;
    max-width: 130px;
    bottom: -50px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .lower_title .photoArea._sub {
    max-width: 170px;
    height: 160px;
    bottom: -90px;
  }
}
.lower_title .photoArea._sub .photo {
  -webkit-transform: skewX(15deg) scale(1.25);
          transform: skewX(15deg) scale(1.25);
  aspect-ratio: 170/160;
}
.lower-kyujin_l .main_content,
.lower-kyujin_d .main_content,
.lower-whatsnew .main_content {
  margin-top: 0;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .main_content,
  .lower-kyujin_d .main_content,
  .lower-whatsnew .main_content {
    margin-top: 0;
  }
}

.main_content {
  margin-top: 60px;
}
@media all and (min-width: 835px) {
  .main_content {
    margin-top: 180px;
  }
}

body.iPhone select,
body.iPhone input,
body.iPhone textarea,
body.iPad select,
body.iPad input,
body.iPad textarea,
body.iPad label {
  font-size: 16px !important;
}

input,
button,
textarea,
select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type=text],
input[type=submit],
input[type=search],
input[type=button],
select,
textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}

input[type=search] {
  cursor: auto;
  padding: 0.7em 20px 0.7em 20px !important;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

select,
input {
  border-radius: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.7em 44px 0.7em 20px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

select option {
  background: #fff;
  height: 30px;
  line-height: 30px;
}

.pull-down {
  position: relative;
}

.pull-down:before,
.pull-down:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}

.pull-down:before {
  height: 100%;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 0;
}

input[type=checkbox] + label {
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  position: relative;
}

input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
}

input[type=checkbox] + label a:link,
input[type=checkbox] + label a:visited {
  color: #222;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  input[type=text]:focus,
  input[type=submit]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.selCity-box {
  margin-top: 5px;
}

.custom-form_parts {
  border-bottom: 0;
}
.custom-form_parts:first-child {
  border-top: 0;
}
.custom-form_parts.src_area_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.custom-form_parts.src_area_content .parts_ttl {
  margin-top: 10px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  input[type=text]:focus,
  input[type=submit]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.custom-form_parts {
  padding: 0;
}
.custom-form .category_list {
  background: #FFF;
}
.custom-form .category_list li label {
  padding-left: 20px;
  font-size: 1.5rem;
}
@media all and (min-width: 835px) {
  .custom-form .category_list li label {
    font-size: 1.5rem;
    padding-left: 22px;
  }
}
.custom-form .category_list li label::before {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
@media all and (min-width: 835px) {
  .custom-form .category_list li label::before {
    width: 15px;
    height: 15px;
  }
}
.custom-form .category_list li label::after {
  bottom: 0;
  margin: auto;
  top: -2px;
  left: 4px;
  width: 3px;
  height: 7px;
}
@media all and (min-width: 835px) {
  .custom-form .category_list li label::after {
    top: -3px;
    left: 5px;
    width: 4px;
    height: 8px;
  }
}
.custom-form .category_list input[type=checkbox] + label {
  color: #06283D;
}
.custom-form .category_list input[type=checkbox] + label::before {
  background: #eee;
  border: 1px solid #eee;
}
.custom-form .category_list input[type=checkbox]:checked + label {
  color: #3967ae;
}
.custom-form .category_list input[type=checkbox]:checked + label::before {
  background: #3967ae;
  border: 1px solid transparent;
}
.custom-form .category_list input[type=checkbox]:checked + label::after {
  color: #FFF;
}

.l-main .custom-form .check-box,
.l-main .custom-form .pull-down select,
.l-main .searchWord {
  background: #FFF !important;
  line-height: 1.6;
  padding: 0.7em 15px !important;
  font-size: 1.5rem;
}
@media all and (min-width: 835px) {
  .l-main .custom-form .check-box,
  .l-main .custom-form .pull-down select,
  .l-main .searchWord {
    padding: 12px 26px 12px 26px !important;
    font-size: 1.5rem;
  }
}

.searchWord,
.pull-down select {
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  color: #06283D;
}

.l-main .custom-form .pull-down::after {
  color: #3967ae;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .l-main .custom-form input[type=text]:focus,
  .l-main .custom-form input[type=submit]:focus,
  .l-main .custom-form input[type=search]:focus,
  .l-main .custom-form select:focus,
  .l-main .custom-form textarea:focus {
    background: auto !important;
  }
}
.custom-form_parts {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media all and (min-width: 835px) {
  .custom-form_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

@media all and (min-width: 835px) {
  .src_keyword_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.src_keyword_content.custom-form_parts .check-box {
  padding: 0 !important;
}

.custom-form {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFF;
}
@media all and (min-width: 835px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.custom-form .parts_ttl:before {
  display: none;
}
.custom-form .parts_ttl .icon {
  margin-right: 8px;
  width: 16px;
  font-size: 0;
}
@media all and (min-width: 835px) {
  .custom-form .parts_ttl .icon {
    margin-right: 8px;
    width: 20px;
  }
}
.custom-form .parts_ttl .icon img {
  max-width: 100%;
}
.custom-form .parts_ttl .icon .svg_icon {
  font-size: 1.5rem;
  fill: #47B5FF;
}
@media all and (min-width: 835px) {
  .custom-form .parts_ttl .icon .svg_icon {
    font-size: 1.6rem;
  }
}

.src_area_content .parts_ttl .icon {
  width: 12px;
}
@media all and (min-width: 835px) {
  .src_area_content .parts_ttl .icon {
    width: 16px;
  }
}

.custom-form .custom-form_search_btn {
  max-width: 200px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .custom-form .custom-form_search_btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
.custom-form .custom-form_search_btn .btn_cover::before {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 1.6rem;
  height: 1.6rem;
  left: 20px;
}
@media all and (min-width: 835px) {
  .custom-form .custom-form_search_btn .btn_cover::before {
    right: auto;
  }
}
.custom-form .custom-form_search_btn .btn_cover::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 100%;
  background: #4a86c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .custom-form .custom-form_search_btn .btn_cover:hover input {
    -webkit-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
  }
}
.custom-form .custom-form_search_btn .btn_cover input {
  color: #FFF;
  padding: 12px 0 12px 40px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease, -webkit-box-shadow 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-box-shadow 0.6s ease, -webkit-transform 0.6s ease;
  transition: box-shadow 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
  transition: box-shadow 0.6s ease, transform 0.6s ease, opacity 0.6s ease, -webkit-box-shadow 0.6s ease, -webkit-transform 0.6s ease;
  opacity: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #3967ae;
}
@media all and (min-width: 835px) {
  .custom-form .custom-form_search_btn .btn_cover input {
    padding: 12px 0 14px 40px !important;
    font-size: 1.6rem;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
button
--------------------*/
@-webkit-keyframes cmnLink01Mouseover {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@keyframes cmnLink01Mouseover {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@-webkit-keyframes cmnLink01Mouseout {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes cmnLink01Mouseout {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.m_button_style01 {
  position: relative;
  max-width: 200px;
  width: 100%;
}
@media all and (min-width: 835px) {
  .m_button_style01 {
    max-width: 230px;
  }
}
.m_button_style01 a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  color: #FFF;
  padding: 16px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 835px) {
  .m_button_style01 a {
    padding: 20px 20px;
  }
}
.m_button_style01 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  -webkit-animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseout;
          animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseout;
}
.m_button_style01 a .button_text {
  position: relative;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: bold;
}
.m_button_style01 a .button_arrow {
  position: relative;
  width: 14px;
  height: 7px;
}
.m_button_style01 a .button_arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m_button_style01 a .button_arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 2px;
}
@media (hover: hover) {
  .m_button_style01 a:hover::before {
    -webkit-animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseover;
            animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseover;
  }
  .m_button_style01 a:hover .button_text::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .m_button_style01 a:hover .button_arrow .round circle {
    fill: rgba(6, 40, 61, 0);
    -webkit-animation: circle 0.4s 0.1s linear;
            animation: circle 0.4s 0.1s linear;
    /* keyframes名 速さ 繰り返し 開始までの間隔 */
  }
  .m_button_style01 a:hover .button_arrow .arrow svg {
    fill: #06283D;
  }
}
.m_button_style01._c_primary a {
  background: #3967ae;
}
.m_button_style01._c_primary a::before {
  background: #FFF;
}
@media (hover: hover) {
  .m_button_style01._c_primary:hover a {
    background: #FFF;
    color: #3967ae;
    border: 1px solid #3967ae;
  }
  .m_button_style01._c_primary:hover a .button_arrow::before, .m_button_style01._c_primary:hover a .button_arrow::after {
    background: #3967ae;
  }
}
.m_button_style01._c_third a {
  background: #008a61;
}
.m_button_style01._c_third a::before {
  background: #FFF;
}
@media (hover: hover) {
  .m_button_style01._c_third:hover a {
    background: #FFF;
    color: #008a61;
    border: 1px solid #008a61;
  }
  .m_button_style01._c_third:hover a .button_arrow::before, .m_button_style01._c_third:hover a .button_arrow::after {
    background: #008a61;
  }
}
.m_button_style01._l_center {
  margin: auto;
}
.m_button_style01._d_newtab::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(../img/common/icon_newtab.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  pointer-events: none;
}

.m_title_style01 {
  position: relative;
}
.m_title_style01 .ja,
.m_title_style01 .en {
  position: relative;
  z-index: 2;
}
.m_title_style01 .en {
  font-size: clamp(4rem, 7vw, 7rem);
  color: #06283D;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.m_title_style01 .ja {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.m_title_style01._l_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_title_style01._f_mode {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.m_title_style01._s_small .en {
  font-size: clamp(3rem, 5.4vw, 5.4rem);
}
.m_title_style01._s_lowerPage .en {
  font-size: clamp(4rem, 6vw, 6rem);
}
.m_title_style01._l_row_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  width: 100%;
}
.m_title_style01._l_row_r .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-left: 15px;
}
.m_title_style01._l_row_r .en::before {
  width: 1px;
  height: 15px;
  background: #3967ae;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  margin-right: 15px;
}
.m_title_style01._d_deco_white::before {
  content: "";
  display: inline-block;
  width: 131px;
  height: 255px;
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 131/255;
  background-image: url(../img/company/deco_slash_white.png);
  z-index: 1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media all and (min-width: 835px) {
  .m_title_style01._d_deco_white::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.m_title_style01._d_deco_lightBlue::before {
  content: "";
  display: inline-block;
  width: 131px;
  height: 255px;
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 131/255;
  background-image: url(../img/company/deco_slash_lightblue.png);
  z-index: 1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media all and (min-width: 835px) {
  .m_title_style01._d_deco_lightBlue::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.m_title_style01 ._c_white.ja {
  color: #FFF;
}
.m_title_style01 ._c_white.en {
  color: #FFF;
}

.m_title_style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_title_style02 .icon {
  margin-top: -0.5em;
  margin-right: 10px;
}
.m_title_style02 .icon svg {
  fill: #47B5FF;
}
.m_title_style02 .ja {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  color: #47B5FF;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: bold;
}

/*--------------------
inner
--------------------*/
.m_inner_style01 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 835px) {
  .m_inner_style01 {
    padding: 0 40px;
  }
}
.m_inner_style02 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style02 {
    padding: 0 40px;
  }
}
.m_inner_style03 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style03 {
    padding: 0 40px;
  }
}
.m_inner_style04 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style04 {
    padding: 0 40px;
  }
}
.m_inner_style05 {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style05 {
    padding: 0 40px;
  }
}
.m_inner_style05 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style05 {
    padding: 0 40px;
  }
}
.m_inner_style06 {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (min-width: 835px) {
  .m_inner_style06 {
    padding: 0 40px;
  }
}

/*--------------------
layout
--------------------*/
.m_layout_style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 835px) {
  .m_layout_style01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.m_layout_style01._l_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media all and (min-width: 835px) {
  .m_layout_style01._l_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.m_layout_style01._l_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 835px) {
  .m_layout_style01._l_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.m_swiperSetting._slide_overflow.swiper-container {
  overflow: hidden;
}
.m_swiperSetting._fade .swiper-slide {
  opacity: 0 !important;
}
.m_swiperSetting._fade .swiper-slide-active {
  opacity: 1 !important;
}

.m_swiperPagerSetting .swiper-pagination-bullet {
  outline: none;
}

.m_swiperArrowSetting {
  pointer-events: none;
}
.m_swiperArrowSetting ._prev,
.m_swiperArrowSetting ._next {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  outline: none;
  width: 36px;
  height: 36px;
  background: #008a61;
  border-radius: 50%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media all and (min-width: 835px) {
  .m_swiperArrowSetting ._prev,
  .m_swiperArrowSetting ._next {
    width: 48px;
    height: 48px;
  }
}
.m_swiperArrowSetting ._prev svg,
.m_swiperArrowSetting ._next svg {
  fill: #FFF;
}
@media (hover: hover) {
  .m_swiperArrowSetting ._prev:hover,
  .m_swiperArrowSetting ._next:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
.m_swiperArrowSetting ._prev.swiper-button-disabled,
.m_swiperArrowSetting ._next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.m_swiperArrowSetting ._prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ============================================
// その他
// ==========================================*/
.m_ff_eng {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.m_ff_eng_normal {
  font-family: "Roboto", sans-serif;
}

/*トップ*/
.interviewList .interviewList_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 60px;
  padding: 0 60px 0 40px;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_inner {
    margin-bottom: 160px;
  }
}
.interviewList .interviewList_inner::before {
  content: "";
  display: inline-block;
  width: 472px;
  height: 452px;
  background: url(../img/interview/deco_line01.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: -180px;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_inner::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -2%;
  }
}
@media (min-width: 1200px) {
  .interviewList .interviewList_inner::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    right: -12%;
  }
}
.interviewList .interviewList_inner::after {
  content: "";
  display: inline-block;
  width: 493px;
  height: 452px;
  background-image: url(../img/interview/deco_line03.png);
  background-size: cover;
  position: absolute;
  bottom: -290px;
  left: 0;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_inner::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: -2%;
  }
}
@media (min-width: 1200px) {
  .interviewList .interviewList_inner::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: -20%;
  }
}
.interviewList .interviewList_item {
  position: relative;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item {
    max-width: none;
    width: 33.3%;
    padding: 0 3%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(3n) {
    margin-top: 160px;
  }
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(3n-1) {
    margin-top: 80px;
  }
}
.interviewList .interviewList_item:nth-child(6n-5)::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 150%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  position: absolute;
  top: -90px;
  right: 20px;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(6n-5)::before {
    left: 80px;
    top: -180px;
    right: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.interviewList .interviewList_item:nth-child(6n-4)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 150%;
  background: #f1f1f1;
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(6n-4)::before {
    left: 200px;
    top: -260px;
    right: auto;
    height: 200%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.interviewList .interviewList_item:nth-child(n+4):nth-child(3n)::before {
  content: "";
  display: inline-block;
  width: 450px;
  height: 631px;
  background-image: url(../img/interview/deco_line04.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -50%;
  z-index: -1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(n+4):nth-child(3n)::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 0%;
    bottom: 50%;
  }
}
@media (min-width: 1200px) {
  .interviewList .interviewList_item:nth-child(n+4):nth-child(3n)::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 30%;
  }
}
.interviewList .interviewList_item:nth-child(n+4):nth-child(3n-2)::before {
  content: "";
  display: inline-block;
  width: 430px;
  height: 452px;
  background-image: url(../img/interview/deco_line02.png);
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: -5%;
  z-index: -1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewList .interviewList_item:nth-child(n+4):nth-child(3n-2)::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: -50%;
  }
}
.interviewList .interviewList_item a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (hover: hover) {
  .interviewList .interviewList_item a:hover .photo::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .interviewList .interviewList_item a:hover .photo .text {
    opacity: 1;
  }
  .interviewList .interviewList_item a:hover .photo .arrow {
    opacity: 1;
  }
  .interviewList .interviewList_item a:hover .photo img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.interviewList .interviewList_item .textDeco {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: right;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  color: #06283D;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
.interviewList .interviewList_item .itemWrap .num {
  color: #06283D;
  line-height: 1;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: -5px;
}
.interviewList .interviewList_item .itemWrap .lead {
  margin-top: 10px;
  line-height: 1.6;
}
.interviewList .interviewList_item .itemWrap .lead .lead_text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  color: #06283D;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.interviewList .interviewList_item .itemWrap .photo {
  overflow: hidden;
  position: relative;
}
.interviewList .interviewList_item .itemWrap .photo::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(57, 103, 174, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.interviewList .interviewList_item .itemWrap .photo .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.interviewList .interviewList_item .itemWrap .photo .arrow {
  position: absolute;
  width: 14px;
  height: 7px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.interviewList .interviewList_item .itemWrap .photo .arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.interviewList .interviewList_item .itemWrap .photo .arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 2px;
}
.interviewList .interviewList_item .itemWrap .photo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: top;
}
.interviewList .interviewList_item .itemWrap .info {
  display: inline-block;
  background: #001e58;
  color: #FFF;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  padding: 4px 15px;
  margin-top: 10px;
}
.interviewList .interviewList_item .itemWrap .name {
  margin-top: 10px;
}
.interviewList .interviewList_item .itemWrap .name .name_year,
.interviewList .interviewList_item .itemWrap .name .name_text {
  display: inline-block;
  color: #828b91;
}
.interviewList .interviewList_item .itemWrap .name .name_year {
  font-size: 1.2rem;
}
.interviewList .interviewList_item .itemWrap .name .name_text {
  font-size: 1.4rem;
  margin-left: 1dvb;
}

.lower-interview_d .main_content {
  margin-top: 0;
}

.interviewDetail .head {
  position: relative;
  margin-top: 20px;
}
@media all and (min-width: 521px) {
  .interviewDetail .head {
    margin-top: 40px;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head {
    margin-top: 0;
  }
}
.interviewDetail .head .head_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .head_wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .head_wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.interviewDetail .head .head_wrap .photoArea {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .head_wrap .photoArea {
    width: 327.7777777778px;
    margin-left: -60px;
    margin-right: 0;
  }
}
@media (min-width: 680px) {
  .interviewDetail .head .head_wrap .photoArea {
    width: 393.3333333333px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .head .head_wrap .photoArea {
    width: 491.6666666667px;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .head_wrap .photoArea {
    width: 590px;
  }
}
.interviewDetail .head .head_wrap .photoArea::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 300px;
  background: rgba(0, 30, 88, 0.2);
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  z-index: 2;
  -webkit-transform: translate(15%, -15%) skewX(-15deg) scale(0.4);
          transform: translate(15%, -15%) skewX(-15deg) scale(0.4);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  display: none;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .head_wrap .photoArea::before {
    -webkit-transform: translate(30%, -30%) skewX(-15deg) scale(1);
            transform: translate(30%, -30%) skewX(-15deg) scale(1);
    right: -20px;
    left: auto;
    display: block;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .head .head_wrap .photoArea::before {
    right: -50px;
  }
}
.interviewDetail .head .head_wrap .photoArea.acted::before {
  opacity: 1;
  -webkit-transform: translate(0%, 0%) skewX(-15deg) scale(0.4);
          transform: translate(0%, 0%) skewX(-15deg) scale(0.4);
}
@media all and (min-width: 835px) {
  .interviewDetail .head .head_wrap .photoArea.acted::before {
    -webkit-transform: translate(0%, 0%) skewX(-15deg) scale(1);
            transform: translate(0%, 0%) skewX(-15deg) scale(1);
  }
}
.interviewDetail .head .head_wrap .photoArea .photo {
  aspect-ratio: 590/380;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
@media all and (min-width: 521px) {
  .interviewDetail .head .head_wrap .photoArea .photo {
    aspect-ratio: 590/470;
    width: 327.7777777778px;
    height: 261.1111111111px;
  }
}
@media (min-width: 680px) {
  .interviewDetail .head .head_wrap .photoArea .photo {
    width: 393.3333333333px;
    height: 313.3333333333px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .head .head_wrap .photoArea .photo {
    width: 491.6666666667px;
    height: 391.6666666667px;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .head_wrap .photoArea .photo {
    width: 590px;
    height: 470px;
  }
}
.interviewDetail .head .head_wrap .leadArea {
  position: static;
  margin: auto;
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .head_wrap .leadArea {
    left: 531.6666666667px;
    position: absolute;
    bottom: 58%;
    left: 570px;
    width: calc(100% - 590px + 20px);
    margin-bottom: 0;
  }
}
.interviewDetail .head .head_wrap .leadArea .lead {
  font-weight: bold;
  line-height: 1.8;
}
.interviewDetail .head .head_wrap .textArea {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  text-align: right;
  width: 100%;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .head_wrap .textArea {
    text-align: left;
    margin-bottom: 0;
    width: calc(100% - 327.7777777778px + 40px);
    margin-left: 20px;
  }
}
@media (min-width: 680px) {
  .interviewDetail .head .head_wrap .textArea {
    width: calc(100% - 393.3333333333px + 20px);
    margin-left: 40px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .head .head_wrap .textArea {
    width: calc(100% - 491.6666666667px + 20px);
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .head_wrap .textArea {
    margin-bottom: 140px;
    width: calc(100% - 590px + 20px);
  }
}
.interviewDetail .head .head_wrap .textArea .info {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  display: inline-block;
  background: #001e58;
  color: #FFF;
  padding: 5px 20px;
}
.interviewDetail .head .head_wrap .textArea .name {
  margin-top: 10px;
}
.interviewDetail .head .head_wrap .textArea .name .name_text {
  font-weight: bold;
  display: inline-block;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  margin-right: 20px;
}
.interviewDetail .head .head_wrap .textArea .name .name_year {
  display: inline-block;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}
.interviewDetail .head .profile {
  position: relative;
  color: #FFF;
  padding: 30px 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 30px;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .profile {
    margin-top: -30px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .head .profile {
    padding: 60px 0 80px 0%;
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .head .profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.interviewDetail .head .profile::before {
  content: "";
  display: inline-block;
  width: 200%;
  height: 100%;
  background: #001e58;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  z-index: -1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .profile::before {
    width: 200%;
    left: -10%;
  }
}
.interviewDetail .head .profile::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  background: #001e58;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: -2;
}
.interviewDetail .head .profile .en {
  font-size: clamp(5rem, 15vw, 15rem);
  color: #052e7b;
  line-height: 1;
  margin-bottom: -8.5%;
  font-weight: 900;
  z-index: 3;
  opacity: 0.5;
}
.interviewDetail .head .profile .text {
  position: relative;
  z-index: 3;
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .profile .text {
    margin-left: 100px;
  }
}
.interviewDetail .head .profile .deco_parallelogram {
  width: 80px;
  height: 80px;
  background: #001e58;
  position: absolute;
  top: -50px;
  left: -20px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: 2;
}
@media all and (min-width: 521px) {
  .interviewDetail .head .profile .deco_parallelogram {
    right: 0;
    left: auto;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .head .profile .deco_parallelogram {
    width: 100px;
    height: 100px;
    right: 0px;
    left: auto;
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .head .profile .deco_parallelogram {
    width: 180px;
    height: 180px;
    top: -140px;
  }
}
.interviewDetail .head .profile .deco_parallelogram::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 200px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  right: -100px;
  opacity: 0.9;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .profile .deco_parallelogram::before {
    width: 450px;
    height: 450px;
    top: -175px;
    right: -175px;
  }
}
.interviewDetail .head .profile .deco_light {
  width: 600px;
  height: 100%;
  background: transparent;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .profile .deco_light {
    left: -10%;
  }
}
.interviewDetail .head .profile .deco_light::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: -150px;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .profile .deco_light::before {
    width: 700px;
    height: 700px;
    top: -300px;
    left: -400px;
  }
}
.interviewDetail .head .lineDeco._line01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .lineDeco._line01 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.interviewDetail .head .lineDeco._line02 {
  position: absolute;
  bottom: 30%;
  left: 5%;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media all and (min-width: 835px) {
  .interviewDetail .head .lineDeco._line02 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.interviewDetail .head .lineDeco._line03 {
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  -webkit-box-shadow: 280px 0px 0px #f1f1f1, 580px 0px 0px #f1f1f1;
          box-shadow: 280px 0px 0px #f1f1f1, 580px 0px 0px #f1f1f1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  z-index: -1;
}
.interviewDetail .interview {
  position: relative;
  margin-top: 60px;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview {
    margin-top: 120px;
  }
}
.interviewDetail .interview .en {
  font-size: clamp(5rem, 15vw, 15rem);
  color: #f7f7f7;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -2;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .en {
    top: -120px;
  }
}
.interviewDetail .interview .interview_inner {
  max-width: 1180px;
}
.interviewDetail .interview .interview_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  margin-top: 60px;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.interviewDetail .interview .interview_item .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .photo {
    max-width: 440px;
    margin-top: 0;
  }
}
.interviewDetail .interview .interview_item .photo img {
  vertical-align: middle;
}
.interviewDetail .interview .interview_item .textArea {
  width: 100%;
}
.interviewDetail .interview .interview_item .textArea .leadBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.interviewDetail .interview .interview_item .textArea .leadBox .num {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  position: relative;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .textArea .leadBox .num {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 52px;
            flex: 1 0 52px;
    height: 52px;
    width: 52px;
  }
}
.interviewDetail .interview .interview_item .textArea .leadBox .num::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #001e58;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .textArea .leadBox .num::before {
    width: 52px;
    height: 52px;
  }
}
.interviewDetail .interview .interview_item .textArea .leadBox .num::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: -25%;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 1;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .textArea .leadBox .num::after {
    width: 100px;
    height: 100px;
    top: -80%;
    left: -30%;
  }
}
.interviewDetail .interview .interview_item .textArea .leadBox .num .num_wrap {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.interviewDetail .interview .interview_item .textArea .leadBox .lead {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.6;
  margin-top: 0.3em;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .textArea .leadBox .lead {
    margin-top: 0.25em;
    margin-left: 20px;
  }
}
.interviewDetail .interview .interview_item .textArea .text {
  margin-top: 10px;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item .textArea .text {
    margin-top: 20px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.interviewDetail .interview .interview_item:nth-child(2n+1) .photo {
  opacity: 0;
  -webkit-transform: translateX(-10%) rotate(0.01deg) scale(1);
          transform: translateX(-10%) rotate(0.01deg) scale(1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item:nth-child(2n+1) .photo {
    margin-right: 50px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.interviewDetail .interview .interview_item:nth-child(2n) .photo {
  opacity: 0;
  -webkit-transform: translateX(10%) rotate(0.01deg) scale(1);
          transform: translateX(10%) rotate(0.01deg) scale(1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 835px) {
  .interviewDetail .interview .interview_item:nth-child(2n) .photo {
    margin-left: 50px;
  }
}
.interviewDetail .interview .interview_item:nth-child(3n)::before {
  content: "";
  display: inline-block;
  width: 501px;
  height: 452px;
  background-image: url(../img/interview/deco_line08.png);
  background-size: cover;
  position: absolute;
  top: -120px;
  left: -260px;
}
.interviewDetail .interview .interview_item:nth-child(3n-2)::before {
  content: "";
  display: inline-block;
  width: 487px;
  height: 440px;
  background-image: url(../img/interview/deco_line07.png);
  background-size: cover;
  position: absolute;
  top: -120px;
  right: -500px;
}
.interviewDetail .interview .interview_item.acted .photo:nth-child(2n+1) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.interviewDetail .interview .interview_item.acted .photo:nth-child(2n) {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0.01deg) scale(1);
          transform: translateX(0) rotate(0.01deg) scale(1);
}
.interviewDetail .oneday {
  position: relative;
  margin-top: 120px;
  background: #001e58;
  padding: 60px 20px 20px;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday {
    background: transparent;
    margin-top: 200px;
    padding: 0 40px;
    padding: 0px 20px 0px;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .oneday {
    min-height: 480px;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90%;
    background: #001e58;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}
.interviewDetail .oneday .photoArea._sub {
  position: relative;
  z-index: 1;
  width: 125px;
  height: 95px;
  -webkit-clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
          clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
  position: absolute;
  top: -60px;
  right: 0;
  aspect-ratio: 250/190;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .photoArea._sub {
    width: 250px;
    height: 190px;
    top: -100px;
  }
}
.interviewDetail .oneday .photoArea.acted {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.interviewDetail .oneday .oneday_inner {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  width: 100%;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner {
    position: relative;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea {
    position: relative;
    z-index: 1;
  }
}
.interviewDetail .oneday .oneday_inner .oneday_photoArea .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  z-index: 0;
  width: 80%;
  height: 100%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  aspect-ratio: 525/480;
  opacity: 0.2;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea .photo {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    width: 350px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 525px;
            flex: 0 0 525px;
    width: 525px;
    height: 480px;
  }
}
.interviewDetail .oneday .oneday_inner .oneday_photoArea .deco_parallelogram {
  display: none;
  width: 80px;
  height: 80px;
  background: #001e58;
  position: absolute;
  bottom: -50px;
  right: -20px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: -1;
}
@media all and (min-width: 521px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea .deco_parallelogram {
    bottom: -50px;
    right: 120px;
  }
}
@media all and (min-width: 1025px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea .deco_parallelogram {
    display: block;
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 120px;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .oneday .oneday_inner .oneday_photoArea .deco_parallelogram {
    width: 180px;
    height: 180px;
    bottom: -50px;
    right: 120px;
  }
}
.interviewDetail .oneday .oneday_inner .oneday_photoArea .deco_parallelogram::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -175px;
  right: -175px;
  opacity: 0.9;
  mix-blend-mode: overlay;
}
.interviewDetail .oneday .oneday_inner .oneday_textArea {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner .oneday_textArea {
    padding-top: 100px;
    width: calc(100% - 350px + 60px);
    margin-left: -60px;
  }
}
@media (min-width: 1200px) {
  .interviewDetail .oneday .oneday_inner .oneday_textArea {
    width: calc(100% - 525px + 60px);
    padding-left: 5%;
  }
}
.interviewDetail .oneday .oneday_inner .en {
  font-size: clamp(5rem, 15vw, 15rem);
  position: absolute;
  line-height: 1;
  bottom: calc(100% - 8px);
  left: 0;
  color: #f7f7f7;
  z-index: 0;
  font-weight: 900;
  white-space: nowrap;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner .en {
    left: 32vw;
    top: 10%;
    bottom: auto;
    color: #052e7b;
    opacity: 0.5;
  }
}
.interviewDetail .oneday .oneday_inner .oneday_title {
  position: relative;
  z-index: 1;
}
.interviewDetail .oneday .oneday_inner .oneday_title .title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
}
.interviewDetail .oneday .oneday_inner .oneday_slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .oneday_inner .oneday_slide {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}
.interviewDetail .oneday .oneday_inner .oneday_slide .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .time::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #008a61;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea {
  position: relative;
  background: #FFF;
  color: #001e58;
  padding: 20px;
  height: 100%;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1200px) {
  .interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea::before {
    left: calc(100% + 14px);
  }
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea .textArea_title {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.6;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea .textArea_title + .textArea_text {
  margin-top: 5px;
}
.interviewDetail .oneday .oneday_inner .oneday_slide .oneday_item .textArea .textArea_text {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.6;
}
.interviewDetail .oneday .oneday_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interviewDetail .oneday .slideButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.interviewDetail .oneday .slideButton .swiper-button-next_oneday,
.interviewDetail .oneday .slideButton .swiper-button-prev_oneday {
  width: 35px;
  height: 35px;
  position: static;
  background: #FFF;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interviewDetail .oneday .slideButton .swiper-button-next_oneday img,
.interviewDetail .oneday .slideButton .swiper-button-prev_oneday img {
  aspect-ratio: 14/7;
  width: 14px;
  height: 7px;
}
@media (hover: hover) {
  .interviewDetail .oneday .slideButton .swiper-button-next_oneday:hover,
  .interviewDetail .oneday .slideButton .swiper-button-prev_oneday:hover {
    -webkit-transform: scale(1.1) rotate(0.001deg);
            transform: scale(1.1) rotate(0.001deg);
  }
}
.interviewDetail .oneday .slideButton .swiper-button-prev_oneday {
  margin-right: 5px;
}
.interviewDetail .oneday .deco_light {
  width: 1000px;
  height: 100%;
  background: transparent;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .deco_light {
    left: -10%;
  }
}
.interviewDetail .oneday .deco_light::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: -150px;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .oneday .deco_light::before {
    width: 1400px;
    height: 1400px;
    top: -400px;
    left: -400px;
  }
}
.interviewDetail .dayoff {
  position: relative;
  padding: 60px 0 0;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff {
    padding: 100px 0 0;
  }
}
.interviewDetail .dayoff .deco_light {
  width: 600px;
  height: 100%;
  background: transparent;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  bottom: 0;
  right: -40px;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: 1;
  pointer-events: none;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .deco_light {
    right: -56px;
  }
}
.interviewDetail .dayoff .deco_light::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 400px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  right: -100px;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .deco_light::before {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
    width: 800px;
    height: 800px;
    top: -300px;
    right: -100px;
  }
}
.interviewDetail .dayoff .dayoff_inner {
  position: relative;
}
.interviewDetail .dayoff .dayoff_inner::before {
  content: "";
  display: inline-block;
  width: 200%;
  height: 100%;
  background: #001e58;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  z-index: -1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_inner::before {
    width: 200%;
    right: -10%;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
}
.interviewDetail .dayoff .dayoff_inner .en {
  font-size: clamp(5rem, 15vw, 15rem);
  position: absolute;
  line-height: 1;
  right: 0;
  color: #f7f7f7;
  z-index: 0;
  font-weight: 900;
  white-space: nowrap;
  top: 0px;
  color: #052e7b;
  opacity: 0.5;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_inner .en {
    right: auto;
    left: 0px;
    top: 10px;
    color: #052e7b;
    opacity: 0.5;
  }
}
.interviewDetail .dayoff .dayoff_textArea {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_textArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 30px;
    padding: 70px 50px;
  }
}
.interviewDetail .dayoff .dayoff_textArea .title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.54%;
          flex: 0 0 34.54%;
  line-height: 1.6;
}
.interviewDetail .dayoff .dayoff_textArea .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 16px;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_textArea .textArea {
    margin-top: 5px;
  }
}
.interviewDetail .dayoff .dayoff_textArea .textArea .hd {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  line-height: 1.6;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_textArea .textArea .hd {
    font-size: 2rem;
    gap: 10px;
  }
}
.interviewDetail .dayoff .dayoff_textArea .textArea .hd::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #008a61;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  margin-top: 12px;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_textArea .textArea .hd::before {
    width: 11px;
    height: 11px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
  }
}
.interviewDetail .dayoff .dayoff_textArea .textArea .text {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 2;
}
@media all and (min-width: 835px) {
  .interviewDetail .dayoff .dayoff_textArea .textArea .text {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.interviewDetail .message {
  margin-top: 60px;
}
@media all and (min-width: 835px) {
  .interviewDetail .message {
    margin-top: 80px;
  }
}
.interviewDetail .message .message_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.interviewDetail .message .message_inner::before {
  content: "";
  display: inline-block;
  width: 501px;
  height: 452px;
  background: url(../img/interview/deco_line09.png);
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0px;
  z-index: -2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_inner::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: -150px;
  }
}
.interviewDetail .message .message_inner::after {
  content: "";
  display: inline-block;
  width: 452px;
  height: 793px;
  background: url(../img/interview/deco_line10.png);
  background-size: cover;
  position: absolute;
  top: 115%;
  right: -50px;
  z-index: -1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_inner::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    right: -150px;
  }
}
.interviewDetail .message .message_textArea {
  position: relative;
  width: 100%;
}
.interviewDetail .message .message_textArea .en {
  font-size: clamp(5rem, 15vw, 15rem);
  color: #052e7b;
  line-height: 1;
  font-weight: 900;
  margin-bottom: -10px;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0.5;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .en {
    position: static;
    color: #f7f7f7;
    opacity: 1;
  }
}
.interviewDetail .message .message_textArea .textArea {
  position: relative;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .textArea {
    margin-right: -80px;
  }
}
.interviewDetail .message .message_textArea .textArea::before {
  content: "";
  display: inline-block;
  width: 120%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: #001e58;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -20px;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .textArea::before {
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    left: 0;
  }
}
.interviewDetail .message .message_textArea .textArea .textArea_wrap {
  padding: 80px 0 40px 0;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .textArea .textArea_wrap {
    padding: 60px 15% 60px 13%;
  }
}
.interviewDetail .message .message_textArea .textArea .lead,
.interviewDetail .message .message_textArea .textArea .text {
  color: #FFF;
}
.interviewDetail .message .message_textArea .textArea .lead {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  line-height: 1.6;
}
.interviewDetail .message .message_textArea .textArea .text {
  margin-top: 10px;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .textArea .text {
    margin-top: 20px;
  }
}
.interviewDetail .message .message_textArea .deco_light {
  width: 600px;
  height: 100%;
  background: transparent;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  bottom: 0;
  right: -40px;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .deco_light {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    right: -56px;
  }
}
.interviewDetail .message .message_textArea .deco_light::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -150px;
  right: -150px;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_textArea .deco_light::before {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
    width: 800px;
    height: 800px;
    top: -300px;
    right: -300px;
  }
}
.interviewDetail .message .message_photoArea {
  overflow: hidden;
  margin-bottom: -40px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  aspect-ratio: 410/460;
  max-width: 300px;
  width: 100%;
}
@media all and (min-width: 835px) {
  .interviewDetail .message .message_photoArea {
    margin-right: 0;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    margin-left: initial;
    margin-right: initial;
    max-width: 440px;
    width: 100%;
    height: 450px;
  }
}
.interviewDetail .bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 835px) {
  .interviewDetail .bottom {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.interviewDetail .bottom .bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 835px) {
  .interviewDetail .bottom .bottom_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.interviewDetail .bottom .bottom_button .button_arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.interviewDetail .bottom .interview_date {
  margin-top: 20px;
  color: #818384;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
}
@media all and (min-width: 835px) {
  .interviewDetail .bottom .interview_date {
    margin-left: 40px;
  }
}

/*トップ*/
.jobsList .jobsList_item {
  position: relative;
}
.jobsList .jobsList_item:nth-child(2n-1) .jobsList_item_inner::before {
  content: "";
  display: inline-block;
  width: calc(100% + 40px);
  height: 100%;
  background: #001e58;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n-1) .jobsList_item_inner::before {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    width: 90%;
  }
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n-1) .jobsList_item_inner::after {
    content: "";
    display: inline-block;
    width: 99%;
    height: 100%;
    background: #001e58;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 99%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    -webkit-transform: right;
            transform: right;
    z-index: -1;
  }
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n-1) .photo {
    margin-right: 60px;
  }
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n-1) .photo + .textArea {
    padding-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.jobsList .jobsList_item:nth-child(2n-1) .textArea {
  color: #FFF;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n-1) .textArea {
    padding-left: clamp(30%, 20vw, 20%);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.jobsList .jobsList_item:nth-child(2n-1) .textArea .num {
  color: #01266a;
}
.jobsList .jobsList_item:nth-child(2n-1) .deco_light {
  display: block;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n) .jobsList_item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n) .photo {
    margin-left: 30px;
  }
}
.jobsList .jobsList_item:nth-child(2n) .photo + .textArea {
  padding-top: 0;
  padding-right: 0;
}
.jobsList .jobsList_item:nth-child(2n) .textArea {
  color: #06283D;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(2n) .textArea {
    padding-right: clamp(5%, 10vw, 10%);
  }
}
.jobsList .jobsList_item:nth-child(2n) .textArea .num {
  color: #f7f7f7;
}
.jobsList .jobsList_item:nth-child(2n) .textArea .textArea_title {
  color: #001e58;
}
.jobsList .jobsList_item:nth-child(2n) .deco_light {
  display: none;
}
.jobsList .jobsList_item:nth-child(6n-5) .deco_line {
  position: absolute;
  width: 699px;
  height: 981px;
  top: -120%;
  left: 0;
  z-index: -2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(6n-5) .deco_line {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jobsList .jobsList_item:nth-child(6n-3) .deco_line {
  position: absolute;
  width: 487px;
  height: 440px;
  top: 0%;
  left: -10px;
  z-index: -1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0.2;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(6n-3) .deco_line {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: -2;
    left: 0;
  }
}
.jobsList .jobsList_item:nth-child(6n-1) .deco_line {
  position: absolute;
  width: 501px;
  height: 452px;
  top: 0%;
  left: -20px;
  z-index: -1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0.2;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(6n-1) .deco_line {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: -2;
    left: 0;
  }
}
.jobsList .jobsList_item:nth-child(6n) .deco_line {
  position: absolute;
  width: 651px;
  height: 631px;
  bottom: -140px;
  right: 0;
  z-index: -2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item:nth-child(6n) .deco_line {
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: -80px;
  }
}
.jobsList .jobsList_item .jobsList_item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-bottom: 130px;
  margin-bottom: 20px;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .jobsList_item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
}
.jobsList .jobsList_item .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 630/356;
  max-width: 630px;
  -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
  overflow: hidden;
  margin-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 430px;
            flex: 1 0 430px;
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .jobsList .jobsList_item .photo {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 630px;
            flex: 1 0 630px;
    max-width: 630px;
  }
}
.jobsList .jobsList_item .textArea .num {
  font-size: clamp(5rem, 12vw, 15rem);
  position: absolute;
  bottom: -10px;
  right: 0;
  line-height: 1;
  font-weight: 900;
  z-index: 0;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .textArea .num {
    bottom: -20px;
  }
}
.jobsList .jobsList_item .textArea .textArea_title {
  position: relative;
  z-index: 1;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  line-height: 1;
}
.jobsList .jobsList_item .textArea .textArea_title .title {
  font-weight: bold;
}
.jobsList .jobsList_item .textArea .textArea_text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.jobsList .jobsList_item .deco_light {
  width: 800px;
  height: 100%;
  background: transparent;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: -40px;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .deco_light {
    left: 10%;
  }
}
.jobsList .jobsList_item .deco_light::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: -150px;
  opacity: 0.8;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .deco_light::before {
    width: 800px;
    height: 800px;
    top: -300px;
    left: -300px;
  }
}
.jobsList .jobsList_item .jobs_button {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 220px;
  width: 100%;
}
@media all and (min-width: 835px) {
  .jobsList .jobsList_item .jobs_button {
    position: static;
    margin-left: 0;
    margin-right: auto;
    margin-top: 30px;
    max-width: 260px;
  }
}

/*トップ*/
.charm .charm_en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.charm .charm_en::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 60px;
  background: #f7f7f7;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  position: relative;
  margin-left: -40px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media all and (min-width: 835px) {
  .charm .charm_en::before {
    height: 170px;
    margin-left: -120px;
  }
}
@media all and (min-width: 1025px) {
  .charm .charm_en::before {
    height: 295px;
  }
}
.charm .charm_en .en {
  font-size: clamp(5rem, 16vw, 21rem);
  color: #f7f7f7;
  line-height: 1;
  margin-top: -0.05em;
  font-weight: 900;
}
@media all and (min-width: 835px) {
  .charm .charm_en .en {
    margin-left: 60px;
  }
}
.charm .charmList {
  margin-top: -1.5em;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media all and (min-width: 835px) {
  .charm .charmList {
    margin-top: -1.5em;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1025px) {
  .charm .charmList {
    margin-top: -4em;
  }
}
.charm .charmList .charmList_item {
  position: relative;
  margin-bottom: 30px;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item {
    margin-bottom: 0;
  }
}
.charm .charmList .charmList_item:first-child .num::before {
  display: none;
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item:nth-child(2n-1) .num {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.charm .charmList .charmList_item:nth-child(2n-1) .num::after {
  right: 50%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  margin-right: 0.6em;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item:nth-child(2n-1) .num::after {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item:nth-child(2n-1) .num::after {
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    margin-right: 0.6em;
  }
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item:nth-child(2n-1) .photo {
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
}
.charm .charmList .charmList_item:nth-child(2n) .num {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.charm .charmList .charmList_item:nth-child(2n) .num::after {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item:nth-child(2n) .num::after {
    margin-left: 0.6em;
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
  }
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item:nth-child(2n) .photo {
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
            clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
  }
}
.charm .charmList .charmList_item .charmList_item_inner {
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .charmList_item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.charm .charmList .charmList_item .num {
  position: relative;
  font-size: clamp(4rem, 11vw, 11rem);
  color: #001e58;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .num {
    font-size: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40px;
            flex: 1 0 40px;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item .num {
    font-size: 11rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 240px;
            flex: 1 0 240px;
    width: 240px;
  }
}
.charm .charmList .charmList_item .num::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 150px;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .num::before {
    display: none;
  }
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .num::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 100%;
    background: #f7f7f7;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item .num::after {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.charm .charmList .charmList_item .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 10px;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .textArea {
    min-height: 461px;
    padding: 0 30px 0;
    width: calc(100% - 400px);
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item .textArea {
    padding: 0 60px 0 60px;
    width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item .textArea .textArea_wrap {
    max-width: 424px;
    margin-right: auto;
  }
}
.charm .charmList .charmList_item .textArea .textArea_lead {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.6;
}
.charm .charmList .charmList_item .textArea .textArea_text {
  margin-top: 10px;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .textArea .textArea_text {
    margin-top: 20px;
  }
}
.charm .charmList .charmList_item .photo {
  width: 100%;
  max-width: 340px;
  margin: 20px auto 0;
}
@media all and (min-width: 835px) {
  .charm .charmList .charmList_item .photo {
    aspect-ratio: 627/461;
    margin-right: -140px;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .charm .charmList .charmList_item .photo {
    height: 461px;
    max-width: 627px;
    margin-right: -14%;
  }
}

/*トップ*/
.lower-data .main_content {
  margin-top: 156px;
}
@media (min-width: 1600px) {
  .lower-data .main_content {
    margin-top: 180px;
  }
}
@media (max-width: 1200px) {
  .lower-data .main_content {
    margin-top: 85px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .main_content {
    margin-top: 60px;
  }
}
.lower-data .data_container_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-data .data_container_title .eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #001d55;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin-left: -12px;
  margin-top: 8px;
  letter-spacing: 0.075em;
}
@media all and (max-width: 834px) {
  .lower-data .data_container_title .eng {
    font-size: 1.3rem;
    margin-left: 0;
  }
}
.lower-data .data_container_title .eng::before, .lower-data .data_container_title .eng::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #008a61;
}
.lower-data .data_container_title .ja {
  color: #001d55;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1px rgba(0, 29, 85, 0.5);
}
@media (max-width: 1200px) {
  .lower-data .data_container_title .ja {
    font-size: 3.7rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container_title .ja {
    font-size: 2.6rem;
  }
}
.lower-data .data_container.-data .data_container_inner {
  padding-bottom: 76px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .data_container_inner {
    padding-bottom: 45px;
  }
}
.lower-data .data_container.-data .data_container_title .ja {
  margin-left: 8px;
}
.lower-data .data_container.-data .dataContents {
  margin-top: 62px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents {
    margin-top: 36px;
  }
}
.lower-data .data_container.-data .dataContents .dataList::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ededed;
  z-index: 0;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList::after {
    display: none;
  }
}
.lower-data .data_container.-data .dataContents .dataList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList_inner {
    display: block;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList_item:not(.-itemImage01):not(.-itemImage02) {
    padding-top: 38px;
    padding-bottom: 36px;
    border-bottom: #ededed 3px solid;
  }
}
.lower-data .data_container.-data .dataContents .dataList_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.lower-data .data_container.-data .dataContents .dataList_item_title {
  display: inline-block;
  color: #002368;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: #002368 solid 1.5px;
  padding-bottom: 2px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList_item_title {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList_item_title {
    font-size: 2.2rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item_inner {
  padding-bottom: 52px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item_inner {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
    gap: 16px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap {
    gap: 3px;
    margin-top: 6px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap span {
  color: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .num, .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .unit {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .num {
  font-size: 9.2rem;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .num {
    font-size: 7.4rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .num {
    font-size: 6.4rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .unit {
  font-size: 3rem;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .numWrap .unit {
    font-size: 2.5rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item .contents .text {
  margin-top: 8px;
  color: #001d55;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 {
    padding-top: 0;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .icoArea {
  max-width: 135px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .icoArea {
    max-width: 72px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .icoArea img {
  aspect-ratio: 135/140;
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .contentsTxt {
  margin-top: 5px;
  text-align: center;
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .contentsTxt .copy {
  font-size: 2.8rem;
  font-weight: 600;
  color: #f87890;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .contentsTxt .copy {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item01 .contentsTxt .copy {
    font-size: 2.2rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 {
  margin-left: -12px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 .contents {
    gap: 20px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 .contents .icoArea {
  max-width: 217.5px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 .contents .icoArea {
    max-width: 130.5px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 .contents .icoArea img {
  aspect-ratio: 217.5/140;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item02 .contents .numWrap .num {
    font-size: 7.2rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item03 .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
    margin-top: 26px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item03 .icoArea {
  max-width: 292px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item03 .icoArea {
    max-width: 276px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item03 .icoArea {
    max-width: 200px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list01 .dataList_item.-item03 .icoArea img {
  aspect-ratio: 292/140;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_inner {
  padding-top: 36px;
  padding-bottom: 62px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_inner {
    padding-top: 42px;
    padding-bottom: 72px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 35px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item_inner {
  padding-top: 26px;
  gap: 42px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item_inner {
    padding-top: 10px;
    gap: 46px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item_inner {
    padding-top: 0;
    gap: 26px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 {
    display: block;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.4%;
  margin-left: -50px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents {
    gap: 26px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents {
    margin-left: -20px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .pieChartWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .pieChartWrap .pieChart {
  width: 220px !important;
  height: 220px !important;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .pieChartWrap .pieChart {
    width: 180px !important;
    height: 180px !important;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .pieChartWrap .pieChart {
    width: 150px !important;
    height: 150px !important;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 18px;
  margin-top: -8px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips {
    gap: 14px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.7rem;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item {
    font-size: 1.4rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item::before {
  content: "";
  margin-top: 3px;
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item:first-child::before {
  background-color: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item:nth-child(2)::before {
  background-color: #3967ae;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item:nth-child(3)::before {
  background-color: #8babea;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item04 .contents .tips_item:nth-child(4)::before {
  background-color: #c4d1eb;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 {
    padding-bottom: 45px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05::before {
  content: "";
  width: 4px;
  height: calc(100% + 26px);
  display: block;
  background-color: #ededed;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05::before {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    margin-left: -16px;
    height: calc(100% + 40px);
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05::before {
    display: none;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .dataList_item_inner {
  max-width: 480px;
  gap: 58px;
  margin: 0 8% 0 auto;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .dataList_item_inner {
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .dataList_item_inner {
    margin-right: 0;
    gap: 52px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .dataList_item_inner {
    margin: 0 auto;
    max-width: inherit;
    gap: 34px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  width: 100%;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents {
    gap: 26px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart {
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart {
    max-width: 290px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart {
    max-width: 260px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart .line {
  width: 100%;
  height: 68px;
  -webkit-transition: width 0.7s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.7s cubic-bezier(0.87, 0, 0.13, 1);
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart .line {
    height: 52px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart .line .bar {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart .line:first-child .bar {
  background-color: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart .line:last-child .bar {
  background-color: #f87890;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::before, .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::before {
  left: -48px;
  width: 28px;
  aspect-ratio: 28/68;
  background: url(../img/data/ico_data05_man.png) center center/contain no-repeat;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::before {
    left: -34px;
    width: 16.8px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::after {
  right: -50px;
  width: 33px;
  aspect-ratio: 33/65;
  background: url(../img/data/ico_data05_woman.png) center center/contain no-repeat;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .line-chart .chart::after {
    right: -34px;
    width: 19.8px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list {
    gap: 8px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label {
  width: calc(100% + 2px);
  display: block;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label {
    width: inherit;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: calc(100% + 0.5px);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  pointer-events: none;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label::after {
    width: 2px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label_inner {
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label .text {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .label .text {
    font-size: 1.3rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap span {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-style: italic;
  color: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap .num {
  font-size: 7.2rem;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap .num {
    font-size: 6.8rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap .num {
    font-size: 5rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap .unit {
  font-size: 3rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .numWrap .unit {
    font-size: 2rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item .text {
  font-size: 3rem;
  font-weight: 700;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:first-child .label {
  margin-right: 6px;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:first-child .label::after {
  top: -0.4px;
  left: 4px;
  background: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:first-child .label_inner {
  border-top: 4px solid #001d55;
  border-bottom: 4px solid #001d55;
  padding: 12px 18px 14px 28px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:first-child .label_inner {
    border-top: 2px solid #001d55;
    border-bottom: 2px solid #001d55;
    padding: 9px 12px 10px 18px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:first-child .label .text {
  color: #001d55;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:last-child .label::after {
  top: -0.6px;
  right: 4px;
  background: #f87890;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:last-child .label_inner {
  border-top: 4px solid #f87890;
  border-bottom: 4px solid #f87890;
  padding: 12px 28px 14px 18px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:last-child .label_inner {
    border-top: 2px solid #f87890;
    border-bottom: 2px solid #f87890;
    padding: 9px 20px 10px 12px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list_item:last-child .label .text {
  color: #f87890;
}
.lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list .separate {
  color: #cfcfcf;
  font-size: 5.7rem;
  line-height: 1;
  margin-top: -24px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list02 .dataList_item.-item05 .contents .list .separate {
    font-size: 3.2rem;
    margin-top: -15px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03::after {
  display: none;
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_inner {
  max-width: 1380px;
  padding-top: 58px;
  padding-bottom: 54px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_inner {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item_inner {
  gap: 40px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item_inner {
    gap: 38px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item_inner {
    gap: 32px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents {
    gap: 18px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 20px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap span {
  color: #001d55;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-style: italic;
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap .num {
  font-size: 10rem;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap .num {
    font-size: 9rem;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap .num {
    font-size: 7.4rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap .unit {
  font-size: 4rem;
  font-weight: 600;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item .contents .numWrap .unit {
    font-size: 3rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item06 .icoArea {
  max-width: 132px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item06 .icoArea {
    max-width: 110px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item06 .icoArea {
    max-width: 76px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item06 .contents .numWrap .unit {
  font-size: 3rem;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item06 .contents .numWrap .unit {
    font-size: 2.4rem;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item07 .icoArea {
  max-width: 127px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item07 .icoArea {
    max-width: 110px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item07 .icoArea {
    max-width: 82px;
  }
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 .dataList_item_inner {
    gap: 28px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 {
    border-bottom: none;
    padding-bottom: 36px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 .icoArea {
  max-width: 136px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 .icoArea {
    max-width: 110px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 .icoArea {
    max-width: 88px;
  }
}
.lower-data .data_container.-data .dataContents .dataList.-list03 .dataList_item.-item08 .icoArea img {
  aspect-ratio: 136/117;
}
.lower-data .data_container.-data .dataContents .dateArea_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dateArea_inner {
    gap: 14px;
  }
}
.lower-data .data_container.-data .dataContents .dateArea_inner::before {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background-color: #ededed;
  pointer-events: none;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dateArea_inner::before {
    height: 3px;
  }
}
.lower-data .data_container.-data .dataContents .dateArea_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-data .dataContents .dateArea_text {
    font-size: 1.3rem;
  }
}
.lower-data .data_container.-benefits {
  background-color: rgba(79, 115, 183, 0.1);
}
.lower-data .data_container.-benefits .data_container_inner {
  padding-top: 76px;
  padding-bottom: 88px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .data_container_inner {
    padding-top: 50px;
    padding-bottom: 52px;
  }
}
.lower-data .data_container.-benefits .benefitsList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 1.5%;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList {
    gap: 10px;
    margin-top: 32px;
  }
}
.lower-data .data_container.-benefits .benefitsList_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.33%;
          flex: 0 0 32.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  padding: 20px 17px;
  background-color: #fff;
  border-radius: 8px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 15px 12px;
    gap: 11px;
  }
}
.lower-data .data_container.-benefits .benefitsList_item .numArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  aspect-ratio: 1/1;
  background-color: #001d55;
  border-radius: 50%;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList_item .numArea {
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
  }
}
.lower-data .data_container.-benefits .benefitsList_item .numArea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 1.5px solid #fff;
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.lower-data .data_container.-benefits .benefitsList_item .numArea .num {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  margin-top: 2.3px;
  margin-left: 0.5px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList_item .numArea .num {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.lower-data .data_container.-benefits .benefitsList_item .textArea .title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.3;
  color: #008a61;
  text-shadow: 0 0 1px rgba(0, 138, 97, 0.3);
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList_item .textArea .title {
    font-size: 1.6rem;
  }
}
.lower-data .data_container.-benefits .benefitsList_item .textArea .text {
  margin-top: 3px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #001d55;
  padding-bottom: 1px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-benefits .benefitsList_item .textArea .text {
    font-size: 1.3rem;
  }
}
.lower-data .data_container.-company .data_container_inner {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-company .data_container_inner {
    margin-top: 68px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .data_container_inner {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-data .data_container.-company .companyList {
  max-width: 1100px;
  margin: 36px auto 0;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .companyList {
    margin-top: 28px;
  }
}
.lower-data .data_container.-company .companyList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .companyList_item {
    display: block;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .companyList_item:first-child .title {
    padding-top: 0;
  }
}
.lower-data .data_container.-company .companyList_item:last-child .text {
  padding-bottom: 20px;
}
.lower-data .data_container.-company .companyList_item .title {
  margin-top: 3px;
  padding: 24px 10px 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 1.8px solid #008a61;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .companyList_item .title {
    padding: 15px 0 0;
    border-bottom: none;
    font-size: 1.5rem;
  }
}
.lower-data .data_container.-company .companyList_item .text {
  padding: 24px 20px 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.6rem;
  border-bottom: 1.8px solid #e5e5e5;
  line-height: 2.1;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-company .companyList_item .text {
    padding: 0 0 15px;
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
.lower-data .data_container.-company .companyList_item .text a {
  color: #06283D;
}
.lower-data .data_container.-company .companyList .subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.lower-data .data_container.-company .companyList .subList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lower-data .data_container.-company .companyList .subList_item .subTitle {
  width: 24%;
  line-height: 1.6;
}
.lower-data .data_container.-company .companyList .subList_item .subText {
  width: 76%;
}
.lower-data .data_container.-company .companyList .subContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.lower-data .data_container.-company .companyList .subContents_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.lower-data .data_container.-philosophy {
  background-color: rgba(79, 115, 183, 0.1);
}
.lower-data .data_container.-philosophy .data_container_inner {
  padding-top: 76px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-philosophy .data_container_inner {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-philosophy .data_container_inner {
    padding-top: 45px;
    padding-bottom: 32px;
  }
}
.lower-data .data_container.-philosophy .philosophyContents .image {
  max-width: 629px;
  margin: 32px auto 0;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-philosophy .philosophyContents .image {
    margin-top: 18px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-philosophy .philosophyContents .image {
    margin-top: 20px;
  }
}
.lower-data .data_container.-philosophy .philosophyContents .image img {
  aspect-ratio: 629/470;
}
.lower-data .data_container.-org .data_container_inner {
  max-width: 1282px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .lower-data .data_container.-org .data_container_inner {
    margin-top: 68px;
    margin-bottom: 64px;
  }
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-org .data_container_inner {
    margin-top: 50px;
    margin-bottom: 56px;
  }
}
.lower-data .data_container.-org .data_container_title {
  margin-bottom: 48px;
}
.lower-data .data_container.-org .orgContents .image.-pc {
  max-width: 1202px;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-org .orgContents .image.-pc {
    display: none;
  }
}
.lower-data .data_container.-org .orgContents .image.-pc img {
  aspect-ratio: 1200/667.5;
}
.lower-data .data_container.-org .orgContents .image.-sp {
  max-width: 339px;
  display: none;
}
@media all and (max-width: 834px) {
  .lower-data .data_container.-org .orgContents .image.-sp {
    display: block;
  }
}
.lower-data .data_container.-org .orgContents .image.-sp img {
  aspect-ratio: 339/712;
}

/*トップ*/
.lower-blog .blog {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-blog .blog__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 150px 40px 110px;
}
@media (max-width: 1200px) {
  .lower-blog .blog__container {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__container {
    display: block;
    padding: 60px 20px 40px;
  }
}
.lower-blog .blog__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.lower-blog .blog__main .job_count_pager.contents_bottom {
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 72px 0 0;
}
@media (max-width: 1200px) {
  .lower-blog .blog__main .job_count_pager.contents_bottom {
    padding-top: 52px;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__main .job_count_pager.contents_bottom {
    padding-top: 40px;
  }
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination {
  display: block;
  position: relative;
  z-index: 5;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  list-style: none;
  justify-content: center;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li {
  font-size: 12px;
  text-align: center;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li a,
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li em {
  display: block;
  position: relative;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  width: 39.2px;
  height: 39.2px;
  line-height: 39.2px;
  background: #001e58;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li a:before,
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li em {
  color: #fff;
  background: #0045a1;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li em:before {
  width: 100%;
  height: 100%;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li a:hover,
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination li em {
  color: #ffffff;
  background: #3967ae;
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination .number {
  display: none;
}
@media all and (min-width: 835px) {
  .lower-blog .blog__main .job_count_pager.contents_bottom .pagination .number {
    display: inline-block;
  }
}
.lower-blog .blog__main .job_count_pager.contents_bottom .pagination .number.current {
  display: inline-block;
}
.lower-blog .blog__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__side {
    margin-top: 55px;
  }
}
.lower-blog .blog__categoryTitle {
  position: relative;
  font-size: 1.8em;
  font-weight: 700;
  color: #001e58;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
@media (max-width: 1200px) {
  .lower-blog .blog__categoryTitle {
    padding-bottom: 18px;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-blog .blog__categoryTitle::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -50px;
  width: 140px;
  height: 160px;
  background: #3967ae;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-blog .blog__categoryTitle::after {
    width: 100px;
    height: 130px;
    top: -25px;
    left: -35px;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__categoryTitle::after {
    width: 85px;
    height: 105px;
    top: -26px;
    left: -15px;
  }
}
.lower-blog .blog__articles__item {
  border-bottom: 1px solid #e2e2e2;
}
.lower-blog .blog__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
@media (hover: hover) {
  .lower-blog .blog__articles__item a:hover {
    opacity: 0.8;
  }
  .lower-blog .blog__articles__item a:hover .title {
    color: #3967ae;
  }
  .lower-blog .blog__articles__item a:hover .button_arrow {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
.lower-blog .blog__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog .blog__articles__item .img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.lower-blog .blog__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-blog .blog__articles__item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-blog .blog__articles__item .date {
  font-size: 0.9em;
  color: rgba(6, 40, 61, 0.8);
}
.lower-blog .blog__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog .blog__articles__item .category__item {
  background-color: #008a61;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.7em 0.8em 0.68em;
  border-radius: 2px;
}
.lower-blog .blog__articles__item .title {
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #06283D;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-blog .blog__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-blog .blog__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog .blog__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-blog .blog__articles__item .button_arrow {
  position: absolute;
  width: 17px;
  height: 7px;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog .blog__articles__item .button_arrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #001e58;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lower-blog .blog__articles__item .button_arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #001e58;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 2px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__articles__item .button_arrow {
    display: none;
  }
}
.lower-blog .blog__article__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #001e58;
}
.lower-blog .blog__article__title::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -50px;
  width: 140px;
  height: 160px;
  background: #3967ae;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-blog .blog__article__title::after {
    width: 120px;
    height: 145px;
    top: -15px;
    left: -32px;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__title::after {
    display: none;
  }
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__title {
    gap: 7px 16px;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }
}
.lower-blog .blog__article__title .date {
  color: rgba(6, 40, 61, 0.8);
}
.lower-blog .blog__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog .blog__article__title .category__item {
  background-color: #008a61;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em 0.8em 0.6em;
  border-radius: 2px;
}
.lower-blog .blog__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  color: #001e58;
  line-height: 1.5;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__title .title {
    font-size: 1.45em;
  }
}
.lower-blog .blog__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body {
    padding: 0 0 32px;
  }
}
.lower-blog .blog__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-blog .blog__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-blog .blog__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #001e58;
  line-height: 1.6;
  padding-left: 0.6em;
  border-left: 4px double;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-blog .blog__article__body .hd + .text {
  margin-top: 20px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-blog .blog__article__body .text {
  margin: 48px 0;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .text {
    margin: 24px 0;
  }
}
.lower-blog .blog__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(71, 181, 255, 0.3)));
  background: linear-gradient(transparent 60%, rgba(71, 181, 255, 0.3) 60%);
}
.lower-blog .blog__article__body .strong {
  font-weight: 700;
}
.lower-blog .blog__article__body .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  margin: 48px 0;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-blog .blog__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-blog .blog__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #3967ae;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}
.lower-blog .blog__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #3967ae;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/news/ico_link.svg);
          mask-image: url(../img/news/ico_link.svg);
}
@media all and (max-width: 520px) {
  .lower-blog .blog__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-blog .blog__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/news/ico_external.svg);
          mask-image: url(../img/news/ico_external.svg);
}
@media (hover: hover) {
  .lower-blog .blog__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-blog .blog__btnArea {
  margin-top: 48px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__btnArea {
    margin-top: 22px;
  }
}
.lower-blog .blog__btnArea .backBtn {
  display: block;
  text-align: center;
}
.lower-blog .blog__btnArea .backBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3967ae;
  gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog .blog__btnArea .backBtn a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (hover: hover) {
  .lower-blog .blog__btnArea .backBtn a:hover {
    opacity: 0.8;
  }
  .lower-blog .blog__btnArea .backBtn a:hover::before {
    -webkit-transform: translateX(-4px) rotate(135deg);
            transform: translateX(-4px) rotate(135deg);
  }
}
.lower-blog .blog__side__block {
  margin-top: 40px;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__side__block {
    margin-top: 42px;
  }
}
.lower-blog .blog__side__block:first-child {
  margin-top: 0;
}
.lower-blog .blog__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.lower-blog .blog__side__block .title .ja {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  color: #008a61;
}
.lower-blog .blog__side__block .title .eng {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #001e58;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media all and (max-width: 520px) {
  .lower-blog .blog__side__block .title .eng {
    font-size: 2.1rem;
  }
}
.lower-blog .blog__side__block .list__item {
  border-bottom: 1px solid #e2e2e2;
}
.lower-blog .blog__side__block .list__item:first-child {
  border-top: 1px solid #e2e2e2;
}
.lower-blog .blog__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #06283D;
}
.lower-blog .blog__side__block .list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #3967ae;
  width: 9px;
  aspect-ratio: 9/9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media all and (max-width: 520px) {
  .lower-blog .blog__side__block .list__item a::after {
    width: 7px;
  }
}
@media (hover: hover) {
  .lower-blog .blog__side__block .list__item a:hover {
    color: #3967ae;
    opacity: 0.8;
  }
  .lower-blog .blog__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
.lower-blog .headerBase {
  position: relative;
}
.lower-blog .headerBase::before, .lower-blog .headerBase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 62px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  pointer-events: none;
}
@media all and (max-width: 520px) {
  .lower-blog .headerBase::before, .lower-blog .headerBase::after {
    width: 52%;
    height: 38px;
  }
}
.lower-blog .headerBase::before {
  background: #001f5c;
  position: absolute;
  z-index: -1;
}
.lower-blog .headerBase::after {
  background: url(../img/common/bg_lowerTitle.png);
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=lower.css.map */