@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

#body {
  margin: 0;
}

#body-in {
  padding: 0px;
  width: 100%;
}

div#main {
  border: none;
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0px;
  width: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
	-webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family:  'Noto Sans JP',sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* break point */
/* color setting */
/* base setting */
html {
  font-size: 62.5%;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 0.83333vw;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 4rem;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 6.7rem;
  }
}

picture {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .4s ease;
}

a:hover {
  color: #36C200;
  opacity: .7;
}

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

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B7B7B7;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B7B7B7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B7B7B7;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B7B7B7;
}

input::placeholder,
textarea::placeholder {
  color: #B7B7B7;
}

/* IE */
input:-ms-input-placeholder {
  color: #B7B7B7;
}

/* Edge */
input::-ms-input-placeholder {
  color: #B7B7B7;
}

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

.only-sp-inline {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .only-sp-inline {
    display: none;
  }
}

.only-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

.only-pc-inline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc-inline {
    display: inline;
  }
}

.nowrap {
  white-space: nowrap;
}

.fade-in {
  opacity: 0;
}

.fade-in.scroll-in {
  -webkit-animation: fadeIn .8s ease forwards;
  animation: fadeIn .8s ease forwards;
}

.parallaxImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.parallaxImg.scroll-in {
  -webkit-animation: scaleUp 1.2s ease forwards;
  animation: scaleUp 1.2s ease forwards;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(4rem);
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(4rem);
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes moveIcon {
  0% {
    -webkit-transform: translate(0, -50%) rotate(5deg);
    transform: translate(0, -50%) rotate(5deg);
  }
  30% {
    -webkit-transform: translate(0, -50%) rotate(-5deg) scale(1.1);
    transform: translate(0, -50%) rotate(-5deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
}

@keyframes moveIcon {
  0% {
    -webkit-transform: translate(0, -50%) rotate(5deg);
    transform: translate(0, -50%) rotate(5deg);
  }
  30% {
    -webkit-transform: translate(0, -50%) rotate(-5deg) scale(1.1);
    transform: translate(0, -50%) rotate(-5deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
}

@-webkit-keyframes moveIcon2 {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes moveIcon2 {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes backgroundFade {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

@keyframes backgroundFade {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.inner {
  margin: 0 auto;
  max-width: 54rem;
  padding: 0 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .inner {
    max-width: 120rem;
    padding: 0 5rem;
  }
}

.txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}

@media only screen and (min-width: 768px) {
  .txt {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.sectionttl {
  align-items: center;
  background: linear-gradient(to right, #36C200 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 100%;
  background-size: 200%;
  color: transparent;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  height: 8rem;
  line-height: 1.375;
  margin-left: -1.5rem;
  max-width: 33.5rem;
  padding: 0 1.5rem;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 1;
}

.sectionttl.scroll-in {
  -webkit-animation: backgroundFade 0.8s ease forwards;
  animation: backgroundFade 0.8s ease forwards;
  color: #fff;
  transition-delay: 0.2s;
}

.sectionttl.scroll-in::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .sectionttl {
    font-size: 4.2rem;
    height: 13.6rem;
    line-height: 1.2381;
    margin-bottom: 5rem;
    margin-left: 0;
    max-width: 57rem;
    padding: 0 2.5rem;
  }
}

.sectionttl::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
  bottom: 1rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: flex;
  height: 2rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  transition: all 0.4s ease;
  transition-delay: 0.4s;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .sectionttl::after {
    bottom: 2rem;
    height: 4rem;
    right: 2rem;
    width: 6rem;
  }
}

.mybtn {
  align-items: center;
  border: 2px solid #36C200;
  border-radius: 2.5rem;
  color: #36C200;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 5rem;
  justify-content: center;
  max-width: 28.5rem;
  transition: all 0.4s ease;
  width: 100%;
}

.mybtn::after {
  background: url(../images/top/common/btn.svg) no-repeat center/1.6rem;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 2rem;
  transition: all 0.4s ease;
  width: 1.6rem;
}

.mybtn:hover {
  background: #36C200;
  color: #fff;
  opacity: 1;
}

.mybtn:hover::after {
  -webkit-transform: translateX(1rem);
  background-image: url(../images/top/common/btn-white.svg);
  transform: translateX(1rem);
}

.section-container {
  padding-top: 3rem;
}

@media only screen and (min-width: 768px) {
  .section-container {
    padding-top: 8rem;
  }
}

.section-hr {
  border-top: 0.4rem solid #F4F4F4;
  margin: 3rem 0 0;
}

@media only screen and (min-width: 768px) {
  .section-hr {
    margin-top: 8rem;
  }
}

.font-h2 {
  background: #F4F4F4;
  border-left: 0.4rem solid #36C200;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44444;
  margin-bottom: 2rem;
  padding: 0.5rem 1.6rem 0.7rem;
}

@media only screen and (min-width: 768px) {
  .font-h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    padding: 0.4rem 1.6rem;
  }
}

.font-p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.font-p ._bold {
  font-weight: 700;
}

.font-p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .font-p {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

.section-img {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}

.section-img:last-child {
  margin-bottom: 0;
}

.section-img::before {
  background: #d0d0d0;
  content: "";
  display: block;
  padding-top: 57.97101%;
}

.section-img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-breadcrumb {
  -ms-overflow-style: none;
  background: #f7f7f7;
  overflow: scroll;
  scrollbar-width: none;
}

.l-breadcrumb::-webkit-scrollbar {
  display: none;
}

.l-breadcrumb__inner {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 3rem;
  line-height: 1.42857;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-breadcrumb__inner {
    height: 5rem;
  }
}

.l-breadcrumb .current-item {
  color: #b7b7b7;
}

.credit {
  align-items: center;
  background: #36C200;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  text-align: left;
}

@media (hover: hover) {
  .credit a:hover, .credit a:active {
    color: #fff;
  }
}

.l-footer {
  background: #F7F7F7;
}

.l-footer > .inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-footer > .inner {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

.l-footer__ttl {
  align-items: center;
  color: #36C200;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 1rem;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-footer__ttl {
    font-size: 1.8rem;
    line-height: 1.44444;
    margin-bottom: 4rem;
  }
}

.l-footer__ttl::after {
  background: #36C200;
  content: '';
  display: inline-block;
  height: 1px;
  margin-left: 1rem;
  width: 100%;
}

.l-footer__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-footer__txt {
    font-size: 1.8rem;
    line-height: 1.44444;
    margin-bottom: 5rem;
  }
}

.l-footer #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .l-footer #menu-footer-menu {
    margin-bottom: 5rem;
  }
}

.l-footer #menu-footer-menu > li {
  margin-bottom: 0.5rem;
}

.l-footer #menu-footer-menu > li:last-child::after {
  display: none;
}

.l-footer #menu-footer-menu > li::after {
  color: #36C200;
  content: '|';
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
  width: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .l-footer #menu-footer-menu > li::after {
    font-size: 1.8rem;
    line-height: 1.44444;
    width: 4.4rem;
  }
}

.l-footer #menu-footer-menu > li::before {
  display: none;
}

.l-footer #menu-footer-menu > li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42857;
  position: relative;
  transition: all .4s ease;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-footer #menu-footer-menu > li a {
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}

.l-footer #menu-footer-menu > li a:hover {
  color: #36C200;
}

.l-footer .Sns {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.l-footer .Sns__item {
  max-width: 3rem;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) {
  .l-footer .Sns__item {
    max-width: 4rem;
  }
}

.l-footer .Sns__item:nth-child(n + 2) {
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .Sns__item:nth-child(n + 2) {
    margin-left: 1.5rem;
  }
}

.l-footer .Sns__item:hover {
  -webkit-animation: moveIcon2 .4s ease;
  animation: moveIcon2 .4s ease;
  opacity: 1;
}

.l-fv {
  background: #F4F4FC url(../images/top/fv-sp.png) no-repeat center top/cover;
  height: auto;
  max-height: 77rem;
  position: relative;
	padding-top: 150%;
}

.l-fv._page {
  background: #F4F4FC url(../images/page/about/top-sp.png) no-repeat center top/cover;

}

.l-fv._blog {
  background: #F4F4FC;
  height: 24rem;
}

@media only screen and (min-width: 630px) {
  .l-fv {
    background: #F4F4FC url(../images/top/fv-sp.png) no-repeat center top/63rem;
  }
  .l-fv._page {
    background: #F4F4FC url(../images/page/about/top-sp.png) no-repeat center top/63rem;
    height: 24rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-fv {
    background: #F4F4FC url(../images/top/fv-pc.png) no-repeat center top/cover;
    height: auto;
    max-height: 77rem;
    padding-top: 40.10417%;
  }
  .l-fv._page {
    background: #F4F4FC url(../images/top/fv-pc.png) no-repeat center top/cover;
    height: auto;
    padding: 0;
  }
  .l-fv._page .inner {
    max-height: 77rem;
    padding-top: 40.10417%;
    position: relative;
  }
  .l-fv._blog {
    background: #F4F4FC;
    height: 42.4rem;
  }
}

@media only screen and (min-width: 1920px) {
  .l-fv {
    background: #F4F4FC url(../images/top/fv-pc.png) no-repeat center top/192rem 77rem;
    height: 72rem;
    padding-top: 0;
  }
  .l-fv._page {
    background: #F4F4FC url(../images/top/fv-pc.png) no-repeat center top/192rem 77rem;
  }
  .l-fv._page .inner {
    height: 72rem;
    padding-top: 0;
  }
}

/* @media only screen and (max-width: 768px) {
  .l-fv::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    bottom: 0;
    content: '';
    height: 15.2rem;
    left: 0;
    position: absolute;
    right: 0;
  }
  .l-fv._page::after, .l-fv._blog::after {
    display: none;
  }
} */

.l-fv__txt {
  color: #fff;
  left: 50%;
  position: absolute;
  width: 30rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .l-fv__txt {
    -webkit-transform: translateX(-50%);
    bottom: 2.2rem;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .l-fv__txt {
    -webkit-transform: translate(-50%, -50%);
    color: #333;
    max-width: 120rem;
    padding: 0 5rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.l-fv__txt ._sub {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45833;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt ._sub {
    display: block;
    font-size: 4.4rem;
    line-height: 1.43182;
  }
}

.l-fv__txt ._main {
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 1.4386;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt ._main {
    font-size: 9.8rem;
    line-height: 1.44898;
  }
}

.l-fv__pagetop {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 3.4rem;
  font-weight: 900;
  height: 9rem;
  justify-content: center;
  line-height: 1.44118;
  max-width: 34.5rem;
  position: relative;
  position: absolute;
  width: 100%;
}

.l-fv__pagetop._category {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-fv__pagetop {
    -webkit-transform: translateX(-50%);
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .l-fv__pagetop {
    -webkit-transform: translateY(-50%);
    font-size: 6.8rem;
    height: 24.4rem;
    line-height: 1.45588;
    max-width: 68.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-fv__pagetop._blog {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-fv__pagetop::before, .l-fv__pagetop::after {
  background: #36C200;
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__pagetop::before, .l-fv__pagetop::after {
    height: 4rem;
    width: 6rem;
  }
}

.l-fv__pagetop::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 1rem;
  top: 1rem;
}

.l-fv__pagetop::after {
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  bottom: 1rem;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  right: 1rem;
}

.header-nav {
  display: block;
}

@media only screen and (max-width: 768px) {
  .header-nav {
    -webkit-transform: translateY(-100%);
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 4rem;
    transform: translateY(-100%);
    transition: all .4s ease;
    z-index: -1;
  }
  .header-nav.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) {
  .header-nav {
    align-items: center;
    display: flex;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .header-nav #menu-header-menu {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .header-nav #menu-header-menu > li {
    border-bottom: 1px solid #36C200;
  }
}

@media only screen and (min-width: 768px) {
  .header-nav #menu-header-menu > li:nth-child(n + 2) {
    margin-left: 1.6rem;
    position: relative;
  }
  .header-nav #menu-header-menu > li:nth-child(n + 2)::before {
    -webkit-transform: translateY(-50%);
    content: '|';
    display: inline-block;
    font-size: 1.6rem;
    left: -0.8rem;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header-nav #menu-header-menu > li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2rem 1.2rem;
  text-align: center;
  transition: all .4s ease;
}

.header-nav #menu-header-menu > li a:hover {
  color: #36C200;
}

@media only screen and (min-width: 768px) {
  .header-nav #menu-header-menu > li a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2rem;
  }
}

.header-nav .Sns {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 1.2rem;
}

@media only screen and (min-width: 768px) {
  .header-nav .Sns {
    margin-left: 3rem;
    padding: 0;
  }
}

.header-nav .Sns__item {
  max-width: 3.5rem;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) {
  .header-nav .Sns__item {
    max-width: 3rem;
  }
}

.header-nav .Sns__item:nth-child(n + 2) {
  margin-left: 1rem;
}

.header-nav .Sns__item:hover {
  -webkit-animation: moveIcon2 .4s ease;
  animation: moveIcon2 .4s ease;
  opacity: 1;
}

.l-header {
  background: #fff;
  height: 4rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .l-header {
    height: 6.7rem;
  }
}

.l-header.is-hovering {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header .inner {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-header .inner {
    max-width: 120rem;
  }
}

.l-header #site-title {
  margin: 0;
}

.l-header #site-title a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .l-header #site-title a {
    font-size: 1.8rem;
  }
}

.menu-btn {
  align-items: center;
  background: #36C200;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 4rem;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 101;
}

@media only screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn::before, .menu-btn::after {
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease;
  width: 2.6rem;
}

.menu-btn.is-open {
  color: #36C200;
}

.menu-btn.is-open::before, .menu-btn.is-open::after {
  opacity: 1;
}

.menu-btn.is-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.cms-pagination .clearfix {
  display: flex;
  justify-content: center;
}

.cms-pagination .pagination-no-num > a,
.cms-pagination .pagination-no-num > span,
.cms-pagination .num > a,
.cms-pagination .num > span {
  align-items: center;
  background: #F2F2F2;
  color: #36C200;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

@media (hover: hover) {
  .cms-pagination .pagination-no-num > a:hover, .cms-pagination .pagination-no-num > a:active,
  .cms-pagination .num > a:hover,
  .cms-pagination .num > a:active {
    opacity: 0.7;
  }
}

.cms-pagination .pagination-index > span {
  background: #36C200;
  color: #fff;
}

.cms-pagination .num + .num {
  margin-left: 1rem;
}

.cms-pagination .prev {
  margin-right: 3.6rem;
}

.cms-pagination .prev > span {
  background: #F2F2F2 url(../images/top/common/nav-prev-grey.svg) no-repeat center/1rem;
}

.cms-pagination .prev > a {
  background: #F2F2F2 url(../images/top/common/nav-prev-green.svg) no-repeat center/1rem;
}

.cms-pagination .next {
  margin-left: 3.6rem;
}

.cms-pagination .next > span {
  background: #F2F2F2 url(../images/top/common/nav-next-grey.svg) no-repeat center/1rem;
}

.cms-pagination .next > a {
  background: #F2F2F2 url(../images/top/common/nav-next-green.svg) no-repeat center/1rem;
}

.l-about {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .l-about {
    padding-bottom: 5rem;
  }
}

.l-about__ttl {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-about__ttl {
    margin-bottom: 5rem;
  }
}

.l-about__pic {
  margin: 0 -1.5rem;
  margin-bottom: 1.6rem;
  margin-top: -4rem;
}

@media only screen and (min-width: 768px) {
  .l-about__pic {
    flex: 0 0 auto;
    margin: 0;
    margin-right: 2.72727%;
    width: 36.36364%;
  }
}

@media only screen and (min-width: 768px) {
  .l-about__box {
    display: flex;
    margin-bottom: 3rem;
  }
}

.l-about__body {
  border: 1px solid #E5E5E5;
  margin-bottom: 3rem;
  padding: 3rem 2.9rem;
}

@media only screen and (min-width: 768px) {
  .l-about__body {
    margin-bottom: 0;
  }
}

.l-about__body-ttl {
  color: #36C200;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-about__body-ttl {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-about__data {
    margin-bottom: 2rem;
  }
}

.l-about__item {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .l-about__item {
    flex-direction: column;
  }
}

/* .l-about__item:last-child {
  flex-wrap: wrap;
} */

/* @media only screen and (min-width: 768px) {
  .l-about__item:last-child {
    margin-top: 2rem;
  }
} */

/* .l-about__item:last-child > dt {
  width: 100%;
} */

.l-about__item > dt,
.l-about__item > dd {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (min-width: 768px) {
  .l-about__item > dt,
  .l-about__item > dd {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

.l-about__item > dt {
  color: #36C200;
  flex: 0 0 auto;
  font-weight: 700;
  width: 7.8rem;
}

@media only screen and (min-width: 768px) {
  .l-about__item > dt {
    width: 9rem;
  }
}

.l-about__item > dd {
  font-weight: 500;
}

.l-about__btn-box {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-about__btn-box._only-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .l-about__btn-box {
    margin-bottom: 6rem;
    text-align: right;
  }
  .l-about__btn-box._only-sp {
    display: none;
  }
}

.l-about__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-about__image {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 48.69565%;
}

@media only screen and (min-width: 768px) {
  .l-about__image {
    margin-bottom: 3rem;
    width: 31.81818%;
  }
}

.l-about__image-pic {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .l-about__image-pic {
    margin-bottom: 2rem;
  }
}

.l-about__image-txt {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3125;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-about__image-txt {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

@media only screen and (max-width: 768px) {
  .l-blog__inner {
    max-width: 100%;
  }
}

.l-blog__list {
  list-style: none;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-blog__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}

.l-blog__item {
  margin-bottom: 2rem;
}

.l-blog__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-blog__item {
    flex: 0 0 auto;
    margin-right: 2.27273%;
    width: 31.81818%;
  }
  .l-blog__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (hover: hover) {
  .l-blog__link:hover, .l-blog__link:active {
    opacity: 0.7;
  }
  .l-blog__link:hover img, .l-blog__link:active img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.l-blog__item-time {
  color: #696969;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .l-blog__item-time {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-blog__item-main {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .l-blog__item-body {
    flex: 0 0 auto;
    flex-shrink: 1;
  }
}

.l-blog__item-img {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-blog__item-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 1rem;
    width: 11rem;
  }
}

.l-blog__item-img::before {
  content: '';
  display: block;
  padding-top: 65.71429%;
}

@media only screen and (max-width: 768px) {
  .l-blog__item-img::before {
    padding-top: 100%;
  }
}

.l-blog__item-img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease;
  width: 100%;
}

.l-blog__item-ttl {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .l-blog__item-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.l-blog__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
}

@media only screen and (min-width: 768px) {
  .l-blog__item-txt {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

.l-blog__category {
  padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
  .l-blog__category {
    padding: 5rem 0 8rem;
  }
}

.l-blog__category-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-blog__category-ttl {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin-bottom: 3rem;
  }
}

.l-blog__category-list {
  display: flex;
  flex-wrap: wrap;
}

.l-blog__category-item {
  margin-right: 1.2rem;
  margin-top: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .l-blog__category-item {
    margin-right: 2rem;
  }
}

.l-blog__category-item > a {
  align-items: center;
  border: 1px solid #36C200;
  border-radius: 0.4rem;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  transition: color .4s ease;
}

.Common {
  padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
  .Common {
    padding: 8rem 0;
  }
}

.Common p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .Common p {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .Common p {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.Common h2,
.Common h3,
.Common h4,
.Common h5 {
  color: #36C200;
  font-weight: 900;
  margin: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .Common h2,
  .Common h3,
  .Common h4,
  .Common h5 {
    margin: 4rem 0;
  }
}

.Common h2 {
  font-size: 2.4rem;
  line-height: 1.375;
}

@media only screen and (min-width: 768px) {
  .Common h2 {
    font-size: 4.2rem;
    line-height: 1.2381;
  }
}

.l-contents {
  padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
  .l-contents {
    padding: 8rem 0;
  }
}

.l-contents__ttl {
  color: #36C200;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.375;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-contents__ttl {
    font-size: 4.2rem;
    line-height: 1.28571;
    margin-bottom: 4rem;
    padding-left: 8rem;
    position: relative;
  }
}

.l-contents__ttl ._num {
  align-items: center;
  background: #36C200;
  border-radius: 2.2rem 2.2rem 0 2.2rem;
  color: #fff;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .l-contents__ttl ._num {
    border-radius: 3rem 3rem 0 3rem;
    display: inline-flex;
    font-size: 3.2rem;
    height: 6rem;
    left: 0;
    line-height: 1.4375;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 6rem;
  }
}

.l-contents__item {
  margin-bottom: 3rem;
}

.l-contents__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-contents__item {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-contents__body {
    display: flex;
  }
}

.l-contents__body-pic {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-contents__body-pic {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 4.54545%;
    width: 44.54545%;
  }
}

.l-contents__body-list {
  margin: 0;
}

.l-contents__body-list > li {
  margin-bottom: 1.5rem;
}

.l-contents__body-list > li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-contents__body-list > li {
    margin-bottom: 2rem;
  }
}

.l-contents__body-ttl {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.625;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-contents__body-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.l-contents__body-ttl::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #36C200;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: '';
  display: block;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-contents__body-ttl::before {
    top: 0.7rem;
  }
}

.l-contents__body-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  padding-top: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-contents__body-txt {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

.l-contents__body-txt::before {
  -webkit-transform: translateY(-50%);
  background: radial-gradient(circle farthest-side, #36C200, #36C200 37.5%, transparent 37.5%, transparent);
  background-size: 0.5rem 0.5rem;
  content: '';
  display: inline-block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
}

.l-detail__item {
  margin-bottom: 2rem;
}

.l-detail__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-detail__item {
    align-items: center;
    display: flex;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-detail__item-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 5.45455%;
    width: 31.36364%;
  }
}

.l-error .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 40rem;
  justify-content: center;
  text-align: center;
}

.l-error__ttl {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.l-error__txt {
  margin-bottom: 6rem;
}

.l-faq__list {
  list-style: none;
}

.l-faq__item {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.l-faq__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-faq__item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.l-faq__item-ttl {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  min-height: 3rem;
  padding-left: 4.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-faq__item-ttl {
    font-size: 1.8rem;
    line-height: 1.55556;
    min-height: 4rem;
    padding-left: 6rem;
    padding-top: 0.6rem;
    pointer-events: none;
  }
}

.l-faq__item-ttl::before {
  align-items: center;
  background: #36C200;
  color: #fff;
  content: 'Q';
  display: flex;
  font-size: 1.7rem;
  height: 3rem;
  justify-content: center;
  left: 0;
  padding-bottom: 0.5rem;
  position: absolute;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-faq__item-ttl::before {
    font-size: 2.4rem;
    height: 4rem;
    top: 0;
    width: 4rem;
  }
}

.l-faq__item-txt {
  cursor: pointer;
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 1.2rem;
  padding-left: 4.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-faq__item-txt {
    display: block;
    font-size: 1.8rem;
    line-height: 1.55556;
    margin-top: 2rem;
    padding-left: 6rem;
    padding-top: 0.6rem;
  }
}

.l-faq__item-txt::before {
  align-items: center;
  background: #FD6363;
  color: #fff;
  content: 'A';
  display: flex;
  font-size: 1.7rem;
  height: 3rem;
  justify-content: center;
  left: 0;
  padding-bottom: 0.5rem;
  position: absolute;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-faq__item-txt::before {
    font-size: 2.4rem;
    height: 4rem;
    top: 0;
    width: 4rem;
  }
}

.l-form__item {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item {
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .l-form__item.select {
    align-items: center;
  }
}

.l-form__item-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-form__item-txt.select {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-form__item-txt {
    flex: 0 0 auto;
    font-size: 1.8rem;
    line-height: 1.55556;
    position: relative;
    top: 1.1rem;
    width: 28.90909%;
  }
  .l-form__item-txt.select {
    top: 0;
    width: 36.36364%;
  }
}

.l-form__item__required, .l-form__item__option {
  align-items: center;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  margin-left: 1.2rem;
  width: 5.2rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item__required, .l-form__item__option {
    height: 3.6rem;
    margin-left: 0;
    margin-right: 2.72727%;
    position: relative;
    top: 0.7rem;
    width: 4.72727%;
  }
}

.l-form__item__required {
  background: #D10000;
}

.l-form__item__option {
  background: #0079C4;
}

.l-form__item__caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item__caution {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.l-form__item-box {
  margin-top: 1.2rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-form__item-box {
    flex: 0 0 auto;
    margin-top: 0;
    width: 63.63636%;
  }
}

.l-form__item-box input[type=text],
.l-form__item-box textarea,
.l-form__item-box select {
  align-items: center;
  border: 1px solid #707070;
  border-radius: 0.4rem;
  display: flex;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 1.5;
  padding: 1.1rem 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-form__item-box input[type=text],
  .l-form__item-box textarea,
  .l-form__item-box select {
    font-size: 1.8rem;
    height: 5rem;
    line-height: 1.55556;
    padding: 1rem 1.9rem;
  }
}

.l-form__item-box textarea {
  height: 26rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item-box textarea {
    height: 18rem;
  }
}

.l-form__item-box input[name=code],
.l-form__item-box select {
  max-width: 17.3rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item-box input[name=code],
  .l-form__item-box select {
    max-width: 17rem;
  }
}

.l-form__item-box select {
  background: url(../images/top/common/arrow-select.svg) no-repeat center right 1.6rem/0.8rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item-box select {
    background-position: center right 2rem;
  }
}

.l-form__check {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-form__check {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}

.l-form__check input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #36C200;
  border-color: #36C200;
}

.l-form__check input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.l-form__check .mwform-checkbox-field-text {
  padding-left: 4.4rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-form__check .mwform-checkbox-field-text {
    padding-left: 4.7rem;
  }
}

.l-form__check .mwform-checkbox-field-text::before {
  -webkit-transform: translate(0, -50%);
  border: 1px solid #707070;
  border-radius: 0.4rem;
  content: '';
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background-color .4s ease;
  width: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-form__check .mwform-checkbox-field-text::before {
    height: 2.7rem;
    width: 2.7rem;
  }
}

.l-form__check .mwform-checkbox-field-text::after {
  -webkit-transform: translate(0, -62.5%) rotate(-45deg);
  border-bottom: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  content: '';
  height: 1rem;
  left: 0.4rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -62.5%) rotate(-45deg);
  transition: opacity .4s ease;
  width: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-form__check .mwform-checkbox-field-text::after {
    left: 0.5rem;
    width: 1.7rem;
  }
}

.l-form__policy {
  border: 1px solid #707070;
  border-radius: 0.4rem;
  height: 16.3rem;
  margin-bottom: 3rem;
  overflow: scroll;
  padding: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .l-form__policy {
    margin-bottom: 6rem;
    padding: 1.1rem 1.9rem;
  }
}

.l-form__bottom {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-form__bottom {
    margin-top: 3rem;
  }
}

.l-form__bottom-txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .l-form__bottom-txt {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 auto;
    max-width: 70rem;
  }
}

.l-form input[type=submit] {
  align-items: center;
  background: #36C200;
  border-color: #36C200;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 5rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 34.5rem;
  transition: .4s ease;
  transition-property: background-color, color;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-form input[type=submit] {
    font-size: 2.4rem;
    height: 8rem;
    max-width: 44rem;
  }
}

@media (hover: hover) {
  .l-form input[type=submit]:hover, .l-form input[type=submit]:active {
    background: #fff;
    color: #36C200;
  }
}

@media only screen and (min-width: 768px) {
  .l-manifest__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.l-manifest__item {
  margin-bottom: 2rem;
}

.l-manifest__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-manifest__item {
    flex: 0 0 auto;
    margin-bottom: 4rem;
    margin-right: 2.72727%;
    width: 48.63636%;
  }
  .l-manifest__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-manifest__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-manifest__item-img {
    margin-bottom: 2rem;
  }
}

.l-message {
  padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
  .l-message {
    padding: 8rem 0;
  }
}

.l-message__ttl {
  color: #36C200;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.44118;
  margin-bottom: 2.1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-message__ttl {
    font-size: 4.9rem;
    line-height: 1.44;
  }
}

.l-profile__box {
  background: #F8F8F8;
  padding: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-profile__box {
    padding: 3rem;
  }
}

.l-profile__item {
  margin-bottom: 1.5rem;
}

.l-profile__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-profile__item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 2rem;
  }
}

.l-profile__item-ttl {
  border: 1px solid #36C200;
  border-radius: 0.4rem;
  color: #36C200;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.44444;
  margin-bottom: 1rem;
  padding: 0.3rem 1.1rem 0.4rem;
}

@media only screen and (min-width: 768px) {
  .l-profile__item-ttl {
    align-items: center;
    display: inline-flex;
    font-size: 2rem;
    height: 4.2rem;
    justify-content: center;
    line-height: 1.5;
    margin-right: 3rem;
    width: 18rem;
  }
}

.l-profile__item-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}

@media only screen and (min-width: 768px) {
  .l-profile__item-txt {
    font-size: 1.8rem;
    line-height: 1.55556;
    padding-top: 0.6rem;
  }
}

.l-proposal {
  padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal {
    padding-bottom: 8rem;
  }
}

.l-proposal__ttl {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal__ttl {
    margin-bottom: 5rem;
  }
}

.l-proposal__item {
  margin-bottom: 2rem;
}

.l-proposal__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-proposal__item {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-proposal__item-body {
    display: flex;
  }
}

.l-proposal__num {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.45833;
  margin-bottom: 1.1rem;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-proposal__num {
    font-size: 3.6rem;
    line-height: 1.44444;
    margin-bottom: 0.8rem;
  }
}

.l-proposal__num::after {
  background: #36C200;
  content: '';
  height: 1px;
  margin-left: 1rem;
  width: 100%;
}

.l-proposal__pic {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal__pic {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 5.45455%;
    width: 44.54545%;
  }
}

@media only screen and (min-width: 768px) {
  .l-proposal__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

.l-proposal__body-ttl {
  color: #36C200;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal__body-ttl {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin-bottom: 2.1rem;
  }
}

.l-proposal__body-list {
  margin: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal__body-list {
    margin-bottom: 0;
    max-width: 53.4rem;
  }
}

.l-proposal__body-list > li {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.625;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-proposal__body-list > li {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.l-proposal__body-list > li::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #36C200;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: '';
  display: block;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-proposal__body-list > li::before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-proposal__body-list > li:last-child {
  margin-bottom: 0;
}

.l-proposal__body-item {
  padding-left: 1.9rem;
}

.l-proposal__btn-box {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-proposal__btn-box {
    margin-top: auto;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .l-proposal .mybtn {
    max-width: 34.5rem;
  }
}

.l-single__ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-single__ttl {
    font-size: 3.2rem;
    line-height: 1.6875;
    margin-bottom: 5rem;
  }
}

.l-single__thumbnail {
  margin-bottom: 5rem;
}

.l-single__content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.l-single__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-single__content p {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
}

.l-single__content h2 {
  background-color: #36C200;
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 3rem;
  padding: 3rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-single__content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
}

.l-single__content h2:after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  height: 2rem;
  position: absolute;
  right: 1rem;
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-single__content h2:after {
    bottom: 2rem;
    height: 4rem;
    right: 2rem;
    width: 6rem;
  }
}

.l-single__content h3 {
  color: #36C200;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 3rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .l-single__content h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.l-single__content h4 {
  color: #36C200;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .l-single__content h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.l-single__content p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .l-single__content p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.l-single__content ol {
  padding: 0 2rem;
}

.l-single__content ol li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .l-single__content ol li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.l-single__content ol li p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.l-single__content ul {
  padding: 0 2rem;
}

.l-single__content ul li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .l-single__content ul li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.l-single__content ul li p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.l-support {
  overflow: hidden;
  padding-bottom: 3rem;
}

.l-support._no_img {
  padding-top: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-support {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-support .inner {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-support__container {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 5rem;
  }
}

.l-support__ttl {
  background: linear-gradient(to right, #00BAFF 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 100%;
  background-size: 200%;
}

.l-support__pic {
  margin: -4rem -1.5rem 2rem;
}

@media only screen and (min-width: 768px) {
  .l-support__pic {
    margin: 0;
    margin-bottom: 5rem;
    margin-left: auto;
    max-height: 57rem;
    overflow: hidden;
    width: calc(50% + 55rem);
  }
}

.l-support__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-support__txt {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 5rem;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .l-support__sns {
    display: flex;
    flex-wrap: wrap;
  }
}

.l-support__sns-item {
  border-bottom: 4px solid #BEEDFF;
  border-top: 4px solid #BEEDFF;
  display: block;
  margin-bottom: 1.6rem;
  padding: 0.7rem 0 0.8rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-item {
    border-width: 0.6rem;
    flex: 0 0 auto;
    padding: 1.5rem 0 1.6rem;
    width: 48.63636%;
  }
  .l-support__sns-item:nth-child(2n) {
    margin-left: 2.72727%;
  }
  .l-support__sns-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.l-support__sns-item:hover {
  opacity: 1;
}

.l-support__sns-item:hover .l-support__sns-ttl {
  color: #00BAFF;
}

.l-support__sns-item:hover .l-support__sns-link::after {
  -webkit-animation: moveIcon .4s ease;
  animation: moveIcon .4s ease;
}

.l-support__sns-item::after {
  background: url(../images/top/common/arrow.svg) no-repeat center/2rem;
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  right: 0;
  width: 2rem;
}

@media only screen and (max-width: 768px) {
  .l-support__sns-item::after {
    -webkit-transform: translate(0, -50%);
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .l-support__sns-item::after {
    background-size: 3.1rem;
    bottom: 2.4rem;
    height: 3.1rem;
    width: 3.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-support__sns-item:last-child {
    margin-bottom: 0;
  }
}

.l-support__sns-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.4rem;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-ttl {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin-bottom: 1.1rem;
  }
}

.l-support__sns-link {
  color: #00BAFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45455;
  padding-left: 4rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link {
    font-size: 3.4rem;
    line-height: 1.44118;
    padding-left: 6.2rem;
  }
}

.l-support__sns-link::after {
  -webkit-transform: translateY(-50%);
  content: '';
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link::after {
    height: 4.7rem;
    width: 4.7rem;
  }
}

.l-support__sns-link._facebook::after {
  background: url(../images/top/common/facebook.png) no-repeat center/3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link._facebook::after {
    background-size: 4.7rem;
  }
}

.l-support__sns-link._twitter::after {
  background: url(../images/top/common/twitter.png) no-repeat center/3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link._twitter::after {
    background-size: 4.7rem;
  }
}

.l-support__sns-link._line::after {
  background: url(../images/top/common/instagram.png) no-repeat center/3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link._line::after {
    background-size: 4.7rem;
  }
}

.l-support__sns-link._youtube::after {
  background: url(../images/top/common/youtube.png) no-repeat center/3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__sns-link._youtube::after {
    background-size: 4.7rem;
  }
}

.l-thanks__inner {
  max-width: 90rem;
}

.l-thanks__ttl {
  color: #36C200;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.375;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .l-thanks__ttl {
    font-size: 4.2rem;
    line-height: 1.2381;
    margin-bottom: 6rem;
  }
}

.l-thanks__btn {
  margin: 2rem auto 0;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
