/*======================================================================
# mixin
======================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/*======================================================================
# color
======================================================================*/
/*======================================================================
# font
======================================================================*/
/*======================================================================
# common
======================================================================*/
.mv-menu .drawer-icon {
  position: fixed;
  top: 70px;
  right: 5%;
  z-index: 100000000000000000000000;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-icon {
    width: 60px;
    height: 60px;
    top: 70px;
  }
}
.mv-menu .drawer-icon:hover {
  cursor: pointer;
}
.mv-menu .drawer-icon.is-active {
  display: block;
}
.mv-menu .drawer-bars {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 100000000000000000000000;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-bars {
    width: 60px;
    height: 60px;
  }
}
.mv-menu .drawer-bar1,
.mv-menu .drawer-bar2,
.mv-menu .drawer-bar3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #00a55f;
  border-radius: 2px;
}
.mv-menu .drawer-bar1 {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.mv-menu .drawer-bar3 {
  transform: translate(-50%, -50%) rotate(30deg);
}
.mv-menu .drawer-content {
  width: 95%;
  padding: 45px 45px 100px 45px;
  position: fixed;
  z-index: 100;
  top: 50px;
  left: 50%;
  background: #00a55f;
  z-index: 100000000;
  transform: translateX(-50%);
  border-radius: 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content {
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}
.mv-menu .drawer-content.is-active {
  display: block;
}
.mv-menu .drawer-content .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.mv-menu .drawer-content .inner .logo {
  height: 60px;
}
.mv-menu .drawer-content .inner .logo img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .logo img {
    width: 150px;
  }
}
.mv-menu .drawer-content .inner .drawer-nav {
  margin-top: 30px;
  height: 80%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .drawer-nav {
    height: 100%;
  }
}
.mv-menu .drawer-content .inner .drawer-nav ul li .ttl {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 55px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .drawer-nav ul li .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sub-ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
  display: block;
  padding-left: 1em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .drawer-nav ul li .sub-ttl {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(1) {
  width: 180px;
}
.mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(1) .ttl {
  margin-bottom: 0;
}
.mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(2) {
  width: 195px;
}
.mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(3) {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(1) {
    width: 150px;
  }
  .mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(1) .ttl {
    margin-bottom: 0;
  }
  .mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(2) {
    width: 150px;
  }
  .mv-menu .drawer-content .inner .drawer-nav ul li:nth-child(3) {
    width: 100%;
  }
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mv-menu .drawer-content .inner .drawer-nav ul li .sns-links {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links a {
  color: #fff;
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links .facebook {
  padding-left: 25px;
  position: relative;
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links .facebook::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 25px;
  background: url(../img/common/drawer_icon-facebook.png) no-repeat center center/contain;
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links .twitter {
  padding-left: 35px;
  position: relative;
}
.mv-menu .drawer-content .inner .drawer-nav ul li .sns-links .twitter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 18px;
  background: url(../img/common/drawer_icon-twitter.png) no-repeat center center/contain;
}
.mv-menu .drawer-content .inner .bottom .privacy {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
}


.main .top-notice {
    text-align: center;
    font-size:1.8rem;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.4;
    margin-top: 50px;
}
.main  .top-notice-link {
    color:#ff5047;
    text-decoration: none;
    &:hover{
        text-decoration: underline;
    }
}

.main .mv {
  background: #f2f2e5;
  position: relative;
}
.main .mv::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  width: 60%;
  z-index: 10;
  height: 580px;
  background: url(../img/top/top_mv-bg.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .main .mv {
    padding-top: 10px;
  }
  .main .mv::before {
    left: 0;
    top: -130px;
    width: 100%;
    background: url(../img/top/top_mv-bg-sp.png) no-repeat center center/contain;
  }
}
.main .mv .content {
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .mv .content {
    display: block;
  }
}
.main .mv .content .l-box {
  margin-top: 60px;
  width: 45%;
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 45px 0 90px;
}
@media screen and (max-width: 768px) {
  .main .mv .content .l-box {
    width: 90%;
    margin-top: 120px;
  }
}
.main .mv .content .l-box .content-inner {
  width: 90%;
  max-width: 420px;
  margin: 0 7% 0 auto;
}
.main .mv .content .l-box .content-inner .lead {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #00a55f;
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main .mv .content .l-box .content-inner .lead {
    font-size: 1.6rem;
  }
}
.main .mv .content .l-box .content-inner .box-img {
  max-width: 340px;
  margin: 20px 0;
}
.main .mv .content .l-box .content-inner .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .main .mv .content .l-box .content-inner .text {
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
}
.main .mv .content .r-box {
  position: relative;
  width: 400px;
  margin-top: 25px;
  margin-right: 2.5%;
  align-items: center;
  z-index: 10000000;
}
@media screen and (max-width: 768px) {
  .main .mv .content .r-box {
    width: 240px;
    margin: 0 2.5% 0 auto;
  }
}
.main .mv .content .r-box .tel {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00a55f;
  font-feature-settings: "palt";
  line-height: 0.7;
  text-align: right;
  display: block;
}
.main .mv .content .r-box .tel span {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: inline;
}
@media screen and (max-width: 768px) {
  .main .mv .content .r-box .tel {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
  .main .mv .content .r-box .tel span {
    font-size: 1rem;
  }
}
.main .mv .content .r-box .menu-btn {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a55f;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  z-index: 1000000000000000000;
}
@media screen and (max-width: 768px) {
  .main .mv .content .r-box .menu-btn {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
}
.main .mv .content .r-box .menu-btn:hover {
  cursor: pointer;
}
.main .mv .content .r-box .menu-btn.is-active {
  display: none;
}
.main .mv .content .sns-box {
  position: absolute;
  right: 2.5%;
  top: 180px;
  width: 40px;
  height: 100px;
  z-index: 1000;
}
.main .mv .content .sns-box a {
  width: 40px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02.serch_inner {
    margin: 0 0 0 auto;
  }
}
.main .mv .inner02 .serch_form_wrap {
  margin-top: -45px;
  z-index: 10000000;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02 .serch_form_wrap {
    margin-top: -80px;
  }
}
.main .mv .inner02 .serch_form_wrap .serch_form {
  background: #00a55f;
  max-width: 720px;
  height: 90px;
  border-radius: 30px;
  padding: 0 30px;
  align-items: center;
  position: relative;
  z-index: 1000000;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02 .serch_form_wrap .serch_form {
    margin-top: 0;
    border-radius: 30px 0 0 30px;
    padding: 30px;
    height: 155px;
  }
}
.main .mv .inner02 .serch_form_wrap .serch_form .keyword {
  display: block;
  width: 55%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  border-radius: 20px;
  border: none;
  outline: none;
  height: 40px;
  padding: 0 20px;
  z-index: 10000000;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02 .serch_form_wrap .serch_form .keyword {
    width: 100%;
  }
}
.main .mv .inner02 .serch_form_wrap .serch_form .keyword::-moz-placeholder {
  color: #8cc8a0;
}
.main .mv .inner02 .serch_form_wrap .serch_form .keyword::placeholder {
  color: #8cc8a0;
}
.main .mv .inner02 .serch_form_wrap .serch_form .select {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02 .serch_form_wrap .serch_form .select {
    width: 66%;
  }
}
.main .mv .inner02 .serch_form_wrap .serch_form .select::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/top/top_serch-arrow.png) no-repeat center center/contain;
  pointer-events: none;
}
.main .mv .inner02 .serch_form_wrap .serch_form .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  border-radius: 20px;
  border: none;
  outline: none;
  height: 40px;
  padding: 0 20px;
  z-index: 10000000;
}
.main .mv .inner02 .serch_form_wrap .serch_form .select select:hover {
  cursor: pointer;
}
.main .mv .inner02 .serch_form_wrap .serch_form .select select.is-empty {
  color: #8cc8a0;
}
.main .mv .inner02 .serch_form_wrap .serch_form .submit-btn {
  width: 30px;
  height: 45px;
  background: none;
}
@media screen and (max-width: 768px) {
  .main .mv .inner02 .serch_form_wrap .serch_form .submit-btn {
    margin: 0 auto;
  }
}
.main .mv .inner02 .serch_form_wrap .serch_form .submit-btn:hover {
  cursor: pointer;
}
.main .mv .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main .mv .text {
    width: 90%;
    margin: 30px auto 0;
  }
}

/* sec01
----------------------------------------------------------------------*/
.sec01 {
  margin-top: 0;
  padding: 120px 0 200px;
  background: #f2f2e5 url(../img/top/top_bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 60px 0 80px;
    background: #f2f2e5 url(../img/top/top_bg.png) no-repeat center 900px/contain;
  }
}
.sec01 .inner02 .content01 .l-box {
  flex-direction: row-reverse;
  width: 75px;
}
.sec01 .inner02 .content01 .l-box .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #00a55f;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}
.sec01 .inner02 .content01 .l-box .lead {
  font-size: 1.8rem;
  color: #bee974;
  font-feature-settings: "palt";
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .l-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sec01 .inner02 .content01 .l-box .ttl {
    font-size: 2rem;
    writing-mode: horizontal-tb;
  }
  .sec01 .inner02 .content01 .l-box .lead {
    font-size: 1.3rem;
    writing-mode: horizontal-tb;
  }
}
.sec01 .inner02 .content01 .news-wrap {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap {
    width: 100%;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs {
  flex-direction: row-reverse;
  width: 100%;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu {
  width: 156px;
  height: 530px;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .select_menu_container {
  display: none;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu li:hover {
  background: #00a55f;
  color: #fff;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu li.selected {
  background: #00a55f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_menu {
    display: none;
  }
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .select_menu_container {
    display: block;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .tab_item {
  width: 156px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #00a55f;
  background: #fff;
  color: #00a55f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .tab_item.current {
  background: #00a55f;
  color: #fff;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .tab_item:nth-last-child(1) {
  margin-bottom: 0;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_menu .tab_item:hover {
  cursor: pointer;
}
.sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container {
  width: 100%;
  height: 40px;
  margin: 35px auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container {
    display: flex;
    justify-content: center;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container label {
  position: relative;
}
.sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/select_icon.png) no-repeat center center/contain;
}
.sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container label select {
  width: 230px;
  margin: 0 auto;
  border: none;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  padding: 5px 15px 0 15px;
  outline: none;
  border: 1px solid #00a55f;
  border-radius: 30px;
  color: #00a55f;
  background: #fff;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sec01 .inner02 .content01 .news-wrap .tabs .select_menu_container label select:hover {
  cursor: pointer;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container {
  width: calc(100% - 205px);
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container {
    width: 100%;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex {
  align-items: center;
  display: flex !important;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex:nth-last-child(1) {
  border-bottom: none;
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dt {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dt {
    width: 100%;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dt .time {
  font-size: 1.8rem;
  color: #00a55f;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dt .time {
    font-size: 1.4rem;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dd {
    width: 100%;
  }
}
.sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dd .ttl {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .articles .flex dd .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .btn {
    height: 40px;
  }
  .sec01 .inner02 .content01 .news-wrap .tabs .tab_panel_container .tab_panel .btn::before {
    width: 20px;
    height: 20px;
  }
}
.sec01 .inner02 .content02 {
  margin: 100px auto 0;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content02 {
    margin: 50px 0 0;
  }
}
.sec01 .inner02 .content02 .flex01 .box {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  width: 20%;
  height: 264px;
  background: #bee974;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1.5;
  border-radius: 95px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content02 .flex01 .box {
    width: 45%;
    height: 100px;
    margin-bottom: 40px;
    font-size: 1.6rem;
    border-radius: 50px;
  }
}
.sec01 .inner02 .content02 .flex01 .box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 .inner02 .content02 .flex01 .box::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow_btn.png) no-repeat center center/contain;
}
.sec01 .inner02 .content02 .flex01 .box:nth-child(1)::before {
  width: 90px;
  height: 68px;
  background: url(../img/top/top_sec01-item01.png) no-repeat center center/contain;
}
.sec01 .inner02 .content02 .flex01 .box:nth-child(2)::before {
  width: 55px;
  height: 50px;
  background: url(../img/top/top_sec01-item02.png) no-repeat center center/contain;
}
.sec01 .inner02 .content02 .flex01 .box:nth-child(3)::before {
  width: 76px;
  height: 45px;
  background: url(../img/top/top_sec01-item03.png) no-repeat center center/contain;
}
.sec01 .inner02 .content02 .flex01 .box:nth-child(4)::before {
  width: 63px;
  height: 45px;
  background: url(../img/top/top_sec01-item04.png) no-repeat center center/contain;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content02 .flex01 .box::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec01 .inner02 .content02 .flex01 .box::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow_btn.png) no-repeat center center/contain;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(1)::before {
    width: 45px;
    height: 35px;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(2)::before {
    width: 27px;
    height: 25px;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(3) {
    margin-bottom: 0;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(3)::before {
    width: 35px;
    height: 22px;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(4) {
    margin-bottom: 0;
  }
  .sec01 .inner02 .content02 .flex01 .box:nth-child(4)::before {
    width: 31px;
    height: 22px;
  }
}
.sec01 .inner02 .content03 {
  position: relative;
  width: 100%;
  margin-top: 200px;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content03 {
    margin-top: 80px;
  }
}
.sec01 .inner02 .content03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 176px;
  background: url(../img/top/top_sec01-left.png) no-repeat center center/contain;
}
.sec01 .inner02 .content03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 81px;
  height: 128px;
  background: url(../img/top/top_sec01-left.png) no-repeat center center/contain;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content03::before {
    top: -30px;
    width: 50px;
    height: 100px;
  }
  .sec01 .inner02 .content03::after {
    top: -30px;
    width: 40px;
    height: 80px;
  }
}
.sec01 .inner02 .content03 .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00a55f;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content03 .ttl {
    font-size: 2rem;
    max-width: 220px;
    margin: 0 auto;
  }
}
.sec01 .inner02 .content03 .txt {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  max-width: 660px;
  margin: 20px auto;
}
@media screen and (max-width: 428px) {
  .sec01 .inner02 .content03 .txt {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner02 .content03 .btn {
    height: 40px;
  }
  .sec01 .inner02 .content03 .btn::before {
    width: 20px;
    height: 20px;
  }
}

/* slideArea
----------------------------------------------------------------------*/
.slideArea {
  background: #f2f2e5;
  height: 430px;
}
@media screen and (max-width: 768px) {
  .slideArea {
    height: 335px;
    background: #fff;
    padding: 30px 0;
  }
}
.slideArea .slider li {
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .slideArea .slider li {
    margin: 0 15px;
  }
}
.slideArea .slider li a {
  display: block;
  height: 100%;
  width: 100%;
}
.slideArea .slider li a .box-img {
  height: 100%;
}
.slideArea .slider .slick-next {
  right: 46%;
  top: 400px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.slideArea .slider .slick-next::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(../img/top/top_slide-right.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .slideArea .slider .slick-next {
    top: 250px;
    right: 35%;
  }
}
.slideArea .slider .slick-prev {
  left: 46%;
  top: 400px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.slideArea .slider .slick-prev::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(../img/top/top_slide-left.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .slideArea .slider .slick-prev {
    top: 250px;
    left: 35%;
  }
}

.bottom-content {
  background: #f2f2e5;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom-content {
    display: block;
    padding-top: 75px;
  }
}
.bottom-content .l-box .circle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: #bee974;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bottom-content .l-box .circle {
    width: 360px;
    height: 360px;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.bottom-content .l-box .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 54px;
  height: 39px;
  background: url(../img/top/top_contact-icon.png) no-repeat center center/contain;
}
.bottom-content .l-box .circle .ttl {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  height: 100px;
  line-height: 1.7;
  margin-top: 25px;
}
.bottom-content .l-box .circle .ttl span {
  font-size: 1.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  color: #00a55f;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .bottom-content .l-box .circle .ttl {
    font-size: 2rem;
    height: 50px;
  }
  .bottom-content .l-box .circle .ttl span {
    font-size: 1.4rem;
  }
}
.bottom-content .l-box .circle .txt {
  width: 320px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .bottom-content .l-box .circle .txt {
    width: 300px;
    margin-top: 0;
  }
}
.bottom-content .l-box .circle .btn-area {
  width: 320px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .bottom-content .l-box .circle .btn-area {
    width: 230px;
    margin-top: -30px;
  }
}
.bottom-content .r-box {
  width: calc(100% - 550px);
  border-radius: 30px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .bottom-content .r-box {
    width: 90%;
    height: 385px;
    margin: 0 auto;
  }
}
.bottom-content .r-box .twitter-content {
  width: 100%;
  overflow-y: scroll;
  height: 500px;
  border-radius: 30px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .bottom-content .r-box .twitter-content {
    height: 385px;
  }
}

/*======================================================================
# footer
======================================================================*/
.footer {
  padding: 100px 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer.bg {
    background: #f2f2e5 url(../img/common/footer_bg-sp.png) no-repeat top right/cover;
    padding: 150px 0 100px !important;
  }
}
.footer .inner02 .flex {
  margin-bottom: 85px;
}
.footer .inner02 .flex.for-pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex {
    justify-content: center;
  }
  .footer .inner02 .flex.for-pc {
    display: none;
  }
}
.footer .inner02 .flex .l-box .circle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: #bee974;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .l-box .circle {
    width: 360px;
    height: 360px;
    margin: 0 auto;
  }
}
.footer .inner02 .flex .l-box .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 54px;
  height: 39px;
  background: url(../img/top/top_contact-icon.png) no-repeat center center/contain;
}
.footer .inner02 .flex .l-box .circle .ttl {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  height: 100px;
  line-height: 1.7;
  margin-top: 25px;
}
.footer .inner02 .flex .l-box .circle .ttl span {
  font-size: 1.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  color: #00a55f;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .l-box .circle .ttl {
    font-size: 2rem;
    height: 50px;
  }
  .footer .inner02 .flex .l-box .circle .ttl span {
    font-size: 1.4rem;
  }
}
.footer .inner02 .flex .l-box .circle .txt {
  width: 320px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .l-box .circle .txt {
    width: 300px;
    margin-top: 0;
  }
}
.footer .inner02 .flex .l-box .circle .btn-area {
  width: 320px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .l-box .circle .btn-area {
    width: 230px;
    margin-top: -30px;
  }
}
.footer .inner02 .flex .r-box {
  width: calc(100% - 550px);
  border-radius: 30px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .r-box {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}
.footer .inner02 .flex .r-box .twitter-content {
  width: 100%;
  overflow-y: scroll;
  height: 500px;
  border-radius: 30px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer .inner02 .flex .r-box .twitter-content {
    height: 300px;
  }
}

.page-external-link-content {
  background: #f2f2e5;
}
.page-external-link-content .bn-box {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding-block: 1.6rem;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
.page-external-link-content .bn-box img {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.page-external-link-content .bn-box a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .page-external-link-content .bn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page-external-link-content .bn-box {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-external-link-content .bn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-external-link-content .bn-box2 {
  justify-content: flex-start;
}