@charset "UTF-8";
/* ===================================================================
Theme Name: temp04
Theme URI:
Description:
Author: FURAZOA inc
Author URI: http://furazoa.com
Version: 1.0.1
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Staatliches&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1f1f1f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  display: block;
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:visited {
  outline: none;
}

::-moz-selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

::selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.header.transform {
  background: #e4e4df;
}

.header.transform .header__inner {
  height: 70px;
}

@media screen and (min-width: 769px) {
  .header.transform .header__inner {
    height: 90px;
  }
}

.header.transform .header-menu {
  top: 35px;
}

.header__inner {
  position: relative;
  margin: auto;
  max-width: 1380px;
  height: 90px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media all and (-ms-high-contrast: none) {
  .header *::-ms-backdrop, .header .header__inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  line-height: 0;
  z-index: 1005;
}

@media screen and (min-width: 769px) {
  .header__logo {
    left: 40px;
    width: 140px;
  }
}

.header .header-gnav {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 769px) {
  .header .header-gnav {
    visibility: visible;
    opacity: 1;
  }
}

.header .header-gnav__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .header .header-gnav__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header .header-gnav__list {
  margin-bottom: 45px;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

.header .header-gnav__item {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item {
    margin: 0 0 0 5px;
  }
}

.header .header-gnav__item:first-child {
  margin-left: 0;
}

.header .header-gnav__item a {
  color: #FFFFFF;
  padding: 5px;
  font-family: "Staatliches", cursive;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item a {
    color: #1f1f1f;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item a:hover {
    border: 1px solid #1f1f1f;
  }
}

.header .header-gnav__privacy {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__privacy {
    display: none;
  }
}

.header .header-gnav__privacy a {
  color: #FFFFFF;
  padding: 5px;
  font-family: "Staatliches", cursive;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.header .header-gnav.js-open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.header .header-menu {
  position: absolute;
  z-index: 2000;
  top: 45px;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .header .header-menu {
    right: 40px;
  }
}

.header .header-menu .header-menu__line {
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  background: #1f1f1f;
}

.header .header-menu .header-menu__line:nth-of-type(1) {
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-menu .header-menu__line:nth-of-type(2) {
  top: 15px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-menu .header-menu__line:nth-of-type(3) {
  top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .header .header-menu {
    display: none;
  }
}

.header .header-menu.js-open .header-menu__line {
  background: #FFFFFF;
}

.header .header-menu.js-open .header-menu__line:nth-of-type(1) {
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
  top: 15px;
  left: -3px;
  width: 56px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-menu.js-open .header-menu__line:nth-of-type(2) {
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-menu.js-open .header-menu__line:nth-of-type(3) {
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  top: 15px;
  left: -3px;
  width: 56px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top .header-gnav__item a {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  #page-top .header-gnav__item a:hover {
    border: 1px solid #FFFFFF;
  }
}

#page-top .header-menu .header-menu__line {
  background: #FFFFFF;
}

#page-top .transform .header__logo a {
  background-image: url(../img/logo-b.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 36.7px;
}

@media screen and (min-width: 769px) {
  #page-top .transform .header__logo a {
    height: 51.39px;
  }
}

#page-top .transform .header__logo a img {
  display: none;
}

#page-top .transform .header-gnav__item a {
  color: #1f1f1f;
}

@media screen and (min-width: 769px) {
  #page-top .transform .header-gnav__item a:hover {
    border: 1px solid #1f1f1f;
  }
}

#page-top .transform .header-menu .header-menu__line {
  background: #1f1f1f;
}

body.js-open .header__logo a {
  background-image: url(../img/logo.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 36.7px;
}

@media screen and (min-width: 769px) {
  body.js-open .header__logo a {
    background: none;
    height: auto;
  }
}

body.js-open .header__logo a img {
  display: none;
}

@media screen and (min-width: 769px) {
  body.js-open .header__logo a img {
    display: inline;
  }
}

body.js-open#page-top .transform .header__logo a {
  background-image: url(../img/logo.svg);
}

body.js-open#page-top .transform .header-gnav__item a {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  body.js-open#page-top .transform .header-gnav__item a:hover {
    border: 1px solid #FFFFFF;
  }
}

body.js-open#page-top .transform .header-menu .header-menu__line {
  background: #FFFFFF;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #page-top .transform .header__logo a {
    height: 37px;
  }
  *::-ms-backdrop, #page-top body.js-open .header__logo a {
    height: 37px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, #page-top .transform .header__logo a {
    height: 52px;
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  position: relative;
  z-index: 5;
  background: #1f1f1f;
  color: #FFFFFF;
  padding: 45px 0 15px;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 95px 0 20px;
  }
}

.footer__inner {
  margin: auto;
  max-width: 1380px;
}

.footer-top {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
}

.footer__logo img {
  width: 92px;
}

@media screen and (min-width: 769px) {
  .footer__logo img {
    width: 158px;
  }
}

.footer__list {
  display: none;
}

@media screen and (min-width: 769px) {
  .footer__list {
    display: block;
  }
}

.footer__item a {
  position: relative;
  font-family: "Staatliches", cursive;
  color: #FFFFFF;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .footer__item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer__item a::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  border: 5px solid transparent;
  border-left: 10px solid #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__item a:hover::before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.copyright {
  font-size: 10.5px;
  font-size: 0.65625rem;
}

@media screen and (min-width: 769px) {
  .copyright {
    text-align: right;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.u--color-black {
  color: #1f1f1f !important;
}

.u--color-white {
  color: #FFFFFF !important;
}

.u--color-grey {
  color: #dcdcdc !important;
}

.u--color-grey-light {
  color: #eeeeee !important;
}

.u--color-grey-dark {
  color: #7d7d7d !important;
}

.u--colo-greyr-ultra-dark {
  color: #313131 !important;
}

.u--color-blue {
  color: #00a0e9 !important;
}

@media screen and (max-width: 424.98px) {
  .u--min-xs {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--min-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--min-md {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .u--min-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .u--min-xl {
    display: none !important;
  }
}

@media screen and (min-width: 425px) {
  .u--max-xs {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .u--max-sm {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--max-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--max-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--max-xl {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-sm {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .u--between-xs-sm {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-md {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--between-xs-md {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-xs-lg {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-xs-xl {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-md {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--between-sm-md {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-sm-lg {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-sm-xl {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--between-md-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-md-lg {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--between-md-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-md-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .u--between-lg-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-lg-xl {
    display: none !important;
  }
}

.u--comingsoon {
  opacity: .2 !important;
  pointer-events: none !important;
}

.u--comingsoon * {
  pointer-events: none !important;
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
html.js-open {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

body.js-open .hero__titlebox.wrap-on {
  z-index: 1;
}

body {
  background: #e4e4df;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

ol, ul {
  list-style: none;
}

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

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

.sp-block {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-block {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

.tab-block {
  display: block;
}

@media screen and (min-width: 992px) {
  .tab-block {
    display: none;
  }
}

.tab-none {
  display: none;
}

@media screen and (min-width: 992px) {
  .tab-none {
    display: block;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------------------
  loading
----------------------------------------------------*/
.loading,
.loading_inner {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.loading {
  position: fixed;
  z-index: 100;
}

.loading_inner {
  position: absolute;
  background: white;
}

.loading_line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
}

.loading_line span {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e4e4df;
  -webkit-animation: loading_line 2s ease-in-out forwards;
  animation: loading_line 2s ease-in-out forwards;
}

@-webkit-keyframes loading_line {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
    width: 100%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    left: auto;
    right: 0;
  }
}

@keyframes loading_line {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
    width: 100%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    left: auto;
    right: 0;
  }
}

/*----------------------------------------------------
  breadcrumb
----------------------------------------------------*/
.breadcrumb {
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    padding: 20px 0;
  }
}

.breadcrumb__inner {
  margin: auto;
  max-width: 1380px;
}

.breadcrumb ul {
  font-size: 0;
  line-height: 1.3;
}

.breadcrumb ul li {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.breadcrumb ul li::before, .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li::before, .breadcrumb ul li::after {
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
  }
}

.breadcrumb ul li::before {
  right: 0;
  border-left: 5px solid #1f1f1f;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li::before {
    border-left: 8px solid #1f1f1f;
  }
}

.breadcrumb ul li::after {
  right: 0.1em;
  border-left: 5px solid #e4e4df;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li::after {
    border-left: 8px solid #e4e4df;
  }
}

.breadcrumb ul li:last-child::before, .breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  display: inline;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------
  anchor
----------------------------------------------------*/
.anchor__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .anchor__list {
    height: 160px;
  }
}

.anchor__list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: auto;
  right: -2px;
  background: #FFFFFF;
  width: 4px;
  height: 100%;
}

.anchor__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.anchor__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  background: #FFFFFF;
  width: 4px;
  height: 100%;
}

.anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #136e6c;
  padding: 15px 10px 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .anchor__item a {
    padding: 25px 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .anchor__item a:hover .anchor__textbox::before {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.anchor__textbox {
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .anchor__textbox {
    padding-bottom: 35px;
  }
}

.anchor__textbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/arw01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  width: 16px;
  height: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .anchor__textbox::before {
    width: 31px;
    height: 15px;
  }
}

.anchor__title .jp {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .anchor__title .jp {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.anchor__title .en {
  display: block;
  font-family: "Staatliches", cursive;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .anchor__title .en {
    font-size: 16px;
    font-size: 1rem;
  }
}

.anchor__text {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .anchor__text {
    display: block;
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------
  column
----------------------------------------------------*/
/*----------------------------------------------------
  list
----------------------------------------------------*/
/*----------------------------------------------------
  heading
----------------------------------------------------*/
.section__title {
  border-bottom: 5px solid #136e6c;
  padding-bottom: 10px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .section__title {
    border-bottom: 9px solid #136e6c;
    padding-bottom: 22px;
  }
}

.section__title .jp {
  display: inline;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .section__title .jp {
    margin-right: 65px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.section__title .en {
  position: relative;
  display: block;
  margin: 8px 0 0 20px;
  font-family: "Staatliches", cursive;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .section__title .en {
    display: inline;
    margin: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.section__title .en::after {
  content: '';
  position: absolute;
  top: 35%;
  left: -10px;
  display: block;
  background: #1f1f1f;
  width: 1px;
  height: 20px;
  -webkit-transform: translateY(-50%) skewX(-32deg);
  -ms-transform: translateY(-50%) skewX(-32deg);
  transform: translateY(-50%) skewX(-32deg);
}

@media screen and (min-width: 769px) {
  .section__title .en::after {
    top: 20%;
    left: -30px;
    width: 2px;
    height: 52px;
  }
}

/*----------------------------------------------------
  table
----------------------------------------------------*/
/*----------------------------------------------------
  button
----------------------------------------------------*/
.button {
  background: transparent;
  border: 1px solid #1f1f1f;
  margin: auto;
  width: 100%;
  height: 56px;
  max-width: 270px;
  font-family: "Staatliches", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 54px;
  letter-spacing: 0.1em;
  border-radius: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .button {
    height: 64px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 62px;
    border-radius: 32px;
  }
}

@media screen and (min-width: 769px) {
  .button:hover {
    background: #1f1f1f;
    color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.button.black {
  background: #1f1f1f;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .button.black:hover {
    background: transparent;
    color: #1f1f1f;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .button {
    line-height: 56px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .button {
    line-height: 64px;
  }
}

/*----------------------------------------------------
  text
----------------------------------------------------*/
.m-text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .m-text01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/
.pagetop {
  background: #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding: 5px 0;
}

@media screen and (min-width: 992px) {
  .pagetop {
    background: none;
    border-bottom: none;
    padding: 0;
  }
}

.pagetop a {
  position: relative;
  display: block;
  color: #FFFFFF;
  padding-top: 13px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .pagetop a {
    color: #1f1f1f;
    padding-top: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pagetop a::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .pagetop a::after {
    border-top: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 769px) {
  .pagetop a:hover {
    color: #e4e4df;
  }
  .pagetop a:hover::after {
    border-top: 1px solid #e4e4df;
    border-left: 1px solid #e4e4df;
  }
}

/*----------------------------------------------------
  animation
----------------------------------------------------*/
.f-in {
  opacity: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}

.main {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .main {
    margin-top: 130px;
  }
}

/*----------------------------------------------------
  top
----------------------------------------------------*/
#page-top .main {
  margin-top: 0;
}

.hero {
  position: relative;
  height: 100vh;
  text-align: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e4df;
  background-image: url(../img/home/hero-sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: slide-on 2.0s ease-in-out 0.75s forwards;
  animation: slide-on 2.0s ease-in-out 0.75s forwards;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .hero::before {
    background-image: url(../img/home/hero.jpg);
  }
}

@-webkit-keyframes slide-on {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes slide-on {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

.hero__inner {
  position: relative;
  height: 100%;
}

.hero__titlebox {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  z-index: 300;
}

@media screen and (min-width: 769px) {
  .hero__titlebox {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
}

.hero__titlebox.wrap-on .hero__title-en,
.hero__titlebox.wrap-on .hero__title-jp {
  color: #FFFFFF;
}

.hero__title-en {
  font-family: "Staatliches", cursive;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: moving 1s ease-in-out 1.15s forwards;
  animation: moving 1s ease-in-out 1.15s forwards;
}

@media screen and (min-width: 769px) {
  .hero__title-en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.hero__title-jp {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: moving 1s ease-in-out 1.15s forwards;
  animation: moving 1s ease-in-out 1.15s forwards;
}

@media screen and (min-width: 769px) {
  .hero__title-jp {
    margin-top: 10px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@-webkit-keyframes moving {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero .hero__scroll {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 170px;
}

.hero .hero__scroll-border,
.hero .hero__scroll-border span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero .hero__scroll-border {
  height: 0;
  overflow: hidden;
  -webkit-animation: moving-scroll 1s ease-in-out 1.5s forwards;
  animation: moving-scroll 1s ease-in-out 1.5s forwards;
}

@-webkit-keyframes moving-scroll {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes moving-scroll {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.hero .hero__scroll-border span {
  display: block;
  background: #313131;
  height: 100%;
  -webkit-animation: scroll_border 2.5s ease-in-out 2.5s infinite;
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@-webkit-keyframes scroll_border {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

@keyframes scroll_border {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.hero .hero__scroll-text {
  position: absolute;
  top: 70px;
  left: -5px;
  color: #FFFFFF;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top-about {
  padding: 90px 0 100px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-about {
    padding: 80px 0 95px;
  }
}

.top-about__inner {
  max-width: 1080px;
}

.top-about__title {
  margin-bottom: 25px;
  font-family: "Staatliches", cursive;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .top-about__title {
    margin-bottom: 50px;
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.top-about__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .top-about__text {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top-about__list {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .top-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}

.top-about__list::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(19, 110, 108, 0.3);
  width: 100%;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .top-about__list::before {
    top: 0;
    bottom: auto;
    right: -1.5px;
    width: 3px;
    height: 100%;
  }
}

.top-about__item {
  position: relative;
  padding: 33px 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top-about__item {
    padding: 0 20px 5px;
    width: 33.3334%;
  }
}

@media screen and (min-width: 769px) {
  .top-about__item:nth-of-type(1) .image {
    padding: 0 8.5%;
  }
}

.top-about__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 110, 108, 0.3);
  width: 100%;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .top-about__item::before {
    top: 0;
    left: -1.5px;
    width: 3px;
    height: 100%;
  }
}

.top-about__item .point {
  margin-bottom: 10px;
  font-family: "Staatliches", cursive;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .top-about__item .point {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.top-about__item .image {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .top-about__item .image {
    margin-bottom: 23px;
  }
}

.top-about__item .caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.top-about__item .caption span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .col2-fw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px;
  }
}

.col2-fw__imagebox {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .col2-fw__imagebox {
    width: 50%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col2-fw__imagebox .image {
    height: 100%;
  }
}

.col2-fw__imagebox img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .col2-fw__imagebox img {
    display: none;
  }
}

.col2-fw__imagebox .filter {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #ecece9;
  width: 100%;
  height: 100%;
}

.col2-fw__textbox {
  position: relative;
  padding: 50px 0 60px;
  width: 100%;
  z-index: 15;
}

@media screen and (min-width: 769px) {
  .col2-fw__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 50%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col2-fw *::-ms-backdrop, .col2-fw .col2-fw__textbox {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.col2-fw__titlewrap {
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .col2-fw__titlewrap {
    margin-bottom: 30px;
  }
}

.col2-fw__title {
  position: relative;
  padding-left: 30px;
  font-family: "Staatliches", cursive;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .col2-fw__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.col2-fw__title::before {
  content: '';
  position: absolute;
  top: 0.07em;
  left: 0;
  background: #136e6c;
  width: 9px;
  height: 36px;
}

@media screen and (min-width: 769px) {
  .col2-fw__title::before {
    height: 41px;
  }
}

.col2-fw__text {
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .col2-fw__text {
    margin-bottom: 65px;
  }
}

.col2-fw__deco {
  position: absolute;
  bottom: calc(100% - 40px);
}

@media screen and (min-width: 769px) {
  .col2-fw__deco {
    bottom: calc(100% - 45px);
  }
}

.top-strength .col2-fw__imagebox .image {
  background: url(../img/home/strength-img01.jpg) no-repeat center center;
  background-size: cover;
}

.top-strength .col2-fw__imagebox .filter {
  left: 0;
}

.top-strength .col2-fw__textbox {
  background: #ecece9 url(../img/home/strength-bg01.png) repeat center center;
}

.top-strength .col2-fw__textbox-inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .top-strength .col2-fw__textbox-inner {
    max-width: 410px;
  }
}

.top-strength .col2-fw__deco {
  right: 0;
  width: 100%;
  max-width: 70px;
}

@media screen and (min-width: 769px) {
  .top-strength .col2-fw__deco {
    right: -3.5%;
    width: 47.23%;
    max-width: 170px;
  }
}

.top-facilities {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top-facilities .col2-fw__imagebox .image {
  background: url(../img/home/facilities-img01.jpg) no-repeat center center;
  background-size: cover;
}

.top-facilities .col2-fw__imagebox .filter {
  right: 0;
}

.top-facilities .col2-fw__textbox {
  background: #ecece9 url(../img/home/facilities-bg01.png) repeat center center;
}

.top-facilities .col2-fw__textbox-inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .top-facilities .col2-fw__textbox-inner {
    max-width: 440px;
  }
}

.top-facilities .col2-fw__deco {
  right: 0;
  width: 100%;
  max-width: 74px;
}

@media screen and (min-width: 769px) {
  .top-facilities .col2-fw__deco {
    right: -10%;
    width: 48.06%;
    max-width: 173px;
  }
}

.top-recruit {
  background-image: url(../img/home/recruit-bg01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 120px 0 80px;
}

@media screen and (min-width: 769px) {
  .top-recruit {
    padding: 125px 0 120px;
  }
}

.top-recruit__inner {
  max-width: 960px;
}

.top-recruit__textbox {
  position: relative;
  border: 9px solid #136e6c;
  color: #136e6c;
  padding: 50px 10px 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-recruit__textbox {
    padding: 120px 50px 85px;
  }
}

.top-recruit__title {
  position: absolute;
  top: -0.6em;
  left: 50%;
  background: #e4e4df;
  padding: 0 30px;
  font-family: "Staatliches", cursive;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .top-recruit__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.top-recruit__title::before, .top-recruit__title::after {
  content: '';
  position: absolute;
  top: 50%;
  background: #136e6c;
  width: 9px;
  height: 50px;
  -webkit-transform: translateY(-50%) skewX(-25deg);
  -ms-transform: translateY(-50%) skewX(-25deg);
  transform: translateY(-50%) skewX(-25deg);
}

@media screen and (min-width: 769px) {
  .top-recruit__title::before, .top-recruit__title::after {
    height: 56px;
  }
}

.top-recruit__title::before {
  left: -5px;
}

.top-recruit__title::after {
  right: -5px;
}

.top-recruit__catch {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .top-recruit__catch {
    margin-bottom: 75px;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.75;
  }
}

.top-recruit__text {
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .top-recruit__text {
    margin-bottom: 67px;
    text-align: center;
  }
}

/*----------------------------------------------------
  subpage-hero
----------------------------------------------------*/
.subpage-hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 23.55% 0;
  text-align: center;
  -webkit-animation: slide-on 2.0s ease-in-out 0.75s forwards;
  animation: slide-on 2.0s ease-in-out 0.75s forwards;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .subpage-hero {
    padding: 13.55% 0;
  }
}

.subpage-hero__inner {
  position: relative;
  height: 100%;
}

.subpage-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  font-family: "Staatliches", cursive;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .subpage-hero__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

#page-contact.thanks .subpage-hero {
  -webkit-animation: slide-on 0.75s ease-in-out 0s forwards;
  animation: slide-on 0.75s ease-in-out 0s forwards;
}

#page-about .subpage-hero {
  background-image: url(../img/about/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-about .subpage-hero {
    background-image: url(../img/about/hero.jpg);
  }
}

#page-strength .subpage-hero {
  background-image: url(../img/strength/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-strength .subpage-hero {
    background-image: url(../img/strength/hero.jpg);
  }
}

#page-facilities .subpage-hero {
  background-image: url(../img/facilities/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-facilities .subpage-hero {
    background-image: url(../img/facilities/hero.jpg);
  }
}

#page-recruit .subpage-hero {
  background-image: url(../img/recruit/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-recruit .subpage-hero {
    background-image: url(../img/recruit/hero.jpg);
  }
}

#page-contact .subpage-hero {
  background-image: url(../img/contact/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-contact .subpage-hero {
    background-image: url(../img/contact/hero.jpg);
  }
}

#page-privacy .subpage-hero {
  background-image: url(../img/privacy/hero-sp.jpg);
}

@media screen and (min-width: 769px) {
  #page-privacy .subpage-hero {
    background-image: url(../img/privacy/hero.jpg);
  }
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about-outline {
  padding: 50px 0 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .about-outline {
    padding: 55px 0 90px;
  }
}

.about-outline__inner {
  max-width: 870px;
}

.about-outline__title {
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .about-outline__title {
    margin-bottom: 30px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.about-outline__text01 {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .about-outline__text01 {
    margin-bottom: 32px;
    text-align: center;
  }
}

.about-outline__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .about-outline__image {
    margin-bottom: 45px;
  }
}

.about-outline__image p {
  margin-left: 5%;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.11);
}

.about-outline__image p:first-child {
  margin-left: 0;
}

.about-outline .about-policybox {
  border: 4px solid rgba(19, 110, 108, 0.3);
  margin-bottom: 95px;
  padding: 40px 30px 40px;
}

@media screen and (min-width: 769px) {
  .about-outline .about-policybox {
    border: 6px solid rgba(19, 110, 108, 0.3);
    margin-bottom: 85px;
    padding: 45px 45px 40px;
  }
}

.about-outline .about-policybox__inner {
  margin: auto;
  max-width: 500px;
}

.about-outline .about-policybox__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .about-outline .about-policybox__title {
    margin-bottom: 25px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.about-outline .about-policybox__list {
  counter-reset: item;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .about-outline .about-policybox__list {
    margin-bottom: 42px;
  }
}

.about-outline .about-policybox__item {
  position: relative;
  padding-left: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .about-outline .about-policybox__item {
    padding-left: 30px;
  }
}

.about-outline .about-policybox__item::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.about-outline .about-policybox__date, .about-outline .about-policybox__sig {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.7;
}

.about-outline .about-policybox__date span, .about-outline .about-policybox__sig span {
  display: block;
}

.about-outline .anchor__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 160px;
  }
}

.about-outline .anchor__list::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__list::before {
    display: block;
  }
}

.about-outline .anchor__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  height: 90px;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    height: auto;
  }
}

.about-outline .anchor__item:nth-child(n+3) {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.about-outline .anchor__item:nth-child(even)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  display: block;
  background: #FFFFFF;
  width: 4px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__item:nth-child(even)::after {
    display: none;
  }
}

.about-outline .anchor__title .jp {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__title .jp {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 769px) {
  .about-outline .anchor__title .en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about-philosophy {
  background: #1f1f1f;
  color: #FFFFFF;
  padding: 100px 0 95px;
}

@media screen and (min-width: 769px) {
  .about-philosophy {
    padding: 125px 0 155px;
  }
}

.about-philosophy__inner {
  max-width: 1080px;
}

.about-philosophy .section__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .about-philosophy .section__title {
    margin-bottom: 45px;
  }
}

.about-philosophy .section__title .en::after {
  background: #FFFFFF;
}

.about-philosophy__text01 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) {
  .about-philosophy__text01 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.67;
  }
}

.about-greetings {
  background: #ecece9;
  padding: 45px 0 45px;
}

@media screen and (min-width: 769px) {
  .about-greetings {
    padding: 90px 0 95px;
  }
}

.about-greetings__inner {
  max-width: 1080px;
}

.about-greetings .section__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .about-greetings .section__title {
    margin-bottom: 45px;
  }
}

.about-greetings__text01 {
  margin-bottom: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .about-greetings__text01 {
    margin-bottom: 32px;
  }
}

.about-greetings__sig {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .about-greetings__sig {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-greetings__sig img {
  margin: 0 0 -10px 20px;
  vertical-align: text-bottom;
}

@media screen and (min-width: 769px) {
  .about-greetings__sig img {
    margin: 0 0 -10px 20px;
  }
}

.about-profile {
  background: #e4e4df;
  padding: 45px 0 40px;
}

@media screen and (min-width: 769px) {
  .about-profile {
    padding: 90px 0 65px;
  }
}

.about-profile__inner {
  max-width: 1080px;
}

.about-profile .section__title {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .about-profile .section__title {
    margin-bottom: 100px;
  }
}

.about-profile .about-profile__table {
  border-bottom: 3px solid #b1b1ac;
  margin: auto;
  width: 100%;
  max-width: 790px;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table {
    border-bottom: none;
  }
}

.about-profile .about-profile__table th, .about-profile .about-profile__table td {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table th, .about-profile .about-profile__table td {
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-profile .about-profile__table th {
  position: relative;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table th {
    padding: 20px 0;
    width: 260px;
  }
}

.about-profile .about-profile__table th::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #b1b1ac;
  width: 100%;
  height: 3px;
}

.about-profile .about-profile__table td {
  border-top: 1px solid #b1b1ac;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table td {
    padding: 20px 10px 20px 60px;
    width: auto;
  }
}

.about-profile .about-profile__table td a {
  display: inline-block;
  color: #00a0e9;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table td a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about-profile .about-profile__table td a:hover {
  text-decoration: none;
}

.about-profile .about-profile__table td > div + div {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .about-profile .about-profile__table td > div + div {
    margin-top: 5px;
  }
}

.about-history {
  background: #ecece9;
  padding: 45px 0 40px;
}

@media screen and (min-width: 769px) {
  .about-history {
    padding: 90px 0 95px;
  }
}

.about-history__inner {
  max-width: 1080px;
}

.about-history .section__title {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .about-history .section__title {
    margin-bottom: 100px;
  }
}

.about-history__list {
  position: relative;
  margin: auto;
  max-width: 790px;
}

.about-history__list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 23px;
  background: #136e6c;
  width: 9px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .about-history__list::before {
    left: 68px;
  }
}

.about-history__item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .about-history__item {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .about-history__item {
    margin-right: -15px;
  }
}

@media screen and (min-width: 769px) {
  .about-history__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-history__item .date {
  position: relative;
}

@media screen and (min-width: 769px) {
  .about-history__item .date {
    margin-right: 155px;
  }
}

.about-history__item .date::before, .about-history__item .date::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .about-history__item .date::before, .about-history__item .date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -115px;
    display: block;
    background: #bbbbb4;
  }
}

.about-history__item .date::before {
  width: 115px;
  height: 1px;
}

.about-history__item .date::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.about-history__item .date::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -115px;
  background: #bbbbb4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.about-history__item .date span {
  display: block;
  background: #136e6c;
  color: #FFFFFF;
  width: 145px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  letter-spacing: 0;
  border-radius: 24px;
}

@media screen and (min-width: 769px) {
  .about-history__item .date span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-history__item .text {
  padding: 15px 0 0 45px;
}

@media screen and (min-width: 769px) {
  .about-history__item .text {
    padding: 0.5em 0 0;
  }
}

.about-history__item:nth-child(n+2) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .about-history__item:nth-child(n+2) {
    margin-top: 23px;
  }
}

/*----------------------------------------------------
  strength
----------------------------------------------------*/
.strength-outline {
  padding: 50px 0 45px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .strength-outline {
    padding: 70px 0 100px;
  }
}

.strength-outline__inner {
  max-width: 1080px;
}

.strength-outline__text01 {
  margin-bottom: 90px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .strength-outline__text01 {
    margin-bottom: 60px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .strength-outline .anchor__list {
    height: 200px;
  }
}

.strength-outline .anchor__title .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 2em;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .strength-outline .anchor__title .jp {
    min-height: auto;
  }
}

.strength-alliance {
  background: #ecece9;
  padding: 45px 0 0;
}

@media screen and (min-width: 769px) {
  .strength-alliance {
    padding: 90px 0 95px;
  }
}

.strength-alliance__inner {
  max-width: 1080px;
}

.strength-alliance .section__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .strength-alliance .section__title {
    margin-bottom: 50px;
  }
}

.strength-alliance__title01 {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-alliance__title01 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.strength-alliance__text01 {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .strength-alliance__text01 {
    margin-bottom: 32px;
  }
}

.strength-alliance__illust {
  background: rgba(54, 75, 75, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 110, 108, 0.1)), color-stop(50%, rgba(28, 110, 108, 0.1)), color-stop(50%, rgba(28, 110, 108, 0.14)), to(rgba(28, 110, 108, 0.14)));
  background: -webkit-linear-gradient(top, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50%, rgba(28, 110, 108, 0.14) 50%, rgba(28, 110, 108, 0.14) 100%);
  background: -o-linear-gradient(top, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50%, rgba(28, 110, 108, 0.14) 50%, rgba(28, 110, 108, 0.14) 100%);
  background: linear-gradient(to bottom, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50%, rgba(28, 110, 108, 0.14) 50%, rgba(28, 110, 108, 0.14) 100%);
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding: 25px 20px 35px;
  max-width: auto;
  max-width: initial;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .strength-alliance__illust {
    background: -webkit-gradient(linear, left top, right top, from(rgba(28, 110, 108, 0.1)), color-stop(50.75%, rgba(28, 110, 108, 0.1)), color-stop(50.75%, rgba(28, 110, 108, 0.14)), to(rgba(28, 110, 108, 0.14)));
    background: -webkit-linear-gradient(left, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50.75%, rgba(28, 110, 108, 0.14) 50.75%, rgba(28, 110, 108, 0.14) 100%);
    background: -o-linear-gradient(left, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50.75%, rgba(28, 110, 108, 0.14) 50.75%, rgba(28, 110, 108, 0.14) 100%);
    background: linear-gradient(to right, rgba(28, 110, 108, 0.1) 0%, rgba(28, 110, 108, 0.1) 50.75%, rgba(28, 110, 108, 0.14) 50.75%, rgba(28, 110, 108, 0.14) 100%);
    margin: 0;
    padding: 65px 40px 55px;
    border-radius: 30px;
  }
}

.strength-alliance__illust img {
  width: 100%;
  max-width: 580px;
}

@media screen and (min-width: 769px) {
  .strength-alliance__illust img {
    max-width: 908px;
  }
}

.strength-risk {
  position: relative;
  background-image: url(../img/strength/risk-bg01.jpg);
  background-position: 66% center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 45px;
}

@media screen and (min-width: 769px) {
  .strength-risk {
    background-position: center center;
    padding: 105px 0 120px;
  }
}

.strength-risk::before, .strength-risk::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}

.strength-risk::before {
  top: 0;
  left: 0;
  border-width: 53em 100vw 0 0;
  border-color: #136e6c transparent transparent transparent;
}

@media screen and (min-width: 554px) {
  .strength-risk::before {
    border-width: 60vh 100vw 0 0;
  }
}

.strength-risk::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 53em 100vw;
  border-color: transparent transparent #136e6c transparent;
}

@media screen and (min-width: 554px) {
  .strength-risk::after {
    border-width: 0 0 60vh 100vw;
  }
}

.strength-risk__inner {
  max-width: 1080px;
}

.strength-risk__whitebox {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 15px 50px;
  max-width: 785px;
}

@media screen and (min-width: 769px) {
  .strength-risk__whitebox {
    padding: 95px 95px 115px;
  }
}

.strength-risk .section__title {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .strength-risk .section__title {
    margin-bottom: 45px;
  }
}

.strength-risk .section__title .en {
  display: block;
}

@media screen and (min-width: 769px) {
  .strength-risk .section__title .en {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .strength-risk .section__title .en::after {
    display: none;
  }
}

.strength-risk__title01 {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-risk__title01 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.strength-risk__text01 {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .strength-risk__text01 {
    margin-bottom: 80px;
  }
}

.strength-risk__item {
  position: relative;
  background: #136e6c;
  color: #FFFFFF;
  padding: 13px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  border-radius: 0 24px 24px 24px;
}

@media screen and (min-width: 769px) {
  .strength-risk__item {
    padding: 35px 30px 35px 60px;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 0 30px 30px 30px;
  }
}

.strength-risk__item::before {
  content: '';
  position: absolute;
  bottom: -44px;
  left: 50%;
  background-image: url(../img/arw02.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .strength-risk__item::before {
    left: 52%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.strength-risk__item:nth-child(n+2) {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .strength-risk__item:nth-child(n+2) {
    margin-top: 55px;
  }
}

.strength-risk__item:last-child::before {
  display: none;
}

.strength-risk__item .point {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 10px 0 0 10px;
  font-family: "Staatliches", cursive;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-risk__item .point {
    padding: 2px 0 0 7px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.strength-risk__item .point::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 74px 86px 0 0;
  border-color: #1f1f1f transparent transparent transparent;
}

@media screen and (min-width: 769px) {
  .strength-risk__item .point::before {
    border-width: 90px 105px 0 0;
  }
}

.strength-risk__item .point-textbox {
  margin: 0 auto;
  max-width: 435px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 55px 0 25px;
}

@media screen and (min-width: 769px) {
  .strength-risk__item .point-textbox {
    padding: 15px 0;
  }
}

.strength-risk__item .point-textbox dt {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-risk__item .point-textbox dt {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.strength-risk__item .point-textbox dd ul {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .strength-risk__item .point-textbox dd ul {
    margin-top: 30px;
  }
}

.strength-risk__item .point-textbox dd ul li {
  position: relative;
  padding-left: 10px;
}

.strength-risk__item .point-textbox dd ul li::before {
  content: '';
  position: absolute;
  top: 0.9em;
  left: 0;
  background: #FFFFFF;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.strength-knowledge {
  background: #e4e4df;
  padding: 45px 0 55px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge {
    padding: 85px 0 90px;
  }
}

.strength-knowledge__inner {
  max-width: 1080px;
}

.strength-knowledge .section__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge .section__title {
    margin-bottom: 50px;
  }
}

.strength-knowledge__title01 {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__title01 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.strength-knowledge__text01 {
  margin-bottom: 45px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__text01 {
    margin-bottom: 32px;
  }
}

.strength-knowledge__text02 {
  margin: 0 auto 40px;
  max-width: 580px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__text02 {
    margin: 0 auto 60px;
    max-width: 790px;
  }
}

.strength-knowledge__illust01 {
  margin: 0 -3.5% 60px;
  max-width: 770.5px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__illust01 {
    margin: 0 auto 90px;
  }
}

.strength-knowledge__illust01 img {
  width: 100%;
  max-width: 640px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__illust01 img {
    max-width: 100%;
  }
}

.strength-knowledge__image01 {
  margin: 0 auto 28px;
  max-width: 580px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__image01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 795px;
  }
}

.strength-knowledge__image01 p {
  margin: 0 0 10px;
}

@media screen and (min-width: 769px) {
  .strength-knowledge__image01 p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 2.5px;
  }
}

.strength-knowledge .button {
  width: 89%;
  max-width: 360px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .strength-knowledge .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .strength-knowledge .button {
    line-height: 70px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .strength-knowledge .button {
    line-height: 60px;
  }
}

/*----------------------------------------------------
  facilities
----------------------------------------------------*/
#facilities .section__title {
  position: relative;
  border: none;
  margin-bottom: 10px;
  padding: 0 0 0 13px;
}

@media screen and (min-width: 769px) {
  #facilities .section__title {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
  }
}

#facilities .section__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: #136e6c;
  width: 5px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  #facilities .section__title::before {
    width: 9px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #facilities *::-ms-backdrop, #facilities .section__title::before {
    top: 32%;
  }
}

#facilities .swiper-container {
  margin-bottom: 40px;
  max-width: auto;
  max-width: initial;
}

@media screen and (min-width: 769px) {
  #facilities .swiper-container {
    margin-bottom: 65px;
  }
}

#facilities .swiper-container .filter {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#facilities .swiper-slide img {
  width: 100%;
}

#facilities .swiper-pagination {
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  #facilities .swiper-pagination {
    padding: 0 25px;
  }
}

#facilities .facilities__title01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__title01 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#facilities .facilities__text01 {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__text01 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  #facilities .facilities__imagebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#facilities .facilities__imagebox > a,
#facilities .facilities__imagebox > div {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__imagebox > a,
  #facilities .facilities__imagebox > div {
    width: 32.8%;
  }
}

#facilities .facilities__imagebox > a:nth-child(n+2),
#facilities .facilities__imagebox > div:nth-child(n+2) {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__imagebox > a:nth-child(n+2),
  #facilities .facilities__imagebox > div:nth-child(n+2) {
    margin-top: 0;
  }
}

#facilities .facilities__imagebox figure img {
  width: 100%;
}

#facilities .facilities__imagebox figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__imagebox figcaption {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

#facilities .facilities__table {
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  width: 100%;
}

#facilities .facilities__table tr:nth-child(2n) td {
  background: #eeeeee;
}

#facilities .facilities__table tr:nth-child(2n+3) td {
  background: #dcdcdc;
}

#facilities .facilities__table th, #facilities .facilities__table td {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.15;
  text-align: center;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th, #facilities .facilities__table td {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  #facilities .facilities__table th, #facilities .facilities__table td {
    font-size: 16px;
    font-size: 1rem;
  }
}

#facilities .facilities__table th {
  background: #86867b;
  color: #FFFFFF;
  padding: 5px;
  font-weight: 500;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th {
    padding: 5px 10px;
  }
}

#facilities .facilities__table th:nth-of-type(1) {
  width: 22%;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th:nth-of-type(1) {
    width: 20%;
  }
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th:nth-of-type(2) {
    width: 11%;
  }
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th:nth-of-type(3) {
    width: 11%;
  }
}

#facilities .facilities__table th:nth-of-type(4) {
  width: 17%;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th:nth-of-type(4) {
    width: 17%;
  }
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th:nth-of-type(5) {
    width: 41%;
  }
}

#facilities .facilities__table th p {
  display: inline-block;
  height: 80px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table th p {
    height: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

#facilities .facilities__table td {
  padding: 20px 5px;
}

@media screen and (min-width: 554px) {
  #facilities .facilities__table td {
    padding: 10px;
  }
}

#facilities .facilities__table td p {
  text-align: left;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__table td p {
    text-align: center;
  }
}

#facilities .facilities__table td .text {
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (min-width: 769px) {
  #facilities .facilities__table td .text {
    text-align: left;
    padding-left: 10%;
    padding-right: 5%;
  }
}

.facilities-outline {
  padding: 60px 0 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .facilities-outline {
    padding: 70px 0 35px;
  }
}

.facilities-outline__inner {
  max-width: 1080px;
}

.facilities-fm {
  padding: 45px 0 45px;
}

@media screen and (min-width: 769px) {
  .facilities-fm {
    padding: 70px 0 80px;
  }
}

.facilities-fm__inner {
  max-width: 1080px;
}

.facilities-fm .swiper-container {
  margin-left: calc((100vw - 100%) / -2);
}

.facilities-fm .swiper-container .filter {
  background: #e4e4df;
  left: 0;
}

.facilities-fm__block01 {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .facilities-fm__block01 {
    margin-bottom: 95px;
  }
}

.facilities-sap {
  background: #ecece9;
  padding: 45px 0 45px;
}

@media screen and (min-width: 769px) {
  .facilities-sap {
    padding: 70px 0 75px;
  }
}

.facilities-sap__inner {
  max-width: 1080px;
}

.facilities-sap .swiper-container {
  margin-right: calc((100vw - 100%) / -2);
}

.facilities-sap .swiper-container .filter {
  background: #ecece9;
  right: 0;
}

.facilities-sap .swiper-pagination {
  text-align: left;
}

.facilities-iaa {
  padding: 45px 0 45px;
}

@media screen and (min-width: 769px) {
  .facilities-iaa {
    padding: 70px 0 75px;
  }
}

.facilities-iaa__inner {
  max-width: 1080px;
}

.facilities-iaa .swiper-container {
  margin-left: calc((100vw - 100%) / -2);
}

.facilities-iaa .swiper-container .filter {
  background: #e4e4df;
  left: 0;
}

body .lity {
  background: rgba(0, 0, 0, 0.7);
}

body .lity-wrap {
  padding: 25px;
}

@media screen and (min-width: 769px) {
  body .lity-wrap {
    padding: 50px;
  }
}

body .lity-close {
  position: absolute;
  top: -30px;
  right: -30px;
}

body .lity-close:active {
  top: -30px;
}

/*----------------------------------------------------
  recruit
----------------------------------------------------*/
.recruit-outline {
  padding: 50px 0 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit-outline {
    padding: 45px 0 100px;
  }
}

.recruit-outline__inner {
  max-width: 1080px;
}

.recruit-outline__catch {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .recruit-outline__catch {
    margin-bottom: 45px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.45;
  }
}

@media screen and (min-width: 769px) {
  .recruit-outline__block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.recruit-outline__image {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit-outline__image {
    margin-bottom: 0;
    width: 57.6%;
  }
}

.recruit-outline__textbox {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit-outline__textbox {
    width: 39%;
  }
}

.recruit-outline__textbox .button {
  width: 89%;
  max-width: 390px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 768.98px) {
  .recruit-outline__textbox .button {
    padding: 14px 0;
    height: auto;
    line-height: 1.5;
    border-radius: 43px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-outline__textbox .button {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .recruit-outline__textbox .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.recruit-outline__text01 {
  margin-bottom: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .recruit-outline__text01 {
    position: relative;
    top: -5px;
    margin-bottom: 15%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .recruit-outline .recruit-outline__textbox .button {
    line-height: 70px;
  }
}

.recruit-voice {
  border-bottom: 1px solid #e4e4df;
}

.recruit-voice__inner {
  max-width: 1380px;
}

.recruit-voice__top {
  background: #1f1f1f;
  color: #FFFFFF;
  padding: 30px 0;
}

@media screen and (min-width: 769px) {
  .recruit-voice__top {
    padding: 80px 0;
  }
}

.recruit-voice__top .recruit-voice__inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit-voice__top .recruit-voice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .recruit-voice__top .recruit-voice__inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    display: inline-block;
    background: #FFFFFF;
    width: 2px;
    height: calc(100% + 100px);
    -webkit-transform: translateY(-50%) skewX(-26deg);
    -ms-transform: translateY(-50%) skewX(-26deg);
    transform: translateY(-50%) skewX(-26deg);
  }
}

.recruit-voice__catch {
  margin-bottom: 30px;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .recruit-voice__catch {
    margin: 0 140px 0 0;
    width: 55%;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.45;
  }
}

.recruit-voice__textbox {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit-voice__textbox {
    width: 40%;
  }
}

.recruit-voice__title {
  margin-bottom: 15px;
  font-family: "Staatliches", cursive;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit-voice__title {
    margin-bottom: 18px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.recruit-voice__article {
  position: relative;
  z-index: 1;
  background-color: #1f1f1f;
  padding: 95% 0 40px;
}

@media screen and (min-width: 769px) {
  .recruit-voice__article {
    padding: 110px 0;
  }
}

.recruit-voice__article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55% 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .recruit-voice__article::before {
    padding: 0;
    height: 77%;
  }
}

.recruit-voice__article.voice01::before {
  background-image: url(../img/recruit/voice-bg01-sp.jpg);
}

@media screen and (min-width: 769px) {
  .recruit-voice__article.voice01::before {
    background-image: url(../img/recruit/voice-bg01.jpg);
  }
}

.recruit-voice__article.voice01 .recruit-voice__icon-inner {
  background: #e61682;
}

.recruit-voice__article.voice01 .recruit-voice__list dt::before {
  background: #e61682;
}

.recruit-voice__article.voice02::before {
  background-image: url(../img/recruit/voice-bg02-sp.jpg);
}

@media screen and (min-width: 769px) {
  .recruit-voice__article.voice02::before {
    background-image: url(../img/recruit/voice-bg02.jpg);
  }
}

@media screen and (min-width: 769px) {
  .recruit-voice__article.voice02 .recruit-voice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.recruit-voice__article.voice02 .recruit-voice__icon-inner {
  background: #920783;
}

.recruit-voice__article.voice02 .recruit-voice__list dt::before {
  background: #920783;
}

.recruit-voice__article.voice03::before {
  background-image: url(../img/recruit/voice-bg03-sp.jpg);
}

@media screen and (min-width: 769px) {
  .recruit-voice__article.voice03::before {
    background-image: url(../img/recruit/voice-bg03.jpg);
  }
}

.recruit-voice__article.voice03 .recruit-voice__icon-inner {
  background: #cdcf49;
}

.recruit-voice__article.voice03 .recruit-voice__list dt::before {
  background: #cdcf49;
}

.recruit-voice__whitebox {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 15px 25px;
  max-width: 735px;
}

@media screen and (min-width: 769px) {
  .recruit-voice__whitebox {
    padding: 45px 45px 25px;
  }
}

.recruit-voice__number {
  margin-bottom: 18px;
  font-family: "Staatliches", cursive;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit-voice__number {
    margin-bottom: 35px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.recruit-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 50px;
  padding: 28px 0;
}

@media screen and (min-width: 769px) {
  .recruit-voice__profile {
    margin-bottom: 60px;
    padding: 12px 0;
  }
}

.recruit-voice__icon {
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .recruit-voice__icon {
    margin-right: 50px;
  }
}

.recruit-voice__icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  width: 100px;
  height: 80px;
}

@media screen and (min-width: 769px) {
  .recruit-voice__icon-inner {
    width: 136px;
    height: 106px;
  }
}

.recruit-voice__icon-inner figure img {
  width: auto;
  height: 37px;
}

.recruit-voice__icon-inner figcaption {
  margin-top: 3px;
  font-size: 11.5px;
  font-size: 0.71875rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .recruit-voice__icon-inner figcaption {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.recruit-voice__year {
  margin-bottom: 7px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit-voice__year {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.recruit-voice__name .jp {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .recruit-voice__name .jp {
    margin-right: 20px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.recruit-voice__name .en {
  position: relative;
  display: block;
  margin-top: 5px;
  font-family: "Staatliches", cursive;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit-voice__name .en {
    margin-top: 0;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .recruit-voice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.recruit-voice__list dl {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit-voice__list dl {
    margin-bottom: 40px;
    width: 49%;
  }
}

.recruit-voice__list dl:nth-child(n+2) {
  margin-top: 22px;
}

@media screen and (min-width: 769px) {
  .recruit-voice__list dl:nth-child(n+2) {
    margin-top: 0;
  }
}

.recruit-voice__list dt, .recruit-voice__list dd {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .recruit-voice__list dt, .recruit-voice__list dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.recruit-voice__list dt::before, .recruit-voice__list dd::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 30px;
  font-family: "Staatliches", cursive;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}

.recruit-voice__list dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.recruit-voice__list dt::before {
  content: 'Q';
  color: #FFFFFF;
}

.recruit-voice__list dd {
  font-weight: 500;
}

.recruit-voice__list dd::before {
  content: 'A';
}

.recruit-voice .morebtn {
  position: relative;
  display: block;
  border-top: 2px solid #1f1f1f;
  margin: 25px -15px -25px;
  font-family: "Staatliches", cursive;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  text-align: center;
  text-indent: 15pxpx;
  line-height: 55px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .recruit-voice .morebtn {
    display: none;
  }
}

.recruit-voice .morebtn::after {
  content: '';
  display: inline-block;
  background-image: url(../img/arw03.svg);
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 9px;
  height: 18px;
  vertical-align: middle;
}

.recruit-voice .morebtn.disabled {
  display: none;
}

/*----------------------------------------------------
  privacy
----------------------------------------------------*/
.privacy-cont {
  padding: 50px 0 55px;
}

@media screen and (min-width: 769px) {
  .privacy-cont {
    padding: 75px 0 85px;
  }
}

.privacy-cont__inner {
  max-width: 870px;
}

.privacy-cont__text01 {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .privacy-cont__text01 {
    margin-bottom: 60px;
  }
}

.privacy-cont__item:nth-child(n+2) {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .privacy-cont__item:nth-child(n+2) {
    margin-top: 32px;
  }
}

.privacy-cont__item dd {
  font-weight: 500;
}

/*----------------------------------------------------
  contact
----------------------------------------------------*/
.contact-cont {
  padding: 50px 0 55px;
}

@media screen and (min-width: 769px) {
  .contact-cont {
    padding: 75px 0 110px;
  }
}

.contact-cont__inner {
  max-width: 870px;
}

.contact-cont__text01 {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .contact-cont__text01 {
    margin-bottom: 60px;
  }
}

.contact-cont .contact-inner {
  max-width: 542px;
  margin: 0 auto;
}

.contact-cont .contact-lead {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-lead {
    margin-bottom: 45px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

.contact-cont .contact-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-flow {
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 992px) {
  .contact-cont .contact-flow {
    max-width: 730px;
    margin: 0 auto 80px;
  }
}

.contact-cont .contact-flow__item {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #c5c3c3;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-flow__item {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .contact-cont .contact-flow__item {
    font-size: 22px;
  }
}

.contact-cont .contact-flow__item.is-active {
  color: #1f1f1f;
}

.contact-cont .contact-flow__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-flow__arrow {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 992px) {
  .contact-cont .contact-flow__arrow {
    width: 16px;
    height: 16px;
  }
}

.contact-cont .contact-required {
  margin-bottom: 15px;
  color: #e60012;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-required {
    margin-bottom: 30px;
  }
}

.contact-cont dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.contact-cont dl dt span {
  display: inline-block;
  margin-left: 6px;
  color: #e60012;
}

.contact-cont dl dt span.optional, .contact-cont dl dt span.required {
  display: none;
}

.contact-cont dl dd {
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .contact-cont dl dd {
    margin-bottom: 28px;
  }
}

.contact-cont dl dd .error_blank {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #e60012;
  width: 42%;
}

@media screen and (min-width: 769px) {
  .contact-cont dl dd .error_blank {
    top: -25px;
    width: auto;
  }
}

.contact-cont dl dd input[type="text"],
.contact-cont dl dd input[type="email"],
.contact-cont dl dd input[type="tel"],
.contact-cont dl dd textarea {
  width: 100%;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #FFFFFF;
  -webkit-transition: .12s ease all;
  -o-transition: .12s ease all;
  transition: .12s ease all;
}

@media screen and (min-width: 769px) {
  .contact-cont dl dd input[type="text"],
  .contact-cont dl dd input[type="email"],
  .contact-cont dl dd input[type="tel"],
  .contact-cont dl dd textarea {
    padding: 6px 10px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 992px) {
  .contact-cont dl dd input[type="text"],
  .contact-cont dl dd input[type="email"],
  .contact-cont dl dd input[type="tel"],
  .contact-cont dl dd textarea {
    padding: 7px 12px;
  }
}

.contact-cont dl dd input[type="text"]::-webkit-input-placeholder,
.contact-cont dl dd input[type="email"]::-webkit-input-placeholder,
.contact-cont dl dd input[type="tel"]::-webkit-input-placeholder,
.contact-cont dl dd textarea::-webkit-input-placeholder {
  color: #e4e4df;
}

.contact-cont dl dd input[type="text"]:-ms-input-placeholder,
.contact-cont dl dd input[type="email"]:-ms-input-placeholder,
.contact-cont dl dd input[type="tel"]:-ms-input-placeholder,
.contact-cont dl dd textarea:-ms-input-placeholder {
  color: #e4e4df;
}

.contact-cont dl dd input[type="text"]::-ms-input-placeholder,
.contact-cont dl dd input[type="email"]::-ms-input-placeholder,
.contact-cont dl dd input[type="tel"]::-ms-input-placeholder,
.contact-cont dl dd textarea::-ms-input-placeholder {
  color: #e4e4df;
}

.contact-cont dl dd input[type="text"]::placeholder,
.contact-cont dl dd input[type="email"]::placeholder,
.contact-cont dl dd input[type="tel"]::placeholder,
.contact-cont dl dd textarea::placeholder {
  color: #e4e4df;
}

.contact-cont dl dd input[type="text"]:focus,
.contact-cont dl dd input[type="email"]:focus,
.contact-cont dl dd input[type="tel"]:focus,
.contact-cont dl dd textarea:focus {
  outline: none;
  background-color: #d6d6ce8f;
}

.contact-cont dl dd input[type="text"]:focus::-webkit-input-placeholder,
.contact-cont dl dd input[type="email"]:focus::-webkit-input-placeholder,
.contact-cont dl dd input[type="tel"]:focus::-webkit-input-placeholder,
.contact-cont dl dd textarea:focus::-webkit-input-placeholder {
  color: #d6d6ce8f;
}

.contact-cont dl dd input[type="text"]:focus:-ms-input-placeholder,
.contact-cont dl dd input[type="email"]:focus:-ms-input-placeholder,
.contact-cont dl dd input[type="tel"]:focus:-ms-input-placeholder,
.contact-cont dl dd textarea:focus:-ms-input-placeholder {
  color: #d6d6ce8f;
}

.contact-cont dl dd input[type="text"]:focus::-ms-input-placeholder,
.contact-cont dl dd input[type="email"]:focus::-ms-input-placeholder,
.contact-cont dl dd input[type="tel"]:focus::-ms-input-placeholder,
.contact-cont dl dd textarea:focus::-ms-input-placeholder {
  color: #d6d6ce8f;
}

.contact-cont dl dd input[type="text"]:focus::placeholder,
.contact-cont dl dd input[type="email"]:focus::placeholder,
.contact-cont dl dd input[type="tel"]:focus::placeholder,
.contact-cont dl dd textarea:focus::placeholder {
  color: #d6d6ce8f;
}

@media screen and (min-width: 992px) {
  .contact-cont dl dd textarea {
    height: 218px;
  }
}

.contact-cont dl dd.col1 input {
  width: 46%;
}

@media screen and (min-width: 992px) {
  .contact-cont dl dd.col1 input {
    width: 230px;
  }
}

.contact-cont dl dd.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-cont dl dd.col2 input {
  width: 49%;
}

.contact-cont .contact-privacy input {
  display: none;
}

.contact-cont .contact-privacy p {
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-cont .contact-privacy p a {
  display: inline;
  line-height: 1;
  border-bottom: 1px solid #1f1f1f;
}

.contact-cont .contact-privacy label {
  font-weight: bold;
}

.contact-cont .contact-privacy label span {
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 24px;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-privacy label span {
    margin-bottom: 25px;
    padding-top: 5px;
    padding-left: 40px;
  }
}

.contact-cont .contact-privacy label span::after {
  -webkit-transition: .12s ease all;
  -o-transition: .12s ease all;
  transition: .12s ease all;
}

.contact-cont .contact-privacy label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-privacy label span::before {
    width: 25px;
    height: 25px;
  }
}

.contact-cont .contact-privacy input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-privacy input:checked + span::after {
    width: 10px;
    height: 17px;
    top: 0px;
    left: 8px;
  }
}

@media screen and (min-width: 554px) {
  .contact-cont .contact-division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 554px) {
  .contact-cont .contact-division li {
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .contact-cont .contact-division li {
    margin-right: 35px;
  }
}

.contact-cont .contact-division li input {
  display: none;
}

.contact-cont .contact-division li input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #1f1f1f;
  border-radius: 50%;
}

.contact-cont .contact-division li label {
  display: block;
}

.contact-cont .contact-division li label span {
  display: block;
  position: relative;
  margin: 5px 20px 10px 0;
  padding-left: 30px;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-cont .contact-division li label span::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
}

.contact-cont #confirm_field {
  display: none;
}

.contact-cont #confirm_field .contact-list {
  max-width: 542px;
  margin: 0 auto;
}

.contact-cont #confirm_field .contact-list dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.contact-cont #form_submit,
.contact-cont #confirm_submit {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact-cont #form_submit,
  .contact-cont #confirm_submit {
    margin-top: 60px;
  }
}

.contact-cont #form_submit input[type="button"],
.contact-cont #confirm_submit input[type="button"] {
  display: block;
  width: 89%;
  max-width: 360px;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1f1f1f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .contact-cont #form_submit input[type="button"],
  .contact-cont #confirm_submit input[type="button"] {
    height: 62px;
    border-radius: 32px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.contact-cont #form_submit input[type="button"]:focus,
.contact-cont #confirm_submit input[type="button"]:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .contact-cont #form_submit input[type="button"]:hover,
  .contact-cont #confirm_submit input[type="button"]:hover {
    background: #1f1f1f;
    color: #FFFFFF;
  }
}

@media all and (-ms-high-contrast: none) {
  .contact-cont *::-ms-backdrop, .contact-cont #form_submit input[type="button"],
  .contact-cont *::-ms-backdrop, .contact-cont #confirm_submit input[type="button"] {
    line-height: 70px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .contact-cont *::-ms-backdrop, .contact-cont #form_submit input[type="button"],
  .contact-cont *::-ms-backdrop, .contact-cont #confirm_submit input[type="button"] {
    line-height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .contact-cont #confirm_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 542px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .contact-cont #confirm_submit {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .contact-cont #confirm_submit input {
    margin: 0;
    width: 220px;
  }
}

.contact-cont #confirm_submit input:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .contact-cont #confirm_submit input:first-child {
    margin: 0 10px 0 0;
  }
}

.contact-cont .thanks-button {
  margin-top: 50px;
  width: 89%;
  max-width: 390px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .contact-cont .thanks-button {
    margin-top: 100px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contact-cont .thanks-button {
    line-height: 70px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contact-cont .thanks-button {
    line-height: 60px;
  }
}
