.inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top_sp_ham {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 5px;
    width: 50px;
    height: 40px;
    padding: 2.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .top_sp_ham.active {
    background: #fffef7;
  }
  .top_sp_ham span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 36px;
    height: 2px;
    background: #12b468;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top_sp_ham span:nth-of-type(1) {
    top: 30%;
  }
  .top_sp_ham span:nth-of-type(2) {
    top: 50%;
  }
  .top_sp_ham span:nth-of-type(3) {
    top: 70%;
  }
  .top_sp_ham.active span:nth-of-type(1) {
    top: 48.5%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .top_sp_ham.active span:nth-of-type(2) {
    display: none;
  }
  .top_sp_ham.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}

.key {
  height: 750px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/index/key01.jpg) center/cover no-repeat;
}

.key .index_header {
  margin: 0 0 200px;
}

.key .index_header .page_title {
  margin: 0 0 40px;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
}

.key .index_header .header_text {
  font-size: 20px;
  letter-spacing: .2em;
  color: #fff;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
  text-align: center;
}

.key .index_header .header_text .large {
  font-size: 40px;
  letter-spacing: .3em;
}

.key .inner:before {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 80px;
  width: 170px;
  height: 113px;
  background: url(../images/common/forest01.png) center/contain no-repeat;
}

.key .inner:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -300px;
  width: 140px;
  height: 130px;
  background: url(../images/index/sun01.png) center/contain no-repeat;
}

.key .key_text {
  margin: 0 0 80px;
  text-align: center;
}

.key .index_nav {
  padding: 20px 0;
  letter-spacing: .3em;
}

.key .index_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.key .index_nav .item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .key {
    height: 106.6vw;
    padding: 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: center /cover no-repeat;
  }
  .key .index_header {
    margin: 0 0 23.6vw;
  }
  .key .index_header .page_title {
    margin: 0 0 2.6vw;
    font-size: 2.9vw;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
  }
  .key .index_header .header_text {
    font-size: 4.2vw;
    letter-spacing: .2em;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .key .index_header .header_text .large {
    font-size: 8vw;
    letter-spacing: .2em;
  }
  .key .inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10.6vw;
    width: 26.6vw;
    height: 17.6vw;
    background: url(../images/common/forest01.png) center/contain no-repeat;
  }
  .key .inner:after {
    content: "";
    position: absolute;
    right: -2.6vw;
    top: -36vw;
    width: 18.6vw;
    height: 17.2vw;
    background: url(../images/index/sun01.png) center/contain no-repeat;
  }
  .key .key_text {
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
  }
  .key .index_nav {
    display: none;
  }
}

.sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1024px;
  padding: 50px 80px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .left_name {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .3em;
}

.sec01 .left_address {
  margin: 0 0 10px;
  letter-spacing: .1em;
}

.sec01 .left_text01 {
  width: 280px;
  padding: 5px 0;
  margin: 0 0 10px;
  border-radius: 20px;
  background: #12b468;
  font-size: 13px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.sec01 .left_num {
  margin: 0 0 10px;
}

.sec01 .left_num a {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 24px;
  letter-spacing: .2em;
}

.sec01 .left_num a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 22px;
  margin: auto 0;
  background: url(../images/common/tel_icon01.png) center/contain no-repeat;
}

.sec01 .left_list_title {
  font-size: 12px;
}

.sec01 .left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 330px;
}

.sec01 .left_list .item {
  margin: 0 10px 0 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .sec01 {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 13.3vw 5.3vw;
    margin: 0 auto 13.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .left_name {
    margin: 0 0 2.6vw;
    font-size: 8vw;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec01 .left_address {
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec01 .left_text01 {
    width: 74.6vw;
    padding: 1.3vw 0;
    margin: 0 auto 2.6vw;
    border-radius: 20px;
    background: #12b468;
    font-size: 3.4vw;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
  }
  .sec01 .left_num {
    margin: 0 0 5.3vw;
    text-align: center;
  }
  .sec01 .left_num a {
    position: relative;
    padding: 0 0 0 8vw;
    font-size: 8vw;
    letter-spacing: .2em;
  }
  .sec01 .left_num a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4vw;
    height: 5.8vw;
    margin: auto 0;
    background: url(../images/common/tel_icon01.png) center/contain no-repeat;
  }
  .sec01 .left_list_title {
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
  }
  .sec01 .left_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 8vw;
  }
  .sec01 .left_list .item {
    margin: 0 2.6vw 0 0;
    font-size: 4vw;
    line-height: 2;
  }
}

.sec02 {
  padding: 0 0 80px;
}

.sec02 .sec_title {
  position: relative;
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: .2em;
}

.sec02 .sec_title:before {
  content: "NEWS & BLOG";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #12B568;
  letter-spacing: .2em;
}

.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec02 .item {
  width: 210px;
}

.sec02 .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec02 .item:nth-of-type(1) {
  margin: 0 10px 0 0;
}

.sec02 .item:nth-of-type(2) {
  margin: 0 10px 0 0;
}

.sec02 .item:nth-of-type(3) {
  margin: 0 10px 0 0;
}

.sec02 .item_image {
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin: 0 0 10px;
  background: #ddd;
}

.sec02 .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec02 .item_date {
  font-size: 14px;
  letter-spacing: .2em;
}

.sec02 .item_title {
  font-size: 14px;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 13.3vw;
  }
  .sec02 .sec_title {
    position: relative;
    margin: 0 0 8vw;
    font-size: 5.3vw;
    text-align: center;
    letter-spacing: .2em;
  }
  .sec02 .sec_title:before {
    content: "NEWS & BLOG";
    position: absolute;
    top: -8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4.2vw;
    color: #12B568;
    letter-spacing: .2em;
  }
  .sec02 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .item {
    width: 41.8vw;
  }
  .sec02 .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec02 .item:nth-of-type(1) {
    margin: 0 5.3vw 8vw 0;
  }
  .sec02 .item:nth-of-type(2) {
    margin: 0 0 8vw;
  }
  .sec02 .item:nth-of-type(3) {
    margin: 0 5.3vw 0 0;
  }
  .sec02 .item_image {
    width: 41.8vw;
    height: 41.8vw;
    margin: 0 0 2.6vw;
    background: #ddd;
  }
  .sec02 .item_date {
    font-size: 3.7vw;
    letter-spacing: .2em;
  }
  .sec02 .item_title {
    font-size: 3.7vw;
    letter-spacing: .05em;
  }
}

.sec03 {
  padding: 100px 0 180px;
  background: #FFFEF7;
}

.sec03 .inner {
  padding: 0 80px;
}

.sec03 .inner:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -30px;
  width: 167px;
  height: 89px;
  background: url(../images/index/cloud.png) center/contain no-repeat;
}

.sec03 .inner:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -150px;
  width: 470px;
  height: 145px;
  background: url(../images/index/mountain01.png) center/contain no-repeat;
}

.sec03 .sec_title {
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
  font-size: 47px;
  letter-spacing: .3em;
}

.sec03 .sec_title .color {
  color: #12B568;
}

.sec03 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec03 .sec_text {
  width: 580px;
  margin: 0 40px 0 0;
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 26.6vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFEF7;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    left: 2.6vw;
    top: -5.3vw;
    width: 40vw;
    height: 21.3vw;
    background: url(../images/index/cloud.png) center/contain no-repeat;
  }
  .sec03 .inner:after {
    content: "";
    position: absolute;
    right: 2.6vw;
    bottom: -18.6vw;
    width: 53.3vw;
    height: 16.4vw;
    background: url(../images/index/mountain01.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    z-index: 2;
    margin: 0 0 8vw;
    font-size: 9.6vw;
    letter-spacing: .3em;
  }
  .sec03 .sec_title .color {
    color: #12B568;
  }
  .sec03 .flex {
    display: block;
  }
  .sec03 .sec_text {
    width: 100%;
    margin: 0;
    letter-spacing: .1em;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec03 .sec_image {
    float: right;
    width: 25vw;
    height: 80vw;
    margin: 0 0 5.3vw 8vw;
  }
  .sec03 .sec_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec04 {
  padding: 70px 0 0;
  letter-spacing: .1em;
}

.sec04 .sec_title {
  margin: 0 0 100px;
  text-align: center;
}

.sec04 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec04 .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec04 .item:not(:last-of-type) {
  margin: 0 0 50px;
}

.sec04 .textbox {
  width: 470px;
}

.sec04 .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.sec04 .item_title .num {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

.sec04 .item_title .num .large {
  font-size: 32px;
}

.sec04 .item_title .text {
  padding: 0 0 0 10px;
  border-left: 3px solid #12B568;
  margin: 0 0 0 10px;
  font-size: 22px;
}

.sec04 .item_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}

.sec04 .item_image {
  width: 500px;
}

.sec04 .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 18.6vw 5.3vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .1em;
  }
  .sec04 .sec_title {
    margin: 0 0 13.3vw;
    text-align: center;
  }
  .sec04 .item {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec04 .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec04 .item:not(:last-of-type) {
    margin: 0 0 13.3vw;
  }
  .sec04 .textbox {
    width: 100%;
  }
  .sec04 .item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.6vw;
  }
  .sec04 .item_title .num {
    display: inline-block;
    min-width: 10vw;
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.3;
  }
  .sec04 .item_title .num .large {
    font-size: 5.3vw;
  }
  .sec04 .item_title .text {
    padding: 0 0 0 2.6vw;
    border-left: 3px solid #12B568;
    margin: 0 0 0 2.6vw;
    font-size: 5.3vw;
  }
  .sec04 .item_text {
    font-size: 4.2vw;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec04 .item_image {
    width: 100%;
    height: 53.3vw;
    margin: 0 0 2.6vw;
    overflow: hidden;
  }
  .sec04 .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec05 {
  padding: 100px 0;
  background: #FFFEF7;
  letter-spacing: .1em;
}

.sec05 .sec_title {
  position: relative;
  width: 500px;
  margin: 0 auto 70px;
  text-align: center;
}

.sec05 .sec_title:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -20px;
  width: 77px;
  height: 135px;
  background: url(../images/index/tree01.png) center/contain no-repeat;
}

.sec05 .sec_title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  width: 84px;
  height: 124px;
  background: url(../images/index/tree02.png) center/contain no-repeat;
}

.sec05 .sec_title .upper {
  font-size: 31px;
  letter-spacing: .2em;
}

.sec05 .sec_title .lower {
  font-family: "noto serif jp", serif;
  font-size: 44px;
}

.sec05 .sec_title .lower .small {
  font-size: 33px;
}

.sec05 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 940px;
  margin: 0 auto;
}

.sec05 .item {
  width: 450px;
  border: 1px solid #4A330C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.sec05 .item:nth-of-type(1),
.sec05 .item:nth-of-type(3),
.sec05 .item:nth-of-type(5),
.sec05 .item:nth-of-type(7),
.sec05 .item:nth-of-type(9) {
  margin: 0 30px 30px 0;
}

.sec05 .item:nth-of-type(2),
.sec05 .item:nth-of-type(4),
.sec05 .item:nth-of-type(6),
.sec05 .item:nth-of-type(8),
.sec05 .item:nth-of-type(10) {
  margin: 0 0 30px;
}

.sec05 .item_title {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #4A330C;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  line-height: 60px;
}

.sec05 .item_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(../images/index/arrow01.png) center/contain no-repeat;
}

.sec05 .item_title img {
  position: absolute;
  padding: 0 0 0 10px;
}

.sec05 .item:nth-of-type(1) .item_title img {
  top: 10px;
}

.sec05 .item:nth-of-type(2) .item_title img {
  top: 0px;
}

.sec05 .item:nth-of-type(3) .item_title img {
  top: 10px;
}

.sec05 .item:nth-of-type(4) .item_title img {
  top: 15px;
}

.sec05 .item:nth-of-type(5) .item_title img {
  top: 10px;
}

.sec05 .item:nth-of-type(6) .item_title img {
  top: 0px;
}

.sec05 .item:nth-of-type(7) .item_title img {
  top: 10px;
}

.sec05 .item:nth-of-type(8) .item_title {
  line-height: 1.1;
}

.sec05 .item:nth-of-type(8) .item_title img {
  top: 0;
  left: 180px;
}

.sec05 .item:nth-of-type(9) .item_title img {
  top: 0;
}

.sec05 .item:nth-of-type(10) .item_title img {
  top: -5px;
}

.sec05 .item:nth-of-type(11) .item_title img {
  top: 10px;
}

.sec05 .item_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 21.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFEF7;
    letter-spacing: .1em;
  }
  .sec05 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    left: 2.6vw;
    top: -2.6vw;
    width: 13.3vw;
    height: 23.3vw;
    background: url(../images/index/tree01.png) center/contain no-repeat;
  }
  .sec05 .sec_title:after {
    content: "";
    position: absolute;
    right: 2.6vw;
    top: 0vw;
    width: 13.3vw;
    height: 19.6vw;
    background: url(../images/index/tree02.png) center/contain no-repeat;
  }
  .sec05 .sec_title .upper {
    font-size: 5.3vw;
    letter-spacing: .2em;
  }
  .sec05 .sec_title .lower {
    font-family: "noto serif jp", serif;
    font-size: 8vw;
  }
  .sec05 .sec_title .lower .small {
    font-size: 5.3vw;
  }
  .sec05 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .item {
    width: 100%;
    border: 1px solid #4A330C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec05 .item:nth-of-type(1),
  .sec05 .item:nth-of-type(3),
  .sec05 .item:nth-of-type(5),
  .sec05 .item:nth-of-type(7),
  .sec05 .item:nth-of-type(9) {
    margin: 0 0 8vw;
  }
  .sec05 .item:nth-of-type(2),
  .sec05 .item:nth-of-type(4),
  .sec05 .item:nth-of-type(6),
  .sec05 .item:nth-of-type(8),
  .sec05 .item:nth-of-type(10) {
    margin: 0 0 8vw;
  }
  .sec05 .item_title {
    position: relative;
    height: auto;
    padding: 0 0 4.3vw;
    border-bottom: 1px solid #4A330C;
    margin: 0 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 5.3vw;
    line-height: 1.2;
  }
  .sec05 .item_title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 6.6vw;
    height: 6.6vw;
    background: url(../images/index/arrow01.png) center/contain no-repeat;
  }
  .sec05 .item_title img {
    position: absolute;
    padding: 0 0 0 2.6vw;
  }
  .sec05 .item:nth-of-type(1) .item_title img {
    top: -2.6vw;
    width: 7.4vw;
    height: 10.4vw;
  }
  .sec05 .item:nth-of-type(2) .item_title img {
    top: -3.2vw;
    width: 11.2vw;
    height: 13.6vw;
  }
  .sec05 .item:nth-of-type(3) .item_title img {
    top: -2.6vw;
    width: 7.7vw;
    height: 10.4vw;
  }
  .sec05 .item:nth-of-type(4) .item_title img {
    top: 0vw;
    width: 16.2vw;
    height: 6.6vw;
  }
  .sec05 .item:nth-of-type(5) .item_title img {
    top: -2.6vw;
    width: 8.5vw;
    height: 11.2vw;
  }
  .sec05 .item:nth-of-type(6) .item_title img {
    top: -2.6vw;
    width: 10.6vw;
    height: 12.2vw;
  }
  .sec05 .item:nth-of-type(7) .item_title img {
    top: -2.6vw;
    width: 8vw;
    height: 10.9vw;
  }
  .sec05 .item:nth-of-type(8) .item_title {
    line-height: 1.2;
  }
  .sec05 .item:nth-of-type(8) .item_title img {
    top: -1.3vw;
    left: 48vw;
    width: 10.1vw;
    height: 13.3vw;
  }
  .sec05 .item:nth-of-type(9) .item_title img {
    top: -3.5vw;
    width: 9vw;
    height: 13.8vw;
  }
  .sec05 .item:nth-of-type(10) .item_title img {
    top: -4vw;
    width: 13vw;
    height: 13.6vw;
  }
  .sec05 .item:nth-of-type(11) .item_title img {
    top: -2.6vw;
    width: 13vw;
    height: 10.4vw;
  }
  .sec05 .item_text {
    font-style: 4.2vw;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
}
/*# sourceMappingURL=style.css.map */