@charset "UTF-8";
/*--  Base  -------------------------------------------------------------------*/
/*--  reset.css  --*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/*--  base  --*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

p {
  font-weight: 400;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.45455;
  letter-spacing: 0.02273em;
}

h2 {
  font-size: 2.375rem;
  line-height: 1.68421;
  letter-spacing: 0.02632em;
}

h3 {
  font-size: 2.0625rem;
  line-height: 0.78788;
  letter-spacing: 0.0303em;
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

a, a:link {
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #80bf00;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a img, a:link img, a:visited img, a:hover img, a:active img {
  text-decoration: none;
}

[type="text"], select, button {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select, button, [type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.ut-enText {
  font-family: Arial;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  h1 {
    font-size: 40px;
    font-size: 5.20156vw;
    line-height: 1.2;
  }
  h2 {
    font-size: 48px;
    font-size: 6.24187vw;
    line-height: 1.04167;
    letter-spacing: 0.01667em;
  }
  h3 {
    font-size: 36px;
    font-size: 4.6814vw;
    line-height: 1.38889;
    letter-spacing: 0.03333em;
  }
  p {
    font-size: 30px;
    font-size: 3.90117vw;
    line-height: 1.8;
    letter-spacing: 0.03667em;
  }
}

/*--  Module  -------------------------------------------------------------------*/
.globalHeader__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 0 auto;
  max-width: 76.25rem;
  padding: 1.5rem 0 1.5rem 0;
}

.globalHeader a.c-btn {
  font-size: 0.875rem;
  min-width: 160px;
  padding: 10px 40px;
}

.globalHeader a.c-btn:after {
  border-right: 2px #fff solid;
  border-top: 2px #fff solid;
  border-radius: 1px;
  height: 8px;
  right: 10px;
  width: 8px;
}

.globalHeader__areaLogo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.globalHeader__btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.globalHeader__btnListItem {
  width: auto;
}

.globalHeader__logo h1 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .globalHeader__areaBtn {
    display: none;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  .globalHeader__areaBtn.is_active {
    background: #f4f4f0;
    bottom: 0;
    display: block;
    left: 0;
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    width: 100%;
    z-index: 9999;
  }
  .globalHeader__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .globalHeader__areaLogo {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.375rem 0.375rem 0.375rem 0.375rem;
  }
  .globalHeader__areaLogo h1 {
    max-width: 50vw;
  }
  .globalHeader__tagline {
    font-size: 0.625rem;
    line-height: 1.1;
  }
  .globalHeader a.c-btn {
    border-radius: 10px;
    font-size: 16px;
    padding: 16px;
  }
  .globalHeader a.c-btn:after {
    display: none;
  }
  .globalHeader__btnList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .globalHeader__btnListItem {
    width: 50%;
  }
}

.globalFooter {
  background: #d7ded6;
}

.globalFooter__inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 20px 10px;
}

.globalFooter__areaUpper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 0 20px 0;
}

.globalFooter__text {
  font-size: 18px;
  font-weight: 700;
}

.globalFooter__company {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.globalFooter__address, .globalFooter__link {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.globalFooter a {
  text-decoration: underline;
}

.globalFooter__areaMiddle {
  margin: 0 0 80px 0;
}

.globalFooter__areaBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.globalFooter__linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .globalFooter__inner {
    padding: 20px 0 0 0;
  }
  .globalFooter__areaUpper {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
    padding: 0 10px;
  }
  .globalFooter__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .globalFooter__title {
    width: 33vw;
  }
  .globalFooter__areaMiddle {
    margin: 0 0 60px 0;
    padding: 0 10px;
  }
  .globalFooter__company {
    margin: 0 0 0 0;
  }
  .globalFooter__address, .globalFooter__link {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .globalFooter__areaBottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .globalFooter__linkList {
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 40px 0;
    padding: 0 10px;
  }
  .globalFooter__linkListItem {
    width: 100%;
  }
  .globalFooter__copyright {
    background: #fff;
    font-size: 12px;
    padding: 10px 10px 100px 10px;
    text-align: center;
    width: 100%;
  }
}

/*------------------------------------------------ ボタン*/
a.c-btn {
  background: #80bf00;
  border: 1px solid #80bf00;
  border-radius: 3.125rem;
  color: #fff;
  display: block;
  font-size: 1.4375rem;
  font-weight: 400;
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
  text-align: center;
}

a.c-btn:after {
  border-right: 0.1875rem #fff solid;
  border-top: 0.1875rem #fff solid;
  border-radius: 0.125rem;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  z-index: 2;
}

a.c-btn:hover {
  background: #fff;
  color: #80bf00;
}

a.c-btn:hover:after {
  border-right: 0.1875rem #80bf00 solid;
  border-top: 0.1875rem #80bf00 solid;
}

a.c-btn--media {
  background: #152b5c;
  border: 1px solid #152b5c;
  margin: 0 auto;
  max-width: 400px;
}

a.c-btn--media:after {
  display: none;
}

a.c-btn--media:hover {
  color: #152b5c;
}

@media screen and (max-width: 768px) {
  a.c-btn {
    font-size: 4.6814vw;
    padding: 4.16125vw 4.16125vw 4.16125vw 4.16125vw;
  }
  a.c-btn--media {
    width: 80%;
  }
}

/*------------------------------------------------ 
    Animation
------------------------------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*------------------------------------------------ 
    BaseSection
------------------------------------------------*/
#main {
  margin: 0 0 190px 0;
  position: relative;
}

.l-baseSection {
  overflow: hidden;
  position: relative;
}

.l-section {
  margin: 0 0 0 0;
}

.l-section__inner {
  max-width: 76.25rem;
  padding: 80px 10px 64px 10px;
  margin: 0 auto 0 auto;
}

.l-section__header {
  margin: 0 0 64px 0;
}

@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 10.40312vw 2.60078vw 8.3225vw 2.60078vw;
  }
  .l-section__header {
    margin: 0 0 32px 0;
  }
}

/*------------------------------------------------ 
    Contents
------------------------------------------------*/
.secTitle {
  font-size: 38px;
  text-align: center;
}

.secTitle__sub {
  display: block;
  font-size: 23px;
}

.secTitle__index {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f9ff02));
  background: -webkit-linear-gradient(transparent 60%, #f9ff02 0%);
  background: linear-gradient(transparent 60%, #f9ff02 0%);
  padding: 0 0 8px 0;
}

.secTitle + .secHeader__text {
  margin: 24px 0 0 0;
}

.secSubTitle {
  font-size: 33px;
  line-height: 1.5;
  text-align: center;
}

.secSubTitle__index {
  color: #8dbd16;
  font-size: 40px;
  padding: 0 8px;
}

.c-btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btnListItem {
  width: 50%;
  max-width: 370px;
}

.c-troubleList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 110px auto 140px auto;
  max-width: 1000px;
  position: relative;
}

.c-troubleListItem {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  text-align: left;
  width: 20%;
  z-index: 2;
}

.c-troubleListItem:nth-child(1), .c-troubleListItem:nth-child(5) {
  margin: 210px 0 0 0;
}

.c-troubleListItem:nth-child(2), .c-troubleListItem:nth-child(4) {
  margin: 30px 0 0 0;
}

.c-troubleListItem:nth-child(4) {
  padding: 0 0 0 60px;
}

.c-troubleListItem:nth-child(5) {
  padding: 0 0 0 40px;
}

.c-troubleListItem:after {
  background-position: right;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.c-troubleListItem:nth-child(1):after {
  background: url(../img/c-troubleListItem01.png);
  height: 190px;
  left: -40px;
  top: -50px;
  width: 246px;
}

.c-troubleListItem:nth-child(2):after {
  background: url(../img/c-troubleListItem02.png);
  height: 207px;
  left: -80px;
  top: -50px;
  width: 222px;
}

.c-troubleListItem:nth-child(3):after {
  background: url(../img/c-troubleListItem03.png);
  background-position: center;
  height: 208px;
  left: -50px;
  top: -50px;
  width: 238px;
}

.c-troubleListItem:nth-child(4):after {
  background: url(../img/c-troubleListItem04.png);
  height: 200px;
  left: -10px;
  top: -40px;
  width: 238px;
}

.c-troubleListItem:nth-child(5):after {
  background: url(../img/c-troubleListItem05.png);
  height: 172px;
  left: -70px;
  top: -40px;
  width: 312px;
}

.c-troubleList:after {
  background: url(../img/c-troubleList.png);
  background-size: contain;
  bottom: -120px;
  content: '';
  display: block;
  left: 0;
  height: 240px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 194px;
}

.c-aboutImage {
  margin: 0 0 48px 0;
  text-align: center;
}

.c-aboutImageList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -90px 0 -76px 0;
}

.c-workList {
  border: 3px solid #80bf00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 40px 0;
  padding: 40px;
}

.c-workListItem {
  border-bottom: 4px dotted #80bf00;
  padding: 0 0 40px 0;
  width: 100%;
}

.c-workListItem:last-child {
  border: none;
  padding: 0 0 0 0;
}

.c-workListItem dt {
  color: #80bf00;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.c-workListItem__detailList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 72px;
  padding: 0 0 0 10px;
}

.c-workListItem__detailListItem {
  font-size: 17px;
  min-width: 14%;
  padding: 0 0 0 14px;
  position: relative;
}

.c-workListItem__detailListItem:before {
  border: 2px solid #302724;
  bottom: 0;
  content: '';
  display: block;
  left: -8px;
  height: 14px;
  margin: 0 8px 0 0;
  position: absolute;
  width: 14px;
}

.c-workListItem__detailListItem--checked:after {
  width: 20px;
  height: 10px;
  border-left: 3px solid #000066;
  border-bottom: 3px solid #000066;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}

.c-meritList {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-meritListItem {
  border-radius: 20px;
  padding: 0 20px 40px 20px;
  position: relative;
  width: 30%;
}

.c-meritListItem__title {
  color: #8ebd18;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 24px 0;
  text-align: center;
}

.c-meritListItemWrapper {
  background: #fff;
  border-radius: 20px;
  margin: -70px 0 0 0;
  min-height: 340px;
  padding: 70px 20px 40px 20px;
}

.c-meritListItem__image {
  text-align: center;
}

.c-meritListItem__image img {
  height: auto;
  width: auto;
}

.c-meritListItem:nth-child(1) .c-meritListItemWrapper {
  margin: -58px 0 0 0;
}

.c-meritListItem:nth-child(1) .c-meritListItem__image {
  margin: -70px 0 0 0;
}

.c-meritListItem:nth-child(1) .c-meritListItem__image img {
  height: auto;
}

.c-meritListItem:nth-child(4) .c-meritListItem__title, .c-meritListItem:nth-child(8) .c-meritListItem__title {
  height: 90px;
  padding: 20px 0  0 0;
}

.c-meritListItem__number {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 2;
}

.c-flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

.c-flowListItem {
  position: relative;
  width: calc(33% - 40px);
}

.c-flowListItem__text {
  font-size: 18px;
  line-height: 24px;
}

.c-flowListItem__title {
  font-size: 22px;
  line-height: 24px;
}

.c-flowListItem__areaImage {
  background: #fff;
  border-radius: 10px;
  height: 220px;
  margin: 0 0 16px 0;
  padding: 40px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.c-flowListItem__image {
  margin: 0 0 20px 0;
}

.c-flowListItem__image img {
  height: 88px;
  position: relative;
  width: auto;
  z-index: 2;
}

.c-flowListItem__number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.c-flowListItem:after {
  content: '';
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #4da200;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: -40px;
  top: -70px;
  z-index: 2;
  width: 0;
}

.c-flowListItem:nth-child(3):after, .c-flowListItem:nth-child(6):after {
  display: none;
}

.c-form {
  background: #f4f4f0;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 56px 100px;
}

.c-formTable {
  width: 100%;
}

.c-formTable tr {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
  text-align: left;
}

.c-formTable tr:last-child {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-formTable input[type="text"], .c-formTable textarea, .c-formTable input[type="email"] {
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

.c-formTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 40px;
  position: relative;
}

.c-formTitle--required:before {
  background: #d8534e;
  border-radius: 6px;
  content: '必 須';
  color: #fff;
  font-size: 11px;
  left: -20px;
  margin: 0 20px 0 0;
  padding: 6px 10px;
  position: absolute;
  top: -4px;
}

.c-formContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  max-width: 500px;
  width: 100%;
}

.c-form .c-btnItem--confirm {
  text-align: center;
}

.c-form .c-btnItem--confirm input {
  background: #f29c02;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  min-width: 400px;
  padding: 16px 100px;
}

.c-voiceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px;
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}

.c-voiceListItem {
  -webkit-box-shadow: 10px 10px #d7ded6;
          box-shadow: 10px 10px #d7ded6;
  padding: 20px;
  width: calc(50% - 40px);
}

.c-voiceListItem__image {
  margin: 0 0 32px 0;
}

.c-voiceListItem__title {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 32px 0;
}

.c-voiceListItem__text {
  font-size: 16px;
}

.c-logoList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  list-style: none;
  margin: 0 80px 0 0;
  padding: 0;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.c-logoListWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-logoListItem {
  width: 330px;
}

.c-logoListItem--large {
  width: 500px;
}

.c-logoListItem img {
  width: 100%;
}

.c-logo__title {
  color: #80bf00;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px 0;
}

.c-blogList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-blogListItem {
  background: #fff;
  border: 1px solid #bababa;
  width: calc(33% - 20px);
}

.c-blogListItem__title {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 20px 30px 20px;
}

.c-blogListItem__image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-blog + .c-blog {
  margin: 60px 0 80px 0;
}

.c-blog__title {
  color: #80be03;
  margin: 0 10px 20px 10px;
}

@media screen and (max-width: 768px) {
  .secTitle {
    font-size: 5.72172vw;
  }
  .secTitle__sub {
    font-size: 3.38101vw;
    margin: 0 0 2.60078vw 0;
  }
  .secTitle__index {
    font-size: 5.20156vw;
    padding: 0 1.04031vw 0 0;
  }
  .secTitle + .secHeader__text {
    margin: 16px 10px  0 10px;
  }
  .secSubTitle {
    font-size: 5.20156vw;
  }
  .secSubTitle__index {
    font-size: 5.72172vw;
    padding: 0 0.125rem 0 0;
  }
  .c-btnList {
    gap: 0.625rem;
  }
  .c-btnListItem {
    width: 100%;
  }
  .c-troubleList {
    letter-spacing: -.4px;
    height: 340px;
    margin: 80px auto 0 auto;
  }
  .c-troubleList:after {
    background-size: contain;
    bottom: 0;
    height: 148px;
    width: 120px;
  }
  .c-troubleListItem {
    font-size: 2.86086vw;
    line-height: 3.90117vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 33%;
  }
  .c-troubleListItem:nth-child(1), .c-troubleListItem:nth-child(5) {
    bottom: 40px;
    left: 10px;
    margin: 0 0 0 0;
    position: absolute;
  }
  .c-troubleListItem:nth-child(2), .c-troubleListItem:nth-child(4) {
    left: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    position: absolute;
    top: 100px;
  }
  .c-troubleListItem:nth-child(1):after {
    background: url(../img/c-troubleListItem01--sp.png);
    background-size: contain;
    left: -20px;
    height: 121px;
    top: -30px;
    width: 154px;
  }
  .c-troubleListItem:nth-child(2):after {
    background: url(../img/c-troubleListItem02--sp.png);
    background-repeat: no-repeat;
    left: -10px;
    height: 120px;
    top: -20px;
    width: 140px;
  }
  .c-troubleListItem:nth-child(3) {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-troubleListItem:nth-child(3):after {
    background: url(../img/c-troubleListItem03--sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 129px;
    left: -30px;
    top: -30px;
    width: 150px;
  }
  .c-troubleListItem:nth-child(4) {
    left: unset;
    position: absolute;
    right: 10px;
  }
  .c-troubleListItem:nth-child(4):after {
    background: url(../img/c-troubleListItem04--sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 124px;
    top: -20px;
    width: 140px;
  }
  .c-troubleListItem:nth-child(5) {
    left: unset;
    padding: 0 0 0 1.25rem;
    right: 0;
  }
  .c-troubleListItem:nth-child(5):after {
    background: url(../img/c-troubleListItem05.png);
    background-size: contain;
    height: 102px;
    top: -20px;
    left: -30px;
    width: 185px;
  }
  .c-aboutImageList {
    margin: -30px 0 -30px 0;
  }
  .c-aboutImageListItem img {
    height: 100px;
    width: auto;
  }
  .c-workList {
    gap: 24px;
    margin: 0 10px 40px 10px;
    padding: 20px 10px;
  }
  .c-workListItem {
    padding: 0 0 20px 0;
  }
  .c-workListItem dt {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
  .c-workListItem__detailList {
    gap: 16px 24px;
  }
  .c-workListItem__detailListItem {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  .c-workListItem__detailListItem--checked:after {
    border-left: 2px solid #000066;
    border-bottom: 2px solid #000066;
    bottom: 6px;
    height: 6px;
    left: -2px;
    width: 12px;
  }
  .c-workListItem__detailListItem:before {
    border: 1px solid #302724;
    left: -4px;
    height: 10px;
    width: 10px;
  }
  .c-meritList {
    margin: 64px 0 0 0;
  }
  .c-meritListItem {
    padding: 0 10px 0 10px;
    width: 100%;
  }
  .c-meritListItemWrapper {
    min-height: 300px;
    padding: 80px 20px 24px 20px;
  }
  .c-meritListItem__title {
    margin: 0 0 16px 0;
  }
  .c-flowList {
    margin: 64px 40px 0 40px;
  }
  .c-flowListItem {
    width: 100%;
  }
  .c-flowListItem:after {
    border-width: 30px 0 30px 20px;
    left: 0;
    right: 0;
    bottom: -400px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-flowListItem__areaImage {
    height: 190px;
    padding: 20px;
  }
  .c-flowListItem__image img {
    height: 80px;
  }
  .c-form {
    padding: 40px 20px 48px 20px;
  }
  .c-formTable tr {
    gap: 10px;
    margin: 0 0 24px 0;
  }
  .c-formTitle {
    padding: 0 0 0 0;
  }
  .c-formTitle--required {
    padding: 0 0 0 60px;
  }
  .c-formTitle--required:before {
    left: 0;
  }
  .c-form .c-btnItem--confirm input {
    min-width: unset;
    width: 100%;
  }
  .c-tableWrapper + .c-formEnd {
    margin: 24px 0 0 0;
  }
  .c-voiceList {
    gap: 40px;
    margin: 0 10px;
  }
  .c-voiceListItem {
    width: 100%;
  }
  .c-logoList {
    gap: 10px;
    margin: 0 0 1.25rem 0;
  }
  .c-logoListItem {
    width: 200px;
  }
  .c-blog__title {
    margin: 0 10px 20px 10px;
  }
  .c-blogList {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-blogListItem {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 70vw;
  }
  .c-blogListItem__title {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px 10px 10px;
  }
  .c-voiceListItem__text {
    font-size: 15px;
    line-height: 1.4;
  }
}

/*------------------------------------------------ 
    Section
------------------------------------------------*/
.mainvisual {
  position: relative;
}

.mainvisual:before, .mainvisual:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mainvisual:before {
  background: url(../img/mainvisual__bgLeft.png);
  left: 0;
  width: 436px;
}

.mainvisual:after {
  background: url(../img/mainvisual__bgRight.png);
  right: 0;
  width: 770px;
}

.mainvisual__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 32px 10px 0 10px;
  position: relative;
  z-index: 1;
}

.mainvisual__copyWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainvisual__copyListItem {
  color: #072b5c;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}

.mainvisual__copyListItem:before {
  background: url(../img/mainvisual__icon.png);
  content: '';
  display: block;
  height: 36px;
  left: -40px;
  position: absolute;
  top: -4px;
  width: 38px;
}

.mainvisual__copyListItem + .mainvisual__copyListItem {
  margin: 40px 0 0 0;
}

.mainvisual__copyListItem--index {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f9ff02));
  background: -webkit-linear-gradient(transparent 60%, #f9ff02 0%);
  background: linear-gradient(transparent 60%, #f9ff02 0%);
  font-size: 26px;
  padding: 0 0 8px 0;
}

.mainvisual__illust {
  text-align: center;
}

.secCTA {
  background: #cae397;
  margin: 0 0 0 0;
  text-align: center;
}

.secCTA__title {
  color: #072b5c;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px 0;
  position: relative;
}

.secCTA__title:before, .secCTA__title:after {
  background: #072b5c;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: -60px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 40px;
}

.secCTA__title:after {
  left: unset;
  right: -60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.secCTA .l-section__inner {
  padding: 24px 10px 32px 10px;
}

#about {
  background: #edf7d5;
}

#about .l-section__inner {
  padding: 60px 10px 64px 10px;
}

#trouble {
  background: url(../img/bg__trouble.jpg);
  padding: 0 0 64px 0;
  position: relative;
  text-align: center;
}

#trouble:before {
  border-bottom: 64px solid #edf7d5;
  border-right: 150px solid transparent;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: calc(50% - 5vw);
}

#trouble:after {
  border-bottom: 64px solid #edf7d5;
  border-left: 150px solid transparent;
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  right: 0;
}

#trouble .secSubTitle {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

#trouble .secSubTitle:before {
  background: url(../img/secSubTitle.png);
  content: '';
  display: block;
  height: 82px;
  left: -70px;
  position: absolute;
  top: -50px;
  width: 66px;
}

#merit {
  background: #edf8d4;
  position: relative;
  z-index: 1;
}

#merit:before, #merit:after {
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

#merit:before {
  background: url(../img/merit__bgRight.png);
  right: 0;
  width: 442px;
}

#merit:after {
  background: url(../img/merit__bgLeft.png);
  left: 0;
  width: 320px;
}

#flow {
  background: #f4f4ef;
}

#logo .l-section__inner {
  max-width: unset;
  padding: 80px 0 64px 0;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 0 0 64px 0;
  }
  .mainvisual:before, .mainvisual:after {
    display: none;
  }
  .mainvisual__copy {
    max-width: 80vw;
  }
  .mainvisual__copyWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0 0 2.5rem 0;
  }
  .mainvisual__copyList {
    max-width: calc(90vw - 20px);
  }
  .mainvisual__copyListItem {
    font-size: 3.64109vw;
    padding: 0 0 0 1.04031vw;
  }
  .mainvisual__copyListItem:before {
    background-size: contain;
    height: 1.375rem;
    left: -1.25rem;
    top: -0.125rem;
    width: 1.4375rem;
  }
  .mainvisual__copyListItem--index {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f9ff02));
    background: -webkit-linear-gradient(transparent 70%, #f9ff02 0%);
    background: linear-gradient(transparent 70%, #f9ff02 0%);
    font-size: 4.6814vw;
    padding: 0 0 0 0;
  }
  .mainvisual__copyListItem + .mainvisual__copyListItem {
    margin: 1.25rem 0 0 0;
  }
  .secCTA__title {
    font-size: 4.16125vw;
  }
  .secCTA__title:before, .secCTA__title::after {
    left: -2.5rem;
    width: 1.875rem;
  }
  .secCTA__title:after {
    left: unset;
    right: -2.5rem;
  }
  .secCTA .l-section__inner {
    padding: 6.24187vw 2.60078vw 6.24187vw 2.60078vw;
  }
  #trouble {
    padding: 0 0 32px 0;
  }
  #trouble .secSubTitle {
    letter-spacing: -1px;
    font-size: 5.20156vw;
    padding: 0;
  }
  #trouble .secSubTitle:before {
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    left: -20px;
    top: 10px;
    width: 30px;
  }
  #trouble:before {
    border-bottom: 32px solid #edf7d5;
    border-right: 40px solid transparent;
  }
  #trouble:after {
    border-bottom: 32px solid #edf7d5;
    border-left: 40px solid transparent;
  }
  #about .l-section__inner {
    padding: 24px 10px;
  }
  #merit:before, #merit:after {
    display: none;
  }
  #blog .l-section__inner {
    padding: 40px 0 32px 0;
  }
  #logo .l-section__inner {
    padding: 2.5rem 0 2rem 0;
  }
}

.c-form__endArea--confirm {
  display: none;
}
/*# sourceMappingURL=common.css.map */