@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #555;
  line-height: 1.2;
  font-weight: 500;
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, p, ul {
  font-size: 100%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #555;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.7;
}

.red {
  color: #f00;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 0 5vw;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 99999;
  box-sizing: border-box;
}
header .login {
  display: none;
}
header .logo {
  width: 20%;
}
header .logo img {
  width: 200px;
  height: auto;
}
header .logo-s {
  display: none;
}
header nav {
  width: 80%;
}
header nav ul {
  width: 100%;
  display: flex;
  justify-content: end;
}
header nav ul li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0 1vw;
}
header nav ul li:last-child {
  margin: 0 0 0 0.4vw;
}
header nav .btn {
  display: inline-block;
  width: 8.5vw;
  border-radius: 10px;
  background-color: #f66;
  color: #fff;
  padding: 7px 0;
}
header nav .btn02 {
  background-color: #fff;
  color: #f66;
  outline: 1px solid #f66;
  outline-offset: -1px;
}

section {
  position: relative;
}

#top {
  height: 45vw;
  background: #063 url(../img/top-main.png) no-repeat center bottom;
  background-size: contain;
  padding-top: 120px;
}
#top .l-box {
  position: absolute;
  top: 50%;
  left: 8vw;
  transform: translateY(-40%);
  width: 22vw;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 3vw 0;
  z-index: 88888;
}
#top .l-box h1 {
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.4;
}
#top .l-box h1 span {
  font-size: 1.35em;
  color: #0a3;
}
#top .l-box .logo {
  margin: 1vw 0;
}
#top .l-box .logo img {
  width: 17vw;
}
#top .l-box h2 {
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 1vw;
}
#top .l-box .btn {
  display: block;
  width: 17vw;
  border-radius: 10px;
  background-color: #f66;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto;
}
#top .l-box .btn02 {
  background-color: #fff;
  color: #f66;
  outline: 1px solid #f66;
  outline-offset: -1px;
  margin: 0.8vw auto;
}
#top .l-box .sub {
  font-size: 0.7vw;
}
#top .l-box .sub a {
  color: #3af;
  text-decoration: underline;
}
#top .l-box .sub img {
  width: 0.65vw;
  margin: 0 0 0 2px;
}
#top .r-box {
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-40%);
  height: auto;
  padding: 0;
}
#top .r-box div {
  width: 100%;
  text-align: center;
}
#top .r-box div img {
  width: 7.5vw;
  display: inline-block;
  margin: 0 0.5vw 0.5vw;
}

section.content {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 12vw;
}

section.pa01 {
  background-color: #eae3ce;
}

section.pa02 {
  background-color: #007335;
}

section#about {
  background-image: url(../img/sec02-bg04.png);
  padding-top: 10vw;
  padding-bottom: 18vw;
}
section#about .bg-img {
  position: absolute;
  width: 10vw;
}
section#about .i01 {
  top: 3vw;
  left: 3vw;
}
section#about .i02 {
  top: 50vw;
  right: 3vw;
}
section#about .inner .box {
  display: flex;
  align-items: center;
  margin: 0 0 5vw;
}
section#about .inner .box .left {
  width: 50%;
  float: left;
}
section#about .inner .box .left img {
  width: 90%;
}
section#about .inner .box .right {
  width: 45%;
  float: right;
}
section#about .inner .box .right h3 {
  width: 30vw;
  font-size: 2vw;
  color: #0d7d43;
  font-weight: 700;
  border-bottom: 3px dotted #0d7d43;
  padding: 0 0 1.5vw;
}
section#about .inner .box .right img {
  width: 28vw;
  margin: 2.5vw 0;
}
section#about .inner .box .right p {
  font-size: 1.4vw;
  margin: 0 0 1.5vw;
}
section#about .inner .box02 {
  outline: 1.5vw solid #fff;
  border-radius: 15px;
  padding: 1vw 3vw 0 0;
  margin: 0 auto 10vw;
}
section#about .inner .box02 h3 {
  font-size: 2vw;
  font-weight: 700;
  color: #0d7d43;
  margin: 0 0 1.5vw;
}
section#about .inner .box02 h3 img {
  width: 9vw;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
section#about .inner .box02 .main {
  overflow: hidden;
}
section#about .inner .box02 .main img {
  width: 23vw;
  float: left;
  margin: 0 5vw 0 0;
}
section#about .inner .box02 .main p {
  font-size: 1.4vw;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 1.4vw;
}

section#problem {
  background-image: url(../img/sec03-bg01.png);
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 25vw;
}
section#problem .title {
  width: 35vw;
  margin: 0 0 5vw;
}
section#problem .img01 {
  width: 60vw;
  margin: 0 0 5vw;
}
section#problem .img02 {
  width: 70vw;
}

.sp {
  display: none;
}

section#use {
  background-image: url(../img/sec03-bg02.png);
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 15vw;
}
section#use h3 {
  font-size: 2vw;
  line-height: 1.6;
  color: #0d7d43;
  font-weight: 700;
  margin: 1vw 0 5vw;
}
section#use h3 span {
  font-size: 2em;
  text-shadow: 7px 5px 5px #fff;
}
section#use p {
  display: inline;
  margin: 0 1vw;
}
section#use p img {
  width: 35vw;
}
section#use p .img01 {
  transform: rotate(-2deg);
}
section#use p .img02 {
  transform: rotate(1deg);
}

section#flow {
  background-image: url(../img/sec04-bg01.png);
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 20vw;
}
section#flow .title {
  width: 45vw;
}
section#flow .inner {
  position: relative;
  height: 66vw;
  margin: 7vw 0;
}
section#flow .inner p {
  position: absolute;
  width: 32vw;
}
section#flow .inner p img {
  width: 100%;
}
section#flow .inner .img01 {
  top: 0;
  left: 0;
}
section#flow .inner .img02 {
  top: 0;
  right: 0;
}
section#flow .inner .img03 {
  top: 35vw;
  left: 0;
}
section#flow .inner .img04 {
  top: 35vw;
  right: 0;
}
section#flow .inner .arrow01 {
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 7vw;
}
section#flow .inner .arrow02 {
  top: 22vw;
  left: 50%;
  transform: translateX(-50%);
  width: 14vw;
}
section#flow .inner .arrow03 {
  top: 45vw;
  left: 50%;
  transform: translateX(-50%);
  width: 7vw;
}
section#flow .pdf-btn {
  position: relative;
  width: 30vw;
  margin: 0 auto;
}
section#flow .pdf-btn a {
  background-color: #ff0;
  border: 5px solid #f00;
  border-radius: 50px;
  font-size: 1.6vw;
  font-weight: 700;
  color: #f33;
  padding: 1vw 6vw 1vw 8vw;
}
section#flow .pdf-btn span {
  font-size: 0.7em;
  color: #333;
}
section#flow .pdf-btn img {
  position: absolute;
  top: -4vw;
  left: 1vw;
  width: 7vw;
}

section.p03 {
  background-color: #0f7c43;
  text-align: center;
}

section#qa {
  padding-top: 1vw;
  padding-bottom: 5vw;
}
section#qa .bg-img {
  position: absolute;
}
section#qa .i01 {
  top: -8vw;
  left: 5vw;
  width: 18vw;
}
section#qa .title {
  width: 30vw;
  margin: 0 0 5vw;
}
section#qa .qa-list {
  background-color: #148649;
  text-align: left;
  border-radius: 15px;
  padding: 2vw 3vw;
  margin: 0 0 1vw;
}
section#qa .qa-list input {
  display: none;
}
section#qa .qa-list label {
  display: block;
  font-size: 1.4vw;
  color: #fff;
  line-height: 1.4;
  padding: 0 0 0 2.5vw;
}
section#qa .qa-list .ques {
  background: url(../img/qa-q.png) no-repeat;
  background-size: 1.8vw;
  cursor: pointer;
}
section#qa .qa-list .answ {
  display: none;
  background: url(../img/qa-a.png) no-repeat;
  background-size: 1.8vw;
  font-size: 1.3vw;
  color: #eee;
  margin: 1vw 0 0 0;
}
section#qa .qa-list :checked ~ .answ {
  display: block;
}

section#news {
  background-image: url(../img/sec05-bg01.png);
  padding-top: 1vw;
  padding-bottom: 30vw;
}
section#news .bg-img {
  position: absolute;
  width: 15vw;
}
section#news .i01 {
  top: 3vw;
  right: 3vw;
}
section#news .i02 {
  bottom: 25vw;
  left: 3vw;
}

.news-box {
  background-color: #eae3ce;
  border: 1vw solid #fff;
  border-radius: 15px;
  padding: 3vw 3vw;
}
.news-box h3 {
  font-size: 3vw;
  color: #0d7d43;
  font-weight: 700;
  text-shadow: 3px 3px 3px #fff;
  margin: 0 0 3vw;
}
.news-box h3 span {
  font-size: 0.5em;
}
.news-box .inner {
  background-color: #fff;
  text-align: left;
  font-size: 1vw;
  padding: 2vw 2.5vw;
}
.news-box .inner h4 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5vw 0;
}
.news-box .inner .main-txt {
  font-size: 1.1em;
  border-top: 1px solid #aaa;
  line-height: 1.5;
  padding-top: 2vw;
}
.news-box .inner .main-txt p {
  margin: 0 0 1vw;
}

section#ippuku {
  background-color: #0e634f;
  text-align: center;
  color: #fff;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
section#ippuku h3 {
  width: 25vw;
  margin: 0 auto;
}
section#ippuku h3 img {
  width: 100%;
}
section#ippuku .sub {
  font-size: 1.5vw;
  margin: 5vw 0;
}
section#ippuku .prepara {
  width: 50vw;
  margin: 0 auto;
}
section#ippuku .prepara img {
  width: 100%;
  border-radius: 15px;
}
section#ippuku .prepara a:hover {
  opacity: 0.85;
}

.image01 {
  background-color: #0e634f;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.image01 img {
  display: block;
  width: 100%;
}

section#future {
  background-image: url(../img/sec06-bg01.png);
  background-color: #ebe5d0;
  padding-top: 4vw;
  padding-bottom: 22vw;
}
section#future h3 {
  background-color: #0d7d43;
  color: #fff;
  width: 60vw;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  line-height: 1.5;
  padding: 1.5vw 0;
  margin: 0 auto;
}
section#future .box {
  display: flex;
  align-items: center;
  margin: 5vw 0 5vw;
}
section#future .box img {
  height: 25vw;
}
section#future .box .txt {
  padding: 0 3vw;
}
section#future .box .txt p {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.2vw;
}
section#future .news-box h3 {
  width: 50vw;
  background-color: transparent;
  margin: 0 auto 1vw;
}
section#future .news-box h3 img {
  width: 100%;
}
section#future .news-box h4 {
  color: #0d7d43;
}
section#future .contact {
  width: 100%;
  background-color: #0d7d43;
  box-sizing: border-box;
  padding: 3vw 5vw;
  margin: 5vw auto 3vw;
}
section#future .contact h4 {
  color: #ff0;
  font-size: 1.35vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3vw;
}
section#future .contact .txt {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.1vw;
}
section#future .contact .txt .left {
  width: 40%;
}
section#future .contact .txt .left p {
  margin: 0 0 0.5vw;
}
section#future .contact .txt .left span {
  font-size: 0.7em;
}
section#future .contact .txt .left a {
  color: #fff;
}
section#future .contact .txt .right {
  font-size: 1.2em;
  width: 55%;
  line-height: 1.5;
  border-left: 1px solid #0a3;
  padding-left: 3vw;
}
section#future .btn {
  display: block;
  width: 25vw;
  border-radius: 10px;
  background-color: #f66;
  color: #fff;
  font-size: 1.5vw;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto;
}

.last-image {
  background-color: #0f7c43;
  text-align: center;
}
.last-image img {
  vertical-align: top;
  width: 40vw;
}

.copy {
  background-color: #063;
  text-align: center;
  color: #fff;
  padding: 0.5vw 0;
  font-size: 0.9em;
}

.sc-navi {
  background: #0f4c59;
  background: linear-gradient(338deg, rgb(15, 76, 89) 6%, rgb(31, 135, 153) 100%);
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  border-radius: 15px;
  text-align: center;
  padding: 20px 15px;
  opacity: 0.9;
  z-index: 9999;
}
.sc-navi p {
  font-size: 0.95rem;
}
.sc-navi p a {
  color: #fff;
}
.sc-navi p img {
  display: block;
  width: 30px;
  margin: 0 auto 7px;
}
.sc-navi p.to-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  header {
    background-color: #fff;
    padding: 0 2vw;
  }
  header nav ul li {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
  }
  header nav ul .btn {
    width: clamp(110px, 10vw, 150px);
  }
  #top .l-box {
    left: 5vw;
    width: 25vw;
  }
  #top .l-box .btn {
    font-size: 1.2vw;
    padding: 1.5vw 0;
  }
  #top .l-box .sub {
    font-size: 0.8vw;
  }
  #top .r-box {
    right: 3vw;
  }
  #top .r-box div img {
    width: 8vw;
  }
  section.content {
    padding: 0 7vw;
  }
  section#problem .img01 {
    width: 85%;
    margin: 0 0 5vw;
  }
  section#problem .img02 {
    width: 100%;
  }
  section#use {
    padding-top: 6.5vw;
  }
  section#use p img {
    width: 45%;
  }
  section#flow .inner {
    height: 75vw;
  }
  section#flow .inner p {
    width: 36vw;
  }
  section#flow .inner .img03 {
    top: 37vw;
    left: 0;
  }
  section#flow .inner .img04 {
    top: 37vw;
    right: 0;
  }
  section#flow .pdf-btn {
    width: 40vw;
  }
  section#flow .pdf-btn a {
    font-size: 1.7vw;
  }
  section#flow .pdf-btn img {
    top: -5vw;
    left: 2vw;
    width: 8vw;
  }
  section#qa .qa-list label {
    font-size: 1.6vw;
  }
  section#qa .qa-list .answ {
    font-size: 1.5vw;
  }
  .news-box .inner {
    font-size: 1.4vw;
  }
  section#future .box img {
    height: 30vw;
  }
  section#future .box .txt {
    padding: 0 2vw;
  }
  section#future .box .txt p {
    font-size: 1.4vw;
  }
  section#future .contact {
    width: 100%;
  }
  section#future .contact h4 {
    font-size: 1.5vw;
  }
  section#future .contact .txt {
    font-size: 1.3vw;
  }
}
@media (max-width: 900px) {
  header .logo-l {
    display: none;
  }
  header .logo-s {
    display: block;
  }
  header .logo img {
    width: 130px;
  }
  header nav .login {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    right: 65px;
  }
  header nav .login .btn03 {
    background-color: #fff;
    color: #f66;
    outline: 1px solid #f66;
    outline-offset: -1px;
    font-size: 0.85em;
    border-radius: 10px;
    padding: 3px 30px;
  }
  header nav .login a:hover {
    opacity: 0.7;
  }
  header nav ul {
    background-color: #eae3ce;
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100%;
    text-align: center;
    padding: 70px 15px 0;
    transition: all 0.3s 0s ease-out;
  }
  header nav ul li {
    display: block;
    border-bottom: dotted 1px #aaa;
    padding: 0 0 0px;
    box-sizing: border-box;
    margin: 0 0 0px;
  }
  header nav ul li a.menu-link {
    display: block;
    padding: 3vh 0;
  }
  header nav ul li.other {
    border: 0;
    margin-top: 3vh;
  }
  header nav ul .btn {
    width: 100%;
    padding: 3vw 0;
  }
  nav #menu-button {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    height: 30px;
    width: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999999;
  }
  nav #menu-button span, nav #menu-button span::before, nav #menu-button span::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
  }
  nav #menu-button span::before {
    bottom: 8px;
  }
  nav #menu-button span::after {
    top: 8px;
  }
  .open #menu-button span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .open #menu-button span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open #menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .open ul {
    right: 0;
  }
  #top {
    padding-top: 90px;
  }
  #top .l-box {
    transform: translateY(-35%);
  }
  #top .r-box {
    transform: translateY(-30%);
  }
  #top .r-box div img {
    width: 8.5vw;
    margin: 0.5vw;
  }
  section#about .inner .box .right {
    width: 50%;
  }
  section#about .inner .box .right h3 {
    font-size: 2.2vw;
  }
  section#about .inner .box .right p {
    font-size: 2vw;
  }
  section#about .inner .box02 h3 {
    font-size: 2.5vw;
  }
  section#about .inner .box02 .main p {
    font-size: 1.8vw;
  }
  .to-top img {
    width: 12vw;
  }
}
@media (max-width: 680px) {
  .sp {
    display: block;
    width: 80%;
    margin: 8vw auto 0;
  }
  .sp img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  header nav .login {
    right: 50px;
  }
  header nav .login .btn03 {
    font-size: 0.8rem;
    padding: 3px 20px;
  }
  #top {
    height: 100vw;
    background: #063 url(../img/top-main-sm.png) no-repeat center bottom;
    background-size: 100%;
    padding-top: 100px;
  }
  #top .l-box {
    top: 100%;
    left: 0;
    height: 95vw;
    transform: translateY(0%);
    width: 100%;
    border-radius: 0;
  }
  #top .l-box h1 {
    font-size: 5vw;
    margin-top: 5vw;
  }
  #top .l-box .logo {
    margin: 5vw 0;
  }
  #top .l-box .logo img {
    width: 50vw;
  }
  #top .l-box h2 {
    font-size: 3.5vw;
  }
  #top .l-box .btn {
    width: 70%;
    font-size: 4vw;
    padding: 5vw 0;
    margin: 0 auto;
  }
  #top .l-box .btn02 {
    margin: 3vw auto;
  }
  #top .l-box .sub {
    font-size: 2.5vw;
  }
  #top .l-box .sub img {
    width: 2.5vw;
  }
  #top .r-box {
    display: none;
  }
  section.content {
    padding: 0 5vw;
  }
  section#about {
    padding-bottom: 25vw;
    margin-top: 100vw;
  }
  section#about .bg-img {
    position: absolute;
    width: 18vw;
  }
  section#about .i01 {
    top: 5vw;
    left: 3vw;
  }
  section#about .i02 {
    top: 100vw;
    right: 3vw;
  }
  section#about .inner .box {
    display: block;
    margin-bottom: 10vw;
  }
  section#about .inner .box .left {
    width: 100%;
  }
  section#about .inner .box .left img {
    width: 100%;
    float: none;
  }
  section#about .inner .box .right {
    width: 100%;
    float: none;
  }
  section#about .inner .box .right h3 {
    width: 100%;
    font-size: 5vw;
    margin: 0 auto;
  }
  section#about .inner .box .right img {
    width: 70%;
  }
  section#about .inner .box .right p {
    font-size: 4vw;
    margin: 4vw 0;
  }
  section#about .inner .box02 {
    padding: 3vw 3vw;
    margin: 0 0 5vw;
  }
  section#about .inner .box02 h3 {
    font-size: 5vw;
  }
  section#about .inner .box02 h3 img {
    width: 16vw;
    margin: 0 7px 0 0;
  }
  section#about .inner .box02 .main img {
    width: 100%;
    float: none;
    margin: 0 0 5vw;
  }
  section#about .inner .box02 .main p {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  section#problem {
    padding-top: 5vw;
    padding-bottom: 25vw;
  }
  section#problem .title {
    width: 80%;
    margin: 0 0 5vw;
  }
  section#use {
    padding-top: 20vw;
  }
  section#use h3 {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
  section#use h3 span {
    text-shadow: 1vw 1vw 0.5vw #fff;
  }
  section#use p {
    display: block;
    margin: 0;
  }
  section#use p img {
    width: 100%;
  }
  section#flow {
    padding-top: 15vw;
  }
  section#flow .title {
    width: 90%;
  }
  section#flow .inner {
    height: auto;
    margin: 0;
  }
  section#flow .inner p {
    position: relative;
    width: 100%;
    margin-top: 10vw;
  }
  section#flow .inner .img03 {
    top: 0;
  }
  section#flow .inner .img04 {
    top: 0;
  }
  section#flow .inner .arrow01 {
    display: none;
  }
  section#flow .inner .arrow02 {
    display: none;
  }
  section#flow .inner .arrow03 {
    display: none;
  }
  section#flow .pdf-btn {
    width: 100%;
    margin: 12vw auto;
  }
  section#flow .pdf-btn a {
    display: block;
    border: 4px solid #f00;
    font-size: 4vw;
    padding: 1vw 6vw 2vw 8vw;
  }
  section#flow .pdf-btn img {
    top: -4vw;
    left: 1vw;
    width: 12vw;
  }
  section#qa {
    padding-top: 1vw;
    padding-bottom: 5vw;
  }
  section#qa .i01 {
    top: -15vw;
    left: 2vw;
    width: 25vw;
  }
  section#qa .title {
    width: 70%;
    margin: 0 0 5vw;
  }
  section#qa .qa-list {
    padding: 2vw 3vw;
    margin: 0 0 1vw;
  }
  section#qa .qa-list input {
    display: none;
  }
  section#qa .qa-list label {
    font-size: 3vw;
    line-height: 1.4;
    padding: 0 0 0 5.5vw;
  }
  section#qa .qa-list .ques {
    background-size: 4vw;
  }
  section#qa .qa-list .answ {
    background-size: 4vw;
    font-size: 2.5vw;
    margin: 1.5vw 0 0 0;
  }
  section#news .bg-img {
    width: 20vw;
  }
  section#news .i01 {
    top: 1vw;
    right: 3vw;
  }
  section#news .i02 {
    bottom: 25vw;
    left: 3vw;
  }
  .news-box {
    padding: 3vw 3vw;
  }
  .news-box h3 {
    font-size: 6vw;
    text-shadow: 3px 3px 3px #fff;
    margin: 0 0 3vw;
  }
  .news-box .inner {
    font-size: 3vw;
    padding: 2vw 2.5vw;
  }
  .news-box .inner .main-txt {
    padding-top: 2vw;
  }
  .news-box .inner .main-txt p {
    margin: 0 0 3vw;
  }
  section#ippuku {
    padding-top: 18vw;
    padding-bottom: 10vw;
  }
  section#ippuku h3 {
    width: 40vw;
  }
  section#ippuku .sub {
    font-size: 3.5vw;
  }
  section#ippuku .prepara {
    font-size: 10vw;
  }
  .image01s {
    background-color: #0e634f;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .image01s img {
    display: block;
    width: 100%;
  }
  section#future {
    padding-top: 15vw;
  }
  section#future h3 {
    width: 100%;
    font-size: 3.5vw;
    padding: 4vw 0;
  }
  section#future .box {
    display: block;
    margin: 5vw 0 5vw;
  }
  section#future .box img.right {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  section#future .box .txt {
    padding: 0 2vw;
    margin: 0 0 5vw;
  }
  section#future .box .txt p {
    font-size: 3vw;
    margin: 0 0 3vw;
  }
  section#future .news-box h3 {
    width: 90%;
  }
  section#future .news-box h4 {
    font-size: 4vw;
  }
  section#future .contact {
    padding: 3vw 3vw;
    margin: 5vw auto 3vw;
  }
  section#future .contact h4 {
    font-size: 3.5vw;
  }
  section#future .contact .txt {
    display: block;
    font-size: 3vw;
  }
  section#future .contact .txt .left {
    width: 100%;
    margin: 0 0 5vw;
  }
  section#future .contact .txt .left p {
    margin: 0 0 0.5vw;
  }
  section#future .contact .txt .left span {
    font-size: 0.7em;
  }
  section#future .contact .txt .left a {
    color: #fff;
  }
  section#future .contact .txt .right {
    font-size: 1em;
    width: 100%;
    border-left: 0;
    padding-left: 0vw;
  }
  section#future .btn {
    width: 100%;
    font-size: 4vw;
    margin: 10vw auto 0;
  }
  .last-image img {
    width: 100%;
  }
  .copy {
    font-size: 0.7em;
  }
  .to-top img {
    width: 18vw;
  }
  .sc-navi {
    right: 0.5vw;
    bottom: 1vw;
    padding: 10px 10px;
  }
  .sc-navi p {
    font-size: 0.7rem;
  }
  .sc-navi p img {
    width: 23px;
    margin: 0 auto 5px;
  }
  .sc-navi p.to-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */