@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

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

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.f-din {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

header.header {
  padding: 1rem 0 0 2.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header.header .logo {
  width: 20rem;
  display: block;
  position: relative;
}

@media screen and (max-width: 750px) {
  header.header {
    width: 100%;
    padding: 10px 0 0;
  }
  header.header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 11rem;
    pointer-events: none;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  }
  header.header .logo {
    width: 150px;
    margin: 0 auto;
  }
}
footer.footer {
  overflow: hidden;
}
footer.footer .footer_wrap .footer_area {
  position: relative;
}
footer.footer .footer_wrap .footer_area .note_box .note {
  font-size: 1.4rem;
  font-size: max(10px, 1.07vw);
  font-weight: 300;
  line-height: 1.4;
  color: #14532D;
  text-align: right;
  position: absolute;
  top: 23rem;
  right: 23rem;
}
footer.footer .footer_wrap .footer_area .contact_box {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 9rem;
}
footer.footer .footer_wrap .footer_area .contact_box .copy {
  font-size: 3.8rem;
  font-size: max(28px, 2.92vw);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
footer.footer .footer_wrap .footer_area .contact_box .copy .s1 {
  font-size: 4rem;
  font-size: max(30px, 3.07vw);
}
footer.footer .footer_wrap .footer_area .contact_box .copy .space {
  width: 13vw;
  display: inline-block;
}
footer.footer .footer_wrap .footer_area .contact_box .btn_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem 0;
  width: 59rem;
  margin: 6rem auto 0;
}
footer.footer .footer_wrap .footer_area .contact_box .com_btn.search {
  width: 100%;
}
footer.footer .footer_wrap .footer_area .contact_box .p1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 4rem 0 0;
}
footer.footer .footer_wrap .footer_area .contact_box .p2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.5rem 0 0;
}

@media screen and (max-width: 750px) {
  footer.footer .footer_wrap {
    margin: 16rem 0 0;
  }
  footer.footer .footer_wrap .footer_area .bg_box {
    width: 100%;
    height: 111rem;
  }
  footer.footer .footer_wrap .footer_area .bg_box img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    -o-object-fit: center top;
       object-fit: center top;
  }
  footer.footer .footer_wrap .footer_area .note_box .note {
    font-size: 2.4rem;
    top: 3rem;
    right: 1rem;
  }
  footer.footer .footer_wrap .footer_area .contact_box {
    bottom: 15rem;
  }
  footer.footer .footer_wrap .footer_area .contact_box .copy {
    font-size: 3.8rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  footer.footer .footer_wrap .footer_area .contact_box .copy .s1 {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  footer.footer .footer_wrap .footer_area .contact_box .copy .space {
    width: 15rem;
  }
  footer.footer .footer_wrap .footer_area .contact_box .btn_outer {
    gap: 1.4rem 0;
    width: 64rem;
    margin: 8rem auto 0;
  }
  footer.footer .footer_wrap .footer_area .contact_box .com_btn {
    width: 31rem;
  }
  footer.footer .footer_wrap .footer_area .contact_box .p1 {
    font-size: 3rem;
    margin: 4rem 0 0;
  }
  footer.footer .footer_wrap .footer_area .contact_box .p2 {
    font-size: 2.4rem;
    margin: 0.5rem 0 0;
  }
}
.com_btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29rem;
  height: 8rem;
  border-radius: 1.6rem;
}
.com_btn .txt {
  font-size: 1.9rem;
  font-weight: 700;
  color: #14532D;
}

.com_btn.request {
  background: #E9F5ED;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(233, 245, 237)), to(rgb(183, 228, 199)));
  background: linear-gradient(0deg, rgb(233, 245, 237) 0%, rgb(183, 228, 199) 100%);
}

.com_btn.reserve {
  border: 2px solid #AECDBA;
  background: #F8F5F0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 245, 240)), to(rgb(223, 222, 221)));
  background: linear-gradient(0deg, rgb(248, 245, 240) 0%, rgb(223, 222, 221) 100%);
}

.com_btn.search {
  background: #14532D;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(20, 83, 45)), to(rgb(183, 228, 199)));
  background: linear-gradient(0deg, rgb(20, 83, 45) 0%, rgb(183, 228, 199) 100%);
}
.com_btn.search .txt {
  color: #fff;
}

.com_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .com_btn {
    width: 36rem;
    height: 10rem;
    border-radius: 1.6rem;
  }
  .com_btn .txt {
    font-size: 2.8rem;
  }
  .com_btn:hover {
    opacity: 1;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

.com-cap.w100 {
  right: 2.5rem;
}

.com-cap.left.w100 {
  left: 2.5rem;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
  .com-cap.w100 {
    right: 1rem;
  }
  .com-cap.left.w100 {
    left: 1rem;
  }
}
.com-copy {
  position: relative;
}
.com-copy .accent {
  width: 42rem;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  position: absolute;
  top: -6rem;
  left: 1rem;
  z-index: -1;
}
.com-copy .note {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.com-copy .com-lead {
  margin: 2.5rem 0 0;
}
.com-copy .com-txt {
  margin: 2rem 0 0;
}

.com-ttl {
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
}

.com-num {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-10%, #14532D), color-stop(98%, #B7E4C7));
  background: linear-gradient(0deg, #14532D -10%, #B7E4C7 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.com-num .s1 {
  font-size: 12.9rem;
}

.com-lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #14532D;
}

.com-txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .com-copy .accent {
    width: 42rem;
  }
  .com-copy .note {
    font-size: 2.2rem;
  }
  .com-copy .com-lead {
    margin: 3rem 0 0;
  }
  .com-copy .com-txt {
    margin: 3rem 0 0;
  }
  .com-ttl {
    font-size: 3rem;
  }
  .com-num {
    font-size: 5rem;
  }
  .com-lead {
    font-size: 3.8rem;
  }
  .com-txt {
    font-size: 2.6rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 104rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-w1300 {
  width: 130rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-w1300 {
    width: 100%;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_scale {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_scale_on {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.com_mask {
  display: block;
  mask-image: linear-gradient(110deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(110deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
.com_mask_on {
  -webkit-animation: mask-animation 1.3s linear forwards;
          animation: mask-animation 1.3s linear forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
.com_clip {
  clip-path: inset(0 100% 0 0);
}
.com_clip_on {
  -webkit-transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  clip-path: inset(0);
}

#pageTop {
  background: #F8F5F0;
}
#pageTop .main_wrap {
  padding: 0 12rem 7rem 0;
  background: #F3FDF7;
  background: linear-gradient(153deg, rgb(243, 253, 247) 60%, rgb(183, 228, 199) 100%);
}
#pageTop .main_wrap .main_area {
  background: #F8F5F0;
  border-radius: 0 0 1rem 0;
  overflow: hidden;
  padding: 14rem 0 11rem;
  position: relative;
  z-index: 1;
}
#pageTop .main_wrap .main_area .accent_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 57rem;
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#pageTop .main_wrap .main_area .img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  display: block;
  mask-image: linear-gradient(110deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(110deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
#pageTop .main_wrap .main_area .img_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_area .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_area .main_box {
  width: 57%;
  text-align: center;
  display: inline-block;
}
#pageTop .main_wrap .main_area .main_box .copy_outer {
  font-weight: 700;
}
#pageTop .main_wrap .main_area .main_box .copy_outer .lead {
  font-size: 4.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #14532D;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .main_wrap .main_area .main_box .copy_outer .txt {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 2.6rem 0 0;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#pageTop .main_wrap .main_area .main_box .copy_outer .txt .s1 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #D9340A;
}
#pageTop .main_wrap .main_area .main_box .num_outer {
  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;
  gap: 0 2rem;
  margin: 5rem 0 0;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#pageTop .main_wrap .main_area .main_box .num_outer .num {
  width: 19rem;
  text-align: center;
}
#pageTop .main_wrap .main_area .main_box .num_outer .line {
  width: 50%;
  height: 1px;
  background: #C9A866;
}
#pageTop .main_wrap .main_area .main_box .num_outer .p1 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #C9A866;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
}
#pageTop .main_wrap .main_area .main_box .num_outer .p1 .s1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#pageTop .main_wrap .main_area .main_box .num_outer .p2 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #a68c58), color-stop(70%, #c9a866));
  background: linear-gradient(0deg, #a68c58 26%, #c9a866 70%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#pageTop .main_wrap .main_area .main_box .num_outer .p2 .s1 {
  font-size: 8rem;
}
#pageTop .main_wrap .main_area .main_box .num_outer .p3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 1rem 0 0;
}
#pageTop .main_wrap .btn_area {
  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;
  gap: 0 3rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#pageTop .main_wrap.act .main_area .accent_box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#pageTop .main_wrap.act .main_area .img_box {
  -webkit-animation: mask-animation 1.3s linear forwards;
          animation: mask-animation 1.3s linear forwards;
}
#pageTop .main_wrap.act .main_area .main_box .copy_outer .lead {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .main_wrap.act .main_area .main_box .copy_outer .txt {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .main_wrap.act .main_area .main_box .num_outer {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap {
    padding: 0 3rem 4rem 0;
  }
  #pageTop .main_wrap .main_area {
    padding: 17rem 0 5rem;
  }
  #pageTop .main_wrap .main_area .img_box {
    top: auto;
    bottom: 0;
    right: 0;
    width: 46rem;
    height: 67rem;
  }
  #pageTop .main_wrap .main_area .img_box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10rem;
    height: 100%;
    background: #FFFFFF;
    background: linear-gradient(277deg, rgba(248, 245, 240, 0) 30%, rgb(248, 245, 240) 100%);
  }
  #pageTop .main_wrap .main_area .img_box img {
    -o-object-position: center top;
       object-position: center top;
  }
  #pageTop .main_wrap .main_area .main_box {
    width: 100%;
  }
  #pageTop .main_wrap .main_area .main_box .copy_outer .lead {
    font-size: 3.4rem;
  }
  #pageTop .main_wrap .main_area .main_box .copy_outer .txt {
    font-size: 2.8rem;
    margin: 3.6rem 0 0;
  }
  #pageTop .main_wrap .main_area .main_box .copy_outer .txt .s1 {
    font-size: 3.4rem;
  }
  #pageTop .main_wrap .main_area .main_box .num_outer {
    gap: 5rem 4rem;
    width: 38rem;
    margin: 7rem 0 0;
  }
  #pageTop .main_wrap .main_area .main_box .num_outer .num {
    width: 32rem;
  }
  #pageTop .main_wrap .main_area .main_box .num_outer .p1 {
    font-size: 2.4rem;
    gap: 0 1rem;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 3px rgba(255, 255, 255, 0.5), 1px -1px 3px rgba(255, 255, 255, 0.5), -1px -1px 3px rgba(255, 255, 255, 0.5);
  }
  #pageTop .main_wrap .main_area .main_box .num_outer .p2 {
    font-size: 5rem;
  }
  #pageTop .main_wrap .main_area .main_box .num_outer .p2 .s1 {
    font-size: 8rem;
  }
  #pageTop .main_wrap .main_area .main_box .num_outer .p3 {
    font-size: 2rem;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 3px rgba(255, 255, 255, 0.5), 1px -1px 3px rgba(255, 255, 255, 0.5), -1px -1px 3px rgba(255, 255, 255, 0.5);
  }
  #pageTop .main_wrap .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
    padding: 0 1rem 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
#pageTop .intro_wrap {
  padding: 13rem 0 0;
}
#pageTop .intro_wrap .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 8rem;
}
#pageTop .intro_wrap .flex_area .img_box {
  width: 51rem;
  border-radius: 0 1.6rem 1.6rem 0;
  overflow: hidden;
}
#pageTop .intro_wrap .flex_area .copy_box {
  width: 46rem;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap {
    padding: 10rem 0 0;
  }
  #pageTop .intro_wrap .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  #pageTop .intro_wrap .flex_area .img_box {
    width: 70rem;
    height: 47rem;
    border-radius: 0 1.6rem 1.6rem 0;
    margin: 5rem 0 0;
  }
  #pageTop .intro_wrap .flex_area .img_box .img {
    width: 100%;
    height: 100%;
  }
  #pageTop .intro_wrap .flex_area .img_box img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageTop .intro_wrap .flex_area .copy_box {
    width: 100%;
    padding: 0 3rem;
  }
}
#pageTop .com-copy .com-num.m_op {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .ttl_com_area .ttl_box {
  position: relative;
}
#pageTop .ttl_com_area .ttl_box .back_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 17rem;
}
#pageTop .ttl_com_area .ttl_box .loop_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url(../../build/img/top/back_txt_1.png) repeat-x;
  background-size: contain;
  -webkit-animation: loop-scroll 20s linear infinite;
          animation: loop-scroll 20s linear infinite;
}
@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#pageTop .ttl_com_area .ttl_box .ttl_img {
  width: 52rem;
  -webkit-box-shadow: 5rem 5rem 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 5rem 5rem 30px 0px rgba(0, 0, 0, 0.06);
  margin: 0 auto 7rem;
  position: relative;
}
#pageTop .ttl_com_area .ttl_box .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  text-align: center;
}
#pageTop .ttl_com_area .ttl_box .p1 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.7em;
}
#pageTop .ttl_com_area .ttl_box .p2 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #14532D;
  margin: 2rem 0 0;
}
#pageTop .ttl_com_area .ttl_box .note {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #14532D;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .ttl_com_area .ttl_box .back_txt {
    height: 12rem;
  }
  #pageTop .ttl_com_area .ttl_box .ttl_img {
    width: 60rem;
    margin: 0 auto 13rem;
  }
  #pageTop .ttl_com_area .ttl_box .p1 {
    font-size: 2.6rem;
  }
  #pageTop .ttl_com_area .ttl_box .p2 {
    font-size: 4.4rem;
    line-height: 1.4;
    margin: 3rem 0 0;
  }
  #pageTop .ttl_com_area .ttl_box .note {
    font-size: 2.4rem;
  }
}
#pageTop .purpose_wrap {
  margin: 12rem 0 0;
}
#pageTop .purpose_wrap .flex_outer {
  margin: 8rem 0 0;
  position: relative;
}
#pageTop .purpose_wrap .flex_outer::before {
  content: "";
  width: 100%;
  height: 43rem;
  background: #F0FEF5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 254, 245, 0)), to(rgb(240, 254, 245)));
  background: linear-gradient(0deg, rgba(240, 254, 245, 0) 0%, rgb(240, 254, 245) 100%);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: -1;
}
#pageTop .purpose_wrap .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 6rem;
}
#pageTop .purpose_wrap .flex_area .copy_box {
  width: 57rem;
}
#pageTop .purpose_wrap .flex_area .copy_box .accent {
  top: -9rem;
}
#pageTop .purpose_wrap .flex_area .copy_box .img {
  width: 25rem;
  position: absolute;
  top: -3rem;
  right: 0;
}
#pageTop .purpose_wrap .flex_area .copy_box .i_2,
#pageTop .purpose_wrap .flex_area .copy_box .i_3 {
  position: absolute;
  top: 0;
  left: 0;
}
#pageTop .purpose_wrap .flex_area .copy_box .i_2 {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
#pageTop .purpose_wrap .flex_area .copy_box .i_2.act {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#pageTop .purpose_wrap .flex_area .copy_box .i_3 {
  opacity: 0;
}
#pageTop .purpose_wrap .flex_area .copy_box .i_3.act {
  -webkit-animation: pyonpyon 3s forwards ease;
          animation: pyonpyon 3s forwards ease;
}
@-webkit-keyframes pyonpyon {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes pyonpyon {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#pageTop .purpose_wrap .flex_area .copy_box .note {
  margin: 2rem 0 0;
}
#pageTop .purpose_wrap .flex_area .img_box {
  width: 47rem;
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: hidden;
}
#pageTop .purpose_wrap .flow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 6rem;
  padding: 14rem 37rem 8rem 0;
}
#pageTop .purpose_wrap .flow_area .copy_box {
  width: 26rem;
}
#pageTop .purpose_wrap .flow_area .img_box {
  width: 41rem;
  position: relative;
}
#pageTop .purpose_wrap .flow_area .img_box .img {
  border-radius: 1.6rem;
  overflow: hidden;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_outer {
  width: 39rem;
  position: absolute;
  top: 9rem;
  right: -27rem;
  z-index: 1;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_t1 {
  font-size: 1.4rem;
  font-weight: 700;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_t2 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0 0;
}
#pageTop .purpose_wrap .flow_area .img_box .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  position: relative;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_img {
  width: 21rem;
  padding: 0 2rem 0 0;
  position: relative;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_img img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#pageTop .purpose_wrap .flow_area .img_box .line {
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: -1;
}
#pageTop .purpose_wrap .flow_area .img_box .line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #E74C3C;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .purpose_wrap .flow_area .img_box .line::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #E74C3C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_copy {
  width: 17rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_1 {
  z-index: 4;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_1 .flow_img img {
  width: 10rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_2 {
  margin-top: -3rem;
  z-index: 3;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_img .line {
  top: 6rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_img .line::before,
#pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_img .line::after {
  background: #EDC34D;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_img img {
  width: 13rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_copy {
  top: 4.5rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_3 {
  z-index: 2;
  margin-top: -4.5rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_img .line {
  top: 7rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_img .line::before,
#pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_img .line::after {
  background: #3ABDA8;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_img img {
  width: 16rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_copy {
  top: 6rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_4 {
  margin-top: -6rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img .line {
  top: 7rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img .line::before,
#pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img .line::after {
  background: #5CBEE5;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img img {
  width: 19rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_copy {
  top: 6.5rem;
}
#pageTop .purpose_wrap .flow_area .img_box .flow.act .flow_img img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .purpose_wrap .flow_area .img_box .flow.act .line::before {
  width: 100%;
}
#pageTop .purpose_wrap .flow_area .img_box .flow.act .line::after {
  opacity: 1;
}
#pageTop .purpose_wrap .flow_area .img_box .flow.act .flow_copy {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .purpose_wrap {
    margin: 18rem 0 0;
  }
  #pageTop .purpose_wrap .flex_outer {
    margin: 15rem 0 0;
  }
  #pageTop .purpose_wrap .flex_area {
    gap: 0;
  }
  #pageTop .purpose_wrap .flex_area .copy_box {
    width: 100%;
    padding: 0 3rem;
  }
  #pageTop .purpose_wrap .flex_area .copy_box .img {
    width: 37rem;
    position: absolute;
    top: -3rem;
    right: 2rem;
  }
  #pageTop .purpose_wrap .flex_area .copy_box .note {
    margin: 2rem 0 0;
  }
  #pageTop .purpose_wrap .flex_area .img_box {
    width: 70rem;
    height: 47rem;
    margin: 5rem 0 0;
  }
  #pageTop .purpose_wrap .flex_area .img_box .img {
    width: 100%;
    height: 100%;
  }
  #pageTop .purpose_wrap .flex_area .img_box img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
  #pageTop .purpose_wrap .flow_area {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 6rem 3rem 9rem 3rem;
  }
  #pageTop .purpose_wrap .flow_area .copy_box {
    width: 100%;
  }
  #pageTop .purpose_wrap .flow_area .img_box {
    width: 62rem;
    margin: 6rem 0 0;
  }
  #pageTop .purpose_wrap .flow_area .img_box .img {
    margin: 6rem 0 0;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_outer {
    width: 100%;
    position: static;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_t1 {
    font-size: 2.4rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_t2 {
    font-size: 2.2rem;
    margin: 1rem 0 0;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
    position: relative;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_img {
    width: 27rem;
    padding: 0 3rem 0 0;
  }
  #pageTop .purpose_wrap .flow_area .img_box .line {
    width: 13rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .line::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_copy {
    width: 33rem;
    top: -3rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_1 .flow_img img {
    width: 14rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_img img {
    width: 17rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_2 .flow_copy {
    top: 5rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_3 .flow_img img {
    width: 20rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img .line {
    top: 8rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_img img {
    width: 23rem;
  }
  #pageTop .purpose_wrap .flow_area .img_box .flow_4 .flow_copy {
    top: 7rem;
  }
}
#pageTop .pride_wrap {
  margin: 8rem 0 0;
}
#pageTop .pride_wrap .ttl_com_area .ttl_box .loop_inner {
  background: url(../../build/img/top/back_txt_2.png) repeat-x;
  background-size: contain;
}
#pageTop .pride_wrap .flex_outer {
  padding: 14rem 0 19rem;
  margin: 8rem 0 0;
  position: relative;
}
#pageTop .pride_wrap .flex_outer::before {
  content: "";
  width: 100%;
  height: 43rem;
  background: #F0FEF5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 254, 245, 0)), to(rgb(240, 254, 245)));
  background: linear-gradient(0deg, rgba(240, 254, 245, 0) 0%, rgb(240, 254, 245) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#pageTop .pride_wrap .flex_outer .accent_area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57rem;
  z-index: -1;
}
#pageTop .pride_wrap .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 56rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#pageTop .pride_wrap .flex_area .copy_box {
  width: 27rem;
}
#pageTop .pride_wrap .flex_area .txt_box {
  width: 24rem;
  margin: 7rem 0 0;
}
#pageTop .pride_wrap .flex_area .txt_box .txt {
  height: 16rem;
  border-radius: 1.6rem;
  border: 1px solid #B7E4C7;
  background: #fff;
  padding: 2.6rem 2.8rem 0;
}
#pageTop .pride_wrap .flex_area .txt_box .txt_2 {
  margin: 2rem 0 0;
}
#pageTop .pride_wrap .flex_area .txt_box .t1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #006C3A;
  text-align: center;
}
#pageTop .pride_wrap .flex_area .txt_box .t2 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 1.4rem 0 0;
}
#pageTop .pride_wrap .img_area {
  width: 80rem;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: -2rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageTop .pride_wrap {
    margin: 8rem 0 0;
  }
  #pageTop .pride_wrap .flex_outer {
    padding: 11rem 0 17rem;
    margin: 13rem 0 0;
  }
  #pageTop .pride_wrap .flex_outer .accent_area {
    width: 50rem;
  }
  #pageTop .pride_wrap .flex_area {
    width: 100%;
  }
  #pageTop .pride_wrap .flex_area .copy_box {
    width: 100%;
    text-align: center;
    padding: 0 3rem;
  }
  #pageTop .pride_wrap .flex_area .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
    margin: 4rem 0 0;
  }
  #pageTop .pride_wrap .flex_area .txt_box .txt {
    width: 33.4rem;
    height: 22rem;
    padding: 3rem 2.8rem 0;
  }
  #pageTop .pride_wrap .flex_area .txt_box .txt_2 {
    margin: 0;
  }
  #pageTop .pride_wrap .flex_area .txt_box .t1 {
    font-size: 2.8rem;
  }
  #pageTop .pride_wrap .flex_area .txt_box .t2 {
    font-size: 2.4rem;
  }
  #pageTop .pride_wrap .img_area {
    width: 100%;
    height: 27rem;
    border-radius: 0;
    margin: -7rem auto 0;
  }
  #pageTop .pride_wrap .img_area .img {
    width: 100%;
    height: 100%;
  }
  #pageTop .pride_wrap .img_area img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    -o-object-fit: left center;
       object-fit: left center;
  }
}
#pageTop .voice_wrap {
  overflow: visible;
  background: #fff;
  z-index: 1;
}
#pageTop .voice_wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #F8F5F0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 245, 240)), to(rgba(248, 245, 240, 0)));
  background: linear-gradient(0deg, rgb(248, 245, 240) 0%, rgba(248, 245, 240, 0) 100%);
  z-index: -1;
}
#pageTop .voice_wrap .accent_area {
  width: 100%;
  height: 6.6rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#pageTop .voice_wrap .accent_area .img {
  width: 100%;
  height: 100%;
}
#pageTop .voice_wrap .accent_area img {
  width: 100%;
  height: 100%;
}
#pageTop .voice_wrap .voice_area {
  padding: 2rem 0 0;
}
#pageTop .voice_wrap .voice_area .lead_box {
  text-align: center;
}
#pageTop .voice_wrap .voice_area .lead_box .lead {
  letter-spacing: 0.3em;
  border-bottom: 1px dashed #050505;
  display: inline-block;
  padding: 0 0 1.4rem;
}
#pageTop .voice_wrap .voice_area .voice_box {
  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;
  gap: 0 6rem;
  margin: 4rem 0 0;
}
#pageTop .voice_wrap .voice_area .voice_box .voice {
  width: 28rem;
}
#pageTop .voice_wrap .voice_area .voice_box .voice_txt {
  position: relative;
  z-index: 1;
}
#pageTop .voice_wrap .voice_area .voice_box .txt_img {
  width: 100%;
  position: absolute;
  top: 2rem;
  right: -0.5rem;
  z-index: -1;
}
#pageTop .voice_wrap .voice_area .voice_box .txt_i {
  width: 2rem;
  position: absolute;
  z-index: 1;
}
#pageTop .voice_wrap .voice_area .voice_box .txt_i_l {
  top: -0.4rem;
  left: -0.2rem;
}
#pageTop .voice_wrap .voice_area .voice_box .txt_i_r {
  bottom: -0.6rem;
  right: 2.8rem;
}
#pageTop .voice_wrap .voice_area .voice_box .txt {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  height: 16rem;
  background: #FFF3DB;
  border-radius: 2.6rem;
  padding: 0 3rem;
  margin: 0 0 0 -1.6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 243, 219)), color-stop(50%, rgb(255, 252, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(255, 243, 219) 0%, rgb(255, 252, 245) 50%, rgb(255, 255, 255) 100%);
}
#pageTop .voice_wrap .voice_area .voice_box .voice_img {
  width: 22rem;
  margin: 6rem auto 0;
}
#pageTop .voice_wrap .voice_area .voice_box .voice_3,
#pageTop .voice_wrap .voice_area .voice_box .voice_1 {
  margin: 3rem 0 0;
}
#pageTop .voice_wrap .voice_area .voice_box .voice_2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .voice_wrap .voice_area .voice_box .voice_3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  #pageTop .voice_wrap .accent_area {
    width: 100%;
    height: 5.6rem;
  }
  #pageTop .voice_wrap .voice_area {
    padding: 3rem 0 0;
  }
  #pageTop .voice_wrap .voice_area .lead_box .lead {
    letter-spacing: 0.2em;
    padding: 0 0 1.6rem;
  }
  #pageTop .voice_wrap .voice_area .voice_box {
    gap: 8rem 0;
    margin: 6rem 0 0;
  }
  #pageTop .voice_wrap .voice_area .voice_box .voice {
    width: 52rem;
  }
  #pageTop .voice_wrap .voice_area .voice_box .txt_img {
    top: 0rem;
  }
  #pageTop .voice_wrap .voice_area .voice_box .txt_i {
    width: 2.4rem;
  }
  #pageTop .voice_wrap .voice_area .voice_box .txt {
    height: 26rem;
    font-size: 2.4rem;
    padding: 0 4rem;
  }
  #pageTop .voice_wrap .voice_area .voice_box .voice_img {
    width: 30rem;
    margin: 10rem auto 0;
  }
  #pageTop .voice_wrap .voice_area .voice_box .voice_3,
  #pageTop .voice_wrap .voice_area .voice_box .voice_1 {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */