@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: clip;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1423.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1422.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
table {
  border-collapse: collapse;
}

picture {
  display: block;
}

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

a {
  transition: all 0.5s ease 0s;
}
a.tel {
  color: inherit;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a.tel {
    pointer-events: all;
    text-decoration: underline;
  }
}
a.url {
  word-break: break-all;
}

sup {
  font-size: 50%;
}

.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

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

.initbox,
.initbox2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}

.initbox2 {
  max-width: 960px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
.flex.c3 > * {
  width: 30%;
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: 22%;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid.c3 {
  grid-template-columns: repeat(3, 1fr);
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mtL {
  margin-top: 12rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mtL {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mtL {
    margin-top: 8rem;
  }
}

.mbL {
  margin-bottom: 12rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 8rem;
  }
}

.mtM {
  margin-top: 8rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mtM {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mtM {
    margin-top: 6rem;
  }
}

.mbM {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 6rem;
  }
}

.mtS {
  margin-top: 6rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mtS {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mtS {
    margin-top: 4rem;
  }
}

.mbS {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 4rem;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.ggbox {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ggbox {
    padding-bottom: 75%;
  }
}
.ggbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\e9ec";
    vertical-align: middle;
    font-weight: 200;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 1s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
h2 {
  font-size: 5rem;
  color: #153253;
  font-weight: 800;
  line-height: 1.25;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 1.25;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1423.2222222222px) {
  br.nonpcover {
    display: none;
  }
}

img.icon {
  max-height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .spscroll table thead th {
    white-space: nowrap;
    padding: 0 3rem !important;
    min-width: 25rem;
  }
}
#headerbox {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  align-items: center;
}
#headerbox.isactive {
  z-index: 10;
}
#headerbox .flex {
  padding: 1rem 0;
}
#headerbox .flex h1 {
  font-size: 1rem;
  line-height: 1;
}
#headerbox .flex h1 img {
  height: min(30 / 1280 * 100vw, 30px);
}
#headerbox .flex #spmenu,
#headerbox .flex #spmenubtn {
  display: none;
}
#headerbox .flex nav {
  display: flex;
  justify-content: right;
  align-items: center;
}
#headerbox .flex nav li {
  list-style: none;
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4rem;
}
#headerbox .flex nav li a {
  color: #808080;
  font-weight: 600;
  text-decoration: none;
}
#headerbox .flex nav li a::before {
  color: #808080;
  font-family: "Material Symbols Outlined";
  content: "\e037";
  vertical-align: middle;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#headerbox .flex nav li a:hover {
  color: #009245;
}
#headerbox .flex nav li a:hover::before {
  color: #009245;
}
#headerbox .flex nav li.ccc a {
  background: #005bac;
  color: white;
  padding: 0.25em 1em;
}
#headerbox .flex nav li.ccc a:hover {
  background: #fcee21;
  color: black;
}
#headerbox .flex nav li.ccc a::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #headerbox .flex {
    flex-wrap: wrap;
  }
  #headerbox .flex h1 {
    width: 100%;
    text-align: center;
  }
  #headerbox .flex h1 img {
    height: 2rem;
  }
  #headerbox .flex nav {
    display: none;
    width: 100%;
    position: fixed;
    background: rgba(0, 146, 69, 0.8);
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #headerbox .flex nav ul li {
    margin-left: 0;
  }
  #headerbox .flex nav ul li:not(:first-child) {
    border-top: 1px dotted #FFF;
  }
  #headerbox .flex nav ul li:not(.ccc) {
    width: 100%;
    display: block;
    padding: 1em 0;
  }
  #headerbox .flex nav ul li:not(.ccc) a {
    text-align: center;
    color: #FFF;
    padding: 1em 0;
    display: block;
  }
  #headerbox .flex nav ul li:not(.ccc) a::before {
    color: #FFF;
  }
  #headerbox .flex nav ul li.ccc {
    display: block;
    border-top: none;
  }
  #headerbox .flex nav ul li.ccc a {
    display: block;
    padding: 1em 0;
  }
  #headerbox .flex #spmenubtn {
    display: block;
    width: 5rem;
    height: 5rem;
    background: #009245;
    border-radius: 50%;
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 11;
  }
  #headerbox .flex #spmenubtn::before {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Material Symbols Outlined";
    content: "\e5d2";
    vertical-align: middle;
    font-weight: 200;
    font-size: 3rem;
    color: #FFF;
    transition: 0.5s;
  }
  #headerbox .flex #spmenu:checked ~ #spmenubtn {
    background: #005bac;
  }
  #headerbox .flex #spmenu:checked ~ #spmenubtn::before {
    content: "\e5cd";
    transform: rotate(360deg);
  }
  #headerbox .flex #spmenu:checked ~ nav {
    display: block;
  }
}

#maincontentbox p {
  font-weight: 500;
  line-height: 2;
}
#maincontentbox h3 {
  margin-bottom: 1rem;
}
#maincontentbox h3 + p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
}
#maincontentbox h3 img {
  width: min(610 / 1280 * 100vw, 610px);
}
@media screen and (max-width: 768px) {
  #maincontentbox h3 img {
    width: 90%;
    margin-bottom: 1.5rem;
  }
}
#maincontentbox .toggleDl dt {
  cursor: pointer;
}
#maincontentbox .btn {
  margin-top: auto;
}
#maincontentbox .btn a {
  height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009245;
  color: white;
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
}
#maincontentbox .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-right-color: #fcee21;
  border-bottom-color: #fcee21;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  transition: all 0.5s ease 0s;
}
#maincontentbox .btn a:hover {
  background: #fcee21;
  color: #009245;
}
#maincontentbox .btn a:hover::after {
  border-right-color: #009245;
  border-bottom-color: #009245;
}
#maincontentbox .cccbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#maincontentbox .cccbtn a {
  width: min(680 / 1280 * 100vw, 680px);
  background: #ffe993;
  display: block;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
}
#maincontentbox .cccbtn a img {
  width: min(520 / 1280 * 100vw, 520px);
}
#maincontentbox .cccbtn a:hover {
  background: rgba(0, 146, 69, 0.1);
}
@media screen and (max-width: 768px) {
  #maincontentbox .cccbtn {
    margin-top: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #maincontentbox .cccbtn a {
    width: 100%;
    order: 1;
  }
  #maincontentbox .cccbtn a img {
    width: 60%;
  }
  #maincontentbox .cccbtn::before {
    transform: translateY(-50%);
    order: 2;
  }
  #maincontentbox .cccbtn::after {
    transform: translateY(-50%);
    order: 3;
  }
}
#maincontentbox #mv {
  background: #009245;
  padding-top: min(60 / 1280 * 100vw, 60px);
  position: relative;
}
#maincontentbox #mv .mvbox {
  display: inline-block;
  position: relative;
}
#maincontentbox #mv .mvbox::after {
  content: "";
  display: block;
  aspect-ratio: 171/206;
  width: min(171 / 1280 * 100vw, 171px);
  position: absolute;
  bottom: 4.1666666667vw;
  right: 0;
  transform: translateX(90%);
  background-image: url(../img/mv_sub03.png);
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #maincontentbox #mv .mvbox::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #maincontentbox #mv .mvbox::after {
    content: none;
  }
}
#maincontentbox #mv picture {
  display: inline-block;
  position: relative;
}
#maincontentbox #mv picture::before, #maincontentbox #mv picture::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: 0.5s;
}
#maincontentbox #mv picture::before {
  background-image: url(../img/mv_sub01.png);
  aspect-ratio: 219/325;
  width: min(219 / 1280 * 100vw, 219px);
  bottom: -3.125vw;
  left: -11.40625vw;
  animation: shake-up 3s infinite ease-in-out;
}
#maincontentbox #mv picture::after {
  background-image: url(../img/mv_sub02.png);
  aspect-ratio: 224/321;
  width: min(224 / 1280 * 100vw, 224px);
  top: -2.6041666667vw;
  right: -11.40625vw;
  animation: shake-up 2.5s infinite ease-in-out;
}
#maincontentbox #mv picture img {
  width: min(1283 / 1280 * 100vw, 1283px);
}
@media screen and (max-width: 768px) {
  #maincontentbox #mv picture {
    padding: 0;
  }
  #maincontentbox #mv picture::before {
    left: -3.6458333333vw;
  }
  #maincontentbox #mv picture::after {
    top: 1.0416666667vw;
    right: -3.6458333333vw;
  }
}
#maincontentbox #mv .caution {
  position: absolute;
  bottom: -1.5em;
  right: 1em;
  /*
  @include resp(sp){
  	position: relative;
  	bottom: auto;
  	right: auto;
  	text-align: left;
  	background: white(0.8);
  	padding: 1em;
  }
  */
}
#maincontentbox #about {
  padding: min(50 / 1280 * 100vw, 50px) 0;
}
#maincontentbox #about .flex .textbox {
  width: min(720 / 1280 * 100%, 720px);
  text-align: left;
}
#maincontentbox #about .flex .imagebox {
  width: min(500 / 1280 * 100%, 500px);
}
@media screen and (max-width: 768px) {
  #maincontentbox #about {
    padding: 3rem 0;
  }
  #maincontentbox #about .flex .textbox {
    width: 100%;
    margin-bottom: 1rem;
  }
  #maincontentbox #about .flex .imagebox {
    width: 100%;
  }
  #maincontentbox #about .flex .imagebox img {
    max-width: 300px;
  }
}
#maincontentbox #movie {
  padding: min(50 / 1280 * 100vw, 50px) 0;
  background: rgba(0, 146, 69, 0.05);
}
#maincontentbox #movie .ggbox {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #maincontentbox #movie {
    padding: 3rem 0;
  }
  #maincontentbox #movie .flex {
    justify-content: center;
  }
  #maincontentbox #movie .flex > div {
    width: 90%;
  }
  #maincontentbox #movie .flex > div:first-child {
    margin-bottom: 1rem;
  }
}
#maincontentbox #movie #movielist div {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #movie #movielist div {
    margin: 0;
  }
}
#maincontentbox #movie #movielist div a {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
#maincontentbox #movie #movielist div a::after {
  content: "";
  aspect-ratio: 30/210;
  width: clamp(3rem, 20%, 6rem);
  background: url(../img/icon_youtube.png) no-repeat 50% 50%;
  background-size: contain;
}
#maincontentbox #movie #movielist div a::after,
#maincontentbox #movie #movielist div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #maincontentbox #movie #movielist .slick-prev {
    left: -1.5rem;
    z-index: 1;
  }
}
#maincontentbox #movie #movielist .slick-prev::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e0";
  vertical-align: middle;
  font-weight: 200;
  font-size: 5rem;
  color: #009245;
}
@media screen and (max-width: 768px) {
  #maincontentbox #movie #movielist .slick-next {
    right: 0;
  }
}
#maincontentbox #movie #movielist .slick-next::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  vertical-align: middle;
  font-weight: 200;
  font-size: 5rem;
  color: #009245;
}
#maincontentbox #movie #movielist .slick-dots {
  margin-top: 2rem;
  bottom: -4rem;
}
#maincontentbox #movie #movielist .slick-dots li {
  margin: 0 0.5em;
}
#maincontentbox #movie #movielist .slick-dots li button {
  font-size: 1.2rem;
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e6e6e6;
  transition: 0.2s;
}
#maincontentbox #movie #movielist .slick-dots li button:before {
  content: none;
}
#maincontentbox #movie #movielist .slick-dots li.slick-active button {
  background: #009245;
}
#maincontentbox #ccc {
  padding: min(50 / 1280 * 100vw, 50px) 0;
}
#maincontentbox #ccc .cccbtn::before, #maincontentbox #ccc .cccbtn::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#maincontentbox #ccc .cccbtn::before {
  background-image: url(../img/ccc_sub01.png);
  aspect-ratio: 163/221;
  width: min(163 / 1280 * 100vw, 163px);
  margin-right: min(37 / 1280 * 100vw, 37px);
  margin-left: min(50 / 1280 * 100vw, 50px);
}
#maincontentbox #ccc .cccbtn::after {
  background-image: url(../img/ccc_sub02.png);
  aspect-ratio: 242/194;
  width: min(242 / 1280 * 100vw, 242px);
  margin-left: min(8 / 1280 * 100vw, 8px);
}
@media screen and (max-width: 768px) {
  #maincontentbox #ccc h3 + p {
    text-align: left;
  }
}
#maincontentbox #ccc h4 {
  margin-top: 3rem;
  font-size: 2.6rem;
  color: #009245;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #ccc h4 {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
}
#maincontentbox #ccc .flex dl {
  background: rgba(0, 146, 69, 0.1);
  display: flex;
  flex-direction: column;
}
#maincontentbox #ccc .flex dl dt {
  width: 100%;
  color: #173252;
  margin: 1em 0 0.5em;
  font-weight: 700;
  font-size: 2.6rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #maincontentbox #ccc .flex dl dt {
    font-size: 2rem;
  }
}
#maincontentbox #ccc .flex dl dt span {
  position: relative;
  z-index: 1;
}
#maincontentbox #ccc .flex dl dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 0;
  border-bottom: 0.6rem solid #fcd13e;
  z-index: 0;
}
#maincontentbox #ccc .flex dl dd {
  text-align: left;
}
#maincontentbox #ccc .flex dl dd ul,
#maincontentbox #ccc .flex dl dd p {
  padding: 0 2em;
}
#maincontentbox #ccc .flex dl dd ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
#maincontentbox #ccc .flex dl dd.detail {
  margin-bottom: 1em;
}
#maincontentbox #ccc .flex dl dd.btn {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #maincontentbox #ccc .flex {
    flex-wrap: wrap;
  }
  #maincontentbox #ccc .flex dl {
    width: 100%;
  }
  #maincontentbox #ccc .flex dl:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#maincontentbox #whatis {
  padding: min(30 / 1280 * 100vw, 30px) 0 min(50 / 1280 * 100vw, 50px);
  background: rgba(0, 146, 69, 0.05);
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis {
    padding: 3rem 0;
  }
}
#maincontentbox #whatis a.pdf::before {
  font-family: "Material Symbols Outlined";
  content: "\e415";
  vertical-align: middle;
  font-weight: 200;
  font-weight: 200;
  margin-right: 0.25em;
  font-size: 3rem;
}
#maincontentbox #whatis h3 {
  position: relative;
}
#maincontentbox #whatis h3::before, #maincontentbox #whatis h3::after {
  content: "";
  width: min(216 / 1280 * 100vw, 216px);
  aspect-ratio: 216/196;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
#maincontentbox #whatis h3::before {
  background-image: url(../img/whatis_sub01.png);
  left: 0;
}
#maincontentbox #whatis h3::after {
  background-image: url(../img/whatis_sub02.png);
  right: 0;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis h3 + p {
    text-align: left;
  }
}
#maincontentbox #whatis #subjectbox {
  margin: 3rem 0 10rem;
  /*
  dt {
  	display: inline-block;
  	padding: 0.5em 4em 0.5em 2em;
  	border: 1px solid maincolor(1);
  	color: maincolor(1);
  	transition: all 0.3s ease 0s;
  	position: relative;
  	&::before {
  		@include wf('\e147');
  		font-size: 2.4rem;
  		position: absolute;
  		top: 50%;
  		right: 1em;
  		transform: translateY(-50%);
  		transition: all 0.5s ease 0s;
  	}
  	&::after {
  		content: 'を開く';
  	}
  	&:hover {
  		background: maincolor(1);
  		color: white(1);
  	}
  }
  */
}
#maincontentbox #whatis #subjectbox #subjectnav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  color: white;
}
#maincontentbox #whatis #subjectbox #subjectnav label {
  background: #009245;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.5em 0;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
}
#maincontentbox #whatis #subjectbox #subjectnav label:after {
  font-family: "Material Symbols Outlined";
  content: "\e835";
  vertical-align: middle;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 2rem;
}
#maincontentbox #whatis #subjectbox #subjectnav label:hover {
  background: rgba(0, 146, 69, 0.8);
}
#maincontentbox #whatis #subjectbox #subjectnav label.isactive {
  background: #8cc63f;
}
#maincontentbox #whatis #subjectbox #subjectnav label.isactive:after {
  content: "\f1fe";
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis #subjectbox #subjectnav {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #maincontentbox #whatis #subjectbox #subjectnav label {
    font-size: 1.4rem;
  }
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists {
  margin: 3rem 0;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li {
  display: none;
  list-style: none;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li input {
  display: none;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li h4 {
  font-size: 1.8rem;
  background: #009245;
  padding: 0.5em 0;
  color: white;
  margin-bottom: 2rem;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex picture {
  width: min(200 / 1280 * 100%, 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects {
  width: min(1050 / 1280 * 100%, 1050px);
  border: 1px solid #009245;
  background: white;
  padding: 1em;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects h5 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects h5::before {
  content: "■";
  color: #009245;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists {
  line-height: 1.25;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists li {
  list-style: none;
  display: inline;
  /*font-size: 1.4rem;*/
  margin-left: 1em;
  text-indent: -1em;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists li.annotation {
  grid-column: span 2;
  font-size: 1.4rem;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .detail {
  width: min(420 / 1280 * 100%, 420px);
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .subjects {
  width: min(550 / 1280 * 100%, 550px);
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .subjects ul.lists {
  display: block;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .subjects ul.lists li {
  display: inline;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .subjects ul.lists li:not(:last-child)::after {
  content: "、";
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex:has(.detail) .subjects ul.lists li:not(:last-child)::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex picture {
    width: 20%;
    margin-bottom: 1rem;
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .detail {
    width: 75%;
    margin-bottom: 1rem;
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects {
    width: 100%;
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists {
    display: block;
    /*
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    li {
    	margin-left: 1em;
    	text-indent: -1em;
    }
    */
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists li {
    display: block;
  }
  #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li .flex .subjects ul.lists li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li:has(input[type=checkbox]:checked) {
  display: block;
}
#maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li.disability .subjects .lists li:last-child, #maincontentbox #whatis #subjectbox #subjectdetail .whatislists > li.electrical .subjects .lists li:first-child {
  grid-column: span 2;
}
#maincontentbox #whatis #subjectbox.isactive dt::before {
  transform: translateY(-50%) rotate(405deg);
}
#maincontentbox #whatis #subjectbox.isactive dt::after {
  content: "を閉じる";
}
#maincontentbox #whatis .qualifications01,
#maincontentbox #whatis .qualifications02,
#maincontentbox #whatis .qualifications03 {
  margin-top: 2rem;
  text-align: left;
}
#maincontentbox #whatis .qualifications01 dt,
#maincontentbox #whatis .qualifications02 dt,
#maincontentbox #whatis .qualifications03 dt {
  text-align: center;
  padding: 0.5em 0;
  color: white;
  font-size: 2.4rem;
  /*font-weight: bold;*/
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis .qualifications01 dt,
  #maincontentbox #whatis .qualifications02 dt,
  #maincontentbox #whatis .qualifications03 dt {
    font-size: 1.6rem;
    padding: 0.75em 0;
  }
}
#maincontentbox #whatis .qualifications01 dt::after,
#maincontentbox #whatis .qualifications02 dt::after,
#maincontentbox #whatis .qualifications03 dt::after {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  vertical-align: middle;
  font-weight: 200;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#maincontentbox #whatis .qualifications01.isactive dt::after,
#maincontentbox #whatis .qualifications02.isactive dt::after,
#maincontentbox #whatis .qualifications03.isactive dt::after {
  transform: translateY(-50%) rotate(-180deg);
}
#maincontentbox #whatis .qualifications01 dd,
#maincontentbox #whatis .qualifications02 dd,
#maincontentbox #whatis .qualifications03 dd {
  padding-bottom: 3rem;
}
#maincontentbox #whatis .qualifications01 dd table,
#maincontentbox #whatis .qualifications02 dd table,
#maincontentbox #whatis .qualifications03 dd table {
  width: 100%;
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin-bottom: 0.5em;
}
#maincontentbox #whatis .qualifications01 dd table thead th,
#maincontentbox #whatis .qualifications02 dd table thead th,
#maincontentbox #whatis .qualifications03 dd table thead th {
  background: #808080;
  color: white;
  padding: 0.25em;
  text-align: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#maincontentbox #whatis .qualifications01 dd table tbody th,
#maincontentbox #whatis .qualifications01 dd table tbody td,
#maincontentbox #whatis .qualifications02 dd table tbody th,
#maincontentbox #whatis .qualifications02 dd table tbody td,
#maincontentbox #whatis .qualifications03 dd table tbody th,
#maincontentbox #whatis .qualifications03 dd table tbody td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.5em 1em;
}
#maincontentbox #whatis .qualifications01 dd table tbody th,
#maincontentbox #whatis .qualifications02 dd table tbody th,
#maincontentbox #whatis .qualifications03 dd table tbody th {
  font-weight: bold;
  text-align: center;
  width: 34%;
}
#maincontentbox #whatis .qualifications01 dd table tbody td,
#maincontentbox #whatis .qualifications02 dd table tbody td,
#maincontentbox #whatis .qualifications03 dd table tbody td {
  font-size: 1.4rem;
  background: white;
  width: 33%;
}
#maincontentbox #whatis .qualifications01 dt {
  background: #8cc63f;
}
#maincontentbox #whatis .qualifications01 dd table tbody th {
  background: #f6f9e6;
}
#maincontentbox #whatis .qualifications02 dt {
  background: #00baef;
}
#maincontentbox #whatis .qualifications02 dd table tbody th {
  background: #def1fb;
}
#maincontentbox #whatis .qualifications03 dt {
  background: #f19db9;
}
#maincontentbox #whatis .qualifications03 dd table tbody td {
  width: 66%;
}
#maincontentbox #whatis .qualifications03 dd table tbody th {
  background: #fdeff5;
}
#maincontentbox #whatis .linkflex .btn {
  margin-top: 0;
}
#maincontentbox #whatis .linkflex .btn small {
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whatis .linkflex .btn {
    width: 100%;
  }
  #maincontentbox #whatis .linkflex .btn small {
    text-align: left;
  }
}
#maincontentbox #whereis {
  padding: min(50 / 1280 * 100vw, 50px) 0;
}
#maincontentbox #whereis .cccbtn::before, #maincontentbox #whereis .cccbtn::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#maincontentbox #whereis .cccbtn::before {
  background-image: url(../img/whereis_sub01.png);
  aspect-ratio: 109/202;
  width: min(109 / 1280 * 100vw, 109px);
  margin-right: min(60 / 1280 * 100vw, 60px);
  margin-left: min(81 / 1280 * 100vw, 81px);
}
#maincontentbox #whereis .cccbtn::after {
  background-image: url(../img/whereis_sub02.png);
  aspect-ratio: 210/181;
  width: min(210 / 1280 * 100vw, 210px);
  margin-left: min(40 / 1280 * 100vw, 40px);
}
#maincontentbox #whereis .cccbtn.w100::before, #maincontentbox #whereis .cccbtn.w100::after {
  content: none;
}
#maincontentbox #whereis .cccbtn.w100 a {
  width: 100%;
  color: black;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex {
    display: block;
  }
}
#maincontentbox #whereis .flex_left {
  width: 63.4615384615%;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex_left {
    width: 100%;
  }
}
#maincontentbox #whereis .flex_left h3 {
  font-size: 2.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #E84C8C;
  color: white;
  padding: 0.5em;
  margin-bottom: 1em;
  transform: rotate(0.02deg);
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex_left h3 {
    font-size: 2rem;
    display: block;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
#maincontentbox #whereis .flex_left h3 span {
  transform: rotate(0.02deg);
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex_left h3 span {
    display: block;
  }
}
#maincontentbox #whereis .flex_left h3 span:nth-child(2) {
  margin-left: 1em;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex_left h3 span:nth-child(2) {
    margin-left: 0;
  }
}
#maincontentbox #whereis .flex_left .map_image {
  border-radius: 5px;
  overflow: hidden;
}
#maincontentbox #whereis .flex_left .map_image img {
  vertical-align: bottom;
}
#maincontentbox #whereis .flex_right {
  width: 33.3333333333%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .flex_right {
    margin-top: 1em;
    width: 100%;
  }
}
#maincontentbox #whereis .flex_right p:not(:first-child) {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
#maincontentbox #whereis .flex_right p .borderbox {
  display: inline-block;
  border: 1px solid #E84C8C;
  padding: 0.25em 1em;
  margin-top: 0.5rem;
}
#maincontentbox #whereis .flex_right p .borderbox.red {
  color: #E84C8C;
}
#maincontentbox #whereis .flex_right p.email::before {
  font-family: "Material Symbols Outlined";
  content: "\e158";
  vertical-align: middle;
  font-weight: 200;
}
#maincontentbox #whereis .flex_right p.tel {
  line-height: 1;
}
#maincontentbox #whereis .flex_right p.tel::before {
  font-family: "Material Symbols Outlined";
  content: "\e0b0";
  vertical-align: middle;
  font-weight: 200;
}
#maincontentbox #whereis .flex_right p.email::before, #maincontentbox #whereis .flex_right p.tel::before {
  font-size: 2rem;
  margin-right: 0.5rem;
}
#maincontentbox #whereis .flex_right h5 {
  font-size: 1.8rem;
  margin-top: 0.5em;
}
#maincontentbox #whereis .flex_right dl {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#maincontentbox #whereis .flex_right dl dt {
  display: inline-block;
  background: white;
  margin-left: 1em;
}
#maincontentbox #whereis .flex_right dl dt:before {
  content: "●";
  margin-left: -1em;
}
#maincontentbox #whereis .flex_right dl dt.single {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#maincontentbox #whereis .flex_right dl dd {
  width: calc(100% - 1em);
  margin-left: 1em;
  text-align: right;
  overflow: hidden;
  position: relative;
}
#maincontentbox #whereis .flex_right dl dd span {
  background: white;
}
#maincontentbox #whereis .flex_right dl dd:after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  white-space: nowrap;
  letter-spacing: -0.6em;
  position: absolute;
  display: block;
  top: 0;
  left: -0.3em;
  width: 100%;
  height: 1.5em;
  z-index: -1;
}
#maincontentbox #whereis .maplistsbox dl > dt {
  text-align: center;
  padding: 0.25em 0;
  background: #009245;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .maplistsbox dl > dt {
    font-size: 1.6rem;
    padding: 0.75em 0;
  }
}
#maincontentbox #whereis .maplistsbox dl > dd .grid:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .maplistsbox dl > dd .grid:not(:first-child) {
    margin-top: 3rem;
  }
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li {
  list-style: none;
  text-align: left;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  align-content: start;
  gap: 0;
  /*
  &:nth-child(6n + 4),
  &:nth-child(6n + 5),
  &:nth-child(6n + 6) {
  	padding: 2rem 0;
  }
  &:nth-child(6n + 4) {
  	position: relative;
  	&::before {
  		content: '';
  		width: 100vw;
  		height: 100%;
  		background: subcolor2(0.1);
  		position: absolute;
  		top: 0;
  		left: -10vw;
  		z-index: -1;
  		@include resp(pcover){
  			left: calc((1280px - 100vw) / 2);
  		}
  	}
  }
  */
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li .title {
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  text-indent: -1em;
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li .title::before {
  content: "■";
  color: #009245;
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li .contact a.url {
  font-size: 1.2rem;
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li .map img {
  margin: 0.5rem 0;
}
#maincontentbox #whereis .maplistsbox dl > dd .grid li .access {
  font-size: 1.4rem;
}
#maincontentbox #whereis .maplistsbox dl > dd .grid:nth-child(even) {
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .maplistsbox dl > dd .grid:nth-child(even) {
    padding: 3rem 0;
  }
}
#maincontentbox #whereis .maplistsbox dl > dd .grid:nth-child(even)::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(252, 238, 33, 0.1);
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
}
@media screen and (min-width: 1423.2222222222px) {
  #maincontentbox #whereis .maplistsbox dl > dd .grid:nth-child(even)::before {
    left: calc((1280px - 100vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .maplistsbox dl > dd .grid:nth-child(even)::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis .maplistsbox dl > dd .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #maincontentbox #whereis .maplistsbox dl > dd .grid li {
    padding: 2rem 5% !important;
    /*
    &:nth-child(even){
    	background: subcolor2(0.1);
    }
    &:nth-child(6n + 4)::before {
    	content: none;
    }
    */
  }
}
#maincontentbox #whereis .maplistsbox .toggleDl > dt::after {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  vertical-align: middle;
  font-weight: 200;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#maincontentbox #whereis .maplistsbox .toggleDl.isactive dt::after {
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 768px) {
  #maincontentbox #whereis h3 + p {
    text-align: left;
  }
  #maincontentbox #whereis .initbox2.mt2 {
    margin-top: 0;
  }
  #maincontentbox #whereis .maplistsbox {
    width: 100%;
  }
  #maincontentbox #whereis .maplistsbox dl > dt {
    margin-right: 5%;
    margin-left: 5%;
  }
}

#footerbox {
  margin-top: min(100 / 1280 * 100vw, 100px);
  padding: min(50 / 1280 * 100vw, 50px) 0;
  background: #009245;
  color: white;
  text-align: center;
}
#footerbox #pagetop {
  position: fixed;
  right: -5rem;
  bottom: 1rem;
  z-index: 2;
  transition: all 0.5s ease 0s;
}
#footerbox #pagetop .material-symbols-outlined {
  display: inline-block;
  aspect-ratio: 1/1;
  padding: 0.1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 4rem;
  color: #009245;
  background: white;
  border-radius: 50%;
  opacity: 0;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#footerbox #pagetop.isactive {
  right: 1rem;
}
#footerbox #pagetop.isactive .material-symbols-outlined {
  opacity: 1;
}
#footerbox h1 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #footerbox {
    padding-bottom: 6rem;
  }
}

@keyframes shake-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}/*# sourceMappingURL=common.css.map */