@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;
  }
}

/* ============================================
// その他
// ==========================================*/
/* ============================================
// 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;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 20;
  height: 60px;
  background: #FFF;
}
@media all and (min-width: 835px) {
  .header {
    height: 97px;
    margin-bottom: 0;
  }
}
.header .h_inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
}
@media all and (min-width: 835px) {
  .header .h_inner {
    height: 97px;
  }
}
.header .h_logo {
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 15px 20px;
  z-index: 20;
}
@media all and (min-width: 835px) {
  .header .h_logo {
    padding: 30px 0 20px 35px;
    max-width: 275px;
  }
}
.header .h_logo::before {
  content: "";
  display: inline-block;
  width: 110%;
  height: 20px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: #FFF;
  position: absolute;
  top: 59px;
  right: 0;
  left: -90px;
}
@media all and (min-width: 835px) {
  .header .h_logo::before {
    top: 96px;
    height: 30px;
    right: 0;
    left: initial;
  }
}
.header .h_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_logo img {
  width: 32.5714285714px;
}
@media all and (min-width: 835px) {
  .header .h_logo img {
    width: 57px;
  }
}
.header .h_logo .siteName {
  line-height: 1.6;
  font-weight: bold;
  margin-left: 12px;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #06283D;
  margin-top: -5px;
}
@media all and (min-width: 835px) {
  .header .h_logo .siteName {
    margin-top: -15px;
    margin-left: 10px;
  }
}

.h_navi {
  display: none;
}
@media (min-width: 1350px) {
  .h_navi {
    display: block;
  }
}
.h_navi .h_naviList {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 24px;
}
.h_navi .h_naviList .h_naviList_item {
  height: 100%;
}
.h_navi .h_naviList .h_naviList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #06283D;
  border-bottom: 2px solid transparent;
}
@media (hover: hover) {
  .h_navi .h_naviList .h_naviList_item a:hover {
    color: #3967ae;
    border-bottom: 2px solid #3967ae;
  }
}
.h_navi .h_naviList .h_naviList_item a .text {
  pointer-events: auto;
}
.h_navi .h_naviList .h_naviList_item._recruit a {
  pointer-events: auto;
  color: #FFF;
  padding: 0 20px;
  background: #008a61;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (hover: hover) {
  .h_navi .h_naviList .h_naviList_item._recruit a:hover {
    border-bottom: 2px solid transparent;
    background: #3967ae;
  }
}

.h_menuButton {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 50;
  padding: 10px 10px;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: opacity 0.5s ease, top 0.5s ease;
  transition: opacity 0.5s ease, top 0.5s ease;
  background: #fff;
  background: #3967ae;
  opacity: 1;
}
@media all and (min-width: 835px) {
  .h_menuButton {
    width: 97px;
    height: 97px;
  }
}
@media (min-width: 1350px) {
  .h_menuButton {
    -webkit-transform: scale(1);
            transform: scale(1);
    display: none;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .h_menuButton:hover .h_menuButton_inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.h_menuButton .h_menuButton_inner {
  position: relative;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -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) {
  .h_menuButton .h_menuButton_inner {
    top: -4px;
  }
}
.h_menuButton_icon {
  margin: 0 auto;
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
@media all and (min-width: 835px) {
  .h_menuButton_icon {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.h_menuButton_icon span {
  will-change: top;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  right: 0;
}
.h_menuButton_icon span.hamburger01 {
  width: 20px;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menuButton_icon span.hamburger02 {
  width: 20px;
  top: calc(50% - 1px);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menuButton_icon span.hamburger03 {
  width: 20px;
  -webkit-transform: rotate(0.001deg) translateY(0);
          transform: rotate(0.001deg) translateY(0);
  bottom: auto;
  top: calc(100% - 2px);
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menuButton_text {
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  color: #FFF;
  line-height: 1;
  margin-top: 8px;
}
@media all and (min-width: 835px) {
  .h_menuButton_text {
    font-size: 1.3rem;
  }
}
.h_menuButton_text::before, .h_menuButton_text::after {
  display: inline-block;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.h_menuButton_text::before {
  content: "MENU";
  opacity: 1;
}
.h_menuButton_text::after {
  content: "CLOSE";
  opacity: 0;
}
.h_menuButton.js-active .h_menuButton_text::before {
  content: "MENU";
  opacity: 0;
}
.h_menuButton.js-active .h_menuButton_text::after {
  content: "CLOSE";
  opacity: 1;
}
.h_menuButton.js-active span.hamburger01 {
  -webkit-transform: rotate(45.111deg) translateY(0);
          transform: rotate(45.111deg) translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 50%;
  right: 0;
  margin: auto;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menuButton.js-active span.hamburger02 {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menuButton.js-active span.hamburger03 {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  bottom: calc(50% - 2px);
  right: 0;
  margin: auto;
}

.h_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 19;
}
.h_menu_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(57, 103, 174, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  margin: auto;
}
.h_menu_bg.js-hamburgerOpen {
  background-color: #001e58;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.h_menu .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (min-width: 835px) {
  .h_menu .scroll {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.h_menu_inner {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px 0;
  margin: 80px 10px 40px;
  z-index: 60;
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain, contain;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1200px) {
  .h_menu_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto 10px auto;
    width: 100%;
  }
}
.h_menu_inner::-webkit-scrollbar {
  width: 4px;
}
.h_menu_inner::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: none;
}
.h_menu_inner::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h_menu_inner_wrap {
  width: 100%;
  margin-top: 20px;
}
.h_menu .h_logo {
  border-radius: 2px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  max-width: 220px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  opacity: 0;
}
@media all and (min-width: 835px) {
  .h_menu .h_logo {
    padding: 20px 30px;
    max-width: 305px;
  }
}
.h_menu .h_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h_menu .h_logo img {
  width: 32.5714285714px;
}
@media all and (min-width: 835px) {
  .h_menu .h_logo img {
    width: 57px;
  }
}
.h_menu .h_logo .siteName {
  line-height: 1.6;
  font-weight: bold;
  margin-left: 10px;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
.h_menu .h_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 1080px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
}
@media all and (min-width: 835px) {
  .h_menu .h_menu_wrap {
    padding: 0 40px;
  }
}
.h_menuList {
  margin-top: 14px;
  padding: 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1000px) {
  .h_menuList {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
}
.h_menuList_item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h_menuList_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h_menuList_item img {
  height: auto;
}
.h_menuList_item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  padding: 20px 0 20px 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  font-weight: bold;
}
@media (min-width: 376px) {
  .h_menuList_item a {
    padding: 16px 0 16px 0;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 835px) {
  .h_menuList_item a {
    padding: 25px 0 25px 0;
  }
}
.h_menuList_item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}
.h_menuList_item a .text {
  width: 100%;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .h_menuList_item a:hover .en,
  .h_menuList_item a:hover .ja {
    color: rgba(255, 255, 255, 0.5);
  }
}
.h_menu .h_menuListSub {
  width: 100%;
  padding: 0 10px;
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .h_menu .h_menuListSub {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 0 30px;
  }
}
.h_menu .h_menuListSub ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub ul {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .h_menu .h_menuListSub ul {
    width: 100%;
  }
}
.h_menu .h_menuListSub .h_menuListSub_item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub .h_menuListSub_item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.h_menu .h_menuListSub .h_menuListSub_item a {
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 376px) {
  .h_menu .h_menuListSub .h_menuListSub_item a {
    font-size: 1.4rem;
  }
}
.h_menu .h_menuListSub .h_menuListSub_item a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B5FF;
  border-right: 1px solid #47B5FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media (hover: hover) {
  .h_menu .h_menuListSub .h_menuListSub_item a:hover:hover::before {
    right: 5px;
  }
}
.h_menu .h_menuListSub .contact_info {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub .contact_info {
    width: 50%;
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (min-width: 1000px) {
  .h_menu .h_menuListSub .contact_info {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h_menu .h_menuListSub .contact_info .contact_info_telArea {
  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;
  color: #FFF;
  text-align: center;
}
.h_menu .h_menuListSub .contact_info .contact_info_telArea .telArea_num {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.h_menu .h_menuListSub .contact_info .contact_info_telArea .telArea_num a {
  font-size: clamp(3rem, 3.2vw, 3.6rem);
  color: #FFF;
  line-height: 1;
}
@media (max-width: 375px) {
  .h_menu .h_menuListSub .contact_info .contact_info_telArea .telArea_num a {
    font-size: 2.6rem;
  }
}
.h_menu .h_menuListSub .contact_info .contact_info_telArea .telArea_time {
  margin-top: 5px;
  text-align: center;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub .contact_info .contact_info_telArea .telArea_time {
    margin-top: 10px;
  }
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub .contact_info .contact_info_telArea + .contact_info_button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.h_menu .h_menuListSub .contact_info .contact_info_button {
  max-width: 360px;
  width: 100%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 521px) {
  .h_menu .h_menuListSub .contact_info .contact_info_button {
    margin-top: 30px;
  }
}
@media all and (min-width: 835px) {
  .h_menu .h_menuListSub .contact_info .contact_info_button {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.h_menu .h_menuListSub .contact_info .contact_info_button a {
  position: relative;
  width: 100%;
  border: 1px solid #FFF;
  padding: 16px 2vw;
  color: #FFF;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0 11px 24px rgba(6, 40, 61, 0.15);
          box-shadow: 0 11px 24px rgba(6, 40, 61, 0.15);
  font-size: 1.6rem;
}
@media (max-width: 375px) {
  .h_menu .h_menuListSub .contact_info .contact_info_button a {
    font-size: 1.4rem;
    padding: 14px 2vw;
  }
}
.h_menu .h_menuListSub .contact_info .contact_info_button a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 34/26;
  width: 17px;
  font-size: 0;
}
.h_menu .h_menuListSub .contact_info .contact_info_button a .arrow svg {
  fill: #FFF;
  font-size: 1.7rem;
}
@media (hover: hover) {
  .h_menu .h_menuListSub .contact_info .contact_info_button a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    background: #06283D;
    -webkit-box-shadow: 0 0 0 rgba(6, 40, 61, 0);
            box-shadow: 0 0 0 rgba(6, 40, 61, 0);
  }
}
.h_menu.js-open {
  pointer-events: all;
  opacity: 1;
}
.h_menu.js-open .scroll {
  opacity: 1;
}
.h_menu.js-open .h_logo a {
  opacity: 1;
}
.h_menu.js-open .h_menuList_item a {
  opacity: 1;
}
.h_menu.js-open .h_contact {
  opacity: 1;
}

.recruit {
  position: relative;
  z-index: 1;
  background: url(../img/common/bg_recruit.jpg);
  background-size: cover;
  color: #FFF;
}
.recruit .recruit_inner {
  max-width: 750px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (min-width: 835px) {
  .recruit .recruit_inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.recruit .recruit_title {
  text-align: center;
  font-size: clamp(3rem, 5.6vw, 5.6rem);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1.6;
}
.recruit .recruit_text {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.recruit .recruit_button {
  margin: 20px auto 0;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 40px 0 80px;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .footer {
    padding: 8% 0 180px;
  }
}
.footer .f_inner {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 1180px;
}
@media all and (min-width: 835px) {
  .footer .f_inner {
    gap: 25px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.footer .f_item:nth-child(1) {
  width: 100%;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .footer .f_item:nth-child(1) {
    width: 250px;
    margin-top: -15px;
  }
}
.footer .f_item:nth-child(2) {
  width: 100%;
}
@media all and (min-width: 835px) {
  .footer .f_item:nth-child(2) {
    margin-top: -10px;
    width: calc(100% - 300px);
  }
}
.footer .f_logo {
  position: relative;
  max-width: 285px;
  width: 100%;
}
.footer .f_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_logo img {
  width: 38px;
}
@media all and (min-width: 835px) {
  .footer .f_logo img {
    width: 57px;
  }
}
.footer .f_logo .siteName {
  line-height: 1.6;
  font-weight: bold;
  margin-left: 10px;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #06283d;
}
.footer .f_navi {
  width: 100%;
}
@media all and (min-width: 835px) {
  .footer .f_navi {
    padding: 0 0;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .f_navi .f_naviList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0px 16px;
}
.footer .f_navi .f_naviList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media all and (min-width: 835px) {
  .footer .f_navi .f_naviList_item {
    width: auto;
  }
}
.footer .f_navi .f_naviList_item a {
  width: 100%;
  position: relative;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 8px 0 8px;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  -webkit-transform: color 0.5s ease;
          transform: color 0.5s ease;
  color: #06283D;
}
@media all and (min-width: 835px) {
  .footer .f_navi .f_naviList_item a {
    margin: 4px 0 4px;
  }
}
@media (min-width: 1300px) {
  .footer .f_navi .f_naviList_item a {
    font-size: 1.6rem;
  }
}
.footer .f_navi .f_naviList_item .text {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  display: inline-block;
  color: #06283d;
  font-weight: bold;
}
@media all and (min-width: 835px) {
  .footer .f_navi .f_naviList_item .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer .f_navi .f_naviList_item .text::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background 0.5s ease, -webkit-transform 0.5s 0s ease;
  transition: background 0.5s ease, -webkit-transform 0.5s 0s ease;
  transition: transform 0.5s 0s ease, background 0.5s ease;
  transition: transform 0.5s 0s ease, background 0.5s ease, -webkit-transform 0.5s 0s ease;
  background: #3967ae;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .footer .f_navi .f_naviList_item:hover a {
    color: #3967ae;
  }
  .footer .f_navi .f_naviList_item:hover a .text::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.5s 0s ease;
    transition: -webkit-transform 0.5s 0s ease;
    transition: transform 0.5s 0s ease;
    transition: transform 0.5s 0s ease, -webkit-transform 0.5s 0s ease;
  }
}
.footer .f_searchCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 20px;
  line-height: 1.6;
  margin-top: 30px;
}
@media all and (min-width: 835px) {
  .footer .f_searchCategory {
    row-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 60px;
    margin-top: 80px;
  }
}
.footer .f_searchCategory .f_searchCategoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}
.footer .f_searchCategory .f_searchCategoryWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dt {
  display: inline-block;
  margin-bottom: 5px;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dt .title {
  position: relative;
  color: #3967ae;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dt + dd {
  margin-top: 5px;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dt + dd a {
  color: #06283D;
  font-size: 1.4rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .footer .f_searchCategory .f_searchCategoryWrap dl dt + dd a:hover {
    color: #3967ae;
  }
}
.footer .f_searchCategory .f_searchCategoryWrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dd > .shopList dt {
  background: transparent;
  color: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #3967ae;
}
.footer .f_searchCategory .f_searchCategoryWrap dl dd > .shopList dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fabe00;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
}
.footer .f_searchCategory .f_searchCategoryWrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px 15px;
  font-size: 1.4rem;
}
.footer .f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media all and (min-width: 835px) {
  .footer .f_sns {
    margin-top: 55px;
  }
}
.footer .f_sns .title {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #06283d;
  font-weight: bold;
}
@media all and (min-width: 835px) {
  .footer .f_sns .title {
    margin-right: 0;
  }
}
.footer .f_sns .sns_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
@media all and (min-width: 835px) {
  .footer .f_sns .sns_list {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer .f_sns .sns_list li {
  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;
}
@media (hover: hover) {
  .footer .f_sns .sns_list a:hover .fb_ico {
    background: #1877f2;
  }
  .footer .f_sns .sns_list a:hover .fb_ico svg {
    opacity: 1;
    fill: #FFF;
  }
  .footer .f_sns .sns_list a:hover .tw_ico {
    background: #1da1f2;
  }
  .footer .f_sns .sns_list a:hover .tw_ico svg {
    opacity: 1;
    fill: #FFF;
  }
  .footer .f_sns .sns_list a:hover .li_ico {
    background: #00b900;
  }
  .footer .f_sns .sns_list a:hover .li_ico svg {
    opacity: 1;
    fill: #FFF;
  }
}
.footer .f_sns .sns_list .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer .f_sns .sns_list .icon svg {
  width: 18px;
  height: 18px;
  fill: #FFF;
}
.footer .f_sns .sns_list .fb_ico {
  position: relative;
  background: #1877f2;
}
.footer .f_sns .sns_list .tw_ico {
  position: relative;
  background: #1da1f2;
}
.footer .f_sns .sns_list .tw_ico svg {
  top: 1px;
}
.footer .f_sns .sns_list .li_ico {
  position: relative;
  background: #00b900;
}
.footer .f_sns .sns_list svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #06283D;
  font-size: 1.5rem;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media all and (min-width: 835px) {
  .footer .f_sns .sns_list svg {
    font-size: 1.6rem;
  }
}
.footer .gaPdfArea {
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .footer .gaPdfArea {
    margin-top: 70px;
  }
}
.footer .gaPdfArea a {
  font-size: 1.2rem;
  opacity: 1;
  line-height: 1.6;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}
@media all and (min-width: 835px) {
  .footer .gaPdfArea a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .footer .gaPdfArea a:hover {
    opacity: 0.4;
  }
}
.footer .f_link {
  margin-top: 20px;
}
.footer .f_link a {
  color: #06283d;
  font-size: 1.5rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_link a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_newtab.png);
  background-size: contain;
  margin-left: 8px;
}
@media (hover: hover) {
  .footer .f_link a:hover {
    opacity: 0.4;
  }
}
.footer .copyright {
  text-align: left;
  margin-top: 16px;
  font-weight: 500;
}
@media all and (min-width: 835px) {
  .footer .copyright {
    margin-top: 20px;
  }
}
.footer .copyright small {
  font-size: 1.2rem;
}

.pagetop {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: #001e58;
  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-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 835px) {
  .pagetop {
    width: 64px;
    height: 64px;
    bottom: 60px;
    right: 40px;
  }
}
.pagetop .pagetop_arrow {
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 6px;
}
@media (hover: hover) and (min-width: 835px), all and (-ms-high-contrast: none) and (min-width: 835px) {
  .pagetop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.pagetop.js-show {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=common.css.map */