@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

.pc-only {
  display: block !important;
}

.pc2-only {
  display: block !important;
}

.pc-flexOnly {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tab-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

.sp2-only {
  display: none !important;
}

/* arrange
----------------------------------------------*/
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

/* padding-top */
.pt40 {
  padding-top: 4rem !important;
}

/* font size */
.f-12 {
  font-size: 1.2rem !important;
}

.f-small {
  font-size: 1.4rem !important;
}

.f-normal {
  font-size: 1.4rem !important;
}

.f-large {
  font-size: 1.8rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-22 {
  font-size: 2.2rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

/* font color */
.fc-main {
  color: var(--main-color);
}

.fc-black {
  color: #2d2d2d !important;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

@media (max-width: 1080px) {
  .pc-only {
    display: none !important;
  }
  .pc-flexOnly {
    display: none !important;
  }
  .tab-only {
    display: block !important;
  }
  .sp-only {
    display: block !important;
  }
  .wrap {
    padding: 0 20px;
  }
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 764px) {
  .pc2-only {
    display: none !important;
  }
  .sp2-only {
    display: block !important;
  }
}
html.hidden {
  overflow: hidden;
}
@media (min-width: 1080px) {
  html.hidden {
    overflow: visible;
  }
}

body.hidden {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
@media (min-width: 1080px) {
  body.hidden {
    overflow: visible;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

a:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-base {
  background-color: #e0fce3;
}

header {
  position: fixed;
  top: 12px;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 1080px) {
  header {
    top: 0px;
  }
}
header .l-header {
  padding: 10px 30px;
  border-radius: 80px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px #ddd;
          box-shadow: 0 0 6px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  header .l-header {
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
  }
}
header h1 {
  max-width: 155px;
  width: 100%;
}
@media (max-width: 1080px) {
  header h1 {
    max-width: 140px;
  }
}
header .sp-logo {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-logo {
    display: block;
    padding: 40px 13px 50px;
  }
  header .sp-logo img {
    max-width: 120px;
    width: 100%;
  }
}
header .sp-trig {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-trig.close {
    display: block;
  }
}

@media (max-width: 1080px) {
  header {
    background-color: #008c0d;
  }
  .nav-wrap {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    right: -100%; /* 初期状態は隠す */
    top: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .nav-wrap::after {
    content: "";
    background: #008c0d;
    background-image: url(../img/common/sp-nav-bg.png);
    background-repeat: no-repeat;
    background-size: 70px;
    height: 100%;
    width: 70px;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .nav-wrap nav {
    height: 100%;
    margin-top: 0;
  }
  .nav-wrap nav ul {
    width: calc(100% - 70px);
    height: 100%;
    gap: 36px;
    padding-left: 28px;
  }
  .nav-wrap.active {
    -webkit-animation: slide-in 0.6s forwards;
            animation: slide-in 0.6s forwards;
  }
  .nav-wrap.active::after {
    position: fixed;
  }
  .nav-wrap.active .sp-trig.open {
    position: fixed;
    display: block;
  }
  .sp-trig {
    width: 37px;
    height: 40px;
    position: fixed;
    top: 50px;
    right: 14px;
  }
  .sp-trig span {
    background-color: #008c0d;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .sp-trig span:nth-child(1) {
    height: 3px;
  }
  .sp-trig span:nth-child(2) {
    height: 2px;
    width: 26px;
  }
  .sp-trig span:nth-child(3) {
    height: 1px;
    margin-bottom: 0;
  }
  .sp-trig.open {
    z-index: 10;
    top: 63px;
  }
  .sp-trig.open span {
    background-color: #ffffff;
  }
  .sp-trig.open span:nth-child(1) {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    margin-bottom: 0;
  }
  .sp-trig.open span:nth-child(2) {
    display: none;
  }
  .sp-trig.open span:nth-child(3) {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .sp-trig.close.none {
    display: none;
  }
}
.nav-wrap.hide {
  -webkit-animation: slide-out 0.3s forwards;
          animation: slide-out 0.3s forwards; /* アニメーションを適用 */
}

@-webkit-keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}

@keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}
@-webkit-keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
@keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1080px) {
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-nav__item a {
  color: #333333;
  font-weight: normal;
  font-size: 1.8rem;
}
@media (max-width: 1080px) {
  .l-nav__item a {
    color: #ffffff;
  }
}
.l-nav__item a::after {
  content: "▼";
  color: #008c0d;
  padding-left: 5px;
}
.l-nav__item--contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-nav__item--contact a {
  display: block;
  background-image: linear-gradient(91deg, rgb(248, 111, 0), rgb(250, 186, 34));
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}
.l-nav__item--contact a::after {
  content: none;
}

@media (max-width: 1080px) {
  .l-nav__wrap {
    display: none;
  }
  header.open .l-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    margin-top: 0;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    padding: 50px 30px;
    background-color: #008c0d;
  }
}
#sp-trig {
  display: none;
}

@media (max-width: 1080px) {
  #sp-trig {
    display: block;
    width: 45px;
    height: 72px;
    position: fixed;
    top: 0;
    right: 15px;
    cursor: pointer;
    z-index: 1;
  }
  #sp-trig span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #008c0d;
    height: 2px;
  }
  #sp-trig span:nth-child(1) {
    top: 24px;
  }
  #sp-trig span:nth-child(2) {
    top: 34px;
  }
  #sp-trig span:nth-child(3) {
    top: 45px;
  }
  #sp-trig.open span:nth-child(1) {
    top: 27px;
    -webkit-transform: translateY(0.6rem) rotate(-15deg);
            transform: translateY(0.6rem) rotate(-15deg);
  }
  #sp-trig.open span:nth-child(2) {
    opacity: 0;
  }
  #sp-trig.open span:nth-child(3) {
    top: 39px;
    -webkit-transform: translateY(-0.6rem) rotate(15deg);
            transform: translateY(-0.6rem) rotate(15deg);
  }
}
.l-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-inline: 20px;
}

.l-inner__left {
  -webkit-padding-start: min(6.94vw, 100px);
          padding-inline-start: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .l-inner__left {
    padding-inline: 0px;
  }
}

.l-main-title__inner {
  padding-top: 270px;
  padding-inline: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .l-main-title__inner {
    padding-inline: 20px;
  }
}

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

.js-load-fade {
  opacity: 0;
}

.js-load-fade.active, .js-scroll-fade.active {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-footer {
  background-color: #1db72b;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  font-size: 1.6rem;
}
@media (max-width: 1080px) {
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}
@media (max-width: 1080px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1080px) {
  .l-footer__nav {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-footer__nav li a {
  font-weight: 500;
  color: #ffffff;
}
.l-footer__copy {
  background-color: #333333;
  padding: 30px 20px;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

.c-ttl__01 {
  font: bold 2.8rem/1.5 "Noto Sans JP", serif;
  color: #008c0d;
  position: relative;
  text-align: center;
}
@media (max-width: 1080px) {
  .c-ttl__01 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.c-ttl__01--center {
  text-align: center;
}

.c-ttl__02 {
  font-size: 2.4rem;
  color: #008c0d;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .c-ttl__02 {
    font-size: 2rem;
  }
}

.c-ttl__03 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-ttl__03 p {
  font-size: 3.6rem;
  color: #008c0d;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 764px) {
  .c-ttl__03 p {
    font-size: 2.4rem;
  }
}
.c-ttl__03 span {
  display: inline-block;
  padding-top: 10px;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 764px) {
  .c-ttl__03 span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-ttl__03::before {
  content: "";
  display: block;
  width: 20px;
  height: 120px;
  border: 2px solid #008c0d;
  border-right: none;
}
@media (max-width: 764px) {
  .c-ttl__03::before {
    width: 15px;
  }
}
.c-ttl__03::after {
  content: "";
  display: block;
  width: 20px;
  height: 120px;
  border: 2px solid #008c0d;
  border-left: none;
}
@media (max-width: 764px) {
  .c-ttl__03::after {
    width: 15px;
  }
}
.c-ttl__03 div {
  position: relative;
  padding-left: 120px;
}
@media (max-width: 764px) {
  .c-ttl__03 div {
    padding-left: 90px;
  }
}
.c-ttl__03 div::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../img/select/img_select01.png);
  background-repeat: no-repeat;
  background-size: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 764px) {
  .c-ttl__03 div::before {
    background-size: 80px;
    width: 80px;
    height: 80px;
  }
}

.c-ttl__area {
  padding: 80px 20px 60px;
}
@media (max-width: 764px) {
  .c-ttl__area {
    padding: 40px 0px 40px;
  }
}

.c-ttl__commpany div {
  position: relative;
  padding-left: 120px;
}
@media (max-width: 764px) {
  .c-ttl__commpany div {
    padding-left: 80px;
  }
}
.c-ttl__commpany div::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../img/select/img_select01.png);
  background-repeat: no-repeat;
  background-size: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 764px) {
  .c-ttl__commpany div::before {
    background-size: 80px;
    width: 80px;
    height: 80px;
  }
}

.c-ttl__general div {
  position: relative;
  padding-left: 120px;
}
.c-ttl__general div::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../img/select/img_select02.png);
  background-repeat: no-repeat;
  background-size: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 764px) {
  .c-ttl__general div::before {
    background-size: 80px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 764px) {
  .c-ttl__general div {
    padding-left: 90px;
  }
}

.u-filter__gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u-filter__gray:hover {
  -webkit-filter: none;
          filter: none;
}
.u-filter__gray img:hover {
  -webkit-filter: none;
          filter: none;
}
.u-filter__brightness {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.u-filter__brightness:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.u-image-scale {
  overflow: hidden;
}
.u-image-scale img {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.u-image-scale img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.u-bg__base {
  background-color: #e0fce3;
}

.u-note__kome {
  position: relative;
  font-size: 1.4rem;
  padding-left: 16px;
}
.u-note__kome::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}

.p-about__inner {
  -webkit-padding-start: min(6.94vw, 100px);
          padding-inline-start: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .p-about__inner {
    padding-inline: 20px;
  }
}
.p-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.6vw, 95px);
}
@media (max-width: 1080px) {
  .p-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1080px) {
  .p-about__flex {
    gap: 82px;
  }
}
.p-about__content {
  padding-block: 50px;
}
@media (max-width: 1080px) {
  .p-about__content {
    padding-block: 0px;
  }
}
.p-about__textBox {
  padding-block: 117px 107px;
}
@media (max-width: 1080px) {
  .p-about__textBox {
    padding-block: 0 50px;
  }
}
.p-about__subTitle--en {
  font-family: "Noto Sans JP", serif;
  font-size: min(3vw, 4.3rem);
  font-weight: 900;
  line-height: 1.45;
  color: #008c0d;
}
@media (max-width: 1080px) {
  .p-about__subTitle--en {
    font-size: 2.1rem;
  }
}
.p-about__subTitle--ja {
  font-size: min(1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-about__subTitle--ja {
    font-size: 1.7rem;
    margin-top: 40px;
  }
}
.p-about__text {
  max-width: min(43.06vw, 620px);
  padding-top: 34px;
  font-size: min(1.39vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-about__text {
    font-size: 1.5rem;
    max-width: 515px;
    padding-top: 25px;
  }
}
.p-about__image {
  max-width: min(35.76vw, 515px);
  width: 100%;
}
@media (max-width: 1080px) {
  .p-about__image {
    max-width: 515px;
  }
}
.p-about__btn {
  text-align: right;
}
@media (max-width: 1080px) {
  .p-about__btn {
    text-align: center;
  }
}
.p-about__btn a {
  display: inline-block;
  max-width: 167px;
  width: 100%;
  height: 55px;
  border: 1px solid #008c0d;
  border-radius: 22px;
  font: 400 1.9rem/55px "Noto Sans JP", serif;
  text-align: center;
}

.p-mission {
  position: relative;
  margin-top: -40px;
}
.p-mission__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 207, 24, 0.4784313725);
          box-shadow: 0 0 6px rgba(0, 207, 24, 0.4784313725);
  border-radius: 6px;
  padding: 60px 80px 0;
}
@media (max-width: 1080px) {
  .p-mission__inner {
    padding: 60px 20px 0;
  }
}
.p-mission__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 80px;
}
@media (max-width: 1080px) {
  .p-mission__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 764px) {
  .p-mission__flex {
    margin-top: 30px;
    gap: 40px;
  }
}
.p-mission__textBox {
  width: calc(100% - 280px);
}
@media (max-width: 1080px) {
  .p-mission__textBox {
    width: 100%;
  }
}
.p-mission__textBox h3 {
  font: 600 2.4rem/1.5 "Noto Sans JP", serif;
  color: #008c0d;
}
@media (max-width: 764px) {
  .p-mission__textBox h3 {
    font-size: 1.8rem;
  }
}
.p-mission__textBox p {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 764px) {
  .p-mission__textBox p {
    font-size: 1.4rem;
  }
}
.p-mission__image {
  max-width: 200px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 764px) {
  .p-mission__image {
    max-width: 150px;
  }
}

.p-contact {
  background: url(../img/contact/bg_contact.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
}
@media (max-width: 764px) {
  .p-contact {
    padding: 60px 20px;
  }
}
.p-contact__box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding-block: 20px;
}
@media (max-width: 764px) {
  .p-contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 20px;
    gap: 20px;
  }
}
.p-contact__box figure {
  max-width: 100px;
  width: 100%;
  margin-right: 60px;
}
@media (max-width: 764px) {
  .p-contact__box figure {
    margin-right: 0;
    max-width: 70px;
  }
}
.p-contact__textBox {
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
}
@media (max-width: 764px) {
  .p-contact__textBox {
    width: 100%;
    margin-left: 0px;
  }
}
.p-contact__textBox h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
}
.p-contact__btn {
  margin-top: 45px;
  max-width: 370px;
  width: 100%;
}
@media (max-width: 764px) {
  .p-contact__btn {
    margin-top: 20px;
  }
}
.p-contact__btn a {
  display: block;
  padding: 18px;
  max-width: 370px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 102, 0)), color-stop(50%, rgb(255, 198, 0)), to(rgb(255, 102, 0)));
  background: linear-gradient(-90deg, rgb(255, 102, 0) 0%, rgb(255, 198, 0) 50%, rgb(255, 102, 0) 100%);
  border: 4px solid #ffe59e;
  border-radius: 60px;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 8px #ef3300;
}

.p-trouble {
  position: relative;
  margin-top: 80px;
  margin-bottom: 60px;
}
.p-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  gap: 20px;
}
@media (max-width: 1080px) {
  .p-trouble__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 764px) {
  .p-trouble__list {
    margin-top: 40px;
  }
}
.p-trouble__item {
  width: calc((100% - 40px) / 3);
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0fce3;
  background-image: url(../img/trouble/img_question.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  border-radius: 4px;
  color: #008c0d;
  font: bold 1.17vw/2 "Noto Sans JP", serif;
  text-align: center;
}
@media (max-width: 1080px) {
  .p-trouble__item {
    max-width: 500px;
    width: 100%;
    font-size: 1.8rem;
  }
}
@media (max-width: 764px) {
  .p-trouble__item {
    padding: 40px 15px;
    font-size: 1.6rem;
  }
}
.p-trouble__textBox {
  margin-top: 120px;
  position: relative;
}
.p-trouble__textBox::before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background-color: #008c0d;
  -webkit-clip-path: polygon(50% 40px, 0% 0%, 80px 0%);
          clip-path: polygon(50% 40px, 0% 0%, 80px 0%);
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-trouble__textBox--big {
  font: bold 4rem/1 "Noto Sans JP", serif;
  color: #008c0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-trouble__textBox--big.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 764px) {
  .p-trouble__textBox--big.pc {
    display: none;
  }
}
.p-trouble__textBox--big.sp {
  display: none;
}
@media (max-width: 764px) {
  .p-trouble__textBox--big.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 764px) {
  .p-trouble__textBox--big div {
    font-size: 2rem;
    color: #008c0d;
    text-align: center;
  }
  .p-trouble__textBox--big div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-trouble__textBox span {
  padding-inline: 5px;
}
.p-trouble__textBox span img {
  max-width: 80px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 764px) {
  .p-trouble__textBox span img {
    max-width: 60px;
  }
}
.p-trouble__textBox--small {
  font: bold 3rem/1 "Noto Sans JP", serif;
  color: #008c0d;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 764px) {
  .p-trouble__textBox--small {
    font-size: 2.2rem;
  }
}
.p-trouble__image {
  max-width: 200px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-point {
  padding: 80px 0;
}
@media (max-width: 764px) {
  .p-point {
    padding: 60px 0;
  }
}
.p-point__lead {
  text-align: center;
}
.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .p-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.p-point__item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1080px) {
  .p-point__item {
    max-width: 550px;
    width: 100%;
  }
}
.p-point__item h3 {
  margin-top: 15px;
  color: #008c0d;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-point__item h3::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
}
.p-point__item h3.ttl-01 {
  background: url(../img/point/num_01.png) no-repeat;
  background-size: 70px;
}
.p-point__item h3.ttl-02 {
  background: url(../img/point/num_02.png) no-repeat;
  background-size: 70px;
}
.p-point__item h3.ttl-03 {
  background: url(../img/point/num_03.png) no-repeat;
  background-size: 70px;
}
.p-point p {
  line-height: 1.5;
  margin-top: 10px;
}

.p-select {
  padding: 80px 0;
}
@media (max-width: 764px) {
  .p-select {
    padding: 60px 0;
  }
}
.p-select__lead {
  text-align: center;
  margin-top: 60px;
  line-height: 1.5;
}
@media (max-width: 764px) {
  .p-select__lead {
    text-align: left;
    margin-top: 40px;
  }
}
.p-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .p-select__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.p-select__item {
  width: calc((100% - 40px) / 2);
  padding: 15px;
  border: 1px solid #e0fce3;
}
@media (max-width: 1080px) {
  .p-select__item {
    max-width: 550px;
    width: 100%;
  }
}
.p-select__item a {
  padding: 35px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #e0fce3;
}
.p-select__item a > div {
  background-color: #00740b;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-select__item a > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50px;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 20px, 0% 0%, 50px 0%);
          clip-path: polygon(50% 20px, 0% 0%, 50px 0%);
}
.p-select__item h3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-select__item h3 p {
  font-size: 2.8rem;
  color: #008c0d;
  font-weight: bold;
}
@media (max-width: 764px) {
  .p-select__item h3 p {
    font-size: 2.4rem;
  }
}
.p-select__item h3 span {
  display: inline-block;
  padding-top: 5px;
  font-size: 2rem;
}
@media (max-width: 764px) {
  .p-select__item h3 span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-select__item h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 80px;
  border: 1px solid #008c0d;
  border-right: none;
}
@media (max-width: 764px) {
  .p-select__item h3::before {
    width: 15px;
  }
}
.p-select__item h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 80px;
  border: 1px solid #008c0d;
  border-left: none;
}
@media (max-width: 764px) {
  .p-select__item h3::after {
    width: 15px;
  }
}
.p-select__item figure {
  width: 50%;
  padding: 0 15px;
}

.p-partner {
  padding: 80px 0;
}
@media (max-width: 764px) {
  .p-partner {
    padding: 60px 0;
  }
}
.p-partner__lead {
  text-align: center;
  margin-top: 60px;
  line-height: 2;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 764px) {
  .p-partner__lead {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.p-partner__slide {
  -webkit-animation: bg-slider 46s linear infinite;
          animation: bg-slider 46s linear infinite;
  background: url("../img/partner/img_partner.png") repeat-x 50%;
  background-size: auto 100px;
  height: 100px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 764px) {
  .p-partner__slide {
    margin-top: 40px;
  }
}

@-webkit-keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -4138px 0;
  }
}

@keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -4138px 0;
  }
}
@media (max-width: 768px) {
  #partner {
    padding: 40px 20px;
  }
}
.p-ses-about {
  padding: 80px 0;
  background-color: #1db72b;
  background-image: url(../img/common/bg_shape.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100%;
}
@media (max-width: 764px) {
  .p-ses-about {
    padding: 60px 0;
  }
}
.p-ses-about h2.c-ttl__01 {
  color: #ffffff;
}
.p-ses-about__lead {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 764px) {
  .p-ses-about__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-ses-about h3 + .p-ses-about__lead {
  margin-top: 20px;
}
.p-ses-about figure {
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0;
}
.p-ses-about__block {
  padding: 60px 20px;
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 18px;
}
@media (max-width: 764px) {
  .p-ses-about__block {
    padding: 40px 20px;
    margin-top: 40px;
  }
}
.p-ses-about__sdgs--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 950px;
  width: 100%;
  margin: 60px auto 0;
  gap: 15px;
}
.p-ses-about__sdgs--item {
  width: calc((100% - 30px) / 3);
  padding: 20px;
  border: 2px solid #008c0d;
  border-radius: 8px;
}
@media (max-width: 1080px) {
  .p-ses-about__sdgs--item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 764px) {
  .p-ses-about__sdgs--item {
    width: 100%;
  }
}
.p-ses-about__sdgs--item h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-ses-about__sdgs--item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-ses-about__sdgs--item p {
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 15px;
}
.p-ses-about__sdgs--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-ses-point {
  padding: 80px 0;
}
@media (max-width: 764px) {
  .p-ses-point {
    padding: 60px 0;
  }
}
.p-ses-point__list {
  width: 100%;
  margin: 60px auto 0;
  gap: 15px;
}
@media (max-width: 764px) {
  .p-ses-point__list {
    margin: 40px auto 0;
  }
}
.p-ses-point__item {
  width: 100%;
  padding: 15px 40px;
  background-color: #e0fce3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 764px) {
  .p-ses-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}
.p-ses-point__item::before {
  content: "";
  width: 135px;
  height: 135px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 764px) {
  .p-ses-point__item::before {
    width: 100px;
    height: 100px;
  }
}
.p-ses-point__item--01::before {
  background-image: url(../img/ses-point/icon_ses_point01.png);
  background-repeat: no-repeat;
  background-size: 135px;
}
@media (max-width: 764px) {
  .p-ses-point__item--01::before {
    background-size: 100px;
  }
}
.p-ses-point__item--02::before {
  background-image: url(../img/ses-point/icon_ses_point02.png);
  background-repeat: no-repeat;
  background-size: 135px;
}
@media (max-width: 764px) {
  .p-ses-point__item--02::before {
    background-size: 100px;
  }
}
.p-ses-point__item--03::before {
  background-image: url(../img/ses-point/icon_ses_point03.png);
  background-repeat: no-repeat;
  background-size: 135px;
}
@media (max-width: 764px) {
  .p-ses-point__item--03::before {
    background-size: 100px;
  }
}
.p-ses-point__item + .p-ses-point__item {
  margin-top: 20px;
}
.p-ses-point__item p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #008c0d;
}
@media (max-width: 764px) {
  .p-ses-point__item p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1080px) {
  .p-ses-overview {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
}
.p-ses-overview__block {
  padding: 40px 20px;
  border: 2px;
  margin-top: 80px;
  border: 4px solid #008c0d;
  border-radius: 18px;
}
@media (max-width: 1080px) {
  .p-ses-overview__block {
    border: 2px solid #008c0d;
    padding: 40px 15px;
  }
}
@media (max-width: 764px) {
  .p-ses-overview__block {
    margin-top: 40px;
  }
}
.p-ses-overview__block--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-ses-overview__block--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ses-overview__block--flex figure {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ses-overview__block--flex figure img {
  height: auto;
}
@media (max-width: 1080px) {
  .p-ses-overview__block--flex figure {
    margin: 0 auto;
  }
}
.p-ses-overview__block--02 figure img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-ses-overview__lead {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-ses-overview__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-ses-overview__textBox {
  border-left: 5px solid;
  padding-left: 10px;
}
.p-ses-overview__item {
  border-radius: 10px;
  padding: 10px 20px;
}
@media (max-width: 1080px) {
  .p-ses-overview__item {
    padding: 10px 10px !important;
  }
}
.p-ses-overview__item + li {
  margin-top: 5px;
}
.p-ses-overview__item--01 {
  padding: 20px;
  border: 2px solid #008c0d;
}
.p-ses-overview__item--01 .p-ses-overview__textBox {
  border-color: #9d32ce;
}
.p-ses-overview__item--01 h3 {
  color: #9d32ce;
}
.p-ses-overview__item--02 {
  padding: 20px;
  border: 2px solid #008c0d;
}
.p-ses-overview__item--02 .p-ses-overview__textBox {
  border-color: #00af6c;
}
.p-ses-overview__item--02 h3 {
  color: #00af6c;
}
.p-ses-overview__item--03 .p-ses-overview__textBox {
  border-color: #007af4;
}
.p-ses-overview__item--03 h3 {
  color: #007af4;
}
.p-ses-overview__item--04 .p-ses-overview__textBox {
  border-color: #f7b600;
}
.p-ses-overview__item--04 h3 {
  color: #f7b600;
}
.p-ses-overview__item--05 .p-ses-overview__textBox {
  border-color: #eb5745;
}
.p-ses-overview__item--05 h3 {
  color: #eb5745;
}
.p-ses-overview__item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .p-ses-overview__item h3 {
    font-size: 1.6rem;
  }
}
.p-ses-overview__item p {
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-ses-overview__item p {
    font-size: 1.4rem;
  }
}
.p-ses-overview__kome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-ses-overview__kome {
    text-align: left;
  }
}
.p-ses-overview__option {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
  padding-top: 60px;
  background-color: #e0fce3;
  position: relative;
}
@media (max-width: 764px) {
  .p-ses-overview__option {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 20px;
  }
}
.p-ses-overview__option p {
  line-height: 1.5;
}
.p-ses-overview__option h3 {
  color: #ffffff;
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 130, 34)), to(rgb(2, 199, 19)));
  background: linear-gradient(90deg, rgb(32, 130, 34) 0%, rgb(2, 199, 19) 100%);
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 764px) {
  .p-ses-overview__option h3 {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
.p-ses-overview__option ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-ses-overview__option ul li {
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 764px) {
  .p-ses-overview__option ul li {
    font-size: 1.6rem;
  }
}
.p-ses-overview__option ul li::before {
  content: "●";
  color: #008c0d;
  position: absolute;
  font-size: 1.2rem;
  left: 0;
  top: 5px;
}
.p-ses-overview__option ul li + li {
  margin-top: 10px;
}
.p-ses-overview__optionBox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-general {
  padding: 100px 0;
}
@media (max-width: 764px) {
  .p-general {
    padding: 60px 0;
  }
}
.p-general .c-ttl__area {
  padding-top: 0;
}
.p-general__lead {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #008c0d;
}
@media (max-width: 1080px) {
  .p-general__lead {
    font-size: 1.6rem;
  }
}
.p-general__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1080px) {
  .p-general__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-general__item {
  width: calc((100% - 40px) / 3);
  border: 2px solid #008c0d;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .p-general__item {
    width: 100%;
  }
}
.p-general__item figure {
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 130, 34)), to(rgb(2, 199, 19)));
  background: linear-gradient(90deg, rgb(32, 130, 34) 0%, rgb(2, 199, 19) 100%);
  padding: 20px;
}
.p-general__item figure img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.p-general__text {
  padding: 30px 20px;
  background-color: #ffffff;
}
.p-general__text h3 {
  color: #008c0d;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-general__text p {
  line-height: 1.5;
  font-weight: bold;
}

.p-fee {
  padding: 80px 0 0;
}
@media (max-width: 764px) {
  .p-fee {
    padding: 60px 0 0;
  }
}
.p-fee__lead {
  text-align: center;
}
@media (max-width: 764px) {
  .p-fee__lead {
    text-align: left;
  }
}
.p-fee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .p-fee__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-fee__link {
  margin-top: 60px;
}
.p-fee__link a {
  display: block;
  background-color: #008c0d;
  padding: 25px 40px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 764px) {
  .p-fee__link a {
    font-size: 2rem;
  }
}
.p-fee__link a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 1.6rem;
}
.p-fee__item {
  width: calc((100% - 20px) / 3);
  border-radius: 18px;
  -webkit-box-shadow: 0 0 6px rgba(0, 207, 24, 0.4784313725);
          box-shadow: 0 0 6px rgba(0, 207, 24, 0.4784313725);
  padding: 30px;
  min-height: 360px;
}
@media (max-width: 1080px) {
  .p-fee__item {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 764px) {
  .p-fee__item {
    padding: 30px 20px;
  }
}
.p-fee__item h3 {
  margin-top: 15px;
  color: #008c0d;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.p-fee__item--detail {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-fee__item--detail a {
  display: block;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  background-color: #008c0d;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 6px;
}
.p-fee__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-fee__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fee__item ul li span {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../img/fee/icon_check_01.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
.p-fee--03 {
  color: #5d5d5d;
}
.p-fee--03 h3 {
  color: #5d5d5d;
  margin-bottom: 20px;
}
.p-fee__free {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-fee__free span {
  font-size: 4.8rem;
}
.p-fee p {
  line-height: 1.5;
  margin-top: 10px;
}
.p-fee__check {
  padding: 40px;
  background-color: #e0fce3;
  margin-top: 60px;
}
.p-fee__check ul {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-fee__check ul li {
  padding-left: 25px;
  background-image: url(../img/fee/icon_check_02.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  line-height: 1.5;
}
.p-fee__check ul li + li {
  margin-top: 10px;
}

.p-faq {
  padding: 80px 0;
}
.p-faq__area {
  margin-top: 40px;
}
.p-faq__text {
  line-height: 2;
  text-align: center;
  margin-top: 40px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 764px) {
  .p-faq__text {
    text-align: left;
  }
}
.p-faq dl + dl {
  margin-top: 40px;
}
.p-faq dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 10px 10px 0 0;
  padding: 20px 50px 20px 20px;
  background-color: #008c0d;
  position: relative;
  color: #fff;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 764px) {
  .p-faq dl dt {
    gap: 15px;
    border-radius: 10px 10px 0 0;
    font-size: 1.5rem;
    padding: 20px 32px 20px 20px;
  }
}
.p-faq dl dt::before {
  content: "Q";
  font-size: 2.8rem;
  color: #008c0d;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 764px) {
  .p-faq dl dt::before {
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
}
.p-faq dl dt::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 40%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 764px) {
  .p-faq dl dt::after {
    width: 10px;
    height: 10px;
    right: 14px;
  }
}
.p-faq dl dt.active::after {
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 3px;
}
.p-faq dl dd {
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  font-size: 1.8rem;
  display: none;
}
@media (max-width: 764px) {
  .p-faq dl dd {
    font-size: 1.5rem;
  }
}
.p-faq dl dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 764px) {
  .p-faq dl dd div {
    gap: 15px;
  }
}
.p-faq dl dd div::before {
  content: "A";
  font-size: 2.8rem;
  color: #008c0d;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 764px) {
  .p-faq dl dd div::before {
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
}

.p-company {
  padding: 80px 0;
}
.p-company__lead {
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}
.p-company h3 {
  max-width: 80px;
  width: 100%;
  margin: 30px auto 0;
}
.p-company__dl {
  border-bottom: 1px solid #ccc;
  max-width: 620px;
  width: 100%;
  margin: 20px auto 0;
}
.p-company__dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}
@media (max-width: 764px) {
  .p-company__dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company__dl dl dt {
  width: 35%;
  text-align: center;
  padding-block: 15px;
  line-height: 1.4;
}
@media (max-width: 764px) {
  .p-company__dl dl dt {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}
.p-company__dl dl dd {
  padding-block: 15px;
  line-height: 1.4;
}
.p-company__dl dl dd a {
  color: #008c0d;
  text-decoration: underline;
}
@media (max-width: 764px) {
  .p-company__dl dl dd {
    width: 100%;
  }
}

.p-flow {
  padding: 80px 0;
}
.p-flow__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-flow__list::before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  background-color: #008c0d;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 764px) {
  .p-flow__list::before {
    height: 82%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 12%;
    left: 40px;
  }
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 764px) {
  .p-flow__item {
    gap: 20px;
  }
}
.p-flow__item--01 .p-flow__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-flow__item--01 .p-flow__text {
  border-radius: 18px 18px 0 0;
}
.p-flow__text--bottom {
  background-color: #1db72b;
  padding: 20px 20px 20px 80px;
  border-radius: 0px 0px 18px 18px;
  color: #ffffff;
  font-size: 1.4rem;
}
@media (max-width: 764px) {
  .p-flow__text--bottom {
    padding: 20px 20px 20px 20px;
  }
}
.p-flow__left {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #008c0d;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 764px) {
  .p-flow__left {
    width: 80px;
    height: 80px;
  }
}
.p-flow__num {
  font-size: 4rem;
  display: block;
}
@media (max-width: 764px) {
  .p-flow__num {
    font-size: 2.2rem;
  }
}
.p-flow__step {
  font-size: 2.4rem;
  display: block;
}
@media (max-width: 764px) {
  .p-flow__step {
    font-size: 1.6rem;
  }
}
.p-flow__text {
  background-color: #e0fce3;
  padding: 30px 20px 30px 80px;
  background-image: url(../img/flow/icon_01.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px center;
  border-radius: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 764px) {
  .p-flow__text {
    padding: 80px 15px 20px 16px;
    background-position: center 20px;
  }
}
.p-flow__item--02 .p-flow__text {
  background-image: url(../img/flow/icon_02.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
.p-flow__item--03 .p-flow__text {
  background-image: url(../img/flow/icon_03.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
.p-flow__item--04 .p-flow__text {
  background-image: url(../img/flow/icon_04.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
.p-flow__item--05 .p-flow__text {
  background-image: url(../img/flow/icon_05.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
.p-flow__text--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #ffffff;
  font-size: 1.6rem;
}
@media (max-width: 764px) {
  .p-flow__text--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-flow__text--link {
  color: #ffffff;
}
.p-flow__text--link a {
  display: block;
  background-color: #008c0d;
  padding: 10px 15px 10px 20px;
  border-radius: 50px;
}
.p-flow__text--link a span {
  font-size: 1.2rem;
  vertical-align: 1px;
  display: inline-block;
  padding-left: 10px;
}
.p-flow__right {
  width: calc(100% - 120px - 40px);
  position: relative;
}
.p-flow__right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0fce3;
}
@media (max-width: 764px) {
  .p-flow__right {
    width: calc(100% - 80px - 20px);
  }
}
.p-flow__right h3 {
  font-size: 2rem;
  color: #008c0d;
  font-weight: bold;
}
@media (max-width: 764px) {
  .p-flow__right h3 {
    font-size: 1.6rem;
  }
}
.p-flow__right p {
  line-height: 1.5;
  padding-top: 5px;
}
@media (max-width: 764px) {
  .p-flow__right p {
    font-size: 1.4rem;
  }
}

.p-sub-mv {
  width: 100%;
  height: 280px;
  background-color: #008c0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
}
@media (max-width: 1080px) {
  .p-sub-mv {
    font-size: 2.4rem;
    height: 120px;
    margin-top: 72px;
  }
}

.back-btn a {
  background-color: #008c0d;
  color: #fff;
  padding: 15px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin: 45px auto 0;
  border-radius: 6px;
  display: block;
}

.p-privacy__area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-privacy__lead {
  text-align: left;
  line-height: 1.5;
}
.p-privacy h2 {
  text-align: left;
  line-height: 1.4;
}
.p-privacy ul + h2, .p-privacy p + h2 {
  padding-top: 60px;
  padding-bottom: 15px;
}
.p-privacy p + p {
  padding-top: 30px;
}
.p-privacy ul + ul {
  padding-top: 30px;
}
.p-privacy p + ul {
  padding-top: 30px;
}
.p-privacy ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.p-privacy ul li span {
  display: block;
}/*# sourceMappingURL=style.css.map */