@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #414141;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: center;
}
p {
	margin:0;
	padding: 0;
	overflow-wrap: break-word;
}
a {
	color: #414141;
	text-decoration: none;
	transition : all 500ms;
	outline: none;
}
ul,ol {
	list-style-type: none;
	padding:0;
	margin:0;
}
img, svg {
	display: block;
}
.alp {
	font-family: "Rubik", sans-serif;
}
/* 初期状態 */
.fade-up,
.fade-left,
.zoom-in {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
/* 各アニメーション */
.fade-up {
  transform: translateY(40px);
}
.fade-left {
  transform: translateX(-40px);
}
.zoom-in {
  transform: scale(0.9);
}
/* 表示状態 */
.is-show {
	opacity: 1;
	transform: none;
}

/*----------------------------------------------------
PC
----------------------------------------------------*/
.pc-bg {
	display: flex;
	height: 100vh;
	justify-content: space-between;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
}
.pc-menu, .pc-sns {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 12%;
	box-sizing: border-box;
	pointer-events: initial;
	width: calc((100% - 375px) / 2);
	position: relative;
}
.menu-bottom, .sns-bottom {
	position: absolute;
	bottom: 1rem;
	width: 92%;
	max-width: 434px;
}
.sns-bottom {
	padding-left: 3%;	
}

/*----------------------------------------------------
MENU
----------------------------------------------------*/
nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav h1 img {
	width: 80%;
	max-width: 200px;
	margin: 0 auto 2rem;
}
nav ul , nav h1  {
	width: 90%;
	max-width: 290px;
	z-index: 1;
}
nav ul li {
	border-bottom: solid 1px #e95504;
}
nav ul li a {
	display: block;
	padding: 1.5rem 4rem 1.5rem 0 ;
	position: relative;
}
nav ul li a .alp {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 3px;
	color: #e95504;
	transition : all 500ms;
}
nav ul li a:hover .alp {
	letter-spacing: 0.025em;
}
nav ul li a span {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #414141;
}
nav ul li a::after {
	content: "→";
	display: block;
	text-align: center;
	font-size: 1.2rem;
	width: 3.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #e95504;
	color: #fff;
	position: absolute;
	top: calc(50% - 1.25rem);
	right: 0.5rem;
	border-radius: 50%;
	transition : all 500ms;
}
nav ul li a:hover::after {
	right: 0;	
}

/*----------------------------------------------------
SNS
----------------------------------------------------*/
.pc-sns-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 6%;
}
.pc-sns-cont {
	width: 80%;
	max-width: 215px;
	margin: 0 auto;
	z-index: 1;
}
.wanted, .actual {
	width: 194px;
	position: relative;
}
.wanted p {
	position: absolute;
	font-weight: 500;
	color: #e95504;
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wanted p::after {
	content: "→";
	display: block;
	text-align: center;
	font-size: 1.2rem;
	width: 3.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #e95504;
	color: #fff;
	position: absolute;
	left: calc(50% - 1.75rem);
	bottom: 3.5rem;
	border-radius: 50%;
	transition : all 500ms;
}
.wanted a:hover p::after {
	left: calc(50% - 1.25rem);
}
.wanted a:hover img {
	animation: rotateAnimation 1s ease 1;
}
@keyframes rotateAnimation{
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.actual p {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.actual p img {
	position: absolute;
	width: 54%;
	padding-top: 5%;
}
.pc-sns-cont .wanted, .pc-sns-cont .actual {
	margin: -2.25rem auto 0;
}
.pc-sns-cont .wanted p {
	font-size: 2.8rem;
}

.pc-sns-link {
	margin-top: 3rem;
}
.pc-sns-link p {
	font-size: 1.2rem;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 2rem;
}
.pc-sns-link div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55%;
	margin: 0 auto;
}
.pc-sns-link .icon-instagram {
	width: 39px;
}
.pc-sns-link .icon-note {
	width: 34px;
}
.pc-sns-link a:hover {
	opacity: 0.7;
}

/*----------------------------------------------------
WRAPPER
----------------------------------------------------*/
#wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	margin: 0 auto;
	position: relative;
	width: 375px;
	overflow: hidden;
}
main {
	padding: 2rem;
}

/*----------------------------------------------------
HEADER
----------------------------------------------------*/
header {
	margin-bottom: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo {
	width: 65%;
	max-width: 220px;
	margin-left: -5px;
}
.hamburger-menu,
.hamburger-close {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.hamburger-line {
  width: 100%;
  height: 1.5px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.hamburger-close .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(1px, 1px);
}
.hamburger-close .hamburger-line:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.slide-menu-wrap {
	padding-top: 2rem;
	width: 85%;
}
nav .slide-menu-wrap ul {
	width: 100%;
	max-width: inherit;
}
.hamburger-close {
	margin-left: auto;
}
.slide-menu.overlay-menu {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}
.slide-menu.overlay-menu.active {
  right: 0;
}

/*----------------------------------------------------
MAIN
----------------------------------------------------*/
/* MV */
.mv {
	position: relative;
	background-image: url("./img/mv-illust.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 54%;
	margin-bottom: 8rem;
}
.mv-catch {
	margin-bottom: 4rem;
}
.mv-catch img {
	width: 70%;
	margin-bottom: 2.6rem;
}
.mv-catch img:nth-child(2) {
	transition-delay: 0.5s;
}
.mv-copy {
	position: absolute;
	top: -1rem;
	right: 0;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 700;
	writing-mode: vertical-rl;
}
.mv-lead {
	font-size: 1.6rem;
	line-height: 2.5;
	font-weight: 400;
	transition-delay: 1s;
}

/* Wanted */
.main-wanted {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.main-wanted .wanted p::after {
	bottom: 3rem;
}
.main-wanted .actual {
	margin-left: -2.2rem;	
}

/* Content */
.main-cont {
	padding: 6rem 0 4rem;
}
.main-cont-sep {
	position: relative;
}
.main-cont-sep::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(90deg, #fbc600 50%, #e95504 50%);
	left: 0;
	bottom: 2px;
}
.main-cont h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.main-cont h3 span {
	position: relative;
	font-size: 3rem;
	color: #e95504;
	font-weight: 500;
}
.main-cont h3 span::before {
	content: url("./img/sec-ttl.png");
	display: block;
	position: absolute;
	transform: scale(0.5);
	top: -1rem;
	left: -3rem;
}
.main-cont h3+b {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
.main-cont p {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	text-align: justify;
}
.main-cont h4 {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
}

/* Mission */
#mission p {
	font-weight: 600;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* Value */
#value ul li {
	padding: 2rem 0;
	border-bottom: solid 1px #e95504;
}
#value ul li:last-child {
	border-bottom: 0;	
}
#value ul li b {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 1rem;
}
#value ul li p {
	line-height: 1.7;	
}

/* Join */
#join {
	background: #e95504;
	padding: 3rem 2rem;
	color: #fff;
}
.join-ttl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2rem;
}
.join-ttl div {
	width: 86%;	
}
.join-ttl div h3 {
	color: #fbc600;
	font-size: 5.4rem;
	justify-content: flex-end;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 3rem;
}
.join-ttl div b {
	text-align: left;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.join-ttl div p {
	padding-right: 2rem;
	line-height: 1.8;
}
.join-ttl h5 {
	writing-mode: vertical-rl;
	font-size: 2.9rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.join-everyone {
	padding: 1.5rem 1.25rem;
	border: solid 1px #fff;
	margin-bottom: 2rem;
}
.join-everyone b {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.join-everyone ul li {
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.5rem;
	display: flex;
	align-items: center;
	padding: 0.25rem 0 0.25rem 1.5rem;
}
.join-everyone ul li::before {
	content: "■";
	position: absolute;
	color: #fbc600;
	font-size: 1.2rem;
	left: 0;
}
.join-price ul {
	margin-bottom: 3rem;
}
.join-price ul li {
	display: flex;
	margin-bottom: 1rem;
}
.join-price ul li span {
	background: #fbc600;
	color: #e95504;
	width: 100px;
	padding: 1rem;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}
.join-price ul li p {
	background: #fff;
	width: calc(100% - 100px);
	text-align: right;
	padding: 1rem;
	color: #414141;
	font-size: 2rem;
	line-height: 1.2;
}

/*#join table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
}
.join-table2 {
	margin-bottom: 2rem !important;
}
#join table th, #join table td {
	border: solid 2px #e95504;
	padding: 0.25rem 0.75rem;
	font-weight: 700;
}
#join table th {
	background: #fbc600;
	color: #e95504;
	font-size: 1.2rem;
	text-align: left;
}
#join table td {
	background: #fff;
	color: #414141;
	text-align: right;
	font-size: 1.5rem;
}
#join table tr:nth-child(2) td:nth-child(1) {
	writing-mode: vertical-rl;
	text-align: left;
	width: 10%;
	font-size: 1.2rem;
	line-height: 1.2;
	padding-top: 1rem;
}
.join-table1 td {
	width: 45%;
}
.join-table2 tr:nth-child(2) td:nth-child(2),
.join-table2 tr:nth-child(3) td:nth-child(1),
.join-table2 tr:nth-child(4) td:nth-child(1){
	width: 52%;
	text-align: left !important;
}
.join-table2 tr:nth-child(2) td:nth-child(3) {
	width: 38%;
}*/

.join-how {
	margin-bottom: 3rem;
}
.join-how b {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.join-how p {
	font-size: 1.2rem;
}

#join a {
	background: #b80000;
	border-radius: 5px;
	color: #fff;
	padding: 1.5rem 0;
	display: flex;
	justify-content: center;
}
#join a span {
	font-size: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 4.5rem;
	padding-bottom: 5px;
}
#join a span::before {
	content: "";
	position: absolute;
	width: calc(100% - 4.5rem);
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
	transition : all 500ms;
}
#join a:hover span::before {
	width: 0;
}
#join a span::after {
	content: "→";
	display: block;
	text-align: center;
	font-size: 1.2rem;
	width: 3.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #fbc600;
	color: #b80000;
	position: absolute;
	top: calc(50% - 1.25rem);
	right: 0;
	border-radius: 50%;
	transition : all 500ms;
}
#join a:hover span::after {
	right: -0.5rem;
}

/* Member */
#member {
	padding-left: 2rem;
	padding-right: 2rem;
}
.member_prof_wrap {
	margin-top: 5rem;
}
.member_prof {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 4rem;
}
.member_prof_wrap .member_prof:last-child {
	margin-bottom: 0;
}
.member_prof img {
	width: 45%;	
}
.member_prof div {
	width: 48.5%;	
}
.member_prof div span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
.member_prof div b {
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1rem;
	letter-spacing: 0.05em;
}
.member_prof div p {
	font-size: 1.2rem;
	line-height: 1.6;
}

/* Followus */
.followus b {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 1.5rem 0;
	border-top: solid 1px #414141;
	border-bottom: solid 1px #414141;
}
.followus div {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #414141;
	margin-bottom: 2rem;
}
.followus div a {
	width: 50%;
	display: block;
	position: relative;
	padding: 2rem 2rem 4rem;
	box-sizing: border-box;
}
.followus div a:nth-child(1) {
	border-right: solid 1px #414141;
}
.followus div a img {
	margin-bottom: 1rem;
}
.followus div a:nth-child(1) img {
	width: 40px;	
}
.followus div a:nth-child(1) span {
	font-size: 1.6rem;
}
.followus div a:nth-child(2) img {
	width: 34px;
	padding-bottom: 3px;
}
.followus div a:nth-child(2) span {
	font-size: 1.2rem;
	line-height: 1.3;
}
.followus div a::after {
	content: "→";
	display: block;
	text-align: center;
	font-size: 1.2rem;
	width: 3.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #e95504;
	color: #fff;
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	border-radius: 50%;
	transition : all 500ms;
}
.followus div a:hover::after {
	right: 1.5rem;
}

/*----------------------------------------------------
FOOTER
----------------------------------------------------*/
footer {
	padding: 2rem;
}
footer h6 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
}
footer b {
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
footer p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 3rem;
	font-weight: 400;
}

footer div {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
}

/*----------------------------------------------------
SP
----------------------------------------------------*/
@media screen and (max-width: 900px) {
	.pc-bg {
		justify-content: flex-end;	
	}
	.pc-menu {
		display: none;
	}
	.pc-sns {
		padding-bottom: 0;
		width: calc((100% - 375px) - 3rem);
	}
	.sns-bottom {
		display: none;
	}
	#wrapper {
		margin-left: 3rem;
		margin-right: auto;
	}
}
@media screen and (max-width: 640px) {
	.pc-sns {
		display: none;
	}
	#wrapper {
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	#wrapper {
		box-shadow: none;
		width: 100%;
	}
	.hamburger-menu {
		position: fixed;
		right: 2rem;
		z-index: 999;
	}
	.slide-menu.overlay-menu {
	  right: -100vw;
	  width: 100vw;
	  box-shadow: none;
	}
	.slide-menu-wrap {
		width: 90%;
	}
	
}
