@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
html {
  font-size: 0.09765vw;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}

.logo-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.logo-header .logo-material {
  width: 195rem;
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.logo-header .logo-material img {
  width: 100%;
}

h1 {
  margin: 0px;
}

p {
  margin: 0px;
}

.section-type1 {
  padding: 40rem 40rem 90rem 40rem;
}
.section-type1 .inner {
  margin-left: auto;
  margin-right: auto;
  background: url(../img/common/main_vis.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95rem 95rem 95rem 95rem;
  box-sizing: border-box;
  color: #63960d;
}
.section-type1 .inner .text1 {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  padding: 5rem 10rem 5rem 10rem;
  margin-bottom: 5rem;
  font-size: 16rem;
}
.section-type1 .inner .text2 {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  padding: 5rem 10rem 5rem 10rem;
  font-size: 16rem;
}
.section-type1 .inner .mainvis-text {
  color: #fff;
  width: 90%;
  max-width: 600rem;
  font-size: 18rem;
}
.section-type1 .inner .mainvis-copy {
  padding-top: 40rem;
  padding-bottom: 20rem;
}
.section-type1 .inner .mainvis-copy p {
  font-size: 46rem;
  line-height: 46rem;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20rem;
}
.section-type1 .inner .mainvis-copy h1 {
  font-size: 66rem;
  line-height: 66rem;
  color: #fff;
  font-weight: bold;
}
.section-type1 .inner .mainvis-btn {
  padding-top: 35rem;
}

.section-type3__cover {
  background: url(../img/common/bg_style3.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.btn-style1 {
  background: #2bdcb4;
  display: block;
  width: 90%;
  max-width: 400rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding-top: 15rem;
  padding-bottom: 15rem;
  box-sizing: border-box;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 16rem;
}
.btn-style1:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10rem;
  position: relative;
  top: -2rem;
}

.btn-style2 {
  background: #2bdcb4;
  display: block;
  width: 100%;
  max-width: 514rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding-top: 30rem;
  padding-bottom: 30rem;
  box-sizing: border-box;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 26rem;
  -webkit-filter: drop-shadow(0px 9px 5px rgba(121, 121, 121, 0.15));
          filter: drop-shadow(0px 9px 5px rgba(121, 121, 121, 0.15));
}
.btn-style2:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10rem;
  position: relative;
  top: -2rem;
}

.section-type2 {
  position: relative;
}
.section-type2:before {
  width: calc((100% - 1024rem) / 2);
  position: absolute;
  left: 0px;
  content: "";
  background: #80bb34;
  height: 160rem;
}
.section-type2 .inner {
  width: 94%;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type2 .inner .left {
  width: 600rem;
  position: relative;
  z-index: 300;
  height: 600rem;
}
.section-type2 .inner .left p {
  line-height: 34rem;
  padding-bottom: 18rem;
  font-size: 20rem;
}
.section-type2 .inner .left p:last-child {
  padding-bottom: 0px;
}
.section-type2 .inner .left header {
  margin-bottom: 40rem;
  padding-left: 30rem;
  color: #0a5443;
}
.section-type2 .inner .left header p {
  font-size: 28rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10rem;
}
.section-type2 .inner .left header p span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 20rem;
  z-index: 100;
}
.section-type2 .inner .left header p:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #000;
  top: 18rem;
}
.section-type2 .inner .left header h2 {
  font-size: 48rem;
  line-height: 62rem;
}
.section-type2 .inner .right {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  width: calc(((100% - 690rem) - (100% - 1024rem) / 2));
  height: 600rem;
}
.section-type2 .inner .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600rem;
}

.section-type3 {
  background: #80bb34;
  margin-top: 120rem;
  position: relative;
}
.section-type3 .bg-text1 {
  overflow: hidden;
  width: 100%;
}
.section-type3 .inner {
  position: relative;
  z-index: 300;
}
.section-type3 .inner .theme-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50rem;
  padding-bottom: 80rem;
}
.section-type3 .inner .theme-list li {
  width: 210rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 25rem;
}
.section-type3 .inner .theme-list li:last-child {
  margin-right: 0px;
}
.section-type3 .inner .theme-list li figcaption {
  padding-bottom: 15rem;
  font-size: 20rem;
}
.section-type3 .inner .theme-list li span {
  overflow: hidden;
  width: 200rem;
  height: 200rem;
  display: block;
  border-radius: 100rem;
  border: 5rem solid #fff;
  box-sizing: border-box;
}
.section-type3 .inner .theme-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200rem;
}
.section-type3 .inner .header-title {
  text-align: center;
  padding-top: 70rem;
}
.section-type3 .inner .header-title h2 {
  color: #fff;
  font-size: 36rem;
}

.bg-text1 {
  font-size: 236rem;
  line-height: 236rem;
  font-family: "Baskervville", serif;
  color: #8ec548;
  position: absolute;
  top: -90rem;
}

.section-type4 {
  padding-top: 80rem;
}
.section-type4 .header-title {
  padding-bottom: 80rem;
  display: flex;
  width: 90%;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type4 .header-title .left {
  width: 370rem;
  border-right: 1px solid #32b35c;
}
.section-type4 .header-title .left h2 {
  font-size: 46rem;
  color: #80bb34;
}
.section-type4 .header-title .left p {
  font-size: 18rem;
}
.section-type4 .header-title .right {
  width: calc(100% - 262rem);
  padding-left: 50rem;
}
.section-type4 .header-title .right p {
  font-size: 18rem;
  line-height: 39rem;
}

.future-style__base {
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  height: 595rem;
}
.future-style__base .inner-cont {
  position: relative;
  z-index: 300;
  height: 595rem;
  display: flex;
  align-items: center;
  align-content: center;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.future-style__base .inner-cont .inner-cont__box dl {
  width: 690rem;
  margin-bottom: 25rem;
}
.future-style__base .inner-cont .inner-cont__box dl:last-child {
  margin-bottom: 0px;
}
.future-style__base .inner-cont .inner-cont__box dl dt {
  background: #80bb34;
  display: inline-block;
  padding: 10rem 20rem 10rem 20rem;
  color: #fff;
  font-size: 18rem;
}
.future-style__base .inner-cont .inner-cont__box dl dd {
  background: #fff;
  padding: 20rem;
  font-size: 14rem;
  line-height: 27rem;
}
.future-style__base .inner-cont .inner-cont__box dl dd ul li {
  list-style-type: disc;
  margin-left: 20rem;
}
.future-style__base.future-style__revs .inner-fig {
  left: 0px;
  -webkit-transform: skewX(5deg);
  transform: skewX(5deg);
}
.future-style__base.future-style__revs .inner-cont {
  display: flex;
  justify-content: right;
}
.future-style__base .inner-fig {
  position: absolute;
  z-index: 200;
  height: 595rem;
  width: 606rem;
  top: 0px;
  right: 0px;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.future-style__base .inner-fig img {
  height: 595rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-main__cover {
  background: url(../img/common/bg_style4.png);
  background-repeat: no-repeat;
  background-size: 430rem;
  background-position: top left;
}

.bg-main__cover__inner {
  background: url(../img/common/bg_style2.png);
  background-repeat: no-repeat;
  background-size: 330rem;
  background-position: bottom right;
}

.bg-text2 {
  font-size: 140rem;
  line-height: 110rem;
  position: absolute;
  width: 3000rem;
  top: 0px;
  left: 0px;
  color: #fff;
  font-family: "Baskervville", serif;
}

.bg-text3 {
  font-size: 236rem;
  line-height: 236rem;
  font-family: "Baskervville", serif;
  color: #8ec548;
  position: absolute;
  bottom: 0px;
}

.bg-text5 {
  position: absolute;
  bottom: -20rem;
  font-size: 140rem;
  line-height: 140rem;
  color: #f5f5f5;
  font-family: "Baskervville", serif;
}

.section-type5 {
  background: #80bb34;
  position: relative;
  overflow: hidden;
}
.section-type5 .inner {
  padding-top: 80rem;
  padding-bottom: 35rem;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type5 .inner header {
  color: #fff;
  text-align: center;
  padding-bottom: 45rem;
  position: relative;
  z-index: 300;
}
.section-type5 .inner .list-thumb__list {
  position: relative;
  z-index: 300;
}
.section-type5 .inner .list-thumb__list ul {
  display: flex;
  justify-content: space-between;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.section-type5 .inner .list-thumb__list ul li {
  width: 492rem;
  padding-bottom: 45rem;
}
.section-type5 .inner .list-thumb__list ul li figure {
  color: #fff;
  font-weight: bold;
}
.section-type5 .inner .list-thumb__list ul li figure span {
  display: block;
  height: 200rem;
  overflow: hidden;
  margin-bottom: 20rem;
  border-radius: 10rem;
}
.section-type5 .inner .list-thumb__list ul li figure span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-type5__cover {
  background: url(../img/common/bg_style1.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50%;
}

.section-type6 {
  background: #f5f5f5;
  padding-bottom: 90rem;
  position: relative;
}
.section-type6 .bg-text4 {
  position: absolute;
  bottom: -20rem;
}
.section-type6 .inner {
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type6 .inner header {
  text-align: center;
  padding-top: 90rem;
  padding-bottom: 55rem;
}

.section-type7 .inner {
  padding-top: 100rem;
  padding-bottom: 100rem;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-type7 .inner header {
  text-align: center;
  padding-bottom: 80rem;
}
.section-type7 .inner ol li:last-child dl dt {
  border-right: none;
}
.section-type7 .inner ol li:nth-child(2n) dl dd div {
  background: #8ec14c;
}
.section-type7 .inner ol li:nth-child(3n) dl dd div {
  background: #7eaf3e;
}
.section-type7 .inner ol li:nth-child(4n) dl dd div {
  background: #73a236;
}
.section-type7 .inner ol li:nth-child(5n) dl dd div {
  background: #618a2b;
}
.section-type7 .inner ol li:nth-child(6n) dl dd div {
  background: #577d28;
}
.section-type7 .inner ol li dl {
  display: flex;
}
.section-type7 .inner ol li dl dt {
  width: 160rem;
  position: relative;
  border-right: 1px solid #000;
}
.section-type7 .inner ol li dl dt span {
  font-size: 24rem;
  font-weight: bold;
  display: block;
  position: relative;
  margin-top: -18rem;
}
.section-type7 .inner ol li dl dt:after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background: #80bb34;
  position: absolute;
  right: -5rem;
  top: 0px;
}
.section-type7 .inner ol li dl dd {
  width: calc(100% - 160rem);
  display: flex;
  padding-bottom: 40rem;
}
.section-type7 .inner ol li dl dd:before {
  content: "";
  width: 90rem;
  display: block;
  border-top: 1px solid #000;
  margin-top: 5rem;
}
.section-type7 .inner ol li dl dd div {
  background: #98cd54;
  width: calc(100% - 90rem);
  color: #fff;
  text-align: center;
  position: relative;
  top: -30rem;
  padding-top: 25rem;
  padding-bottom: 25rem;
  font-size: 24rem;
  line-height: 24rem;
  font-weight: bold;
}

.section-type8 {
  background: #f5f5f5;
  position: relative;
  height: 844rem;
}
.section-type8 .inner-content {
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90rem;
}
.section-type8 .inner-content .inner-content__box {
  max-width: 513rem;
}
.section-type8 .inner-content .inner-content__box .box {
  border: 1px solid #000000;
  padding: 15rem 25rem 15rem 25rem;
  margin-bottom: 30rem;
}
.section-type8 .inner-content .inner-content__box h3 {
  font-size: 36rem;
  color: #80bb34;
  padding-bottom: 40rem;
}
.section-type8 .inner-content .inner-content__box h3 small {
  display: block;
  font-size: 18rem;
}
.section-type8 .inner-content .inner-content__box p {
  font-size: 18rem;
  line-height: 38rem;
  padding-bottom: 30rem;
}
.section-type8 .inner-figure {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(((100% - 1024rem) / 2) + 402rem);
  height: 844rem;
}
.section-type8 .inner-figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 844rem;
}

.thumb-list__style1 {
  display: flex;
}
.thumb-list__style1 li {
  width: 234rem;
  margin-right: 30rem;
}
.thumb-list__style1 li figure {
  overflow: hidden;
  border-radius: 10rem;
  margin-bottom: 20rem;
  line-height: 0px;
  font-size: 0px;
}
.thumb-list__style1 li figure img {
  width: 234rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list__style1 li dl dt {
  font-weight: bold;
  font-size: 20rem;
  padding-bottom: 10rem;
}
.thumb-list__style1 li dl dd {
  border-top: 1px solid #80bb34;
  padding-top: 15rem;
  font-size: 14rem;
  line-height: 26rem;
}
.thumb-list__style1 li:last-child {
  margin-right: 0px;
}

.bg-text4 {
  color: #eae9e9;
  font-size: 140rem;
  line-height: 140rem;
  font-family: "Baskervville", serif;
  display: block;
}

.section-type9 {
  padding-top: 80rem;
  padding-bottom: 80rem;
  background: url(../img/common/bg_img1.png);
  background-size: cover;
  background-position: center center;
}
.section-type9 .inner {
  background: #fff;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60rem 60rem 80rem 60rem;
  box-sizing: border-box;
}
.section-type9 .inner header {
  padding-bottom: 35rem;
}
.section-type9 .inner header h2 {
  color: #80bb34;
  font-size: 36rem;
  vertical-align: middle;
}
.section-type9 .inner header h2 span {
  font-size: 14rem;
  display: inline-block;
  padding-left: 15rem;
}
.section-type9 .inner .inner-text {
  font-size: 14rem;
  line-height: 32rem;
}
.section-type9 .inner .inner-text p {
  padding-bottom: 30rem;
}
.section-type9 .inner .inner-text p:last-child {
  padding-bottom: 0px;
}

.section-type10 {
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.section-type10 .inner {
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type10 .inner header {
  text-align: center;
  color: #80bb34;
  font-weight: bold;
  padding-bottom: 60rem;
}
.section-type10 .inner header h2 {
  font-size: 36rem;
  padding-bottom: 10rem;
}
.section-type10 .inner header p {
  font-size: 14rem;
}
.section-type10 .inner .faq-list li {
  padding-bottom: 30rem;
}
.section-type10 .inner .faq-list li:last-child {
  padding-bottom: 0px;
}
.section-type10 .inner .faq-list li dl dt {
  background: #80bb34;
  display: flex;
}
.section-type10 .inner .faq-list li dl dt span:first-child {
  background: #61941f;
  padding: 15rem;
  font-size: 36rem;
  line-height: 36rem;
  color: #fff;
  width: 70rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.section-type10 .inner .faq-list li dl dt span:nth-child(2n) {
  width: calc(100% - 70rem);
  color: #fff;
  padding-left: 30rem;
  padding-top: 22rem;
  font-weight: bold;
  line-height: 26rem;
  padding-right: 30rem;
  padding-bottom: 22rem;
}
.section-type10 .inner .faq-list li dl dd {
  background: #f4f4f4;
  padding: 30rem;
  line-height: 24rem;
}

.cv-area {
  background: url(../img/common/bg_img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.cv-area h2 {
  color: #fff;
  font-size: 36rem;
  padding-bottom: 30rem;
}

.btn-style3 {
  display: block;
  max-width: 539rem;
  text-align: center;
  background: #fff;
  padding-top: 20rem;
  padding-bottom: 20rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 24rem;
  color: #5f9020;
  border-radius: 5rem;
  -webkit-filter: drop-shadow(0px 9px 5px rgba(121, 121, 121, 0.15));
          filter: drop-shadow(0px 9px 5px rgba(121, 121, 121, 0.15));
}

.footer-main {
  text-align: center;
  padding-top: 60rem;
  padding-bottom: 60rem;
  font-size: 12rem;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.material-title__right {
  text-align: right;
  font-size: 46rem;
  color: #80bb34;
  font-weight: bold;
  padding-bottom: 45rem;
}

.material-title__left {
  text-align: left;
  font-size: 46rem;
  color: #80bb34;
  font-weight: bold;
  padding-bottom: 45rem;
}

.sure-link {
  color: #fff;
  text-decoration: none;
  font-size: 14rem;
  padding-top: 10rem;
  display: block;
}
.sure-link a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .section-type2:before {
    width: 2%;
  }
}
@media screen and (max-width: 700px) {
  .section-type1 .inner {
    padding: 95rem 40rem 95rem 40rem;
  }

  .section-type1 {
    padding: 20rem 20rem 45rem 20rem;
  }

  .section-type1 .inner .mainvis-text {
    width: 100%;
  }

  .btn-style1 {
    width: 100%;
    max-width: 100%;
    font-size: 20rem;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .section-type2 .inner .left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-type2 .inner .left header {
    padding-left: 15rem;
  }

  .section-type2 .inner .left {
    height: auto;
  }

  .section-type3 .inner .theme-list {
    width: 100%;
  }
  .section-type3 .inner .theme-list li {
    width: 280rem;
    padding-bottom: 40rem;
  }
  .section-type3 .inner .theme-list li:nth-child(2n) {
    margin-right: 0px;
  }
  .section-type3 .inner .theme-list li:nth-child(3n) {
    padding-bottom: 0px;
  }
  .section-type3 .inner .theme-list li:nth-child(4n) {
    padding-bottom: 0px;
  }
  .section-type3 .inner .theme-list li span {
    width: 280rem;
    height: 280rem;
    border-radius: 140rem;
  }
  .section-type3 .inner .theme-list li span img {
    height: 290rem;
  }

  .bg-text1 {
    font-size: 188rem;
  }

  .section-type4 .header-title {
    display: block;
    width: 100%;
  }
  .section-type4 .header-title .left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30rem;
    border-left: 1px solid #32b35c;
    border-right: none;
    padding-left: 20rem;
    box-sizing: border-box;
  }

  .section-type4 .header-title .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }

  .future-style__base .inner-fig {
    position: relative;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
  }
  .future-style__base .inner-fig img {
    width: 100%;
  }

  .future-style__base {
    height: auto;
  }

  .future-style__base .inner-cont {
    height: auto;
    padding-top: 80rem;
    padding-bottom: 80rem;
    width: 100%;
  }

  .future-style__base .inner-cont .inner-cont__box dl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .future-style__base.future-style__revs .inner-cont {
    display: block;
  }

  .future-style__base.future-style__revs .inner-fig {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
  }
  .future-style__base.future-style__revs .inner-fig img {
    width: 100%;
  }

  .section-type5 .inner .list-thumb__list ul {
    width: 100%;
  }
  .section-type5 .inner .list-thumb__list ul li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .thumb-list__style1 {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .thumb-list__style1 li {
    margin-bottom: 40rem;
    width: 48%;
    margin-right: 4%;
  }
  .thumb-list__style1 li:nth-child(2n) {
    margin-right: 0px;
  }
  .thumb-list__style1 li:nth-child(4n) {
    margin-right: 0px;
  }
  .thumb-list__style1 li figure img {
    width: 100%;
  }

  .future-style__base .inner-cont {
    width: 100%;
  }
  .future-style__base .inner-cont .inner-cont__box {
    width: 100%;
  }

  .section-type7 .inner .bg-text5 {
    width: 100%;
    overflow: hidden;
  }

  .section-type8 .inner-figure {
    position: relative;
  }

  .section-type8 .inner-content .inner-content__box {
    margin-left: auto;
    margin-right: auto;
  }

  .section-type7 .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-type8 {
    height: auto;
  }

  .section-type8 .inner-figure {
    width: 100%;
    height: 400rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 80rem;
  }
  .section-type8 .inner-figure img {
    height: 400rem;
  }

  .section-type8 .inner-content .inner-content__box {
    max-width: 90%;
  }
  .section-type8 .inner-content .inner-content__box .btn-style2 {
    max-width: 100% !important;
  }

  .section-type10 .faq-list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cv-area .inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .thumb-list__style1 li dl dd {
    line-height: 36rem;
  }

  .future-style__base .inner-cont .inner-cont__box dl dd ul li {
    line-height: 36rem;
  }

  .section-type10 .inner .faq-list li dl dd {
    line-height: 36rem;
  }

  .section-type10 .inner .faq-list li dl dt span:nth-child(2n) {
    line-height: 36rem;
  }

  .section-type9 .inner .inner-text p {
    line-height: 42rem;
  }

  .section-type9 .inner {
    margin-left: 20rem;
    margin-right: 20rem;
    padding: 50rem 50rem 60rem 50rem;
  }

  .section-type2 .inner .left p {
    line-height: 36rem;
  }

  .section-type1 .inner .mainvis-text {
    line-height: 36rem;
  }

  .bg-main__cover__inner {
    background: none;
  }

  .material-title__right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .material-title__left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=common.css.map */