@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap");
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1111111111vw !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw !important;
  }
}
html * {
  box-sizing: border-box;
}

.sp-b {
  display: none;
}

.pc-b {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-b {
    display: block;
  }
  .pc-b {
    display: none;
  }
}
.br-table {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-table {
    display: block;
  }
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: 0.4s ease-in-out;
}
#header.bg-header {
  transition: 0.4s ease-in-out;
  background: rgba(191, 212, 242, 0.9019607843);
}
#header.bg-header .header {
  padding: 0rem 2rem;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #header.bg-header .header {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #header.bg-header .header .header-center {
    margin-top: 0;
  }
}
#header.bg-header .header .header-left #logo img {
  height: 6rem;
  display: flex;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #header.bg-header .header .header-left #logo img {
    height: 5rem;
  }
}
#header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0rem 2.2rem;
}
@media screen and (max-width: 1024px) {
  #header .header {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header {
    height: 10rem;
    padding: 0 1rem;
    flex-wrap: wrap;
  }
}
#header .header .header-left #logo a {
  color: #755501;
  font-weight: bold;
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  #header .header .header-left #logo a {
    font-size: 3rem;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #header .header .header-left #logo a {
    display: flex;
  }
}
#header .header .header-left #logo img {
  height: 7.8rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #header .header .header-left #logo img {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header .header-left #logo img {
    height: 6rem;
  }
}
#header .header .header-center {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e2c58;
}
@media screen and (max-width: 767px) {
  #header .header .header-center {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  #header .header .header-center {
    display: none;
    margin-top: 2rem;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  #header .header .header-right {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header .header-right {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #header .header .header-right {
    width: 36rem;
  }
}
#header .header .header-right .menu-row {
  display: flex;
  gap: 2.4rem;
}
#header .header .header-right .menu-row .tel {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 2.2rem;
  border: 0.2rem solid #fff;
  background: #279795;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  padding: 0 2.7rem;
}
#header .header .header-right .menu-row .tel:hover {
  background-color: #279795;
  filter: drop-shadow(0px 0px 1rem #279795);
}
#header .header .header-right .menu-row .btn-ct {
  padding: 0 2.7rem;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 2.2rem;
  border: 0.2rem solid #fff;
  background: #fdf400;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
}
#header .header .header-right .menu-row .btn-ct:hover {
  background-color: #fdf400;
  filter: drop-shadow(0px 0px 1rem #fdf400);
}
@media screen and (max-width: 767px) {
  #header .header .header-right .menu-row {
    display: none;
  }
}

main {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 10rem;
  }
}

.title-public {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-public {
    font-size: 2.5rem;
  }
}
.title-public .title-saz {
  font-size: 4.5rem;
  display: inline-block;
  position: relative;
  color: #38A8A6;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .title-public .title-saz {
    font-size: 3rem;
  }
}
.title-public .title-saz::before {
  position: absolute;
  content: "";
  background: url(../images/icon-title-left.png) no-repeat;
  background-size: contain;
  width: 5.4rem;
  height: 1.2rem;
  top: 50%;
  transform: translate(0%, -50%);
  left: -7rem;
}
.title-public .title-saz::after {
  position: absolute;
  content: "";
  background: url(../images/icon-title-right.png) no-repeat;
  background-size: contain;
  width: 5.4rem;
  height: 1.2rem;
  top: 50%;
  transform: translate(0%, -50%);
  right: -7rem;
}

.title-min {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-min {
    font-size: 2.5rem;
  }
}

.textlow {
  position: absolute;
  left: 10rem;
  color: #fff2d3;
  font-size: 15rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 16rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .textlow {
    left: 1rem;
    line-height: 10rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .textlow {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .textlow {
    position: inherit;
    text-align: left;
    margin-bottom: 5rem;
  }
  .textlow br {
    display: none;
  }
}

.privacy {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 5rem;
  }
}
.privacy .title-public {
  color: #0e2c58;
}

.js-box {
  visibility: hidden;
  opacity: 0;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.js-box2 {
  opacity: 1;
  visibility: visible;
}

.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  /* （装飾用スタイル） */
}

.sour {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 3s;
  /* （装飾用スタイル） */
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.text_red {
  color: #f00;
}

.text_green {
  color: #07b53b;
}

.text_center {
  text-align: center;
}

.scroll_content {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0e2c58;
}
@media screen and (max-width: 767px) {
  .scroll_content {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .scroll_content {
    margin-top: 2rem;
    transition: 0.3s;
    padding: 3rem 2rem;
    background-color: #e1eef5;
    position: relative;
  }
  .scroll_content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #4c9ac0 #fff #4c9ac0;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.section_scroll {
  margin-bottom: -3rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .section_scroll {
    display: none;
  }
}
.section_scroll .scroll_content {
  font-size: 2.6rem;
  margin-top: 0.5rem;
}
.section_scroll .container {
  padding: 1rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@keyframes marquee {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee_wrap {
  width: 100%;
  overflow: hidden;
}

.marquee_scroll {
  position: relative;
  display: flex;
  width: 100%;
  gap: 150px;
  justify-content: space-between;
}

.marquee {
  transform: translateX(150px);
  animation-name: marquee;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
}
.marquee li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  list-style: none;
}

footer {
  position: relative;
  background-size: cover;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  footer {
    background-position: right;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    width: 100%;
  }
}
footer .container .logo-footer {
  display: flex;
  justify-content: center;
}
footer .container .logo-footer a img {
  width: 30.6rem;
}
footer .container .list-footer {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer .container .list-footer {
    justify-content: center;
    text-align: center;
  }
}
footer .container .list-footer .center {
  font-weight: bold;
}
footer .container .list-footer .tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
footer .container .list-footer .tel a {
  color: #0e2c58;
  padding: 0;
  padding-left: 1rem;
}
footer .container .list-footer .contact {
  color: #cd9814;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  footer .container .list-footer .menu {
    display: none;
  }
}
footer .container .list-footer .menu .nav-meu {
  display: flex;
  gap: 3rem;
}
footer .container .list-footer .menu .nav-meu li a {
  color: #494949;
  line-height: 3.3rem;
}
footer .container .list-footer .menu .nav-meu li a:hover {
  border-bottom: 0.2rem solid;
}
footer .container .copyright {
  margin-top: 3rem;
  color: #494949;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.lowhi {
  display: none;
  position: fixed;
  bottom: 0;
  background: #efefef;
  z-index: 10;
  left: 0;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .lowhi {
    display: none;
  }
}
.lowhi li {
  width: 50%;
  display: flex;
  justify-content: center;
}
.lowhi .nav_contact__in {
  padding: 0.5rem;
  gap: 1rem;
}
.lowhi .nav_text-ja {
  font-size: 1.1rem !important;
}
.lowhi a {
  padding: 0 !important;
}
.lowhi .kv_tel {
  justify-content: center;
}
.lowhi .kv_tel .tel_num a {
  font-size: 1.4rem;
}
.lowhi .kv_tel .tel_num span {
  top: 0 !important;
}

.lowhi {
  display: none;
}

@media screen and (max-width: 767px) {
  .lowhi {
    display: block;
    position: fixed;
    bottom: 0;
    background: #efefef;
    z-index: 10;
    left: 0;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .lowhi .info {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }
  .lowhi .info .phone {
    width: 50%;
    background: #0e2c58;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    height: 4.3rem;
    justify-content: center;
    flex-direction: column;
  }
  .lowhi .info .phone span {
    font-size: 1rem;
  }
  .lowhi .info .mail {
    background: #00ba00;
    width: 70%;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    height: 4.3rem;
    justify-content: center;
    flex-direction: column;
  }
  .lowhi .info .mail span {
    font-size: 1rem;
  }
}
.center {
  text-align: center;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #fdf400;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.fade-in {
  visibility: hidden;
}

.fade-in-active {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-name: fade-in-active;
  visibility: visible !important;
}
@keyframes fade-in-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 80%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -3rem;
  bottom: 0rem;
  /*テキストの形状*/
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  /*矢印の形状*/
  width: 0.1rem;
  height: 2rem;
  background: #000;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 0.1rem;
  height: 5rem;
  background: #000;
}

/*========= レイアウトのためのCSS ===============*/
.page-top footer {
  padding-bottom: 20rem;
}

html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
  color: #494949;
  margin: 0 auto;
  max-width: 192rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}

.btn404 {
  text-align: center;
  margin-top: 5rem;
}
.btn404 .btn-readmore {
  display: inline-block;
  background: #000;
  border: 0.2rem solid #000;
  border-radius: 10rem;
  padding: 2rem 5rem;
  padding-left: 9.4rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn404 .btn-readmore {
    padding: 1.5rem 3rem;
    padding-left: 9rem;
  }
}
.btn404 .btn-readmore:hover {
  background-color: #000;
  filter: drop-shadow(0px 0px 1rem #000);
}
.btn404 .btn-readmore::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  top: 50%;
  transform: translate(0%, -50%);
  left: 5rem;
}

#form-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

#form-loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#form-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

#form-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#form-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#form-loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7-response-output {
  display: none;
}

.custom-wpcf7cp-confirm input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
}

.bold {
  font-weight: bold;
}

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

.bg-header .menu {
  top: 1rem !important;
}

.hd-menu .menu {
  position: fixed;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  background-color: #0e2c58;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hd-menu .menu {
    top: 1rem;
  }
}
.hd-menu .menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #c5d8f3;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.hd-menu .menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.hd-menu .menu span:nth-of-type(3) {
  transform: translateY(5px);
}
.hd-menu #menu {
  display: none;
}
.hd-menu #menu:checked ~ .menu {
  background-color: #fff;
  transform: rotate(360deg);
  transition: transform 250ms ease;
}
.hd-menu #menu:checked ~ .menu span {
  background-color: #0e2c58;
  transition: transform 250ms ease;
}
.hd-menu #menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
.hd-menu #menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
.hd-menu #menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
.hd-menu #menu:checked ~ .nav {
  right: 0px;
  transition: right 500ms ease;
}
.hd-menu #menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 500ms ease;
}
.hd-menu .nav {
  position: fixed;
  top: 0;
  right: -30rem;
  width: 30rem;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #c5d8f3;
  transition: left 500ms ease;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .hd-menu .nav {
    right: -100%;
    width: 100%;
  }
}
.hd-menu .nav ul {
  position: relative;
  list-style-type: none;
  margin: 100px 0;
  padding: 0;
}
.hd-menu .nav ul li {
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hd-menu .nav ul li {
    border-bottom: 0;
  }
}
.hd-menu .nav ul li a {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.hd-menu .nav ul li a:hover {
  text-decoration: underline;
}
.hd-menu .nav ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}
.hd-menu .nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: #c5d8f3;
  transition: width 250ms ease;
}

#back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 49;
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #back-to-top {
    bottom: -0.2rem;
    right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #back-to-top {
    bottom: 5.1rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #back-to-top img {
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #back-to-top img {
    width: 9rem;
  }
}

.page-content p {
  margin-bottom: 1em;
}

.back-to-top {
  text-align: center;
  margin-top: 5rem;
}
.back-to-top a {
  border-radius: 6.65rem;
  background: #0e2c58;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 4.6rem;
}
@media screen and (max-width: 767px) {
  .back-to-top a {
    padding: 1.5rem 3rem;
    font-size: 2.5rem;
  }
}
.back-to-top a:hover {
  background-color: #0e2c58;
  filter: drop-shadow(0px 0px 1rem #0e2c58);
}
.back-to-top a::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  right: 2rem;
}

#breadcrumb {
  margin-bottom: 5rem;
  font-size: 0.9em;
}
#breadcrumb a {
  color: #0e2c58;
}

.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.modal.is-visible {
  visibility: visible;
  position: fixed;
  background: rgba(0, 0, 0, 0.6117647059);
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 8%;
  width: 108.8rem;
  padding: 5rem 2rem;
  display: flex;
  justify-content: center;
  background: #15c857 url(../images/backgr-line.png) no-repeat;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  /* left: 50%; */
  height: 90%;
  /* overflow-y: scroll; */
}
@media screen and (max-width: 1024px) {
  .modal-wrapper {
    width: 95%;
    padding-bottom: 5rem;
  }
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.shawdow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2000;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  fill: currentcolor;
}

.modal-header,
.modal-content {
  /* padding: 1em; */
  text-align: center;
  font-size: 1.6rem;
}

.modal-header {
  position: absolute;
  /* background-color: #fff; */
  /* box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06); */
  /* border-bottom: 1px solid #e8e8e8; */
  width: 100%;
}

.modal-close {
  position: absolute;
  top: -2rem;
  padding: 1em;
  color: #fff;
  background: none;
  border: 0;
  width: 100%;
  right: 0;
  width: 6rem;
  cursor: pointer;
  margin-top: 2rem;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.title-pop {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  background: url(../images/title-pop.png) center no-repeat;
}
@media screen and (max-width: 767px) {
  .title-pop {
    font-size: 2.5rem;
  }
}

.des-pop {
  margin-top: 2.7rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0.3rem 0.3rem 0px #005e21, 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .des-pop {
    background: #00c74a;
  }
}

.box-sub {
  width: 80rem;
  background: url(../images/Subtract.png) no-repeat;
  background-size: contain;
  text-align: center;
  margin: 2rem auto;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .box-sub {
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
    width: 100%;
    flex-direction: column;
    background-size: cover;
    background: #fff;
  }
}

.box-sub .low {
  display: block;
  padding: 2rem;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-sub .low {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
.box-sub .low img {
  display: flex;
  width: 32.8rem;
}
.box-sub .low .link {
  color: #00c74a;
}
.box-sub .low .btn-line {
  padding: 1.3rem 3rem;
  background: #005e21;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  padding-right: 6rem;
  position: relative;
}
.box-sub .low .btn-line:hover {
  opacity: 0.7;
}
.box-sub .low .btn-line::after {
  position: absolute;
  content: "";
  background: url(../images/icon-white.png) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  right: 3rem;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .box-sub .low {
    padding: 0;
  }
}

.title-box-sub {
  color: #005e21;
  font-size: 5rem;
  font-weight: bold;
  line-height: 3.5rem; /* 140% */
}
@media screen and (max-width: 767px) {
  .title-box-sub {
    font-size: 4rem;
  }
}

.text-box-sub {
  font-size: 2rem;
}

.text-box-sub a {
  color: #fff;
}

.text-box-sub a:hover {
  color: #fff;
}

.img-line {
  margin-top: 2rem;
  text-align: center;
}
.img-line img {
  width: 10rem;
  margin: 0 auto;
}

.img-line span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .popup {
    width: 100%;
  }
  .modal-wrapper {
    width: 95%;
    height: 90%;
    overflow-y: scroll;
  }
  .box-sub {
    width: 100%;
    padding: 1.5rem;
    padding-top: 7rem;
    text-align: center;
  }
}
.redactor {
  overflow: hidden;
}

.border-saw {
  background: linear-gradient(transparent 60%, #fdf400 60%);
}

.btn-class {
  margin-top: 1rem;
  display: inline-block;
  border-radius: 6.65rem;
  background: #fdf400;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  padding: 1rem 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .btn-class {
    padding: 1rem 2rem;
  }
}
.btn-class:hover {
  background-color: #fdf400;
  filter: drop-shadow(0px 0px 1rem #fdf400);
}