:root {
  --green: #049927;
  --グラデーショングリーン左: #1dc755;
  --グラデーショングリーン右: #91e52d;
  --グラデーション-イエロー-左: #dfa100;
  --グラデーション-イエロー-右: #e7e533;
  --レッド: #e23f24;
  --ブルー: #2735a0;
  --right-green: #cef4d4;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar-no-shadow {
  z-index: 100;
  width: 100%;
  position: sticky;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px 20px;
  position: sticky;
}

.container-regular {
  width: 100%;
  min-width: 900px;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.nav-menu-wrapper {
  width: 85%;
  min-width: 826px;
  max-width: 1000px;
  margin-left: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.footer-menu {
  justify-content: center;
  align-items: center;
  width: auto;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.mark {
  border: 2px solid var(--green);
  background-image: url('../images/arrow02.png');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 10px;
}

.nav-link.under {
  color: #727272;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 110px;
}

.text-block-19 {
  color: #ff2e05;
}

.bold-text {
  font-size: 12px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-2 {
  background-image: linear-gradient(135deg, #ff7338, #fc0c0c);
  border-top-left-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.columns {
  width: 100%;
  min-width: 826px;
  margin-bottom: 20px;
  margin-left: 0;
}

.columns.sp {
  display: none;
}

.image-13 {
  width: 100px;
}

.image-13.text-logo {
  width: 225px;
}

.image-12 {
  width: 25px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 20px;
  display: grid;
}

.link-block-5 {
  margin-bottom: 5px;
  text-decoration: none;
}

.text-block-20 {
  color: #ff2e05;
  margin-left: 5px;
  font-size: 30px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0 40px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  min-width: 1034px;
  display: flex;
}

.navbar-brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  line-height: 30px;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border-top-left-radius: 10px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #dcdcdc78;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2._2 {
  border-radius: 0;
  font-size: 13px;
}

.link-block-3 {
  color: #ff2e05;
  text-decoration: none;
}

.image-14 {
  vertical-align: baseline;
  width: 20vw;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 30px auto auto 12.7vw;
}

.image-15 {
  width: 100%;
  max-width: none;
}

.image-16, .image-17 {
  width: auto;
}

.list-item-3 {
  font-size: 12px;
}

.none-block {
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
}

.body {
  font-family: Zen Maru Gothic, sans-serif;
}

.top-main-block {
  z-index: 10;
  background-color: #baffc7;
  border-radius: 0 8px 8px 0;
  width: 80%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 25px 20px 0;
  position: relative;
}

.top-main-block.sp {
  display: none;
}

.code-embed {
  border-radius: 0;
}

.image-18 {
  width: 260px;
  position: absolute;
  inset: 13px -202px auto auto;
}

.section {
  padding-bottom: 60px;
  position: relative;
}

.message-block {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 856.313px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-19 {
  width: 250px;
}

.message-top-image {
  width: 250px;
  position: absolute;
  inset: 50px auto auto 0%;
}

.message-top-image._02 {
  inset: 50px 0% auto auto;
}

.message-under-image {
  width: 190px;
  position: absolute;
  inset: auto auto 20px 70px;
}

.message-under-image._02 {
  inset: auto 65px 20px auto;
}

.green-section {
  background-color: #dcf9e1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.green-section.contact-banner {
  padding-top: 350px;
}

.green-section.contact-banner.about {
  padding-top: 60px;
}

.contact-block {
  width: 90%;
  max-width: 963.35px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block-sub-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.contact-block-column {
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block-column.big, .image-20 {
  width: 100%;
}

.button-g-green {
  background-color: #3898ec00;
  background-image: url('../images/arrow-white.png'), linear-gradient(45deg, var(--グラデーショングリーン左), var(--グラデーショングリーン右));
  text-align: center;
  vertical-align: baseline;
  background-position: 96%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button-g-green.area {
  background-position: 95%, 0 0;
  background-size: 20px, auto;
  width: 97%;
  height: 40px;
  font-size: 14px;
}

.button-g-yellow {
  background-color: #3898ec00;
  background-image: url('../images/arrow-white.png'), linear-gradient(135deg, var(--グラデーション-イエロー-左), var(--グラデーション-イエロー-右));
  background-position: 96%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button-g-yellow.area {
  background-position: 95%, 0 0;
  background-size: 20px, auto;
  width: 97%;
  height: 40px;
  font-size: 14px;
}

.image-21 {
  width: 300px;
}

.text-block-21 {
  text-align: right;
  font-weight: 700;
  line-height: 24px;
}

.image-22 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.shisetsu-banner {
  background-color: #fff;
  background-image: url('../images/arrow02.png');
  background-position: 96% 90%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 20px;
  height: 145px;
  text-decoration: none;
}

.shisetsu-banner.block {
  height: 230px;
  box-shadow: 0 2px 5px #0003;
}

.shisetsu-banner.bto {
  background-color: #00720b;
  background-image: url('../images/arrow-white.png');
  border-radius: 26px;
  height: 250px;
  margin-top: 30px;
}

.shisetsu-banner.bto.sp {
  display: none;
}

.text-block-22 {
  color: var(--green);
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.text-block-22.big {
  margin-top: 20px;
  font-size: 18px;
}

.text-block-22.big._15 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-22.bto {
  color: #fff;
  font-size: 14px;
}

.section02 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-01 {
  width: 75%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block-01.about {
  margin-bottom: 40px;
}

.block-01.news {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
}

.small-sub-title {
  font-size: 18px;
}

.sub-title {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 28px;
}

.sub-title.white {
  color: #fff;
}

.sub-title-image {
  width: 120px;
}

.sub-title-image.bto {
  width: 400px;
}

.text-discription {
  margin-bottom: 10px;
  font-family: Kiwi Maru, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

._3column-image {
  margin-top: 30px;
}

.image-23 {
  border-radius: 20px;
  width: auto;
  height: auto;
}

.image-23.half {
  height: auto;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.zisseki-block {
  background-color: #b2f9bb;
  border-radius: 30px;
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.green-text {
  color: #00630e;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.zisseki-column {
  width: 90%;
  margin: 20px auto;
}

.text-block-23 {
  color: #00d31e;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 700;
  display: flex;
}

.zisseki-big-text {
  color: #00630e;
  text-align: center;
  margin-top: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.zisseki-big-text.small {
  font-size: 20px;
  line-height: 20px;
}

.hosoku-text {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Kiwi Maru, sans-serif;
  font-size: 12px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.columns-2 {
  width: 330px;
  min-width: 330px;
  max-width: none;
}

.link-block-7, .link-block-8 {
  width: 100%;
}

.gray-section {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.shisetsu-columns {
  margin-bottom: 40px;
}

.area-title {
  border-left: 4px solid var(--green);
  color: var(--green);
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button {
  background-color: #049927;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button.anther {
  color: #535252;
  background-color: #c3dd2c;
  background-image: url('../images/arrow-white.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.section-2 {
  background-color: #c3dd2c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.support {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 10px;
}

.support-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.support-title.green {
  color: #25a531;
  margin-bottom: 10px;
  font-size: 18px;
}

.support-title.blue {
  color: #2735a0;
  margin-bottom: 10px;
  font-size: 18px;
}

.support-title.red {
  color: #e23f24;
  margin-bottom: 10px;
  font-size: 18px;
}

.support-box {
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 20px 10px;
}

.support-box.green {
  border-color: #25a531;
  border-radius: 10px;
  height: 485.7px;
  margin-bottom: 10px;
}

.support-box.green.contact-banner {
  background-color: #fff;
  height: 159.2px;
  margin-bottom: 0;
}

.support-box.green.home {
  height: auto;
}

.support-box.blue {
  border-color: #2735a0;
  border-radius: 10px;
  height: 455.7px;
  margin-bottom: 10px;
}

.support-box.blue.home {
  height: auto;
}

.support-box.red {
  border-color: #e23f24 #e23f24 #e23f24 var(--レッド);
  border-radius: 10px;
  height: 455.7px;
  margin-bottom: 10px;
}

.support-box.red.home {
  height: auto;
}

.support-box-title {
  text-align: center;
  font-weight: 700;
}

.support-box-title.green {
  color: #25a531;
}

.support-box-title.green.contact-banner {
  background-image: url('../images/arrow02.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.support-box-title.blue {
  color: #2735a0;
}

.support-box-title.red {
  color: #e23f24;
}

.support-box-image {
  width: 100px;
}

.support-box-image.contact-banner {
  width: 170px;
}

.support-box-image.big {
  width: 150px;
  margin-top: 20px;
}

.column-6 {
  padding-left: 0;
}

.column-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-8 {
  padding-right: 0;
}

.support-text {
  color: #474747;
  text-align: center;
  margin-bottom: 20px;
  font-family: Kiwi Maru, sans-serif;
  font-weight: 500;
}

.movie-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.movie-banner-box {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-24 {
  width: 700px;
  position: absolute;
  inset: -81px auto auto 0%;
}

.movie-link-box {
  z-index: 10;
  width: 700px;
  height: 320px;
  position: relative;
}

.program-text {
  text-align: justify;
  width: 85%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Kiwi Maru, sans-serif;
}

.program-image {
  width: 85%;
  margin-bottom: 10px;
}

.plogram {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 460px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.plogram.solid {
  border: 1px solid var(--green);
}

.link-block-9 {
  width: 100%;
  margin-left: -15px;
  margin-right: -41px;
}

.link-block-10 {
  color: #fff;
  background-color: #25a531;
  background-image: url('../images/arrow-white.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  margin-right: 20px;
}

.plogram-columns {
  margin-bottom: 20px;
}

.wish-h3 {
  color: #36b220;
  text-align: center;
  margin-bottom: 20px;
}

.wish-h3.bto {
  color: #383838;
}

.right-green-line {
  outline-offset: 0px;
  border-bottom: 6px solid #c3dd2c;
  outline: 3px #36b220;
  height: auto;
  text-decoration: none;
}

.profile-columns, .block-columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-columns.about {
  margin-bottom: 60px;
}

.three-block {
  background-color: #c3dd2c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  display: flex;
  position: relative;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.column-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.small-text {
  color: #696969;
  text-align: left;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  inset: auto 0% 10px;
}

.small-text.about {
  padding-right: 60px;
}

.three-box-text {
  text-align: left;
  margin-top: 10px;
  font-family: Kiwi Maru, sans-serif;
}

.three-box-text.about {
  padding-right: 100px;
}

.big-image-box {
  background-image: linear-gradient(#00000054, #00000054), url('../images/3d9a9446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: absolute;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.contact-banner-section {
  background-color: #dcf9e1;
}

._3-point-columns {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

._3point-link-block {
  width: 100%;
  text-decoration: none;
}

.link-block-11 {
  color: #666;
  width: 100%;
}

.columns-3 {
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: flex-end;
  height: 50px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-27 {
  font-family: Kiwi Maru, sans-serif;
  font-weight: 500;
}

.btosection {
  background-color: #dcf7f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bto-title {
  text-align: center;
  margin-bottom: 40px;
}

.bto-columns._01 {
  background-color: #3aa534;
}

.bto-columns._02 {
  background-color: #ecffeb;
}

.bto-columns-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Kiwi Maru, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.bto-columns-text.black {
  color: #5f5f5f;
}

.bto-columns-text.black.small {
  font-size: 12px;
  line-height: 17px;
}

.bto-button {
  margin-top: 30px;
}

.big {
  font-size: 22px;
  line-height: 30px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-link-block {
  color: #282828;
  background-image: linear-gradient(#ffffff3d, #ffffff3d), url('../images/banner001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.banner-link-block._01 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4868.PNG');
  background-size: auto, contain;
  height: 70px;
}

.banner-link-block._02 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4869.PNG');
}

.banner-link-block._03 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4867.PNG');
}

.banner-link-block._04 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4870.PNG');
}

.banner-link-block._05 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4872.PNG');
}

.banner-link-block._06 {
  background-image: linear-gradient(#0000, #0000), url('../images/img_4871.PNG');
}

.column-10 {
  padding-left: 0;
  padding-right: 5px;
}

.column-11 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-12 {
  padding-left: 5px;
  padding-right: 0;
}

.banner-columns {
  margin-bottom: 10px;
}

.footer-navi {
  margin-top: 30px;
}

.footer-navi.under {
  margin-top: 100px;
}

.image-25 {
  width: auto;
}

.footer-logo-image {
  width: 125px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.column-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bto-culomns-slider-box.emply {
  margin-top: 30px;
}

.page-title-section {
  background-color: #c3dd2c;
  justify-content: flex-start;
  align-items: center;
  height: 35vh;
  padding-left: 15%;
  display: flex;
}

.page-title-section.about {
  background-image: linear-gradient(#00390b80, #00390b80), url('../images/3d9a9336.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.about.image02 {
  background-image: linear-gradient(#00390b80, #00390b80), url('../images/20250221-4840.jpg');
  background-position: 0 0, 50% 38%;
}

.page-title-section.right-green {
  background-color: #005c16;
}

.page-title-box {
  flex-flow: column;
  display: flex;
}

.image-27 {
  width: 100px;
}

.image-27.big {
  width: 170px;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.page-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-section.archive {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.archive.plogram-archive {
  background-color: #c3dd2c;
}

.page-section.right-green {
  background-color: #dcf9e1;
  padding-bottom: 40px;
}

.what-image-box {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/about02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 380px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: inset 2px 2px 20px 20px #fff;
}

.text-block-29 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.big-green {
  color: #11902b;
  font-size: 36px;
}

.green-point {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #91e52d, #1dc755);
  border-radius: 50px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-3 {
  background-image: url('../images/deai01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 250px;
  width: 250px;
  height: 250px;
}

.div-block-3._02 {
  background-image: url('../images/deai02.png');
}

.div-block-3._03 {
  background-image: url('../images/deai03.png');
}

.div-block-3._04 {
  background-image: url('../images/deai04.png');
}

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

.heading-2 {
  color: #36b220;
}

.deai-box {
  margin-bottom: 60px;
}

.column-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-28 {
  width: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-28.height {
  width: 180px;
}

.area-section {
  background-color: #dcf9e1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-13 {
  background-color: #fff;
  background-image: url('../images/arrow02.png');
  background-position: 170px 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #338912;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-13.area {
  background-position: 180px 85%;
}

.text-block-30 {
  color: #338912;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.tokyo {
  width: 80px;
  position: absolute;
  top: -5px;
}

.kanagawa {
  width: 50px;
  position: absolute;
  top: 9px;
}

.aichi {
  width: 50px;
  position: absolute;
  top: 8px;
}

.columns-5 {
  margin-bottom: 10px;
}

.heading-3 {
  padding-left: 30px;
  font-size: 28px;
}

.gl-line {
  background-image: linear-gradient(90deg, #b7ff5f, #07ff17);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gl-line.bottom {
  margin-bottom: 60px;
}

.gl-line.bottom.top {
  margin-top: 60px;
}

.gl-line.bottom.gray {
  background-image: linear-gradient(90deg, #d3d3d3, #adadad);
  margin-top: 60px;
}

.gl-line.bottomwide {
  margin-bottom: 60px;
}

.area-culomns-box.support-culomns {
  margin-bottom: 40px;
}

.heading-4 {
  border-left: 3px solid var(--グラデーショングリーン左);
  color: #027026;
  padding-left: 10px;
  font-size: 22px;
  line-height: 30px;
}

.tag-block {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tag {
  background-color: var(--green);
  color: #fff;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 10px 5px;
  font-size: 12px;
  display: inline-block;
}

.areamap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-29 {
  width: 30px;
  margin-right: 10px;
}

.text-block-31 {
  font-size: 12px;
}

.area-info-list-block {
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.area-info-list-block.last {
  border-bottom-style: none;
}

.lightbox-link {
  margin-bottom: 10px;
}

.lightbox-link.small {
  width: 32%;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-29 {
  padding-top: 60px;
}

.column-29.nomargin {
  padding-top: 0;
}

.heading-5 {
  border-left: 3px solid var(--グラデーショングリーン左);
  color: var(--green);
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 22px;
}

.heading-5.blue {
  border-left-color: var(--ブルー);
  color: var(--ブルー);
}

.heading-5.red {
  border-left-color: var(--レッド);
  color: var(--レッド);
}

.heading-5.voice {
  color: #343434;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.heading-5.flow {
  margin-bottom: 20px;
}

.heading-5.qa {
  border-left-color: var(--グラデーショングリーン左);
  color: var(--グラデーショングリーン左);
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-6 {
  font-size: 18px;
  line-height: 32px;
}

.setsubi-text {
  margin-bottom: 10px;
  line-height: 30px;
}

.insta-image {
  background-image: url('../images/plogram03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.text-block-32 {
  font-weight: 700;
}

.text-block-32.qa {
  border-left: 4px solid var(--green);
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Kiwi Maru, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.support-plan-text {
  text-align: left;
  width: 90%;
  margin: 20px auto;
  line-height: 30px;
}

.support-point {
  background-color: var(--green);
  color: #fff;
  border-radius: 20px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 20px 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: -15px 0% auto;
}

.support-point.blue {
  background-color: var(--ブルー);
}

.support-point.red {
  background-color: var(--レッド);
}

.div-block-5 {
  background-image: url('../images/voice01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5._02 {
  background-image: url('../images/20250221-5107.jpg');
}

.div-block-5._03 {
  background-image: url('../images/20250221-5115.jpg');
}

.div-block-5._04 {
  background-image: url('../images/26149530.jpg');
}

.text-block-33 {
  color: var(--green);
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 25px;
}

.heading-7 {
  color: var(--green);
  font-size: 18px;
  line-height: 28px;
}

.heading-7.center {
  text-align: center;
}

.flow-list-box {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 60px;
  display: flex;
}

.flow-list-box.standard {
  font-family: Kiwi Maru, sans-serif;
  display: block;
}

.step-number {
  background-color: var(--green);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: flex;
}

.step-number.q {
  background-color: var(--グラデーショングリーン左);
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.step-number.a {
  background-color: #b8b8b8;
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.text-block-34 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-34.q {
  font-size: 30px;
}

.step-text-box {
  margin-left: 30px;
}

.text-block-35 {
  font-weight: 700;
}

.empty-state {
  background-color: var(--グラデーショングリーン左);
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.blog-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--green);
  font-weight: 500;
}

.plogram-image {
  width: 80%;
  height: 400px;
  margin: 20px auto;
}

.plogram-image._01 {
  background-image: url('../images/plogram01.1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plogram-image._02 {
  background-image: url('../images/plogram02-01.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.plogram-image._03 {
  background-image: url('../images/plogram01.2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.plogram-image._04 {
  background-image: url('../images/plogram03-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plogram-image._05 {
  background-image: url('../images/plogram04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plogram-image._06 {
  background-image: url('../images/plogram05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plogram-image._07 {
  background-image: url('../images/original-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plogram-image._08 {
  background-image: url('../images/plogram06-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.list {
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
}

.text-block-36 {
  color: #313131;
  padding: 20px;
}

.link {
  color: var(--グラデーショングリーン左);
  text-align: center;
  text-decoration: underline;
  position: absolute;
  inset: -3% 0% auto;
}

.blog-columns {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-sidebar {
  width: 330px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-block {
  border-top: 3px solid var(--green);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.sidebar-block-header {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
  border-top-style: none;
  padding: 20px;
}

.no-margin-bottom {
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-block-content {
  border: 1px solid #e9e9e9;
  margin-top: -1px;
  padding: 20px;
}

.sidebar-block-content.no-padding {
  padding: 0;
}

.sidebar-categories {
  padding-top: 4px;
  padding-bottom: 4px;
}

.post-tags-block {
  border-top: 1px solid #e9e9e9;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  margin-left: 16.66%;
  margin-right: 16.66%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.blog-post {
  background-color: #fff;
  flex: 1;
  margin-bottom: 0;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 0;
  position: relative;
  top: 0;
}

.side-bg-left {
  background-color: #f6f6f6;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
}

.side-bg-left.white {
  background-color: #fff;
}

.post-top-info {
  letter-spacing: 1px;
  text-transform: none;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.button-3 {
  border: 2px solid var(--green);
  color: var(--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 40px;
  height: auto;
  padding: 16px 96px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button-3:hover {
  background-color: var(--green);
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.section-9 {
  z-index: 1;
  background-color: #fff;
  padding: 128px 48px;
  position: relative;
}

.section-9.post {
  padding-top: 60px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog-side-posts {
  flex: 1;
}

.post-top {
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-37 {
  font-size: 14px;
  font-weight: 700;
}

.post-top-category {
  color: #151515;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.post-top-category:hover {
  text-decoration: underline;
}

.blog-post-text {
  letter-spacing: 2px;
  background-color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 46px;
}

.blog-sides {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-30 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 60px;
}

.heading-14 {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 42px;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 700;
}

.blog-category-link {
  color: #e20000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: -1px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.blog-category-link:hover {
  background-color: #f6f6f6;
}

.text-block-38 {
  color: var(--green);
  font-size: 14px;
}

.sidebar-category-icon {
  opacity: .25;
  filter: brightness(200%);
  width: 16px;
  margin-right: -3px;
}

.sidebar-featured {
  color: #151515;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .15s;
  display: flex;
  box-shadow: 0 -1px #e9e9e9;
}

.sidebar-featured:hover {
  background-color: #f6f6f6;
}

.sidebar-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.sidebar-featured-info {
  flex: 1;
}

.sidebar-featured-heading {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar-block-2 {
  border-top: 3px solid var(--green);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.image-31 {
  border-radius: 10px;
  width: 100%;
}

.page-title-section-2 {
  padding: 60px 5vw 0;
}

.text-block-9 {
  margin-left: 5vw;
  font-size: 20px;
  font-weight: 700;
}

.heading-10 {
  margin-top: 25px;
  margin-left: 5vw;
  font-size: 36px;
  font-weight: 900;
}

.posts {
  flex-wrap: wrap;
  margin-bottom: -56px;
  display: flex;
}

.no-margin-bottom-2 {
  margin-bottom: 0;
}

.post-50 {
  flex-direction: column;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.empty-state-2 {
  color: #fff;
  text-align: center;
  background-color: #e20000;
  border-radius: 50px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-width {
  width: 100%;
  max-width: none;
}

.text-block-39 {
  font-size: 12px;
}

.capitalize {
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
}

.post-card-preview-m {
  background-color: #e9e9e9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 248px;
  margin-bottom: 20px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-decription {
  color: #888;
  flex: 1;
  width: auto;
  max-height: 62px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}

.post-card-v2 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.image-zoom-2 {
  background-color: var(--right-green);
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.post-card-avatar {
  filter: invert();
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.overlay {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0;
}

.link-dark {
  color: #151515;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #9fbf73;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.button-4:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.button-4.white-hover-1 {
  color: #151515;
  background-color: #fff;
  border-radius: 10px;
}

.button-4.white-hover-1:hover {
  background-color: var(--green);
  color: #fff;
  background-image: none;
  border-radius: 10px;
}

.button-4.white-hover-1:active {
  background-color: #027043;
  border-radius: 10px;
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  position: relative;
}

.post-card-bottom {
  text-transform: uppercase;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-card-category {
  color: #151515;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.post-card-category:hover {
  text-decoration: underline;
}

.hover-content {
  z-index: 3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-background {
  z-index: 2;
  background-color: #15151533;
  border-radius: 20px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.next {
  margin-top: 20px;
}

.blog-category-link-2 {
  color: #151515;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: -1px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.blog-category-link-2:hover {
  background-color: #f6f6f6;
}

.blog-category-link-2.new-post {
  flex-direction: row;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-category-icon-2 {
  opacity: .25;
  width: 16px;
  margin-right: -3px;
}

.text-block-40 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.heading-15 {
  color: var(--green);
  font-size: 20px;
  line-height: 30px;
}

.dropdown-toggle {
  padding: 5px 27px 5px 7px;
}

.dropdown-toggle.w--open {
  z-index: auto;
}

.icon-2 {
  margin-right: 7px;
}

.text-block-41 {
  font-size: 12px;
  font-weight: 700;
}

.dropdown-list {
  z-index: 100;
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: #fff;
  font-weight: 700;
}

.dropdown-link {
  color: #1b1b1b;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: #d8ffdb;
}

.dropdown-list-2 {
  background-color: #6f5656;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  font-weight: 700;
}

.heading-16 {
  color: var(--グラデーショングリーン左);
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 38px;
}

.text-block-42 {
  text-align: left;
  background-image: url('../images/number01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 36px;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  font-family: Kiwi Maru, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-42._02 {
  background-image: url('../images/number02.png');
}

.text-block-42._03 {
  background-image: url('../images/number03.png');
}

.employment {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 23px;
}

.employment.center {
  text-align: center;
  margin-top: 20px;
}

.employment-columns {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  background-color: #ecffeb;
  border-radius: 40px;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-block-43 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-4 {
  color: var(--グラデーション-イエロー-左);
  font-size: 18px;
}

.text-block-44 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-5 {
  color: var(--グラデーション-イエロー-左);
}

.div-block-7 {
  border: 1px solid var(--green);
  margin-top: 40px;
  padding: 30px;
}

.text-block-45 {
  color: var(--green);
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-8 {
  width: 80%;
  margin: 30px auto 40px;
}

.text-block-46 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-47 {
  font-size: 12px;
}

.text-block-47.center {
  text-align: center;
  font-weight: 700;
}

.list-2 {
  color: #333;
  background-color: #ecffd2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-48 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-block-49 {
  background-color: var(--right-green);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.columns-6 {
  width: 80%;
  min-width: 640px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.column-48 {
  padding-left: 10px;
}

.youtube {
  width: 80%;
  margin: 20px auto 40px;
}

.text-block-50 {
  margin-bottom: 40px;
  font-family: Kiwi Maru, sans-serif;
}

.text-block-51 {
  font-family: Kiwi Maru, sans-serif;
  font-weight: 700;
}

.text-block-52, .text-block-53, .text-block-54 {
  font-family: Kiwi Maru, sans-serif;
}

.small-txt {
  font-size: 12px;
  line-height: 12px;
}

@media screen and (min-width: 1280px) {
  .nav-menu-wrapper-2 {
    flex: 0 auto;
  }

  .container-regular-2 {
    max-width: none;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .columns {
    text-align: left;
    width: 600px;
    margin-left: auto;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar-no-shadow-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper-2 {
    min-width: 1300px;
  }

  .button-primary-2 {
    text-align: center;
    width: auto;
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary-2 {
    width: 200px;
    font-size: 1.5em;
  }

  .button-primary-2._2 {
    font-size: 1.5em;
  }

  .blog-post-text {
    margin-bottom: 60px;
  }

  .page-title-section-2 {
    padding-top: 150px;
    padding-left: 15vw;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .container-regular {
    min-width: auto;
  }

  .navbar-brand {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding: 10px 5px;
    display: block;
  }

  .nav-link.mark {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.mark.long {
    width: auto;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    border: 1px solid #ededed;
    margin-top: 10px;
    margin-right: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #dbf4dd;
  }

  .image {
    width: 60px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-top-left-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .columns {
    min-width: auto;
    display: none;
  }

  .columns.sp {
    margin-top: 10px;
    margin-right: auto;
    display: block;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #ff0004;
  }

  .navbar-no-shadow-container-2 {
    z-index: 100;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-wrapper-2 {
    min-width: auto;
  }

  .button-primary-2 {
    border-top-left-radius: 0;
  }

  .image-14 {
    width: 20vw;
    left: 11.3vw;
  }

  .top-main-block {
    width: 75%;
  }

  .image-18 {
    width: 250px;
    top: 40px;
    right: -187px;
  }

  .image-19, .message-top-image, .message-top-image._02 {
    width: 200px;
  }

  .message-under-image, .message-under-image._02 {
    width: 150px;
  }

  .contact-block-sub-text {
    font-size: 17px;
  }

  .contact-block-column {
    width: 90%;
  }

  .button-g-green, .button-g-yellow {
    font-size: 19px;
  }

  .text-block-21 {
    font-size: 13px;
    line-height: 22px;
  }

  .shisetsu-banner {
    width: 325.6px;
    height: 125px;
  }

  .shisetsu-banner.block {
    background-size: 25px;
    height: 210px;
    max-height: 210px;
  }

  .shisetsu-banner.bto {
    background-size: 27px;
    width: 691px;
    height: 230px;
  }

  .shisetsu-banner.bto.sp {
    display: none;
  }

  .text-block-22.big {
    font-size: 17px;
  }

  .block-01 {
    width: 691px;
  }

  .small-sub-title {
    font-size: 17px;
  }

  .sub-title {
    font-size: 26px;
  }

  .sub-title-image.bto {
    width: 350px;
  }

  .text-discription {
    font-size: 14px;
  }

  .area-title {
    font-size: 22px;
  }

  .button {
    height: 50px;
    font-size: 17px;
  }

  .support-title.green, .support-title.blue, .support-title.red {
    font-size: 17px;
  }

  .support-box.green.contact-banner {
    background-position: 120px 110px;
  }

  .support-box-title.green.contact-banner {
    font-size: 16px;
    line-height: 20px;
  }

  .support-box-image.contact-banner {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .support-text {
    font-size: 13px;
  }

  .program-text {
    font-size: 12px;
  }

  .wish-h3 {
    font-size: 22px;
  }

  .wish-h3.bto {
    font-size: 20px;
  }

  .three-block {
    width: 220px;
    height: 220px;
  }

  .text-block-25 {
    font-size: 24px;
    line-height: 36px;
  }

  .small-text {
    text-align: center;
    font-size: 11px;
  }

  .text-block-26 {
    font-size: 28px;
  }

  ._3-point-columns {
    width: 553px;
  }

  .bto-columns-text {
    font-size: 17px;
  }

  .bto-columns-text.black {
    font-size: 16px;
  }

  .big {
    font-size: 20px;
  }

  .icon {
    color: #7bbe80;
    font-size: 40px;
  }

  .column-13 {
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .column-14 {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .text-block-28 {
    font-size: 17px;
  }

  .insta-image {
    width: 200px;
    height: 200px;
  }

  .blog-sidebar {
    width: 66.66%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .post-tags-block {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    top: 0;
  }

  .button-3 {
    justify-content: center;
  }

  .section-9 {
    padding: 80px 8px;
  }

  .blog-side-posts {
    flex: 0 auto;
    width: 100%;
  }

  .post-top {
    margin-left: 12%;
    margin-right: 12%;
    padding-top: 20px;
  }

  .blog-sides {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-14 {
    font-size: 26px;
  }

  .posts {
    margin-bottom: -48px;
  }

  .no-margin-bottom-2 {
    margin-bottom: 0;
  }

  .post-50 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-preview-m {
    height: 30vw;
  }

  .post-card-v2 {
    margin-bottom: 48px;
  }

  .hover-content, .hover-background {
    display: none;
  }

  .dropdown-list.w--open {
    background-color: #ebffe4;
  }

  .dropdown-link {
    text-align: center;
    font-size: 12px;
  }

  .dropdown-list-2 {
    background-color: #ddd;
  }

  .dropdown-list-2.w--open {
    background-color: #f2ffe6;
  }

  .column-43 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .list-item-4 {
    text-align: center;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow {
    z-index: 1000;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-19.sp {
    color: #fff;
  }

  .nav-menu-wrapper-2 {
    background-image: linear-gradient(135deg, #ff7338, red);
  }

  .nav-menu-2 {
    background-image: linear-gradient(135deg, #ff7338, #fc0c0c);
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .column-2 {
    display: flex;
  }

  .column-2.sp {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .columns {
    min-width: auto;
  }

  .columns.sp {
    width: auto;
    display: block;
  }

  .image-13 {
    width: 15%;
  }

  .image-13.text-logo {
    width: 70%;
  }

  .image-12.sp {
    filter: grayscale();
  }

  .column.sp {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .link-block-5.sp {
    margin-bottom: 10px;
  }

  .text-block-20.sp {
    color: #fff;
  }

  .list-item-2 {
    width: 100%;
  }

  .navbar-no-shadow-container-2 {
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .navbar-brand-2.w--current {
    width: 60%;
  }

  .button-primary-2 {
    width: 100%;
  }

  .link-block-3.sp {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-14 {
    width: 25vw;
    left: 14.5vw;
  }

  .top-main-block {
    width: 70%;
  }

  .image-18 {
    width: 220px;
    right: -167px;
  }

  .message-block {
    width: 90%;
    height: 350px;
    min-height: auto;
  }

  .image-19 {
    width: 140px;
  }

  .message-top-image {
    width: 170px;
    inset: 0% auto auto 0%;
  }

  .message-top-image._02 {
    width: 170px;
    inset: 0% 0% auto auto;
  }

  .message-under-image {
    inset: auto auto -40px 22px;
  }

  .message-under-image._02 {
    inset: auto 22px -40px auto;
  }

  .contact-block-column.big {
    width: auto;
  }

  .button-g-green.area, .button-g-yellow.area {
    width: 100%;
  }

  .text-block-21 {
    text-align: center;
  }

  .shisetsu-banner {
    height: 150px;
  }

  .shisetsu-banner.block {
    width: 364px;
    height: 320px;
    max-height: none;
    margin-bottom: 20px;
  }

  .shisetsu-banner.bto {
    vertical-align: baseline;
    width: 384px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .shisetsu-banner.bto.sp {
    height: auto;
    display: inline-block;
  }

  .text-block-22.bto {
    margin-bottom: 20px;
    margin-right: 60px;
    font-size: 12px;
  }

  .section02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-01 {
    text-align: left;
    width: 80%;
    max-width: none;
  }

  .block-01.bto {
    width: 384px;
  }

  .block-01.news {
    padding-top: 40px;
  }

  .sub-title {
    font-size: 24px;
  }

  .sub-title-image.bto {
    width: 300px;
  }

  .column-3 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-5 {
    margin-bottom: 10px;
  }

  .zisseki-block {
    width: auto;
  }

  .zisseki-big-text {
    font-size: 40px;
  }

  .gray-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    margin-top: 30px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .support {
    margin-bottom: 20px;
  }

  .support-box.green {
    height: auto;
  }

  .support-box.green.contact-banner {
    background-position: 150px 113px;
    background-size: 23px;
    height: 160px;
  }

  .support-box.blue, .support-box.red {
    height: auto;
  }

  .support-box-title.green.contact-banner {
    font-size: 17px;
  }

  .support-box-image.contact-banner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-6 {
    padding-right: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .movie-banner-box {
    width: 80%;
    display: block;
  }

  .image-24 {
    width: auto;
    height: 221.113px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -60px 0% 0%;
  }

  .movie-link-box {
    width: 100%;
    height: 150px;
  }

  .program-image {
    width: 75%;
  }

  .plogram {
    margin-bottom: 20px;
  }

  .plogram-columns {
    width: 384px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-columns {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .three-block {
    margin-left: auto;
    margin-right: auto;
  }

  .column-9 {
    margin-bottom: 20px;
  }

  .big-image-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-26 {
    font-size: 24px;
  }

  ._3-point-columns {
    width: 240px;
  }

  .bto-columns._01, .bto-columns._02 {
    width: 506.238px;
  }

  .bto-columns-text {
    font-size: 14px;
  }

  .bto-columns-text.black {
    font-size: 15px;
  }

  .bto-columns-text.black.small {
    font-size: 11px;
  }

  .bto-columns-text.hi {
    height: 80px;
  }

  .big {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-box {
    width: 384px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-link-block {
    height: 100px;
  }

  .banner-link-block._01 {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_4868.PNG');
    background-size: auto, cover;
  }

  .column-10 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-11 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    padding-left: 0;
  }

  .icon {
    font-size: 35px;
  }

  .column-13, .column-14 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .column-15 {
    margin-bottom: 10px;
  }

  .column-16 {
    text-align: center;
  }

  .column-17, .column-18 {
    margin-bottom: 10px;
  }

  .columns-4 {
    width: 384px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-19 {
    margin-bottom: 20px;
  }

  .column-20, .column-21, .column-22, .column-23 {
    margin-bottom: 10px;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

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

  .bto-culomns-slider-box {
    overflow: scroll;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .page-section {
    padding-bottom: 60px;
  }

  .link-block-13 {
    background-position: 270px 85%;
    margin-bottom: 10px;
  }

  .link-block-13.area {
    background-position: 290px 85%;
  }

  .columns-5 {
    margin-bottom: 0;
  }

  .column-29 {
    padding-top: 20px;
  }

  .heading-5 {
    margin-bottom: 20px;
  }

  .heading-5.flow {
    font-size: 20px;
  }

  .insta-image {
    width: 120px;
    height: 120px;
  }

  .flow-list-box {
    padding: 40px;
  }

  .step-number {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .step-text-box {
    margin-left: 20px;
  }

  .column-30 {
    margin-bottom: 20px;
  }

  .column-31, .column-32, .column-33 {
    margin-bottom: 40px;
  }

  .column-34 {
    margin-bottom: 10px;
  }

  .column-35 {
    margin-bottom: 60px;
  }

  .column-36, .column-37 {
    margin-bottom: 10px;
  }

  .column-38 {
    margin-bottom: 60px;
  }

  .column-39, .column-40 {
    margin-bottom: 10px;
  }

  .column-41 {
    margin-bottom: 60px;
  }

  .column-42 {
    margin-bottom: 10px;
  }

  .plogram-image {
    width: 100%;
    height: 280px;
  }

  .plogram-image._01 {
    width: 100%;
    height: 240px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .blog-post {
    padding-top: 0;
  }

  .button-3 {
    align-items: center;
    width: 100%;
    height: 84px;
    display: flex;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .page-title-section-2 {
    padding-top: 100px;
  }

  .text-block-9 {
    font-size: 26px;
  }

  .heading-10 {
    font-size: 38px;
  }

  .no-margin-bottom-2 {
    margin-bottom: 0;
  }

  .post-50 {
    width: 100%;
  }

  .post-card-preview-m {
    height: 50vw;
  }

  .dropdown-link {
    text-align: center;
    font-size: 12px;
  }

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

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .list-item-4, .column-44 {
    text-align: center;
  }

  .column-45, .column-46 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-47 {
    text-align: center;
  }

  .div-block-6 {
    width: 100%;
    padding: 20px;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .columns-6 {
    min-width: auto;
  }

  .column-49, .column-50, .column-51, .column-52 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    z-index: 100;
    background-color: #fff;
    position: fixed;
    top: 0;
  }

  .navbar-no-shadow-container {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #e6f6e9;
  }

  .image {
    width: 50px;
  }

  .bold-text {
    font-size: 11px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .image-13 {
    width: 20%;
  }

  .image-13.text-logo {
    width: 80%;
  }

  .text-block-20.sp {
    font-size: 24px;
  }

  .navbar-no-shadow-container-2 {
    padding: 10px;
  }

  .navbar-brand-2.w--current {
    width: 70%;
  }

  .image-14 {
    width: 40vw;
    left: 20.2vw;
  }

  .top-main-block {
    display: none;
  }

  .top-main-block.sp {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

  .image-18 {
    vertical-align: baseline;
    display: inline-block;
  }

  .section {
    margin-top: 80px;
  }

  .message-block {
    width: 100%;
    height: 600px;
    margin-top: 0;
  }

  .message-top-image {
    width: 150px;
    inset: 0% auto auto 5%;
  }

  .message-top-image._02 {
    width: 150px;
    inset: auto 5% 0% auto;
  }

  .message-under-image {
    width: 120px;
    inset: auto auto 74px 10%;
  }

  .message-under-image._02 {
    width: 120px;
    inset: 79px 10% auto auto;
  }

  .green-section.contact-banner.about {
    padding-top: 40px;
  }

  .contact-block {
    width: 90%;
  }

  .contact-block-sub-text {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-block-column {
    width: 100%;
  }

  .shisetsu-banner {
    background-size: 20px;
    width: 100%;
    height: auto;
  }

  .shisetsu-banner.block {
    background-position: 96% 62vw;
    width: 100%;
    height: auto;
  }

  .shisetsu-banner.bto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 96% 85%;
    background-size: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-bottom: 0;
    display: none;
  }

  .shisetsu-banner.bto.sp {
    display: inline-block;
  }

  .text-block-22 {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .text-block-22.big {
    margin-bottom: 20px;
  }

  .text-block-22.bto {
    margin-right: 40px;
  }

  .block-01, .block-01.bto {
    width: 90%;
  }

  .block-01.news {
    padding: 20px 20px 40px;
  }

  .small-sub-title {
    font-size: 14px;
  }

  .sub-title {
    margin-left: 10px;
    font-size: 22px;
  }

  .sub-title-image {
    width: 90px;
  }

  .sub-title-image.bto {
    width: 80%;
  }

  .column-3 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    margin-bottom: 10px;
  }

  .support-box.green {
    height: auto;
  }

  .support-box.green.contact-banner {
    background-position: 55vw 110px;
  }

  .support-box.blue, .support-box.red {
    height: auto;
  }

  .support-box-title.green.contact-banner {
    background-position: 85%;
  }

  .movie-section {
    padding-top: 30px;
  }

  .movie-banner-box {
    width: 97%;
  }

  .image-24 {
    width: auto;
    height: auto;
    top: -39px;
    left: -6%;
  }

  .movie-link-box {
    height: 42svw;
  }

  .plogram-columns {
    width: 100%;
  }

  .wish-h3 {
    text-align: center;
    font-size: 20px;
  }

  .wish-h3.bto {
    font-size: 16px;
  }

  .wish-h3.center {
    text-align: center;
  }

  .block-columns, .three-block {
    width: 100%;
  }

  .big-image-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-26 {
    font-size: 20px;
    line-height: 50px;
  }

  ._3-point-columns {
    width: 100%;
  }

  .columns-3 {
    height: 70px;
  }

  .bto-columns-text {
    height: 50px;
    font-size: 14px;
  }

  .bto-columns-text.black {
    font-size: 14px;
  }

  .big {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-box {
    width: 100%;
  }

  .banner-link-block {
    height: 80px;
  }

  .column-13, .column-14, .column-22, .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-26 {
    width: 100%;
  }

  .link-block-12 {
    width: 95%;
  }

  .page-title-section, .page-title-section.about {
    padding-top: 80px;
    padding-left: 5%;
  }

  .page-title-section.about.image02 {
    background-image: linear-gradient(#00390b80, #00390b80), url('../images/20250221-4840.jpg');
    background-position: 0 0, 50% 120%;
    background-size: auto, contain;
  }

  .image-27 {
    width: 70px;
  }

  .image-27.big {
    width: 120px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .page-section, .page-section.archive.plogram-archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-section.right-green {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .what-image-box {
    height: 300px;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 26px;
  }

  .big-green {
    font-size: 26px;
  }

  .green-point {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .link-block-13 {
    background-position: 57vw 85%;
  }

  .link-block-13.area {
    background-position: 62vw 85%;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-5.flow {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-5.qa {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .insta-image {
    width: 80px;
    height: 80px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .support-plan-text {
    font-size: 12px;
    line-height: 22px;
  }

  .flow-list-box {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .step-number {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .step-number.q {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }

  .step-number.a {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .text-block-34 {
    font-size: 13px;
  }

  .text-block-34.q {
    font-size: 24px;
  }

  .step-text-box {
    margin-left: 10px;
  }

  .text-block-35 {
    font-size: 12px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px;
  }

  .cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .plogram-image, .plogram-image._01 {
    width: 100%;
    height: 55vw;
  }

  .plogram-image._02 {
    height: 55vw;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-36 {
    padding: 10px;
    font-size: 16px;
  }

  .link {
    color: var(--green);
    font-size: 11px;
    inset: auto 0% -9%;
  }

  .blog-sidebar {
    width: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .post-tags-block {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post {
    padding-top: 0;
  }

  .button-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .post-top {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 30px;
  }

  .page-title-section-2 {
    padding-top: 60px;
  }

  .text-block-9 {
    margin-left: 0;
    font-size: 22px;
  }

  .heading-10 {
    margin-left: 0;
    font-size: 30px;
  }

  .no-margin-bottom-2 {
    margin-bottom: 0;
  }

  .full-width, .capitalize {
    width: 100%;
  }

  .post-card-preview-m {
    height: 60vw;
  }

  .post-card-decription {
    width: 100%;
  }

  .post-card-avatar {
    width: 12px;
  }

  .post-card-v2-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-40 {
    font-size: 14px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 12px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .column-45, .column-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 24px;
  }

  .text-block-42 {
    background-size: auto 20px;
    width: 90%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .employment {
    width: 90%;
  }

  .employment.center {
    font-size: 13px;
  }

  .div-block-6 {
    padding-top: 30px;
  }

  .text-block-44 {
    font-size: 16px;
  }

  .div-block-7 {
    padding: 20px 10px;
  }

  .text-block-45 {
    width: 90%;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-46 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .list-2 {
    padding-left: 30px;
  }

  .columns-6 {
    width: 100%;
  }

  .column-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube {
    width: 100%;
  }

  .column-49, .column-50, .column-51, .column-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .column-53 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-c388b33a, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-845ee858, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-4cd58e6b, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-678e49da, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-61c32a2f, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-15478002, #w-node-_70b369ea-cce7-aa79-a390-60d5f66d49f3-a2dadb95 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}


