@charset "UTF-8";

/* ------------------------
base
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  position: relative;
}

img {
  width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.note {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.note::before {
  content: "※";
}

.sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 14px !important;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

section {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 933px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 932px) {
  .pc-only {
    display: none !important;
  }

  .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .sp-overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 932px) {
  .mt-30 {
    margin-top: 15px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mt-50 {
    margin-top: 25px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .mt-70 {
    margin-top: 35px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .mt-90 {
    margin-top: 90px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .mt-120 {
    margin-top: 60px;
  }

  .mt-160 {
    margin-top: 80px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-70 {
    margin-bottom: 35px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-90 {
    margin-bottom: 45px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 932px) {
  .pt-30 {
    padding-top: 15px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pt-50 {
    padding-top: 25px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pt-70 {
    padding-top: 35px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pt-90 {
    padding-top: 90px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pt-110 {
    padding-top: 55px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-160 {
    padding-top: 80px;
  }

  .pb-30 {
    padding-bottom: 15px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .pb-50 {
    padding-bottom: 25px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pb-70 {
    padding-bottom: 35px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-90 {
    padding-bottom: 45px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-110 {
    padding-bottom: 55px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }
}

.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 932px) {
  .ptpb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 931px) {
  .flex .col-2 {
    width: 48%;
  }
}


/* ------------------------
header
------------------------ */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  margin:0;
  z-index: 99;
  top: 0;
}
@media screen and (min-width: 933px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 35px 7% 35px 25px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 932px) {
  header {
    padding: 12px;
  }
}

header h1 {
  width: 19.7%;
  max-width: 380px;
  min-width: 198px;
  line-height: 0;
  margin-right: 20px;
}

/* nav */
#menu-btn-check {
  display: none;
}
@media screen and (min-width: 933px) {
  header nav ul {
    display: flex;
    align-items: stretch;
  }
  header nav ul li {
    padding: 0 10px;
    position: relative;
    font-size: 0.8333333333333334vw;
  }
  header nav ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #8CC63F;
    top: 0;
    left: 0;
  }
  header nav ul li:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #8CC63F;
    top: 0;
    right: 0;
  }
  header nav ul li a {
    /* cursor: pointer; */
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    line-height: 1.5;
    font-weight: 500;
  }
  header nav ul li a:hover {
    background: yellow;
  }
}

@media screen and (max-width: 932px) {
  header nav .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    height: 70px;
    width: 72px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #C3D72C;
  }
  header nav .menu-btn span,
  header nav .menu-btn span:before,
  header nav .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 32px;
    background-color: #39B54A;
    position: absolute;
    transition: all 0.3s;
    border-radius: 5px;
  }
  header nav .menu-btn span:before {
    bottom: 12px;
  }
  header nav .menu-btn span:after {
    top: 12px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 70px;
    left: 100%;
    z-index: 99;
    background-color: #C3D72C;
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header nav .menu-content ul {
    padding: 40px 20px 0;
  }
  header nav .menu-content ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 2px #fff;
  }
  header nav .menu-content ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
  }
}

@media screen and (min-width: 1921px) {
  header nav .menu-content ul li {
    font-size: 100%;
  }
}


/* ------------------------
main
------------------------ */
main {
  overflow: hidden;
  font-size: 125%;
  /* padding-top: 150px; */
  background: url(./img/main_bg.jpg) repeat-y;
  background-size: 100% auto
}
@media screen and (max-width: 932px) {
  main {
    /* padding-top: 70px; */
    font-size: 100%;
    background: url(./img/main_bg_sp.jpg) repeat-y;
    background-size: 100% auto
  }
}

.mv .bg {
  position: relative;
  background: url(./img/mv.jpg) no-repeat center center;
  background-size: cover;
  height: 1080px;
}
@media screen and (max-width: 932px) {
  .mv .bg {
    height: 470px;
  }
}

.mv .bg .deco {
  position: absolute;
  bottom: 50px;
  left: 3%;
  width: 18.2%;
  max-width: 350px;
  min-width: 140px ;
  z-index: 2;
}
@media screen and (max-width: 932px) {
  .mv .bg .deco {
    bottom: 77px;
  }
}

@media screen and (max-width: 932px) {
  .mv .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv h2 {
  background: #fff;
  padding: 60px 100px;
  margin-top: -170px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
@media screen and (max-width: 932px) {
  .mv h2 {
    margin-top: -57px;
    padding: 20px 34px;
  }
}

h3.sec-ttl {
  text-align: center;
  margin-bottom: -93px;
}
@media screen and (max-width: 932px) {
  h3.sec-ttl {
    margin-bottom: -40px;
  }
}

h3.sec-ttl img {
  max-width: 740px;
}

p.copy {
  font-weight: bold;
}

p.copy a {
  color: #0096BA;
  text-decoration: underline;
}

section p.txt {
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}

.point .img {
  width: 17.5%;
}

.point p {
  width: 79%;
  font-weight: bold;
  padding: 50px 0;
  border-top: dotted 2px #8CC63F;
  border-bottom: dotted 2px #8CC63F;
}

@media screen and (max-width: 932px) {
  .point .flex {
    display: block;
  }
  .point .img {
    width: 126px;
    margin: 0 auto 10px;
  }
  .point p {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 932px) {
  .sec01 .flex img.col-2:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 932px) {
  .sec02 .flex img {
    margin-bottom: 20px;
  }
  .sec02 .flex:first-of-type p {
    margin-bottom: 20px;
  }
  .sec02 .flex:last-of-type {
    flex-direction: column-reverse;
  }
}

.sec03 .box {
  border: solid 2px #39B54A;
  border-radius: 30px;
  padding: 30px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.sec03 h4 {
  color: #39B54A;
  font-weight: bold;
}

.sec03 ul {
  display: inline-block;
  background-image : linear-gradient(to right, #39B54A 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x; 
  background-position: left top;
}

.sec03 ul li {
  font-size: 80%;
  background-image : linear-gradient(to right, #39B54A 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x; 
  background-position: left bottom;
  padding: 16px 0 16px 40px;
  position: relative;
  font-weight: bold;
}
.sec03 ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 14px;
  left: 0%;
}
.sec03 ul li:nth-child(1)::before {
  background: url(./img/list-num01.png) no-repeat center center;
  background-size: cover;
}
.sec03 ul li:nth-child(2)::before {
  background: url(./img/list-num02.png) no-repeat center center;
  background-size: cover;
}
.sec03 ul li:nth-child(3)::before {
  background: url(./img/list-num03.png) no-repeat center center;
  background-size: cover;
}
.sec03 ul li:nth-child(4)::before {
  background: url(./img/list-num04.png) no-repeat center center;
  background-size: cover;
}
.sec03 ul li:nth-child(5)::before {
  background: url(./img/list-num05.png) no-repeat center center;
  background-size: cover;
}
.sec03 ul li:nth-child(6)::before {
  background: url(./img/list-num06.png) no-repeat center center;
  background-size: cover;
}

.btn {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:0;
  transition: all .3s;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .16));
}
@media screen and (min-width: 933px) {
  .btn:hover {
    top:-10px;
  }
}
@media screen and (max-width: 932px) {
  .flex .btn.col-2:first-of-type {
    margin-bottom: 20px;
  }
}

.sec04 .wrap {
  position: relative;
  z-index: 1;
}

h4.band {
  color: #fff;
  font-weight: bold;
  background: #39B54A;
  width: 300px;
  padding: 2px;
  border: solid 1px #fff;
  border-radius: 50px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 932px) {
  h4.band {
    width: 252px;
    margin-bottom: 14px;
  }
}

.sec04 .inner-1000 {
  position: relative;
}

.sec04 p,
.sec04 ul li {
  font-weight: bold;
}

ul.circle {
  display: inline-block;
}

ul.circle li {
  position: relative;
  padding-left: 1em;
}

ul.circle li::before {
  content: "●";
  color: #39B54A;
  position: absolute;
  left: 0;
}

.sec04 .deco01 {
  position: absolute;
  width: 250px;
  top: 300px;
  left: 60px;
}
@media screen and (max-width: 932px) {
  .sec04 .deco01 {
    width: 97px;
    top: 230px;
    left: 0;
  }
}

.sec04 .deco02 {
  position: absolute;
  width: 180px;
  top: 490px;
  right: 80px;
}
@media screen and (max-width: 932px) {
  .sec04 .deco02 {
    width: 70px;
    top: 437px;
    right: 0;
  }
}

.sec04 .flex .col-2 {
  margin: 0;
}
@media screen and (max-width: 932px) {
  .flex .btn.col-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec05 .tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sec05 .tab {
  width: 30%;
  padding: 12px 0 10px;
  margin: 0 5px;
  text-align: center;
  background-color: #C3D72C;
  color: #fff;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  transition: .4s ease-in-out;
}
.sec05 .tab span {
  font-size: 150%;
  margin-left: 5px;
}
.sec05 .tab:hover,
.sec05 .tab.active {
  background: #39B54A;
}
.sec05 .panel {
  display: none;
  background: #F5F4D4;
  padding: 30px 30px 35px;
  border-radius: 10px;
}
.sec05 .panel.active {
  display: block;
}
.sec05 .panel h4.ttl {
  font-size: 150%;
  color: #39B54A;
  text-align: center;
  margin-bottom: 20px;
}
.sec05 .panel .ph {
  position: relative;
}
@media screen and (min-width: 931px) {
  .sec05 .panel .ph {
    width: 63%;
    height: auto;
  }
  .sec05 .panel .ph .logo {
    position: absolute;
    width: 144px;
    top: 10px;
    left: 10px;
  }
  .sec05 .panel .flex .material {
    width: 37%;
  }
}
.sec05 .panel .recipi01 .ph {
  background: url(./img/sec05_recipi01.jpg) no-repeat center center;
  background-size: cover;
}
.sec05 .panel .recipi02 .ph {
  background: url(./img/sec05_recipi02.jpg) no-repeat center center;
  background-size: cover;
}
.sec05 .panel .recipi03 .ph {
  background: url(./img/sec05_recipi03.jpg) no-repeat center center;
  background-size: cover;
}
.sec05 .panel .flex {
  align-items: stretch;
}
.sec05 .panel .flex .material {
  background: #fff;
  padding: 24px 20px;
}
.sec05 .panel .flex .material h4.band {
  width: 180px;
  border: none;
  padding: 0;
}
.sec05 .panel .flex .material ul li {
  font-size: 80%;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 932px) {
  .sec05 .panel {
    padding: 20px 10px 22px;
  }
  .sec05 .panel h4.ttl {
    font-size: 112.5%;
  }
  .sec05 .panel .ph {
    width: 100%;
    height: 217px;
  }
  .sec05 .panel .ph .logo {
    position: absolute;
    width: 96px;
    top: 5px;
    left: 5px;
  }
  .sec05 .panel .flex .material {
    width: 100%;
  }
  .sec05 .panel .flex .material h4.band {
    font-size: 20px;
  }
  .sec05 .panel .flex .material ul li {
    font-size: 100%;
  }
}

ol.circle-num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.circle-num li {
  font-size: 90%;
  padding-left: 30px;
  position: relative;
}
ol.circle-num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #39B54A;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 932px) {
  ol.circle-num li {
    font-size: 100%;
  }
}

.sec05 ol.circle-num li span {
  color: #39B54A;
}

.sec06 .sub-ttl {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 932px) {
  .sec06 .sub-ttl {
    margin-bottom: 22px;
  }
}

.sec06 .txt-area {
  position: relative;
  width: 100%;
  height: 240px;
  background: #D2EDD2;
  border-radius: 10px;
}
@media screen and (max-width: 932px) {
  .sec06 .txt-area {
    padding: 184px 20px 30px;
    height: auto;
    margin-top: 50px;
  }
}

.sec06 .txt-area .deco01 {
  position: absolute;
  width: 36.5%;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 932px) {
  .sec06 .txt-area .deco01 {
    width: 220px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.sec06 .txt-area .txt-wrap {
  position: absolute;
  width: 54.2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 25px;
  font-weight: bold;
}
@media screen and (max-width: 932px) {
  .sec06 .txt-area .txt-wrap {
    position: initial;
    width: 100%;
    transform: inherit;
  }
}

.sec06 .txt-area .txt-wrap dl {
  background: #fff;
}

.sec06 .txt-area .txt-wrap dt {
  width: 30%;
  line-height: 1.2;
  text-align: center;
  background: #39B54A;
  padding: 8px 10px;
  color: #fff;
}
@media screen and (max-width: 932px) {
  .sec06 .txt-area .txt-wrap dt {
    width: 100%;
  }
}

.sec06 .txt-area .txt-wrap dd {
  width: 70%;
  margin: 0;
  line-height: 1.2;
  padding: 0 14px;
}
@media screen and (max-width: 932px) {
  .sec06 .txt-area .txt-wrap dd {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
}

.sec07 .img {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}
.sec07 .btn {
  max-width: none;
}
@media screen and (min-width: 931px) {
  .sec07 .cap {
    text-align: center;
  }
}
@media screen and (max-width: 932px) {
  .sec07 .cap {
    font-size: 75%!important;
  }
}

.sec08 h3.sec-ttl {
  margin-bottom: -40px;
}
.sec08 .cp-ttl {
  /* width: 362px; */
  width: 307px;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 932px) {
  .sec08 .cp-ttl {
    /* width: 60.5%; */
    width: 56.4%;
    margin-top: 35px;
  }
}
.sec08 .cp-ttl .deco {
  position: absolute;
  /* top: -80px; */
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 595px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec08 .cp-ttl .deco {
    /* top: -45px;
    width: 165%; */
    top: -75px;
    width: 189%;
  }
}
.sec08 .box {
  position: relative;
  z-index: 1;
  background: #E5FFE8;
  border: solid 3px #fff;
  border-radius: 20px;
  padding: 40px 30px 30px;
}
.sec08 .box p.txt {
  font-weight: 700;
  max-width: 100%;
}
.sec08 .box dl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 120%;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 932px) {
  .sec08 .box dl {
    font-size: 100%;
  }
}
.sec08 .box dl dt {
  color: #fff;
  background: #39B54A;
  padding: 10px 20px;
}
@media screen and (max-width: 932px) {
  .sec08 .box dl dt {
    padding: 8px;
    width: 100%;
  }
}
.sec08 .box dl dd {
  color: #39B54A;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
}
@media screen and (max-width: 932px) {
  .sec08 .box dl dd {
    padding: 8px;
    width: 100%;
  }
}

.sec09 dl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 120%;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 932px) {
  .sec09 dl {
    font-size: 100%;
    text-align: center;
  }
}
.sec09 dl dt {
  color: #fff;
  background: #39B54A;
  padding: 10px 20px;
}
@media screen and (max-width: 932px) {
  .sec09 dl dt {
    padding: 8px;
    width: 100%;
  }
}
.sec09 dl dd {
  color: #39B54A;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
}
@media screen and (max-width: 932px) {
  .sec09 dl dd {
    padding: 8px;
    width: 100%;
  }
}
.sec09 .btn {
  max-width: inherit;
}

.logo-dl-area p.ttl,
.bnr-area p.ttl {
  color: #0675C1;
  font-weight: bold;
  font-size: 150%;
}
@media screen and (max-width: 932px) {
  .logo-dl-area p.ttl,
  .bnr-area p.ttl {
    font-size: 112.5%;
  }
}
.logo-dl-area .img {
  background: #F5F5F5;
  border: solid 1px #707070;
  border-radius: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}
@media screen and (max-width: 932px) {
  .logo-dl-area .img {
    padding: 30px;
  }
}
.logo-dl-area .img img {
  max-width: 238px;
  margin: 0 auto;
}
@media screen and (max-width: 932px) {
  .logo-dl-area .img img {
    max-width: 194px;
  }
}

.top-btn-area .btn {
  max-width: inherit;
}


/* ------------------------
footer
------------------------ */
footer {
  border-top: solid 1px #707070;
}

footer p.copyright {
  font-size: 94%;
}