@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  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;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  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 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: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
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
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}

:root {
  --color-g1: #00A73B;
  --color-g2: #6FBA2C;
  --color-g3: #ABCD03;
  --color-g3: #DBE000;
  --color-key: #FFE92B;
  --font-size-xs: 14px;
  --font-size-sm: 16px;
  --font-size-md: 18px;
  --font-size-md2: 20px;
  --font-size-lg: 24px;
  --font-size-xl: 32px;
  --font-size-xxl: 40px;
  --padding-xs: 10px;
  --padding-sm: 16px;
  --padding-md: 24px;
  --padding-lg: 32px;
  --padding-xl: 40px;
  --padding-xxl: 60px;
  --modal-dur: .8s;
  --modal-ease: cubic-bezier(.2, .7, .2, 1);
}
body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
     color:#fff;
    font-size: 1.1vw;
    background: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  body {
     font-size: 1.4vw;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
 font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
}
p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
.flex {
	display: flex;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}

header {
    position: relative;
    z-index: 3;
}


.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 24px;
    right: 48px;
        background: #00a73b;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95);
  transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}
.point-lead .pic-wrap img {
    border-radius: 0 40px 40px 0;
}


.menu-active .hamburger {
        background:none;

}
.hamburger span {
    position: absolute;
    width: 52%;
    height: 4px;
    background-color: #fefcef;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.hamburger span:first-of-type{
  top: 43px;
}
.hamburger span:nth-of-type(2){
  top: 53px;
}
.slide-menu {
    background: #00a73b;
    position: fixed;
    top: 0;
    width: 40%;
    right: -100%;
    transition: .7s;
    height: 100%;
    z-index: 3;
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 50px 0;
}
.slide-menu dl{
  color: #b5aa5f;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #00a73b;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #00a73b;
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}




.slide-menu-wrap {
width: 97%;
    margin: 1.4% auto 0;
    background: #fefcef;
    height: 100%;
    border-radius: 10px;
}
.slide-menu-logo {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    padding-top: 7vw;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}


.slide-menu-wrap li {
    text-align: center;
	padding-bottom: 1em;
}
.slide-menu-wrap li .en {
    font-size: 2.4em;
    display: block;
    line-height: 1;
}
.slide-menu-wrap li .jp {
    display: block;
    font-weight: 700;
}

.content {

  position: relative;
}



.reverse {
  flex-direction: row-reverse;
}

.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


footer {

}
.wrap {
    background: #0068b7;
    width: 100%;
    overflow: hidden;
    position: relative;
}.inner {
  width: 70%;
  margin: 0 auto;
	position: relative;
}

.inner-min {
    width:52%;
    margin: 0 auto;
	position: relative;
}
.l-sec {
  padding-top: 3em;
}

.hero {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    z-index: 2;
}
.hero-logo {
    width: 78%;
}
.hero-txt {
    font-size: 1.18em;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}
.character {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    right: -13%;
    bottom: 11%;
}.outline {
    padding: 4em 0;
    width: 88%;
    margin: 0 auto;
}
.outline table {
    width: 100%;
  font-size: 0.95em;
   border-bottom: #fff dashed 1px;font-feature-settings: "palt";
}
.outline th {
    color: #fff;
    font-weight: 500;
    padding: 1.2em 0.5em;
    border-top: #fff dashed 1px;
    width: 9em;
  line-height: 1.6;
}
.outline td {
    color: #fff;
    font-weight: 500;
    padding: 1.2em 0.5em;
    border-top: #fff dashed 1px;
line-height: 1.6;
}
.outline td a {
text-decoration: underline;
}
.contact-web {
    padding-bottom: 1em;
}
.contact-wrap {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 8em;
}
.contact-wrap .flex {
    display: flex;
    justify-content: center;
    gap: 1em;
}


.fax-no.en {
    padding-top: 1em;
    font-size: 1.3em;
    color: #fff462;
    font-weight: 700;
}

.contact-wrap {
    text-align: center;
    position: relative;
}
.contact-wrap a {
    display: inline-block;
    background: #fff462;
    padding: 1em;
    border-radius: 99px;
    font-weight: 700;
    font-size: 1.1em;
    color: #0068b7;
    transition: .4s;
    width: 100%;
}
.contact-wrap a:hover {
    background: #eb6143;
    color: #ffffff;
    transition: .4s;
}
.contact-wrap-title {
    font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 1.2em;
    color: #fff462;
}

.contact-web {
    padding-bottom: 1em;
    width: 50%;
}
.contact-fax {
    width: 50%;
}
.gnav ul {
	font-weight: 900;
}
.gnav li {
    font-size: 1.1em;
    font-weight: 900;
}
.gnav li.sub {
    font-size: 0.9em;
}
.gnav li.sub.last {
    margin-bottom: 1em;
}
.gnav li a {
    display: inline-block;
    padding: 0.45em 0;
    border-bottom: #00a73b dashed 2px;
}
.gnav li div {
    display: inline-block;
    padding: 0.45em 0;
    border-bottom: #00a73b dashed 2px;
}
.gnav {
    position: absolute;
    top: 4em;
    z-index: 2;
    left: 4em;
}

.hero-copy {

}
.footer-logo {
    width: 180px;
    margin: 0 auto;
}
.footer-inner {
    padding: 5em;
    color: #0068b7;
    text-align: center;
}
.footer-title {
    font-size: 1.2em;
    padding-bottom: 1.5em;
    padding-top: 0.5em;
    font-weight: 600;
}
.footer-name {
    font-size: 0.9em;
    line-height: 1.5;
}
.tel {
    font-size: 0.9em;
    line-height: 1.5;
}
.sec-title {
width: 28em;
	margin: 0 auto;
	    padding-bottom: 4em;

}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: #00a73b solid 0.4em;
    border-radius: 1.4vw;
    overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec-subtitle {
    font-size: 1.8em;
    font-weight: 900;
	padding-bottom: 1em;
	line-height: 1.5em;
}
.gomi-deta-items.flex {
    background: #00a73b;
    padding: 1.8em;
    border-radius: 1em;
    justify-content: center;
    gap: 2em;
}
.gomi-deta-w {
    position: absolute;
    width: 4.3em;
    left: -1em;
    top: -1em;
}
.gomi-deta-item {
    background: #fff;
    padding: 1.5em 7em;
    border-radius: 1em;
	position: relative;
	width: 50%;
}
.current-detail-item {
    padding: 5em 1.8em 0;
}

.current-detail-item.graph02 {
    padding: 10em 1.8em 0;
}



#start .sec-title {
    width: 20em;
}
.start-bg {
    background: #00a73b;
    padding: 10em 0 2em;
    border-radius: 0 4em 0 0;
    color: #fff;
}
.l-sec {
    position: relative;
}
#start .sec-title {
    width: 20em;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
/* ------------------------------
 MODAL
------------------------------ */
.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1000;
  transition: .5s;
  /* 初期状態は見えない */
  visibility: hidden;
  pointer-events: none;
}
.modal[aria-hidden="true"] .modal__overlay {
  opacity: 0;
}
.modal[aria-hidden="true"] .modal__panel {
  opacity: 0;
  transform: translateY(12px) scale(.98);
}
.modal[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  transition: opacity var(--modal-dur) var(--modal-ease);
}
.modal__panel {
  position: relative;
  box-sizing: border-box;
  max-width: min(90vw, 720px);
  width: 100%;
  max-height: 90vh;         /* 高さをウインドウの90%までに制限 */
  overflow-y: auto;         /* コンテンツが溢れたら縦スクロール */
  background: #fff;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  transition:
    opacity var(--modal-dur) var(--modal-ease),
    transform var(--modal-dur) var(--modal-ease);
}

.modal__title {
  font-weight: 700;
  text-align: center;
  font-size: var(--font-size-lg);
  padding: var(--padding-sm) 0 0;

}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  inline-size: 36px;
  block-size: 36px;
  border: none;
  border-radius: 999px;
  background: #f2f2f2;
  font-size: var(--font-size-lg);
  line-height: 1;
  cursor: pointer;
}
.modal__close:hover {
  background: #e7e7e7;
}

button.modal__close.circle__close__btn {
    position: absolute;
    top: 16px;
    right: 8px;
    border: none;
    border-radius: 999px;
    background: #b59675;
    font-size: var(--font-size-lg);
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    font-weight: 900;
    color: #fff;
    padding: 8px;
    text-align: center;
}
p.lead {
    padding: 3em 0;
    font-size: 1.1em;
    font-weight: 600;
}
.btn-items {
    display: flex;
    gap: 1em;
    justify-content: center;
    margin-bottom: 1em;
}
.btn-item { 
  width: 12em;
  background: linear-gradient(to bottom, #fff 50%, #e6f7ec 50%);
  font-size: 1.18em;
  font-weight: 700;
  color: #00a73b;
  text-align: center;
  padding: 1.2em;
  border-radius: 0.7em;
  cursor: pointer;
  transition: .4s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15); /* 立体感 */
}

.btn-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

section#start {
    margin-top: 10em;
}
.current-detail-item.flex {
    flex-direction: row-reverse;
}
.graph01 .sec-current-txt {
    padding-top: 2.5em;
}
.graph02 .sec-graph {
    padding-right: 3em;
}
section#movie {
    background: #6eb92c;
    color: #fff;
}


@media screen and (max-width:1400px) {
 
}
@media screen and (max-width:1200px) {
body {
    font-size: 1.2vw;
}
}

@media screen and (max-width:1000px) {

.inner {
    width: 90%;

}
}

@media screen and (max-width:800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
}  
.hamburger {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 15px;
    right: 15px;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    transform: scale(0.95, 0.95);
    transition: .4s;
}.hero-txt {
    font-size: 15px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
}.inner {
    width: 95%;
}.contact-wrap-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 1.2em;
    color: #fff462;
}.contact-wrap .flex {
    display: block;
    justify-content: center;
    gap: 1em;
}.contact-web {
    padding-bottom: 1em;
    width: 100%;
}.contact-fax {
    width: 100%;
}.outline th {
    color: #fff;
    font-weight: 500;
    padding: 1.2em 0.2em;
    border-top: #fff dashed 1px;
    width: 5em;
    line-height: 1.6;
}.outline table {
    width: 100%;
    font-size: 14px;
    border-bottom: #fff dashed 1px;
}.contact-wrap {
    width: 90%;
}.contact-wrap a {
    font-size: 15px;
}.contact-wrap-title {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 1.2em;
    color: #fff462;
}
}


@media screen and (max-width:650px) {
.outline table {
    width: 100%;
    font-size: 14px;
    border-bottom: #fff dashed 1px;
}
	
}
@media screen and (max-width:400px) {

}

@media screen and (max-width:380px) {

}

