@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .l-**** : レイアウト
 *   .c-**** : コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1059px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1059px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
:root {
  font-size: 16px;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  min-width: 375px;
  padding: 0px;
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #1DB0B7;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

.l-header {
  position: absolute;
  top: 24px;
  left: 40px;
  z-index: 5;
}
.l-header__logo {
  display: block;
  line-height: 0;
}
.l-header__jobportal {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 16px 0 0;
  padding: 6px;
  background-color: #1DB0B7;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .l-header {
    top: 20px;
    left: 16px;
  }
  .l-header__logo {
    width: 148px;
  }
  .l-header__jobportal {
    font-size: 0.625rem;
    margin-top: 8px;
    padding: 5px;
  }
}

.l-footer {
  position: relative;
  background-color: #FAF6F3;
  overflow: hidden;
  z-index: 5;
}
.l-footer__copyright {
  font-size: 0.875rem;
  margin: 0;
  padding: 15px 20px;
  background-color: #1DB0B7;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-footerEntry {
  display: block;
  z-index: 99;
}
.l-footerEntry__container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 24px 20px;
  background-color: #FAF6F3;
  overflow: hidden;
  z-index: 99;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-footerEntry__container[data-state=hidden] {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
}
.l-footerEntry__container[data-state=active] {
  position: fixed;
  bottom: 0;
  left: 0;
}
.l-footerEntry__mypage {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  position: relative;
  margin: 0 0 -16px -40px;
  z-index: 1;
}
.l-footerEntry__register, .l-footerEntry__user {
  flex: 0 1 auto;
  box-sizing: border-box;
  margin: 0 0 16px 40px;
}
.l-footerEntry__register {
  width: 480px;
}
.l-footerEntry__user {
  width: 360px;
}
.l-footerEntry__entry {
  max-width: 600px;
  margin: 0 auto;
}
.l-footerEntry__entryBtn, .l-footerEntry__registerBtn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.125rem;
  display: block;
  padding: 16px 1em;
  background: #FC3D69;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
}
.l-footerEntry__entryBtn em, .l-footerEntry__registerBtn em {
  display: inline-block;
  position: relative;
  color: #FDF592;
}
.l-footerEntry__entryBtn em::after, .l-footerEntry__registerBtn em::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #FDF592;
  content: "";
  transition: opacity 0.2s ease;
}
.l-footerEntry__entryBtn:hover, .l-footerEntry__registerBtn:hover {
  color: #FDF592;
  opacity: 1;
}
.l-footerEntry__entryBtn:hover em::after, .l-footerEntry__registerBtn:hover em::after {
  opacity: 0;
}
.l-footerEntry__entryBtn {
  font-size: 1.5rem;
  padding: 20px 1em;
}
.l-footerEntry__userBtn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  display: block;
  padding: 16px 1em;
  border: 2px solid #1DB0B7;
  background-color: #fff;
  color: #1DB0B7;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.1s ease;
}
.l-footerEntry__userBtn:hover {
  background-color: #FDF9C1;
  opacity: 1;
}
@media (max-width: 1059px) {
  .l-footerEntry__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-footerEntry__mypage {
    margin-left: -20px;
  }
  .l-footerEntry__register, .l-footerEntry__user {
    flex: 1 1 auto;
    margin-left: 20px;
  }
  .l-footerEntry__register {
    width: 460px;
  }
  .l-footerEntry__entryBtn {
    font-size: 1.125rem;
  }
  .l-footerEntry__registerBtn {
    font-size: 1rem;
  }
  .l-footerEntry__userBtn {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .l-footerEntry__container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .l-footerEntry__mypage {
    margin-bottom: -8px;
    margin-left: -8px;
  }
  .l-footerEntry__register, .l-footerEntry__user {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .l-footerEntry__register {
    width: 50%;
  }
  .l-footerEntry__user {
    width: 50%;
  }
  .l-footerEntry__entryBtn {
    font-size: 0.875rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-footerEntry__registerBtn {
    font-size: 0.75rem;
    padding: 8px;
  }
  .l-footerEntry__registerBtn em::after {
    display: none;
  }
  .l-footerEntry__userBtn {
    font-size: 0.75rem;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.l-container {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1059px) {
  .l-container {
    margin-top: 0;
  }
}

.l-localnav {
  display: block;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  margin-top: 80px;
  padding: 9px 0 0;
  border-bottom: 2px solid #B2DCDE;
  background-color: #fff;
  z-index: 10;
}
.l-localnav__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.l-localnav__ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -4px;
}
.l-localnav__li {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: calc(20% - 4px);
  min-height: 48px;
  margin: 0 0 0 4px;
}
.l-localnav__btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 8px 8px 0 0;
  background-color: #E2F3F4;
  color: #1DB0B7;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
}
.l-localnav__btn:hover {
  background-color: #B2DCDE;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1059px) {
  .l-localnav__btn {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .l-localnav {
    padding-top: 0;
  }
  .l-localnav__ul {
    margin-left: -1px;
  }
  .l-localnav__li {
    width: calc(20% - 1px);
    margin-left: 1px;
  }
  .l-localnav__btn {
    font-size: 0.75rem;
    border-radius: 0;
  }
}

.c-headingA {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-headingA__label {
  display: inline-block;
  position: relative;
  padding: 12px 58px;
}
.c-headingA__label::before, .c-headingA__label::after {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: no-repeat center/contain;
  content: "";
}
.c-headingA__label::before {
  top: 0;
  left: 0;
  background-image: url(../images/icon-square-l.svg);
}
.c-headingA__label::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/icon-square-r.svg);
}
.c-headingA__labelSub {
  font-size: 0.6666666667em;
  display: block;
}
.c-headingA.-case {
  font-size: 2rem;
}
.c-headingA.-work {
  font-size: 2.25rem;
}
@media (max-width: 1059px) {
  .c-headingA.-work {
    font-size: 1.875rem;
  }
  .c-headingA.-case {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .c-headingA {
    font-size: 1.125rem;
  }
  .c-headingA__label {
    padding: 2px 40px;
  }
  .c-headingA__label::before, .c-headingA__label::after {
    top: 1px;
    bottom: auto;
    width: 28px;
    height: 28px;
  }
  .c-headingA.-work {
    font-size: 1.3125rem;
  }
  .c-headingA.-case {
    font-size: 1.125rem;
  }
}

.c-modal-entry {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 20px;
}
.c-modal-entry > .inner {
  display: block;
  position: relative;
  padding: 40px 80px;
  border: 20px solid #fff;
  border-radius: 10px;
  background: #f3f3f3;
}
.c-modal-entry > .inner > .heading {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.c-modal-entry > .inner > .lead {
  margin: 24px 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
.c-modal-entry > .inner > .decide {
  max-width: 270px;
  margin: 40px auto 0;
}
.c-modal-entry > .inner > .decide > .btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 16px 1em;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: #1DB0B7;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.c-modal-entry > .inner > .closeBtn {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  right: -60px;
  cursor: pointer;
}
.c-modal-entry > .inner > .closeBtn::before, .c-modal-entry > .inner > .closeBtn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1px;
  margin-left: -16px;
  background-color: #fff;
  content: "";
}
.c-modal-entry > .inner > .closeBtn::before {
  transform: rotate(45deg);
}
.c-modal-entry > .inner > .closeBtn::after {
  transform: rotate(-45deg);
}
.c-modal-entry > .inner > .cancel {
  font-size: 0.9375rem;
  margin: 24px 0 0;
  line-height: 1.5;
  text-align: center;
}
.c-modal-entry > .inner > .cancel > .txt {
  display: inline-block;
  color: #1DB0B7;
  text-decoration: underline;
  cursor: pointer;
}
.c-modal-entry > .inner > .cancel > .txt:hover {
  text-decoration: none;
}
@media (max-width: 1059px) {
  .c-modal-entry > .inner {
    padding: 30px 20px;
    border-width: 10px;
  }
  .c-modal-entry > .inner > .decide > .btn {
    font-size: 1rem;
  }
  .c-modal-entry > .inner > .closeBtn {
    top: -50px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .c-modal-entry > .inner > .heading {
    font-size: 1.125rem;
  }
  .c-modal-entry > .inner > .decide > .btn {
    font-size: 0.875rem;
  }
}

.c-mv {
  overflow: hidden;
}
.c-mv__hero {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
.c-mv__copy {
  position: absolute;
  bottom: 25%;
  left: 20px;
  width: 50.1886792453%;
  line-height: 0;
  z-index: 1;
}
.c-mv__img {
  position: relative;
  top: 0;
  left: 10.7843137255%;
  width: 117.6470588235%;
  padding-top: 70.5882352941%;
  line-height: 0;
  z-index: 0;
}
.c-mv__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 80px;
  object-fit: cover;
  object-position: 60% 50%;
  overflow: hidden;
}
.c-mv__contents {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -40px;
  padding: 0 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-mv__copy {
    bottom: 15%;
    width: 77.3333333333%;
  }
  .c-mv__img {
    left: 5.3333333333%;
    width: 110.6666666667%;
    padding-top: 100%;
  }
  .c-mv__contents {
    margin-top: 24px;
  }
}

.c-mypage__entry {
  max-width: 720px;
  margin: 0 auto;
}
.c-mypage__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0 0 -16px -40px;
}
.c-mypage__register, .c-mypage__user {
  flex: 0 1 auto;
  box-sizing: border-box;
  margin: 0 0 16px 40px;
}
.c-mypage__register {
  width: 600px;
}
.c-mypage__user {
  width: 320px;
}
.c-mypage__userBtn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  display: block;
  padding: 16px 1em;
  border: 2px solid #1DB0B7;
  background-color: #fff;
  color: #1DB0B7;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
}
.c-mypage__userBtn:hover {
  background-color: #FDF9C1;
  opacity: 1;
}
.c-mypage__entryBtn, .c-mypage__registerBtn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.25rem;
  display: block;
  padding: 24px 1em;
  background: #FC3D69;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
}
.c-mypage__entryBtn em, .c-mypage__registerBtn em {
  display: inline-block;
  position: relative;
  color: #FDF592;
}
.c-mypage__entryBtn em::after, .c-mypage__registerBtn em::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #FDF592;
  content: "";
  transition: opacity 0.1s ease;
}
.c-mypage__entryBtn:hover, .c-mypage__registerBtn:hover {
  color: #FDF592;
  opacity: 1;
}
.c-mypage__entryBtn:hover em::after, .c-mypage__registerBtn:hover em::after {
  opacity: 0;
}
.c-mypage__entryBtn {
  font-size: 1.875rem;
  padding: 24px 1em;
}
.c-mypage__userBtnSub {
  font-size: 0.875em;
  display: block;
  margin-top: 0.25em;
}
@media (max-width: 1059px) {
  .c-mypage__wrap {
    margin-left: -20px;
  }
  .c-mypage__register, .c-mypage__user {
    flex: 1 1 auto;
    margin-left: 20px;
  }
  .c-mypage__register {
    width: 460px;
  }
  .c-mypage__entryBtn {
    font-size: 1.375rem;
  }
  .c-mypage__registerBtn {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .c-mypage__wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-mypage__register, .c-mypage__user {
    flex: 0 1 auto;
  }
  .c-mypage__register {
    width: 360px;
  }
  .c-mypage__user {
    width: 260px;
  }
  .c-mypage__userBtn {
    font-size: 0.875rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-mypage__entryBtn {
    font-size: 1.0625rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-mypage__registerBtn {
    font-size: 1rem;
    padding-top: 16px;
    padding-bottom: 18px;
  }
}

.c-intro {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 48px auto 0;
}
.c-intro__img {
  order: 0;
  width: 41.1764705882%;
}
.c-intro__textarea {
  order: 1;
  width: 52.9411764706%;
}
.c-intro__text {
  font-size: 1.25rem;
  margin: 16px 0 0;
  line-height: 2;
}
.c-intro__text em {
  color: #1DB0B7;
  font-weight: 700;
}
.c-intro__copy {
  font-size: 1.25rem;
  margin: 16px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-intro__copyMarker {
  font-size: 1.4em;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 70%, #FDF592 70%);
  color: #1DB0B7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 1059px) {
  .c-intro__textarea {
    width: 54.9019607843%;
  }
  .c-intro__text {
    font-size: 1.125rem;
  }
  .c-intro__copy {
    font-size: 1.125rem;
  }
  .c-intro__copyMarker {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 767px) {
  .c-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .c-intro__img {
    order: 2;
    width: 290px;
    margin-top: 32px;
  }
  .c-intro__textarea {
    width: auto;
  }
}

.c-workWrapper {
  position: relative;
  margin: 0;
  padding: 96px 0;
  z-index: 0;
}
.c-workWrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 5%;
  height: 100%;
  border-radius: 0 min(80px, 5vw) min(80px, 5vw) 0;
  background-color: #FAF6F3;
  content: "";
  z-index: -1;
}
.c-workWrapper__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.c-workWrapper__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1059px) {
  .c-workWrapper {
    padding-right: 0;
  }
  .c-workWrapper::before {
    right: 0;
    border-radius: 0;
  }
  .c-workWrapper__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-workWrapper {
    padding: 40px 0;
  }
}

.c-work {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: flex-start;
  max-width: 1300px;
  margin: 64px 0 0;
  padding-right: 20px;
}
.c-work__img {
  order: 0;
  width: 46.1538461538%;
  margin: 0;
}
.c-work__img img {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.c-work__textarea {
  order: 1;
  position: relative;
  box-sizing: border-box;
  width: 48.6153846154%;
  min-height: 240px;
  margin: 0;
  padding: 80px 0 0 40px;
  z-index: 0;
}
.c-work__textarea::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #FDF592;
  content: "";
  z-index: -1;
}
.c-work__title {
  font-size: 1.75rem;
  position: relative;
  margin: 0;
  padding: 8px 0 8px 96px;
  font-weight: 700;
}
.c-work__merit {
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  color: #1DB0B7;
  text-align: center;
  line-height: 1;
}
.c-work__meritTxt {
  font-size: 1.125rem;
  display: block;
}
.c-work__meritNum {
  display: block;
  margin: 12px auto 0;
  line-height: 0;
}
.c-work__text {
  font-size: 1.125rem;
  margin: 1rem 0 0;
  line-height: 2;
}
.c-work + .c-work {
  margin-top: 40px;
}
@media (min-width: 1060px) {
  .c-work.-reverse {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
  }
  .c-work.-reverse .c-work__img {
    order: 1;
  }
  .c-work.-reverse .c-work__textarea {
    order: 0;
  }
}
@media (max-width: 1059px) {
  .c-work {
    display: block;
    padding: 0;
  }
  .c-work__img {
    width: auto;
    margin: 0 -20px;
  }
  .c-work__img img {
    width: 94.6666666667%;
    border-radius: 0 20px 20px 0;
  }
  .c-work__textarea {
    width: auto;
    margin: 24px auto 0;
    padding: 80px 0 0 40px;
  }
  .c-work + .c-work {
    margin-top: 64px;
  }
  .c-work.-reverse .c-work__img img {
    margin-left: auto;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .c-work {
    margin-top: 32px;
  }
  .c-work__textarea {
    min-height: 128px;
    margin-top: 16px;
    padding: 48px 0 0 20px;
  }
  .c-work__textarea::after {
    width: 128px;
    height: 128px;
  }
  .c-work__title {
    font-size: 1.125rem;
    padding: 0 0 0 56px;
  }
  .c-work__merit {
    top: -20px;
  }
  .c-work__meritTxt {
    font-size: 0.75rem;
  }
  .c-work__meritNum {
    width: 42px;
    margin-top: 8px;
  }
  .c-work__text {
    font-size: 0.9375rem;
    margin-top: 8px;
  }
  .c-work + .c-work {
    margin-top: 40px;
  }
}

.c-caseWrapper {
  position: relative;
  margin: 80px 0 0;
  padding: 96px 0 96px 5%;
  z-index: 0;
}
.c-caseWrapper::before {
  position: absolute;
  top: 0;
  left: 5%;
  right: 0;
  height: 100%;
  border-radius: min(80px, 5vw) 0 0 min(80px, 5vw);
  background-color: #B2DCDE;
  content: "";
  z-index: -1;
}
.c-caseWrapper__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.c-caseWrapper__inner > *:first-child {
  margin-top: 0 !important;
}
.c-caseWrapper__lead {
  font-size: 1.125rem;
  margin: 16px 0 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 1059px) {
  .c-caseWrapper {
    margin-top: 0;
    padding-left: 0;
  }
  .c-caseWrapper::before {
    left: 0;
    border-radius: 0;
  }
  .c-caseWrapper__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-caseWrapper {
    padding: 40px 0;
  }
  .c-caseWrapper__lead {
    font-size: 0.9375rem;
  }
}

.c-case {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 64px 0 -40px -3.125%;
}
.c-case__unit {
  box-sizing: border-box;
  width: 30.303030303%;
  margin: 0 0 40px 3.0303030303%;
  padding: 32px 24px 24px;
  border-radius: 20px;
  background-color: #fff;
}
.c-case__title {
  font-size: 1.25rem;
  position: relative;
  margin: 0 0 0 -32px;
  padding: 8px 32px 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  z-index: 0;
  overflow: hidden;
}
.c-case__title::before, .c-case__title::after {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  z-index: -1;
}
.c-case__title::before {
  bottom: 0;
  border: 4px solid;
  border-color: #1d8489 #1d8489 transparent transparent;
}
.c-case__title::after {
  top: 0;
  bottom: 8px;
  width: 100%;
  background-color: #1DB0B7;
  transform-origin: left top;
  transform: skewX(-20deg);
}
.c-case__check {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  line-height: 1.5;
}
.c-case__check > li {
  display: block;
  position: relative;
  padding-left: calc(1.125em + 8px);
}
.c-case__check > li::before {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 1.125em;
  position: absolute;
  top: calc(0.75rem - 0.5em);
  left: 0;
  color: #1DB0B7;
}
.c-case__check > li + li {
  margin-top: 4px;
}
@media (max-width: 1059px) {
  .c-case__title {
    font-size: 1rem;
  }
  .c-case__check {
    font-size: 0.875rem;
  }
  .c-case__check > li {
    display: block;
    position: relative;
    padding-left: calc(1.125em + 8px);
  }
  .c-case__check > li::before {
    top: calc(0.65625rem - 0.5em);
  }
}
@media (max-width: 767px) {
  .c-case {
    flex-direction: column;
    margin: 32px auto -24px;
  }
  .c-case__unit {
    width: 100%;
    margin: 0 0 24px;
    padding: 24px 20px;
  }
  .c-case__title {
    margin: 0 0 0 -28px;
    padding: 8px 20px 16px;
  }
  .c-case__check {
    margin-top: 8px;
  }
}

.c-caseOffer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  margin: 40px 0 0;
}
.c-caseOffer__img, .c-caseOffer__textarea {
  display: block;
  box-sizing: border-box;
}
.c-caseOffer__img {
  width: 25%;
  line-height: 0;
}
.c-caseOffer__textarea {
  width: 71.875%;
  padding: 4.6875%;
  border-radius: 20px;
  background-color: #E2F3F4;
}
.c-caseOffer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 4.347826087% 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-columns: 1.1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 24px 4.347826087%;
}
.c-caseOffer__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-caseOffer__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-caseOffer__title {
  font-size: 1rem;
  width: 8em;
  margin: 0;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #1DB0B7;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
.c-caseOffer__text {
  font-size: 1rem;
  margin: 8px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-caseOffer__notes {
  font-size: 0.875rem;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
}
@media (max-width: 1059px) {
  .c-caseOffer__textarea {
    padding: 32px 24px;
  }
  .c-caseOffer__title {
    font-size: 0.875rem;
  }
  .c-caseOffer__text {
    font-size: 0.875rem;
  }
  .c-caseOffer__notes {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .c-caseOffer {
    display: block;
  }
  .c-caseOffer__img {
    width: 47.7611940299%;
    max-width: 320px;
    margin: 24px auto 0;
  }
  .c-caseOffer__textarea {
    width: auto;
    padding: 32px 20px;
  }
  .c-caseOffer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-gap: 24px;
  }
}

.c-reasonWrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 128px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-reasonWrapper {
    margin-top: 64px;
  }
}

.c-reason {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 64px 0 -48px -5.8823529412%;
}
.c-reason__unit {
  box-sizing: border-box;
  width: 44.4444444444%;
  margin: 0 0 48px 5.5555555556%;
}
.c-reason__img {
  display: block;
  margin: 0;
}
.c-reason__img img {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.c-reason__title {
  font-size: 1.125rem;
  margin: 32px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-reason__text {
  font-size: 1rem;
  margin: 8px 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-reason {
    max-width: 480px;
    margin: 32px auto -32px;
  }
  .c-reason__unit {
    width: 100%;
    margin: 0 0 32px;
  }
  .c-reason__img img {
    border-radius: 10px;
  }
  .c-reason__title {
    font-size: 1rem;
    margin-top: 16px;
  }
  .c-reason__text {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}

.c-voiceWrapper {
  position: relative;
  margin: 128px 0 0;
  padding: 96px 5%;
  z-index: 0;
}
.c-voiceWrapper::before {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 100%;
  border-radius: min(80px, 5vw);
  background-color: #FAF6F3;
  content: "";
  z-index: -1;
}
.c-voiceWrapper__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.c-voiceWrapper__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1059px) {
  .c-voiceWrapper::before {
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .c-voiceWrapper__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-voiceWrapper {
    margin-top: 64px;
    padding: 40px 0;
  }
}

.c-voice {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-start;
  margin: 64px auto 0;
}
.c-voice__img {
  flex: 0 0 auto;
  width: 27.4509803922%;
  margin: 0;
}
.c-voice__img img {
  display: block;
  width: 100%;
}
.c-voice__textarea {
  margin: 0 0 0 3.137254902%;
}
.c-voice__textarea::after {
  font-size: 0.875rem;
  display: block;
  margin: 1rem 0 0;
  line-height: 1.5;
  content: "※写真はイメージです";
}
.c-voice__title {
  font-size: 1.25rem;
  margin: 0;
  color: #1DB0B7;
  font-weight: 700;
}
.c-voice__text {
  font-size: 1rem;
  margin: 1rem 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-voice {
    display: block;
    margin-top: 32px;
  }
  .c-voice__img {
    width: 47.7611940299%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-voice__textarea {
    margin: 16px 0 0;
  }
  .c-voice__textarea::after {
    font-size: 0.8125rem;
  }
  .c-voice__title {
    font-size: 1rem;
  }
  .c-voice__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.c-flowWrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 128px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-flowWrapper {
    margin-top: 64px;
  }
}

.c-flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 64px 0 -48px -8.8235294118%;
}
.c-flow__unit {
  position: relative;
  box-sizing: border-box;
  width: 25.2252252252%;
  margin: 0 0 48px 8.1081081081%;
}
.c-flow__unit + .c-flow__unit::before {
  display: block;
  position: absolute;
  top: -12px;
  left: -19.6428571429%;
  margin-top: 42.8571428571%;
  border: solid transparent;
  border-width: 12px 0 12px 20px;
  border-left-color: #1DB0B7;
  content: "";
}
.c-flow__image {
  display: block;
  margin: 0;
}
.c-flow__image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.c-flow__step {
  font-size: 1.25rem;
  margin: 16px 0 0;
  color: #1DB0B7;
  font-weight: 700;
  line-height: 1.5;
}
.c-flow__title {
  font-size: 0.9375rem;
  margin: 4px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-flow__comment {
  font-size: 0.8125rem;
  margin: 4px 0 0;
  line-height: 1.5;
}
.c-flow__comment.-indention {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .c-flow {
    flex-direction: column;
    align-items: center;
    margin: 32px auto -64px;
  }
  .c-flow__unit {
    width: 66.6666666667%;
    margin: 0 0 64px;
  }
  .c-flow__unit + .c-flow__unit::before {
    top: -40px;
    left: calc(50% - 10px);
    margin-top: 0;
    border: solid transparent;
    border-width: 15px 10px 0;
    border-top-color: #1DB0B7;
  }
}

.c-faqWrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 128px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-faqWrapper {
    margin-top: 64px;
  }
}

.c-faq {
  display: block;
  margin: 64px auto 0;
  padding: 40px;
  border-radius: 20px;
  background-color: #FAF6F3;
}
.c-faq__head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 1.125rem;
  align-items: center;
  margin: 0;
  font-weight: 700;
}
.c-faq__head::before {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  background: url(../images/icon-q.svg) no-repeat center/contain;
  content: "";
}
.c-faq__headLabel {
  display: inline-block;
}
.c-faq__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 32px 0 0;
}
.c-faq__body::before {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  background: url(../images/icon-a.svg) no-repeat center/contain;
  content: "";
}
.c-faq__text {
  font-size: 1rem;
  margin: 0;
  line-height: 2;
}
.c-faq + .c-faq {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .c-faq {
    margin-top: 32px;
    padding: 24px 20px;
  }
  .c-faq__head {
    font-size: 1rem;
  }
  .c-faq__head::before {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .c-faq__body {
    margin-top: 24px;
  }
  .c-faq__body::before {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .c-faq__text {
    font-size: 0.875rem;
  }
  .c-faq + .c-faq {
    margin-top: 16px;
  }
}

.c-crie {
  margin-top: 128px;
  padding: 112px 20px;
  background: #8ACFEF url(../images/bg-crie.png) no-repeat 90% 100%/auto 100%;
  color: #fff;
}
.c-crie__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.c-crie__lead {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  line-height: 2.5;
}
@media (max-width: 1059px) {
  .c-crie {
    background-position: 100% 100%;
  }
  .c-crie__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-crie {
    margin-top: 64px;
    padding-top: 40px;
    padding-bottom: 300px;
    background-position: 50% 100%;
    background-size: 375px auto;
  }
  .c-crie__lead {
    font-size: 0.9375rem;
    line-height: 2;
    text-align: center;
  }
}
/*# sourceMappingURL=lp.css.map */