@charset "UTF-8";

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  /* height: auto; */
  max-width: unset;
  /* max-height: 100%; */
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #000000;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.06em;
}
body.full-menu-open {
  overflow-y: hidden;
}
main {
  opacity: 1;
  transition: 1s;
}
body.onload main {
  /* opacity: 1; */
}

body.onload.home main,
body.onload.home header,
body.onload.home footer {
  /* opacity: 1; */
}
body.home main,
body.home header,
body.home footer {
  /* opacity: 0; */
  transition: 1s ease 3s;
}
body.onload_inpage main{
	opacity: 1;
	transition: 1s;
}
body.onload_inpage.home #fv{
		opacity: 1;
}
.commons_font {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.scroll {
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.scrollup {
  transform: translate(0, 10px);
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.scroll.scrollin {
  opacity: 1;
}
.scrollup.scrollin {
  transform: translateZ(0);
  opacity: 1;
}
.sec_tit {
  margin-bottom: 32px;
}

.sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
}
#op {
  width: 100vw;
  height: 100svh;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* display: none; */
  padding: 40px;
}
#op .visual{
  /* position: relative; */
  /* width: 100%; */
  /* height: 100vh; */
  opacity:0;
  transition: 1s ease 0s;
}
body.onload #op .visual{
	opacity:1;
}
#op .visual .movie{
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#op .visual video{
  position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
#op .logo_wrap {
  max-width: 960px;
  line-height: 0;
  /* padding: 0 40px; */
  position: relative;
  width: 100%;
  height: 100%;
  top: -5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease 2.5s;
}
#op .logo_wrap.on {
  opacity: 0;
}

#op .logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#op .logo_01 {
  transition: opacity 0.8s, transform 0.8s; /* transform: translateX(-2%); */
}
#op .logo_02 {
  /* opacity: 1; */
  transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s;
  transform: translateX(-1%);
}
#op .logo_03 {
  transition: opacity 0.8s ease 1s, transform 0.8s ease 1s;
  transform: translateX(1%);
}
#op .logo_04 {
  transition: opacity 1s 1.6s;
}
#op .logo_wrap.on img {
  opacity: 1;
  transform: translateX(0%);
}
#full-menu {
  position: fixed;
  width: calc((333 / 393) * 100%);
  background-color: rgb(51 51 51 / 80%);
  height: 100%;
  right: 0;
  color: #fff;
  transform: translateX(110%);
  transition: 1s;
  z-index: 999;
}
#full-menu.open {
  transform: translateX(0%);
}
#full-menu .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
#full-menu .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
#full-menu ul {
  margin-bottom: 60px;
}
#full-menu ul li {
  margin-bottom: 16px;
}
#full-menu ul li a {
  font-size: 21px;
  line-height: 1.5;
  transition: 0.5s;
}
#full-menu ul li a:hover {
  opacity: 0.5;
}
#full-menu .logo {
  display: none;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 50%;
  bottom: 40px;
}
#full-menu .sns {
  display: flex;
}
#full-menu .sns a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
#full-menu .humb {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
}
#full-menu .humb span {
  width: 34px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
}
#full-menu .humb span:nth-child(1) {
  transform: rotate(20deg);
  top: 27px;
}
#full-menu .humb span:nth-child(2) {
  transform: rotate(-20deg);
  top: 26px;
}

#js-pagetop {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  /* border: solid 2px #000; */
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
#js-pagetop img {
  display: block;
  width: 26px;
}

#lineup_list .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
}

header .humb {
  height: 100%;
  width: 34px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
header .humb:hover {
  opacity: 0.5;
}
header .humb span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
header.menu-open .humb span {
  background-color: #f8f8f5;
}
header.fv_area .humb span {
  background-color: #f8f8f5;
  transition: 0.3s;
}
header .humb span:nth-child(1) {
  top: -8px;
}
header .humb span:nth-child(3) {
  top: 8px;
}

header {
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 998;
}
header .wrap {
  height: 100%;
  color: #ffffff;
  fill: #000000;
  background-color: #000;
  transition: 0.5s;
}
header .inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo {
  width: 206px;
  line-height: 0;
  transition: 0.5s;
  opacity: 1;
}
header .logo a {
  display: block;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .logo img {
  width: 100%;
}
header .menu {
  display: flex;
}
header .menu ul {
  display: flex;
  align-items: center;
}
header .menu ul li {
}
header .menu ul li a {
  font-size: 15px;
  margin-right: 30px;
  line-height: 1;
  transition: opacity 0.5s;
}
header .menu ul li a:hover {
  opacity: 0.5;
}
header .menu .sns {
  display: flex;
}
header .menu .sns a {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  line-height: 0;
  transition: opacity 0.5s;
}
header .menu .sns a:nth-child(1) {
  margin-right: 20px;
}
header .menu .sns a:hover {
  opacity: 0.5;
}
header .humb {
  display: none;
}
header.fv_area .wrap {
  background-color: #00000000;
  /* color: #000; */
  /* filter: invert(1); */
  /* background-color: #000; */
  filter: invert(1);
  color: #fff;
}
header.fv_area .menu .sns {
  /* filter: invert(1); */
}
header.fv_area .logo {
  opacity: 0;
}
.home #fv {
  height: 100svh;
  width: 100%;
  opacity: 0;
  transition: 1s;
}
body.onload #fv {
  opacity: 1;
}
.home #fv .wrap {
  height: 100%;
  width: 100%;
}
.home #fv .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #fv .logo {
  position: absolute;
  z-index: 1;
  max-width: 1040px;
  line-height: 0;
  padding: 0 40px;
  /* opacity: 0; */
  /* transition: opacity 1s ease 3s; */
}
body.onload.home #fv .logo {
  /* opacity: 1; */
}
.home #fv .logo img {
  width: 100%;
  height: 100%;
}
.home #fv .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.home #fv .swiper .swiper-slide {
  position: relative;
}
.home #fv .swiper .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home #fv .swiper .thumb.sp {
  display: none;
}
.home #fv .swiper-pagination {
  bottom: 32px;
}
.home #fv .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #525151;
  opacity: 1;
}
.home #fv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home #fv .swiper .swiper-slide{

}
.home #fv .swiper .swiper-slide .thumb{
  transition: 10s ease;
   transform:scale(1.2)translate(0px, 0%)
}
.home #fv .swiper.start .swiper-slide.slide_01 .thumb{
   transform:scale(1.2)translate(0px, 3%)
}
.home #fv .swiper .swiper-slide.slide_01.swiper-slide-next .thumb{
   transform:scale(1.2)translate(0px, 3%)
}


.home #fv .swiper .swiper-slide.slide_02.swiper-slide-next .thumb{
  transform:scale(1.2)translate(-3% , 0px )
}


.home #fv .swiper .swiper-slide.slide_03.swiper-slide-next .thumb{
    transform:scale(1.2)translate(0px, -3%)
}
.home #fv .swiper .swiper-slide.slide_04.swiper-slide-next .thumb{
  transform:scale(1.2)translate(-3% , 0px )
}

.home #read {
}
.home #read .wrap {
  padding-top: 140px;
  /* padding-bottom: 140px; */
}
.home #read .inner {
  position: relative;
}

.home #read .img_area {
  line-height: 0;
  width: calc((900 / 1440) * 100%);
  position: relative;
  line-height: 0;
}
.home #read .img_area .color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2.5%, 0%);
  transition: 1s;
  /* transition-delay: 1s; */
  opacity: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home #read .img_area.scrollin .color {
  transform: translate(0%, 0%);
  opacity: 1;
}
.home #read .img_area .color span {
  width: calc((550 / 1440) * 100%);
  height: 100%;
  position: absolute;
  top: calc((60 / 1440) * 100%);
  background-color: #525151;
  transform: skew(-17deg);
  left: calc((560 / 1440) * 100%);
}
.home #read .img_area::after {
  /* content: ""; */
  width: calc((550 / 1440) * 100%);
  height: 100%;
  position: absolute;
  top: calc((60 / 1440) * 100%);
  background-color: #525151;
  transform: skew(-17deg);
  left: calc((550 / 1440) * 100%);
}
.home #read .scroll.img_area::after {
  /* transform: translate(0px, -5%)skew(-17deg); */
  /* transition: 2s; */
}
.home #read .scroll.scrollin.img_area::after {
  /* transform: translate(0px, 0)skew(-17deg); */
}
.home #read .img_area img {
  position: relative;
  z-index: 1;
  transition-delay: 0.5s;
  transform: translate(-2.5%, 0%);
  line-height: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home #read .img_area img.scrollin {
  transform: translate(0%, 0%);
}
.home #read .img_area img.sp {
  display: none;
}
.home #read .logo_area {
  width: calc((440 / 1440) * 100%);
  line-height: 0;
  position: absolute;
  top: 0;
  left: 60%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.home #read .logo_area img {
  width: 100%;
}
.home #concept {
}
.home #concept .wrap {
  max-width: 620px;
  margin: auto;
  padding: 0 40px;
  padding-bottom: 60px;
  padding-top: 140px;
}
.home #concept .inner {
}
.home #concept .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #concept .sec_tit h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}

.home #concept .text_area {
  margin-bottom: 56px;
}
.home #concept .text_area {
  text-align: center;
}
.home #concept .text_area p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.home #concept .text_area p:last-child {
  margin-bottom: 0;
}

.home #concept .catch {
}
.home #concept .catch h2 {
  font-size: 44px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.home #values {
}
.home #values .wrap {
  margin: auto;
  padding-bottom: 200px;
  /* display: block; */
  /* overflow: unset; */
  /* height: 400vh; */
}
.home #values .inner {
  /* position: sticky; */ /* top: 0; */
  position: sticky;
  top: 0;
  padding-top: 140px;
}
.home #values .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #values .sec_tit h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.home #values .flex {
  position: relative;
  display: flex;
}

.home #values .left {
  width: calc((820 / 1440) * 100%);
  /* aspect-ratio: 820 / 660; */
  /* position: sticky; */
  /* top: 0; */
}
.home #values .left .img_area {
  position: relative;
}
.home #values .left .img_area.sp {
  display: none;
}
.home #values .left .img_area img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.home #values .left .img_area .img_01 {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.home #values .left .img_area .img_02 {
  z-index: 2;
}
.home #values .left .img_area .img_03 {
  z-index: 3;
}
.home #values .left .img_area .img_04 {
  z-index: 4;
}
.home #values .note p {
  /* font-size: 15px; */
  /* line-height: 2; */
  /* opacity: 0; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* padding-left: 24px; */
}

.home #values .right {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 32px;
}
.home #values .head_tit {
  position: relative;
}
.home #values .head_tit h3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  /* text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000; */
  padding-left: 24px;
  transition: 0.5s;
}
.home #values .head .head_tit::before {
  content: "";
  width: 4px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}

.home #values .head .head_tit.active h3 {
  color: #000;
}

.home #values .head .head_tit.head_tit_01::before {
  opacity: 1;
}
.home #values .head .head_tit.head_tit_01 h3 {
  color: #000;
}

.home #values.area_02_in .head .head_tit.head_tit_02::before {
  opacity: 1;
}
.home #values.area_02_in .head .head_tit.head_tit_02 h3 {
  color: #000;
}
.home #values.area_03_in .head .head_tit.head_tit_03::before {
  opacity: 1;
}
.home #values.area_03_in .head .head_tit.head_tit_03 h3 {
  color: #000;
}
.home #values.area_04_in .head .head_tit.head_tit_04::before {
  opacity: 1;
}
.home #values.area_04_in .head .head_tit.head_tit_04 h3 {
  color: #000;
}

.home #values.area_02_in .head .head_tit.head_tit_01::before,
.home #values.area_03_in .head .head_tit.head_tit_01::before,
.home #values.area_04_in .head .head_tit.head_tit_01::before {
  opacity: 0;
}
.home #values.area_02_in .head .head_tit.head_tit_01 h3,
.home #values.area_03_in .head .head_tit.head_tit_01 h3,
.home #values.area_04_in .head .head_tit.head_tit_01 h3 {
  color: #00000000;
}

.home #values .note .note_01 {
  opacity: 1;
}
.home #values.area_02_in .note .note_01,
.home #values.area_03_in .note .note_01,
.home #values.area_04_in .note .note_01 {
  color: #00000000;
}

.home #values.area_02_in .note .note_02 {
  opacity: 1;
}

.home #values.area_03_in .note .note_03 {
  opacity: 1;
}

.home #values.area_04_in .note .note_04 {
  opacity: 1;
}

.home #values .left .img_area .img_01 {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.home #values.area_02_in .left .img_area .img_02 {
  opacity: 1;
}
.home #values.area_03_in .left .img_area .img_03 {
  opacity: 1;
}
.home #values.area_04_in .left .img_area .img_04 {
  opacity: 1;
}

.home #values .head {
  /* display: flex; */
  /* flex-direction: column; */
  /* margin-bottom: 40px; */
}

.home #values .note {
  /* padding-left: 24px; */
  position: relative;
}
.home #values .scrollarea .area {
  height: 100vh;
  /* width: 3px; */
  /* background-color: #000; */
}
.home #values .scrollarea .area_01 {
  height: 10vh;
}
.home #values .scrollarea .area_04 {
  height: 200vh;
}
.home #plan-service_banner {
}
.home #plan-service_banner .wrap {
}
.home #plan-service_banner .inner {
}
.home #plan-service_banner .link_area {
  aspect-ratio: 1443 / 640;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home #plan-service_banner .link_area .link {
  position: absolute;
  z-index: 1;
  left: 120px;
  color: #fff;
}
.home #plan-service_banner a:hover + .bg {
  /* transform: scale(1.05); */
}
.home #plan-service_banner a:hover .bg:before {
  opacity: 0.2;
}
.home #plan-service_banner a:hover .circle {
  filter: invert(1);
}
.home #plan-service_banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  transition: 1.5s;
}
.home #plan-service_banner .bg.sp {
  display: none;
}
.home #plan-service_banner .bg::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: 0.5s;
}
.home #plan-service_banner .link_area .link h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.home #plan-service_banner .link_area .link p {
  font-size: 15px;
  line-height: 2;
}
.home #plan-service_banner .link_area .circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 380px;
  margin: auto;
  transition: 0.5s;
}
.home #plan-service_banner .link_area .circle span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home #plan-service_banner .link_area .circle span::before,
.home #plan-service_banner .link_area .circle span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.home #plan-service_banner .link_area .circle span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.home #plan-service_banner .link_area .circle span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#lineup_list {
}
#lineup_list .wrap {
  max-width: 1280px;
  padding: 0px 40px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}
#lineup_list .inner {
}
#lineup_list .sec_tit {
  margin-bottom: 32px;
}
#lineup_list .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
}

#lineup_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page02 #lineup_list ul {
  justify-content: center;
}
body.page02 #lineup_list ul li {
  margin: 0 15px;
}
#lineup_list ul li {
  width: calc(100% / 3 - 60px / 3);
}
#lineup_list ul li a {
  display: block;
  transition: 0.5s;
}
#lineup_list ul li a:hover {
  opacity: 0.5;
}
#lineup_list ul li .thumb_area {
  line-height: 0;
  margin-bottom: 16px;
}

#lineup_list ul li .thumb_area img {
}
#lineup_list ul li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lineup_list ul li .tit .logo{
    display: flex;
    align-items: center;
    line-height: 1;
}
#lineup_list ul li .tit .logo p{
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
#lineup_list ul li .tit .logo img{
    width: 160px;
}
#lineup_list ul li .tit .arrow{
  width: 40px;
  line-height: 0;
}
#lineup_list ul li .tit .arrow img{
  width: 100%;
}
.home #contact .link_area {
  aspect-ratio: 1443 / 640;
  position: relative;
  display: flex;
  align-items: center;
}
.home #contact .link_area .link {
  position: absolute;
  z-index: 1;
  left: 120px;
  color: #fff;
  transition: 0.5s;
}
.home #contact .link_area .link:hover {
  opacity: 0.5;
}
.home #contact .link_area .link:hover .circle {
  /* transform: scale(1.1); */
}
.home #contact .link_area .link:hover .circle span {
  /* transform: translateX(-25%) rotate(45deg)scale(0.9); */
}
.home #contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  background-color: #000;
}
.home #contact .bg::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.home #contact .link_area .link h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.home #contact .link_area .link p {
  font-size: 15px;
  line-height: 2;
}
.home #contact .link_area .circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 380px;
  margin: auto;
  /* transition: 1s; */
}
.home #contact .link_area .circle span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* transition: 1s; */
}

.home #contact .link_area .circle span::before,
.home #contact .link_area .circle span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.home #contact .link_area .circle span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.home #contact .link_area .circle span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

footer {
}
footer .wrap {
  padding: 40px;
  padding-bottom: 60px;
}

footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo {
  line-height: 0;
  display: flex;
  align-items: center;
}
footer .logo a img {
  width: 100%;
}
footer .logo .nowhere {
  width: 145px;
}
footer .logo .sankei {
  width: 165px;
  margin-left: 20px;
}
footer .logo a {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
footer .logo a:hover {
  opacity: 0.5;
}
footer .address{
    margin-left: 40px;
}
footer .address p{
    font-size: 10px;
    line-height: 2;
}
footer .copy {
}
footer .copy p {
  line-height: 1;
  font-size: 12px;
}

footer .footer-link {
  margin-left: 80px;
  font-size: 12px;
}

.page01 #fv {
}
.page01 #fv .wrap {
  padding-top: 90px;
}
.page01 #fv .inner {
  position: relative;
  height: 720px;
}
.page01 #fv .tit_area {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
}
.page01 #fv .tit {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page01 #fv .tit_area::before {
}

.page01 #fv .tit h3 {
  /* color: #fff; */
  font-size: 44px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.page01 #fv .bg {
  line-height: 0;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
}
.page01 #fv .bg .bg_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.page01 #fv .bg .sp {
  display: none;
}
.page01 #fv .color {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-20deg);
  background-color: #ffffff;
  z-index: 1;
  right: 75%;
}
.page01 {
}
.common_wrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  padding-bottom: 160px;
  position: relative;
  /* padding-top: 80px; */
}

.page01 header {
  background-color: #fff;
  color: #000;
  filter: invert(0);
}
.page01 header .logo {
  mix-blend-mode: difference;
  opacity: 1;
}
.page01 header .menu .sns {
  mix-blend-mode: difference;
}
.page01.plan-service #head {
  position: relative;
}
.page01.plan-service #head::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  aspect-ratio: 1440 / 360;
  background-color: #525151;
}
.page01.plan-service #head .wrap {
  padding-top: 80px;
  padding-bottom: 120px;
}
.page01.plan-service #head .sec_tit {
  margin-bottom: 24px;
}
.page01.plan-service #head .sec_tit h3 {
  font-size: 44px;
  line-height: 1;
  /* color: #fff; */
}
.page01.plan-service #head .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;   /* ←★これを追加！！ */
}
.page01.plan-service #head .group {
  width: calc(50% - 20px);
}
.page01.plan-service #head .group .thumb_area {
  line-height: 0;
  margin-bottom: 30px;
}
.page01.plan-service #head .group .thumb_area .sp {
  display: none;
}
.page01.plan-service #head .group .text_area {
  padding-bottom: 50px;
  border-bottom: solid 1px #b4b4b4;
}
.page01.plan-service #head .group .text_area h4 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page01.plan-service #head .group .text_area p {
  font-size: 15px;
  line-height: 2;
}
#service {
}
#service .wrap {
  padding-bottom: 140px;
}
#service .sec_tit {
  margin-bottom: 24px;
}
#service .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
  /* color: #525153; */
}
#service .sec_tit p {
  font-size: 16px;
  font-weight: 500;
}
#service .service_list {
}

#service .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .service_list ul::after {
  content: "";
  width: calc(100% / 4 - 60px / 4);
}
#service .service_list ul li {
  width: calc(100% / 4 - 60px / 4);
  margin-bottom: 64px;
}
#service .service_list ul li img {
  line-height: 0;
  margin-bottom: 24px;
}
#service .service_list ul li h5 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 20px;
  color: #525151;
}
#service .service_list ul li p {
  font-size: 15px;
  line-height: 1.8;
}
.page01 #lineup_list ul {
}

.page01 #lineup_list ul li {
}
.page01 #lineup_list .sec_tit h3 {
  color: #525151;
}

#flow {
}
#flow .wrap {
}
#flow .inner {
}

#flow .sec_tit {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
#flow .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
  color: #525151;
  margin-right: 24px;
}
#flow .sec_tit p {
  font-size: 16px;
  font-weight: 500;
}
#flow .step_wrap {
  max-width: 1000px;
  margin: auto;
}
#flow .step {
  position: relative;
}
#flow .step .triangle {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #f8f8f8;
  position: absolute;
  left: 120px;
  transform: rotate(45deg);
  bottom: -5px;
  z-index: 1;
}
#flow .step .triangle-line {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #b4b4b4;
  position: absolute;
  left: 120px;
  transform: rotate(45deg);
  bottom: -6px;
  z-index: 0;
}
#flow .step01 {
  padding: 80px 30px;
  background-color: #f8f8f8;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  margin-bottom: 30px;
  display: flex;
}
#flow .step .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #525151;
  justify-content: center;
  text-align: center;
}
#flow .step .head .tit {
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
#flow .step .head .num {
  font-size: 37px;
  line-height: 1;
}
#flow .step01 .group {
  display: flex;
  align-items: center;
}
#flow .step .text_area {
  margin-left: 24px;
}
#flow .step .text_area h5 {
  font-size: 20px;
  line-height: 1.6;
  color: #525151;
}
#flow .step .text_area p {
  font-size: 15px;
  line-height: 1.5;
}
#flow .step .btn_area {
  width: 380px;
  background-color: #525151;
  padding: 15px 35px;
  color: #fff;
  border-radius: 40px;
  margin-left: 24px;
  position: relative;
  transition: 0.5s;
}
#flow .step .btn_area:hover {
  opacity: 0.5;
}
#flow .step .btn_area h5 {
  font-size: 20px;
}

#flow .step .btn_area span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
  right: 35px;
  /* left: 0; */
  top: 0;
  bottom: 0;
  margin: auto;
}

#flow .step .btn_area span::before,
#flow .step .btn_area span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

#flow .step .btn_area span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#flow .step .btn_area span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#flow .step_under {
  display: flex;
  padding: 50px 0;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
}
#flow .step_under .step {
  width: calc(100% / 4);
  padding: 0 25px;
  border-right: solid 1px #b4b4b4;
}
#flow .step_under .step:last-child {
  border-right: unset;
}
#flow .step_under .head {
  margin-bottom: 8px;
}
#flow .step_under .text_area {
  margin-left: unset;
}
#flow .step_under .text_area h5 {
  height: 64px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .step_under .text_area p {
}
#flow .step_under .text_area span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
#flow .step_under .text_area a {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
  transition: 0.5s;
}
#flow .step_under .text_area a:hover {
  opacity: 0.5;
}
#flow .step_under .triangle {
  transform: rotate(-45deg);
  right: -127px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-bottom: 12px solid #ffffff;
}
#flow .step_under .triangle-line {
  transform: rotate(-45deg);
  right: -130px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
#flow .summary_period {
  margin-top: 56px;
}
#flow .summary_period .sub_tit {
  font-size: 20px;
  margin-bottom: 16px;
}
#flow .summary_period .group {
  margin-bottom: 56px;
}
#flow .summary_period .group.summary {
  margin-bottom: 56px;
}
#flow .summary_period .group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .summary_period .group ul li {
  width: calc(50% - 1px);
  background-color: #f8f8f8;
  padding: 16px 20px;
  margin-bottom: 2px;
}
#flow .summary_period .group ul li h5 {
  font-size: 15px;
  margin-bottom: 8px;
}
#flow .summary_period .group ul li p {
  font-size: 15px;
  line-height: 1.5;
}
#flow .summary_period .group.period ul li {
  width: 100%;
}
.page01 #point_list {
  padding-top: 120px;
}
.page01 #point_list ul {
  border-bottom: solid 1px #b4b4b4;
}
.page01 #point_list ul li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 30px;
  border-top: solid 1px #b4b4b4;
}
.page01 #point_list ul li .img_area {
  width: calc((780 / 1200) * 100%);
  line-height: 0;
}
.page01 #point_list ul li .text_area {
  width: calc((420 / 1200) * 100%);
  padding: 30px;
}
.page01 #point_list ul li .text_area .num {
  font-size: 44px;
  margin-bottom: 10px;
  color: #525151;
}
.page01 #point_list ul li .text_area .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #525151;
}
.page01 #point_list ul li .text_area .detaile {
  font-size: 15px;
  line-height: 2;
}
.page01 #point_list ul li .text_area .detaile.sp{
	display: none;
}
.page02 #fv {
}
.page02 #fv .wrap {
  padding-top: 90px;
}
.page02 #fv .inner {
  position: relative;
  height: 640px;
}
.page02 #fv .tit_area {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  padding: 0 20px;
}
.page02 #fv .tit_area img {
  width: 100%;
}
.page02 #fv .bg {
  width: 100%;
  height: 100%;
}
.page02 #fv .bg_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.page02 #fv .bg_thumb.sp {
  display: none;
}

.page02 #anker {
  background-color: #525151;
}
.page02 #anker .wrap {
  padding-bottom: 0;
  /* padding: 40px; */
  margin-bottom: 200px;
}
.page02 #anker .inner {
  height: 100%;
}
.page02 #anker ul {
  display: flex;
}
.page02 #anker ul li {
  width: calc(100% / 7);
}
.page02 #anker ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  padding: 40px 0px;
  box-sizing: content-box;
  transition: opacity 0.5s;
}
.page02 #anker ul li a:hover {
  opacity: 0.5;
}
.page02 #anker ul li a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  right: 0;
  top: 0;
  background-color: #b4b4b4;
  bottom: 0;
  margin: auto;
}
.page02 #anker ul li:last-child a::before {
  content: none;
}
.page02 #anker ul li p {
  margin-bottom: 3px;
  font-size: 15px;
}
.page02 #anker ul li span {
}

.page02 #anker ul li span {
  position: relative;
  width: 8px;
  height: 8px;
}
.page02 #anker ul li span:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.page02 #concept {
}
.page02 #concept .wrap {
}
.page02 #concept .inner {
}
.page02 #concept .column {
  display: flex;
  padding: 20px;
  border: solid 1px #b4b4b4;
}
.page02 #concept .read {
  margin-bottom: 30px;
}
.page02 #concept .read p {
  font-size: 17px;
  line-height: 2.4;
}
.page02 #concept .column .text_area {
  width: calc(100% - 300px);
  padding-right: 40px;
}
.page02 #concept .column .img_area {
  width: 300px;
}
.page02 #concept .column .head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page02 #concept .column .head .cat {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 15px;
  background-color: #525151;
  color: #fff;
}
.page02 #concept .column .head .name {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
.page02 #concept .column .text_area .text {
  margin-bottom: 20px;
}
.page02 #concept .column .text_area .text p {
  font-size: 14px;
  line-height: 1.8;
}

.page02 #gallery {
  background-color: #f8f8f8;
  padding-top: 200px;
}

.page02 #gallery .slider {
  line-height: 0;
  margin-bottom: 20px;
}
.page02 #gallery .slider-thumbnail {
}
.page02 #gallery .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(100% / 9 - 6px) !important;
  margin-right: 6px;
  margin-bottom: 6px;
  opacity: 0.3;
  transition: 0.5s;
  cursor: pointer;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide:hover {
  opacity: 0.8;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.page02 #floormap {
  padding-top: 200px;
}
.page02 #floormap .slider {
  line-height: 0;
  margin-bottom: 16px;
  border: solid 1px #B4B4B4;
}
.page02 #floormap .note {
  text-align: right;
  font-size: 12px;
}
.page02 #floormap .slider-thumbnail {
  margin-bottom: 16px;
}
.page02 #floormap .slider-thumbnail .swiper-wrapper{

}
.page02 #floormap .slider-thumbnail .swiper-slide {
  border: solid 1px #000;
  text-align: center;
  font-size: 20px;
  /* width: 160px !important; */
  /* margin-right: 8px; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.page02 #floormap .slider-thumbnail .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px 8px;
}
.page02 #floormap .slider-thumbnail .swiper-slide {
    width: 100%!important;
    margin: auto;
}
.page02 #floormap .slider-thumbnail .swiper-slide:hover {
  opacity: 0.5;
}
.page02 #floormap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  background-color: #525151;
  color: #fff;
  border-color: #525151;
}
.page02 #access {
}
.page02 #access .address {
  display: flex;
  font-size: 15px;
  margin-bottom: 60px;
}
.page02 #access .address p {
}
.page02 #access .address a {
  margin-left: 15px;
  text-decoration: underline;
}
.page02 #access .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page02 #access .detaile {
  width: 50%;
}
.page02 #access .detaile:nth-child(1) {
  padding-right: 60px;
}
.page02 #access .detaile:nth-child(2) {
  padding-left: 60px;
  position: relative;
}
.page02 #access .detaile:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
}
.page02 #access .sub_tit {
  font-size: 20px;
  margin-bottom: 24px;
}
.page02 #access .img_wrap {
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 520 / 420;
}
.page02 #access .img_wrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page02 #access .group {
  margin-bottom: 16px;
}
.page02 #access .group p {
  font-size: 14px;
}
.page02 #access .group h4 {
  font-size: 20px;
}
.page02 #access .group h4 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.page02 #access .note {
}
.page02 #access .note p {
  font-size: 12px;
}

.page02 #plan {
}
.page02 #plan .flex {
  display: flex;
  justify-content: space-between;
}
.page02 #plan .flex .detaile {
  width: calc(100% / 2 - 20px);
  display: flex;
  align-items: flex-start;
  padding: 30px 0px;
  border-top: solid 1px #525151;
  border-bottom: solid 1px #525151;
}
.page02 #plan .flex .text_area {
  width: 50%;
  padding-left: 20px;
  padding-right: 40px;
}
.page02 #plan .flex .img_area {
  width: 50%;
}
.page02 #plan .flex .img_area h4 {
  display: none;
}
.page02 #plan .flex .text_area h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.page02 #plan .flex .text_area p {
  font-size: 15px;
  line-height: 1.8;
}

/* 20251125追加 */
.page02 #plan .flex {
  flex-wrap: wrap;
}

/* 左下の .detaile にのみマージンを追加 */
.page02 #plan .flex .detaile:nth-child(3) {
  margin-top: 40px;
}

.page02 #outline {
}
.page02 #outline table {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 15px;
}
.page02 #outline table tr {
  border-top: solid 1px #b4b4b4;
  display: flex;
  padding: 24px 20px;
  align-items: center;
  font-size: 15px;
}
.page02 #outline table tr:last-child {
  border-bottom: solid 1px #b4b4b4;
}
.page02 #outline table td {
  width: calc(100% - 220px);
}
.page02 #outline table th {
  width: 200px;
}






.home #values {
}
.home #values .wrap {
  margin: auto;
  padding-bottom: 200px;
}
.home #values .inner {
}
.home #values .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #values .sec_tit h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.home #values .gathering {
  display: flex;
  /* grid-template-columns: 1.2fr 0.8fr; */
  /* gap: clamp(24px, 4vw, 48px); */
  /* align-items: start; */
  /* min-height: 100vh; */
  /* padding: clamp(20px, 4vw, 60px); */
}
.home #values .gathering.sp {
  display: none;
}
.home #values .g-left {
  width: calc((820 / 1440) * 100%);
  /* aspect-ratio: 820 / 660; */
  position: relative;
}

.home #values .g-figure {
}
.home #values #g-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home #values #g-caption {
  font-size: 15px;
  line-height: 2;
}

.home #values .g-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 32px;
}
.home #values .g-key {
  cursor: pointer;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  /* text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000; */
  padding-left: 24px;
  transition: 0.5s;
}
.home #values .g-key::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.home #values .g-key.is-active::before {
  opacity: 1;
}
.home #values .g-key.is-active {
  color: #000;
}

.home #values .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.home #values .note {
  padding-left: 24px;
}
.home #values .g-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 20px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.home #values .g-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1000px) {
  #op {
    padding: 0 16px;
  }
  #op .logo_wrap {
    top: -4vw;
  }
  .common_wrap {
    padding: 0 20px;
  }
  header .menu {
    display: none;
  }
  header .humb {
    display: block;
  }
  header.full-menu-open .humb {
    opacity: 0;
  }
  header {
    height: 60px;
  }
  header .inner {
    padding: 0 20px;
  }
  .home #fv .swiper .thumb.pc {
    display: none;
  }
  .home #fv .swiper .thumb.sp {
    display: block;
  }
  .home #fv .logo {
    padding: 0 16px;
  }
  .home #fv .swiper-pagination {
    bottom: 24px;
  }
  .home #fv .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .home #read .img_area img.pc {
    display: none;
  }
  .home #read .img_area img.sp {
    display: block;
  }
  .home #read .img_area {
    width: 100%;
  }
  .home #read .logo_area {
    display: none;
  }
  .home #read .wrap {
    padding-top: 80px;
  }
  .home #read .img_area .color span {
    width: calc((550 / 393) * 100%);
    top: calc((20 / 393) * 100%);
    left: calc((-290 / 393) * 100%);
  }

  .home #concept .sec_tit h3 {
    font-size: 20px;
  }
  .home #concept .wrap {
    padding-bottom: 0px;
  }
  .home #values .inner {
    padding-top: 100px;
  }
  .home #concept .sec_tit {
    margin-bottom: 32px;
  }
  .home #concept .text_area p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .home #concept .text_area {
    margin-bottom: 32px;
  }
  .home #concept .catch h2 {
    font-size: 26px;
  }


  .home #plan-service_banner .bg.pc {
    display: none;
  }
  .home #plan-service_banner .bg.sp {
    display: block;
  }
  .home #plan-service_banner .link_area {
    aspect-ratio: 400 / 393;
  }
  .home #plan-service_banner .link_area .link {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .home #plan-service_banner .link_area .circle {
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .home #plan-service_banner .link_area .circle span {
    width: 10px;
    height: 10px;
  }
  .home #plan-service_banner .link_area .link .text_area {
  }
  .home #plan-service_banner .link_area .link h4 {
    font-size: 26px;
  }
  .home #plan-service_banner .link_area .link p {
    font-size: 12px;
  }
  #lineup_list .wrap {
    padding: 60px 20px;
    padding-bottom: 160px;
    padding-top: 160px;
  }
  #lineup_list .sec_tit {
    margin-bottom: 32px;
  }
  #lineup_list .sec_tit h3 {
    font-size: 30px;
  }
  body.page02 #lineup_list ul {
    justify-content: space-between;
  }
  body.page02 #lineup_list ul li {
    margin: 0px;
  }
  #lineup_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #lineup_list ul li .tit {
    font-size: 11px;
  }
  #lineup_list ul li .thumb_area {
    margin-bottom: 8px;
  }
  .home #contact .link_area {
    aspect-ratio: 393 / 500;
  }
  .home #contact .link_area .link {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .home #contact .link_area .circle {
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .home #contact .link_area .circle span {
    width: 10px;
    height: 10px;
  }
  .home #contact .link_area .link h4 {
    font-size: 30px;
  }
  .home #contact .link_area .link p {
    font-size: 14px;
  }
  footer .wrap {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  footer .inner {
    display: block;
  }
  footer .logo {
    /* width: 120px; */
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
	footer .address{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
  footer .copy p {
    font-size: 10px;
  }
  footer .footer-link {
    margin-left: 0;
    font-size: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  header .logo {
    width: 124px;
  }
  .page01 .common_wrap {
    padding: 0 20px;
    margin-bottom: 160px;
  }
  .page01 header .humb span {
    background-color: #ffffff;
  }
  .page01 #fv .wrap {
    padding-top: 60px;
  }
  .page01 #fv .bg .pc {
    display: none;
  }
  .page01 #fv .bg .sp {
    display: block;
  }
  .page01 #fv .tit_area {
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .page01 #fv .color {
    width: 70%;
    left: -25%;
  }
  .page01 #fv .tit h3 {
    font-size: 23px;
    text-align: left;
  }
  .page01 #fv .tit {
  }
  .page01 #head .wrap {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .page01 #head .flex {
    display: block;
  }
  .page01 #head .group .text_area {
    /* width: calc(100% - 20px); */
    /* padding: 20px; */
    /* min-height: auto; */
    /* margin-top: -80px; */
  }
  .page01 #head .sec_tit {
    margin-bottom: 24px;
  }
  .page01 #head .sec_tit h3 {
    font-size: 30px;
  }
  .page01 #head .group {
    width: 100%;
    margin-bottom: 20px;
  }
  .page01 #head::before {
    aspect-ratio: 393 / 218;
  }
  .page01 #head .group .text_area h4 {
    font-size: 16px;
  }
  .page01 #head .group .text_area p {
    font-size: 12px;
  }
  .page01 #head .group .thumb_area .pc {
    display: none;
  }
  .page01 #head .group .thumb_area .sp {
    display: block;
  }
  #service .sec_tit h3 {
    font-size: 30px;
  }
  #service .sec_tit p {
    font-size: 12px;
  }
  #service .service_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #service .service_list ul li img {
    margin-bottom: 12px;
  }
  #service .service_list ul li h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #service .service_list ul li p {
    font-size: 12px;
  }
  #service .wrap {
    padding-bottom: 130px;
  }
  .page01 #lineup_list .wrap {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .page01 #lineup_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #flow .sec_tit h3 {
    font-size: 30px;
  }
  #flow .sec_tit p {
    font-size: 12px;
  }
  #flow .sec_tit {
    margin-bottom: 36px;
  }
  #flow .step01 .group {
    display: block;
    width: calc(100% - 45px);
    padding-left: 16px;
  }
  #flow .step .btn_area {
    margin: auto;
    width: 100%;
    padding: 12px 20px;
    display: block;
  }
  #flow .step01 {
    padding: 50px 10px;
    align-items: center;
  }
  #flow .step .head .tit {
    font-size: 10px;
  }
  #flow .step .head .num {
    font-size: 32px;
  }
  #flow .step .head {
    width: 45px;
  }
  #flow .step .text_area {
    margin: auto;
    margin-bottom: 24px;
    width: calc(100% - 45px);
    padding-left: 16px;
  }
  #flow .step.step01 .text_area {
    margin: unset;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  #flow .step .text_area h5 {
    font-size: 16px;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  #flow .step .text_area p {
    font-size: 12px;
  }
  #flow .step .btn_area h5 {
    font-size: 16px;
  }
  #flow .step .btn_area span {
    right: 20px;
  }
  #flow .step .triangle {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -3px;
    top: unset;
    transform: rotate(45deg);
  }
  #flow .step .triangle-line {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -5px;
    top: auto;
    transform: rotate(45deg);
  }
  #flow .step_under {
    display: block;
    border: unset;
    padding: 0;
  }
  #flow .step_under .step {
    width: 100%;
    border: unset;
    display: flex;
    border-bottom: solid 1px #b4b4b4;
    padding: 50px 20px;
  }
  #flow .step_under .text_area span {
    font-size: 10px;
  }
  #flow .step_under .text_area a {
    font-size: 12px;
  }
  #flow .wrap {
    /* padding-bottom: 110px; */
  }
  #js-pagetop {
    height: 34px;
    width: 34px;
  }
  #js-pagetop img {
    width: 16px;
  }
  footer .logo .nowhere {
    width: 120px;
  }
  footer .logo .sankei {
    width: 130px;
  }
  .page01 #fv .inner {
    height: calc((320 / 393) * 100vw);
  }
  .page01.plan-service #head .flex {
    display: block;
  }
  .page01.plan-service #head .group {
    width: 100%;
    margin-bottom: 40px;
  }
  .page01.plan-service #head .group .thumb_area .sp {
    display: block;
  }
  .page01.plan-service #head .sec_tit h3 {
    font-size: 30px;
  }
  .page01.plan-service #head .group .thumb_area {
    margin-bottom: 20px;
  }
  .page01.plan-service #head .group .text_area h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .page01.plan-service #head .group .text_area p {
    font-size: 12px;
  }
  .page01.plan-service #head .group .text_area {
    padding-bottom: 40px;
  }
  .page01.plan-service #head .wrap {
    /* padding-bottom: 80px; */
    /* margin-bottom: 160px; */
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .page02 #fv .bg_thumb.pc {
    display: none;
  }
  .page02 #fv .bg_thumb.sp {
    display: block;
  }
  .page02 #fv .inner {
    height: calc((260 / 393) * 100vw);
  }
  .page02 #anker .wrap {
    padding: 20px 0;
    margin-bottom: 160px;
  }
  .page02 #anker ul {
    flex-wrap: wrap;
  }
  .page02 #anker ul li {
    width: calc(100% / 2);
    /* padding: 0 20px; */
  }

  .page02 #anker ul li a {
    height: 30px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
  }
  .page02 #anker ul li a::before {
    height: calc(100% - 4px);
    right: 0;
  }
  .page02 #anker ul li span {
  }
  .page02 #anker ul li:nth-child(2n) ::before {
    content: none;
  }
  .page02 #anker ul li:last-child a::before {
    content: "";
  }
   .page02 #anker ul li:nth-child(2n) span::before {
    content: "";
  }
  .page02 #concept .wrap {
    padding: 0 20px;
    margin-bottom: 160px;
  }
  .sec_tit {
    margin-bottom: 24px;
  }
  .sec_tit h3 {
    font-size: 30px;
  }
  .page02 #concept .read p {
    font-size: 15px;
  }
  .page02 #concept .column {
    display: block;
  }
  .page02 #concept .column .text_area {
    padding: 0;
    width: 100%;
  }
  .page02 #concept .column .img_area {
    width: 100%;
  }
  .page02 #concept .column .head .cat {
    font-size: 14px;
  }
  .page02 #concept .column .head .name {
    font-size: 16px;
  }
  .page02 #concept .column .head {
    margin-bottom: 15px;
  }
  .page02 #gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page02 #gallery .wrap {
    padding: 0 20px;
  }
  .page02 #gallery .sec_tit {
    margin-bottom: 24px;
  }
  .page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(100% / 6 - 3px) !important;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .page02 #floormap {
    padding-top: 160px;
  }
  .page02 #floormap .wrap {
    padding: 0 20px;
    padding-bottom: 160px;
  }
  .page02 #floormap .sec_tit {
    margin-bottom: 24px;
  }
	.page02 #floormap .slider-thumbnail .swiper-wrapper{
		/* justify-content: space-between; */
		grid-template-columns: repeat(4, 1fr);
		gap: 6px 6px;
	}
  .page02 #floormap .slider-thumbnail .swiper-slide {
    /* width: 60px !important; */
    /* margin-right: 4px; */
    height: 30px;
    font-size: 14px;
  }
	.yokohama-kannai.page02 #floormap .slider-thumbnail .swiper-slide {
    /* width: calc(100% / 4 - 18px / 4)!important; */
    /* margin: unset; */
  }
  .page02 #floormap .slider-thumbnail {
    margin-bottom: 8px;
  }
  .page02 #floormap .slider {
    margin-bottom: 8px;
  }
  .page02 #floormap .note {
    text-align: left;
    font-size: 10px;
  }
  .page02 #access .wrap {
    padding: 0 20px;
    padding-bottom: 160px;
  }
  .page02 #access .address {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .page02 #access .address p {
    width: 80px;
  }
  .page02 #access .address a {
    width: calc(100% - 80px);
    margin-left: 0;
  }
  .page02 #access .flex {
    display: block;
  }
  .page02 #access .detaile {
    width: 100%;
  }
  .page02 #access .detaile:nth-child(1) {
    padding: 0;
    margin-bottom: 40px;
  }
  .page02 #access .detaile:nth-child(2) {
    padding: 0;
    padding-top: 40px;
  }
  .page02 #access .detaile:nth-child(2)::before {
    width: 100%;
    height: 1px;
  }
  .page02 #access .sub_tit {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page02 #access .img_wrap {
    margin-bottom: 16px;
  }
  .page02 #access .group p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .page02 #access .group h4 {
    font-size: 16px;
  }
  .page02 #access .group {
    margin-bottom: 16px;
  }
  .page02 #access .note p {
    font-size: 10px;
  }
  .page02 #plan .wrap {
    padding: 0 20px;
  }
  .page02 #plan .flex {
    display: block;
  }
  .page02 #plan .flex .detaile {
    width: 100%;
    flex-direction: column-reverse;
    border-bottom: unset;
    padding: 20px 0px;
    padding-bottom: 60px;
  }
  .page02 #plan .flex .text_area h4 {
    display: none;
  }
  .page02 #plan .flex .img_area h4 {
    display: block;
    width: 50%;
    font-size: 16px;
  }
  .page02 #plan .flex .img_area {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page02 #plan .flex .img_area img {
    width: 50%;
  }
  .page02 #plan .flex .text_area {
    padding: 0;
    width: 100%;
  }
  .page02 #plan .flex .text_area p {
    font-size: 12px;
  }
  .page02 #outline table tr {
    font-size: 12px;
    padding: 18px 10px;
  }
  .page02 #outline table th {
    width: 80px;
  }
  .page02 #outline table td {
    width: calc(100% - 80px);
  }
  #flow .summary_period .group ul li h5 {
    font-size: 12px;
  }
  #flow .summary_period .group ul li p {
    font-size: 12px;
  }
  #flow .summary_period .group.period ul li p {
    font-size: 10px;
  }
  #flow .summary_period .group ul li {
    padding: 10px;
  }
  .page01 #point_list ul li {
    display: block;
  }
  .page01 #point_list ul li .text_area {
    width: 100%;
    padding: 30px 20px;
  }
  .page01 #point_list ul li .img_area {
    width: 100%;
  }
  .page01 #point_list ul li .text_area .num {
    font-size: 30px;
  }
  .page01 #point_list ul li .text_area .tit {
    font-size: 16px;
  }
  .page01 #point_list ul li .text_area .detaile {
    font-size: 12px;
  }
	.page01 #point_list ul li .text_area .detaile.pc {
    display: none;
}
	.page01 #point_list ul li .text_area .detaile.sp {
    display: block;
}
  .page01 #point_list .wrap {
  }
  .page02 #fv .wrap {
    padding-top: 60px;
  }
  #lineup_list ul li .tit .logo{
  }
  #lineup_list ul li .tit .logo img{
    width: 80px;
  }
  #lineup_list ul li .tit .logo p{
    font-size: 12px;
    margin-left: 10px;
  }
  #lineup_list ul li .tit .arrow{
    width: 24px;
  }
  .home #values .sec_tit h3 {
    font-size: 20px;
  }
  .home #values .wrap {
  }
  .home #values .sec_tit {
    margin-bottom: 32px;
  }
  .home #values .gathering {
    display: block;
  }
  .home #values .g-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #values .g-key {
    font-size: 34px;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .home #values .g-right {
    padding-left: 16px;
    margin-bottom: 0;
  }
  .home #values .head {
    margin-bottom: 24px;
  }
  .home #values .note {
    padding-left: 16px;
  }
  .home #values #g-caption {
    font-size: 12px;
    padding-left: 0;
  }
   .home #values .sec_tit h3 {
    font-size: 20px;
  }
  .home #values .wrap {
  }
  .home #values .sec_tit {
    margin-bottom: 32px;
  }
  .home #values .flex {
    display: block;
  }
  .home #values .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #values .left .img_area.sp {
    display: block;
  }
  .home #values .left .img_area.pc {
    display: none;
  }
  .home #values .right {
    padding-left: 15px;
  }
  .home #values .head_tit h3 {
    font-size: 34px;
    padding-left: 15px;
  }
  .home #values .head .head_tit::before {
    width: 3px;
  }
  .home #values .head_tit {
    margin-bottom: 3px;
  }
  .home #values .head {
    margin-bottom: 20px;
  }
  .home #values .note p {
    padding-left: 15px;
    font-size: 12px;
  }
}


.gathering.pc .custom-arrow.prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
}

.gathering.pc .custom-arrow.prev span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translatex(25%) rotate(-135deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gathering.pc .custom-arrow.next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
}

.gathering.pc .custom-arrow.next span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translatex(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gathering.pc .custom-arrow span::before,
.gathering.pc .custom-arrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.gathering.pc .custom-arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.gathering.pc .custom-arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

.gathering.pc .custom-arrow:hover {
  filter: invert(1);
}

/* ▼ 丸・矢印・右端位置の完成形（sp時）*/
@media screen and (max-width: 1000px) {

  /* 丸のサイズ */
  .home #values .gathering .custom-arrow.prev {
    width: 40px;
    left: auto;
    height: 40px;
    left: 20px;
  }

  /* 矢印（＞）のサイズ */
  .home #values .gathering .custom-arrow.prev span {
    width: 10px;
    height: 10px;
  }
  .home #values .gathering .custom-arrow.next {
    width: 40px;
    left: auto;
    height: 40px;
    right: 20px;
  }

  .home #values .gathering .custom-arrow.next span {
    width: 10px;
    height: 10px;
  }
}

#privacy .sec_tit {
  padding-top: 120px;
}
#privacy .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
  margin-right: 24px;
}
#privacy .sec_tit p {
  font-size: 24px;
  font-weight: 500;
}

#privacy .text_area {
  max-width: 1000px;
  margin: auto;
}
#privacy .text_area h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}
#privacy .text_area p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
}
#privacy .text_area ol {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  padding-left: 1.8em;
}

.privacy-link,
.privacy-link:link,
.privacy-link:visited,
.privacy-link:hover,
.privacy-link:active {
  color: #003366;
  text-decoration: underline;
}