@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #333;
  font-size: 1.4em;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gl_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin-top: 0;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

p {
  margin-top: 0;
  line-height: 1.7;
  color: #0b318f;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
  color: #0b318f;
}

.gl_alink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 430px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

.ani_once {
  text-align: center;
}

.ttl_03,
.pagecopy,
.home_recruitMenuWrap img,
.interview_btnWrap_item img {
  opacity: 0;
}

.ttl_03.ani_active,
.pagecopy.ani_active,
.home_recruitMenuWrap img.ani_active,
.interview_btnWrap_item img.ani_active {
  -webkit-animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.deliciousnessWrap_item_tBox_ttl02 {
  opacity: 0;
}

.deliciousnessWrap_item_tBox_ttl02.ani_active {
  -webkit-animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

.container_w {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .container,
  .container_w {
    padding-right: 20px;
    padding-left: 20px;
  }
}

article {
  position: relative;
}

article:not(.article_topimgWrap) + article {
  margin-top: 100px;
}

@media screen and (max-width: 430px) {
  article:not(.article_topimgWrap) + article {
    margin-top: 70px;
  }
}

.article_topimgWrap {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .article_topimgWrap {
    margin-bottom: 70px;
  }
}

.topimgWrap {
  position: relative;
}

.topimgWrap img {
  width: 100%;
  opacity: 0;
}

.topimgWrap img.ani_active {
  -webkit-animation: fadeIn_down 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
          animation: fadeIn_down 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.bg_01 {
  background-image: url("../img/comm_bg_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
  margin-top: -1vw;
  z-index: -1;
  min-height: 27vw;
}

@media screen and (min-width: 1400px) {
  .bg_01 {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .bg_01 {
    min-height: 250px;
  }
}

@media screen and (max-width: 430px) {
  .bg_01 {
    margin-top: 9vw;
  }
}

.topLogo {
  position: absolute;
  top: 0vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topLogo img {
  width: 16vw;
  opacity: 0;
}

@media screen and (max-width: 430px) {
  .topLogo img {
    width: 32vw;
  }
}

.topLogo img.ani_active {
  -webkit-animation: fadeIn 1.3s 1s cubic-bezier(0.19, 1, 0.22, 1), wobb_y 2.8s ease-out infinite alternate;
          animation: fadeIn 1.3s 1s cubic-bezier(0.19, 1, 0.22, 1), wobb_y 2.8s ease-out infinite alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 430px) {
  .topLogo .topLogo_pc {
    display: none;
  }
}

.topLogo .topLogo_sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .topLogo .topLogo_sp {
    display: block;
  }
}

.pagecopyWrap {
  position: relative;
  text-align: center;
  padding-top: 2vw;
}

@media screen and (max-width: 430px) {
  .pagecopyWrap {
    padding-top: 35vw;
  }
}

.ttl_h2 {
  margin-bottom: 70px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .ttl_h2 {
    margin-bottom: 0;
  }
}

.ttl_h2.ani_active {
  -webkit-animation: fadeIn_up_scale 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up_scale 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pagecopy p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
  .pagecopy p {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .pagecopy p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.pagecopy {
  margin-left: 40%;
}

@media screen and (max-width: 1200px) {
  .pagecopy {
    margin-left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20vw;
  }
}

@media screen and (max-width: 430px) {
  .pagecopy {
    padding: 0;
    padding-top: 20px;
  }
  .pagecopy br {
    display: none;
  }
}

.bg_02 {
  background-image: url("../img/comm_bg_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
  min-height: 180px;
}

@media screen and (max-width: 1200px) {
  .bg_02 {
    min-height: 15vw;
  }
}

.ttl_h2 {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6em;
  color: #0b318f;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1200px) {
  .ttl_h2 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 430px) {
  .ttl_h2 {
    font-size: 1.8em;
  }
}

#home .article_topimgWrap {
  margin-bottom: 60px;
}

#home .home_bg01 {
  background-image: url("../img/home_bg_01.png");
  margin-top: -3vw;
}

#home .home_mainCopyWrap {
  text-align: center;
  max-width: 300px;
  width: 24vw;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 11vh;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #home .home_mainCopyWrap {
    width: 28vw;
  }
}

@media screen and (max-width: 430px) {
  #home .home_mainCopyWrap {
    top: 20vw;
    width: 50vw;
  }
}

#home .home_mainCopy01 {
  margin-bottom: 25px;
  opacity: 0;
}

#home .home_mainCopy01.ani_active {
  -webkit-animation: fadeIn_up 1.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up 1.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#home .home_mainCopy02 {
  opacity: 0;
}

#home .home_mainCopy02.ani_active {
  -webkit-animation: fadeIn_up 1.8s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up 1.8s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#home .pagecopyWrap {
  text-align: center;
  position: relative;
  padding-top: 30vw;
}

@media screen and (min-width: 1400px) {
  #home .pagecopyWrap {
    padding-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  #home .pagecopyWrap {
    padding-top: 300px;
  }
}

@media screen and (max-width: 430px) {
  #home .pagecopyWrap {
    padding-top: 100vw;
  }
}

#home .home_h2ttlImg {
  width: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #home .home_h2ttlImg {
    width: 80px;
  }
}

#home .home_bodycopy {
  margin-top: 50px;
}

#home .home_bodycopy p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: #0b318f;
  margin-bottom: 3em;
}

@media screen and (max-width: 430px) {
  #home .home_bodycopy p {
    font-size: 1.1em;
    line-height: 2;
  }
}

#home .home_bodycopy p span {
  display: inline-block;
}

#home .home_bg02 {
  background-image: url("../img/home_bg_02.png");
  background-size: cover;
}

@media screen and (max-width: 430px) {
  #home .home_bg02 {
    background-image: url("../img/home_bg_02_sp.png?");
    background-size: 150%;
  }
}

#home .home_bg02 .ttl_h2 {
  padding-top: 20vw;
}

@media screen and (min-width: 1400px) {
  #home .home_bg02 .ttl_h2 {
    padding-top: 270px;
  }
}

@media screen and (max-width: 430px) {
  #home .home_bg02 .ttl_h2 {
    padding-top: 38vw;
  }
}

#home .home_recruitMenuWrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}

#home .home_recruitMenuWrap > div {
  width: 45%;
  padding: 4%;
  -webkit-animation: rotate02 4s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: rotate02 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  #home .home_recruitMenuWrap > div {
    padding: 15px;
  }
}

@media screen and (max-width: 430px) {
  #home .home_recruitMenuWrap > div {
    width: 100%;
    padding: 20px;
  }
}

#home .home_recruitMenuWrap > div:hover {
  -webkit-animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
}

#work .work_bg01 {
  background-image: url("../img/work_bg_01.png");
}

#work .work_bg02 {
  background-image: url("../img/work_bg_02.png");
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  #work .work_bg02 {
    min-height: 200px;
  }
}

#work .work_flowWrap {
  background-image: url("../img/work_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#work .work_flowWrap::before {
  content: "";
  display: block;
  padding-top: calc(1002 / 1053 * 100%);
}

@media screen and (max-width: 430px) {
  #work .work_flowWrap {
    display: block;
    margin-top: -70px;
    margin-bottom: -100px;
    background-image: url("../img/work_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: relative;
  }
  #work .work_flowWrap::before {
    content: "";
    display: block;
    padding-top: calc(2572 / 524 * 100%);
  }
}

#work .clickItem01,
#work .clickItem02,
#work .clickItem03 {
  position: absolute;
  width: 32%;
  height: 32%;
  border-radius: 300px;
}

@media screen and (max-width: 430px) {
  #work .clickItem01,
  #work .clickItem02,
  #work .clickItem03 {
    width: 60vw;
    height: 60vw;
  }
}

#work .clickItem01::before,
#work .clickItem02::before,
#work .clickItem03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  background-color: rgba(125, 216, 255, 0.2);
  -webkit-animation: clickItem cubic-bezier(0.19, 1, 0.22, 1) 2s infinite;
          animation: clickItem cubic-bezier(0.19, 1, 0.22, 1) 2s infinite;
}

@-webkit-keyframes clickItem {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes clickItem {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

#work .clickItem01 {
  top: 0%;
  left: 38.4%;
}

@media screen and (max-width: 430px) {
  #work .clickItem01 {
    top: 20.1%;
    left: 18%;
  }
}

#work .clickItem01::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#work .clickItem02 {
  top: 34%;
  left: 27%;
}

@media screen and (max-width: 430px) {
  #work .clickItem02 {
    top: 46%;
    left: 18%;
  }
}

#work .clickItem02::before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#work .clickItem03 {
  top: 67.2%;
  left: 15.7%;
}

@media screen and (max-width: 430px) {
  #work .clickItem03 {
    top: 67.5%;
    left: 18%;
  }
}

#work .clickItem03::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#work .popupItem {
  display: none;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#work .popupItem.show {
  display: block;
}

#work .popupItem_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#work .popupItem_inner img {
  display: block;
  max-width: 350px;
  width: 80%;
}

@media screen and (max-width: 430px) {
  #work .popupItem_inner img {
    max-width: 80%;
  }
}

#work .popupItem.show .popupItem_inner img {
  -webkit-animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .career_bg01 {
  background-image: url("../img/career_bg_01.png");
}

#career .career_bg02 {
  background-image: url("../img/career_bg_02.png");
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  #career .career_bg02 {
    min-height: 200px;
  }
}

#career .pagecopy {
  margin-left: 45%;
}

@media screen and (max-width: 1200px) {
  #career .pagecopy {
    margin-left: 0;
  }
}

#career .career_ladderWrap_pc {
  margin-top: -100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  #career .career_ladderWrap_pc {
    display: none;
  }
}

#career .career_ladderBgi {
  background-image: url("../img/career_a_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: relative;
}

#career .career_ladderBgi::before {
  content: "";
  display: block;
  padding-top: calc(851 / 1101 * 100%);
  width: 1px;
}

#career .career_ladderItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
}

#career .career_ladderItemWrap div {
  width: 13%;
}

#career .ani_active.career_ladderItemWrap > div {
  -webkit-animation: flipVertical01 0.8s cubic-bezier(0.19, 1, 0.22, 1), career_ladderItemWrap 0.8s cubic-bezier(0.19, 1, 0.22, 1) alternate 2;
          animation: flipVertical01 0.8s cubic-bezier(0.19, 1, 0.22, 1), career_ladderItemWrap 0.8s cubic-bezier(0.19, 1, 0.22, 1) alternate 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .ani_active.career_ladderItemWrap > div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#career .ani_active.career_ladderItemWrap > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#career .ani_active.career_ladderItemWrap > div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

#career .ani_active.career_ladderItemWrap > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#career .ani_active.career_ladderItemWrap > div:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes career_ladderItemWrap {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 10px;
  }
}

@keyframes career_ladderItemWrap {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 10px;
  }
}

#career .career_ladderItemWrap .lc_item01 {
  padding-bottom: 16%;
}

#career .career_ladderItemWrap .lc_item02 {
  padding-bottom: 22%;
}

#career .career_ladderItemWrap .lc_item03 {
  padding-bottom: 30%;
}

#career .career_ladderItemWrap .lc_item04 {
  padding-bottom: 38%;
}

#career .career_ladderItemWrap .lc_item05 {
  padding-bottom: 45%;
}

#career .career_ladderWrap_copy {
  margin-top: -80px;
  width: 50%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  #career .career_ladderWrap_copy {
    margin-top: -40px;
  }
}

@media screen and (max-width: 430px) {
  #career .career_ladderWrap_copy {
    display: none;
  }
}

#career .career_ladderWrap_copy.ani_active {
  -webkit-animation: fadeIn_right 1.3s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_right 1.3s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .career_ladderWrap_copy_sp {
  display: none;
}

@media screen and (max-width: 430px) {
  #career .career_ladderWrap_copy_sp {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
}

#career .career_ladderWrap_sp01,
#career .career_ladderWrap_sp02 {
  display: none;
}

@media screen and (max-width: 430px) {
  #career .career_ladderWrap_sp01,
  #career .career_ladderWrap_sp02 {
    display: block;
  }
}

#career .career_ladderWrap_sp01_01 {
  display: block;
  margin-bottom: 50px;
  opacity: 0;
}

#career .career_ladderWrap_sp01_01.ani_active {
  -webkit-animation: fadeIn_right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .career_ladderWrap_sp01_02 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  opacity: 0;
}

#career .career_ladderWrap_sp01_02.ani_active {
  -webkit-animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .ladderWrap_sp_box {
  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;
}

#career .ladderWrap_sp_box_ph {
  width: 30%;
  padding: 20px;
}

#career .ladderWrap_sp_box_ph.ani_active {
  -webkit-animation: flipVertical01 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: flipVertical01 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .ladderWrap_sp_box_tx {
  width: 70%;
  padding: 20px;
}

#career .ladderWrap_sp_box_tx_ttl01 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4em;
  margin-bottom: 15px;
}

#career .ladderWrap_sp_box_tx_ttl01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #0b318f;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

#career .career_sec01Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 430px) {
  #career .career_sec01Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#career .career_sec01Photo {
  width: 65%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #career .career_sec01Photo {
    width: 50%;
  }
}

@media screen and (max-width: 430px) {
  #career .career_sec01Photo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#career .career_sec01Text {
  width: 35%;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  #career .career_sec01Text {
    width: 50%;
  }
}

@media screen and (max-width: 430px) {
  #career .career_sec01Text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-bottom: 30px;
  }
}

#career .career_sec01Photo_01 {
  margin-bottom: 20px;
  opacity: 0;
}

#career .career_sec01Photo_01.ani_active {
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .career_sec01Photo_02 {
  width: 50%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #career .career_sec01Photo_02 {
    width: 100%;
  }
}

#career .career_sec01Photo_02.ani_active {
  -webkit-animation: fadeIn_left 1.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#career .career_sec01Photo_cap01 {
  width: 50%;
  margin-left: auto;
  text-align-last: left;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #career .career_sec01Photo_cap01 {
    width: 100%;
  }
}

#career .career_sec01Text_cap01 {
  padding-right: 1.7em;
  position: relative;
  color: #0b318f;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#career .career_sec01Text_cap01::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-image: url(../img/comm_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.6em;
}

@media screen and (max-width: 430px) {
  #career .career_sec01Text_cap01 {
    margin-bottom: 30px;
  }
}

#career .career_sec01Text_ttl {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  color: #0b318f;
}

@media screen and (max-width: 430px) {
  #career .career_sec01Text_ttl {
    text-align: center;
  }
}

#career .career_sec01Text_text {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}

#career .career_sec01Text_cap02 {
  border-top: 1px solid #0b318f;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#career .career_sec01Text_cap02::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.7em;
  border: 1px solid #0b318f;
}

#interview .interview_bg01 {
  background-image: url("../img/interview_bg_01.png");
}

#interview .ttl_h2 {
  position: relative;
}

@media screen and (max-width: 430px) {
  #interview .ttl_h2 {
    margin-top: 1em;
  }
}

#interview .ttl_h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.3em;
  left: calc(50% - 6em);
  width: 4em;
  height: 2em;
  background-image: url(../img/interview_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 430px) {
  #interview .ttl_h2::before {
    top: -1.6em;
    left: calc(50% - 5em);
  }
}

#interview .pagecopy {
  margin-left: 55%;
}

@media screen and (max-width: 1200px) {
  #interview .pagecopy {
    margin-left: 0;
  }
}

#interview .interview_btnWrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#interview .interview_btnWrap_item {
  width: 45%;
  padding: 3%;
  position: relative;
  -webkit-animation: rotate02 4s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: rotate02 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  #interview .interview_btnWrap_item {
    width: 50%;
    padding: 2%;
  }
}

@media screen and (max-width: 430px) {
  #interview .interview_btnWrap_item {
    width: 100%;
    padding: 0%;
    margin-bottom: 20px;
  }
}

#interview .interview_btnWrap_item:hover {
  -webkit-animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
}

#interview .interview_btnWrap_item_cap01 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 17%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: absolute;
  z-index: 3;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  #interview .interview_btnWrap_item_cap01 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 430px) {
  #interview .interview_btnWrap_item_cap01 {
    font-size: 1.3em;
  }
}

#interview .interview_btnWrap_item_cap01::after {
  content: "";
  background-image: linear-gradient(to right, #0b318f, #0b318f 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

#interview .interview_btnWrap_item_cap01.ani_active {
  -webkit-animation: interview_btnWrap_item_cap01 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          animation: interview_btnWrap_item_cap01 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes interview_btnWrap_item_cap01 {
  0% {
    -webkit-transform: rotate(35deg) scale(1);
            transform: rotate(35deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1.05) translateX(-50%);
            transform: rotate(0deg) scale(1.05) translateX(-50%);
  }
}

@keyframes interview_btnWrap_item_cap01 {
  0% {
    -webkit-transform: rotate(35deg) scale(1);
            transform: rotate(35deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1.05) translateX(-50%);
            transform: rotate(0deg) scale(1.05) translateX(-50%);
  }
}

#interviewpost .pagecopyWrap {
  padding-top: 120px;
}

@media screen and (max-width: 1200px) {
  #interviewpost .pagecopyWrap {
    padding-top: 10vw;
  }
}

@media screen and (max-width: 768px) {
  #interviewpost .pagecopyWrap {
    padding-top: 30vw;
  }
}

#interviewpost .ttl_h2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  #interviewpost .ttl_h2 {
    margin-bottom: 0;
  }
}

#interviewpost .pagecopy h2 {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  #interviewpost .pagecopy h2 {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.5em;
    letter-spacing: 0em;
  }
}

#interviewpost .pagecopy {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  #interviewpost .pagecopy {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  #interviewpost .pagecopy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 430px) {
  #interviewpost .pagecopy {
    padding: 0;
    padding-top: 20px;
  }
  #interviewpost .pagecopy br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #interviewpost .interviewpost_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#interviewpost .iPost_textBox {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

#interviewpost .iPost_RBox {
  margin-left: calc((100vw - 800px) / 2);
}

@media screen and (max-width: 800px) {
  #interviewpost .iPost_RBox {
    margin-right: -20px;
    margin-left: 0;
  }
}

#interviewpost .iPost_LBox {
  margin-right: calc((100vw - 800px) / 2);
}

@media screen and (max-width: 800px) {
  #interviewpost .iPost_LBox {
    margin-right: 0px;
    margin-left: -20px;
  }
}

#interviewpost .iPost_RBox img {
  width: 100%;
}

#interviewpost .iPost_cap01 {
  letter-spacing: 0.1em;
  margin-bottom: -40px;
}

#interviewpost .iPost_cap01 span {
  font-size: 1.4em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

#interviewpost .iPost_text {
  line-height: 2;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#interviewpost .iPost_ttl01 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

#interviewpost .iPost_RBox {
  position: relative;
}

#interviewpost .iPost_RBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #dbd7d5;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#interviewpost .iPost_RBox.ani_active::after {
  -webkit-animation: ani_slide_maskX 1s cubic-bezier(0.86, 0, 0.07, 1);
          animation: ani_slide_maskX 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#interviewpost .iPost_RBox::after {
  background-color: #1bb8ce;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#interviewpost .iPost_RBox.ani_active::after {
  -webkit-animation: ani_slide_maskX 0.7s cubic-bezier(0.23, 1, 0.32, 1);
          animation: ani_slide_maskX 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#interviewpost .iPost_LBox {
  position: relative;
}

#interviewpost .iPost_LBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #dbd7d5;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#interviewpost .iPost_LBox.ani_active::after {
  -webkit-animation: ani_slide_maskX 1s cubic-bezier(0.86, 0, 0.07, 1);
          animation: ani_slide_maskX 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#interviewpost .iPost_LBox::after {
  background-color: #1bb8ce;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#interviewpost .iPost_LBox.ani_active::after {
  -webkit-animation: ani_slide_maskX 0.7s cubic-bezier(0.23, 1, 0.32, 1);
          animation: ani_slide_maskX 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#interviewpost .ipost_privateWrap {
  background-color: #1bb8ce;
  margin-left: calc((100vw - 800px) / 2);
  margin-right: -1px;
  margin-top: 120px;
  padding: 30px;
  position: relative;
  border: 1px solid #0b318f;
}

@media screen and (max-width: 800px) {
  #interviewpost .ipost_privateWrap {
    margin-right: -22px;
    margin-left: 0;
  }
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_privateWrap {
    margin-left: -22px;
    padding: 40px;
  }
}

#interviewpost .ipost_privateWrap::before {
  content: "PRIVATE";
  display: block;
  width: 10em;
  height: 25px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #1bb8ce;
  color: #0b318f;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 7px;
  padding-bottom: 0px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: -32px;
  left: -1px;
  border: 1px solid #0b318f;
  border-bottom: none;
}

#interviewpost .ipost_privateWrap_inner {
  max-width: calc(800px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_privateWrap_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#interviewpost .ipost_privateWrap_inner > div img {
  max-width: 180px;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_privateWrap_inner > div img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

#interviewpost .ipost_privateWrap_inner > p {
  margin: 0;
  margin-left: 40px;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_privateWrap_inner > p {
    margin: 0;
  }
}

#interviewpost .ipost_profWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

#interviewpost .ipost_profWrap_photo {
  max-width: 180px;
  margin-right: 40px;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap_photo {
    display: none;
  }
}

#interviewpost .ipost_profWrap_photo img {
  width: 100%;
}

#interviewpost .ipost_profWrap_photo_sp {
  display: none;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap_photo_sp {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

#interviewpost .ipost_profWrap_tx_ttl01 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2.3em;
  color: #00afec;
  margin: 0;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap_tx_ttl01 {
    text-align: center;
  }
}

#interviewpost .ipost_profWrap_tx_ttl02 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap_tx_ttl02 {
    text-align: center;
  }
}

#interviewpost .ipost_profWrap_tx_text {
  margin: 0;
  color: #333;
}

@media screen and (max-width: 430px) {
  #interviewpost .ipost_profWrap_tx_text {
    text-align: justify;
    text-justify: inter-ideograph;
    padding-left: 20px;
    padding-right: 20px;
  }
  #interviewpost .ipost_profWrap_tx_text br {
    display: none;
  }
}

#interviewpost .iPost_link_ttl {
  text-align: center;
  color: #00afec;
  font-size: 1.4em;
  padding-top: 30px;
}

#interviewpost .iPost_linkWrap {
  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;
}

@media screen and (max-width: 430px) {
  #interviewpost .iPost_linkWrap {
    display: block;
  }
}

#interviewpost .iPost_linkWrap_item {
  text-align: center;
  position: relative;
  margin: 40px 40px;
}

#interviewpost .iPost_linkWrap_item:hover {
  -webkit-animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: rotate01 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
}

#interviewpost .iPost_linkWrap_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#interviewpost .iPost_linkWrap_item_photo img {
  width: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
  #interviewpost .iPost_linkWrap_item_photo img {
    width: 70%;
  }
}

#interviewpost .iPost_linkWrap_item_ttl {
  font-size: 1.3em;
}

#recreation .pagecopyWrap {
  padding-top: 4vw;
}

@media screen and (max-width: 430px) {
  #recreation .pagecopyWrap {
    padding-top: 35vw;
  }
}

#recreation .pagecopy p {
  text-align: center;
}

@media screen and (max-width: 430px) {
  #recreation .pagecopy p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#recreation .pagecopy {
  margin-left: 0%;
}

@media screen and (max-width: 1200px) {
  #recreation .pagecopy {
    padding-top: 10vw;
  }
}

@media screen and (max-width: 430px) {
  #recreation .pagecopy {
    padding: 0;
    padding-top: 40px;
  }
}

#recreation .recreation_introWrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  #recreation .recreation_introWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap {
    margin-top: -30px;
    padding: 0;
  }
}

#recreation .recreation_introWrap_box {
  width: 47%;
  margin-bottom: 8%;
  position: relative;
  opacity: 0;
}

#recreation .recreation_introWrap_box.ani_active {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap_box {
    width: 100%;
    margin-top: 100px;
  }
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap_box_ph {
    display: none;
  }
}

#recreation .recreation_introWrap_box_illust {
  position: absolute;
}

#recreation .recreation_introWrap_box_illust img {
  -webkit-animation: wobb_y 2.4s ease-out infinite alternate;
          animation: wobb_y 2.4s ease-out infinite alternate;
}

#recreation .recreation_introWrap .lc_box01 .recreation_introWrap_box_illust {
  width: 33%;
  top: 60%;
  left: -11%;
  opacity: 0;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap .lc_box01 .recreation_introWrap_box_illust {
    left: auto;
    top: -30%;
    right: 0%;
  }
}

#recreation .recreation_introWrap .lc_box01 .recreation_introWrap_box_illust.ani_active {
  -webkit-animation: fadeIn_left 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#recreation .recreation_introWrap .lc_box01 .recreation_introWrap_box_illust img {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#recreation .recreation_introWrap .lc_box02 .recreation_introWrap_box_illust {
  width: 28%;
  top: 50%;
  left: 74%;
  opacity: 0;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap .lc_box02 .recreation_introWrap_box_illust {
    left: auto;
    top: -30%;
    right: 3%;
  }
}

#recreation .recreation_introWrap .lc_box02 .recreation_introWrap_box_illust.ani_active {
  -webkit-animation: fadeIn_right 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_right 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#recreation .recreation_introWrap .lc_box03 .recreation_introWrap_box_illust {
  width: 35%;
  top: 50%;
  left: 69%;
  opacity: 0;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap .lc_box03 .recreation_introWrap_box_illust {
    left: auto;
    top: -25%;
    right: 0%;
  }
}

#recreation .recreation_introWrap .lc_box03 .recreation_introWrap_box_illust.ani_active {
  -webkit-animation: fadeIn_left 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#recreation .recreation_introWrap .lc_box03 .recreation_introWrap_box_illust img {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#recreation .recreation_introWrap .lc_box04 .recreation_introWrap_box_illust {
  width: 58%;
  top: 65%;
  left: 51%;
  opacity: 0;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap .lc_box04 .recreation_introWrap_box_illust {
    left: auto;
    top: -34%;
    right: -4%;
  }
}

#recreation .recreation_introWrap .lc_box04 .recreation_introWrap_box_illust.ani_active {
  -webkit-animation: fadeIn_right 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_right 1.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#recreation .recreation_introWrap_box_sp {
  display: none;
  border: 1px solid #0b318f;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_introWrap_box_sp {
    display: block;
  }
}

#recreation .introWrap_box_sp_ttl {
  width: 50%;
  height: 25px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #0b318f;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 7px;
  margin: 0;
  margin-top: -50px;
  text-align: center;
  border-bottom: 1px solid #0b318f;
  border-radius: 10px 10px 0 0;
}

#recreation .lc_box03 .introWrap_box_sp_ttl {
  padding-bottom: 20px;
  line-height: 1.2;
}

#recreation .lc_box03 .introWrap_box_sp_ttl span {
  font-size: 12px;
}

#recreation .introWrap_box_sp_ph {
  margin-bottom: 25px;
}

#recreation .introWrap_box_sp_ph img {
  width: 100%;
}

#recreation .introWrap_box_sp_text {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#recreation .recreation_diningWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0b318f;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_diningWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 430px) {
  #recreation .recreation_diningWrap_tx {
    margin-bottom: 30px;
  }
}

#recreation .recreation_diningWrap_tx_ttl01 {
  margin-bottom: 10px;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

#recreation .recreation_diningWrap_tx_ttl01::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.3em;
  background-color: #0b318f;
}

#recreation .recreation_diningWrap_tx_ttl02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #recreation .recreation_diningWrap_tx_ttl02 {
    font-size: 0.9em;
  }
}

#recreation .recreation_diningWrap_tx_text {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#recreation .recreation_diningWrap_ph {
  width: 40%;
  padding-left: 20px;
}

@media screen and (max-width: 430px) {
  #recreation .recreation_diningWrap_ph {
    width: 100%;
  }
}

#information .pagecopyWrap {
  padding-top: 8vw;
}

@media screen and (max-width: 430px) {
  #information .pagecopyWrap {
    padding-top: 35vw;
  }
}

#information .information_list {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #0b318f;
}

@media screen and (max-width: 768px) {
  #information .information_list {
    margin-top: -100px;
  }
}

#information .information_list th,
#information .information_list td {
  padding: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 430px) {
  #information .information_list th,
  #information .information_list td {
    display: block;
  }
}

#information .information_list th {
  min-width: 10em;
  letter-spacing: 0.1em;
  vertical-align: top;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  #information .information_list th {
    min-width: 6em;
  }
}

@media screen and (max-width: 430px) {
  #information .information_list th {
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #information .information_list th::before, #information .information_list th::after {
    border-top: 1px solid #0b318f;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 5em;
  }
  #information .information_list th::before {
    margin-right: 1rem;
  }
  #information .information_list th::after {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 430px) {
  #information .information_list td {
    padding: 0;
    margin-bottom: 50px;
  }
}

header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 5;
  position: relative;
  background-color: white;
  position: fixed;
  top: 0;
  -webkit-animation: navIn 0.8s;
          animation: navIn 0.8s;
}

header .container_header {
  width: 100%;
  height: 80px;
  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 (max-width: 430px) {
  header .container_header {
    height: 60px;
  }
}

main {
  padding-top: 80px;
}

@media screen and (max-width: 430px) {
  main {
    padding-top: 60px;
  }
}

.menu_logo {
  margin: 0;
  margin-left: 20px;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu_logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .menu_logo {
    margin-left: 10px;
  }
}

.menu_logo img {
  display: inline-block;
  max-height: 50px;
  max-width: 200px;
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menu_head .menu {
  display: none;
  position: relative;
  height: auto;
  position: fixed;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 80%;
  max-width: 800px;
  z-index: 100;
  padding: 30px 20px;
  padding-top: 50px;
  background: #0b318f;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .menu_head .menu {
    padding-top: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_head .menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: 5%;
    width: 20%;
    height: 20%;
    background-image: url(../img/home_logo_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.menu_head .menu li.menu_item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu_head .menu li.menu_item a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0px;
  border-top: solid 3px #ccc;
  border-right: solid 3px #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-right: 0.8em;
}

@media screen and (max-width: 430px) {
  .menu_head .menu li.menu_item a {
    font-size: 1.1em;
  }
}

.menu_head .menu li.menu_item.lc_last a {
  border: none;
}

.sp_only {
  display: block;
}

.icon_hamburger_wrap {
  background-color: #0b318f;
  height: 100%;
  width: 80px;
  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;
}

@media screen and (max-width: 430px) {
  .icon_hamburger_wrap {
    width: 60px;
  }
}

.icon_hamburger,
.icon_hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 6;
}

.icon_hamburger {
  position: relative;
  width: 35px;
  height: 32px;
}

.icon_hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.icon_hamburger span:nth-of-type(1) {
  top: 0;
}

.icon_hamburger span:nth-of-type(2) {
  top: calc(50% - 2px);
}

.icon_hamburger span:nth-of-type(3) {
  bottom: 0;
}

.icon_hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15.5px) rotate(-315deg);
          transform: translateY(15.5px) rotate(-315deg);
  -webkit-transform: translateY(14.5px) rotate(-315deg);
          transform: translateY(14.5px) rotate(-315deg);
}

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

.icon_hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15.5px) rotate(315deg);
          transform: translateY(-15.5px) rotate(315deg);
  -webkit-transform: translateY(-14.5px) rotate(315deg);
          transform: translateY(-14.5px) rotate(315deg);
}

#modal_overlay {
  background-color: rgba(5, 14, 36, 0.95);
  display: none;
  position: fixed;
  height: 120%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

footer {
  background-color: #0b318f;
  padding: 40px 30px;
}

footer p {
  color: #fff;
}

.footerGroupWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .footerGroupWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footerGroup_01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .footerGroup_01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-bottom: 50px;
    width: 100%;
  }
}

.footerGroup_01 .menu {
  margin: 0;
  padding: 0;
}

.footerGroup_01 .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footerGroup_01 .menu li a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.7em;
  background-color: #fff;
}

.footerGroup_01 .menu li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footerGroup_01 .menu li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .footerGroup_01 .menu li a::before {
    content: none;
  }
}

.footerGroup_02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .footerGroup_02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footerCopy_01 {
  font-size: 1.6em;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footerCopy_01:hover {
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .footerCopy_01 {
    font-size: 1.4em;
    text-align: center;
  }
}

.footerCopy_02 {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 430px) {
  .footerCopy_02 {
    text-align: center;
  }
}

.footerGroup_03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footerGroup_03 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 430px) {
  .footerGroup_03 {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerGroup_03 a {
  display: block;
  width: 200px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footerGroup_03 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .footerGroup_03 a {
    width: 170px;
  }
}

.footerGroup_03 a {
  padding: 25px;
  padding-bottom: 0;
}

#pagetop_wrap {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#pagetop_wrap.show {
  opacity: 1;
}

.pagetop_wrap_img {
  position: fixed;
  bottom: 170px;
  right: 20px;
  -webkit-animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .pagetop_wrap_img {
    visibility: hidden;
  }
}

.pagetop_wrap_img a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  text-decoration: none;
  z-index: 100;
}
/*# sourceMappingURL=style.css.map */