<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/AnyConv.com__Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-black.woff2") format("woff2"), url("../font/noto-sans/nsjp-black.woff") format("woff"), url("../font/noto-sans/nsjp-black.otf") format("opentype");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/zen-maru/ZenMaruGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/zen-maru/ZenMaruGothic-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/zen-maru/ARIAL.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.banner-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 1100px;
  width: calc(100% + 100px);
  margin: 0 -50px;
}

.banner-inner.inner02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1000px !important;
  margin-bottom: 80px;
  margin: 0 auto !important;
  margin: 0 -50px;
  padding: 0 20px;
}

.banner-inner div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .banner-inner {
    display: block;
    width: auto;
    margin: 0;
  }
  .banner-inner.inner02 {
    display: block;
    width: auto;
    margin: 0;
  }
  .banner-inner img {
    width: 100%;
  }
  .banner-inner div {
    width: 100%;
  }
  .banner-inner div:last-child {
    margin-top: 40px;
  }
}
.commnon-otherlink {
  width: 100%;
  background-image: url(../../assets/images/common/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 47.9375em) {
  .commnon-otherlink {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

.common-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.common-flex-v2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .common-flex-pc {
    display: flex;
  }
}
.common-flex-bw {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .common-flex-bw--sp {
    justify-content: space-between;
  }
}
.common-flex-around {
  justify-content: space-between;
}

.common-flex-center {
  justify-content: center;
}

.common-flex-a-c {
  align-items: center;
}

.common-flex-a-end {
  align-items: flex-end;
}

.common-flex-wrap {
  flex-wrap: wrap;
}

.common-flex-re {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .common-flex__item-2col {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .common-flex-3col__item + .common-flex-3col__item {
    margin-top: 40px;
  }
}
.common-btn {
  text-align: center;
  display: block;
  border: 1px solid;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1;
  width: 47%;
}

@media screen and (min-width: 768px) {
  .common-btn {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.common-btn__sub {
  background-color: #9cc813;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .common-btn__sub {
    max-width: 470px;
    height: 72px;
    font-size: 2.2rem;
  }
}
.common-btn__sub:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .header + div {
    margin-top: 60px;
  }
}
.header__wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 10px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header__wrap {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo--main,
  .header__logo--title {
    display: block;
    height: 100%;
  }
}
.header__logo--main img,
.header__logo--title img {
  display: block;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .header__menu {
    width: 66%;
    background-color: #fff;
  }
}
.header__menu__main {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__menu__main {
    width: 100%;
    height: calc(100vh - 61px);
    overflow: scroll;
    position: absolute;
    top: 60px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list {
    border-top: 1px solid #9cc813;
    position: relative;
  }
}
.header__menu__main__list--title {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--title {
    padding: 20px;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list--title {
    font-size: 1.6rem;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
.header__menu__main__list--title:hover {
  color: #03a493;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--title:after {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list--title__spafter-none:after {
    display: none;
  }
}
.header__menu__main__list--contact {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .header__menu__main__list--contact {
    background-color: #9cc813;
    height: 8rem;
    display: flex;
    align-items: center;
  }
}
.header__menu__main__list--contact--title {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--contact--title {
    padding: 20px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list--contact--title {
    font-weight: bold;
    color: #fff;
    padding: 0 16px;
    font-size: 1.6rem;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
.header__menu__main__list--contact--title:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .header__menu__main__list--contact--title:before {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list-banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item {
    width: 23%;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item + .header__menu__main__list-banner--main__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item:last-child {
    margin-top: 20px;
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
  }
}
.header__menu__sp--toggle {
  display: block;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .header__menu__sp--toggle {
    display: none;
  }
}
.header__menu__sp--toggle span {
  width: 30px;
  height: 2px;
  background-color: #9cc813;
  display: block;
  position: absolute;
  right: 0;
}

.header__menu__sp--toggle span:nth-of-type(1) {
  top: 10px;
  transform: rotate(0);
  animation-name: headtop-start;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headtop-start {
  0% {
    top: 18px;
    transform: rotate(0deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    transform: rotate(0deg);
  }
}
.header__menu__sp--toggle span:nth-of-type(2) {
  top: 18px;
}

.header__menu__sp--toggle span:nth-of-type(3) {
  top: 26px;
  transform: rotate(0);
  animation-name: headbottom-start;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headbottom-start {
  0% {
    top: 18px;
    transform: rotate(0deg);
  }
  50% {
    top: 26px;
    transform: rotate(0deg);
  }
  100% {
    top: 26px;
    transform: rotate(0deg);
  }
}
.header__menu__child {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__menu__child {
    width: 66%;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #03a493;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child:after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child--toggle {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 53px;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child--toggle {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child--toggle:after {
    content: "\f067";
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child__list {
    border-top: 1px solid #9cc813;
    background-color: #fcfff1;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list {
    width: 30%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list:nth-child(7),
  .header__menu__child__list:nth-child(8),
  .header__menu__child__list:nth-child(9) {
    margin-bottom: 0;
  }
}
.header__menu__child__list--title {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .header__menu__child__list--title {
    padding: 20px 20px 20px 30px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list--title {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list--title:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .heaer__logo--title {
    height: 100%;
  }
}
.heaer__logo--title img {
  display: block;
  max-height: 100%;
}

.js-header .header__menu__sp--toggle span:nth-of-type(1) {
  transform: rotate(0);
  animation-name: headtop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headtop {
  0% {
    top: 10px;
    transform: rotate(0);
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(-45deg);
  }
}
.js-header .header__menu__sp--toggle span:nth-of-type(2) {
  opacity: 0;
}

.js-header .header__menu__sp--toggle span:nth-of-type(3) {
  transform: rotate(0);
  animation-name: headbottom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headbottom {
  0% {
    top: 26px;
    transform: rotate(0);
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(45deg);
  }
}
.js-header__child .header__menu__child--toggle:after {
  content: "\f068";
}

@media screen and (min-width: 768px) {
  .js-menu .header__menu__child--toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #03a493 transparent;
  }
}
.l-header__item-wrap {
  margin-right: 2rem;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item-wrap {
    margin-right: 0;
  }
}

.l-header__item01 {
  display: flex;
  justify-content: flex-end;
  color: #8dbd32;
  font-weight: 700;
  margin-bottom: 1.4rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 {
    justify-content: space-between;
    margin: 2rem;
  }
}

.l-header__item02 {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item02 {
    column-gap: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item02 {
    display: block;
  }
}

.l-header__item02 .header__menu__main__list--title {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
  font-size: min(1.1713030747vw, 16px);
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item02 .header__menu__main__list--title {
    font-size: 1.4rem;
  }
}

.header__menu__main__list--contact {
  white-space: nowrap;
}

.footer {
  background-color: #9cc813;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 54px;
  }
}
.footer--title {
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .footer--title {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.footer__item__contact {
  margin-top: 30px;
}

.footer__item__contact--text {
  font-size: 1.2rem;
}

.footer__item__contact--img {
  display: block;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  .footer .footer__content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .footer__content__banner {
    width: 68%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.footer--copy {
  display: block;
  text-align: center;
  font-weight: 200;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer--copy {
    transform: scale(0.8);
    font-size: 0.8rem;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 20px 0;
    margin-bottom: 35px;
    transform-origin: top center;
  }
}
@media screen and (min-width: 768px) {
  .footer--copy {
    margin-top: 96px;
    font-size: 1.6rem;
  }
}
.footer__sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #9cc813;
  z-index: 999;
  padding: 0 0 0 35px;
  height: 35px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .footer__sp {
    display: none;
  }
}
.footer__sp--tel {
  display: flex;
  align-items: center;
}

.footer__sp--tel:before {
  content: "\f095";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.3rem;
  padding-right: 5px;
}

.footer__sp--contact {
  display: flex;
  align-items: center;
}

.footer__sp--contact:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  padding-right: 5px;
}

.footer__sp--top {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__sp--top:before,
.footer__sp--top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(-45deg);
  margin-top: 4.5px;
}

.footer__sp--top:before {
  border-top: 1px solid #fff;
}

.footer__sp--top:after {
  border-right: 1px solid #fff;
}

.common-flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .common-flex-pc {
    display: flex;
  }
}
.common-flex-bw {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .common-flex-bw--sp {
    justify-content: space-between;
  }
}
.common-flex-around {
  justify-content: space-around;
}

.common-flex-center {
  justify-content: center;
}

.common-flex-a-c {
  align-items: center;
}

.common-flex-a-end {
  align-items: flex-end;
}

.common-flex-wrap {
  flex-wrap: wrap;
}

.common-flex-re {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .common-flex__item-2col {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .common-flex-3col__item + .common-flex-3col__item {
    margin-top: 40px;
  }
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.common-list__item:before {
  content: "-";
  display: block;
}

.common-list__child__item:before {
  content: "-";
}

.common-text--bold {
  font-weight: bold;
}

.common-text--regular {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .common-list__child {
    margin-top: calc(20px - 0.72rem);
  }
}
.common-list__child__item {
  display: flex;
  align-items: baseline;
}

.common-list__child__item:before {
  content: "- ";
}

.common-list__child__item + .common-list__child__item {
  margin-top: calc(10px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-list__child__item + .common-list__child__item {
    margin-top: calc(20px - 0.72rem);
  }
}
.common-list__child {
  padding-left: 1em;
  display: block;
  width: 100%;
  margin-top: calc(10px - 0.35rem);
}

.common-list__item {
  line-height: 1.5;
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .common-list__item {
    line-height: 1.8;
    font-size: 14px;
  }
}
.common-list__item:before {
  content: "- ";
  display: block;
}

.common-list__item + .common-list__item {
  margin-top: 15px;
  margin-top: calc(15px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-list__item + .common-list__item {
    margin-top: calc(30px - 0.72rem);
  }
}
.l-footer__wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__content__banner__item img {
  height: 100%;
}

.footer__content__banner__item:first-child {
  width: 34%;
}
.footer__content__banner__item:first-child img {
  object-fit: cover;
  border-radius: 5px;
}

.footer__content__banner__item {
  padding-right: 20px;
}

.footer__content__banner__item:last-child {
  padding-right: 0;
}

.footer__content__banner-sp {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .footer__content__banner-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px 20px;
    row-gap: 10px;
  }
}

.footer__content__banner__item-sp {
  width: 40%;
}

.footer__content__banner__item-sp img {
  width: 100%;
  height: 100%;
}

.footer__content__banner__item-sp:first-child {
  width: 44%;
}
.footer__content__banner__item-sp:first-child img {
  object-fit: cover;
  border-radius: 5px;
}

.footer__content__banner__item-sp:nth-child(2) {
  width: 48%;
}

.footer__content__banner__item-sp:last-child {
  width: 56%;
}

.l-footer__company-name {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__company-name {
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    padding-top: 15px;
  }
}

.footer__item-first {
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .footer__item-first {
    width: auto;
  }
}

.footer__item__contact--text {
  white-space: nowrap;
}

.footer-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .footer-float {
    display: none;
  }
}
.footer-float__item {
  width: 50%;
  height: 50px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-float__item-icon-v1 {
  width: 16px;
}

.footer-float__item-icon-v2 {
  width: 22px;
}

.footer-item-v1 {
  display: block;
  width: 100%;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .footer-item-v1 {
    margin-left: auto;
    margin-right: auto;
  }
}
.item-v1 {
  border-radius: 5px;
}

.item-v2 {
  max-width: 100%;
}

.item-v3 {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .item-v4 {
    float: right;
  }
}
.text-v1 {
  font-size: 13px;
}

.text-v2 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .text-v2 {
    font-size: 14px;
  }
}
.text-v3 {
  font-size: 12px;
}

.text-v4 {
  font-size: 15px;
}

.text-v5 {
  font-size: 16px;
}

.text-ls-v1 {
  letter-spacing: 0.05em;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .u-h-o {
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .u-h-o:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.u-bg-color01 {
  background-color: #0f9d8d !important;
}

.u-bg-color05 {
  background-color: #ef8200 !important;
}

.u-fw-bold {
  font-weight: 700;
}

.c-btn-green {
  background-color: #8dc219;
  max-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  transition-duration: 2s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-green {
    height: 11.7333333333vw;
    width: 11.7333333333vw;
    max-width: none;
  }
}

.c-btn-green img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-green img {
    width: 30%;
  }
}

.c-btn-green__deco {
  margin-top: 5.1244509517vw;
  margin-left: auto;
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.p-home__mv {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    margin-top: 60px;
  }
}

.p-home__mv video {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.p-home__mv-img01 {
  position: absolute;
  right: -19.7rem;
  top: 10%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img01 {
    top: 3%;
    right: -26.7rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img01 img:nth-child(2) {
    width: 50%;
  }
}

.p-home__mv-img08 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 30%;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img08 {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
  }
}

.p-home__mv-img09 {
  position: absolute;
  bottom: 30%;
  right: 11%;
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img09 {
    right: 42%;
    bottom: 60%;
    width: 50%;
  }
}

.p-home__mv-title {
  position: absolute;
  bottom: -4rem;
  right: -7rem;
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-title {
    width: 100%;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-home__mv-title01 {
  width: 100%;
}

.p-home__mv-title02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.p-home__concept {
  position: relative;
}

.p-home__concept-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-inner {
    padding: 80px 20px;
  }
}

.p-home__section-title {
  display: flex;
  align-items: baseline;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section-title img {
    width: 4%;
  }
}

.p-home__section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-title h2 {
    font-size: 4.2666666667vw;
  }
}

.p-home__section-title span {
  width: 1px;
  height: 20px;
  margin: 0 10px;
  background-color: #c8c8c8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-title span {
    margin: 0 8px;
    height: 14px;
  }
}

.p-home__section-title p {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-title p {
    font-size: 2.6666666667vw;
  }
}

.p-home__concept-head {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-head {
    margin-top: 5rem;
  }
}

.p-home__concept-head div {
  display: flex;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__concept-head div img:first-child {
    width: 21%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__concept-head div img:last-child {
    width: 63%;
  }
}

.p-home__concept-head h3 {
  font-size: max(3.5871156662vw, 49px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-head h3 {
    font-size: 7.2vw;
  }
}

.p-home__concept-head p {
  margin-top: 4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: max(1.317715959vw, 18px);
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-head p {
    white-space: normal;
    font-size: 3.7333333333vw;
    margin-top: 3rem;
  }
}

.p-home__concept-imgarea {
  position: absolute;
  top: -14%;
  right: 5%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-imgarea {
    top: -10%;
    right: 5%;
    opacity: 0.8;
  }
}

.p-home__concept-img01 {
  width: 37.6281112738vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-img01 {
    width: 64vw;
  }
}

.p-home__concept-img02 {
  width: 33.0893118594vw;
  margin-top: -79%;
  margin-left: 42%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-img02 {
    width: 56.2666666667vw;
  }
}

.p-home__concept-img03 {
  width: 7.3206442167vw;
  margin-top: -10%;
  margin-left: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-img03 {
    width: 12.8vw;
  }
}

.p-home__concept-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-link {
    margin: 4rem auto 0;
  }
}

.p-home__concept-link a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  transition: all 0.4s;
}

.p-home__concept-link p {
  font-size: 2rem;
  font-weight: 700;
  color: #8dc219;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-link p {
    font-size: 4.2666666667vw;
  }
}

.p-home__concept-link p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8dc219;
  transform: scale(0, 1);
  transition: 0.8s;
  transform-origin: left top;
}

.p-home__concept-link a:hover .c-btn-green img {
  left: 90%;
}
.p-home__concept-link a:hover p::after {
  transform: scale(1, 1);
}

.p-home__concept-imgarea02 {
  position: absolute;
  top: 43%;
  left: -3%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-imgarea02 {
    width: 60%;
    top: 58%;
    left: -26%;
  }
}

.p-home__concept-img05 {
  margin-top: -46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__concept-img05 {
    margin-top: -50%;
    margin-left: -15%;
  }
}

.p-home__sl {
  background-color: #f2f4df;
  position: relative;
}

.p-home__sl-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-inner {
    display: block;
    position: relative;
    z-index: 2;
    padding: 60px 20px;
  }
}

.p-home__sl-box {
  width: 43%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box {
    width: 100%;
  }
}

.p-home__sl-boxv2 {
  width: 58%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-boxv2 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sl-img,
  .p-home__sl-img02 {
    margin-left: -14px;
    width: 80%;
  }
}

.p-home__sl-box:nth-child(2) {
  margin-top: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box:nth-child(2) {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box:nth-child(3) {
    margin-top: 6rem;
  }
}

.p-home__sl-box01 {
  background-color: #ffffff;
  border: 1px solid #a8cf17;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding: 20px 40px 10px;
  margin-left: 2.5rem;
  box-shadow: 0px 3px 10px 0px rgba(17, 17, 26, 0.18);
  border-radius: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box01 {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    margin-left: 0;
    margin-top: -3.7333333333vw;
  }
}

.p-home__sl-box01 div p {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #c0e04e;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box01 div p {
    font-size: 4.2666666667vw;
  }
}

.p-home__sl-box01 div p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: 0.8s;
  background-color: #c0e04e;
  left: 0;
  bottom: 4px;
}

.p-home__sl-box02 div p {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #05a393;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box02 div p {
    font-size: 4.2666666667vw;
  }
}

.p-home__sl-box02 div p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #05a393;
  left: 0;
  bottom: 4px;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: 0.8s;
}

.p-home__sl-box02 {
  background-color: #ffffff;
  border: 1px solid #05a393;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding: 20px 40px 10px;
  margin-left: 2.5rem;
  box-shadow: 0px 3px 10px 0px rgba(17, 17, 26, 0.18);
  border-radius: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box02 {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    margin-left: 0;
    margin-top: -3.7333333333vw;
  }
}

.p-home__sl-box01 h3,
.p-home__sl-box02 h3,
.p-home__sl-box03 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box01 h3,
  .p-home__sl-box02 h3,
  .p-home__sl-box03 h3 {
    font-size: 5.3333333333vw;
  }
}

.p-home__sl-box03 h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: contents;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box03 h3 span {
    display: none;
    font-size: 5.3333333333vw;
  }
}

.p-home__sl-box03 {
  background-color: #ffffff;
  border: 1px solid #2d99d2;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding: 20px 40px 10px;
  margin-left: 2.5rem;
  box-shadow: 0px 3px 10px 0px rgba(17, 17, 26, 0.18);
  border-radius: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box03 {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    margin-left: 0;
    margin-top: -3.7333333333vw;
  }
}

.p-home__sl-box03 div p {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #2d99d2;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box03 div p {
    font-size: 4.2666666667vw;
  }
}

.p-home__sl-box .new {
  position: absolute;
  top: 120px;
  right: -472px;
  width: 140px;
  height: 140px;
  background-color: #e59a37;
  border-radius: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: white;
  justify-content: center;
  border: 4px solid white;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-box .new {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: 6.9333333333vw;
    right: -4vw;
    font-size: 3.7333333333vw;
    border: 0.8vw solid white;
    z-index: 3;
  }
}

.p-home__sl-img03 {
  position: absolute;
  left: 98%;
  bottom: -4rem;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-img03 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: -14px;
    width: 80%;
  }
}

.p-home__sl-btn a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: end;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-btn a {
    column-gap: 16px;
  }
}

.p-home__sl-btn a:hover div img {
  left: 90%;
}
.p-home__sl-btn a:hover p::after {
  transform: scale(1, 1);
}

.p-home__sl-btn div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-btn div {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.p-home__sl-btn.btn01 div {
  background: linear-gradient(180deg, rgb(187, 229, 29) 0%, rgb(168, 207, 23) 100%);
}

.p-home__sl-btn.btn02 div {
  background: linear-gradient(180deg, rgb(10, 195, 176) 0%, rgb(5, 163, 147) 100%);
}

.p-home__sl-btn.btn03 div {
  background: linear-gradient(180deg, rgb(44, 158, 218) 0%, rgb(46, 129, 173) 100%);
}

.p-home__sl-btn div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-btn div img {
    width: 30%;
  }
}

.p-home__sl-btn.btn01 {
  margin-top: 52px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-btn.btn01 {
    margin-top: 24px;
  }
}

.p-home__sl-btn.btn02 {
  margin-top: 21px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-btn.btn02 {
    margin-top: 30px;
  }
}

.p-home__sl-txt {
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-txt {
    font-size: 3.2vw;
  }
}

.p-home__sl-line {
  position: absolute;
  top: -9%;
  right: -3%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sl-line {
    top: -10%;
    right: -28%;
    z-index: 1;
  }
}

.p-home__info {
  padding: 120px min(4.39238653vw, 60px) 120px 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info {
    padding: 80px 0;
  }
}

.p-home__info-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-home__info-line02 {
  position: absolute;
  top: -4%;
  left: 6%;
  z-index: -1;
}

.p-home__info-line03 {
  position: absolute;
  bottom: 8%;
  left: 48%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-line03 {
    bottom: 4%;
    left: 16%;
  }
}

.p-home__info-line04 {
  position: absolute;
  bottom: -5%;
  right: -4%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-line04 {
    right: -10%;
    bottom: -14%;
  }
}

.p-home__info-line05 {
  position: absolute;
  top: -8%;
  left: 4%;
  z-index: -1;
}

.p-home__info-box {
  display: flex;
  justify-content: center;
  padding: 60px 0 30px 0;
  border: 4px solid #8dc219;
  background-color: #ffffff;
  border-left: none;
  border-radius: 0 120px 30px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-box {
    display: block;
    padding: 40px 20px 40px;
    position: relative;
    z-index: 2;
  }
}

.p-home__info-item01 {
  width: 36%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-item01 {
    width: 100%;
  }
}

.p-home__info-item02 {
  width: 56%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-item02 {
    width: 100%;
    margin-top: 30px;
  }
}

.p-home__info-item01 h3 {
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: 500;
  font-size: 2.0497803807vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-item01 h3 {
    font-size: 6.4vw;
  }
}

.p-home__info-item01 div {
  display: flex;
  column-gap: 10px;
  align-items: center;
  border-bottom: 2px solid #8dc219;
  width: -moz-fit-content;
  width: fit-content;
}
.p-home__info-item01 h2 {
  font-size: 3.513909224vw;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-item01 h2 {
    font-size: 12vw;
  }
}

.p-home__info-item01 h2 span {
  color: #8dc219;
}

.p-home__info-line {
  display: block;
  height: 2px;
  width: 42%;
  background-color: #8dc219;
}

.p-home__info-item01 p {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #8dc219;
  font-size: 1.1713030747vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-item01 p {
    font-size: 3.4666666667vw;
  }
}

.p-home__info-img {
  width: 74%;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-img {
    width: 100%;
    margin-top: 1rem;
  }
}

.p-home__info-list time {
  font-size: max(1.0248901903vw, 14px);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-list time {
    font-size: 3.2vw;
  }
}

.p-home__info-list li {
  padding-bottom: max(1.4641288433vw, 20px);
  border-bottom: 1px solid #333333;
  padding-top: max(1.4641288433vw, 20px);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-list li {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

.p-home__info-list li:first-child {
  padding-top: 0;
}

.p-home__info-list a {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  font-size: max(1.1713030747vw, 16px);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__info-list a {
    font-size: 3.7333333333vw;
  }
}

.p-home__menu {
  background-color: #f2f4df;
  padding: 80px 0;
  position: relative;
}

.p-home__menu-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-inner {
    display: block;
  }
}

.p-home__menu-item {
  position: relative;
  width: 46%;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-item {
    width: 100%;
    margin-top: 20px;
  }
}

.p-home__menu-item-img {
  transition: all 1s;
}

.p-home__menu-item a:hover .p-home__menu-item-img {
  transform: scale(1.2);
}
.p-home__menu-item a:hover .c-btn-green img {
  left: 90%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__menu-item:first-child {
    margin-top: 0;
  }
}

.p-home__menu-item-img {
  width: 100%;
}

.p-home__menu-title {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-title {
    top: 10px;
    left: 10px;
    width: 100%;
  }
}

.p-home__menu-title img {
  margin-right: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-title img {
    margin-right: 8px;
    width: 4%;
  }
}

.p-home__menu-title h3 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-title h3 {
    font-size: 4.2666666667vw;
  }
}

.p-home__menu-title p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-title p {
    font-size: 3.2vw;
  }
}

.p-home__menu-title span {
  width: 1px;
  height: 18px;
  margin: 0 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-title span {
    height: 16px;
  }
}

.p-home__menu-txt p {
  color: #ffffff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-txt p {
    font-size: 3.2vw;
  }
}

.p-home__menu-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-txt {
    padding: 0 10px 10px 10px;
  }
}

.p-home__menu-line {
  position: absolute;
  z-index: 1;
}

.p-home__menu-line.menu-line01 {
  top: -1%;
  left: -14%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-line.menu-line01 {
    width: 70%;
    left: -42%;
  }
}

.p-home__menu-line.menu-line02 {
  right: -5%;
  top: 34%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-line.menu-line02 {
    top: 82%;
  }
}

.p-home__menu-line.menu-line03 {
  top: -10%;
  left: -11%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-line.menu-line03 {
    top: -5%;
    left: -41%;
  }
}

.p-home__menu-line.menu-line04 {
  top: 48%;
  right: -1%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-line.menu-line04 {
    top: 80%;
    right: -27%;
  }
}

.p-home__menu-line.menu-line05 {
  top: 42%;
  left: 34%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__menu-line.menu-line05 {
    left: -25%;
  }
}

.p-home__news {
  padding: 120px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news {
    padding: 80px 0;
  }
}

.p-home__news-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-home__news-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-wrap {
    display: block;
  }
}

.p-home__news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.p-home__news-list li:first-child {
  padding-top: 0;
}

.p-home__news-list li div {
  background: linear-gradient(180deg, rgb(187, 229, 29) 0%, rgb(168, 207, 23) 100%);
  border-radius: 50%;
  color: #ffffff;
  width: 64px;
  height: 64px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li div {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.p-home__news-list li div time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li div time {
    font-size: 2.6666666667vw;
  }
}

.p-home__news-list li div time span {
  font-size: 1.7rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li div time span {
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
}

.p-home__news-list li a {
  display: flex;
  justify-content: space-between;
  width: 84%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li a {
    width: 82%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li a p {
    font-size: 3.7333333333vw;
  }
}

.p-home__news-list li a img {
  padding-right: 2.3%;
  transition: 0.8s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li a img {
    display: none;
  }
}

.p-home__news-list li::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background-color: #333333;
  right: 0;
  bottom: -2px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-list li::after {
    content: none;
  }
}

.p-home__news-list li a:hover img {
  filter: invert(76%) sepia(26%) saturate(1346%) hue-rotate(24deg) brightness(100%) contrast(85%);
  padding-right: 0;
}
.p-home__news-list li a:hover + ::after {
  background-color: #8dc219;
  height: 100px;
}

.p-home__news-box {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-box {
    width: 100%;
    margin-top: 30px;
  }
}

.p-home__news-btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-btn {
    margin-top: 20px;
  }
}

.p-home__news-btn a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.p-home__news-btn a p {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-btn a p {
    font-size: 4.8vw;
  }
}

.p-home__news-btn a p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  transform: scale(0, 1);
  transition: 0.8s;
  left: 0;
  bottom: 4px;
  transform-origin: top left;
}

.p-home__news-btn div {
  background-color: #333333;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-btn div {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.p-home__news-btn div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__news-btn div img {
    width: 30%;
  }
}

.p-home__news-btn a:hover div img {
  left: 90%;
}
.p-home__news-btn a:hover p::after {
  transform: scale(1, 1);
}

.line-wrap {
  position: absolute;
  top: 18rem;
  left: -67rem;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap {
    top: 16.2rem;
    left: -69.2rem;
  }
}

.line-inner__wrap {
  width: 441px;
  height: 80px;
  position: relative;
}

.line {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line01 1.4s forwards;
}

@keyframes line01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.line-wrap02 {
  position: absolute;
  bottom: -10.6rem;
  left: -71rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap02 {
    left: -76rem;
    bottom: -14.2rem;
  }
}

.line-inner__wrap02 {
  width: 506px;
  height: 90px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap02 {
    height: 82px;
  }
}

.line02 {
  position: absolute;
  background-color: #c0e04e;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line02 1.4s forwards;
}

@keyframes line02 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.line-wrap03 {
  position: absolute;
  top: 10%;
  left: -1%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap03 {
    top: 8%;
    left: -90%;
  }
}

.line-inner__wrap03 {
  width: 441px;
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap03 {
    height: 34px;
  }
}

.line03 {
  position: absolute;
  background-color: #a8cf17;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line03 2s forwards;
}

@keyframes line03 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.line-wrap04 {
  position: absolute;
  top: 19%;
  left: 2%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap04 {
    left: -74%;
    top: 12%;
  }
}

.line-inner__wrap04 {
  width: 441px;
  height: 18px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap04 {
    height: 14px;
  }
}

.line04 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line04 1s forwards;
  animation-delay: 0.2s;
  visibility: hidden;
}

.line05 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  right: -6px;
  bottom: -26px;
  transform-origin: bottom left;
  animation: line05 1s forwards;
}
@media only screen and (max-width: 47.9375em) {
  .line05 {
    width: 14px;
    height: 14px;
    right: -3px;
    bottom: -20px;
  }
}

@keyframes line04 {
  0% {
    width: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    visibility: visible;
  }
}
@keyframes line05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.line-wrap05 {
  position: absolute;
  top: 41%;
  right: 6%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap05 {
    top: 35%;
    right: 18%;
  }
}

.line-inner__wrap05 {
  width: 441px;
  height: 18px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap05 {
    height: 14px;
  }
}

.line06 {
  position: absolute;
  background-color: #a8cf17;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line04 1s forwards;
  animation-delay: 0.2s;
  visibility: hidden;
}

.line07 {
  position: absolute;
  background-color: #a8cf17;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  right: -6px;
  bottom: -26px;
  transform-origin: bottom left;
  animation: line05 1s forwards;
}
@media only screen and (max-width: 47.9375em) {
  .line07 {
    width: 14px;
    height: 14px;
    right: -4px;
    bottom: -19px;
  }
}

@keyframes line04 {
  0% {
    width: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    visibility: visible;
  }
}
@keyframes line05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.line-wrap06 {
  position: absolute;
  top: 38%;
  right: 16%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap06 {
    top: 31%;
    right: 42%;
  }
}

.line-inner__wrap06 {
  width: 441px;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap06 {
    height: 42px;
  }
}

.line08 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line03 2s forwards;
}

@keyframes line03 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.line-wrap07 {
  position: absolute;
  top: 30%;
  right: 11%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap07 {
    top: 21%;
    right: 27%;
  }
}

.line-inner__wrap07 {
  width: 441px;
  height: 18px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap07 {
    height: 14px;
  }
}

.line09 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line03 2s forwards;
}

.line-wrap08 {
  position: absolute;
  bottom: 20px;
  left: -56rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap08 {
    bottom: -12.8rem;
    left: -64rem;
  }
}

.line-inner__wrap08 {
  width: 441px;
  height: 18px;
  position: relative;
}

.line-wrap09 {
  position: absolute;
  bottom: 20rem;
  left: -50rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap09 {
    bottom: -1rem;
    left: -65rem;
  }
}

.line-inner__wrap09 {
  width: 441px;
  height: 80px;
  position: relative;
}

.line10 {
  position: absolute;
  background-color: #d9e89f;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line03 2s forwards;
}

.line-wrap10 {
  position: absolute;
  right: 13%;
  top: 17%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap10 {
    right: 28%;
    top: 7%;
  }
}

.line-inner__wrap10 {
  width: 441px;
  height: 10px;
  position: relative;
}

.line11 {
  position: absolute;
  background-color: #99d7d1;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line03 2s forwards;
}

.line-wrap11 {
  position: absolute;
  top: 5.8rem;
  left: -36.2rem;
  z-index: -1;
}

.line-inner__wrap11 {
  width: 441px;
  height: 10px;
  position: relative;
}

.line-wrap12 {
  position: absolute;
  top: 12.8rem;
  left: -38.2rem;
  z-index: -1;
}

.line-inner__wrap12 {
  width: 441px;
  height: 20px;
  position: relative;
}

.line-wrap13 {
  position: absolute;
  right: 24rem;
  bottom: -2rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap13 {
    right: 16rem;
  }
}

.line-inner__wrap13 {
  width: 441px;
  height: 40px;
  position: relative;
}

.line-wrap14 {
  position: absolute;
  right: 67rem;
  bottom: 8rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap14 {
    bottom: 4rem;
    right: 30rem;
  }
}

.line-inner__wrap15 {
  width: 441px;
  height: 30px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap15 {
    height: 22px;
  }
}

.line-wrap15 {
  position: absolute;
  top: 26.8rem;
  left: -61.8rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap15 {
    left: -72.8rem;
  }
}

.line12 {
  position: absolute;
  background-color: #d9e89f;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  top: -27.6rem;
  right: -37.2rem;
  transform-origin: bottom left;
  animation: line06 1s forwards;
  animation-delay: 1s;
  visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .line12 {
    width: 22px;
    height: 22px;
    top: -28rem;
    right: -36.2rem;
  }
}

.line13 {
  position: absolute;
  background-color: #d9e89f;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(-221deg);
  transform-origin: bottom right;
  animation: line07 1s forwards;
}

@keyframes line07 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line06 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.line-wrap16 {
  position: absolute;
  right: 100rem;
  bottom: 13rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap16 {
    right: 65rem;
    bottom: 35rem;
  }
}

.line-inner__wrap16 {
  width: 441px;
  height: 20px;
  position: relative;
}

.line-wrap17 {
  position: absolute;
  bottom: 40rem;
  left: -74rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap17 {
    bottom: 63rem;
    left: -92rem;
  }
}

.line-inner__wrap17 {
  width: 600px;
  height: 80px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .line-inner__wrap17 {
    height: 64px;
  }
}

.line-wrap18 {
  position: absolute;
  right: 29rem;
  bottom: 13rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap18 {
    right: 13rem;
    bottom: 4rem;
  }
}

.line-inner__wrap18 {
  width: 441px;
  height: 18px;
  position: relative;
}

.line-wrap19 {
  position: absolute;
  right: 18rem;
  bottom: 29rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .line-wrap19 {
    right: 14rem;
    bottom: -1rem;
  }
}

.line-inner__wrap19 {
  width: 441px;
  height: 34px;
  position: relative;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a,
  .btn-reset {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrapper--small {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--middle {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt-br {
  display: block;
}

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

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

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
a {
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

area {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .header + div {
    margin-top: 60px;
  }
}
.header__wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 10px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header__wrap {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo--main,
  .header__logo--title {
    display: block;
    height: 100%;
  }
}
.header__logo--main img,
.header__logo--title img {
  display: block;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .header__menu {
    width: 66%;
    background-color: #fff;
  }
}
.header__menu__main {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__menu__main {
    width: 100%;
    height: calc(100vh - 61px);
    overflow: scroll;
    position: absolute;
    top: 60px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list {
    border-top: 1px solid #9cc813;
    position: relative;
  }
}
.header__menu__main__list--title {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--title {
    padding: 20px;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list--title {
    font-size: 1.6rem;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
.header__menu__main__list--title:hover {
  color: #03a493;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--title:after {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list--title__spafter-none:after {
    display: none;
  }
}
.header__menu__main__list--contact {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .header__menu__main__list--contact {
    background-color: #9cc813;
    height: 8rem;
    display: flex;
    align-items: center;
  }
}
.header__menu__main__list--contact--title {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__menu__main__list--contact--title {
    padding: 20px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list--contact--title {
    font-weight: bold;
    color: #fff;
    padding: 0 16px;
    font-size: 1.6rem;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
.header__menu__main__list--contact--title:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .header__menu__main__list--contact--title:before {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__main__list-banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item {
    width: 23%;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item + .header__menu__main__list-banner--main__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item:last-child {
    margin-top: 20px;
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__main__list-banner--main__item img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
  }
}
.header__menu__sp--toggle {
  display: block;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .header__menu__sp--toggle {
    display: none;
  }
}
.header__menu__sp--toggle span {
  width: 30px;
  height: 2px;
  background-color: #9cc813;
  display: block;
  position: absolute;
  right: 0;
}

.header__menu__sp--toggle span:nth-of-type(1) {
  top: 10px;
  transform: rotate(0);
  animation-name: headtop-start;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headtop-start {
  0% {
    top: 18px;
    transform: rotate(0deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    transform: rotate(0deg);
  }
}
.header__menu__sp--toggle span:nth-of-type(2) {
  top: 18px;
}

.header__menu__sp--toggle span:nth-of-type(3) {
  top: 26px;
  transform: rotate(0);
  animation-name: headbottom-start;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headbottom-start {
  0% {
    top: 18px;
    transform: rotate(0deg);
  }
  50% {
    top: 26px;
    transform: rotate(0deg);
  }
  100% {
    top: 26px;
    transform: rotate(0deg);
  }
}
.header__menu__child {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__menu__child {
    width: 66%;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #03a493;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child:after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child--toggle {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 53px;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
  }
  .header__menu__child--toggle02 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 53px;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
  }
  .header__menu__child--toggle03 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 53px;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child--toggle {
    display: block;
    position: relative;
  }
  .header__menu__child--toggle02 {
    display: block;
    position: relative;
  }
  .header__menu__child--toggle03 {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child--toggle:after {
    content: "\f067";
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    transition: 0.5s;
  }
  .header__menu__child--toggle02:after {
    content: "\f067";
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    transition: 0.5s;
  }
  .header__menu__child--toggle03:after {
    content: "\f067";
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__child__list {
    border-top: 1px solid #9cc813;
    background-color: #fcfff1;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list {
    width: 30%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .header__menu__main--toggle .header__menu__child__list:nth-child(n+4) {
    margin-bottom: 0;
  }
  .header__menu__main--toggle03 .header__menu__child__list {
    margin-bottom: 0;
  }
  .header__menu__main--toggle02 .header__menu__child__list {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list:nth-child(7),
  .header__menu__child__list:nth-child(8),
  .header__menu__child__list:nth-child(9) {
    margin-bottom: 0;
  }
}
.header__menu__child__list--title {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .header__menu__child__list--title {
    padding: 20px 20px 20px 30px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list--title {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__child__list--title:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .heaer__logo--title {
    height: 100%;
  }
}
.heaer__logo--title img {
  display: block;
  max-height: 100%;
}

.js-header .header__menu__sp--toggle span:nth-of-type(1) {
  transform: rotate(0);
  animation-name: headtop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headtop {
  0% {
    top: 10px;
    transform: rotate(0);
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(-45deg);
  }
}
.js-header .header__menu__sp--toggle span:nth-of-type(2) {
  opacity: 0;
}

.js-header .header__menu__sp--toggle span:nth-of-type(3) {
  transform: rotate(0);
  animation-name: headbottom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes headbottom {
  0% {
    top: 26px;
    transform: rotate(0);
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(45deg);
  }
}
.js-header__child .header__menu__child--toggle:after {
  content: "\f068";
}

.js-header__child .header__menu__child--toggle02:after {
  content: "\f068";
}

.js-header__child .header__menu__child--toggle03:after {
  content: "\f068";
}

@media screen and (min-width: 768px) {
  .js-menu .header__menu__child--toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #03a493 transparent;
  }
  .js-menu02 .header__menu__child--toggle02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #03a493 transparent;
  }
  .js-menu03 .header__menu__child--toggle03:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #03a493 transparent;
  }
}
.footer {
  background-color: #9cc813;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 54px;
  }
}
.footer--title {
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .footer--title {
    font-size: 2rem;
  }
}
.footer__item__contact {
  margin-top: 30px;
}

.footer__item__contact--text {
  font-size: 1.2rem;
}

.footer__item__contact--img {
  display: block;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  .footer .footer__content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .footer__content__banner {
    width: 800px;
    position: absolute;
    bottom: -56px;
    left: 0;
  }
}
.footer--copy {
  display: block;
  text-align: center;
  font-weight: 200;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer--copy {
    transform: scale(0.8);
    font-size: 0.8rem;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 20px 0;
    margin-bottom: 35px;
    transform-origin: top center;
  }
}
@media screen and (min-width: 768px) {
  .footer--copy {
    margin-top: 96px;
    font-size: 1.6rem;
  }
}
.footer__sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #9cc813;
  z-index: 999;
  padding: 0 0 0 35px;
  height: 35px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .footer__sp {
    display: none;
  }
}
.footer__sp--tel {
  display: flex;
  align-items: center;
}

.footer__sp--tel:before {
  content: "\f095";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.3rem;
  padding-right: 5px;
}

.footer__sp--contact {
  display: flex;
  align-items: center;
}

.footer__sp--contact:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  padding-right: 5px;
}

.footer__sp--top {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__sp--top:before,
.footer__sp--top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(-45deg);
  margin-top: 4.5px;
}

.footer__sp--top:before {
  border-top: 1px solid #fff;
}

.footer__sp--top:after {
  border-right: 1px solid #fff;
}

.common-img {
  width: 100%;
  position: relative;
  display: block;
}

.common-img:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.common-img:hover:before {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}

.common-img--top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .common-img--top {
    font-size: 3rem;
  }
}
.common-img--desc {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .common-img--desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}
.common-arrow {
  position: relative;
}

.common-arrow:after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 200;
  right: -35px;
}

@media screen and (min-width: 768px) {
  .common-arrow:after {
    right: -45px;
  }
}
.common-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .common-logo {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .common-logo {
    margin-bottom: 80px;
  }
}
.common-logo--title {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .common-logo--title {
    margin-left: 24px;
  }
}
.common-re {
  position: relative;
}

.common-title--default {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .common-title--default {
    font-size: 2.4rem;
  }
}
.common-title--default--bottom {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .common-title--default--bottom {
    margin-bottom: 20px;
  }
}
.common-title__deco {
  text-align: center;
  font-weight: bold;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-title__deco {
    font-size: 3rem;
    margin-bottom: 78px;
  }
}
.common-title__deco:after {
  content: "";
  display: block;
  background-color: #9cc813;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 2px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .common-title__deco:after {
    width: 135px;
    height: 3px;
    margin-top: 20px;
  }
}
.common-title__deco-v2 {
  text-align: center;
  font-weight: bold;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-title__deco-v2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.common-title__deco-v2:after {
  content: "";
  display: block;
  background-color: #9cc813;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 2px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .common-title__deco-v2:after {
    width: 135px;
    height: 3px;
    margin-top: 20px;
  }
}
.common-text {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .common-text {
    font-size: 1.6rem;
  }
}
.common-text + .common-text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .common-text + .common-text {
    margin-top: 20px;
  }
}
.common-text--small--main {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .common-text--small--main {
    font-size: 1.4rem;
  }
}
.common-text--small {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .common-text--small {
    font-size: 1.2rem;
  }
}
.common-text--middle {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .common-text--middle {
    font-size: 2rem;
  }
}
.common-text--large-height {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .common-text--large-height {
    line-height: 2.3;
  }
}
.common-text--center {
  text-align: center;
}

.common-text--pc-center {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .common-text--pc-center {
    text-align: center;
  }
}
.common-text--bold {
  font-weight: bold;
}

.common-text--regular {
  font-weight: 300;
}

.common-text--default {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .common-text--default {
    line-height: 2.3;
  }
}
.common-text--normal {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .common-text--normal {
    line-height: 1.8;
  }
}
.common-text--small {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .common-text--small {
    font-size: 1.2rem;
  }
}
.common-text--large {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .common-text--large {
    font-size: 3rem;
  }
}
.common-mv {
  width: 100%;
}

.common-mv--main {
  display: block;
  width: 100%;
}

.common-page__title {
  color: #fff;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: absolute;
  top: 14.3%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .common-page__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .common-page__title {
    top: -104px;
    padding-left: 40px;
  }
}
.common-page__title--en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .common-page__title--en {
    font-size: 2.4rem;
  }
}
.common-page__title--ja {
  font-weight: 500;
  font-size: 2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .common-page__title--ja {
    font-size: 4rem;
  }
}
.common-page__content {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 15px;
  box-shadow: 0 0 20px 3px rgba(87, 87, 87, 0.2);
}

@media screen and (max-width: 768px) {
  .common-page__content {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .common-page__content {
    padding: 50px 0;
  }
}
.common-page__content__wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .common-page__content__wrap {
    margin-bottom: 100px;
  }
}
.common-breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .common-breadcrumb {
    display: flex;
    justify-content: flex-end;
    margin-right: 28px;
    margin-bottom: 35px;
  }
}
.common-breadcrumb__list {
  display: flex;
  align-items: center;
}

.common-breadcrumb__list__item {
  display: flex;
  align-items: center;
  color: #9c9c9c;
}

@media screen and (min-width: 768px) {
  .common-breadcrumb__list__item {
    font-size: 1.6rem;
  }
}
.common-breadcrumb__list__item:first-of-type:before {
  content: "";
  display: block;
  background-image: url(../../assets/images/common/icon_home.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .common-breadcrumb__list__item:first-of-type:before {
    width: 11px;
    height: 12px;
    margin-right: 8px;
  }
}
.common-breadcrumb__list__item + .common-breadcrumb__list__item:before {
  content: "";
  display: block;
  background-color: #9c9c9c;
  width: 1px;
  height: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

.common-main {
  margin-top: -20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .common-main {
    position: relative;
    margin-top: -220px;
    margin-bottom: 60px;
  }
}
.common-main:before {
  content: "";
}

@media screen and (min-width: 768px) {
  .common-main:before {
    background-image: url(../../assets/images/common/mv_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 641px;
    height: 740px;
    top: -180px;
    padding-top: 86%;
  }
}
.common-number-box {
  counter-reset: number;
}

.common-number-box__item {
  width: 45%;
}

@media screen and (min-width: 768px) {
  .common-number-box__item {
    width: 25%;
  }
}
.common-number-box__item:before {
  content: counter(number);
  counter-increment: number;
  color: #9cc813;
  border: 1px solid #9cc813;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .common-number-box__item:before {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
.common-number-box__item + .common-number-box__item .common-number-box__item__main:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 17px;
  border-color: transparent transparent transparent #9cc813;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

@media screen and (max-width: 768px) {
  .common-number-box__item:nth-of-type(3) .common-number-box__item__main:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .common-number-box__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.common-number-box__item__main {
  position: relative;
}

.common-number-box__item__desc {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .common-number-box__item__desc {
    font-size: 1.4rem;
    margin-top: 22px;
  }
}
.common-first-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .common-first-text {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}
.common-icon {
  display: flex;
  align-items: center;
}

.common-icon:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.common-icon--tel:before {
  background-image: url(../images/common/icon_tel.png);
  width: 20px;
  height: 20px;
}

.common-icon--fax:before {
  background-image: url(../images/common/icon_fax.png);
  width: 18px;
  height: 15px;
}

.common-icon--grobal:before {
  background-image: url(../images/common/icon_grobal.png);
  width: 18px;
  height: 18px;
}

.common-pagelink {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .common-pagelink {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.default-list {
  display: block;
  width: 100%;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .default-list {
    padding: 42px;
  }
}
.default-list__item {
  display: flex;
  align-items: center;
}

.default-list__item + .default-list__item {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .default-list__item + .default-list__item {
    margin-top: 20px;
  }
}
.default-list__item--time {
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-right: 15px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .default-list__item--time {
    font-size: 1.8rem;
    margin-right: 30px;
  }
}
.default-list__item--title {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .default-list__item--title {
    font-size: 1.8rem;
  }
}
.common-list__item {
  line-height: 1.5;
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .common-list__item {
    line-height: 1.8;
    font-size: 14px;
  }
}
.common-list__item:before {
  content: "- ";
  display: block;
}

.common-list__item + .common-list__item {
  margin-top: 15px;
  margin-top: calc(15px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-list__item + .common-list__item {
    margin-top: calc(30px - 0.72rem);
  }
}
.common-list__child {
  padding-left: 1em;
  display: block;
  width: 100%;
  margin-top: calc(10px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-list__child {
    margin-top: calc(20px - 0.72rem);
  }
}
.common-list__child__item {
  display: flex;
  align-items: baseline;
}

.common-list__child__item:before {
  content: "- ";
}

.common-list__child__item + .common-list__child__item {
  margin-top: calc(10px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-list__child__item + .common-list__child__item {
    margin-top: calc(20px - 0.72rem);
  }
}
.common-list-square__item {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .common-list-square__item {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.common-list-square__item:before {
  content: "■";
  display: block;
}

.common-accordion + .common-accordion {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .common-accordion + .common-accordion {
    margin-top: 30px;
  }
}
.common-accordion__title {
  position: relative;
  padding: 10px;
  background-color: #9cc813;
}

@media screen and (min-width: 768px) {
  .common-accordion__title {
    padding: 20px;
    cursor: pointer;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .common-accordion__title:hover {
    opacity: 0.8;
  }
}
.common-accordion__title:before,
.common-accordion__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: #fff;
  transition: 0.5s;
  width: 15px;
  height: 2px;
}

@media screen and (min-width: 768px) {
  .common-accordion__title:before,
  .common-accordion__title:after {
    right: 20px;
    width: 20px;
  }
}
.common-accordion__title:after {
  transform: translateY(-50%) rotate(90deg);
}

.common-accordion__title--main {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .common-accordion__title--main {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .common-accordion__title--main {
    font-size: 1.6rem;
  }
}
.common-accordion__title--main:before {
  content: "Q";
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .common-accordion__title--main:before {
    margin-right: 20px;
    font-size: 2.4rem;
  }
}
.common-accordion__text {
  display: none;
  border-bottom: 1px solid #9cc813;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .common-accordion__text {
    padding: 30px;
  }
}
.js-acc .common-accordion__title:after {
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .table-scroll {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .table-scroll table {
    width: 1200px;
  }
}
.table-default {
  width: 100%;
  border: 1px solid #dadada;
}

.table-default--title {
  background-color: #ebf4d0;
  font-weight: bold;
}

.table-default--title + .table-default--title {
  border-left: 1px solid #dadada;
}

.table-default--title,
.table-default--text {
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .table-default--title,
  .table-default--text {
    padding: 22px;
    line-height: 1.8;
  }
}
.table-default--text + .table-default--text {
  border-left: 1px solid #dadada;
}

.table-default--center {
  vertical-align: middle;
}

.table-default__content:nth-of-type(even) td {
  background-color: #f5f9e7;
}

.table-default tr + tr {
  border-top: 1px solid #dadada;
}

.table-main {
  width: 100%;
}

.table-main--title--01 {
  background-color: rgba(3, 164, 147, 0.1);
}

.table-main--title--02 {
  background-color: rgba(3, 164, 147, 0.2);
}

.table-form {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .table-form {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table-form {
    margin-bottom: 50px;
  }
}
.table-form th,
.table-form td {
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .table-form th,
  .table-form td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table-form th,
  .table-form td {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.table-form th {
  white-space: nowrap;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table-form td {
    margin-bottom: 20px;
  }
}
.table-form input[type=text],
.table-form textarea {
  width: 100%;
  border: 1px solid #dadada;
  padding: 7px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .table-form input[type=text],
  .table-form textarea {
    font-size: 1.6rem;
  }
}
.table-form--title {
  color: #9cc813;
  font-weight: bold;
}

.table-form--radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.table-form--radio input[type=radio]:checked + span:before {
  opacity: 1;
}

.table-form--radio label {
  position: relative;
  display: flex;
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  .table-form--radio label {
    width: 50%;
  }
}
.table-form--radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #dadada;
  width: 15px;
  height: 15px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .table-form--radio label:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.table-form--radio label span {
  display: flex;
}

.table-form--radio label span:before {
  content: "";
  display: block;
  background-color: #9cc813;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .table-form--radio label + label {
    margin-top: 20px;
  }
}
.table-form--check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.table-form--check input[type=text],
.table-form--check textarea {
  width: 100%;
  border: 1px solid #dadada;
  padding: 7px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .table-form--check input[type=text],
  .table-form--check textarea {
    font-size: 1.6rem;
  }
}
.table-form--check input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.table-form--check label {
  position: relative;
  display: flex;
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  .table-form--check label {
    width: 50%;
  }
}
.table-form--check label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #dadada;
  width: 15px;
  height: 15px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .table-form--check label:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.table-form--check label span {
  display: flex;
  margin-left: 15px;
}

.table-form--check label span:before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  border-top: 2px solid #9cc813;
  border-right: 2px solid #9cc813;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  left: 3px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .table-form--check label + label {
    margin-top: 20px;
  }
}
.table-form--select {
  border: 1px solid #dadada;
  padding: 7px;
  width: 160px;
  position: relative;
}

.table-form--select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  z-index: 0;
}

.table-form select {
  width: 100%;
  position: relative;
  z-index: 1;
}

.table-form--zip {
  color: #dadada;
}

.table-form--zip input {
  color: #333;
}

.table-form--zip input:first-of-type {
  width: 80px;
  margin-right: 10px;
}

.table-form--zip input:nth-of-type(2) {
  width: 120px;
  margin-left: 10px;
}

.table-2col th,
.table-2col td {
  width: 50%;
}

.table-3col th,
.table-3col td {
  width: 33.33%;
}

.common-color--accent {
  color: #d51f1f;
}

.common-color--main {
  color: #9cc813;
}

.common-color--gray {
  color: #9c9c9c;
}

.section-v1 {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .section-v1 {
    margin-bottom: 100px;
  }
}
.section-v1__title {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .section-v1__title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}
.section-v1__title--ja {
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .section-v1__title--ja {
    font-size: 3rem;
    margin-right: 22px;
  }
}
.section-v1__title--en {
  font-family: "Roboto", sans-serif;
  color: #9c9c9c;
  font-weight: 100;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .section-v1__title--en {
    font-size: 2.4rem;
  }
}
.section-v2 + .section-v2 {
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .section-v2 + .section-v2 {
    margin-top: 110px;
  }
}
.section-v2__title {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-v2__title {
    font-size: 3rem;
    margin-bottom: 78px;
  }
}
.section-v2__title:after {
  content: "";
  display: block;
  background-color: #9cc813;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 2px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .section-v2__title:after {
    width: 455px;
    height: 3px;
    margin-top: 20px;
  }
}
.section-v3 + .section-v3 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .section-v3 + .section-v3 {
    margin-top: 80px;
  }
}
.section-v3__title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .section-v3__title {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.section-model {
  position: relative;
}

.section-model:before,
.section-model:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.section-model:before {
  border-width: 0 49px 49px 49px;
  border-color: transparent transparent rgba(3, 164, 147, 0.12) transparent;
}

@media screen and (min-width: 768px) {
  .section-model:before {
    border-width: 0 98.5px 89px 98.5px;
  }
}
.section-model:after {
  border-width: 49px 49px 0 49px;
  border-color: rgba(3, 164, 147, 0.2) transparent transparent transparent;
  top: 49px;
}

@media screen and (min-width: 768px) {
  .section-model:after {
    top: 89px;
    border-width: 89px 98.5px 0 98.5px;
  }
}
.section-model100:before {
  border-width: 0 49px 49px 49px;
  border-color: transparent transparent rgba(156, 200, 19, 0.12) transparent;
}

@media screen and (min-width: 768px) {
  .section-model100:before {
    border-width: 0 98.5px 89px 98.5px;
  }
}
.section-model100:after {
  border-width: 49px 49px 0 49px;
  border-color: rgba(156, 200, 19, 0.2) transparent transparent transparent;
  top: 49px;
}

@media screen and (min-width: 768px) {
  .section-model100:after {
    top: 89px;
    border-width: 89px 98.5px 0 98.5px;
  }
}
.section-model__title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .section-model__title {
    padding-top: 54.5px;
    margin-bottom: 100px;
  }
}
.section-model__title--sub,
.section-model__title--main {
  display: block;
  font-weight: bold;
}

.section-model__title--sub {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .section-model__title--sub {
    font-size: 2.4rem;
  }
}
.section-model__title--main {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .section-model__title--main {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.section-model__box {
  border: 2px solid #03a493;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .section-model__box {
    padding: 40px;
    border: 3px solid #03a493;
  }
}
.section-model__box + .section-model__box {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .section-model__box + .section-model__box {
    margin-top: 80px;
  }
}
.section-model__box__title {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .section-model__box__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.section-model__box100 {
  border: 2px solid #9cc813;
}

@media screen and (min-width: 768px) {
  .section-model__box100 {
    border: 3px solid #9cc813;
  }
}
.common-border {
  border-bottom: 2px solid #9cc813;
}

@media screen and (min-width: 768px) {
  .common-border {
    border-bottom: 3px solid #9cc813;
  }
}
.common-border--sub {
  border-bottom: 2px solid #03a493;
}

@media screen and (min-width: 768px) {
  .common-border--sub {
    border-bottom: 3px solid #03a493;
  }
}
.common-border--main {
  border-bottom: 2px solid #9cc813;
}

@media screen and (min-width: 768px) {
  .common-border--main {
    border-bottom: 3px solid #9cc813;
  }
}
.section-content {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .section-content {
    margin-top: 100px;
  }
}
.section-content__wrap + .section-content__wrap {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section-content__item + .section-content__item {
    margin-top: 20px;
    text-align: center;
  }
}
.section-content__item__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-content__item__title {
    margin-bottom: 40px;
  }
}
.section-content__item__title--num {
  color: #9cc813;
  font-family: "arial", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 5rem;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .section-content__item__title--num {
    font-size: 10rem;
    margin-right: 20px;
  }
}
.section-content__item__title--main {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .section-content__item__title--main {
    font-size: 3rem;
  }
}
.section-content__item__text {
  background-color: #f0f7dc;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .section-content__item__text {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 768px) {
  .section-content__item__last {
    margin-left: 60px;
  }
}
.section-content__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-content__box--text {
    text-align: center;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .section-content__box--text--front {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .section-content__box--text--l {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .section-content__box--text--r {
    justify-content: flex-end;
  }
}
.section-content__box--img {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section-content__box--img {
    position: relative;
    z-index: -1;
    margin-top: -120px;
  }
}
.section-content__box--img--back {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section-content__box--img--back {
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) {
  .section-content__box--img--l {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .section-content__box--img--r {
    justify-content: flex-end;
  }
}
.common-box--shadow {
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(87, 87, 87, 0.2);
}

@media screen and (min-width: 768px) {
  .common-box--shadow {
    box-shadow: 0 0 20px 3px rgba(87, 87, 87, 0.2);
  }
}
.common-box__twin {
  position: relative;
}

.common-box__twin:nth-of-type(2) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .common-box__twin:nth-of-type(2) {
    margin-top: 140px;
  }
}
.common-box__twin__bottom {
  position: absolute;
  z-index: -1;
}

.common-box__twin__main {
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 768px) {
  .common-box__twin__main {
    width: 465px;
    margin-top: 60px;
    margin-left: 94px;
  }
}
.common-box__twin__main__wrap {
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main__wrap {
    margin-bottom: 20px;
  }
}
.common-box__twin__main--tag {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px;
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--tag {
    width: 140px;
    padding: 10px;
    font-size: 2.4rem;
    margin-left: -20px;
  }
}
.common-box__twin__main--more {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--more {
    font-size: 1.6rem;
    margin-right: 30px;
  }
}
.common-box__twin__main--more:after {
  content: "";
  display: block;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--more:after {
    width: 6px;
    height: 6px;
    margin-left: 9px;
  }
}
.common-box__twin__main__text {
  display: block;
  padding: 0 30px 30px;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main__text {
    padding: 0 60px 60px;
  }
}
.common-box__twin__main--title {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.common-box__twin__main--title-sub {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--title-sub {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.common-box__twin__main--content {
  line-height: 1.8;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .common-box__twin__main--content {
    font-size: 1.6rem;
  }
}
.common-box__twin--light {
  border-left: 2px solid #9cc813;
}

@media screen and (min-width: 768px) {
  .common-box__twin--light {
    border-left: 3px solid #9cc813;
  }
}
.common-box__twin--light .common-box__twin__main--tag {
  background-color: #9cc813;
}

.common-box__twin--light .common-box__twin__main--more {
  border-color: #9cc813;
  color: #9cc813;
}

.common-box__twin--green {
  border-left: 2px solid #03a493;
}

@media screen and (min-width: 768px) {
  .common-box__twin--green {
    border-left: 3px solid #03a493;
  }
}
.common-box__twin--green .common-box__twin__main--tag {
  background-color: #03a493;
}

.common-box__twin--green .common-box__twin__main--more {
  border-color: #03a493;
  color: #03a493;
}

.common-box__pattern {
  display: block;
  position: relative;
  border: 2px solid #9cc813;
  padding: 60px 0;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .common-box__pattern {
    background-image: url(../images/common/pattern_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 124px 0 130px;
    border: 3px solid #9cc813;
    margin-bottom: 120px;
    background-size: 100%;
  }
}
.common-box__pattern:before,
.common-box__pattern:after {
  content: "";
  display: block;
  background-image: url(../images/common/pattern01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .common-box__pattern:before,
  .common-box__pattern:after {
    width: 279px;
    height: 279px;
  }
}
.common-box__pattern:before {
  left: 0;
}

.common-box__pattern:after {
  right: 0;
  transform: rotate(90deg);
}

.common-box__pattern__wrap:before,
.common-box__pattern__wrap:after {
  content: "";
  display: block;
  background-image: url(../images/common/pattern01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .common-box__pattern__wrap:before,
  .common-box__pattern__wrap:after {
    width: 279px;
    height: 279px;
  }
}
.common-box__pattern__wrap:before {
  left: 0;
  transform: rotate(-90deg);
}

.common-box__pattern__wrap:after {
  right: 0;
  transform: rotate(180deg);
}

.common-box__pattern--title {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .common-box__pattern--title {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}
.common-box__pattern__textbox {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common-box__pattern__textbox {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .common-box__pattern__textbox {
    margin-bottom: 60px;
  }
}
.common-box__btn {
  color: #fff;
  background-color: #9cc813;
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .common-box__btn {
    padding: 20px;
    width: 80%;
  }
}
.common-border {
  border-bottom: 2px solid #9cc813;
}

@media screen and (min-width: 768px) {
  .common-border {
    border-bottom: 3px solid #9cc813;
  }
}
.common-btn {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1;
  width: 230px;
}

@media screen and (min-width: 768px) {
  .common-btn {
    font-size: 1.6rem;
    padding: 20px;
    width: 460px;
  }
}
.common-btn__sub {
  background-color: #9cc813;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .common-btn__sub {
    max-width: 470px;
    height: 72px;
    font-size: 2.2rem;
  }
}
.common-btn__sub:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
}

.common-last {
  margin-bottom: 75px;
}

@media screen and (min-width: 768px) {
  .common-last {
    margin-bottom: 150px;
  }
}
.common-large {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .common-large {
    margin-bottom: 80px;
  }
}
.common-middle {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .common-middle {
    margin-bottom: 60px;
  }
}
.common-small {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .common-small {
    margin-bottom: 40px;
  }
}
.common-smaller {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .common-smaller {
    margin-bottom: 30px;
  }
}
.common-caption {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .common-caption {
    margin-top: 15px;
  }
}
.common-movie {
  position: relative;
}

.common-movie a:before,
.common-movie a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.common-movie a:before {
  background-color: #9cc813;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .common-movie a:before {
    width: 160px;
    height: 160px;
  }
}
.common-movie a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 768px) {
  .common-movie a:after {
    border-width: 31px 0 31px 62px;
  }
}
.common-movie__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .common-movie__item {
    width: 1040px;
    max-width: 100%;
    height: 500px;
  }
}
.common-balloon {
  color: #fff;
  background-color: #03a493;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .common-balloon {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .common-balloon {
    padding: 20px;
    font-size: 1.8rem;
    width: 500px;
  }
}
.common-balloon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #03a493 transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -15px;
}

.common-balloon__main {
  color: #fff;
  background-color: #9cc813;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .common-balloon__main {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .common-balloon__main {
    padding: 20px;
    font-size: 2.4rem;
    width: 514px;
  }
}
.common-balloon__main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #9cc813 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -15px;
}

.commnon-otherlink {
  width: 100%;
  background-image: url(../images/common/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.common-first-box {
  border: 1px solid #9cc813;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .common-first-box {
    padding: 34px 30px;
    width: 490px;
  }
}
@media screen and (max-width: 768px) {
  .common-first-box + .common-first-box {
    margin-top: 20px;
  }
}
.common-first-box__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .common-first-box__title {
    font-size: 3rem;
  }
}
.common-first-box__title:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .common-first-box__title:before {
    margin-right: 16px;
  }
}
.common-first-box__text {
  margin-top: calc(15px - 0.35rem);
}

@media screen and (min-width: 768px) {
  .common-first-box__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: calc(33px - 1.04rem);
  }
}
.common-first-box__img {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-first-box__img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .common-first-box--only {
    width: 490px;
  }
}
.common-flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .common-flex-pc {
    display: flex;
  }
}
.common-flex-bw {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .common-flex-bw--sp {
    justify-content: space-between;
  }
}
.common-flex-around {
  justify-content: space-around;
}

.common-flex-center {
  justify-content: center;
}

.common-flex-a-c {
  align-items: center;
}

.common-flex-a-end {
  align-items: flex-end;
}

.common-flex-wrap {
  flex-wrap: wrap;
}

.common-flex-re {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .common-flex__item-2col {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .common-flex-3col__item + .common-flex-3col__item {
    margin-top: 40px;
  }
}
.scroll-content-js,
.scroll-content-js--title {
  transition: 1.5s;
  transform: translate(0, 0);
  opacity: 1;
}

.scroll-js .move-js {
  opacity: 0;
}

.scroll-content-js--title {
  display: block;
}

.scroll-content-js--title.move-title-js {
  animation: firstimg 1.2s ease-in-out;
  animation-fill-mode: forwards;
  transition: 1.5s;
  transform: translate(0, 80px);
}
@keyframes firstimg {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.scroll-content-js--01.move-js {
  transform: translate(0, 40px);
}

.scroll-content-js--02.move-js {
  transform: translate(0, 70px);
}

.scroll-content-js--03.move-js {
  transform: translate(0, 100px);
}

.scroll-content-js--04.move-js {
  transform: translate(0, 130px);
}

html {
  font-size: 62.5%;
}

html.large-font {
  font-size: 70%;
}

body {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-display: swap;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  font-feature-settings: palt;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

table,
td,
th {
  border-collapse: collapse;
}

p,
dt,
dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  p,
  dt,
  dd {
    font-size: 1.5rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.index-page__wrap {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .index-page__wrap {
    padding-top: 50px;
  }
}
.index-page--movie {
  display: none;
}

@media screen and (min-width: 768px) {
  .index-page--movie {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
  }
}
.index-page--movie--item {
  width: 100%;
}

.index-page__mv {
  width: 100%;
  position: relative;
}

.index-page__mv--title {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  width: 90%;
  top: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .index-page__mv--title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .index-page__mv--bottom {
    margin-top: calc(-30% + 50px);
  }
}
.index-page__slider {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .index-page__slider {
    display: none;
  }
}
.index-page__slider .slick-slide {
  height: auto;
}

.index-page__title {
  display: block;
  background-color: #9cc813;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .index-page__title {
    padding: 20px;
    position: relative;
    display: none;
  }
}
.index-page__title:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .index-page__title:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
    background-image: url(../images/index/mv_deco.png);
    top: -195%;
    left: 0;
    width: 295px;
    padding-top: 39%;
    z-index: 0;
  }
}
.index-page__earlier {
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .index-page__earlier {
    display: flex;
    align-items: center;
  }
}
.index-page__earlier--right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .index-page__earlier--right {
    justify-content: flex-end;
  }
}
.index-page__earlier--text {
  margin-top: 5px;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  .index-page__earlier--text {
    margin-top: 10px;
  }
}
.index-page__banner-link {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .index-page__banner-link {
    margin-bottom: 120px;
  }
}
.index-page__circle {
  position: relative;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .index-page__circle {
    width: 320px;
    margin: auto;
  }
}
.index-page__circle__box {
  display: block;
  position: relative;
}

.index-page__circle--top {
  position: absolute;
  top: -10px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .index-page__circle--top {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .index-page__circle--top {
    top: -20px;
    left: -40px;
  }
}
.index-page__circle__main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .index-page__circle__main {
    width: 320px;
  }
}
.index-page__circle__main--sub,
.index-page__circle__main--title {
  color: #fff;
}

.index-page__circle__main--sub {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .index-page__circle__main--sub {
    transform: scale(0.8);
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .index-page__circle__main--sub {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.index-page__circle__main--sub--border {
  border-bottom: 2px solid #03a493;
}

@media screen and (min-width: 768px) {
  .index-page__circle__main--sub--border {
    border-bottom: 3px solid #03a493;
  }
}
.index-page__circle__main--title {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .index-page__circle__main--title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.index-page__circle__main--title:before {
  content: "";
  display: block;
  background-image: url(../images/index/icon_baloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 1px;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  .index-page__circle__main--title:before {
    width: 30px;
    height: 26px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .index-page__circle__main--icon {
    width: 20%;
    margin: auto;
  }
}
.index-page__circle--bottom {
  position: absolute;
  right: -20px;
  bottom: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px) {
  .index-page__circle--bottom {
    right: -40px;
    bottom: -10px;
    width: 120px;
    height: 120px;
  }
}
.index-page__circle--bottom:before {
  content: "→";
  display: block;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .index-page__circle--bottom:before {
    font-size: 3.6rem;
  }
}
.index-page__circle__movie {
  position: relative;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .index-page__circle__movie {
    width: 60px;
    height: 60px;
  }
}
.index-page__circle__movie:before,
.index-page__circle__movie:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.index-page__circle__movie:before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .index-page__circle__movie:before {
    width: 60px;
    height: 60px;
  }
}
.index-page__circle__movie:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #03a493;
}

.index-page__circle--text {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .index-page__circle--text {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-page .index-page__earlier,
  .news.lnav01-page .index-page__earlier {
    display: block;
  }
}
.news-page .default-list__item,
.news.lnav01-page .default-list__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .news-page .default-list__item,
  .news.lnav01-page .default-list__item {
    display: flex;
  }
}
.news-page .default-list__item--time,
.news.lnav01-page .default-list__item--time {
  margin-bottom: 10px;
}

.js-scroll.js-move--show .about-page__first-img--move:after {
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.1, 1, 0.1, 1);
  transform: translate3d(0, 0, 0);
}

.js-scroll.js-move--last .about-page__first-img--move:after {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.1, 1, 0.1, 1);
  transform: translate3d(100%, 0, 0);
}

.js-scroll.js-move--last .about-page__first-img--move--main {
  opacity: 1;
}

.about-page__first-img {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .about-page__first-img {
    margin-bottom: 107px;
  }
}
.about-page__first-img--move {
  display: inline-block;
  overflow: hidden;
}

.about-page__first-img--move:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #9cc813;
  transform: translate3d(-101%, 0, 0);
}

.about-page__first-img--move--main {
  display: inline-block;
  opacity: 0;
}

.about-page__first-img--text {
  font-weight: 500;
  letter-spacing: 0.3em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .about-page__first-img--text {
    width: 96%;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .about-page__first-img--text {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8;
    top: calc(50% + 5px);
  }
}
.about-page__small-text {
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about-page__small-text {
    font-size: 1.2rem;
  }
}
.about-page__table {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .about-page__table {
    margin-top: 60px;
  }
}
.about-page__table__top {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .about-page__table__top--icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-page__table__top--text {
    font-size: 1.2rem;
  }
}
.about-page__table__top--balloon {
  border: 1px solid;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 9px;
  padding: 10px;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .about-page__table__top--balloon {
    border-radius: 18px;
    padding: 20px;
    width: 515px;
  }
}
.about-page__table__top--balloon:after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_balloon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 16px;
  bottom: -16px;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .about-page__table__top--balloon:after {
    left: 102px;
  }
}
.about-page__table--main {
  width: 100%;
  text-align: center;
  color: #686765;
}

.about-page__table--main__wrap {
  border: 1px solid #d2c8ad;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .about-page__table--main__wrap {
    border: 2px solid #d2c8ad;
  }
}
.about-page__table--main__title {
  border-bottom: 1px solid #d2c8ad;
}

@media screen and (min-width: 768px) {
  .about-page__table--main__title {
    border-bottom: 2px solid #d2c8ad;
  }
}
@media screen and (min-width: 768px) {
  .about-page__table--main__title:nth-of-type(1) {
    width: 122px;
  }
}
@media screen and (min-width: 768px) {
  .about-page__table--main__title:nth-of-type(3) {
    width: 157px;
  }
}
.about-page__table--main tr + tr {
  border-top: 1px solid #d2c8ad;
}

@media screen and (min-width: 768px) {
  .about-page__table--main tr + tr {
    border-top: 2px solid #d2c8ad;
  }
}
.about-page__table--main th + th {
  border-left: 1px solid #d2c8ad;
}

@media screen and (min-width: 768px) {
  .about-page__table--main th + th {
    border-left: 2px solid #d2c8ad;
  }
}
.about-page__table--main td {
  padding: 5px;
  font-size: 1rem;
  vertical-align: middle;
  border-left: 1px solid #d2c8ad;
}

@media screen and (min-width: 768px) {
  .about-page__table--main td {
    font-size: 1.1rem;
    border-left: 2px solid #d2c8ad;
  }
}
.about-page__table__title {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .about-page__table__title {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}
.about-page__table__title--bg-green {
  background-color: #e6f1d1;
}

.about-page__table__title--bg-pink {
  background-color: #f9d2cb;
}

.about-page__table__title--bg-blue {
  background-color: #83bde5;
}

.about-page__table--bg-green {
  background-color: #f4f7e4;
}

.about-page__table--bg-pink {
  background-color: #fdefec;
}

.about-page__table--bg-blue {
  background-color: #cae7f9;
}

.about-page__table--bg-yellow {
  background-color: #f9f9d5;
}

.about-page__movie__title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .about-page__movie__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.about-page__movie-text {
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .about-page__movie-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: calc(30px - 0.64rem);
  }
}
.about-page__movie-2col {
  position: relative;
}

.about-page__movie-2col__main {
  max-width: 720px;
  width: 100%;
}

.about-page__movie-2col__text {
  border: 1px solid #9cc813;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about-page__movie-2col__text {
    max-width: 380px;
    padding: 30px 35px 30px 90px;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: -1;
    width: 30vw;
  }
}
@media screen and (max-width: 992px) {
  .about-page__movie-2col__text {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 30px;
    position: static;
  }
}
.feature-page-first-box__title--01:before {
  background-image: url(../images/feature/point/icon01.png);
  width: 20px;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .feature-page-first-box__title--01:before {
    width: 24px;
    height: 36px;
  }
}
.feature-page-first-box__title--02:before {
  background-image: url(../images/feature/point/icon02.png);
  width: 28px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .feature-page-first-box__title--02:before {
    width: 33px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__box {
    width: 29.4%;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__box + .feature-page__box {
    margin-top: 40px;
  }
}
.feature-page__box__item {
  display: block;
  border: 1px solid #9cc813;
  padding: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__box__item {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.feature-page__box__text {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__box__text {
    margin-bottom: 20px;
  }
}
.feature-page__box__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__box__img {
    margin-bottom: 20px;
  }
}
.feature-page__box__btn {
  display: block;
}

@media screen and (min-width: 768px) {
  .feature-page__imgbox {
    width: 348px;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__imgbox + .feature-page__imgbox {
    margin-top: 50px;
  }
}
.feature-page__imgbox__img {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .feature-page__imgbox__img {
    margin-bottom: 30px;
  }
}
.feature-page__small-wrap {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feature-page__point__item {
  padding: 15px;
  width: 48%;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__point__item {
    width: 420px;
    padding: 30px;
    border-radius: 20px;
  }
}
.feature-page__point__item--01 {
  background-color: #cae8ec;
}

.feature-page__point__item--02 {
  background: #fce2e0;
}

.feature-page__point__item--03 {
  background-color: #fee792;
}

.feature-page__point__item--tag {
  margin-bottom: 10px;
  margin-top: -20%;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .feature-page__point__item--tag {
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__point__item--tag {
    margin-top: -50px;
    margin-left: -30px;
  }
}
.feature-page__point__item--last {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .feature-page__point__item--last {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__point__item--last--tag {
    margin-top: -9%;
  }
}
.feature-page__point__item--title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__point__item--title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__point__item--text {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__point__img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__img01 {
    margin-top: -95px;
  }
}
.feature-page__at__first {
  max-width: 654px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first {
    margin-bottom: 80px;
  }
}
.feature-page__at__first__item {
  position: relative;
}

.feature-page__at__first__item:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item:before {
    width: 170px;
    height: 170px;
  }
}
.feature-page__at__first__item:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.feature-page__at__first__item--01 {
  margin-left: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--01 {
    margin-left: 30px;
  }
}
.feature-page__at__first__item--01:before {
  background-color: #9cc813;
}

.feature-page__at__first__item--01:after {
  background-image: url(../images/feature/at/icon01.png);
  width: 20px;
  height: 16px;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--01:after {
    width: 25px;
    height: 21px;
  }
}
.feature-page__at__first__item--02 {
  z-index: -1;
}

.feature-page__at__first__item--02:before {
  background-color: rgba(156, 200, 19, 0.8);
}

.feature-page__at__first__item--02:after {
  background-image: url(../images/feature/at/icon02.png);
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--02:after {
    width: 30px;
    height: 30px;
  }
}
.feature-page__at__first__item--03 {
  margin-right: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--03 {
    margin-right: 30px;
  }
}
.feature-page__at__first__item--03:before {
  background-color: #9cc813;
}

.feature-page__at__first__item--03:after {
  background-image: url(../images/feature/at/icon03.png);
  width: 23px;
  height: 17px;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--03:after {
    width: 28px;
    height: 22px;
  }
}
.feature-page__at__first__item--title {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .feature-page__at__first__item--title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__at__balloon {
    width: 845px;
  }
}
.feature-page__at-box {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .feature-page__at-box {
    margin-bottom: 50px;
  }
}
.feature-page__at-box__title--01:before {
  background-image: url(../images/feature/at/icon04.png);
  width: 38px;
  height: 38px;
}

.feature-page__process {
  position: relative;
  width: 45%;
}

@media screen and (min-width: 768px) {
  .feature-page__process {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__process:nth-of-type(n + 4) {
    margin-top: 84px;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__process:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__process:nth-of-type(2n):after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__process:nth-of-type(3n):after {
    display: none;
  }
}
.feature-page__process:last-of-type:after {
  display: none;
}

.feature-page__process:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #9cc813;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6.4vw;
}

@media screen and (min-width: 768px) {
  .feature-page__process:after {
    right: -2.2vw;
    border-width: 15px 0 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__process__wrap {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__process__wrap:after {
    content: "";
    display: block;
    width: 29%;
  }
}
.feature-page__process--deco {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .feature-page__process--deco--main {
    display: none;
  }
}
.feature-page__process--icon {
  background-image: url(../images/feature/flow/icon_house.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .feature-page__process--icon {
    width: 70px;
    height: 52px;
    font-size: 2.5rem;
  }
}
.feature-page__process--img {
  margin-top: 14px;
}

.feature-page__process--text {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__process--text {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-page__process__last {
    width: 70%;
    margin: 40px auto;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__process__last {
    width: 185px;
    margin-left: auto;
    margin-right: 80px;
    margin-top: -238px;
    margin-bottom: 50px;
  }
}
.feature-page__tab__btn {
  border-bottom: 2px solid #9cc813;
  display: flex;
  align-items: flex-end;
}

.feature-page__tab__btn--item {
  font-weight: 500;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(156, 200, 19, 0.3);
  cursor: pointer;
  transition: 0.5s;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__btn--item {
    font-size: 2.4rem;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__tab__btn--item:hover {
    opacity: 0.8;
  }
}
.feature-page__tab__btn .js-tab-active {
  background-color: rgba(156, 200, 19, 0.7);
  height: 40px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__btn .js-tab-active {
    height: 70px;
  }
}
.feature-page__tab__content {
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content {
    padding: 124px 0 0;
  }
}
.feature-page__tab__content--item {
  display: none;
}

.feature-page__tab__content .js-tab-active {
  display: block;
}

.feature-page__tab__content__main {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.feature-page__tab__content__main + .feature-page__tab__content__main {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__main + .feature-page__tab__content__main {
    margin-top: 70px;
  }
}
.feature-page__tab__content .js-acc .feature-page__tab__content__title:after {
  transform: rotate(90deg) translateY(-50%);
  top: 40%;
  right: 19px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content .js-acc .feature-page__tab__content__title:after {
    top: 42%;
  }
}
.feature-page__tab__content__title {
  border: 2px solid #9cc813;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__title {
    height: 70px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-page__tab__content__title:hover {
    opacity: 0.8;
  }
}
.feature-page__tab__content__title:before,
.feature-page__tab__content__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  right: 10px;
}

.feature-page__tab__content__title:before {
  border-top: 2px solid #333;
  width: 10px;
}

.feature-page__tab__content__title:after {
  border-left: 2px solid;
  transform: translateY(-50%);
  right: 14px;
  height: 10px;
}

.feature-page__tab__content__text {
  background-color: #f5fae4;
  font-weight: 500;
  border-bottom: 2px solid #9cc813;
  border-left: 2px solid #9cc813;
  border-right: 2px solid #9cc813;
  padding: 14px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__text {
    padding: 28px;
  }
}
.feature-page__tab__content__text__item {
  position: relative;
}

.feature-page__tab__content__text__item:after {
  content: "";
  display: block;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  right: 8px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__text__item:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.feature-page__tab__content__text__item + .feature-page__tab__content__text__item {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__text__item + .feature-page__tab__content__text__item {
    margin-top: 58px;
  }
}
.feature-page__tab__content__text--icon {
  text-align: center;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__text--icon {
    margin-right: 24px;
  }
}
.feature-page__tab__content__text--text {
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .feature-page__tab__content__text--text {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
.feature-page-accordion__text {
  display: none;
}

.feature-page__link {
  background-color: rgba(156, 200, 19, 0.2);
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  position: relative;
  padding: 20px 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .feature-page__link {
    font-size: 2rem;
    line-height: 1.75;
    padding: 40px 0;
    margin-top: 100px;
    margin-bottom: 110px;
  }
}
.feature-page__link:after {
  content: "";
  display: block;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  right: 10px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .feature-page__link:after {
    right: 20px;
  }
}
.shop-page__main {
  position: relative;
}

.shop-page__main__text {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .shop-page__main__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .shop-page__main__text {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.shop-page__main--btn {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  position: relative;
  font-size: 1.4rem;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(87, 87, 87, 0.2);
}

.shop-page__main--btn:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.shop-page__main--btn--hokkaido:after {
  border-color: #006bb6;
}

.shop-page__main--btn--tohoku:after {
  border-color: #2ea7e0;
}

.shop-page__main--btn--chubu:after {
  border-color: #8fc322;
}

.shop-page__main--btn--kanto:after {
  border-color: #00ad67;
}

.shop-page__main--btn--nishi:after {
  border-color: #f39800;
}

.shop-page__main--btn--nishi--deco {
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.shop-page__main--btn--nishi--deco:after,
.shop-page__main--btn--nishi--deco:before {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 33.33%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.shop-page__main--btn--nishi--deco:before {
  left: 0;
  border-color: #ea5711;
}

.shop-page__main--btn--nishi--deco:after {
  right: 0;
  border-color: #dde100;
}

.shop-page__main--btn--kyushu:after {
  border-color: #e54863;
}

.shop-page__main--btn:nth-of-type(n + 3) {
  margin-top: 20px;
}

.shop-page__main--sp {
  display: block;
  height: calc(100vh - 410px);
}

@media screen and (min-width: 768px) {
  .shop-page__main--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .shop-page__main--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shop-page__main--pc {
    display: block;
  }
}
.shop-page-detail__main__item {
  box-shadow: 0 0 20px 3px rgba(87, 87, 87, 0.2);
  border-left: 2px solid #9cc813;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .shop-page-detail__main__item {
    border-left: 3px solid #9cc813;
    padding: 26px 40px;
    width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .shop-page-detail__main__item--section {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .shop-page-detail__main__item--section:nth-of-type(even) {
    justify-content: flex-end;
  }
}
.shop-page-detail__main__item--section + .shop-page-detail__main__item--section {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .shop-page-detail__main__item--section + .shop-page-detail__main__item--section {
    margin-top: 40px;
  }
}
.shop-page-detail__main__item--title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .shop-page-detail__main__item--title {
    margin-bottom: 30px;
  }
}
.shop-page-detail__main__item--icon {
  color: #9cc813;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.shop-page-detail__main__item--icon:before {
  margin-right: 10px;
}

.shop-page-detail__main__item--icon + .shop-page-detail__main__item--icon {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .shop-page-detail__main__item__name {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop-page-detail__main__item .common-flex {
    flex-wrap: wrap;
  }
}
.document-page__first-text {
  max-width: 610px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  .document-page__first-text {
    white-space: nowrap;
    font-size: 1.9rem;
    margin-bottom: 60px;
  }
}
.document-page__first-box {
  max-width: 655px;
  width: 100%;
  margin: 0 auto 70px;
}

.document-page__first-item + .document-page__first-item {
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .document-page__first-item + .document-page__first-item {
    margin-left: 50px;
  }
}
.document-page__first-item__text {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: -0.08em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .document-page__first-item__text {
    font-size: 1.4rem;
  }
}
.document-page__first-btn {
  background-color: #9cc813;
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 570px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .document-page__first-btn {
    height: 70px;
    font-size: 2.2rem;
  }
}
.document-page__first-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(135deg);
  right: 10px;
}

@media screen and (min-width: 768px) {
  .document-page__first-btn:after {
    right: 20px;
  }
}
.document-page__listbox {
  max-width: 535px;
  width: 100%;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
}

.document-page__title-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .document-page__title-text {
    font-size: 1.8rem;
  }
}
.document-page__2col {
  max-width: 673px;
  margin: 30px auto 50px;
}

@media screen and (min-width: 768px) {
  .document-page__2col {
    margin-bottom: 230px;
  }
}
.document-page__2col__item {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .document-page__2col__item {
    width: 45%;
    margin: 64px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .document-page__2col__item + .document-page__2col__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .document-page__2col__item:nth-of-type(n + 3) {
    margin-top: 84px;
  }
}
.document-page__2col__item__box {
  border: 1px solid #9cc813;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .document-page__2col__item__box {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.document-page__2col__item--title {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .document-page__2col__item--title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    height: 65px;
  }
}
.document-page__2col__item--img {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .document-page__2col__item--img {
    margin-bottom: 20px;
  }
}
.document-page__2col__item--link {
  width: 80%;
  background-color: #9cc813;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .document-page__2col__item--link {
    width: 100%;
    font-size: 1.6rem;
    height: 60px;
  }
}
.contact-page .h-max {
  padding-bottom: 60vh;
}

.contact-page--btn {
  background-color: #9cc813;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  max-width: 460px;
  width: 100%;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .contact-page--btn {
    transition: 0.5s;
    padding: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-page--btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .contact-page--btn + .contact-page--btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contact-page--btn + .contact-page--btn {
    margin-left: 10px;
  }
}
.banner-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 80px;
}

.banner-inner div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .banner-inner {
    display: block;
  }
  .banner-inner img {
    width: 100%;
  }
  .banner-inner div {
    width: 100%;
  }
  .banner-inner div:last-child {
    margin-top: 60px;
  }
  .common-mv img {
    display: none;
  }
  main .common-mv img {
    display: block;
  }
}
.common-main {
  position: unset;
  margin-top: auto;
  margin-bottom: auto;
}

.feature-page__tab__content table,
td,
th {
  border: 1px solid;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

.feature__table-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.feature__table-wrap table {
  width: 200%;
  margin-top: 40px;
}

.tx-left {
  text-align: left;
  padding-left: 30px;
}

.feature__table-wrap table th {
  background-color: #8fc322;
}

.feature__table-wrap::-webkit-scrollbar {
  height: 8px;
  width: 100px;
  overflow: auto;
}

.feature__table-wrap::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 100px;
}

.feature__table-wrap::-webkit-scrollbar-thumb {
  background-color: #17585d;
  border-radius: 100px;
}

.u-dn-sp {
  display: block;
}

.u-dn-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-dn-sp {
    display: none;
  }
  .u-dn-pc {
    display: block;
  }
}
.feature-table__p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto;
  text-align: center;
  font-size: 18px;
}

.feature__table-wrap table tr:first-child {
  background-color: #8fc322;
}

.feature__table-wrap table caption {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.table-rigth {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.feature-page__tab__content__title:before {
  content: none;
}

.feature-page__tab__content__title:after {
  content: none;
}

.p-home__section02-inner02 table,
.p-home__section02-inner02 table td {
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
}

.p-home-tbale__inner table {
  width: 100%;
}

.p-home__table-wrap {
  width: 100%;
  margin: 0 auto;
}

.p-home__section02-inner02 table tr {
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02-inner02 table tr {
    font-size: 1.2rem;
  }
}
.p-home__section02-inner02 table tr:first-child {
  font-size: 2rem;
}

.p-home__section02-inner02 table tr:first-child td:last-child {
  font-size: 2.4rem;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02-inner02 table tr:first-child {
    font-size: 1.4rem;
  }
  .p-home__section02-inner02 table tr:first-child td:last-child {
    font-size: 1.8rem;
  }
}
.p-home__section02-inner02 table tr:first-child td {
  width: 30%;
}

.p-home__section02-inner02 table tr:last-child,
.p-home__section02-inner02 table tr:nth-child(11),
.p-home__section02-inner02 table tr:nth-child(12) {
  background-color: #d9d9d9;
}

.p-home__section02-inner02 table tr td:nth-child(4),
.p-home__section02-inner02 table tr td:nth-child(5) {
  width: 20%;
}

.p-home__section02-inner02 table tr td {
  padding: 0 0.5rem;
}

.p-home__section02-inner02 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8rem auto 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-inner02 {
    margin: 16vw auto 10.6666666667vw;
  }
}

.p-insulation__section01 .p-home__section02-heading {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01 .p-home__section02-heading {
    font-size: 6.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02-heading {
    font-size: 2.8rem;
    margin-bottom: 1.7rem;
  }
}
.p-home__section02-heading span {
  font-size: 2.8rem;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02-heading span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sp-img02 {
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-tbale__inner {
    padding: 0 2rem;
  }
}
.p-home__section02-inner02 .p-home-tbale__inner:nth-child(2),
.p-home__section02-inner02 .p-home-tbale__inner:nth-child(3),
.p-home__section02-inner02 .p-home-tbale__inner:last-child {
  padding-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-inner02 .p-home-tbale__inner:nth-child(2),
  .p-home__section02-inner02 .p-home-tbale__inner:nth-child(3),
  .p-home__section02-inner02 .p-home-tbale__inner:last-child {
    padding-top: 16vw;
  }
}

.sample {
  max-width: 110rem;
  width: 90%;
}

.sapmle img {
  width: 100%;
}

.sample02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sample02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (min-width: 85.4375em) {
  .sample02 img {
    object-fit: fill;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sample02 img {
    object-fit: fill;
  }
}
.p-home__section02-img {
  position: absolute;
  z-index: -1;
}

.p-home__section02 .p-home__section02-img:first-child {
  top: 34%;
  left: -4%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:first-child {
    left: -8%;
    width: 30%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(2) {
  top: 16%;
  right: -10%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(2) {
    top: 12%;
    width: 30%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(3) {
  left: -8%;
  top: 80%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(3) {
    width: 30%;
    top: 78%;
    left: -10%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(4) {
  right: -20%;
  top: 40%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(4) {
    width: 60%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(5) {
  left: -30%;
  top: 16%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(5) {
    width: 80%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(6) {
  left: -30%;
  top: 60%;
}

.p-home__section02 .p-home__section02-img:nth-child(7) {
  right: -30%;
  top: 80%;
}

.p-home__section02 .p-home__section02-img:nth-child(8) {
  right: -3%;
  top: 56%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(8) {
    right: -6%;
    width: 30%;
    top: 58%;
  }
}
.p-home__section02 .p-home__section02-img:nth-child(9) {
  right: -3%;
  top: 72%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02 .p-home__section02-img:nth-child(9) {
    right: -6%;
    width: 30%;
  }
}
.u-bg-green-strong {
  background-color: #6f9814;
}

.u-bg-green-right {
  background-color: #a8cf17;
}

.u-bg-blue-right {
  background-color: #05a393;
}

.u-bg-gray-nl {
  background-color: #dddddd;
}

.u-bg-red-nl {
  background-color: #ec7b86;
}

.u-bg-right-pink {
  background-color: #fa6b8c;
}

.u-bg-gray-right {
  background-color: #d9d9d9;
}

.u-bg-cream-nl {
  background-color: #eeece1;
}

.u-bg-red-strong {
  background-color: #f71702;
}

.u-bg-yellow-nl {
  background-color: #ffff00;
}

.u-bg-orange-nl {
  background-color: #fbc000;
}

.u-bg-blue-nl {
  background-color: #1d70c0;
}

.l-footer__item-wrap {
  display: flex;
  justify-content: flex-end;
  column-gap: 3rem;
}

.l-footer__item-wrap .footer__item {
  width: 24%;
}

.l-footer__item-wrap .footer__item:last-child {
  width: 16%;
}

.l-footer__item-wrap .footer__item:nth-child(3) {
  width: 22%;
}

.l-footer__item-wrap .footer__item:nth-child(1) {
  width: 24%;
}

.p-catalog__section01-img01 {
  width: 32%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section01-img01 {
    width: 62%;
  }
}

.p-catalog__section01 .document-page__first-btn {
  height: 9.4rem;
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section01 .document-page__first-btn {
    height: 16vw;
    font-size: 3.2vw;
    text-align: left;
    justify-content: flex-start;
    padding-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-catalog__section01 .document-page__first-btn:after {
  content: none;
}

.p-catalog__section01 .document-page__first-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section01 .document-page__first-btn img {
    width: 4.8vw;
  }
}

.p-catalog__section02-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10rem;
  row-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section02-wrap {
    margin-top: 5.3333333333vw;
    row-gap: 10.6666666667vw;
  }
}

.p-catalog__section02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section02 {
    margin-top: 5.3333333333vw;
  }
}

.p-catalog__section02-item {
  width: 42%;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section02-item {
    width: 96%;
  }
}

.p-catalog__section02-item img {
  box-shadow: 0px 3px 6px 0px rgba(97, 97, 97, 0.16);
}

.p-catalog__section02-item p {
  display: block;
  text-align: center;
  background-color: #9cc813;
  color: #ffffff;
  margin-top: 1.5rem;
  height: 5.2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section02-item p {
    height: 13.8666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.p-catalog__section02-item p img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__section02-item p img {
    right: 4vw;
    width: 4.2666666667vw;
  }
}

.catalog-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .catalog-title {
    font-size: 2rem;
    margin-bottom: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .catalog-title .common-text--large {
    font-size: 2rem;
  }
}

.p-catalog__txt {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-catalog__txt {
    margin-bottom: 2.6666666667vw;
  }
}

.feature-page__txt {
  margin-bottom: -7rem;
}

.comparison-txt {
  font-size: 18px;
}

.p-document__section-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-document__section-wrap {
    justify-content: center;
    row-gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.p-document__section-item {
  width: 22.78%;
  max-width: 230px;
  margin-right: min(40px, 2.9282576867vw);
}
@media only screen and (max-width: 47.9375em) {
  .p-document__section-item {
    width: 90%;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-document__section-item img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-document__section-item:nth-child(4n) {
  margin-right: 0;
}

.p-document__section-item p {
  display: block;
  background-color: #9cc813;
  color: #ffffff;
  margin-top: 1.5rem;
  height: 8.1rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-document__section-item p {
    height: 16vw;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.p-alpha__box01 img {
  width: 90rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box01 img {
    width: 100%;
  }
}

.p-alpha__box01 h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #00903b;
  margin-top: 3rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box01 h3 {
    font-size: 5.8666666667vw;
    margin-top: 8vw;
  }
}

.p-alpha__box-02 h3 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box-02 h3 {
    margin-top: 10.6666666667vw;
  }
}

.p-alpha__box01 p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box01 p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-alpha__box02 {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box02 {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.p-alpha__title h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__title h2 {
    font-size: 6.4vw;
    padding-bottom: 1rem;
  }
}

.p-alpha__title h2::before {
  position: absolute;
  content: "";
  width: 45.5rem;
  height: 0.3rem;
  background-color: #9cc813;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__title h2::before {
    width: 90%;
  }
}

.p-alpha__title p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__title p {
    font-size: 3.7333333333vw;
    margin-top: 9.3333333333vw;
  }
}

.p-alpha__box03 img {
  width: 60rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box03 img {
    width: 100%;
    margin-top: 16vw;
  }
}

.p-alpha__box04 img {
  width: 90rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box04 img {
    width: 100%;
    margin-top: 16vw;
  }
}

.p-alpha__box {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box {
    margin-top: 16vw;
  }
}

.p-alpha__box11 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box11 {
    margin-top: 16vw;
  }
}

.p-alpha__box11 .common-btn {
  background-color: orange;
  color: white;
  font-weight: 700;
}

.p-alpha__box12 .common-btn {
  background-color: orange;
  color: white;
  font-weight: 700;
}

.p-alpha__box05-img {
  width: 90rem;
  margin: 8rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__box05-img {
    width: 100%;
    margin: 16vw auto;
  }
}

.p-at__box01 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box01 {
    margin-top: 16vw;
  }
}

.p-at__box02 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box02 {
    margin-top: 16vw;
  }
}

.p-at__box02 img {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box02 img {
    margin-bottom: 16vw;
  }
}

.p-at__box01-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box01-item {
    display: block;
  }
}

.p-at__box01-item p {
  font-size: 1.5rem;
  line-height: 2;
  width: 54%;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box01-item p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-at__box01-item div {
  width: 20%;
}
@media only screen and (max-width: 47.9375em) {
  .p-at__box01-item div {
    width: 70%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
}

.p-alpha__title .p-flow__title-txt {
  margin-top: 8rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-alpha__title .p-flow__title-txt {
    margin-top: 10.6666666667vw;
  }
}

.p-flow__section01-item {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item {
    margin-top: 16vw;
    display: block;
  }
}

.p-flow__section01-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-flow__section01-item-title {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-title {
    column-gap: 2.6666666667vw;
  }
}

.p-flow__section01-item-title h3 {
  font-size: 10rem;
  font-family: "Arial", sans-serif;
  color: #9cc813;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-title h3 {
    font-size: 16vw;
  }
}

.p-flow__section01-item-title p {
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-title p {
    font-size: 5.8666666667vw;
  }
}

.p-flow__section01-item-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  background-color: #f0f7dc;
  height: 12.3rem;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    height: auto;
    padding: 5.3333333333vw;
  }
}

.p-flow__section01-item:nth-child(9) .p-flow__section01-item-txt-box {
  width: 43%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item:nth-child(9) .p-flow__section01-item-txt-box {
    width: 100%;
  }
}

.p-flow__section01-item:nth-child(9) .p-flow__section01-item-img {
  width: 53%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item:nth-child(9) .p-flow__section01-item-img {
    width: 100%;
  }
}

.p-flow__section01-item-txt-box {
  width: 63%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-txt-box {
    width: 100%;
  }
}

.p-flow__section01-item-txt img {
  position: absolute;
  bottom: 78%;
  right: 0;
  width: 23%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-txt img {
    width: 20%;
    bottom: 92%;
  }
}

.p-flow__section01-item-img {
  width: 34rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section01-item-img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-flow__section01-item-img img {
  width: 100%;
  border-radius: 2rem;
}

.p-flow__section02-box {
  margin: 8rem 0 6rem;
  background-color: #9cc813;
  border-radius: 2rem;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-box {
    margin: 16vw 0 10.6666666667vw;
    padding: 5.3333333333vw;
  }
}

.p-flow__section02-item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item {
    display: block;
  }
}

.p-flow__section02-item-txt h3 {
  position: relative;
}

.p-flow__section02-item-txt h3 p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #006933;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 1rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-txt h3 p {
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}

.p-flow__section02-item-txt h3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-txt h3 img {
    width: 36%;
  }
}

.p-flow__section02-item-txt p {
  font-size: 1.5rem;
  color: white;
  line-height: 2;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-txt p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-flow__section02-item-txt {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-txt {
    width: 100%;
  }
}

.p-flow__section02-item-img {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-img {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-flow__section02-item-img .common-movie a:before {
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-img .common-movie a:before {
    width: 16vw;
    height: 16vw;
  }
}

.p-flow__section02-item-img .common-movie a:after {
  border-width: 18px 0 18px 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__section02-item-img .common-movie a:after {
    border-width: 3.7333333333vw 0 3.7333333333vw 6.4vw;
  }
}

.p-about_img01 {
  width: 30rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about_img01 {
    width: 80%;
    margin-bottom: 4vw;
  }
}

.p-about_img02 {
  width: 94%;
  margin: 0 auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about_img02 {
    margin-top: 10.6666666667vw;
  }
}

.p-about__section01-box {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-box {
    margin-top: 21.3333333333vw;
    display: block;
  }
}

.p-about__section01-item {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-item {
    width: 100%;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-about__section01-item:first-child {
    margin-top: 0;
  }
}

.p-about_img04 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about_img04 {
    margin-top: 8vw;
  }
}

.p-about__section01-item p {
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-item p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-about__section01-txt {
  margin-top: 5rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-txt {
    margin-top: 10.6666666667vw;
    column-gap: 2.1333333333vw;
  }
}

.p-about__section01-txt span {
  display: block;
  padding-top: 0.9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-txt span {
    padding-top: 2.1333333333vw;
  }
}

.p-about__section01-txt p {
  line-height: 2;
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section01-txt p {
    font-size: 3.2vw;
  }
}

.p-about__section02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02 {
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-about__section02 .p-flow__title-txt {
    text-align: left;
  }
}

.p-about__section02-box {
  background-color: #9cc813;
  border-radius: 2rem;
  margin-top: 8rem;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-box {
    margin-top: 16vw;
    padding: 5.3333333333vw;
  }
}

.p-about__section02-box h3 {
  position: relative;
}

.p-about__section02-box h3 p {
  position: relative;
  z-index: 2;
  padding-top: 2.6rem;
  padding-left: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #006933;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-box h3 p {
    font-size: 5.8666666667vw;
    padding-top: 0;
    padding-left: 0;
  }
}

.p-about__section02-box h3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-box h3 img {
    width: 20%;
  }
}

.p-about__section02-item-wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item-wrap {
    margin-top: 10.6666666667vw;
  }
}

.p-about__section02-item-wrap02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item-wrap02 {
    margin-top: 10.6666666667vw;
  }
}

.p-about__section02-item-wrap h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #00903b;
  line-height: 1.7;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item-wrap h4 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

.p-about__section02-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item {
    display: block;
  }
}

.p-about__section02-item p {
  font-size: 1.5rem;
  line-height: 2;
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-about__section02-item-img {
  width: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__section02-item-img {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-insulation__section01-img01 {
  width: 53.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-img01 {
    width: 100%;
  }
}

.p-insulation__section01 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01 h3 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-insulation__section01-box {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-box {
    margin-top: 10.6666666667vw;
  }
}

.p-insulation__section01-box p {
  width: 80rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-box p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-insulation__section01-img02 {
  width: 90rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-img02 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-insulation__section01-box02 {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-box02 {
    margin-top: 21.3333333333vw;
    display: block;
  }
}

.p-insulation__section01-box02 div {
  width: 42%;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-box02 div {
    width: 100%;
  }
}

.p-insulation__section01-box02 p {
  width: 48%;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-box02 p {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-insulation__section01-img03 {
  width: 98%;
  margin: 0 auto;
  margin: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01-img03 {
    width: 100%;
    margin: 16vw 0;
  }
}

.p-insulation-under__section01 h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section01 h3 {
    font-size: 5.8666666667vw;
  }
}

.p-insulation-under__section01-txt01 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section01-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-insulation-under__section01-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section01-box {
    margin-top: 16vw;
    width: 100%;
  }
}

.p-insulation-under__section01-box div {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 14%;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section01-box div {
    width: 12%;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.p-insulation-under__section01-box div a {
  display: block;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section01-box div a {
    margin-top: 2.1333333333vw;
    pointer-events: none;
  }
}

.p-insulation-under__section01-box div a:last-child {
  pointer-events: none;
}

.p-insulation-under__section02 #nav01 {
  padding-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation-under__section02 #nav01 {
    padding-top: 13.3333333333vw;
  }
}

.p-insulation__section01 .p-home__section02-heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 3px solid #9cc813;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-insulation__section01 .p-home__section02-heading {
    margin-bottom: 5.3333333333vw;
  }
}

.point-img01 img {
  width: 100%;
}

.p-certification__section-box {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-box {
    margin-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }
}

.p-certification__section-box02 {
  margin-top: 11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-box02 {
    margin-top: 24vw;
  }
}

.p-certification__section-box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-box h3 {
    font-size: 5.3333333333vw;
  }
}

.p-certification__section-item {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 4.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 3rem;
  width: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item {
    display: block;
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
    width: 100%;
  }
}

.p-certification__section-item-box div {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item-box div {
    margin-top: 5.3333333333vw;
  }
}

.p-certification__section-item-box div:first-child {
  margin-top: 0;
}

.p-certification__section-item-box {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item-box {
    width: 100%;
  }
}

.p-certification__section-item03 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80rem;
  margin: 0 auto;
  margin-top: 4.6rem;
  row-gap: 4.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item03 {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.p-certification__section-item01 a {
  display: block;
  width: 100%;
  padding: 2.8rem 1rem;
  background-color: #9cc813;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item01 a {
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    padding: 6.4vw 0;
  }
}

.p-certification__section-item02 a {
  display: block;
  width: 20rem;
  padding: 2.8rem 0;
  background-color: #9cc813;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item02 a {
    width: 80%;
    padding: 6.4vw 0;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
}

.p-certification__section-item03 a {
  display: block;
  width: 35rem;
  padding: 2.8rem 0;
  background-color: #9cc813;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-certification__section-item03 a {
    width: 80%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    padding: 6.4vw 0;
  }
}

.certification-form {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .certification-form {
    margin-top: 21.3333333333vw;
  }
}

.certification-form td {
  border: none;
}

.certification-form th {
  border: none;
}

.certification-form-txt {
  text-align: left;
  font-weight: 700;
}

.txt-st01 {
  color: #d51f1f;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.certification-form-last th {
  vertical-align: baseline;
}

.c-table-txt {
  font-size: 3rem;
  color: #fa6b8c;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt {
    font-size: 2.4rem;
  }
}
.c-table-txt02 {
  color: #fa6b8c;
  font-weight: 900;
}

.c-table-txt03 {
  color: #1d70c0;
  font-weight: 900;
}

.c-table-txt04 {
  font-size: 1.2rem;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt04 {
    font-size: 1rem;
  }
}
.c-table-txt05 {
  font-size: 1.4rem !important;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt05 {
    font-size: 1rem !important;
  }
}
.c-table-txt06 {
  color: #fa6b8c;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt06 {
    font-size: 1.6rem;
  }
}
.c-table-txt07 {
  color: #fa6b8c;
  font-weight: 900;
  font-size: 2.8rem;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt07 {
    font-size: 2.2rem;
  }
}
.c-table-txt08 {
  color: #1d70c0;
  font-weight: 900;
  font-size: 2.8rem;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt08 {
    font-size: 2.2rem;
  }
}
.c-table-txt09 {
  color: #1d70c0;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
}

@media only screen and (max-width: 47.9375em) {
  .c-table-txt09 {
    font-size: 1.6rem;
  }
}
.u-fw-strong-bold {
  font-weight: 900;
}

.feature__table-wrap a {
  color: #9cc813;
  font-weight: 500;
  font-size: 2rem;
  text-decoration-line: underline;
}

.feature__table-wrap a:hover {
  opacity: 0.7;
}

.common-accordion__text strong {
  font-weight: 700;
}

.common-accordion__text p {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .common-accordion__text p {
    margin-top: 1rem;
  }
}

.common-accordion__text p:first-child {
  margin-top: 0;
}

.u-mt-20 {
  margin-top: 2rem;
}

.table-form td,
.table-form th {
  border: none;
}

.table-form--check label span {
  text-align: left;
}

.p-bio__txt-wrap01 {
  outline: 4px solid #2ca6e0;
  outline-offset: 10px;
  border: 1px solid #2ca6e0;
  margin: 20px;
  border-radius: 3rem;
  padding: 4rem 0;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__txt-wrap01 {
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin: 2.6666666667vw;
    margin-top: 10.6666666667vw;
    outline: 0.8vw solid #2ca6e0;
    outline-offset: 1.6vw;
    border: 0.2666666667vw solid #2ca6e0;
  }
}

.p-bio__txt-wrap01 p {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__txt-wrap01 p {
    font-size: 4.2666666667vw;
  }
}

.p-bio__txt-wrap01 p span {
  font-weight: 800;
  background: linear-gradient(transparent 70%, #faed00 70%);
}

.p-bio__txt-wrap01 p sup {
  vertical-align: 50%;
  font-size: 1.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__txt-wrap01 p sup {
    font-size: 2.9333333333vw;
  }
}

.p-bio__content01 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__content01 {
    margin-top: 16vw;
  }
}

.p-bio__item01 {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item01 {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-bio__item01-txt {
    width: 100%;
  }
}

.p-bio__item01:first-child {
  margin-top: 0;
}

.p-bio__item01-txt div {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item01-txt div {
    column-gap: 2.6666666667vw;
  }
}

.p-bio__item01-txt div h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #036eb7;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item01-txt div h3 {
    font-size: 5.8666666667vw;
  }
}

.p-bio__item01-txt p {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item01-txt p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-bio__item01-img {
  width: 20.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item01-img {
    width: 54.6666666667vw;
  }
}

.p-bio__img02 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__img02 {
    margin-top: 16vw;
  }
}

.p-bio__content-wrap {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__content-wrap {
    margin-top: 16vw;
  }
}

.p-bio__content02 {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__content02 {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-bio__item02 {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item02 {
    width: 100%;
  }
}

.p-bio__item02 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #006733;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item02 h3 {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}

.p-bio__item02-img {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item02-img {
    margin-top: 5.3333333333vw;
  }
}

.p-bio__item02 p {
  margin-top: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__item02 p {
    margin-top: 2.6666666667vw;
  }
}

.p-bio__content-wrap02 {
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__content-wrap02 {
    margin-top: 21.3333333333vw;
  }
}

.p-bio__img03 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__img03 {
    margin-top: 18.6666666667vw;
  }
}

.p-bio__title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.p-bio__title img {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 24rem;
  margin-left: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bio__title img {
    margin-left: 0;
    width: 26.6666666667vw;
    left: auto;
    right: -10.6666666667vw;
    top: 13.3333333333vw;
  }
}

.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
.u-d-i {
  display: inline;
}
.u-d-t {
  display: table;
}
.u-d-tc {
  display: table-cell;
}
.u-d-n {
  display: none;
}
.u-d-f {
  display: flex;
}

@media all and (min-width: 64.0625em) {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media print {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-d-tb-b {
    display: block;
  }
  .u-d-tb-ib {
    display: inline-block;
  }
  .u-d-tb-i {
    display: inline;
  }
  .u-d-tb-t {
    display: table;
  }
  .u-d-tb-tc {
    display: table-cell;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-d-sp-b {
    display: block;
  }
  .u-d-sp-ib {
    display: inline-block;
  }
  .u-d-sp-i {
    display: inline;
  }
  .u-d-sp-t {
    display: table;
  }
  .u-d-sp-tc {
    display: table-cell;
  }
}
.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */</pre></body></html>