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

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

/* base_style.scss */
html {
  font-size: 62.5%;
  font-weight: 600;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #565554;
}

img {
  max-width: 100%;
  display: block;
}

main {
  padding-top: 12.4rem;
  overflow: hidden;
}

.bgColor {
  position: relative;
}
.bgColor::after, .bgColor::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100vw;
}

.inner {
  width: 123rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.secTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.secTitle--white {
  color: #fff;
}
.secTitle h1 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  text-transform: capitalize;
}
.secTitle p {
  font-size: 1.8rem;
  margin-left: 2rem;
}

.secLead {
  margin-top: 3rem;
  font-size: 2.4rem;
  padding: 0.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.secDesc {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8333333333;
}

.swiperWrap { /* swiper共通 */ }
.swiperWrap .swiper-button-next:after,
.swiperWrap .swiper-button-prev:after {
  content: "";
}
.swiperWrap .swiper-button-prev,
.swiperWrap .swiper-button-next {
  top: -15rem;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background-size: 6rem;
}
.swiperWrap .swiper-button-prev {
  left: auto;
  right: 30rem;
}
.swiperWrap .swiper-button-next {
  right: 21rem;
}

@media screen and (max-width: 1920px) {
  .inner {
    width: 1230px;
    width: 64.0625vw;
    padding-top: 50px;
    padding-top: 2.6041666667vw;
  }
  .secTitle h1 {
    font-size: 60px;
    font-size: 3.125vw;
  }
  .secTitle p {
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .secLead {
    margin-top: 30px;
    margin-top: 1.5625vw;
    font-size: 24px;
    font-size: 1.25vw;
    padding: 5px;
    padding: 0.2604166667vw;
    padding-left: 10px;
    padding-left: 0.5208333333vw;
    padding-right: 10px;
    padding-right: 0.5208333333vw;
  }
  .secDesc {
    margin-top: 35px;
    margin-top: 1.8229166667vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .swiperWrap .swiper-button-prev, .swiperWrap .swiper-button-next {
    top: -150px;
    top: -7.8125vw;
    width: 60px;
    width: 3.125vw;
    height: 60px;
    height: 3.125vw;
    background-size: 60px;
    background-size: 3.125vw;
  }
  .swiperWrap .swiper-button-prev {
    right: 300px;
    right: 15.625vw;
  }
  .swiperWrap .swiper-button-next {
    right: 210px;
    right: 10.9375vw;
  }
}
/* _header.scss */
.header {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 12.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.header_logo {
  width: 21.4rem;
}

.header__nav {
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
.header__nav ul li {
  margin-right: 5rem;
  color: #000;
}

.header__contact {
  height: 100%;
  width: 16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAED56;
}
.header__contact div {
  margin: auto;
  width: 4rem;
}
.header__contact p {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .header__nav ul li {
    margin-right: 50px;
    margin-right: 2.6041666667vw;
  }
}
/* _contact.scss */
.contact__inner {
  padding-top: 6rem;
  margin-bottom: 10rem;
}
.contact .bgColor::before {
  display: block;
  right: 0;
  background-color: #FAED56;
  border-radius: 0 4rem 4rem 0;
  height: 75rem;
  margin-right: -7.5rem;
}
.contact__body {
  width: 123rem;
  margin-top: 3.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
  padding: 6rem;
  background-color: #fff;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
  text-align: left;
}
.contact__body iframe {
  display: block;
  width: 100%;
  min-height: 145rem;
  text-align: left;
}

@media screen and (max-width: 1920px) {
  .contact__inner {
    padding-top: 60px;
    padding-top: 3.125vw;
    margin-bottom: 100px;
    margin-bottom: 5.2083333333vw;
  }
  .contact .bgColor::before {
    height: 750px;
    height: 39.0625vw;
    margin-right: -75px;
    margin-right: -3.90625vw;
  }
  .contact__body {
    width: 1230px;
    width: 64.0625vw;
    margin-top: 36px;
    margin-top: 1.875vw;
    margin-bottom: 10px;
    margin-bottom: 0.5208333333vw;
    padding: 60px;
    padding: 3.125vw;
  }
}
/* footer_scss */
.footer {
  color: #000;
}
.footer--contact {
  margin-top: 10rem;
}

.footer__linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.footer__link {
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer__link1 {
  padding-right: 9rem;
  margin-left: auto;
}
.footer__link2 {
  padding-left: 9rem;
  width: 27.34375%;
  background-color: #333;
}

.footer__linkDesc {
  margin-bottom: 2.9rem;
  font-size: 2.2rem;
  color: #fff;
}
.footer__linkDesc span {
  font-size: 1.4rem;
  font-weight: 400;
}

.footer__bannerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.footer__banner {
  display: block;
  width: 23rem;
}
.footer__banner p {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}

.footer__contWrap {
  width: 100%;
  padding-top: 7.6rem;
  padding-bottom: 8.8rem;
  position: relative;
  background-color: #F7F7F7;
}

.footer__topBtn {
  position: absolute;
  width: 16rem;
  height: 12.4rem;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}
.footer__topBtn div {
  width: 6rem;
  height: 6rem;
}
.footer__topBtn p {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

.footer__cont {
  width: 160rem;
  margin: 0 auto;
}

.footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav li {
  margin-right: 12rem;
  font-size: 1.6rem;
  line-height: 1;
}
.footer__nav li span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.footer__txt {
  margin-top: 5.2rem;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.55px;
  line-height: 1.9090909091;
}

.footer__btm {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "footer__btmLink footer__logoWrap" "footer__btmTxt footer__logoWrap";
  row-gap: 5rem;
}
.footer__btmLink {
  grid-area: footer__btmLink;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__btmLink a {
  position: relative;
  display: block;
  margin-right: 10rem;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  line-height: 1;
}
.footer__btmLink a::after {
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  background-image: url(../img/footer/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer__btmTxt {
  grid-area: footer__btmTxt;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer__logoWrap {
  grid-area: footer__logoWrap;
  margin-left: auto;
  text-align: right;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo--sfunity {
  width: 25.3rem;
  margin-right: 4rem;
}
.footer__logo--jeki {
  width: 10.1rem;
}

.footer__copy {
  display: block;
  margin-top: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 1920px) {
  .footer--contact {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .footer__link {
    padding-top: 60px;
    padding-top: 3.125vw;
    padding-bottom: 60px;
    padding-bottom: 3.125vw;
  }
  .footer__link1 {
    padding-right: 90px;
    padding-right: 4.6875vw;
  }
  .footer__link1 {
    padding-left: 90px;
    padding-left: 4.6875vw;
  }
  .footer__linkDesc {
    margin-bottom: 29px;
    margin-bottom: 1.5104166667vw;
    font-size: 22px;
    font-size: 1.1458333333vw;
  }
  .footer__linkDesc span {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .footer__bannerWrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: 1.0416666667vw;
       -moz-column-gap: 1.0416666667vw;
            column-gap: 1.0416666667vw;
  }
  .footer__banner {
    width: 230px;
    width: 11.9791666667vw;
  }
  .footer__banner p {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 13px;
    font-size: 0.6770833333vw;
  }
  .footer__contWrap {
    padding-top: 76px;
    padding-top: 3.9583333333vw;
    padding-bottom: 88px;
    padding-bottom: 4.5833333333vw;
  }
  .footer__topBtn {
    width: 160px;
    width: 8.3333333333vw;
    height: 124px;
    height: 6.4583333333vw;
  }
  .footer__topBtn div {
    width: 60px;
    width: 3.125vw;
    height: 60px;
    height: 3.125vw;
  }
  .footer__topBtn p {
    margin-top: 10px;
    margin-top: 0.5208333333vw;
    font-size: 13px;
    font-size: 0.6770833333vw;
  }
  .footer__cont {
    width: 1600px;
    width: 83.3333333333vw;
  }
  .footer__nav li {
    margin-right: 120px;
    margin-right: 6.25vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .footer__nav li span {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 12px;
    font-size: 0.625vw;
  }
  .footer__txt {
    margin-top: 52px;
    margin-top: 2.7083333333vw;
    font-size: 11px;
    font-size: 0.5729166667vw;
  }
  .footer__btm {
    margin-top: 45px;
    margin-top: 2.34375vw;
    row-gap: 50px;
    row-gap: 2.6041666667vw;
  }
  .footer__btmLink a {
    margin-right: 100px;
    margin-right: 5.2083333333vw;
    padding-right: 48px;
    padding-right: 2.5vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .footer__btmLink a::after {
    width: 14px;
    width: 0.7291666667vw;
    width: 14px;
    width: 0.7291666667vw;
  }
  .footer__btmTxt {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .footer__logo--sfunity {
    width: 253px;
    width: 13.1770833333vw;
    margin-right: 40px;
    margin-right: 2.0833333333vw;
  }
  .footer__logo--jeki {
    width: 101px;
    width: 5.2604166667vw;
  }
  .footer__copy {
    margin-top: 11px;
    margin-top: 0.5729166667vw;
    font-size: 12px;
    font-size: 0.625vw;
  }
}