@charset "UTF-8";
@import url("/library/dantai/seido_jujitsu/css/icon.css");
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  font-optical-sizing: none;
  width: 100%;
  line-height: 1.8;
  color: #072514;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}
body img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
body a {
  text-decoration: none;
  color: #009944;
}

.hop05 {
  transition: opacity 0.3s;
}
.hop05:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1201px), print {
  br.sp, br.tab {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  br.pc, br.sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  br.pc, br.tab {
    display: none;
  }
}

@media screen and (min-width: 751px), print {
  .css-br:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1201px), print {
  .inner-content-size {
    width: 1200px;
  }
}

.nav-list a {
  display: block;
  color: #fff;
}
@media screen and (min-width: 751px), print {
  .nav-list a:hover {
    text-decoration: underline;
  }
}

header {
  border-top: 4px solid #009944;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background-color: #fff;
  transition: top 0.5s;
}
header #logo {
  line-height: 0;
}
@media screen and (min-width: 751px), print {
  header #logo {
    width: 240px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  header #logo {
    font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
    text-align: center;
    width: 41.3333333333%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
header .navBtn {
  background-color: #009944;
  position: absolute;
  right: 5%;
  top: 3em;
  border-radius: 1em;
  z-index: 999;
  overflow: hidden;
}
@media screen and (min-width: 751px), print {
  header .navBtn {
    display: none;
    font-size: 1rem;
  }
}
@media screen and (min-width: 751px), print {
  header .navBtn {
    width: 6em;
    height: 6em;
  }
}
@media screen and (max-width: 750px) {
  header .navBtn {
    width: 9em;
    height: 9em;
  }
}
header .navBtn.ScrollHide {
  top: -10em;
}
header .navBtn > span {
  display: block;
  width: 6em;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
header .navBtn > span:first-child {
  top: 2.4em;
}
header .navBtn > span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
header .navBtn > span:last-child {
  bottom: 2.4em;
}
header .navBtn.on-menu-open > span {
  overflow: hidden;
  transition: transform 0.3s;
}
header .navBtn.on-menu-open > span:first-child {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
header .navBtn.on-menu-open > span:last-child {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
header .navBtn.on-menu-open > span:nth-child(2) {
  right: -100em;
}
@media screen and (max-width: 750px) {
  header .navBtn {
    font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
  }
}

#main-nav {
  background-color: #009944;
}
#main-nav .fst-layer {
  cursor: pointer;
}
#main-nav .fst-layer a {
  pointer-events: none;
}
@media screen and (min-width: 751px), print {
  #main-nav {
    max-width: 850px;
    width: 60%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
    border-radius: 0 0 0 8px;
    font-size: 0.9444444444em;
    line-height: 1.4117647059em;
  }
  #main-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #main-nav .nav-list .icon-arrow {
    display: none;
  }
  #main-nav .nav-list .layer {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 25%;
    box-sizing: border-box;
    display: flex;
  }
  #main-nav .nav-list .layer .sp-ddw {
    display: none;
  }
  #main-nav .nav-list .layer .fst-layer:not(:last-child) {
    border-right: 2px dotted #c4e7d4;
  }
  #main-nav .nav-list .layer .fst-links:hover a, #main-nav .nav-list .layer .fst-links .open a {
    color: #fffc00;
    text-decoration: underline;
  }
  #main-nav .nav-list .layer .fst-links a {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: color 0.2s;
  }
  #main-nav .nav-list .layer .fst-links a.active, #main-nav .nav-list .layer .fst-links a:hover {
    color: #fffc00;
  }
  #main-nav .nav-list .layer div:first-child {
    width: 100%;
    display: flex;
  }
  #main-nav .nav-list .layer div:first-child a {
    text-align: center;
    width: 100%;
    align-self: center;
  }
  #main-nav .layer.open .fst-links a {
    color: #fffc00;
  }
  #main-nav .sec-layer {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    z-index: 1000;
    position: absolute;
    width: 50%;
    z-index: 999;
  }
  #main-nav .sec-links {
    background-color: #009944;
    border-radius: 0 0 10px 10px;
    padding-top: 8px;
    text-align: left;
    box-sizing: border-box;
  }
  #main-nav .sec-links:before {
    content: "";
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #main-nav .sec-links li {
    padding-right: 5%;
    padding-left: 5%;
  }
  #main-nav .sec-links li:not(:last-child):after {
    content: "";
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #9dd8b7, #9dd8b7 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
  }
  #main-nav .sec-links li a {
    position: relative;
    display: block;
  }
  #main-nav .sec-links .icon-arrow {
    position: absolute;
    width: 1em;
    height: 1em;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1201px), print {
  #main-nav .sec-layer a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #main-nav {
    font-size: calc((1rem + (1vw - 7.51px) * 1.3296) * 0.625);
  }
  #main-nav li {
    line-height: 1.2;
  }
  #main-nav li > div {
    font-size: 1.7em;
  }
  #main-nav .sec-layer {
    font-size: 1.7em;
  }
  #main-nav .sec-layer a {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 750px) {
  #main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    background-color: #009944;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height: 100%;
    overflow: auto;
    font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
    padding-top: 12em;
  }
  #main-nav .nav-list {
    font-size: 3.2em;
    padding-left: 5%;
    padding-right: 5%;
  }
  #main-nav .nav-list > li:not(:first-child) {
    border-top: 1px solid #fff;
  }
  #main-nav .nav-list .sec-layer .icon-arrow {
    display: none;
  }
  #main-nav, #main-nav .sec-layer {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .nav-list li {
    position: relative;
  }
  .nav-list a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .nav-list .layer > div {
    position: relative;
  }
  .nav-list .fst-layer .sp-ddw:before, .nav-list .fst-layer .sp-ddw:after {
    transition: transform 0.3s;
  }
  .nav-list .fst-layer.open .sp-ddw:after {
    transform: rotate(0);
  }
  .nav-list .sec-layer a {
    padding-left: 1.5em;
    position: relative;
  }
  .nav-list .sec-layer a:before {
    content: "";
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .nav-list span:not(.css-br) {
    font-size: 1rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .nav-list span:not(.css-br)[class^=icon]:before {
    font-size: 2.3em;
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
  }
  .nav-list span:not(.css-br).sp-ddw {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 0;
    transition: transform 0.3s;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .nav-list span:not(.css-br).sp-ddw:before, .nav-list span:not(.css-br).sp-ddw:after {
    content: "";
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-list span:not(.css-br).sp-ddw:after {
    transform: rotate(90deg);
  }
  .nav-list .nav-list li.active .s-ddw {
    transform: rotate(0);
  }
}

footer {
  background-color: #c5e3ca;
  color: #009944;
}
footer .logo {
  width: 255px;
}
footer .copyright {
  font-size: 0.7777777778em;
  letter-spacing: 0.035em;
  align-self: center;
}
footer > .inner {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 751px), print {
  footer > .inner {
    display: flex;
    justify-content: space-between;
    padding: 60px;
  }
}
@media screen and (max-width: 750px) {
  footer .logo, footer .copyright {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  footer .logo {
    padding: 5%;
  }
  footer .copyright {
    border-top: 1px solid #62be87;
    padding: 3%;
  }
}

#ftr-nav {
  background-color: #009944;
}
#ftr-nav .inner {
  margin-right: auto;
  margin-left: auto;
}
#ftr-nav .nav-list {
  box-sizing: border-box;
  letter-spacing: 0.02em;
}
#ftr-nav .layer > div {
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  #ftr-nav .layer > div:not(:first-child) {
    margin-top: 20px;
  }
}
#ftr-nav .sec-layer {
  font-size: 0.8888888889em;
  font-weight: 500;
}
@media screen and (min-width: 1201px), print {
  #ftr-nav .sec-layer li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1201px), print {
  #ftr-nav .nav-list {
    padding-left: 70px;
  }
}
@media screen and (min-width: 751px), print {
  #ftr-nav {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #ftr-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ftr-nav .nav-list span {
    display: none;
  }
  #ftr-nav .nav-list .sec-layer li:first-child {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #ftr-nav {
    font-size: 0.8em;
  }
  #ftr-nav .inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #ftr-nav .nav-list > li {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  #ftr-nav .nav-list > li {
    padding-right: 5%;
    padding-left: 5%;
  }
  #ftr-nav .nav-list > li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #ftr-nav .nav-list .sec-layer {
    display: none;
  }
  #ftr-nav .nav-list .sec-layer li {
    border-top: 1px dotted #39b06e;
  }
  #ftr-nav .fst-layer a {
    pointer-events: none;
  }
}

/*Main-content*/
#main-content ul, #main-content li {
  list-style: none;
}

.inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1201px), print {
  .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

.d-flex-wrap-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-flex-wrap-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.d-flex-wrap-fs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 1201px), print {
  .d-flex-wrap-ct .col3-2-1 {
    margin-right: 3%;
  }
  .d-flex-wrap-ct .col3-2-1:last-child, .d-flex-wrap-ct .col3-2-1:nth-child(3n) {
    margin-right: 0;
  }
}

.quicksand {
  font-family: "Quicksand", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-w100 {
  font-weight: 100;
}

.f-w200 {
  font-weight: 200;
}

.f-w300 {
  font-weight: 300;
}

.f-w400 {
  font-weight: 400;
}

.f-w500 {
  font-weight: 500;
}

.f-w600 {
  font-weight: 600;
}

.f-w700 {
  font-weight: 700;
}

.icon-arrow[class$=-circle] {
  background-color: #000;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  line-height: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.icon-arrow[class$=-circle]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1em;
  height: 1em;
  font-size: 0.9em;
}

.wave {
  position: absolute;
  width: 100%;
  overflow: hidden;
  clear: both;
  z-index: 0;
}
.wave-top {
  top: -60px;
}
.wave-bottom {
  bottom: -60px;
  transform: rotate(180deg);
}
.wave span {
  display: block;
  min-width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wave-container {
  position: relative;
}
.wave-color1 {
  fill: #f5f3ee;
}
.wave-color1-bg {
  background-color: #f5f3ee;
}
.wave-color2 {
  fill: #ffffff;
}
.wave-color2-bg {
  background-color: #ffffff;
}
.wave-color3 {
  fill: #faf2e5;
}
.wave-color3-bg {
  background-color: #faf2e5;
}
.wave-color4 {
  fill: #eef3f5;
}
.wave-color4-bg {
  background-color: #eef3f5;
}
.wave-wrap {
  position: relative;
}
.wave-tle {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1201px), print {
  .wave-pd {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .wave-pd {
    padding-bottom: calc(8.3vw + 70px);
  }
}
@media screen and (max-width: 750px) {
  .wave-pd {
    padding-bottom: calc(15% + 60px);
  }
}

.lh0 {
  line-height: 0;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

#main-content > section:last-child {
  padding-bottom: 120px;
}

.att {
  font-size: 0.8888888889em;
  padding-left: 1em;
  text-indent: -1em;
  color: rgba(0, 0, 0, 0.85);
}
.att-mark {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
}

.txt-link {
  display: inline-block;
  border-bottom: 1px solid #009944;
  font-weight: 600;
  transition: border-color 0.3s, color 0.3s;
}
.txt-link:hover {
  border-bottom: 1px solid transparent;
  color: #03b853;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.accodion .plus:after {
  transition: transform 0.3s;
}
.accodion.open .plus:after {
  transform: rotate(0deg) !important;
}

.pagetop {
  font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
  color: #009944;
  text-align: center;
  font-weight: 600;
  width: 8em;
  height: 8em;
  min-width: 60px;
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  line-height: 1;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 100;
  opacity: 0;
}
@media screen and (min-width: 751px), print {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  display: flex;
  width: 100%;
  height: 100%;
}
.pagetop div {
  font-size: 1.3em;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -0.5em;
}
.pagetop span {
  display: block;
  font-size: 4em;
  width: 1em;
  height: 0.8em;
  margin-right: auto;
  margin-left: auto;
}
.pagetop.active {
  opacity: 1;
  transition: opacity 0.3s;
}

.top-contents {
  background: rgb(250, 242, 229);
  background: linear-gradient(90deg, rgb(250, 242, 229) 0%, rgb(254, 239, 214) 100%);
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 1201px), print {
  .top-contents {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .top-contents {
    padding-top: 3%;
  }
}
@media screen and (max-width: 750px) {
  .top-contents {
    padding-top: 3%;
  }
}
.top-contents .pankuzu {
  float: right;
  overflow: hidden;
  font-size: 0.7777777778em;
  line-height: 1;
  font-weight: 600;
}
.top-contents .pankuzu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  color: rgba(7, 37, 20, 0.75);
  margin-right: 25px;
}
.top-contents .pankuzu ul li:first-child a {
  color: #072514;
}
.top-contents .pankuzu ul a {
  color: rgba(7, 37, 20, 0.75);
}
.top-contents .pankuzu ul .icon-right {
  color: #999999;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.top-contents #page-title {
  clear: both;
  color: #009944;
  font-size: 2em;
  font-weight: 600;
  position: relative;
  padding-left: 3em;
  min-height: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1201px), print {
  .top-contents #page-title {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .top-contents #page-title {
    margin-left: 5%;
    margin-top: calc(0.75em + 5%);
    margin-bottom: 0.7em;
  }
}
.top-contents #page-title .tle:before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.top-contents #page-title .tle span {
  display: block;
  color: #8cc902;
  font-size: 0.5555555556em;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .top-contents #page-title {
    margin-top: calc(5em + 5%);
    font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
  }
  .top-contents #page-title .tle {
    font-size: 4.6em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 1201px), print {
  #page #main-content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #page #main-content {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #page #main-content {
    padding-top: 7vw;
  }
}
#page .top-contents {
  position: relative;
}
#page .top-contents .wave {
  top: unset;
  bottom: -2px;
  line-height: 0;
}
#page #top-copy {
  text-align: center;
  margin-bottom: 60px;
}
#page #top-copy h2 {
  line-height: 0;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #page #top-copy {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  #page #top-copy {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 1200px) {
  #page #top-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
#page .top-caption {
  margin-top: 60px;
  font-weight: 600;
  font-size: 1.2222222222em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #page .top-caption {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 750px) {
  #page .top-caption {
    margin-top: 8vw;
  }
}

.dot-border {
  position: relative;
}
.dot-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #9dd8b7, #9dd8b7 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.btn {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .btn {
    width: 70%;
  }
}
.btn .btn-style {
  display: block;
  border: 2px solid #009944;
  color: #009944;
  text-align: center;
  position: relative;
  font-weight: 600;
  border-radius: 40px;
  padding: 20px;
  font-size: 1.1111111111em;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.btn .btn-style .icon-arrow-circle {
  background-color: #009944;
  display: inline-block;
  margin-left: 0.7em;
  font-size: 1.3636363636em;
}
@media screen and (min-width: 751px), print {
  .btn .btn-style {
    transition: background-color 0.3s, color 0.3s;
  }
  .btn .btn-style .icon-arrow-circle {
    transition: background-color 0.3s, color 0.3s;
  }
  .btn .btn-style:hover {
    background-color: #009944;
    color: #fff;
  }
  .btn .btn-style:hover .icon-arrow-circle {
    background-color: #fff;
    color: #009944;
  }
}
@media screen and (max-width: 750px) {
  .btn .btn-style {
    padding: 5vw 2vw;
  }
}

#bottom-content {
  background: #32ba8f;
  color: #fff;
}
@media screen and (min-width: 1201px), print {
  #bottom-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #bottom-content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  #bottom-content {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#bottom-content .bc-hl {
  text-align: center;
  font-weight: 600;
  font-size: 1.4444444444em;
}
@media screen and (min-width: 1201px), print {
  #bottom-content .bc-hl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #bottom-content .bc-hl {
    margin-bottom: 4.1vw;
  }
}
@media screen and (max-width: 750px) {
  #bottom-content .bc-hl {
    margin-bottom: 6vw;
  }
}
#bottom-content .page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 751px), print {
  #bottom-content .page-list li {
    width: 32%;
    max-width: 310px;
  }
}
@media screen and (max-width: 750px) {
  #bottom-content .page-list li {
    font-size: calc((1rem + (1vw - 3.2px) * 3.125) * 0.4267);
    width: 47%;
  }
  #bottom-content .page-list li:first-child, #bottom-content .page-list li:nth-child(2) {
    margin-top: 0;
  }
  #bottom-content .page-list li p {
    font-size: 2.8em;
  }
}
#bottom-content .page-list .img {
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
}
#bottom-content .page-list p {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #bottom-content .page-list p {
    margin-top: 2%;
  }
}
#bottom-content .page-list a {
  color: #fff;
}
#bottom-content .page-list a .icon-arrow-circle {
  background-color: #fffc00;
  color: #009944;
  margin-left: 20px;
}

.third-page-list .col3-1 {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .third-page-list .col3-1 {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .third-page-list .col3-1:not(:first-child) {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .third-page-list li {
    font-size: calc((1rem + (1vw - 7.51px) * 1.3296) * 0.625);
  }
}
.third-page-list li .image {
  border: 2px solid #009944;
  border-radius: 16px;
  line-height: 0;
  overflow: hidden;
}
.third-page-list li .caption {
  margin-top: 15px;
  line-height: 1.8;
}
.third-page-list li .caption p {
  color: #072514;
  font-size: 0.9166666667em;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .third-page-list li .caption {
    font-size: 1.8em;
  }
}
.third-page-list li .caption h3 {
  color: #009944;
  font-size: 1.1111111111em;
}
.third-page-list li .caption h3 .icon-arrow-circle {
  background-color: #009944;
  margin-left: 1.5em;
  font-size: 1.2em;
}

.page-wave-tle {
  color: #009944;
  text-align: center;
  font-weight: 600;
  font-size: 1.6666666667em;
  position: relative;
  padding-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  .page-wave-tle {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-wave-tle:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 74px;
  height: 5px;
  border-radius: 5px;
  background-color: #009944;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: -1em;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page-wave-tle:before {
    width: 50px;
    top: -30px;
  }
}

.btm-copy {
  text-align: center;
  line-height: 0;
}

.page-tle-style {
  font-size: 1.7777777778em;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
}
.page-tle-style:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0.9em;
  left: 0;
  background-color: #009944;
}
@media screen and (max-width: 750px) {
  .page-tle-style {
    font-size: 1.5em;
    padding-left: 2em;
    line-height: 1.6;
  }
  .page-tle-style:before {
    width: 1.5em;
  }
}

.hid {
  display: none;
}

.movie {
  box-sizing: border-box;
}
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 55.69%;
}
.movie-wrap iframe, .movie-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=common.css.map */