@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/ayc7qya.css");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

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

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .sp {
    display: inherit; } }

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (max-width: 999px) {
    body {
      font-size: 14px; } }

img {
  width: 100%;
  vertical-align: bottom; }

li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none;
  transition: all .2s linear; }
  a:visited {
    color: #333; }
  a:active {
    color: #333; }
  a.txt-link:hover {
    opacity: .7; }

.ex-link::after {
  margin-left: 8px;
  content: url("/assets/img/common/icn-ex-link.png"); }

.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 100; }
  .page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    .page-top a::before {
      content: url("/assets/img/common/page-top-arrow.png");
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -21px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

.fade-in,
.fade-in-delay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
  transform: translateY(80px); }

.is-fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.scroll-in,
.scroll-in2,
.scroll-in3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s; }

.is-scroll-in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header-inner {
    padding: 24px 3.5%;
    display: flex;
    justify-content: space-between;
    transition: all .2s linear;
    position: relative; }
    @media screen and (max-width: 999px) {
      .header-inner {
        padding: 24px 5%; } }
  .header-logo {
    width: 100%;
    max-width: 235px;
    transition: all .2s linear; }
    @media screen and (max-width: 767px) {
      .header-logo {
        max-width: 180px; } }
  .header-gnav-list {
    width: 72%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      .header-gnav-list {
        display: none; } }
    .header-gnav-list li {
      padding-left: 2%; }
      .header-gnav-list li:first-child {
        padding-left: 0; }
      .header-gnav-list li a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s linear; }
        .header-gnav-list li a:hover {
          opacity: .7; }
      .header-gnav-list li.contact a {
        padding: 8px 16px;
        background-color: #7ecd00;
        color: #fff;
        transition: all .2s linear; }
        .header-gnav-list li.contact a:hover {
          opacity: .7; }
  .header-scroll .header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #fff;
    position: relative; }

.nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer; }
  @media screen and (min-width: 1000px) {
    .nav-toggle {
      display: none; } }
  @media screen and (max-width: 999px) {
    .nav-toggle {
      display: block; } }
  @media screen and (max-width: 767px) {
    .nav-toggle {
      top: 20px; } }
  .nav-toggle > div {
    position: relative;
    width: 36px; }
  .nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    .nav-toggle span:nth-child(1) {
      top: 0; }
    .nav-toggle span:nth-child(2) {
      top: 12px; }
    .nav-toggle span:nth-child(3) {
      top: 24px; }

.open .nav-toggle span {
  background: #fff; }
  .open .nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open .nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open .nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

.nav-toggle {
  z-index: 1000; }

.container {
  z-index: 900; }

.gnav-sp {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

.gnav-sp a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  transition: color .6s ease; }
  .gnav-sp a:hover {
    color: #666; }
.gnav-sp ul {
  list-style: none; }
  .gnav-sp ul li {
    opacity: 0;
    transform: translateX(50px);
    transition: transform .6s ease, opacity .2s ease; }
    .gnav-sp ul li:nth-child(2) {
      transition-delay: .1s; }
    .gnav-sp ul li:nth-child(3) {
      transition-delay: .2s; }
    .gnav-sp ul li:nth-child(4) {
      transition-delay: .3s; }
    .gnav-sp ul li:nth-child(5) {
      transition-delay: .4s; }
    .gnav-sp ul li:nth-child(6) {
      transition-delay: .5s; }
    .gnav-sp ul li:nth-child(7) {
      transition-delay: .6s; }
    .gnav-sp ul li:nth-child(8) {
      transition-delay: .7s; }

.open {
  overflow: hidden; }
  .open .gnav-sp {
    visibility: visible;
    opacity: 1; }
  .open .gnav-sp li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

.header-gnav-sub {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .header-gnav-sub-wrap {
    width: 100%;
    padding: 20px 0;
    background: white;
    display: none;
    position: absolute;
    top: 80%;
    left: 0; }
  .header-gnav-sub li {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: top; }
    .header-gnav-sub li a {
      color: #333;
      font-size: 13px;
      /*
      &::after{
        width: 21px;
        height: 8px;
        margin-top: -2px;
        margin-left: 10px;
        content: "";
        background-image: url(/assets/img/common/arrow-b-sm.png);
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
      }*/ }
      .header-gnav-sub li a:hover .header-gnav-sub-pic {
        opacity: .7; }
  .header-gnav-sub-pic {
    margin: 0 auto 8px;
    max-width: 240px;
    display: block;
    transition: all .2s linear; }

.header-scroll .header-gnav-sub-wrap {
  background: white; }

.top .header-gnav-sub-wrap {
  background: rgba(255, 255, 255, 0.5); }

.top .header-scroll .header-gnav-sub-wrap {
  background: white; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 52px;
  height: 48px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-size: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  content: "×";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.modal {
  color: #333;
  text-decoration: underline; }

.remodal {
  text-align: left; }

.modal-box-hl {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .modal-box-hl {
      margin-bottom: 16px;
      padding-bottom: 16px;
      font-size: 20px; } }
.modal-box-shl {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .modal-box-shl {
      font-size: 18px; } }
.modal-box-txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .modal-box-txt {
      margin-top: 16px;
      font-size: 13px;
      line-height: 1.5; } }
.modal-box-img {
  width: 100%;
  margin-top: 24px;
  display: block; }
.modal-box-link {
  color: #333;
  text-decoration: underline;
  transition: all .2s linear; }
  .modal-box-link:hover {
    opacity: .7; }

.footer-contact {
  width: 100%;
  margin-bottom: 40px;
  position: relative; }
  .footer-contact::after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      background-color: #eee; } }
  .footer-contact-lede {
    width: 96.5%;
    height: 300px;
    padding: 60px 0 0 3.5%;
    background-color: #eee; }
    @media screen and (max-width: 767px) {
      .footer-contact-lede {
        height: auto;
        padding: 80px 0 0 5%; } }
    @media screen and (max-width: 480px) {
      .footer-contact-lede {
        padding-top: 80px; } }
  .footer-contact-hl {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.25; }
    @media screen and (min-width: 1000px) {
      .footer-contact-hl {
        font-size: 38px; } }
    @media screen and (max-width: 999px) {
      .footer-contact-hl {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .footer-contact-hl {
        font-size: 28px; } }
    .footer-contact-hl-tag {
      color: #7ecd00;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 700; }
      @media screen and (min-width: 1000px) {
        .footer-contact-hl-tag {
          font-size: 24px; } }
      @media screen and (max-width: 999px) {
        .footer-contact-hl-tag {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .footer-contact-hl-tag {
          font-size: 18px; } }
  .footer-contact-txt {
    width: 47.5%;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .footer-contact-txt {
        width: 100%;
        padding-right: 5%; } }
  .footer-contact-linkarea {
    width: 50%;
    height: 300px;
    margin-top: -260px;
    float: right;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer-contact-linkarea {
        width: 96.5%;
        height: auto;
        margin-top: 0;
        padding: 32px 0 80px;
        background-color: #eee;
        float: none;
        display: block; } }
  .footer-contact-btn {
    width: 370px;
    margin-top: 16px;
    display: block;
    padding: 12px 32px;
    background-color: #7ecd00;
    color: #fff;
    transition: all .2s linear;
    display: inline-block; }
    .footer-contact-btn::after {
      width: 21px;
      height: 8px;
      margin-top: -2px;
      margin-left: 10px;
      content: "";
      background-image: url("/assets/img/common/arrow.png");
      background-size: contain;
      vertical-align: middle;
      display: inline-block; }
    .footer-contact-btn:hover {
      color: #fff;
      opacity: .7; }
    .footer-contact-btn:active {
      color: #fff; }
    .footer-contact-btn:visited {
      color: #fff; }
    @media screen and (max-width: 999px) {
      .footer-contact-btn {
        width: 340px; } }
    @media screen and (max-width: 767px) {
      .footer-contact-btn {
        width: 100%; } }
    .footer-contact-btn:first-child {
      margin-top: 0; }
    .footer-contact-btn-wrap {
      width: 90%;
      max-width: 400px; }
      @media screen and (max-width: 767px) {
        .footer-contact-btn-wrap {
          width: 100%;
          padding: 0 5%;
          max-width: 480px; } }
.footer-info {
  margin-bottom: 40px; }
  .footer-info-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 3.5%; }
    @media screen and (max-width: 999px) {
      .footer-info-inner {
        padding: 0 5%; } }
    @media screen and (max-width: 767px) {
      .footer-info-inner {
        display: block; } }
  .footer-info-copyright {
    color: #666;
    font-size: 13px; }
  .footer-info-logo {
    max-width: 200px;
    display: block; }
  .footer-info-linkarea {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-info-linkarea {
        margin-bottom: 40px;
        display: block; } }
    .footer-info-linkarea li {
      margin-right: 2em; }
      @media screen and (max-width: 767px) {
        .footer-info-linkarea li {
          margin: 0 0 8px 0; } }
      .footer-info-linkarea li a {
        font-size: 13px; }

.hero-inner {
  width: 100%;
  margin-top: 120px;
  position: relative; }
.hero-ttl {
  margin-bottom: 50px;
  width: 100%;
  padding: 0 3.5%;
  font-weight: 700;
  line-height: 1.25; }
  @media screen and (max-width: 999px) {
    .hero-ttl {
      padding: 0 5%; } }
  @media screen and (min-width: 1000px) {
    .hero-ttl {
      font-size: 38px; } }
  @media screen and (max-width: 999px) {
    .hero-ttl {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .hero-ttl {
      font-size: 28px; } }
.hero-img {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 999px) {
    .hero-img {
      width: auto;
      height: 300px;
      margin-top: 0; } }
  @media screen and (max-width: 480px) {
    .hero-img {
      height: 240px; } }
  .hero-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: hidden; }
    @media screen and (min-width: 1000px) {
      .hero-img-wrap {
        margin-bottom: 120px; } }
    @media screen and (max-width: 999px) {
      .hero-img-wrap {
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .hero-img-wrap {
        margin-bottom: 80px; } }
    @media screen and (max-width: 999px) {
      .hero-img-wrap {
        height: 300px;
        margin-top: 32px; } }
    @media screen and (max-width: 480px) {
      .hero-img-wrap {
        height: 240px; } }
.hero-tag {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .5;
  color: #7ecd00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 148px;
  font-weight: 300;
  line-height: .825;
  z-index: 4;
  transition: all .2s linear; }
  @media screen and (max-width: 1200px) {
    .hero-tag {
      font-size: 100px; } }
  @media screen and (max-width: 999px) {
    .hero-tag {
      display: none; } }
  .hero-tag-academy {
    top: 48px; }
    @media screen and (max-width: 1300px) {
      .hero-tag-academy {
        top: 64px;
        font-size: 120px; } }
    @media screen and (max-width: 1200px) {
      .hero-tag-academy {
        top: 84px;
        font-size: 100px; } }
    @media screen and (max-width: 1100px) {
      .hero-tag-academy {
        top: 100px;
        font-size: 90px; } }

/* オーバーレイアニメーション */
.overlay {
  width: 100%;
  height: 102%;
  background-color: #7ecd00;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.86, 0.08, 0.16, 0.82) 0.5s; }

.overlay2 {
  width: 100%;
  height: 102%;
  background-color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.4s cubic-bezier(0.86, 0.08, 0.16, 0.82) 0s; }

.overlay-transform {
  transform: translateX(0%); }

.hero-img-wrap.show .overlay-transform {
  transform: translateX(101%); }

@media screen and (min-width: 1000px) {
  .lede {
    margin-bottom: 120px; } }
@media screen and (max-width: 999px) {
  .lede {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .lede {
    margin-bottom: 80px; } }
.lede-inner {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (max-width: 999px) {
    .lede-inner {
      padding: 0 5%; } }
.lede-hl {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .lede-hl {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .lede-hl {
      font-size: 24px; } }
  .lede-hl-tag {
    color: #7ecd00;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      .lede-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 999px) {
      .lede-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .lede-hl-tag {
        font-size: 18px; } }
  .lede-hl::after {
    width: 80px;
    margin-top: 40px;
    border-bottom: solid 1px #333;
    content: "";
    display: block; }
.lede-detail {
  width: 45%;
  padding-right: 5%; }
  @media screen and (max-width: 767px) {
    .lede-detail {
      width: 100%; } }
  .lede-detail-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .lede-detail-wrap {
        display: block; } }
.lede-shl {
  margin-bottom: 32px;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .lede-shl {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .lede-shl {
      font-size: 20px; } }
.lede-img {
  width: 40%;
  max-width: 500px;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 767px) {
    .lede-img {
      width: 100%;
      margin: 0 auto 40px;
      padding: 20px 0; } }
.lede-txt {
  line-height: 1.75; }

@media screen and (min-width: 1000px) {
  .features {
    margin-bottom: 120px; } }
@media screen and (max-width: 999px) {
  .features {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .features {
    margin-bottom: 80px; } }
.features-inner {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (max-width: 999px) {
    .features-inner {
      padding: 0 5%; } }
.features-hl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .features-hl {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .features-hl {
      font-size: 20px; } }
.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .features-list li {
    width: 23.5%;
    margin-left: 2%;
    padding: 30px 24px;
    border: solid 1px #ccc; }
    @media screen and (max-width: 767px) {
      .features-list li {
        width: 49%;
        margin-left: 0;
        margin-bottom: 6px; } }
    @media screen and (max-width: 480px) {
      .features-list li {
        width: 100%; } }
    .features-list li:first-child {
      margin-left: 0; }
  .features-list-no {
    margin-bottom: 16px;
    font-weight: 700; }
    .features-list-no::after {
      width: 50px;
      margin-top: 16px;
      content: "";
      border-bottom: solid 1px #333;
      display: block; }
  .features-list-hl {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700; }

.service {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (min-width: 1000px) {
    .service {
      margin-bottom: 120px; } }
  @media screen and (max-width: 999px) {
    .service {
      margin-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .service {
      margin-bottom: 80px; } }
  @media screen and (max-width: 999px) {
    .service {
      padding: 0 5%; } }
  .service-inner {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .service-inner {
        display: block; } }
    .service-inner:first-child {
      margin-top: 0; }
  .service-detail {
    width: 65%;
    padding-left: 10%; }
    @media screen and (max-width: 767px) {
      .service-detail {
        width: 100%;
        padding-left: 0; } }
    .service-detail-hl {
      margin-bottom: 16px;
      font-size: 32px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .service-detail-hl {
          font-size: 28px; } }
      @media screen and (max-width: 767px) {
        .service-detail-hl {
          font-size: 24px; } }
      .service-detail-hl-tag {
        margin-bottom: 8px;
        color: #7ecd00;
        font-weight: 500; }
      .service-detail-hl span {
        display: block;
        font-size: 20px;
        line-height: 1.25; }
      .service-detail-hl-v2 {
        margin-bottom: 16px;
        font-size: 26px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .service-detail-hl-v2 {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .service-detail-hl-v2 {
            font-size: 22px; } }
    .service-detail-shl {
      margin-bottom: 24px;
      font-size: 22px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .service-detail-shl {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .service-detail-shl {
          font-size: 18px; } }
    .service-detail-txt {
      margin-bottom: 24px;
      line-height: 1.75; }
    .service-detail-img {
      margin-bottom: 24px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .service-detail-img li {
        width: 24%;
        padding: 24px 6px;
        color: #fff;
        text-align: center;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .service-detail-img li {
            width: 49%;
            margin-bottom: 6px; } }
        .service-detail-img li:first-child {
          background-color: #2781d1; }
        .service-detail-img li:nth-child(2) {
          background-color: #3caadd; }
        .service-detail-img li:nth-child(3) {
          background-color: #56c2e5; }
        .service-detail-img li:last-child {
          background-color: #56d0db; }
      .service-detail-img-num {
        margin-bottom: 12px;
        padding: 0 4px 12px;
        display: inline-block;
        border-bottom: solid 3px #fff;
        font-size: 20px;
        font-weight: 700; }
      @media screen and (max-width: 999px) {
        .service-detail-img-txt {
          font-size: 14px; } }
    .service-detail-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .service-detail-list {
          display: block; } }
      .service-detail-list li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #333;
        display: flex;
        justify-content: space-between; }
        .service-detail-list li:nth-child(odd) {
          margin-left: 0; }
        @media screen and (max-width: 480px) {
          .service-detail-list li {
            width: 100%; } }
      .service-detail-list-img {
        max-width: 92px;
        height: auto; }
        .service-detail-list-img-wrap {
          width: 35%; }
          @media screen and (max-width: 480px) {
            .service-detail-list-img-wrap {
              width: 30%; } }
      .service-detail-list-detail {
        width: 60%; }
        @media screen and (max-width: 480px) {
          .service-detail-list-detail {
            width: 70%; } }
      .service-detail-list-hl {
        color: #7ecd00;
        font-size: 14px;
        margin-bottom: 4px; }
      .service-detail-list-txt {
        font-size: 14px; }
    .service-detail-btn {
      padding: 12px 32px;
      background-color: #7ecd00;
      color: #fff;
      transition: all .2s linear;
      display: inline-block; }
      .service-detail-btn::after {
        width: 21px;
        height: 8px;
        margin-top: -2px;
        margin-left: 10px;
        content: "";
        background-image: url("/assets/img/common/arrow.png");
        background-size: contain;
        vertical-align: middle;
        display: inline-block; }
      .service-detail-btn:hover {
        color: #fff;
        opacity: .7; }
      .service-detail-btn:active {
        color: #fff; }
      .service-detail-btn:visited {
        color: #fff; }
    .service-detail-logo {
      width: 100%;
      max-width: 240px; }
      .service-detail-logo-wrap {
        margin: 32px 0; }
  .service-img {
    width: 35%; }
    .service-img.sp {
      width: 100%;
      margin-bottom: 40px; }
  .service-btn-wrap {
    width: 100%;
    margin-top: 120px;
    text-align: center; }
  .service-btn-lede {
    margin-bottom: 16px; }

@media screen and (min-width: 1000px) {
  .solution-list {
    margin-bottom: 120px; } }
@media screen and (max-width: 999px) {
  .solution-list {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .solution-list {
    margin-bottom: 80px; } }
.solution-list-inner {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (max-width: 999px) {
    .solution-list-inner {
      padding: 0 5%; } }
.solution-list-hl {
  font-weight: 700;
  line-height: 1.25; }
  @media screen and (min-width: 1000px) {
    .solution-list-hl {
      font-size: 38px; } }
  @media screen and (max-width: 999px) {
    .solution-list-hl {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .solution-list-hl {
      font-size: 28px; } }
  .solution-list-hl-tag {
    color: #7ecd00;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      .solution-list-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 999px) {
      .solution-list-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .solution-list-hl-tag {
        font-size: 18px; } }
.solution-list-lineup {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .solution-list-lineup {
      margin-top: 40px; } }
  .solution-list-lineup li {
    width: 32%;
    padding: 8px 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .solution-list-lineup li {
        width: 50%;
        margin-bottom: 32px;
        border: none; } }
    .solution-list-lineup li a:hover img {
      opacity: .5; }
    .solution-list-lineup li a:hover p {
      opacity: .5; }
.solution-list-lineup2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .solution-list-lineup2 {
      margin-top: 40px; } }
  .solution-list-lineup2 li {
    width: 50%;
    padding: 8px 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .solution-list-lineup2 li {
        width: 50%;
        margin-bottom: 32px; } }
    .solution-list-lineup2 li a:hover img {
      opacity: .5; }
    .solution-list-lineup2 li a:hover p {
      opacity: .5; }
.solution-list-img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  transition: all .2s linear; }
  @media screen and (max-width: 999px) {
    .solution-list-img {
      max-width: 130px; } }
  @media screen and (max-width: 767px) {
    .solution-list-img {
      max-width: 100px; } }
.solution-list-ttl {
  margin-top: 16px;
  font-weight: 500;
  transition: all .2s linear; }
  .solution-list-ttl::after {
    width: 21px;
    height: 8px;
    margin-top: -2px;
    margin-left: 10px;
    content: "";
    background-image: url(/assets/img/common/arrow-b.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block; }
