@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese'); * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #030303;
  -webkit-font-smoothing: antialiased;
}

html {
}

body {
}

.wrapper {
}

#wrap {
}

main {
}

.pc {
  display: none;
}

.sp {
  display: block;
}

a {
  color: #030303;
  text-decoration: none;
  transition: 0.35s;
}

.invisible {
  visibility: hidden;
}

img.loading {
  display: block;
  backface-visibility: hidden;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

:root {
  --swiper-theme-color: #58b530 !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  background: #E6E6E6;
  padding-top: 8px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}

/*--------header------------------------------------*/
header {
  width: 100%;
  top: 0;
  /* height: 100px; */
  z-index: 10000000;
  display: flex;
  align-items: center;
  /* background: rgb(255 252 247); */
  flex-wrap: wrap;
  position: absolute;
}

.header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

header dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 100px; */
}

header dd {
  width: 75%;
  margin-left: auto;
}

header dd > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header dd > ul > li {
}

header dd > ul > li:nth-of-type(6) {
  background: #58b530;
  border: solid 1px #58b530;
  position: relative;
  margin-left: 15px;
  border-radius: 4px;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .2));
}

header dd > ul > li > a {
  padding: 0px;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  transition: 0.2s;
  color: #030303;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
}

header dd > ul > li:nth-of-type(1) > a:before {
  content: url(../img/home.png);
  position: absolute;
  top: 4px;
  margin-right: 4px;
  left: -30px;
}

header dd > ul > li:nth-of-type(6):after {
  border-right: solid 1px #030303;
  border-bottom: solid 1px #030303;
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header dd > ul > li:nth-of-type(6) a {
  color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0) !important;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}

#toppage header > dd > ul > li:nth-of-type(1) a {
  border-bottom: solid 2px #FF7056;
  opacity: 1;
  color: #58b530;
}

#company header dd > ul > li:nth-of-type(2) a {
  border-bottom: solid 2px #FF7056;
  opacity: 1;
  color: #58b530;
}

#scope_list header dd > ul > li:nth-of-type(3) a {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  position: relative;
}

#recruit header dd > ul > li:nth-of-type(6) a {
  border-bottom: solid 1px #030303;
}

#contact header dd > ul > li:nth-of-type(6) a {
  border-bottom: solid 1px #030303;
}

header dd > ul > li:hover > a {
  border-bottom: solid 2px #ee7700;
  opacity: 1;
  color: #58b530;
}

header dd > ul > li:nth-of-type(6):hover {
  opacity: 1;
  color: #030303;
  background: #fff;
}

header nav {
  width: 100%;
  background: rgb(240 244 247 / 90%);
}

header nav ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  height: 40px;
}

header nav ul li {
  width: 25%;
  height: 100%;
}

header nav ul li a {
  letter-spacing: 0.1em;
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  transition: 0.1s;
  color: #0097d6;
}

header dd > ul > li > .dropmenu_wrap {
  display: none;
}

header dd > ul > li:hover > .dropmenu_wrap {
  position: absolute;
  /* top: 80px; */
  z-index: 111111111;
  display: block;
  /* background: #fffef8; */
  /* height: 100%; */
}

.dropmenu_wrap {
  position: relative;
}

header nav ul li a:hover {
  background: #0097d9;
  color: #fff;
}

.top_logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.top_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100000;
}

.top_logo a {
  display: flex;
}

.top_logo a figure:nth-of-type(1) {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.top_logo a figure:nth-of-type(1) img {
  width: 100%;
  max-width: 85px;
  height: auto;
  object-fit: cover;
  backface-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.top_logo a figure:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.top_logo a figure:nth-of-type(2) img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dropmenu {
  /* position: absolute; */
  /* bottom: 0; */
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  padding: 20px;
  background: #fffef8;
  height: 100%;
  filter: drop-shadow(6px 6px 4px rgba(0,0,0,.2));
  min-width: 150px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropmenu dt {
  padding: 5px 0;
}

.dropmenu dt a {
  border-bottom: solid 2px rgba(238,119,0,0);
  padding: 5px 5px;
}

.dropmenu dt a:hover {
  border-bottom: solid 2px #ee7700;
  opacity: 1;
  color: #58b530;
}

/*--------header--------ここまで----------------------*/
/*--------top_hero_header------------------------------*/
.hero {
  position: relative;
  /* top: -100px; */
  overflow: hidden;
  border-bottom: solid 8px #58b530;
  /* max-width: 1600px; */
  margin: auto;
  background: #fffcf7;
  /* max-height: calc(100vh - 0px) !important; */
  /* height: 100vh; */
  margin-top: 140px;
}

.swiper {
  width: 100%;
  /* max-width: 1600px; */
  margin: auto;
  height: 100%;
}

.swiper-wrapper {
  max-height: calc(100vh - 0px) !important;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  max-height: calc(100vh - 0px) !important;
}

.swiper-slide figure {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.swiper-slide figure svg {
  width: 100%;
  height: 100vh;
}

.swiper-slide figure svg image {
  /* width: 100%;
  height: 100%; */
}

.swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  face-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.swiper-pagination {
  position: relative !important;
  height: 40px;
  bottom: 0 !important;
}

.swiper-button-prev, .swiper-button-next {
  top: 47% !important;
}

.top_catch {
  position: absolute;
  top: 0%;
  left: 3%;
  right: 0;
  width: 94%;
  z-index: 11111;
  padding: 0;
}

.top_catch_inner {
  border-radius: 10px;
  max-width: fit-content;
  margin: auto;
  outline: solid 2px #fffef8;
  animation: anime3 7.2s forwards;
}

@keyframes anime3 {
  0% {
    opacity: 0;
  }

  86% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top_catch_inner h2 {
  font-size: 1.8vw;
  font-weight: bold;
  text-align: center;
  color: #0190dc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

/*--------top_hero_header--------ここまで------------------*/
/*--------under_hero_header------------------------------*/
.under-hero {
  position: relative;
  overflow: hidden;
  /* margin-top: 100px; */
  height: 300px;
  /* margin: 100px auto 0; */
  border-bottom: solid 8px #58b530;
}

.under-hero h1 {
  position: absolute;
  width: 100%;
  top: calc(65% - 30px);
  z-index: 1;
  padding: 0 calc((100% - 1200px) / 2);
  color: #fff;
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
}

.under-hero h1 p:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  color: #58b530;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
  line-height: 1;
  letter-spacing: 0.075em;
}

.under-hero h1 p:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  color: #030303;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}

.under-hero h1 p.media:nth-of-type(3) {
  font-size: 20px;
  color: #e9334a;
  font-weight: bold;
  margin-top: 15px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.under-hero h1 p.press:nth-of-type(3) {
  font-size: 20px;
  color: #0190dc;
  font-weight: bold;
  margin-top: 15px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.under-hero h1 span {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 42px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}

.under-hero h1 span:nth-of-type(2) {
  margin-left: 1em;
}

.under-l-hero {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}

.under-l-hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  animation: anime2 8s forwards;
}

@keyframes anime2 {
  0% {
    filter: blur(5px) grayscale(1);
  }

  15% {
    transform: scale(1.05);
    z-index: 9;
  }

  100% {
    transform: scale(1.08);
    filter: blur(1px) grayscale(0);
  }
}

/*--------top_hero_header--------ここまで------------------*/
/*--------top_business------------------------------*/
.back_gray {
  background: #eee;
}

#top_business {
  padding: 60px 0 0;
}

.top_business_wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.top_business_unit {
  width: 100%;
  background: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  border-radius: 4px;
  overflow: hidden;
}

.top_business_unit_inner {
  padding: 20px;
}

.top_business_unit h2 {
  /* background-image: url(../img/top_business_title.png);
  height: 60px; */
  background-position: center;
  /* background: #58b530; */
}

.top_business_unit h2 img {
}

.top_business_unit h2 span {
  color: #ee7700;
  text-align: center;
  font-weight: bold;
  display: block;
  /* filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4)); */
  padding: 18px 0;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.top_business_unit h3 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  /* height: 75px; */
  display: grid;
  place-items: center;
}

.top_business_unit h3 span {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  /* height: 75px; */
  display: grid;
  place-items: center;
}

.top_business_unit_inner > p {
  margin-top: 12px;
  border-bottom: solid 2px #15C5AA;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

.top_business_unit ul {
  display: flex;
  gap: 25px 5%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.top_business_unit ul li {
  width: 100%;
}

.top_business_unit ul li.harf {
  width: 47.5%;
}

.top_business_unit ul li figure {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.top_business_unit ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
  backface-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.top_business_unit ul li figure img:hover {
  transform: scale(1.1);
}

.top_business_unit ul li figcaption {
  background: #030303;
  padding: 0.2em;
  height: 43px;
  display: grid;
  place-items: center;
}

.top_business_unit ul li figcaption p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}

/*--------top_business--------ここまで----------------------*/
/*--------top_mid_content------------------------------*/
#top_mid_content {
  padding: 60px 0;
}

.top_mid_content_wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.top_mid_content_right {
  width: 100%;
}

.top_mid_content_unit {
  background: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  border-radius: 4px;
  overflow: hidden;
}

.top_mid_content_unit_inner {
  padding: 20px;
}

.top_mid_content_unit h2 {
  /* background-image: url(../img/top_business_title.png); */
  /* height: 60px; */
  background-position: center;
  /* background: #58b530; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

.top_mid_content_unit h2 span {
  color: #58b530;
  text-align: center;
  font-weight: bold;
  display: block;
  /* filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4)); */
  padding: 9px 0;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.top_mid_content_unit h2 .ball {
  color: #58b530!important;
  font-size: 18px;
  line-height: 1;
}

.top_mid_content_unit h3 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  /*	height: 60px;*/
  display: grid;
  place-items: center;
}

.top_mid_content_unit h3 span {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  /*	height: 60px;*/
  display: grid;
  place-items: center;
}

.top_mid_content_unit_inner > p {
  border-bottom: solid 2px #15C5AA;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

.top_mid_content_unit ul {
  display: flex;
  gap: 25px 5%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.top_mid_content_unit ul li {
  width: 100%;
}

.top_mid_content_unit ul li a {
  position: relative;
}

.top_mid_content_unit ul li.harf {
  width: 47.5%;
}

.top_mid_content_unit ul li figure {
  width: 100%;
  overflow: hidden;
}

.top_mid_content_unit ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.top_mid_content_unit ul li figure::after {
  content: "NPO法人WAIKIを\A設立しました。";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  z-index: 10;
  white-space: pre;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.top_mid_content_unit ul li figcaption {
  background: #fff;
  height: 40px;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: auto 10%;
  display: grid;
  place-items: center;
}

.top_mid_content_unit ul li figcaption p {
  color: #58b530;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.top_project_unit {
  background: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  border-radius: 4px;
  overflow: hidden;
  margin-top: 40px;
}

.top_project_unit_inner {
  padding: 20px 20px 30px;
}

.top_project_unit h2 {
  /* background-image: url(../img/top_business_title.png); */
  /* height: 60px; */
  background-position: center;
  /* background: #58b530; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

.top_project_unit h2 img {
}

.top_project_unit h2 span {
  color: #58b530;
  text-align: center;
  font-weight: bold;
  display: block;
  /* filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4)); */
  padding: 9px 0;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.top_project_unit h2 .ball {
  color: #58b530!important;
  font-size: 18px;
  line-height: 1;
}

.top_project_unit h3 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  display: grid;
  place-items: center;
}

.top_project_unit_inner > p {
  margin-top: 12px;
  border-bottom: solid 2px #58b530;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

.top_project_unit ul {
  display: flex;
  gap: 25px 5%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.top_project_unit ul li {
  width: 100%;
}

.top_project_unit ul li.harf {
  width: 47.5%;
}

.top_project_unit ul li figure {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.top_project_unit ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}

.top_project_unit ul li figure img:hover {
  transform: scale(1.1);
}

.top_project_unit ul li figcaption {
  background: #030303;
  padding: 0.2em;
  height: 43px;
  display: grid;
  place-items: center;
}

.top_project_unit ul li figcaption p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

/*--------top_mid_content--------ここまで----------------------*/
/*--------top_news------------------------------*/
.top_news_wrap {
  width: 100%;
}

.top_news_wrap h2 {
  height: 60px;
}

.top_news_wrap h2 span {
  color: #030303;
  text-align: center;
  font-weight: bold;
  display: flex;
  padding: 9px 0;
  line-height: 1;
  font-size: 40px;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.top_news_wrap p {
  background: #fff;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  margin: 30px 0;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  letter-spacing: 0.05em;
  border-radius: 4px;
}

#top_media_area {
  background: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  padding-bottom: 30px;
  border-radius: 4px;
}

.top_media_area_inner {
  max-height: 230px;
  overflow-y: scroll;
  border-bottom: solid 1px #ccc;
}

#top_media_area h3 {
  color: #e70;
  padding: 20px 20px;
  border-bottom: solid 1px #ccc;
  /* border-left: solid 3px #e9334a; */
  font-size: 21px;
  font-weight: bold;
}

#top_media_area h3 span {
  margin-right: 1em;
  color: #e70;
  line-height: 1;
}

.top_media_area_inner dl {
  display: flex;
  padding: 12px 20px;
  border-bottom: dotted 1px #ccc;
  flex-wrap: wrap;
}

.top_media_area_inner dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.top_media_area_inner dl dd {
  width: 100%;
  font-size: 14px;
}

#top_press_area {
  background: #fff;
  margin-top: 40px;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  padding-bottom: 30px;
  border-radius: 4px;
}

.top_press_area_inner {
  max-height: 208px;
  overflow-y: scroll;
  border-bottom: solid 1px #ccc;
}

#top_press_area h3 {
  color: #0190dc;
  padding: 20px 20px;
  border-bottom: solid 1px #ccc;
  /* border-left: solid 3px #0190dc; */
  font-size: 21px;
  font-weight: bold;
}

#top_press_area h3 span {
  margin-right: 1em;
  color: #0191da;
  line-height: 1;
}

.top_press_area_inner dl {
  display: flex;
  padding: 12px 20px;
  border-bottom: dotted 1px #ccc;
  flex-wrap: wrap;
}

.top_press_area_inner dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.top_press_area_inner dl dd {
  width: 100%;
  font-size: 14px;
}

p.btn {
  width: fit-content;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 4px;
  border: none;
  font-size: 18px;
}

p.btn a {
  display: block;
  padding: 0.5em 2em;
  background: #58b530;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.2));
  border-radius: 4px;
  font-size: 16px;
}

p.mediabtn {
  width: fit-content;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 4px;
}

p.mediabtn a {
  display: block;
  padding: 0.5em 2em;
  background: #e70;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

p.pressbtn {
  width: fit-content;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 4px;
}

p.pressbtn a {
  display: block;
  padding: 0.5em 2em;
  background: #0190dc;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

/*--------top_news--------ここまで----------------------*/
/*--------top_slide_bnr------------------------------*/
#top_slide_bnr {
  padding: 40px 0;
  border-bottom: solid 3px #ccc;
}

/*--------top_slide_bnr--------ここまで----------------------*/
/*--------top_group------------------------------*/
#top_group {
  padding: 60px 0;
  border-bottom: solid 3px #ccc;
}

.top_news_wrap h2 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_group_wrap h2 span {
  color: #58b530;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 9px 0;
  line-height: 1;
  font-size: 40px;
  letter-spacing: 0.05em;
}

.top_group_wrap p {
  padding: 8px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.top_group_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(6% / 1);
  margin-top: 40px;
  /* margin-bottom: 60px; */
}

.top_group_wrap ul li {
  width: 47%;
}

.top_group_wrap ul li a {
}

.top_group_wrap ul li figure {
  border: solid 1px #ddd;
  padding: 10px;
}

.top_group_wrap ul li figure img {
  backface-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.top_group_wrap ul li figcaption {
  font-size: 13px;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

/*--------top_group--------ここまで----------------------*/
/*--------top_example------------------------------*/
#top_example {
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}

#top_example a {
  padding: 80px 0;
}

#top_example a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top_example_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all .2s ease-out;
  z-index: -1;
}

#top_example a:hover {
  opacity: 1;
}

#top_example a:hover:after {
  transform: scale(1.03);
}

.top_example_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.top_example_inner h2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, .4));
  letter-spacing: 0.05em;
}

.top_example_inner p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, .2));
  letter-spacing: 0.05em;
}

/*--------top_example--------ここまで----------------------*/
/*--------top_contents------------------------------*/
#top_contents {
  padding: 120px 0 0;
}

.top_contents_bg {
  background: url(../img/top_contents.jpg) no-repeat center center;
  background-size: cover;
  background-blend-mode: screen;
  background-color: rgba(255, 255, 255, .7);
}

.top_product_inner {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 80px;
}

#top_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

#top_contents ul li {
  width: calc(50% - 40px / 2);
  background: #fff;
  height: 250px;
  position: relative;
  transition: 0.3s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .2));
}

#top_contents ul li:nth-of-type(4) {
}

#top_contents ul li:nth-of-type(4) a {
}

#top_contents ul li:nth-of-type(4) a .title_wrap h2 span {
}

#top_contents ul li:nth-of-type(4) a:before {
}

#top_contents ul li:hover {
  transform: scale(1.02);
}

#top_contents ul li:hover a {
  opacity: 1;
}

#top_contents ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  line-height: 1;
  color: #111;
  font-weight: bold;
  padding: 0 1em;
}

#top_contents ul li a:before {
  content: url(../img/box_b.png);
  position: absolute;
  top: 10px;
  left: 10px;
}

/*--------top_contents--------ここまで----------------------*/
/*--------top_contact------------------------------*/
#top_contact {
  margin: 150px 0;
}

.top_contact_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border: solid 2px #000b8c;
  padding: 40px 80px;
  border-radius: 8px;
}

.top_contact_inner dl {
  display: flex;
  align-items: center;
}

.top_contact_inner dl dt {
  width: 50%;
}

.top_contact_inner dl dd {
  width: 50%;
  text-align: center;
}

#top_contact dt h2 {
  color: #111;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top_contact dt h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #000b8c;
  display: inline-block;
  padding: 2px 50px;
  margin-top: 20px;
}

#top_contact dt p {
  color: #111;
  margin-top: 30px;
}

#top_contact dd h2 {
  color: #111;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top_contact dd h2 a {
  color: #111;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top_contact dd p {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1150px) {
  header dd > ul > li > a {
    font-size: 1.15vw;
  }
}

@media screen and (max-width: 1024px) {
  #top_contact dd h2 a {
    font-size: 4vw;
  }

  #top_contact .button {
    font-size: 2vw !important;
    padding: 10px 36px !important;
  }

  header dd > ul {
    justify-content: flex-end;
    display: none;
  }
}

@media screen and (max-width: 960px) {
  header dd > ul > li:nth-of-type(-n + 5) {
    display: none;
  }
}

/*--------top_contact--------ここまで----------------------*/
/*--------button------------------------------------*/
.button {
  border: solid 1px #58b530;
  text-align: center;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #58b530;
  padding: 4px 2em;
  transition: 0.2s;
  color: #fff;
  width: fit-content;
  border-radius: 4px;
}

.button a {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 4px;
  transition: 0.2s;
  color: #fff;
}

.button:hover {
  border: solid 1px #58b530;
  background: #fff;
  color: #58b530;
  opacity: 1;
}

.button:hover a {
  color: #fff;
  opacity: 1;
  color: #0050bc;
}

#contact_btn {
  text-align: center
}

#contact_btn .button {
  border: solid 1px #fff;
  text-align: center;
  margin: 0px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #0050bc;
  padding: 10px 60px;
  transition: 0.2s;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}

#contact_btn .button::before {
  content: url(../img/contact.png);
  margin-right: 8px;
  vertical-align: middle;
  height: 21px;
}

#contact_btn .button:hover {
  background: #013497;
  color: #fff;
  opacity: 1;
  position: relative;
}

/*--------button--------ここまで----------------------*/
/*--------hero_header------------------------------------*/
figure.hero_catch_left {
  position: absolute;
  top: 50px;
  left: 0;
  width: 30%;
  z-index: 2;
}

.swiper-slide figure.hero_catch_left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  backface-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

figure.hero_catch_right {
  position: absolute;
  top: 50px;
  right: 0;
  width: 13%;
  z-index: 2;
}

.swiper-slide figure.hero_catch_right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  backface-visibility: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

/*--------hero_header--------ここまで----------------------*/
/*--------company------------------------------*/
#company_aisatsu {
  margin-top: 60px;
}

.aisatsu_block {
  margin: 30px auto;
  max-width: 1000px;
}

.aisatsu_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.aisatsu_block ul li {
  width: 100%;
}

.aisatsu_block ul li p {
  line-height: 1.6em;
  text-align: justify;
  font-size: 14px;
}

.aisatsu_block ul li figure {
  height: 100%;
}

.aisatsu_block ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aisatsu_image {
  margin: 50px 0;
}

.aisatsu_image img {
}

/*-----------------*/
#company_rinen {
  margin-top: 60px;
}

.rinen_block {
  margin: 0px auto;
}

.rinen_block h3 {
  background: #58b530;
  width: fit-content;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin: 75px auto 0;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.rinen_block h3:nth-of-type(1) {
  margin-top: 50px;
}

.rinen_block h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  color: #58b530;
  font-weight: bold;
}

.rinen_block p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

#gaiyou {
  margin-top: 60px;
}

.gaiyou_block {
  margin: 30px auto;
  max-width: 1000px;
}

.gaiyou_block + .gaiyou_block {
  margin-top: 100px;
}

.gaiyou_block h3 {
  background: #58b530;
  color: #fff;
  text-align: center;
  padding: 14px 8px;
  font-weight: bold;
  /* margin-bottom: 6px; */
  font-size: 17px;
}

.gaiyou_block > figure {
  max-width: 800px;
  margin: auto;
}

.gaiyou_block > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gaiyou_block dl {
  display: flex;
  border-top: solid 1px #ddd;
  flex-wrap: wrap;
}

.gaiyou_block dl:last-child {
  border-bottom: solid 1px #ddd;
}

.gaiyou_block dl dt {
  width: 100%;
  background: #f7f5f5;
  padding: 8px;
  /* text-align-last: justify; */
  text-align: left;
  font-size: 14px;
}

.gaiyou_block dl dd {
  width: 100%;
  padding: 8px 16px 8px;
  font-size: 14px;
}

.gaiyou_block dl dd a {
  display: inline-block;
  color: #58b530;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*--- イートハピネス用 ---*/
.gaiyou_block_eat {
  margin: 50px auto 50px;
  max-width: 1000px;
  padding: 10px;
  border: solid 2px #ef8fab;
  border-radius: 6px;
}

.gaiyou_block_eat h3 {
  background: #ef8fab;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  font-size: 17px;
}

.gaiyou_block_eat > figure {
  max-width: 800px;
  margin: auto;
}

.gaiyou_block_eat > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gaiyou_block_eat dl {
  display: flex;
  border-top: solid 1px #ddd;
  flex-wrap: wrap;
}

.gaiyou_block_eat dl:last-child {
  border-bottom: solid 1px #ddd;
}

.gaiyou_block_eat dl dt {
  width: 100%;
  background: #f7f5f5;
  padding: 8px;
  /* text-align-last: justify; */
  text-align: left;
  font-size: 14px;
}

.gaiyou_block_eat dl dd {
  width: 100%;
  padding: 8px 20px 8px;
  font-size: 14px;
}
}

.gaiyou_block_eat dl dd a {
  display: inline-block;
  color: #ef8fab;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*--- イートハピネス用 ここまで ---*/
#company_soshikizu {
  margin-top: 60px;
}

.soshikizu_block {
  margin-top: 30px;
}

.soshikizu_block figure {
}

.soshikizu_block figure + figure {
  margin-top: 30px;
}

.soshikizu_block figure img {
  width: 100%;
  margin: auto;
}

#enkaku {
  margin-top: 50px;
}

/*--------company--------ここまで----------------------*/
/*--------news_list------------------------------*/
#news_list {
  /* margin-top: 120px; */
  padding-top: 50px;
  background: #f0f0f0;
  border-bottom: solid 8px #58b530;
}

#news_top_news {
  padding: 120px 0;
}

#news_list .n_area {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 0px;
}

#news_list .n_wrap {
  width: 100%;
  margin-right: 0%;
  margin-top: 5%;
}

#news_list .n_wrap:nth-of-type(1) {
  margin-top: 0px;
}

#news_list .n_block {
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
}

#news_list .n_block:hover .n_image img {
  transform: scale(1.05);
}

#news_list .n_image {
  margin-bottom: 0px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

#news_list .n_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

#news_list .n_tag {
  color: #fff;
  padding: 1px 12px;
  display: inline-block;
  font-size: 14px;
  border-radius: 16px;
  letter-spacing: 0.05em;
  margin-left: 1em;
  vertical-align: middle;
}

#news_list .media {
  background: #e9334a;
}

#news_list .press {
  background: #0190dc;
}

#news_list .project {
  background: #15ac36;
}

#news_list .n_date {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

#news_list .n_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

#news_list .n_text {
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#news_list .n_text_wrap {
  overflow: hidden;
  width: 100%;
  max-height: 108px;
}

/*--------news_list--------ここまで----------------------*/
/*--------news_detail------------------------------*/
#news_detail {
  padding: 120px 0;
  background: #f0f0f0;
}

#news_detail .n_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 0px;
  background: #fff;
}

#news_detail .n_wrap {
  width: 100%;
  padding: 5%;
  border-radius: 8px;
  max-width: 800px;
  margin: auto;
}

#news_detail .n_block {
  transition: 0.3s;
}

#news_detail .n_block:hover {
  opacity: 1;
}

#news_detail .n_block_right {
}

#news_detail .n_image {
  overflow: hidden;
  max-height: 450px;
}

#news_detail .n_image_sub {
  display: flex;
  gap: 5%;
  margin-top: 35px;
}

#news_detail .n_image_sub .n_image {
  width: 30%;
  margin-bottom: 0;
}

#news_detail .n_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  display: block;
}

.n_block_unit {
  width: 100%;
  padding: 15px;
  background: #fff;
}

#news_detail .n_tag {
  color: #fff;
  padding: 1px 12px;
  display: inline-block;
  font-size: 14px;
  border-radius: 16px;
  letter-spacing: 0.05em;
  margin-left: 1em;
  vertical-align: middle;
}

#news_detail .media {
  background: #e9334a;
}

#news_detail .press {
  background: #0190dc;
}

#news_detail .project {
  background: #15ac36;
}

#news_detail .n_date {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

#news_detail .n_title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: solid 2px #ddd;
}

#news_detail .n_text {
  font-size: 16px;
  text-align: justify;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#news_detail .n_text a:nth-of-type(2) {
  color: #0190dc;
  text-decoration: underline;
  text-underline-offset: 4px;
  word-wrap: break-word;
}

#news_detail .n_text_wrap {
  width: 100%;
}

/*--------news_detail--------ここまで----------------------*/
/*--------recruit------------------------------*/
#recruit {
  /* margin-top: 100px; */
}

.recruit_saiyou_block {
  margin: 75px auto;
  max-width: 800px;
}

.recruit_saiyou_block > p {
  line-height: 1.8em;
  text-align: justify;
  font-size: 18px;
}

.recruit_saiyou_block h4 {
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.recruit_bosyu_block {
  margin: 75px auto;
  max-width: 1000px;
}

.recruit_bosyu_block dl {
  display: flex;
  border-top: solid 1px #ddd;
}

.recruit_bosyu_block dl:nth-last-of-type(1) {
  border-bottom: solid 1px #ddd;
}

.recruit_bosyu_block dl dt {
  width: 15%;
  background: #f7f5f5;
  padding: 16px;
  text-align: center;
}

.recruit_bosyu_block dl dd {
  width: 85%;
  padding: 16px 4em;
}

.recruit_bosyu_block h5 {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}

/*--------recruit--------ここまで----------------------*/
/*--------privacy------------------------------*/
#privacy {
  margin-top: 60px;
}

.privacy_block {
  margin: 60px auto;
  max-width: 1000px;
}

.privacy_block h3 {
  text-align: center;
  margin-bottom: 30px;
}

.privacy_block h3 span {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #58b530;
  letter-spacing: 0.02em;
}

.privacy_block p {
  line-height: 1.7;
  font-size: 14px;
}

.privacy_block p + p {
  margin-top: 20px;
}

/*--------privacy--------ここまで----------------------*/
/*--------sitemap------------------------------*/
#sitemap_section {
  margin-top: 60px;
}

.sitemap_block {
  margin: 60px auto;
  max-width: 800px;
}

.sitemap_block ul {
  display: flex;
  flex-wrap: wrap;
  /* padding: 60px; */
  /* background: #f1f5f8; */
  border-radius: 4px;
  /* filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .2)); */
  gap: 8%;
  justify-content: space-between;
}

.sitemap_block ul li {
  width: 100%;
  margin-top: 40px;
}

.sitemap_block ul li:nth-of-type(1), .sitemap_block ul li:nth-of-type(2) {
  margin-top: 0px;
}

.sitemap_block ul li:nth-of-type(3) {
  /* margin-top: 20px; */
}

.sitemap_block ul li p {
  /* padding-left: 3em; */
  line-height: 1.7;
}

.sitemap_block ul li p a {
  padding-left: 1em;
  font-size: 16px;
  margin: 4px 0;
}

.sitemap_block ul li p a.f_t_main {
  line-height: 1.7;
  font-weight: bold;
  display: inline-block;
  padding-left: 0;
  font-size: 24px;
  color: #58b530;
  border-bottom: solid 1px #58b530;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

.sitemap_block ul li p a.f_t_main_wide {
  line-height: 1.7;
  font-weight: bold;
  display: inline-block;
  padding-left: 0;
  font-size: 20px;
  margin-top: 40px;
  color: #58b530;
  border-bottom: solid 1px #58b530;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.sitemap_block ul li p a span {
  color: #0097d9;
}

/*--------sitemap--------ここまで----------------------*/
/*--------navi------------------------------*/
.slide_btn {
  position: absolute;
  top: 0px;
  right: -30px;
  background: #182987;
  color: #fff;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 40px;
  border-left: none;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
  text-decoration: none;
}

.box {
  display: block;
  transition: 0.3s;
}

.btn {
  display: block;
  flex-grow: 1;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn:hover {
}

.panel {
  display: block;
}

/*---------------------------------------------------*/
section {
}

.section_inner {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}

/*-----------footer（下層）-------------------------------*/
footer {
  border-top: none;
  background: #eaf1dc;
  /* margin-top: 100px; */
  position: relative;
}

.footer_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
}

.footer_company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 5%;
}

.footer_company dt {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_company dt figure {
  margin: 0 8px;
}

.footer_company dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_company dd {
  width: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer_company dd p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}

.footer_company dd > figure {
}

.footer_company dd > figure > img {
}

.footer_company dd ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_company dd ul li {
}

.footer_company dd ul li a {
}

.footer_inner ul {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px calc(6% / 1);
  flex-wrap: wrap;
}

.footer_inner ul li {
  width: 47%;
}

.footer_inner ul li p {
  margin: 2px 0;
}

.footer_inner ul li p a {
  color: #030303;
  /* padding-left: 1em; */
  font-size: 14px ;
  display: inline-block;
}

.footer_inner ul li p a.gaibu::after {
  content: url(../img/window.png);
  margin-left: 5px;
}

.footer_inner ul li p a span {
  color: #030303;
}

.footer_inner ul li p a.f_t_main {
  color: #58b530;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: solid 1px #58b530;
  font-weight: bold;
  padding: 0 0 4px 0;
  display: block;
}

small {
  color: #fff;
  margin: 0px auto;
  display: block;
  text-align: center;
  max-width: 1200px;
}

.footer_bottom {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background: #030303;
}

.footer_link {
  display: flex;
  padding-top: 10px;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.footer_link li {
  width: 50%;
}

.footer_link li:nth-of-type(1) {
  text-align: right;
}

.footer_link li:nth-of-type(2) {
  text-align: left;
}

.footer_link li + li {
  border-left: solid 1px #111;
}

.footer_link li a {
  color: #111;
  font-size: 14px;
  margin: 0px 30px;
}

/*-----------footer（下層）--------------ここまで-----------*/
/*-----------その他共通----------------------------*/
#page-top {
  /* position: absolute; */
  /* top: -50px; */
  /* right: calc(calc(100% - 1200px) / 2); */
  font-size: 10px;
  z-index: 1000;
  height: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
  width: 100%;
}

#page-top a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #58b530;
  font-size: 18px;
  border: solid 1px #58b530;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 50px;
  margin-left: auto;
}

#page-top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #58b530;
  border: solid 1px #58b530;
  opacity: 1;
}

.all {
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.breadcrums-wrap {
  width: 100%;
  background: #f1f1f1;
}

ul.breadcrums {
  display: flex;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  padding: 13px 0;
}

ul.breadcrums li {
  margin: 0 12px 0 0;
  font-size: 12px;
  color: #111;
}

ul.breadcrums li a {
  color: #58b530;
  font-weight: bold;
  font-size: 12px;
  border-bottom: solid 1px #eff0f5;
}

ul.breadcrums li a:hover {
  border-bottom: solid 1px #58b530;
}

.title_wrap {
  text-align: center;
  width: 100%;
  /* padding-top: 40px; */
  /* margin-top: -40px; */
}

.title_wrap h2 {
}

.title_wrap h2 span {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #58b530;
  letter-spacing: 0.02em;
}

[class^="number-slide"], [class*=" number-slide"] {
  /* background: grey; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-slide1 {
  position: relative;
}

.number-slide1 figure {
  margin-top: 120px;
}

.number-slide2 {
}

.number-slide3 {
}

.purpose {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 8%;
}

.purpose h2 {
  font-weight: bold;
  color: #ee7700;
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.purpose h3 {
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}

.purpose p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 18px;
  align-items: center;
}

.purpose p span {
  display: block;
  font-size: 14px;
}

.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.arrow--left {
  left: 5px;
}

.arrow--right {
  left: auto;
  right: 5px;
}

.arrow--disabled {
  fill: rgba(255, 255, 255, 0.5);
}

/*-----------その他共通--------------ここまで--------------*/
/*----------ページネイション----------*/
.pagination {
  margin: 0px auto 0px;
  width: 100%;
  padding: 50px 0;
}

.pagination_inner {
  display: flex;
  justify-content: center;
}

.pagination_inner li {
  margin: 0 20px 0 0;
}

.pagination_inner li:last-child {
  margin-right: 0;
}

.pagination_inner li a {
  color: #fff;
  background: #ccc;
  display: block;
  padding: 7px 16px 5px 16px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.pagination_inner li:hover a {
  background: #58b530;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.pagination_inner li a.pagination_on {
  background: #58b530;
}

/*----------ページネイション----------ここまで----------*/
/*----------SDGs--------------------*/
#sdgs_block {
  padding: 60px 0 0;
}

#sdgs_block dl {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  flex-direction: column;
}

#sdgs_block dl dt {
  width: 100%;
  text-align: center;
}

#sdgs_block dl dt p {
  text-align: center;
  color: #0098d8;
  font-weight: bold;
  font-size: 18px;
}

#sdgs_block dl dt figure {
  margin-top: 30px;
}

#sdgs_block dl dt figure img {
  width: 100%;
}

#sdgs_block dl dd {
  width: 100%;
  /* margin-top: 30px; */
}

#sdgs_block dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc(10% / 2);
}

#sdgs_block dl dd ul li {
  width: 30%;
}

#sdgs_block dl dd ul li img {
  width: 100%;
}

#sdgs_waiki_block {
  padding: 60px 0 0;
}

#sdgs_waiki_block dl {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

#sdgs_waiki_block dl dt {
  width: 100%;
}

#sdgs_waiki_block dl dt h4 {
  background: #58b530;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 4px;
}

#sdgs_waiki_block dl dt h5 {
  background: #f1f1f1;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 4px 16px;
  border: solid 1px #ccc;
  text-align: center;
  border-radius: 4px;
}

#sdgs_waiki_block dl dt p {
}

#sdgs_waiki_block dl dd {
  width: 100%;
}

#sdgs_waiki_block dl dd figure {
  position: relative;
  height: 100%;
}

#sdgs_waiki_block dl dd figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 111px;
  background: url(../img/sdgs_waiki_02.png) no-repeat;
  background-size: contain;
}

#sdgs_waiki_block dl dd figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------SDGs----------ここまで----------*/
/*----------personal--------------------*/
#personal_block {
  padding: 60px 0;
}

#personal_block dl {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-direction: row-reverse;
  margin-top: 30px;
  flex-wrap: wrap;
}

#personal_block dl + dl {
  margin-top: 100px;
}

#personal_block dl dt {
  width: 100%;
  /* order: 2; */
}

#personal_block dl dt h4 {
  background: #ef8fab;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 4px;
}

#personal_block dl dt h5 {
  background: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 4px 16px;
  border: solid 1px #ccc;
  text-align: justify;
  border-radius: 4px;
}

#personal_block dl dt p {
  font-size: 14px;
}

#personal_block dl dd {
  width: 100%;
  /* order: 1; */
}

#personal_block dl dd figure {
  position: relative;
  width: 100%;
  height: 100%;
}

#personal_block dl dd figure img {
  width: 100%;
  border: solid 1px #ccc;
  /* filter: drop-shadow(1px 1px 6px rgba(0,0,0,.2)); */
}

/*----------personal----------ここまで----------*/
/*----------corporate--------------------*/
#corporate_block {
  padding: 60px 0;
}

#corporate_block dl {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-direction: row-reverse;
  margin-top: 30px;
  flex-wrap: wrap;
}

#corporate_block dl + dl {
  margin-top: 100px;
}

#corporate_block dl dt {
  width: 100%;
}

#corporate_block dl dt h4 {
  background: #0190dc;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 4px;
}

#corporate_block dl dt h5 {
  background: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 4px 16px;
  border: solid 1px #ccc;
  text-align: center;
  border-radius: 4px;
}

#corporate_block dl dt p {
  font-size: 14px;
}

#corporate_block dl dd {
  width: 100%;
}

#corporate_block dl dd figure {
  position: relative;
  width: 100%;
  height: 100%;
}

#corporate_block dl dd figure img {
  width: 100%;
  border: solid 1px #ccc;
  filter: drop-shadow(1px 1px 6px rgba(0,0,0,.2));
}

#corporate_block p.cortion {
  text-align: center;
  margin: 100px auto 100px;
  font-size: 18px;
}

/*----- corporate_new -------*/
.corporate_new_title_wrap h2 {
}

.corporate_new_title_wrap h2 span:nth-of-type(1) {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #030303;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  text-decoration: underline dotted #e9334a;
  text-underline-offset: 6px;
}

.corporate_new_title_wrap h2 span:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #030303;
  letter-spacing: 0.02em;
  text-align: justify;
  display: block;
  margin-top: 10px;
}

.corporate_new_block {
  margin: 50px 0 0;
  border: solid 3px #e9334a;
  padding: 0px;
  border-radius: 8px;
}

.corporate_new_inner {
  padding: 15px 15px 0;
}

.corporate_new_inner:last-child {
  padding-bottom: 40px;
}

.corporate_new_inner > figure {
  margin-top: 30px;
}

.corporate_new_inner > figure img {
}

.corporate_new_block h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #e9334a;
  color: #fff;
  letter-spacing: 0.05em;
}

.corporate_new_block h4 {
  border-left: solid 8px #e9334a;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #e9334a;
  padding: 4px 0 6px 0.5em;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}

.corporate_new_inner > p {
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}

.corporate_new_inner > h5 {
  padding: 5px 0.5em 5px 2em;
  font-size: 18px;
  width: fit-content;
  margin-top: 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #ee7700;
  margin-left: 0.7em;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 2px 0px rgba(0,0,0,.2));
}

.arrow-s {
  position: relative;
}

.arrow-s::before, .arrow-s::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.type01::before {
  left: 8px;
  width: 20px;
  height: 4px;
  background: #fff;
}

.type01::after {
  left: 14px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corporate_new_block > figure {
  margin: 30px 0;
}

.corporate_new_block > figure img {
}

#shinchiku {
  margin: 30px 0 0;
}

#shinchiku ul {
  display: flex;
  flex-wrap: wrap;
}

#shinchiku ul li {
}

#shinchiku ul li:nth-of-type(1) {
  width: 10%;
  background: #e9334a;
  text-align: center;
  padding: 5px 5px;
  font-size: 18px;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 1.3;
}

#shinchiku ul li:nth-of-type(2) {
  width: 90%;
  background: #58b530;
  padding: 10px 10px;
  font-size: 24px;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #030303;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  outline-offset: -5px;
}

#shinchiku ul li:nth-of-type(3) {
  width: 100%;
  margin-left: auto;
  background: #ddd;
  padding: 10px 20px;
  font-size: 17px;
  display: grid;
  place-items: center;
  font-weight: bold;
  outline: solid 2px #fff;
  border: solid 1px #aaa;
  border-radius: 6px;
  outline-offset: -6px;
  margin-top: 10px;
}

#shinchiku > figure {
  overflow: hidden;
  height: 100%;
  margin: 10px 0px 0;
}

#shinchiku > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 540px;
}

#shinchiku dl {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  gap: 10px;
}

#shinchiku dl dt {
  width: 100%;
}

#shinchiku dl dt figure {
}

#shinchiku dl dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 320px;
}

#shinchiku dl dd {
  width: 100%;
}

#shinchiku dl dd h5 {
  font-size: 20px;
  border-bottom: solid 2px #030303;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#shinchiku dl dd p {
  font-size: 16px;
}

#kaisyu {
  margin: 40px 0 0px;
}

#kaisyu > ul {
  display: flex;
  flex-wrap: wrap;
}

#kaisyu > ul li {
}

#kaisyu > ul li:nth-of-type(1) {
  width: 10%;
  background: #e9334a;
  text-align: center;
  padding: 5px 5px;
  font-size: 18px;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 1.3;
}

#kaisyu > ul li:nth-of-type(2) {
  width: 90%;
  background: #58b530;
  padding: 10px 10px;
  font-size: 21px;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #030303;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  outline-offset: -5px;
}

#kaisyu > ul li:nth-of-type(3) {
  width: 100%;
  margin-left: auto;
  background: #ddd;
  padding: 10px 20px;
  font-size: 17px;
  display: grid;
  place-items: center;
  font-weight: bold;
  outline: solid 2px #fff;
  border: solid 1px #aaa;
  border-radius: 6px;
  outline-offset: -6px;
  margin-top: 10px;
}

#kaisyu > figure {
  overflow: hidden;
  height: 100%;
  margin: 30px 0px 0;
}

#kaisyu > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 540px;
}

#kaisyu dl.view_first {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

#kaisyu dl.view_first dt {
  width: 100%;
}

#kaisyu dl.view_first dt h6 {
  font-size: 24px;
  padding: 5px 0.5em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #0190dc;
  color: #fff;
}

#kaisyu dl.view_first dt figure {
  /* margin-top: 10px; */
  /* max-height: 300px; */
  overflow: hidden;
  height: 100%;
}

#kaisyu dl.view_first dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

#kaisyu dl.view_first dd {
  width: 100%;
}

#kaisyu dl.view_first dd h5 {
  font-size: 20px;
  border-bottom: solid 2px #030303;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#kaisyu dl.view_first dd p {
  font-size: 18px;
}

#kaisyu dl.view_second {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

#kaisyu dl.view_second dt {
  width: 100%;
}

#kaisyu dl.view_second dt ul {
  display: flex;
  justify-content: space-between;
}

#kaisyu dl.view_second dt ul li {
  width: 50%;
}

#kaisyu dl.view_second dt h6 {
  font-size: 21px;
  /* margin-bottom: 20px; */
  padding: 5px 0.5em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #dddddd;
  color: #030303;
}

#kaisyu dl.view_second dt h6 span {
  font-size: 16px;
  line-height: 1;
  color: #030303;
  margin-left: 2em;
  font-weight: bold;
}

#kaisyu dl.view_second dt figure {
  overflow: hidden;
  /* max-height: 190px; */
  /* height: 100%; */
}

#kaisyu dl.view_second dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 140px;
}

#kaisyu dl.view_second dd {
  width: 100%;
}

#kaisyu dl.view_second dd h5 {
  font-size: 28px;
  border-bottom: solid 2px #030303;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#kaisyu dl.view_second dd p {
  font-size: 16px;
}

/*----------corporate----------ここまで----------*/
/*----------recruit--------------------*/
#recruit_block {
  padding: 60px 0 0;
}

#recruit_block p.cortion {
  text-align: center;
  margin: 50px auto 50px;
  font-size: 16px;
}

/*----------recruit----------ここまで----------*/
/*-----SPメニュー用-----*/
.menu {
  position: relative;
  /* display: none; */
  z-index: 111111111111111111111111;
}

#smt_menu_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
  width: 100%;
  visibility: hidden;
}

#smt_menu_wrapper > ul {
  margin: 0 auto 0 0;
  padding: 0px 20% 0 5%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* background: #fff; */
  background-color: #58b530;
  /* background-image: url(../img/corporate_shinchiku_01.jpg); */
  background-size: cover;
}

#smt_menu_wrapper > ul > li {
  font-size: 20px;
  list-style-type: none;
  padding: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin: 13px 0;
}

#smt_menu_wrapper ul li.red a {
  color: #ffffff;
}

.cta_bg {
  width: 252px;
  height: 49px;
  text-align: center;
  line-height: 29px;
  margin: 5px 0 0 0;
  display: block;
  transition: all 0.3s ease;
}

.cta_bg:hover {
  color: #f5f5f5;
}

#smt_menu_wrapper ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#smt_menu_wrapper ul li a {
  display: block;
  color: #fff;
  padding: 0;
  background: none;
  font-size: 18px;
  /* font-weight: bold; */
  border-bottom: solid 1px #fff;
}

#smt_menu_wrapper.active {
  transform: translateY(0%);
  visibility: inherit;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
  border-color: #fff;
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
  border-color: #fff;
}

.pc_none {
  display: block;
}

.navToggle {
  display: block;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10015;
  text-align: center;
  border-radius: 2px;
}

.navToggle span:nth-child(1) {
  top: 15px;
}

.navToggle span:nth-child(2) {
  top: 24px;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-top: solid 3px #111;
  transition: 0.3s;
  left: 6px;
}

/*-----SPメニュー用-----*/
@media print {
  header {
    position: absolute;
  }

  .hero {
    max-height: 840px;
  }

  .top_hero_header {
    position: relative;
    height: calc(100vh - 0px);
    max-height: 840px;
    overflow: hidden;
  }

  .navToggle {
    position: absolute;
  }

  #page-top {
    display: none;
  }

  iframe {
    filter: none;
    transition: 0;
  }
}

.img-sp {
  display: none;
}

@media screen and (max-width: 560px) {
  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }
}

@keyframes animLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.typing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-effect {
  width: 60ch;
  /* animation: typing 3s steps(60), effect .5s step-end infinite alternate; */
  /* white-space: nowrap; */
  overflow: hidden;
  /* border-right: 3px solid; */
  font-family: monospace;
  font-size: 5.8vw;
  font-weight: bold;
  color: #0190dc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

@keyframes typing {
  from {
    width: 0
  }
}

@keyframes effect {
  50% {
    border-color: transparent
  }
}

.point {
  animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  display: none;
}

.point2 {
  animation-name: fuwafuwa2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  display: none;
}

.point3 {
  animation-name: fuwafuwa3;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
  display: none;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0,0px);
  }

  100% {
    transform: translate(0,-8px)
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0,-8px);
  }

  100% {
    transform: translate(0,0px)
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0,0px);
  }

  100% {
    transform: translate(0,-8px)
  }
}

/*-----------*/
#window1,#window2,#window3 {
  position: absolute;
  right: 0;
  top: 62%;
  z-index: 1000000000;
  background: #fff;
  width: 35%;
  max-width: 440px;
  height: 65%;
  transform: translate(100%,-50%);
  display: grid;
  place-items: center center;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.3));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: none;
}

#window4,#window5,#window6 {
  position: absolute;
  left: 0;
  top: 62%;
  z-index: 1000000000;
  background: #fff;
  width: 35%;
  max-width: 440px;
  height: 65%;
  transform: translate(-100%,-50%);
  display: grid;
  place-items: center center;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.3));
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
}

.window_inner {
  padding: 40px;
}

.window_inner dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.window_inner dl dt {
}

.window_inner dl dt a {
  display: grid;
  place-items: center;
}

.window_inner dl dt a figure {
}

.window_inner dl dt a figure img {
  width: auto;
}

.window_inner dl dt a figcaption {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.window_inner dl dd {
  margin-top: 50px;
}

.window_inner dl dd h3 {
  background: #58b530;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
}

.window_inner dl dd p {
  margin-top: 20px;
}

.windowsToggle {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10015;
  text-align: center;
  border-radius: 2px;
  border-color: #333;
}

.windowsToggle span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
  border-color: #333;
}

.windowsToggle span:nth-child(2), .windowsToggle span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
  border-color: #333;
}

.windowsToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-top: solid 3px #111;
  transition: 0.3s;
  left: 6px;
}

.windowsToggle-re {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10015;
  text-align: center;
  border-radius: 2px;
  border-color: #333;
}

.windowsToggle-re span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
  border-color: #333;
}

.windowsToggle-re span:nth-child(2), .windowsToggle-re span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
  border-color: #333;
}

.windowsToggle-re span {
  display: block;
  position: absolute;
  width: 30px;
  border-top: solid 3px #111;
  transition: 0.3s;
  left: 6px;
}

.windowactive {
  animation: windowframein ease-in-out forwards 0.5s;
}

.windowfade {
  animation: windowframeout ease-in-out forwards 0.5s;
}

.windowactive-re {
  animation: windowframein-re ease-in-out forwards 0.5s;
}

.windowfade-re {
  animation: windowframeout-re ease-in-out forwards 0.5s;
}

@keyframes windowframein {
  0% {
    transform: translate(100%,-50%);
  }

  100% {
    transform: translate(-0%,-50%);
  }
}

@keyframes windowframeout {
  0% {
    transform: translate(-0%,-50%);
  }

  100% {
    transform: translate(100%,-50%);
  }
}

@keyframes windowframein-re {
  0% {
    transform: translate(-100%,-50%);
  }

  100% {
    transform: translate(-0%,-50%);
  }
}

@keyframes windowframeout-re {
  0% {
    transform: translate(-0%,-50%);
  }

  100% {
    transform: translate(-100%,-50%);
  }
}

.ball {
  color: #030303!important;
  font-size: 21px;
  line-height: 1;
}

.color_pink {
  color: #e9334a!important;
}

.color_blue {
  color: #0190dc!important;
}

.color_orange {
  color: #ee7700!important;
}

.color_green {
  color: #58b530!important;
}

.back_highpink {
  background: #e9334a!important;
}

.back_lowpink {
  background: #ef8fab!important;
}

.back_orange {
  background: #ee7700!important;
}

.back_green {
  background: #58b530!important;
}

.back_blue {
  background: #0190dc!important;
}

.border_orange {
  border-color: #ee7700!important;
}

.border_blue {
  border-color: #0190dc!important;
}

/*--- 202204111619 ---*/
/*----- school -------*/
#school_block {
  padding: 100px 0 0;
}

.school_main {
  margin: 0 0 100px;
}

.school_main h2 {
  text-align: center;
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
}

.school_main h3 {
  text-align: center;
  background: #e9334a!important;
  color: #fff;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 6vw;
  padding: 5px 25px;
  border-radius: 6px;
  filter: drop-shadow(1px 2px 4px rgba(0,0,0,.3));
}

.school_main h4 {
  width: fit-content;
  margin: 60px auto 0;
  font-size: 5vw;
  line-height: 1.7em;
}

.school_main .download {
  width: 100%;
  border: solid 3px #58b530;
  margin: 50px auto;
  padding: 10px 40px 10px 65px;
  /* min-width: 400px; */
  border-radius: 6px;
}

.school_main .download a {
  font-size: 18px;
  margin: 10px;
  /* color: #58b530; */
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.school_main .download a::before {
  content: "▶";
  position: absolute;
  left: -25px;
}

.school_sub {
  margin: 0 auto 100px;
  max-width: 800px;
}

.school_sub h3 {
  font-size: 24px;
  color: #fff;
  background: #58b530;
  padding: 4px 1em;
}

.school_sub h3:nth-of-type(2) {
  margin-top: 50px;
}

.school_sub dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto;
  gap: 3%;
}

.school_sub dl dt {
  font-size: 16px;
  width: 100%;
  /* background: #efefef; */
  padding: 4px 0px 4px 16px;
  /* border: solid 1px #fff; */
  border-bottom: solid 1px #666;
  border-left: solid 10px #666;
  margin-top: 10px;
}

.school_sub dl dd {
  font-size: 16px;
  width: 100%;
  padding: 4px 0px;
  margin-top: 10px;
}


