@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

*,
::before,
::after {
  -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;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  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 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* 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: 100%;
  /* 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 */
}

ul,
ol {
  list-style: none;
}

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

/* 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;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# 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: none;
  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 {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* 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
# ================================================================= */
/* 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;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

@media print {
  body {
    min-width: 1024px !important;
  }
}
@-webkit-keyframes current {
  0% {
    width: 0%;
  }
  to {
    width: 105%;
  }
}
@keyframes current {
  0% {
    width: 0%;
  }
  to {
    width: 105%;
  }
}
.headerShadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.btn_logo {
  position: fixed;
  left: 0;
  top: 0;
  width: 149px;
  height: 149px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 998;
}
.btn_logo a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn_logo {
    width: 90px;
    height: 90px;
  }
}
.btn_logo h1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_logo h1 img {
  width: 76.7px;
  height: 80.6px;
}
@media screen and (max-width: 768px) {
  .btn_logo h1 img {
    width: 53.1px;
    height: 55.8px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 99;
  background-color: white;
}
@media screen and (max-width: 890px) {
  .header {
    display: none;
  }
}
.header__nav {
  height: 100%;
}
.header__nav__item {
  text-align: center;
  display: inline-block;
  height: 100%;
  position: relative;
}
.header__nav__itemLink {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 0;
  display: block;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  position: relative;
}
.header__nav__itemLink:hover {
  color: #95e3ed;
}
.header__nav__itemLink.current::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate(-49%, 0);
  -ms-transform: translate(-49%, 0);
  transform: translate(-49%, 0);
  bottom: 18px;
  width: 0%;
  height: 2px;
  -webkit-animation: current 500ms ease-in-out forwards;
  animation: current 500ms ease-in-out forwards;
  background-color: #3a84ce;
}
.header__subMenu {
  position: absolute;
  top: 70px;
  right: 0px;
  padding: 10px 15px 20px;
  width: 250px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  -webkit-box-shadow: -13px 14px 17px -10px rgba(130, 130, 130, 0.09);
  box-shadow: -13px 14px 17px -10px rgba(130, 130, 130, 0.09);
}
.header__subMenu__list li {
  border-bottom: 1px solid #d1d1d1;
}
.header__subMenu__list li a {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333;
  display: block;
  padding: 12px 2px 12px 20px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header__subMenu__list li a::after {
  content: url("/common/img/arrow_right_blue.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}
.header__subMenu__list li a:hover {
  opacity: 0.6;
}

.header__nav__item.button:first-child {
  margin-left: 15px;
}
.header__nav__item.button span {
  height: 40px;
  font-family: Oswald, "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  background-color: #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 25px;
}
.header__nav__item.button span::after {
  content: url("/common/img/arrow_right.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.header__nav__item.button span:hover {
  background-color: #82bfbf;
}

.body-fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.hamburger-button {
  height: 75px;
  top: 0px;
  position: fixed;
  right: 0px;
  width: 75px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 890px) {
  .hamburger-button {
    display: block;
  }
}

.hamburger-box {
  background-color: white;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding: 70px 20px 0;
}
.hamburger-box__center {
  width: 100%;
  height: 100%;
}
.hamburger-box__nav {
  width: 100%;
  text-align: center;
}
.hamburger-box__nav li {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hamburger-box__nav li.button a {
  background-color: #82bfbf;
  font-family: Oswald, "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.hamburger-box__nav li a {
  width: 100%;
  display: block;
  background-color: #3a84ce;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  color: white;
}

.spHeader {
  display: none;
}
@media screen and (max-width: 890px) {
  .spHeader {
    display: block;
  }
}

.hamburger-box ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.hamburger-menu {
  top: 3px;
  background: 0;
  border: 0;
  height: 0.1rem;
  margin: 27px 12px 14px 20px;
  outline: 0;
  padding: 8px 13px 8px 16px;
  position: absolute;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  width: 35px;
  z-index: 99999;
  -webkit-transition: 0.1s -webkit-transform linear;
  -o-transition: 0.1s transform linear;
}

.hamburger-bar,
.hamburger-bar::before,
.hamburger-bar::after {
  background: #3a84ce;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s,
    0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s,
    0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s,
    0.2s transform linear, 0.2s -webkit-transform linear;
  width: 100%;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s,
    0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s,
    0.2s transform linear;
}

.hamburger-bar {
  margin-top: -0.4rem;
}

.hamburger-bar::before {
  top: -0.8rem;
}

.hamburger-bar::after {
  top: 0.8rem;
}

.hamburger-bar::before,
.hamburger-bar::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.hamburger-active .hamburger-bar {
  background: 0;
}

.hamburger-active .hamburger-bar::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.hamburger-active .hamburger-bar::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.hamburger-active .hamburger-bar::before,
.hamburger-active .hamburger-bar::after {
  top: 0;
}

.hamburger-active .hamburger-bar,
.hamburger-active .hamburger-bar::before,
.hamburger-active .hamburger-bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear,
    0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear,
    0.2s -webkit-transform linear 0.2s;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear,
    0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear,
    0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear,
    0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

.hamburger-menu-open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.hamburger-menu-text {
  padding-top: 38px;
  font-size: 10px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding-left: -1px;
}

.footer {
  background-color: #ededed;
}
.footer__up {
  padding: 80px 20px 0;
}
@media screen and (max-width: 768px) {
  .footer__up {
    padding: 45px 15px 0;
  }
}
.footer__logo {
  text-align: center;
  display: block;
}
.footer__logo img {
  width: 46px;
}
.footer__copy {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HG明朝E",
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.28em;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 22px;
    line-height: 1.7;
  }
}
.footer__btnArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 780px;
  margin: auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .footer__btnArea {
    margin-top: 27px;
  }
}
.footer__btn {
  width: 49%;
}
.footer__btn:nth-child(even) a {
  background-color: #82bfbf;
  border: 1px solid #82bfbf;
}
.footer__btn:nth-child(even) a:hover {
  color: #82bfbf;
  background-color: #ffffff;
}
.footer__btn a {
  -js-display: flex;
  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;
  position: relative;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  padding: 25px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #3a84ce;
  min-height: 112px;
}
@media screen and (max-width: 768px) {
  .footer__btn a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.footer__btn a:hover {
  color: #3a84ce;
  background-color: #ffffff;
}
.footer__btn a span {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.footer__nav {
  text-align: center;
  margin: 75px 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin: 45px 0 25px;
  }
}
.footer__nav li {
  display: inline-block;
  border-left: 1px solid #1f1f1f;
  line-height: 15px;
  margin-bottom: 10px;
}
.footer__nav li:last-child {
  border-right: 1px solid #1f1f1f;
}
.footer__nav li a {
  padding: 0 20px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer__nav li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    padding: 0 10px;
    font-size: 13px;
  }
}
.footer__small {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  display: block;
  padding: 15px 0;
  background-color: #a7adb9;
}

.top0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top80 {
  margin-top: 5pc !important;
}

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

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

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

.top100 {
  margin-top: 75pt !important;
}

.btm0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btm80 {
  margin-bottom: 5pc !important;
}

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

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

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

.btm100 {
  margin-bottom: 75pt !important;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w77 {
  width: 77% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.fltL {
  float: left;
}

.fltR {
  float: right;
}

.text_center {
  text-align: center !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.pc_show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_show {
    display: block !important;
  }
}

.btnMore {
  display: inline-block;
}
.btnMore a {
  -js-display: flex;
  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;
  width: 175.12px;
  height: 45.97px;
  background: #fdfdfd;
  border: 2px solid #ededed;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
}
.btnMore a:hover {
  background: #ededed;
  border: 2px solid #fdfdfd;
}
.btnMore a::after {
  content: url("/common/img/arrow_right_grey.svg");
  position: absolute;
  top: 11px;
  right: 13px;
}
.btnMore02 a::after {
  content: url("/common/img/arrow_right_white.svg");
}

.btnBack {
  display: inline-block;
  -js-display: flex;
  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;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .btnBack {
    margin-top: 24px;
  }
}
.btnBack a {
  -js-display: flex;
  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;
  width: 175.12px;
  height: 45.97px;
  background: #fdfdfd;
  border: 2px solid #ededed;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.btnBack a::after {
  content: url("/common/img/arrow_right_grey.svg");
  position: absolute;
  top: 11px;
  right: 13px;
}

.head01 {
  font-size: 40px;
  text-align: center;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .head01 {
    font-size: 30px;
  }
}
.head01 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .head01 span {
    font-size: 13px;
  }
}

.head02 {
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  color: #3a84ce;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .head02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.head02::after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #95e3ed;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.head03 {
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #82bfbf;
  padding: 0px 0 5px 20px;
  line-height: 1.7;
  border-bottom: 1px solid #82bfbf;
  border-left: 4px solid #82bfbf;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .head03 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .head03 {
    padding: 0px 0 3px 12px;
    line-height: 1.5;
  }
}

.head03b {
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #3a84ce;
  padding: 0px 0 5px 20px;
  line-height: 1.7;
  border-bottom: 1px solid #3a84ce;
  border-left: 4px solid #3a84ce;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .head03b {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .head03b {
    padding: 0px 0 3px 12px;
    line-height: 1.5;
  }
}

.head04 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px 3px;
  position: relative;
  border-bottom: 3px solid #d1d1d1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.head04::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  background-color: #3a84ce;
  height: 3px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .head04 {
    font-size: 16px;
  }
}

.head05 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  line-height: 1.5;
  padding: 0.5em 0;
}

.nakamenMv {
  width: 100%;
  height: 420px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .nakamenMv {
    height: 300px;
  }
}
.nakamenMv__textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.nakamenMv__head {
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .nakamenMv__head {
    font-size: 31px;
  }
}
.nakamenMv__head span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nakamenMv__head span {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	☆breadChumbs
----------------------------------------------------*/
#breadChumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
#breadChumbs .bcInner {
  margin: 0 auto;
  max-width: 1293px;
  padding: 7px 0;
}
#breadChumbs p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#breadChumbs p span {
  font-size: 13px;
  font-weight: 500;
}
#breadChumbs p span.bcTop {
  position: relative;
  padding-left: 15px;
}
#breadChumbs p span.bcTop::after {
  content: url("/common/img/house.svg");
  position: absolute;
  top: 1px;
  left: 0px;
}
#breadChumbs p span.no-arrow {
  margin-left: 4px;
}
#breadChumbs p span a {
  color: #111111;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#breadChumbs p span a:hover {
  opacity: 0.6;
}
#breadChumbs p span a .arrow {
  display: inline-block;
  margin-right: 17px;
  position: relative;
}
#breadChumbs p span a .arrow::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -17px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-image: url(/common/img/arrow_breadcrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*----------------------------------------------------
	☆Pager
----------------------------------------------------*/
.pager_wrapper {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pager_wrapper {
    margin-top: 36px;
  }
}

.page_ul {
  margin: 0 auto;
  display: block;
  -js-display: flex;
  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;
}

.page_ul li {
  display: inline-block;
  margin: 0 5px 3px;
}

.page_ul li a {
  background-color: #effaff;
  color: #3a84ce;
  padding: 14px 0;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  width: 60px;
  font-family: Oswald;
  border: 1px solid white;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page_ul li a {
    width: 35px;
    padding: 6px 0;
    font-size: 15px;
  }
}
.page_ul li a.next,
.page_ul li a.prev {
  background-color: inherit;
  border: none;
  -js-display: flex;
  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;
}
.page_ul li a.current {
  background-color: #3a84ce;
  color: #fff;
}

.page_ul li a:hover {
  background-color: #3a84ce;
  opacity: 0.7;
}

/*----------------------------------------------------
	☆Facilities COMMON
----------------------------------------------------*/
.topFacility.common {
  background: #f8f8f8;
}

/*----------------------------------------------------
	☆TABLE
----------------------------------------------------*/
.basicTable {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.basicTable th,
.basicTable td {
  border: 1px solid #eaeaea;
  font-size: 14px;
  padding: 15px 15px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .basicTable th,
  .basicTable td {
    display: block;
    padding: 10px 13px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.basicTable th {
  background-color: #3a84ce;
  vertical-align: middle;
  color: white;
}
@media screen and (max-width: 768px) {
  .basicTable th {
    border: 1px solid #3a84ce;
    width: 100% !important;
  }
}
.basicTable td {
  background-color: white;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .basicTable td {
    border-top: 0;
  }
}

.background {
  background-image: url("/common/img/topbg01.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../../common/img/topbg01sp.jpg");
  }
}

.topMv {
  width: 100%;
  padding-left: 6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topMv {
    padding-left: 0;
  }
}
.topMv__copyright {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 2.52%;
}
@media screen and (max-width: 768px) {
  .topMv__copyright {
    display: none;
  }
}
.topMv__img {
  min-height: 700px;
  height: 45vw;
  max-height: 850px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topMv__img {
    height: 453px;
    min-height: inherit;
  }
}
.topMv__copy {
  position: absolute;
  font-weight: 300;
  font-size: 21px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 50px;
  height: 315px;
  background-color: white;
  left: 100px;
  top: 140px;
  -js-display: flex;
  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;
  letter-spacing: 1px;
}
.topMv__copy span {
  font-weight: 300;
}
.topMv__copy .blue {
  color: #3a84ce;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .topMv__copy {
    font-size: 17px;
    width: 37px;
    height: 230px;
    left: 50px;
    top: 84px;
  }
}
.topMv__copy.copy2 {
  left: 169px;
  top: 78px;
}
@media screen and (max-width: 768px) {
  .topMv__copy.copy2 {
    left: 105px;
    top: 40px;
  }
}



.topService__inner {
  max-width: 1480px;
  margin: 60px auto 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topService__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .topService__inner {
    margin: 20px auto 0;
  }
}
.topService__left {
  width: 50%;
  padding: 30px 2.5% 0 4.8%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topService__left {
    width: 100%;
    padding: 30px 20px;
  }
}
.topService__left::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #e7f6fd;
  width: 100%;
  height: 85%;
}
@media screen and (max-width: 768px) {
  .topService__left::before {
    height: 50%;
  }
}
.topService__right {
  width: 50%;
  padding: 60px 12% 0 7.5%;
}
@media screen and (max-width: 768px) {
  .topService__right {
    width: 100%;
    padding: 0 20px;
  }
}
.topService__right__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #4f80b5;
}
@media screen and (max-width: 768px) {
  .topService__right__number {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.topService__right__head {
  font-weight: 300;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .topService__right__head {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .topService__right__head {
    margin: 0px 0;
    padding-bottom: 15px;
  }
}
.topService__right__p {
  margin-top: 40px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .topService__right__p {
    margin-top: 15px;
    line-height: 1.6;
  }
}
.topService__right .btnMore {
  padding: 30px 25px 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .topService__right .btnMore {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0 0;
  }
}

.topAbout {
  padding: 90px 0px 20px;
}
@media screen and (max-width: 768px) {
  .topAbout {
    padding: 50px 0px 10px;
  }
}
.topAbout .topService__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.topService2 {
  padding: 60px 40px 60px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topService2 {
    padding: 0px 20px 10px;
  }
}
.topService2::after {
  content: "";
  background-color: #4f80b5;
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topService2::after {
    height: 95%;
  }
}
.topService2__inner {
  max-width: 1296px;
  margin: 0px auto 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topService2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topService2__service {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .topService2__service {
    width: 100%;
    margin-bottom: 40px;
  }
}
.topService2__service img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.topService2__service .btnMore {
  padding: 30px 0px 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .topService2__service .btnMore {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0 0;
  }
}
.topService2__service .btnMore a {
  background-color: #4f80b5;
  color: white;
  border: 2px solid #739cc7;
}
.topService2__service .btnMore a:hover {
  border: 2px solid #4f80b5;
  background-color: #739cc7;
}
.topService2__service .btnMore a::after {
  content: url("/common/img/arrow_right_blue.svg");
}
.topService2__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #95e3ed;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .topService2__number {
    margin-top: 20px;
  }
}
.topService2__head {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .topService2__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topService2__head {
    margin-top: 5px;
  }
}
.topService2__p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 300;
  min-height: 70px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .topService2__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topService2__p {
    margin-top: 10px;
    min-height: inherit;
    line-height: 1.6;
  }
}

.topFacility {
  padding: 85px 15px 60px;
  background-image: url("../../common/img/top_bg02.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .topFacility {
    padding: 40px 15px 40px;
    background-image: url("../../common/img/top_bg02sp.jpg");
    background-position: left top;
  }
}
.topFacility .btnMore {
  padding: 20px 0px 0 0;
  -js-display: flex;
  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;
}
.topFacility .btnMore a {
  background-color: #4f80b5;
  color: white;
  border: 2px solid #739cc7;
  width: 160px;
}
.topFacility .btnMore a:hover {
  border: 2px solid #4f80b5;
  background-color: #739cc7;
}
.topFacility .btnMore a::after {
  content: url("/common/img/arrow_right_white.svg");
}
.topFacility__inner {
  max-width: 1153px;
  margin: 80px auto 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topFacility__inner {
    margin: 30px auto 0;
  }
}
.topFacility__facility {
  width: 23.8%;
  background-color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topFacility__facility {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topFacility__facility {
    width: 49%;
    margin-bottom: 20px;
  }
}
.topFacility__facility.no-photo .topFacility__textArea {
  border-top: 1px solid #3a84ce;
  position: relative;
  padding: 20px 5px 40px;
}
@media screen and (max-width: 768px) {
  .topFacility__facility.no-photo .topFacility__textArea {
    padding: 18px 5% 30px;
  }
}
.topFacility__facility.no-photo .topFacility__textArea::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #3a84ce transparent;
}
.topFacility__textArea {
  padding: 20px 5px 30px;
}
@media screen and (max-width: 768px) {
  .topFacility__textArea {
    padding: 18px 5% 20px;
  }
}
.topFacility__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #3a84ce;
  text-align: center;
}
.topFacility__head {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  min-height: 54px;
  -js-display: flex;
  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;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .topFacility__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topFacility__head {
    min-height: 45px;
  }
}
.topFacility__map {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topFacility__map {
    margin-top: 0;
  }
}
.topFacility__map span {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #767676;
  padding-left: 13px;
}
@media screen and (max-width: 768px) {
  .topFacility__map span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topFacility__map span::after {
  content: url("/common/img/map.svg");
  position: absolute;
  top: 0px;
  left: 0px;
}

.topNews {
  padding: 60px 20px 80px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topNews {
    padding: 45px 20px 60px;
  }
}
.topNews::after {
  width: 50%;
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.topNews .btnMore {
  padding: 30px 0 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .topNews .btnMore {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0 0;
  }
}
.topNews__inner {
  max-width: 858px;
  margin: auto;
}
.topNews__tabArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topNews__tabArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 870px) {
  .topNews__tabArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topNews__head {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topNews__head {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 870px) {
  .topNews__head {
    text-align: center;
  }
}
.topNews__tab {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 870px) {
  .topNews__tab {
    margin-top: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.topNews__tab li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  -js-display: flex;
  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;
  border: 1px solid #ededed;
  width: 110px;
  height: 35px;
  background-color: white;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 870px) {
  .topNews__tab li {
    margin: 10px 3px 6px 3px;
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  .topNews__tab li {
    width: 85px;
  }
}
.topNews__tab li:hover {
  opacity: 0.6;
}
.topNews__tab li.current {
  background-color: #959cac;
  position: relative;
  color: white;
  border: 1px solid #959cac;
}
.topNews__tab li.current::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #959cac transparent transparent transparent;
}
.topNews__list {
  margin-top: 20px;
  display: none;
}
.topNews__list.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .topNews__list {
    margin-top: 10px;
  }
}
.topNews__list li {
  border-top: 1px solid #ededed;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.topNews__list li a {
  display: block;
  padding: 23px 55px 23px 20px;
  position: relative;
}
.topNews__list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .topNews__list li a {
    padding: 18px 43px 18px 6px;
  }
}
.topNews__list li a::after {
  content: url("../img/arrow_circle.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 768px) {
  .topNews__list li a::after {
    right: 8px;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}
.topNews__list li:nth-child(odd) {
  background-color: white;
}
.topNews__list li:nth-last-child(2) {
  border-bottom: 1px solid #ededed;
}
.topNews__time {
  font-family: "Bellefair", serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topNews__time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topNews__cat {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: 1px solid #ddd;
  padding: 1px 15px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .topNews__cat {
    padding: 1px 10px;
  }
}
.topNews__content {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .topNews__content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topNews__content {
    margin-top: 10px;
  }
}

.topLinkArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topLinkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topLinkArea__head {
  font-size: 40px;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .topLinkArea__head {
    font-size: 30px;
    margin-top: 0px;
  }
}
.topLinkArea__en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topLinkArea__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topLinkArea__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .topLinkArea__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topLinkArea__p {
    margin-top: 0px;
  }
}
.topLinkArea__textArea {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .topLinkArea__textArea {
    bottom: 25px;
    left: 25px;
  }
}
.topLinkArea__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topLinkArea__left {
    width: 100%;
  }
}
.topLinkArea__right {
  width: 50%;
}
.topLinkArea__right.topLinkArea__frame {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .topLinkArea__right.topLinkArea__frame {
    height: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .topLinkArea__right {
    width: 100%;
  }
}
.topLinkArea__frame {
  overflow: hidden;
  position: relative;
  height: 338px;
}
@media screen and (max-width: 768px) {
  .topLinkArea__frame {
    height: 52vw;
  }
}
.topLinkArea__frame:hover .topLinkArea__content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.topLinkArea__frame:hover .topLinkArea__content:before,
.topLinkArea__frame:active .topLinkArea__content:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.topLinkArea__frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.topLinkArea__content {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.topLinkArea__content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsList {
  padding: 90px 20px 90px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsList {
    padding: 45px 20px 60px;
  }
}
.newsList::after {
  width: 50%;
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.newsList .btnMore {
  padding: 30px 0 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .newsList .btnMore {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0 0;
  }
}
.newsList__inner {
  max-width: 1000px;
  margin: auto;
}
.newsList__head {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsList__head {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList__head {
    text-align: center;
  }
}
.newsList__tab {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .newsList__tab {
    margin-top: 8px;
  }
}
.newsList__tab li {
  display: inline-block;
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .newsList__tab li {
    margin: 10px 3px 6px 3px;
  }
}
.newsList__tab li a {
  -js-display: flex;
  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;
  border: 1px solid #ededed;
  width: 110px;
  height: 35px;
  background-color: white;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .newsList__tab li a {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
}
.newsList__tab li a.current {
  background-color: #959cac;
  position: relative;
  color: white;
  border: 1px solid #959cac;
}
.newsList__tab li a.current::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #959cac transparent transparent transparent;
}
.newsList__list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .newsList__list {
    margin-top: 10px;
  }
}
.newsList__list li {
  border-top: 1px solid #ededed;
}
.newsList__list li a {
  padding: 23px 55px 23px 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .newsList__list li a {
    padding: 18px 43px 18px 6px;
  }
}
.newsList__list li a::after {
  content: url("../img/arrow_circle.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 768px) {
  .newsList__list li a::after {
    right: 8px;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}
.newsList__list li:nth-child(odd) {
  background-color: white;
}
.newsList__list li:last-child {
  border-bottom: 1px solid #ededed;
}
.newsList__time {
  font-family: "Bellefair", serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsList__time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.newsList__cat {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: 1px solid #ddd;
  padding: 1px 15px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .newsList__cat {
    padding: 1px 10px;
  }
}
.newsList__content {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .newsList__content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList__content {
    margin-top: 10px;
  }
}

.newsDetail {
  padding: 90px 20px 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsDetail {
    padding: 45px 20px 10px;
  }
}
.newsDetail__inner {
  max-width: 1000px;
  margin: auto;
}
.newsDetail__content time {
  font-family: "Bellefair", serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsDetail__content time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.newsDetail__content .newsDetail__category {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: 1px solid #ddd;
  padding: 1px 15px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .newsDetail__content .newsDetail__category {
    padding: 1px 10px;
  }
}
.newsDetail__content p {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsDetail__content a {
  color: #3a84ce;
  text-decoration: underline;
}
.newsDetail__content .firstSpace {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .newsDetail__content .firstSpace {
    padding-top: 30px !important;
  }
}
.newsDetail__content table {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsDetail__content table th,
.newsDetail__content table td {
  border: 1px solid #eaeaea;
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .newsDetail__content table th,
  .newsDetail__content table td {
    display: block;
    padding: 10px 13px;
    font-size: 13px;
  }
}
.newsDetail__content table th {
  background-color: #3a84ce;
  vertical-align: middle;
  color: white;
}
@media screen and (max-width: 768px) {
  .newsDetail__content table th {
    border: 1px solid #3a84ce;
    width: 100% !important;
  }
}
.newsDetail__content table td {
  background-color: white;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .newsDetail__content table td {
    border-top: 0;
  }
}
.newsDetail__content ul li {
  padding-left: 18px;
  position: relative;
}
.newsDetail__content ul li::before {
  content: "";
  background-color: #3a84ce;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 1px;
}
.newsDetail__content h3 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  line-height: 1.5;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .newsDetail__content h3 {
    font-size: 22px;
  }
}
.newsDetail__content h4 {
  background-color: #e7e7e7;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsDetail__content h4::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #3a84ce;
  height: 67%;
  width: 5px;
}
@media screen and (max-width: 768px) {
  .newsDetail__content h4 {
    font-size: 17px;
  }
}
.newsDetail__content h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px 3px;
  position: relative;
  border-bottom: 3px solid #d1d1d1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsDetail__content h5::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  background-color: #3a84ce;
  height: 3px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .newsDetail__content h5 {
    font-size: 16px;
  }
}
.newsDetail__content h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px 3px;
  position: relative;
  color: #3a84ce;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsDetail__content h6::before {
  content: "";
  background-image: url("/common/img/headLine.jpg");
  background-repeat: repeat-x;
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 3px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsDetail__content h6 {
    font-size: 16px;
  }
}
.newsDetail__content .titlelast {
  text-align: center;
  font-size: 20px;
  line-height: 2.3;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newsDetail__content .titlelast {
    font-size: 17px;
    line-height: 2;
  }
}
.newsDetail__content figure {
  padding: 20px 0;
}
.newsDetail__content img.l1000 {
  width: 1000px !important;
  margin: auto !important;
  display: block !important;
  max-width: 100% !important;
}
.newsDetail__content img.l750 {
  width: 750px !important;
  margin: auto !important;
  display: block !important;
  max-width: 100% !important;
}
.newsDetail__content img.l500 {
  width: 500px !important;
  margin: auto !important;
  display: block !important;
  max-width: 100% !important;
}

.newsDetail_btnArea {
  padding: 20px 20px 80px;
}
@media screen and (max-width: 768px) {
  .newsDetail_btnArea {
    padding: 10px 20px 40px;
  }
}
.newsDetail_btnArea .nextprev_wrapper {
  text-align: center;
}
.newsDetail_btnArea .nextprev_list {
  margin: 0 auto;
  display: block;
}
.newsDetail_btnArea .nextprev_list li {
  display: inline-block;
  margin: 0 5px 3px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .newsDetail_btnArea .nextprev_list li {
    width: 46%;
    margin: 5px 2%;
  }
}
.newsDetail_btnArea .nextprev_list li a {
  background-color: #effaff;
  color: #3a84ce;
  padding: 12px 0;
  display: block;
  font-weight: 300;
  text-align: center;
  border: 1px solid white;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .newsDetail_btnArea .nextprev_list li a {
    padding: 8px 0;
    font-size: 15px;
  }
}
.newsDetail_btnArea .nextprev_list li a:hover {
  background-color: #3a84ce;
  color: white;
}

.aboutIntro__head {
  font-size: 40px;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #3a84ce;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .aboutIntro__head {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.aboutIntro__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .aboutIntro__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.aboutIntroUp {
  padding: 90px 0 0;
  margin: auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .aboutIntroUp {
    padding: 20px 0 0;
  }
}
.aboutIntroUp__textArea {
  background-color: white;
  padding: 70px 5% 80px 10%;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .aboutIntroUp__textArea {
    padding: 5vw 5% 4vw 10%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutIntroUp__textArea {
    padding: 5vw 4% 4vw 6%;
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroUp__textArea {
    width: 100%;
    padding: 10px 20px;
  }
}
.aboutIntroUp__img {
  position: absolute;
  z-index: -1;
  width: 75%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .aboutIntroUp__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroUp__img {
    position: inherit;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: inherit;
    width: 100%;
    padding: 10px 20px;
  }
}

.aboutIntroDown {
  padding: 70px 0 0;
  margin: auto;
  max-width: 1440px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .aboutIntroDown {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroDown {
    display: block;
  }
}
.aboutIntroDown__textArea {
  background-color: white;
  padding: 90px 5% 75px 3%;
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .aboutIntroDown__textArea {
    padding: 0px 5% 4vw 3%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutIntroDown__textArea {
    padding: 0px 4% 4vw 3%;
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroDown__textArea {
    width: 100%;
    padding: 10px 20px;
  }
}
.aboutIntroDown__img {
  position: absolute;
  z-index: -1;
  width: 70%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .aboutIntroDown__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroDown__img {
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    padding: 10px 20px;
  }
}

.aboutPolicy {
  padding: 115px 0 0 0;
  background-image: url("../../common/img/about/about_bg.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .aboutPolicy {
    padding: 40px 0 0 0;
  }
}
.aboutPolicy__policyArea {
  max-width: 1200px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px 60px;
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .aboutPolicy__policyArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .aboutPolicy__policyArea {
    margin-top: 39px;
  }
}
.aboutPolicy__policyAreaBg {
  position: relative;
  z-index: 1;
}
.aboutPolicy__policyAreaBg::after {
  content: "";
  background-color: #effaff;
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.aboutPolicy__policy {
  width: 31.6%;
  position: relative;
  padding: 75px 40px 40px;
  border: 1px solid #ededed;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .aboutPolicy__policy {
    width: 100%;
    margin-bottom: 25px;
    padding: 60px 30px 30px;
  }
}
.aboutPolicy__number {
  width: 110px;
  height: 40px;
  background: #3a84ce;
  -js-display: flex;
  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;
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutPolicy__head {
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
}
@media screen and (max-width: 768px) {
  .aboutPolicy__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.aboutPolicy__p {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .aboutPolicy__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutPolicy__p {
    margin-top: 20px;
  }
}

.aboutEffort {
  padding: 95px 25px 95px;
}
@media screen and (max-width: 768px) {
  .aboutEffort {
    padding: 50px 20px 40px;
  }
}
.aboutEffort__effortArea {
  max-width: 1200px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .aboutEffort__effortArea {
    margin-top: 45px;
  }
}
.aboutEffort__effort {
  width: 24%;
  position: relative;
  padding: 35px 20px 45px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .aboutEffort__effort {
    width: 49%;
    margin-bottom: 25px;
    padding: 30px 15px 35px;
  }
}
.aboutEffort__number {
  font-family: Oswald;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
}
.aboutEffort__head {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a84ce;
  padding-bottom: 20px;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .aboutEffort__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutEffort__head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.aboutEffort__p {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .aboutEffort__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutEffort__p {
    margin-top: 15px;
  }
}

.aboutLinkArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .aboutLinkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aboutLinkArea__head {
  font-size: 40px;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__head {
    font-size: 30px;
    margin-top: 0px;
  }
}
.aboutLinkArea__en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aboutLinkArea__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__p {
    margin-top: 0px;
  }
}
.aboutLinkArea__textArea {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__textArea {
    bottom: 25px;
    left: 25px;
  }
}
.aboutLinkArea__frame {
  overflow: hidden;
  position: relative;
  height: 378px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .aboutLinkArea__frame {
    height: 52vw;
    width: 100%;
  }
}
.aboutLinkArea__frame:hover .aboutLinkArea__content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutLinkArea__frame:hover .aboutLinkArea__content:before,
.aboutLinkArea__frame:active .aboutLinkArea__content:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.aboutLinkArea__frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutLinkArea__content {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.aboutLinkArea__content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ideaIntro {
  max-width: 1440px;
  margin: auto;
  padding: 80px 0 30px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .ideaIntro {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .ideaIntro {
    padding: 30px 0 20px;
    display: block;
  }
}
.ideaIntro__textArea {
  width: 50%;
  padding: 60px 4% 20px;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .ideaIntro__textArea {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .ideaIntro__textArea {
    width: 100%;
    padding: 10px 20px 20px;
  }
}
.ideaIntro__head {
  font-size: 40px;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #3a84ce;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ideaIntro__head {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.ideaIntro__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ideaIntro__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ideaIntro__name {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
  text-align: right;
  padding: 5px 25px 0 0;
}
@media screen and (max-width: 768px) {
  .ideaIntro__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ideaIntro__name span {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ideaIntro__name span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ideaIntro__img {
  position: absolute;
  z-index: -1;
  width: 60%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .ideaIntro__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .ideaIntro__img {
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    padding: 10px 20px;
  }
}

.ideaVision {
  padding: 115px 0 0 0;
  background-image: url("../../common/img/about/about_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ideaVision {
    padding: 20px 0 0 0;
  }
}
.ideaVision__visionArea {
  max-width: 1200px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px 15px;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .ideaVision__visionArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ideaVision__visionArea {
    margin-top: 45px;
  }
}
.ideaVision__vision {
  width: 31.6%;
  position: relative;
  padding: 75px 40px 40px;
  border: 5px solid #effaff;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .ideaVision__vision {
    width: 100%;
    margin-bottom: 25px;
    padding: 60px 30px 30px;
  }
}
.ideaVision__number {
  width: 110px;
  height: 40px;
  background: #3a84ce;
  -js-display: flex;
  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;
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  left: -5px;
  top: -5px;
}
.ideaVision__head {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ideaVision__head {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.ideaPolicy {
  padding: 95px 25px 95px;
}
@media screen and (max-width: 768px) {
  .ideaPolicy {
    padding: 10px 20px 10px;
  }
}
.ideaPolicy__policyArea {
  max-width: 1200px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .ideaPolicy__policyArea {
    margin-top: 45px;
  }
}
.ideaPolicy__policy {
  width: 24%;
  position: relative;
  padding: 30px 20px 30px;
  background-color: #ffffff;
  border: 5px solid #e0f5ff;
}
@media screen and (max-width: 768px) {
  .ideaPolicy__policy {
    width: 49%;
    margin-bottom: 15px;
    padding: 30px 10px 20px;
  }
}
.ideaPolicy__number {
  font-family: Oswald;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a84ce;
  padding-bottom: 20px;
}
.ideaPolicy__head {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #3a84ce;
  line-height: 1.5;
  margin-top: 5px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ideaPolicy__head {
    font-size: 13px;
    line-height: 1.6;
  }
}

.magList {
  max-width: 1330px;
  margin: auto;
  padding: 60px 20px 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .magList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .magList {
    padding: 30px 20px 30px;
  }
}
.magList__left {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .magList__left {
    width: 100%;
  }
}
.magList__right {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .magList__right {
    width: 100%;
  }
}
.magList__sideNav {
  border-top: 5px solid #3a84ce;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .magList__sideNav {
    border-top: 3px solid #3a84ce;
    margin-bottom: 30px;
  }
}
.magList__sideNav li {
  width: 100%;
}
.magList__sideNav li a.current {
  background-color: #effaff;
}
.magList__sideNav li a {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #3a84ce;
  display: block;
  padding-left: 30px;
  position: relative;
  padding: 25px 10px 22px 40px;
  border: 1px solid #ededed;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .magList__sideNav li a {
    font-size: 16px;
    padding: 18px 10px 18px 32px;
  }
}
.magList__sideNav li a::after {
  position: absolute;
  top: 21px;
  left: 25px;
  content: url("../img/company/info/arrow_small.svg");
}
@media screen and (max-width: 768px) {
  .magList__sideNav li a::after {
    top: 15px;
    left: 18px;
  }
}
.magList__p {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .magList__p {
    margin-top: 21px;
  }
}
.magList__listArea {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .magList__listArea {
    padding: 30px 0 0 0;
  }
}
.magList__list {
  padding: 25px 0 35px 0;
}
@media screen and (max-width: 768px) {
  .magList__list {
    padding: 15px 0 25px 0;
  }
}
.magList__list li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 25px;
  min-width: 121px;
}
@media screen and (max-width: 768px) {
  .magList__list li {
    min-width: 48%;
    margin: 0 1% 25px;
  }
}
.magList__list li a {
  -js-display: flex;
  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;
  width: 100%;
  background-color: #4d7fb5;
  border: 2px solid #739cc7;
  color: white;
  font-weight: 300;
  font-size: 16px;
  padding: 14px 35px 15px 30px;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.magList__list li a:hover {
  border: 2px solid #4f80b5;
  background-color: #739cc7;
}
@media screen and (max-width: 768px) {
  .magList__list li a {
    padding: 14px 35px 15px 30px;
  }
}
.magList__list li a::after {
  content: url("/common/img/arrow_right_blue.svg");
  position: absolute;
  top: 14px;
  right: 13px;
}
@media screen and (max-width: 768px) {
  .magList__list li a::after {
    top: 13px;
  }
}

.infoList {
  padding: 50px 20px 90px;
}
@media screen and (max-width: 768px) {
  .infoList {
    padding: 30px 20px 50px;
  }
}
.infoList__inner {
  max-width: 1010px;
  margin: auto;
}
.infoList__tab {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 50px;
}
@media screen and (max-width: 768px) {
  .infoList__tab {
    padding: 0px 0 35px;
  }
}
.infoList__tab li {
  width: 24.4%;
}
.infoList__tab li a {
  -js-display: flex;
  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;
  height: 60px;
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  border: 1px solid #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .infoList__tab li a {
    font-size: 14px;
    padding: 0 3px;
  }
}
.infoList__tab li a.current {
  background-color: white;
  color: #3a84ce;
}
.infoList__tab li a:hover {
  opacity: 0.6;
}
.infoList__tab.sec li {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .infoList__tab.sec li {
    width: 32%;
    margin-bottom: 6px;
  }
}
.infoList .btnArea {
  text-align: center;
  margin: 0px auto 50px;
}
@media screen and (max-width: 768px) {
  .infoList .btnArea {
    margin: 0px auto;
  }

  .infoList .btnflex{
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .infoList .btnArea .btnMore {
    width: 100%;
  }
  .infoList .btnArea .btnMore02 {
    width: 100% !important;
    margin: 15px 0;
  }
}
.infoList .btnArea .btnMore a {
  width: 300px;
  height: 53px;
  border: 2px solid #3a84ce;
  font-size: 17px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
.infoList .btnArea .btnMore02 a {
  width: 450px;
  height: 53px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  background-color: #82bfbf;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
.infoList .btnArea .btnMore a:hover {
  background-color: #3a84ce;
  color: white;
}
.infoList .btnArea .btnMore a::after {
  top: 10px;
}
.infoList .btnArea .btnMore02 a::after {
  color: #82bfbf;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .infoList .btnArea .btnMore a::after {
    top: 11px;
  }
}
@media screen and (max-width: 768px) {
  .infoList .btnArea .btnMore a {
    width: 100%;
    font-size: 16px;
  }
  .infoList .btnArea .btnMore02 a {
    width: 100%;
    font-size: 16px;
    margin-left: 0 !important;
  }
  .infoList .btnArea .btnMore02 a span {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
.infoList .btnArea .btnMore a:hover::after {
  content: url("/common/img/arrow_right_white.svg");
}
.infoList__listArea {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .infoList__listArea {
    margin-top: 0px;
  }
}
.infoList__job {
  border: 1px solid #ededed;
  padding: 50px 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .infoList__job {
    padding: 30px 15px;
    margin-bottom: 25px;
  }
}
.infoList__job__description {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .infoList__job__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.infoList__job__textArea {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .infoList__job__textArea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.infoList__job__img {
  width: 48.5%;
  height: 220px;
  background-size: cover !important;
}
@media only screen and (max-width: 768px) {
  .infoList__job__img {
    width: 100%;
  }
}
.infoList__job__head {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #3a84ce;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .infoList__job__head {
    line-height: 1.1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.infoList__job__head span {
  font-size: 18px;
  letter-spacing: 0.02em;
}
.infoList__job__info {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.infoList__job__info th,
.infoList__job__info td {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.infoList__job__info th {
  text-align: center;
  color: #3a84ce;
  background: #effaff;
  width: 100px;
  padding: 5px 5px;
}
.infoList__job__info td {
  padding: 0px 5px 0px 10px;
  font-weight: 300;
}
.infoList__job__btnArea {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .infoList__job__btnArea {
    margin-top: 20px;
  }
}
.infoList__job__btn {
  width: 48.5%;
}
.infoList__job__btn a {
  -js-display: flex;
  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;
  height: 70px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  border: 1px solid #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.infoList__job__btn a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .infoList__job__btn a {
    font-size: 15px;
    height: 60px;
  }
}
.infoList__job__btn a span {
  position: relative;
  padding-left: 26px;
}
.infoList__job__btn a span::before {
  content: url("/common/img/pencil.svg");
  position: absolute;
  top: 0px;
  left: 0px;
}
.infoList__job__btn:nth-child(even) a {
  background-color: white;
  color: #3a84ce;
}
.infoList__job__btn:nth-child(even) a span::before {
  content: url("/common/img/search.svg");
}

.infoDetail {
  padding: 90px 0px;
}
@media only screen and (max-width: 768px) {
  .infoDetail {
    padding: 30px 20px 50px;
  }
}
.infoDetail__inner {
  max-width: 1440px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .infoDetail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.infoDetail__textArea {
  width: 47%;
  padding-left: 10%;
}
@media only screen and (max-width: 1200px) {
  .infoDetail__textArea {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .infoDetail__textArea {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.infoDetail__img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .infoDetail__img {
    width: 100%;
  }
}
.infoDetail__place {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #3a84ce;
}
.infoDetail__head {
  font-weight: 300;
  letter-spacing: 0.07em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  border-bottom: 1px solid #ededed;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .infoDetail__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .infoDetail__head {
    line-height: 1.1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.infoDetail__infoArea {
  border: 5px solid #effaff;
  padding: 35px 60px 35px 35px;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .infoDetail__infoArea {
    padding: 25px 30px 25px 25px;
  }
}
.infoDetail__infoArea__head {
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #3a84ce;
}
@media screen and (max-width: 768px) {
  .infoDetail__infoArea__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.infoDetail__infoArea__p {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-top: 15px;
  line-height: 2;
}
.infoDetail__btnArea {
  margin-top: 45px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .infoDetail__btnArea {
    margin-top: 20px;
  }
}
.infoDetail__btn {
  width: 48.5%;
}
.infoDetail__btn a {
  -js-display: flex;
  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;
  height: 70px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  border: 1px solid #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.infoDetail__btn a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .infoDetail__btn a {
    font-size: 15px;
    height: 60px;
  }
}
.infoDetail__btn a span {
  position: relative;
  padding-left: 26px;
}
.infoDetail__btn a span::before {
  content: url("/common/img/pencil.svg");
  position: absolute;
  top: 0px;
  left: 0px;
}
.infoDetail__btn:nth-child(even) a {
  background-color: #a7adb9;
  border: 1px solid #a7adb9;
}
.infoDetail__btn:nth-child(even) a span {
  padding-left: 0px;
}
.infoDetail__btn:nth-child(even) a span::before {
  display: none;
}

.infoResume {
  padding: 90px 20px;
  background-image: url("../../common/img/recruit/info/info_detail_bg.jpg");
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width: 768px) {
  .infoResume {
    padding: 50px 20px 70px;
  }
}
.infoResume__whiteArea {
  background-color: white;
  max-width: 861px;
  margin: auto;
  padding: 70px 80px;
}
@media only screen and (max-width: 768px) {
  .infoResume__whiteArea {
    padding: 45px 15px;
  }
}
.infoResume__table {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .infoResume__table {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .infoResume__table td,
  .infoResume__table th {
    display: block;
    width: 100% !important;
  }
}
.infoResume__table th {
  font-size: 20px;
  font-size: 2rem;
  color: #3a84ce;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-top: 3px solid #3a84ce;
  padding: 10px 0 40px 5px;
  width: 165px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .infoResume__table th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .infoResume__table th {
    padding: 10px 5px 10px 5px;
    border-top: 2px solid #3a84ce;
  }
}
.infoResume__table td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-top: 1px solid #ededed;
  padding: 20px 0 35px 10.5%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .infoResume__table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .infoResume__table td {
    padding: 10px 5px 20px 5px;
  }
}

.facilityList {
  padding: 50px 20px 50px;
}
@media screen and (max-width: 768px) {
  .facilityList {
    padding: 30px 20px 30px;
  }
}
.facilityList .head03 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .facilityList .head03 {
    margin-bottom: 20px;
  }
}
.facilityList__inner {
  max-width: 1152px;
  margin: auto;
}
.facilityList__raw {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.facilityList .btnMore {
  padding: 20px 0px 0 0;
  -js-display: flex;
  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;
}
.facilityList .btnMore a {
  background-color: #4f80b5;
  color: white;
  border: 2px solid #739cc7;
  width: 160px;
}
.facilityList .btnMore a:hover {
  border: 2px solid #4f80b5;
  background-color: #739cc7;
}
.facilityList .btnMore a::after {
  content: url("/common/img/arrow_right_white.svg");
}
.facilityList__facility {
  width: 23.8%;
  background-color: #effaff;
  margin: 0 1.6% 25px 0;
}
.facilityList__facility:nth-child(4) {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .facilityList__facility {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .facilityList__facility:nth-child(even) {
    margin: 0 0 20px 0;
  }
}
.facilityList__facility.no-photo .facilityList__textArea {
  border-top: 1px solid #3a84ce;
  position: relative;
  padding: 20px 5px 40px;
}
@media screen and (max-width: 768px) {
  .facilityList__facility.no-photo .facilityList__textArea {
    padding: 18px 5% 30px;
  }
}
.facilityList__facility.no-photo .facilityList__textArea::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #3a84ce transparent;
}
.facilityList__textArea {
  padding: 20px 5px 30px;
}
@media screen and (max-width: 768px) {
  .facilityList__textArea {
    padding: 18px 5% 20px;
  }
}
.facilityList__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #3a84ce;
  text-align: center;
}
.facilityList__head {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 54px;
  -js-display: flex;
  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;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .facilityList__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityList__head {
    min-height: 45px;
  }
}
.facilityList__map {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facilityList__map {
    margin-top: 0;
  }
}
.facilityList__map span {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #767676;
  padding-left: 13px;
}
@media screen and (max-width: 768px) {
  .facilityList__map span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.facilityList__map span::after {
  content: url("/common/img/map.svg");
  position: absolute;
  top: 0px;
  left: 0px;
}

.interviewInt {
  padding: 50px 20px 70px;
}
@media screen and (max-width: 768px) {
  .interviewInt {
    padding: 30px 20px 30px;
  }
}
.interviewInt__inner {
  max-width: 1293px;
  margin: auto;
}
.interviewInt__employeeArea {
  margin-top: 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewInt__employeeArea {
    margin-top: 35px;
  }
}
@media screen and (max-width: 550px) {
  .interviewInt__employeeArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.interviewInt__employee {
  width: 31.8%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.interviewInt__employee:hover {
  opacity: 0.8;
}
.interviewInt__employee:nth-child(2) {
  margin-top: 34px;
}
.interviewInt__employee:nth-child(3) {
  margin-top: 68px;
}
@media screen and (max-width: 1040px) {
  .interviewInt__employee {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .interviewInt__employee {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px !important;
  }
}
.interviewInt__textArea {
  position: relative;
  padding: 38px 55px 30px 20px;
}
@media screen and (max-width: 768px) {
  .interviewInt__textArea {
    padding: 34px 50px 10px 10px;
  }
}
.interviewInt__textArea::after {
  content: url("/common/img/arrow_right_white.svg");
  width: 51.46px;
  height: 51.46px;
  background-color: #3a84ce;
  position: absolute;
  -js-display: flex;
  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;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .interviewInt__textArea::after {
    width: 45px;
    height: 45px;
  }
}
.interviewInt__job {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 0;
  height: 40px;
  left: 0;
  background-color: #3a84ce;
  padding: 0px 20px;
  -js-display: flex;
  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;
}
.interviewInt__name {
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .interviewInt__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.interviewInt__name span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #a7adb9;
  margin-left: 15px;
  vertical-align: bottom;
}
.interviewInt__catch {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  color: #3a84ce;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .interviewInt__catch {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.interviewInt__frame {
  overflow: hidden;
  position: relative;
  height: 398px;
}
@media screen and (max-width: 768px) {
  .interviewInt__frame {
    height: 320px;
  }
}
.interviewInt__frame:hover .interviewInt__content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.interviewInt__frame:hover .interviewInt__content:before,
.interviewInt__frame:active .interviewInt__content:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.interviewInt__frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.interviewInt__content {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.interviewInt__content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.interviewSurv {
  padding: 60px 20px 70px;
  background-color: #effaff;
}
@media screen and (max-width: 768px) {
  .interviewSurv {
    padding: 40px 20px 35px;
  }
}
.interviewSurv__inner {
  max-width: 1152px;
  margin: auto;
}
.interviewSurv__employeeArea {
  margin-top: 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewSurv__employeeArea {
    margin-top: 35px;
  }
}
@media screen and (max-width: 550px) {
  .interviewSurv__employeeArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.interviewSurv__employee {
  width: 31.8%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin-bottom: 30px;
}
.interviewSurv__employee:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1040px) {
  .interviewSurv__employee {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .interviewSurv__employee {
    width: 100%;
    margin-bottom: 30px;
  }
}
.interviewSurv__employee::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  width: 51.46px;
  height: 51.46px;
  color: white;
  font-size: 13px;
  background-color: #3a84ce;
  position: absolute;
  -js-display: flex;
  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;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .interviewSurv__employee::after {
    width: 45px;
    height: 45px;
  }
}
.interviewSurv__textArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 55px 15px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(20, 20, 20, 0.72))
  );
  background: -o-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 20, 20, 0.72) 100%
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.72) 100%);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interviewSurv__job {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3a84ce;
  -js-display: flex;
  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;
  padding: 9px 12px;
}
.interviewSurv__name {
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 17px;
}
@media screen and (max-width: 768px) {
  .interviewSurv__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.interviewSurv__name .en {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #fff;
  margin-left: 10px;
  vertical-align: bottom;
}
.interviewSurv__name .number {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interviewSurv__name .number {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.interviewSurv__name .place {
  font-size: 14px;
}
.interviewSurv__frame {
  overflow: hidden;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .interviewSurv__frame {
    height: 320px;
  }
}
.interviewSurv__frame:hover .interviewSurv__content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.interviewSurv__frame:hover .interviewSurv__content:before,
.interviewSurv__frame:active .interviewSurv__content:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.interviewSurv__frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.interviewSurv__content {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.interviewSurv__content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.remodal-close {
  right: 0;
  left: inherit;
  background-color: #3a84ce;
  width: 40px;
  height: 40px;
}
.remodal-close::before {
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif !important;
  line-height: 40px;
  width: 40px;
}

.remodal {
  padding: 60px 70px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .remodal {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1153px;
  }
}
.remodal__section {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .remodal__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .remodal__section {
    margin-bottom: 30px;
  }
}
.remodal__right {
  width: 48.5%;
  padding-top: 45px;
}
.remodal__right img {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .remodal__right {
    width: 100%;
    padding-top: 0px;
  }
}
.remodal__left {
  width: 48.5%;
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .remodal__left {
    width: 100%;
    padding-top: 100px;
  }
}
.remodal__number {
  position: absolute;
  left: 0;
  top: 0;
  height: 165px;
  z-index: -1;
}
.remodal__name {
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #3a84ce;
}
@media screen and (max-width: 768px) {
  .remodal__name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.remodal__name span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .remodal__name span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.remodal__job {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #1f1f1f;
  padding: 0 0 20px 0;
  margin: 10px 0 30px;
  border-bottom: 3px solid #effaff;
}
@media screen and (max-width: 768px) {
  .remodal__job {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .remodal__job {
    padding: 0 0 15px 0;
    margin: 5px 0 20px;
  }
}
.remodal__question {
  margin: 0 0 10px 0;
}
.remodal__question__head {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #3a84ce;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .remodal__question__head {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .remodal__question__head {
    padding-left: 39px;
  }
}
.remodal__question__head span {
  background-color: #3a84ce;
  color: white;
  font-family: Oswald;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.07em;
  -js-display: flex;
  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;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .remodal__question__head span {
    top: -3px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}
.remodal__question__p {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #1f1f1f;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .remodal__question__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .remodal__question__p {
    margin: 18px 0 20px;
  }
}
.remodal .btnArea {
  text-align: center;
}

.remodal-confirm {
  min-width: 330px;
  background-color: #3a84ce;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .remodal-confirm {
    min-width: inherit;
    width: 100%;
    max-width: 330px;
    padding: 15px 0;
    font-size: 16px;
  }
}

.interview01Mv {
  height: 570px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: cover !important;
  padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
  .interview01Mv {
    height: 350px;
  }
}
.interview01Mv__textArea {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .interview01Mv__textArea {
    width: 100%;
  }
}
.interview01Mv__head {
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 37px;
}
.interview01Mv__head::before {
  content: "";
  background-color: white;
  width: 59px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .interview01Mv__head {
    font-size: 25px;
  }
}
.interview01Mv__number {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 5px;
}
.interview01Mv__name {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .interview01Mv__name {
    font-size: 22px;
  }
}
.interview01Mv__name span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-left: 15px;
}
.interview01Mv__job {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .interview01Mv__job {
    font-size: 14px;
  }
}
.interview01Mv__job span {
  margin-left: 15px;
}

.interview01Talk {
  padding: 100px 0 0px;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .interview01Talk {
    padding: 0px 0px 0px;
  }
}
.interview01Talk__row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .interview01Talk__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .interview01Talk__row {
    margin-bottom: 20px;
  }
}
.interview01Talk__row:last-child {
  margin-bottom: 0px;
}
.interview01Talk__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.interview01Talk__row:nth-child(even) .interview01Talk__textArea {
  padding: 115px 10% 0px 0;
}
@media screen and (max-width: 1400px) {
  .interview01Talk__row:nth-child(even) .interview01Talk__textArea {
    padding: 5vw 10% 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .interview01Talk__row:nth-child(even) .interview01Talk__textArea {
    padding: 5vw 6% 0 4%;
  }
}
.interview01Talk__row:nth-child(even) .interview01Talk__number {
  left: 0;
}
.interview01Talk__textArea {
  width: 48%;
  padding: 115px 0 0px 10%;
  position: relative;
  min-height: 460px;
}
@media screen and (max-width: 1400px) {
  .interview01Talk__textArea {
    padding: 5vw 5% 0 10%;
  }
}
@media screen and (max-width: 1200px) {
  .interview01Talk__textArea {
    padding: 5vw 4% 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .interview01Talk__textArea {
    width: 100%;
    padding: 40px 20px 20px !important;
    margin-top: 20px !important;
    min-height: inherit;
  }
}
.interview01Talk__img {
  background-size: cover !important;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .interview01Talk__img {
    height: 280px;
    width: 100%;
  }
}
.interview01Talk__number {
  position: absolute;
  top: 0;
  left: 135px;
  width: 154px;
  height: 196px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .interview01Talk__number {
    left: 5vw;
  }
}
.interview01Talk__head {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.07em;
  color: #3a84ce;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .interview01Talk__head {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.interview01Talk__subHead {
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interview01Talk__subHead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.interview01Talk__p {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 2;
}
.interview01Talk__note {
  padding: 30px 30px 30px 185px;
  border: 5px solid #effaff;
  position: relative;
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  .interview01Talk__note {
    padding: 25px 10px 25px 125px;
    border: 4px solid #effaff;
    margin: 25px 0 0;
  }
}
.interview01Talk__note__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 38px;
  width: 118px;
}
@media screen and (max-width: 768px) {
  .interview01Talk__note__img {
    left: 10px;
    width: 105px;
  }
}
.interview01Talk__note__head {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.07em;
  color: #3a84ce;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview01Talk__note__head {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
.interview01Talk__note__p {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview01Talk__note__p {
    line-height: 1.5;
  }
}

.inteview01Flow {
  padding: 100px 20px 100px;
  background-image: url("/common/img/recruit/interview/01/recruit_interview_01_bg.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .inteview01Flow {
    padding: 50px 15px 50px;
  }
}
.inteview01Flow__p {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 2;
  text-align: center;
  max-width: 708px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .inteview01Flow__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.inteview01Flow__img {
  max-width: 708px;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  width: 100%;
}
.inteview01Flow__img2 {
  max-width: 1052px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .inteview01Flow__img2 {
    overflow-x: scroll;
  }
  .inteview01Flow__img2 img {
    min-width: 650px;
  }
}
.inteview01Flow.week {
  background: none;
  padding: 0 20px 100px;
}
@media screen and (max-width: 768px) {
  .inteview01Flow.week {
    padding: 0 15px 50px;
  }
}

.inteview01Off {
  padding: 0 20px 100px;
}
@media screen and (max-width: 768px) {
  .inteview01Off {
    padding: 0 20px 50px;
  }
}
.inteview01Off__blueArea {
  max-width: 1152px;
  margin: 80px auto 0;
  padding: 60px 55px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #effaff;
}
@media only screen and (max-width: 768px) {
  .inteview01Off__blueArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .inteview01Off__blueArea {
    margin: 35px auto 0;
    padding: 20px 15px;
  }
}
.inteview01Off__img {
  width: 48%;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .inteview01Off__img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
  }
}
.inteview01Off__textArea {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .inteview01Off__textArea {
    width: 100%;
  }
}
.inteview01Off__head {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.15em;
  color: #3a84ce;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .inteview01Off__head {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.inteview01Off__p {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .inteview01Off__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.minatoIntro {
  max-width: 1440px;
  padding: 0 0px 80px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .minatoIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .minatoIntro {
    padding: 30px 20px;
  }
}
.minatoIntro__textArea {
  background-color: white;
  padding: 70px 5% 80px 10%;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .minatoIntro__textArea {
    padding: 5vw 5% 4vw 10%;
  }
}
@media screen and (max-width: 1200px) {
  .minatoIntro__textArea {
    padding: 5vw 4% 4vw 6%;
  }
}
@media screen and (max-width: 768px) {
  .minatoIntro__textArea {
    width: 100%;
    padding: 0px 0 20px 0;
  }
}
.minatoIntro__number {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #3a84ce;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .minatoIntro__number {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.minatoIntro__head {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .minatoIntro__head {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.minatoIntro__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .minatoIntro__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.minatoIntro .btnArea {
  margin: 25px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .minatoIntro .btnArea {
    margin: 15px auto 15px;
    text-align: center;
  }
}
.minatoIntro__sliderArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .minatoIntro__sliderArea {
    width: 100%;
  }
}
.minatoIntro__sliderArea .slick-prev:before {
  content: url("/common/img/arrow_slider_left_white.svg");
  width: 7px;
  height: 10px;
  position: absolute;
  bottom: 22px;
  right: 16px;
}
.minatoIntro__sliderArea .slick-next:before {
  content: url("/common/img/arrow_slider_right_white.svg");
  width: 7px;
  height: 10px;
  position: absolute;
  bottom: 22px;
  right: 16px;
}
.minatoIntro__sliderArea .slick-prev {
  left: 12%;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #3a84ce;
  top: inherit;
  left: inherit;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 43px;
}
.minatoIntro__sliderArea .slick-next {
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 0;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #3a84ce;
}
.minatoIntro__sliderArea .slick-prev:hover,
.minatoIntro__sliderArea .slick-prev:focus,
.minatoIntro__sliderArea .slick-next:hover,
.minatoIntro__sliderArea .slick-next:focus {
  opacity: 0.7;
  color: white;
  background: #3a84ce;
}
.minatoIntro__sliderArea .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #999999;
}
.minatoIntro__sliderArea .slick-dots li.slick-active button:before {
  background-color: #3a84ce;
}
.minatoIntro__sliderArea .slick-dots li {
  margin: 0 1px;
}
.minatoIntro__sliderArea .slick-dots {
  text-align: right;
  bottom: -40px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .minatoIntro__sliderArea .slick-dots {
    right: 0px;
  }
}
.minatoIntro__slider {
  background-color: #f0faff;
}
.minatoIntro__slide__txtArea {
  padding: 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .minatoIntro__slide__txtArea {
    padding: 25px 20px 30px;
  }
}
.minatoIntro__slide__img {
  background-size: cover !important;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .minatoIntro__slide__img {
    height: 200px;
  }
}
.minatoIntro__slide__head {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: #3a84ce;
}
@media screen and (max-width: 768px) {
  .minatoIntro__slide__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.minatoIntro__slide__p {
  font-weight: 300;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: -0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .minatoIntro__slide__p {
    margin-top: 10px;
  }
}

.minatoInfo {
  padding: 10px 20px 130px;
}
@media only screen and (max-width: 768px) {
  .minatoInfo {
    padding: 20px 20px 50px;
  }
}
.minatoInfo__inner {
  max-width: 1152px;
  margin: auto;
}
.minatoInfo__tableArea {
  margin-top: 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .minatoInfo__tableArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .minatoInfo__tableArea {
    margin-top: 30px;
  }
}
.minatoInfo__table {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .minatoInfo__table {
    width: 100%;
  }
  .minatoInfo__table:first-child table tr:last-child td,
  .minatoInfo__table:first-child table tr:last-child th {
    border-bottom: none;
  }
}
.minatoInfo__table table {
  width: 100%;
}
.minatoInfo__table table tr:last-child td,
.minatoInfo__table table tr:last-child th {
  border-bottom: 1px solid #dedede;
}
.minatoInfo__table table td,
.minatoInfo__table table th {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  border-top: 1px solid #dedede;
  padding: 20px 0px;
  text-align: left;
  vertical-align: top;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .minatoInfo__table table td,
  .minatoInfo__table table th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .minatoInfo__table table td,
  .minatoInfo__table table th {
    padding: 15px 0px;
    line-height: 1.8;
  }
}
.minatoInfo__table table th {
  font-weight: 500;
  width: 155px;
}
@media screen and (max-width: 768px) {
  .minatoInfo__table table th {
    width: 125px;
  }
}
.minatoInfo__table table td {
  font-weight: 300;
}
.minatoInfo__map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .minatoInfo__map {
    height: 250px;
  }
}

.minatoList {
  padding: 10px 20px 50px;
}
@media only screen and (max-width: 768px) {
  .minatoList {
    padding: 10px 20px 5px;
  }
}
.minatoList__inner {
  max-width: 1152px;
  margin: auto;
}

.serviceIntro {
  background-image: url("/common/img/recruit/interview/01/recruit_interview_01_bg.jpg");
  background-size: cover;
  background-position: top;
}
.serviceIntro__inner {
  max-width: 1440px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .serviceIntro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.serviceIntro__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serviceIntro__img {
    width: 100%;
  }
}
.serviceIntro__img img {
  width: 130%;
  max-width: 130%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .serviceIntro__img img {
    width: 100%;
    max-width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
  }
}
.serviceIntro__textArea {
  width: 50%;
  padding: 70px 60px 160px;
  background-color: white;
  z-index: 9;
  margin-top: 120px;
}
@media screen and (max-width: 1250px) {
  .serviceIntro__textArea {
    padding: 50px 4% 8vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .serviceIntro__textArea {
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 0;
  }
}
.serviceIntro__head {
  font-size: 40px;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #3a84ce;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .serviceIntro__head {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.serviceIntro__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .serviceIntro__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.serviceInfo {
  background-color: #effaff;
  padding: 80px 20px 80px;
}
@media screen and (max-width: 768px) {
  .serviceInfo {
    padding: 50px 15px 50px;
  }
}
.serviceInfo__inner {
  max-width: 1220px;
  margin: auto;
}
.serviceInfo__p {
  max-width: 870px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
  margin: 40px auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .serviceInfo__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .serviceInfo__p {
    margin: 25px auto 30px;
    letter-spacing: 0;
  }
}
.serviceInfo__facilitiesArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.serviceInfo__facility {
  background-color: white;
  width: 31.8%;
  position: relative;
  padding: 25px 10px 40px;
  margin: 0 2.3% 25px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.serviceInfo.jigyousho .serviceInfo__facility:nth-child(3n + 3),
.serviceInfo.other .serviceInfo__facility:nth-child(3n + 3) {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .serviceInfo.jigyousho .serviceInfo__facility:nth-child(3n + 3),
  .serviceInfo.other .serviceInfo__facility:nth-child(3n + 3) {
    margin: 0 2% 15px 0;
  }
  .serviceInfo.jigyousho .serviceInfo__facility:nth-child(even),
  .serviceInfo.other .serviceInfo__facility:nth-child(even) {
    margin: 0 0 15px 0;
  }
  .serviceInfo__facility {
    width: 49%;
    margin: 0 2% 15px 0;
    padding: 20px 5px 25px;
  }
  .serviceInfo__facility:nth-child(3n + 3) {
    margin: 0 2% 15px 0;
  }
  .serviceInfo__facility:nth-child(even) {
    margin: 0 0 15px 0;
  }
}
.serviceInfo__facility__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__number {
    font-size: 14px;
    left: 5px;
    top: 0px;
  }
}
.serviceInfo__facility__number::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 86px 86px 0 0;
  border-color: #3a84ce transparent transparent transparent;
  z-index: -1;
  position: absolute;
  left: -15px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__number::after {
    border-width: 40px 40px 0 0;
    left: -5px;
    top: 0px;
  }
}
.serviceInfo__facility__head {
  font-weight: 300;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  margin-bottom: 30px;
  line-height: 1.5;
  min-height: 66px;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__head {
    font-size: 17px;
    margin-bottom: 20px;
    min-height: inherit;
  }
}
.serviceInfo__facility__head span {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  display: block;
}
.serviceInfo__facility__data {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serviceInfo__facility__data.onlyOne {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serviceInfo__facility__data.onlyOne li {
  width: 100%;
}
.serviceInfo__facility__data.onlyOne li:before {
  display: none;
}
.serviceInfo__facility__data.fourplaces li {
  width: 25%;
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .serviceInfo__facility__data.fourplaces li {
    width: 50%;
    margin-bottom: 20px;
  }
  .serviceInfo__facility__data.fourplaces li:nth-child(2)::before {
    display: none !important;
  }
}
.serviceInfo__facility__data.fourplaces li::after {
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  content: url("/common/img/services/services_location.svg");
}
.serviceInfo__facility__data.fourplaces li::before {
  content: "";
  width: 1px;
  height: 74px;
  background-color: #ededed;
  position: absolute;
  top: 0;
  right: 0;
}
.serviceInfo__facility__data.fourplaces li:last-child::before {
  display: none;
}
.serviceInfo__facility__data li {
  font-weight: 300;
  width: 50%;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a84ce;
  line-height: 1.4;
  padding: 35px 2px 0;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__data li {
    font-size: 14px;
  }
}
.serviceInfo__facility__data li span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__data li span {
    font-size: 12px;
  }
}
.serviceInfo__facility__data li::after {
  content: url("/common/img/services/services_people.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
}
@media screen and (max-width: 768px) {
  .serviceInfo__facility__data li::after {
    -webkit-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
}
.serviceInfo__facility__data li:first-child::before {
  content: "";
  width: 1px;
  height: 74px;
  background-color: #ededed;
  position: absolute;
  top: 0;
  right: 0;
}
.serviceInfo__facility__data li:first-child::after {
  content: url("/common/img/services/services_location.svg");
}
.serviceInfo.jigyousho {
  background-color: inherit;
}
.serviceInfo.jigyousho .serviceInfo__facilitiesArea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.serviceInfo.other .serviceInfo__facilitiesArea {
  justify-content: center;
}
.serviceInfo.jigyousho .serviceInfo__facility {
  border: 5px solid #effaff;
}
@media screen and (max-width: 768px) {
  .serviceInfo.jigyousho .serviceInfo__facility {
    border: 3px solid #effaff;
  }
}
@media screen and (max-width: 768px) {
  .serviceInfo.jigyousho .serviceInfo__facility__head {
    margin-top: 10px;
  }
}
.serviceInfo.jigyousho .serviceInfo__facility__number {
  left: 10px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .serviceInfo.jigyousho .serviceInfo__facility__number {
    left: 0px;
    top: 0px;
  }
}
.serviceInfo.jigyousho .serviceInfo__facility__number::after {
  left: -15px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .serviceInfo.jigyousho .serviceInfo__facility__number::after {
    left: -3px;
    top: -3px;
  }
}
.serviceInfo.other {
  background: url("../../common/img/services/services_bg.jpg") no-repeat center
    bottom;
  background-size: cover;
}
.serviceInfo.other .serviceInfo__facility:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .serviceInfo.other .serviceInfo__facility__head {
    margin-top: 10px;
  }
}

.otherServices {
  padding: 50px 20px 90px;
}
@media screen and (max-width: 768px) {
  .otherServices {
    padding: 30px 20px 50px;
  }
}
.otherServices__inner {
  max-width: 900px;
  margin: auto;
}
.otherServices__p {
  margin: 30px 0 50px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .otherServices__p {
    margin-bottom: 10px 0 30px;
  }
}

.workList {
  padding: 70px 20px 70px;
  max-width: 1048px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .workList {
    padding: 30px 20px 30px;
  }
}
.workList__anchorArea {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .workList__anchorArea {
    margin-bottom: 25px;
  }
}
.workList__anchorList {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.workList__anchorList li {
  display: inline-block;
  width: 20%;
  text-align: center;
  border-left: 1px solid #effaff;
  position: relative;
}
.workList__anchorList li::after {
  content: url("../img/arrow_down.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .workList__anchorList li {
    width: 33.333%;
    margin-bottom: 15px;
  }
}
.workList__anchorList li:last-child {
  border-right: 1px solid #effaff;
}
@media screen and (max-width: 768px) {
  .workList__anchorList li:nth-child(3) {
    border-right: 1px solid #effaff;
  }
}
.workList__anchorList li a {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #3a84ce;
  padding: 15px 0 40px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .workList__anchorList li a {
    font-size: 14px;
    padding: 10px 0 30px;
  }
}
.workList__anchorList li a:hover {
  background-color: #effaff;
}
.workList__work {
  border: 1px solid #ededed;
  width: 100%;
  padding: 45px 45px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .workList__work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .workList__work {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
.workList__work__img {
  background-size: cover !important;
  width: 48.2%;
  height: 300px;
  position: relative;
  margin-bottom: 2em;
}
.work_text_long .workList__work__img {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  .workList__work__img {
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
  }
}
.workList__work__textArea .workList__work__img__bottom__text {
  display: none;
}
.workList__work__img .workList__work__img__bottom__text {
  display: block;
}
.workList__work__img__bottom__text {
  width: 100%;
  position: absolute;
  bottom: -2em;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.work_text_long .workList__work__img__bottom__text {
  bottom: -3.5em;
}
@media screen and (max-width: 768px) {
  .workList__work__textArea .workList__work__img__bottom__text {
    display: block;
  }
  .workList__work__img .workList__work__img__bottom__text {
    display: none;
  }
  .workList__work__img__bottom__text {
    margin-bottom: 20px;
    position: static;
    line-height: 1.4;
    font-size: 12px;
  }
}
.workList__work__textArea {
  background-size: cover !important;
  width: 48.2%;
}
@media screen and (max-width: 768px) {
  .workList__work__textArea {
    width: 100%;
  }
}
.workList__work__head {
  font-size: 28px;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #3a84ce;
  font-weight: 300;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .workList__work__head {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.workList__work__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .workList__work__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.workList__work__list {
  margin-top: 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .workList__work__list {
    margin-top: 20px;
  }
}
.workList__work__list li {
  font-weight: 400;
  width: 23%;
  min-width: 80px;
  margin: 0 2% 10px 0;
  background-color: #effaff;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3a84ce;
}
@media screen and (max-width: 768px) {
  .workList__work__list li {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.workList .recruitLinkArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.workList .recruitLinkArea__frame {
  margin: 50px auto 15px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .workList .recruitLinkArea__frame {
    margin: 30px auto 15px;
    width: 100%;
  }
}

#work .workList .recruitLinkArea {
  display: block;
}

.companyInfo {
  max-width: 1330px;
  margin: auto;
  padding: 60px 20px 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .companyInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .companyInfo {
    padding: 30px 20px 30px;
  }
}
.companyInfo__left {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .companyInfo__left {
    width: 100%;
  }
}
.companyInfo__right {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .companyInfo__right {
    width: 100%;
  }
}
.companyInfo__sideNav {
  border-top: 5px solid #3a84ce;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .companyInfo__sideNav {
    border-top: 3px solid #3a84ce;
    margin-bottom: 30px;
  }
}
.companyInfo__sideNav li {
  width: 100%;
}
.companyInfo__sideNav li a.current {
  background-color: #effaff;
}
.companyInfo__sideNav li a {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #3a84ce;
  display: block;
  padding-left: 30px;
  position: relative;
  padding: 25px 10px 22px 40px;
  border: 1px solid #ededed;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .companyInfo__sideNav li a {
    font-size: 16px;
    padding: 18px 10px 18px 32px;
  }
}
.companyInfo__sideNav li a::after {
  position: absolute;
  top: 21px;
  left: 25px;
  content: url("../img/company/info/arrow_small.svg");
}
@media screen and (max-width: 768px) {
  .companyInfo__sideNav li a::after {
    top: 15px;
    left: 18px;
  }
}
.companyInfo__p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .companyInfo__p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyInfo__p {
    margin-top: 20px;
  }
}
.companyInfo__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content {
    margin-top: 30px;
  }
}
.companyInfo__content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px 3px;
  position: relative;
  border-bottom: 3px solid #d1d1d1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.companyInfo__content h4::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  background-color: #3a84ce;
  height: 3px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .companyInfo__content .scrollX {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 900px) {
  .companyInfo__content .scrollX table {
    min-width: 610px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .companyInfo__content .scrollX table {
    min-width: 400px;
  }
}
.companyInfo__content table {
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .companyInfo__content table {
    margin-bottom: 25px;
  }
}
.companyInfo__content table th,
.companyInfo__content table td {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  border: 1px solid #a7adb9;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table th,
  .companyInfo__content table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.companyInfo__content table th {
  vertical-align: middle;
  padding: 10px 10px 10px 25px;
  background-color: #ededed;
  text-align: left;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table th {
    width: 138px;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 374px) {
  .companyInfo__content table th {
    width: 85px;
  }
}
.companyInfo__content table th.half {
  width: 142px;
  padding: 10px 10px 10px 15px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table th.half {
    text-align: left;
    width: 100px;
    padding: 10px 10px 10px 10px;
  }
}
.companyInfo__content table td {
  text-align: center;
  padding: 28px 5px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table td {
    padding: 28px 10px 28px 10px;
  }
}
.companyInfo__content table td a {
  color: #3a84ce;
  text-decoration: underline;
  text-underline-position: under;
  padding-left: 25px;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table td a {
    display: block;
  }
}
.companyInfo__content table td a::before {
  position: absolute;
  top: 2px;
  left: 6px;
  content: url(../img/pdf.svg);
  width: 15px;
}
.companyInfo__content table td:first-child {
  width: 175px;
}
@media screen and (max-width: 1000px) {
  .companyInfo__content table td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .companyInfo__content table td:first-child {
    width: 90px;
  }
}
.companyInfo__content table td:last-child {
  text-align: left;
  padding: 28px 5px 28px 35px;
}
@media screen and (max-width: 768px) {
  .companyInfo__content table td:last-child {
    padding: 28px 10px 28px 10px;
  }
}

.dataList {
  padding: 60px 20px 60px;
  max-width: 1192px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .dataList {
    padding: 30px 20px 30px;
  }
}
.dataList img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .dataList img {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.dataList img.wi100 {
  width: 100%;
}
.dataList img.wi60 {
  width: 65.75%;
}
.dataList img.wi50 {
  width: 48.5%;
}
.dataList img.wi30 {
  width: 31.5%;
}

.entry {
  max-width: 1240px;
  margin: auto;
  padding: 60px 20px 60px;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 30px 20px 30px;
  }
}
.entry .basicTable {
  margin: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .entry .basicTable {
    margin: 35px 0;
  }
}
.entry .basicTable td {
  background-color: #f7f7f7;
  overflow: hidden;
}
.entry input::-webkit-input-placeholder {
  color: #999;
}
.entry input::-moz-placeholder {
  color: #999;
}
.entry input:-ms-input-placeholder {
  color: #999;
}
.entry input::-ms-input-placeholder {
  color: #999;
}
.entry input::placeholder {
  color: #999;
}
.entry .req {
  background-color: #57d9e9;
  color: #fff;
  font-size: 14px;
  margin-left: 11px;
  padding: 0px 5px;
}
.entry input[type="text"] {
  border: 1px solid lightgrey;
  background-color: white;
  padding: 5px;
  margin: 2px 0;
}
.entry label,
.entry input[type="checkbox"] {
  margin: 2px;
}
.entry textarea {
  height: 200px;
  padding: 10px;
  width: 100%;
  border: 1px solid lightgrey;
  background-color: white;
  margin: 2px 0;
}
.entry select.slctArea {
  border: 1px solid #ccc;
  margin: 8px 0;
  padding: 8px;
  overflow: visible !important;
}
.entry select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: #f8f8f8;
  cursor: default;
  margin: 0em;
  font: 400 14px system-ui;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a6a6;
  -o-border-image: initial;
  border-image: initial;
}
.entry .cauText {
  color: red;
  font-size: 13px;
}
.entry .wM {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .entry .wM {
    width: 100%;
  }
}
.entry .wL {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .entry .wL {
    width: 100%;
  }
}
.entry .wSS {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .entry .wSS {
    width: 30%;
  }
}
.entry__btnArea {
  margin: 50px auto 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .entry__btnArea {
    margin-top: 30px;
  }
}
.entry__btn {
  width: 48.5%;
}
.entry__btn a,
.entry__btn input {
  -js-display: flex;
  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;
  height: 70px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  border: 1px solid #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.entry__btn a:hover,
.entry__btn input:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .entry__btn a,
  .entry__btn input {
    font-size: 15px;
    height: 60px;
  }
}
.entry__btn a {
  background-color: #a7adb9;
  border: 1px solid #a7adb9;
}

#thanks .entry__btnArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit {
  padding: 70px 20px 70px;
  max-width: 1048px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 30px 20px 30px;
  }
}

.recruitLinkArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruitLinkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruitLinkArea__head {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruitLinkArea__head {
    font-size: 24px;
    margin-top: 0px;
  }
}
.recruitLinkArea__en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitLinkArea__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.recruitLinkArea__textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.recruitLinkArea__frame {
  overflow: hidden;
  position: relative;
  height: 378px;
  width: 49%;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .recruitLinkArea__frame {
    height: 52vw;
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruitLinkArea__frame:hover .recruitLinkArea__content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.recruitLinkArea__frame:hover .recruitLinkArea__content:before,
.recruitLinkArea__frame:active .recruitLinkArea__content:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.recruitLinkArea__frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruitLinkArea__content {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recruitLinkArea__content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.history {
  padding: 30px 20px 0px;
}
.history__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 10px 20px 10px;
  }
}
.history .basicTable {
  margin-bottom: 30px;
}
.history .basicTable th {
  width: 20%;
  text-align: center;
}
_:-ms-fullscreen,
:root .history .basicTable th .ie_indent {
  padding-right: 1em;
  font-weight: 500;
}
.history .basicTable th .ie_indent {
  font-weight: 500;
}
.company {
  padding: 70px 20px 90px;
  max-width: 1048px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .company {
    padding: 50px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 30px 20px 0px;
  }
}
.company__adressArea {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .company__adressArea {
    padding: 0;
  }
}
.company__p {
  margin: 0px 0 20px;
}
@media screen and (max-width: 768px) {
  .company__map iframe {
    height: 350px !important;
  }
}
.company__btnArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1008px;
  margin: auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .company__btnArea {
    margin-top: 27px;
  }
}
.company__btn {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .company__btn {
    width: 100%;
    margin: 10px 0;
  }
}
.company__btn:nth-child(even) a {
  background-color: #82bfbf;
  border: 1px solid #82bfbf;
}
.company__btn:nth-child(even) a:hover {
  color: #82bfbf;
  background-color: #ffffff;
}
.company__btn a {
  display: block;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  padding: 25px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #3a84ce;
  min-height: 145px;
}
@media screen and (max-width: 768px) {
  .company__btn a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.company__btn a:hover {
  color: #3a84ce;
  background-color: #ffffff;
}
.company__btn a span {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 5px;
}
.company__btn a span.text {
  margin: 6px 0 0 0;
}

.companyLink {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 50px;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .companyLink {
    padding: 0px 0 25px;
  }
}
.companyLink li {
  width: 30%;
  margin: 0 1%;
}
.companyLink li a {
  -js-display: flex;
  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;
  height: 60px;
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #3a84ce;
  border: 1px solid #3a84ce;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .companyLink li a {
    font-size: 14px;
    padding: 0 3px;
    height: 45px;
  }
}
.companyLink li a.current {
  background-color: white;
  color: #3a84ce;
}
.companyLink li a:hover {
  opacity: 0.6;
}

html {
  font-size: 62.5%;
}

body {
  color: #1f1f1f;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
  }
}

main {
  margin-top: 70px;
}

span {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #1f1f1f;
}

a,
div,
img {
  outline: none;
}

.anchor-link:before {
  content: "";
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .anchor-link:before {
    padding-top: 10px;
    margin-top: -10px;
  }
}

iframe {
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  iframe {
    height: 220px !important;
  }
}

.privacy {
  padding: 50px 20px 90px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 30px 20px 50px;
  }
}
.privacy__inner {
  max-width: 900px;
  margin: auto;
}
.privacy__list {
  margin: 30px 0 0px;
  padding-left: 15px;
}
.privacy__list li {
  margin-bottom: 10px;
  list-style-type: decimal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__list {
    margin-bottom: 10px 0 0px;
  }
}

.sitemap {
  padding: 50px 20px 90px;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 30px 20px 50px;
  }
}
.sitemap__inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sitemap {
    margin-bottom: 10px 0 0px;
  }
}

/*----------------------------------------------------
	☆Animation
----------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top .fadeIn2 {
  opacity: 0;
  -webkit-animation: fadeIn 1300ms ease-in-out forwards;
  animation: fadeIn 1300ms ease-in-out forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.qswow {
  visibility: hidden;
}

.animated {
  visibility: visible;
}

.mov.is-v {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

.mov.is-v .mov_inr {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mov .mov_inr {
  display: block;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1),
    -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  width: 100%;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mov_bg {
  overflow: hidden;
  position: relative;
}

.mov_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mov_bg.is-v:after {
  -webkit-transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s,
    -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s,
    -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s,
    left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s,
    left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s,
    left 0.6s ease 1.3s, opacity 0s ease 1.9s,
    -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
  background-color: #ffffff;
}

.mov_bg.letter.is-v:after {
  -webkit-transition: left 0.5s ease 2.5s, opacity 0s ease 3.1s,
    -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s;
  transition: left 0.5s ease 2.5s, opacity 0s ease 3.1s,
    -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s;
  -o-transition: transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s,
    left 0.5s ease 2.5s, opacity 0s ease 3.1s;
  transition: transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s,
    left 0.5s ease 2.5s, opacity 0s ease 3.1s;
  transition: transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s,
    left 0.5s ease 2.5s, opacity 0s ease 3.1s,
    -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.4, 1) 1.7s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
  background-color: #3a84ce;
}

.mov_bg.letter.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 2.5s;
  -o-transition: opacity 0s ease 2.5s;
  transition: opacity 0s ease 2.5s;
}

.mov_bg.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 1.3s;
  -o-transition: opacity 0s ease 1.3s;
  transition: opacity 0s ease 1.3s;
}

.mov_bg .mov_inr {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
/*# sourceMappingURL=common.css.map */

/*採用カード*/


.card-content {
  background: linear-gradient(30deg, rgba(58, 132, 206, 1), rgba(136, 204, 251, 0.5));
  border-radius: 0.5rem;
}

.card {
  width: 300px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.card-header {
  padding: 1rem;
  background-color: #3A84CE;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.card-content {
  padding: 15px;
  padding-bottom: 5px;
}
.banner-image {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.accordion {
  width: 100%;
}
.accordion-item {
  border-top: 1px solid #fff;
}
.accordion-trigger {
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.accordion-trigger::after {
  content: '+';
  transition: transform 0.3s ease;
}
.accordion-trigger[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.accordion-content {
  padding: 0 0 1rem;
  display: none;
}
.accordion-content.active {
  display: block;
}
.text-sm {
  font-size: 0.875rem;
}
.text-gray-600 {
  color: #4b5563;
}
.mb-2 {
  margin-bottom: 0.5rem;
}

.card .button {
  display: inline-block;
width: 100%;
padding: 0.5rem 0;
background-color: #fff;
color: #3A84CE;
text-decoration: none;
border-radius: 0.25rem;
text-align: center;
transition: background-color 0.3s ease;
font-weight: 600;
}
.button:hover {
  opacity: 0.6;
}

#content-1 p,
#content-2 p
{
 color: #fff;
} 

@media screen and (max-width: 1400px) {
  .card {
    width: 250px;
  }
}

@media screen and (max-width: 769px) {
  .card {
    width: 160px;
    bottom: 0rem;
    right: 0rem;
    border-radius: 0rem;
  }

  .card-content {
    padding: 9px;
    padding-bottom: 0px;
    border-radius: 0rem;
}

.accordion-trigger {
  font-size: 10px;
}

.card .button {
  font-size: 10px;
}
}