@charset "UTF-8";
@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bottom_to_top {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scaleY(1);
  transform-origin: top;
}

.bottom_to_top.active {
  animation: bottom_to_top 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes bottom_to_top {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.bottom_to_tops > * {
  opacity: 0;
}

.bottom_to_tops.active > * {
  animation: bottom_to_top 1s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops.active > *:nth-child(2) {
  animation-delay: 0.1s;
}
.bottom_to_tops.active > *:nth-child(3) {
  animation-delay: 0.2s;
}
.bottom_to_tops.active > *:nth-child(4) {
  animation-delay: 0.3s;
}
.bottom_to_tops.active > *:nth-child(5) {
  animation-delay: 0.4s;
}
.bottom_to_tops.active > *:nth-child(6) {
  animation-delay: 0.5s;
}
.bottom_to_tops.active > *:nth-child(7) {
  animation-delay: 0.6s;
}
.bottom_to_tops.active > *:nth-child(8) {
  animation-delay: 0.7s;
}
.bottom_to_tops.active > *:nth-child(9) {
  animation-delay: 0.8s;
}
.bottom_to_tops.active > *:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_right {
  opacity: 0;
}

.left_to_right.active {
  animation: left_to_right 1.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_rights > * {
  opacity: 0;
}

.left_to_rights.active > * {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.left_to_rights.active > *:nth-child(2) {
  animation-delay: 0.1s;
}
.left_to_rights.active > *:nth-child(3) {
  animation-delay: 0.2s;
}
.left_to_rights.active > *:nth-child(4) {
  animation-delay: 0.3s;
}
.left_to_rights.active > *:nth-child(5) {
  animation-delay: 0.4s;
}
.left_to_rights.active > *:nth-child(6) {
  animation-delay: 0.5s;
}
.left_to_rights.active > *:nth-child(7) {
  animation-delay: 0.6s;
}
.left_to_rights.active > *:nth-child(8) {
  animation-delay: 0.7s;
}
.left_to_rights.active > *:nth-child(9) {
  animation-delay: 0.8s;
}
.left_to_rights.active > *:nth-child(10) {
  animation-delay: 0.9s;
}

.left_to_right_scale {
  transform: scaleX(0.1);
  transition: all ease 0.3s;
  transform-origin: left top;
}
.left_to_right_scale.active {
  transform: scaleX(1);
}

.right_to_left {
  opacity: 0;
}

.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.right_to_lefts > * {
  opacity: 0;
}

.right_to_lefts.active > * {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.right_to_lefts.active > *:nth-child(2) {
  animation-delay: 0.1s;
}
.right_to_lefts.active > *:nth-child(3) {
  animation-delay: 0.2s;
}
.right_to_lefts.active > *:nth-child(4) {
  animation-delay: 0.3s;
}
.right_to_lefts.active > *:nth-child(5) {
  animation-delay: 0.4s;
}
.right_to_lefts.active > *:nth-child(6) {
  animation-delay: 0.5s;
}
.right_to_lefts.active > *:nth-child(7) {
  animation-delay: 0.6s;
}
.right_to_lefts.active > *:nth-child(8) {
  animation-delay: 0.7s;
}
.right_to_lefts.active > *:nth-child(9) {
  animation-delay: 0.8s;
}
.right_to_lefts.active > *:nth-child(10) {
  animation-delay: 0.9s;
}

.top_to_bottom {
  opacity: 0;
}

.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

.bg_black_amin {
  overflow: hidden;
  position: relative;
}

.bg_black_amin:before {
  background: #a0a0a0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.8s 0s ease;
  width: 100%;
  z-index: 1;
}

.bg_black_amin img {
  opacity: 0;
  transition: all 0.8s 0s ease;
}

.bg_black_amin.active img {
  opacity: 1;
  transition: all 0.5s 0.3s ease;
}

.bg_black_amin.active:before {
  transform: translateX(100%);
}

.show_text {
  position: relative;
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.show_text.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition-delay: 0.3s;
}

.role_to {
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.8s 0s ease;
}

.role_to.active {
  opacity: 1;
  transform: rotate(0deg);
}

.big_to {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s 0s ease;
}
.big_to.active {
  opacity: 1;
  transform: scale(1);
}

.fadeIn {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 0.3s;
}
.fadeIn.active {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    color: transparent !important;
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
  }
  to {
    text-shadow: none;
    color: #fff !important;
  }
}
@keyframes chikachika {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes chikachika2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
    transform: scaleX(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(1000px) scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  90% {
    transform: scale(20);
  }
  100% {
    transform: translateX(0px) scale(20);
    opacity: 0;
  }
}
.to_big {
  opacity: 0;
}

.to_big.active {
  animation: to_big 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}

@keyframes to_big {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1); /* 通常の位置とサイズ */
  }
  30% {
    transform: translateY(-30px) scale(1.03); /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.9); /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: translateY(-10px) scale(1.01); /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1); /* 元のサイズと位置に戻る */
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
html, body {
  padding: 0;
  margin: 0;
  font-family: "Shippori Antique", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  color: #313131;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6vw;
}

main {
  font-weight: 500;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1920px) {
  html, body {
    font-size: 0.835vw;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 1.2vw;
  }
  html {
    scroll-padding-top: 4.5rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, figure {
  margin: 0;
}

ul, ol {
  margin: 0 auto;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.wrap {
  margin: 0 auto;
  padding: 0 7vw;
  max-width: 75rem;
}

.en {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.atq {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.rwd_show {
  display: none;
}

@media screen and (max-width: 1000px) {
  .wrap {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 2.9rem;
  }
  html, body {
    font-size: 2.4vw;
  }
  .rwd_show {
    display: inline;
  }
  .rwd_hide {
    display: none;
  }
}
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.248rem 3rem;
  padding-right: 2rem;
  box-sizing: border-box;
  z-index: 100;
  background-color: #313131;
}
.site_header .to_solutions {
  display: none;
}
.site_header h1 {
  flex: 0 1 23.125rem;
  display: flex;
  align-items: center;
}
.site_header h1 a {
  display: flex;
  align-items: center;
}
.site_header .site_nav {
  display: flex;
  align-items: center;
}
.site_header .site_nav > ul {
  list-style: none;
  border-left: 1px solid #fff;
  margin: 0;
  padding: 0;
  display: flex;
}
.site_header .site_nav > ul > li {
  border-right: 1px solid #fff;
  position: relative;
}
.site_header .site_nav > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.8rem;
  transition: all ease 0.3s;
  font-size: 1.25rem;
  margin: 0 0.3rem;
}
.site_header .site_nav > ul > li > a:hover {
  transform: translate3d(0.1rem, 0.1rem, 0);
  opacity: 0.7;
}
.site_header .site_nav > ul > li.current_page_item > a {
  background-color: #64a528;
}
.site_header .site_nav > ul > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: #fff;
  position: absolute;
  top: 125%;
  left: 0;
  list-style: none;
  padding: 1rem;
  margin: 0;
  width: 20rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
}
.site_header .site_nav > ul > li .sub-menu > li a {
  padding: 0.3rem 0;
  text-decoration: none;
  display: block;
  color: #323232;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.site_header .site_nav > ul > li .sub-menu > li a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-image: url(../img/allow_right_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
}
.site_header .site_nav > ul > li .sub-menu > li a {
  transition: all ease 0.3s;
}
.site_header .site_nav > ul > li .sub-menu > li a:hover {
  transform: translate3d(1px, 0, 0);
}
.site_header .site_nav > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site_header {
  transition: all ease 0.3s;
}
.site_header .nav_contact {
  display: block;
  background-color: #64a528;
  color: #fff;
  font-size: 2.25rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  text-decoration: none;
  display: none;
}

.sp_button {
  display: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  width: 7.125rem;
  height: 2.3rem;
  padding-left: 2.7rem;
  padding-right: 2.3rem;
  position: relative;
  z-index: 100;
}
.sp_button span {
  display: block;
  height: 0.1875rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  transition: all ease 0.3s;
}
.sp_button span:before {
  transition: all ease 0.3s;
  content: "";
  display: block;
  width: calc(100% + 0.7rem);
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -0.7rem;
}
.sp_button span:after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  width: calc(100% - 0.7rem);
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.7rem;
}
.sp_button.open span {
  transform: rotate(45deg);
}
.sp_button.open span:before {
  display: none;
}
.sp_button.open span:after {
  bottom: 0;
  width: 100%;
  transform: rotate(90deg);
}

@media screen and (max-width: 750px) {
  .site_header .to_solutions {
    display: flex;
    margin-left: auto;
  }
  .site_header .site_nav > ul > li.current_page_item > a {
    background-color: transparent;
  }
  .site_header .nav_contact {
    display: block;
  }
  .sp_button {
    display: block;
    top: 0.5rem;
  }
  .site_header .site_nav > ul {
    border: 0;
  }
  .site_header .site_nav > ul > li {
    border: 0;
  }
  .site_header .site_nav > ul > li .sub-menu {
    display: block;
    padding: 0;
    visibility: visible;
    opacity: 1;
    position: unset;
    width: auto;
    background-color: transparent;
    margin-bottom: 1rem;
  }
  .site_header .site_nav > ul > li .sub-menu > li > a {
    color: #fff;
    font-size: 2.25rem;
  }
  .site_header .site_nav > ul > li .sub-menu > li a:before {
    background-image: none;
    width: 2.8125rem;
    height: 1px;
    background-color: #fff;
  }
  .site_header {
    padding: 0.5938rem 1rem;
    padding-right: 0;
  }
  .site_header .site_nav {
    background-color: #313131;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all ease 0.3s;
    transform: translate3d(-100vw, 0, 0);
    padding: 0 7vw;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    padding-bottom: 8rem;
  }
  .site_header .site_nav ul {
    flex-direction: column;
    margin-right: 0;
  }
  .site_header .site_nav ul {
    width: 100%;
  }
  .site_header .site_nav ul li a {
    color: #fff;
    font-size: 2.2222222222rem;
    font-size: 2.25rem;
    text-align: left;
    padding: 1rem 0;
  }
  .site_header .site_nav .mplus {
    display: none;
    font-size: 4.5rem;
    text-align: center;
    color: #313131;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
    margin-top: 2rem;
  }
  .site_header .site_nav > p {
    display: none;
    text-align: center;
    font-size: 1.5rem;
  }
  .site_header .site_nav .ucbt {
    display: none;
    background-color: #fff;
    border-color: #313131;
    width: 100%;
    margin-top: 2rem;
  }
  .site_header .site_nav .site_nav_logo {
    display: flex;
    align-items: flex-end;
    margin-right: -2rem;
    justify-content: space-between;
    width: 100%;
  }
  .site_header .site_nav .site_nav_logo .nav_logo {
    display: none;
    width: 16.667rem;
    display: block;
    margin-bottom: 2rem;
  }
  .site_header .site_nav .site_nav_logo .nav_cara {
    width: 15.85rem;
    display: block;
    height: 12rem;
    overflow: hidden;
  }
  .site_header .site_nav .contact {
    padding: 1rem;
    font-size: 1.3333333333rem;
    line-height: 1.3;
    border-radius: 0;
    width: 8.2222222222rem;
    height: 6.6666666667rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
  }
  .site_header h1 {
    flex: 0 1 15.1555555556rem;
    flex: 0 1 42.35%;
    width: 42.35%;
  }
  .site_header .site_nav .insta {
    height: 4.4444444444rem;
    width: 4.4444444444rem;
    box-sizing: border-box;
    display: none;
  }
  .site_header .site_nav .line {
    height: 4.4444444444rem;
    width: 4.4444444444rem;
    box-sizing: border-box;
  }
  .site_header .site_nav > div {
    overflow-y: scroll;
  }
  .site_header.open .site_nav > div {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  .site_header.open .site_nav > div ul {
    width: 100%;
  }
  .site_header.open .site_nav > div ul li a {
    color: #313131;
    font-size: 2.2222222222rem;
    text-align: center;
    border-bottom: 1px solid #313131;
    padding: 2rem 0;
  }
  .site_header.open .site_nav > div .mplus {
    display: block;
  }
  .site_header.open .site_nav > div > p {
    display: block;
  }
  .site_header.open .site_nav > div .ucbt {
    display: block;
  }
  .site_header.open .site_nav > div .site_nav_logo {
    display: flex;
  }
  .to_solutions {
    display: flex;
    font-size: 1.425rem;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    flex: 0 1 14rem;
    padding-left: 1rem;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .to_solutions:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/allow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 1rem;
  }
  .site_header.open .site_nav {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    transform: translate3d(0, 0%, 0);
  }
}
.ucbt {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  transition: all ease 0.3s;
  padding: 0.7rem 0;
  max-width: 12.4rem;
  text-align: center;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
}
.ucbt:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/allow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1rem;
}
.ucbt:hover {
  background-color: #64a528;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .ucbt {
    font-size: 1.5555555556rem;
  }
}
.sb {
  padding: 7.5rem 0;
  color: #fff;
  position: relative;
  background-color: rgba(49, 49, 49, 0.85);
}
.sb .sbh {
  margin-bottom: 4.8rem;
}
.sb .sbh h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.sb .sbh .en {
  font-size: 1.25rem;
  color: #c1c1c1;
}
.sb .sb_flex {
  display: flex;
}

.contact_button {
  display: block;
  width: 13rem;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.375rem;
  z-index: 3;
  text-decoration: none;
  text-align: center;
  padding: 2.2rem 0;
  background-color: #64a528;
  padding-bottom: 0.6rem;
  transition: all ease 0.3s;
  height: 3.125rem;
}
.contact_button:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/allow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  transform: rotate(90deg);
  margin-top: 0.3rem;
}
.contact_button:hover {
  transform: translate3d(0, 2px, 0);
}
.contact_button.fixed {
  position: absolute;
}

.mv {
  position: relative;
  height: 100vh;
}
.mv .scroll {
  display: block;
  width: 13rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 1rem;
  color: #fff;
  z-index: 3;
  text-decoration: none;
  text-align: center;
}
.mv .scroll:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/allow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  transform: rotate(90deg);
  margin-top: 0.2rem;
}
.mv .texts {
  position: absolute;
  bottom: 0;
  left: 13.6%;
  width: 100%;
  color: #fff;
  top: 47%;
  z-index: 3;
}
.mv .texts h2 {
  font-size: 2.5rem;
  font-weight: normal;
}
.mv .texts p {
  color: #c1c1c1;
  font-size: 1.25rem;
  margin-bottom: 4rem;
}
.mv .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-bg_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .mv .mv-bg {
    display: none;
  }
  .mv .mv-bg_sp {
    display: block;
  }
  .mv .contact {
    display: none;
  }
  .mv .texts h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 10rem;
    left: 7.6rem;
    font-size: 2.5875rem;
  }
  .mv .texts {
    left: 0%;
    top: 0;
  }
  .mv .ucbt {
    position: absolute;
    top: 49.4rem;
    left: 3.9rem;
    font-size: 1.125rem;
    width: 11.4rem;
  }
  .mv .texts p {
    position: absolute;
    left: 13rem;
    top: 18rem;
    font-size: 135%;
  }
}
.site_footer {
  color: #fff;
  padding-top: 3rem;
  background-color: rgba(99, 164, 39, 0.85);
}
.site_footer .copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 0.875rem;
}
.site_footer .site_footer_params {
  border-top: 2px solid #fff;
  display: flex;
  gap: 6rem;
  padding-top: 6.2rem;
}
.site_footer .site_footer_params > div {
  flex: 0 1 46%;
}
.site_footer .site_footer_params > div address {
  display: block;
  font-style: normal;
  text-align: left;
  margin-bottom: 3rem;
  text-decoration: none;
}
.site_footer .site_footer_params > div address a {
  text-decoration: none;
  color: #fff;
}
.site_footer .site_footer_params > div figure {
  margin-bottom: 2.5rem;
  width: 23.125rem;
}
.site_footer .site_footer_params > div ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}
.site_footer .site_footer_params > div ul li {
  flex: 0 1 2.5rem;
}
.site_footer .site_footer_params > div ul li a {
  display: block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.site_footer .site_footer_params > div ul li a:hover {
  transform: translate3d(1px, 1px, 0);
}
.site_footer .site_footer_params > nav {
  flex: 1;
}
.site_footer .site_footer_params > nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.3rem;
}
.site_footer .site_footer_params > nav ul li {
  flex: 0 1 33.3333333333%;
}
.site_footer .site_footer_params > nav ul li a {
  display: block;
  color: #fff;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
  font-size: 1.125rem;
}
.site_footer .site_footer_params > nav ul li a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.site_footer .site_footer_params > nav ul li a {
  transition: all ease 0.3s;
}
.site_footer .site_footer_params > nav ul li a:hover {
  opacity: 0.7;
}
.site_footer .site_footer_buttons {
  margin-bottom: 5rem;
  text-align: center;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
.site_footer .site_footer_buttons a {
  display: block;
  text-decoration: none;
  flex: 1;
}
.site_footer .site_footer_buttons a .en {
  font-size: 4.375rem;
  color: #64a528;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
.site_footer .site_footer_buttons a .ucbt {
  max-width: none;
  width: 100%;
  margin-top: -2.7rem;
  box-sizing: border-box;
  font-size: 1.625rem;
  color: #323232;
  padding: 2rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.site_footer .site_footer_buttons a .ucbt span {
  margin-right: 1.5rem;
  position: relative;
}
.site_footer .site_footer_buttons a .ucbt span img {
  width: 3.4rem;
  transition: all ease 0.3s;
}
.site_footer .site_footer_buttons a .ucbt span img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.site_footer .site_footer_buttons a .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_footer .site_footer_buttons a:hover .ucbt span img:nth-child(1) {
  opacity: 0;
}
.site_footer .site_footer_buttons a:hover .ucbt span img:nth-child(2) {
  opacity: 1;
}
.site_footer .site_footer_buttons a:hover .ucbt {
  color: #64a528;
}
.site_footer .site_footer_buttons a:hover .ucbt:after {
  background-image: url(../img/allow_right_green.svg);
}

@media screen and (max-width: 750px) {
  .site_footer .site_footer_buttons {
    flex-direction: column;
    gap: 0;
  }
  .site_footer .site_footer_params {
    flex-direction: column-reverse;
    padding-top: 3rem;
    gap: 5rem;
  }
  .site_footer .site_footer_params > nav ul li a {
    font-size: 1.38125rem;
  }
  .site_footer .site_footer_params > nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 3rem;
  }
  .site_footer .site_footer_params > div address {
    font-size: 1.275rem;
  }
  .site_footer .site_footer_params > div ul {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_footer .site_footer_params > div {
    position: relative;
  }
  .site_footer .site_footer_params > div ul li {
    flex: 0 1 3.1875rem;
    width: 3.1875rem;
    height: 3.1875rem;
  }
  .site_footer .copy {
    margin-top: 0;
    font-size: 1.16875rem;
    padding-bottom: 1rem;
  }
  .site_footer .site_footer_params > div figure {
    width: 20.58125rem;
  }
}
.sbSolutions .sb_flex > figure {
  flex: 0 1 75%;
}
.sbSolutions .sb_flex > div {
  flex: 1;
}
.sbSolutions .sb_flex > div h3 {
  margin-bottom: 2.3rem;
  font-size: 1.25rem;
  text-align: right;
  font-weight: normal;
}
.sbSolutions .sb_flex > div h3 span {
  display: inline-block;
  position: relative;
}
.sbSolutions .sb_flex > div h3 span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 1em);
  top: 50%;
}
.sbSolutions .sb_flex > div p {
  writing-mode: vertical-rl;
  font-size: 1.375rem;
  margin-left: auto;
  line-height: 2;
}
.sbSolutions .ucbt {
  padding: 1.5rem 0;
  max-width: 18.6rem;
  font-size: 1.125rem;
  margin-top: -2.4rem;
}

@media screen and (max-width: 750px) {
  .sbSolutions {
    padding: 7rem 0;
  }
  .sbSolutions.sb .sbh h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .sbSolutions.sb .sbh .en {
    position: absolute;
    top: 3rem;
    left: 6.5rem;
  }
  .sbSolutions.sb .sb_flex {
    display: block;
    margin-top: -23.8rem;
  }
  .sbSolutions .sb_flex > figure {
    width: 82.3%;
    margin-left: 6rem;
    height: 22.2rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  .sbSolutions .sb_flex > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sbSolutions .sb_flex > div h3 {
    font-size: 1.325rem;
    text-align: left;
    margin-top: 2.7rem;
    margin-left: 3.9rem;
    margin-bottom: 1.6rem;
  }
  .sbSolutions .sb_flex > div p {
    writing-mode: unset;
    font-size: 1.7rem;
    margin-left: -0.4rem;
    letter-spacing: -0.019rem;
    line-height: 2.2;
  }
  .sbSolutions .sb_flex > div p br {
    display: none;
  }
  .sbSolutions .ucbt {
    margin: 0 auto;
    margin-top: 1.8rem;
    font-size: 1.4625rem;
  }
}
.sbSelection .sbh {
  text-align: center;
}
.sbSelection .sb_flex {
  flex-direction: row-reverse;
}
.sbSelection .sb_flex > figure {
  flex: 0 1 50%;
}
.sbSelection .sb_flex > div {
  flex: 1;
  box-sizing: border-box;
}
.sbSelection .sb_flex > div h3 {
  margin-bottom: 1.7rem;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 4rem;
}
.sbSelection .sb_flex > div h3 span {
  display: inline-block;
  position: relative;
}
.sbSelection .sb_flex > div h3 span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 1em);
  top: 50%;
}
.sbSelection .sb_flex > div figure {
  margin-right: 5rem;
  margin-bottom: 3rem;
}
.sbSelection .sb_flex > div p {
  font-size: 1.375rem;
  margin-left: auto;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.sbSelection .ucbt {
  padding: 1.5rem 0;
  max-width: 18.6rem;
  font-size: 1.125rem;
  margin-right: 5rem;
  margin-left: auto;
}

.slide_button {
  display: none;
}

@media screen and (max-width: 750px) {
  .sbSelection {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
  .sbSelection .sbh {
    text-align: left;
    margin-bottom: 2.3rem;
  }
  .sbSelection .sb_flex > figure {
    height: 18.9rem;
    margin-bottom: 2.2rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  .sbSelection .sb_flex > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sbSelection .sb_flex {
    display: block;
  }
  .sbSelection .sb_flex > div h3 {
    font-size: 1.325rem;
    text-align: left;
  }
  .sbSelection .sb_flex > div p {
    writing-mode: unset;
    font-size: 1.8rem;
    margin-left: -0.4rem;
    letter-spacing: -0.019rem;
    line-height: 1.8;
  }
  .sbSelection .sb_flex > div p br {
    display: none;
  }
  .sbSelection .ucbt {
    margin: 0 auto;
    font-size: 1.4625rem;
  }
  .sbSelection .sb_flex > div figure {
    width: 100%;
  }
  .sbSelection .sb_flex > div {
    display: flex;
    flex-direction: column;
  }
  .sbSelection .sb_flex > div h3 {
    order: 1;
  }
  .sbSelection .sb_flex > div p {
    order: 2;
  }
  .sbSelection .sb_flex > div figure {
    order: 4;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .sbSelection .sb_flex > div .ucbt {
    order: 3;
    width: 20rem;
    max-width: none;
  }
}
.sbPlanning .sbh {
  text-align: center;
  position: relative;
  margin-bottom: 3.4rem;
}
.sbPlanning .sbh h2 {
  writing-mode: vertical-rl;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.sbPlanning .sbh p {
  position: absolute;
  top: 5rem;
  left: 10rem;
}
.sbPlanning .sbh > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.4rem;
}
.sbPlanning .sbPlanning_in {
  position: relative;
  flex-direction: row-reverse;
  display: block;
  padding-left: 48.8%;
  padding-left: 50%;
  margin-left: auto;
}
.sbPlanning .sbPlanning_in h3 {
  margin-bottom: 1.7rem;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 4rem;
}
.sbPlanning .sbPlanning_in h3 span {
  display: inline-block;
  position: relative;
}
.sbPlanning .sbPlanning_in h3 span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 1em);
  top: 50%;
}
.sbPlanning .sbPlanning_in figure {
  width: 29.3rem;
  position: absolute;
  top: -17.5rem;
  left: 0;
}
.sbPlanning .sbPlanning_in p {
  font-size: 1.375rem;
  margin-left: auto;
  line-height: 2;
  margin-bottom: 4.1rem;
  margin-right: -3rem;
}
.sbPlanning .ucbt {
  padding: 1.5rem 0;
  max-width: 18.6rem;
  font-size: 1.125rem;
  margin: 0;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .sbPlanning {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sbPlanning .sbPlanning_in {
    display: flex;
    flex-direction: column;
  }
  .sbPlanning .sbPlanning_in h3 {
    order: 1;
  }
  .sbPlanning .sbPlanning_in p {
    order: 2;
  }
  .sbPlanning .sbPlanning_in figure {
    order: 4;
  }
  .sbPlanning .sbPlanning_in .ucbt {
    margin: 0 auto;
    width: 21.375rem;
    max-width: none;
    order: 3;
    font-size: 1.4625rem;
  }
  .sbPlanning .sbh h2 {
    margin-left: auto;
    margin-right: 3rem;
    margin-top: 0;
  }
  .sbPlanning .sbh p {
    font-size: 1.35rem;
    position: absolute;
    top: 3rem;
    right: 6rem;
    left: auto;
  }
  .sbPlanning .sbPlanning_in p {
    font-size: 1.8rem;
    margin-right: 0;
    margin-right: -1rem;
    line-height: 1.8;
    margin-bottom: 2.7rem;
  }
  .sbPlanning .sbPlanning_in p br {
    display: none;
  }
  .sbPlanning .sbPlanning_in figure {
    top: 0;
    position: unset;
    margin-top: 3.3rem;
    width: auto;
    height: 19.6rem;
    overflow: hidden;
  }
  .sbPlanning .sbPlanning_in {
    padding-left: 0;
  }
  .sbPlanning .sbh > figure {
    left: 0;
    top: 7.4rem;
    right: auto;
    width: 26rem;
    height: 20rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  .sbPlanning .sbh > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.sbCase .sbh {
  text-align: center;
  position: relative;
  margin-bottom: 3.4rem;
}
.sbCase .sbh h2 {
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.sbCase .sbh p {
  position: absolute;
  top: 5rem;
  left: 4.3rem;
}
.sbCase .sbh .images {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  top: 9.5rem;
  right: 0rem;
  width: 67rem;
}
.sbCase .sbc {
  position: relative;
  flex-direction: row-reverse;
  display: block;
  margin-top: 15rem;
}
.sbCase .sbc h3 {
  margin-bottom: 1.7rem;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 4rem;
}
.sbCase .sbc h3 span {
  display: inline-block;
  position: relative;
}
.sbCase .sbc h3 span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 1em);
  top: 50%;
}
.sbCase .sbc figure {
  position: absolute;
  top: -17.5rem;
  left: 0;
}
.sbCase .sbc p {
  font-size: 1.375rem;
  margin-left: auto;
  line-height: 2;
  margin-bottom: 4.1rem;
  margin-right: -3rem;
}
.sbCase .ucbt {
  padding: 1.5rem 0;
  width: 18.6rem;
  max-width: none;
  font-size: 1.125rem;
  margin: 0;
  margin-right: auto;
  right: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 750px) {
  .sbCase {
    padding-bottom: 32rem;
  }
  .sbCase .sbh h2 {
    margin-left: 2.3rem;
  }
  .sbCase .sbh p {
    top: 2.5rem;
    left: 6rem;
  }
  .sbCase .sbh .images {
    top: 55.2rem;
    width: 100%;
  }
  .sbCase .sbh .images figure:nth-child(1) {
    position: absolute;
    top: -49rem;
    right: 0;
    width: 17.8rem;
  }
  .sbCase .sbc {
    margin-top: 5rem;
  }
  .sbCase .ucbt {
    position: unset;
    margin: 0 auto;
    max-width: none;
    width: 16.9rem;
    font-size: 1.4625rem;
  }
  .sbCase .sbc p {
    margin-right: 0;
    font-size: 1.7rem;
    margin-right: -1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .sbCase .sbc p br {
    display: none;
  }
}
.sbStory {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.sbStory .sbh {
  text-align: center;
  position: relative;
}
.sbStory .sb_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sbStory .sb_flex h3 {
  margin-bottom: 1.7rem;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 5rem;
}
.sbStory .sb_flex h3 span {
  display: inline-block;
  position: relative;
}
.sbStory .sb_flex h3 span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 1em);
  top: 50%;
}
.sbStory .sb_flex figure {
  width: 40.625rem;
}
.sbStory .sb_flex p {
  font-size: 1.375rem;
  margin-left: auto;
  line-height: 2.3;
  margin-bottom: 4.1rem;
  writing-mode: vertical-rl;
}
.sbStory .ucbt {
  padding: 1.5rem 0;
  width: 18.6rem;
  max-width: none;
  font-size: 1.125rem;
  margin: 0;
  margin-right: auto;
  left: 37.1%;
  position: absolute;
  top: 76%;
}

@media screen and (max-width: 750px) {
  .sbStory .sb_flex {
    flex-direction: column;
    position: relative;
  }
  .sbStory .sb_flex figure {
    width: 100%;
    height: 19rem;
    overflow: hidden;
  }
  .sbStory .sb_flex figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sbStory .sb_flex h3 {
    position: absolute;
    top: -4rem;
  }
  .sbStory .sbh {
    margin-bottom: 6rem;
  }
  .sbStory .sb_flex p {
    margin-left: 0;
    writing-mode: unset;
    margin-top: 2rem;
    font-size: 1.7rem;
    margin-right: -1rem;
    line-height: 1.9;
    margin-bottom: 2.7rem;
  }
  .sbStory .ucbt {
    position: unset;
    max-width: none;
    font-size: 1.4625rem;
    margin: 0 auto;
  }
  .sbStory {
    padding-bottom: 5.4rem;
  }
}
.sbColumn {
  background-color: #fff;
  color: #323232;
}
.sbColumn .sbh p {
  margin-bottom: 2.4rem;
}
.sbColumn .ucbt {
  padding: 0.7rem 0;
  width: 12.5rem;
  max-width: none;
  font-size: 0.875rem;
  margin: 0;
  border-color: #323232;
  color: #323232;
}
.sbColumn .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.sbColumn .ucbt:hover {
  border-color: #64a528;
  color: #fff;
}
.sbColumn .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}
.sbColumn .sb_flex {
  gap: 4rem;
}
.sbColumn .sb_flex .sbc {
  flex: 1;
}
.sbColumn .sb_flex .column_list {
  border-top: 1px solid #323232;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 2rem;
}
.sbColumn .sb_flex .column_list > li {
  flex: 0 1 calc((100% - 2.5rem) / 2);
}
.sbColumn .sb_flex .column_list > li a {
  display: block;
  transition: all ease 0.3s;
  text-decoration: none;
}
.sbColumn .sb_flex .column_list > li a time {
  color: #323232;
  display: block;
  margin-bottom: 0.5rem;
}
.sbColumn .sb_flex .column_list > li a ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.sbColumn .sb_flex .column_list > li a ul li {
  color: #fff;
  background-color: #64a528;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
}
.sbColumn .sb_flex .column_list > li a h3 {
  color: #323232;
  font-size: 1.125rem;
  font-weight: normal;
}
.sbColumn .sb_flex .column_list > li a:hover {
  transform: translate3d(1px, 0, 0);
}

@media screen and (max-width: 750px) {
  .sbColumn {
    padding: 5.7rem 0;
    padding-bottom: 8rem;
  }
  .sbColumn .sb_flex {
    flex-direction: column;
    gap: 0;
  }
  .sbColumn.sb .sbh h2 {
    font-size: 2.125rem;
  }
  .sbColumn.sb .sbh {
    position: relative;
    margin-bottom: 0;
  }
  .sbColumn .ucbt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.38125rem;
  }
  .sbColumn .sb_flex .column_list {
    padding-top: 0;
    display: block;
  }
  .sbColumn .sb_flex .column_list li {
    border-bottom: 1px solid #323232;
  }
  .sbColumn .sb_flex .column_list > li a {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0px;
  }
  .sbColumn .sb_flex .column_list > li a h3 {
    flex: 0 1 100%;
    font-size: 1.59375rem;
  }
  .sbColumn .sb_flex .column_list > li a time {
    font-size: 1.38125rem;
    margin-right: 1rem;
  }
  .sbColumn .sb_flex .column_list > li a ul li {
    font-size: 1.275rem;
  }
  .sbColumn .sbh p {
    margin-bottom: 1.8rem;
  }
}
.mvu {
  padding-top: 13.5rem;
}
.mvu:before {
  content: "";
  display: block;
  width: 100%;
  height: 28rem;
  background-image: url(../img/story/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mvu .mvu_header {
  color: #fff;
  padding-bottom: 3.4rem;
  padding-left: 4rem;
  border-left: 1px solid #c1c1c1;
}
.mvu .mvu_header h2 {
  font-size: 2.875rem;
  font-weight: normal;
}
.mvu .mvu_header p {
  font-size: 1.25rem;
  color: #c1c1c1;
}
.mvu .mvu_in {
  padding-left: 4rem;
  border-left: 1px solid #c1c1c1;
  position: relative;
}
.mvu .mvu_in .figures {
  width: 21.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  right: 0;
  bottom: -1.3rem;
  position: absolute;
  z-index: 1;
}
.mvu .mvu_in .ps {
  margin-bottom: 9.6rem;
  padding-top: 3.8rem;
}
.mvu .mvu_in .ps p {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 11.3rem;
  margin-bottom: 2.4rem;
}
.mvu .mvu_in .ps p:last-child {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 750px) {
  .mvu {
    padding-top: 11.1rem;
  }
  .mvu .wrap {
    padding: 0 3.3rem;
  }
  .mvu .mvu_header {
    border: 0;
    padding: 0;
  }
  .mvu .mvu_header h2 {
    margin-bottom: 0.9rem;
    font-size: 2.44375rem;
  }
  .mvu .mvu_in {
    border: 0;
    padding: 0;
  }
  .mvu:before {
    height: 24rem;
  }
  .mvu .mvu_header p {
    font-size: 1.38125rem;
  }
  .mvu .mvu_in .ps {
    padding-top: 4.8rem;
    margin-right: -0.8em;
    margin-bottom: 1.3rem;
  }
  .mvu .mvu_in .ps p {
    font-size: 1.76rem;
    line-height: 1.78;
    margin-bottom: 0;
  }
  .site_contentsUnderStory .mvu .mvu_in .figures figure:nth-child(1) {
    position: absolute;
    width: 55.8%;
    top: 5.8rem;
    left: -1.3rem;
  }
  .mvu .mvu_in .figures {
    width: 100%;
    position: unset;
    position: relative;
  }
  .mvu .mvu_in .figures figure {
    overflow: hidden;
    border-radius: 0.3rem;
  }
  .mvu .mvu_in .figures figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mvu .mvu_in .figures figure:nth-child(1) {
    position: absolute;
    width: 55.8%;
    top: 5.8rem;
    left: -1.3rem;
  }
  .mvu .mvu_in .figures figure:nth-child(2) {
    position: absolute;
    width: 55.2%;
    top: -1.3rem;
    left: 11.7rem;
  }
  .mvu .mvu_in .figures figure:nth-child(3) {
    position: absolute;
    width: 56%;
    top: 13rem;
    left: 17rem;
  }
}
.sbu {
  padding-bottom: 6rem;
}
.sbu .sbuh {
  margin-left: -6.1rem;
  margin-right: -6.1rem;
  background-image: url(../img/story/header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 12.2rem;
  padding-bottom: 1.4rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.sbu .sbuh h2 {
  font-size: 2rem;
  font-weight: normal;
}
.sbu .sbuh .en {
  font-size: 1.25rem;
  color: #c1c1c1;
}

@media screen and (max-width: 750px) {
  .sbu .sbuh {
    padding-top: 7.2rem;
    padding-top: 6.5rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    margin-bottom: 2rem;
    line-height: 2;
  }
  .sbu .sbuh .en {
    font-size: 1.38125rem;
    margin-top: -1rem;
  }
  .sbu .sbuh {
    background-image: url(../img/story/sp/header.png);
  }
  .sbu .sbuh h2 {
    font-size: 2.125rem;
  }
  .site_contentsUnderStory .mvu .mvu_in {
    padding-bottom: 36rem;
  }
}
.story_designer .sbuc > p {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 3.8rem;
}
.story_designer .sbuc > ul {
  display: flex;
  max-width: 50rem;
  gap: 12.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  justify-content: center;
}
.story_designer .sbuc > ul li {
  flex: 0 1 18.75rem;
}
.story_designer .sbuc > ul li .manager {
  margin-top: -2.4rem;
  font-size: 3.5rem;
  text-align: center;
  color: #c1c1c1;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.story_designer .sbuc > ul li h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.story_designer .sbuc > ul li .desc {
  border-top: 1px solid #c1c1c1;
  font-size: 1.125rem;
  padding-top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .story_designer .sbuc > p {
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
  }
  .story_designer {
    padding-bottom: 10rem;
  }
  .story_designer .sbuc > ul {
    flex-direction: column;
    gap: 4.9rem;
  }
  .story_designer .sbuc > ul li figure {
    width: 46%;
    margin: 0 auto;
  }
  .story_designer .sbuc > ul li .desc {
    font-size: 1.59375rem;
    padding-top: 1.5rem;
  }
  .story_designer .sbuc > ul li h3 {
    margin-bottom: 4rem;
  }
}
.site_contentsUnderPlanning .mvu:before {
  background-image: url(../img/planning/mv.png);
}
.site_contentsUnderPlanning .sbu .sbuh {
  background-image: url(../img/planning/header.png);
}
.site_contentsUnderPlanning .sbuc .planning_steps_desc {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 4.5rem;
}
.site_contentsUnderPlanning .sbuc .planning_steps_bottom {
  text-align: center;
  font-size: 1.25rem;
  border-top: 1px solid #c1c1c1;
  padding: 4.7rem;
  padding-bottom: 2rem;
}
.site_contentsUnderPlanning .ucbt {
  font-size: 1.625rem;
  padding: 2.6rem 0;
  color: #323232;
  max-width: none;
  width: 28.125rem;
  margin: 0 auto;
  border: 1px solid #313131;
  background-color: #fff;
}
.site_contentsUnderPlanning .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderPlanning .ucbt:hover {
  color: #fff;
  border: 1px solid #64a528;
  background-color: #64a528;
}
.site_contentsUnderPlanning .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}
.site_contentsUnderPlanning .planning_steps {
  padding-bottom: 10rem;
}
.site_contentsUnderPlanning .planning_steps ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 62.5rem;
}
.site_contentsUnderPlanning .planning_steps ul > li {
  gap: 3rem;
  display: flex;
  padding-bottom: 8rem;
  position: relative;
}
.site_contentsUnderPlanning .planning_steps ul > li:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 4.375rem;
  background-image: url(../img/allow_bottom_bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.site_contentsUnderPlanning .planning_steps ul > li > figure {
  flex: 0 1 45%;
}
.site_contentsUnderPlanning .planning_steps ul > li > div {
  flex: 1;
  padding-top: 2.7rem;
}
.site_contentsUnderPlanning .planning_steps ul > li > div h3 {
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
.site_contentsUnderPlanning .planning_steps ul > li > div h3 .en {
  margin-left: 1rem;
  font-size: 1.25rem;
  color: #c1c1c1;
}
.site_contentsUnderPlanning .planning_steps ul > li > div .desc {
  padding-top: 2rem;
  border-top: 1px solid #c1c1c1;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
}
.site_contentsUnderPlanning .planning_steps ul > li > div .small {
  margin-top: 1rem;
  font-size: 1.125rem;
  text-indent: -1em;
  margin-left: 1em;
}
.site_contentsUnderPlanning .planning_steps ul > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.site_contentsUnderPlanning .planning_steps ul > li:last-child {
  padding-bottom: 5.5rem;
}
.site_contentsUnderPlanning .planning_steps ul > li:last-child:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .site_contentsUnderPlanning .sbu .sbuh {
    background-image: url(../img/planning/sp/header.png);
    margin-top: 24.9rem;
  }
  .site_contentsUnderPlanning .mvu .mvu_in .figures figure:nth-child(1) {
    position: absolute;
    width: 100%;
    top: 0.8rem;
    left: 0rem;
  }
  .site_contentsUnderPlanning .sbuc .planning_steps_desc {
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 3.5rem;
  }
  .site_contentsUnderPlanning .sbuc .planning_steps_desc br {
    display: none;
  }
  .site_contentsUnderPlanning .planning_steps ul > li {
    flex-direction: column;
    position: relative;
    padding-bottom: 8.5rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li:nth-child(2n) {
    flex-direction: column;
    position: relative;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div {
    padding-top: 1.7rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div .en {
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
    font-size: 1.38125rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li:after {
    bottom: 1.3rem;
    width: 1.15rem;
    height: 6.075rem;
  }
  .site_contentsUnderPlanning .sbuc .planning_steps_bottom {
    font-size: 1.7rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    text-align: left;
    padding: 2.8rem 3.7rem;
  }
  .site_contentsUnderPlanning .sbuc .planning_steps_bottom br {
    display: none;
  }
  .site_contentsUnderPlanning .ucbt {
    width: 33.125rem;
    font-size: 1.7rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div .small {
    font-size: 1.115625rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div .desc {
    font-size: 1.59375rem;
    padding-top: 1.5rem;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div h3 .en {
    margin-left: 1.7rem;
    position: unset;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > figure {
    margin-top: 5rem;
    flex: 1;
  }
  .site_contentsUnderPlanning .planning_steps ul > li > div h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.01875rem;
    width: 100%;
    padding-left: 6rem;
    box-sizing: border-box;
  }
  .site_contentsUnderPlanning .planning_steps ul > li {
    gap: 0rem;
  }
}
.site_contentsUnderSolutions .mvu:before {
  background-image: url(../img/solutions/mv.png);
}
.site_contentsUnderSolutions .mvu {
  margin-bottom: 5.4rem;
}
.site_contentsUnderSolutions .mvu .mvu_in .ps {
  margin-bottom: 4.3rem;
}
.site_contentsUnderSolutions .note {
  padding: 1rem;
  max-width: 53.125rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  border: 1px solid #323232;
  box-sizing: border-box;
}
.site_contentsUnderSolutions .note > p {
  font-size: 1.125rem;
  border-right: 1px solid #323232;
  flex: 0 1 8rem;
  padding-right: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  align-items: center;
}
.site_contentsUnderSolutions .note > div {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  align-items: center;
}
.site_contentsUnderSolutions .note > div p {
  font-size: 1.125rem;
  display: flex;
  padding-left: 1rem;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  align-items: center;
}
.site_contentsUnderSolutions .sbu .sbuh {
  margin-bottom: 2.4rem;
  background-image: none;
  padding-top: 0rem;
  border-bottom: 1px solid #323232;
}
.site_contentsUnderSolutions .sbu .sbuh h2 {
  color: #323232;
}
.site_contentsUnderSolutions .solutions_created_desc {
  font-size: 1.25rem;
  margin-bottom: 4.6rem;
  text-align: center;
}
.site_contentsUnderSolutions .solutions_created_item_note {
  padding: 1rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  border: 1px solid #323232;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
.site_contentsUnderSolutions .solutions_created_item_note > div:first-child {
  flex: 0 1 21rem;
  padding-right: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10.5rem;
  align-items: center;
}
.site_contentsUnderSolutions .solutions_created_item_note > div:first-child h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.site_contentsUnderSolutions .solutions_created_item_note > div:first-child p {
  font-size: 1.25rem;
  color: #c1c1c1;
}
.site_contentsUnderSolutions .solutions_created_item_note > div:last-child {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10.5rem;
}
.site_contentsUnderSolutions .solutions_created_item_note > div:last-child p {
  font-size: 1.25rem;
  display: flex;
  padding-left: 1rem;
  flex-direction: column;
  justify-content: center;
  height: 10.5rem;
}
.site_contentsUnderSolutions .solutions_created_item_note ul {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_contentsUnderSolutions .solutions_created_item_note ul > li {
  flex: 1;
}
.site_contentsUnderSolutions .solutions_created_item_note ul > li h4 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.site_contentsUnderSolutions .solutions_created_item_note ul > li h4:after {
  content: "";
  display: block;
  width: 5rem;
  background-color: #323232;
}
.site_contentsUnderSolutions .solutions_created_item_note ul > li p {
  font-size: 1.25rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item {
  padding-bottom: 8rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item:nth-child(1) {
  padding-bottom: 7rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item:last-child {
  padding-bottom: 0;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item:last-child:after {
  display: none;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item {
  position: relative;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 4.375rem;
  background-image: url(../img/allow_bottom_bl.svg);
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > p {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > p:before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../img/allow_right_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul {
  display: flex;
  gap: 3.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li {
  flex: 1;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li figure {
  margin-bottom: 1.5rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li h4 {
  font-size: 1.25rem;
  font-weight: normal;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li p:before {
  content: "";
  display: block;
  width: 4rem;
  background-color: #323232;
  height: 1px;
  margin-bottom: 1rem;
}
.site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li p {
  padding-top: 1rem;
  font-size: 1.25rem;
}
.site_contentsUnderSolutions .solutions_created {
  padding-bottom: 7.5rem;
}
.site_contentsUnderSolutions .solutions_created_items_bottom {
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  padding: 0 1rem;
  font-size: 1.25rem;
  max-width: 57.5rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
  margin-top: 2.9rem;
  box-sizing: border-box;
}
.site_contentsUnderSolutions .solutions_created_bottom {
  border-top: 1px solid #323232;
  margin-left: -6.1rem;
  margin-right: -6.1rem;
  text-align: center;
  padding-top: 4.6rem;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.site_contentsUnderSolutions .buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.site_contentsUnderSolutions .buttons .ucbt {
  flex: 0 1 28.125rem;
  font-size: 1.625rem;
  padding: 2.6rem 0;
  color: #323232;
  max-width: none;
  border: 1px solid #313131;
  background-color: #fff;
}
.site_contentsUnderSolutions .buttons .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderSolutions .buttons .ucbt:hover {
  color: #fff;
  border: 1px solid #64a528;
  background-color: #64a528;
}
.site_contentsUnderSolutions .buttons .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}

@media screen and (max-width: 750px) {
  .site_contentsUnderSolutions .mvu .mvu_in .ps {
    margin-bottom: 3.3rem;
  }
  .site_contentsUnderSolutions .mvu .mvu_in .figures figure:nth-child(1) {
    position: unset;
    width: 100%;
  }
  .site_contentsUnderSolutions .mvu .mvu_in .figures {
    bottom: 0;
    margin-bottom: 3.6rem;
  }
  .site_contentsUnderSolutions .note {
    flex-direction: column;
  }
  .site_contentsUnderSolutions .note > p {
    flex: none;
    height: auto;
    border: 0;
    border-bottom: 1px solid #323232;
    font-size: 1.38125rem;
    padding: 0.9rem 0;
  }
  .site_contentsUnderSolutions .note > div p {
    font-size: 1.275rem;
  }
  .site_contentsUnderSolutions .note > div {
    padding: 1rem 0;
  }
  .site_contentsUnderSolutions .mvu {
    margin-bottom: 6rem;
  }
  .site_contentsUnderSolutions .solutions_created {
    padding-bottom: 10rem;
  }
  .site_contentsUnderSolutions .solutions_created_item_note {
    flex-direction: column;
    padding: 1rem 2rem;
    padding-bottom: 2rem;
  }
  .site_contentsUnderSolutions .solutions_created_item_note > div:first-child {
    flex: 1;
    margin-bottom: 1rem;
  }
  .site_contentsUnderSolutions .solutions_created_item_note > div:first-child h3 {
    font-size: 2.125rem;
    margin-bottom: 0;
    height: auto;
  }
  .site_contentsUnderSolutions .solutions_created_item_note > div:last-child p {
    font-size: 1.59375rem;
    height: auto;
    padding-left: 0;
  }
  .site_contentsUnderSolutions .solutions_created_item_note > div:last-child p br {
    display: none;
  }
  .site_contentsUnderSolutions .solutions_created_desc {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 3.4rem;
  }
  .site_contentsUnderSolutions .solutions_created_desc br {
    display: none;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul {
    flex-direction: column;
    gap: 5.9rem;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > p {
    font-size: 1.59375rem;
    text-indent: -1em;
    margin-left: 1em;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li figure {
    width: 24.90625rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li h4 {
    font-size: 1.7rem;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > ul li p {
    font-size: 1.59375rem;
    padding-top: 1.8rem;
    margin-right: -0.5em;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item:nth-child(1) {
    padding-bottom: 8rem;
  }
  .site_contentsUnderSolutions .solutions_created_bottom {
    font-size: 1.66rem;
    padding-top: 2rem;
    padding-left: 6.1rem;
    padding-right: 6.1rem;
    line-height: 1.9;
  }
  .site_contentsUnderSolutions .buttons {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .site_contentsUnderSolutions .buttons .ucbt {
    flex: 1;
    font-size: 1.7rem;
    width: 93%;
  }
  .site_contentsUnderSolutions .solutions_created_items .solutions_created_item > p:before {
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.3em;
  }
}
.site_contentsUnderCase .mvu .mvu_in .ps {
  margin-bottom: 7.4rem;
}
.site_contentsUnderCase .mvu:before {
  background-image: url(../img/case/mv.png);
}
.site_contentsUnderCase .sbuc {
  padding-top: 3.2rem;
  border-top: 1px solid #c1c1c1;
}
.site_contentsUnderCase .case {
  display: flex;
  gap: 3rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #c1c1c1;
}
.site_contentsUnderCase .case:nth-child(3) {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site_contentsUnderCase .case > div:first-child {
  flex: 0 1 30.625rem;
  position: relative;
}
.site_contentsUnderCase .case > div:first-child figure {
  position: absolute;
  bottom: 0;
  bottom: 4.1rem;
  left: 0;
  width: 100%;
}
.site_contentsUnderCase .case > div:first-child h3 {
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 1.3rem;
}
.site_contentsUnderCase .case > div:first-child .desc {
  font-size: 1.375rem;
}
.site_contentsUnderCase .case > div:first-child .en {
  font-size: 3.5rem;
  color: #c1c1c1;
}
.site_contentsUnderCase .case > ul:last-child {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  padding-top: 1rem;
}
.site_contentsUnderCase .case > ul:last-child li {
  height: 13rem;
  display: flex;
  gap: 2rem;
}
.site_contentsUnderCase .case > ul:last-child li h4 {
  position: relative;
  font-weight: normal;
  width: 7.6rem;
  border: 1px solid #000;
  height: 7.6rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
}
.site_contentsUnderCase .case > ul:last-child li h4:before {
  content: "";
  display: block;
  width: 0.95rem;
  height: 5.4rem;
  background-image: url(../img/allow_bottom_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7.6rem;
  left: calc(50% - 0.475rem);
}
.site_contentsUnderCase .case > ul:last-child li p {
  margin-top: 1rem;
  line-height: 1.5;
  flex: 1;
  font-size: 1.25rem;
  letter-spacing: -0.04rem;
}
.site_contentsUnderCase .case > ul:last-child li:first-child p {
  margin-top: 0;
}
.site_contentsUnderCase .case > ul:last-child li:last-child {
  height: 12rem;
}
.site_contentsUnderCase .case > ul:last-child li:last-child h4:before {
  display: none;
}
.site_contentsUnderCase .case_created_bottom {
  border-top: 1px solid #323232;
  text-align: center;
  padding-top: 6.9rem;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.site_contentsUnderCase .buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.site_contentsUnderCase .buttons .ucbt {
  flex: 0 1 28.125rem;
  font-size: 1.625rem;
  padding: 2.6rem 0;
  color: #323232;
  max-width: none;
  border: 1px solid #313131;
  background-color: #fff;
}
.site_contentsUnderCase .buttons .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderCase .buttons .ucbt:hover {
  color: #fff;
  border: 1px solid #64a528;
  background-color: #64a528;
}
.site_contentsUnderCase .buttons .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}

@media screen and (max-width: 750px) {
  .site_contentsUnderCase .mvu .mvu_in .ps {
    margin-bottom: 4.7rem;
  }
  .site_contentsUnderCase .mvu .mvu_in .figures {
    bottom: 0;
    margin-bottom: 3.6rem;
  }
  .site_contentsUnderCase .case_created {
    padding-bottom: 10rem;
  }
  .mvu .mvu_in .figures figure:nth-child(1) {
    position: unset;
    width: 100%;
  }
  .site_contentsUnderCase .case {
    flex-direction: column;
    gap: 1rem;
    border: 0;
    margin-bottom: 0;
  }
  .site_contentsUnderCase .case > div:first-child figure {
    position: unset;
  }
  .site_contentsUnderCase .sbuc {
    padding-top: 4.1rem;
  }
  .site_contentsUnderCase .case > div:first-child .desc {
    font-size: 1.59375rem;
    margin-bottom: 1.5rem;
  }
  .site_contentsUnderCase .case > div:first-child h3 {
    font-size: 1.38125rem;
  }
  .site_contentsUnderCase .case > ul:last-child li h4 {
    width: 6.6rem;
    height: 6.6rem;
  }
  .site_contentsUnderCase .case > ul:last-child li p {
    margin-top: 0;
  }
  .site_contentsUnderCase .case > ul:last-child li h4:before {
    width: 1.15rem;
    height: 6.6rem;
    top: 6.5rem;
  }
  .site_contentsUnderCase .case > ul:last-child li:last-child {
    height: 10rem;
  }
  .site_contentsUnderCase .buttons {
    flex-direction: column;
    gap: 2rem;
  }
  .site_contentsUnderCase .buttons .ucbt {
    flex: 1;
  }
  .site_contentsUnderCase .case_created_bottom {
    margin-left: -6.1rem;
    margin-right: -6.1rem;
    font-size: 1.7rem;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.site_contentsUnderSelection .mvu:before {
  background-image: url(../img/selection/mv.png);
}
.site_contentsUnderSelection .mvu .mvu_in .ps {
  margin-bottom: 8.6rem;
}
.site_contentsUnderSelection .sbu .sbuh {
  margin-bottom: 2.4rem;
  background-image: none;
  padding-top: 0rem;
  border-bottom: 1px solid #323232;
}
.site_contentsUnderSelection .sbu .sbuh h2 {
  color: #323232;
}
.site_contentsUnderSelection .page_nav {
  margin-bottom: 4.3rem;
}
.site_contentsUnderSelection .page_nav .wrap {
  max-width: 87.5rem;
}
.site_contentsUnderSelection .page_nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 0;
}
.site_contentsUnderSelection .page_nav ul li {
  flex: 1;
}
.site_contentsUnderSelection .page_nav ul li a {
  text-decoration: none;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
  font-size: 1.125rem;
  position: relative;
  transition: all ease 0.3s;
}
.site_contentsUnderSelection .page_nav ul li a:after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.5625rem;
  background-image: url(../img/allow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.site_contentsUnderSelection .page_nav ul li a:hover {
  background-color: #fff;
  color: #323232;
}
.site_contentsUnderSelection .page_nav ul li a:hover:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderSelection .selection_created_desc_top {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 5.2rem;
}
.site_contentsUnderSelection .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 2.3rem;
}
.site_contentsUnderSelection .steps li {
  flex: 1;
  position: relative;
}
.site_contentsUnderSelection .steps li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 1.375rem;
}
.site_contentsUnderSelection .steps li p {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  background-color: #323232;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.site_contentsUnderSelection .steps li p:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.75rem;
  background-image: url(../img/allow_right_bl2.svg);
  top: 50%;
  left: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.site_contentsUnderSelection .steps li:last-child p:after {
  display: none;
}
.site_contentsUnderSelection .selection_created_desc_mid {
  margin-bottom: 3.2rem;
}
.site_contentsUnderSelection .selection_created_desc_mid2 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.site_contentsUnderSelection .note {
  padding: 1rem;
  max-width: 53.125rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  border: 1px solid #323232;
  box-sizing: border-box;
}
.site_contentsUnderSelection .note > p {
  font-size: 1.125rem;
  border-right: 1px solid #323232;
  flex: 0 1 8rem;
  padding-right: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7.9rem;
  align-items: center;
}
.site_contentsUnderSelection .note > div {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem7 0.9rem;
  align-items: center;
}
.site_contentsUnderSelection .note > div p {
  font-size: 1.125rem;
  display: flex;
  padding-left: 1rem;
  flex-direction: column;
  justify-content: center;
  height: 7.9rem;
  align-items: center;
  text-align: left;
}
.site_contentsUnderSelection .selection_starts_item > h3 {
  max-width: 68.75rem;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: normal;
  border: 1px solid #323232;
  padding: 0.4rem 0;
}
.site_contentsUnderSelection .selection_starts_item .small {
  text-align: right;
  font-size: 0.875rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
.site_contentsUnderSelection .selection_starts_item .p_list {
  max-width: 68.75rem;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4rem;
  margin: 0 auto;
  margin-top: 1.9rem;
  margin-bottom: 3.1rem;
}
.site_contentsUnderSelection .selection_starts_item .p_list li {
  flex: 1;
}
.site_contentsUnderSelection .selection_starts_item .p_list li figure {
  margin-bottom: 1rem;
}
.site_contentsUnderSelection .selection_starts_item .p_list li h4 {
  text-align: left;
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}
.site_contentsUnderSelection .selection_starts_item .p_list li p {
  text-align: left;
  font-size: 1.25rem;
}
.site_contentsUnderSelection .selection_starts_item .ucbt {
  margin: 0 auto;
  padding: 1.6rem 0;
  border: 1px solid #323232;
  color: #323232;
  font-size: 1.125rem;
  max-width: 18.7rem;
}
.site_contentsUnderSelection .selection_starts_item .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderSelection .selection_starts_item .ucbt:hover {
  background-color: #64a528;
  color: #fff;
  border-color: #64a528;
}
.site_contentsUnderSelection .selection_starts_item .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}
.site_contentsUnderSelection .selection_starts_item_flex {
  display: flex;
  max-width: 68.75rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  gap: 3rem;
  margin-bottom: 7.8rem;
  row-gap: 3.9rem;
  position: relative;
}
.site_contentsUnderSelection .selection_starts_item_flex:after {
  content: "";
  display: block;
  height: 7.5rem;
  width: 0.75rem;
  background-image: url(../img/allow_bottom_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(100% + 2rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.site_contentsUnderSelection .selection_starts_item_flex > li {
  flex: 0 1 calc((100% - 3rem) / 2);
}
.site_contentsUnderSelection .selection_starts_item_flex > li h3 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #323232;
  margin-bottom: 1.5rem;
}
.site_contentsUnderSelection .selection_starts_item_flex > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.site_contentsUnderSelection .selection_starts_item_flex > li ul > li p {
  display: inline-block;
  border-bottom: 1px solid #323232;
  font-size: 1.25rem;
}
.site_contentsUnderSelection .selection_starts_item_flex > li > p {
  font-size: 1.125rem;
}
.site_contentsUnderSelection .selection_starts_item_flex > li.bg {
  background-color: #323232;
  border-radius: 0.3rem;
  padding: 2rem 0;
  color: #fff;
  text-align: center;
}
.site_contentsUnderSelection .selection_starts_item_flex > li.bg h3 {
  border-bottom: 0;
  line-height: 1;
  font-size: 3.125rem;
  font-weight: normal;
  margin-bottom: 0;
}
.site_contentsUnderSelection .selection_starts_item_flex > li.bg > p {
  margin-bottom: 1rem;
}
.site_contentsUnderSelection .selection_starts_item_flex > li.bg > div p {
  font-size: 1.5rem;
}
.site_contentsUnderSelection .sdown {
  margin-bottom: 5rem;
}
.site_contentsUnderSelection .sdown > h3 {
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border: 1px solid #323232;
}
.site_contentsUnderSelection .noteButton {
  cursor: pointer;
  max-width: none;
  margin-bottom: 3.3rem;
}
.site_contentsUnderSelection .noteButton > p {
  flex: 0 1 9.5rem;
  height: 1rem;
}
.site_contentsUnderSelection .noteButton > div {
  height: 1rem;
  justify-content: flex-start;
  flex-direction: row;
}
.site_contentsUnderSelection .noteButton > div p {
  height: 1rem;
  padding-left: 2rem;
}
.site_contentsUnderSelection .noteButton {
  position: relative;
}
.site_contentsUnderSelection .noteButton:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 1rem;
}
.site_contentsUnderSelection .noteButton:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.site_contentsUnderSelection .noteButton.open:after {
  transform: rotate(0);
  opacity: 0;
}
.site_contentsUnderSelection .models {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3.6rem;
  margin-bottom: 2.7rem;
}
.site_contentsUnderSelection .models li {
  flex: 1;
}
.site_contentsUnderSelection .models li > p {
  text-align: left;
  font-size: 1.25rem;
}
.site_contentsUnderSelection .models li > figure {
  margin-bottom: 1rem;
  box-sizing: border-box;
  position: relative;
}
.site_contentsUnderSelection .models li > div {
  margin-bottom: 1rem;
  padding: 2rem;
  box-sizing: border-box;
  height: 18.5rem;
  border: 1px solid #323232;
  position: relative;
}
.site_contentsUnderSelection .models li > div h3 {
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  margin-top: -1rem;
}
.site_contentsUnderSelection .models li > div p {
  position: absolute;
  bottom: 0.5rem;
  right: 1.5rem;
  font-size: 2rem;
}
.site_contentsUnderSelection .models li > div p small {
  font-size: 1.125rem;
}
.site_contentsUnderSelection .models li > div figure {
  position: absolute;
  width: 100%;
  height: 90%;
  top: -5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.site_contentsUnderSelection .models li > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site_contentsUnderSelection .models li > div b {
  display: block;
  border-radius: 100%;
  background-color: #64a528;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  line-height: 1.2;
  font-size: 1.375rem;
  width: 6.25rem;
  height: 6.25rem;
  font-weight: normal;
}
.site_contentsUnderSelection .sbuc {
  margin-bottom: 6.5rem;
}
.site_contentsUnderSelection .sbuc:nth-child(2) .selection_created_desc_top {
  margin-bottom: 3.9rem;
}
.site_contentsUnderSelection .sbuc .selection_created_desc_top2 {
  margin-bottom: 0.7rem;
}
.site_contentsUnderSelection .makers {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  gap: 2.7rem;
  list-style: none;
  padding: 0;
  margin-left: -6.1rem;
  margin-right: -6.1rem;
  width: calc(100% + 12.2rem);
  box-sizing: border-box;
  margin-top: 2.1rem;
}
.site_contentsUnderSelection .makers li {
  flex: 1;
  text-align: left;
}
.site_contentsUnderSelection .makers li figure {
  margin-bottom: 0.2rem;
}
.site_contentsUnderSelection .p_image {
  width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.site_contentsUnderSelection .p_image figcaption {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}
.site_contentsUnderSelection .selection_created_bottom {
  border-top: 1px solid #323232;
  margin-left: -6.1rem;
  margin-right: -6.1rem;
  text-align: center;
  padding-top: 4.6rem;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.site_contentsUnderSelection .selection_created_desc {
  font-size: 1.25rem;
  margin-bottom: 4.6rem;
  text-align: center;
}
.site_contentsUnderSelection .buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.site_contentsUnderSelection .buttons .ucbt {
  flex: 0 1 28.125rem;
  font-size: 1.625rem;
  padding: 2.6rem 0;
  color: #323232;
  max-width: none;
  border: 1px solid #313131;
  background-color: #fff;
}
.site_contentsUnderSelection .buttons .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderSelection .buttons .ucbt:hover {
  color: #fff;
  border: 1px solid #64a528;
  background-color: #64a528;
}
.site_contentsUnderSelection .buttons .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}
.site_contentsUnderSelection .sdown {
  display: none;
}

@media screen and (max-width: 750px) {
  .site_contentsUnderSelection .mvu .mvu_in .ps {
    margin-bottom: 3.4rem;
  }
  .site_contentsUnderSelection .mvu .mvu_in .figures {
    margin-bottom: 5.7rem;
  }
  .site_contentsUnderSelection .page_nav {
    display: none;
  }
  .site_contentsUnderSelection .page_nav ul {
    flex-direction: column;
    gap: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .site_contentsUnderSelection .page_nav ul li a {
    font-size: 1.76rem;
    text-align: left;
    padding: 1.9rem 2rem;
    border-bottom: 1px solid #fff;
  }
  .site_contentsUnderSelection .page_nav ul li:last-child a {
    border: 0;
  }
  .site_contentsUnderSelection .page_nav ul li a:after {
    bottom: 0;
    left: auto;
    right: 3.7rem;
    top: 0;
    height: 0.95rem;
    width: 0.7625rem;
  }
  .slide_button {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem;
    border: 1px solid #323232;
    border-bottom: none;
    border-bottom: 1px solid #fff;
  }
  .slide_button button {
    display: block;
    font-family: inherit;
    padding: 0;
    margin: 0;
    font-size: 1.76rem;
    background-color: #323232;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 2.2rem 2rem;
    text-align: left;
    position: relative;
  }
  .slide_button button:after {
    transition: all ease 0.3s;
    content: "";
    display: block;
    height: 0.75rem;
    width: 0.5625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    bottom: 0;
    left: auto;
    right: 3.7rem;
    top: 0;
    height: 0.95rem;
    width: 0.7625rem;
    background-image: url(../img/allow_right.svg);
    transform: rotate(90deg);
  }
  .slide_button.open button {
    color: #323232;
    background-color: #fff;
  }
  .slide_button.open button:after {
    background-image: url(../img/allow_right_bl.svg);
    transform: rotate(270deg);
  }
  .site_contentsUnderSelection .sbu .sbuh {
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
    margin-bottom: 0.4rem;
    border-bottom: 0;
  }
  .site_contentsUnderSelection .sbuc {
    margin-left: -1rem;
    margin-right: -1rem;
    border: 1px solid #323232;
    border-top: 0;
    display: none;
  }
  .site_contentsUnderSelection .sbu .sbuh .en {
    font-size: 1.1rem;
  }
  .site_contentsUnderSelection .sbuc {
    border-top: 1px solid #323232;
  }
  .site_contentsUnderSelection .selection_created_desc_top {
    text-align: left;
    padding: 1.4rem;
    padding-top: 0.5rem;
    line-height: 1.8;
    font-size: 1.43rem;
    margin-bottom: 3.1rem;
  }
  .site_contentsUnderSelection .steps {
    flex-wrap: wrap;
    padding: 0 3rem;
    gap: 2.7rem;
    row-gap: 3.4rem;
    margin-bottom: 3rem;
  }
  .site_contentsUnderSelection .steps > li {
    flex: 0 1 calc((100% - 2.7rem) / 2);
  }
  .site_contentsUnderSelection .steps > li p {
    height: 6.5rem;
  }
  .site_contentsUnderSelection .steps li span {
    bottom: 104%;
    font-size: 1.575rem;
    right: 0;
  }
  .site_contentsUnderSelection .steps li p:after {
    top: 45%;
    width: 2.6rem;
    height: 100%;
  }
  .site_contentsUnderSelection .steps li:nth-child(2) p:after {
    top: 43%;
    width: 2.6rem;
    transform: rotate(135deg);
    left: -31%;
  }
  .site_contentsUnderSelection .selection_created_desc_mid {
    padding: 0 1.4rem;
    line-height: 1.7;
    text-align: left;
    font-size: 1.43rem;
  }
  .site_contentsUnderSelection .selection_created_desc_mid2 {
    padding: 0 1.4rem;
    line-height: 1.6;
    text-align: left;
    font-size: 1.76rem;
    margin-bottom: 1.6rem;
  }
  .site_contentsUnderSelection .models {
    padding: 0 2.2rem;
    flex-direction: column;
    gap: 2.1rem;
    margin-bottom: 2.1rem;
  }
  .site_contentsUnderSelection .models li > div {
    padding: 0.9rem 1.8rem;
    height: 16.6rem;
    margin-bottom: 0.3rem;
  }
  .site_contentsUnderSelection .models li > div h3 {
    font-size: 1.76rem;
    margin-top: -0.5rem;
  }
  .site_contentsUnderSelection .models li > div p {
    font-size: 1.76rem;
    bottom: 0.3rem;
  }
  .site_contentsUnderSelection .models li > div p small {
    font-size: 0.925rem;
  }
  .site_contentsUnderSelection .models li > p {
    font-size: 1.1rem;
  }
  .site_contentsUnderSelection .models li > div b {
    right: 1.7rem;
    top: 1.7rem;
    font-size: 0.975rem;
    width: 5.35rem;
    height: 5.35rem;
  }
  .site_contentsUnderSelection .note {
    margin: 0 1.4rem;
    margin-bottom: 2rem;
    flex-direction: column;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
  }
  .site_contentsUnderSelection .note > p {
    flex: 1;
    height: auto;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #323232;
    padding-bottom: 1.3rem;
    font-size: 1.43rem;
    padding-top: 0.5rem;
    margin-bottom: 1.6rem;
    height: auto;
  }
  .site_contentsUnderSelection .noteButton:before {
    display: none;
  }
  .site_contentsUnderSelection .noteButton:after {
    display: none;
  }
  .site_contentsUnderSelection .noteButton {
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site_contentsUnderSelection .noteButton .en {
    border: 0;
    border-right: 1px solid #323232;
    font-size: 1.1rem;
    flex: 0 1 6.25rem;
    margin: 0;
    padding: 2rem 1rem;
  }
  .site_contentsUnderSelection .noteButton > div {
    flex: 1;
    padding-left: 1rem;
    height: auto;
  }
  .site_contentsUnderSelection .noteButton > div p {
    font-size: 1.54rem;
  }
  .site_contentsUnderSelection .sbuc {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 1.8rem;
  }
  .site_contentsUnderSelection .sbuc:last-child {
    border-bottom: 1px solid #323232;
  }
  .site_contentsUnderSelection .note > div p {
    padding-left: 0;
    font-size: 1.32rem;
    height: auto;
  }
  .site_contentsUnderSelection .sbuc .selection_created_desc_top2 {
    font-size: 1.76rem;
    text-align: center;
  }
  .site_contentsUnderSelection .p_image {
    width: auto;
    padding: 0 1.5rem;
    margin-bottom: 0;
  }
  .site_contentsUnderSelection .p_imageb {
    margin-bottom: 5rem;
  }
  .site_contentsUnderSelection .sbuc h3 {
    font-size: 1.76rem;
  }
  .site_contentsUnderSelection .makers {
    padding: 0 1.5rem;
    flex-wrap: wrap;
    gap: 1.7rem;
    margin: 0;
    width: auto;
    padding-top: 1.8rem;
    row-gap: 2.8rem;
  }
  .site_contentsUnderSelection .makers li {
    flex: 0 1 calc((100% - 1.7rem) / 2);
  }
  .site_contentsUnderSelection .makers li p {
    font-size: 1.1rem;
  }
  .site_contentsUnderSelection .selection_starts_item_flex {
    flex-direction: column;
    padding: 2rem;
  }
  .site_contentsUnderSelection .selection_starts_item_flex > li {
    flex: 1;
  }
  .site_contentsUnderSelection .selection_starts_item_flex > li h3 {
    font-size: 1.43rem;
    text-align: center;
  }
  .site_contentsUnderSelection .selection_starts_item_flex > li ul > li p {
    font-size: 1.5225rem;
  }
  .site_contentsUnderSelection .selection_starts_item_flex > li > p {
    font-size: 1.21rem;
  }
  .site_contentsUnderSelection .selection_starts_item .p_list li h4 {
    font-size: 1.65rem;
    position: absolute;
    top: 0;
  }
  .site_contentsUnderSelection .selection_starts_item .p_list li {
    position: relative;
  }
  .site_contentsUnderSelection .selection_starts_item .p_list li p {
    font-size: 1.55625rem;
  }
  .site_contentsUnderSelection .selection_starts_item .p_list li figure {
    width: 20.9rem;
    margin-left: auto;
    margin-right: 0;
  }
  .site_contentsUnderSelection .sbuc .sdown > h3 {
    font-weight: normal;
    font-size: 1.43rem;
    border: 1px solid #323232;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
  .site_contentsUnderSelection .selection_starts_item .ucbt {
    font-size: 1.76rem;
    width: 33rem;
    max-width: none;
  }
  .site_contentsUnderSelection .selection_starts_item .small {
    display: none;
  }
  .site_contentsUnderSelection .selection_starts_item .p_list {
    flex-direction: column;
    padding: 0 1.5rem;
  }
  .site_contentsUnderSelection .sdown {
    display: block !important;
  }
}
.site_contentsUnderShop .mvu:before {
  background-image: url(../img/shop/mv.png);
}
.site_contentsUnderShop .mvu .mvu_in .ps {
  margin-bottom: 6.6rem;
}
.site_contentsUnderShop .sbu .sbuh {
  margin-bottom: 2.4rem;
  background-image: none;
  padding-top: 0rem;
  border-bottom: 1px solid #323232;
}
.site_contentsUnderShop .sbu .sbuh h2 {
  color: #323232;
}
.site_contentsUnderShop .sbuc > p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 3rem;
}
.site_contentsUnderShop .sbuc > ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4rem;
  flex-wrap: wrap;
  counter-reset: step-counter;
}
.site_contentsUnderShop .sbuc > ol > li {
  flex: 0 1 calc((100% - 4rem) / 2);
}
.site_contentsUnderShop .sbuc > ol > li h3 {
  font-size: 1.75rem;
  border-bottom: 1px solid #323232;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 4.2rem;
  font-weight: normal;
}
.site_contentsUnderShop .sbuc > ol > li h3:before {
  counter-increment: step-counter;
  content: "Step." counter(step-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
}
.site_contentsUnderShop .sbuc > ol > li p {
  font-size: 1.25rem;
  margin-right: -1em;
  letter-spacing: -0.05em;
}
.site_contentsUnderShop .sbuc > ol > li p.small {
  font-size: 1rem;
}
.site_contentsUnderShop .sbuc .map {
  max-width: 62.5rem;
  margin: 0 auto;
}
.site_contentsUnderShop .sbuc .map iframe {
  width: 100%;
  height: 37.5rem;
  margin-bottom: 1rem;
}
.site_contentsUnderShop .sbuc .map > p {
  text-align: center;
  font-size: 1.25rem;
}
.site_contentsUnderShop .sbuc table {
  max-width: 50rem;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.site_contentsUnderShop .sbuc table tr th {
  font-weight: normal;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 1.125rem;
  padding: 1rem 0;
  width: 8rem;
  padding-right: 8rem;
}
.site_contentsUnderShop .sbuc table tr td {
  font-size: 1.125rem;
  padding: 1rem 0;
}
.site_contentsUnderShop .sbuc table tr a {
  color: #323232;
}
.site_contentsUnderShop .sbuc .table_bottom {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.site_contentsUnderShop .sbuc .table_bottom h3 {
  font-weight: normal;
  border-bottom: 1px solid #323232;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.site_contentsUnderShop .ucbt {
  color: #323232;
  border-color: #323232;
  margin: 0 auto;
  max-width: 28.125rem;
  margin-top: 4rem;
  font-size: 1.625rem;
  padding: 2.7rem 0;
}
.site_contentsUnderShop .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderShop .ucbt:hover {
  color: #fff;
  background-color: #64a528;
  border-color: #64a528;
}
.site_contentsUnderShop .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}

@media screen and (max-width: 750px) {
  .site_contentsUnderShop .mvu .mvu_in .ps {
    margin-bottom: 3.6rem;
  }
  .site_contentsUnderShop .sbu .sbuh {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }
  .site_contentsUnderShop .mvu .mvu_in .ps p br {
    display: none;
  }
  .site_contentsUnderShop .sbuc > p {
    font-size: 1.59375rem;
    line-height: 1.8;
    margin-bottom: 4rem;
  }
  .site_contentsUnderShop .sbuc > ol {
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    gap: 2.5rem;
  }
  .site_contentsUnderShop .sbuc > ol > li {
    flex: 1;
  }
  .site_contentsUnderShop .sbuc > ol > li p {
    font-size: 1.275rem;
    margin-right: 0;
    line-height: 1.8;
  }
  .site_contentsUnderShop .sbuc > ol > li h3:before {
    font-size: 1.0625rem;
  }
  .site_contentsUnderShop .sbuc .map {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
  }
  .site_contentsUnderShop .ucbt {
    max-width: 33.125rem;
    margin-top: 3rem;
    font-size: 1.7rem;
    padding: 2.3rem 0;
  }
  .site_contentsUnderShop .sbuc table tr th {
    font-size: 1.38125rem;
    width: 7rem;
    padding: 0.6rem 0;
    padding-right: 0;
    vertical-align: top;
  }
  .site_contentsUnderShop .sbuc table tr td {
    font-size: 1.38125rem;
    padding: 0.6rem 0;
    padding-left: 2rem;
  }
  .site_contentsUnderShop .sbuc .table_bottom {
    padding: 3rem;
  }
  .site_contentsUnderShop .sbuc .table_bottom:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site_contentsUnderShop .sbuc .table_bottom:last-child {
    margin-bottom: 0;
  }
  .site_contentsUnderShop .sbuc .table_bottom h3 {
    font-size: 1.59375rem;
  }
  .site_contentsUnderShop .sbuc .table_bottom p {
    font-size: 1.275rem;
    padding: 0.5rem;
  }
  .table_bottom_wrap {
    border: 1px solid #323232;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.archive .wrap {
  max-width: 87.5rem;
}
.archive {
  padding-top: 13rem;
}
.archive .archive_header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.archive .archive_header h2 {
  font-size: 2.875rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
.archive .archive_header p {
  font-size: 1.25rem;
}
.archive .cat_nav {
  margin-bottom: 2rem;
}
.archive .cat_nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.archive .cat_nav ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #64a528;
  font-size: 1.125rem;
  padding: 0.3rem 2rem;
  border-radius: 0.2rem;
  color: #64a528;
}
.archive .entry_list {
  padding-bottom: 6rem;
}
.archive .entry_list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 3rem;
}
.archive .entry_list > ul > li {
  flex: 0 1 calc((100% - 1rem) / 3);
}
.archive .entry_list > ul > li a {
  display: block;
  text-decoration: none;
  color: #323232;
}
.archive .entry_list > ul > li a .thumbs {
  height: 19.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.archive .entry_list > ul > li a .thumbs > div {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.archive .entry_list > ul > li a .thumbs figure {
  height: 100%;
  overflow: hidden;
}
.archive .entry_list > ul > li a .thumbs figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .entry_list > ul > li a .thumbs time {
  display: block;
  color: #fff;
  background-color: #323232;
  padding: 0.1rem 0.5rem;
}
.archive .entry_list > ul > li a .thumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
.archive .entry_list > ul > li a .thumbs ul > li {
  padding: 0.1rem 0.5rem;
  background-color: #64a528;
  color: #fff;
}
.archive .entry_list > ul > li a > p {
  font-size: 1.375rem;
  padding: 0 1em;
}

@media screen and (max-width: 750px) {
  .archive {
    padding-top: 9rem;
  }
  .archive .archive_header p {
    font-size: 1.7rem;
  }
  .archive .archive_header h2 {
    font-size: 2.55rem;
  }
  .archive .cat_nav ul li a {
    font-size: 1.4875rem;
  }
  .archive .cat_nav .wrap {
    padding: 0;
  }
  .archive .cat_nav ul {
    justify-content: flex-start;
  }
  .archive .entry_list > ul {
    flex-direction: column;
  }
  .archive .cat_nav {
    margin-bottom: 3rem;
  }
  .archive .entry_list > ul > li a .thumbs time {
    font-size: 1.275rem;
  }
  .archive .entry_list > ul > li a .thumbs ul > li {
    font-size: 1.275rem;
  }
  .archive .entry_list > ul > li a .thumbs {
    width: 100%;
    height: 22.578125rem;
  }
  .archive .entry_list > ul > li a > p {
    font-size: 1.59375rem;
  }
}
.pagination-nav {
  padding-top: 6rem;
}
.pagination-nav ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}
.pagination-nav ul li .page-numbers {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #64a528;
  color: #64a528;
  font-size: 1.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.pagination-nav ul li .page-numbers:hover {
  background-color: #64a528;
  color: #fff;
}
.pagination-nav ul li .current {
  background-color: #64a528;
  color: #fff;
  background-color: #64a528;
  color: #fff;
}

.site_contentsUnderSingle .wrap {
  max-width: 75rem;
}
.site_contentsUnderSingle .ucbt {
  border: 1px solid #64a528;
  color: #64a528;
  font-size: 1.375rem;
  color: #64a528;
  width: 12.5rem;
  transition: all ease 0.3s;
  margin: auto;
  margin-bottom: 8rem;
}
.site_contentsUnderSingle .ucbt:after {
  display: none;
}
.site_contentsUnderSingle .ucbt:hover {
  background-color: #64a528;
  color: #fff;
}
.site_contentsUnderSingle .single_layout {
  display: flex;
  gap: 6rem;
  padding: 12.7rem 0;
  padding-bottom: 30rem;
}
.site_contentsUnderSingle .single_layout .single {
  flex: 1;
}
.site_contentsUnderSingle .single_layout .single .ucbt {
  display: none;
}
.site_contentsUnderSingle .single_layout .single .single_header {
  padding-bottom: 2rem;
  border-bottom: 1px solid #323232;
  margin-bottom: 2.1rem;
}
.site_contentsUnderSingle .single_layout .single .single_header time {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
}
.site_contentsUnderSingle .single_layout .single .single_header h2 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.site_contentsUnderSingle .single_layout .single .entry_content {
  font-size: 1.375rem;
  line-height: 1.8;
}
.site_contentsUnderSingle .single_layout .single .entry_content figure {
  margin: 2em 0;
}
.site_contentsUnderSingle .single_layout .single .entry_content figure img {
  width: auto;
}
.site_contentsUnderSingle .single_layout .single .entry_content h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.site_contentsUnderSingle .single_layout .single .entry_content h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.site_contentsUnderSingle .single_layout .single_side {
  flex: 0 1 15.625rem;
  padding-top: 3.7rem;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box {
  padding-bottom: 3rem;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box h3 {
  background-color: #64a528;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 2.1rem;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box ul li a {
  display: block;
  text-decoration: none;
  color: #323232;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box ul li a:before {
  margin-right: 0.5rem;
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.75rem;
  background-image: url(../img/allow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box ul li a {
  transition: all ease 0.3s;
}
.site_contentsUnderSingle .single_layout .single_side .uc_box ul li a:hover {
  color: #64a528;
}

@media screen and (max-width: 750px) {
  .site_contentsUnderSingle .single_layout {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 10rem;
    gap: 1rem;
  }
  .site_contentsUnderSingle .single_layout > * {
    flex: 1;
  }
  .site_contentsUnderSingle .wrap > .ucbt {
    display: none;
  }
  .site_contentsUnderSingle .single_layout .single .single_header time {
    font-size: 1.275rem;
  }
  .site_contentsUnderSingle .single_layout .single .single_header h2 {
    font-size: 1.9125rem;
  }
  .site_contentsUnderSingle .single_layout .single .entry_content {
    font-size: 1.59375rem;
    margin-bottom: 3rem;
  }
  .site_contentsUnderSingle .single_layout .single_side .uc_box h3 {
    font-size: 1.7rem;
  }
  .site_contentsUnderSingle .single_layout .single_side .uc_box ul li a {
    font-size: 1.59375rem;
  }
  .site_contentsUnderSingle .single_layout .single .ucbt {
    display: block;
    margin-bottom: 0;
    font-size: 1.7rem;
  }
}
.site_contentsUnderPolicy {
  padding-top: 13rem;
  padding-bottom: 10rem;
}
.site_contentsUnderPolicy .policy_content {
  max-width: 62.5rem;
  margin: 0 auto;
  line-height: 2;
}
.site_contentsUnderPolicy .policy_header {
  border-bottom: 1px solid #323232;
  text-align: center;
  margin-bottom: 3.5rem;
}
.site_contentsUnderPolicy .policy_header h2 {
  font-size: 1.625rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
.site_contentsUnderPolicy .policy_header p {
  font-size: 1.25rem;
}

.site_contentsUnderContact {
  padding-bottom: 6.5rem;
}
.site_contentsUnderContact .mvu:before {
  background-image: url(../img/contact/mv.png);
}
.site_contentsUnderContact .mvu .mvu_in .ps {
  margin-bottom: 6.9rem;
}
.site_contentsUnderContact .form .wrap > p {
  text-align: center;
  font-size: 1.25rem;
  border-bottom: 1px solid #323232;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.site_contentsUnderContact .form h2 {
  font-weight: normal;
  font-size: 2.125rem;
  text-align: center;
  margin-bottom: 1rem;
  display: none;
}
.site_contentsUnderContact .form form {
  max-width: 56.25rem;
  margin: 0 auto;
  font-size: 1.25rem;
}
.site_contentsUnderContact .form form .form_policy {
  margin-bottom: 1.3rem;
  text-align: center;
  line-height: 1.9;
  font-size: 1.25rem;
}
.site_contentsUnderContact .form form .form_policy a {
  color: #323232;
}
.site_contentsUnderContact .form form .buttons input {
  color: #323232;
  font-size: 1.125rem;
  padding: 1.6rem;
  width: 18.75rem;
  margin: 0 auto;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #323232;
  max-width: none;
  cursor: pointer;
}
.site_contentsUnderContact .form form .buttons input:after {
  display: none;
}
.site_contentsUnderContact .form form .buttons input:hover {
  background-color: #64a528;
  color: #fff;
  border-color: #64a528;
}
.site_contentsUnderContact .form form label {
  cursor: pointer;
}
.site_contentsUnderContact .form form .form_line {
  display: flex;
  margin-bottom: 2rem;
  gap: 5rem;
}
.site_contentsUnderContact .form form .form_line > p {
  margin-top: 0.5rem;
  flex: 0 1 13.5em;
}
.site_contentsUnderContact .form form .form_line > div {
  flex: 1;
}
.site_contentsUnderContact .form form .form_line .req:after {
  content: "必須";
  color: #dc2828;
  margin-left: 1em;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks {
  align-items: flex-start;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks input {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  margin-right: 0.5em;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks > div p {
  margin-bottom: 0.5rem;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks > div label {
  align-items: center;
  display: flex;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks2 {
  align-items: flex-start;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks2 input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  margin-right: 0.5em;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks2 > div p {
  display: flex;
  margin-bottom: 0.5rem;
}
.site_contentsUnderContact .form form .form_line.form_lineChecks2 > div p label {
  margin-top: 0.4rem;
  display: flex;
  width: 9em;
}
.site_contentsUnderContact .form form .form_line.form_lineMid {
  align-items: center;
}
.site_contentsUnderContact .form form .form_line.form_lineMid > p {
  margin-top: -1rem;
}
.site_contentsUnderContact .form form .form_line input[type=text],
.site_contentsUnderContact .form form .form_line input[type=email],
.site_contentsUnderContact .form form .form_line textarea {
  width: 100%;
  padding: 0.6em;
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
}
.site_contentsUnderContact .form form .form_line textarea {
  height: 15.625rem;
}

.site_contentsUnderThanks {
  padding-top: 13rem;
  padding-bottom: 10rem;
}
.site_contentsUnderThanks .thanks_content {
  max-width: 62.5rem;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}
.site_contentsUnderThanks .thanks_header {
  border-bottom: 1px solid #323232;
  text-align: center;
  margin-bottom: 3.5rem;
}
.site_contentsUnderThanks .thanks_header h2 {
  font-size: 1.625rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
.site_contentsUnderThanks .thanks_header p {
  font-size: 1.25rem;
}
.site_contentsUnderThanks .thanks_bottom {
  padding-top: 5rem;
  text-align: center;
}
.site_contentsUnderThanks .thanks_bottom .times {
  font-size: 1.25rem;
}
.site_contentsUnderThanks .thanks_bottom .tel {
  font-size: 2.25rem;
}
.site_contentsUnderThanks .ucbt {
  color: #323232;
  border-color: #323232;
  margin: 0 auto;
  max-width: 28.125rem;
  margin-top: 4rem;
  font-size: 1.625rem;
  padding: 2.7rem 0;
}
.site_contentsUnderThanks .ucbt:after {
  background-image: url(../img/allow_right_bl.svg);
}
.site_contentsUnderThanks .ucbt:hover {
  color: #fff;
  background-color: #64a528;
  border-color: #64a528;
}
.site_contentsUnderThanks .ucbt:hover:after {
  background-image: url(../img/allow_right.svg);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #64a528;
  border-color: #323232;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 750px) {
  .site_contentsUnderContact .form .wrap > p {
    font-size: 1.4875rem;
  }
  .site_contentsUnderContact .mvu .mvu_in .ps {
    margin-bottom: 5.9rem;
  }
  .site_contentsUnderContact .form h2 {
    display: block;
  }
  .site_contentsUnderContact .form .wrap > p {
    padding-bottom: 2.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.8rem;
  }
  .site_contentsUnderContact .form form {
    font-size: 1.59375rem;
  }
  .site_contentsUnderContact .form form .form_line.form_lineChecks input {
    width: 2em;
    height: 2em;
    margin-left: 0rem;
  }
  .site_contentsUnderContact .form form .form_line.form_line {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .site_contentsUnderContact .form form .form_line.form_lineMid {
    align-items: flex-start;
    margin-top: 2rem;
  }
  .site_contentsUnderContact .form form .form_policy {
    font-size: 1.275rem;
  }
  .site_contentsUnderContact .form form .form_policy input {
    width: 2em;
    height: 2em;
    margin-left: 1rem;
  }
  .site_contentsUnderContact .form form .buttons input {
    font-size: 1.7rem;
    padding: 2.1rem;
    width: 30.75rem;
  }
  .site_contentsUnderContact .form form .form_line.form_lineChecks2 > div p label {
    margin-top: -0.2rem;
  }
  .site_contentsUnderContact .form form .form_line.form_lineChecks2 input[type=checkbox] {
    width: 2em;
    height: 2em;
  }
  .site_contentsUnderContact .form form label {
    display: flex;
    align-items: center;
  }
  .site_contentsUnderContact .form form .form_policy label {
    justify-content: center;
  }
  .site_contentsUnderContact .form form .form_line.form_lineChecks2 > div p label {
    width: 6em;
    width: 8em;
  }
  .site_contentsUnderContact .form form .form_line > p {
    flex: 1;
  }
  .site_contentsUnderContact .form form .form_line > p:before {
    content: "●";
  }
  .wpcf7-not-valid-tip {
    font-size: 1.275rem;
  }
  .site_contentsUnderThanks .thanks_header h2 {
    font-size: 2.125rem;
    padding-bottom: 1rem;
  }
  .site_contentsUnderThanks {
    padding-top: 7rem;
  }
  .site_contentsUnderThanks .thanks_content {
    font-size: 1.76rem;
    text-align: left;
  }
  .site_contentsUnderThanks .thanks_bottom .times {
    font-size: 1.32rem;
  }
  .site_contentsUnderThanks .thanks_bottom .tel {
    font-size: 2.915rem;
  }
  .site_contentsUnderThanks .ucbt {
    font-size: 1.76rem;
  }
}/*# sourceMappingURL=style.css.map */