@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");


html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #2a2a2a;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-overflow-scrolling: touch;overflow-x:hidden;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 2.8rem;
    line-height: 1.71429;overflow-x:hidden;
  }
}
table{
	width: 85%
}
a {
  color: #2a2a2a;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.body div img {
  width: 100%;
  height: auto;
}

a img:hover {
  animation: zoom .3s;
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

h2 {
  margin: 0 auto 2rem;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  #contents {
    width: 100%;
  }
}

.body {
  background: repeat bottom/100% url(https://www.rakuten.ne.jp/gold/f013455-mori/img/bg.jpg);
}

@media screen and (max-width: 750px) {
  .body {
    background: repeat bottom/340% url(https://www.rakuten.ne.jp/gold/f013455-mori/img/bg.jpg);
  }
}

.mb-2rem {
  margin: 0 0 2rem;
}

.scroll-prevent {
  /* 動き固定 */
  position: fixed;
  /* 奥行きを管理 */
  z-index: -1;
   /* 下2つで背景を元のサイズのまま表示することができる */
  width: 100vw;
  height: 100vh;
}

.bg-not-scroll {
  z-index: 50;
}

.sp-header {
  /* display: none; */
}

.sp-header-open {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 1rem;
  cursor: pointer;
  z-index: 1000;
}

.sp-header-open span {
  content: '';
  /* width:vw(750, 50); */
  width: 5rem;
  height: 2px;
  background-color: #505050;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all .5s ease;
  /* @media screen and (max-width: 500px) { */
}

.sp-header-open span:nth-of-type(1) {
  top: calc(50% - 1.4rem);
}

.sp-header-open span:nth-of-type(2) {
  top: calc(50% - .1rem);
}

.sp-header-open span:nth-of-type(3) {
  top: calc(50% + 1.2rem);
}

@media screen and (max-width: 750px) {
  .sp-header-open span {
    width: 3rem;
  }
  .sp-header-open span:nth-of-type(1) {
    top: calc(50% - 1.7rem);
  }
  .sp-header-open span:nth-of-type(2) {
    top: calc(50% - 0.6rem);
  }
  .sp-header-open span:nth-of-type(3) {
    top: calc(50% + 0.5rem);
  }
}

.sp-header .is-active span:nth-of-type(1) {
  top: calc(50% - 0.6rem);
  transform: rotate(37deg);
}

.sp-header .is-active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

.sp-header .is-active span:nth-of-type(3) {
  top: calc(50% - 0.6rem);
  transform: rotate(-37deg);
}

.sp-header-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all .5s ease-in-out;
  z-index: 100;
}

.sp-header .is-open {
  opacity: 1;
  transform: translate(0, 0);
  max-height: 100vh;
}

.sp-header-content-outer {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
}

.sp-nav-container {
  padding: 0 2rem;
}

@media screen and (max-width: 750px) {
  .sp-nav-container {
    padding: 0;
    overflow: hidden;
    height: 100vh;
  }
}

.sp-nav-iframe {
  padding: 10rem 0 4rem;
}

@media screen and (max-width: 750px) {
  .sp-nav-iframe {
    padding: 0;
  }
}

/* SPメニューOPEN時に適用 */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.header-container {
  /* background-color: #f00; */
  width: 100%;
  line-height: 0;
  font-size: 0;
  height: 75vw;
}

@media screen and (max-width: 1780px) {
  .header-container {
    height: 80vw;
  }
}

@media screen and (max-width: 1600px) {
  .header-container {
    height: 81vw;
  }
}

@media screen and (max-width: 1500px) {
  .header-container {
    height: 84vw;
  }
}

@media screen and (max-width: 1400px) {
  .header-container {
    height: 87vw;
  }
}

@media screen and (max-width: 1300px) {
  .header-container {
    height: 91vw;
  }
}

@media screen and (max-width: 1200px) {
  .header-container {
    height: 104vw;
  }
}

@media screen and (max-width: 1100px) {
  .header-container {
    height: 111vw;
  }
}

@media screen and (max-width: 1000px) {
  .header-container {
    height: 118vw;
  }
}

@media screen and (max-width: 900px) {
  .header-container {
    height: 126vw;
  }
}

@media screen and (max-width: 800px) {
  .header-container {
    height: 139vw;
  }
}

@media screen and (max-width: 750px) {
  .header-container {
    height: 249vw;
  }
}

@media screen and (max-width: 700px) {
  .header-container {
    height: 260vw;
  }
}

@media screen and (max-width: 600px) {
  .header-container {
    height: 276vw;
  }
}

@media screen and (max-width: 540px) {
  .header-container {
    height: 290vw;
  }
}

@media screen and (max-width: 500px) {
  .header-container {
    height: 300vw;
  }
}

@media screen and (max-width: 400px) {
  .header-container {
    height: 320vw;
  }
}

@media screen and (max-width: 350px) {
  .header-container {
    height: 340vw;
  }
}

@media screen and (max-width: 750px) {
  .header-container {
    /*  min-height: 100vh; */
    /* height: 325vw; */
  }
}

.header-iframe {
  width: 100%;
  height: 100%;
}

.notice-wrapper {
  background: repeat center/100% url(../img/notice_bg.png);
}

.notice-outer {
  padding: 4rem 0 6rem;
}

@media screen and (max-width: 750px) {
  .notice-inner {
    padding: 0 2rem;
  }
}

.notice-title {
  width: 29.8rem;
  height: auto;
}

.notice-content {
  width: 58rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .notice-content {
    width: 100%;
  }
}

.notice-text {
  text-align: center;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #main_2.main-container {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  #main_2 .main-box {
    padding-bottom: 0;
  }
}

.main-inner {
  padding: 0;
}

@media screen and (max-width: 750px) {
  .main-inner {
    padding: 0 2rem;
  }
}

.common-title {
  margin: 0 auto 12rem;
  text-align: center;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 750px) {
  .common-title {
    margin: 0 auto 1rem;
  }
}

.common-title .en {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 2rem;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 750px) {
  .common-title .en {
    /* line-height: 1;
      font-size: vw(750,20); */
    font-size: 1rem;
    line-height: 2.35;
    padding-bottom: 0;
  }
}

.common-title .ja {
  display: block;
  font-size: 4.5rem;
  line-height: 1.48889;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .common-title .ja {
    font-size: 2.5rem;
    line-height: 0.94;
    /* line-height: 1;
      font-size: vw(750,50); */
  }
}

.common-title.align-left {
  margin: 0 auto 5rem;
  text-align: left;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: #CDCDCD 6px solid;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 1.7rem;
}

@media screen and (max-width: 750px) {
  .common-title.align-left {
    text-align: center;
  }
}

.common-title.align-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -14px;
  left: 0;
  right: 0;
  border-bottom: #CDCDCD 1px solid;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  .common-title.align-left {
    margin: 0 auto 1rem;
  }
}

.common-title.align-left .en {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 1.7rem;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 750px) {
  .common-title.align-left .en {
    /* line-height: 1;
      font-size: vw(750,20); */
    padding-bottom: 1rem;
    font-size: 0.99rem;
    line-height: 2.37374;
  }
}

.common-title.align-left .ja {
  display: block;
  font-size: 4.5rem;
}

@media screen and (max-width: 750px) {
  .common-title.align-left .ja {
    /* line-height: 1;
      font-size: vw(750,50); */
    font-size: 2.498rem;
    line-height: 0.94075;
  }
}

.content-box {
  padding: 6rem 0 0;
}

@media screen and (max-width: 750px) {
  .content-box {
    padding: 0;
  }
}

.ranking-box .common-title {
  margin: 0 auto 6.5rem;
}

@media screen and (max-width: 750px) {
  .ranking-box .common-title {
    margin: 0 auto 1.25rem;
  }
}

.ranking-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 10rem;
}

@media screen and (max-width: 1200px) {
  .ranking-container {
    /* margin: 0 -7.5rem 10rem; */
  }
}

@media screen and (max-width: 750px) {
  .ranking-container {
    margin-bottom: 2.7rem;
  }
}

.ranking-iframe {
  width: 100%;
   height: 19vw; 
}

@media screen and (max-width: 1200px) {
  .ranking-iframe {
     height: 21vw; 
  }
}

@media screen and (max-width: 750px) {
  .ranking-iframe {
    height: 25rem;
  }
}

.news-box {
  max-width: 880px;
  margin: 0 auto 5rem;
  display: flex;
  position: relative;
  padding: 4.5rem 0;
  border-top: solid 1px #181818;
  border-bottom: solid 1px #181818;
}

@media screen and (max-width: 880px) {
  .news-box {
    width: 100%;
    padding: 2.8rem 1.5rem;box-sizing: border-box;
  }
}

.news-box::after {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 0;
  right: 0;
  border-top: solid 6px #181818;
  border-bottom: solid 6px #181818;
  z-index: -1;
}

.news-box .tategaki-title {
  margin: 0 auto;
  text-align: left;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
  .news-box .tategaki-title {
    margin: 0 2rem 1rem 0;
  }
}

.news-box .tategaki-title .en {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 2rem;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 750px) {
  .news-box .tategaki-title .en {
    /* font-size: vw(750,20); */
    font-size: 0.85rem;
    line-height: 2.76471;
  }
}

.news-box .tategaki-title .ja {
  display: block;
  font-size: 4.5rem;
  margin-top: -1rem;
  padding-right: 1rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .news-box .tategaki-title .ja {
    padding-right: 0;
    /* font-size: vw(750,50); */
    font-size: 2.6rem;
    line-height: 0.90385;
  }
}

.news-box .news-wrap {
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.news-box .news-wrap .news-title {
  font-size: 2.2rem;
  line-height: 1.31818;
  font-weight: bold;
  padding-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .news-box .news-wrap .news-title {
    font-size: 1.35rem;
    line-height: 1.07407;
  }
}

.news-box .news-wrap p {
  font-size: 1.8rem;
  line-height: 1.94444;
}

@media screen and (max-width: 750px) {
  .news-box .news-wrap p {
    font-size: 1rem;
    line-height: 2;
  }
}

.catch-box .common-title {
  margin: 0 auto 6.5rem;
}

@media screen and (max-width: 750px) {
  .catch-box .common-title {
    margin: 0 auto 1.25rem;
  }
}

.catch-banner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catch-banner-container .w100 {
  width: 100%;
}

.catch-banner-container .w50 {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 750px) {
  .catch-banner-container .w50 {
    /* width: calc(50% - .5rem); */
    width: 100%;
    margin: 0;
  }
}

.catch-banner {
  margin: 0 0 2rem;
}

@media screen and (max-width: 750px) {
  .catch-banner {
    margin: 0 0 1rem;
  }
}

/* 寄附金で選ぶ */
.kifu-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 13rem;
  background-color: rgba(4, 138, 81, 0.15);
  /* .more-btn{
    margin-top: 10rem;
    @include sp {
      margin-top: 0;
    }
    a {
      transition: all .3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 1em 2em;
      font-family: $mincho;
      max-width: 470px;
      color: #fff;
      @include fontSizeHeight(2.5rem, 1.6rem);
      background-color: #048A51;
      border: 5px solid #048A51;
      border-radius: 50vh;
      position: relative;
      @include sp {
        max-width: 80vw;
        @include fontSizeHeight(1.6rem, 0.99rem);
      }
      &::after {
        content: '';
        width: 9px;
        height: 9px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: 4rem;
      }
      &:hover {
        color: #048A51;
        background-color: #fff;
        border: 5px solid #ffffff;
        &::after {
          content: '';
          border-top: 1px solid #048A51;
          border-right: 1px solid #048A51;
        }
      }

    }
  } */
}

@media screen and (max-width: 750px) {
  .kifu-wrapper {
    padding: 2.2rem 0 1rem;
  }
}

.kifu-wrapper .common-title {
  margin: 0 auto 10rem;
}

@media screen and (max-width: 750px) {
  .kifu-wrapper .common-title {
    margin: 0 auto 2.5rem;
  }
}

.kifu-wrapper .kifu-iframe {
  /* height: 680px; */
  height: 860px;
}

@media screen and (max-width: 1200px) {
  .kifu-wrapper .kifu-iframe {
    height: 74vw;
  }
}

@media screen and (max-width: 1150px) {
  .kifu-wrapper .kifu-iframe {
    height: 77vw;
  }
}

@media screen and (max-width: 1100px) {
  .kifu-wrapper .kifu-iframe {
    height: 81vw;
  }
}

@media screen and (max-width: 1050px) {
  .kifu-wrapper .kifu-iframe {
    height: 84vw;
  }
}

@media screen and (max-width: 1000px) {
  .kifu-wrapper .kifu-iframe {
    height: 91vw;
  }
}

@media screen and (max-width: 950px) {
  .kifu-wrapper .kifu-iframe {
    height: 95vw;
  }
}

@media screen and (max-width: 900px) {
  .kifu-wrapper .kifu-iframe {
    height: 97vw;
  }
}

@media screen and (max-width: 850px) {
  .kifu-wrapper .kifu-iframe {
    height: 106vw;
  }
}

@media screen and (max-width: 800px) {
  .kifu-wrapper .kifu-iframe {
    height: 112vw;
  }
}

@media screen and (max-width: 750px) {
  .kifu-wrapper .kifu-iframe {
    height: 143vw;
  }
}

@media screen and (max-width: 700px) {
  .kifu-wrapper .kifu-iframe {
    height: 146vw;
  }
}

@media screen and (max-width: 650px) {
  .kifu-wrapper .kifu-iframe {
    height: 149vw;
  }
}

@media screen and (max-width: 600px) {
  .kifu-wrapper .kifu-iframe {
    height: 154vw;
  }
}

@media screen and (max-width: 550px) {
  .kifu-wrapper .kifu-iframe {
    height: 159vw;
  }
}

@media screen and (max-width: 500px) {
  .kifu-wrapper .kifu-iframe {
    height: 169vw;
  }
}

@media screen and (max-width: 450px) {
  .kifu-wrapper .kifu-iframe {
    height: 182vw;
  }
}

@media screen and (max-width: 400px) {
  .kifu-wrapper .kifu-iframe {
    height: 196vw;
  }
}

@media screen and (max-width: 375px) {
  .kifu-wrapper .kifu-iframe {
    height: 203vw;
  }
}

@media screen and (max-width: 350px) {
  .kifu-wrapper .kifu-iframe {
    height: 239vw;
  }
}

@media screen and (max-width: 300px) {
  .kifu-wrapper .kifu-iframe {
    height: 302vw;
  }
}

.main-box {
  /* width: 1200px; */
  padding: 4rem 2rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .main-box {
    width: 100%;
    padding: 4rem 0;
    background: none;
    display: block;
  }
}

.left-container {
  width: 27rem;
}

.left-nav-container {
  position: relative;
}

.left-iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2574px;
}

.right-container {
  max-width: 78rem;
  width: 100%;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .right-container {
    width: 97%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 750px) {
  .right-container {
    width: 100%;
  }
}

.review-box {
  padding-top: 0;
  padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
  .review-box {
    padding-bottom: 2.8rem;
  }
}

.review-title {
  width: 27.3rem;
}

@media screen and (max-width: 750px) {
  .review-title {
    width: 38rem;
  }
}

.review-container {
  width: 100%;
}

.review-iframe {
  width: 100%;
  /*  iframe内の height を rem で */
  height: 58rem;
  height: 580px;
}

@media screen and (max-width: 750px) {
  .review-iframe {
    /* iframeないのheight を px で */
    height: 527px;
  }
}

.newproducts-box {
  padding-bottom: 10rem;
}

@media screen and (max-width: 750px) {
  .newproducts-box {
    padding-bottom: 2.8rem;
  }
}

.newproducts-title {
  width: 12.1rem;
}

@media screen and (max-width: 750px) {
  .newproducts-title {
    width: 17.4rem;
  }
}

.newproducts-container {
  width: 100%;
}

.newproducts-iframe {
  width: 100%;
  height: 72rem;
}

@media screen and (max-width: 750px) {
  .newproducts-iframe {
    height: 38rem;
  }
}

.realtime-container {
  width: 100%;
}

.realtime-iframe {
  width: 100%;
  height: 551px;
}

@media screen and (max-width: 750px) {
  .realtime-iframe {
    height: 400px;
  }
}

/* about */
.about-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 6rem;
}

@media screen and (max-width: 750px) {
  .about-box {
    margin-bottom: 3rem;
  }
}

.about-box.content-box {
  padding: 0 0 6rem;
}

@media screen and (max-width: 750px) {
  .about-box.content-box {
    padding: 0 0 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.about-box .about-header {
  width: 100%;
  margin: 0 auto 11.2rem;
}

@media screen and (max-width: 750px) {
  .about-box .about-header {
    margin: 0 auto 4.35rem;
  }
}

.about-box .about-header img {
  object-fit: cover;
  /*min-height: 540px;*/
}

@media screen and (max-width: 750px) {
  .about-box .about-header img {
    min-height: 170px;
  }
}

.about-box .hokkaido {
  width: 84.5rem;
  /* width: 77.5rem; */
  position: absolute;
  left: 0;
  top: 49rem;
}

@media screen and (min-width: 1920px) {
  .about-box .hokkaido {
    left: 5%;
  }
}

@media screen and (max-width: 1600px) {
  .about-box .hokkaido {
    width: 55vw;
    left: -6rem;
  }
}

@media screen and (max-width: 1200px) {
  .about-box .hokkaido {
    width: 51vw;
    top: 49rem;
    left: -4rem;
  }
}

@media screen and (max-width: 1080px) {
  .about-box .hokkaido {
    width: 71vw;
    top: 47rem;
    left: -4rem;
  }
}

@media screen and (max-width: 750px) {
  .about-box .hokkaido {
    width: 60vw;
    top: 16rem;
    left: -3rem;
  }
}

@media screen and (max-width: 580px) {
  .about-box .hokkaido {
    width: 64%;
    top: 14rem;
    left: -2rem;
  }
}

@media screen and (max-width: 400px) {
  .about-box .hokkaido {
    width: 72%;
    top: 15rem;
    left: -1rem;
  }
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 750px) {
  .about-content {
    padding: 0;
  }
}

.about-content__sec01 {
  position: relative;
  display: flex;
}

@media screen and (max-width: 750px) {
  .about-content__sec01 {
    padding: 0;
  }
}

.about-content__sec01 .left {
  width: 480px;
}

@media screen and (max-width: 750px) {
  .about-content__sec01 .left {
    width: 40%;
  }
}

.about-content__sec01 .left .title {
  /* width: 21.3rem;
        width:vw(1980,250); */
  position: relative;
  width: 65%;
  top: -17rem;
  max-width: 27rem;
  left: 11rem;
}

@media screen and (max-width: 1600px) {
  .about-content__sec01 .left .title {
    max-width: 22rem;
    top: -16rem;
    left: 20rem;
  }
}

@media screen and (max-width: 1200px) {
  .about-content__sec01 .left .title {
    margin: 0 auto;
    display: block;
    max-width: 18rem;
    top: 28rem;
    left: 3rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec01 .left .title {
    width: 36%;
    top: 12rem;
  }
}

@media screen and (max-width: 580px) {
  .about-content__sec01 .left .title {
    width: 46%;
    top: 6.8rem;
    left: 1rem;
  }
}

.about-content__sec01 .right {
  width: auto;
  padding-right: 2rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec01 .right {
    width: 60%;
  }
}

.about-content__sec01 .right h3 {
  font-size: 4rem;
  line-height: 1.575;
  padding-bottom: 6.5rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec01 .right h3 {
    font-size: 1.75rem;
    line-height: 1.42857;
    padding-bottom: 1.5rem;
  }
}

.about-content__sec01 .right p {
  font-size: 2.4rem;
  line-height: 1.79167;
  padding-bottom: 10.8rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec01 .right p {
    font-size: 1rem;
    line-height: 1.8;
    padding-bottom: 2.5rem;
  }
}

.about-content__sec01 .right p span {
  background: linear-gradient(transparent 60%, #FFF150 60%);
}

.about-content__sec02 {
  position: relative;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 1200px) {
  .about-content__sec02 {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec02 {
    padding: 0 1.6rem;
    margin-bottom: 2.75rem;
  }
}

.about-content__sec02 .funkawan-title {
  max-width: 72px;
  height: 274px;
  position: absolute;
  bottom: 7rem;
  left: 10rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec02 .funkawan-title {
    max-width: 35vw;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 3rem;
    top: 43vw;
  }
}

.about-content__sec02 p {
  font-size: 2.4rem;
  line-height: 1.95833;
  margin: 4.8rem 0 0 22rem;
}

@media screen and (max-width: 1200px) {
  .about-content__sec02 p {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec02 p {
    font-size: 1rem;
    line-height: 1.845;
    margin: 2rem 0 0;
    padding-left: 1rem;
  }
}

.about-content__sec03 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .about-content__sec03 {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec03 {
    padding: 0 1.6rem;
  }
}

.about-content__sec03 .left {
  position: relative;
  max-width: 550px;
  margin-top: 13.5rem;
}

@media screen and (max-width: 1200px) {
  .about-content__sec03 .left {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .left {
    max-width: 50%;
    margin-top: 0;
    margin-right: 1rem;
  }
}

.about-content__sec03 .left .title {
  width: 7.2rem;
  position: absolute;
  right: -3rem;
  top: 28rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .left .title {
    right: 0;
    top: 36vw;
    height: 7vw;
    width: auto;
    left: 0.8rem;
  }
}

.about-content__sec03 .left .about-02 {
  max-width: 55rem;
}

.about-content__sec03 .left p {
  font-size: 2.4rem;
  line-height: 1.95833;
  padding: 1rem 8rem 0 0;
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .left p {
    font-size: 1rem;
    line-height: 1.845;
    padding-right: 0;
    padding-top: 1.5rem;
  }
}

.about-content__sec03 .right {
  position: relative;
  max-width: 550px;
}

@media screen and (max-width: 1200px) {
  .about-content__sec03 .right {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .right {
    max-width: 50%;
    margin-left: 1rem;
  }
}

.about-content__sec03 .right .title {
  width: 7.2rem;
  position: absolute;
  left: -3rem;
  top: 1rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .right .title {
    right: 0;
    top: 36vw;
    height: 7vw;
    width: auto;
    left: 0.8rem;
  }
}

.about-content__sec03 .right .about-03 {
  max-width: 55rem;
}

.about-content__sec03 .right p {
  font-size: 2.4rem;
  line-height: 1.95833;
  padding: 1rem 2rem 0 7rem;
}

@media screen and (max-width: 750px) {
  .about-content__sec03 .right p {
    font-size: 1rem;
    line-height: 1.845;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-left: 0.8rem;
  }
}

/* ������λȤ��ߤ� */
.uses-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(4, 138, 81, 0.8);
  color: #fff;
  padding: 12rem 0 6rem;
}

@media screen and (max-width: 750px) {
  .uses-wrapper {
    padding: 1.75rem 1rem;
    margin-bottom: 2rem;  box-sizing: border-box;
  }
}

.uses-wrapper .common-title {
  margin: 0 auto 4.2rem;
}

@media screen and (max-width: 750px) {
  .uses-wrapper .common-title {
    margin: 0 auto 1rem;
  }
}

.uses-wrapper .uses-top-text {
  font-size: 2.2rem;
  line-height: 2.13636;
  margin-bottom: 6rem;
  text-align: center;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 750px) {
  .uses-wrapper .uses-top-text {
    font-size: 1.1rem;
    line-height: 1.61364;
    margin-bottom: 2.35rem;
  }
}

.uses-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .uses-container {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 750px) {
  .uses-container {
    padding: 0;
  }
}

.uses-card {
  color: #048A51;
  background-color: #fff;
  width: calc(100% / 4);
  max-width: 280px;
  min-height: 250px;
  padding: 0 0 4rem;
  margin: 0 auto 6rem;
  font-family: "FOT-TsukuAOldMin Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding: 5px;
  border: solid 2px #048A51;
}

@media screen and (max-width: 1200px) {
  .uses-card {
    width: calc(100% / 4 - 2rem);
  }
}

@media screen and (max-width: 750px) {
  .uses-card {
    width: calc(100% / 4 - 0.7rem);
    margin: 0 auto 1.3rem;
    max-height: 212px;
    /* padding: 1.8rem 0 0.7rem; */
    padding: 1.8rem 0;
    min-height: auto;
    border: solid 1px #048A51;
  }
}

.uses-card::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: solid 3px #fff;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  .uses-card::before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: solid 1px #fff;
  }
}

.uses-number {
  font-size: 5.8rem;
  line-height: 1.25862;
  text-align: center;
  border-bottom: #048A51 4px solid;
  width: 6rem;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 750px) {
  .uses-number {
    font-size: 2.5rem;
    line-height: 0.884;
    border-bottom: #048A51 2px solid;
    width: 4rem;
    padding-bottom: 0.7rem;
    margin: 0 auto 1.5rem;
  }
}

.uses-number::before {
  content: '';
  width: 4.9rem;
  height: 4.9rem;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .uses-number::before {
    width: 6rem;
    height: 6rem;
  }
}

.uses-card-text {
  font-size: 2.1rem;
  line-height: 1.47619;
  letter-spacing: .01em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .uses-card-text {
    font-size: 1.5rem;
    line-height: 1.33333;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .uses-card-text {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .uses-card-text {
    font-size: 0.9rem;
    line-height: 1.38889;
    padding: 0 0.3rem;
    margin-bottom: 20px;
  }
}

.footer-container {
  background-color: rgba(27, 47, 104, 0.8);
  width: 100%;
  height: 2500px;
  /* 750px */
  /* @media screen and (max-width: 1200px) {height: 207vw;}
  @media screen and (max-width: 1150px) {height: 220vw;}
  @media screen and (max-width: 1100px) {height: 232vw;}
  @media screen and (max-width: 1050px) {height: 247vw;}
  @media screen and (max-width: 1000px) {height: 267vw;}
  @media screen and (max-width: 950px) {height: 289vw;}
  @media screen and (max-width: 900px) {height: 323vw;}
  @media screen and (max-width: 850px) {height: 348vw;}
  @media screen and (max-width: 800px) {height: 373vw;}
  @media screen and (max-width: 750px) {height: 310vw;}
  @media screen and (max-width: 700px) {height: 336vw;}
  @media screen and (max-width: 650px) {height: 363vw;}
  @media screen and (max-width: 600px) {height: 403vw;}
  @media screen and (max-width: 550px) {height: 446vw;}
  @media screen and (max-width: 500px) {height: 499vw;}
  @media screen and (max-width: 450px) {height: 590vw;}
  @media screen and (max-width: 400px) {height: 506vw;;}
  @media screen and (max-width: 375px) {height: 907vw;}
  @media screen and (max-width: 350px) {height: 907vw;}
  @media screen and (max-width: 300px) {height: 1040vw;} */
  /*------------------------------------- 
＊以下は
  *font-size: 10pxより小さくならないことにより
  ＊行数が増え、コンテンツの高さが変わるため
  *そのレスポンシブ
  --------------------------------------*/
  /*  @media screen and (max-width: 1097px) {
    height: 764px;
  }

  @media screen and (max-width: 854px) {
    height: 800px;
  }

  @include sp {
    height: 727.5vw;
  }

  @media screen and (max-width: 392px) {
    height: 1020px;
  }

  @media screen and (max-width: 259px) {
    height: 1060px;
  }   */
}

@media screen and (max-width: 1020px) {
  .footer-container {
    height: 2800px;
  }
}

@media screen and (max-width: 750px) {
  .footer-container {
    height: 270vw;
  }
}

@media screen and (max-width: 676px) {
  .footer-container {
    height: 300vw;
  }
}

@media screen and (max-width: 600px) {
  .footer-container {
    height: 360vw;
  }
}

@media screen and (max-width: 530px) {
  .footer-container {
    height: 390vw;
  }
}

@media screen and (max-width: 500px) {
  .footer-container {
    height: 420vw;
  }
}

@media screen and (max-width: 460px) {
  .footer-container {
    height: 512vw;
  }
}

@media screen and (max-width: 400px) {
  .footer-container {
    height: 600vw;
  }
}

@media screen and (max-width: 360px) {
  .footer-container {
    height: 700vw;
  }
}

.footer-container {
  /* background-image: url(footer_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; */
  /* background-color: #505050; */
}
/*# sourceMappingURL=common.css.map */
