@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  body a:hover {
    text-decoration: none;
  }
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #141414;
}
body.scroll article section.hero h2 span.logo {
  transform: scale(3);
  opacity: 0.3;
}
body.scroll article section.hero h2 span.text {
  transform: scale(1);
  opacity: 1;
}
body.scroll article section.hero .fixed_movie .fullscreen {
  opacity: 0.4;
}
body main article section p.copy.vertical-rl > span > span {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 1200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
body main article section.show p.copy.vertical-rl > span > span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body main article section.show p.copy.vertical-rl > span:nth-child(1) > span {
  transition-delay: 0ms;
}
body main article section.show p.copy.vertical-rl > span:nth-child(2) > span {
  transition-delay: 400ms;
}
body main article section.show p.copy.vertical-rl > span:nth-child(3) > span {
  transition-delay: 800ms;
}

main {
  min-width: 980px;
}
main img {
  width: 100%;
  height: auto;
}
main .inner {
  margin: 0 auto;
  width: 960px;
  height: 100%;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main p.copy.vertical-rl {
  margin-top: 100px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
main p.copy.vertical-rl.right {
  float: right;
}
main p.copy.vertical-rl > span {
  margin-left: 10px;
  display: block;
}
main p.copy.vertical-rl > span > span {
  padding: 10px;
  display: inline-block;
  background: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  letter-spacing: calc(300em / 1000);
}

header {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header h1 {
  width: 184px;
  float: left;
}
header nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
header nav.menu_show p.menu_btn button span:before {
  top: calc(50% - 1px);
  transform: rotate(375deg);
}
header nav.menu_show p.menu_btn button span:after {
  top: calc(50% - 1px);
  transform: rotate(-375deg);
}
header nav.menu_show .modal_menu {
  pointer-events: all;
}
header nav.menu_show .modal_menu .bg {
  opacity: 1;
}
header nav.menu_show .modal_menu .scroll {
  clip-path: circle(100vh at 50% 50%);
}
header nav p.menu_btn {
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
header nav p.menu_btn button {
  width: 100px;
  height: 100px;
  display: block;
  background: transparent;
  cursor: pointer;
}
header nav p.menu_btn button span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
header nav p.menu_btn button span:before, header nav p.menu_btn button span:after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background: #C3AA64;
  position: absolute;
  left: 0;
  transform-style: preserve-3d;
  transition-property: top, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
header nav p.menu_btn button span:before {
  top: calc(50% - 5px);
}
header nav p.menu_btn button span:after {
  top: calc(50% + 5px);
}
header nav .modal_menu {
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
header nav .modal_menu .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
header nav .modal_menu .scroll {
  width: 500px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  clip-path: circle(0 at calc(100% - 72px) calc(0% + 49px));
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0ms;
}
header nav .modal_menu .scroll ul {
  padding: 80px 120px;
}
header nav .modal_menu .scroll ul li {
  margin-bottom: 36px;
}
header nav .modal_menu .scroll ul li a {
  display: block;
}
@media (hover: hover) {
  header nav .modal_menu .scroll ul li a:hover span.en, header nav .modal_menu .scroll ul li a:hover strong {
    transform: translateX(10px);
    opacity: 0.7;
  }
}
header nav .modal_menu .scroll ul li a span.en, header nav .modal_menu .scroll ul li a strong {
  display: block;
  font-weight: bold;
  letter-spacing: calc(50em / 1000);
  transform-style: preserve-3d;
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0ms;
}
header nav .modal_menu .scroll ul li a span.en {
  margin-bottom: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #C3AA64;
}
header nav .modal_menu .scroll ul li a strong {
  line-height: 40px;
  font-size: 20px;
  transition-delay: 50ms;
}

article section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
article section.hero {
  padding-bottom: 500px;
  height: 100vh;
  /*
  &:after{
  	content: '';
  	width: 100%;
  	height: 500px;
  	display: block;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	z-index: 1;
  	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  }
  */
}
article section.hero h2 span {
  display: block;
  position: fixed;
  transform-style: preserve-3d;
  transition-property: transform, opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0ms;
}
article section.hero h2 span.logo {
  width: 200px;
  height: 145px;
  top: calc(50% - 72.5px);
  left: calc(50% - 100px);
}
article section.hero h2 span.text {
  width: 100%;
  top: calc(50% - 30px);
  left: 0;
  text-align: center;
  line-height: 60px;
  font-size: 45px;
  font-weight: bold;
  transform: scale(0.2);
  opacity: 0;
  letter-spacing: calc(100em / 1000);
}
article section.hero .fixed_movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
article section.hero .fixed_movie .fullscreen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
article section.hero .fixed_movie .fullscreen video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (aspect-ratio: 1.7777777778), (min-aspect-ratio: 1.7777777778) {
  article section.hero .fixed_movie .fullscreen video {
    width: 100%;
    min-height: 100%;
  }
}
@media (max-aspect-ratio: 1.7777777778) {
  article section.hero .fixed_movie .fullscreen video {
    min-width: 100%;
    height: 100%;
  }
}
article section.contents {
  padding: 150px 0;
  z-index: 1;
  letter-spacing: calc(50em / 1000);
}
article section.contents h2 {
  margin-bottom: 60px;
}
article section.contents h2 small, article section.contents h2 span {
  display: block;
  font-weight: bold;
  color: #C3AA64;
}
article section.contents h2 small {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 40px;
  font-size: 20px;
}
article section.contents h2 span {
  line-height: 60px;
  font-size: 50px;
}
article section.contents h3 {
  margin-bottom: 26px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
article section.contents p {
  margin-bottom: 30px;
  word-break: keep-all;
  line-height: 30px;
  font-size: 15px;
}
article section.contents p.image {
  margin-bottom: 0;
}
article section.contents .text_area {
  position: relative;
  overflow: visible;
}
article section.attention {
  height: 640px;
  z-index: 1;
}
article section.attention .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
article section.attention .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article section.message .text_area {
  width: 700px;
}
article section.message .text_area.content1 p.image {
  width: 600px;
  position: absolute;
  top: -120px;
  right: -540px;
  z-index: -1;
}
article section.message .text_area.content2 {
  padding-left: calc(100% - 700px);
}
article section.message .text_area.content2 p.image {
  width: 400px;
  position: absolute;
  top: 0;
  left: -180px;
  z-index: -1;
}
article section.message p.copyright {
  margin-bottom: 0;
  padding-top: 20px;
  text-align: right;
}
article section.message p.copyright span {
  padding: 0 16px;
  display: inline-block;
  background: #141414;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #A08C50;
}
article section.business p.image.content1 {
  width: 500px;
  position: absolute;
  top: 20px;
  right: -300px;
  z-index: -1;
}
article section.business .text_area.content1 {
  margin-bottom: 75px;
  width: 800px;
}
article section.business .text_area.content2 .movie {
  width: 720px;
  height: 405px;
  position: absolute;
  top: 20px;
  right: -160px;
  z-index: -1;
}
article section.business .text_area.content2 .movie p.thumb {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
article section.business .text_area.content2 .movie p.thumb button {
  display: block;
  position: relative;
  cursor: pointer;
}
article section.business .text_area.content2 .movie p.thumb button:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url("../image/icon_video_play.png") no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0ms;
}
@media (hover: hover) {
  article section.business .text_area.content2 .movie p.thumb button:hover:after {
    transform: scale(1.2);
  }
  article section.business .text_area.content2 .movie p.thumb button:hover picture {
    opacity: 0.8;
  }
}
article section.business .text_area.content2 .movie p.thumb button picture {
  display: block;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
article section.business .text_area.content2 .movie p.thumb button picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article section.business .text_area.content2 h4 {
  margin-bottom: 20px;
  padding: 14px 28px;
  width: 560px;
  box-sizing: border-box;
  background: #C3AA64;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
article section.business .text_area.content2 p {
  padding-bottom: 80px;
  width: 420px;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
}
article section.business .text_area.content2 p.image.content2 {
  width: 300px;
  position: absolute;
  left: -270px;
  bottom: -190px;
  z-index: -1;
}
article section.features p.image.content1 {
  width: 400px;
  position: absolute;
  top: 30px;
  right: -230px;
  z-index: -1;
}
article section.features .text_area.content1 {
  margin-bottom: 66px;
}
article section.features .carousel {
  margin: 0 auto 40px auto;
  width: 800px;
  overflow: visible;
  position: relative;
}
article section.features .carousel ul.thumb {
  margin-bottom: 50px;
  display: flex;
  gap: 25px;
}
article section.features .carousel ul.thumb li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
article section.features .carousel ul.thumb li:before, article section.features .carousel ul.thumb li:after {
  content: "";
  width: 0%;
  height: 0%;
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  transition-property: width, height;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
article section.features .carousel ul.thumb li:before {
  border-top: 2px solid #C3AB63;
  border-left: 2px solid #C3AB63;
  top: 0;
  left: 0;
}
article section.features .carousel ul.thumb li:after {
  border-right: 2px solid #C3AB63;
  border-bottom: 2px solid #C3AB63;
  right: 0;
  bottom: 0;
}
article section.features .carousel ul.thumb li img {
  opacity: 0.5;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
@media (hover: hover) {
  article section.features .carousel ul.thumb li:hover:before, article section.features .carousel ul.thumb li:hover:after {
    width: 100%;
    height: 100%;
  }
  article section.features .carousel ul.thumb li:hover img {
    opacity: 1;
  }
}
article section.features .carousel ul.thumb li.active:before, article section.features .carousel ul.thumb li.active:after {
  width: 100%;
  height: 100%;
}
article section.features .carousel ul.thumb li.active img {
  opacity: 1;
}
article section.features .carousel ul.main {
  width: 100%;
}
article section.features .carousel ul.main li {
  width: 100%;
  float: left;
}
article section.features .carousel ul.main li img {
  margin-bottom: 20px;
}
article section.features .carousel ul.main li dl {
  margin-bottom: 30px;
}
article section.features .carousel ul.main li dl dt {
  margin-bottom: 20px;
}
article section.features .carousel ul.main li dl dt span {
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  background: #C3AA64;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
article section.features .carousel ul.main li dl dd {
  line-height: 25px;
  font-size: 15px;
}
article section.features .carousel .slick-slider {
  position: relative;
}
article section.features .carousel .slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background: url("../image/icon_carousel_arrow.svg") no-repeat center center/cover;
  position: absolute;
  top: 175px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
article section.features .carousel .slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
article section.features .carousel .slick-slider .slick-arrow.slick-prev {
  left: -80px;
  transform: scale(-1, 1);
}
article section.features .carousel .slick-slider .slick-arrow.slick-next {
  right: -80px;
}
article section.features .carousel .slick-slider .slick-list {
  overflow: hidden;
}
article section.features .column h3 {
  margin-bottom: 46px;
}
article section.features .column h3 small, article section.features .column h3 span {
  display: block;
  font-weight: bold;
}
article section.features .column h3 small {
  margin-bottom: 30px;
}
article section.features .column h3 small span {
  padding: 0 14px 0 10px;
  display: inline-block;
  background: #141414;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}
article section.features .column h3 span {
  font-size: 24px;
}
article section.features .column p.image {
  margin-bottom: 40px;
}
article section.project {
  padding-bottom: 250px;
}
article section.project ul.achievement {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
article section.project ul.achievement li {
  width: calc(50% - 10px);
}
article section.project ul.achievement li img {
  margin-bottom: 10px;
}
article section.project ul.achievement li span {
  padding: 0 10px;
  display: inline-block;
  background: #C3AA64;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
article section.project p.image.content2 {
  width: 300px;
  position: absolute;
  left: -270px;
  bottom: -250px;
  z-index: -1;
}
article section.overview {
  padding-bottom: 20px;
}
article section.overview .detail {
  width: 480px;
  float: left;
}
article section.overview .detail dl {
  padding: 16px 0;
  border-bottom: 1px solid #C3AB63;
  display: flex;
  gap: 30px;
  line-height: 30px;
  font-size: 15px;
}
article section.overview .detail dl dt {
  width: 160px;
}
article section.overview .detail dl dd {
  width: calc(100% - 190px);
  word-break: keep-all;
}
article section.overview .detail dl dd a {
  text-decoration: underline;
}
article section.overview .detail dl dd a:hover {
  text-decoration: none;
}
article section.overview .maps {
  width: 430px;
  float: right;
}
article section.overview .maps .iframe {
  margin-bottom: 16px;
  width: 100%;
  height: 322px;
}
article section.overview .maps .iframe iframe {
  width: 100%;
  height: 100%;
}
article section.overview p.image.content2 {
  margin-right: -150px;
  clear: both;
  width: 300px;
  float: right;
}

footer {
  width: 100%;
  height: 230px;
  background: #141414;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 30px;
  color: #C3AA64;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p.logo {
  width: 368px;
}
footer .text {
  text-align: right;
}
footer .text p.copyright {
  padding-top: 70px;
  margin-bottom: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
footer .text p.caution {
  clear: both;
  font-size: 12px;
}

.mw_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.mw_video .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.mw_video .frame {
  max-width: 1120px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.mw_video .frame:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url("../image/icon_mw_close.png") no-repeat center center/contain;
  position: absolute;
  top: -60px;
  right: 20px;
  pointer-events: none;
}
.mw_video .frame .player {
  padding: 0 80px;
}
.mw_video .frame video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  main {
    min-width: 320px;
  }
  main .inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 700px;
    width: 100%;
  }
  main p.copy.vertical-rl {
    margin-top: 20px;
  }
  main p.copy.vertical-rl > span > span {
    letter-spacing: calc(50em / 1000);
  }
  header nav p.menu_btn button {
    width: 70px;
    height: 76px;
  }
  header nav .modal_menu .bg {
    display: none;
  }
  header nav .modal_menu .scroll {
    width: 100%;
    clip-path: circle(0 at calc(100% - 45px) calc(0% + 39px));
  }
  header nav .modal_menu .scroll ul {
    padding: 100px 50px;
  }
  header nav .modal_menu .scroll ul li {
    margin-bottom: 36px;
  }
  article section.hero h2 span.logo {
    top: calc(50% - 10px);
  }
  article section.hero h2 span.text {
    top: calc(50% - 60px);
    line-height: 52px;
    font-size: 38px;
  }
  article section.hero p.copy.vertical-rl {
    margin-top: 80px;
  }
  article section.contents {
    padding: 100px 0;
  }
  article section.contents h2 {
    margin-bottom: 44px;
    clear: both;
  }
  article section.contents h2 small {
    line-height: 30px;
    font-size: 15px;
  }
  article section.contents h2 span {
    line-height: 40px;
    font-size: 34px;
  }
  article section.contents h3 {
    margin-bottom: 38px;
    clear: both;
    line-height: 34px;
    font-size: 20px;
  }
  article section.contents p {
    clear: both;
    word-break: normal;
  }
  article section.attention {
    height: 500px;
  }
  article section.message .text_area {
    width: auto;
  }
  article section.message .text_area.content1 p.image {
    margin-bottom: 40px;
    width: 300px;
    float: right;
    position: relative;
    top: 0;
    right: -40px;
  }
  article section.message .text_area.content2 {
    padding-left: 0;
  }
  article section.message .text_area.content2 p.image {
    margin-bottom: 42px;
    width: 200px;
    position: relative;
    top: 0;
    left: -40px;
  }
  article section.business {
    padding-bottom: 20px;
  }
  article section.business p.image.content1 {
    width: 300px;
    float: right;
    position: relative;
    top: 0;
    right: -40px;
  }
  article section.business .text_area.content1 {
    margin-bottom: 70px;
    width: auto;
  }
  article section.business .text_area.content2 .movie {
    margin-left: -20px;
    width: calc(100% + 40px);
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  article section.business .text_area.content2 h4 {
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 36px;
    padding: 16px 0 16px 20px;
    width: 310px;
    line-height: 34px;
    font-size: 20px;
  }
  article section.business .text_area.content2 p {
    padding-bottom: 20px;
    width: auto;
    word-break: auto-phrase;
    font-size: 18px;
  }
  article section.business .text_area.content2 p.image.content2 {
    width: 150px;
    position: relative;
    left: -40px;
    bottom: 0;
  }
  article section.features p.image.content1 {
    width: 200px;
    float: right;
    position: relative;
    top: 0;
    right: -40px;
  }
  article section.features .text_area.content1 {
    margin-bottom: 96px;
  }
  article section.features .carousel {
    margin: 0 0 60px -20px;
    width: calc(100% + 40px);
  }
  article section.features .carousel ul.thumb {
    margin: 0 auto 50px auto;
    width: 330px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  article section.features .carousel ul.thumb li {
    width: 100px;
    height: 50px;
  }
  article section.features .carousel ul.main {
    width: 100%;
  }
  article section.features .carousel ul.main li {
    width: 100%;
    float: left;
  }
  article section.features .carousel ul.main li dl dt span {
    padding: 4px 20px;
    width: calc(100% - 20px);
    display: block;
    line-height: 30px;
  }
  article section.features .carousel ul.main li dl dd {
    padding: 0 20px;
    line-height: 30px;
    font-size: 15px;
  }
  article section.features .carousel .slick-slider {
    position: relative;
  }
  article section.features .carousel .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: 18vw;
  }
  article section.features .carousel .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  article section.features .carousel .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  article section.features .carousel .slick-slider .slick-list {
    overflow: hidden;
  }
  article section.features .column h3 {
    margin-bottom: 60px;
  }
  article section.features .column h3 small, article section.features .column h3 span {
    display: block;
    font-weight: bold;
  }
  article section.features .column h3 small {
    margin-bottom: 30px;
  }
  article section.features .column h3 small span {
    padding: 0 14px 0 10px;
    display: inline-block;
    background: #141414;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
  }
  article section.features .column h3 span {
    font-size: 20px;
  }
  article section.project {
    padding-bottom: 30px;
  }
  article section.project ul.achievement {
    display: block;
  }
  article section.project ul.achievement li {
    margin-bottom: 50px;
    width: 100%;
  }
  article section.project ul.achievement li span {
    line-height: 40px;
    font-size: 17px;
  }
  article section.project p.image.content2 {
    width: 150px;
    position: relative;
    left: -40px;
    bottom: 0;
    z-index: -1;
  }
  article section.overview {
    padding-bottom: 10px;
  }
  article section.overview .detail {
    margin-bottom: 55px;
    width: 100%;
    float: none;
  }
  article section.overview .detail dl {
    display: block;
    overflow: hidden;
  }
  article section.overview .detail dl dt {
    width: 100px;
    float: left;
  }
  article section.overview .detail dl dd {
    margin-left: 100px;
    width: calc(100% - 100px);
    word-break: normal;
  }
  article section.overview .maps {
    width: 100%;
    float: none;
  }
  article section.overview .maps .iframe {
    height: 250px;
  }
  article section.overview p.image.content2 {
    margin-right: -90px;
    clear: both;
    width: 240px;
    float: right;
  }
  footer {
    height: 250px;
  }
  footer .inner {
    display: block;
  }
  footer p.logo {
    margin: 40px 0;
    width: 276px;
  }
  footer .text {
    text-align: right;
  }
  footer .text p.copyright {
    padding-top: 0;
    margin-bottom: 0;
  }
  footer .text p.caution {
    font-size: 10px;
  }
  .mw_video .frame:after {
    top: -70px;
    right: 10px;
  }
  .mw_video .frame .player {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
}