@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  -webkit-print-color-adjust: exact;
  word-break: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.69;
}

main {
  position: relative;
  z-index: 2;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

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

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

section + section {
  margin-top: 56px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 941px) {
  main {
    display: block;
  }
  a:hover,
  a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 940px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
  }
}
.footer .copyright {
  background: #E3F2D7;
  padding: 24px 0;
  text-align: center;
  font-weight: 500;
  color: #3C6914;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.wrapper {
  position: relative;
}

.container {
  width: min(380px, 100%);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 2;
  background: #fff;
}

.inner {
  width: calc(100% - 40px);
  margin: -25px auto 0;
  padding: 30px 17px 20px 17px;
  border-radius: 20px;
  border: 3px dashed #6FBA2C;
  background: rgba(255, 255, 255, 0.7);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 480px) {
  .wrapper::before {
    content: "";
    background: url("../img/common/bg-pc.webp") no-repeat center/cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 940px) {
  .wrapper {
    width: min(380px, 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .wrapper,
  .container {
    width: 100%;
  }
  .container {
    border: none;
  }
}
.loader-ripple {
  height: 100vh;
  background: #EAFAC3;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(170, 200, 170, 0.6);
  border-radius: 50%;
  -webkit-animation: ripple 3s infinite ease-out;
          animation: ripple 3s infinite ease-out;
}

.ripple:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ripple:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
.loader-hidden {
  opacity: 0;
  visibility: hidden;
}

.logo {
  position: fixed;
  z-index: 3;
  top: 10.6428vw;
  left: 0;
  right: calc(380px + (100% - 380px) / 2);
  padding: 0 min(44px, 3.05vw) 0 min(50px, 3.47vw);
  text-align: center;
}
.logo-img {
  width: min(436px, 30.278vw);
  height: auto;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 940px) {
  .logo {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 100px;
    padding: 0;
    right: initial;
  }
  .logo-img {
    width: 100%;
  }
}
.nav {
  position: fixed;
  z-index: 3;
  top: 6.875vw;
  left: calc(380px + (100% - 380px) / 2);
  right: 0;
  padding-left: min(78px, 5.41vw);
}
.nav .navBtn {
  display: none;
}
.nav-item {
  width: min(22.36vw, 322px);
  text-align: center;
}
.nav-item + .nav-item {
  margin-top: 24px;
}
.nav-link {
  font-size: min(2rem, 1.3888vw);
  text-align: center;
  display: block;
  font-weight: 500;
  border-radius: 100px;
  color: #fff;
  padding: 10px 34px 10px 16px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  background: #787878;
}
.nav-link::after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M7 5L10 8L7 11' stroke='%23467F13' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 9px);
  right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-link:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.nav p {
  color: #676767;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 940px) {
  .nav {
    display: none;
    left: initial;
    right: 17px;
    top: 11px;
    padding: 0;
    position: absolute;
  }
  .nav .navBtn {
    display: block;
    width: 48px;
  }
  .nav .navBtn span {
    display: block;
  }
  .nav .navBtn-icon {
    width: 27px;
    height: 4px;
    background: #6FBA2C;
    margin: 0 auto;
  }
  .nav .navBtn-icon + .navBtn-icon {
    margin-top: 5px;
  }
  .nav .navBtn-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3C6914;
  }
  .nav-list {
    display: none;
  }
}
.pageLinks {
  background: #E3F2D7;
  padding: 24px 20px;
  margin: 24px 0 48px;
}
.pageLinks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
.pageLinks-item {
  width: calc(50% - 4px);
}
.pageLinks-link {
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 100px;
  background: #467F13;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #335F0B;
          box-shadow: 0 3px 0 0 #335F0B;
  padding: 13px 34px 13px 16px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageLinks-link::after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='white'/%3E%3Cpath d='M9.5 5.5C9.5 5.22386 9.27614 5 9 5C8.72386 5 8.5 5.22386 8.5 5.5L9 5.5L9.5 5.5ZM8.64645 12.8536C8.84171 13.0488 9.15829 13.0488 9.35355 12.8536L12.5355 9.67157C12.7308 9.47631 12.7308 9.15973 12.5355 8.96447C12.3403 8.7692 12.0237 8.7692 11.8284 8.96447L9 11.7929L6.17157 8.96447C5.97631 8.7692 5.65973 8.7692 5.46447 8.96447C5.2692 9.15973 5.2692 9.47631 5.46447 9.67157L8.64645 12.8536ZM9 5.5L8.5 5.5L8.5 12.5L9 12.5L9.5 12.5L9.5 5.5L9 5.5Z' fill='%23467F13'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageLinks-link:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.heading-type01, .heading-type02 {
  color: #3C6914;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  border: 3px solid #6FBA2C;
  background: #fff;
  padding: 7px 0;
  line-height: 1.5;
  margin: 0 auto;
  width: min(172px, 100%);
  position: relative;
  z-index: 2;
}
.heading-type01::before, .heading-type02::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: -3px;
  top: -16px;
}
.heading-type01::before {
  background: url("../img/common/deco-01.svg") no-repeat center/cover;
}
.heading-type02::before {
  background: url("../img/common/deco-02.svg") no-repeat center/cover;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  text-align: left;
  display: block;
  font-weight: 500;
  line-height: 1.625;
}
.table th {
  color: #595959;
}
.table td {
  margin-top: 8px;
}
.table tr:nth-child(n+2) th {
  border-top: 1px solid #DADADA;
  padding-top: 16px;
  margin-top: 16px;
}

.list {
  font-weight: 500;
}
.list-item {
  padding-left: 14px;
  position: relative;
}
.list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #6FBA2C;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 上の背景 */
.bg1 {
  height: 29.8%;
  background-image: url("../img/common/bg-conts-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

/* 下の背景 */
.bg2 {
  height: 100%;
  background-image: url("../img/common/bg-conts-02.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
}

@media screen and (max-width: 940px) {
  .bg1 {
    height: 29.3%;
  }
}
@media screen and (max-width: 479px) {
  .bg1 {
    height: 299vw;
  }
}
.profile main p {
  font-weight: 500;
}
.profile .mv {
  text-align: center;
}
.profile .message .inner {
  background: #FFFFF2;
}
.profile section + figure {
  margin: 56px 0;
}
.profile section + figure img {
  width: 100%;
  height: auto;
}
.profile .video {
  margin: 56px 0;
  text-align: center;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 941px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .display-sp-none {
    display: none;
  }
}