@charset "UTF-8";
/*---------------------------------
  ブレイクポイント
---------------------------------*/
/* header */
/* wrapper */
/*---------------------------------
  カラーパレッド定義
---------------------------------*/
/*---------------------------------
  カラー定義
---------------------------------*/
/*---------------------------------
media
---------------------------------*/
/*---------------------------------
wrapper
---------------------------------*/
/*---------------------------------
FontAwesome
---------------------------------*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Additional
 * ========================================================================== */
ul {
  padding: 0;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  height: auto;
  background: #fff;
  color: #323232;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75;
  text-align: center;
}

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

ul,
li,
p,
h1,
h2 {
  margin: 0;
}

li {
  color: #323232;
}
@media (max-width: -tabletpx) {
  li {
    font-size: 14px;
  }
}

a {
  color: #323232;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

small {
  font-size: 60%;
  vertical-align: middle;
}

select {
  padding: 3px;
  line-height: 1.8;
  -webkit-appearance: none;
}

option {
  padding: 3px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

::placeholder {
  color: #8f9091;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 50px;
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 960px) {
  .header {
    height: 20px;
  }
}
.header-nav {
  height: 100%;
}
.header-nav__lists {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 960px) {
  .header-nav__lists {
    flex-direction: column;
  }
}
.header-nav__list {
  height: 100%;
  font-family: "Poppins", sans-serif;
  line-height: calc(50px - 5px);
}
.header-nav__list + li {
  margin-left: 65px;
}
.header-nav__list .blank-icon a span {
  display: inline-block;
  padding-right: 22px;
  background: url(../img/icon/Icon-blank.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right top 50%;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .header-nav__list {
    margin-left: 30px;
    line-height: 1.75;
  }
  .header-nav__list + li {
    margin-left: 30px;
  }
  .header-nav__list:nth-of-type(-n + 4) {
    border-bottom: 1px solid #707070;
  }
}
.header-nav__list a {
  display: block;
  color: #323232;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .header-nav__list a {
    padding: 15px 0;
    font-size: 1.8rem;
    text-align: left;
  }
}
.header-nav__list--hover {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.header-nav__list--hover a::after {
  display: block;
  bottom: 0;
  width: 0;
  border-bottom: solid 5px #11ad9f;
  content: "";
  transition: width 0.3s ease;
}
.header-nav__list--hover a:hover::after {
  width: 100%;
}
.header-nav__list--contact {
  flex-shrink: 0;
  width: 220px;
  margin-right: 18px;
  background: #FF803C;
  border-radius: 25px;
  font-family: "游ゴシック体", "Yu Gothic", sans-serif;
}
@media (max-width: 960px) {
  .header-nav__list--contact {
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
  }
}
.header-nav__list--contact a {
  height: 50px;
  border: 4px solid transparent;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .header-nav__list--contact a {
    padding: 20px 20px 20px 30px;
    height: auto;
    border: none;
  }
}
@media (min-width: 961px) {
  .header-nav__list--contact:hover {
    background: #fff;
  }
  .header-nav__list--contact:hover a {
    border: 4px solid #FF803C;
    color: #FF803C;
    border-radius: 25px;
  }
  .header-nav__list--contact:hover span {
    padding-left: 38px;
    background: url(../img/icon/mail-orange.png);
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-position: left top 50%;
  }
}

.pc-header {
  height: 100%;
}
@media (max-width: 960px) {
  .pc-header {
    display: none;
  }
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-left: 75px;
}

@media (min-width: 961px) {
  .sp-header {
    display: none;
  }
}
.sp-header__inner {
  padding: 0 12px;
}
.sp-header__inner--contact {
  display: inline-block;
  margin-right: 40px;
  padding: 5px 30px;
  color: white;
  font-weight: bold;
  background: #FF803C;
  border-radius: 25px;
}

.sp-header-mail {
  position: absolute;
  top: 16px;
  right: 65px;
  width: 35px;
  height: 23px;
}

/*ハンバーガーメニュー*/
.sp-header-btn {
  display: block;
  position: absolute;
  top: -4px;
  right: 15px;
  width: 28px;
  height: 28px;
  z-index: 3;
  cursor: pointer;
}
.sp-header-btn span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  transition: 0.3s all;
  background: url(../img/icon/menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ナビ開いてる時のボタン */
.sp-header-btn.active span {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  transition: 0.3s all;
  background: url(../img/icon/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sp-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  padding: 0;
  width: 80%;
  min-width: 270px;
  height: 0;
  text-align: center;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sp-header-nav ul {
  display: none;
}
.sp-header-nav.active {
  padding-top: 20px;
  height: auto;
  background: #fff;
  opacity: 1;
}
.sp-header-nav.active ul {
  display: block;
}

.footer {
  font-size: 1.4rem;
}
.footer__inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 560px) {
  .footer__inner {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.footer-logo {
  width: 270px;
}
@media (max-width: 560px) {
  .footer-logo {
    width: 170px;
  }
}
.footer__link-txt {
  display: flex;
  justify-content: center;
  margin: 35px 0 15px;
}
.footer__link-txt {
  line-height: 1;
}
@media (max-width: 560px) {
  .footer__link-txt {
    font-size: 1rem;
  }
}
.footer__link-txt li:first-of-type {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #323232;
}
.footer__link-icon {
  display: flex;
  justify-content: center;
}
.footer__link-icon li + li {
  margin-left: 15px;
}
.footer__link-icon img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media (max-width: 560px) {
  .footer__link-icon img {
    width: 22px;
    height: 22px;
  }
}
.footer__link-icon--note {
  width: 27px !important;
}
@media (max-width: 560px) {
  .footer__link-icon--note {
    width: 19px !important;
  }
}
.footer__copyright {
  margin-top: 18px;
  font-family: "Poppins", sans-serif;
}

.com-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 75px;
  padding-left: 75px;
}
@media (max-width: 960px) {
  .com-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.com-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
}
@media (max-width: 560px) {
  .com-title {
    font-size: 2.4rem;
  }
}
.com-title-outer {
  margin-bottom: 60px;
}
@media (max-width: 560px) {
  .com-title-outer {
    margin-bottom: 30px;
  }
}
.com-title__marker {
  position: relative;
}
.com-title__marker-wrapper {
  position: relative;
  display: inline-block;
}
.com-title__marker-wrapper:before {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
  height: 20px;
  background: #58c5bc;
  content: "";
}
@media (max-width: 560px) {
  .com-title__marker-wrapper:before {
    width: 90px;
    height: 8px;
  }
}
.com-title__marker-white-wrapper:before {
  background: rgba(255, 255, 255, 0.5);
}
.com-title__marker-blue-wrapper:before {
  background: #B4E5FF;
}
.com-title--top-dot {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 560px) {
  .com-title--top-dot {
    padding-bottom: 30px;
  }
}
.com-title--top-dot::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  margin-left: -1px;
  background: url(../img/dotted-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 560px) {
  .com-title--top-dot::before {
    height: 30px;
  }
}
.com-title--bottom-dot {
  position: relative;
  padding-top: 75px;
}
@media (max-width: 560px) {
  .com-title--bottom-dot {
    padding-top: 40px;
  }
}
.com-title--bottom-dot::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  margin-left: -1px;
  background: url(../img/dotted-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 560px) {
  .com-title--bottom-dot::before {
    height: 40px;
  }
}

.radius-btn {
  max-width: 560px;
  margin: 0 auto;
  border-radius: 50px;
  background: #FF803C;
}
@media (max-width: 560px) {
  .radius-btn {
    max-width: 340px;
  }
}
.radius-btn__txt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
}
.radius-btn__txt.disabled {
  box-shadow: none;
  background: #e3e2e2;
}
@media (max-width: 560px) {
  .radius-btn__txt {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .radius-btn__txt.active:hover {
    border: 3px solid #FF803C;
    background: #fff;
    color: #FF803C;
    cursor: pointer;
  }
}
.radius-btn--green {
  background: #0e907c;
}
.radius-btn--green__txt {
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .radius-btn--green__txt {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .radius-btn--green__txt.active:hover {
    border: 3px solid #0e907c;
    color: #0e907c;
  }
}
.radius-btn--blue {
  background: #8ECCEB;
}
.radius-btn--blue__txt {
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .radius-btn--blue__txt {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .radius-btn--blue__txt.active:hover {
    border: 3px solid #8ECCEB;
    color: #8ECCEB;
  }
}
.radius-btn--casual {
  background: #FF803C;
}
.radius-btn--casual__txt {
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .radius-btn--casual__txt {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .radius-btn--casual__txt.active:hover {
    border: 3px solid #FF803C;
    color: #FF803C;
  }
}
.radius-btn--mail span {
  padding-left: 45px;
  background: url(../img/icon/mail-white.png);
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-position: left top 2px;
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .radius-btn--mail span {
    background-size: 32px auto;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .radius-btn--mail.active:hover span {
    background: url(../img/icon/mail-orange.png);
    background-size: 38px auto;
    background-repeat: no-repeat;
    background-position: left top 2px;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  overflow: hidden;
  font-size: 1.6rem;
}
@media (max-width: 560px) {
  .container {
    font-size: 1.2rem;
  }
}
.container p + p {
  margin-top: 1.25em;
}

.page-top-btn {
  position: fixed;
  right: 4%;
  z-index: 10;
  transform: translateY(100px);
  opacity: 0;
}
@media (max-width: 560px) {
  .page-top-btn img {
    width: 38px;
  }
}
.page-top-btn.up {
  bottom: 2%;
  animation: anime-up 0.5s forwards;
}
.page-top-btn.down {
  animation: anime-down 0.5s forwards;
}

/*---------------------------------
  FV
---------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 577px;
  padding-top: 50px;
  margin-bottom: 70px;
  text-align: left;
  background-image: url(../img/top_kv_bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
@media (max-width: 768px) {
  .fv {
    padding-top: 20px;
    background-image: url(../img/sp-top_kv_bg.svg);
  }
}
.fv__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .fv__wrap {
    flex-direction: column;
  }
}
.fv__catch {
  display: inline-block;
  margin-left: 67px;
  margin-bottom: 20px;
  width: 30%;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv__catch {
    width: 100%;
    margin-left: 5%;
    display: flex;
    align-items: flex-end;
  }
}
.fv__catch--logo {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fv__catch--logo {
    width: 124px;
    margin-bottom: 0;
  }
}
.fv__catch--copy {
  font-size: 2.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fv__catch--copy {
    margin-left: 1em;
    font-size: 1.1rem;
  }
}
.fv__kv {
  max-width: 900px;
  width: 80%;
  height: 416px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .fv__kv {
    width: 100%;
    height: 354px;
  }
}
.fv__kv__main {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px 0 0 34px;
}
@media (max-width: 768px) {
  .fv__kv__main {
    max-width: 350px;
    width: 90%;
    top: 0;
  }
}
.fv__kv__surf {
  position: absolute;
  right: 75px;
  bottom: -80px;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv__kv__surf {
    display: none;
  }
}
.fv__introduction {
  position: absolute;
  bottom: 100px;
  display: inline-block;
  margin-left: 67px;
  font-weight: bold;
  line-height: 2em;
}
@media (max-width: 768px) {
  .fv__introduction {
    margin-left: 5%;
    left: 0;
    bottom: 160px;
  }
}
.fv__introduction span {
  padding: 0.2em;
  background: #DCFAED;
}

.fv--news {
  position: relative;
  width: 100%;
  height: 447px;
  padding-top: 30px;
  margin-bottom: 70px;
  text-align: left;
  background-image: url(../img/head_bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
@media (max-width: 768px) {
  .fv--news {
    height: 324px;
    background-image: url(../img/sp-head_bg.svg);
  }
}

.fv__page-title {
  display: flex;
  font-size: 4.5rem;
  align-items: center;
  margin-right: calc(50vw - 2em);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .fv__page-title {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    font-size: 2.8rem;
  }
}

/*---------------------------------
  NEWS
---------------------------------*/
.news {
  max-width: 922px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.news__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .news__wrap {
    flex-direction: column;
  }
}
.news__list {
  width: 690px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .news__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .news__list {
    font-size: 1.4rem;
  }
}
.news__list li {
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: url(../img/news-dot-line.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100%;
}
@media (max-width: 768px) {
  .news__list li {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.news__list li:hover {
  opacity: 0.3;
  transition: all 0.5s;
}
.news__list li .news-date {
  margin-right: 28px;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .news__list li .news-date {
    margin-right: 18px;
    font-size: 1.2rem;
  }
}
.news__list li .news-tag {
  display: inline-block;
  margin-right: 40px;
  width: 84px;
  height: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .news__list li .news-tag {
    font-size: 1.2rem;
  }
}
.news__list li .news-title {
  display: inline-block;
  width: 60%;
  line-height: 1.5em;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .news__list li .news-title {
    width: 100%;
  }
}
.news__list li .tag-info {
  background: #DCFAED;
}
.news__list li .tag-recruit {
  background: #FFF9BF;
}
.news__list--top {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .news__list--top {
    margin-left: auto;
  }
}
.news__view-more {
  margin-top: 1em;
  font-size: 1.4rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.news__view-more::after {
  margin-left: 10px;
  margin-bottom: 6px;
  display: inline-block;
  content: url(../img/arrow_viewmore.svg);
}
.news__view-more:hover {
  opacity: 0.3;
  transition: all 0.5s;
}
.news__pager ol {
  margin-top: 80px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.news__pager ol::before {
  margin-right: 30px;
  content: url(../img/icon/page-next.svg);
  opacity: 0;
}
.news__pager ol::after {
  margin-left: 30px;
  content: url(../img/icon/page-next.svg);
  transform: scale(-1, 1);
  opacity: 0.3;
}
.news__pager ol li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  color: #969696;
  background: white;
}
.news__pager ol li.active {
  color: white;
  background: #2874BC;
}
.news__pager ol li + li {
  margin-left: 18px;
}

.news-article {
  margin-bottom: 120px;
}
.news-article__wrap {
  max-width: 690px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.news-article__wrap .news-article__title {
  text-align: left;
}
.news-article__wrap .news-article__title h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .news-article__wrap .news-article__title h3 {
    font-size: 2rem;
  }
}
.news-article__wrap .news-article__title .news-date {
  margin-right: 28px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .news-article__wrap .news-article__title .news-date {
    margin-right: 18px;
    font-size: 1.6rem;
  }
}
.news-article__wrap .news-article__title .news-tag {
  display: inline-block;
  margin-right: 40px;
  width: 84px;
  height: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 20px;
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news-article__wrap .news-article__title .news-tag {
    font-size: 1.4rem;
  }
}
.news-article__wrap .tag-info {
  background: #DCFAED;
}
.news-article__wrap .tag-recruit {
  background: #FFF9BF;
}
.news-article__content {
  width: 100%;
}
@media (max-width: 768px) {
  .news-article__content {
    font-size: 1.5rem;
  }
}
.news-article__content::before, .news-article__content::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: url(../img/news-dot-line.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100%;
}
.news-article__content::before {
  margin-bottom: 2em;
}
.news-article__content::after {
  margin-top: 5em;
}
.news-article__content h4 {
  margin-top: 5em;
  text-align: left;
}
.news-article__content a {
  color: #0e907c;
}
.news-article__content p {
  text-align: left;
  line-height: 1.8em;
}
.news-article__content ul,
.news-article__content ol {
  text-align: left;
  padding-top: 1em;
  padding-bottom: 2em;
}
.news-article__content ul li,
.news-article__content ol li {
  margin-left: 2em;
  list-style: inherit;
  line-height: 2em;
}
.news-article__content dl {
  display: flex;
  width: 100%;
  text-align: left;
}
.news-article__content dl dd {
  margin: 0;
}
.news-article__content img {
  text-align: center;
  display: inline-block;
  width: 550px;
  height: auto;
  margin: 30px auto;
  border-radius: 14px;
}

/*---------------------------------
  移住バナー
---------------------------------*/
.iju_banner {
  text-align: center;
}
.iju_banner a {
  display: inline-block;
  width: 836px;
  height: 150px;
  margin-top: 30px;
  margin-bottom: 60px;
  background: url(../img/i-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(10, 34, 74, 0.3);
  transition: all 0.5s;
}
@media (max-width: 740px) {
  .iju_banner a {
    width: 338px;
    height: 137px;
    background: url(../img/i-banner-sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
  }
}
.iju_banner a:hover {
  background-size: 100%;
}

/*---------------------------------
  ラボの名前の由来
---------------------------------*/
.logo-naming {
  background: #E5F6FF;
}
.logo-naming__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 960px) {
  .logo-naming__inner {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .logo-naming__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.logo-naming__inner img:first-of-type {
  width: 35%;
  max-width: 270px;
}
.logo-naming__inner img:last-of-type {
  width: 58%;
  max-width: 450px;
}
@media (max-width: 960px) {
  .logo-naming__inner img:last-of-type {
    margin-top: 25px;
  }
}

/*---------------------------------
  LAB History
---------------------------------*/
.history__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .history__inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .history__inner {
    padding-top: 45px;
  }
}
.history__inner:after {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  border-top: min(180px, 6vw) solid #fff;
  border-right: 12vw solid transparent;
  border-left: 12vw solid transparent;
  content: "";
}
@media (max-width: 768px) {
  .history__inner:after {
    border-top: min(180px, 15vw) solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
  }
}
.history-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 50px left;
  background-attachment: fixed;
  width: 95vw;
  height: 400px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 1401px) {
  .history-bg {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .history-bg {
    background-size: cover;
    background-position: top left;
    background-attachment: local;
    width: 100vw;
  }
}
@media (max-width: 560px) {
  .history-bg {
    height: 140px;
  }
}
.history-bg--1 {
  background-image: url(../img/history_01.jpg);
  margin-right: calc(50% - 45vw);
}
@media (max-width: 768px) {
  .history-bg--1 {
    background-position: top -20px left;
    background-image: url(../img/history_01-sp.jpg);
    margin-right: calc(50% - 50vw);
  }
}
.history-bg--2 {
  background-image: url(../img/history_02.jpg);
  margin-left: calc(50% - 45vw);
}
@media (max-width: 768px) {
  .history-bg--2 {
    background-position: top -25px left;
    background-image: url(../img/history_02-sp.jpg);
    margin-left: calc(50% - 50vw);
  }
}
.history-txt {
  padding: 60px 0 40px;
  line-height: 2em;
}
@media (max-width: 560px) {
  .history-txt {
    padding: 30px 0 40px;
  }
  .history-txt p {
    font-size: min(1.2rem, 3.2vw);
  }
}
.history__subtitle {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #0e907c;
}
@media (max-width: 560px) {
  .history__subtitle {
    font-size: 1.8rem;
  }
}
.history__tags-group {
  display: flex;
  justify-content: space-around;
  max-width: 850px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .history__tags-group {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .history__tags-group {
    margin: 25px auto 0;
  }
}
.history__tags-group li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  max-width: 270px;
  padding: 10px 5px;
  border-radius: 10px;
  background: #58c5bc;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .history__tags-group li {
    max-width: 110px;
    font-size: min(1.6rem, 4vw);
  }
  .history__tags-group li + li {
    margin-left: 2%;
  }
}

.intro-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  gap: 20px;
}
@media (max-width: 560px) {
  .intro-list {
    display: flex;
    gap: 0;
    flex-direction: column;
    max-width: 375px;
    margin: 0 auto;
  }
  .intro-list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 560px) and (max-width: 560px) {
  .intro-list li + li {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .intro-list li picture {
    width: 58%;
    max-width: 195px;
  }
}
.intro-list li p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .intro-list li p {
    flex: 1;
    margin-top: 0;
    margin-left: 3%;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
  }
}

/*---------------------------------
  Business
---------------------------------*/
.business {
  background: url(../img/wave.svg), linear-gradient(#8ecceb 0%, #47afe3 99.9%, #fff 99.9%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.business__inner {
  padding-top: 140px;
  padding-bottom: 200px;
}
@media (max-width: 560px) {
  .business__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.business-lists {
  display: grid;
  grid-template-rows: 230px 230px;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-template-areas: "grid1 grid1 grid2 grid2 grid3 grid3 grid4 grid4" ". grid5 grid5 grid6 grid6 grid7 grid7 .";
  row-gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business-lists {
    grid-template-rows: 130px 130px;
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-areas: ". grid1 grid1 grid2 grid2 ." "grid3 grid3 grid4 grid4 grid5 grid5" ". grid6 grid6 grid7 grid7 .";
    row-gap: 20px;
    max-width: 480px;
  }
}
.business-lists #grid1 {
  grid-area: grid1;
}
.business-lists #grid2 {
  grid-area: grid2;
}
.business-lists #grid3 {
  grid-area: grid3;
}
.business-lists #grid4 {
  grid-area: grid4;
}
.business-lists #grid5 {
  grid-area: grid5;
}
.business-lists #grid6 {
  grid-area: grid6;
}
.business-lists #grid7 {
  grid-area: grid7;
}
.business-list__icon {
  display: flex;
  justify-content: center;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .business-list__icon {
    width: 100px;
    height: 100px;
  }
}
.business-list__icon-img1 {
  width: 110px;
}
@media (max-width: 768px) {
  .business-list__icon-img1 {
    width: 65px;
  }
}
.business-list__icon-img2 {
  width: 90px;
}
@media (max-width: 768px) {
  .business-list__icon-img2 {
    width: 52px;
  }
}
.business-list__icon-img3 {
  width: 110px;
}
@media (max-width: 768px) {
  .business-list__icon-img3 {
    width: 65px;
  }
}
.business-list__icon-img4 {
  width: 110px;
}
@media (max-width: 768px) {
  .business-list__icon-img4 {
    width: 65px;
  }
}
.business-list__icon-img5 {
  width: 110px;
}
@media (max-width: 768px) {
  .business-list__icon-img5 {
    width: 65px;
  }
}
.business-list__icon-img6 {
  width: 94px;
}
@media (max-width: 768px) {
  .business-list__icon-img6 {
    width: 55px;
  }
}
.business-list__icon-img7 {
  width: 110px;
}
@media (max-width: 768px) {
  .business-list__icon-img7 {
    width: 75px;
  }
}
.business-list__icon-name {
  margin-top: 5px;
  font-size: min(2.8rem, 2.5vw);
  font-weight: bold;
}
@media (max-width: 560px) {
  .business-list__icon-name {
    font-size: 1.4rem;
  }
}
.business__mark-multiplication {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 60px 0;
}
@media (max-width: 560px) {
  .business__mark-multiplication {
    width: 40px;
    height: 40px;
    margin: 20px 0;
  }
}
.business__mark-multiplication span::before,
.business__mark-multiplication span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 7%;
  margin: -2% 0 0 -48%;
  background: #323232;
}
.business__mark-multiplication span::before {
  transform: rotate(-45deg);
}
.business__mark-multiplication span::after {
  transform: rotate(45deg);
}
.business-symbol {
  display: flex;
  justify-content: space-around;
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 70px;
  border-radius: 16px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
  background: #fff;
}
@media (max-width: 560px) {
  .business-symbol {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px 30px;
  }
}
.business-symbol img {
  width: 45%;
  max-width: 350px;
}
.business-symbol__concept-groups {
  width: 50%;
  margin-left: 5%;
}
@media (max-width: 560px) {
  .business-symbol__concept-groups {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.business-symbol__concept-groups-item {
  border-radius: 40px;
  background: #11ad9f;
  color: #fff;
  font-weight: bold;
  font-size: min(3.2rem, 3.6vw);
}
@media (max-width: 560px) {
  .business-symbol__concept-groups-item {
    margin-top: 5%;
    font-size: 2rem;
  }
}
.business-symbol__concept-groups-item p {
  display: flex;
  justify-content: space-between;
  width: 36%;
  min-width: 80px;
  margin: 0 auto;
}
.business-symbol__concept-groups-item + li {
  margin-top: 20px;
}
@media (max-width: 560px) {
  .business-symbol__concept-groups-item + li {
    margin-top: 4%;
  }
}

.catch {
  position: relative;
  margin-top: -12.7vw;
  padding: 210px 0;
  width: 100%;
  height: 640px;
  background: url(../img/mountain.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .catch {
    height: 260px;
  }
}
@media (max-width: 560px) {
  .catch {
    padding: 90px 0;
  }
}
.catch .catch-img {
  position: absolute;
  right: 140px;
  bottom: -14px;
  z-index: -1;
}
@media (max-width: 560px) {
  .catch .catch-img {
    width: 130px;
    right: 2%;
    bottom: -8px;
  }
}
.catch-txt {
  font-weight: bold;
  font-size: min(4.2rem, 5vw);
}
@media (max-width: 560px) {
  .catch-txt {
    font-size: 4.8vw;
    line-height: 1.8em;
  }
}
.catch-txt__marker {
  position: relative;
  padding: 0 20px 9px;
}
@media (max-width: 560px) {
  .catch-txt__marker {
    padding: 0 0 4px;
  }
}
.catch-txt__marker::after {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: width 0.5s ease;
  width: 0;
  height: 58px;
  background: #FFF483;
  z-index: -1;
}
@media (max-width: 560px) {
  .catch-txt__marker::after {
    height: 26px;
  }
}
.catch-txt__marker.active::after {
  width: 100%;
}

/*---------------------------------
  Activity
---------------------------------*/
.activity {
  margin-top: -12.8vw;
  background: linear-gradient(#A8E6CC 0%, #11ad9f 100%);
}
.activity__inner {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 560px) {
  .activity__inner {
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.activity__inner--more {
  padding-top: 30px;
}
.activity__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}
.activity-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  gap: 20px;
}
@media (max-width: 560px) {
  .activity-lists {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.activity-list {
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 560px) {
  .activity-list + li {
    margin-top: 20px;
  }
}
.activity-list img {
  border-radius: 10px 10px 0 0;
}
.activity-list p {
  padding: 15px;
  font-weight: bold;
  font-size: min(2.8rem, 2.5vw);
}
@media (max-width: 768px) {
  .activity-list p {
    padding: 10px;
    font-size: 1.8rem;
  }
}
.activity-flows {
  max-width: 750px;
  margin: 80px auto;
}
@media (max-width: 560px) {
  .activity-flows {
    margin: 40px auto;
  }
}
.activity-flows-inner {
  margin-top: -4%;
  padding: 80px 5% 80px 20%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .activity-flows-inner {
    padding: 11% 5% 30px 10%;
  }
}
.activity-flows__title {
  max-width: 430px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  color: #0e907c;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .activity-flows__title {
    width: 85%;
    font-size: 2.4rem;
  }
}
.activity-flow {
  display: flex;
  justify-content: center;
}
.activity-flow + .activity-flow {
  margin-top: 20px;
}
.activity-flow__icon {
  display: flex;
  justify-content: center;
  width: 132px;
  height: 132px;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 560px) {
  .activity-flow__icon {
    width: 80px;
    height: 80px;
  }
}
.activity-flow__icon-img1 {
  width: 75px;
}
@media (max-width: 560px) {
  .activity-flow__icon-img1 {
    width: 48px;
  }
}
.activity-flow__icon-img2 {
  width: 75px;
}
@media (max-width: 560px) {
  .activity-flow__icon-img2 {
    width: 48px;
  }
}
.activity-flow__icon-img3 {
  width: 70px;
}
@media (max-width: 560px) {
  .activity-flow__icon-img3 {
    width: 44px;
  }
}
.activity-flow__icon-img4 {
  width: 75px;
}
@media (max-width: 560px) {
  .activity-flow__icon-img4 {
    width: 48px;
  }
}
.activity-flow-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  margin-left: 40px;
  text-align: left;
}
@media (max-width: 560px) {
  .activity-flow-txt {
    margin-left: 20px;
  }
}
.activity-flow-txt__step {
  font-weight: bold;
  line-height: 1;
}
.activity-flow-txt__step--num {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
}
@media (max-width: 560px) {
  .activity-flow-txt__step--num {
    font-size: 3.2rem;
  }
}
.activity-flow-txt__step--word {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 4.2rem;
}
@media (max-width: 560px) {
  .activity-flow-txt__step--word {
    font-size: 1.8rem;
  }
}
.activity-catch {
  margin-top: 0 !important;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .activity-catch {
    margin-top: 1.25em !important;
    font-size: 1.8rem;
  }
}
.activity-radius-btn-outer {
  margin-top: 60px;
}
@media (max-width: 560px) {
  .activity-radius-btn-outer {
    margin-top: 45px;
  }
}

/*---------------------------------
  Member
---------------------------------*/
.member__inner {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media (max-width: 560px) {
  .member__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.member-title-outer {
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .member-title-outer {
    margin-bottom: 25px;
  }
}
.member-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(18%, 1fr));
  row-gap: 90px;
  column-gap: 20px;
}
@media (max-width: 960px) {
  .member-cards {
    grid-template-columns: repeat(3, minmax(25%, 1fr));
    row-gap: 20px;
    column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .member-cards {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    row-gap: 20px;
    column-gap: 10px;
  }
}
.member-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(204, 220, 243, 0.5);
  text-align: left;
  position: relative;
  transition: ease 0.2s;
  z-index: 3;
}
.member-card__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 11%;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (max-width: 560px) {
  .member-card__txt {
    padding: 15px 5%;
  }
}
.member-card__position {
  min-height: 78px;
  font-size: min(1.2rem, 2vw);
}
@media (max-width: 560px) {
  .member-card__position {
    min-height: 65px;
    font-size: 1.2rem;
  }
}
.member-card__name {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 560px) {
  .member-card__name {
    font-size: 1.6rem;
  }
}
.member-card__charge {
  display: block;
  margin: 15px 0 25px;
  padding: 4px;
  border-radius: 40px;
  background: #58c5bc;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 560px) {
  .member-card__charge {
    margin: 15px 0;
    font-size: 1.4rem;
  }
}
.member-card .member-tag--mountain {
  background: #11ad9f;
}
.member-card .member-tag--town {
  background: #FFAA84;
}
.member-card .member-tag--sea {
  background: #63BAE6;
}
.member-card .member-tag--iju {
  background: #4BC68D;
}
.member-card .member-tag--jym {
  background: #2874BC;
}
.member-card .member-tag--fishing {
  background: #4f87b7;
}
.member-card .member-tag--carp {
  background: #c55f5f;
}
.member-card__intro {
  text-align: justify;
}
.member-card__head {
  padding-bottom: 13px;
  width: 100%;
}
@media (max-width: 960px) {
  .member-card__head {
    padding-bottom: 40px;
  }
}
.member-card__foot {
  padding: 30% 11%;
}
.member-card__hobby {
  min-height: 56px;
}
@media (max-width: 560px) {
  .member-card__hobby {
    min-height: 42px;
  }
}
.member-card__hobby span {
  font-weight: bold;
}
.member-card img {
  border-radius: 10px 10px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .member-card:hover .member-card__foot {
    display: block;
    background-color: rgba(14, 144, 124, 0.9);
    height: 100%;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
}
.member-card__foot.active {
  display: block;
  background-color: rgba(14, 144, 124, 0.9);
  height: 100%;
  opacity: 1;
  visibility: visible;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.member-card__foot {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  visibility: hidden;
  background-color: rgba(14, 144, 124, 0.9);
  height: 0;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  color: #FFF;
  border-radius: 10px;
  opacity: 0;
}

.more-btn {
  position: absolute;
  z-index: 5;
  width: 78%;
  bottom: 0;
}
@media (max-width: 560px) {
  .more-btn {
    width: 90%;
  }
}

.member-card__charge.active {
  border: 2px solid #58c5bc;
  background: #fff;
  color: #58c5bc;
}

/*---------------------------------
  Access
---------------------------------*/
.access__inner {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 560px) {
  .access__inner {
    padding-bottom: 40px;
  }
}
.access__title-outer {
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .access__title-outer {
    margin-bottom: 25px;
  }
}
.access-box {
  width: calc(100% + 150px);
  margin-left: -75px;
}
@media (max-width: 560px) {
  .access-box {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.access-info {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 560px) {
  .access-info {
    margin-top: 15px;
  }
}
.access-info th {
  display: flex;
  justify-content: space-between;
  width: 80px;
}
@media (max-width: 560px) {
  .access-info th {
    width: 50px;
  }
}
.access-info td {
  position: relative;
  padding-left: 1.5em;
  text-align: left;
}
.access-info td::before {
  position: absolute;
  top: -1px;
  left: 13px;
  content: ":";
}
@media (max-width: 560px) {
  .access-info td::before {
    left: 9px;
  }
}

/*---------------------------------
  SNS
---------------------------------*/
.sns {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 685px;
  background: url(../img/wave-2.svg);
  background-size: auto 100%;
  background-position: center;
}
.sns__inner {
  padding-top: 80px;
  padding-bottom: 115px;
}
@media (max-width: 560px) {
  .sns__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 560px) {
  .sns {
    min-height: 454px;
    background: url(../img/wave-2-sp.svg);
    background-size: auto 100%;
    background-position: center;
  }
}
.sns-surf {
  position: absolute;
  top: -125px;
  right: 130px;
}
@media (max-width: 560px) {
  .sns-surf {
    width: 110px;
    top: -70px;
    right: 2%;
  }
}

/*---------------------------------
  Contact
---------------------------------*/
.contact {
  background: #87d6cf;
}
.contact__inner {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 560px) {
  .contact__inner {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
.contact-title-outer {
  margin-bottom: 20px;
}
.contact-radius-btn-outer {
  margin-top: 50px;
}
@media (max-width: 560px) {
  .contact-radius-btn-outer {
    margin-top: 30px;
  }
}
.contact-lead {
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .contact-lead {
    font-size: 1.6rem;
  }
}
.contact-form {
  max-width: 750px;
  margin: 30px auto;
  border: 1px solid #323232;
  background: #fff;
}
.contact-form-list {
  display: flex;
}
@media (max-width: 768px) {
  .contact-form-list {
    flex-direction: column;
    padding: 0;
  }
}
.contact-form-list + li {
  border-top: 1px solid #323232;
}
.contact-form-list__label {
  padding: 15px;
  border-right: 1px solid #323232;
  min-width: 285px;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-form-list__label {
    border-right: none;
    background: #e6e6e6;
    font-size: 1.4rem;
  }
}
@media (max-width: 560px) {
  .contact-form-list__label {
    padding: 10px 15px;
  }
}
@media (min-width: 561px) {
  .contact-form-list__label {
    padding-top: 19px;
  }
}
.contact-form-list__label-txt {
  font-weight: bold;
}
.contact-form-list__note {
  margin-right: 10px;
  padding: 3px 5px;
  background: #FF803C;
  color: #fff;
}
.contact-form-list__note--any {
  background: #969696;
}
.contact-form-list__data {
  width: 100%;
  padding: 15px 20px 15px 10px;
}
@media (max-width: 560px) {
  .contact-form-list__data {
    padding: 15px;
  }
}
.contact-form-list__data--kinds {
  width: 100%;
  padding: 13px 20px 13px 10px;
}
@media (max-width: 560px) {
  .contact-form-list__data--kinds {
    padding: 10px 15px;
  }
}
.contact-form-list__input {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.6rem;
}
.contact-form-list__textarea {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.6rem;
}
.contact-form-list__select {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 1.6rem;
}
@media (max-width: 560px) {
  .contact-form-list__select {
    height: 35px;
  }
}
.contact-form-list__select-outer {
  position: relative;
}
.contact-form-list__select-outer::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 8px solid #323232;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.contact-agreement-link {
  color: #323232;
  font-weight: bold;
  text-decoration: underline;
}
.contact input[type=checkbox] {
  display: none;
}
.contact-agreement__label {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0 0 40px;
  margin-top: 15px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .contact-agreement__label {
    padding: 0 0 0 35px;
  }
}
.contact-agreement__label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 3px solid #707070;
  background: #fff;
  content: "";
}
@media (max-width: 560px) {
  .contact-agreement__label::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.contact-agreement__label::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  width: 8px;
  height: 16px;
  margin-top: -9px;
  border-right: 3px solid #FF803C;
  border-bottom: 3px solid #FF803C;
  content: "";
}
@media (max-width: 560px) {
  .contact-agreement__label::after {
    left: 12px;
    width: 6px;
    height: 14px;
    margin-top: -8px;
  }
}
.contact input[type=checkbox]:checked + .contact-agreement__label::after {
  opacity: 1;
}

/*---------------------------------
  Recruit
---------------------------------*/
.recruit__inner {
  padding-top: 10px;
  padding-bottom: 150px;
}
@media (max-width: 560px) {
  .recruit__inner {
    padding-bottom: 100px;
  }
}
.recruit-title-outer {
  margin-bottom: 20px;
}
.recruit-radius-btn-outer {
  margin-top: 35px;
}
@media (max-width: 560px) {
  .recruit-radius-btn-outer {
    margin-top: 20px;
  }
}
.recruit-catch {
  margin-bottom: 65px;
  color: #323232;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .recruit-catch {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

/*---------------------------------
  Thanks
---------------------------------*/
.thanks {
  margin-bottom: 30px;
}
.thanks-title-outer {
  margin-bottom: 30px;
}
.thanks-txt p:nth-of-type(1) {
  font-weight: bold;
  font-size: 2.8rem;
}
@media (max-width: 560px) {
  .thanks-txt p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}
.thanks-txt p:nth-of-type(2) {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 560px) {
  .thanks-txt p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

@keyframes anime-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anime-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.only-pc {
  display: block !important;
}
@media (max-width: 960px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

.only-sp--2 {
  display: none !important;
}
@media (max-width: 375px) {
  .only-sp--2 {
    display: block !important;
  }
}

.only-sp--3 {
  display: none !important;
}
@media (max-width: 560px) {
  .only-sp--3 {
    display: block !important;
  }
}

.only-tablet {
  display: none !important;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block !important;
  }
}

@media (min-width: 961px) {
  a[href^="TEL:"] {
    pointer-events: none;
  }
}

/*# sourceMappingURL=style.css.map */
