@charset "UTF-8";
/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  background: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #191919;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: min(13px, 3.46vw);
  }
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}
/* link
------------------------------------------------ */
a {
  color: #191919;
  text-decoration: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

a:hover {
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .op:hover,
  .op a:hover,
  .op:hover img,
  .op:hover input {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
}
/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}

.visible-tab {
  display: none !important;
}

.visible-ts {
  display: none !important;
}

.visible-pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .visible-tab {
    display: block !important;
  }
  .visible-pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
/* !fonts
------------------------------------------------ */
.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* !ff
------------------------------------------------ */
.ff_mont {
  font-family: "Montserrat", sans-serif;
}

.ffzen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff_italic {
  font-style: italic;
}

/* !fc
------------------------------------------------ */
.fc_green {
  color: #1d8b62;
}

/* html
----------------------------------------------- */
/* wrapper
----------------------------------------------- */
#wrapper {
  overflow: clip;
}

article {
  padding: 100px 0 0;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  article {
    padding: 64px 0 0;
  }
}
/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 99;
  background-color: #fff;
}

.show #header {
  background: #fff;
}

#header .header_in {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
  padding: 0 30px;
}

#header .header_logo {
  flex-shrink: 0;
}

#header .header_logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header_logo .logo_ico {
  width: 60px;
}

#header .header_logo .logo_txt {
  width: 384px;
  font-size: 0;
}

#header .header_mess {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .header_face {
  margin: 0 3px 0 0;
  width: 36px;
}

#header .header_face a {
  display: block;
}

#header .header_cta a {
  width: 130px;
  height: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #545838;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #545838;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}
.navbar-toggle.on {
  background-color: #fff;
}
.navbar-toggle.on span {
  background-color: #000 !important;
}

.navbar-toggle:hover {
  opacity: 0.5;
}

.navbar-toggle .toggle_menu {
  width: 20px;
  height: 6px;
  position: relative;
}

.navbar-toggle .toggle_menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  background-color: #f5f4ea;
  width: 100%;
  height: 1px;
}

.navbar-toggle .toggle_menu span:nth-of-type(1) {
  top: 0;
}

.navbar-toggle .toggle_menu span:nth-of-type(2) {
  top: 6px;
}

.navbar-toggle.on .toggle_menu span:nth-of-type(1) {
  top: 0;
  transform: translateY(3px) rotate(-35deg);
}

.navbar-toggle.on .toggle_menu span:nth-of-type(2) {
  top: 6px;
  transform: translateY(-3px) rotate(35deg);
}

.navbar-collapse {
  display: none;
  position: fixed;
  z-index: 20;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .navbar-collapse {
    right: auto;
    left: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
}
.navbar-collapse .navbar_inner {
  position: relative;
  width: 370px;
  padding: 60px 0;
  border-radius: 20px;
  background-color: #5ab090;
}
@media screen and (max-width: 768px) {
  .navbar-collapse .navbar_inner {
    width: calc(100% - 20px);
    height: 100%;
    overflow-y: auto;
  }
}
.navbar-collapse .navbar_inner ul {
  padding-left: 40px;
}
.navbar-collapse .navbar_inner ul li {
  padding: 5px 0 5px 55px;
  background: url("../img/common/icn-ar-r-green.png") no-repeat left center;
  background-size: 28px 28px;
}
.navbar-collapse .navbar_inner ul li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.navbar-collapse .navbar_inner ul li a {
  color: #fff;
  font-size: 16px;
}
.navbar-collapse .navbar_inner .btn {
  margin-top: 40px;
}
.navbar-collapse .navbar_inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 200px;
  height: 70px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #545838;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .navbar-collapse .navbar_inner .btn a {
    height: 60px;
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  #header .header_in {
    height: 64px;
    padding: 0 20px 0 12px;
  }
  #header .header_logo a {
    gap: 2px;
  }
  #header .header_logo .logo_ico {
    width: 35px;
  }
  #header .header_logo .logo_txt {
    width: 218px;
  }
  #header .header_face {
    display: none;
  }
  #header .header_cta {
    display: none;
  }
  .navbar-toggle {
    width: 30px;
    height: 30px;
  }
  .navbar-toggle:hover {
    opacity: 1;
  }
  .navbar-toggle .toggle_menu {
    width: 14px;
    height: 6px;
  }
  .navbar-toggle .toggle_menu span:nth-of-type(2) {
    top: 6px;
  }
}
/* anchor
----------------------------------------------- */
.anchor {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 120px;
  margin-top: -120px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .anchor {
    padding-top: 84px;
    margin-top: -84px;
  }
}
/* footer
----------------------------------------------- */
#footer {
  position: relative;
  z-index: 3;
  background: #eef5ec;
  padding: 55px 20px 80px;
  position: relative;
}

#footer .footer_wave {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}

#footer .footer_wave img {
  width: 100%;
}

#footer .footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#footer .footer_box {
  border-bottom: 1px #d8dad9 solid;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 0 0 30px;
}

#footer .footer_mess {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  flex-shrink: 0;
}

#footer .footer_logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}

#footer .footer_logo .logo_ico {
  width: 60px;
  font-size: 0;
}

#footer .footer_logo .logo_txt {
  font-size: 0;
  max-width: 291px;
}

#footer .footer_face {
  width: 60px;
  text-align: center;
}

#footer .footer_face img {
  width: 36px;
}

#footer .footer_link {
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
  padding: 0 50px 0 0;
}

#footer .footer_link .link_in {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#footer .footer_link .link_in a {
  font-size: 13px;
  display: block;
}

#footer .footer_link .link_in a:hover {
  opacity: 0.5;
}

#footer .footer_other {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

#footer .footer_other a {
  font-size: 13px;
  color: #8d8d8c;
  display: block;
}

#footer .footer_other a:hover {
  opacity: 0.5;
}

#footer .footer_link_ts {
  display: none;
}

@media (max-width: 1024px) {
  #footer .footer_link {
    display: none;
  }
  #footer .footer_link_ts {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  #footer .footer_link_ts .link_in {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #footer .footer_link_ts .link_in a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 20px 15px;
  }
  #footer .footer_box {
    flex-direction: column;
    gap: 25px;
    padding: 0 0 35px;
  }
  #footer .footer_mess {
    width: 100%;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
  }
  #footer .footer_logo a {
    gap: 7px;
  }
  #footer .footer_logo .logo_ico {
    width: 35px;
  }
  #footer .footer_logo .logo_txt {
    max-width: 210px;
  }
  #footer .footer_face {
    width: auto;
  }
  #footer .footer_face img {
    width: 25px;
  }
  #footer .footer_other {
    gap: 25px;
  }
  #footer .footer_other a {
    font-size: 11px;
  }
  #footer .footer_other a:hover {
    opacity: 1;
  }
  #footer .footer_link_ts {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  #footer .footer_link_ts .link_in {
    width: 63%;
  }
  #footer .footer_link_ts .link_in + .link_in {
    width: 37%;
  }
  #footer .footer_link_ts .link_in a {
    font-size: 11px;
  }
}
/* H
----------------------------------------------- */
.hdl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hdl .hdl_eng {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 43px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.hdl .hdl_eng:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 10px;
  background: -webkit-linear-gradient(left, #a8e063 0%, #ffd93d 100%);
  background: -o-linear-gradient(left, #a8e063 0%, #ffd93d 100%);
  background: linear-gradient(to right, #a8e063 0%, #ffd93d 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 0;
}

.hdl .hdl_jps {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .hdl .hdl_eng {
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 0 0 0 30px;
  }
  .hdl .hdl_eng:before {
    width: 22px;
    height: 7px;
    top: 50%;
    transform: translateY(0);
    margin-top: -4px;
  }
  .hdl .hdl_jps {
    font-size: 25px;
    margin: 15px 0 0;
    letter-spacing: 0.05em;
  }
}
/* common
----------------------------------------------- */
.com_btn {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.com_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 90px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  padding: 0 70px;
  position: relative;
  background: linear-gradient(270deg, #81dc9a 0%, #b7ec5c 51%, #81dc9a 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.com_btn a:hover {
  background-position: 99% 50%;
}

.com_btn a .btn_arrow {
  width: 52px;
  height: 52px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.com_btn a .btn_arrow:before {
  position: absolute;
  content: "";
  background: url("../img/common/arrow_right.png") center center no-repeat;
  background-size: 14px 14px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  /* Firefox */
  -webkit-transition: all 0.2s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.com_btn a:hover .btn_arrow:before {
  left: 3px;
}

@media (max-width: 767px) {
  .com_btn {
    max-width: 250px;
  }
  .com_btn a {
    height: 56px;
    font-size: 13px;
    padding: 0 50px;
  }
  .com_btn a:hover {
    background-position: 1% 50%;
  }
  .com_btn a .btn_arrow {
    width: 32px;
    height: 32px;
    right: 16px;
  }
  .com_btn a .btn_arrow:before {
    background: url("../img/common/arrow_right.png") center center no-repeat;
    background-size: 10px 10px;
  }
  .com_btn a:hover .btn_arrow:before {
    left: 0;
  }
}
.com_link {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-start;
}

.com_link a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.com_link a:hover {
  opacity: 0.5;
}

.com_link .link_txt {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: 1px #272727 solid;
}

.com_link .link_arrow {
  border: 1px #272727 solid;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.com_link .link_arrow:before {
  position: absolute;
  content: "";
  background: url("../img/common/arrow_right.png") center center no-repeat;
  background-size: 14px 14px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  /* Firefox */
  -webkit-transition: all 0.2s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.com_link a:hover .link_arrow:before {
  left: 3px;
}

@media (max-width: 767px) {
  .com_link {
    margin: 20px 0 0;
    justify-content: flex-end;
  }
  .com_link a {
    gap: 8px;
  }
  .com_link a:hover {
    opacity: 1;
  }
  .com_link .link_txt {
    font-size: 12px;
  }
  .com_link .link_arrow {
    width: 30px;
    height: 30px;
  }
  .com_link .link_arrow:before {
    background: url("../img/common/arrow_right.png") center center no-repeat;
    background-size: 10px 10px;
  }
  .com_link a:hover .link_arrow:before {
    left: 0;
  }
}
/* top
----------------------------------------------- */
.top_main {
  position: relative;
}

.top_main .main_mv .marquee {
  overflow: hidden;
  white-space: nowrap;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_main .main_mv .marquee {
    height: 225px;
  }
}
.top_main .main_mv .marquee__inner {
  display: inline-flex;
  width: 3520px;
  animation: scroll-left 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .top_main .main_mv .marquee__inner {
    width: 1760px;
    animation: scroll-left-sp 40s linear infinite;
  }
}
.top_main .main_mv .marquee__inner img {
  width: 400px;
  height: 450px;
  margin-right: 40px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_main .main_mv .marquee__inner img {
    width: 200px;
    height: 225px;
    margin-right: 20px;
  }
}
.top_main .main_mv .marquee__inner img:nth-last-child(-n+4) {
  margin-right: 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1760px);
  }
}
@keyframes scroll-left-sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-880px);
  }
}
.top_main .main_flower {
  position: absolute;
  left: 0;
  top: calc(100% - 14.28vw);
  z-index: 0;
}

.top_main .main_flower img {
  width: 100%;
}

.top_main .main_det {
  position: absolute;
  left: 0;
  top: calc(100% + 3.57vw);
  width: 100%;
  z-index: 1;
}

.top_main .main_det .det_inner {
  width: 1260px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0 0 10.7%;
  display: flex;
  justify-content: center;
}

.top_main .main_det .det_txt {
  font-size: min(17px, 1.21vw);
  font-weight: 600;
  color: #545838;
  line-height: 1.65;
}

.top_main .main_tit {
  position: absolute;
  right: 24.7vw;
  bottom: max(-126px, -9vw);
  z-index: 2;
}

.top_main .main_tit .tit_in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-size: min(44px, 3.14vw);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #545838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.top_main .main_tit .tit_left {
  background: #fff;
  padding: 15px 12px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.top_main .main_tit .tit_right {
  background: #fff;
  padding: 15px 12px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .top_main .main_flower {
    top: calc(100% - 20.8vw);
  }
  .top_main .main_det {
    top: calc(100% + 8vw);
  }
  .top_main .main_det .det_inner {
    padding: 0 15px 0 0;
  }
  .top_main .main_det .det_txt {
    font-size: min(22px, 2.93vw);
  }
  .top_main .main_tit {
    right: 13.33vw;
    bottom: max(-164px, -21.86vw);
  }
  .top_main .main_tit .tit_in {
    gap: 1px;
    font-size: min(25px, 6.66vw);
    letter-spacing: 0.05em;
  }
  .top_main .main_tit .tit_left {
    padding: 10px 7px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .top_main .main_tit .tit_right {
    padding: 10px 7px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
}
.top_problem {
  margin: 13.57vw 0 0;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.top_problem .problem_in {
  max-width: 1260px;
  margin: 0 auto;
  background: #eaf2e9;
  padding: 90px 0 65px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.top_problem .problem_hd {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 50px;
}

.top_problem .problem_hd .hd_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fbf122 0%) repeat scroll 0 0;
}

.top_problem .problem_box {
  display: flex;
  align-items: stretch;
  gap: 0 95px;
}

.top_problem .problem_box li {
  width: calc((100% - 190px) / 3);
  position: relative;
}

.top_problem .problem_box li + li:before {
  position: absolute;
  content: "";
  background: #c9cbbc;
  width: 1px;
  height: 100%;
  right: calc(100% + 47px);
  top: 0;
  z-index: 0;
}

.top_problem .problem_cont {
  width: 100%;
}

.top_problem .problem_img {
  margin: 0 0 40px;
}

.top_problem .problem_img img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.top_problem .problem_tit {
  font-size: 24px;
  font-weight: 700;
  color: #1d8b62;
  margin: 0 0 30px;
}

.top_problem .problem_txt {
  line-height: 1.86;
}

@media (max-width: 1024px) {
  .top_problem .problem_box {
    gap: 0 45px;
  }
  .top_problem .problem_box li {
    width: calc((100% - 90px) / 3);
  }
  .top_problem .problem_box li + li:before {
    right: calc(100% + 22px);
  }
}
@media (max-width: 767px) {
  .top_problem {
    margin: 30.66vw 0 0;
  }
  .top_problem .problem_in {
    padding: 45px 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
  }
  .top_problem .problem_hd {
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 1.43;
    margin: 0 0 25px;
  }
  .top_problem .problem_box {
    flex-direction: column;
    gap: 50px 0;
  }
  .top_problem .problem_box li {
    width: 100%;
  }
  .top_problem .problem_box li + li:before {
    width: 100%;
    height: 1px;
    right: 0;
    top: -30px;
  }
  .top_problem .problem_img {
    margin: 0 0 25px;
    padding: 0 20px;
    text-align: center;
  }
  .top_problem .problem_img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .top_problem .problem_tit {
    font-size: 19px;
    margin: 0 0 15px;
  }
  .top_problem .problem_txt {
    line-height: 1.92;
  }
}
.top_forsake {
  padding: 0 20px;
  margin: 0 0 -30px;
  position: relative;
  z-index: 1;
}

.top_forsake .forsake_in {
  max-width: 1053px;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
}

.top_forsake .forsake_dec01 {
  position: absolute;
  right: -125px;
  top: -60px;
  width: 570px;
  z-index: 0;
}

.top_forsake .forsake_dec02 {
  position: absolute;
  bottom: 180px;
  right: calc(100% - 245px);
  width: 590px;
  z-index: 0;
}

.top_forsake .forsake_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 130px;
  position: relative;
  z-index: 1;
}

.top_forsake .forsake_tit {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top_forsake .forsake_tit .tit_in {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.top_forsake .forsake_det {
  max-width: 500px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.77;
}

.top_forsake .forsake_img {
  text-align: center;
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .top_forsake .forsake_box {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .top_forsake {
    margin: 0 0 -45px;
  }
  .top_forsake .forsake_dec01 {
    right: -35px;
    top: -60px;
    width: 295px;
  }
  .top_forsake .forsake_dec02 {
    bottom: 350px;
    right: auto;
    left: -35px;
    width: 202px;
  }
  .top_forsake .forsake_box {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
  .top_forsake .forsake_tit {
    gap: 30px;
  }
  .top_forsake .forsake_tit .tit_in {
    font-size: 20px;
  }
  .top_forsake .forsake_det {
    max-width: none;
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 2.4;
  }
  .top_forsake .forsake_img {
    margin: 45px 0 0;
  }
}
.top_wave {
  position: relative;
  padding: 30px 0 80px;
  background: #eef5ec;
}

.top_wave .wave_up {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  .top_wave {
    padding: 90px 0 40px;
  }
}
.top_wave .inner {
  position: relative;
}

.top_activity {
  padding: 30px 0 0;
}

.top_activity .hdl {
  margin: 0 0 45px;
}

.top_activity .act_root {
  position: absolute;
  right: -580px;
  top: -120px;
  width: 834px;
  z-index: 0;
}

.top_activity .act_box {
  background: #fff;
  padding: 50px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.top_activity .act_img {
  width: 58%;
  align-self: flex-start;
}

.top_activity .act_img img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.top_activity .act_cont {
  width: 37%;
}

.top_activity .act_tit {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}

.top_activity .act_txt {
  line-height: 1.86;
}

@media (max-width: 1024px) {
  .top_activity .act_box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .top_activity {
    padding: 20px 0 0;
  }
  .top_activity .hdl {
    margin: 0 0 25px;
  }
  .top_activity .act_root {
    right: -105px;
    top: -120px;
    width: 320px;
  }
  .top_activity .act_box {
    padding: 30px;
    flex-direction: column;
    gap: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_activity .act_img {
    width: 100%;
  }
  .top_activity .act_img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .top_activity .act_cont {
    width: 100%;
  }
  .top_activity .act_tit {
    font-size: 17px;
    margin: 0 0 20px;
  }
  .top_activity .act_txt {
    line-height: 1.92;
  }
  .top_activity .act_link {
    margin: 20px 0 0;
    justify-content: flex-end;
  }
  .top_activity .act_link a {
    gap: 8px;
  }
  .top_activity .act_link a:hover {
    opacity: 1;
  }
  .top_activity .act_link .link_txt {
    font-size: 12px;
  }
  .top_activity .act_link .link_arrow {
    width: 30px;
    height: 30px;
  }
  .top_activity .act_link .link_arrow:before {
    background: url("../img/common/arrow_right.png") center center no-repeat;
    background-size: 10px 10px;
  }
  .top_activity .act_link a:hover .link_arrow:before {
    left: 0;
  }
}
.top_price {
  margin: 90px 0 0;
  position: relative;
}

.top_price .price_hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 50px;
}

.top_price .price_note {
  font-size: 16px;
}

.top_price .price_root {
  position: absolute;
  bottom: -156px;
  left: -410px;
  width: 684px;
  z-index: 0;
}

.top_price .price_in {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  position: relative;
  z-index: 2;
}

.top_price .price_table {
  width: 100%;
}

.top_price .price_table th,
.top_price .price_table td {
  width: 50%;
  vertical-align: middle;
}

.top_price .price_table th {
  text-align: center;
  background: #5ab090;
  border: 1px #bfbcbc solid;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 25px 20px;
}

.top_price .price_table td {
  background: #fff;
  border: 1px #d8dcd7 solid;
  font-size: 22px;
  padding: 25px 60px;
  text-align: right;
}

.top_price .price_table .ff_mont {
  font-weight: 500;
}

.top_price .price_tit {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
}

.top_price .price_tit .tit_in {
  padding: 0 0 0 30px;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.top_price .price_tit .tit_in:before {
  position: absolute;
  content: "";
  background: #5ab090;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_price .price_tit .tit_note {
  font-size: 16px;
}

.top_price .price_allyear {
  margin: 50px 0 0;
}

.top_price .price_allyear .allyear_cont {
  border-bottom: 1px #191919 solid;
  border-top: 1px #191919 solid;
  padding: 13px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 24px;
}

.top_price .price_allyear .allyear_cont .ff_mont {
  font-weight: 500;
}

.top_price .price_allyear .allyear_cont .ff_lar {
  font-size: 26px;
}

.top_price .price_allyear .allyear_disc {
  background: #fdeb52;
  padding: 5px 30px;
  font-size: 21px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.top_price .price_allyear .allyear_disc .ff_mont {
  font-size: 24px;
}

.top_price .price_allyear .allyear_det {
  text-align: center;
  margin: 35px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.top_price .com_btn {
  margin-top: 65px;
}

@media (max-width: 1024px) {
  .top_price .price_table td {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .top_price {
    margin: 50px 0 0;
  }
  .top_price .price_hd {
    margin: 0 0 25px;
  }
  .top_price .price_note {
    font-size: 11px;
  }
  .top_price .price_root {
    bottom: -215px;
    left: -106px;
    width: 290px;
    z-index: 0;
  }
  .top_price .price_in {
    gap: 40px 0;
  }
  .top_price .price_table th {
    width: 46%;
    font-size: 12px;
    padding: 15px 10px;
  }
  .top_price .price_table td {
    width: 54%;
    font-size: 12px;
    padding: 15px 20px 15px 10px;
  }
  .top_price .price_tit {
    margin: 0 0 10px;
    gap: 0 10px;
  }
  .top_price .price_tit .tit_in {
    padding: 0 0 0 18px;
    font-size: 16px;
  }
  .top_price .price_tit .tit_in:before {
    width: 10px;
    height: 10px;
  }
  .top_price .price_tit .tit_note {
    font-size: 11px;
  }
  .top_price .price_allyear {
    margin: 25px 0 0;
  }
  .top_price .price_allyear .allyear_cont {
    padding: 20px 10px;
    gap: 15px;
    font-size: 13px;
  }
  .top_price .price_allyear .allyear_cont .ff_lar {
    font-size: 13px;
  }
  .top_price .price_allyear .allyear_disc {
    padding: 5px 15px;
    font-size: 12px;
  }
  .top_price .price_allyear .allyear_disc .ff_mont {
    font-size: 12px;
  }
  .top_price .price_allyear .allyear_det {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .top_price .com_btn {
    margin-top: 40px;
  }
}
.top_news {
  margin: 40px 0 0;
  position: relative;
}

.top_news .hdl {
  margin: 0 0 40px;
}

.top_news .news_root {
  position: absolute;
  top: -320px;
  right: -428px;
  width: 788px;
  z-index: 0;
}

.top_news .com_link {
  justify-content: flex-end;
  margin: 30px 0 0;
}

.top_news .com_link a {
  gap: 0 20px;
}

.top_news .news_inner {
  position: relative;
  z-index: 1;
}

.top_news .news_list {
  border-top: 1px #cad5e1 solid;
}

.top_news .news_list li {
  border-bottom: 1px #cad5e1 solid;
}

.top_news .news_list .news_item {
  display: flex;
  align-items: center;
  gap: 0 85px;
  padding: 45px 0;
}

.top_news .news_list .news_dc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 223px;
  flex-shrink: 0;
}

.top_news .news_list .news_date {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.top_news .news_list .news_cate {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #5ab090;
  width: 120px;
  min-height: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.top_news .news_list .news_txt {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
}

.top_news .news_list .news_item:hover .news_txt {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .top_news {
    margin: 55px 0 0;
  }
  .top_news .hdl {
    margin: 0 0 30px;
  }
  .top_news .news_root {
    top: -150px;
    right: -87px;
    width: 265px;
  }
  .top_news .com_link {
    justify-content: flex-end;
    margin: 20px 0 0;
  }
  .top_news .com_link a {
    gap: 0 10px;
  }
  .top_news .news_list .news_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
    padding: 30px 0;
  }
  .top_news .news_list .news_dc {
    width: auto;
    gap: 10px;
  }
  .top_news .news_list .news_date {
    font-size: 12px;
  }
  .top_news .news_list .news_cate {
    width: 75px;
    min-height: 20px;
    font-size: 10px;
  }
  .top_news .news_list .news_txt {
    font-size: 13px;
  }
  .top_news .news_list .news_item:hover .news_txt {
    opacity: 1;
  }
}
.top_donation {
  margin: 80px 0 0;
  padding: 0 20px;
}

.top_donation .dona_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4px;
  background: linear-gradient(to right, #bce775, #efe06d);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.top_donation .dona_inner {
  background: #fff;
  padding: 0 20px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

.top_donation .dona_cont {
  max-width: 800px;
  margin: 0 auto;
}

.top_donation .dona_mess {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 50px 0;
}

.top_donation .dona_tit {
  font-size: 36px;
  font-weight: 700;
  color: #1d8b62;
  line-height: 1.38;
  flex-shrink: 0;
}

.top_donation .dona_tit .tit_mid {
  font-size: 30px;
}

.top_donation .dona_tit .tit_sml {
  font-size: 28px;
}

.top_donation .dona_det {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
}

.top_donation .dona_step {
  border-top: 1px #cad5e1 solid;
  padding: 40px 20px 30px;
  display: flex;
  justify-content: center;
}

.top_donation .dona_step .step_cont {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.top_donation .dona_step .step_in {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.top_donation .dona_step .step_ico {
  border: 1px #1d8b62 solid;
  width: 140px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1d8b62;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.top_donation .dona_step .step_txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_donation .dona_step .step_note {
  padding: 0 0 0 160px;
}

.top_donation .dona_step .step_note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_donation .dona_cta {
  padding: 30px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px #cad5e1 solid;
}

.top_donation .dona_cta .cta_bank {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top_donation .dona_cta .cta_bank .bank_ico {
  background: #1d8b62;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.top_donation .dona_cta .cta_bank .bank_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.89;
  letter-spacing: 0.05em;
}

.top_donation .dona_cta .cta_mail {
  background: #f5f4ea;
  padding: 25px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.top_donation .dona_cta .cta_mail .mail_tit {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.top_donation .dona_cta .cta_mail .mail_txt {
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .top_donation {
    margin: 50px 0 0;
  }
  .top_donation .dona_box {
    padding: 2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  .top_donation .dona_inner {
    padding: 0 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
  }
  .top_donation .dona_mess {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 35px 0 25px;
  }
  .top_donation .dona_tit {
    font-size: 20px;
  }
  .top_donation .dona_tit .tit_mid {
    font-size: 17px;
  }
  .top_donation .dona_tit .tit_sml {
    font-size: 16px;
  }
  .top_donation .dona_det {
    font-size: 12px;
    line-height: 1.91;
  }
  .top_donation .dona_step {
    padding: 25px 0 20px;
  }
  .top_donation .dona_step .step_in {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .top_donation .dona_step .step_ico {
    width: 85px;
    height: 22px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .top_donation .dona_step .step_txt {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .top_donation .dona_step .step_note {
    padding: 0;
  }
  .top_donation .dona_step .step_note li {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: 0;
    padding-left: 0;
  }
  .top_donation .dona_cta {
    padding: 20px 0 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .top_donation .dona_cta .cta_bank {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top_donation .dona_cta .cta_bank .bank_ico {
    width: 56px;
    height: 56px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .top_donation .dona_cta .cta_bank .bank_name {
    font-size: 12px;
    line-height: 1.91;
    letter-spacing: 0;
  }
  .top_donation .dona_cta .cta_mail {
    align-self: center;
    padding: 15px;
  }
  .top_donation .dona_cta .cta_mail .mail_tit {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .top_donation .dona_cta .cta_mail .mail_txt {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
.top_access {
  background: #96d79e;
  padding: 80px 20px 100px;
  position: relative;
}

.top_access .access_box {
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 20px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_access .access_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top_access .hdl {
  margin: 0 0 65px;
}

.top_access .access_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_access .access_mess {
  width: 42%;
}

.top_access .access_cap {
  font-size: 18px;
  font-weight: 700;
}

.top_access .access_name {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
}

.top_access .access_note {
  font-size: 16px;
  font-weight: 700;
}

.top_access .access_table {
  width: 100%;
  border-top: 1px #191919 dashed;
  margin: 30px 0 0;
}

.top_access .access_table th,
.top_access .access_table td {
  border-bottom: 1px #191919 dashed;
  font-size: 16px;
  vertical-align: middle;
  padding: 20px 0;
}

.top_access .access_table th {
  color: #1d8b62;
  width: 32%;
  padding-right: 10px;
}

.top_access .access_map {
  width: 50%;
}

.top_access .access_map iframe {
  width: 100%;
  height: 350px;
}

.top_access .access_route {
  margin: 50px 0 0;
  background: #f5f4ea;
  padding: 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_access .access_route .route_box {
  max-width: 800px;
  margin: 0 auto;
}

.top_access .access_route .route_box li + li {
  border-top: 1px #191919 dashed;
}

.top_access .access_route .route_box li {
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
}

.top_access .access_route .route_tit {
  width: 27.25%;
  font-size: 18px;
  font-weight: 700;
  padding-right: 15px;
}

.top_access .access_route .route_in {
  flex: 1;
}

.top_access .access_route .route_txt {
  font-size: 16px;
}

.top_access .access_route .route_note {
  font-size: 14px;
  margin: 5px 0 0;
}

@media (max-width: 767px) {
  .top_access {
    padding: 40px 20px 30px;
  }
  .top_access .access_box {
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_access .hdl {
    margin: 0 0 20px;
  }
  .top_access .access_cont {
    flex-direction: column;
    gap: 30px 0;
  }
  .top_access .access_mess {
    width: 100%;
  }
  .top_access .access_cap {
    font-size: 13px;
  }
  .top_access .access_name {
    font-size: 16px;
    margin: 10px 0;
  }
  .top_access .access_note {
    font-size: 11px;
  }
  .top_access .access_table {
    margin: 20px 0 0;
  }
  .top_access .access_table th,
  .top_access .access_table td {
    font-size: 13px;
    padding: 0;
    display: block;
  }
  .top_access .access_table th {
    width: auto;
    padding: 15px 0 5px;
    border: none;
  }
  .top_access .access_table td {
    padding: 5px 0 15px;
  }
  .top_access .access_map {
    width: auto;
  }
  .top_access .access_map iframe {
    height: 44vw;
  }
  .top_access .access_route {
    margin: 30px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_access .access_route .route_box li {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
    gap: 10px 0;
  }
  .top_access .access_route .route_tit {
    width: auto;
    font-size: 13px;
    padding: 0;
  }
  .top_access .access_route .route_txt {
    font-size: 13px;
  }
  .top_access .access_route .route_note {
    font-size: 11px;
    margin: 0;
  }
}
.top_faq {
  background: #70c27a;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.top_faq .faq_wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.top_faq .hdl {
  margin: 0 0 60px;
}

.top_faq .faq_box {
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 20px 70px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.top_faq .faq_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.faq_block {
  display: flex;
  flex-direction: column;
}

.faq_block .faq_item {
  width: 100%;
  border-bottom: 1px #191919 dashed;
  padding: 20px 0;
}

.faq_block .faq_item .item_ico {
  margin: 0 35px 0 0;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.faq_block .faq_item .item_q {
  display: flex;
  align-items: center;
  padding: 0 80px 0 0;
  cursor: pointer;
  position: relative;
}

.faq_block .faq_item .item_q .item_ico {
  background: #1d8b62;
  color: #fff;
}

.faq_block .faq_item .item_q:before {
  position: absolute;
  content: "";
  right: 36px;
  width: 30px;
  height: 2px;
  background: #191919;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}

.faq_block .faq_item .item_q:after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50%;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background: #191919;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.faq_block .faq_item .item_q.on:after {
  transform: rotate(90deg);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.faq_block .faq_item .item_q .q_inner {
  font-size: 18px;
  color: #1d8b62;
  font-weight: 700;
}

.faq_block .faq_item .item_a {
  display: none;
  padding: 20px 80px 0 0;
}

.faq_block .faq_item .item_a .a_inner {
  display: flex;
  align-items: center;
}

.faq_block .faq_item .item_a .item_ico {
  border: 1px #1d8b62 solid;
  background: #fff;
  color: #1d8b62;
}

.faq_block .faq_item .item_a .a_cont {
  line-height: 1.86;
}

@media (max-width: 767px) {
  .top_faq .hdl {
    margin: 0 0 15px;
  }
  .top_faq .faq_box {
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .faq_block .faq_item .item_ico {
    margin: 0 12px 0 0;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .faq_block .faq_item .item_q {
    padding: 0 40px 0 0;
  }
  .faq_block .faq_item .item_q:before {
    right: 2px;
    width: 15px;
    height: 1px;
    margin-top: -1px;
  }
  .faq_block .faq_item .item_q:after {
    right: 9px;
    width: 1px;
    height: 15px;
    margin-top: -8px;
  }
  .faq_block .faq_item .item_q .q_inner {
    font-size: 12px;
    line-height: 1.83;
  }
  .faq_block .faq_item .item_q .item_ico {
    align-self: flex-start;
  }
  .faq_block .faq_item .item_a {
    padding: 15px 0 0 0;
  }
  .faq_block .faq_item .item_a .item_ico {
    align-self: flex-start;
  }
  .faq_block .faq_item .item_a .a_cont {
    line-height: 1.91;
    font-size: 12px;
  }
}
.top_form {
  background: #70c27a;
  padding: 0 0 10.28vw;
  position: relative;
}

.top_form .thanks_msg {
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.top_form .hdl {
  margin: 0 0 40px;
  color: #fff;
}

.top_form .inner {
  padding-top: 60px;
  position: relative;
}

.top_form .form_root {
  position: absolute;
  top: -240px;
  right: -282px;
  width: 872px;
  z-index: 0;
}

.top_form .form_box {
  position: relative;
  z-index: 1;
}

.top_form .form_det {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
  margin: 0 0 10px;
}

.top_form .form_txt {
  color: #fff;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
}

.top_form .form_table {
  margin: 45px 0 0;
  width: 100%;
}

.top_form .form_table .error {
  margin-top: 10px;
  color: red;
  font-weight: bold;
}

.top_form .form_table tr:last-child th,
.top_form .form_table tr:last-child td {
  padding-bottom: 0;
}

.top_form .form_table th,
.top_form .form_table td {
  padding: 30px 0;
  border-top: 1px #a8dbaf solid;
  vertical-align: middle;
}

.top_form .form_table th {
  width: 36%;
  padding-right: 20px;
}

.top_form .form_table .form_tit {
  padding: 15px 0 15px 50px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.top_form .form_table .form_tit.must:before {
  position: absolute;
  content: "必須";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffa317;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  z-index: 0;
}

.top_form .form_table input[type=text],
.top_form .form_table input[type=email],
.top_form .form_table input[type=tel] {
  height: 60px;
  width: 100%;
  background: #fff;
  padding: 0 25px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.top_form .form_table .name_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}

.top_form .form_table .name_box input {
  width: calc((100% - 40px) / 2);
}

.top_form .form_table .name_box input::placeholder {
  color: #cbc7c7;
  font-weight: 700;
}

.top_form .form_table .radio_box {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.top_form .form_table .radio_box label {
  display: flex;
  align-items: center;
}

.top_form .form_table .radio_box input[type=radio] {
  width: 16px;
  height: 16px;
  border: 2px #fff solid;
  background: #70c27a;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.top_form .form_table .radio_box input[type=radio]:checked {
  background: #ffa317;
}

.top_form .form_table .select_box select {
  width: 340px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 80%;
  height: 60px;
  padding: 0 40px 0 25px;
  font-size: 18px;
  background: url("../img/common/arrow_select.png") right 20px center no-repeat #fff;
  background-size: 15px 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.top_form .form_table textarea {
  height: 230px;
  width: 100%;
  background: #fff;
  padding: 25px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.top_form .form_table .note {
  color: #fff;
  margin: 15px 0 0;
  font-size: 14px;
}

.top_form .policy_area {
  background: #f2f3f0;
  padding: 30px 25px 25px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.top_form .policy_area .policy {
  height: 145px;
  overflow-y: scroll;
  padding: 0 40px 0 0;
}

.top_form .policy_area .policy::-webkit-scrollbar {
  width: 4px;
  height: 100%;
  background: #dfe1df;
}

.top_form .policy_area .policy::-webkit-scrollbar-thumb {
  background: #1d8b62;
}

.top_form .policy_area .policy_tit {
  color: #1d8b62;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 25px;
}

.top_form .policy_area .policy_txt {
  font-size: 14px;
  line-height: 2;
}

.top_form .form_agree {
  margin: 25px 0 0;
  padding: 0 50px;
}

.top_form .form_agree .agree_in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.top_form .form_agree label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 16px;
}

.top_form .form_agree label a {
  text-decoration: underline;
  color: #fff;
}

.top_form .form_agree label a:hover {
  text-decoration: none;
}

.top_form .form_agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px #fff solid;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.top_form .form_agree input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background: url("../img/common/ico_check.png") center center no-repeat;
  background-size: 13px 11px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.top_form .form_btn {
  margin: 60px 0 0;
}

.top_form .form_btn input[type=submit] {
  width: 300px;
  height: 70px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #1d8b62;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5em;
  cursor: pointer;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.top_form .form_btn input[type=submit]:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .top_form {
    padding: 0 0 22.66vw;
  }
  .top_form .hdl {
    margin: 0 0 25px;
  }
  .top_form .inner {
    padding-top: 50px;
  }
  .top_form .form_root {
    top: -120px;
    right: -100px;
    width: 297px;
  }
  .top_form .form_box {
    position: relative;
    z-index: 1;
  }
  .top_form .form_det {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 5px;
  }
  .top_form .form_txt {
    font-size: 11px;
    line-height: 2;
  }
  .top_form .form_table {
    margin: 20px 0 0;
  }
  .top_form .form_table th,
  .top_form .form_table td {
    display: block;
    padding: 0;
    border-top: 1px #a8dbaf solid;
  }
  .top_form .form_table th {
    width: auto;
    padding: 25px 0 8px;
  }
  .top_form .form_table td {
    border: none;
    padding: 8px 0 25px;
  }
  .top_form .form_table .form_tit {
    padding: 0 0 0 45px;
    font-size: 14px;
  }
  .top_form .form_table .form_tit.must:before {
    width: 36px;
    height: 18px;
    font-size: 10px;
  }
  .top_form .form_table input[type=text],
  .top_form .form_table input[type=email],
  .top_form .form_table input[type=tel] {
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_form .form_table .name_box {
    gap: 0 15px;
  }
  .top_form .form_table .name_box input {
    width: calc((100% - 15px) / 2);
  }
  .top_form .form_table .radio_box {
    flex-direction: row;
    padding: 10px;
    gap: 0 40px;
    font-size: 14px;
  }
  .top_form .form_table .radio_box input[type=radio] {
    width: 12px;
    height: 12px;
    border: 1px #fff solid;
    margin: 0 15px 0 0;
  }
  .top_form .form_table .select_box select {
    width: 100%;
    max-width: 100%;
    height: 35px;
    padding: 0 30px 0 15px;
    font-size: 12px;
    background: url("../img/common/arrow_select.png") right 15px center no-repeat #fff;
    background-size: 12px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_form .form_table textarea {
    height: 125px;
    padding: 15px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_form .form_table .note {
    font-size: 11px;
  }
  .top_form .policy_area {
    padding: 30px 15px 30px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_form .policy_area .policy {
    height: 130px;
    overflow-y: scroll;
    padding: 0 25px 0 0;
  }
  .top_form .policy_area .policy::-webkit-scrollbar {
    width: 2px;
  }
  .top_form .policy_area .policy_tit {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .top_form .policy_area .policy_txt {
    font-size: 12px;
  }
  .top_form .form_agree {
    margin: 30px 0 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
  .top_form .form_agree .agree_in {
    gap: 25px;
  }
  .top_form .form_agree label {
    gap: 5px;
    font-size: 13px;
  }
  .top_form .form_agree input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
  .top_form .form_agree input[type=checkbox]:checked:before {
    background: url("../img/common/ico_check.png") center center no-repeat;
    background-size: 10px auto;
  }
  .top_form .form_btn {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .top_form .form_btn input[type=submit] {
    width: 250px;
    height: 55px;
    font-size: 13px;
  }
  .top_form .form_btn input[type=submit]:hover {
    opacity: 1;
  }
}
.top_schedule {
  margin: 70px 0 0;
  padding: 0 0 75px;
  position: relative;
  z-index: 2;
}

.top_schedule .hdl {
  margin: 0 0 70px;
}

.top_schedule .sche_slider {
  position: relative;
  z-index: 2;
}

.top_schedule .sche_slider .slick-list {
  /* margin-right: calc(-1 * (100vw - 1000px) / 2); */
}

.top_schedule .sche_slider .slick-slide {
  margin: 0 20px 0 0;
  outline: none;
}

.top_schedule .sche_box {
  background: #fff;
  width: 320px;
  padding: 35px 40px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_schedule .sche_box .sche_mess {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

.top_schedule .sche_box .sche_epi {
  background: #d6c31f;
  width: 62px;
  height: 24px;
  padding: 2px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_schedule .sche_box .sche_mon {
  font-size: 20px;
  line-height: 1;
}

.top_schedule .sche_box .sche_mon .mon_num {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.top_schedule .sche_box .sche_tit {
  font-size: 20px;
  font-weight: 700;
  color: #1d8b62;
  line-height: 1.4;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px #dfe2de solid;
}

.top_schedule .sche_box .sche_txt {
  font-size: 14px;
  line-height: 1.71;
  margin: 0 0 15px;
}

.top_schedule .sche_box .sche_img {
  text-align: center;
}

.top_schedule .sche_box .sche_img img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.top_schedule .sche_box .sche_link {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}

.top_schedule .sche_box .sche_link a {
  display: block;
  padding: 0 25px 0 0;
  font-size: 13px;
  color: #1d8b62;
  background: url("../img/common/arrow_right_gr.png") right 4px center no-repeat;
  background-size: 12px 12px;
  font-weight: 700;
}

.top_schedule .sche_box .sche_link a:hover {
  opacity: 0.5;
}

.top_schedule .sche_slider .slick-dots {
  position: absolute;
  left: 0;
  top: calc(100% + 55px);
  display: flex;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.top_schedule .sche_slider .slick-dots li {
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}

.top_schedule .sche_slider .slick-dots li:before {
  position: absolute;
  content: "";
  background: #d3d8d2;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.top_schedule .sche_slider .slick-dots li button {
  background: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.top_schedule .sche_slider .slick-dots li.slick-active button {
  background: #1d8b62;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.top_schedule .sche_slider .slick-arrow {
  text-indent: -9999px;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1d8b62;
  background-size: 15px 15px;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}

.top_schedule .sche_slider .slick-arrow:hover {
  opacity: 0.5;
}

.top_schedule .sche_slider .slick-arrow.slick-prev {
  background-image: url("../img/common/prev_slider.png");
  left: -26px;
}

.top_schedule .sche_slider .slick-arrow.slick-next {
  right: -26px;
  background-image: url("../img/common/next_slider.png");
}

@media (max-width: 1024px) {
  .top_schedule .sche_slider .slick-list {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .top_schedule {
    margin: 50px 0 0;
    padding: 0 0 40px;
  }
  .top_schedule .hdl {
    margin: 0 0 25px;
  }
  .top_schedule .sche_slider .slick-list {
    margin-right: -35px;
  }
  .top_schedule .sche_slider .slick-slide {
    margin: 0 15px 0 0;
  }
  .top_schedule .sche_box {
    width: 260px;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_schedule .sche_box .sche_epi {
    width: 48px;
    height: 18px;
    font-size: 10px;
  }
  .top_schedule .sche_box .sche_mon {
    font-size: 15px;
  }
  .top_schedule .sche_box .sche_mon .mon_num {
    font-size: 23px;
  }
  .top_schedule .sche_box .sche_tit {
    font-size: 15px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .top_schedule .sche_box .sche_txt {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .top_schedule .sche_box .sche_img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .top_schedule .sche_box .sche_link {
    margin: 12px 0 0;
  }
  .top_schedule .sche_box .sche_link a {
    padding: 0 20px 0 0;
    font-size: 12px;
    background: url("../img/common/arrow_right_gr.png") right 2px center no-repeat;
    background-size: 10px 10px;
  }
  .top_schedule .sche_box .sche_link a:hover {
    opacity: 1;
  }
  .top_schedule .sche_slider .slick-dots {
    top: calc(100% + 30px);
  }
  .top_schedule .sche_slider .slick-dots li:before {
    height: 2px;
  }
  .top_schedule .sche_slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .top_schedule .sche_slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
  }
  .top_schedule .sche_slider .slick-arrow:hover {
    opacity: 1;
  }
  .top_schedule .sche_slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .top_schedule .sche_slider .slick-arrow.slick-next {
    right: -15px;
  }
  .top_schedule .slider_wrapper {
    padding: 0 15px;
  }
}
.common-sub-page {
  padding: 50px 0 300px;
}

@media screen and (max-width: 1300px) {
  .common-sub-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .common-sub-page {
    padding: 30px 20px 150px;
  }
}
.common-sub-page .page-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .common-sub-page .page-title {
    font-size: 35px;
  }
}
.common-sub-page .contents {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 100px;
  background: #eaf2e9;
  border-radius: 50px;
}

@media screen and (max-width: 1100px) {
  .common-sub-page .contents {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .common-sub-page .contents {
    margin-top: 50px;
    padding: 50px 30px;
  }
}
.common-sub-page .contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .common-sub-page .contents p {
    font-size: 14px;
  }
}

.common-sub-page .contents p.headline {
  margin-top: 30px;
}

.common-sub-page .contents ol {
  margin-top: 20px;
}

.common-sub-page .contents ol li {
  text-indent: -1em;
  margin-left: 1em;
}

.common-sub-page .contents ol li:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.common-sub-page .contents ol li.indent {
  margin-left: 2.3em;
}

.common-sub-page .contents ol li.indent2 {
  margin-left: 3.5em;
}

article.company .col-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 80px;
}
@media screen and (max-width: 1000px) {
  article.company .col-box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  article.company .col-box {
    flex-direction: column;
    gap: 20px 0;
  }
}
article.company .col-box.col-box01 {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  article.company .col-box.col-box01 {
    margin-top: 90px;
  }
}
article.company .col-box.col-box02 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  article.company .col-box.col-box02 {
    margin-top: 40px;
  }
}
article.company .col-box .thumbnail {
  flex-shrink: 0;
  width: 280px;
  margin: 0;
}
article.company .col-box .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article.company .col-box .thumbnail {
    width: 100%;
  }
}
article.company .col-box .content .col-box-headline {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  article.company .col-box .content .col-box-headline {
    font-size: 18px;
  }
}
article.company .col-box .content p {
  margin-top: 20px;
}
article.company ul.company-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
article.company ul.company-list li:not(:nth-of-type(1)) {
  margin-top: 5px;
}
article.company ul.company-list li > span:nth-of-type(1) {
  flex-shrink: 0;
  width: 60px;
}
article.company ul.company-list li .indent {
  display: inline-block;
  text-indent: -1em;
  margin-left: 2.05em;
}

.common-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .common-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.common-post-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .common-post-meta {
    gap: 0 10px;
  }
}
.common-post-meta .post-date {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 768px) {
  .common-post-meta .post-date {
    font-size: 12px;
  }
}
.common-post-meta .post-category {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 120px;
  height: 30px;
  padding: 0 20px;
  border-radius: 9999px;
  background-color: #5ab090;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common-post-meta .post-category {
    min-width: 75px;
    height: 20px;
    font-size: 10px;
  }
}

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

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

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

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

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
article.sub {
  position: relative;
  background-image: url("../img/common/flower_main.png");
  background-repeat: no-repeat;
  background-position: left 90px;
  background-size: 100% auto;
  background-color: #e5ecdb;
}
@media screen and (max-width: 1040px) {
  article.sub {
    background-image: url("../img/common/flower_main_sp.png");
    background-position: left 64px;
  }
}
article.sub > * {
  position: relative;
  z-index: 2;
}
article.sub::before {
  content: "";
  position: absolute;
  top: 1130px;
  left: calc(50vw - 550px - 384px);
  width: 684px;
  height: 680px;
  background: url("../img/top/mid_root.png") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  article.sub::before {
    top: 160vw;
    left: -300px;
  }
}
article.sub::after {
  content: "";
  position: absolute;
  top: 600px;
  right: calc(50vw - 540px - 364px);
  width: 540px;
  height: 540px;
  background: url("../img/top/up_root.png") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  article.sub::after {
    top: 74.6666666667vw;
    right: -230px;
  }
}
article.sub .page-title {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.sub .page-title {
    padding-top: 30px;
  }
}
article.sub .page-title .eng {
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article.sub .page-title .eng {
    font-size: 10px;
  }
}
article.sub .page-title .main {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  article.sub .page-title .main {
    font-size: 25px;
  }
}
article.sub.page .common-white-box {
  padding: 80px 0;
}
article.sub.page .common-white-box .common-inner {
  max-width: 800px;
}
article.sub .common-white-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1140px) {
  article.sub .common-white-box {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
article.sub .breadcrumb {
  padding-top: 80px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  article.sub .breadcrumb {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  article.sub .breadcrumb .common-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  article.sub .breadcrumb .common-inner > span {
    flex-shrink: 0;
  }
}
article.sub .breadcrumb span,
article.sub .breadcrumb a {
  font-size: 13px;
  font-weight: 500;
  color: #191919;
}
@media screen and (max-width: 768px) {
  article.sub .breadcrumb span,
  article.sub .breadcrumb a {
    font-size: 10px;
  }
}
article.sub .breadcrumb a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  article.sub .breadcrumb a:hover {
    opacity: 0.5;
  }
}
article.sub .breadcrumb .sep {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  article.sub .breadcrumb .sep {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  article.news-single .common-white-box {
    margin-top: 50px;
  }
}
article.news-single .common-white-box .common-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 170px;
}
@media screen and (max-width: 1000px) {
  article.news-single .common-white-box .common-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  article.news-single .common-white-box .common-inner {
    padding: 40px 30px;
  }
}
article.news-single .common-white-box .post-title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  article.news-single .common-white-box .post-title {
    margin-top: 25px;
    font-size: 19px;
  }
}
article.news-single .common-white-box .editor-styles-wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  article.news-single .common-white-box .editor-styles-wrapper {
    margin-top: 40px;
  }
}
article.news-single .btn-tolist {
  margin-top: 70px;
}
article.news-single .btn-tolist a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  border-radius: 9999px;
  border: 1px solid #191919;
  font-size: 18px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  article.news-single .btn-tolist a:hover {
    opacity: 0.5;
  }
}
article.news-single .related-post-box {
  position: relative;
  background-color: #70c27a;
  margin-top: 165px;
}
@media screen and (max-width: 900px) {
  article.news-single .related-post-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  article.news-single .related-post-box {
    margin-top: 100px;
  }
}
article.news-single .related-post-box::before {
  content: "";
  position: absolute;
  top: -164px;
  left: 0;
  width: 100%;
  height: 165px;
  background-image: url("../img/common/wave01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  article.news-single .related-post-box::before {
    top: -49px;
    height: 50px;
  }
}
article.news-single .related-post-box .common-inner {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
article.news-single .related-post-box .common-inner .headline {
  font-size: 28px;
  font-weight: bold;
}
article.news-single .related-post-box .common-inner .slider {
  position: relative;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  article.news-single .related-post-box .common-inner .slider {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
article.news-single .related-post-box .common-inner .slider .swiper-prev,
article.news-single .related-post-box .common-inner .slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  article.news-single .related-post-box .common-inner .slider .swiper-prev,
  article.news-single .related-post-box .common-inner .slider .swiper-next {
    display: none;
  }
}
article.news-single .related-post-box .common-inner .slider .swiper-prev img,
article.news-single .related-post-box .common-inner .slider .swiper-next img {
  width: 40px;
}
article.news-single .related-post-box .common-inner .slider .swiper-prev {
  left: 15px;
}
article.news-single .related-post-box .common-inner .slider .swiper-next {
  right: 15px;
}
article.news-single .related-post-box .common-inner .slider .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  article.news-single .related-post-box .common-inner .slider .swiper-slide {
    width: 32%;
  }
}
article.news-single .related-post-box .common-inner .slider .swiper-slide a {
  display: block;
  padding: 40px 25px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  article.news-single .related-post-box .common-inner .slider .swiper-slide a:hover {
    opacity: 0.5;
  }
}
article.news-single .related-post-box .common-inner .slider .swiper-slide .post-title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
article.news-single .related-post-box .common-inner .slider .swiper-slide .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 45px;
}
article.news-single .related-post-box .common-inner .slider .swiper-slide .btn span {
  font-size: 13px;
  font-weight: 500;
}
article.news-single .related-post-box .common-inner .slider .swiper-slide .btn::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 1px solid #191919;
  background-image: url("../img/common/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
article.news-single .breadcrumb {
  background-color: #70c27a;
}

article.news-archive .common-white-box {
  padding: 100px 50px 70px;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box {
    padding: 40px 30px;
  }
}
article.news-archive .common-white-box .common-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner {
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
  }
}
article.news-archive .common-white-box .common-inner .left {
  position: sticky;
  top: 50px;
  flex-shrink: 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .left {
    position: static;
    width: 100%;
  }
}
article.news-archive .common-white-box .common-inner .left .headline {
  padding-bottom: 10px;
  border-bottom: 1px dashed #191919;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", serif;
}
article.news-archive .common-white-box .common-inner .left ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .left ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 10px 2.933333%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .left ul li {
    width: 22.8%;
  }
}
article.news-archive .common-white-box .common-inner .left ul li:not(:nth-of-type(1)) {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .left ul li:not(:nth-of-type(1)) {
    margin-top: 0;
  }
}
article.news-archive .common-white-box .common-inner .left ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 45px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #cad5e1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  article.news-archive .common-white-box .common-inner .left ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .left ul li a {
    font-size: 11px;
  }
}
article.news-archive .common-white-box .common-inner .left ul li a.active {
  border: none;
  background-color: #5ab090;
  color: #fff;
  pointer-events: none;
}
article.news-archive .common-white-box .common-inner .right .news-list .item {
  padding: 55px;
}
@media screen and (max-width: 1000px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item {
    padding: 55px 0;
  }
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item {
    padding: 30px 0;
  }
}
article.news-archive .common-white-box .common-inner .right .news-list .item:nth-of-type(1) {
  padding-top: 0;
}
article.news-archive .common-white-box .common-inner .right .news-list .item:last-child {
  padding-bottom: 0;
}
article.news-archive .common-white-box .common-inner .right .news-list .item:not(:nth-of-type(1)) {
  border-top: 1px solid #cad5e1;
}
article.news-archive .common-white-box .common-inner .right .news-list .item a {
  display: block;
}
@media screen and (min-width: 769px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item a:hover .post-title {
    opacity: 0.5;
  }
}
article.news-archive .common-white-box .common-inner .right .news-list .item .post-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item .post-title {
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item .post-title {
    margin-top: 20px;
    font-size: 16px;
  }
}
article.news-archive .common-white-box .common-inner .right .news-list .item p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article.news-archive .common-white-box .common-inner .right .news-list .item p {
    font-size: 13px;
  }
}
article.news-archive .wp-pagenavi {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 80px;
  margin-top: 55px;
  padding: 0 45px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1140px) {
  article.news-archive .wp-pagenavi {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  article.news-archive .wp-pagenavi {
    height: 55px;
    margin-top: 50px;
    padding: 25px;
  }
}
article.news-archive .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
article.news-archive .wp-pagenavi .current {
  margin: 0 12px;
  font-size: 20px;
  color: #bcbeb7;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 768px) {
  article.news-archive .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
  article.news-archive .wp-pagenavi .current {
    margin: 0 6px;
    font-size: 14px;
  }
}
article.news-archive .wp-pagenavi a:not(.disabled) {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  article.news-archive .wp-pagenavi a:not(.disabled):hover {
    opacity: 0.5;
  }
}
article.news-archive .wp-pagenavi .current {
  color: #191919;
}
article.news-archive .wp-pagenavi .previouspostslink,
article.news-archive .wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article.news-archive .wp-pagenavi .previouspostslink,
  article.news-archive .wp-pagenavi .nextpostslink {
    gap: 0 10px;
    font-size: 13px;
  }
}
article.news-archive .wp-pagenavi .previouspostslink.disabled,
article.news-archive .wp-pagenavi .nextpostslink.disabled {
  filter: invert(87%) sepia(6%) saturate(98%) hue-rotate(18deg) brightness(88%) contrast(85%);
  pointer-events: none;
}
article.news-archive .wp-pagenavi .previouspostslink.disabled:hover,
article.news-archive .wp-pagenavi .nextpostslink.disabled:hover {
  cursor: default;
}
article.news-archive .wp-pagenavi .previouspostslink {
  flex-grow: 1;
}
article.news-archive .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 1px solid #191919;
  background-image: url("../img/common/arrow_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
@media screen and (max-width: 768px) {
  article.news-archive .wp-pagenavi .previouspostslink::before {
    width: 30px;
    height: 30px;
    background-size: 10px 9px;
  }
}
article.news-archive .wp-pagenavi .nextpostslink {
  flex-grow: 1;
  justify-content: flex-end;
}
article.news-archive .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 1px solid #191919;
  background-image: url("../img/common/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
@media screen and (max-width: 768px) {
  article.news-archive .wp-pagenavi .nextpostslink::after {
    width: 30px;
    height: 30px;
    background-size: 10px 9px;
  }
}

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

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

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

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

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

div[data-widget-area-id=sidebar] {
  max-width: 330px !important;
  margin: 0 auto !important;
}

html :where(.wp-block) {
  max-width: 800px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper * {
  box-sizing: border-box;
}
.editor-styles-wrapper a {
  color: #191919;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper a:hover {
    color: #191919;
  }
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
  margin: 0.7em 0 15px 5%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignright {
    float: none;
    margin: 0 0 20px;
  }
  .editor-styles-wrapper .alignright img {
    width: 100%;
  }
}
.editor-styles-wrapper .alignleft {
  float: left;
  margin: 0.7em 5% 15px 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignleft {
    float: none;
    margin: 0 0 20px;
  }
  .editor-styles-wrapper .alignleft img {
    width: 100%;
  }
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin: 45px 0 20px;
    overflow-x: auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  padding: 15px 12px !important;
  border: 1px #ccc solid !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  color: #fff !important;
  background: #1d8b62 !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  background: #fff !important;
}
.editor-styles-wrapper h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 40px;
  border-left: 2px solid #5ab090;
  background-color: #f1f1f1;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.editor-styles-wrapper h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cad5e1;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #1d8b62;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}
.editor-styles-wrapper h4 {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 10px 25px;
  border: 1px solid #191919;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 14px;
  }
}
.editor-styles-wrapper p {
  font-size: 15px;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p {
    font-size: 13px;
    line-height: 2;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 30px;
}
.editor-styles-wrapper blockquote {
  margin-top: 75px;
  margin-bottom: 65px;
  padding: 70px;
  background-color: #f5f4ea;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
.editor-styles-wrapper ul.indent,
.editor-styles-wrapper ol.indent {
  padding-left: 20px;
}
.editor-styles-wrapper ul.indent2,
.editor-styles-wrapper ol.indent2 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul,
  .editor-styles-wrapper ol {
    margin-top: 30px;
  }
}
.editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations).nomark li {
  padding-left: 0;
}
.editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations).nomark li::before {
  content: none;
}
.editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations) li {
  position: relative;
  padding-left: 33px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations) li {
    padding-left: 20px;
    font-size: 13px;
  }
}
.editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations) li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations) li::before {
    top: 5px;
    width: 7px;
    height: 7px;
  }
}
.editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations) li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.editor-styles-wrapper ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.editor-styles-wrapper ol > li {
  position: relative;
  counter-increment: item;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.editor-styles-wrapper ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
}
.editor-styles-wrapper ol > li > ol {
  counter-reset: item_in;
}
.editor-styles-wrapper ol > li > ol > li {
  counter-increment: item_in;
}
.editor-styles-wrapper ol > li > ol > li::before {
  content: counter(item_in) ". ";
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ol > li {
    font-size: 13px;
  }
}
.editor-styles-wrapper ol > li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
