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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #333 !important;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en_txt {
  font-family: "Josefin Sans", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  text-align: center;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 5.6vw;
    line-height: 1.4;
  }
}
.section__title span {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 11.2vw;
  }
}

.footer {
  background: #0DBC6B;
  box-sizing: border-box;
  padding: 80px 40px 30px;
  color: #fff;
}
.footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.footer__main {
  margin-bottom: 20px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 34px;
    text-align: center;
    display: block;
  }
}
.footer__sub {
  display: flex;
  width: 65%;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .footer__sub {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
.footer__text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__tel {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.footer__tel a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__tel a {
    justify-content: center;
  }
}
.footer__link {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    justify-content: center;
  }
}
.footer__copy {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-top: 80px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
  }
}
.footer__nav {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    margin-top: 13.3333333333vw;
  }
  .footer__nav ul {
    width: 50%;
  }
}
.footer__nav li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    margin-bottom: 35px;
  }
}
.footer__nav a {
  font-size: 15px;
  color: #0e2450;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 13px;
  }
}

.floating {
  position: fixed;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .floating {
    bottom: 15px;
    right: 15px;
    transform: scale(0.8);
  }
}

.floating {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating.hide {
  opacity: 0;
  visibility: hidden;
}

.fv {
  background: url(../img/fv-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 9.3333333333vw 5.3333333333vw 9.3333333333vw;
  }
}
.fv__title {
  text-align: center;
  color: #fff;
  font-size: 70px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    line-height: 2;
    font-size: 8.5333333333vw;
  }
}
.fv__title > p {
  font-size: 80px;
}
@media screen and (max-width: 1320px) {
  .fv__title > p {
    font-size: 66px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title > p {
    font-size: 8.5333333333vw;
  }
}
.fv__title > p span {
  padding: 4px 10px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .fv__title > p span {
    font-size: 10.6666666667vw;
    margin-right: 10px;
  }
}
.fv__title > p span.span1 {
  background: #00933B;
}
.fv__title > p span.span2 {
  background: #00B100;
}
.fv__title > p span.span3 {
  background: #7DBF00;
}
.fv__text {
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}
.fv__form {
  border-radius: 12px;
  max-width: 880px;
  margin: 0 auto;
  padding: 35px 0;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .fv__form {
    padding: 5.3333333333vw 8.5333333333vw;
  }
}
.fv__form--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fv__form--box {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fv__form--box p {
    width: 100%;
  }
}
.fv__form--box select, .fv__form--box input {
  border-radius: 8px;
  width: 270px;
  height: 55px;
  padding: 15px;
  background: #fff;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fv__form--box select, .fv__form--box input {
    width: 100%;
  }
}
.fv__form .bottom {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fv__form .bottom {
    margin-bottom: 15px;
  }
  .fv__form .bottom img {
    width: 30px;
  }
}
.fv__form--button {
  text-align: center;
}

.button {
  cursor: pointer;
  width: 435px;
  margin: 0 auto;
  border-radius: 82px;
  background: #FF4500;
  color: #fff;
  border: none;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px 0 17px;
  font-weight: bold;
  font-size: 25px;
  box-sizing: border-box;
  transition: 0.3s ease;
  border: 2px solid #FFF;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 14px;
    max-width: 100%;
    width: 250px;
    height: 45px;
    padding: 0 10px;
    padding-right: 45px;
  }
}
.button span {
  background: #FFFB03;
  color: #FF601C;
  font-weight: bold;
  border-radius: 83px;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .button span {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.button:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}

.reason {
  padding: 120px 40px;
  background: url(../img/reason-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 17.3333333333vw 5.3333333333vw;
  }
}
.reason__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.reason__title {
  color: #fff;
}
.reason__title span {
  color: #FFFB03;
}
.reason__lists {
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .reason__lists {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .reason__lists {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.reason__list {
  width: 31%;
  border-radius: 37px;
  background: #fff;
  padding: 45px 35px 35px;
}
@media screen and (max-width: 1320px) {
  .reason__list {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list {
    border-radius: 20px;
    width: 100%;
    padding: 15px 20px 20px;
    margin: 0 auto;
  }
}
.reason__list--icon {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reason__list--icon {
    transform: scale(0.8);
    margin-bottom: 10px;
  }
}
.reason__list--title {
  color: #00933B;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .reason__list--title {
    font-size: 5.3333333333vw;
    margin-bottom: 15px;
  }
}
.reason__list--text {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reason__list--text {
    font-size: 4.5333333333vw;
  }
}

.sell {
  padding: 100px 40px;
  background: #E4F3EA;
}
@media screen and (max-width: 768px) {
  .sell {
    padding: 16vw 5.3333333333vw;
  }
}
.sell__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.sell__title {
  color: #00933B;
}
.sell__lists {
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sell__lists {
    margin-top: 10.6666666667vw;
    gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.sell__list {
  background: #fff;
  border-radius: 37px;
  padding: 35px 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sell__list {
    border-radius: 20px;
    padding: 25px 20px 35px;
    flex-direction: column;
  }
}
.sell__list--icon {
  width: 26%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sell__list--icon {
    width: 100%;
    transform: scale(0.8);
    margin-bottom: 15px;
  }
}
.sell__list--contents {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .sell__list--contents {
    width: 100%;
  }
}
.sell__list--title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 35px;
  font-size: 29px;
  font-weight: bold;
  color: #00933B;
}
@media screen and (max-width: 768px) {
  .sell__list--title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    gap: 10px;
    align-items: flex-start;
  }
  .sell__list--title p {
    width: calc(100% - 40px);
  }
  .sell__list--title span {
    line-height: 1.4;
  }
  .sell__list--title span img {
    width: 33px;
  }
}
.sell__list--text {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sell__list--text {
    font-size: 16px;
  }
}
.sell__list--more {
  font-size: 20px;
  font-weight: bold;
  color: #00933B;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sell__list--more {
    font-size: 17px;
  }
}
.sell__text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sell__text {
    font-size: 18px;
    text-align: left;
  }
}

.button2 {
  margin: 0 auto;
  width: 435px;
  max-width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background: #FF4500;
  border-radius: 83px;
  border: 2px solid #FFF;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .button2 {
    max-width: 100%;
    width: 250px;
    font-size: 15px;
    height: 47px;
  }
}
.button2 span {
  color: #FFFB03;
}
.button2:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}

.intro {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 16vw 5.3333333333vw;
  }
}
.intro__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.intro__title {
  color: #00933B;
}
.intro__lists {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}
@media screen and (max-width: 1320px) {
  .intro__lists {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .intro__lists {
    margin-top: 10.6666666667vw;
    flex-direction: column;
    gap: 20px;
  }
}
.intro__list {
  width: 31%;
  border-radius: 37px;
  background: #E4F3EA;
  padding: 35px 10px 35px;
}
@media screen and (max-width: 1320px) {
  .intro__list {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .intro__list {
    width: 100%;
    border-radius: 20px;
    padding: 24px 20px 30px;
    margin: 0;
  }
}
.intro__list--title {
  font-size: 31px;
  font-weight: bold;
  color: #00933B;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro__list--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .intro__list--title span img {
    width: 33px;
  }
}
.intro__list h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .intro__list h4 {
    font-size: 20px;
    height: auto;
  }
}
.intro__list h5 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  color: #00933B;
}
@media screen and (max-width: 768px) {
  .intro__list h5 {
    font-size: 18px;
  }
}
.intro__list h5 span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .intro__list h5 span {
    font-size: 28px;
  }
}
.intro__list p {
  padding: 0 25px;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro__list p {
    font-size: 17px;
    padding: 0;
  }
}
.intro__form {
  border-radius: 12px;
  max-width: 880px;
  margin: 0 auto;
  padding: 35px 0;
  background: #00933B;
}
@media screen and (max-width: 768px) {
  .intro__form {
    padding: 5.3333333333vw 8.5333333333vw;
  }
}
.intro__form--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro__form--box {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .intro__form--box p {
    width: 100%;
  }
}
.intro__form--box select, .intro__form--box input {
  border-radius: 8px;
  width: 270px;
  height: 55px;
  padding: 15px;
  background: #fff;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .intro__form--box select, .intro__form--box input {
    width: 100%;
  }
}
.intro__form .bottom {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro__form .bottom {
    margin-bottom: 15px;
  }
  .intro__form .bottom img {
    width: 30px;
  }
}
.intro__form--button {
  text-align: center;
}

.flow {
  padding: 120px 40px 100px;
  background: #E4F3EA;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 16vw 5.3333333333vw;
  }
}
.flow__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.flow__title {
  color: #00933B;
}
.flow__lists {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    margin-top: 60px;
    gap: 20px;
  }
}
.flow__lists .bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__lists .bottom img {
    width: 50px;
  }
}
.flow__list {
  background: #fff;
  border-radius: 37px;
  padding: 35px 50px 50px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    border-radius: 20px;
    padding: 24px 20px 30px;
  }
}
.flow__list--title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 29px;
  font-weight: bold;
  color: #00933B;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__list--title {
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .flow__list--title span img {
    width: 38px;
  }
}
.flow__list--text {
  font-size: 23px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__list--text {
    font-size: 17px;
  }
}
.flow__list .button {
  margin-left: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow__list .button {
    margin: 0 auto;
    margin-top: 28px;
  }
}
.flow__button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flow__button {
    margin-top: 40px;
  }
}

.faq {
  padding: 120px 40px 180px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.faq__title {
  color: #00933B;
}
.faq__lists {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-top: 10.6666666667vw;
    gap: 40px;
    margin-bottom: 14.4vw;
  }
}
.faq__list--title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 29px;
  font-weight: bold;
  color: #00933B;
  padding: 20px 15px;
  border-bottom: 1px solid #C0C0C0;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding: 15px 0;
  }
  .faq__list--title span img {
    width: 23px;
  }
  .faq__list--title p {
    width: calc(100% - 30px);
  }
}
.faq__list--text {
  padding-top: 25px;
  line-height: 1.7;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    padding-top: 20px;
    font-size: 17px;
  }
}
.faq__text {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .faq__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14.4vw;
  }
}/*# sourceMappingURL=style.css.map */