@charset "UTF-8";
/* Scss Document */
@media (min-width: 1000px) {
  .pcView {
    display: block; } }
@media (max-width: 999px) {
  .pcView {
    display: none; } }

@media (min-width: 1000px) {
  .spView {
    display: none; } }
@media (max-width: 999px) {
  .spView {
    display: block; } }

#body.is-active {
  opacity: 1 !important; }

@media (min-width: 1000px) {
  .home #header .fix-header {
    opacity: 0; } }

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-image: url(../img/bg_main.webp);
  text-align: center;
  color: #fff; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px; }

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*========= スクロールダウンのためのCSS ===============*/
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  z-index: 2;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite; }

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg); }

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee; }

/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
#kv, #kv::before {
  height: 100vh;
  max-height: 100%; }

#kv {
  position: relative;
  background-size: cover;
  text-align: center;
  height: 100vh; }

#kv .boxs {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#video {
  position: absolute;
  height: 100%; }

@media (max-width: 999px) {
  #kv {
    position: relative;
    padding: 0 0;
    background-size: cover;
    text-align: center;
    overflow: hidden; }

  #kv #video {
    height: 100vh;
    position: absolute;
    top: 0;
    left: -480px;
    right: 0;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    z-index: 0; }

  	/*#kv:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 6;
  	}}*/ }
@media (min-width: 1000px) {
  #kv {
    position: relative;
    padding: 0 0px;
    height: 55.80vw;
    background-size: cover;
    text-align: center; }

  #kv #video {
    height: 55.80vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }

  /*#kv:before{
  	content:"";
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.5);
  	z-index: 10;
  }*/ }
#kv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55.8vw;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  z-index: 0;
  background-position: 0 0, 2px 2px; }
  @media (max-width: 999px) {
    #kv::after {
      height: 100vh; } }

@media (max-width: 999px) {
  #kv .ttlBox {
    width: 100%; } }

.home #kv .ttl {
  position: relative;
  z-index: 2;
  font-size: 54px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 72px;
  text-shadow: #333 0 0 10px; }
  @media (max-width: 999px) {
    .home #kv .ttl {
      font-size: 18px;
      line-height: 36px; } }

#kv .ttl span {
  font-size: 70px;
  color: #f0f6ae; }
  @media (max-width: 999px) {
    #kv .ttl span {
      font-size: 36px; } }

#kv .sttl {
  position: relative;
  z-index: 2;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media (max-width: 999px) {
    #kv .sttl {
      font-size: 14px;
      margin-bottom: 10px; } }

/* 
---------------------------------------
home01
---------------------------------------
*/
#home01 {
  padding: 110px 0; }
  @media (max-width: 999px) {
    #home01 {
      padding: 40px 0; } }

#home01 .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: bold; }
  @media (max-width: 999px) {
    #home01 .ttl {
      font-size: 24px;
      margin-bottom: 0; } }

@media (max-width: 999px) {
  .char5, .char10 {
    font-size: 6px; } }

#home01 small {
  font-weight: bold; }

#home01 small {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  color: #319139;
  font-weight: 600; }
  @media (max-width: 999px) {
    #home01 small {
      margin-bottom: 30px;
      font-size: 18px; } }

#home01 .txt {
  text-align: center;
  line-height: 48px;
  font-size: 18px; }
  @media (max-width: 999px) {
    #home01 .txt {
      line-height: 28px;
      font-size: 12px; } }

#home01 .pics {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }

#home01 .pics .pic {
  position: absolute; }

#home01 .pics .pic1 {
  top: -400px;
  left: 0;
  width: 20vw;
  min-width: 200px; }

#home01 .pics .pic2 {
  top: -300px;
  right: 0;
  width: 20vw;
  min-width: 200px;
  max-width: 300px; }

#home01 .pics2 .pic4 {
  margin: 60px 0 0 40px; }

#home01 .pics2 {
  display: flex;
  flex-wrap: nowrap;
  width: 60vw;
  min-width: 600px;
  max-width: 750px;
  margin: 60px auto 80px; }
  @media (max-width: 999px) {
    #home01 .pics2 {
      margin: 10px auto; } }

@media (max-width: 999px) {
  #home01 .pics3 {
    max-width: 375px;
    margin: 0 auto; } }

/* 
---------------------------------------
home02
---------------------------------------
*/
#home02 {
  position: relative;
  padding: 100px 0 160px; }
  @media (max-width: 999px) {
    #home02 {
      padding: 40px 0 80px; } }

#home02 .bgLeft {
  background: rgba(246, 241, 226, 0.5);
  width: 90%;
  height: 640px;
  position: absolute;
  top: 0;
  z-index: 0; }
  @media (max-width: 999px) {
    #home02 .bgLeft {
      width: 100%; } }

#home02 .ttlDeco {
  font-size: 100px;
  font-weight: bold;
  font-family: 'Asap';
  opacity: .08;
  color: #319139;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: -100px; }
  @media (max-width: 999px) {
    #home02 .ttlDeco {
      font-size: 36px;
      top: -30px; } }

#home02 .boxs1 {
  display: flex;
  z-index: 1; }
  @media (max-width: 999px) {
    #home02 .boxs1 {
      flex-direction: column; } }

#home02 .boxs1 .box_l {
  position: relative;
  width: 20%;
  margin-right: 40px; }
  @media (max-width: 999px) {
    #home02 .boxs1 .box_l {
      width: 100%; } }

#home02 .boxs1 .box_l .ttl {
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  position: relative; }
  @media (max-width: 999px) {
    #home02 .boxs1 .box_l .ttl {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center; } }

#home02 .boxs1 .box_l .ico1 {
  position: absolute;
  left: -200px;
  top: -50px;
  width: 280px;
  z-index: 0; }

#home02 .boxs1 .box_r {
  position: relative;
  width: 66%; }
  @media (max-width: 999px) {
    #home02 .boxs1 .box_r {
      width: 100%; } }

#home02 .boxs1 .box_r .sttl {
  font-size: 28px;
  color: #319139;
  margin-bottom: 10px; }
  @media (max-width: 999px) {
    #home02 .boxs1 .box_r .sttl {
      font-size: 18px;
      margin-bottom: 8px; } }

#home02 .boxs1 .box_r .txt {
  letter-spacing: 1px;
  line-height: 28px; }
  @media (max-width: 999px) {
    #home02 .boxs1 .box_r .txt {
      line-height: 24px;
      font-size: 12px;
      margin-bottom: 20px; } }

@media (max-width: 999px) {
  #home02 .boxs1 .btn1 {
    margin: 0 auto; } }

#home02 .boxs2 {
  position: relative;
  min-width: 1200px;
  width: 80%;
  margin: 60px 0 60px auto;
  z-index: 1; }
  @media (max-width: 999px) {
    #home02 .boxs2 {
      width: 100%;
      min-width: inherit;
      max-width: 360px;
      margin: 30px 0 120px auto; } }

#home02 .boxs2 .pic {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  width: 100%; }
  @media (max-width: 999px) {
    #home02 .boxs2 .pic {
      width: 100%; } }

#home02 .boxs2 .items {
  display: flex;
  width: 100%;
  padding: 0; }
  @media (max-width: 999px) {
    #home02 .boxs2 .items {
      padding: 4% 0 0 0; } }

#home02 .boxs2 .item_l {
  width: 63%;
  margin-left: 2%; }
  @media (max-width: 999px) {
    #home02 .boxs2 .item_l {
      display: none; } }

#home02 .boxs2 .item_r {
  width: 100%;
  position: relative;
  padding: 30px 20px 0 60px; }
  @media (max-width: 999px) {
    #home02 .boxs2 .item_r {
      width: 94%;
      margin: 0 0 0 auto;
      padding: 0; } }

#home02 .boxs2 .item_r .ico1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: -1; }

#home02 .boxs2 .stxt {
  font-size: 20px;
  margin-bottom: 2vw;
  margin-top: 3vw;
  width: 88%; }
  @media (max-width: 999px) {
    #home02 .boxs2 .stxt {
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 0;
      width: 90%;
      margin-left: 14px; } }

#home02 .boxs2 .item {
  display: flex;
  margin-bottom: min(27px, 4vw);
  width: 72%;
  align-items: center; }
  @media (max-width: 999px) {
    #home02 .boxs2 .item {
      width: 96%;
      margin: 0 auto 10px; } }

#home02 .boxs2 .item .txtBox {
  width: 72%;
  max-width: 440px; }
  @media (max-width: 999px) {
    #home02 .boxs2 .item .txtBox {
      max-width: inherit;
      width: 88%; } }

#home02 .boxs2 .item2 {
  margin-left: 4%; }

#home02 .boxs2 .item .ico {
  width: 16%;
  margin-right: 1vw;
  max-width: 110px; }

#home02 .boxs2 .ssttl {
  font-family: "Zen Maru Gothic Medium";
  font-size: 20px;
  color: #319139;
  color: #319139; }
  @media (max-width: 999px) {
    #home02 .boxs2 .ssttl {
      font-size: 14px; } }

#home02 .boxs2 .sstxt {
  line-height: 24px;
  letter-spacing: .8px; }
  @media (max-width: 999px) {
    #home02 .boxs2 .sstxt {
      line-height: 18px;
      font-size: 12px; } }

/* 
---------------------------------------
home03
---------------------------------------
*/
#home03 {
  padding: 80px 0 160px;
  position: relative; }
  @media (max-width: 999px) {
    #home03 {
      padding: 110px 0 80px; } }

#home03 .boxs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 4;
  position: relative; }
  @media (max-width: 999px) {
    #home03 .boxs {
      flex-direction: column; } }

#home03 .boxs .box {
  width: 48%;
  text-align: center; }
  @media (max-width: 999px) {
    #home03 .boxs .box {
      width: 100%;
      margin-bottom: 20px; } }

#home03 .boxs .box .ico1 {
  width: 60px;
  margin: 0 auto 4px; }

#home03 .boxs .box .ico2 {
  width: 48px;
  margin: 0 auto; }

#home03 .ttl {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 0;
  color: #319139; }
  @media (max-width: 999px) {
    #home03 .ttl {
      font-size: 28px; } }

#home03 .ttl .line_l {
  width: 28px;
  margin-right: 20px; }
  @media (max-width: 999px) {
    #home03 .ttl .line_l {
      width: 20px; } }

#home03 .ttl .line_r {
  width: 28px;
  margin-left: 20px; }

#home03 .picBox {
  position: relative;
  margin-bottom: 30px; }

#home03 .picBox .ico2 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px; }

#home03 .picBox .ico3 {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 80px; }
  @media (max-width: 999px) {
    #home03 .picBox .ico3 img {
      width: 90%; } }

#home03 .picBox .ico4 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px; }

#home03 .picBox .ico5 {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 80px; }
  @media (max-width: 999px) {
    #home03 .picBox .ico5 img {
      width: 90%; } }

#home03 .btn {
  margin: 0 auto; }

#home03 .bgDotto {
  width: 90%;
  height: 580px;
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 0;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(../img/bg_dotto_green.png);
  z-index: 0;
  opacity: .2; }
  @media (max-width: 999px) {
    #home03 .bgDotto {
      width: 100%;
      top: 45%;
      height: 720px; } }

/* 
---------------------------------------
home04
---------------------------------------
*/
#home04 {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 999px) {
    #home04 {
      padding: 40px 0; } }

#home04 .boxs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home04 .boxs {
      flex-direction: column-reverse; } }

#home04 .maps {
  width: 60%;
  position: relative;
  z-index: 1;
  height: 52vh;
  max-height: 520px; }
  @media (max-width: 999px) {
    #home04 .maps {
      width: 95%;
      height: 300px; } }

#home04 .maps .map iframe {
  height: 52vh;
  border-radius: 0 40px 40px 0;
  max-height: 520px; }
  @media (max-width: 999px) {
    #home04 .maps .map iframe {
      height: 300px; } }

#home04 .maps .ico2 {
  position: absolute;
  bottom: -60px;
  width: 20%;
  left: 20%;
  max-width: 120px; }
  @media (max-width: 999px) {
    #home04 .maps .ico2 {
      right: 40px;
      left: inherit; } }

#home04 .boxs .box {
  width: 42%;
  margin-left: 4%; }
  @media (max-width: 999px) {
    #home04 .boxs .box {
      width: 90%;
      margin: 0 auto; } }

#home04 .boxs .ttlBox {
  position: relative;
  line-height: 1; }
  @media (max-width: 999px) {
    #home04 .boxs .ttlBox {
      text-align: center; } }

#home04 .boxs .ttlBox .fa-location-dot {
  position: absolute;
  font-size: 180px;
  left: 320px;
  top: -130px;
  color: #319139;
  opacity: .3; }
  @media (max-width: 999px) {
    #home04 .boxs .ttlBox .fa-location-dot {
      font-size: 80px;
      left: 0;
      right: 0;
      top: -60px; } }

#home04 .boxs .ttl {
  font-size: 100px;
  color: #319139;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Asap';
  letter-spacing: 2px; }
  @media (max-width: 999px) {
    #home04 .boxs .ttl {
      font-size: 40px;
      margin-bottom: 20px; } }

#home04 .boxs .txt {
  letter-spacing: 2px;
  line-height: 32px; }
  @media (max-width: 999px) {
    #home04 .boxs .txt {
      line-height: 24px;
      font-size: 12px;
      text-align: center; } }

#home04 .boxs .stxt {
  letter-spacing: 2px;
  margin-bottom: 20px; }
  @media (max-width: 999px) {
    #home04 .boxs .stxt {
      font-size: 12px;
      text-align: center;
      letter-spacing: 0;
      margin-bottom: 10px; } }

#home04 .boxs .stxt .fa-bus {
  color: #319139;
  margin-right: 4px;
  margin-bottom: 20px; }

#home04 .boxs .pic {
  margin-top: 30px;
  width: 126%;
  margin-left: -26%;
  max-width: 780px; }
  @media (max-width: 999px) {
    #home04 .boxs .pic {
      width: 100%;
      margin: 30px auto; } }

@media (max-width: 999px) {
  #home04 .btn1 {
    margin: 0 auto; } }

#home04 .btn {
  width: 215px; }

/* 
---------------------------------------
home05
---------------------------------------
*/
#home05 {
  padding: 0; }
  @media (max-width: 999px) {
    #home05 {
      padding: 60px 0; } }

#home05 small {
  color: #319139;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  display: block;
  text-align: center; }
  @media (max-width: 999px) {
    #home05 small {
      font-size: 20px;
      margin-bottom: 0; } }

#home05 .ttl {
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 999px) {
    #home05 .ttl {
      font-size: 28px;
      margin-bottom: 20px; } }

#home05 .number {
  background-image: url(../img/bg_brown.png);
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  position: relative;
  margin: 0 auto;
  z-index: 2; }

#home05 .box::after {
  content: '';
  height: 1px;
  background: #664928;
  width: 8vw;
  position: absolute;
  left: 0;
  top: 30px;
  position: absolute;
  transform: translate(-58%, 0); }
  @media (max-width: 999px) {
    #home05 .box::after {
      display: none; } }

#home05 .box:first-child::after {
  display: none; }

#home05 .boxs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home05 .boxs {
      flex-wrap: wrap; } }

#home05 .boxs .box {
  width: 23%;
  position: relative; }
  @media (max-width: 999px) {
    #home05 .boxs .box {
      width: 49%; } }

#home05 .boxs .box .item {
  text-align: center;
  margin-top: 20px;
  background: #f7f2e7;
  border-radius: 20px;
  padding: 20px 20px; }
  @media (max-width: 999px) {
    #home05 .boxs .box .item {
      margin-top: -10px;
      padding: 20px 10px;
      margin-bottom: 20px; } }

#home05 .item .sttl {
  font-size: 20px;
  margin-bottom: 10px; }
  @media (max-width: 999px) {
    #home05 .item .sttl {
      font-size: 16px; } }

#home05 .item .pic {
  margin-bottom: 10px; }

#home05 .item .stxt {
  text-align: left; }
  @media (max-width: 999px) {
    #home05 .item .stxt {
      font-size: 12px; } }

#home05 .btn {
  margin: 50px auto 0; }
  @media (max-width: 999px) {
    #home05 .btn {
      margin: 20px auto 0; } }

/* 
---------------------------------------
home06
---------------------------------------
*/
#home06 {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 999px) {
    #home06 {
      padding: 40px 0 10px;
      background: #fff; } }

#home06 .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  padding: 6vh 6vh 6vh;
  background: #fff;
  border-radius: 40px;
  height: 100%;
  max-height: 560px; }
  @media (max-width: 999px) {
    #home06 .inner {
      padding: 0;
      border-radius: 0;
      height: 100%;
      max-height: inherit;
      flex-direction: column;
      width: 90%; } }

#home06 small {
  color: #319139;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px; }
  @media (max-width: 999px) {
    #home06 small {
      font-size: 20px; } }

#home06 .ttl {
  font-size: 35px;
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    #home06 .ttl {
      font-size: 28px;
      margin-bottom: 0; } }

#home06 .contentBox {
  width: 24%;
  position: relative; }
  @media (max-width: 999px) {
    #home06 .contentBox {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: end;
      justify-content: space-between;
      margin-bottom: 30px; } }

#home06 .contentBox .ico1 {
  position: absolute;
  left: 0;
  bottom: -120px;
  max-width: 220px;
  width: 72%; }
  @media (max-width: 999px) {
    #home06 .contentBox .ico1 {
      display: none; } }

#home06 .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 76%; }
  @media (max-width: 999px) {
    #home06 .list {
      width: 100%;
      flex-direction: column;
      z-index: 1; } }

#home06 .list li {
  width: 30%; }
  @media (max-width: 999px) {
    #home06 .list li {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; } }

@media (max-width: 999px) {
  #home06 .list li a {
    width: 36%; } }

@media (max-width: 999px) {
  #home06 .list .item {
    width: 60%; } }

#home06 .list .post-categories {
  background: #f0ead7;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  border-radius: 30px;
  margin: 16px 0; }
  @media (max-width: 999px) {
    #home06 .list .post-categories {
      width: 100px;
      margin: 0;
      font-size: 12px;
      padding: 2px 0 3px; } }

#home06 .list .post-categories li {
  width: 100%;
  color: #3e3e3e;
  margin-bottom: 0; }

@media (max-width: 999px) {
  #home06 .list .post-categories li a {
    width: 100%; } }

#home06 .list time {
  display: block;
  line-height: 24px; }

#home06 .list .sttl {
  font-size: 16px;
  margin-bottom: 6px; }
  @media (max-width: 999px) {
    #home06 .list .sttl {
      font-size: 14px;
      margin-bottom: 2px; } }

#home06 .list .stxt {
  font-size: 13px; }
  @media (max-width: 999px) {
    #home06 .list .stxt {
      font-size: 12px; } }

#home06 .btn2 a {
  display: flex;
  align-items: center; }

#home06 .btn2 img {
  margin-right: 10px; }

#home06 .bgWhite {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 0;
  left: -60%;
  transform: translate(0, -50%);
  background: #fff;
  z-index: 0; }
  @media (max-width: 999px) {
    #home06 .bgWhite {
      display: none; } }

/* 
---------------------------------------
home07
---------------------------------------
*/
#home07 {
  padding: 160px 0;
  position: relative; }
  @media (max-width: 999px) {
    #home07 {
      padding: 100px 0 86px; } }

#home07 .bgDotto {
  width: 60%;
  height: 580px;
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 0;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(../img/bg_dotto_green.png);
  z-index: 0;
  opacity: .2; }
  @media (max-width: 999px) {
    #home07 .bgDotto {
      height: 240px; } }

#home07 .picBox {
  position: relative;
  z-index: 1;
  cursor: pointer; }

@media (min-width: 1000px) {
  #home07 .picBox img {
    border-radius: 100px; } }
@media (max-width: 999px) {
  #home07 .picBox img {
    border-radius: 0 !important; } }

#home07 .picBox::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  height: 29.9vw;
  border-radius: 100px;
  width: 100%;
  max-height: 399px;
  transition: .5s all; }
  @media (max-width: 999px) {
    #home07 .picBox::before {
      display: none; } }

#home07 .picBox:hover::before {
  background: rgba(0, 0, 0, 0);
  transition: .5s all; }

#home07 .ttlBox {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 64px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 999px) {
    #home07 .ttlBox {
      top: -36px;
      line-height: 30px; } }

#home07 .ttl {
  font-size: 28px;
  letter-spacing: 1px; }
  @media (max-width: 999px) {
    #home07 .ttl {
      font-size: 16px; } }

#home07 .ttlBox .ttlDeco {
  font-size: 80px;
  font-weight: 800;
  color: #319139; }
  @media (max-width: 999px) {
    #home07 .ttlBox .ttlDeco {
      font-size: 40px; } }

#home07 .btn3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  justify-content: center; }
  @media (max-width: 999px) {
    #home07 .btn3 {
      font-size: 12px;
      padding: 6px 0;
      width: 160px; } }

#home07 .btn3 a::before,
#home07 .btn3 a::after {
  display: none; }

/*test youtube*/
/* youtube設定 */
#youtube-area {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0; }

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
-------------------------------------
home08
-------------------------------------
*/
@media (min-width: 1000px) {
  #home08 {
    padding-top: 50px;
    padding-bottom: 130px; } }
@media (max-width: 999px) {
  #home08 {
    padding-bottom: 45px; } }

#home08 .pic {
  position: relative; }

#home08 .ttlBox {
  position: absolute;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (min-width: 100px) and (max-width: 350px) {
    #home08 .ttlBox {
      right: 6%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 350px) and (max-width: 450px) {
    #home08 .ttlBox {
      right: 8%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 450px) and (max-width: 550px) {
    #home08 .ttlBox {
      right: 18%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 550px) and (max-width: 650px) {
    #home08 .ttlBox {
      right: 22%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 650px) and (max-width: 750px) {
    #home08 .ttlBox {
      right: 26%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 750px) and (max-width: 850px) {
    #home08 .ttlBox {
      right: 30%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 850px) and (max-width: 999px) {
    #home08 .ttlBox {
      right: 32%;
      width: 182px;
      top: 36%; } }
  @media screen and (min-width: 1000px) and (max-width: 1099px) {
    #home08 .ttlBox {
      right: 8%;
      width: 540px;
      top: 43%; } }
  @media screen and (min-width: 1100px) and (max-width: 2000px) {
    #home08 .ttlBox {
      right: 8%;
      width: 610px;
      top: 43%; } }
  @media screen and (min-width: 1200px) and (max-width: 1299px) {
    #home08 .ttlBox {
      right: 10%;
      width: 640px;
      top: 43%; } }
  @media screen and (min-width: 1300px) and (max-width: 1399px) {
    #home08 .ttlBox {
      right: 12%;
      width: 670px;
      top: 43%; } }
  @media screen and (min-width: 1400px) and (max-width: 1499px) {
    #home08 .ttlBox {
      right: 14%;
      width: 670px;
      top: 43%; } }
  @media screen and (min-width: 1500px) and (max-width: 1599px) {
    #home08 .ttlBox {
      right: 17%;
      width: 670px;
      top: 43%; } }
  @media screen and (min-width: 1600px) and (max-width: 1950px) {
    #home08 .ttlBox {
      right: 20%;
      width: 670px;
      top: 43%; } }
  @media screen and (min-width: 1951px) {
    #home08 .ttlBox {
      right: 24%;
      width: 680px;
      top: 43%; } }
  #home08 .ttlBox a {
    color: #fff; }

@media (min-width: 1000px) {
  #home08 .ttlBox .ttlDeco {
    font-size: 30px;
    font-family: "Zen Maru Gothic Medium";
    margin-bottom: 19px; }
  #home08 .ttlBox .txt {
    line-height: calc(34 / 17);
    margin-bottom: 23px; } }

#home08 .ttlBox .ttl {
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #home08 .ttlBox .ttl {
      line-height: calc(23 / 22); } }

#home08 .ttlBox .ttl .circle {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: relative; }
  @media (max-width: 999px) {
    #home08 .ttlBox .ttl .circle {
      width: 20px;
      height: 20px;
      margin-left: 6.9px; } }
  #home08 .ttlBox .ttl .circle i {
    color: #af7a1d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 12px; }
    @media (max-width: 999px) {
      #home08 .ttlBox .ttl .circle i {
        font-size: 8.5px; } }

#home08 .ttl {
  font-family: 'Asap';
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em; }
  @media (max-width: 999px) {
    #home08 .ttl {
      font-size: 22px; } }
  #home08 .ttl .capitalize {
    margin-right: 10px; }
    @media (max-width: 999px) {
      #home08 .ttl .capitalize {
        margin-right: 0; } }
  #home08 .ttl .uppercase {
    text-transform: uppercase;
    margin-right: 16px; }
    @media (max-width: 999px) {
      #home08 .ttl .uppercase {
        margin-right: 0; } }

#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%; }

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%; }
