@charset "UTF-8";
/* Scss Document - Rise Cube：グリーン〜ブルー・オフホワイト・リーフグリーン */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 5%;
  -webkit-animation: arrowmove 1.4s ease-in-out infinite;
          animation: arrowmove 1.4s ease-in-out infinite;
  margin-bottom: -20px;
  /*Scrollテキストの描写*/
}
.scrolldown span {
  position: absolute;
  left: -1px;
  bottom: 110px;
  color: #2d6b62;
  font-size: 14px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 175px;
  background: linear-gradient(45deg, #21a570 0%, #8cc63f 100%);
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*スクロールダウン*/
.scrolldown2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-animation: arrowmove2 1.4s ease-in-out infinite;
          animation: arrowmove2 1.4s ease-in-out infinite;
}
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .scrolldown2:after {
    top: 90px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .scrolldown2:after {
    top: 60px;
    height: 40px;
  }
}
.scrolldown2:after {
  right: 0;
  /*矢印の形状*/
  width: 1px;
  background: linear-gradient(45deg, #21a570 0%, #8cc63f 100%);
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove2 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
@keyframes arrowmove2 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
.contarea {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.serif {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

.s-serif {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

.font-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

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

html {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
html ::-moz-selection {
  background: #2d6b62;
  color: #fff;
}
html ::selection {
  background: #2d6b62;
  color: #fff;
}

body {
  position: relative;
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
  background-color: #f8f6f1;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tit_lv.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #2d6b62;
  text-align: center;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.en {
    font-size: 20px;
  }
}
.tit_lv.tit-2 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.tit-2 {
    font-size: 50px;
    margin-top: -10px;
  }
}
.tit_lv.tit-3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.tit-3 {
    font-size: 26px;
  }
}
.deco {
  position: absolute;
  z-index: -1;
  font-size: 110px;
  font-weight: 300;
  color: rgba(45, 107, 98, 0.1);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .deco {
    font-size: 70px;
  }
}
.deco_right {
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg) translate(100%, 50%);
          transform: rotate(90deg) translate(100%, 50%);
}
.deco_left {
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg) translate(-50%, -100%);
          transform: rotate(90deg) translate(-50%, -100%);
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #2d6b62;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pagetop:hover {
  opacity: 0.9;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop a::after {
  position: absolute;
  top: 21px;
  left: 19px;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header {
  padding: 10px 10px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 10px;
  }
}
.header_logo {
  position: relative;
  z-index: 100;
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 250px;
    margin: 20px 0 0 20px;
  }
}
.header_logo a img {
  width: 100%;
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header_container .gnav_toggle {
  position: relative;
  z-index: 1010;
  width: 60px;
  height: 60px;
  background: rgba(45, 107, 98, 0.85);
}
.header_container .gnav_toggle span {
  display: block;
  color: transparent;
}
.header_container .gnav_toggle::before, .header_container .gnav_toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 1px;
  background: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle::before {
    top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle::before {
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle::after {
    top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle::after {
    bottom: 40px;
  }
}
.header_container .gnav_toggle span::before {
  content: "MENU";
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle span::before {
    left: 16px;
    bottom: 5px;
    font-size: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle span::before {
    left: 10px;
    bottom: 4px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle.active {
    margin-right: 15px;
  }
}
.header_container .gnav_toggle.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}
.header_container .gnav_toggle.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
}
.header_container .gnav_toggle.active span::before {
  display: none;
}
.header .gnav {
  display: none;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 75px 20px;
  background: #3a8a7e;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  opacity: 1;
}
.header .gnav.active {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: scroll;
}
.header .gnav_content {
  display: block;
  padding: 5px 0;
  font-size: 20px;
}
.header .gnav_content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}
.header .gnav_content a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.mv {
  position: relative;
  height: 90vh;
  background: url(../images/mv-sp.jpg) no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: 100vh;
    max-height: 830px;
    background-image: url(../images/mv-pc.jpg);
  }
}
.mv_read {
  text-align: center;
  margin-top: 20vh;
}
@media print, screen and (min-width: 768px) {
  .mv_read {
    margin-top: 120px;
  }
}
.mv_read h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 0 12px;
}
@media print, screen and (min-width: 768px) {
  .mv_read h2 {
    gap: 12px;
    padding: 0 140px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
  .mv_read h2 {
    padding: 0 60px;
  }
}
.mv_read .mv_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
  padding: 0 12px;
}
@media print, screen and (min-width: 768px) {
  .mv_read .mv_sub {
    margin-top: 20px;
    padding: 0 140px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
  .mv_read .mv_sub {
    padding: 0 60px;
  }
}
.mv_read .mv_copy_item {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0.4rem;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #2d6b62;
  -webkit-box-shadow: 0px 0px 1.8rem 0px rgba(81, 55, 20, 0.1);
          box-shadow: 0px 0px 1.8rem 0px rgba(81, 55, 20, 0.1);
  text-align: left;
}
.mv_read h2 .mv_copy_item {
  color: #2d6b62;
  font-size: 32px;
}
@media print, screen and (min-width: 768px) {
  .mv_read h2 .mv_copy_item {
    font-size: 50px;
  }
}
.mv_read .mv_sub .mv_copy_item {
  color: #2d6b62;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .mv_read .mv_sub .mv_copy_item {
    font-size: 20px;
  }
}
.mv_read img {
  width: 150px;
}
@media print, screen and (min-width: 768px) {
  .mv_read img {
    width: 250px;
  }
}
.mv_image {
  position: absolute;
  top: 0;
  width: 100%;
}
.mv .slick-dots {
  width: 20px;
  bottom: 0;
  left: -35px;
}

.intoro {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intoro {
    height: 400px;
  }
}
.intoro_inner {
  position: relative;
}
.intoro_container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intoro_image {
    position: absolute;
  }
}
.intoro_image img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .intoro_image img {
    -o-object-fit: cover;
       object-fit: cover;
    padding: 30% 0 0 20%;
  }
}
@media print, screen and (min-width: 768px) {
  .intoro_image img {
    padding: 18% 18% 12% 18%;
  }
}
.intoro_txt_1 {
  z-index: 100;
  position: absolute;
  top: 86px;
  right: 20px;
  width: 110px;
  height: 210px;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_1 {
    width: 210px;
    height: 310px;
    top: 186px;
    right: 80px;
  }
}
.intoro_txt_1 .jp_txt {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 27px;
  color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.5;
  top: -46px;
  right: 1.1em;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_1 .jp_txt {
    font-size: 55px;
    top: -86px;
  }
}
.intoro_txt_1 .en_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7eb8ad;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg) translate(70%, 50%);
          transform: rotate(90deg) translate(70%, 50%);
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_1 .en_txt {
    font-size: 25px;
  }
}
.intoro_txt_2 {
  z-index: 100;
  position: absolute;
  top: 200px;
  left: 50px;
  width: 110px;
  height: 210px;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_2 {
    width: 210px;
    height: 310px;
    top: 186px;
    right: 80px;
  }
}
.intoro_txt_2 .jp_txt {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 27px;
  color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_2 .jp_txt {
    font-size: 55px;
    top: 286px;
    left: 1.2em;
  }
}
.intoro_txt_2 .en_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7eb8ad;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg) translate(70%, 50%);
          transform: rotate(90deg) translate(70%, 50%);
  top: 46px;
  right: 110px;
}
@media print, screen and (min-width: 768px) {
  .intoro_txt_2 .en_txt {
    font-size: 25px;
    bottom: -340px;
    right: 150px;
  }
}

.service {
  position: relative;
}
.service_inner {
  position: relative;
  padding: 60px 0 0 0;
}
.service_container {
  position: relative;
}
.service .tit-2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .service .tit-2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.service_wrap {
  background: url(../images/img02.jpg) no-repeat center;
  background-size: cover;
  padding: 40px;
  background-color: #f8f6f1;
}
@media print, screen and (min-width: 768px) {
  .service_wrap {
    padding: 150px 10%;
  }
}
.service_bg {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(5px);
  padding: 40px 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .service_bg {
    padding: 75px 130px;
    font-size: 16px;
    line-height: 2;
  }
}
.service_bg .tit-3 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .service_bg .tit-3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.service_bg .service_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .service_bg .service_ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.service_bg .service_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #2d6b62;
}
.service_bg .service_icon svg {
  width: 28px;
  height: 28px;
}
@media print, screen and (min-width: 768px) {
  .service_bg .service_icon svg {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .service_bg.top .tit-3 {
    margin-bottom: 50px;
  }
}
.service_bg p {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .service_bg p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .service .wrap_box {
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .wrap_box > .service_bg .service_ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service .wrap_box > .service_bg {
    width: 48%;
    padding: 50px;
  }
  .service .wrap_box .h_style {
    min-height: 160px;
  }
}
.service_list {
  margin-top: -5px;
  margin-bottom: 40px;
}
.service_list li {
  list-style-type: disc;
  padding-left: -20px;
  margin-left: 20px;
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .service_list li {
    font-size: 16px;
  }
}
.service .list_last .service_list:last-child {
  margin-bottom: 0;
}

.company {
  position: relative;
}
.company_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_inner {
    padding: 45px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .company_inner {
    padding: 150px 0 0 0;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company_container {
  position: relative;
}
.company_ph {
  margin-bottom: 20px;
  padding: 0 45px;
}
@media print, screen and (min-width: 768px) {
  .company_ph {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company .tit-2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .tit-2 {
    font-size: 34px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.company .list_outline {
  margin: 0 45px;
}
@media print, screen and (min-width: 768px) {
  .company .list_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.company .list_outline dt {
  color: #2d6b62;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .company .list_outline dt {
    width: 20%;
    border-bottom: 1px solid #d8e6e3;
    padding: 30px 0;
  }
}
.company .list_outline dd {
  border-bottom: 1px solid #d8e6e3;
}
@media screen and (max-width: 767px) {
  .company .list_outline dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .list_outline dd {
    width: 80%;
    padding: 30px 0;
  }
}
.company .list_outline dd .list_b {
  margin-bottom: 10px;
}

.voice {
  background: #3a8a7e;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .voice {
    padding: 0 0 150px 0;
  }
}
.voice_inner {
  position: relative;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .voice_inner {
    padding: 150px 0 0 0;
  }
}
.voice_container {
  position: relative;
}
.voice_container .en {
  color: #fff;
}
.voice_container .tit-2 {
  color: #fff;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .voice_container .tit-2 {
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .voice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10%;
  }
}
.voice_list li {
  background: rgba(255, 255, 255, 0.75);
  padding: 40px 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .voice_list li {
    width: 48%;
    line-height: 2;
    padding: 50px;
    font-size: 18px;
  }
}
.voice_list li .voice_name {
  text-align: right;
  padding-top: 10px;
}

.news {
  background: #fff;
  position: relative;
  padding: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .news {
    padding: 150px 0;
  }
}
.news_inner {
  position: relative;
}
.news_container {
  position: relative;
}
.news_container .tit-2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .news_container .tit-2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.news_fb {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_fb {
    max-width: 330px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_fb {
    max-width: 500px;
    margin: 0 auto;
  }
}
.news_fb .fb-page,
.news_fb .fb-page span,
.news_fb iframe {
  width: 100% !important;
}

.contact {
  position: relative;
  background: #f8f6f1;
  padding: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .contact {
    padding: 150px 0;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact_inner {
  position: relative;
}
.contact_container {
  position: relative;
}
.contact_container .tit-2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_container .tit-2 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.contact_txt {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact_txt {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .form_list {
    margin-bottom: 75px;
  }
}
.contact .form_list li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list li {
    font-size: 18px;
  }
}
.contact .form_list li .stit_form {
  padding-bottom: 10px;
  display: inline-block;
}
.contact .form_list li .stit_form .font_s {
  font-size: 13px;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list li .stit_form .font_s {
    font-size: 18px;
  }
}
.contact .form_list li .stit_form .red {
  color: #c1272d;
}
.contact .form_list input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
.contact .form_list textarea {
  width: 100%;
  border: 1px solid #d8e6e3;
  padding: 5px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
  .contact .form_list textarea {
    padding: 10px;
  }
}
.contact .form_list textarea {
  height: 150px;
}
.contact .form_list input[type=radio] {
  margin-right: 5px;
}
.contact .btn_submit {
  background: linear-gradient(45deg, #21a570 0%, #8cc63f 100%);
  display: block;
  width: 250px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 20px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 18px;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit {
    width: 400px;
  }
}
.contact .btn_submit:hover {
  opacity: 0.9;
}
.contact .btn_submit_wrap {
  position: relative;
  width: 250px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit_wrap {
    width: 400px;
  }
}
.contact .btn_submit_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.phone_area {
  margin: -15px 0 20px 0;
  text-align: center;
}
.phone_area .tel_no {
  color: #2d6b62;
  font-size: 35px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  margin-bottom: -10px;
}

.footer_copy {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.info {
  position: relative;
  background: #f8f6f1;
}
.info .info_ph {
  position: relative;
}
.info .info_ph::after {
  content: "Rise Cube";
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgba(45, 107, 98, 0.5);
}
@media screen and (max-width: 767px) {
  .info .info_ph::after {
    width: 100%;
    bottom: -40px;
    left: 0;
  }
}
.info .info_ph::after {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .info .info_ph::after {
    font-size: 122px;
    width: inherit;
    bottom: -100px;
    right: 0;
  }
}
.info_inner {
  position: relative;
  padding: 40px 30px;
}
.info_container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.info_list > li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .info_list > li {
    width: 33%;
    border-right: 1px dotted #2d6b62;
  }
  .info_list > li:last-child {
    border-right: none;
  }
}
.info_list > li .phone_area {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .info_list > li .phone_area {
    text-align: center;
  }
}
.info_list > li .phone_tit {
  color: #2d6b62;
}
@media print, screen and (min-width: 768px) {
  .info_list > li .phone_tit {
    text-align: center;
  }
}
.info_list > li .info_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .info_list > li .info_sns {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-top: 20px;
  }
}
.info_list > li .info_sns li {
  width: 40px;
  margin: 0 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .info_list > li .info_sns li {
    margin: 0 0 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .info_list > li .info_sns li .f_height {
    min-height: 180px;
  }
}
.info .btn_gmap a {
  display: block;
  width: 250px;
  padding: 15px 20px;
  font-size: 18px;
  margin: 20px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  border: 1px solid #2d6b62;
  color: #2d6b62;
}
@media print, screen and (min-width: 768px) {
  .info .btn_gmap a {
    width: 150px;
    height: 40px;
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;
  }
}
.info .btn_gmap a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2d6b62;
  border-right: 2px solid #2d6b62;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .info .btn_gmap a::after {
    right: 8px;
  }
}
.info .btn_gmap a a {
  color: #2d6b62;
}
.info .btn_gmap a:hover {
  opacity: 0.8;
}