@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

em {
  font-style: normal;
}

.small {
  font-size: 14px;
}

small {
  font-size: 80%;
  vertical-align: sub;
}

/* ============================================ */
/* color============================================ */
/*============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2em;
}

@media (max-width: 767px) {
  .pc-only, .pc_only, .only_pc, .only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only, .sp_only, .only_sp, .only-sp {
    display: none !important;
  }
}

.h1, .h2, .h3 {
  line-height: 1;
  margin-bottom: 0.5em;
}
.h1 span, .h2 span, .h3 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h2 {
  line-height: 1.2;
}

hr {
  border-top: 1px solid #fff;
}

.bg_wrap {
  position: relative;
  margin: 0;
  padding: 0;
}
.bg_wrap .bg1 {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.bg_wrap .bg1 picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg_wrap .bg1 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .header
---------------------------------------------------------------- */
.header {
  padding: 0 5% 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    min-width: auto;
    padding: 0 2% 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header > div {
  position: relative;
  width: 321px;
  text-align: right;
}
@media (max-width: 767px) {
  .header > div {
    width: 33%;
  }
}
.header > div .lang {
  position: absolute;
  right: 315px;
  left: 0;
  bottom: -8px;
  width: 110px;
}
@media (max-width: 767px) {
  .header > div .lang {
    bottom: -5px;
    width: 105px;
  }
}
.header > div .lang .acc-label {
  cursor: pointer;
  background: #fff;
  color: #7E7E7E;
  display: block;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0;
  width: auto;
}
.header > div .lang .acc-label span {
  margin: 0 0 0 5px;
}
.header > div .lang .acc-label img {
  width: 25px;
}
.header > div .lang .acc-label::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header > div .lang .acc-label::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #7E7E7E;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .header > div .lang .acc-label::after {
    right: -2%;
  }
}
.header > div .lang .acc-content {
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.header > div .lang .acc-content li a {
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #7E7E7E;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.header > div .lang .acc-content li a:hover {
  background: #ececec;
}
.header > div .lang:hover .acc-content {
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.header .logo02 {
  text-decoration: none;
  margin-top: 10px;
  width: 280px;
}
@media (max-width: 767px) {
  .header .logo02 {
    width: 46%;
  }
}
@media (max-width: 1200px) {
  .header .logo02 img {
    max-width: 280px;
  }
}
.header .logo {
  list-style: none;
  width: 186px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .header .logo {
    width: auto;
  }
}
.header img {
  width: 100%;
}

/* .footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
.footer .copy {
  text-align: center;
  font-size: 14px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#pagetop a {
  cursor: pointer;
  padding: 10px;
  display: block;
  background-color: #00552E;
}

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

img[src$=".svg" i] {
  width: unset;
  height: unset;
}

/* main
---------------------------------------------------------------- */
.main {
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #DEECC3;
}

.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../images/bg2.png) top 100dvh center no-repeat;
  background-size: 1950px auto;
}

/* section
---------------------------------------------------------------- */
.section {
  position: relative;
  margin: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 10vw 0;
  }
}
.section > .inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.section::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  max-width: 90%;
  width: 1100px;
  height: 2px;
  background: #fff;
}

/*
---------------------------------------------------------------- */
.h2 {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  font-size: 46px;
  font-weight: 900;
  color: #00552E;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .h2 {
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 8.6vw;
  }
}
.h2 > span {
  display: inline-block;
  padding: 0 calc(0.4em + 10px);
  position: relative;
}
.h2 > span::after, .h2 > span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fed684), color-stop(3.86%, #fbcd70), color-stop(7.87%, #fac864), color-stop(11.73%, #fac760), color-stop(29.61%, #9b6415), color-stop(32.96%, #ad7621), color-stop(39.12%, #ca9334), color-stop(44.45%, #dba53f), color-stop(48.32%, #e2ac44), color-stop(80.17%, #fff0a6), color-stop(96.09%, #e2ac44));
  background: linear-gradient(#fed684 0%, #fbcd70 3.86%, #fac864 7.87%, #fac760 11.73%, #9b6415 29.61%, #ad7621 32.96%, #ca9334 39.12%, #dba53f 44.45%, #e2ac44 48.32%, #fff0a6 80.17%, #e2ac44 96.09%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.h2 > span::after {
  right: auto;
}
.h2 > span::before {
  left: auto;
}

.main .mvicon {
  position: fixed;
  top: 100px;
  right: 6%;
  width: 85px;
  height: 85px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #FF020F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 4;
  opacity: 1;
}
@media (max-width: 767px) {
  .main .mvicon {
    top: 43vw;
    right: 3%;
    width: 60px;
    height: 60px;
    font-size: 0.8em;
    z-index: 10;
  }
}
.main .mvicon:hover {
  opacity: 0.8;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main .mvicon p {
  z-index: 1;
  margin: -5px 0 0;
}
@media (max-width: 767px) {
  .main .mvicon p {
    z-index: 1;
    margin: -8px 0 0;
  }
}

.main .mvicon:before {
  content: "";
  background: url("../images/arrow.svg") no-repeat;
  background-size: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .mvicon:before {
    background-size: 10px;
    bottom: 6px;
    z-index: 1;
  }
}

.main .mvicon:after {
  content: "";
  background: #FF020F;
  background-size: 85px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .main .mvicon:after {
    width: 50px;
    height: 50px;
  }
}

.main .mvicon.is-hidden {
  opacity: 0 !important; /* フェードアウト */
  pointer-events: none; /* クリックも無効化（任意）*/
}

/* .sec_mv
---------------------------------------------------------------- */
.sec_mv {
  padding: 44px 0;
}
@media (max-width: 767px) {
  .sec_mv {
    padding: 6.6vw 0;
  }
}
.sec_mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../images/sec1_bg_pc.png) center center no-repeat;
  background-size: 1610px auto;
}
@media (max-width: 767px) {
  .sec_mv::before {
    background-size: 100% auto;
  }
}
.sec_mv .mv_link1:hover {
  opacity: 0.7;
}
.sec_mv .mv_inner {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}
.sec_mv .h1 {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00552E;
  font-weight: 900;
  margin: auto;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-filter: drop-shadow(0 0 20px rgb(255, 255, 255));
          filter: drop-shadow(0 0 20px rgb(255, 255, 255));
}
.sec_mv .h1 > span {
  display: block;
}
.sec_mv .h1 > span:nth-child(1) {
  font-size: 158px;
}
@media (max-width: 1200px) {
  .sec_mv .h1 > span:nth-child(1) {
    font-size: 13vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .h1 > span:nth-child(1) {
    font-size: 17vw;
  }
}
.sec_mv .h1 > span:nth-child(2) {
  font-size: 84px;
  margin-top: 0.2em;
}
@media (max-width: 1200px) {
  .sec_mv .h1 > span:nth-child(2) {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .h1 > span:nth-child(2) {
    font-size: 9vw;
  }
}
.sec_mv .mv_img_wrap {
  width: 100%;
  position: relative;
  padding-top: 55px;
}
@media (max-width: 1200px) {
  .sec_mv .mv_img_wrap {
    padding-top: 4.6vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_img_wrap {
    padding-top: 7.2vw;
    min-height: 104vw;
  }
}
.sec_mv .mv_txt_1 {
  margin: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_mv .mv_txt_1 img {
  width: 400px;
  height: auto;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_1 img {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_1 img {
    width: 53vw;
  }
}
.sec_mv .mv_txt_1 span {
  display: block;
  font-size: 46px;
  color: #00552E;
  font-weight: 900;
  line-height: 1;
  padding-left: 2.5em;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_1 span {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_1 span {
    font-size: 5.8vw;
    padding-left: 1em;
    margin-top: 0.1em;
  }
}
.sec_mv .mv_txt_2 {
  display: block;
  margin-top: 15px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_2 {
    margin-top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_2 {
    margin-top: 9.6vw;
  }
}
.sec_mv .mv_txt_2 img {
  width: 490px;
  height: auto;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_2 img {
    width: 40vw;
  }
}
.sec_mv .mv_txt_3 {
  display: block;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_3 {
    margin-top: 10vw;
  }
}
.sec_mv .mv_txt_3_line {
  margin-top: 5px;
  margin-left: 25px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border: 4px solid #00552E;
  padding: 8px 25px;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_3_line {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_3_line {
    padding: 1vw 2vw;
    margin: auto;
    width: 100%;
  }
}
.sec_mv .mv_txt_3_line p:nth-child(1) {
  font-size: 27px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_3_line p:nth-child(1) {
    font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_3_line p:nth-child(1) {
    font-size: 4.5vw;
  }
}
.sec_mv .mv_txt_3_line p:nth-child(2) {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .sec_mv .mv_txt_3_line p:nth-child(2) {
    font-size: 2.16vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_txt_3_line p:nth-child(2) {
    font-size: 4vw;
  }
}
.sec_mv .mv_img1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: absolute;
  right: -80px;
  top: -80px;
  bottom: auto;
  left: auto;
  margin: auto;
  width: 400px;
  height: auto;
}
@media (max-width: 1200px) {
  .sec_mv .mv_img1 {
    width: 40%;
    top: -6vw;
    right: -3vw;
  }
}
@media (max-width: 767px) {
  .sec_mv .mv_img1 {
    width: 54vw;
    right: -6vw;
    top: 4vw;
  }
}

/* .sec02
---------------------------------------------------------------- */
.sec02 .txt1 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec02 .txt1 {
    text-align: center;
  }
}
.sec02 .txt2 {
  font-size: 12px;
  line-height: 1.8;
}
.sec02 .txt3 {
  font-size: 11px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec02 .img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 53.1%;
  }
}
@media (max-width: 767px) {
  .sec02 .img1 {
    margin: 5vw auto;
  }
}

.sec02_block {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .sec02_block {
    display: block;
  }
}

.sec02_block_col1 {
  width: 41.8%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .sec02_block_col1 {
    width: 100%;
    margin: auto;
  }
}

.sec02_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec02_list {
    display: block;
  }
}
.sec02_list .list_item {
  display: block;
}
@media (max-width: 767px) {
  .sec02_list .list_item {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  .sec02_list .list_item:nth-child(2) {
    margin: -13vw 0 auto auto;
  }
}

/* .sec03
---------------------------------------------------------------- */
.sec03_txt1_wrap {
  text-align: center;
}

.sec03_txt1 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec03_txt1 {
    text-align: center;
  }
}

.sec03_img1 {
  display: block;
  width: 962px;
  max-width: 100%;
  margin: 25px auto;
}

/* .sec04
---------------------------------------------------------------- */
.sec04_txt1_wrap {
  text-align: center;
}

.sec04_txt1 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec04_txt1 {
    text-align: center;
  }
}

.sec04_img1 {
  display: block;
  width: 666px;
  max-width: 100%;
  margin: 25px auto;
}

/* .sec05
---------------------------------------------------------------- */
.sec05_img1 {
  display: block;
  width: 845px;
  max-width: 100%;
  margin: auto;
}

.sec05_ttl_txt {
  width: 280px;
}
@media (max-width: 1200px) {
  .sec05_ttl_txt {
    width: 23vw;
  }
}
@media (max-width: 767px) {
  .sec05_ttl_txt {
    width: 65vw;
  }
}

/* .sec06
---------------------------------------------------------------- */
.sec06_txt1 {
  font-size: 12px;
}

.sec06_tbl_wrap {
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.sec06_txt1 {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.25em;
}

.sec06_tbl {
  width: 100%;
  border: 1px solid #fff;
}
.sec06_tbl th, .sec06_tbl td {
  text-align: center;
  font-size: 18px;
  height: 3em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sec06_tbl th, .sec06_tbl td {
    font-size: 14px;
  }
}
.sec06_tbl th {
  color: #fff;
}
.sec06_tbl td {
  color: #00552E;
  background: #fff;
}
.sec06_tbl tr > *:nth-child(1) {
  width: 194px;
}
@media (max-width: 767px) {
  .sec06_tbl tr > *:nth-child(1) {
    width: 8em;
    white-space: nowrap;
  }
}
.sec06_tbl thead th {
  background: #00572F;
  border: 1px solid #fff;
  color: #fff;
  height: auto;
}
.sec06_tbl tbody th {
  background: #00572F;
}
.sec06_tbl tbody tr:nth-child(2n) th {
  background: #002D22;
}
.sec06_tbl tbody tr:nth-child(2n) td {
  background: #E5F4EE;
}

/* sec07
---------------------------------------------------------------- */
.sec07_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 940px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .sec07_list {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 300px;
  }
}
.sec07_list .item a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16);
}
.sec07_list .item a:hover {
  opacity: 0.8;
}

/* .contact
---------------------------------------------------------------- */
.tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: min(2.347826087vw, 27px);
     -moz-column-gap: min(2.347826087vw, 27px);
          column-gap: min(2.347826087vw, 27px);
  width: min(91.0434782609vw, 1047px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
}
@media (max-width: 1200px) {
  .tab__menu {
    -webkit-column-gap: min(2.6666666667vw, 20px);
       -moz-column-gap: min(2.6666666667vw, 20px);
            column-gap: min(2.6666666667vw, 20px);
    width: min(91.2vw, 684px);
  }
}

.tab__item {
  width: min(44.347826087vw, 510px);
  max-width: 100%;
}
@media (max-width: 1200px) {
  .tab__item {
    width: min(44.2666666667vw, 332px);
    max-width: none;
  }
}

.tab-trigger {
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 13px 0 17px;
  border-radius: 20px 20px 0px 0px;
  background-color: #E2E2E2;
  position: relative;
}
@media (max-width: 1200px) {
  .tab-trigger {
    padding: min(3.2vw, 24px) 0 min(2.1333333333vw, 16px);
    border-radius: 10px 10px 0px 0px;
    font-size: min(4.2666666667vw, 32px);
  }
}

.tab-trigger.tab-trigger02 {
  background-color: #E2E2E2;
}

.tab-trigger.is-active {
  padding-bottom: 34px;
  background-color: #fff;
  color: #00552E;
}
@media (max-width: 1200px) {
  .tab-trigger.is-active {
    padding-bottom: min(2.9333333333vw, 22px);
  }
}

.tab__contents {
  width: 1087px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .tab__contents {
    width: min(94.9333333333vw, 712px);
  }
}

.tab__content {
  padding: 20px;
  display: none;
  text-align: left;
  background-color: #E2E2E2;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tab__content iframe {
  height: 850px;
}
@media (max-width: 1200px) {
  .tab__content iframe {
    height: 740px;
  }
}
@media (max-width: 767px) {
  .tab__content iframe {
    height: 780px;
  }
}

.tab__content.tab__content02 {
  background-color: #E2E2E2;
}
.tab__content.tab__content02 iframe body {
  background-color: #E2E2E2;
}

.tab__content.is-active {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
  background-color: #fff;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* anime============================================ */
.js-slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 2;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-slide-up.is-active {
  -webkit-animation-name: slideUpFadeIn;
          animation-name: slideUpFadeIn;
}

@-webkit-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeIn {
  z-index: 2;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}

.js-fadeIn.is-active {
  -webkit-animation-name: jsFadeIn;
          animation-name: jsFadeIn;
}

@-webkit-keyframes jsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes jsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec_mv .h1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.sec_mv .mv_txt_1 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.sec_mv .mv_txt_2 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.sec_mv .mv_txt_3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.sec_mv .mv_img1 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.pagetop img {
  width: 26px;
  height: 26px;
}/*# sourceMappingURL=style.css.map */