@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*============================================
          基本設定						
============================================*/
@font-face {
  font-family: "Connoisseurs";
  src: url("../../dist/fonts/Connoisseurs.woff") format("woff"),
    url("../../dist/fonts/Connoisseurs.ttf") format("truetype");
}
img {
  height: auto;
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}

.inner {
  height: inherit;
  margin: 0 auto 150px;
  max-width: 1280px;
  width: 100%;
}
.inner[data-type="requirement-inner"] {
  margin: 0 auto 0;
}
.benefit-training .inner {
  margin: 0 auto 0px;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .inner {
    width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

a {
  display: block;
}
a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

/*============================================
  Utility						
  ============================================*/
@media screen and (min-width: 1180px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.not-pc-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .not-pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .not-pc-only {
    display: block;
  }
}

.not-tab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .not-tab {
    display: none;
  }
}

.sp-only02 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-only02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-only02 {
    display: block;
  }
}

/*============================================
                    Header						
============================================*/
.header {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 64px;
  left: 0;
  margin: 0 auto;
  padding: 5px 0 5px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header a {
  transition: all 0.3s ease 0s;
}
.header a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    padding-left: 25px;
    position: fixed;
    z-index: 100;
  }
}

.header-logo {
  max-width: 260px;
  width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 120px;
  }
}
.header-logo img {
  vertical-align: inherit;
}

.header-right {
  align-items: center;
  display: flex;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .header-right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-right {
    display: none;
  }
}

.header-nav {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .header-nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav li {
    font-size: 10px;
  }
}
.header-nav li:not(:first-child) {
  margin-left: 40px;
}
.header-btn {
  border: 1px solid #00aeef;
  border-radius: 57px 0 0 57px;
  margin-left: 45px;
  padding: 3px 0 3px 3px;
  right: 0;
}

.header-btn-inner {
  background-color: #214c75;
  border-radius: 57px 0 0 57px;
  color: #fff;
  padding: 15px 100px 15px 35px;
}
.header-btn-inner span {
  position: relative;
}
.header-btn-inner span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/top-header-entry.png) no-repeat center
    center/contain;
  content: "";
  height: 15px;
  position: absolute;
  right: -33px;
  top: 53%;
  transform: translateY(-50%);
  width: 25px;
}

/*============================================
        SP-Nav						
============================================*/
.sp-nav-title {
  border-radius: 57px;
  color: #214c75;
  font-size: 28px;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
}

.sp-nav {
  display: none;
  height: 39px;
  position: fixed;
  right: 20px;
  top: 0px;
  transition: all 0.3s ease 0s;
  width: 39px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-nav {
    display: block;
  }
  .sp-nav:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .sp-nav {
    display: block;
  }
  .sp-nav:hover {
    cursor: pointer;
  }
}

.sp-nav-one,
.sp-nav-two,
.sp-nav-three {
  background: #214c75;
  border-radius: 3px;
  content: "";
  height: 2px;
  position: fixed;
  right: 27px;
  transition: all 0.3s ease 0s;
  z-index: 1000000;
}
.sp-nav-one.is-active,
.sp-nav-two.is-active,
.sp-nav-three.is-active {
  top: 22px;
}

.sp-nav-one {
  top: 15px;
  width: 27px;
}
.sp-nav-one.is-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-nav-two {
  right: 33px;
  top: 23px;
  width: 21px;
}
.sp-nav-two.is-active {
  opacity: 0;
}

.sp-nav-three {
  right: 39px;
  top: 31px;
  width: 15px;
}
.sp-nav-three.is-active {
  -webkit-transform: rotate(-45deg);
  right: 28px;
  transform: rotate(-45deg);
  width: 27px;
}

.sp-nav-menu {
  -webkit-transform: translateX(180%);
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: 50%;
  top: 60px;
  transform: translateX(180%);
  transition: all 0.3s ease 0s;
  width: 102%;
  z-index: 80;
}
.sp-nav-menu.is-active {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .sp-nav-menu {
    top: 40px;
  }
}

.sp-nav-contents .yellow-dot-bg,
.sp-nav-contents .yellow-dot-bg2 {
  height: 107px;
  position: absolute;
  width: 107px;
  z-index: -1;
}
.sp-nav-contents .yellow-dot-bg {
  right: -46px;
  top: 57px;
}
.sp-nav-contents .yellow-dot-bg2 {
  bottom: -20px;
  left: -46px;
}
.sp-nav-contents .blue-graph-bg {
  height: 171px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 171px;
  z-index: -1;
}

.sp-nav-list {
  font-size: 14px;
  position: relative;
  text-align: center;
}
.sp-nav-list::before {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
.sp-nav-list li {
  border-top: 1px solid #214c75;
  padding: 24px 0;
}
.sp-nav-list li:last-child {
  border-bottom: 1px solid #214c75;
}

.sp-nav-btn {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 6px 0px #00000033;
  display: flex;
  font-size: 14px;
  font-weight: 16;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  line-height: 35px;
  margin: 24px auto;
  width: 240px;
}

.sp-document-btn,
.sp-contact-btn {
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
  margin: 24px auto;
  text-align: center;
  width: 200px;
}

.sp-document-btn {
  background-color: #f5a623;
}

.sp-contact-btn {
  background-color: #214c75;
}

/*============================================
          TOP						
============================================*/
.top {
  background: url(../../dist/img/top-top.png) no-repeat center center/cover;
  padding-bottom: 240px;
  padding-top: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top {
    padding-bottom: 250px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    background-size: contain;
    padding-bottom: 240px;
    padding-top: 70px;
  }
}

.top-contents {
  margin-left: auto;
  max-width: 712px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-contents {
    text-align: center;
  }
}

.top-lead {
  color: #214c75;
  /* font-family: "connoisseurs", sans-serif; */
  /* font-family: "Damion", cursive; */
  /* font-family: "Courgette", cursive; */
  /* font-weight: 400; */
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-lead {
    font-size: 20px;
  }
}

.top-title {
  color: #214c75;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.top-text {
  line-height: 2.25;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-text {
    font-size: 11px;
  }
}

.top-btn {
  align-items: center;
  background-color: #214c75;
  border-radius: 50%;
  box-shadow: 11px 13px 14px -7px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 168px;
  justify-content: center;
  margin: 50px auto 0;
  margin-top: 50px;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 168px;
}
.top-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-btn {
    height: 130px;
    margin-top: 24px;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .top-btn {
    height: 75px;
    position: absolute;
    right: 20px;
    width: 75px;
  }
}
.top-btn::before,
.top-btn::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: 1s circleanime linear infinite;
  animation: 1s circleanime linear infinite;
  border: 1px solid #00aeef;
  border-radius: 50%;
  content: "";
  height: 186px;
  left: -10px;
  opacity: 1;
  position: absolute;
  top: -8px;
  transform: translate(-50%, -50%);
  width: 186px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-btn::before,
  .top-btn::after {
    height: 150px;
    left: -12px;
    top: -12px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top-btn::before,
  .top-btn::after {
    height: 83px;
    left: -5px;
    top: -5px;
    width: 83px;
  }
}
.top-btn::before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
}
.top-btn span {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  padding-right: 41px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-btn span {
    font-size: 12px;
    padding-right: 16px;
  }
}
.top-btn span p {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .top-btn span p {
    display: none;
  }
}
.top-btn span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/top-top-entry-arow.png) no-repeat center
    center/contain;
  content: "";
  height: 29px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 767px) {
  .top-btn span::before {
    height: 12px;
    width: 10px;
  }
}

/*============================================
          Video						
============================================*/
.top-video-contents {
  display: flex;
  justify-content: center;
  margin: -176px auto 0;
  max-height: 608px;
  max-width: 1080px;
  position: relative;
  width: 100%;
}
.top-video-contents:hover {
  cursor: pointer;
}
.top-video-contents:hover .top-video-stoker {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-video-contents:hover .top-video-stoker {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-video-contents {
    margin: -256px auto 0;
  }
}

.top-video-stoker {
  border: 4px solid #fff;
  border-radius: 50%;
  display: none;
  height: 83px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition-timing-function: ease-out;
  width: 83px;
}
.top-video-stoker::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../../dist/img/icon-triangle.png) no-repeat center
    center/contain;
  content: "";
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}

.top-video {
  width: 100%;
}

/*============================================
          Vision						
============================================*/
.vision {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .vision {
    margin-top: 32px;
  }
}

.vision-contents,
.philosophy-contents {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision-contents,
  .philosophy-contents {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-contents {
    flex-direction: column;
  }
}

.vision-contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vision-contents {
    flex-direction: column-reverse;
  }
}

.vision-text-contents {
  max-width: 540px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision-text-contents {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vision-text-contents {
    margin-top: 40px;
  }
}

.section-titles {
  position: relative;
}
.section-titles[data-title="business"] {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-titles {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-titles[data-title="vision"] {
    text-align: center;
  }
}

.section-title {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
  }
}
.section-title span {
  color: #c2c2c2;
  font-family: "connoisseurs", sans-serif;
  font-size: 160px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 72px;
  }
}
.section-title span[data-en="business"] {
  color: #fff;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .section-title span[data-en="business"] {
    width: 264px;
  }
}
.section-title span[data-en="Philosophy"] {
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .section-title span[data-en="Philosophy"] {
    padding-left: 0;
  }
}
.section-title span[data-en="Interview"]::before {
  color: #fff;
}

.mini-section-title {
  color: #214c75;
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mini-section-title {
    font-size: 20px;
  }
}
.mini-section-title[data-title="vision"] {
  -webkit-transform: translateY(-50%);
  padding-left: 60px;
  top: 80%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mini-section-title[data-title="vision"] {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    padding-left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .mini-section-title[data-title="vision"] {
    -webkit-transform: translateX(-50%);
    left: 50%;
    padding-left: 0;
    top: 60%;
    transform: translateX(-50%);
  }
}
.mini-section-title[data-title="business"] {
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
}

.vision-text {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .vision-text {
    margin-top: 24px;
  }
}

.vision-btn {
  margin-left: auto;
  margin-top: 30px;
  position: relative;
  transform: translateX(-200px);
}
@media screen and (max-width: 1024px) {
  .vision-btn {
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .vision-btn {
    margin: 8px auto 0;
  }
}

.section-btn {
  border: 1px solid #00aeef;
  border-radius: 57px;
  max-width: 176px;
  padding: 3px;
}

.section-btn-inner {
  align-items: center;
  background-color: #214c75;
  border-radius: 57px;
  color: #fff;
  display: flex;
  padding: 12px 27px;
}
.section-btn-inner span {
  font-weight: 500;
  line-height: 1.5;
  padding-right: 18px;
  position: relative;
}
.section-btn-inner span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/icon-btn1.png) no-repeat center center/contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  width: 10px;
}

.section-img {
  left: 0;
  margin-left: auto;
  margin-right: 40px;
  max-width: 600px;
  position: relative;
  top: 0;
  width: 55%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-img {
    margin: 24px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section-img {
    height: 266px;
    margin: 0 auto;
    width: 305px;
  }
}
.section-img img {
  border-radius: 5px;
  aspect-ratio: 1202 / 1048;
  object-fit: cover;
}
.section-img::before {
  background: url(../../dist/img/top-section-bg.png) no-repeat center
    center/cover;
  content: "";
  height: 100%;
  position: absolute;
  right: -7%;
  top: 7%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-img::before {
    height: 262px;
    right: -15px;
    top: 20px;
    width: 302px;
  }
}

.vision-img {
  height: 524px;
  margin-left: 83px;
  right: 40px;
}
.vision-img::before {
  right: -40px;
  top: 51px;
}

/*============================================
          Philosophy						
============================================*/
.philosophy {
  margin-top: 137px;
}
@media screen and (max-width: 767px) {
  .philosophy {
    margin-top: 0;
  }
}

.philosophy-img {
  max-width: 600px;
  position: relative;
  width: 55%;
  z-index: 0;
}
@media screen and (min-width: 1180px) {
  .philosophy-img {
    left: 40px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-img {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-img {
    height: 213px;
    margin: 0 auto;
    margin-top: 40px;
    width: 304px;
  }
}
.philosophy-img::before {
  background: url(../../dist/img/top-section-bg.png) no-repeat center
    center/cover;
  content: "";
  height: 100%;
  left: -6%;
  position: absolute;
  top: 9%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .philosophy-img::before {
    height: 213px;
    left: -20px;
    top: 20px;
    width: 309px;
  }
}

.philosophy-img img {
  aspect-ratio: 1200 / 840;
  object-fit: cover;
}

.philosophy-text-contents {
  margin-left: auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-text-contents {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-text-contents {
    margin: 16px auto 0;
  }
}

.philosophy-lead {
  color: #214c75;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .philosophy-lead {
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
  }
}

.philosophy-text {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .philosophy-text {
    font-size: 12px;
  }
}

/*============================================
          About						
============================================*/
.about {
  background: url(../../dist/img/top-business.png) no-repeat center center/cover;
  margin-top: 138px;
  padding-bottom: 69px;
  padding-top: 147px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 40px;
    padding-bottom: 24px;
    padding-top: 16px;
  }
}

.about-title {
  color: #fff;
  text-align: center;
}

.about-contents {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 78px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-contents {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-contents {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}

.about-text-part {
  font-family: "Roboto", sans-serif;
  width: calc(100% - 654px - 57px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-text-part {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-text-part {
    width: 100%;
  }
}

.about-text-item:not(:first-child) {
  margin-top: 41px;
}

.about-text-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  /* text-shadow: 2px 2px 0 #214c75, -2px 2px 0 #214c75, 2px -2px 0 #214c75,
    -2px -2px 0 #214c75; */
}
@media screen and (max-width: 767px) {
  .about-text-title {
    -webkit-text-stroke: 1px #214c75;
    text-stroke: 1px #214c75;
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
  }
}

.about-text-sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .about-text-sub-title {
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
  }
}

.about-text-text {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .about-text-text {
    font-size: 12px;
    margin-top: 14px;
  }
}

.about-img {
  border-radius: 5px;
  margin-left: 57px;
  max-width: 654px;
  position: relative;
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-img {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .about-img {
    height: 219px;
    margin: 0 auto;
    width: 327px;
  }
}
.about-img img {
  border-radius: 5px;
}

.about-btn {
  border-color: #3a9df0;
  margin: 64px auto 0;
  margin-top: 64px;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-btn {
    margin-top: 24px;
  }
}
.about-btn:hover {
  border: 1px solid #fff;
}
.about-btn:hover .about-btn-inner {
  background-color: #fff;
}
.about-btn:hover .section-btn-inner {
  color: #3a9df0;
}
.about-btn:hover .section-btn-inner span::before {
  align-items: center;
  color: #3a9df0;
  content: ">";
  display: flex;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .about-btn {
    margin-top: 24px;
  }
}

.about-btn-inner {
  align-items: center;
  background-color: #3a9df0;
  display: flex;
  transition: all 0.6s ease 0s;
}

/*============================================
          Interview						
============================================*/
.interview {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
}
.interview::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../../dist/img/common-bg-4wave.png) no-repeat center
    bottom/contain;
  content: "";
  height: 80vw;
  left: 50%;
  position: absolute;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-bottom: 40px;
    padding-top: 16px;
  }
}

.section-title-wrap {
  text-align: center;
}

.interview-title {
  text-align: center;
}

.interview-contents {
  margin: 81px auto 0px;
  max-width: 1070px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview-contents {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .interview-contents {
    margin-top: 24px;
  }
}

.interview-item-contents-wrap {
  background-color: #fff;
  height: 425px;
  padding: 34px 25px 25px 25px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview-item-contents-wrap {
    height: 210px;
    padding: 10px 15px 14px 15px;
  }
}

.interview-item {
  background: transparent;
  box-shadow: 0px 2px 20px 0px #214c754d;
  display: block;
  max-width: 329px;
  position: relative;
  transition: background 0.6s ease;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .interview-item {
    max-width: 155px;
  }
}
.interview-item:hover {
  box-shadow: none;
}
.interview-item:hover .interview-item-contents-wrap {
  -webkit-transform: translate(10px, 10px);
  background: linear-gradient(
    210.93deg,
    #214c75 0%,
    rgba(33, 76, 117, 0.6) 100%
  );
  color: #fff;
  transform: translate(10px, 10px);
}
.interview-item:hover .interview-item-EnName,
.interview-item:hover .interview-item-name {
  color: #fff;
}
.interview-item:hover::before {
  position: relative;
}
.interview-item::before {
  background: linear-gradient(
    210.93deg,
    #214c75 0%,
    rgba(33, 76, 117, 0.6) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview-item::before {
    right: -5px;
    top: 5px;
  }
}

.interview-item-img {
  height: 273px;
  margin: 0 auto;
  position: relative;
  width: 253px;
}
@media screen and (max-width: 767px) {
  .interview-item-img {
    height: 131px;
    width: 130px;
  }
}
.interview-item-img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.interview-more {
  background-color: #3a9cef;
  border-radius: 50%;
  bottom: -20px;
  height: 43px;
  position: absolute;
  right: 0px;
  width: 43px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview-more {
    bottom: -8px;
    height: 22px;
    width: 22px;
  }
}
.interview-more::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../../dist/img/icon-btn2.png) no-repeat center center/contain;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}
@media screen and (max-width: 767px) {
  .interview-more::before {
    width: 14px;
  }
}

.interview-item-EnName {
  color: #214c75;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 9px;
  position: relative;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .interview-item-EnName {
    font-size: 12px;
    margin-top: 5px;
    padding-bottom: 6px;
  }
}
.interview-item-EnName::before {
  -webkit-transform: translateX(-50%);
  background-color: #c4c4c4;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.interview-item-bottom {
  display: flex;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .interview-item-bottom {
    margin-top: 0;
  }
}

.interview-item-name {
  color: #214c75;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .interview-item-name {
    font-size: 10px;
  }
}

.interview-item-info {
  font-size: 12px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .interview-item-info {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .interview-item-yaer {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .interview-item-part {
    margin-top: 3px;
  }
}

.interview-item-part--irregular {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .interview-item-part--irregular {
    margin-top: 0;
    font-size: 10px;
  }
}

.interview-paginations {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .interview-paginations {
    margin-top: 24px;
  }
}

.interview-pagination {
  height: 20px;
  position: relative;
  width: 20px;
}
.interview-pagination:not(:first-child) {
  margin-left: 24px;
}
.interview-pagination::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #214c75;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.interview-pagination.active::after {
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #214c75;
  border-radius: 50%;
  content: "";
  height: 27px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
}

/*============================================
          Slider						
============================================*/
.swiper {
  /* max-width: 1043px; */
  max-width: 1029px;
  padding-bottom: 20px;
}
.swiper[data-type="indivisual"] {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper {
    width: 682px;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    /* max-width: 336px; */
    max-width: 332px;
  }
}
.interview-swiper-pagination .swiper-pagination {
  top: 820px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview-swiper-pagination .swiper-pagination {
    top: 760px;
  }
}
@media screen and (max-width: 767px) {
  .interview-swiper-pagination .swiper-pagination {
    top: 400px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 50px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal[data-type="indivisual"] {
  bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
  }
}

.swiper-pagination-bullet {
  background: #214c75;
  height: 20px;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s ease 0s;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.swiper-pagination-bullet:hover {
  cursor: pointer;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active:hover {
  cursor: inherit;
  opacity: 1;
}
.swiper-pagination-bullet-active::before {
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #214c75;
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 16px;
}

/*============================================
          Another Link						
============================================*/
.another-link {
  padding: 0;
  margin: 60px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .another-link {
    padding: 16px 0;
    margin: ;
  }
}
.another-link .inner {
  margin: 0 auto 0;
}
.another-link-contents {
  align-items: center;
  display: flex;
  justify-content: center;
}
.another-link-item {
  border: 1px solid #214c75;
  border-radius: 4px;
  color: #214c75;
  font-weight: 700;
  padding: 21px;
  transition: all 0.3s ease 0s;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .another-link-item {
    padding: 16px;
    width: 140px;
  }
}
.another-link-item:hover {
  background-color: #214c75;
  border: 1px solid #fff;
  color: #fff;
}
.another-link-item:hover .another-link-title {
  border-bottom: 1px solid #fff;
}
.another-link-item:hover .another-link-title::before {
  background-image: url(../../dist/img/icon-btn1.png);
}
@media screen and (max-width: 767px) {
  .another-link-item {
    margin: 0 auto;
  }
}
.another-link-item:not(:first-child) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .another-link-item:not(:first-child) {
    margin-left: 19px;
  }
}

.another-link-entitle {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .another-link-entitle {
    font-size: 16px;
  }
}

.another-link-title {
  border-bottom: 2px solid #214c75;
  font-size: 18px;
  padding-bottom: 11px;
  position: relative;
}
.another-link-title::before {
  -webkit-transform: translateX(-50%);
  background: url(../../dist/img/icon-arrow-blue.png) no-repeat center
    center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  width: 7px;
}
.another-link-title span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .another-link-title {
    font-size: 10px;
    padding-bottom: 4px;
  }
  .another-link-title::before {
    top: 11%;
  }
}

/*============================================
          Entry						
============================================*/
.entry {
  /* background: url(../../dist/img/common-entry-bg.png) no-repeat center
    center/cover; */
  background: url(../../dist/img/common-entry-bg_b.webp) no-repeat center
    center/cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .entry {
    /* background: linear-gradient(
        360deg,
        #214c75 -3.86%,
        rgba(33, 76, 117, 0.8) 39.24%,
        rgba(33, 76, 117, 0) 71.34%
      ), */
    /* url(../../dist/img/common-footer-entry-sp.jpg) no-repeat center
        center/cover; */
    background: linear-gradient(
        360deg,
        #214c75 -3.86%,
        rgba(33, 76, 117, 0.8) 39.24%,
        rgba(33, 76, 117, 0) 71.34%
      ),
      url(../../dist/img/common-entry-bg_b_sp.webp) no-repeat center
        center/cover;
    /* background: url(../../dist/img/common-entry-bg_b_sp.webp) no-repeat center
        center/cover; */
  }
}
@media screen and (max-width: 767px) {
  .entry {
    /* background: linear-gradient(
        360deg,
        #214c75 -3.86%,
        rgba(33, 76, 117, 0.8) 39.24%,
        rgba(33, 76, 117, 0) 71.34%
      ), */
    /* url(../../dist/img/common-footer-entry-sp.jpg) no-repeat center
        center/cover; */
    background: linear-gradient(
        360deg,
        #214c75 -3.86%,
        rgba(33, 76, 117, 0.8) 39.24%,
        rgba(33, 76, 117, 0) 71.34%
      ),
      url(../../dist/img/common-entry-bg_b_sp.webp) no-repeat center
        center/cover;
    /* background: url(../../dist/img/common-entry-bg_b_sp.webp) no-repeat center
        center/cover; */
    padding-top: 144px;
  }
}

.footer-entry-contents {
  display: flex;
  margin-left: auto;
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-entry-contents {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-entry-contents {
    display: block;
    width: 100%;
  }
}

.entry-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "connoisseurs", sans-serif;
  font-size: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .entry-title {
    color: #214c75;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .entry-title {
    display: block;
    font-size: 72px;
  }
}

.entry-contents {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .entry-contents {
    margin: 16px auto 0;
  }
}

.footer-entry-link {
  box-sizing: border-box;
  padding: 65px 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-entry-link {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
.footer-entry-link:first-child {
  border-bottom: 2px solid #fff;
  /* border-bottom: 2px solid #000; */
}
.footer-entry-link span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .footer-entry-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-entry-link span {
    font-size: 15px;
  }
}
.footer-entry-link span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/icon-btn1.png) no-repeat center center/contain;
  /* background: url(../../dist/img/icon-btn1.svg) no-repeat center center/contain; */
  content: "";
  height: 13px;
  position: absolute;
  right: -32px;
  top: 54%;
  transform: translateY(-50%);
  width: 9px;
}

.entry-essentials,
.entry-form {
  transition: all 0.3s ease 0s;
}
.entry-essentials:hover,
.entry-form:hover {
  background-color: #fff;
}
.entry-essentials:hover span,
.entry-form:hover span {
  color: #214c75;
}
.entry-essentials:hover span::before,
.entry-form:hover span::before {
  background-image: url(../../dist/img/icon-arrow-blue.png);
}

/*============================================
          Footer						
============================================*/
.footer {
  background: url(../../dist/img/common-footer-footer.jpg) no-repeat center
    center/cover;
  color: #fff;
  padding-bottom: 81px;
  padding-top: 82px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 0;
  }
}

.footer-contents {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-contents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-contents {
    display: block;
  }
}

.footer-logo {
  transition: opacity 0.3s ease 0s;
  width: 293px;
}
.footer-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 118px;
  }
}

.footer-info {
  font-size: 10px;
  margin-top: 21px;
}

.footer-tells {
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer-tells {
    font-size: 10px;
  }
}

.footer-fax {
  margin-left: 8px;
}

.footer-nav {
  align-items: baseline;
  color: #141c4a;
  display: flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  margin-left: 360px;
  margin-top: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-nav {
    margin: 24 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav li {
  color: #fff;
}
.footer-nav li a {
  transition: color 0.3s ease 0s;
}
.footer-nav li a:hover {
  color: #3a9cef;
}
.footer-nav li:not(:first-child) {
  margin-top: 16px;
}

.footer-nav-right {
  margin-left: 81px;
}

/*============================================
          Common						
============================================*/
.common-top {
  padding-bottom: 51px;
  padding-top: 448px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common-top {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .common-top {
    padding-bottom: 12px;
    padding-top: 176px;
  }
}

.common-top-title {
  position: relative;
  text-align: center;
  z-index: 0;
}
.common-top-title span {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2.7rem;
}
.common-top-title span[data-en="MEMBER"] {
  /* color: #000; */
}
.common-top-title span[data-en="MEMBER"]::before {
  /* -webkit-text-stroke: 1px #000; */
}
.common-top-title span[data-en="PHILOSOPHY"] {
  color: #000;
}
.common-top-title span[data-en="PHILOSOPHY"]::before {
  -webkit-text-stroke: 1px #000;
}

.common-top-title span[data-en="Mission,Vision,Value"]::before {
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  .common-top-title span[data-en="Mission,Vision,Value"]::before {
    font-size: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .common-top-title span {
    letter-spacing: 1.3rem;
  }
  .common-top-title span[data-en="PHILOSOPHY"]::before {
    letter-spacing: 0.1rem;
  }
  .common-top-title span[data-en="BUSINESS"]::before {
    letter-spacing: 0.5rem;
  }
  .common-top-title span[data-en="REQUIREMENT"]::before {
    letter-spacing: -0.6rem;
  }
  .common-top-title span[data-en="INTERVIEW"]::before {
    letter-spacing: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common-top-title span {
    letter-spacing: 1.6rem;
  }
  .common-top-title span[data-en="Mission,Vision,Value"]::before {
    font-size: 65px;
  }
  .common-top-title span[data-en="PHILOSOPHY"]::before {
    letter-spacing: 0.1rem;
  }
  .common-top-title span[data-en="BUSINESS"]::before {
    letter-spacing: 0.5rem;
  }
  .common-top-title span[data-en="REQUIREMENT"]::before {
    letter-spacing: -0.6rem;
  }
  .common-top-title span[data-en="INTERVIEW"]::before {
    letter-spacing: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .common-top-title span {
    font-size: 24px;
    letter-spacing: 1.7rem;
  }
  .common-top-title span[data-en="Mission,Vision,Value"]::before {
    font-size: 40px;
  }
  .common-top-title span[data-en="PHILOSOPHY"] {
    letter-spacing: 0.7rem;
  }
  .common-top-title span[data-en="PHILOSOPHY"]::before {
    letter-spacing: 0.5rem;
  }
  .common-top-title span[data-en="REQUIREMENT"] {
    letter-spacing: 0.7rem;
  }
  .common-top-title span[data-en="REQUIREMENT"]::before {
    letter-spacing: 0.5rem;
  }
  .common-top-title span[data-en="data"] {
    letter-spacing: 1.7rem;
  }
  .common-top-title span[data-en="data"]::before {
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .common-top-title span[data-en="Mission,Vision,Value"]::before {
    font-size: 30px;
  }
}

.philosophy-top .common-top-title span {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  .philosophy-top .common-top-title span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-top .common-top-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .philosophy-top .common-top-title span {
    font-size: 16px;
  }
}

.common-top-title span::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  content: attr(data-en);
  font-family: "futura-pt", sans-serif;
  font-size: 130px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 2.5rem;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .common-top-title span::before {
    font-size: 40px;
    letter-spacing: 1.5rem;
  }
}

.common-section-title {
  letter-spacing: 5px;
  text-align: center;
}
.common-section-title span {
  color: #214c75;
  font-family: "futura-pt", sans-serif;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 9px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .common-section-title span {
    font-size: 20px;
  }
}
.common-section-title .common-section-title-culture {
  color: #fff;
}
.common-section-title span[data-en="Mission"]::before {
  color: #fff;
}
.common-section-title span[data-en="Our Business"]::before {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .common-section-title span[data-en="Our Business"]::before {
    width: 300px;
  }
}
.common-section-title span[data-en="Training"]::before {
  color: #c2c2c2;
}
.common-section-title span[data-en="Culture"]::before {
  color: #fff;
  color: #c2c2c2;
}
.common-section-title span[data-en="Vision"]::before {
  color: #c2c2c2;
}
.common-section-title span[data-en="Culture"]::before {
  color: rgb(242 242 242 / 0.2);
}
.common-section-title span[data-en="Benefits"]::before {
  color: rgb(242 242 242 / 0.2);
}
.common-section-title span::before {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  content: attr(data-en);
  font-family: "connoisseurs", sans-serif;
  font-size: 150px;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .common-section-title span::before {
    font-size: 72px;
  }
}
.common-section-title span::after {
  -webkit-transform: translateX(-50%);
  background-color: #214c75;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 172px;
}
@media screen and (max-width: 767px) {
  .common-section-title span::after {
    width: 60px;
  }
}
.common-section-title .common-section-title-culture::after {
  background-color: #fff;
}
.common-section-title[data-en="Interview"] {
  text-align: center;
}

/*============================================
          Member						
============================================*/
.member-top {
  /* background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 89.66%
    ),
    url(../../dist/img/member-top.jpg) no-repeat center center/cover; */
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 89.66%
    ),
    url(../../dist/img/member-top_c.webp) no-repeat center center/cover;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .member-top {
    /* background: linear-gradient(
        180deg,
        rgba(58, 156, 239, 0) 2.6%,
        rgba(58, 156, 239, 0) 44.12%,
        #145179 89.66%
      ),
      url(../../dist/img/member-top.jpg) no-repeat top top/cover; */
    background: linear-gradient(
        180deg,
        rgba(58, 156, 239, 0) 2.6%,
        rgba(58, 156, 239, 0) 44.12%,
        #145179 89.66%
      ),
      url(../../dist/img/member-top_c.webp) no-repeat top top/cover;
  }
}

/*============================================
          Member Person						
============================================*/
.member-person {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 500px;
  padding-top: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .member-person {
    padding: 40px 0 450px 0;
  }
}
@media screen and (max-width: 767px) {
  .member-person {
    padding-bottom: 400px;
    padding-top: 24px;
  }
}

.member-person-img {
  margin: 0 auto;
  width: 79.6875%;
}
@media screen and (max-width: 767px) {
  .member-person-img {
    width: 280px;
  }
}
.member-person-contents {
  display: flex;
  justify-content: center;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .member-person-contents {
    display: block;
    margin-top: 42px;
  }
}

.member-person-text {
  line-height: 24/16;
  margin-left: 40px;
  max-width: 465px;
}
@media screen and (max-width: 767px) {
  .member-person-text {
    font-size: 12px;
    line-height: 2;
    margin: 23px auto 0;
    margin-top: 23px;
  }
}
.member-person-text p {
  margin-top: 1rem;
}

/*============================================
          Member Interview						
============================================*/
.member-interview {
  background-color: #fff;
  /* height: 853px; */
  /* height: 2553px; */
  height: 2053px;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .member-interview {
    /* height: 1100px; */
    /* height: 3400px; */
    height: 3350px;
  }
}
@media screen and (max-width: 767px) {
  .member-interview {
    /* height: 450px; */
    /* height: 1550px; */
    height: 1520px;
  }
}

.member-interview-contents {
  -webkit-transform: translate(-50%);
  left: 50%;
  position: absolute;
  top: -350px;
  transform: translate(-50%);
}
.member-interview-contents::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../../dist/img/member-interview-bg.png) no-repeat center
    bottom/contain;
  content: "";
  height: 80vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

.member-interview-items {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  position: relative;
  row-gap: 32px;
  z-index: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .member-interview-items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .member-interview-items {
    -ms-grid-columns: 1fr 18px 1fr;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 33px;
    row-gap: 23px;
  }
}
@media screen and (max-width: 767px) {
  .member-interview-items {
    -ms-grid-columns: 1fr 18px 1fr;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 33px;
    row-gap: 23px;
  }
}

.member-interview-item {
  background-color: transparent;
  box-shadow: 0px 2px 20px 0px rgba(33, 76, 117, 0.3);
  max-width: 329px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.member-interview-item:hover {
  box-shadow: none;
}
.member-interview-item:hover .member-interview-item-contents {
  -webkit-transform: translate(10px, 10px);
  background: transparent;
  color: #fff;
  transform: translate(10px, 10px);
}
.member-interview-item:hover .member-interview-item-contents .color-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .member-interview-item {
    max-width: 155px;
  }
}
.member-interview-item::before {
  background: linear-gradient(
    210.93deg,
    #214c75 0%,
    rgba(33, 76, 117, 0.6) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.member-interview-item-contents {
  background-color: #fff;
  height: 425px;
  padding: 36px 25px 25px 25px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .member-interview-item-contents {
    height: 210px;
    padding: 10px 14px 10px 14px;
  }
}

.member-interview-item-img {
  height: 280px;
  margin: 0 auto;
  position: relative;
  width: 272px;
}
@media screen and (max-width: 767px) {
  .member-interview-item-img {
    height: 135px;
    width: 129px;
  }
}
.member-interview-item-img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.member-interview-item-bottom {
  align-items: baseline;
  display: flex;
}

.member-interview-item-EnName {
  border-bottom: 1px solid #c4c4c4;
  color: #214c75;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member-interview-item-EnName {
    font-size: 12px;
    margin-top: 8px;
  }
}

.member-interview-item-name {
  color: #214c75;
  font-size: 15px;
  font-weight: 700;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .member-interview-item-name {
    font-size: 10px;
    padding-top: 4px;
  }
}

.member-interview-item-info {
  font-size: 12px;
  margin-left: auto;
  padding-top: 6px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .member-interview-item-info {
    font-size: 10px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .member-interview-item-yaer {
    font-size: 8px;
  }
}

.member-interview-item-part--irregular {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .member-interview-item-part--irregular {
    font-size: 10px;
    text-align: right;
  }
}

/*============================================
          Philosophy						
============================================*/
.philosophy-top {
  /* background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 99.66%
    ),
    url(../../dist/img/philosophy-top.jpg) no-repeat center center/cover; */
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 99.66%
    ),
    url(../../dist/img/philosophy-top_b.webp) no-repeat center center/cover;
}

/*============================================
          Philosophy Philosophy						
============================================*/
.philosophy-philosophy {
  padding: 80px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-philosophy {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy {
    padding: 40px 0 0 0;
  }
}

.philosophy-philosophy-contents {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy-contents {
    display: block;
  }
}

.philosophy-philosophy-img {
  max-height: 385px;
  max-width: 550px;
  position: relative;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy-img {
    height: 213px;
    margin: 0 auto;
    width: 304px;
  }
}
.philosophy-philosophy-text {
  margin-left: 60px;
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-philosophy-text {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy-text {
    margin-left: 0;
  }
}

.philosophy-philosophy-title {
  color: #141c4a;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-philosophy-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy-title {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
  }
}

.philosophy-philosophy-lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-philosophy-lead {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-philosophy-lead {
    font-size: 12px;
    margin-top: 16px;
  }
}

/*============================================
          Philosophy Vision						
============================================*/
.philosophy-vision {
  margin-top: 80px;
  padding-bottom: 226px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-vision {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-vision {
    margin-top: 32px;
    margin-top: 83px;
    padding-bottom: 80px;
  }
}

.philosophy-vision-lead {
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .philosophy-vision-lead {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-vision-lead {
    font-size: 12px;
    margin-top: 24px;
  }
}
.philosophy-vision-lead p {
  margin-top: 1rem;
}

.philosophy-vision-img {
  -webkit-transform: translateX(-50%);
  bottom: -175px;
  left: 50%;
  max-height: 350px;
  max-width: 948px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .philosophy-vision-img {
    bottom: -50px;
    height: 103px;
    width: 280px;
  }
}
/*============================================
          Philosophy Mission						
============================================*/
.philosophy-mission {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 280px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-mission {
    padding-bottom: 40px;
    padding-top: 240px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-mission {
    padding-bottom: 40px;
    padding-top: 83px;
  }
}

.philosophy-mission-lead {
  color: #141c4a;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-mission-lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-mission-lead {
    font-size: 16px;
    margin-top: 16px;
  }
}

.philosophy-mission-text {
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-mission-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-mission-text {
    -moz-text-align-last: left;
    font-size: 12px;
    margin-top: 16px;
    text-align-last: left;
  }
}
.philosophy-mission-text p {
  margin-top: 1rem;
}

/*============================================
          Philosophy Values						
============================================*/
.philosophy-values {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 120px;
  padding-top: 279px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy-values {
    padding-bottom: 40px;
    padding-top: 115px;
  }
}

.philosophy-values-img {
  -webkit-transform: translateX(-50%);
  height: 350px;
  left: 50%;
  max-width: 948px;
  position: absolute;
  top: -170px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .philosophy-values-img {
    height: 103px;
    top: -50px;
    width: 280px;
  }
}
.philosophy-values-img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.philosophy-values-contents {
  margin: 60px auto 0;
  max-width: 942px;
  width: 100%;
}

.philosophy-values-item {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #214c754d;
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item {
    display: block;
    margin: 0 auto;
    padding: 16px;
    width: 260px;
  }
  .philosophy-values-item:not(:first-child) {
    margin-top: 16px;
  }
}

.philosophy-values-item-img {
  width: 314px;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item-img {
    margin: 0 auto;
    width: 228px;
  }
}
.philosophy-values-item-info {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item-info {
    padding-left: 0;
  }
}

.philosophy-values-item-title {
  color: #3a9cef;
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item-title {
    font-size: 18px;
    margin-top: 16px;
  }
}

.philosophy-values-item-lead {
  color: #214c75;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item-lead {
    font-size: 14px;
    margin-top: 8px;
  }
}

.philosophy-values-item-text {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .philosophy-values-item-text {
    font-size: 12px;
    margin-top: 8px;
  }
}

/*============================================
          Philosophy Value
============================================*/
.philosophy-value {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 120px;
  padding-top: 279px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy-value {
    padding-bottom: 40px;
    padding-top: 115px;
  }
}

.philosophy-value-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy-value-items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.philosophy-value-item {
}

.philosophy-value-item-title {
}

.philosophy-value-item-title-main {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .philosophy-value-item-title-main {
    font-size: 16px;
  }
}

.philosophy-value-item-title-sub {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .philosophy-value-item-title-sub {
    font-size: 12px;
  }
}

.philosophy-value-item-text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .philosophy-value-item-text {
    font-size: 12px;
  }
}

/*============================================
          Requirement						
============================================*/
.requirement-top {
  /* background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 99.66%
    ),
    url(../../dist/img/requirement-top.jpg) no-repeat center center/cover; */
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 99.66%
    ),
    url(../../dist/img/requirement-top_b.webp) no-repeat center center/cover;
}

.requirement {
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .requirement {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .requirement {
    padding: 40px 0;
  }
}

.requirement-title {
  color: #141c4a;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .requirement-title {
    font-size: 16px;
  }
}

.requirement-contents {
  margin: 133px auto 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .requirement-contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .requirement-contents {
    margin-top: 32px;
    width: 90%;
  }
}

.requirement-item {
  align-items: center;
  border-bottom: 1px solid #464c57;
  display: flex;
  font-size: 20px;
  padding-bottom: 32px;
}
.requirement-item[data-type="requirement-item-wide"] {
  align-items: normal;
}
@media screen and (max-width: 767px) {
  .requirement-item {
    display: block;
    font-size: 12px;
    padding-bottom: 16px;
  }
}
.requirement-item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .requirement-item:not(:first-child) {
    margin-top: 16px;
  }
}
.requirement-item-kind {
  font-weight: 500;
  padding-left: 24px;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .requirement-item-kind {
    padding-left: 12px;
    width: 150px;
  }
}

.requirement-item-kind::before {
  -webkit-transform: translateY(-50%);
  background: #214c75;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.requirement-item[data-type="requirement-item-wide"]
  .requirement-item-kind::before {
  top: 10%;
}
@media screen and (max-width: 767px) {
  .requirement-item-kind::before {
    height: 20px;
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .requirement-item[data-type="requirement-item-wide"]
    .requirement-item-kind::before {
    margin-top: 8px;
  }
}

.requirement-item-info {
  margin-left: 180px;
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .requirement-item-info {
    margin-left: 12px;
    width: 100%;
  }
}

.requirement-message {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
}

.requirement-message-text {
  line-height: 2;
  text-align: center;
  padding: 60px 0 60px 0;
}

.requirement-message-text p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .requirement-message-text {
    -moz-text-align-last: left;
    font-size: 12px;
    text-align-last: left;
  }
}

/*============================================
          Modal						
============================================*/
.modal-bg {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal-bg.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-bg.is-active .modal-bg-black,
.modal-bg.is-active .modal-contents {
  display: block;
}
.modal-bg.is-active .modal-contents .modal-item-img {
  display: block;
}

.modal-bg-black {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.modal-bg-black[data-type="video"] {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-contents {
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal-contents {
    width: 279px;
  }
}

.video-modal-contents {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 1080px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
}
.video-modal-contents video {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .video-modal-contents {
    width: 279px;
  }
}

#controller {
  display: none;
}

.modal-item-img {
  height: 300px;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .modal-item-img {
    height: 210px;
    width: 100%;
  }
}
.modal-item-img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-item-info {
  padding: 16px 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  .modal-item-info {
    padding: 16px;
  }
}

.modal-item-title {
  color: #214c75;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-item-title {
    font-size: 14px;
  }
}

.modal-item-text {
  font-size: 12px;
  line-height: 2;
  margin-top: 8px;
}
.modal-btn {
  background-color: #3a9cef;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .modal-btn {
    height: 36px;
    right: -18px;
    top: -18px;
    width: 36px;
  }
}
.modal-btn:hover {
  cursor: pointer;
}
.modal-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 17px;
}
.modal-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 17px;
}

/*============================================
          Business						
============================================*/
.business-top {
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 89.66%
    ),
    url(../../dist/img/philosophy-mission.jpg) no-repeat center center/cover;
  background-blend-mode: multiply;
}

/*============================================
          Catch						
============================================*/
.business-catch {
  background: url(../../dist/img/business-lead-bg.jpg) no-repeat center
    center/cover;
  color: #fff;
  padding-bottom: 126px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-catch {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .business-catch {
    padding-bottom: 40px;
    padding-top: 24px;
  }
}

.business-catch-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-catch-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .business-catch-title {
    font-size: 16px;
  }
}

.business-catch-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-catch-lead {
    margin-top: 32px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .business-catch-lead {
    font-size: 12px;
    margin-top: 16px;
  }
}

/*============================================
          Business About						
============================================*/
.business-about {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-about {
    padding: 60px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .business-about {
    padding-bottom: 40px;
    padding-top: 63px;
  }
}

.business-about-lead {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
}

.business-about-text {
  line-height: 40/16;
  margin-top: 40px;
  text-align: center;
}

.business-about-contents {
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  /* column-gap: 42px; */
  column-gap: 42px;
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 80px;
  position: relative;
  z-index: 0;
  row-gap: 42px;
  max-width: 880px;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .business-about-contents {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-about-contents {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .business-about-contents {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
}

.business-about-item {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #214c7566;
  font-family: "Roboto", sans-serif;
  max-width: 400px;
  padding: 49px 24px 42px 24px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .business-about-item {
    /* max-width: 300px; */
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-about-item {
    max-width: 600px;
  }
  .business-about-item:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .business-about-item {
    /* height: 346px; */
    height: auto;
    padding: 23px;
    width: 260px;
  }
  .business-about-item:not(:first-child) {
    margin-top: 23px;
  }
}
.business-about-item::before {
  background: linear-gradient(
    210.93deg,
    #214c75 0%,
    rgba(33, 76, 117, 0.6) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.business-about-item-img {
  margin: 0 auto;
  width: 105px;
}
@media screen and (max-width: 767px) {
  .business-about-item-img {
    width: 50px;
  }
}

.business-about-item-title {
  color: #3a9cef;
  font-size: 23px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-about-item-title {
    font-size: 14px;
    margin-top: 8px;
  }
}

.business-about-item-text {
  line-height: 1.875;
  margin-top: 16px;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .business-about-item-text {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 8px;
  }
}

/*============================================
          Benefit						
============================================*/
.benefit-top {
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 89.66%
    ),
    /* url(../../dist/img/benefit-top.jpg) no-repeat center center/cover; */
      url(../../dist/img/benefit-top_b.jpg) no-repeat center center/cover;
  background-blend-mode: multiply;
}

/*============================================
          Welfare						
============================================*/
.benefit-welfare {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .benefit-welfare {
    padding-bottom: 40px;
    padding-top: 47px;
  }
}

.benefit-welfare-lead {
  font-size: 28px;
  font-weight: 500;
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-lead {
    font-size: 14px;
    margin-top: 24px;
  }
}

.benefit-welfare-contents {
  -ms-grid-columns: 1fr 32px 1fr;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  /* display: -ms-grid;
  display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* grid-template-columns: repeat(3, 1fr); */
  justify-items: center;
  margin: 60px auto 0;
  /* max-width: 683px; */
  position: relative;
  row-gap: 26px;
  z-index: 0;
  gap: 46px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-contents {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    /* column-gap: 8px; */
    column-gap: 16px;
    margin-top: 24px;
    row-gap: 16px;
    /* grid-template-columns: repeat(2, 1fr); */
  }
}

.benefit-welfare-item {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #214c754d;
  /* height: 380px; */
  height: auto;
  /* padding: 61px 38px 29px 38px; */
  padding: 61px 16px 29px 16px;
  position: relative;
  /* width: 330px; */
  width: 365px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item {
    /* height: 180px; */
    height: auto;
    /* padding: 30px 2px 12px 2px; */
    padding: 30px 9px 12px 9px;
    /* width: 158px; */
    width: 100%;
    width: min(100%, 164.5px);
  }
}
.benefit-welfare-item::before {
  background: linear-gradient(
    210.93deg,
    #214c75 0%,
    rgba(33, 76, 117, 0.6) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item::before {
    top: 4px;
    right: -4px;
  }
}

.benefit-welfare-item::after {
  display: block;
  content: "";
  width: 93px;
  height: 93px;
  color: #fff;
  background-color: #214c75;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item::after {
    width: 36px;
    height: 36px;
  }
}
.benefit-welfare-item-img[data-img="heart"] img {
  width: 108px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="heart"] img {
    width: 52px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="new_years_party"] img {
  width: 97px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="new_years_party"] img {
    width: 38px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="anniversary"] img {
  width: 76px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="anniversary"] img {
    width: 44px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="general_meeting"] img {
  width: 149px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="general_meeting"] img {
    width: 67px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="pc"] img {
  width: 123px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="pc"] img {
    width: 60px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="incentive_travel"] img {
  width: 109px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="incentive_travel"] img {
    width: 50px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="food"] img {
  width: 148px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="food"] img {
    width: 71px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="summer_camp"] img {
  width: 111px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="summer_camp"] img {
    width: 57px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-img[data-img="year_end_party"] img {
  width: 110px;
  display: inline;
  height: auto;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-img[data-img="year_end_party"] img {
    width: 51px;
    display: inline;
    height: auto;
  }
}
.benefit-welfare-item-text {
  font-size: 18px;
  /* line-height: 30/18; */
  line-height: calc(30 / 18);
  color: #464c57;
  /* margin-top: 30px; */
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-text {
    font-size: 10px;
    margin-top: 15px;
  }
}

.benefit-welfare-item-hedding {
  /* font-size: 18px; */
  font-size: 28px;
  font-weight: bold;
  /* line-height: 30/18; */
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  color: #464c57;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-hedding {
    /* font-size: 10px; */
    font-size: 14px;
    margin-top: 10px;
  }
}

.benefit-welfare-item-number {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 13px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .benefit-welfare-item-number {
    font-size: 10px;
    top: 4px;
    left: 5px;
  }
}

img.icon {
  width: 160px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  img.icon {
    width: 80px;
    height: 40px;
  }
}

/*============================================
          Training						
============================================*/
.benefit-training {
  padding-bottom: 65px;
  padding-top: 122px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(35, 113, 171, 0.05) 0%, rgba(28, 98, 147, 0.507229) 0.01%, #145179 100%); */
  background-image: url(../img/culture-bg.webp);
  background-repeat: no-repeat;
  background-position: center center; /* x軸方向 y軸方向 */
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .benefit-training {
    padding-bottom: 40px;
    padding-top: 55px;
    background-image: url(../img/culture-bg_sp.webp);
  }
}

.benefit-training-lead {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-training-lead {
    font-size: 14px;
    margin-top: 16px;
  }
}

.benefit-training-text {
  line-height: 30/16;
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-training-text {
    font-size: 12px;
    margin-top: 12px;
  }
}

.benefit-training-img {
  /* margin: 40px auto 0; */
  margin: 60px auto 0;
  max-width: 1091px;
  width: 100%;
}

/*============================================
          Culture				
============================================*/
.benefit-culture {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .benefit-culture {
    padding-bottom: 40px;
    padding-top: 64px;
  }
}

.culture-items {
  -ms-grid-columns: 320px 32px 320px 32px 320px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  margin: 78px auto 0;
  max-width: 1024px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .culture-items {
    -ms-grid-columns: 160px 9px 160px;
    gap: 9px;
    grid-template-columns: repeat(2, 160px);
    justify-content: start;
    margin-top: 32px;
    max-width: 330px;
  }
}

.culture-item {
  box-shadow: 0px 4px 6px 0px #00000033;
  height: 240px;
  max-width: 320px;
  position: relative;
  transition: opacity 0.3s ease 0s;
  width: 33.3333333333%;
}
.culture-item:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .culture-item {
    height: 120px;
    max-width: 160px;
    width: 50%;
  }
}

.culture-item-img {
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .culture-item-img {
    height: 120px;
  }
}
.culture-item-img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.culture-img-bg {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.culture-item-info {
  padding: 4px 15px 7px 15px;
}
@media screen and (min-width: 1180px) {
  .culture-item-info {
    display: none;
  }
}

.culture-item-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.culture-item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .culture-item-title {
    font-size: 14px;
  }
}

.culture-item-more {
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .culture-item-more {
    font-size: 12px;
    margin-top: 8px;
  }
}

/*============================================
          FAQ						
============================================*/
.faq-top {
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 89.66%
    ),
    /* url(../../dist/img/faq-top.jpg) no-repeat center center/cover; */
      url(../../dist/img/faq-top_d.webp) no-repeat center center/cover;
  background-blend-mode: multiply;
}

.faq-faq {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 140px;
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-faq {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-faq {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.faq-contents {
  -ms-grid-columns: 1fr 40px 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1060px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .faq-contents {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.faq-list {
  margin: 60px auto;
  max-width: 1076px;
  width: 78%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin-bottom: 0;
    margin-top: 14px;
    width: 326px;
  }
}

.faq-item {
  border: 1px solid rgba(5, 54, 87, 0.3);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin: 0 auto;
    width: 84%;
  }
}

.faq-itemQuestion {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 40.74%,
    rgba(33, 76, 117, 0.8) 100%
  );
  padding: 17px 0 17px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-itemQuestion {
    padding: 20px 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-itemQuestion {
    padding: 21px 16px;
  }
}

.faq-itemQuestion_txt {
  color: #214c75;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.faq-itemQuestion_txt:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-itemQuestion_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq-itemQuestion_txt {
    font-size: 14px;
  }
}
.faq-itemQuestion_txt::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  letter-spacing: normal;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .faq-itemQuestion_txt::before {
    right: 0;
    width: 12px;
  }
}
.faq-itemQuestion_txt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .faq-itemQuestion_txt::after {
    right: 0;
    width: 12px;
  }
}

.faq-item.add-active .faq-itemQuestion_txt:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq-itemAnswer {
  background-color: #fff;
  display: none;
  padding: 38px 63px 0px 74px;
}
.faq-itemAnswer:last-child {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .faq-itemAnswer {
    padding: 15px 15px 0 15px;
  }
  .faq-itemAnswer:last-child {
    padding-bottom: 15px;
  }
}

.faq-itemAnswer_title {
  color: #3a9cef;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-itemAnswer_title {
    font-size: 12px;
    padding-left: 20px;
  }
}
.faq-itemAnswer_title:not(:first-child) {
  margin-top: 22px;
}
.faq-itemAnswer_title::before {
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  color: #3a9cef;
  content: "Q";
  display: inline-block;
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  height: 40px;
  justify-content: center;
  left: -42px;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .faq-itemAnswer_title::before {
    font-size: 12px;
    height: 20px;
    left: 0;
    top: 9px;
    width: 20px;
  }
}

.faq-itemAnswer_txt {
  line-height: 27.2/16;
  margin-top: 8px;
}
.faq-itemAnswer_txt a {
  color: #8eb5f0;
  display: inline;
  text-decoration: underline;
  transition: 0.3s ease 0s;
}
.faq-itemAnswer_txt a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .faq-itemAnswer_txt {
    font-size: 11px;
    padding-left: 24px;
  }
}

/*============================================
          Indivisual						
============================================*/
.indivisual-top {
  padding-top: 104px;
}
@media screen and (max-width: 767px) {
  .indivisual-top {
    padding-top: 70px;
  }
}

.indivisual-top-title span {
  color: #214c75;
}
@media screen and (max-width: 767px) {
  .indivisual-top-title span {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .indivisual-top-title span::before {
    letter-spacing: 1px;
  }
}
.indivisual-top-title span::before {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  text-shadow: 0px 0px 4px #214c75;
  /* 文字の影 */
}

/*============================================
          Main						
============================================*/
.indivisual-main {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(35, 113, 171, 0.05) 0%,
    rgba(28, 98, 147, 0.507229) 52.23%,
    #145179 100%
  );
  background-blend-mode: multiply;
  padding: 121px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-main {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-main {
    padding: 45px 0;
  }
}
.indivisual-main::before {
  -webkit-transform: translateX(-50%);
  background: url(../../dist/img/indivisual-main-bg.png) no-repeat top
    center/cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.indivisual-main-contents {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-main-contents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-main-contents {
    display: block;
  }
}

.person-top-img {
  max-width: 540px;
  position: relative;
  top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .person-top-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .person-top-img {
    margin: 0 auto;
    max-width: 240px;
  }
}
.indivisual-main-person-enName {
  -webkit-transform: translateX(-50%);
  left: 0%;
  max-width: 1244px;
  position: absolute;
  top: 8%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: 350px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-enName {
    top: 17%;
    width: 100%;
  }
}

.indivisual-main-person {
  background: linear-gradient(
    167.71deg,
    rgba(255, 255, 255, 0.81) 8.94%,
    rgba(255, 255, 255, 0.27) 120.29%
  );
  box-shadow: 0px 2px 10px 0px #00000033;
  display: flex;
  height: 623px;
  margin-top: auto;
  padding: 20px;
  position: relative;
  width: 500px;
  z-index: 0;
}

.indivisual-main-person-img {
  background-color: transparent;
  height: 572px;
  position: absolute;
  top: -121px;
  width: 460px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-img {
    height: 214px;
    width: 184px;
  }
}

.indivisual-main-person-info {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  left: 50%;
  margin-top: auto;
  padding: 40px 40px 29px 40px;
  position: absolute;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-info {
    margin: 0px auto 0;
    max-width: 220px;
    padding: 0 10px 15px 10px;
    padding-top: 0;
  }
}

.indivisual-main-person-logo {
  margin-top: 13px;
  width: 224px;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-logo {
    margin-top: 0;
    width: 90px;
  }
}

.indivisual-main-person-logo--morimura {
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-logo--morimura {
    transform: translateY(-14px);
  }
}

.indivisual-main-person-logo--translate {
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-logo--translate {
    transform: translateY(1.5px);
  }
}

.indivisual-main-person-logo--sudo {
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-logo--sudo {
    transform: translateY(-1.5px);
  }
}

.indivisual-main-person-name {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-name {
    font-size: 11px;
  }
}
.indivisual-main-person-name span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-name span {
    font-size: 10px;
  }
}

.indivisual-main-person-branch {
  font-size: 14px;
  font-weight: 500;
  margin-top: 13px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .indivisual-main-person-branch {
    font-size: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .indivisual-main-person-branch--sudo {
    font-size: 8px;
  }
}

.indivisual-main-introduction {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #fff;
  margin-left: 40px;
  max-width: 567px;
  padding: 42px 63px 28px 63px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-main-introduction {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-main-introduction {
    margin: 40px auto 0;
    padding: 24px 38px;
    width: 327px;
  }
}
.indivisual-main-introduction::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.indivisual-main-introduction-title {
  -webkit-transform: translateX(-50%);
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  top: -34px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .indivisual-main-introduction-title {
    font-size: 24px;
    top: -22px;
  }
}

.indivisual-main-introduction-text {
  font-size: 18px;
  line-height: 2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .indivisual-main-introduction-text {
    font-size: 12px;
    line-height: 2;
  }
}

.person-top {
  background-color: transparent;
  height: 470px;
  margin: 0 auto;
  position: relative;
  width: 500px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .person-top {
    height: 194px;
    width: 220px;
  }
}
.person-top::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  background: linear-gradient(
    to bottom,
    #fff 30%,
    rgba(255, 255, 255, 0.5) 70%
  );
  bottom: 0;
  content: "";
  left: 0;
  mask-composite: exclude;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .person-top::before {
    padding: 20px 20px 0 20px;
  }
}

.person-img {
  -webkit-transform: translateX(-50%);
  height: 572px;
  left: 50%;
  position: absolute;
  top: -122px;
  transform: translateX(-50%);
  width: 460px;
}
@media screen and (max-width: 767px) {
  .person-img {
    height: 214px;
    top: -36px;
    width: 184px;
  }
}

/*============================================
          Indivisual Middle						
============================================*/
.indivisual-middle {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding-bottom: 96px;
  padding-top: 62px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-middle {
    padding: 32px 0;
  }
}

.indivisual-middle-up {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle-up {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-middle-up {
    display: block;
  }
}

.indivisual-middle-up-left {
  max-width: 560px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle-up-left {
    margin: 0 auto;
  }
}

.indivisual-middle-theme {
  color: #214c75;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle-theme {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-middle-theme {
    font-size: 14px;
    text-align: center;
  }
}

.indivisual-middle-theme-text {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle-theme-text {
    margin: 24px auto 0;
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-middle-theme-text {
    font-size: 12px;
    margin-top: 8px;
  }
}

.indivisual-middle-img {
  margin-left: 80px;
  width: 638px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-middle-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-middle-img {
    margin: 8px auto 0;
    width: 240px;
  }
}
.indivisual-middle-bottom {
  margin: 48px auto 0;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .indivisual-middle-bottom {
    margin-top: 24px;
  }
}

/*============================================
          Indivisual Last						
============================================*/
.indivisual-last {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(35, 113, 171, 0.05) 0%,
    rgba(28, 98, 147, 0.507229) 52.23%,
    #145179 100%
  );
  background-blend-mode: multiply;
  overflow: hidden;
  padding-top: 28px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .indivisual-last {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last {
    padding: 32px 0;
  }
}
.indivisual-last::before {
  background: url(../../dist/img/common-bg-4wave.png) no-repeat top center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: bottom;
  width: 100%;
  z-index: -1;
}

.indivisual-last-contents {
  align-items: center;
  display: flex;
  justify-content: center;
}

.indivisual-last-img {
  width: 566px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last-img {
    display: none;
  }
}

.indivisual-last-img-sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last-img-sp {
    display: block;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last-img-sp {
    display: block;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
    width: 200px;
  }
}

.indivisual-last-text-part {
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  max-height: 394px;
  max-width: 701px;
  padding: 50px 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last-text-part {
    margin-left: 0;
    max-height: inherit;
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last-text-part {
    margin-left: 0;
    max-height: inherit;
    padding: 24px 10px 24px 10px;
  }
}

.indivisual-last-text-part--nagaoka {
  max-height: initial;
  height: 100%;
}

.indivisual-last-text-part--arai {
  max-height: initial;
  height: 100%;
}

.indivisual-last-title {
  color: #214c75;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last-title {
    font-size: 14px;
  }
}

.indivisual-last-text {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .indivisual-last-text {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .indivisual-last-text {
    font-size: 12px;
    margin-top: 16px;
  }
}

/*============================================
          Others						
============================================*/
.others {
  padding-bottom: 86px;
  padding-top: 83px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .others {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .others {
    padding: 40px 0;
  }
}

.others-title {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 20px;
  text-align: center;
  text-shadow: 0px 0px 4px #214c75;
}
@media screen and (max-width: 767px) {
  .others-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

.others-contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .others-contents {
    margin-top: 16px;
  }
}
.others-contents::before {
  content: none;
}

/*============================================
          Data Single						
============================================*/
.data-top {
  background: linear-gradient(
      180deg,
      rgba(58, 156, 239, 0) 2.6%,
      rgba(58, 156, 239, 0) 44.12%,
      #145179 99.66%
    ),
    /* url(../../dist/img/data-top.jpg) no-repeat center center/cover; */
      url(../../dist/img/data-top_b.webp) no-repeat center center/cover;
}

.data-main {
  background: url(../../dist/img/common-bg-wave.png) no-repeat center
    center/cover;
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-main {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .data-main {
    padding: 40px 0;
  }
}

.data-lead {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-lead {
    font-size: 14px;
  }
}

.data-image {
  margin-top: 60px;
  display: block;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .data-image {
    margin-top: 16px;
    min-width: auto;
  }
}

.data-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1280 / 563;
}
@media screen and (max-width: 1024px) {
  .data-image img {
    aspect-ratio: 281 / 603;
  }
}

.data-contents {
  -ms-grid-columns: 25% 24px 25% 24px 557px;
  -ms-grid-rows: 269px 24px 269px 24px 269px 24px 269px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  grid-template-columns: 25% 25% 557px;
  grid-template-rows: 269px 269px 269px 269px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1144px;
}

.data-contents > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.data-contents > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.data-contents > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.data-contents > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.data-contents > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.data-contents > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.data-contents > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.data-contents > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.data-contents > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.data-contents > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.data-contents > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.data-contents > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .data-contents {
    -ms-grid-columns: 20% 20% 45%;
    grid-template-columns: 20% 20% 45%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-contents {
    -ms-grid-columns: 1fr 8px 1fr;
    -ms-grid-rows: 445px 8px 300px 8px 300px 8px 445px 8px 250px 8px 250px;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 445px 300px 300px 445px 250px 250px;
    margin-top: 16px;
    max-width: 600px;
  }
  .data-contents > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .data-contents {
    -ms-grid-columns: 1fr 8px 1fr;
    -ms-grid-rows: 220px 8px 137px 8px 137px 8px 220px 8px 100px 8px 100px;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 137px 137px 220px 100px 100px;
    margin-top: 16px;
    max-width: 280px;
  }
  .data-contents > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .data-contents > *:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .data-contents > *:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
}

.data-item {
  background: #fff;
  box-shadow: 0px 2px 20px 0px #214c754d;
  color: #214c75;
  font-weight: 700;
}
.data-item[data-item="old"] {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 1/2;
}
.data-item[data-item="old"] .data-item-img {
  width: 91px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="old"] .data-item-img {
    width: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="old"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="old"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.data-item[data-item="year"] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}
.data-item[data-item="year"] .data-item-img {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="year"] .data-item-img {
    width: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="year"] {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="year"] {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.data-item[data-item="area"] {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 3/5;
  grid-row: 1/3;
  padding: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] {
    height: 220px;
    padding: 30px 35px;
  }
}
.data-item[data-item="area"] .data-item-title {
  display: flex;
  flex-direction: column;
  font-size: 54px;
}
.data-item[data-item="area"] .data-item-title span {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="area"] .data-item-title {
    font-size: 40px;
  }
  .data-item[data-item="area"] .data-item-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] .data-item-title {
    font-size: 18px;
  }
  .data-item[data-item="area"] .data-item-title span {
    font-size: 10px;
  }
}
.data-item[data-item="area"] .data-item-number {
  font-size: 40px;
}
.data-item[data-item="area"] .data-item-number span {
  font-size: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="area"] .data-item-number {
    font-size: 32px;
  }
  .data-item[data-item="area"] .data-item-number span {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] .data-item-number {
    font-size: 20px;
  }
  .data-item[data-item="area"] .data-item-number span {
    font-size: 45px;
  }
}
.data-item[data-item="area"] .data-item-img {
  margin: 0 auto;
  width: 270px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="area"] .data-item-img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] .data-item-img {
    display: none;
  }
}
.data-item[data-item="area"] .data-item-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] .data-item-img-sp {
    display: block;
    margin: 0 auto;
    width: 211px;
  }
}
.data-item[data-item="area"] .data-item-appendix {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}
.data-item[data-item="area"] .data-item-appendix span {
  color: #3a9cef;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] .data-item-appendix {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="area"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="area"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.data-item[data-item="sex"] {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
}
.data-item[data-item="sex"] .data-item-img {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="sex"] .data-item-img {
    width: 69px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="sex"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="sex"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.data-item[data-item="baby"] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 2/3;
}
.data-item[data-item="baby"] .data-item-img {
  width: 71px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="baby"] .data-item-img {
    width: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="baby"] {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="baby"] {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.data-item[data-item="doll"] {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-column: 1/3;
  grid-row: 3/5;
  padding: 58px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="doll"] {
    padding: 25px 58px;
  }
}
.data-item[data-item="doll"] .data-item-title {
  font-size: 54px;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .data-item[data-item="doll"] .data-item-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="doll"] .data-item-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="doll"] .data-item-title {
    font-size: 18px;
  }
}
.data-item[data-item="doll"] .data-item-img {
  margin: 0 auto;
  width: 161px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="doll"] .data-item-img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="doll"] .data-item-img {
    width: 76px;
  }
}
.data-item[data-item="doll"] .data-item-number {
  font-size: 50px;
}
.data-item[data-item="doll"] .data-item-number span {
  font-size: 130px;
}
.data-item[data-item="doll"] .data-item-number span.small {
  color: inherit;
  display: block;
  font-size: 24px;
  margin-top: -17px;
  padding-right: 82px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="doll"] .data-item-number {
    font-size: 40px;
  }
  .data-item[data-item="doll"] .data-item-number span {
    font-size: 100px;
  }
  .data-item[data-item="doll"] .data-item-number span.small {
    font-size: 16px;
    padding-right: 170px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="doll"] .data-item-number {
    font-size: 20px;
  }
  .data-item[data-item="doll"] .data-item-number span {
    font-size: 45px;
  }
  .data-item[data-item="doll"] .data-item-number span.small {
    font-size: 10px;
    margin-top: -13px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="doll"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="doll"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.data-item[data-item="system"] {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: 3/5;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="system"] .data-item-title {
    font-size: 12px;
  }
}
.data-item[data-item="system"] .data-item-contents {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="system"] .data-item-contents {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="system"] .data-item-contents {
    align-items: center;
    margin-top: 8px;
  }
}
.data-item[data-item="system"] .data-item-img {
  margin-left: 44px;
  width: 111px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="system"] .data-item-img {
    margin-left: 28px;
    width: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="system"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="system"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.data-item[data-item="contract"] {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-column: 3/5;
  grid-row: 4/5;
}
.data-item[data-item="contract"] .data-item-number {
  color: #a8a8a8;
}
.data-item[data-item="contract"] .data-item-number span {
  color: #a8a8a8;
}
.data-item[data-item="contract"] .data-item-number[data-year="2021"] {
  color: #214c75;
}
.data-item[data-item="contract"] .data-item-number[data-year="2021"] span {
  color: #3a9cef;
}
.data-item[data-item="contract"]
  .data-item-number[data-year="2021"]
  span::before {
  background-color: #3a9cef;
}
.data-item[data-item="contract"] .data-item-number span {
  padding-top: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] .data-item-number span {
    padding-top: 8px;
  }
}
.data-item[data-item="contract"] .data-item-number span::before {
  -webkit-transform: translateX(-50%);
  align-items: center;
  background-color: #a8a8a8;
  border-radius: 23px;
  color: #fff;
  content: attr(data-year) "年度";
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 21px;
  justify-content: center;
  left: 60%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 91px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] .data-item-number span::before {
    font-size: 10px;
    height: 13px;
    width: 63px;
  }
}
.data-item[data-item="contract"] .data-item-number:not(:first-child) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] .data-item-number:not(:first-child) {
    margin-left: 14px;
  }
}
.data-item[data-item="contract"] .data-item-contents {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] .data-item-contents {
    margin-top: 8px;
  }
}
.data-item[data-item="contract"] .data-item-img {
  margin-left: 35px;
  width: 96px;
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] .data-item-img {
    margin-left: 10px;
    width: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-item[data-item="contract"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 6/7;
  }
}
@media screen and (max-width: 767px) {
  .data-item[data-item="contract"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 6/7;
  }
}

.data-item-number span {
  color: #3a9cef;
}

.data-item-small {
  padding: 24px 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-item-small {
    padding: 16px 5px;
  }
}
.data-item-small .data-item-title {
  font-size: 24px;
}
@media screen and (min-width: 1025px) and (max-width: 1179px) {
  .data-item-small .data-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .data-item-small .data-item-title {
    font-size: 12px;
  }
}
.data-item-small .data-item-number {
  font-size: 30px;
}
.data-item-small .data-item-number span {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .data-item-small .data-item-number {
    font-size: 14px;
  }
  .data-item-small .data-item-number span {
    font-size: 32px;
  }
}
.data-item-small .data-item-img {
  margin: 0 auto;
}
.data-item-middle {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .data-item-middle {
    padding-top: 8px;
  }
}
.data-item-middle .data-item-title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-item-middle .data-item-title {
    font-size: 12px;
  }
}
.data-item-middle .data-item-title .data-item-contents {
  display: flex;
}
.data-item-middle .data-item-number {
  font-size: 32px;
}
.data-item-middle .data-item-number span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .data-item-middle .data-item-number {
    font-size: 14px;
    line-height: 1.2;
  }
  .data-item-middle .data-item-number span {
    font-size: 24px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
