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

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  margin-top: 0 !important;
}

/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 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;
  padding: 0;
  min-width: 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .header {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    position: fixed;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100px;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    height: 70px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 10px;
  margin: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__right li {
  width: 90px;
  height: 90px;
  font-size: 12px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right li img {
  width: 40px;
}
.header__rightPink {
  background-color: #0097A3;
  border-radius: 5px;
}
.header__rightBlue {
  background-color: #29397E;
  border-radius: 5px;
}
.header__logo img {
  width: 200px;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 130px;
  }
}
.header__btn {
  display: none;
}
@media (max-width: 768px) {
  .header__btn {
    display: block;
    margin-left: 30px;
    padding: 10px 12px;
    background-color: #29397E;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
  }
}
.header__btn .hd-mt {
  margin: 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
  color: #333;
  padding: 10px 0;
  position: absolute;
  right: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header__nav {
    right: 210px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__navItem {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .header__navItem {
    font-size: 0.7rem;
  }
}
.header__navSp {
  display: none;
}
@media (max-width: 768px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__navSp span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    top: 22px;
    right: 20px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__navSp span:nth-child(2) {
    top: 30px;
  }
  .header__navSp span:nth-child(3) {
    top: 38px;
  }
}
.header__navSp.is-active span:nth-child(1) {
  top: 28px;
  background: #333;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__navSp.is-active span:nth-child(2), .header__navSp.is-active span:nth-child(3) {
  top: 28px;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header #hamburger-navigation {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation {
    display: block;
    width: 100vw;
    height: 653px;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
.header #hamburger-navigation .sections {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 653px;
    overflow-y: auto;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header #hamburger-navigation .sections ul {
    margin-top: 73px;
    height: auto;
  }
  .header #hamburger-navigation .sections ul li {
    margin-bottom: 17px;
  }
  .header #hamburger-navigation .sections ul li .header__navItem {
    font-size: 1.25rem;
  }
}
.header #hamburger-navigation .sections .header__spBtn {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation .sections .header__spBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 70px 5px 0;
    text-align: center;
  }
  .header #hamburger-navigation .sections .header__spBtn li {
    max-width: 380px;
    width: 100%;
    height: 53px;
    font-size: 1rem;
    font-weight: 200;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: relative;
  }
  .header #hamburger-navigation .sections .header__spBtn li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 42%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #hamburger-navigation .sections .header__spBtn li img {
    width: 40px;
  }
  .header #hamburger-navigation .sections .header__spBtnPink {
    background-color: #29397E;
    border-radius: 5px;
  }
  .header #hamburger-navigation .sections .header__spBtnBlue {
    background-color: #0097A3;
    border-radius: 5px;
  }
}
.header #hamburger-navigation.is-active {
  opacity: 1;
  visibility: visible;
}
.header .hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
.header .hamburger-menu:hover {
  opacity: 0.5;
}

.site-logo {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid gray;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .site-logo {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.25rem;
  }
}

.menu-overlay {
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6392156863);
  height: 100vh;
}

.footer {
  text-align: center;
  padding: 50px 0 10px;
  background-color: #fff;
  color: #333;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0 10px;
  }
}
.footer__inner {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer__inner {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: 200px;
}
.footer .copyright {
  font-size: 0.8rem;
}

html {
  font-size: 90%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  background: #fff;
  color: #333;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}

.common-titlebox {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .common-titlebox {
    max-width: 280px;
  }
}
.common-titlebox:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097A3;
  bottom: -3px;
  width: 260px;
}
@media (max-width: 768px) {
  .common-titlebox:after {
    width: 120px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    margin: 0 auto;
  }
}
.container__title {
  font-size: 1.5rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #3F4A7A;
  position: relative;
}
@media (max-width: 768px) {
  .container__title {
    font-size: 1rem;
    margin-bottom: 17px;
    padding-bottom: 0;
  }
}
.container__title2 {
  font-size: 3.4375rem;
  text-align: left;
  margin-bottom: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #29397E;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .container__title2 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: 1px;
  }
}
.container__title2.sc {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4375rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .container__title2.sc {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.container__title3 {
  font-size: 3.4375rem;
  text-align: left;
  padding-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #3F4A7A;
  width: 100%;
  position: relative;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .container__title3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 7px;
    letter-spacing: 2px;
    max-width: 280px;
  }
}
.container__title3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097A3;
  bottom: -3px;
  width: 260px;
}
@media (max-width: 768px) {
  .container__title3:after {
    width: 120px;
  }
}
.container__title3.sub {
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .container__title3.sub {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .container__title3.ps {
    font-weight: bold;
    margin-bottom: -20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.875rem;
    padding-bottom: 21px;
  }
}
.container__title4 {
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  font-weight: bold;
}
@media (max-width: 768px) {
  .container__title4 {
    font-size: 1.625rem;
    text-align: left;
    width: 100%;
    margin-bottom: 42px;
    line-height: 1.2;
  }
}
.container__title5 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 42px;
  font-family: "Noto Sans JP", sans-serif;
  color: #29397E;
  font-weight: bold;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .container__title5 {
    font-size: 1.875rem;
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 34px;
  }
}
.container__title6 {
  font-size: 2.625rem;
  text-align: left;
  padding-bottom: 26px;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  font-weight: bold;
  position: relative;
  width: 750px;
}
@media (max-width: 768px) {
  .container__title6 {
    width: 360px;
    font-size: 1.625rem;
    line-height: 1.2;
    padding-bottom: 30px;
    margin-bottom: 29px;
  }
}
.container__title6:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097A3;
  bottom: -3px;
  width: 30%;
}
.container__title7 {
  font-size: 3.4375rem;
  text-align: left;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #29397E;
  font-weight: 400;
}
@media (max-width: 768px) {
  .container__title7 {
    font-size: 1.625rem;
    line-height: 1.7;
    margin-bottom: 40px;
  }
}
.container__text {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .container__text {
    font-size: 1.125rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}
.container__text.mg {
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 1.8;
  margin-bottom: 45px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .container__text.mg {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
.container__text2 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .container__text2 {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: normal;
  }
}
.container__text3 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-top: 63px;
}
@media (max-width: 768px) {
  .container__text3 {
    font-size: 1rem;
    line-height: 2.2;
    margin-top: 0;
  }
}
.container__text4 {
  font-size: 1.625rem;
  line-height: 1.5;
  margin-top: 56px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .container__text4 {
    font-size: 1rem;
  }
}
.container__text5 {
  font-size: 1.625rem;
  line-height: 1.5;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .container__text5 {
    font-size: 1rem;
    margin-top: 23px;
  }
}
.container__text6 {
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .container__text6 {
    font-size: 0.9375rem;
    margin-top: 24px;
  }
}
.container__text6.sp {
  margin-top: 0;
}
@media (max-width: 768px) {
  .container__text6.sp {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .container .sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.container .fixed-icon {
  display: none;
}
@media (max-width: 768px) {
  .container .fixed-icon {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
  }
  .container .fixed-icon img {
    width: 80px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  }
}

.contents-left {
  padding: 97px 0 65px 120px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 1024px) {
  .contents-left {
    padding: 97px 0 65px 40px;
  }
}
@media (max-width: 768px) {
  .contents-left {
    height: 730px;
    padding: 86px 24px 0;
  }
}
@media screen and (max-width: 389px) {
  .contents-left {
    height: 810px;
  }
}
.contents-left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .contents-left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contents-left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.contents-left__innerItem1 {
  max-width: 924px;
  width: 100%;
}
.contents-left__innerItem2 {
  max-width: 395px;
  width: 100%;
  margin-top: -40px;
}
@media (max-width: 1024px) {
  .contents-left__innerItem2 {
    margin: 40px 220px 0;
  }
}
@media (max-width: 768px) {
  .contents-left__innerItem2 {
    margin: -40px 0;
  }
}

.contents-right {
  max-width: 633px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .contents-right {
    height: 700px;
    padding: 0;
    height: auto;
    padding: 20px 10px 20px 20px;
  }
}
.contents-right__inner {
  width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 50px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 38px;
  }
}
.btn-inner {
  max-width: 280px;
  width: 100%;
  height: 60px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .btn-inner {
    max-width: 340px;
    font-size: 1rem;
    padding: 20px;
    height: 53px;
    font-weight: 300;
  }
}
.btn-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn .left {
  background-color: #29397E;
}
.btn .right {
  background-color: #0097A3;
}

.sub-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 54px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .sub-btn {
    margin-top: 30px;
    font-size: 1rem;
    padding-right: 0;
  }
}
.sub-btn-inner {
  max-width: 200px;
  width: 100%;
  height: 60px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .sub-btn-inner {
    max-width: 200px;
  }
}
.sub-btn-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sub-btn .left {
  background-color: #29397E;
}
.sub-btn .right {
  background-color: #0097A3;
}
.sub-btn.ps {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .sub-btn.ps {
    margin-top: 85px;
  }
}

.midium {
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .midium {
    line-height: 1.7;
    font-size: 0.875rem;
  }
}

.small {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .small {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

/*---PC時改行--*/
@media (min-width: 1025px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
/*---タブレット時改行--*/
@media (max-width: 1024px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---スマホ時改行--*/
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---スマホ時改行--*/
@media (max-width: 768px) {
  .pc-view {
    display: none;
  }
  .tb-view {
    display: none;
  }
  .sp-view {
    display: inline-block;
  }
}
/*---タブレット時改行--*/
@media (max-width: 1024px) {
  .pc-view {
    display: none;
  }
  .tb-view {
    display: inline-block;
  }
  .sp-view {
    display: none;
  }
}
/*---PC時改行--*/
@media (min-width: 1025px) {
  .pc-view {
    display: inline-block;
  }
  .tb-view {
    display: none;
  }
  .sp-view {
    display: none;
  }
}
.fv {
  margin-top: 90px;
  width: 100%;
}
@media (max-width: 768px) {
  .fv {
    background: url("../img/sp_fv.jpg") no-repeat top;
    margin-top: 60px;
    background-size: contain;
    height: 300px;
    position: relative;
  }
}
@media screen and (max-width: 414px) {
  .fv {
    height: 288px;
  }
}
@media screen and (max-width: 390px) {
  .fv {
    height: 274px;
  }
}
@media screen and (max-width: 375px) {
  .fv {
    height: 264px;
  }
}
.fv img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .fv img {
    display: none;
  }
}

.top-mission {
  margin: 120px 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .top-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 70px;
  }
}
.top-mission__inner {
  width: 100%;
  position: relative;
}
.top-mission__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-color: #EEF5F8;
  border-radius: 0 60px 60px 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top-mission__inner::before {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .top-mission__inner::before {
    width: 94%;
  }
}
.top-mission__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.top-mission__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top-mission__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.top-mission__image {
  max-width: 395px;
  width: 100%;
  margin-left: -193px;
}
@media (max-width: 1024px) {
  .top-mission__image {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .top-mission__image {
    max-width: 320px;
    margin: 0 auto;
    bottom: 60px;
    top: auto;
    left: 20px;
    right: 0;
  }
}
@media screen and (max-width: 390px) {
  .top-mission__image {
    max-width: 321px;
  }
}
.top-mission__image img {
  width: 100%;
  border-radius: 30px;
  display: block;
}
.top-mission__float {
  color: #DCE8EE;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 3px;
  font-size: 4rem;
  margin-top: 55px;
  margin-left: 23px;
}
@media (max-width: 1024px) {
  .top-mission__float {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-mission__float {
    display: none;
  }
}
.top-mission__title2 {
  font-size: 3.4375rem;
  text-align: left;
  margin-bottom: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #3F4A7A;
}
@media (max-width: 768px) {
  .top-mission__title2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.top-mission__title {
  margin-bottom: 76px;
  font-size: 2.25rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3F4A7A;
  position: relative;
}
@media (max-width: 768px) {
  .top-mission__title {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

.top-cta {
  background: url("../img/CTA.jpg") no-repeat top;
  background-size: cover;
  padding: 100px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0;
}
@media (max-width: 768px) {
  .top-cta {
    margin: 0px 0 70px;
    padding: 26px 20px;
  }
}
.top-cta.sub {
  margin-bottom: 0;
}
.top-cta__inner {
  max-width: 1250px;
  border-radius: 48px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 48px;
}
@media (max-width: 1024px) {
  .top-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .top-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 39px 20px;
    gap: 40px;
    border-radius: 30px;
  }
}
.top-cta__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}
@media (max-width: 768px) {
  .top-cta__innerItem {
    gap: 20px;
  }
}
.top-cta__innerItem .cta__head {
  font-weight: bold;
  font-size: 3rem;
  color: #29397E;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .top-cta__innerItem .cta__head {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
.top-cta__innerItem .cta__text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .top-cta__innerItem .cta__text {
    font-size: 1rem;
  }
}
.top-cta__innerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .top-cta__innerBtn {
    max-width: 480px;
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.top-cta__innerBtn .cta-btn {
  text-align: center;
  padding: 17px 70px;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .top-cta__innerBtn .cta-btn {
    font-size: 1rem;
    padding: 17px;
  }
}
.top-cta__innerBtn .cta-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-cta__innerBtn .cta-btn.pink {
  background-color: #29397E;
}
.top-cta__innerBtn .cta-btn.blue {
  background-color: #0097A3;
}

.top-slide {
  padding: 87px 0 142px;
  margin: 120px 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .top-slide {
    padding: 70px 20px 100px;
  }
}
@media (max-width: 768px) {
  .top-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 70px;
    padding: 48px 0 60px;
  }
}
.top-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  max-width: 1385px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .top-slide__inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .top-slide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
}
.top-slide__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background-color: #FBF7F0;
  border-radius: 60px 0 0 60px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top-slide__inner::before {
    width: 94%;
  }
}
.top-slide__title {
  font-size: 3.4375rem;
  text-align: left;
  margin-bottom: 30px;
  padding: 47px 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #3F4A7A;
  position: relative;
  letter-spacing: 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-slide__title {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 2px;
    padding: 0;
    border-bottom: none;
  }
}
.top-slide__title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097A3;
  bottom: -3px;
  width: 260px;
}
@media (max-width: 768px) {
  .top-slide__title:after {
    display: none;
  }
}
.top-slide .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top-slide .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 35px;
  }
}
.top-slide .slider {
  max-width: 630px;
  width: 100%;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top-slide .slider {
    max-width: 365px;
    margin-top: 0;
  }
}
.top-slide .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.top-slide .slider img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid gray;
}
.top-slide .slider-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 26px 0;
}
@media (max-width: 768px) {
  .top-slide .slider-controls {
    margin: 24px 0;
  }
}
.top-slide .slider-btn {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background: #0097A3;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}
.top-slide .slider-btn.prev {
  right: 70px;
}
@media (max-width: 1024px) {
  .top-slide .slider-btn.prev {
    top: 190%;
  }
}
@media (max-width: 768px) {
  .top-slide .slider-btn.prev {
    right: 50px;
  }
}
.top-slide .slider-btn.next {
  right: 30px;
}
@media (max-width: 1024px) {
  .top-slide .slider-btn.next {
    top: 190%;
  }
}
@media (max-width: 768px) {
  .top-slide .slider-btn.next {
    right: 10px;
  }
}
.top-slide .slider-btn.is-hidden {
  display: none;
}
.top-slide .slider-pager {
  display: none;
}
.top-slide .slider-pager button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
@media (max-width: 768px) {
  .top-slide .slider-pager button {
    width: 7px;
    height: 7px;
  }
}
.top-slide .slider-pager button.is-active {
  background: #000;
}

.top-sc {
  background-color: #EEF5F8;
  margin: 120px 0;
  padding: 100px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .top-sc {
    margin: 70px auto;
    padding: 60px 18px;
    gap: 100px;
  }
}
.top-sc .top-strength, .top-sc .top-culture {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .top-sc .top-strength, .top-sc .top-culture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top-sc .top-strength__title, .top-sc .top-culture__title {
  position: relative;
  font-size: 3.4375rem;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 26px;
  padding-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .top-sc .top-strength__title, .top-sc .top-culture__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-top: 12px;
    border-bottom: none;
    letter-spacing: 2px;
  }
}
.top-sc .top-strength__title:after, .top-sc .top-culture__title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097A3;
  bottom: -3px;
  width: 250px;
}
@media (max-width: 768px) {
  .top-sc .top-strength__title:after, .top-sc .top-culture__title:after {
    display: none;
  }
}
.top-sc .top-strength__title2, .top-sc .top-culture__title2 {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #29397E;
  position: relative;
}
@media (max-width: 768px) {
  .top-sc .top-strength__title2, .top-sc .top-culture__title2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.top-sc .top-strength__content, .top-sc .top-culture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 660px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-sc .top-strength__content, .top-sc .top-culture__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-sc .top-strength__content a, .top-sc .top-culture__content a {
  border-radius: 10px;
}
.top-sc .top-strength__content a .top-sc-box, .top-sc .top-culture__content a .top-sc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.top-sc .top-strength__content a .top-strength__text, .top-sc .top-culture__content a .top-strength__text {
  color: #333;
  text-align: left;
}
.top-sc .top-strength__content a .btn-more, .top-sc .top-culture__content a .btn-more {
  color: #8a8a8a;
  text-align: right;
}
.top-sc .top-strength__content .top-sc__img, .top-sc .top-culture__content .top-sc__img {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-sc .top-strength__content .top-sc__img, .top-sc .top-culture__content .top-sc__img {
    display: none;
  }
}
.top-sc .top-strength__content .top-sc__img img, .top-sc .top-culture__content .top-sc__img img {
  width: 100%;
  border-radius: 40px;
}
.top-sc .top-strength__link, .top-sc .top-culture__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.top-sc .top-strength__link .moreView, .top-sc .top-culture__link .moreView {
  background-color: #29397E;
  color: #fff;
  padding: 20px 50px;
  border-radius: 30px;
  position: relative;
}
.top-sc .top-strength__link .moreView::after, .top-sc .top-culture__link .moreView::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-sc .top-strength__text, .top-sc .top-culture__text {
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .top-sc .top-strength__text, .top-sc .top-culture__text {
    margin-top: 9px;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: normal;
  }
}
.top-sc .top-strength .sub-btn, .top-sc .top-culture .sub-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 62px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .top-sc .top-strength .sub-btn, .top-sc .top-culture .sub-btn {
    margin-top: 30px;
    font-size: 1rem;
    padding-right: 0;
  }
}
.top-sc .top-strength .sub-btn-inner, .top-sc .top-culture .sub-btn-inner {
  max-width: 200px;
  width: 100%;
  height: 60px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .top-sc .top-strength .sub-btn-inner, .top-sc .top-culture .sub-btn-inner {
    max-width: 200px;
  }
}
.top-sc .top-strength .sub-btn-inner::after, .top-sc .top-culture .sub-btn-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-sc .top-strength .sub-btn .left, .top-sc .top-culture .sub-btn .left {
  background-color: #29397E;
}
.top-sc .top-strength .sub-btn .right, .top-sc .top-culture .sub-btn .right {
  background-color: #0097A3;
}
@media (max-width: 768px) {
  .top-sc .top-culture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-member {
  max-width: 1380px;
  margin: 120px auto;
  padding: 0 20px;
  height: auto;
}
@media (max-width: 768px) {
  .top-member {
    margin: 70px auto;
    padding: 0 20px;
  }
}
.top-member__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 76px;
  /* モーダルの背景 */
  /* モーダル中身 */
  /* 閉じるボタン */
  /* ===========================
      基本プロフィールのスタイル
     =========================== */
  /* ===========================
      インタビュー Q&A ブロック
     =========================== */
  /* 質問 */
  /* 回答 */
  /* ===========================
      スマホ対応
     =========================== */
}
@media (max-width: 768px) {
  .top-member__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
    margin-top: 29px;
  }
}
.top-member__innerItem {
  max-width: 330px;
  width: 100%;
  height: auto;
  padding: 12px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-member__innerItem {
    padding: 0;
    max-width: 175px;
  }
}
.top-member__innerItem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}
.top-member__innerItem::after {
  content: "プロフィールを見る";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.top-member__innerItem:hover::before, .top-member__innerItem:hover::after {
  opacity: 1;
}
.top-member__innerItem div img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
  height: auto;
  display: block;
}
.top-member__inner .member-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  z-index: 9999;
}
.top-member__inner .member-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-member__inner .member-modal__content {
  background: #fff;
  max-width: 1080px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 50px;
  border-radius: 12px;
  position: relative;
}
.top-member__inner .member-modal__content .modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top-member__inner .member-modal__content .modal-inner {
    gap: 20px;
  }
}
.top-member__inner .member-modal__content .modal-innerItem {
  line-height: 1.8;
}
.top-member__inner .member-modal__content .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.top-member__inner .member-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.top-member__inner #modalImg {
  display: block;
  width: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.top-member__inner #modalName {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top-member__inner #modalAff {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
}
.top-member__inner #modalInterview .interview-block {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.top-member__inner #modalInterview .interview-block:last-child {
  border-bottom: none;
}
.top-member__inner #modalInterview h3 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #333;
  font-weight: bold;
  border-left: 5px solid #0097A3;
  background-color: rgba(0, 151, 163, 0.0784313725);
  padding-left: 12px;
}
.top-member__inner #modalInterview p {
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
  white-space: pre-line;
}
@media (max-width: 480px) {
  .top-member__inner .member-modal__content {
    padding: 25px 15px;
  }
  .top-member__inner #modalImg {
    width: 120px;
    height: 120px;
  }
  .top-member__inner #modalInterview h3 {
    font-size: 1rem;
  }
  .top-member__inner #modalInterview p {
    font-size: 0.875rem;
  }
}
.top-member__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 9px 0;
  color: #333;
}
@media (max-width: 768px) {
  .top-member__name {
    font-size: 1.125rem;
    margin: 0 0 8px;
  }
}
.top-member__aff {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .top-member__aff {
    font-size: 1rem;
  }
}

.top-company {
  max-width: 1380px;
  margin: 120px auto;
  height: auto;
}
@media (max-width: 1024px) {
  .top-company {
    padding: 70px 20px;
  }
}
@media (max-width: 768px) {
  .top-company {
    margin: 70px auto;
    padding: 70px 20px;
  }
}
.top-company__inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.top-company__inner .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.top-company__innerItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .top-company__innerItem {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
}
.top-company__innerItem img {
  width: 100%;
  border-radius: 30px;
  display: block;
}
.top-company__text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top-company__text {
    font-size: 1.125rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}
.top-company .carousel {
  overflow: hidden;
}
.top-company .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
}
.top-company .carousel-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
}
.top-company .carousel-btn:hover {
  background: #f5f5f5;
}

.top-positions {
  margin: 120px 0;
  padding: 65px 40px 51px;
  background-color: #FBF7F0;
}
@media (max-width: 768px) {
  .top-positions {
    margin: 70px auto;
    padding: 0 17px;
  }
}
.top-positions__inner {
  max-width: 1280px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top-positions__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding: 74px 0;
    margin-bottom: 120px;
  }
}
.top-positions__content {
  max-width: 700px;
}
.top-positions__title {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 27px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top-positions__title {
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}
.top-positions__boldtext {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 20px;
}
.top-positions__text {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top-positions__text {
    margin-top: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.top-positions__text1 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .top-positions__text1 {
    margin-top: 11px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.top-positions__img {
  max-width: 530px;
}
.top-positions__img img {
  width: 100%;
  border-radius: 40px;
}

.top-access {
  padding: 70px 40px;
  background-color: #EEF5F8;
}
@media (max-width: 768px) {
  .top-access {
    margin: 70px auto 0;
    padding: 95px 20px;
  }
}
.top-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 70px auto;
}
@media (max-width: 1024px) {
  .top-access__inner {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .top-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .top-access__inner iframe {
    max-width: 360px;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top-access__inner iframe {
    max-width: 360px;
    border-radius: 40px;
  }
}
@media (max-width: 1024px) {
  .top-access__innerItem {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.top-access__title {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 27px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top-access__title {
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}
.top-access__boldtext {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 20px;
}
.top-access__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
.top-access__table {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top-access__table {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.top-access__table tr {
  border: 1px solid transparent;
}
.top-access__table td {
  border: 1px solid transparent;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .top-access__table td {
    line-height: 1.3;
  }
}
.top-access__table th {
  border: 1px solid transparent;
  width: 120px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .top-access__table th {
    width: 100px;
  }
}

.sub-fv {
  margin-top: 110px;
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .sub-fv {
    padding: 0 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sub-fv {
    margin-top: 70px;
    height: auto;
  }
}
.sub-fv__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 125px 0 85px;
}
@media (max-width: 768px) {
  .sub-fv__inner {
    padding: 60px 24px 33px;
  }
}
.sub-fv__inner.ps {
  padding: 110px 0 65px;
}
@media (max-width: 768px) {
  .sub-fv__inner.ps {
    padding: 60px 18px 33px;
  }
}

.u-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .u-wrapper {
    max-width: 430px;
    padding: 40px 20px;
  }
}

.meeting {
  margin: 37px auto;
}
@media (max-width: 768px) {
  .meeting {
    margin: 0;
  }
}
.meeting__inner {
  max-width: 1380px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .meeting__inner {
    padding: 0 16px;
  }
}
.meeting__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .meeting__innerItem {
    padding: 0 20px;
  }
}
.meeting__image {
  max-width: 947px;
  width: 100%;
  margin-bottom: 107px;
}
@media (max-width: 768px) {
  .meeting__image {
    max-width: 365px;
    margin-bottom: 55px;
  }
}
.meeting__image img {
  width: 100%;
  border-radius: 20px;
}
.meeting__image1 {
  max-width: 380px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .meeting__image1 {
    max-width: 330px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.meeting__image1 img {
  width: 100%;
  border-radius: 20px;
}
.meeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 225px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .meeting__content {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .meeting__content {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 0;
  }
}
.meeting__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  padding: 110px 0 97px;
  margin: 70px 0;
  background-color: #EEF5F8;
  border-radius: 60px;
}
@media (max-width: 1024px) {
  .meeting__bg {
    margin: 70px 20px;
    padding: 110px 20px 97px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .meeting__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 0;
    gap: 60px;
  }
}
.meeting__bgContent {
  max-width: 560px;
  width: 100%;
}
.meeting__bg__text {
  font-size: 1.4375rem;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .meeting__bg__text {
    font-size: 0.875rem;
    margin-left: 6px;
  }
}

.coments {
  margin: 120px auto;
}
@media (max-width: 768px) {
  .coments {
    margin: 70px auto;
  }
}
.coments__content {
  padding: 70px 40px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .coments__content {
    padding: 40px 17px;
    height: auto;
  }
}
.coments__inner {
  width: 100%;
}

.contact {
  margin: 120px auto;
}
@media (max-width: 768px) {
  .contact {
    margin: 70px auto;
  }
}
.contact__inner {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 80px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .contact__inner {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 16px;
    border-radius: 30px;
  }
}
.contact__text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact__text {
    font-size: 1rem;
  }
}
.contact__form {
  margin: 70px 0;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  background-color: #FBF7F0;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__form {
    padding: 70px 12px;
    margin: 70px 0 0;
  }
}
.contact .mauticform-row {
  padding: 10px 0;
}
.contact .btn {
  margin-top: 0;
}

@media (max-width: 768px) {
  #contact {
    scroll-margin-top: 60px;
  }
}

.positions {
  margin: 120px auto;
}
@media (max-width: 768px) {
  .positions {
    margin: 70px auto;
    padding: 20px 16px 0;
  }
}
.positions__inner {
  max-width: 1300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  background-color: #EEF5F8;
  border-radius: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .positions__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 74px 12px 110px;
    border-radius: 40px;
  }
}
.positions__innerItem {
  max-width: 545px;
  width: 100%;
}
.positions__innerItem .positions-btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 70px;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .positions__innerItem .positions-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}
.positions__innerItem .positions-btn a {
  max-width: 354px;
  height: 74px;
}
@media (max-width: 768px) {
  .positions__innerItem .positions-btn a {
    max-width: 250px;
    height: 58px;
  }
}
.positions__image {
  margin-top: -140px;
  padding-left: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .positions__image {
    margin-top: -60px;
    text-align: right;
    padding-right: 30px;
  }
}
.positions__image img {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 768px) {
  .positions__image img {
    max-width: 200px;
  }
}
.positions__title {
  text-align: left;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .positions__title {
    font-size: 1.875rem;
    margin-bottom: 37px;
  }
}
.positions__title1 {
  text-align: left;
  margin-bottom: 54px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3F4A7A;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-left: 0;
}
@media (max-width: 768px) {
  .positions__title1 {
    font-size: 1.625rem;
  }
}
.positions__text {
  margin-top: 25px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .positions__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.positions__text1 {
  color: #29397E;
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 43px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .positions__text1 {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: 0;
    margin-left: 20px;
  }
}

.recruit {
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .recruit {
    margin: 70px auto;
    padding: 0 16px;
  }
}
.recruit__inner {
  max-width: 1300px;
  background-color: #FBF7F0;
  border-radius: 60px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 75px 54px 15px;
}
@media (max-width: 768px) {
  .recruit__inner {
    height: 1461px;
    padding: 67px 10px;
  }
}
.recruit__innerItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit__innerItem {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruit__innerItem.x {
  grid-template-columns: 1fr;
}
.recruit__innerItem.y {
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 128px;
  max-width: 758px;
}
@media (max-width: 768px) {
  .recruit__innerItem.y {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.recruit__content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .recruit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit__content.z {
  height: 480px;
}
@media (max-width: 768px) {
  .recruit__content.sp-height {
    margin-top: -15px;
  }
}
.recruit__text {
  font-weight: bold;
  font-size: 1.5rem;
  max-width: 140px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .recruit__text {
    margin-top: 78px;
    margin-bottom: 23px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.recruit__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
  font-size: 3.125rem;
  color: #3F4A7A;
}
@media (max-width: 768px) {
  .recruit__title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 1.875rem;
  }
}
.recruit__button {
  width: 100%;
  height: 145px;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .recruit__button {
    height: 108px;
    padding: 25px 20px;
  }
}
.recruit__button:hover {
  background-color: #e4e3e3;
}
.recruit__btnTxt {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__btnTxt {
    font-size: 1rem;
  }
}
.recruit__btnTxt.cen {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit__btnTxt.cen {
    text-align: left;
  }
}
.recruit .btn-more {
  margin-top: 70px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  text-align: right;
}
@media (max-width: 1024px) {
  .recruit .btn-more {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .recruit .btn-more {
    font-size: 1rem;
    margin-top: 30px;
  }
}
.recruit .btn-more.cen {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .recruit .btn-more.cen {
    text-align: right;
    font-size: 1rem;
    margin-top: 30px;
  }
}

.sc-fv {
  margin-top: 100px;
  padding: 70px 0 65px;
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .sc-fv {
    margin-top: 100px;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .sc-fv {
    margin-top: 70px;
    padding: 60px 18px;
  }
}
.sc-fv.culture {
  margin: 240px 0 100px;
  padding: 0;
}
@media (max-width: 1024px) {
  .sc-fv.culture {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .sc-fv.culture {
    margin: 120px 0 60px;
    padding: 0 18px;
  }
}
.sc-fv__inner {
  max-width: 1300px;
  width: 100%;
  height: 110%;
  margin: 0 auto;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.sc-fv__head {
  margin-bottom: 20px;
  color: #29397E;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sc-fv__head {
    font-size: 0.875rem;
  }
}

.mm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.nn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.values {
  margin: 0 auto 120px;
  position: relative;
  background-color: #EEF5F8;
}
@media (max-width: 768px) {
  .values {
    margin: 0 auto 70px;
  }
}
.values__inner {
  max-width: 1330px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .values__inner {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .values__inner {
    padding: 70px 17px;
  }
}
.values__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .values__innerItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.values__image {
  max-width: 440px;
}
@media (max-width: 768px) {
  .values__image {
    margin-top: 40px;
  }
}
.values__image img {
  width: 100%;
  border-radius: 20px;
}
.values__content {
  max-width: 810px;
  width: 100%;
}
.two {
  background-color: transparent;
  margin-bottom: 120px;
}

.three {
  background-color: #EEF5F8;
}

.four {
  background-color: transparent;
  margin-bottom: 120px;
}

.five {
  background-color: transparent;
  margin-bottom: 120px;
}

.six {
  background-color: #EEF5F8;
}

.seven {
  background-color: transparent;
  margin-bottom: 120px;
}

.eight {
  background-color: #EEF5F8;
}
