@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............目次
 * COMMON..............共通パーツ
 * VARIABLE-HIDE.......可変幅による表示非表示
 * HEADER..............ヘッダーパーツ
 * FOOTER..............フッターパーツ
 * CONTENTS............コンテンツ要素
 */

body {
  font-family: "Shippori Mincho", serif;
}



/*------------------------------------*\
    $COMMON
\*------------------------------------*/
header {
  background-color: #0e4d00;
  display: flex;
  justify-content: space-between;
}
header .logo {
  padding-left: 5%;
  width: 26.6%;
}
header .navi {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5%;
}
header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5%;
}


header .navi li {

  padding: 1%;
  text-align: center;
  color: #FFF;
  border-left: 2px solid #20a902;
  font-size: 16px;
}
.menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  /* ===============================================
  ハンバーガーボタンのスタイリング
  =============================================== */
  .menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .hamburger {
    display: block;
    width: 20px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-right: 5%;
  }
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .hamburger span::before {
    top: -5px;
  }
  .hamburger span::after {
    bottom: -5px;
  }
  input[type="checkbox"]:checked + .hamburger span {
    background-color: transparent;
  }
  input[type="checkbox"]:checked + .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + .hamburger span::after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  /* ===============================================
  メニューのスタイリング
  =============================================== */
  .nav {
    position: fixed;
    width: 40%;
    top: 30px;
    right: -120%;
    background-color: #0e4d00;
    color: #fff;
    padding: 10px;
    border-top: 1px solid #fff;
    transition: all 0.5s;
    z-index: 10;
  }
  header .navi {
    width: 100%;
    display: block;
    padding-right: 5%;
  }
  header .navi li {
    padding: 1%;
    text-align: left;
    color: #FFF;
    border-left: none;
    font-size: 16px;
  }
  .nav__item a {
    display: block;
    font-size: 20px;
    padding: 5px 0 5px 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .nav__item a:hover {
    color: #0e4d00;
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ .nav {
    right: 0;
  }
}

.main {
  width: 100%;
}
.main img {
  width: 100%;
}
.content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.contents3-inner-title {
  position: absolute;
  font-size: 2vw;
  color: #0e4d00;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 2%;
  height: 0;
  top: 0;
  left: 10%;
}
.contents3-inner-text01 {
  position: absolute;
  font-size: 1.3vw;
  color: #0e4d00;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 10%;
  height: 0;
  top: 0;
  left: 10%;
}
.contents3-inner-text02 {
  position: absolute;
  font-size: 1.3vw;
  color: #0e4d00;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 16%;
  height: 0;
  top: 0;
  left: 10%;
}
.contents3-inner-text03 {
  position: absolute;
  font-size: 1.3vw;
  color: #0e4d00;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 22%;
  height: 0;
  top: 0;
  left: 10%;
}
.contents4 {
  margin-bottom: 2%;
}
.contents4-inner-title01 {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 2vw;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 11%;
  height: 0;
  top: 0;
  left: 31%;
  line-height: 1;
}
.contents4-inner-title01 div span  {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 8vw;
  color: #0e4d00;
  padding-top: 15%;
  height: 0;
  top: 0;
  left: 30%;
}
.contents4-inner-box {
  position: absolute;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding-top: 20%;
  top: 0;
  width: 100%;
}
.contents4-inner-box:before {
  content: "";
  display: block;
  margin-bottom: 30px;
}
.contents4-inner-box-item {
  border: 2px solid #0e4d00;
  border-radius: 10px;
  width: 30%;
  margin-right: 3%;
  padding: 1.18%;
}
.contents4-inner-box-item .title {
  width: 100%;
  text-align: center;
  font-size: 1vw;
  color: #0e4d00;
  padding-bottom: 3.18%;
}
.contents4-inner-box-item .image {
  width: 100%;
  padding-bottom: 3.18%;
}
.contents4-inner-box-item .text {
  font-size: 1vw;
  width: 100%;
  line-height: 1.375;
  padding-bottom: 3.18%;
}
.contents4-inner-box-item:nth-child(3) {
  margin-right: 0%;
}
.contents5 {
  margin-bottom: 2%;
  position: relative;
}
.bg-image05-inner-textarea {
  position: absolute;
  padding-top: 1.3%;
  left: 12%;
}
.bg-image05-inner-textarea .title01 {
  font-size: 2vw;
  color: #0e4d00;
  font-weight: bold;
}
.bg-image05-inner-textarea .title02 {
  font-weight: 900;
  font-style: normal;
  font-size: 2.71vw;
  color: #fa1515;
  font-weight: bold;
}
.bg-image05-inner-textarea .title02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.57vw;
  color: #000;
  font-weight: bold;
}
.bg-image05-inner-textarea .text {
  width: 44%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.14vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
}
.contents6 {
  margin-bottom: 2%;
  position: relative;
}
.bg-image06-inner-textarea {
  position: absolute;
  padding-top: 6%;
  left: 41%;
}
.bg-image06-inner-textarea .title01 {
  font-size: 1.8vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
}
.bg-image06-inner-textarea .title01 span {
  font-size: 3.57vw;
  color: #0e4d00;
  font-weight: bold;
  font-weight: bold;
}
.bg-image06-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
}

.contents7 {
  margin-bottom: 2%;
  position: relative;
}
.bg-image07-inner-textarea {
  position: absolute;
  padding-top: 11%;
  width: 100%;
}
.bg-image07-inner-textarea .title01 {

  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
}
.bg-image07-inner-textarea .title01 span {
  font-size: 2vw;
  color: #0e4d00;
  font-weight: bold;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #0e4d00;
}
.bg-image07-inner-textarea .text {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.14vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
}
.contents7-inner-box {
  position: absolute;
  display: flex;
	justify-content: left;
	flex-wrap: wrap;
  padding-top: 28%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.contents7-inner-box:before {
  content: "";
  display: block;
  margin-bottom: 30px;
}
.contents7-inner-box-item {
  border: 2px solid #cccccc;
  width: 30%;
  margin-right: 1.5%;
  padding: 1.1%;
  margin-left: 1.5%;
  margin-bottom: 30px;;
}
.contents7-inner-box-item .title {
  width: 100%;
  font-size: 1vw;
  color: #0e4d00;
  padding-bottom: 1.75%;
  font-weight: bold;
  text-align: left;
}
.contents7-inner-box-item .image {
  width: 100%;
  padding-bottom: 8.18%;
}
.contents7-inner-box-item .text {
  font-size: 1vw;
  width: 100%;
  line-height: 1.375;
  font-weight: bold;
  text-align: left;
}
.contents7-inner-box-item:nth-child(3n) {
  margin-right: 0%;
}

.contents8 {
  margin-bottom: 2%;
  position: relative;
  background-color: #E1F2C0;
}
.bg-image08-inner-textarea {
  position: absolute;
  padding-top: 25%;
  left: 0%;
}
.bg-image08-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bg-image08-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 3.1%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 68%;
}
.bg-image08-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 65%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}

.contents9 {
  margin-bottom: 2%;
  position: relative;
  background-color: #E1F2C0;
}
.bg-image09-inner-textarea {
  position: absolute;
  padding-top: 13.15%;
  left: 0%;
}
.bg-image09-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bg-image09-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  padding-bottom: 2%;
  padding-left: 37%;
  padding-top: 19.5%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}

.contents10 {
  margin-bottom: 2%;
  position: relative;
  background-color: #E1F2C0;
}
.bg-image10-inner-textarea {
  position: absolute;
  padding-top: 10.75%;
  left: 0%;
}
.bg-image10-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.bg-image10-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 6.5%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 68%;
}
.bg-image10-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 65%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}

.bg-image10-02-inner-textarea {
  position: absolute;
  padding-top: 46.75%;
  left: 35%;
}
.bg-image10-02-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bg-image10-02-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 6.5%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 100%;
}
.bg-image10-02-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 100%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}

.contents11 {
  margin-bottom: 2%;
  position: relative;
  background-color: #E1F2C0;
}
.bg-image11-inner-textarea {
  position: absolute;
  padding-top: 11%;
  left: 0%;
  width: 100%;
}
.bg-image11-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bg-image11-inner-textarea .title02  {
  font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 4%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 68%;
}
.bg-image11-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 65%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #e1f2c0;
  margin-right: 2%;
}

.bg-image12-inner-textarea {
  position: absolute;
  padding-top: 11%;
  left: 35%;
}
.bg-image12-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
  left: -28%;
  position: relative;
  width: 100%;
}
.bg-image12-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 6.5%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 100%;
}
.bg-image12-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 100%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}


.bg-image13-inner-textarea {
  position: absolute;
  padding-top: 11%;
  left: 0;
}
.bg-image13-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.bg-image13-inner-textarea .title02  {
  font-size: 1.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  color: #000;
  padding-top: 43.5%;
  width: 100%;
  padding-left: 23%;

}
.bg-image13-inner-textarea .title03  {
  font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  width: 100%;
  padding-left: 32%;
  color: #0e4d00;
}
.bg-image13-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 100%;
  padding-bottom: 2%;
  padding-left: 23%;
}
.bg-image13-inner-textarea .text02 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 20 / 14 );
  width: 100%;
  padding-bottom: 2%;
  padding-left: 32%;

}
@media screen and (min-width: 1400px) {
  .bg-image13-inner-textarea .title02  {
    font-size: 1.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    color: #000;
    padding-top: 41.5%;
    width: 100%;
    padding-left: 23%;

  }
  .bg-image13-inner-textarea .title03  {
    font-size: 1.6vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    width: 100%;
    padding-left: 32%;
    color: #0e4d00;
  }
  .bg-image13-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 100%;
    padding-bottom: 1%;
    padding-left: 23%;
  }
  .bg-image13-inner-textarea .text02 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: .8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 20 / 14 );
    width: 100%;
    padding-bottom: 2%;
    padding-left: 32%;

  }

}

.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1.8vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}



.contents14 {
  margin-bottom: 2%;
  position: relative;
  background-color: #E1F2C0;
}
.bg-image14-inner-textarea {
  position: absolute;
  padding-top: 14.5%;
  left: 0%;
  width: 100%;
}
.bg-image14-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bg-image14-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 3.6%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 68%;
}
.bg-image14-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 65%;
  padding-bottom: 2%;
}
.bg-image14-inner-textarea .box-area {
  display: flex;
  justify-content: left;
}
.bg-image14-inner-textarea .box-area .box-area-item {
  font-size: 1vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  text-align: center;
  color: #0e4d00;
  background-color: #e1f2c0;
  margin-right: 2%;
}

.bg-image15-inner-textarea {
  position: absolute;
  padding-top: 11%;
  left: 35%;
}
.bg-image15-inner-textarea .title01 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  text-align: center;
  left: -28%;
  position: relative;
  width: 100%;
}
.bg-image15-inner-textarea .title02  {
font-size: 1.6vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 9.5%;
  padding-bottom: 2%;
  border-bottom: 2px solid #0e4d00;
  width: 100%;
}
.bg-image15-inner-textarea .text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  color: #000;
  margin-top: 1%;
  line-height: calc( 30 / 16 );
  width: 100%;
  padding-bottom: 2%;
}
.box-area {
  display: flex;
  justify-content: left;
}
.box-area .box-area-item {
  font-size: 1vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding: 1%;
  text-align: center;
  color: #0e4d00;
  background-color: #FFF;
  margin-right: 2%;
}

.image15-inner-title {
  font-size: 2.14vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #0e4d00;
  margin-top: 10%;
}
.image15-inner-sub-title {
  font-size: 1.42vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #333333;
}
.image15-inner-item {
  margin-top: 2%;
}
.image15-inner-item-q {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #0e4d00;
  width: 100%;
  padding: 1%;
  color: #FFF;
  font-size: 1.42vw;
}
.image15-inner-item-q span {
  font-size: 2.14vw;
}
.image15-inner-item-a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #FFF;
  width: 100%;
  padding: 1%;
  color: #000000;
  font-size: 1.42vw;
  margin-bottom: 3%;
}
.image15-inner-item-a span {
  font-size: 2.14vw;
  color: #0e4d00;
}


/* 1000px以下 */
@media screen and (max-width: 1000px) {

  .contents3-inner-title {
    position: absolute;
    font-size: 3.57vw;
    color: #0e4d00;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 2%;
    height: 0;
    top: 0;
    left: 10%;
  }
  .contents3-inner-text01 {
    position: absolute;
    font-size: 2vw;
    color: #0e4d00;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10%;
    height: 0;
    top: 0;
    left: 10%;
  }
  .contents3-inner-text02 {
    position: absolute;
    font-size: 2vw;
    color: #0e4d00;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 16%;
    height: 0;
    top: 0;
    left: 10%;
  }
  .contents3-inner-text03 {
    position: absolute;
    font-size: 2vw;
    color: #0e4d00;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 22%;
    height: 0;
    top: 0;
    left: 10%;
  }
  .contents4 {
    margin-bottom: 7% !important;
  }
  .contents4-inner-title01 {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 2.8vw;
    color: #000000;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 11%;
    height: 0;
    top: 0;
    left: 31%;
    line-height: 1;
  }
  .contents4-inner-title01 div span  {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 8vw;
    color: #0e4d00;
    padding-top: 15%;
    height: 0;
    top: 0;
    left: 30%;
  }
  .contents4-inner-box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20%;
    top: 0;
    width: 100%;
  }
  .contents4-inner-box:before {
    content: "";
    display: block;
    margin-bottom: 30px;
  }
  .contents4-inner-box-item {
    border: 2px solid #0e4d00;
    border-radius: 10px;
    width: 30%;
    margin-right: 3%;
    padding: 1.18%;
  }
  .contents4-inner-box-item .title {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    color: #0e4d00;
    padding-bottom: 3.18%;
  }
  .contents4-inner-box-item .image {
    width: 100%;
    padding-bottom: 3.18%;
  }
  .contents4-inner-box-item .text {
    font-size: 2vw;
    width: 100%;
    line-height: 1.375;
    padding-bottom: 3.18%;
  }
  .contents4-inner-box-item:nth-child(3) {
    margin-right: 0%;
  }
  .contents5 {
    margin-bottom: 2%;
    position: relative;
  }
  .bg-image05-inner-textarea {
    position: absolute;
    padding-top: 5.3%;
    left: 12%;
  }
  .bg-image05-inner-textarea .title01 {
    font-size: 2.57vw;
    color: #0e4d00;
    font-weight: bold;
  }
  .bg-image05-inner-textarea .title02 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.71vw;
    color: #fa1515;
    font-weight: bold;
  }
  .bg-image05-inner-textarea .title02 span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 1.57vw;
    color: #000;
    font-weight: bold;
  }
  .bg-image05-inner-textarea .text {
    width: 44%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
  }
  .contents6 {
    margin-bottom: 2%;
    position: relative;
  }
  .bg-image06-inner-textarea {
    position: absolute;
    padding-top: 6%;
    left: 41%;
  }
  .bg-image06-inner-textarea .title01 {
    font-size: 2.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
  }
  .bg-image06-inner-textarea .title01 span {
    font-size: 3.57vw;
    color: #0e4d00;
    font-weight: bold;
    font-weight: bold;
  }
  .bg-image06-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
  }

  .contents7 {
    margin-bottom: 2%;
    position: relative;
  }
  .bg-image07-inner-textarea {
    position: absolute;
    padding-top: 11%;
    width: 100%;
  }
  .bg-image07-inner-textarea .title01 {

    text-align: center;
    font-size: 2.57vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
  }
  .bg-image07-inner-textarea .title01 span {
    font-size: 2.57vw;
    color: #0e4d00;
    font-weight: bold;
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: none;
  }
  .bg-image07-inner-textarea .text {
    text-align: center;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
  }
  .contents7-inner-box {
    position: absolute;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 28%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .contents7-inner-box:before {
    content: "";
    display: block;
    margin-bottom: 30px;
  }
  .contents7-inner-box-item {
    border: 2px solid #cccccc;
    width: 30%;
    margin-right: 1.5%;
    padding: 1.1%;
    margin-left: 1.5%;
    margin-bottom: 30px;;
  }
  .contents7-inner-box-item .title {
    width: 100%;
    font-size: 2vw;
    color: #0e4d00;
    padding-bottom: 1.75%;
    font-weight: bold;
    text-align: left;
  }
  .contents7-inner-box-item .image {
    width: 100%;
    padding-bottom: 8.18%;
  }
  .contents7-inner-box-item .text {
    font-size: 1.8vw;
    width: 100%;
    line-height: 1.375;
    font-weight: bold;
    text-align: left;
  }
  .contents7-inner-box-item:nth-child(3n) {
    margin-right: 0%;
  }

  .contents8 {
    margin-bottom: 2%;
    position: relative;
    background-color: #E1F2C0;
  }
  .bg-image08-inner-textarea {
    position: absolute;
    padding-top: 25%;
    left: 0%;
  }
  .bg-image08-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .bg-image08-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 3.1%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 68%;
  }
  .bg-image08-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 65%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }

  .contents9 {
    margin-bottom: 2%;
    position: relative;
    background-color: #E1F2C0;
  }
  .bg-image09-inner-textarea {
    position: absolute;
    padding-top: 13.15%;
    left: 0%;
  }
  .bg-image09-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .bg-image09-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    padding-bottom: 2%;
    padding-left: 37%;
    padding-top: 19.5%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }

  .contents10 {
    margin-bottom: 2%;
    position: relative;
    background-color: #E1F2C0;
  }
  .bg-image10-inner-textarea {
    position: absolute;
    padding-top: 10.75%;
    left: 0%;
  }
  .bg-image10-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .bg-image10-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 6.5%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 68%;
  }
  .bg-image10-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 65%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }

  .bg-image10-02-inner-textarea {
    position: absolute;
    padding-top: 46.75%;
    left: 35%;
  }
  .bg-image10-02-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .bg-image10-02-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 6.5%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 100%;
  }
  .bg-image10-02-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 100%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }

  .contents11 {
    margin-bottom: 2%;
    position: relative;
    background-color: #E1F2C0;
  }
  .bg-image11-inner-textarea {
    position: absolute;
    padding-top: 11%;
    left: 0%;
    width: 100%;
  }
  .bg-image11-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .bg-image11-inner-textarea .title02  {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 4%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 68%;
  }
  .bg-image11-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 65%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #e1f2c0;
    margin-right: 2%;
  }

  .bg-image12-inner-textarea {
    position: absolute;
    padding-top: 11%;
    left: 35%;
  }
  .bg-image12-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
    left: -28%;
    position: relative;
    width: 100%;
  }
  .bg-image12-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 6.5%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 100%;
  }
  .bg-image12-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 100%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }


  .bg-image13-inner-textarea {
    position: absolute;
    padding-top: 11%;
    left: 0;
  }
  .bg-image13-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .bg-image13-inner-textarea .title02  {
    font-size: 1.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    color: #000;
    padding-top: 43.5%;
    width: 100%;
    padding-left: 23%;

  }
  .bg-image13-inner-textarea .title03  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    width: 100%;
    padding-left: 32%;
    color: #0e4d00;
  }
  .bg-image13-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 100%;
    padding-bottom: 2%;
    padding-left: 23%;
  }
  .bg-image13-inner-textarea .text02 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 20 / 14 );
    width: 100%;
    padding-bottom: 2%;
    padding-left: 32%;

  }

  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }



  .contents14 {
    margin-bottom: 2%;
    position: relative;
    background-color: #E1F2C0;
  }
  .bg-image14-inner-textarea {
    position: absolute;
    padding-top: 14.5%;
    left: 0%;
    width: 100%;
  }
  .bg-image14-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .bg-image14-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 3.6%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 68%;
  }
  .bg-image14-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 65%;
    padding-bottom: 2%;
  }
  .bg-image14-inner-textarea .box-area {
    display: flex;
    justify-content: left;
  }
  .bg-image14-inner-textarea .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 1%;
    text-align: center;
    color: #0e4d00;
    background-color: #e1f2c0;
    margin-right: 2%;
  }

  .bg-image15-inner-textarea {
    position: absolute;
    padding-top: 11%;
    left: 35%;
  }
  .bg-image15-inner-textarea .title01 {
    font-size: 3.14vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
    left: -28%;
    position: relative;
    width: 100%;
  }
  .bg-image15-inner-textarea .title02  {
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
    padding-top: 9.5%;
    padding-bottom: 2%;
    border-bottom: 2px solid #0e4d00;
    width: 100%;
  }
  .bg-image15-inner-textarea .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8vw;
    color: #000;
    margin-top: 1%;
    line-height: calc( 30 / 16 );
    width: 100%;
    padding-bottom: 2%;
  }
  .box-area {
    display: flex;
    justify-content: left;
  }
  .box-area .box-area-item {
    font-size: 1.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 1%;
    text-align: center;
    color: #0e4d00;
    background-color: #FFF;
    margin-right: 2%;
  }

  .image15-inner-title {
    font-size: 2.14vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #0e4d00;
    margin-top: 10%;
  }
  .image15-inner-sub-title {
    font-size: 1.42vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #333333;
  }
  .image15-inner-item {
    margin-top: 2%;
  }
  .image15-inner-item-q {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: #0e4d00;
    width: 100%;
    padding: 1%;
    color: #FFF;
    font-size: 1.8vw;
  }
  .image15-inner-item-q span {
    font-size: 2.14vw;
  }
  .image15-inner-item-a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: #FFF;
    width: 100%;
    padding: 1%;
    color: #000000;
    font-size: 1.8vw;
    margin-bottom: 3%;
  }
  .image15-inner-item-a span {
    font-size: 2.14vw;
    color: #0e4d00;
  }


}


.bg-image10
 {
  background-color: #f5eddc;
  width: 100%;
}
.bg-image10 img
{
  width: 1000px;
  margin: 0 auto;
}
.bg-image12
 {
  background-color: #abc777;
  width: 100%;
}
.bg-image12 img
{
  width: 1000px;
  margin: 0 auto;
}
.bg-image07 {
  background-image: url(../images/image07_bg.png);
  background-size: cover;
  width: 100%;
}
.bg-image07 img {
  width: 1000px;
  margin: 0 auto;
}
.bg-image08 {
  background-image: url(../images/image08_bg.png);
  background-size: cover;
}
.bg-image08 img {
  width: 1000px;
  margin: 0 auto;
}
.bg-image15 {
  background-image: url(../images/image15_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image15 img {
  width: 1000px;
  margin: 0 auto;
}
.entry-area {
  position: relative;
  width: 100%;;
  background-color: #361466;
}
.entry-area-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.entry-area-inner-title{
  position: absolute;
  font-size: 2.2vw;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 5%;
  height: 0;
  top: 0;
  left: 0%;
}
.entry-area-inner-address{
  position: absolute;
  font-size: 1.4vw;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 11%;
  height: 0;
  top: 0;
  left: 0%;
}


.entry-area-date {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
  width: 12%;
}
.entry-area-tel {
  position: absolute;
  right: 0%;
  top: 45%;
  margin: 0 auto;
  width: 38%;
}
.entry-area-btn01 {
  position: absolute;
  right: 26%;
  top: 25%;
  margin: 0 auto;
  width: 12%;
}
.entry-area-btn02 {
  position: absolute;
  right: 13%;
  top: 25%;
  margin: 0 auto;
  width: 12%;
}
.entry-area-btn03 {
  position: absolute;
  right: 0%;
  top: 25%;
  margin: 0 auto;
  width: 12%;
}


.bg-image05
 {
  background-color: #f5eddc;
  width: 100%;
  position: relative;
}

.bg-image05-inner
{
  width: 1000px;
  margin: 0 auto;
}
.bg-image05-top {
  position: absolute;
  right: 6%;
  top: -20px;
  margin: 0 auto;
  width: 41%;
}


@media screen and (max-width: 1000px) {
  .content {
    width: 95%;
    margin: 0 auto;
  }
  .entry-area {
    width: 100%;;
    margin: 0 auto;
  }
  .entry-area-inner {
    width: 95%;
    margin: 0 auto;
  }
  .bg-image05-inner {
    width: 95%;
    margin: 0 auto;
  }
  .bg-image05-top {
    position: absolute;
    right: 6%;
    top: -10px;
    margin: 0 auto;
    width: 41%;
  }
  .content img {
    width: 100%;
  }
}


.contact-area {
  width: 86%;
  max-width:650px;
  margin: 0 auto;
  font-size: 2rem;
}
.contact-area-text {
  margin-top: 45px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .contact-area-text { margin-top: 22.5px; }
}

.contact-area-form dl {
  margin-top: 66px;
}
@media screen and (max-width: 1000px) {
  .contact-area-form dl {
      margin-top: 33px;
  }
}
.contact-area-form dl dt {
  margin-top: 33px;
  margin-bottom: 18px;
}
.contact-area-form dl dd {
  padding: 0;

}
@media screen and (max-width: 1000px) {
  .contact-area-form dt {
      margin-top: 16.5px;
      margin-bottom: 9px;
  }
}
.contact-area-text p span,
.contact-area-form dl dt span
{
  color: #fd0808;
}
.submit-aera {
  width: 170px;
  margin: 20px auto;
}


.company-area  {
  width: 86%;
  max-width:650px;
  margin: 0 auto;
  color: #666666;
  padding-top: 40px;
}
.company-area >  dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AAAAAA;
}
.company-area >  dl:last-child {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

.company-area > dl >  dt,dd {
  padding: 20px 30px;
}


.company-area >  dl >  dt {
  width: 150px;
  font-weight: bold;
}

.company-area >  dl >  dd {
  width: calc(100% - 150px);
}

@media (max-width: 480px) {
  .company-area  {
      padding-top: 20px;
  }

  .company-area >  dl {
    flex-direction: column;
  }
  .company-area >  dl >  dt,.company-area >  dl >  dd {
    width: 100%;
  }
  .company-area >  dl >  dd {
      border-top: 1px solid #AAAAAA;
  }
}


#back-top {
	position: fixed;
	bottom:0px;
	left:0px;
	z-index: 9999;
	cursor: pointer;
	display:inline;
	width:100%;
	padding:20px 0;
	background:rgba(0, 0, 0, 0.5);
	text-align:left;
}
#back-top dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	padding:0 4%;
	margin:0 auto;
}
#back-top dl dt {
	width: 168px;
	height: 60px;
	padding:0px;
	margin:0px;
}
#back-top dl dd {
	width: 168px;
	height: 60px;
	padding:0px;
	margin:0px;
}
#back-top dl dt img,
#back-top dl dd img
 {
	 width:100%;
	 height:auto;
 }