@charset "UTF-8";
@font-face {
  font-family: "Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(../font/R.woff2) format("woff2"), url(../font/R.woff) format("woff"), url(../font/R.ttf) format("truetype");
}
html, body {
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 16px;
  font-family: "Rounded", "Noto Sans JP", sans-serif;
}

body {
  background-image: radial-gradient(#e5f6f0 2px, transparent 2px);
  background-size: 14px 14px;
  background-color: #ffffff;
}

body.fixed {
  overflow: hidden;
}

html.sr .load-hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  a {
    transition: all 0.4s;
  }
}

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

.serif {
  font-family: "Noto Serif JP", serif;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .for-mb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .for-tab {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .for-tab {
    display: initial !important;
  }
}
@media screen and (min-width: 769px) {
  .for-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .for-pc {
    display: default;
  }
}

.scr {
  visibility: hidden;
}

.shadow {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(82, 82, 82, 0.8);
  mix-blend-mode: multiply;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.shadow.toggled {
  visibility: visible;
  opacity: 1;
}

#header {
  background: #ffffff;
  height: 55px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 769px) {
  #header {
    background: rgba(255, 255, 255, 0.85);
    height: 90px;
  }
}
#header .inner {
  height: 55px;
}
@media screen and (min-width: 769px) {
  #header .inner {
    display: flex;
    justify-content: space-between;
    height: 90px;
  }
}
#header .inner .logo {
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
  line-height: 1;
  z-index: 9;
}
@media screen and (min-width: 769px) {
  #header .inner .logo {
    height: 90px;
    width: 307px;
    position: static;
    margin: 0 20px 0 48px;
    display: flex;
    align-items: center;
  }
}
#header .inner .logo img {
  vertical-align: top;
  line-height: 1;
  height: 20px;
}
@media screen and (min-width: 769px) {
  #header .inner .logo img {
    width: 307px;
    height: 31px;
  }
}
#header .inner #site-navigation .nav-button {
  border: none;
  background: transparent;
  pointer-events: auto;
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 9;
  right: 0;
  top: 0;
  padding: 0;
}
#header .inner #site-navigation .bar {
  position: absolute;
  display: block;
  background: #00A26A;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  left: 0;
  right: 15px;
  margin: auto 0 auto auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation .bar {
    transition: none;
  }
}
#header .inner #site-navigation .nav-button .bar:nth-child(1) {
  top: 32%;
}
#header .inner #site-navigation .nav-button .bar:nth-child(2) {
  top: 46%;
}
#header .inner #site-navigation .nav-button .bar:nth-child(3) {
  top: 60%;
}
#header .inner #site-navigation #nav-content {
  padding-left: 6vw;
  padding-right: 6vw;
  box-sizing: border-box;
  position: absolute;
  top: -100vh;
  overflow: scroll;
  display: block;
  width: 100vw;
  max-height: calc(100vh - 55px);
  background: #ffffff;
  padding-bottom: 40px;
  transition: all 0.5s;
  z-index: 8;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content {
    display: flex;
    transition: none;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    overflow: unset;
  }
}
#header .inner #site-navigation #nav-content ul {
  padding-left: 6vw;
  padding-right: 6vw;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
  }
}
#header .inner #site-navigation #nav-content ul li {
  margin: 0;
  border-bottom: 1px solid #D9F1E9;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content ul li {
    border-bottom: none;
    margin-right: 40px;
  }
}
#header .inner #site-navigation #nav-content ul li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content ul li a {
    color: #393939;
    padding: 0;
    transition: all 0.4s;
  }
  #header .inner #site-navigation #nav-content ul li a:hover {
    color: #00A26A;
    transform: translateY(-4px);
  }
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content .tel {
    flex-shrink: 0;
    margin-right: 36px;
  }
}
#header .inner #site-navigation #nav-content .tel a {
  display: block;
  background: #00A26A;
  color: #ffffff;
  border-radius: 20px;
  padding: 15px 28px;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation #nav-content .tel a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 28px;
    font-size: 0.85rem;
  }
}
#header .inner #site-navigation #nav-content .tel a img {
  margin-top: 5px;
  width: 100%;
}
#header .inner #site-navigation.toggled .nav-button .bar:nth-child(1) {
  top: 45%;
  transform: translateY(0%) rotate(-45deg);
}
#header .inner #site-navigation.toggled .nav-button .bar:nth-child(2) {
  opacity: 0;
}
#header .inner #site-navigation.toggled .nav-button .bar:nth-child(3) {
  top: 45%;
  transform: translateY(0%) rotate(45deg);
}
#header .inner #site-navigation.toggled #nav-content {
  top: 49px;
  display: block;
}
@media screen and (min-width: 769px) {
  #header .inner #site-navigation.toggled #nav-content {
    display: flex;
    top: 0;
  }
}

#head-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
#head-nav #logo {
  position: absolute;
  width: 96px;
  height: 90px;
  left: 10px;
  top: 10px;
  z-index: 0;
  margin: 0;
}
#head-nav #logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
}
#head-nav #logo img.logo-b {
  display: none;
}
#head-nav.conpact {
  width: 100%;
  height: 66px;
}
#head-nav.conpact #logo {
  width: 60px;
  height: 56px;
  left: 0;
  top: 0;
}
#head-nav.conpact #logo img {
  width: 60px;
  height: auto;
}
#head-nav .menuToggle {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  width: 48px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  z-index: 1001;
  text-align: center;
  outline: none;
}
@media screen and (min-width: 769px) {
  #head-nav .menuToggle {
    width: 60px;
  }
}
#head-nav .menuToggle span.bar {
  display: block;
  height: 1px;
  margin: 6px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  #head-nav .menuToggle span.bar {
    margin: 10px 0;
    height: 2px;
    transition: none;
  }
}
#head-nav .menuToggle .close, #head-nav .menuToggle .menu {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.85rem;
}
#head-nav .menuToggle .close {
  display: none;
}
#head-nav .menuToggle .menu {
  display: block;
}
#head-nav.conpact .menuToggle span.bar {
  box-shadow: 0px 0px 7px 1px rgba(255, 255, 255, 0.6);
}
#head-nav #nav-content {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100vw;
  height: 100vh;
  font-size: 2.4rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (min-width: 769px) {
  #head-nav #nav-content {
    transition: none;
  }
}
#head-nav #nav-content ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}
#head-nav #nav-content ul a {
  display: block;
  padding: 10px 5px;
}
#head-nav #nav-content ul a img {
  height: 50px;
}
#head-nav #nav-content ul a .sub {
  display: block;
  font-size: 1.3rem;
  margin-left: 1em;
}
#head-nav .toggled .menuToggle span.bar {
  box-shadow: none;
}
#head-nav .toggled .menuToggle .bar1 {
  margin-left: 6px;
  width: 20px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  #head-nav .toggled .menuToggle .bar1 {
    margin-left: 7px;
    width: 34px;
  }
}
#head-nav .toggled .menuToggle .bar2 {
  opacity: 0;
}
#head-nav .toggled .menuToggle .bar3 {
  margin-left: 5px;
  width: 21px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  #head-nav .toggled .menuToggle .bar3 {
    margin-left: 6px;
    width: 33px;
  }
}
#head-nav .toggled .menuToggle .menu {
  display: none;
}
#head-nav .toggled .menuToggle .close {
  display: block;
}
#head-nav .toggled #nav-content {
  display: initial;
  visibility: visible;
  opacity: 1;
}

main {
  margin-top: 55px;
}
@media screen and (min-width: 769px) {
  main {
    margin-top: 90px;
  }
}

.wow {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.wow:before, .wow:after {
  content: "";
  width: 13px;
  height: 24px;
  background: url(../images/headingframe.svg) no-repeat;
  background-size: contain;
  margin-right: 13px;
}
@media screen and (min-width: 769px) {
  .wow:before, .wow:after {
    width: 21px;
    height: 16px;
    margin-right: 20px;
  }
}
.wow:after {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 13px;
}
@media screen and (min-width: 769px) {
  .wow:after {
    margin-left: 20px;
  }
}

.section .sec-ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}
.section .sec-ttl.wow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section .sec-ttl.wow:before, .section .sec-ttl.wow:after {
  content: "";
  width: 13px;
  height: 24px;
  background: url(../images/headingframe.svg) no-repeat;
  background-size: contain;
  margin-right: 13px;
}
@media screen and (min-width: 769px) {
  .section .sec-ttl.wow:before, .section .sec-ttl.wow:after {
    width: 21px;
    height: 37px;
    margin-right: 30px;
  }
}
.section .sec-ttl.wow:after {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 13px;
}
@media screen and (min-width: 769px) {
  .section .sec-ttl.wow:after {
    margin-left: 30px;
  }
}
.section .desc {
  text-align: center;
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  .section .desc {
    font-size: 1.3rem;
    margin-bottom: 90px;
  }
}
.section .inner {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 769px) {
  .section .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#mv {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #mv {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #mv {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#intro {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #intro .intro-body .inner {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  #intro .intro-body .inner .img {
    width: 739px;
    margin-right: 65px;
  }
}
#intro .questions {
  margin-top: 20px;
  margin-bottom: 50px;
}
#intro .questions li {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  #intro .questions li {
    font-size: 1.3rem;
    margin-bottom: 37px;
  }
  #intro .questions li:last-of-type {
    margin-bottom: 0;
  }
}
#intro .questions li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#intro .intro-foot {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 769px) {
  #intro .intro-foot {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #intro .intro-foot {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }
}
#intro .intro-foot .inner {
  background: #FFF7B7;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  #intro .intro-foot .inner {
    font-size: 1.4rem;
  }
}
#intro .intro-foot .inner:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 247, 183, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-bottom-color: #FFF7B7;
  bottom: 100%;
  left: 50%;
}
#intro .intro-foot .inner strong {
  color: #FFA921;
}

#features {
  background: #EDF8F5;
  padding-top: 80px;
  padding-bottom: 60px;
}
#features .index {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #features .index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 90px;
    box-sizing: border-box;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
#features .index a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #ffffff;
  border: 2px solid #00A26A;
  border-radius: 20px;
  box-shadow: 5px 5px 0px rgba(0, 162, 106, 0.3);
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #features .index a {
    box-sizing: border-box;
    width: 312px;
    height: 312px;
    border-radius: 156px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
  }
  #features .index a:hover {
    transform: translateY(-10px);
  }
}
#features .index a .img {
  width: 67px;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #features .index a .img {
    margin-right: 0;
    text-align: center;
    width: auto;
    max-height: 92px;
    max-width: 102px;
    margin-bottom: 20px;
  }
}
#features .index a .img img {
  max-height: 60px;
}
@media screen and (min-width: 769px) {
  #features .index a .img img {
    max-height: 92px;
    max-width: 102px;
  }
}
#features .index a .txt {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  #features .index a .txt {
    text-align: center;
    font-size: 1.4rem;
  }
}

#supports {
  background: #ffffff;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #supports {
    box-sizing: border-box;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
#supports .intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #supports .intro {
    line-height: 1.8;
    margin-bottom: 50px;
  }
}
#supports .supports {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #supports .supports {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#supports .supports .to-detail,
#supports .supports .close-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00A26A;
  border-radius: 20px;
  padding: 4px 20px;
  color: #00A26A;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #supports .supports .to-detail,
  #supports .supports .close-link {
    width: 160px;
    font-size: 0.9rem;
    transition: all 0.4s;
    padding: 8px 20px;
  }
}
#supports .supports .to-detail:after,
#supports .supports .close-link:after {
  content: "";
  width: 28px;
  height: 12px;
  background: url(../images/dest.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  #supports .supports .to-detail:after,
  #supports .supports .close-link:after {
    transition: all 0.4s;
  }
}
#supports .supports .support {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #supports .supports .support {
    width: calc(50% - 40px);
    padding-bottom: 50px;
    margin-bottom: 40px;
    cursor: pointer;
  }
  #supports .supports .support:nth-of-type(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(0deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px), repeating-linear-gradient(90deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px);
    background-size: 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    width: 2px;
    height: 80%;
  }
  #supports .supports .support:hover .to-detail {
    background: #00A26A;
    color: #ffffff !important;
  }
  #supports .supports .support:hover .to-detail:after {
    background-image: url(../images/dest-white.svg);
  }
}
#supports .supports .support:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px), repeating-linear-gradient(90deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px);
  background-size: 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #supports .supports .support:nth-last-of-type(2):after {
    display: none;
  }
}
#supports .supports .support:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
#supports .supports .support:last-of-type:after {
  display: none;
}
#supports .supports .support .img {
  width: 70px;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .img {
    width: 112px;
  }
}
#supports .supports .support .img img {
  max-height: 67px;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .img img {
    max-height: 100px;
  }
}
@media screen and (min-width: 769px) {
  #supports .supports .support .txt {
    width: 305px;
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
#supports .supports .support .txt h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00A26A;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .txt h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#supports .supports .support .txt .detail {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: auto;
  width: 88vw;
  height: calc(100vh - 55px - 12vw);
  padding: 6vw;
  border-radius: 20px;
  position: fixed;
  top: calc(55px + 6vw);
  left: 6vw;
  z-index: 9;
  background: #ffffff;
}
#supports .supports .support .txt .detail::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: transparent;
}
#supports .supports .support .txt .detail::-webkit-scrollbar:horizontal {
  height: 4px;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-button {
  display: none;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-piece {
  background: #ffffff;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-piece:start {
  background: #ffffff;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-thumb {
  background: #393939;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}
#supports .supports .support .txt .detail::-webkit-scrollbar-corner {
  background: #393939;
}
#supports .supports .support .txt .detail .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
}
#supports .supports .support .txt .detail.toggled {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .txt .detail.toggled {
    cursor: default;
  }
}
#supports .supports .support .txt .detail h5 {
  text-align: center;
  color: #00A26A;
  font-size: 2rem;
  line-height: 1;
}
#supports .supports .support .txt .detail h5 span {
  position: relative;
  display: inline-block;
  padding: 0 14px 5px;
}
#supports .supports .support .txt .detail h5 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #EDF8F5;
  border-radius: 10px;
  z-index: -1;
}
#supports .supports .support .txt .detail dt {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
}
#supports .supports .support .txt .detail dd {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .txt .detail dd {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
#supports .supports .support .txt .detail dd:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px), repeating-linear-gradient(90deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px);
  background-size: 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
#supports .supports .support .txt .detail .close-link {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #supports .supports .support .txt .detail .close-link {
    cursor: pointer;
  }
  #supports .supports .support .txt .detail .close-link:hover {
    background: #00A26A;
    color: #ffffff !important;
  }
  #supports .supports .support .txt .detail .close-link:hover:after {
    background-image: url(../images/dest-white.svg);
  }
}

#achievements {
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 46px;
  padding-bottom: 46px;
  background: #FFF7B7;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #achievements {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#achievements:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 247, 183, 0);
  border-top-width: 33px;
  border-bottom-width: 33px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-left: -36px;
  border-top-color: #FFF7B7;
  top: 100%;
  left: 50%;
}
#achievements .inner {
  padding-top: 46px;
  padding-bottom: 46px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #achievements .inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
#achievements .inner h3 {
  margin-top: 0;
}
#achievements .inner h3:before, #achievements .inner h3:after {
  width: 22px;
  height: 45px;
  background-size: 22px 45px;
}
@media screen and (min-width: 769px) {
  #achievements .inner h3:before, #achievements .inner h3:after {
    width: 27px;
    height: 56px;
    background-size: 27px 56px;
  }
}
#achievements .inner p {
  margin: 0;
}

#specialists {
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  #specialists {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #specialists .intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 769px) {
  #specialists .intro .img {
    order: 2;
    width: 620px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  #specialists .intro .txt {
    order: 1;
    width: 454px;
    margin-right: 37px;
    line-height: 2;
  }
}
#specialists .intro .txt p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #specialists .specialists {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
#specialists .specialists .member-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #specialists .specialists .member-wrap {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    gap: 0 62px;
  }
}
#specialists .specialists .lead {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.7;
}
#specialists .specialists .specialist {
  flex-basis: 38.5vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #specialists .specialists .specialist {
    flex-basis: 196px;
  }
  #specialists .specialists .specialist:nth-of-type(4n) {
    margin-right: 0;
  }
}
#specialists .specialists .specialist img {
  border-radius: 20px;
}
#specialists .specialists .specialist .prof {
  color: #00A26A;
  padding-bottom: 10px;
  border-bottom: 1px solid #00A26A;
  margin-bottom: 10px;
}
#specialists .specialists .specialist .prof .name {
  font-size: 1.4rem;
  font-weight: normal;
}
#specialists .specialists .specialist .prof .title {
  font-size: 0.9rem;
}
#specialists .specialists .specialist .prof .member {
  font-size: 0.7rem;
}
#specialists .specialists .specialist .message {
  font-size: 1rem;
}
#specialists .specialists .specialist:last-of-type(-n+2) {
  margin-bottom: 0;
}

#contact {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 769px) {
  #contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #contact {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #contact .sec-ttl {
    margin-bottom: 0;
  }
}
#contact .bytel h3, #contact .bymail h3 {
  text-align: center;
}
#contact .bytel h3 img, #contact .bymail h3 img {
  width: 30vw;
}
@media screen and (min-width: 769px) {
  #contact .bytel h3 img, #contact .bymail h3 img {
    width: 128px;
  }
}
#contact .bytel {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #contact .bytel {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
#contact .bytel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px), repeating-linear-gradient(90deg, #00A26A, #00A26A 2px, transparent 2px, transparent 7px, #00A26A 7px);
  background-size: 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #contact .bymail {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#contact #mail_form {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #contact #mail_form {
    margin-top: 60px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact #mail_form input, #contact #mail_form textarea {
  border: 1px solid #393939;
  border-radius: 0;
  background: #ffffff;
}
#contact #mail_form label.check {
  margin-right: 1em;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 769px) {
  #contact #mail_form label.check {
    display: inline-block;
  }
}
#contact #mail_form label.check input {
  margin-right: 5px;
}
#contact #mail_form #form_submit {
  text-align: center;
  border: none;
}
@media screen and (min-width: 769px) {
  #contact #mail_form #form_submit {
    text-align: center;
  }
}
#contact #mail_form #form_submit span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  #contact #mail_form #form_submit span:hover #form_submit_button {
    background: #00A26A;
    color: #ffffff;
  }
}
#contact #mail_form #form_submit span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 16px;
  right: 37px;
  display: block;
  width: 28px;
  height: 11px;
  background: url(../images/dest.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #contact #mail_form #form_submit span:after {
    transition: all 0.4s;
    width: 47px;
    height: 10px;
    top: 26px;
    right: 80px;
  }
}
@media screen and (min-width: 769px) {
  #contact #mail_form #form_submit span:hover:after {
    background-image: url(../images/dest-white.svg);
  }
}
#contact #mail_form #form_submit #form_submit_button {
  display: flex;
  margin: auto;
  justify-content: center;
  border: 1px solid #00A26A;
  border-radius: 20px;
  padding: 10px 80px;
  color: #00A26A;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #contact #mail_form #form_submit #form_submit_button {
    transition: all 0.4s;
    border-width: 2px;
    border-radius: 40px;
    width: 350px;
    padding: 20px;
    font-size: 1.2rem;
  }
}
#contact #mail_form dl {
  margin: 0 0 40px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 170, 50, 0.3);
}
@media screen and (min-width: 769px) {
  #contact #mail_form dl {
    border-bottom: none;
  }
}
#contact #mail_form dl dt {
  border-top: 1px solid rgba(0, 170, 50, 0.3);
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #contact #mail_form dl dt {
    font-size: 1.2rem;
    text-align: left;
    position: relative;
    padding-left: 55px;
    width: calc(30% - 55px);
  }
}
#contact #mail_form dl dt .required, #contact #mail_form dl dt .optional {
  border: none;
  border-radius: 0;
  padding: 5px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contact #mail_form dl dt .required, #contact #mail_form dl dt .optional {
    position: absolute;
    left: 0;
    top: 18px;
  }
}
#contact #mail_form dl dt .required {
  background: #FF3C46;
}
#contact #mail_form dl dt .optional {
  background: #707070;
}
@media screen and (min-width: 769px) {
  #contact #mail_form dl dd {
    font-size: 1.2rem;
    border-top: 1px solid rgba(0, 170, 50, 0.3);
  }
}
#contact #mail_form dl dd .sub {
  display: block;
  margin-bottom: 10px;
  color: #000;
}
#contact #mail_form dl dd .sub:before {
  content: "";
}
#contact #mail_form dl dd .note {
  color: #FF3C46;
}
#contact #mail_form dl dd .policy {
  width: 90%;
  padding: 7px 2%;
  height: 100px;
  border: 1px solid #393939;
  background: #fff;
  overflow: auto;
  font-size: 0.9em;
  line-height: 1.2em;
}
#contact.thanks {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 6vw;
  padding-right: 6vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contact.thanks {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contact.thanks .desc {
  margin-bottom: 40px;
}
#contact.thanks .close-link {
  width: 130px;
  display: flex;
  justify-content: center;
  border: 1px solid #00A26A;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 10px 20px;
  color: #00A26A;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #contact.thanks .close-link {
    font-size: 0.9rem;
    transition: all 0.4s;
    padding: 8px 20px;
  }
}
#contact.thanks .close-link img {
  width: 28px;
  margin-left: 10px;
}

#covid {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 6vw;
  padding-right: 6vw;
  background: #E2FAFF;
}
@media screen and (min-width: 769px) {
  #covid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #covid {
    padding-left: 0;
    padding-right: 0;
  }
  #covid .inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  #covid .inner p {
    text-align: center;
    font-size: 1.2rem;
  }
}
#covid .sec-ttl {
  margin: 0;
  text-align: center;
}
#covid .efforts {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #covid .efforts {
    flex-direction: row;
    justify-content: space-between;
  }
}
#covid .efforts .effort {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  color: #20BAEC;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #covid .efforts .effort {
    box-sizing: border-box;
    width: 32%;
    justify-content: center;
    font-size: 1.2rem;
  }
}
#covid .efforts .effort img {
  width: 92px;
  max-height: 60px;
  text-align: center;
  margin-right: 20px;
}

footer {
  background: #00A26A;
  color: #ffffff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding-top: 104px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-info {
    display: flex;
    max-width: 825px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  footer .building {
    width: 358px;
  }
}
footer .building img {
  border-radius: 20px;
}
footer .info {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  footer .info {
    width: 425px;
    margin-bottom: 27px;
    font-size: 1.15rem;
  }
}
footer .info .logo {
  position: relative;
  margin-top: 10px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
footer .info .logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 2px, transparent 2px, transparent 7px, #ffffff 7px), repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, transparent 2px, transparent 7px, #ffffff 7px);
  background-size: 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
footer .info .tel {
  color: #ffffff;
}
footer .info .pr {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
footer .info .pr:before {
  content: "●";
}
@media screen and (min-width: 769px) {
  footer .map {
    width: 825px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .map iframe {
  width: 100%;
  height: 50vw;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  footer .map iframe {
    height: 371px;
  }
}
footer .note {
  margin-top: 20px;
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {
  footer .note {
    font-size: 0.9rem;
    text-align: center;
  }
}

#soudankai {
  background: #FFF7B7;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 769px) {
  #soudankai {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 130px;
  }
}
#soudankai .sec-ttl {
  margin-top: 0;
  text-align: center;
}
#soudankai .sec-ttl .wow {
  font-size: 18px;
}
#soudankai .sec-ttl .date {
  color: #FFA921;
}
#soudankai .sec-ttl .date .num {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  #soudankai .sec-ttl img {
    max-width: 523px;
  }
}
#soudankai .lead {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #soudankai .lead {
    font-size: 18px;
  }
}
#soudankai .note {
  text-align: center;
}
#soudankai .note span {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #FF3C46;
  padding: 10px 10px;
  text-align: center;
  color: #FF3C46;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #soudankai .note span {
    font-size: 18px;
    padding: 10px 40px;
  }
}
#soudankai .place {
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  #soudankai .place {
    margin-bottom: 63px;
  }
}
#soudankai .place .wow {
  color: #00A26A;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wow {
    font-size: 20px;
  }
}
#soudankai .place .wow:before, #soudankai .place .wow:after {
  background-image: url(../images/headingframe-g.svg);
  width: 19px;
  height: 39px;
  background-size: 19px 39px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wow:before, #soudankai .place .wow:after {
    width: 15px;
    height: 32px;
    background-size: 15px 32px;
  }
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
#soudankai .place .wrap .txt {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt {
    box-sizing: border-box;
    width: 470px;
    padding: 40px 50px;
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #soudankai .place .wrap .txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: transparent;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
  }
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -13px;
    border-left-color: #fff;
    left: 100%;
    top: 50%;
  }
}
#soudankai .place .wrap .txt .head {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .head {
    font-size: 24px;
  }
}
#soudankai .place .wrap .txt .head > span {
  display: block;
  padding: 5px 18px;
  background: #FFA921;
  border-radius: 48px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .head > span {
    display: inline-block;
  }
}
#soudankai .place .wrap .txt .head .sub {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .head .sub {
    font-size: 18px;
  }
}
#soudankai .place .wrap .txt .desc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .desc {
    font-size: 20px;
  }
}
#soudankai .place .wrap .txt .desc .date {
  color: #FFA921;
}
#soudankai .place .wrap .txt .desc .date .num {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .desc .date .num {
    font-size: 30px;
  }
}
#soudankai .place .wrap .txt .member {
  background: #FFF2DE;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .member {
    box-sizing: border-box;
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }
}
#soudankai .place .wrap .txt .member:last-of-type {
  margin-bottom: 0;
}
#soudankai .place .wrap .txt .member h5 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  color: #FFA921;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .member h5 {
    font-size: 18px;
  }
}
#soudankai .place .wrap .txt .member ul {
  list-style: disc;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .member ul {
    font-size: 18px;
    margin-left: 16px;
  }
}
#soudankai .place .wrap .txt .member ul li {
  margin: 0;
  width: 42%;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .member ul li {
    width: 44%;
  }
}
#soudankai .place .wrap .txt .member ul li.nomarker {
  list-style: none;
}
#soudankai .place .wrap .txt .member ul li small {
  display: block;
  margin-top: 1em;
}
#soudankai .place .wrap .txt .member ul li small strong {
  display: block;
  margin-bottom: 0.5em;
}
#soudankai .place .wrap .txt .member ul.full {
  display: block;
}
#soudankai .place .wrap .txt .member ul.full li {
  width: 100%;
}
#soudankai .place .wrap .txt .member ul.full li .detail {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .txt .member ul.full li .detail {
    font-size: 15px;
  }
}
#soudankai .place .wrap .txt .member ul.full li .detail em {
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .map {
    width: 486px;
  }
}
#soudankai .place .wrap .map iframe {
  width: 100%;
  height: 367px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #soudankai .place .wrap .map iframe {
    height: 557px;
  }
}
#soudankai .link {
  text-align: center;
  margin-bottom: 84px;
}
@media screen and (min-width: 769px) {
  #soudankai .link {
    margin-bottom: 160px;
  }
}
#soudankai .link a {
  display: inline-block;
  background: #f00;
  border-radius: 50px;
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #soudankai .link a {
    font-size: 18px;
    padding: 20px 70px;
  }
}
#soudankai .prev:nth-of-type(n+1) {
  margin-top: 120px;
}
#soudankai .prev .sec-ttl {
  color: #00A26A;
  font-size: 28px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .sec-ttl {
    font-size: 32px;
  }
}
#soudankai .prev .sec-ttl span {
  display: inline-block;
  padding-bottom: 10px;
}
#soudankai .prev .sec-ttl span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #00A26A;
}
#soudankai .prev .sec-ttl img {
  max-width: 250px;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .sec-ttl img {
    max-width: 318px;
  }
}
@media screen and (min-width: 769px) {
  #soudankai .prev .imgs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 47px;
  }
}
#soudankai .prev .imgs img {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .imgs img {
    margin-bottom: 0;
  }
}
#soudankai .prev .sec-body {
  position: relative;
  width: 80vw;
  padding-left: 7.1vw;
  padding-right: 7.1vw;
  padding-bottom: 30px;
  margin-left: -3vw;
  margin-right: -3vw;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .sec-body {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 400px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 50px;
  }
}
#soudankai .prev .swiper-pagination {
  z-index: 0;
}
#soudankai .prev .swiper-pagination-bullet {
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#soudankai .prev .swiper-pagination-bullet-active {
  background-color: #00A26A;
}
#soudankai .prev .swiper-button-prev,
#soudankai .prev .swiper-button-next {
  z-index: 0;
  aspect-ratio: 20/26;
  width: 16px;
  height: auto;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .swiper-button-prev,
  #soudankai .prev .swiper-button-next {
    width: 20px;
  }
  #soudankai .prev .swiper-button-prev:hover,
  #soudankai .prev .swiper-button-next:hover {
    opacity: 0.7;
  }
}
#soudankai .prev .swiper-button-prev::after,
#soudankai .prev .swiper-button-next::after {
  content: "";
  aspect-ratio: 20/26;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #soudankai .prev .swiper-button-prev::after,
  #soudankai .prev .swiper-button-next::after {
    width: 20px;
  }
}
#soudankai .prev .swiper-button-prev {
  left: 0;
}
#soudankai .prev .swiper-button-prev::after {
  background-image: url(../images/prev.svg);
}
#soudankai .prev .swiper-button-next {
  right: 0;
}
#soudankai .prev .swiper-button-next::after {
  background-image: url(../images/next.svg);
}
#soudankai .voices {
  margin-top: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#soudankai .voices .sec-ttl {
  color: #00A26A;
  font-size: 28px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  #soudankai .voices .sec-ttl {
    font-size: 32px;
  }
}
#soudankai .voices .sec-ttl span {
  display: inline-block;
  padding-bottom: 10px;
}
#soudankai .voices .sec-ttl span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #00A26A;
}
#soudankai .voices .sec-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 769px) {
  #soudankai .voices .sec-body {
    gap: 15px 20px;
  }
}
#soudankai .voices .sec-body .voice-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
  background-color: #fff;
  width: 40.5vw;
  min-height: 187px;
  border: 0.8vw solid #D9F1E9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 19px 21px 17px;
}
@media screen and (min-width: 769px) {
  #soudankai .voices .sec-body .voice-item {
    gap: 18px;
    width: 320px;
    min-height: 184px;
    border-width: 3px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 27px 37px 25px;
  }
}
#soudankai .voices .sec-body .voice-item .message {
  font-weight: 500;
  font-size: min(3.46vw, 13px);
  line-height: 1.84;
}
@media screen and (min-width: 769px) {
  #soudankai .voices .sec-body .voice-item .message {
    font-size: 16px;
    line-height: 1.87;
  }
}
#soudankai .voices .sec-body .voice-item .name {
  text-align: right;
  font-size: min(3.46vw, 13px);
  color: #00A26A;
}
@media screen and (min-width: 769px) {
  #soudankai .voices .sec-body .voice-item .name {
    font-size: 16px;
  }
}