@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 {
  -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*/
  font-size: 0.625vw;
}

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

caption {
  text-align: left;
}

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

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

/* reset.css end */
/* base.css start */
/* common */
section {
  overflow-x: clip;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 1100px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1100px) {
  html {
    scroll-padding-top: 5.3191489362vw;
    scroll-behavior: auto;
    overflow-x: clip;
  }
}

.inner {
  max-width: 1366px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    max-width: none;
    width: 95%;
  }
}

.grid-item {
  display: grid;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
}
body.no-scroll {
  overflow: hidden;
}

.btn {
  width: 100%;
  margin: 0 auto;
  height: 97px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-width: 509px;
}
.btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1100px) {
  .btn {
    height: 12.8989361702vw;
    max-width: 67.6861702128vw;
  }
}
.btn a {
  border-radius: 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 37px;
  letter-spacing: 0.225em;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-left: 92px;
}
@media screen and (max-width: 1100px) {
  .btn a {
    font-size: 37px;
    font-size: 4.920212766vw;
    border-radius: 1.4627659574vw;
    padding-left: 15.6914893617vw;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 14px 0px 14px 16px;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .btn a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-right: 1.8617021277vw solid transparent;
    border-left: 1.8617021277vw solid transparent;
    border-bottom: 2.1276595745vw solid #ffffff;
    border-top: 0;
    left: 2.6595744681vw;
  }
}
.btn.page2 a {
  padding-left: 112px;
}
@media screen and (max-width: 1100px) {
  .btn.page2 a {
    padding-left: 15.5585106383vw;
  }
  .btn.page2 a:before {
    left: 3.9893617021vw;
  }
}
.btn--01 {
  max-width: 590px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .btn--01 {
    max-width: 78.4574468085vw;
  }
}
.btn--01 a {
  border: 2px solid #000;
  border-radius: 17.5px;
  letter-spacing: 0.1em;
  padding: 0.5em 0.7em 0.5em 0;
  min-height: 3.2em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.btn--01 a:before {
  border: none;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 2px solid #000;
  border-left: transparent;
  border-top: transparent;
  left: auto;
  right: 0.6em;
}
.btn--01 a:hover {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  background: #e6eff9;
}
.btn--01 a .-min {
  font-size: 0.82em;
}
@media screen and (max-width: 1100px) {
  .btn--01 a {
    font-size: 36px;
    font-size: 4.7872340426vw;
    border-radius: 1.4627659574vw;
  }
}
.btn--01 + .btn--01 {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .btn--01 + .btn--01 {
    margin-top: 8.6436170213vw;
  }
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  -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;
  width: 10.3723404255vw;
  height: 6.7819148936vw;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger span {
  display: block;
  height: 0.5319148936vw;
  background: #79add9;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3.3244680851vw, 1.9946808511vw);
            transform: rotate(45deg) translate(3.3244680851vw, 1.9946808511vw);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1.9946808511vw, -1.329787234vw);
            transform: rotate(-45deg) translate(1.9946808511vw, -1.329787234vw);
  }
}
/* header.css start */
.header-deco {
  background: url(../images/circle.png) no-repeat center/contain;
  width: 50.16vw;
  height: 50.16vw;
  position: absolute;
  top: -25.08vw;
  right: 2.08vw;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .header-deco {
    right: -38.9627659574vw;
    top: -34.7074468085vw;
    width: 99.6010638298vw;
    height: 99.6010638298vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header.scrolled {
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.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;
  padding: 30px 0;
}
@media screen and (max-width: 1250px) {
  .header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .header .inner {
    padding: 3.7234042553vw 0;
  }
}
.header .inner .logo {
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 1250px) {
  .header .inner .logo {
    width: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .header .inner .logo {
    max-width: 41.2234042553vw;
    width: 100%;
  }
}
.header .inner .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .header .inner .nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 1rem;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19.9468085106vw 0;
  }
  .header .inner .nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .nav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .header .inner .nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 6.6489361702vw;
  }
}
.header .inner .nav .nav-list li a {
  color: #211815;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .nav-list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .header .inner .nav .nav-list li a {
    font-size: 32px;
    font-size: 4.2553191489vw;
  }
}

/* base.css start */
/* content.css start */
.intro .inner {
  padding: 100px 0 300px;
}
@media screen and (max-width: 1100px) {
  .intro .inner {
    padding: 5.3191489362vw 0 19.1489361702vw;
  }
}
.intro .inner .title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .intro .inner .title {
    margin-bottom: 1.329787234vw;
  }
}
.intro .inner .title .main {
  margin-bottom: 30px;
}
.intro .inner .title .main img {
  max-width: 1184px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .intro .inner .title .main {
    max-width: 77.1276595745vw;
    margin: auto auto 13.2978723404vw;
  }
  .intro .inner .title .main img {
    width: 100%;
    height: auto;
  }
}
.intro .inner .title .sub {
  font-size: 5.3rem;
  line-height: 1.7735849057;
  letter-spacing: 0.1855em;
  font-size: 53px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .intro .inner .title .sub {
    font-size: 3.3rem;
    line-height: 1.7878787879;
    font-size: 33px;
  }
}
@media screen and (max-width: 1100px) {
  .intro .inner .title .sub {
    font-size: 33px;
    font-size: 4.3882978723vw;
  }
}
.intro .inner .description {
  font-size: 2.9rem;
  line-height: 2.4137931034;
  letter-spacing: 0.1575em;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: 83px;
}
@media screen and (max-width: 1250px) {
  .intro .inner .description {
    font-size: 21px;
  }
}
@media screen and (max-width: 1100px) {
  .intro .inner .description {
    font-size: 2.1rem;
    line-height: 2.2857142857;
    font-size: 21px;
    font-size: 2.7925531915vw;
    letter-spacing: 0.1155em;
    margin-bottom: 7.9787234043vw;
  }
}
.intro .inner .btn a {
  background-color: #2778be;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .intro .inner .btn a {
    padding-left: 12.2340425532vw;
  }
}
.intro.page2 .inner {
  padding: 204px 0 236px;
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner {
    padding: 16.2234042553vw 0 19.1489361702vw;
  }
}
.intro.page2 .inner .title {
  margin-bottom: 38px;
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner .title {
    margin-bottom: 3.9893617021vw;
  }
}
.intro.page2 .inner .title .main {
  font-size: 49px;
  letter-spacing: 0.1995em;
  font-weight: 700;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #000;
  max-width: 678px;
  width: 100%;
  margin: auto auto 103px;
}
@media screen and (max-width: 1250px) {
  .intro.page2 .inner .title .main {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner .title .main {
    font-size: 30px;
    font-size: 3.9893617021vw;
    min-height: 7.7127659574vw;
    max-width: 56.5159574468vw;
    margin-bottom: 8.6436170213vw;
    border: 0.3989361702vw solid #000;
  }
}
.intro.page2 .inner .title .catch {
  font-size: 6.3rem;
  line-height: 1.873015873;
  font-size: 63px;
  font-weight: 700;
  letter-spacing: 0.1995em;
}
@media screen and (max-width: 1250px) {
  .intro.page2 .inner .title .catch {
    font-size: 3.9rem;
    line-height: 1.8974358974;
    font-size: 39px;
  }
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner .title .catch {
    font-size: 3.9rem;
    line-height: 1.8974358974;
    font-size: 39px;
    font-size: 5.1861702128vw;
    margin-bottom: 5.3191489362vw;
  }
}
.intro.page2 .inner .description {
  margin-bottom: 72px;
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner .description {
    margin-bottom: 6.6489361702vw;
  }
}
.intro.page2 .inner .btn a {
  padding-left: 112px;
}
@media screen and (max-width: 1100px) {
  .intro.page2 .inner .btn a {
    padding-left: 15.5585106383vw;
  }
  .intro.page2 .inner .btn a:before {
    left: 3.9893617021vw;
  }
}

.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.scroll-container .scroll-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll-left 40s linear infinite;
          animation: scroll-left 40s linear infinite;
}
.scroll-container .scroll-track .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll-container .scroll-track .scroll-content img {
  display: block;
  width: auto;
  height: 257px;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 1100px) {
  .scroll-container .scroll-track .scroll-content img {
    height: 23.9361702128vw;
    margin: 0 0.7978723404vw 0 0;
  }
}
.scroll-container.page2 .scroll-content img {
  height: 308px;
}
@media screen and (max-width: 1100px) {
  .scroll-container.page2 .scroll-content img {
    height: 23.9361702128vw;
  }
}

.mission {
  background: url(../images/bg_mission_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1100px) {
  .mission {
    background: url(../images/bg_mission_sp.jpg) no-repeat center/cover;
  }
}
.mission .inner {
  padding: 127px 0 615px;
}
@media screen and (max-width: 1100px) {
  .mission .inner {
    padding: 17.2872340426vw 0 45.8776595745vw;
    max-width: 83.5106382979vw;
    margin: 0 9.0425531915vw 0 7.3138297872vw;
  }
}
.mission .inner .main {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .mission .inner .main {
    margin-bottom: 7.3138297872vw;
  }
}
.mission .inner .main img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .mission .inner .main img {
    width: 80%;
  }
}
.mission .inner .grid-item {
  grid-template-columns: 692px 655px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1250px) {
  .mission .inner .grid-item {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item {
    grid-template-columns: 1fr;
    gap: 7.9787234043vw;
    margin-bottom: 6.5159574468vw;
  }
}
.mission .inner .grid-item .text .sec-ttl {
  font-size: 4.8rem;
  line-height: 1.5833333333;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1575em;
  font-size: 48px;
}
@media screen and (max-width: 1250px) {
  .mission .inner .grid-item .text .sec-ttl {
    font-size: 4.5rem;
    line-height: 1.6888888889;
    font-size: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item .text .sec-ttl {
    font-size: 45px;
    font-size: 5.9840425532vw;
    margin-bottom: 2.6595744681vw;
  }
}
.mission .inner .grid-item .text .description {
  font-size: 2.4rem;
  line-height: 2.25;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.0875em;
}
@media screen and (max-width: 1250px) {
  .mission .inner .grid-item .text .description {
    font-size: 2.1rem;
    line-height: 2.380952381;
    font-size: 21px;
  }
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item .text .description {
    font-size: 21px;
    font-size: 2.7925531915vw;
    letter-spacing: 0.1645em;
  }
}
.mission .inner .grid-item .img {
  max-width: 631px;
  width: 97%;
  margin-left: -29px;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .mission .inner .grid-item .img {
    margin-left: -120px;
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  .mission .inner .grid-item .img {
    margin-left: -64px;
    width: 85%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item .img {
    max-width: 70.7446808511vw;
    width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
.mission .inner .grid-item .img::after {
  content: "";
  background: url(../images/shadow.png) no-repeat bottom left/contain;
  position: absolute;
  top: 93%;
  left: auto;
  right: 42px;
  margin: auto;
  z-index: 10;
  width: 381px;
  height: 89px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1250px) {
  .mission .inner .grid-item .img::after {
    right: 0;
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item .img::after {
    width: 41.0904255319vw;
    height: 9.5744680851vw;
    right: 7.579787234vw;
  }
}
.mission .inner .grid-item .img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 12;
  -webkit-filter: drop-shadow(0px 0px 54px rgba(222, 241, 251, 0.5));
          filter: drop-shadow(0px 0px 54px rgba(222, 241, 251, 0.5));
}
@media screen and (max-width: 1100px) {
  .mission .inner .grid-item .img img {
    -webkit-filter: drop-shadow(0px 0px 5.8510638298vw rgba(222, 241, 251, 0.5));
            filter: drop-shadow(0px 0px 5.8510638298vw rgba(222, 241, 251, 0.5));
    margin: 0 auto;
  }
}
.mission .inner .btn a {
  color: #79add9;
  background-color: #fff;
  padding-left: 83px;
}
@media screen and (max-width: 1100px) {
  .mission .inner .btn a {
    padding-left: 11.0372340426vw;
  }
}
.mission .inner .btn a::before {
  border-color: transparent transparent transparent #79add9;
  left: 49px;
}
@media screen and (max-width: 1100px) {
  .mission .inner .btn a::before {
    left: 6.5159574468vw;
    border-right: 1.8617021277vw solid transparent;
    border-left: 1.8617021277vw solid transparent;
    border-bottom: 2.1276595745vw solid #79add9;
    border-top: 0;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ourvalue .inner {
  padding: 170px 0 270px;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner {
    padding: 24.6010638298vw 0 32.8457446809vw;
  }
}
.ourvalue .inner .title {
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .title {
    margin-bottom: 3.5904255319vw;
  }
}
.ourvalue .inner .title .main {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .title .main {
    margin-bottom: 6.25vw;
  }
}
.ourvalue .inner .title .main img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .title .main img {
    max-width: 61.7021276596vw;
  }
}
.ourvalue .inner .title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  text-align: center;
  color: "Noto Sans JP", sans-serif;
  letter-spacing: 0.189em;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .title .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.1223404255vw;
    line-height: 5.4521276596vw;
    text-align: center;
    color: "Noto Sans JP", sans-serif;
    letter-spacing: 0.189em;
  }
}
.ourvalue .inner .grid-item {
  grid-template-columns: 1fr;
  max-width: 1273px;
  width: 100%;
  margin: 0 auto 25px;
  gap: 28px;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .grid-item {
    gap: vw(28);
    max-width: 87.6329787234vw;
    margin-bottom: 0;
  }
  .ourvalue .inner .grid-item img {
    width: 100%;
  }
}
.ourvalue .inner .catch {
  font-size: 23px;
  letter-spacing: 0.203em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .ourvalue .inner .catch {
    font-size: 23px;
    font-size: 3.0585106383vw;
  }
}

.message {
  background: url(../images/bg-directors-message.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .message {
    background: url(../images/bg-directors-message_sp.jpg) no-repeat center/cover;
  }
}
.message + .message {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .message + .message {
    margin-top: 2.9255319149vw;
  }
}
.message::before {
  content: "";
  background: url(../images/circle.png) no-repeat center/contain;
  width: 50.16vw;
  height: 50.16vw;
  position: absolute;
  top: -15.88vw;
  right: -280px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1100px) {
  .message::before {
    width: 99.6010638298vw;
    height: 99.6010638298vw;
    right: -38.5638297872vw;
    top: -27.3936170213vw;
  }
}
.message .inner {
  padding: 108px 0 74px;
}
@media screen and (max-width: 1250px) {
  .message .inner {
    padding: 130px 0 600px;
  }
}
@media screen and (max-width: 1100px) {
  .message .inner {
    max-width: 87.5vw;
    padding: 16.3563829787vw 0 86.4361702128vw;
  }
}
.message .inner .wrap {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: 55px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .message .inner .wrap {
    max-width: none;
    margin-right: auto;
  }
}
.message .inner .wrap .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .title {
    margin-bottom: 4.7872340426vw;
  }
}
.message .inner .wrap .title .main {
  max-width: 576px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .title .main {
    margin-bottom: 3.9893617021vw;
    width: 65.4255319149vw;
  }
}
.message .inner .wrap .title .main img {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .message .inner .wrap .title .main img {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .title .main img {
    max-width: 65.4255319149vw;
    width: 100%;
    height: auto;
  }
}
.message .inner .wrap .title .main--president {
  max-width: 624px;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .title .main--president {
    width: 71.2765957447vw;
  }
}
.message .inner .wrap .title .main--president img {
  max-width: 71.2765957447vw;
}
.message .inner .wrap .title .sub {
  font-size: 2.8rem;
  line-height: 1.75;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.119em;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .title .sub {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    font-size: 26px;
    font-size: 3.4574468085vw;
  }
}
.message .inner .wrap .catch {
  margin-bottom: 10px;
}
.message .inner .wrap .catch .-inner {
  display: inline-block;
  position: relative;
  font-size: 38.5px;
  line-height: 1.37;
  color: #fff;
  font-weight: 700;
  padding: 0.13em 0.65em;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.message .inner .wrap .catch .-inner:before, .message .inner .wrap .catch .-inner:after {
  display: block;
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-bottom: transparent;
  border-right: transparent;
  width: 0.66em;
  height: 1.31em;
}
.message .inner .wrap .catch .-inner:before {
  left: 0;
  top: 0;
}
.message .inner .wrap .catch .-inner:after {
  right: 0;
  bottom: 0;
  rotate: 180deg;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .catch .-inner {
    font-size: 35px;
    font-size: 4.6542553191vw;
    padding: 0.13em 0.55em;
  }
  .message .inner .wrap .catch .-inner:before, .message .inner .wrap .catch .-inner:after {
    border-width: 0.3989361702vw;
  }
}
.message .inner .wrap .description {
  font-size: 2.3rem;
  line-height: 2.1304347826;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.147em;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .message .inner .wrap .description {
    font-size: 2.1rem;
    line-height: 2.1428571429;
    font-size: 21px;
    font-size: 2.7925531915vw;
  }
}
.message--even:before {
  top: auto;
  right: auto;
  bottom: -15.88vw;
  left: -280px;
}
@media screen and (max-width: 1100px) {
  .message--even:before {
    bottom: -65.1595744681vw;
    left: -35.9042553191vw;
  }
}
.message--even .inner .wrap {
  margin-left: 55px;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .message--even .inner .wrap {
    margin-left: auto;
  }
}
.message--president {
  background: url(../images/bg-presidents-message.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1250px) {
  .message--president {
    background: url(../images/bg-presidents-message_sp.jpg) no-repeat center/cover;
  }
}

.voice .inner {
  padding: 424px 0 337px;
}
@media screen and (max-width: 1100px) {
  .voice .inner {
    padding: 30.3191489362vw 0 33.2446808511vw;
  }
}
.voice .inner .title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .voice .inner .title {
    margin-bottom: 3.9893617021vw;
  }
}
.voice .inner .title .main {
  margin-bottom: 38px;
}
@media screen and (max-width: 1100px) {
  .voice .inner .title .main {
    margin-bottom: 3.9893617021vw;
  }
}
.voice .inner .title .main img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .voice .inner .title .main img {
    max-width: 70.7446808511vw;
  }
}
.voice .inner .title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  text-align: center;
  color: "Noto Sans JP", sans-serif;
  letter-spacing: 0.189em;
}
@media screen and (max-width: 1250px) {
  .voice .inner .title .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: "Noto Sans JP", sans-serif;
    letter-spacing: 0.189em;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .title .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.1223404255vw;
    line-height: 5.4521276596vw;
    text-align: center;
    color: "Noto Sans JP", sans-serif;
    letter-spacing: 0.189em;
  }
}
.voice .inner .grid-item {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 60px 30px;
  margin-bottom: 74px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item {
    gap: 35px 23px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item {
    gap: 4.6542553191vw 2.1276595745vw;
    margin-bottom: 6.6489361702vw;
  }
}
.voice .inner .grid-item .item-wrap {
  position: relative;
  overflow-x: clip;
}
.voice .inner .grid-item .item-wrap .item {
  background-color: #e6eff9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 199px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap .item {
    min-height: 109px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap .item {
    min-height: 14.4946808511vw;
    border-radius: 0.5319148936vw;
  }
}
.voice .inner .grid-item .item-wrap .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.voice .inner .grid-item .item-wrap .item .description {
  min-width: 224px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  line-height: 1.7894736842;
  font-size: 19px;
  color: #79add9;
  text-align: center;
  font-weight: 700;
  margin-left: 23px;
  letter-spacing: 0.126em;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap .item .description {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap .item .description {
    min-width: auto;
    font-size: 1rem;
    line-height: 1.9;
    font-size: 10px;
    font-size: 1.329787234vw;
    margin-left: 3.1914893617vw;
  }
}
.voice .inner .grid-item .item-wrap:first-child .item::after {
  background: url(../images/voice01.svg) no-repeat bottom/contain;
  max-width: 246px;
  width: 60%;
  height: 219px;
  right: -62px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:first-child .item::after {
    width: 135px;
    height: 120px;
    right: -33px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:first-child .item::after {
    width: 17.9521276596vw;
    height: 15.9574468085vw;
    right: -4.3882978723vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(2) .item::after {
  background: url(../images/voice02.svg) no-repeat bottom left/contain;
  max-width: 183px;
  width: 45%;
  height: 244px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(2) .item::after {
    width: 100px;
    height: 133px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(2) .item::after {
    width: 13.2978723404vw;
    height: 17.6861702128vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(3) .item .description {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(3) .item .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(3) .item .description {
    font-size: 1rem;
    line-height: 1.9;
    font-size: 10px;
    font-size: 1.329787234vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(3) .item::after {
  background: url(../images/voice03.svg) no-repeat bottom left/contain;
  max-width: 193px;
  width: 47%;
  height: 237px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(3) .item::after {
    width: 90px;
    height: 129px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(3) .item::after {
    width: 13.9627659574vw;
    height: 17.1542553191vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(4) .item .description {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(4) .item .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(4) .item .description {
    font-size: 1rem;
    line-height: 1.9;
    font-size: 10px;
    font-size: 1.329787234vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(4) .item::after {
  background: url(../images/voice04.svg) no-repeat bottom left/contain;
  max-width: 175px;
  width: 43%;
  height: 221px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(4) .item::after {
    width: 95px;
    height: 121px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(4) .item::after {
    width: 12.6329787234vw;
    height: 16.0904255319vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(5) .item::after {
  background: url(../images/voice05.svg) no-repeat bottom left/contain;
  max-width: 240px;
  width: 58%;
  height: 211px;
  right: -62px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(5) .item::after {
    width: 131px;
    height: 115px;
    right: -34px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(5) .item::after {
    width: 17.420212766vw;
    height: 15.2925531915vw;
    right: -4.5212765957vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(6) .item .description {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(6) .item .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(6) .item .description {
    font-size: 1rem;
    line-height: 1.9;
    font-size: 10px;
    font-size: 1.329787234vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(6) .item::after {
  background: url(../images/voice06.svg) no-repeat bottom left/contain;
  max-width: 193px;
  width: 47%;
  height: 280px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(6) .item::after {
    width: 105px;
    height: 153px;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(6) .item::after {
    width: 13.9627659574vw;
    height: 20.3457446809vw;
    right: 0;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(7) .item::after {
  background: url(../images/voice07.svg) no-repeat bottom left/contain;
  max-width: 195px;
  width: 47%;
  height: 221px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(7) .item::after {
    width: 105px;
    height: 121px;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(7) .item::after {
    width: 13.9627659574vw;
    height: 16.0904255319vw;
    right: 0;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(8) .item::after {
  background: url(../images/voice08.svg) no-repeat bottom left/contain;
  max-width: 195px;
  width: 47%;
  height: 221px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(8) .item::after {
    width: 107px;
    height: 121px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(8) .item::after {
    width: 14.2287234043vw;
    height: 16.0904255319vw;
  }
}
.voice .inner .grid-item .item-wrap:nth-child(9) .item::after {
  background: url(../images/voice09.svg) no-repeat bottom left/contain;
  max-width: 193px;
  width: 47%;
  height: 280px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap:nth-child(9) .item::after {
    width: 105px;
    height: 153px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap:nth-child(9) .item::after {
    width: 13.9627659574vw;
    height: 20.3457446809vw;
  }
}
.voice .inner .grid-item .item-wrap .item-arrow {
  position: absolute;
  left: 26px;
  bottom: -37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e6eff9 transparent transparent transparent;
  border-width: 68px 68px 0px 0px;
}
@media screen and (max-width: 1250px) {
  .voice .inner .grid-item .item-wrap .item-arrow {
    bottom: -20px;
    border-width: 37px 36px 0px 0px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .inner .grid-item .item-wrap .item-arrow {
    left: 3.4574468085vw;
    bottom: -2.6595744681vw;
    border-width: 4.920212766vw 4.7872340426vw 0px 0px;
  }
}
.voice .inner .catch {
  font-size: 2.3rem;
  line-height: 1.9565217391;
  font-size: 23px;
  letter-spacing: 0.175em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .voice .inner .catch {
    font-size: 23px;
    font-size: 3.0585106383vw;
    margin-bottom: 9.9734042553vw;
  }
}
.voice .inner .btn a {
  background-color: #2778be;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .voice .inner .btn a {
    padding-left: 12.2340425532vw;
  }
}

.environment {
  background-color: #e6eff9;
  position: relative;
  z-index: 5;
}
.environment::before {
  content: "";
  background: url(../images/circle.png) no-repeat center/contain;
  width: 45.68vw;
  height: 45.68vw;
  position: absolute;
  top: -417px;
  right: -337px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .environment::before {
    width: 99.6010638298vw;
    height: 99.6010638298vw;
    top: auto;
    left: auto;
    bottom: -19.9468085106vw;
    right: -35.9042553191vw;
  }
}
.environment .inner {
  max-width: 1235px;
  padding: 128px 0 135px;
}
@media screen and (max-width: 1100px) {
  .environment .inner {
    max-width: 89.7606382979vw;
    padding: 19.9468085106vw 0 15.9574468085vw;
  }
}
.environment .inner .title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .environment .inner .title {
    margin-bottom: 3.9893617021vw;
  }
}
.environment .inner .title .main {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .environment .inner .title .main {
    margin-bottom: 1.329787234vw;
  }
}
.environment .inner .title .main img {
  width: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1100px) {
  .environment .inner .title .main img {
    width: 80%;
  }
}
.environment .inner .title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  text-align: center;
  color: "Noto Sans JP", sans-serif;
  letter-spacing: 0.189em;
}
@media screen and (max-width: 1100px) {
  .environment .inner .title .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.1223404255vw;
    line-height: 5.4521276596vw;
    text-align: center;
    color: "Noto Sans JP", sans-serif;
    letter-spacing: 0.189em;
  }
}
.environment .inner .grid-item {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1250px) {
  .environment .inner .grid-item {
    gap: 6px;
  }
}
@media screen and (max-width: 1100px) {
  .environment .inner .grid-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7978723404vw;
  }
}
.environment .inner .grid-item .item {
  background-color: #fff;
  min-height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .environment .inner .grid-item .item {
    min-height: 19.2819148936vw;
  }
  .environment .inner .grid-item .item .img {
    height: 7.9787234043vw;
    width: 20%;
  }
  .environment .inner .grid-item .item .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.environment .inner .grid-item .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7%;
}
.environment .inner .grid-item .item .wrap .img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.environment .inner .grid-item .item .wrap .img img {
  width: 100%;
}
.environment .inner .grid-item .item .wrap .text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  line-height: 1.2173913043;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.063em;
}
.environment .inner .grid-item .item .wrap .text p span {
  font-size: 16.1px;
}
@media screen and (max-width: 1250px) {
  .environment .inner .grid-item .item .wrap .text p {
    font-size: 18px;
  }
  .environment .inner .grid-item .item .wrap .text p span {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 1100px) {
  .environment .inner .grid-item .item .wrap .text p {
    font-size: 18.5px;
    font-size: 2.460106383vw;
  }
  .environment .inner .grid-item .item .wrap .text p span {
    font-size: 12.6px;
    font-size: 1.6755319149vw;
  }
}
.environment .inner .grid-item .item:first-child .wrap .img {
  width: 34%;
}
.environment .inner .grid-item .item:nth-child(2) .wrap .img {
  width: 22%;
}
.environment .inner .grid-item .item:nth-child(3) .wrap .img {
  width: 47%;
}
.environment .inner .grid-item .item:nth-child(4) .wrap .img {
  width: 27%;
}
.environment .inner .grid-item .item:nth-child(5) .wrap .img {
  width: 18%;
}
.environment .inner .grid-item .item:nth-child(6) .wrap .img {
  width: 44%;
}
.environment .inner .grid-item .item:nth-child(7) .wrap .img {
  width: 25%;
}
.environment .inner .grid-item .item:nth-child(8) .wrap .img {
  width: 27%;
}
.environment .inner .grid-item .item:nth-child(9) .wrap .img {
  width: 30%;
}
.environment .inner .grid-item .item:nth-child(10) .wrap .img {
  width: 33%;
}
.environment .inner .grid-item .catch {
  grid-column: 2/4;
  grid-row: 4;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.203em;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .environment .inner .grid-item .catch {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1100px) {
  .environment .inner .grid-item .catch {
    font-size: 23px;
    font-size: 3.0585106383vw;
    padding: 3.9893617021vw 0;
    grid-column: 1/3;
    grid-row: 6;
  }
}

.position .inner {
  padding: 290px 0;
}
@media screen and (max-width: 1100px) {
  .position .inner {
    padding: 33.2446808511vw 0;
  }
}
.position .inner .title {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1100px) {
  .position .inner .title {
    margin-bottom: 7.9787234043vw;
  }
}
.position .inner .title .main {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .position .inner .title .main {
    margin-bottom: 3.9893617021vw;
  }
}
.position .inner .title .main img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .position .inner .title .main img {
    width: auto;
    height: 17.5531914894vw;
    margin: 0 auto;
  }
}
.position .inner .title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  text-align: center;
  color: "Noto Sans JP", sans-serif;
  letter-spacing: 0.189em;
}
@media screen and (max-width: 1100px) {
  .position .inner .title .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.1223404255vw;
    line-height: 5.4521276596vw;
    text-align: center;
    color: "Noto Sans JP", sans-serif;
    letter-spacing: 0.189em;
  }
}
.position .inner .position-list {
  max-width: 1237px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.position .inner .position-list .list-ttl {
  background-color: #efefef;
  text-align: center;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.189em;
  margin-bottom: 12px;
  grid-column: 1/3;
}
@media screen and (max-width: 1100px) {
  .position .inner .position-list .list-ttl {
    height: 3.3244680851vw;
    font-size: 14px;
    font-size: 1.8617021277vw;
    margin-bottom: 0.664893617vw;
  }
}
.position .inner .position-list .item {
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  font-size: 3rem;
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: 0.112em;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.position .inner .position-list .item:hover a {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1250px) {
  .position .inner .position-list .item {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .position .inner .position-list .item {
    font-size: 1.6rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 2.1276595745vw;
    min-height: 8.5106382979vw;
    border-radius: 1.1968085106vw;
  }
}
.position .inner .position-list .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.position .inner .position-list.top {
  gap: 18px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  .position .inner .position-list.top {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .position .inner .position-list.top {
    gap: 1.329787234vw 3.9893617021vw;
    margin-bottom: 4.920212766vw;
  }
}
.position .inner .position-list.top .item {
  background-color: #2778be;
  color: #fff;
}
.position .inner .position-list.top .item:first-child {
  grid-column: 1/2;
}
.position .inner .position-list.top .item:last-child {
  grid-column: 2/3;
}
.position .inner .position-list.bottom {
  gap: 18px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1250px) {
  .position .inner .position-list.bottom {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .position .inner .position-list.bottom {
    gap: 1.329787234vw 3.9893617021vw;
    margin-bottom: 5.9840425532vw;
  }
}
.position .inner .position-list.bottom .item {
  background-color: #79add9;
  color: #fff;
  text-align: center;
}
.position .inner .position-list.bottom .item:first-child {
  grid-column: auto;
}
.position .inner .position-list.bottom .item:last-child {
  grid-column: auto;
}
.position .inner .position-list.bottom .item:nth-child(odd) {
  grid-column: 2/3;
}
.position .inner .position-list.bottom .item:nth-child(2n) {
  grid-column: 1/2;
}
.position__message {
  font-size: 21px;
  letter-spacing: 0.18em;
  color: #000;
  text-align: center;
  line-height: 1.9;
  font-weight: bold;
}
.position__message .-sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .position__message {
    font-size: 19px;
    font-size: 2.5265957447vw;
  }
  .position__message .-sp {
    display: inline;
  }
}
.position__contact {
  text-align: center;
  margin-top: 2.5rem;
}
.position__contact__inner {
  display: inline-block;
  border: 2px solid #000;
  font-size: 21px;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0.7em 2.8em;
  line-height: 1.5;
  font-weight: bold;
}
.position__contact a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .position__contact {
    margin-top: 2.6595744681vw;
  }
  .position__contact__inner {
    text-align: left;
    font-size: 21px;
    font-size: 2.7925531915vw;
    padding: 1em 2.8em;
  }
  .position__contact a {
    display: block;
  }
  .position__contact a + a {
    margin-top: 0.5em;
  }
}
.position .btn-cl {
  max-width: 23.4em;
  margin: 12rem auto 0;
  text-align: center;
  font-size: 22px;
}
.position .btn-cl__link {
  background: #e6eff9;
  color: #79add9;
  letter-spacing: 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;
  border-radius: 10rem;
  gap: 0.5rem;
  line-height: 1.25;
  padding: 0.75em 0;
  font-weight: bold;
  font-size: inherit;
}
.position .btn-cl__link .-icon {
  display: block;
  width: 1.59em;
  height: 1.59em;
}
@media screen and (max-width: 1100px) {
  .position .btn-cl {
    max-width: 72.3404255319vw;
    margin-top: 17.2872340426vw;
    font-size: 22px;
    font-size: 2.9255319149vw;
  }
}

/* page2 */
.sec02 {
  background: url(../images/bg-mission.jpg) no-repeat center/cover;
}
.sec02 .inner {
  max-width: 1455px;
  width: 100%;
  padding: 129px 0 154px;
}
@media screen and (max-width: 1100px) {
  .sec02 .inner {
    padding: 17.5531914894vw 0 20.6117021277vw;
  }
}
.sec02 .inner .main {
  font-size: 4.6rem;
  line-height: 1.8913043478;
  color: #fff;
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1715em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {
  .sec02 .inner .main {
    font-size: 4rem;
    line-height: 2.025;
    font-size: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .sec02 .inner .main {
    font-size: 4.5rem;
    line-height: 1.8888888889;
    font-size: 45px;
    font-size: 5.9840425532vw;
    margin-bottom: 6.6489361702vw;
  }
}
.sec02 .inner .description {
  font-size: 2.6rem;
  line-height: 2.3076923077;
  font-size: 26px;
  letter-spacing: 0.1155em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1460px) {
  .sec02 .inner .description {
    font-size: 2.2rem;
    line-height: 2.5454545455;
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .sec02 .inner .description {
    font-size: 1.9rem;
    line-height: 2.7368421053;
    font-size: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .sec02 .inner .description {
    font-size: 2rem;
    line-height: 2.5;
    font-size: 20px;
    font-size: 2.6595744681vw;
  }
}

.sec03 .inner {
  padding: 195px 0 273px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner {
    padding: 27.1276595745vw 0 43.8829787234vw;
    width: 100%;
  }
}
.sec03 .inner .title {
  margin-bottom: 121px;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .title {
    margin-bottom: 12.8989361702vw;
  }
}
.sec03 .inner .title .main {
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.1715em;
  font-weight: 700;
  margin-bottom: 57px;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .title .main {
    font-size: 46px;
    font-size: 6.1170212766vw;
    margin-bottom: 7.1808510638vw;
  }
}
.sec03 .inner .title .description {
  font-size: 2.6rem;
  line-height: 2.3076923077;
  font-size: 26px;
  letter-spacing: 0.1155em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1460px) {
  .sec03 .inner .title .description {
    font-size: 2.4rem;
    line-height: 2.4166666667;
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .title .description {
    font-size: 2.1rem;
    line-height: 2.6666666667;
    font-size: 21px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .title .description {
    font-size: 2.1rem;
    line-height: 2.1428571429;
    font-size: 21px;
    font-size: 2.7925531915vw;
    width: 95%;
    margin: auto;
  }
}
.sec03 .inner .box.blue {
  background-color: #e6eff9;
  padding: 82px 0 69px;
  margin-bottom: 99px;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue {
    padding: 13.0319148936vw 0 14.3617021277vw;
    margin-bottom: 11.7021276596vw;
  }
}
.sec03 .inner .box.blue .main {
  color: #79add9;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  font-size: 49px;
  position: relative;
  letter-spacing: 0.189em;
  z-index: 10;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .box.blue .main {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .main {
    font-size: 49px;
    font-size: 6.5159574468vw;
    margin-bottom: 6.6489361702vw;
  }
}
.sec03 .inner .box.blue .item {
  max-width: 1255px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item {
    max-width: none;
    width: 95%;
  }
}
.sec03 .inner .box.blue .item:first-child {
  margin-bottom: 78px;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item:first-child {
    margin-bottom: 10.9042553191vw;
  }
}
.sec03 .inner .box.blue .item .img {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .img img {
    width: 100%;
  }
}
.sec03 .inner .box.blue .item .grid-item {
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .box.blue .item .grid-item {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .grid-item {
    width: 100%;
  }
}
.sec03 .inner .box.blue .item .grid-item .img {
  width: 868px;
  margin-top: -120px;
  margin-left: 93px;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .sec03 .inner .box.blue .item .grid-item .img {
    margin-left: 6px;
    width: 90%;
  }
}
.sec03 .inner .box.blue .item .grid-item .img img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .grid-item .img img {
    margin-top: 7.9787234043vw;
  }
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .box.blue .item .grid-item .img {
    margin-right: 0;
    width: 773px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .grid-item .img {
    max-width: 85.6382978723vw;
    width: auto;
    margin-top: 0;
    margin-left: -4.1223404255vw;
  }
}
.sec03 .inner .box.blue .item .grid-item .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .box.blue .item .grid-item .text {
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .grid-item .text {
    margin-right: -5.9840425532vw;
    width: 19.2819148936vw;
    margin-top: 0;
    margin-bottom: auto;
  }
}
.sec03 .inner .box.blue .item .grid-item .text .dot-list li {
  font-size: 2.6rem;
  line-height: 2.0769230769;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1155em;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .box.blue .item .grid-item .text .dot-list li {
    font-size: 24px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .box.blue .item .grid-item .text .dot-list li {
    font-size: 26px;
    font-size: 3.4574468085vw;
    white-space: nowrap;
  }
}
.sec03 .inner .box.blue .item .grid-item .text .dot-list li::before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  color: #79add9;
}
.sec03 .inner .grid-item {
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 50px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1366px) {
  .sec03 .inner .grid-item {
    width: 90%;
    margin: auto auto 110px;
  }
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .grid-item {
    width: 95%;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .grid-item {
    grid-template-columns: 1fr;
    margin-bottom: 10.1063829787vw;
    gap: 4.5212765957vw;
  }
}
.sec03 .inner .grid-item .text {
  font-size: 2.6rem;
  line-height: 2.0769230769;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1155em;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .grid-item .text {
    margin: auto;
    font-size: 2.4rem;
    line-height: 2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .grid-item .text {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 2.1rem;
    line-height: 2.1428571429;
    font-size: 21px;
    font-size: 2.7925531915vw;
  }
}
.sec03 .inner .grid-item .img {
  margin-right: 29%;
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .grid-item .img {
    margin-right: 0;
    text-align: center;
  }
}
.sec03 .inner .grid-item .img img {
  max-width: 49.8670212766vw;
  margin: auto;
  width: 100%;
}
.sec03 .inner .grid-item .catch {
  font-size: 3.1rem;
  line-height: 2.2258064516;
  grid-column: 1/3;
  grid-row: 2;
  font-size: 31px;
  letter-spacing: 0.1155em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .sec03 .inner .grid-item .catch {
    font-size: 2.9rem;
    line-height: 2.3103448276;
    font-size: 29px;
  }
}
@media screen and (max-width: 1250px) {
  .sec03 .inner .grid-item .catch {
    font-size: 2.7rem;
    line-height: 2.4074074074;
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .sec03 .inner .grid-item .catch {
    grid-column: 1/2;
    grid-row: 3;
    font-size: 2.1rem;
    line-height: 1.7619047619;
    font-size: 21px;
    font-size: 2.7925531915vw;
  }
}
.sec03 .inner .btn a {
  background-color: #2778be;
  color: #fff;
}

.sec04 {
  position: relative;
}
.sec04::before {
  content: "";
  background: url(../images/circle.png) no-repeat center/contain;
  width: 50.16vw;
  height: 50.16vw;
  position: absolute;
  top: -15.88vw;
  right: -280px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1100px) {
  .sec04::before {
    width: 99.6010638298vw;
    height: 99.6010638298vw;
    right: -38.5638297872vw;
    top: -26.5957446809vw;
  }
}
.sec04 .sec04-top {
  background: url(../images/bg-message02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1250px) {
  .sec04 .sec04-top {
    background-image: url(../images/bg-message02_sp.jpg);
  }
}
.sec04 .sec04-top .inner {
  padding: 108px 0 74px;
}
@media screen and (max-width: 1250px) {
  .sec04 .sec04-top .inner {
    padding: 130px 0 650px;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner {
    padding: 17.2872340426vw 0 87.7659574468vw;
    margin-left: 5.8510638298vw;
    margin-right: auto;
  }
}
.sec04 .sec04-top .inner .wrap {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .sec04 .sec04-top .inner .wrap {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap {
    max-width: none;
    width: 95%;
    margin-right: auto;
  }
}
.sec04 .sec04-top .inner .wrap .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 62px;
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap .title {
    margin-bottom: 4.7872340426vw;
  }
}
.sec04 .sec04-top .inner .wrap .title .main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap .title .main {
    max-width: 65.4255319149vw;
    width: 100%;
    margin-bottom: 4.7872340426vw;
  }
}
.sec04 .sec04-top .inner .wrap .title .main img {
  width: auto;
  height: 194px;
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap .title .main img {
    height: 25.7978723404vw;
  }
}
.sec04 .sec04-top .inner .wrap .title .sub {
  font-size: 2.8rem;
  line-height: 1.75;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.119em;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap .title .sub {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    font-size: 26px;
    font-size: 3.4574468085vw;
  }
}
.sec04 .sec04-top .inner .wrap .description {
  font-size: 2.3rem;
  line-height: 2.1304347826;
  font-weight: 700;
  letter-spacing: 0.147em;
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 1100px) {
  .sec04 .sec04-top .inner .wrap .description {
    font-size: 3.4rem;
    line-height: 1.9411764706;
    font-size: 34px;
    font-size: 4.5212765957vw;
  }
}
.sec04 .item-list {
  max-width: 1366px;
  width: 90%;
  margin: auto;
  padding: 192px 0 200px;
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list {
    max-width: 81.5159574468vw;
    width: 100%;
    padding: 32.4468085106vw 0 36.835106383vw;
  }
}
.sec04 .item-list .item {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 225px;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 59px;
}
@media screen and (max-width: 1250px) {
  .sec04 .item-list .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    gap: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item {
    grid-template-columns: 1fr;
    margin-bottom: 33.5106382979vw;
    gap: 5.3191489362vw;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .sec04 .item-list .item {
    max-width: 100%;
    position: relative;
  }
  .sec04 .item-list .item::after {
    content: "";
    background: url(../images/deco.png) no-repeat center/contain;
    width: 19.5478723404vw;
    height: 15.9574468085vw;
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}
.sec04 .item-list .item:last-child {
  margin-bottom: 0;
}
.sec04 .item-list .item .text {
  max-width: 620px;
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item .text {
    max-width: none;
  }
}
.sec04 .item-list .item .text .item-ttl {
  position: relative;
}
.sec04 .item-list .item .text .item-ttl::after {
  content: "";
  background: url(../images/deco.png) no-repeat center/contain;
  width: 147px;
  height: 120px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 1250px) {
  .sec04 .item-list .item .text .item-ttl::after {
    right: 0;
    left: auto;
    width: 147px;
    height: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item .text .item-ttl::after {
    content: none;
  }
}
.sec04 .item-list .item .text .item-ttl span {
  font-size: 3.6rem;
  line-height: 2;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 0.1575em;
  white-space: nowrap;
}
.sec04 .item-list .item .text .item-ttl span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1250px) {
  .sec04 .item-list .item .text .item-ttl span {
    font-size: 3.4rem;
    line-height: 1.9411764706;
    font-size: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item .text .item-ttl span {
    font-size: 3.6rem;
    line-height: 2;
    font-size: 36px;
    font-size: 4.7872340426vw;
  }
}
.sec04 .item-list .item .text .description {
  font-size: 2.3rem;
  line-height: 1.9565217391;
  font-size: 23px;
  letter-spacing: 0.042em;
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item .text .description {
    font-size: 2.1rem;
    line-height: 2.1428571429;
    font-size: 21px;
    font-size: 2.7925531915vw;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item:nth-child(2n) {
    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;
  }
}
.sec04 .item-list .item:nth-child(2n) .item-ttl::after {
  right: 35px;
  left: auto;
}
@media screen and (max-width: 1250px) {
  .sec04 .item-list .item:nth-child(2n) .item-ttl::after {
    left: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .item-list .item:nth-child(2n) .item-ttl::after {
    left: 105%;
  }
}
.sec04 .box.blue {
  background-color: #e6eff9;
  padding: 60px 0 90px;
  max-width: 1370px;
  width: 100%;
  margin: auto auto 99px;
}
@media screen and (max-width: 1100px) {
  .sec04 .box.blue {
    width: 100%;
    max-width: none;
    margin-bottom: 13.829787234vw;
  }
}
.sec04 .box.blue .main {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  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: 20px;
  font-size: 36px;
  letter-spacing: 0.189em;
}
@media screen and (max-width: 1250px) {
  .sec04 .box.blue .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 33px;
    gap: 10px;
  }
  .sec04 .box.blue .main img:nth-child(2) {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .box.blue .main {
    gap: 1.9946808511vw;
    font-size: 33px;
    font-size: 4.3882978723vw;
  }
}
.sec04 .box.blue .description {
  max-width: 1207px;
  width: 90%;
  margin: auto;
  font-size: 2.3rem;
  line-height: 1.9565217391;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 50px;
  letter-spacing: 0.042em;
}
@media screen and (max-width: 1100px) {
  .sec04 .box.blue .description {
    font-size: 2.1rem;
    line-height: 2.1428571429;
    font-size: 21px;
    font-size: 2.7925531915vw;
  }
}
.sec04 .box.blue .inner-box {
  padding: 30px 0;
  max-width: 1207px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  background-color: #79add9;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.9565217391;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 1250px) {
  .sec04 .box.blue .inner-box {
    padding: 30px 20px;
    font-size: 1.8rem;
    line-height: 2;
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .sec04 .box.blue .inner-box {
    font-size: 21px;
    font-size: 2.7925531915vw;
    padding: 2.6595744681vw;
    border-radius: 1.329787234vw;
  }
}
.sec04 .btn a {
  background-color: #2778be;
  color: #fff;
}/*# sourceMappingURL=style.css.map */