@charset "UTF-8";
/* ==========================================================================
   Foundation
** ========================================================================== */
/* Base
** ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html {
  line-height: 1.15;
  /* 1 */
  font-feature-settings: "palt" 1;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Fonts
** ----------------------------------------------------------------- */
/** ===============================================
 *
 * Font
 *
 * =============================================== */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* Plugin
** ----------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 5.1rem;
  border: none;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 2;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.86314rem;
  height: 2.86314rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media (min-width: 600px) {
  .slick-prev:before,
  .slick-next:before {
    border-bottom-color: #1b63af;
    border-left-color: #1b63af;
  }
}
.slick-prev {
  left: 0;
}

.slick-prev:before {
  transform: translate(-25%, -50%) rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  transform: translate(-85%, -50%) rotate(-135deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==========================================================================
   Layout
** ========================================================================== */
html {
  color: #2263af;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-size: 10px;
}

@media screen and (min-width: 375px) {
  html {
    font-size: calc(10px + 14 * (100vw - 375px) / 525);
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 10px;
  }
}
a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

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

table th, table td {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  table th, table td {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.12em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  p {
    font-size: 16px;
  }
}
figure {
  margin: 0;
}

.for-screen-reader {
  display: none;
}

.pc-only-ib {
  display: none;
}

@media (min-width: 600px) {
  .pc-only-ib {
    display: inline-block;
  }
}
.pc-only {
  display: none;
}

@media (min-width: 600px) {
  .pc-only {
    display: block;
  }
}
@media (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  z-index: 20;
}

@media (min-width: 600px) {
  .site-header {
    height: 80px;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem 0.7rem 1.4rem;
}

@media (min-width: 600px) {
  .site-header__inner {
    padding: 12px 30px 12px 35px;
  }
}
.site-header__right {
  display: flex;
}

.site-header .site-id {
  margin-top: 0;
  margin-bottom: 0;
  width: 17.7rem;
}

@media (min-width: 600px) {
  .site-header .site-id {
    width: 245px;
  }
}
.site-header .link-area {
  position: relative;
  padding-top: 1rem;
  padding-right: 0.2rem;
}

@media (min-width: 600px) {
  .site-header .link-area {
    padding-top: 17px;
    padding-right: 4px;
  }
}
.site-header .link-area a.link-news {
  position: relative;
  display: inline-block;
  width: 4.7rem;
  height: 2.2rem;
  border-radius: 0.4rem 0.4rem;
  background-color: #1b63af;
}

@media (min-width: 600px) {
  .site-header .link-area a.link-news {
    width: 50px;
    height: 23px;
    border-radius: 4px 4px;
  }
}
.site-header .link-area a.link-box {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  height: 2.2rem;
}

@media (min-width: 600px) {
  .site-header .link-area a.link-box {
    margin-left: 7px;
    height: 23px;
  }
}
.site-header .link-area a img {
  max-width: none;
  max-height: 100%;
}

.global-navigation {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 19;
  overflow-y: auto;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

@media (min-width: 600px) {
  .global-navigation {
    padding-top: 80px;
    width: 200px;
  }
}
.global-navigation__inner {
  padding: 5.5rem 2rem 2rem;
}

@media (min-width: 600px) {
  .global-navigation__inner {
    padding: 20px 20px 20px 40px;
  }
}
.global-navigation .list--gnav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.global-navigation .list--gnav > li {
  text-align: center;
}

@media (min-width: 600px) {
  .global-navigation .list--gnav > li {
    margin-bottom: 5px;
    text-align: left;
  }
}
.global-navigation .list--gnav > li a {
  display: block;
  box-sizing: border-box;
  padding: 1rem 1rem;
  color: #1b63af;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .global-navigation .list--gnav > li a {
    padding: 9px 15px;
    font-size: 15px;
  }
}
.global-navigation.is-active {
  transform: translateX(0);
}

.toggle-nav {
  box-sizing: border-box;
  position: relative;
  top: 50%;
  z-index: 21;
  padding: 0.7rem 0.5rem;
  width: 4.4rem;
  height: 3.6rem;
  transform: translateY(-55%) rotate(0deg);
  cursor: pointer;
}

@media (min-width: 600px) {
  .toggle-nav {
    padding: 7px 5px;
  }
}
.toggle-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 76%;
  background: #2263af;
  opacity: 1;
  left: 12%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.toggle-nav span:nth-of-type(1) {
  top: 9px;
  animation: btn07-bar01 0.75s forwards;
}

.toggle-nav span:nth-of-type(2) {
  top: 18px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.toggle-nav span:nth-of-type(3) {
  top: 27px;
  animation: btn07-bar03 0.75s forwards;
}

.toggle-nav.is-active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}

.toggle-nav.is-active span:nth-of-type(2) {
  opacity: 0;
}

.toggle-nav.is-active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}

.toggle-nav.is-active b {
  color: #FFF;
}

.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: -2px;
  bottom: -18px;
  font-size: 11px;
  color: #000;
}

.site-footer__access {
  margin-top: 5rem;
}

.site-footer__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12rem;
  padding-left: 5.866%;
  padding-right: 5.866%;
  max-width: 720px;
}

@media (min-width: 600px) {
  .site-footer__inner {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .fixed-box-contact {
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 18;
}

@media (min-width: 600px) {
  .site-footer .fixed-box-contact {
    bottom: 40px;
    width: 100px;
    height: 100px;
  }
}
.site-footer .box-contact {
  box-sizing: border-box;
  margin-bottom: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem;
  width: 100%;
  border-radius: 0.8rem 0.8rem;
  background-color: #005ead;
}

@media (min-width: 600px) {
  .site-footer .box-contact {
    margin-bottom: 100px;
    padding: 24px 24px;
    width: 628px;
    border-radius: 12px 12px;
  }
}
.site-footer .box-contact__header {
  color: #fff;
  text-align: center;
}

.site-footer .box-contact__header .heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .site-footer .box-contact__header .heading {
    padding-top: 2px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .site-footer .box-contact__content {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer .box-contact__content .button--col {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  height: 6rem;
  text-decoration: none;
  border-radius: 0.8rem 0.8rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col {
    display: block;
    padding: 15px 15px;
    width: 48.965%;
    height: auto;
  }
}
.site-footer .box-contact__content .button--col .box-icon {
  width: 25%;
  text-align: center;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col .box-icon {
    width: 100%;
  }
}
.site-footer .box-contact__content .button--col .box-text {
  width: 75%;
  text-align: center;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col .box-text {
    width: 100%;
  }
}
.site-footer .box-contact__content .button--col .box-text .text-main {
  line-height: 1.4;
}

.site-footer .box-contact__content .button--col .box-text .text-sub {
  line-height: 1.2;
}

.site-footer .box-contact__content .button--col.button--tel {
  margin-bottom: 0.8rem;
  padding-top: 0.7rem;
  color: #005ead;
  background-color: #fff;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--tel {
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.site-footer .box-contact__content .button--col.button--tel .box-icon {
  padding-top: 1.2rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--tel .box-icon {
    padding-top: 0;
  }
}
.site-footer .box-contact__content .button--col.button--tel .box-icon img {
  width: 5rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--tel .box-text {
    padding-top: 5px;
  }
}
.site-footer .box-contact__content .button--col.button--tel .box-text .text-main {
  margin-bottom: 0.4rem;
  font-size: 1.89rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--tel .box-text .text-main {
    margin-bottom: 5px;
    font-size: 21px;
  }
}
.site-footer .box-contact__content .button--col.button--tel .box-text .text-main b {
  font-weight: bold;
}

.site-footer .box-contact__content .button--col.button--tel .box-text .text-sub {
  font-size: 1.08rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--tel .box-text .text-sub {
    font-size: 12px;
  }
}
.site-footer .box-contact__content .button--col.button--contact {
  color: #fff;
  background-color: #ee781f;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--contact {
    padding-top: 20px;
  }
}
.site-footer .box-contact__content .button--col.button--contact .box-icon {
  padding-top: 0.5rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--contact .box-icon {
    padding-top: 0;
  }
}
.site-footer .box-contact__content .button--col.button--contact .box-icon img {
  width: 4.2rem;
}

.site-footer .box-contact__content .button--col.button--contact .box-text {
  padding-top: 0.8rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--contact .box-text {
    padding-top: 10px;
  }
}
.site-footer .box-contact__content .button--col.button--contact .box-text .text-main {
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .site-footer .box-contact__content .button--col.button--contact .box-text .text-main {
    font-size: 16px;
  }
}
.site-footer .block-footer-img {
  margin-bottom: 12rem;
  width: 100%;
  height: 15.4rem;
  background: url("../images/footer/bg-pic06-sp.png") center center no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .site-footer .block-footer-img {
    margin-bottom: 100px;
    height: 172px;
  }
}
.site-footer .gmap {
  position: relative;
  margin-bottom: 5.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 628px;
}

@media (min-width: 600px) {
  .site-footer .gmap {
    margin-bottom: 43px;
  }
}
.site-footer .gmap iframe {
  width: 100%;
  height: 25.8rem;
}

@media (min-width: 600px) {
  .site-footer .gmap iframe {
    height: 276px;
  }
}
.site-footer .block-address {
  text-align: center;
}

.site-footer .block-address .box-address {
  margin-bottom: 4.8rem;
}

@media (min-width: 600px) {
  .site-footer .block-address .box-address {
    margin-bottom: 36px;
  }
}
.site-footer .block-address .box-address h5,
.site-footer .block-address .box-address p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .site-footer .block-address .box-address h5,
  .site-footer .block-address .box-address p {
    font-size: 16px;
  }
}
.site-footer .block-address .box-access .heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .site-footer .block-address .box-access .heading {
    font-size: 16px;
  }
}
.site-footer .block-address .box-access .text-area p {
  margin-top: 0;
}

@media (min-width: 600px) {
  .site-footer .block-address .box-access .text-area p {
    white-space: nowrap;
  }
}
.site-footer .block-social {
  margin-top: 5.4rem;
}

@media (min-width: 600px) {
  .site-footer .block-social {
    margin-top: 43px;
  }
}
.site-footer .block-social__inner {
  display: flex;
  justify-content: center;
}

.site-footer .block-social .icon-social {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 3.4rem;
}

@media (min-width: 600px) {
  .site-footer .block-social .icon-social {
    margin-left: 20px;
    margin-right: 20px;
    width: 48px;
  }
}
.site-footer .block-totop {
  position: relative;
  margin-top: 9rem;
  margin-bottom: 9rem;
  height: 3.4rem;
}

@media (min-width: 600px) {
  .site-footer .block-totop {
    margin-top: 104px;
    margin-bottom: 101px;
    height: 48px;
  }
}
.site-footer .block-totop .button.button--totop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: none;
}

.site-footer .block-totop .button.button--totop.is-fixed {
  position: fixed;
  top: calc(95vh - 3.4rem);
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .site-footer .block-totop .button.button--totop.is-fixed {
    top: calc(95vh - 48px);
  }
}
.site-footer .footer-link {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .site-footer .footer-link {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.site-footer .footer-link .link {
  color: #2263af;
  text-decoration: none;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875;
}

@media (min-width: 600px) {
  .copyright {
    font-size: 12px;
  }
}
.site-content {
  padding-top: 6rem;
  padding-bottom: 12rem;
}

@media (min-width: 600px) {
  .site-content {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
.site-content.site-content--pb0 {
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .site-content.site-content--pb0 {
    padding-bottom: 0;
  }
}
.fixed-width {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8%;
  padding-right: 8%;
  max-width: 720px;
}

@media (min-width: 600px) {
  .fixed-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fixed-width-home {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.866%;
  padding-right: 5.866%;
  max-width: 628px;
}

@media (min-width: 600px) {
  .fixed-width-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col {
  zoom: 1;
}

.col:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.col .col-item {
  float: left;
}

.col .col-item-last {
  float: right;
}

.col.col--2 .col-item {
  width: 49%;
}

.col.col--2 .col-item:nth-child(2n) {
  float: right;
}

.col.col--3 .col-item {
  margin-right: 2%;
  width: 32%;
}

.col.col--3 .col-item:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex.flex--col-2 .flex-item {
  width: 48%;
}

/* ==========================================================================
   Object
** ========================================================================== */
/* Component
** ----------------------------------------------------------------- */
.heading-privacy {
  margin-top: 11.3rem;
  margin-bottom: 11.3rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.875;
  text-align: center;
}

@media (min-width: 600px) {
  .heading-privacy {
    margin-top: 93px;
    margin-bottom: 93px;
    font-size: 24px;
    line-height: 2;
    text-align: left;
  }
}
.heading-privacy--02 {
  margin-top: 0.4rem;
  margin-bottom: 5.3rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
}

@media (min-width: 600px) {
  .heading-privacy--02 {
    margin-top: 4px;
    margin-bottom: 43px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.heading-privacy--02 .sub {
  font-size: 1.2rem;
  line-height: 2.166;
}

@media (min-width: 600px) {
  .heading-privacy--02 .sub {
    font-size: 12px;
  }
}
.list--boxlink {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--boxlink > li {
  width: 31.818%;
}

.list--boxlink-flip {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--boxlink-flip > li {
  width: 31.818%;
}

.wrap-table {
  overflow: auto;
}

.table-company-info {
  width: 100%;
}

.table-company-info tr {
  display: block;
  margin-bottom: 1.2rem;
}

@media (min-width: 600px) {
  .table-company-info tr {
    display: table-row;
  }
}
.table-company-info th, .table-company-info td {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

@media (min-width: 600px) {
  .table-company-info th, .table-company-info td {
    display: table-cell;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (min-width: 600px) {
  .table-company-info th {
    padding-right: 50px;
  }
}
.table-company-history {
  width: 100%;
}

.table-company-history tr {
  display: block;
  margin-bottom: 1.2rem;
}

@media (min-width: 600px) {
  .table-company-history tr {
    display: table-row;
  }
}
.table-company-history th, .table-company-history td {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

@media (min-width: 600px) {
  .table-company-history th, .table-company-history td {
    display: table-cell;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (min-width: 600px) {
  .table-company-history th {
    padding-right: 15px;
  }
}
.table-company-history thead th {
  display: none;
}

.table-company-history thead th:first-of-type {
  display: block;
}

.table--job-description {
  width: 100%;
}

.table--job-description tr {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  .table--job-description tr {
    display: table-row-group;
    margin-bottom: 0;
  }
}
.table--job-description th, .table--job-description td {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

@media (min-width: 600px) {
  .table--job-description th, .table--job-description td {
    display: table-cell;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (min-width: 600px) {
  .table--job-description th {
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
  }
}
.table--job-description th:before {
  content: "〈";
}

@media (min-width: 600px) {
  .table--job-description th:before {
    content: "";
    display: none;
  }
}
.table--job-description th:after {
  content: "〉";
}

@media (min-width: 600px) {
  .table--job-description th:after {
    content: "";
    display: none;
  }
}
.table-fee {
  width: calc(100% + 12px);
  height: 100%;
  border-collapse: separate;
  border-spacing: 6px 6px;
}

@media (min-width: 600px) {
  .table-fee {
    width: calc(100% + 16px);
    border-spacing: 8px 8px;
  }
}
.table-fee th, .table-fee td {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .table-fee th, .table-fee td {
    font-size: 14px;
  }
}
.table-fee th .inner, .table-fee td .inner {
  display: table;
  box-sizing: border-box;
  padding: 0rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0.8rem;
}

@media (min-width: 600px) {
  .table-fee th .inner, .table-fee td .inner {
    padding: 0 7px;
  }
}
.table-fee th .sub, .table-fee td .sub {
  vertical-align: middle;
}

@media (min-width: 600px) {
  .table-fee th .sub, .table-fee td .sub {
    vertical-align: top;
    font-size: 12px;
  }
}
.table-fee th {
  color: #fff;
}

.table-fee th .inner {
  background-color: #1b63af;
}

.table-fee td {
  height: 50px;
  vertical-align: middle;
}

.table-fee td .inner {
  background-color: #e8ebf6;
}

.table-fee .box-table {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0 0;
}

.table-fee .box-table__cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.table-fee--col2 tr th:nth-of-type(1) {
  width: 54.263%;
}

@media (min-width: 600px) {
  .table-fee--col2 tr th:nth-of-type(1) {
    width: 57.88%;
  }
}
.table-fee--col2 tr th:nth-of-type(2) {
  width: 25.581%;
}

@media (min-width: 600px) {
  .table-fee--col2 tr th:nth-of-type(2) {
    width: 38.858%;
  }
}
.table-fee--col2 tr td .inner {
  height: 100%;
}

.table-fee--col2 tr td small {
  font-size: 1rem;
}

@media (min-width: 600px) {
  .table-fee--col2 tr td small {
    font-size: 12px;
  }
}
.table-fee--col3 tr th:nth-of-type(1) {
  width: 32.299%;
}

@media (min-width: 600px) {
  .table-fee--col3 tr th:nth-of-type(1) {
    width: 42%;
  }
}
.table-fee--col3 tr th:nth-of-type(2) {
  width: 22.997%;
}

@media (min-width: 600px) {
  .table-fee--col3 tr th:nth-of-type(2) {
    width: 20%;
  }
}
.table-fee--col3 tr th:nth-of-type(3) {
  width: 22.997%;
}

@media (min-width: 600px) {
  .table-fee--col3 tr th:nth-of-type(3) {
    width: 27.309%;
  }
}
.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.icon.icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--circle-arrow {
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.icon.icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--circle-arrow.v-top:after {
  left: 5px;
  top: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon.icon--circle-arrow.v-bottom:after {
  left: 5px;
  top: 4px;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.icon.icon--circle-arrow.h-left:after {
  left: 6px;
  -moz-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.icon.icon--arrow-down--2 {
  width: 2.7rem;
  height: 3.2rem;
  background: url("../images/common/icon-arrow-down.svg") center center no-repeat;
}

.button {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
}

.button.button--default {
  padding: 0.7rem 3.5rem 0.9rem;
  border: none;
  border-radius: 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.333;
  text-align: center;
  letter-spacing: 0.12em;
  background-color: #ee782b;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .button.button--default {
    padding: 19px 35px 23px;
    border-radius: 14px 14px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.button.button--default:hover {
  opacity: 0.6;
}

.button.button--totop {
  padding: 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50% 50%;
  background-color: #2263af;
}

@media (min-width: 600px) {
  .button.button--totop {
    padding: 0;
    width: 48px;
    height: 48px;
  }
}
.button.button--totop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/icon-arrow-up-white.svg") center center no-repeat;
  background-size: contain;
}

.button.button--fixed-box-contact {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.12em;
  background-color: #ee782b;
  z-index: 18;
}

@media (min-width: 600px) {
  .button.button--fixed-box-contact {
    padding: 0;
    width: 100px;
    height: 100px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.button.button--fixed-box-contact > .inner {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.button.button--fixed-box-contact .icon-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2.56rem;
}

@media (min-width: 600px) {
  .button.button--fixed-box-contact .icon-area {
    width: 53px;
  }
}
.button.button--fixed-box-contact .text-area {
  display: none;
}

@media (min-width: 600px) {
  .button.button--fixed-box-contact .text-area {
    display: block;
    text-align: center;
  }
}
.button.button--fixed-box-contact .text-area b {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .button.button--fixed-box-contact .text-area b {
    font-size: 12px;
  }
}
.button.button--box {
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 31vw;
  text-align: center;
}

.button.button--box.is-soon .text {
  transform: translateY(-36%);
}

@media (min-width: 600px) {
  .button.button--box {
    padding: 0;
    height: 200px;
  }
}
@media (max-width: 599px) {
  .button.button--box.is-soon .button--box__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .button.button--box.is-soon .text {
    margin-bottom: -0.7rem;
  }
}
.button.button--box:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0.8rem;
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(1);
}

@media (min-width: 600px) {
  .button.button--box:after {
    border-radius: 12px 12px;
  }
}
.button.button--box .button--box__inner {
  position: relative;
  display: block;
  padding: 2rem 1.5rem 2rem;
  z-index: 2;
}

@media (min-width: 600px) {
  .button.button--box .button--box__inner {
    padding: 46px 30px 40px;
  }
}
.button.button--box .icon {
  width: 100%;
}

.button.button--box .text {
  margin: 0;
  font-size: 1.2rem;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .button.button--box .text {
    font-size: 16px;
  }
}
.button.button--box .soon {
  margin-top: 3px;
  background: #fff;
  color: #1b63af;
  border-radius: 6px;
  line-height: 1.6;
}

@media (max-width: 599px) {
  .button.button--box .soon {
    font-size: 1.2rem;
  }
}
.button.button--box--01:after {
  background-color: #00a1df;
}

.button.button--box--02:after {
  background-color: #1b63af;
}

.button.button--box:hover {
  opacity: 1;
}

.button.button--box:hover:after {
  transform: scale(0.86);
}

.button.button--box02 {
  box-sizing: border-box;
  display: block;
  color: #fff;
  padding: 0 1.5rem 0;
  width: 100%;
  height: 28vw;
  border-radius: 0.8rem 0.8rem;
  text-align: center;
  background-color: #0080c6;
}

.button.button--box02 .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  width: 90%;
}

.button.button--box02 .text {
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.333;
}

.button.button--box02:hover {
  opacity: 1;
}

.button.button--box02--02 {
  box-sizing: border-box;
  display: block;
  color: #fff;
  width: 16.8rem;
  height: 16.8rem;
  border-radius: 0.8rem 0.8rem;
  color: #1b63af;
  text-align: center;
  background-color: #ddecf7;
  z-index: 1;
}

.button.button--box02--02 .inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1.2rem 1rem 0.5rem;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}

@media (min-width: 600px) {
  .button.button--box02--02 .inner {
    padding: 25px 34px 15px;
  }
}
.button.button--box02--02 .text-area p {
  white-space: nowrap;
}

.button.button--large {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  height: 6rem;
  color: #fff;
}

@media (min-width: 600px) {
  .button.button--large {
    padding: 0;
    height: 120px;
    border-radius: 12px 12px;
  }
}
.button.button--large:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0.8rem;
  transition: all 0.3s ease;
  transform: scale(1);
  z-index: 1;
}

@media (min-width: 600px) {
  .button.button--large:after {
    border-radius: 12px 12px;
  }
}
.button.button--large .button--large__inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem;
  z-index: 2;
}

@media (min-width: 600px) {
  .button.button--large .button--large__inner {
    padding: 20px 20px;
  }
}
.button.button--large .text-area p {
  font-size: 1.2rem;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .button.button--large .text-area p {
    font-size: 16px;
  }
}
.button.button--large--01:after {
  background-color: #00a1df;
}

.button.button--large--02:after {
  background-color: #1b63af;
}

.button.button--large:hover {
  opacity: 1;
}

.button.button--large:hover:after {
  transform: scale(0.9333);
}

.button.button--large.button--voice .button--large__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  width: 10.8rem;
}

@media (min-width: 600px) {
  .button.button--large.button--voice .button--large__inner {
    padding-top: 34px;
    width: 174px;
  }
}
.button.button--large.button--voice .icon {
  width: 3rem;
}

@media (min-width: 600px) {
  .button.button--large.button--voice .icon {
    width: 54px;
  }
}
.button.button--large.button--voice .text-area {
  padding-top: 0.3rem;
}

@media (min-width: 600px) {
  .button.button--large.button--voice .text-area {
    padding-top: 10px;
  }
}
.button.button--large.button--recruit .button--large__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.075rem;
  width: 8.4rem;
}

@media (min-width: 600px) {
  .button.button--large.button--recruit .button--large__inner {
    padding-top: 24px;
    width: 136px;
  }
}
.button.button--large.button--recruit .icon {
  width: 1.5rem;
}

@media (min-width: 600px) {
  .button.button--large.button--recruit .icon {
    width: 30px;
  }
}
.button.button--large.button--recruit .text-area {
  padding-top: 0.825rem;
}

@media (min-width: 600px) {
  .button.button--large.button--recruit .text-area {
    padding-top: 18px;
  }
}
.button.button--submit {
  padding: 1.4rem 2rem 1.3rem;
  border: none;
  border-radius: 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  background-color: #ee782b;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .button.button--submit {
    padding: 27px 20px 25px;
    border-radius: 14px 14px;
    font-size: 16px;
  }
}
.button.button--submit:hover {
  opacity: 0.6;
}

.button.button--return {
  padding: 1.4rem 2rem 1.3rem;
  border: none;
  border-radius: 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  background-color: #1b63af;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .button.button--return {
    padding: 27px 20px 25px;
    border-radius: 14px 14px;
    font-size: 16px;
  }
}
.button.button--return:hover {
  opacity: 0.6;
}

.button.button--entry {
  padding: 1.3rem 3.5rem 1.3rem;
  width: 100%;
  border: none;
  border-radius: 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.466;
  letter-spacing: 0.12em;
  text-align: center;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .button.button--entry {
    padding: 21px 35px 21px;
    border-radius: 14px 14px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.button.button--entry:hover {
  opacity: 0.6;
}

.button.button--entry .icon {
  margin-right: 1rem;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .button.button--entry .icon {
    margin-right: 10px;
  }
}
.button--flip {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.button--flip .front,
.button--flip .back {
  box-sizing: border-box;
  text-align: center;
  min-height: 200px;
  height: auto;
  border-radius: 0.8rem;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
}

@media (min-width: 600px) {
  .button--flip .front,
  .button--flip .back {
    border-radius: 15px 15px;
  }
}
.button--flip .front .inner,
.button--flip .back .inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 15px 20px;
  width: 100%;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}

.button--flip .front .icon-area,
.button--flip .back .icon-area {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .button--flip .front .icon-area,
  .button--flip .back .icon-area {
    margin-bottom: 15px;
    width: 140px;
  }
}
.button--flip .front .text-area p,
.button--flip .back .text-area p {
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .button--flip .front .text-area p,
  .button--flip .back .text-area p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.button--flip .front {
  background-color: #0080c6;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.button--flip .front .inner {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

@media (min-width: 600px) {
  .button--flip .front .icon-area {
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 18px;
  }
}
.button--flip .front .text-area p {
  color: #fff;
}

.button--flip .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ddecf7;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.button--flip .back .text-area p {
  color: #1b63af;
  white-space: nowrap;
}

.button--flip:hover .front,
.button--flip:hover .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.button--flip:hover .front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.button--flip:hover .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

/** =======================================================
 *
 * form
 *
 * ======================================================= */
.mw_wp_form_input .block-form {
  font-size: 1.4rem;
  line-height: 1.785;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form {
    font-size: 16px;
    line-height: 1.875;
  }
}
.mw_wp_form_input .block-form input {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form input {
    font-size: 16px;
  }
}
.mw_wp_form_input .block-form input[type=text], .mw_wp_form_input .block-form input[type=email], .mw_wp_form_input .block-form input[type=tel] {
  box-sizing: border-box;
  padding: 1.1rem 1rem;
  width: 100%;
  border: none;
  border-radius: 0.8rem 0.8rem;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form input[type=text], .mw_wp_form_input .block-form input[type=email], .mw_wp_form_input .block-form input[type=tel] {
    padding: 11px 10px;
  }
}
.mw_wp_form_input .block-form textarea {
  box-sizing: border-box;
  padding: 1.1rem 1rem;
  width: 100%;
  min-height: 20rem;
  border: none;
  border-radius: 0.8rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form textarea {
    padding: 11px 10px;
    min-height: 200px;
  }
}
.mw_wp_form_input .block-form .box-explanation {
  margin-bottom: 4.8rem;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form .box-explanation {
    margin-bottom: 86px;
  }
}
.mw_wp_form_input .block-form .box-explanation p {
  font-size: 1.4rem;
  line-height: 1.785;
  text-align: justify;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form .box-explanation p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.mw_wp_form_input .block-form .box-form .label {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.785;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form .box-form .label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.mw_wp_form_input .block-form .box-form .input-field {
  display: block;
  margin-bottom: 1.4rem;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form .box-form .input-field {
    margin-bottom: 15px;
  }
}
.mw_wp_form_input .block-form .button-area {
  margin-top: 5.4rem;
}

@media (min-width: 600px) {
  .mw_wp_form_input .block-form .button-area {
    margin-top: 92px;
  }
}
.mw_wp_form_input .block-form .button-area .button.button--submit {
  width: 100%;
}

.mw_wp_form_preview .box-form {
  border-top: 2px solid #e8eff7;
}

.mw_wp_form_preview .box-form .input-field {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #e8eff7;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .box-form .input-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mw_wp_form_preview .box-form .label {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .box-form .label {
    font-size: 16px;
  }
}
.mw_wp_form_preview .box-form .input-area {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .box-form .input-area {
    font-size: 20px;
  }
}
.mw_wp_form_preview .box-form .input-area p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .box-form .input-area p {
    font-size: 20px;
  }
}
.mw_wp_form_preview .button-area {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .button-area {
    margin-top: 100px;
  }
}
.mw_wp_form_preview .button-area .button.button--submit {
  width: 73.333%;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .button-area .button.button--submit {
    width: 84.722%;
  }
}
.mw_wp_form_preview .button-area .button.button--return {
  width: 25.396%;
}

@media (min-width: 600px) {
  .mw_wp_form_preview .button-area .button.button--return {
    width: 14.166%;
  }
}
.mw_wp_form_complete .box-complete {
  box-sizing: border-box;
  padding: 5.9rem 2rem 6rem;
  width: 100%;
  border-radius: 1rem 1rem;
  text-align: center;
}

@media (min-width: 600px) {
  .mw_wp_form_complete .box-complete {
    padding: 8rem 4rem 8rem;
    border-radius: 10px 10px;
  }
}
.mw_wp_form_complete .box-complete .heading {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.125;
}

@media (min-width: 600px) {
  .mw_wp_form_complete .box-complete .heading {
    margin-bottom: 41px;
    font-size: 24px;
    line-height: 1;
  }
}
.mw_wp_form_complete .box-complete .text-area p {
  font-size: 1.4rem;
  line-height: 1.857;
}

@media (min-width: 600px) {
  .mw_wp_form_complete .box-complete .text-area p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.mw_wp_form_complete .box-complete .button-area {
  margin-top: 3.2rem;
}

@media (min-width: 600px) {
  .mw_wp_form_complete .box-complete .button-area {
    margin-top: 43px;
  }
}
.require-txt {
  color: #EE782B;
}

.block-page-mv {
  margin-bottom: 11.3rem;
}

@media (min-width: 600px) {
  .block-page-mv {
    margin-bottom: 91px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
  }
}
.block-page-mv__img {
  margin: 0;
}

.block-page-mv__img img {
  width: 100%;
}

@media (min-width: 600px) {
  .block-page-mv__img img {
    border-radius: 8px 8px;
    overflow: hidden;
  }
}
.block-text p {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-text p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-text ul, .block-text ol {
  margin-bottom: 1.2rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .block-text ul, .block-text ol {
    margin-bottom: 12px;
  }
}
.block-text ul li, .block-text ol li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .block-text ul li, .block-text ol li {
    font-size: 16px;
  }
}
.block-button-area--4 {
  margin-top: 4.3rem;
  margin-bottom: 4.3rem;
}

@media (min-width: 600px) {
  .block-button-area--4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 43px;
    margin-bottom: 35px;
  }
}
.block-button-area--4 .button {
  margin-bottom: 0.7rem;
  width: 100%;
}

@media (min-width: 600px) {
  .block-button-area--4 .button {
    margin-bottom: 8px;
    width: 49.444%;
  }
}
.block-button-area--7 {
  position: relative;
  margin-top: 4.3rem;
  margin-bottom: 4.3rem;
}

@media (min-width: 600px) {
  .block-button-area--7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.block-button-area--7 .button {
  margin-bottom: 0.7rem;
  width: 100%;
}

@media (min-width: 600px) {
  .block-button-area--7 .button {
    margin-bottom: 8px;
    width: 32.591%;
  }
}
@media (min-width: 600px) {
  .block-button-area--7 .button:nth-of-type(2), .block-button-area--7 .button:nth-of-type(5) {
    transform: translateY(-50%);
  }
}
@media (min-width: 600px) {
  .block-button-area--7 .button:nth-of-type(7) {
    margin-bottom: 0;
    transform: translate(103.409%, -50%);
  }
}
.block-job-description__header {
  margin-bottom: 0.5rem;
}

@media (min-width: 600px) {
  .block-job-description__header {
    margin-bottom: 16px;
  }
}
.block-job-description__header .heading {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .block-job-description__header .heading {
    font-size: 20px;
    line-height: 1.4;
  }
}
.block-job-description__content .table--job-description {
  margin-bottom: 5.3rem;
}

@media (min-width: 600px) {
  .block-job-description__content .table--job-description {
    margin-bottom: 4.3rem;
  }
}
.block-icon-text {
  margin-bottom: 11.3rem;
}

@media (min-width: 600px) {
  .block-icon-text {
    margin-bottom: 125px;
  }
}
.block-icon-text__icon {
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 11.7rem;
}

@media (min-width: 600px) {
  .block-icon-text__icon {
    margin-bottom: 30px;
    width: 129px;
  }
}
.block-icon-text__text {
  text-align: center;
}

.block-icon-text__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (min-width: 600px) {
  .block-icon-text__text p {
    font-size: 24px;
    line-height: 1.8333;
  }
}
.block-business-kind__box {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 4.9rem;
}

@media (min-width: 600px) {
  .block-business-kind__box {
    padding-top: 50px;
    padding-bottom: 39px;
  }
}
.block-business-kind__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-business-kind__box:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.block-business-kind__box:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-business-kind__box:first-of-type:before {
    height: 4px;
    background-size: 8px 4px;
  }
}
.block-business-kind__heading {
  position: relative;
  margin-bottom: 1.7rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.125;
}

@media (min-width: 600px) {
  .block-business-kind__heading {
    margin-bottom: 18px;
    padding-left: 31px;
    font-size: 20px;
    line-height: 1;
  }
}
.block-business-kind__heading .index-object {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem 0.2rem;
}

@media (min-width: 600px) {
  .block-business-kind__heading .index-object {
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px 2px;
  }
}
.block-business-kind__text p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-business-kind__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-fee__box {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5.3rem;
}

@media (min-width: 600px) {
  .block-fee__box {
    padding-top: 43px;
    padding-bottom: 47px;
  }
}
.block-fee__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-fee__box:after {
    height: 4px;
    background-size: 8px 4px;
  }
}

.block-fee-line {
  background: url("../images/common/bd-dot.png") left top / contain repeat-x;
	height: 4px;
}

.block-fee__box:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-fee__box:first-of-type:before {
    height: 4px;
    background-size: 8px 4px;
  }
}
.block-fee__heading {
  margin-bottom: 1.9rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media (min-width: 600px) {
  .block-fee__heading {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.block-fee .table-fee {
  margin-bottom: 1.9rem;
  margin-left: -6px;
  margin-right: -6px;
}

@media (min-width: 600px) {
  .block-fee .table-fee {
    margin-bottom: 17px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.block-fee .table-fee:first-of-type {
  margin-top: 0;
}

.block-fee .box-note {
  margin-top: 2.2rem;
}

@media (min-width: 600px) {
  .block-fee .box-note {
    margin-top: 22px;
  }
}
.block-fee .box-note p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-fee .box-note p {
    font-size: 10px;
    line-height: 1.7;
  }
}
.block-spirit__box {
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .block-spirit__box {
    margin-bottom: 34px;
  }
}
.block-spirit__box:last-of-type {
  margin-bottom: 0;
}

.block-spirit__heading {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.857;
}

@media (min-width: 600px) {
  .block-spirit__heading {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.9;
  }
}
.block-spirit__text p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-spirit__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-schedule__dl {
  margin-bottom: 3.4rem;
}

@media (min-width: 600px) {
  .block-schedule__dl {
    display: flex;
    margin-bottom: 30px;
  }
}
.block-schedule__dl dt {
  margin-bottom: 1.3rem;
}

@media (min-width: 600px) {
  .block-schedule__dl dt {
    padding-top: 9px;
  }
}
.block-schedule__dl dt .box-time {
  display: inline-block;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #82c1ea;
}

@media (min-width: 600px) {
  .block-schedule__dl dt .box-time {
    padding: 12px 16px;
    border-radius: 8px 8px;
    font-size: 20px;
  }
}
.block-schedule__dl dd {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .block-schedule__dl dd {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-schedule__img-area {
  margin-top: 5.4rem;
}

@media (min-width: 600px) {
  .block-schedule__img-area {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
  }
}
.block-schedule__img {
  margin: 0 0 2rem;
  text-align: center;
}

.block-schedule__img img {
  width: 24rem;
  height: 20rem;
  border-radius: 0.8rem 0.8rem;
  overflow: hidden;
  object-fit: cover;
}

@media (min-width: 600px) {
  .block-schedule__img img {
    width: 353px;
    height: 260px;
  }
}
.block-schedule__img:last-of-type {
  margin-bottom: 0;
}

.block-responsible-person__text p {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-responsible-person__text p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-responsible-person__img-area {
  margin-top: 5.4rem;
}

@media (min-width: 600px) {
  .block-responsible-person__img-area {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
  }
}
.block-responsible-person__img {
  margin: 0 0 2rem;
  text-align: center;
}

.block-responsible-person__img img {
  width: 24rem;
  height: 20rem;
  border-radius: 0.8rem 0.8rem;
  overflow: hidden;
  object-fit: cover;
}

@media (min-width: 600px) {
  .block-responsible-person__img img {
    width: 353px;
    height: 260px;
  }
}
.block-responsible-person__img:last-of-type {
  margin-bottom: 0;
}

.block-growth-process__img {
  margin-bottom: 5.3rem;
}

@media (min-width: 600px) {
  .block-growth-process__img {
    margin-bottom: 43px;
  }
}
.block-growth-process__img img {
  width: 31.5rem;
  height: 18rem;
  border-radius: 0.8rem 0.8rem;
  overflow: hidden;
  object-fit: cover;
}

@media (min-width: 600px) {
  .block-growth-process__img img {
    width: 100%;
    height: 260px;
    border-radius: 8px 8px;
  }
}
.block-growth-process__text p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-growth-process__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-policy__box {
  position: relative;
  padding-top: 4.9rem;
  padding-bottom: 4.9rem;
}

@media (min-width: 600px) {
  .block-policy__box {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.block-policy__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-policy__box:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.block-policy__box:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .block-policy__box:first-of-type:before {
    height: 4px;
    background-size: 8px 4px;
  }
}
.block-policy__heading {
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.875;
}

@media (min-width: 600px) {
  .block-policy__heading {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 1.7;
  }
}
.block-policy__text {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .block-policy__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-policy__text p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-policy__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-policy__text p + ul,
.block-policy__text p + ol {
  margin-top: 1.1rem;
}

@media (min-width: 600px) {
  .block-policy__text p + ul,
  .block-policy__text p + ol {
    margin-top: 11px;
  }
}
.block-policy__text ul, .block-policy__text ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-policy__text ul li, .block-policy__text ol li {
  margin-left: 1.5em;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1.5em;
  text-align: justify;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  .block-policy__text ul li, .block-policy__text ol li {
    font-size: 16px;
    line-height: 1.875;
  }
}
.block-policy__text .mb-01 {
  margin-bottom: 1.1rem;
}

@media (min-width: 600px) {
  .block-policy__text .mb-01 {
    margin-bottom: 11px;
  }
}
.block-policy__note p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .block-policy__note p {
    font-size: 12px;
    line-height: 1.875;
  }
}
.c-linear-gradient {
  background: linear-gradient(#fff 0, #000 100%);
}

.c-wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-anchor {
  position: absolute;
  top: -12rem;
}

@media (min-width: 600px) {
  .page-anchor {
    top: -160px;
  }
}
/* Utility
   ----------------------------------------------------------------- */
.animation {
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  -o-animation: anim 1.5s ease-in-out infinite alternate;
  -ms-animation: anim 1.5s ease-in-out infinite alternate;
  -moz-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

.anim_fade_contribution_sp .block-copy__inner {
  -webkit-animation: fade 2s ease forwards;
  -o-animation: fade 2s ease forwards;
  -ms-animation: fade 2s ease forwards;
  -moz-animation: fade 2s ease forwards;
  animation: fade 2s ease forwards;
  animation-delay: 2s;
}

.anim_fade_contribution_sp .block-copy__inner .copy {
  -webkit-animation: fade 2s ease forwards;
  -o-animation: fade 2s ease forwards;
  -ms-animation: fade 2s ease forwards;
  -moz-animation: fade 2s ease forwards;
  animation: fade 2s ease forwards;
  animation-delay: 4s;
}

.anim_fade_contribution_pc .block-pc__inner {
  -webkit-animation: fade 2s ease forwards;
  -o-animation: fade 2s ease forwards;
  -ms-animation: fade 2s ease forwards;
  -moz-animation: fade 2s ease forwards;
  animation: fade 2s ease forwards;
  animation-delay: 2s;
}

.anim_fade_contribution_pc .block-pc__inner .page-article {
  -webkit-animation: fade 2s ease forwards;
  -o-animation: fade 2s ease forwards;
  -ms-animation: fade 2s ease forwards;
  -moz-animation: fade 2s ease forwards;
  animation: fade 2s ease forwards;
  animation-delay: 4s;
}

@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-webkit-keyframes intro-egg {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes intro-egg {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes intro-egg {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes shake-egg {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes shake-egg {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shake-egg {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  37.5% {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes btn07-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes btn07-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes btn07-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes btn07-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@-moz-keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@-moz-keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************************************************

 Single property

************************************************/
.set-nowrap {
  white-space: nowrap;
}

.set-pos-rel {
  position: relative;
}

.set-pos-abs {
  position: absolute;
}

.set-hide {
  display: none;
}

.set-disp-cell {
  display: table-cell;
}

.set-disp-ib {
  display: inline-block;
}

.set-valign-m {
  vertical-align: middle;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-valign-m {
  vertical-align: middle;
}

.set-valign-t {
  vertical-align: top;
}

.set-valign-b {
  vertical-align: bottom;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.set-fs-10 {
  font-size: 1rem;
}

.set-fs-11 {
  font-size: 1.1rem;
}

.set-fs-12 {
  font-size: 1.2rem;
}

.set-fs-13 {
  font-size: 1.3rem;
}

.set-fs-14 {
  font-size: 1.4rem;
}

.set-fs-15 {
  font-size: 1.5rem;
}

.set-fs-16 {
  font-size: 1.6rem;
}

.set-fs-17 {
  font-size: 1.7rem;
}

.set-fs-18 {
  font-size: 1.8rem;
}

.set-fs-19 {
  font-size: 1.9rem;
}

.set-fs-20 {
  font-size: 2rem;
}

.set-fs-21 {
  font-size: 2.1rem;
}

.set-fs-22 {
  font-size: 2.2rem;
}

.set-fs-23 {
  font-size: 2.3rem;
}

.set-fs-24 {
  font-size: 2.4rem;
}

.set-fs-25 {
  font-size: 2.5rem;
}

.set-fs-26 {
  font-size: 2.6rem;
}

.set-fs-27 {
  font-size: 2.7rem;
}

.set-fs-28 {
  font-size: 2.8rem;
}

.set-fs-29 {
  font-size: 2.9rem;
}

.set-fs-30 {
  font-size: 3rem;
}

.set-w-full {
  width: 100%;
}

.set-w-half {
  width: 50%;
}

.set-w-10 {
  width: 10%;
}

.set-w-20 {
  width: 20%;
}

.set-w-30 {
  width: 30%;
}

.set-w-40 {
  width: 40%;
}

.set-w-50 {
  width: 50%;
}

.set-w-60 {
  width: 60%;
}

.set-w-70 {
  width: 70%;
}

.set-w-80 {
  width: 80%;
}

.set-w-90 {
  width: 90%;
}

.set-w-100px {
  width: 100px;
}

.set-w-150px {
  width: 150px;
}

.set-w-200px {
  width: 200px;
}

.set-w-250px {
  width: 250px;
}

.set-w-300px {
  width: 300px;
}

.set-w-350px {
  width: 350px;
}

.set-w-400px {
  width: 400px;
}

.set-w-450px {
  width: 450px;
}

.set-w-500px {
  width: 500px;
}

.reset-mt {
  margin-top: 0;
}

.reset-mr {
  margin-right: 0;
}

.reset-mb {
  margin-bottom: 0;
}

.reset-ml {
  margin-left: 0;
}

.reset-max-w {
  max-width: none;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Page
** ----------------------------------------------------------------- */
/** =======================================================
 *
 * home
 *
 * ======================================================= */
.home .intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#009ae1, #124098);
  z-index: 30;
}

.home .intro__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .intro .icon {
  width: 13.2rem;
  opacity: 0;
  transform-origin: bottom center;
}

@media (min-width: 600px) {
  .home .intro .icon {
    width: 160px;
  }
}
.home .intro .icon.is-animate {
  -webkit-animation: intro-egg 2.5s ease-in-out;
  -o-animation: intro-egg 2.5s ease-in-out;
  -ms-animation: intro-egg 2.5s ease-in-out;
  -moz-animation: intro-egg 2.5s ease-in-out;
  animation: intro-egg 2.5s ease-in-out;
  animation-fill-mode: forwards;
}

.home .block-mv .box-slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 6rem);
}

@media (min-width: 600px) {
  .home .block-mv .box-slide {
    height: calc(100vh - 80px);
  }
}
.home .block-mv .box-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 6rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item {
    height: calc(100vh - 80px);
  }
}
.home .block-mv .box-slide__item__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.home .block-mv .box-slide__item .copy-area .box-copy {
  box-sizing: border-box;
  margin: 0 auto 3.8rem;
  padding: 2rem 2rem;
  width: 84%;
  border-radius: 1rem 1rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item .copy-area .box-copy {
    margin-bottom: 37px;
    padding: 30px 30px;
    max-width: 450px;
    border-radius: 15px 15px;
  }
}
.home .block-mv .box-slide__item .copy-area .box-copy p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item .copy-area .box-copy p {
    font-size: 21px;
    line-height: 1.909;
  }
}
.home .block-mv .box-slide__item .copy-area .box-logo {
  margin: 0 auto 2.3rem;
  width: 13.2rem;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item .copy-area .box-logo {
    margin-bottom: 27px;
    width: 160px;
  }
}
.home .block-mv .box-slide__item .copy-area .box-logo .icon {
  width: 13.2rem;
  transition: all 0.3s ease;
  transform-origin: bottom center;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item .copy-area .box-logo .icon {
    width: 160px;
  }
}
.home .block-mv .box-slide__item .copy-area .box-logo .icon.is-animate {
  -webkit-animation: shake-egg 2.5s ease-in-out;
  -o-animation: shake-egg 2.5s ease-in-out;
  -ms-animation: shake-egg 2.5s ease-in-out;
  -moz-animation: shake-egg 2.5s ease-in-out;
  animation: shake-egg 2.5s ease-in-out;
  animation-fill-mode: forwards;
}

.home .block-mv .box-slide__item .text-en {
  margin: 0 auto;
  width: 16.8rem;
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item .text-en {
    width: 204px;
  }
}
.home .block-mv .box-slide__item.item01 {
  background-image: url("../images/home/slide-intro01-sp.jpg");
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item.item01 {
    background-image: url("../images/home/slide-intro01-pc.jpg");
  }
}
.home .block-mv .box-slide__item.item02 {
  background-image: url("../images/home/slide-intro02-sp.jpg");
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item.item02 {
    background-image: url("../images/home/slide-intro02-pc.jpg");
  }
}
.home .block-mv .box-slide__item.item03 {
  background-image: url("../images/home/slide-intro03-sp.jpg");
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item.item03 {
    background-image: url("../images/home/slide-intro03-pc.jpg");
  }
}
.home .block-mv .box-slide__item.item04 {
  background-image: url("../images/home/slide-intro04-sp.jpg");
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item.item04 {
    background-image: url("../images/home/slide-intro04-pc.jpg");
  }
}
.home .block-mv .box-slide__item.item04 .box-slide__item__inner {
  transform: translate(-50%, -53%);
}

@media (min-width: 600px) {
  .home .block-mv .box-slide__item.item04 .box-slide__item__inner {
    transform: translate(-50%, -51.9%);
  }
}
.home .section {
  position: relative;
}

.home .section__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.866%;
  padding-right: 5.866%;
  max-width: 628px;
}

@media (min-width: 600px) {
  .home .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .sec-intro {
  margin-bottom: 11.3rem;
  padding-top: 11.3rem;
}

@media (min-width: 600px) {
  .home .sec-intro {
    margin-bottom: 150px;
    padding-top: 150px;
  }
}
.home .sec-intro .text-area {
  text-align: center;
}

.home .sec-intro .text-area p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .home .sec-intro .text-area p {
    font-size: 21px;
    line-height: 1.909;
  }
}
.home .sec-feature {
  margin-bottom: 10.6rem;
}

@media (min-width: 600px) {
  .home .sec-feature {
    margin-bottom: 150px;
    padding-bottom: 0;
    background: url("../images/home/bg-pic01-pc.png") center center no-repeat;
    background-size: 1024px auto;
  }
}
.home .sec-feature .switch-display__tabs {
  margin-bottom: 11.3rem;
}

.home .sec-feature .switch-display__contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  height: 16.8rem;
  background: url("../images/home/bg-pic01-sp.png") center center no-repeat;
  background-size: 331px auto;
}

.home .sec-feature .switch-display__content {
  position: absolute;
  top: 0;
  left: 0;
}

.home .sec-copy01 .section__inner {
  max-width: 800px;
}

.home .sec-copy01 .text-area {
  text-align: center;
}

.home .sec-copy01 .text-area p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .home .sec-copy01 .text-area p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.home .sec-links {
  position: relative;
  margin-top: 32.5rem;
  margin-bottom: 33.4rem;
}

@media (min-width: 600px) {
  .home .sec-links {
    margin-top: 150px;
    margin-bottom: 40px;
    background: url("../images/home/bg-pic02-pc.png") center center no-repeat;
    background-size: 1024px auto;
  }
  .sec-links-other {
    margin-top: 40px;
  }
}
.home .sec-links:before, .home .sec-links:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .home .sec-links:before, .home .sec-links:after {
    display: none;
  }
}
.home .sec-links:before {
  top: -21.4rem;
  height: 9.2rem;
  background-image: url("../images/home/bg-pic02-sp.png");
}

.home .sec-links:after {
  bottom: -21.4rem;
  height: 9.4rem;
  background-image: url("../images/home/bg-pic03-sp.png");
}

.home .sec-links .list--boxlink {
  margin-bottom: 0.7rem;
}

@media (min-width: 600px) {
  .home .sec-links .list--boxlink {
    margin-bottom: 14px;
  }
}
.home .sec-links .list--boxlink .icon-egg {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 28vw;
  text-align: center;
}

@media (min-width: 600px) {
  .home .sec-links .list--boxlink .icon-egg {
    height: 200px;
  }
}
.home .sec-links .list--boxlink .icon-egg__inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6rem;
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  .home .sec-links .list--boxlink .icon-egg__inner {
    height: 98px;
  }
}
.home .sec-links .list--boxlink .icon-egg img {
  width: 4.8rem;
}

@media (min-width: 600px) {
  .home .sec-links .list--boxlink .icon-egg img {
    width: 78px;
  }
}
.home .sec-links .list--boxlink:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .home .sec-links-other {
    background: url("../images/home/bg-pic03-pc.png") center 100% no-repeat;
    background-size: 1024px auto;
  }
}
.home .sec-links-other .box-button {
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 600px) {
  .home .sec-links-other .box-button {
    margin-bottom: 14px;
  }
}
.home .sec-links-other .box-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .home .sec-links-other .box-button:before {
    display: none;
  }
}
.home .sec-links-other .box-button:last-of-type {
  margin-bottom: 0;
}

.home .sec-links-other .box-button:nth-of-type(1) {
  padding-bottom: 18.6rem;
}

.home .sec-links-other .box-button:nth-of-type(1) {
  padding-bottom: 24.7rem;
}

@media (min-width: 600px) {
  .home .sec-links-other .box-button:nth-of-type(1) {
    padding-bottom: 0;
  }
}
.home .sec-links-other .box-button:nth-of-type(1):before {
  height: 12.7rem;
  background-image: url("../images/home/bg-pic05-sp.png");
}

/** =======================================================
 *
 * pages
 *
 * ======================================================= */
.pages .page-article__header {
  position: relative;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 8% 18rem;
  max-width: 720px;
}

@media (min-width: 600px) {
  .pages .page-article__header {
    margin-bottom: 67px;
    padding: 150px 20px 31px;
  }
}
.pages .page-article__header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 10rem;
  transform: translateX(-50%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .pages .page-article__header:after {
    left: auto;
    right: 20px;
    transform: translateX(0);
    width: 200px;
    height: 100px;
    background-position: right bottom;
  }
}
.pages .page-article__header .heading-box {
  margin: 0;
  text-align: center;
}

@media (min-width: 600px) {
  .pages .page-article__header .heading-box {
    display: flex;
  }
}
.pages .page-article__header .heading-box .icon-area {
  margin-bottom: 1.1rem;
}

@media (min-width: 600px) {
  .pages .page-article__header .heading-box .icon-area {
    margin-bottom: 0;
  }
}
.pages .page-article__header .heading-box .icon-area .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.4rem 0.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .pages .page-article__header .heading-box .icon-area .icon {
    margin-right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 4px 4px;
  }
}
@media (min-width: 600px) {
  .pages .page-article__header .heading-box .text-area {
    padding-top: 4px;
  }
}
.pages .page-article__header .heading-box .text-area .text {
  font-size: 1.6rem;
  font-weight: normal;
}

.is-tsurumi-color {
  color: #00A1DF;
}

@media (min-width: 600px) {
  .pages .page-article__header .heading-box .text-area .text {
    font-size: 20px;
  }
}
.pages .page-article__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  max-width: 720px;
}

@media (min-width: 600px) {
  .pages .page-article__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pages .page-article__content .block-copy {
  margin-bottom: 10.8rem;
}

@media (min-width: 600px) {
  .pages .page-article__content .block-copy {
    margin-bottom: 91px;
  }
}
.pages .page-article__content .block-copy .copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media (min-width: 600px) {
  .pages .page-article__content .block-copy .copy {
    font-size: 24px;
    text-align: left;
    line-height: 1.833;
  }
}
.pages .page-article__content.page-article__content--nopad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .pages .page-article__content.page-article__content--nopad {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}
.pages--01 {
  color: #00a1df;
}

.pages--01 .page-text-color01 {
  color: #00a1df;
}

.pages--01 .page-bg-color01 {
  background-color: #00a1df;
}

.pages--01 .page-article__header .heading-box .icon-area .icon {
  background-color: #00a1df;
}

.pages--01 .button--default {
  background-color: #00a1df;
}

.pages--01 .block-form input[type=text], .pages--01 .block-form input[type=email], .pages--01 .block-form input[type=tel] {
  background-color: #e5f6fc;
}

.pages--01 .block-form textarea {
  background-color: #e5f6fc;
}

.pages--01 .mw_wp_form_confirm .box-form .label {
  color: #80d0ef;
}

.pages--01 .box-complete {
  background-color: #eff7fd;
}

.pages--02 {
  color: #1b63af;
}

.pages--02 .page-text-color01 {
  color: #1b63af;
}

.pages--02 .page-bg-color01 {
  background-color: #1b63af;
}

.pages--02 .page-article__header .heading-box .icon-area .icon {
  background-color: #1b63af;
}

.pages--02 .button--default {
  background-color: #1b63af;
}

.pages--02 .block-form input[type=text], .pages--02 .block-form input[type=email], .pages--02 .block-form input[type=tel] {
  background-color: #e8eff7;
}

.pages--02 .block-form textarea {
  background-color: #e8eff7;
}

.pages--02 .mw_wp_form_confirm .box-form .label {
  color: #8db1d7;
}

.pages--02 .box-complete {
  background-color: #edeff8;
}

.page-section {
  padding-top: 11.5rem;
}

@media (min-width: 600px) {
  .page-section {
    padding-top: 150px;
  }
}
.page-section__header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

@media (min-width: 600px) {
  .page-section__header {
    margin-bottom: 91px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
  }
}
.page-section__header .heading-box .icon-area {
  display: inline-block;
  padding-top: 0.5rem;
  vertical-align: top;
}

.page-section__header .heading-box .icon-area .icon {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem 0.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .page-section__header .heading-box .icon-area .icon {
    width: 19px;
    height: 19px;
    border-radius: 2px 2px;
  }
}
.page-section__header .heading-box .text-area {
  display: inline-block;
}

@media (min-width: 600px) {
  .page-section__header .heading-box .text-area {
    padding-top: 2.5px;
  }
}
.page-section__header .heading-box .text-area .text {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
}

@media (min-width: 600px) {
  .page-section__header .heading-box .text-area .text {
    font-size: 20px;
    line-height: 1;
  }
}
.page-section__header .heading-box .text-area .text .sub {
  font-size: 1.2rem;
}

@media (min-width: 600px) {
  .page-section__header .heading-box .text-area .text .sub {
    font-size: 16px;
  }
}
.page-section__header .img-area {
  position: relative;
  height: 25.2rem;
}

@media (min-width: 600px) {
  .page-section__header .img-area {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-section__header .img-area .img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (min-width: 600px) {
  .page-section__header .img-area .img {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
.page-section__header .img-area .img img {
  max-width: none;
  max-height: 100%;
}

@media (min-width: 600px) {
  .page-section__header .img-area .img.img-growth-process--01 {
    height: 172px;
  }
}
.page-section__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

@media (min-width: 600px) {
  .page-section__content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
  }
}
.page-section__content .block-copy {
  margin-bottom: 6rem;
}

@media (min-width: 600px) {
  .page-section__content .block-copy {
    margin-bottom: 91px;
  }
}
.page-section__content .block-copy .copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.875;
}

@media (min-width: 600px) {
  .page-section__content .block-copy .copy {
    font-size: 24px;
    text-align: left;
    line-height: 1.833;
  }
}
@media (min-width: 600px) {
  .page-section.page-section--01 .page-section__header .img-area .img {
    right: 20px;
  }
}
.page-section.page-section--01 .page-section__content .block-copy {
  margin-bottom: 6rem;
}

@media (min-width: 600px) {
  .page-section.page-section--01 .page-section__content .block-copy {
    margin-bottom: 91px;
  }
}
.page-section.page-section--02 .page-section__header .img-area .img {
  height: 15.2rem;
}

@media (min-width: 600px) {
  .page-section.page-section--02 .page-section__header .img-area .img {
    right: -10px;
  }
}
@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__header {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__content .block-copy {
    position: relative;
    margin-top: 91px;
    margin-bottom: 88px;
  }
}
.page-section.page-section--schedule .page-section__content .block-copy .img-area {
  position: relative;
  height: 25.2rem;
}

@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__content .block-copy .img-area {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.page-section.page-section--schedule .page-section__content .block-copy .img-area .img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__content .block-copy .img-area .img {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
.page-section.page-section--schedule .page-section__content .block-copy .img-area .img img {
  max-width: none;
  max-height: 100%;
}

.page-section.page-section--schedule .page-section__content .block-copy .img-area .img.img-schedule--01 {
  height: 9.5rem;
}

@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__content .block-copy .img-area .img.img-schedule--01 {
    height: 80px;
  }
}
@media (min-width: 600px) {
  .page-section.page-section--schedule .page-section__content .block-copy .img-area .img.img-schedule--02 {
    height: 110px;
  }
}
@media (min-width: 600px) {
  .page-section.page-section--03 .page-section__header .img-area .img {
    right: 16px;
  }
}
/** =======================================================
 *
 * page greeting
 *
 * ======================================================= */
.pages.page--greeting .page-article {
  padding-bottom: 117.333vw;
  background: url("../images/pages/greeting/bg-greeting-sp.jpg") center bottom no-repeat;
  background-size: contain;
}

@media (min-width: 600px) {
  .pages.page--greeting .page-article {
    padding-bottom: 400px;
    background-image: url("../images/pages/greeting/bg-greeting-pc.jpg");
    background-position: center bottom;
    background-size: 1366px auto;
  }
}
@media (min-width: 1366px) {
  .pages.page--greeting .page-article {
    background-position: right bottom;
  }
}
.pages.page--greeting .page-article__header:after {
  background-image: url("../images/pages/greeting/icon-page-visual.png");
}

@media (min-width: 600px) {
  .pages.page--greeting .page-article__header:after {
    right: 6px;
    width: 100px;
  }
}
.pages.page--greeting .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/greeting/icon-header.svg");
}

.pages.page--greeting .page-article .block-greeting p {
  margin-bottom: 1em;
  text-align: justify;
}

/** =======================================================
 *
 * page contact
 *
 * ======================================================= */
.pages.page--contact .page-article__header {
  margin-bottom: 11.3rem;
  padding-bottom: 0;
}

.pages.page--contact .page-article__header:after {
  display: none;
}

.pages.page--contact .page-article__header .heading-box .icon-area .icon {
  background-color: #ee781f;
  background-image: url("../images/pages/contact/icon-header.svg");
}

.pages.page--contact .page-article__content .block-copy {
  margin-bottom: 11.2rem;
}

@media (min-width: 600px) {
  .pages.page--contact .page-article__content .block-copy {
    margin-bottom: 106px;
  }
}
.mw_wp_form_confirm .is-inputpage {
  display: none;
}

.is-confirmpage {
  display: none;
}

.mw_wp_form_confirm .is-confirmpage {
  display: block;
}

/** =======================================================
 *
 * page entry
 *
 * ======================================================= */
.pages.page--entry .page-article__header {
  margin-bottom: 11.3rem;
  padding-bottom: 0;
}

.pages.page--entry .page-article__header:after {
  display: none;
}

.pages.page--entry .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/entry/icon-header.svg");
}

.pages.page--entry .page-article__content .block-copy {
  margin-bottom: 11.2rem;
}

@media (min-width: 600px) {
  .pages.page--entry .page-article__content .block-copy {
    margin-bottom: 106px;
  }
}
.pages.page--entry .block-form .button.button--submit {
  background-color: #00a1df;
}

.pages.page--entry .block-form--confirm .box-form .label {
  color: #80d0ef;
}

.pages.page--entry .block-form--confirm .button.button--submit {
  background-color: #00a1df;
}

/** =======================================================
 *
 * page network
 *
 * ======================================================= */
.pages.page--network .page-article__header:after {
  background-image: url("../images/pages/network/icon-page-visual.png");
}

.pages.page--network .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/network/icon-header.svg");
}

@media (min-width: 600px) {
  .pages.page--network .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
@media (min-width: 600px) {
  .pages.page--network .page-article__content .block-copy .copy {
    width: 750px;
  }
}
.pages.page--network .block-network .box-network {
  position: relative;
  padding-top: 5.3rem;
  padding-bottom: 4.7rem;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network {
    padding-top: 54px;
    padding-bottom: 47px;
  }
}
.pages.page--network .block-network .box-network:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.pages.page--network .block-network .box-network .heading {
  position: relative;
  margin-bottom: 1.7rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.125;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network .heading {
    margin-bottom: 19px;
    padding-left: 31px;
    font-size: 20px;
    line-height: 1;
  }
}
.pages.page--network .block-network .box-network .heading .index-object {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem 0.2rem;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network .heading .index-object {
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px 2px;
  }
}
.pages.page--network .block-network .box-network .text-area p {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network .text-area p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.pages.page--network .block-network .box-network .text-area p:last-of-type {
  margin-bottom: 0;
}

.pages.page--network .block-network .box-network:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--network .block-network .box-network.box-network--02 .text-area p {
    margin-bottom: 14px;
  }
}
/** =======================================================
 *
 * page staff
 *
 * ======================================================= */
.pages.page--staff .page-article__header:after {
  background-image: url("../images/pages/staff/icon-page-visual.png");
}

.pages.page--staff .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/staff/icon-header.svg");
}

@media (min-width: 600px) {
  .pages.page--staff .page-article__content .block-copy {
    margin-bottom: 91px;
  }
}
.pages.page--staff .block-staff .box-staff {
  margin-bottom: 11.3rem;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 93px;
  }
}
.pages.page--staff .block-staff .box-staff .img-area {
  margin: 0 0 5.5rem;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .img-area {
    margin: 7px 0 0;
    width: 40.722%;
  }
}
.pages.page--staff .block-staff .box-staff .img-area .box-img {
  overflow: hidden;
  margin: 0 auto;
  width: 64vw;
  border-radius: 0.8rem 0.8rem;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .img-area .box-img {
    margin: 0;
    width: auto;
    border-radius: 8px 8px;
  }
}
.pages.page--staff .block-staff .box-staff .img-area .box-img img {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area {
    width: 53.333%;
  }
}
.pages.page--staff .block-staff .box-staff .info-area .name-area {
  margin-bottom: 4.2rem;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area .name-area {
    margin-bottom: 7px;
  }
}
.pages.page--staff .block-staff .box-staff .info-area .name-area .box-name {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area .name-area .box-name {
    font-size: 20px;
    line-height: 1.75;
  }
}
.pages.page--staff .block-staff .box-staff .info-area .name-area .box-name .sub {
  font-size: 1.2rem;
  line-height: 2.166;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area .name-area .box-name .sub {
    font-size: 12px;
    line-height: 2.916;
  }
}
.pages.page--staff .block-staff .box-staff .info-area .name-area .career {
  font-size: 1.2rem;
  line-height: 1.833;
  margin: 0.5em 0 0.8em 0;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area .name-area .career {
    font-size: 12px;
  }
}
.pages.page--staff .block-staff .box-staff .info-area .text-area p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff .info-area .text-area p {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (min-width: 600px) {
  .pages.page--staff .block-staff .box-staff.box-staff--revierse {
    flex-direction: row;
  }
}
.pages.page--staff .block-staff .box-staff:last-of-type {
  margin-bottom: 0;
}

/** =======================================================
 *
 * page advantage
 *
 * ======================================================= */
.pages.page--advantage .page-article {
  position: relative;
}

.pages.page--advantage .page-article__header:after {
  width: 100px;
  background-image: url("../images/pages/advantage/icon-page-visual.png");
}

.pages.page--advantage .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/advantage/icon-header.svg");
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 5.1rem;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage {
    padding-top: 40px;
    padding-bottom: 41px;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage .heading {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5625;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage .heading {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 2;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage .text-area p {
  font-size: 1.4rem;
  line-height: 2.071;
  text-align: justify;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage .text-area p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage .note-area {
  margin-top: 0.5rem;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage .note-area {
    margin-top: 5px;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage .note-area p {
  font-size: 1.2rem;
  line-height: 1.833;
  text-align: justify;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage .note-area p {
    font-size: 12px;
  }
}
.pages.page--advantage .page-article .block-advantage .box-advantage:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--advantage .page-article .block-advantage .box-advantage:first-of-type:before {
    height: 4px;
    background-size: 8px 4px;
  }
}
/** =======================================================
 *
 * page company
 *
 * ======================================================= */
.pages.page--company .page-article {
  position: relative;
}

.pages.page--company .page-article__header:after {
  width: 110px;
  background-image: url("../images/pages/company/icon-page-visual.png");
}

.pages.page--company .page-article__header.is-tsurumi:after {
  width: 80px;
  height: 97px;
  background-image: url("../images/pages/tsurumi/icon-page-visual.svg?mpd=2");
}
@media screen and (max-width: 600px) {
  .pages.page--company .page-article__header.is-tsurumi:after {
    transform: translateX(-68%);
  }
}

.pages.page--company .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/company/icon-header.svg");
}

.pages.page--company .page-article__header.is-tsurumi .heading-box .icon-area .icon {
  background-color: #00A1DF;
  background-image: url("../images/pages/tsurumi/icon-header.svg");
  background-size: auto 70%;
}

.pages.page--company .page-article__content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 600px) {
  .pages.page--company .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
.block-copy.is-tsurumi {
  color: #00a1df;
}

.pages.page--company .slide-compnay {
  margin-bottom: 12rem;
}

@media (min-width: 600px) {
  .pages.page--company .slide-compnay {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 900px;
  }
}
@media (min-width: 600px) {
  .pages.page--company .slide-compnay .slick-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.pages.page--company .slide-compnay__item .slide-img {
  margin: 0;
}

@media (min-width: 600px) {
  .pages.page--company .slide-compnay__item .slide-img {
    border-radius: 8px 8px;
    overflow: hidden;
  }
}
.pages.page--company .slide-compnay__item .slide-img img {
  display: block;
  width: 100%;
}

.pages.page--company .block-company .box-company {
  position: relative;
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
}

@media (min-width: 600px) {
  .pages.page--company .block-company .box-company {
    padding-top: 41px;
    padding-bottom: 41px;
  }
}
.pages.page--company .block-company .box-company:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--company .block-company .box-company:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.pages.page--company .block-company .box-company:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--company .block-company .box-company:first-of-type:before {
    height: 4px;
    background-size: 8px 4px;
  }
}
.box-company-row {
  margin-top: 41px;
  display: flex;
  padding-bottom: 8px;
}
@media screen and (min-width: 601px) {
  .box-company-row {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .box-company-row {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 601px) {
  .box-company-col {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .box-company-col {
    width: 24rem;
  }
  .box-company-col + .box-company-col {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .box-company-col + .box-company-col {
    padding-bottom: 0.9rem;
  }
}

.box-company-cap {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .box-company-cap {
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}

.tsurumi-fig {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .tsurumi-fig {
    margin-bottom: 98px;
  }
  .tsurumi-fig img {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .tsurumi-fig {
    margin-bottom: 10.8rem;
  }
  .tsurumi-fig img {
    width: 25.5rem;
  }
}

/** =======================================================
 *
 * page contribution
 *
 * ======================================================= */
.pages.page--contribution .page-article {
  position: relative;
}

@media (min-width: 600px) {
  .pages.page--contribution .page-article__header {
    padding: 100px 0 31px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pages.page--contribution .page-article__header:after {
  right: 0;
  background-image: url("../images/pages/contribution/icon-page-visual.png");
}

.pages.page--contribution .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/contribution/icon-header.svg");
}

.pages.page--contribution .page-article__content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 600px) {
  .pages.page--contribution .page-article__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .pages.page--contribution .page-article__content .block-copy {
    margin-bottom: 93px;
  }
}
.pages.page--contribution .block-sp .block-copy {
  padding: 6rem 8%;
  background: url("../images/pages/contribution/bg-contribution-sp.jpg") center center no-repeat;
  background-size: cover;
}

.pages.page--contribution .block-sp .block-copy__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 3.6rem 2rem;
  width: 58.666vw;
  border-radius: 0.8rem 0.8rem;
  background-color: #fff;
  opacity: 0;
}

.pages.page--contribution .block-sp .block-copy .copy {
  opacity: 0;
}

.pages.page--contribution .block-sp .box-contribution {
  margin-bottom: 11.3rem;
}

.pages.page--contribution .block-sp .box-contribution__img {
  margin: 0 auto 5.5rem;
  width: 58.666vw;
  border-radius: 0.8rem 0.8rem;
  overflow: hidden;
}

.pages.page--contribution .block-sp .box-contribution__img img {
  display: block;
  width: 100%;
}

.pages.page--contribution .block-sp .box-contribution__heading {
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5625;
}

.pages.page--contribution .block-sp .box-contribution__text p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

.pages.page--contribution .block-sp .box-contribution:last-of-type {
  margin-bottom: 0;
}

.pages.page--contribution .block-pc {
  padding: 150px 20px;
  background: url("../images/pages/contribution/bg-contribution-pc.jpg") center center no-repeat;
  background-size: cover;
}

.pages.page--contribution .block-pc__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 93px;
  max-width: 920px;
  border-radius: 8px 8px;
  background-color: #fff;
  opacity: 0;
}

.pages.page--contribution .block-pc .page-article {
  opacity: 0;
}

.pages.page--contribution .block-pc .block-contribution__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pages.page--contribution .block-pc .block-contribution__box:nth-of-type(2) {
  margin-bottom: 0;
}

.pages.page--contribution .block-pc .block-contribution__box:nth-of-type(2) .block-contribution__info-area {
  padding-top: 58px;
}

.pages.page--contribution .block-pc .block-contribution__img-area {
  padding-top: 5px;
  padding-bottom: 7px;
  width: 27.777%;
}

.pages.page--contribution .block-pc .block-contribution__img-area .img {
  margin: 0;
  height: 100%;
}

.pages.page--contribution .block-pc .block-contribution__img-area .img img {
  display: block;
  width: 200px;
  height: 240px;
  border-radius: 8px 8px;
  object-fit: cover;
  overflow: hidden;
}

.pages.page--contribution .block-pc .block-contribution__img-area .img:last-of-type {
  margin-bottom: 0;
}

.pages.page--contribution .block-pc .block-contribution__info-area {
  width: 65.277%;
}

.pages.page--contribution .block-pc .block-contribution__heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

.pages.page--contribution .block-pc .block-contribution__text p {
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

/** =======================================================
 *
 * page recruit
 *
 * ======================================================= */
.pages.page--recruit .page-article__header:after {
  background-image: url("../images/pages/recruit/icon-page-visual.png");
}

.pages.page--recruit .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/recruit/icon-header.svg");
}

@media (min-width: 600px) {
  .pages.page--recruit .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
/** =======================================================
 *
 * page business
 *
 * ======================================================= */
.pages.page--business .page-article {
  position: relative;
}

@media (min-width: 600px) {
  .pages.page--business .page-article__header {
    padding: 100px 0 31px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pages.page--business .page-article__header:after {
  background-image: url("../images/pages/business/icon-page-visual.png");
}

@media (min-width: 600px) {
  .pages.page--business .page-article__header:after {
    right: 0;
    width: 108px;
  }
}
.pages.page--business .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/business/icon-header.svg");
}

.pages.page--business .page-article__content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 600px) {
  .pages.page--business .page-article__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .pages.page--business .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
.pages.page--business .block-sp .block-copy {
  margin-bottom: 12rem;
  padding: 6rem 8%;
  background: url("../images/pages/business/bg-business-sp.jpg") center center no-repeat;
  background-size: cover;
}

.pages.page--business .block-sp .block-copy__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 3.6rem 2rem;
  width: 58.666vw;
  border-radius: 0.8rem 0.8rem;
  background-color: #fff;
}

.pages.page--business .block-pc {
  margin-bottom: 100px;
  padding: 150px 20px;
  background: url("../images/pages/business/bg-business-pc.jpg") center center no-repeat;
  background-size: cover;
}

.pages.page--business .block-pc__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 100px;
  max-width: 920px;
  border-radius: 8px 8px;
  background-color: #fff;
}

.pages.page--business .block-support {
  position: relative;
  margin-bottom: 12rem;
  margin-left: 8%;
  margin-right: 8%;
  padding: 4.7rem 0 4.7rem;
}

@media (min-width: 600px) {
  .pages.page--business .block-support {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 39px;
    padding-bottom: 43px;
  }
}
.pages.page--business .block-support:before, .pages.page--business .block-support:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url("../images/common/bd-dot.png") left top repeat-x;
  background-size: 0.8rem 0.4rem;
}

@media (min-width: 600px) {
  .pages.page--business .block-support:before, .pages.page--business .block-support:after {
    height: 4px;
    background-size: 8px 4px;
  }
}
.pages.page--business .block-support:before {
  top: 0;
}

.pages.page--business .block-support:after {
  bottom: 0;
}

.pages.page--business .block-support__box {
  margin-bottom: 4.5rem;
}

@media (min-width: 600px) {
  .pages.page--business .block-support__box {
    margin-bottom: 33px;
  }
}
.pages.page--business .block-support__box:last-of-type {
  margin-bottom: 0;
}

.pages.page--business .block-support__heading {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

@media (min-width: 600px) {
  .pages.page--business .block-support__heading {
    font-size: 20px;
    line-height: 1.75;
  }
}
.pages.page--business .block-support__text p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .pages.page--business .block-support__text p {
    font-size: 16px;
    line-height: 2.1875;
  }
}
/** =======================================================
 *
 * page fee
 *
 * ======================================================= */
.pages.page--fee .page-article__header:after {
  background-image: url("../images/pages/fee/icon-page-visual.png");
}

.pages.page--fee .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/fee/icon-header.svg");
}

/** =======================================================
 *
 * page voice
 *
 * ======================================================= */
@media (min-width: 600px) {
  .pages.page--voice .page-article__header {
    margin-bottom: 169px;
  }
}
.pages.page--voice .page-article__header:after {
  height: 6.6rem;
  background-image: url("../images/pages/voice/icon-page-visual.png");
}

@media (min-width: 600px) {
  .pages.page--voice .page-article__header:after {
    bottom: 14px;
    height: 72px;
  }
}
.pages.page--voice .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/voice/icon-header.svg");
}

.pages.page--voice .page-article__content .block-copy {
  margin-bottom: 8rem;
}

@media (min-width: 600px) {
  .pages.page--voice .page-article__content .block-copy {
    margin-bottom: 200px;
  }
}
.pages.page--voice .page-article__content .block-copy .copy {
  text-align: center;
}

/** =======================================================
 *
 * page recruit
 *
 * ======================================================= */
.pages.page--policy .page-article__header:after {
  background-image: url("../images/pages/policy/icon-page-visual.png");
}

.pages.page--policy .page-article__header .heading-box .icon-area .icon {
  background-image: url("../images/pages/policy/icon-header.svg");
}

@media (min-width: 600px) {
  .pages.page--policy .page-article__content .block-copy {
    margin-bottom: 98px;
  }
}
@media (min-width: 600px) {
  .fix-w {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 900px;
  }
}
