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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================//
//
// [デフォルトスタイル]
//
// ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #fff;
  color: #5b5b5b;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    line-height: 1.8;
  }
}
body > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

*:not(hr):not(legend),
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  display: inline-block;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, p, figure, figcaption {
  margin: 0;
}

ul, ol, dl, dt, dd, blockquote {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a, button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
    cursor: default;
  }
}
a:hover {
  opacity: 0.85;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  display: inline-block;
}

picture {
  display: block;
}

i {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
}

th {
  /* font-weight: normal; */
}

td {
  text-align: center;
}

input {
  /* border-radius: 0; */
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  /* appearance: none; */
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  /* border-radius: 0; */
}

button, input, optgroup, select, textarea, small {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  padding: 0;
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  /* border-style: none; */
  color: inherit;
}

/* input:not([type="checkbox"]), input:not([type="radio"]), textarea {
  appearance: none;
} */
select {
  /* border-radius: 0; */
  /* appearance: none; */
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
  background: none;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

legend {
  border: none;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -0.02rem;
}

input, textarea, select {
  display: inline-block;
  width: 100%;
  padding: 0;
  /* border: none; */
  background: #fff;
}

textarea {
  height: auto;
  resize: none;
}

@media (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}

body.is-fixed {
  position: fixed;
}

@media (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

.card {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 55px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    margin-top: 15.8666666667vw;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.card__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -55px;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .card__wrapper {
    margin-top: -16.8vw;
    margin-bottom: auto;
  }
}

.card__title {
  margin-top: 21px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .card__title {
    margin-top: 5.6vw;
    font-size: 6.1333333333vw;
  }
}

.card__discription {
  margin-top: 10px;
  font-size: 1.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .card__discription {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.card__social-account {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card__social-account img {
  width: 26px;
  margin-right: 13px;
}

.card__for-detail {
  margin-top: 44px;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.card__for-detail:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 38px;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.card__for-detail:hover:before {
  right: -10px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.section-individual .card__for-detail:before {
  background-image: url(../img/arrow_right_gray.svg);
}
@media (max-width: 767px) {
  .card__for-detail {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}

.onlysp {
  display: none;
}
@media (max-width: 767px) {
  .onlysp {
    display: block;
  }
}

@media (max-width: 767px) {
  .onlypc {
    display: none;
  }
}

.footer__inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .footer__inner {
    margin: 0 5.3333333333%;
    padding: 17.3333333333vw 0 6vw;
    width: auto;
  }
}

.footer__wrapper {
  width: 100%;
  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;
  margin: 106px 0 79px;
}
@media (max-width: 767px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo img {
  width: 78px;
}
.footer__logo span {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #089d78;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo img {
    width: 34.6666666667vw;
  }
  .footer__logo span {
    margin-top: 4vw;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer__link-list {
    margin-top: 0;
  }
}

.footer__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.footer__link-item .label {
  color: #009a74;
  display: inline-block;
  font-weight: 500;
  width: 6.5em;
}
@media (max-width: 767px) {
  .footer__link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12vw;
  }
  .footer__link-item .label {
    margin-bottom: 4px;
  }
}

.footer__link-item-local {
  display: inline-block;
}
.footer__link-item-local a {
  color: #5b5b5b;
  position: relative;
  line-height: 2.32;
}
.footer__link-item-local a:hover {
  color: #18b8ab;
}
.footer__link-item-local a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #18b8ab;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer__link-item-local a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer__link-spacer {
  color: #e0e0e0;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer__link-spacer {
    display: none;
  }
}

.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 24vw;
  }
}

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 94px;
}
.header.has-background {
  position: fixed;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    width: 100vw;
    height: 22.6666666667vw;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
  position: relative;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .header__inner {
    margin-left: 4%;
  }
}

.header__logo--green, .header__logo--white {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
}
.header__logo--green span, .header__logo--white span {
  font-size: 20px;
  margin-left: 20px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header__logo--green, .header__logo--white {
    top: 4.6666666667vw;
  }
  .header__logo--green span, .header__logo--white span {
    margin-left: 2.8vw;
    font-size: 3.4666666667vw;
  }
}

.header__logo--white {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__logo--white span {
  color: #fff;
}
.header__logo--green {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__logo--green span {
  color: #009a74;
}
.has-background .header__logo--white {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.has-background .header__logo--green {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__menu {
  position: fixed;
  right: -375px;
  width: 375px;
  height: 100vh;
  background-color: #fff;
  top: 0;
  padding: 96px 30px 30px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.header__menu.is-open {
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  right: 0;
}
@media (max-width: 767px) {
  .header__menu {
    height: 100%;
    overflow: scroll;
  }
}

.header__toggle {
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.header__toggle span {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.header__toggle span + span {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .header__toggle {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    top: 4vw;
  }
  .header__toggle span {
    background-color: #000;
    width: 5.6vw;
  }
  .header__toggle span + span {
    margin-top: 1.3333333333vw;
  }
  .header__toggle span:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
}

.has-background .header__toggle {
  background-color: #43b9af;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.has-background .header__toggle span {
  background-color: #fff;
}

.header__toggle.is-open {
  background-color: #43b9af;
  position: fixed;
}
.header__toggle.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  margin-top: 0;
  top: 2px;
}
.header__toggle.is-open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}
.header__toggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  margin-top: 0;
  top: -2px;
}

.header__link-item {
  font-weight: 300;
  margin-top: 50px;
}
.header__link-item:nth-of-type(1) {
  margin-top: 0;
}
.header__link-item .label {
  font-weight: 500;
  font-size: 16px;
  color: #009a74;
  margin-bottom: 12px;
}

.header__link-item-local {
  line-height: 2.1428571429;
}
.header__link-item-local a {
  display: block;
}
.header__link-item-local a span {
  position: relative;
}
.header__link-item-local a span:before {
  content: "";
  position: absolute;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #18b8ab;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header__link-item-local a:hover span {
  color: #18b8ab;
}
.header__link-item-local a:hover span:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.mainvisual__slider {
  width: 100%;
  height: 100vh;
}

.mainvisual__slider-item--kahoku, .mainvisual__slider-item--lcc, .mainvisual__slider-item--nisso, .mainvisual__slider-item--kitani, .mainvisual__slider-item {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainvisual__slider-item--kahoku:before, .mainvisual__slider-item--lcc:before, .mainvisual__slider-item--nisso:before, .mainvisual__slider-item--kitani:before, .mainvisual__slider-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(50, 50, 50, 0.7);
  z-index: 2;
}
.mainvisual__slider-item--kahoku a, .mainvisual__slider-item--lcc a, .mainvisual__slider-item--nisso a, .mainvisual__slider-item--kitani a, .mainvisual__slider-item a {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.mainvisual__slider-item--kitani {
  background-image: url(../img/bg_mainvisual_kitani.jpg);
}
@media (max-width: 767px) {
  .mainvisual__slider-item--kitani {
    background-image: url(../img/bg_mainvisual_kitani_sp.jpg);
  }
}
.mainvisual__slider-item--nisso {
  background-image: url(../img/bg_mainvisual_nisso.jpg);
}
@media (max-width: 767px) {
  .mainvisual__slider-item--nisso {
    background-image: url(../img/bg_mainvisual_nisso_sp.jpg);
  }
}
.mainvisual__slider-item--lcc {
  background-image: url(../img/bg_mainvisual_lcc.jpg);
}
@media (max-width: 767px) {
  .mainvisual__slider-item--lcc {
    background-image: url(../img/bg_mainvisual_lcc_sp.jpg);
  }
}
.mainvisual__slider-item--kahoku {
  background-image: url(../img/bg_mainvisual_kahoku.jpg);
}
@media (max-width: 767px) {
  .mainvisual__slider-item--kahoku {
    background-image: url(../img/bg_mainvisual_kahoku_sp.jpg);
  }
}

.mainvisual__logo {
  text-align: center;
  position: relative;
  z-index: 3;
}
.mainvisual__logo .company {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 45px;
}

.section-mission {
  background-image: url(../img/bg_mission.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.section-mission:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pattern.png);
  z-index: -1;
}

.section-mission__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .section-mission__inner {
    width: auto;
    margin: 0 4%;
  }
}

.section-mission__header h2 {
  font-size: 1.5384615385vw;
  position: relative;
  z-index: 2;
  padding-top: 7.4615384615vw;
  padding-bottom: 7.4615384615vw;
  font-weight: 400;
  color: #575757;
}
.section-mission__header h2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36.875vw;
  background-image: url(../img/bg_title_mission.png);
  background-repeat: no-repeat;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-mission__header h2 {
    font-size: 4.8vw;
    padding-top: 13.6vw;
    padding-bottom: 13.6vw;
  }
  .section-mission__header h2:before {
    background-image: url(../img/bg_title_mission_sp.png);
    background-size: contain;
    width: 100vw;
    left: -4%;
  }
}

.section-mission__content {
  font-size: 1.0769230769vw;
  line-height: 2.1428571429;
  margin-top: 1em;
  color: #575757;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-mission__content {
    font-size: 3.7333333333vw;
  }
}

.section-business {
  background-color: #43b9af;
}

.section-business__inner {
  padding: 90px 0 90px;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-business__inner {
    width: auto;
    margin: 0 4%;
    padding: 16vw 0 16vw;
  }
}

.section-business__header h2 {
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding-top: 47px;
  padding-bottom: 57px;
  font-weight: 400;
  color: #fff;
}
.section-business__header h2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_title_business.png);
  background-repeat: no-repeat;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-business__header h2 {
    font-size: 4.8vw;
    padding-top: 13.6vw;
    padding-bottom: 13.6vw;
  }
  .section-business__header h2:before {
    background-image: url(../img/bg_title_business_sp.png);
    background-size: 100%;
    left: -4%;
    background-size: 100vw;
    width: 100vw;
    background-size: contain;
  }
}

.section-business__inner {
  color: #fff;
}

.section-individual {
  overflow: hidden;
}
.section-individual .card__title {
  color: #009A74;
}

.section-individual__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 80px;
}
@media (max-width: 767px) {
  .section-individual__inner {
    width: auto;
    margin: 0 4%;
    padding: 16vw 0 19.8666666667vw;
  }
}

.section-individual__header h2 {
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding-top: 47px;
  padding-bottom: 57px;
  font-weight: 400;
  color: #43b9af;
}
.section-individual__header h2:before {
  position: absolute;
  content: "";
  width: 1123px;
  height: 100%;
  background-image: url(../img/bg_title_individual.png);
  background-repeat: no-repeat;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-individual__header h2 {
    font-size: 4.8vw;
    padding-top: 13.6vw;
    padding-bottom: 13.6vw;
  }
  .section-individual__header h2:before {
    background-image: url(../img/bg_title_individual_sp.png);
    background-size: contain;
    width: 100vw;
    left: -4%;
  }
}

.section-other {
  background-color: #43b9af;
}

.section-other__inner {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding: 90px 0 90px;
}
@media (max-width: 767px) {
  .section-other__inner {
    width: auto;
    margin: 0 4%;
    padding: 16vw 0 16vw;
  }
}

.section-other__header h2 {
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding-top: 127px;
  padding-bottom: 137px;
  font-weight: 400;
  color: #fff;
}
.section-other__header h2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_title_other.png);
  background-repeat: no-repeat;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-other__header h2 {
    font-size: 4.8vw;
    padding-top: 14.2666666667vw;
    padding-bottom: 14.2666666667vw;
  }
  .section-other__header h2:before {
    background-image: url(../img/bg_title_other_sp.png);
    background-size: contain;
    width: 100vw;
    left: -4%;
  }
}