@charset "UTF-8";

/*--------------------------------------------------------------
font-family: "Noto Sans JP", sans-serif;
font-family: "Special Gothic Expanded One", sans-serif;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
html, body
--------------------------------------------------------------*/

html, body{
	margin: 0;
    padding: 0;
	color: #3E3A39;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "pkna" 1;
	word-break: break-all;
}



/*--------------------------------------------------------------
background: url("../image/ground.jpg") top center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
h1,h2,h3,h4,h5,h6
ul
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul {
	list-style-type: none;
}


/*--------------------------------------------------------------
img
--------------------------------------------------------------*/

img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
a
--------------------------------------------------------------*/

a:link {
	color: #3E3A39;
	text-decoration: none;
}

a:visited {
	color: #3E3A39;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/*--------------------------------------------------------------
h5
p
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	h5 {
		text-align: center;
		font-weight: 700;
		font-size: 17px;
	}
	
	h5 span {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 35px;
		display: block;
		font-weight: normal;
		line-height: 1;
	}
	
	p{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 1px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	h5 {
		text-align: center;
		font-weight: 700;
		font-size: 0.938vw;
	}
	
	h5 span {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 3.125vw;
		display: block;
		font-weight: normal;
		line-height: 1;
	}
	
	p{
		font-size: 0.885vw;
		font-weight: 700;
		line-height: 2;
		letter-spacing: 1px;
	}

}

/*--------------------------------------------------------------
#container
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#container {
		margin: 0;
		padding: 0;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#container {
		margin: 0;
		padding: 0;
	}
	
}


/*--------------------------------------------------------------
#header
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#header {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		background: #F4F5F2;
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 150px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	
	#header ul {
		display: none;
	}
	
	.box {
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
		text-align: center;
		width: 90%;
	}
	
	.box img {
		margin: 0 0 -20px 0;
	}
	
	.box h2 {
	}
	
	.box span {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 10px;
		color: #FFF;
		line-height: 1;
		position: relative;
	}
	
	.copy {
		display: none;
	}
	
	#slider {
		width: 100%;
		height: 85vh;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	

	#header {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		background: #F4F5F2;
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 13vw;
		position: absolute;
		top: 1.562vw;
		left: 2.604vw;
		z-index: 1;
	}
	
	#header ul {
		width: 100%;
		margin: 0;
		padding: 0 18.22vw 0 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	#header ul li {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 0.938vw;
		font-weight: 700;
	}
	
	#header ul li a {
		margin: 0;
		padding: 1.823vw 1.042vw;
		display: block;
		color: #FFF;
	}
	
	#header ul li span {
		margin: 0;
		padding: 0.417vw 0 0 0;
		display: block;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.625vw;
	}
	
	.box {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
		text-align: center;
		width: auto;
	}
	
	.box h2 {
		width: 37.91vw;
		
	}
	
	.box span {
		margin-top: -1.562vw;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.042vw;
		color: #FFF;
		line-height: 1;
	}
	
	.copy {
		margin-top: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.573vw;
		writing-mode: vertical-rl;
		position: absolute;
		top: 50%;
		right: 1.042vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		z-index: 1;
		display: inherit;
	}
	
	#slider {
		width: 100%;
		height: 95vh;
	}

	
}


/*--------------------------------------------------------------
.scroll-list
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.scroll-container {
		overflow: hidden;
		width: 100vw;
		position: relative;
		margin-top: -60px;
	}
	
	.scroll-list {
		display: flex;
		list-style: none;
		padding-inline: 0;
		margin-inline: 0;
		gap: 0;
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
	}
	
	.scroll-list li {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 100px;
		font-weight: bold;
		white-space: nowrap;
		padding: 0;
		animation: marquee-left 16s linear infinite;
		color: transparent;
		-webkit-text-stroke: 4px #FFF;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	
	.scroll-container {
		overflow: hidden;
		width: 100vw;
		position: relative;
		margin-top: -5.2vw;
	}
	
	.scroll-list {
		display: flex;
		list-style: none;
		padding-inline: 0;
		margin-inline: 0;
		gap: 0;
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
	}
	
	.scroll-list li {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 7.81vw;
		font-weight: bold;
		white-space: nowrap;
		padding: 0;
		animation: marquee-left 16s linear infinite;
		color: transparent;
		-webkit-text-stroke: 4px #FFF;
	}

}


@keyframes marquee-left {
   0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
}



/*--------------------------------------------------------------
#about-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#about-area {
		margin: 0;
		padding: 0;
		background: url("../images/about_ground.jpg") bottom center no-repeat;
		background-size: cover;
	}
	
	#about-area h3 {
		margin: 25px 0;
		padding: 0;
		font-size: 25px;
		font-weight: 700;
		text-align: center;
	}

	#about-area h4 {
		margin: 0 5% 30px 5%;
		padding: 0;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: left;
		text-align: justify;
	}
	
	.group {
		margin: 0 5% -20px 5%;
		padding: 0;
		width: auto;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#about-area {
		margin: 0;
		padding: 0;
	}
	
	#about-area h3 {
		margin: 1.302vw 0;
		padding: 0;
		font-size: 2.083vw;
		font-weight: 700;
		text-align: center;
	}

	#about-area h4 {
		margin: 0 0 4.167vw 0;
		padding: 0;
		font-size: 0.938vw;
		font-weight: 700;
		line-height: 2;
		letter-spacing: 2px;
		text-align: center;
	}
	
	.group {
		margin: 0 auto -2.083vw auto;
		padding: 0;
		width: 59.63vw;
	}

}

/*--------------------------------------------------------------
#service-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#service-area {
		margin: 0;
		padding: 80px 0 35px 0;
		background: #EBEDEB;
	}
	
	#service-area h5 {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	.tab-area {
		width: auto;
		margin: 0 auto;
	}
	
	/*tabの形状*/
	.tab{
		display: -webkit-flex;
		display: flex;
	}
	
	.tab li{
		width: 50%;
		text-align: center;
		position: relative;
	}
	
	.tab li a{
		display: block;
		background: #4E4E4E;
		margin: 0;
		padding: 20px;
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
	}
	
	.tab li.active a{
		background: #2C4664;
	}
	
	.tab li .material-symbols-outlined {
		font-size: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

	
	.tab_ground {
		background: #fff;
	}

	.area {
		display: none;
		opacity: 0;
		padding: 20px 0;
	}
	
	.area dl {
		margin: 30px 5%;
		padding: 0;
		width: auto;
		position: relative;
	}
	
	.area dt {
		margin: 0 0 10px 0;
		padding: 0;
		width: auto;
	}
	
	.area dt span {
		margin: 0;
		padding: 3px 0 5px 0;
		display: block;
		background: #2C4664;
		border-radius: 10px;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
	}
	
	.area dd {
		margin: 0 5%;
		padding: 0;
	}

	.area.is-active {
		display: block;
		animation-name: displayAnime;
		animation-duration: 2s;
		animation-fill-mode: forwards;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#service-area {
		margin: 0;
		padding: 6.25vw 0 1.823vw 0;
		background: #EBEDEB;
	}
	
	#service-area h5 {
		margin: 0 0 1.823vw 0;
		padding: 0;
	}
	
	.tab-area {
		width: 67.7vw;
		margin: 0 auto;
	}
	
	/*tabの形状*/
	.tab{
		display: -webkit-flex;
		display: flex;
	}
	
	.tab li{
		width: 50%;
		text-align: center;
		position: relative;
	}
	
	.tab li a{
		display: block;
		background: #4E4E4E;
		margin: 0;
		padding: 1.302vw 1.042vw;
		color: #FFF;
		font-size: 1.302vw;
		font-weight: 700;
	}
	
	.tab li.active a{
		background: #2C4664;
	}
	
	.tab li .material-symbols-outlined {
		font-size: 1.302vw;
		position: absolute;
		top: 50%;
		right: 0.781vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

	
	.tab_ground {
		background: #fff;
	}

	.area {
		display: none;
		opacity: 0;
		padding: 1.302vw 0;
	}
	
	.area dl {
		margin: 1.302vw auto;
		padding: 0 0 0 13.54vw;
		width: 48.95vw;
		position: relative;
	}
	
	.area dt {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0.26vw;
		left: 0;
		width: 10.417vw;
	}
	
	.area dt span {
		margin: 0;
		padding: 0.156vw 0 0.26vw 0;
		display: block;
		background: #2C4664;
		border-radius: 2.604vw;
		text-align: center;
		color: #FFF;
		font-size: 1.198vw;
		font-weight: 700;
	}
	
	.area dd {
		margin: 0;
		padding: 0;
	}

	.area.is-active {
		display: block;
		animation-name: displayAnime;
		animation-duration: 2s;
		animation-fill-mode: forwards;
	}

}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*--------------------------------------------------------------
#day-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#day-area {
		margin: 0;
		padding: 0 0 50px 0;
		background: #EBEDEB;
	}
	
	#day-area h6 {
		margin: 0 0 8px 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
		font-size: 20px;
	}
	
	
	#day-area h6 .material-symbols-outlined {
		display: block;
		font-size: 30px;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}

	#day-area p {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#day-area ul {
		margin: 0 5% 30px 5%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#day-area ul li {
		margin: 0;
		padding: 25px 30px 15px 30px;
		text-align: center;
		border-right: none;
		border-bottom: 2px dotted #707070;
		width: 100%;
	}
	
	#day-area ul li:last-child {
		border-bottom: none;
	}
	
	#day-area ul li dt {
		color: #2C4664;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 20px;
	}
	
	#day-area ul li dd {
		font-size: 18px;
		font-weight: 700;
	}
	
	#day-area ul li dd span {
		font-size: 15px;
		display: block;
	}
	
	.info-area {
		margin: 0 5%;
		padding: 10px 20px;
		background: #FFF;
		width: auto;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	
	.info-area .material-symbols-outlined {
		font-size: 25px;
		line-height: 1;
		color: #9BF037;
		vertical-align: -7px;
		margin-right: 5px;
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#day-area {
		margin: 0;
		padding: 0 0 4.688vw 0;
		background: #EBEDEB;
	}
	
	#day-area h6 {
		margin: 0 0 0.417vw 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
		font-size: 1.302vw;
	}
	
	
	#day-area h6 .material-symbols-outlined {
		display: block;
		font-size: 1.823vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}

	#day-area p {
		margin: 0 0 1.302vw 0;
		padding: 0;
		text-align: center;
	}
	
	#day-area ul {
		margin: 0 0 1.302vw 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#day-area ul li {
		margin: 0;
		padding: 1.302vw 1.562vw;
		text-align: center;
		border-right: 2px dotted #707070;
		border-bottom: none;
		width: auto;
	}
	
	#day-area ul li:last-child {
		border-right: none;
	}
	
	#day-area ul li dt {
		color: #2C4664;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.302vw;
	}
	
	#day-area ul li dd {
		font-size: 1.146vw;
		font-weight: 700;
	}
	
	#day-area ul li dd span {
		font-size: 0.938vw;
		display: block;
	}
	
	.info-area {
		margin: 0 auto;
		padding: 0.521vw 0;
		background: #FFF;
		width: 44vw;
		text-align: center;
		font-size: 0.885vw;
		font-weight: 700;
		letter-spacing: 1px;
	}
	
	.info-area .material-symbols-outlined {
		font-size: 1.562vw;
		line-height: 1;
		color: #9BF037;
		vertical-align: -0.365vw;
		margin-right: 0.26vw;
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}


}


/*--------------------------------------------------------------
#works-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#works-area {
		margin: 0;
		padding: 50px 0 70px 0;
	}
	
	#works-area h5 {
		margin: 0 0 30px 0;
	}
	
	#works-area p {
		text-align: left;
		margin: 0 5% 40px 5%;
		text-align: justify;
	}
	

	.slider {
		width: 100%;
		margin:0 auto;
	}

	.slider img {
		width: 100%;
		height:auto;
	}

	.slider .slick-slide {
		margin: 0 10px;
	}

	.slick-prev, 
	.slick-next {
		position: absolute;
		bottom: -30px;
		cursor: pointer;
		outline: none;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		height: 20px;
		width: 20px;
	}

	.slick-prev {
		left: 40%;
		transform: rotate(-135deg);
	}

	.slick-next {
		right: 40%;
		transform: rotate(45deg);
	}
	
	.slider dt {
		position: relative;
	}

	.slider dt span {
		margin: 0;
		padding: 10px 20px;
		position: absolute;
		right: 0;
		bottom: 0;
		color: #2C4664;
		font-size: 15px;
		font-weight: 700;
		background: #FFF;
	}
	
	.slider dd {
		margin: 0;
		padding: 10px 0 20px 0;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#works-area {
		margin: 0;
		padding: 4.167vw 0 7.812vw 0;
	}
	
	#works-area h5 {
		margin: 0 0 1.562vw 0;
	}
	
	#works-area p {
		text-align: center;
		margin: 0 0 2.083vw 0;
	}
	

	.slider {
		width: 100%;
		margin:0 auto;
	}

	.slider img {
		width: 100%;
		height:auto;
	}

	.slider .slick-slide {
		margin: 0 1.302vw;
	}

	.slick-prev, 
	.slick-next {
		position: absolute;
		bottom: -2.604vw;
		cursor: pointer;
		outline: none;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		height: 0.781vw;
		width: 0.781vw;
	}

	.slick-prev {
		left: 47%;
		transform: rotate(-135deg);
	}

	.slick-next {
		right: 47%;
		transform: rotate(45deg);
	}
	
	.slider dt {
		position: relative;
	}

	.slider dt span {
		margin: 0;
		padding: 0.521vw 1.042vw;
		position: absolute;
		right: 0;
		bottom: 0;
		color: #2C4664;
		font-size: 0.938vw;
		font-weight: 700;
		background: #FFF;
	}
	
	.slider dd {
		margin: 0;
		padding: 1.042vw 0;
		text-align: center;
		font-size: 1.042vw;
		font-weight: 700;
	}

}


/*--------------------------------------------------------------
#staff-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#staff-area {
		margin: 0;
		padding: 50px 0;
		background: url("../images/staff_ground.jpg") center no-repeat;
		background-size: cover;
		background-color: #2C4664;
	}
	
	#staff-area h5 {
		margin: 0 0 30px 0;
		color: #FFF;
	}
	
	#staff-area ul {
		width: auto;
		margin: 0 15%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#staff-area ul li {
		width: 100%;
		text-align: center;
	}
	
	#staff-area ul li:nth-child(2){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(3){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(4){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(5){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(6){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(7){
		margin-top: 30px;
	}
	
	#staff-area ul li:nth-child(8){
		margin-top: 30px;
	}
	
	#staff-area ul dt {
		position: relative;
	}
	
	#staff-area ul dt span {
		position: absolute;
		bottom: -15px;
		left: 0;
		display: block;
		width: 100%;
		color: #9BF037;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 30px;
	}
	
	#staff-area ul dd {
		margin: 15px 0 0 0;
		font-size: 16px;
		color: #FFF;
		font-weight: 700;
	}
	
	#staff-area ul dd span {
		margin: 0;
		font-size: 15px;
		color: #8A9EB2;
		display: block;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#staff-area {
		margin: 0;
		padding: 4.167vw 0;
		background: url("../images/staff_ground.jpg") center no-repeat;
		background-size: cover;
		background-color: #2C4664;
	}
	
	#staff-area h5 {
		margin: 0 0 2.083vw 0;
		color: #FFF;
	}
	
	#staff-area ul {
		width: 67.7vw;
		margin: 0 auto;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#staff-area ul li {
		width: 23%;
		text-align: center;
	}
	
	#staff-area ul li:nth-child(2){
		margin-top: 1.562vw;
	}
	
	#staff-area ul li:nth-child(3){
		margin-top: 3.125vw;
	}
	
	#staff-area ul li:nth-child(4){
		margin-top: 4.688vw;
	}
	
	#staff-area ul li:nth-child(5){
		margin-top: -4.167vw;
	}
	
	#staff-area ul li:nth-child(6){
		margin-top: -2.604vw;
	}
	
	#staff-area ul li:nth-child(7){
		margin-top: -1.042vw;
	}
	
	#staff-area ul li:nth-child(8){
		margin-top: 0.521vw;
	}
	
	#staff-area ul dt {
		position: relative;
	}
	
	#staff-area ul dt span {
		position: absolute;
		bottom: -0.781vw;
		left: 0;
		display: block;
		width: 100%;
		color: #9BF037;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.562vw;
	}
	
	#staff-area ul dd {
		margin: 0.781vw 0 0 0;
		font-size: 0.833vw;
		color: #FFF;
		font-weight: 700;
	}
	
	#staff-area ul dd span {
		margin: 0;
		font-size: 0.781vw;
		color: #8A9EB2;
		display: block;
	}

}


/*--------------------------------------------------------------
#company-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#company-area {
		margin: 0;
		padding: 50px 0 0 0;
	}
	
	#company-area h5 {
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	.profile-box {
		margin: 0 auto;
		padding: 0 0 50px 0;
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.profile-box div:first-child {
		margin: 0 0 20px 0;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	
	.profile-box div:last-child {
		margin: 0 5%;
		width: 100%;
	}
	
	.profile-box dl {
		margin: 0 0 15px 0;
		padding: 0 5% 15px 5%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #C1C1C1;
	}
	
	.profile-box dt {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	

	.profile-box .material-symbols-outlined {
		font-size: 20px;
		vertical-align: -3px;
		margin: 0 0 0 5px;
		color: #F27E41;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}
	
	.gallery-area {
		position: relative;
	}
	
	.gallery-area dl {
		position: absolute;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		padding: 0 10%;
	}
	
	.gallery-area dt {
		width: 100%;
	}
	.gallery-area dd {
		text-align: center;
		color: #FFF;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 11px;
	}
	
	.gallery img {
		width: 100%;
		height: auto;
	}
	
	.gallery .slick-slide {
		margin: 0;
	}
	
	
	.gallery .slick-initialized {
		display: block;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#company-area {
		margin: 0;
		padding: 4.167vw 0 0 0;
	}
	
	#company-area h5 {
		margin: 0 0 2.083vw 0;
		padding: 0;
	}
	
	.profile-box {
		margin: 0 auto;
		padding: 0 0 2.604vw 0;
		width: 67.7vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.profile-box div:first-child {
		margin: 0;
		width: 50%;
		padding: 0 5% 0 0;
		box-sizing: border-box;
	}
	
	.profile-box div:last-child {
		margin: 0;
		width: 50%;
	}
	
	.profile-box dl {
		margin: 0 0 0.781vw 0;
		padding: 0 0 0.781vw 0;
		display: -webkit-flex;
		display: flex;
		border-bottom: 1px solid #C1C1C1;
	}
	
	.profile-box dt {
		margin: 0;
		padding: 0;
		width: 8.333vw;
		text-align: center;
	}
	

	.profile-box .material-symbols-outlined {
		font-size: 1.042vw;
		vertical-align: -0.156vw;
		margin: 0 0 0 0.26vw;
		color: #F27E41;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}
	
	.gallery-area {
		position: relative;
	}
	
	.gallery-area dl {
		position: absolute;
		top: 50%;
		left: 10%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		padding: 0;
	}
	
	.gallery-area dt {
		width: 29.16vw;
	}
	.gallery-area dd {
		text-align: center;
		color: #FFF;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.781;
	}
	
	.gallery img {
		width: 100%;
		height: auto;
	}
	
	.gallery .slick-slide {
		margin: 0;
	}
	
	
	.gallery .slick-initialized {
		display: block;
	}
	
	

}


/*--------------------------------------------------------------
#recruit-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#recruit-area {
		margin: 0;
		padding: 40px 0 0 0;
		background: #EBEDEB;
	}
	
	#recruit-area h5 {
		margin: 0;
		padding: 0 0 20px 0;
	}

	#recruit-area h6 {
		margin: 0 auto;
		padding: 20px 0;
		width: auto;
		background: #2C4664;
		color: #FFF;
		text-align: center;
		font-weight: 800;
		font-size: 18px;
		position: relative;
		z-index: 2;
	}
	
	#recruit-area h6 span {
		position: absolute;
		top: 20px;
		right: 0px;
		width: 130px;
	}
	
	.join-area {
		margin: 0 auto;
		padding: 20px 0;
		width: auto;
		background: #FFF;
	}
	
	.join-area dl {
		margin: 0 5%;
		padding: 10px 0;
		width: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.join-area dt {
		margin: 0 0 10px 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	
	.join-area dt span {
		margin: 0;
		padding: 2px 0 3px 0;
		color: #FFF;
		background: #3E3A39;
		border-radius: 10px;
		font-size: 18px;
		font-weight: 700;
		display: block;
	}
	
	.join-area dd {
		margin: 0 5%;
		padding: 0;
	}
	
	.join-area dl li {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.entry-bt {
		margin: 25px 5%;
		text-align: center;
	}
	
	.entry-bt a {
		color: #FFF;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#recruit-area {
		margin: 0;
		padding: 4.167vw 0 0 0;
		background: #EBEDEB;
	}
	
	#recruit-area h5 {
		margin: 0;
		padding: 0 0 2.083vw 0;
	}

	#recruit-area h6 {
		margin: 0 auto;
		padding: 1.562vw 0;
		width: 67.7vw;
		background: #2C4664;
		color: #FFF;
		text-align: center;
		font-weight: 800;
		font-size: 1.302vw;
		position: relative;
	}
	
	#recruit-area h6 span {
		position: absolute;
		top: 1.042vw;
		right: -1.562vw;
		width: 15.62vw;
	}
	
	.join-area {
		margin: 0 auto;
		padding: 2.604vw 0;
		width: 67.7vw;
		background: #FFF;
	}
	
	.join-area dl {
		margin: 0 auto;
		padding: 0.521vw 0;
		width: 48.43vw;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
	}
	
	.join-area dt {
		margin: 0;
		padding: 0;
		width: 10.417vw;
		text-align: center;
		flex-shrink: 0;
	}
	
	.join-area dt span {
		margin: 0;
		padding: 0.104vw 0 0.156vw 0;
		color: #FFF;
		background: #3E3A39;
		border-radius: 2.604vw;
		font-size: 1.042vw;
		font-weight: 700;
		display: block;
		width: auto:
	}
	
	.join-area dd {
		margin: 0;
		padding: 0 0 0 2.083vw;
		flex-grow: 1;
		
	}
	
	.join-area dl li {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.entry-bt {
		margin: 1.302vw 0 0 0;
		text-align: center;
	}
	
	.entry-bt a {
		color: #FFF;
	}
	

}


/*--------------------------------------------------------------
#runking-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#runking-area {
		margin: 0;
		padding: 0 0 45px 0;
		background: #EBEDEB;
	}
	
	.runk-inner {
		width: auto;
		margin: 0 auto;
		padding: 35px 0 0 0;
		border: #E0E3E0 solid 10px;
	}
	
	.runk-inner h6 {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
	}
	
	.runk-inner h6 .material-symbols-outlined {
		display: block;
		font-size: 30px;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}

	.runk-inner h6 span {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 15px;
		display: block;
	}
	
	.runk-inner ul {
		width: auto;
		margin: 0 auto;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.runk-inner ul li:first-child {
		width: 100%;
	}
	
	.runk-inner ul li:first-child dl {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 25px 5%;
		border-bottom: 1px solid #B9B9B9;
	}
	
	.runk-inner ul li:first-child dt {
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.runk-inner ul li:first-child dt span {
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #FFF;
		text-align: center;
	}
	
	.runk-inner ul li:first-child dd {
		width: 100%;
		padding: 0;
	}
	
	.runk-inner ul li:first-child dd .title {
		font-size: 25px;
		font-weight: 800;
		padding: 0 0 15px 0;
		text-align: center;
	}
	
	.runk-inner ul li:first-child dd .title span {
		font-size: 16px;
		color: #2C4664;
		background: #FFF;
		padding: 0 0 2px 5px;
	}
	
	.runk-inner ul li {
		width: 100%;
	}
	
	.runk-inner ul li:nth-child(2) dl,
	.runk-inner ul li:nth-child(3) dl{
		padding: 25px 5%;
	}
	
	.runk-inner ul li:nth-child(2) dl{
		border-right: none;
		border-bottom: 1px solid #B9B9B9;
	}
	
	.runk-inner ul li:nth-child(2) dt,
	.runk-inner ul li:nth-child(3) dt{
		position: relative;
	}
	
	.runk-inner ul li:nth-child(2) dt span,
	.runk-inner ul li:nth-child(3) dt span{
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	
	.runk-inner ul li:nth-child(2) dt span{
		background: #D8D8D8;
	}
	
	.runk-inner ul li:nth-child(3) dt span{
		background: #AAAAAA;
	}
	
	.runk-inner ul li:nth-child(2) dd .title,
	.runk-inner ul li:nth-child(3) dd .title{
		font-size: 25px;
		font-weight: 800;
		padding: 0 0 15px 0;
		text-align: center;
	}
	
	.runk-inner ul li:nth-child(2) dd .title span,
	.runk-inner ul li:nth-child(3) dd .title span{
		font-size: 16px;
		color: #2C4664;
		background: #FFF;
		padding: 0 0 2px 5px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#runking-area {
		margin: 0;
		padding: 0 0 2.344vw 0;
		background: #EBEDEB;
	}
	
	.runk-inner {
		width: 67.7vw;
		margin: 0 auto;
		padding: 1.823vw 0 0 0;
		border: #E0E3E0 solid 1.042vw;
	}
	
	.runk-inner h6 {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 1.302vw;
		font-weight: 800;
	}
	
	.runk-inner h6 .material-symbols-outlined {
		display: block;
		font-size: 2.083vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}

	.runk-inner h6 span {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.833vw;
		display: block;
	}
	
	.runk-inner ul {
		width: 54.68vw;
		margin: 0 auto;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.runk-inner ul li:first-child {
		width: 100%;
	}
	
	.runk-inner ul li:first-child dl {
		display: -webkit-flex;
		display: flex;
		padding: 1.302vw 0;
		border-bottom: 1px solid #B9B9B9;
	}
	
	.runk-inner ul li:first-child dt {
		width: 50%;
		position: relative;
		padding: 0.781vw;
	}
	
	.runk-inner ul li:first-child dt span {
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.302vw;
		width: 3.125vw;
		height: 3.125vw;
		line-height: 3.125vw;
		background: #FFF;
		text-align: center;
	}
	
	.runk-inner ul li:first-child dd {
		width: 50%;
		padding: 0 3.125vw;
	}
	
	.runk-inner ul li:first-child dd .title {
		font-size: 1.562vw;
		font-weight: 800;
		padding: 0 0 0.781vw 0;
		text-align: left;
	}
	
	.runk-inner ul li:first-child dd .title span {
		font-size: 0.885vw;
		color: #2C4664;
		background: #FFF;
		padding: 0 0 0.104vw 0.26vw;
	}
	
	.runk-inner ul li {
		width: 50%;
	}
	
	.runk-inner ul li:nth-child(2) dl,
	.runk-inner ul li:nth-child(3) dl{
		padding: 2.344vw 3.125vw;
	}
	
	.runk-inner ul li:nth-child(2) dl{
		border-right: 1px solid #B9B9B9;
		border-bottom: none;
	}
	
	.runk-inner ul li:nth-child(2) dt,
	.runk-inner ul li:nth-child(3) dt{
		position: relative;
	}
	
	.runk-inner ul li:nth-child(2) dt span,
	.runk-inner ul li:nth-child(3) dt span{
		position: absolute;
		top: -0.781vw;
		left: -0.781vw;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.302vw;
		width: 3.125vw;
		height: 3.125vw;
		line-height: 3.125vw;
		text-align: center;
	}
	
	.runk-inner ul li:nth-child(2) dt span{
		background: #D8D8D8;
	}
	
	.runk-inner ul li:nth-child(3) dt span{
		background: #AAAAAA;
	}
	
	.runk-inner ul li:nth-child(2) dd .title,
	.runk-inner ul li:nth-child(3) dd .title{
		font-size: 1.302vw;
		font-weight: 800;
		padding: 0 0 0.521vw 0;
		text-align: center;
	}
	
	.runk-inner ul li:nth-child(2) dd .title span,
	.runk-inner ul li:nth-child(3) dd .title span{
		font-size: 0.885vw;
		color: #2C4664;
		background: #FFF;
		padding: 0 0 0.104vw 0.26vw;
	}
	

}

/*--------------------------------------------------------------
#career-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#career-area {
		margin: 0;
		padding: 20px 0;
		background: url("../images/career_ground.jpg") top left no-repeat;
		background-size: cover;
	}
	
	#career-area h3 {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 60px;
		color: #212121;
		text-align: center;
		line-height: 1;
	}
	
	#career-area h4 {
		margin: -20px 0 15px 0;
		padding: 0;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		font-weight: 800;
	}
	
	#career-area p.top {
		margin: 0 5% 20px 5%;
		color: #FFF;
		text-align: left;
		text-align: justify;
	}
	
	#career-area ul {
		margin: 0 2% 20px 2%;
		padding: 0;
		width: auto;
		border: 1px solid #707070;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#career-area ul li {
		margin: 0;
		padding: 20px 5%;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #707070;
	}
	
	#career-area ul li:last-child {
		border-right: none;
		border-bottom: none;
	}
	
	#career-area ul li h6 {
		margin: 0 0 5px 0;
		padding: 0;
		color: #FFF;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 20px;
		text-align: center;
	}
	
	#career-area ul li dt {
		margin: 0 0 20px 0;
		padding: 0;
		color: #FFF;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
	}
	
	#career-area ul li dt span {
		margin: 10px 0 0 0;
		padding: 5px 20px 8px 20px;
		font-size: 16px;
		background: #A1B1A1;
		display: inline-block;
	}
	
	#career-area ul li dd {
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#career-area ul li p {
		color: #FFF;
	}
	
	.qualification {
		margin: 0 5%;
		padding: 0;
		text-align: center;
	}
	
	.qualification h6 {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		background: #FFF;
		padding: 0 20px 3px 20px;
	}
	
	.qualification span {
		text-decoration: underline;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#career-area {
		margin: 0;
		padding: 2.083vw 0 3.906vw 0;
		background: url("../images/career_ground.jpg") top left no-repeat;
		background-size: cover;
	}
	
	#career-area h3 {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 7.812vw;
		color: #212121;
		text-align: center;
		line-height: 1;
	}
	
	#career-area h4 {
		margin: -2.344vw 0 0.781vw 0;
		padding: 0;
		font-size: 1.302vw;
		color: #FFF;
		text-align: center;
		font-weight: 800;
	}
	
	#career-area p.top {
		margin: 0 0 1.042vw 0;
		color: #FFF;
		text-align: center;
	}
	
	#career-area ul {
		margin: 0 auto 2.604vw auto;
		padding: 0;
		width: 72.91vw;
		border: 1px solid #707070;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#career-area ul li {
		margin: 0;
		padding: 1.042vw 3.125vw 1.823vw 3.125vw;
		width: 33.3%;
		border-right: 1px solid #707070;
	}
	
	#career-area ul li:last-child {
		border-right: none;
	}
	
	#career-area ul li h6 {
		margin: 0 0 0.26vw 0;
		padding: 0;
		color: #FFF;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 2.083vw;
		text-align: center;
	}
	
	#career-area ul li dt {
		margin: 0 0 1.042vw 0;
		padding: 0;
		color: #FFF;
		font-size: 1.146vw;
		font-weight: 800;
		text-align: center;
	}
	
	#career-area ul li dt span {
		margin: 0.521vw 0 0 0;
		padding: 0.26vw 1.042vw 0.417vw 1.042vw;
		font-size: 0.938vw;
		background: #A1B1A1;
		display: inline-block;
	}
	
	#career-area ul li dd {
		margin: 0 0 1.042vw 0;
		padding: 0;
	}
	
	#career-area ul li p {
		color: #FFF;
	}
	
	.qualification {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.qualification h6 {
		display: inline-block;
		font-size: 1.562vw;
		font-weight: 700;
		background: #FFF;
		padding: 0 1.042vw 0.156vw 1.042vw;
	}
	
	.qualification span {
		text-decoration: underline;
	}

}


/*--------------------------------------------------------------
#qanda-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#qanda-area {
		margin: 0;
		padding: 50px 0;
	}
	
	#qanda-area h5{
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	#qanda-area p.center{
		margin: 0 5% 30px 5%;
		padding: 0;
		text-align: justify;
	}
	
	.accordion-area{
		list-style: none;
		margin: 0 auto;
		width: auto;
	}
	
	.accordion-area li{
		margin: 10px 0;
	}

	.accordion-area section {
		border-top: 1px solid #696969;
	}

	.q_title {
		position: relative;
		cursor: pointer;
		font-size: 18px;
		font-weight: 800;
		padding: 20px 60px 20px 50px;
		transition: all .5s ease;
	}
	
	.q_title span {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 22px;
		color: #2C4664;
		font-weight: normal;
		position: absolute;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}

	.q_title::before,
	.q_title::after{
		position: absolute;
		content:'';
		width: 15px;
		height: 3px;
		background-color: #333;
    }
	
	.q_title::before{
		top: 50%;
		right: 15px;
		transform: rotate(0deg); 
	}
	
	.q_title::after{    
		top: 50%;
		right: 15px;
		transform: rotate(90deg);
	}
	
	.q_title.close::before{
		transform: rotate(45deg);
	}

	.q_title.close::after{
		transform: rotate(-45deg);
	}

	.a_box {
		display: none;
		margin: 0;
		padding: 0 5% 0 0;
	}
	
	.a_box dl {
		position: relative;
	}
	
	.a_box dt {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 22px;
		color: #A1B1A1;
		position: absolute;
		top: 5px;
		left: 5%;
	}
	
	.a_box dd {
		padding: 5px 0 10px 50px;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#qanda-area {
		margin: 0;
		padding: 4.167vw 0;
	}
	
	#qanda-area h5{
		margin: 0 0 1.562vw 0;
		padding: 0;
	}
	
	#qanda-area p.center{
		margin: 0 0 1.562vw 0;
		padding: 0;
		text-align: center;
	}
	
	.accordion-area{
		list-style: none;
		margin: 0 auto;
		width: 62.5vw;
	}
	
	.accordion-area li{
		margin: 0.521vw 0;
	}

	.accordion-area section {
		border-top: 1px solid #696969;
	}

	.q_title {
		position: relative;
		cursor: pointer;
		font-size: 1.146vw;
		font-weight: 800;
		padding: 2.344vw 4.167vw 2.344vw 5.8vw;
		transition: all .5s ease;
	}
	
	.q_title span {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.823vw;
		color: #2C4664;
		margin: 0;
		font-weight: normal;
	}

	.q_title::before,
	.q_title::after{
		position: absolute;
		content:'';
		width: 1.302;
		height: 0.156;
		background-color: #333;
    }
	
	.q_title::before{
		top: 50%;
		right: 1.562vw;
		transform: rotate(0deg); 
	}
	
	.q_title::after{    
		top: 50%;
		right: 1.562vw;
		transform: rotate(90deg);
	}
	
	.q_title.close::before{
		transform: rotate(45deg);
	}

	.q_title.close::after{
		transform: rotate(-45deg);
	}

	.a_box {
		display: none;
		margin: 0;
		padding: 0 2.604vw 2.344vw 2.604vw;
	}
	
	.a_box dl {
		position: relative;
	}
	
	.a_box dt {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 1.823vw;
		color: #A1B1A1;
		position: absolute;
		top: 0;
		left: 10px;
	}
	
	.a_box dd {
		padding: 0.26vw 0 0 3.125vw;
	}

}

/*--------------------------------------------------------------
#intern-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#intern-area {
		margin: 0;
		padding: 0 0 30px 0;
		background: url("../images/intern_ground.jpg") top center no-repeat;
		background-size: cover;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	#intern-area div:last-child {
		padding: 0 5%;
		width: 100%;
	}
	
	#intern-area dt {
		font-size: 16px;
		font-weight: 700;
	}
	
	#intern-area dt span {
		margin: 10px 0 0 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 42px;
		font-weight: normal;
		color: #2C4664;
		display: block;
		line-height: 0.8;
	}
	
	#intern-area dd {
		font-size: 22px;
		font-weight: 700;
		margin: 5px 0 15px 0;
	}
	
	#intern-area p {
		margin-bottom: 30px;
		line-height: 1.5;
	}
	
	#intern-area a {
		color: #FFF;
	}
	
	#intern-area div:first-child {
		width: 100%;
		padding: 0;
	}
	
	#intern-area div:first-child img {
		line-height: 0;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#intern-area {
		margin: 0;
		padding: 0;
		background: url("../images/intern_ground.jpg") top left no-repeat;
		background-size: cover;
		display: -webkit-flex;
		display: flex;
	}
	

	#intern-area div:last-child {
		padding: 3.125vw 5% 3.125vw 1.823vw;
		width: 50%;
	}
	
	#intern-area dt {
		font-size: 1.302vw;
		font-weight: 700;
	}
	
	#intern-area dt span {
		margin: 0.521vw 0 0 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 4.688vw;
		font-weight: normal;
		color: #2C4664;
		display: block;
		line-height: 0.8;
	}
	
	#intern-area dd {
		font-size: 2.083vw;
		font-weight: 700;
		margin: 0 0 0.521vw 0;
	}
	
	#intern-area p {
		margin-bottom: 1.042vw;
		line-height: 1.5;
	}
	
	#intern-area a {
		color: #FFF;
	}

	
	#intern-area div:first-child {
		position: relative;
		width: 50%;
	}
	
	#intern-area div:first-child img {
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 0;
	}
}


/*--------------------------------------------------------------
#insta-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#insta-area {
		margin: 0;
		padding: 50px 0;
	}
	
	#insta-area h5 {
		margin: 0 0 20px 0;
	}
	
	#insta-area h5 i {
		margin: 0 0 10px 0;
	}
	#insta-area h5 i img {
		width: 30px;
	}
	
	#insta-area h5 span {
		margin: 0 0 10px 0;
		font-size: 30px;
	}
	
	#insta-area h6 {
		margin: 30px 0 0 0;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
	}
	
	#insta-area h6 span {
		display: none;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#insta-area {
		margin: 0;
		padding: 4.688vw 0;
	}
	
	#insta-area h5 i {
		margin: 0 0 0.521vw 0;
	}
	#insta-area h5 i img {
		width: 1.979vw;
	}
	
	#insta-area h5 span {
		margin: 0 0 0.521vw 0;
		font-size: 2.344vw;
	}
	
	#insta-area h6 {
		margin: 2.604vw 0 0 0;
		font-size: 1.042vw;
		font-weight: 700;
		text-align: center;
	}

}


/*--------------------------------------------------------------
#insta-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#insta {
		margin: 0;
		overflow: hidden;
	}
	
	#insta ul {
		margin: 0 5% 20px 5%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		width: auto;
	}
	
	#insta ul li {
		margin: 1% 0;
		padding: 0;
		width: 48%;
	}
	
	#insta ul li img {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		object-fit: cover;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	
	#insta ul li a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	}
	
	#insta li a .like {
		display: none;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	
	
	#insta {
		margin: 0;
		overflow: hidden;
	}
	
	#insta ul {
		margin: 0 auto 1.042vw auto;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 74.47vw;
	}
	
	#insta ul li {
		margin: 1.3% 0;
		padding: 0;
		width: 16%;
	}
	
	#insta ul li img {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		object-fit: cover;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	
	#insta ul li a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	}
	
	#insta li a .like {
		display: none;
	}

}


/*--------------------------------------------------------------
#contact-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#contact-area {
		margin: 0;
		padding: 50px 0;
		background: #A1B1A1;
	}
	
	#contact-area h5 {
		margin: 0 0 20px 0;
	}
	
	#contact-area h5 span {
		color: #FFF;
	}
	
	#contact-area ul {
		margin: 0 auto 40px auto;
		padding: 0;
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	
	#contact-area ul li {
		width: 100%;
	}
	
	#contact-area dl {
		margin: 20px 0 0 0;
		padding: 0;
		text-align: center;
	}

	#contact-area dt {
		margin: 0 0 5px 0;
		padding: 0;
		color: #FFF;
		font-size: 18px;
		font-weight: 800;
	}
	
	#contact-area dd {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 30px;
		line-height: 1;
		font-weight: normal;
	}
	
	#contact-area dd i {
		margin: 0 5px 0 0;
		padding: 0;
		vertical-align: -1px;
	}
	
	#contact-area dd i img {
		width: 28px;
	}
	
	#contact-area dd span {
		margin: 5px 0 0 0;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		display: block;
	}
	
	#contact-area .center {
		padding-top: 13px;
		text-align: center;
	}
	
	#contact-area .center a {
		color: #FFF;
	}
	
	#contact-area .consultation {
		margin: 0 5%;
		padding: 0;
		font-size: 17px;
		font-weight: 700;
		text-align: justify;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#contact-area {
		margin: 0;
		padding: 4.167vw 0;
		background: #A1B1A1;
	}
	
	#contact-area h5 {
		margin: 0 0 1.562vw 0;
	}
	
	#contact-area h5 span {
		color: #FFF;
	}
	
	#contact-area ul {
		margin: 0 auto 2.083vw auto;
		padding: 0;
		width: 67.7vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	
	#contact-area ul li {
		width: 50%;
	}
	
	#contact-area dl {
		margin: 0 0 1.042vw 0;
		padding: 0;
		text-align: center;
	}

	#contact-area dt {
		margin: 0 0 0.26vw 0;
		padding: 0;
		color: #FFF;
		font-size: 1.042vw;
		font-weight: 800;
	}
	
	#contact-area dd {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 2.344vw;
		line-height: 1;
		font-weight: normal;
	}
	
	#contact-area dd i {
		margin: 0 0.26vw 0 0;
		padding: 0;
		vertical-align: -1px;
	}
	
	#contact-area dd i img {
		width: 1.979vw;
	}
	
	#contact-area dd span {
		margin: 0.26vw 0 0 0;
		padding: 0;
		font-size: 0.833vw;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		display: block;
	}
	
	#contact-area .center {
		padding-top: 0.781vw;
		text-align: center;
	}
	
	#contact-area .center a {
		color: #FFF;
	}
	
	#contact-area .consultation {
		margin: 0;
		padding: 0;
		font-size: 1.042vw;
		font-weight: 700;
		text-align: center;
	}

}


/*--------------------------------------------------------------
.cv-nav
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.cv-nav {
		margin: 0;
		padding: 0;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	
	.cv-nav ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: 100%;
	}
	
	.cv-nav ul li {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		position: relative;
		width: 50%;
	}
	
	.cv-nav ul li:first-child {
		background: #3E3A39;
	}
	
	.cv-nav ul li:last-child {
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
	}
	
	.cv-nav ul li a {
		margin: 0;
		padding: 10px 0;
		display: block;
		color: #FFF;
		width: 100%;
	}
	
	.cv-nav ul li span {
		margin: 0;
		padding: 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 14px;
		display: block;
		font-weight: normal;
	}
	
	.cv-nav .material-symbols-outlined {
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 5px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	.cv-nav {
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: auto;
	}
	
	.cv-nav ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: auto;
	}
	
	.cv-nav ul li {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 0.677vw;
		font-weight: 700;
		position: relative;
		width: auto;
	}
	
	.cv-nav ul li:first-child {
		background: #3E3A39;
	}
	
	.cv-nav ul li:last-child {
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
	}
	
	.cv-nav ul li a {
		margin: 0;
		padding: 2.083vw 0;
		display: block;
		color: #FFF;
		width: 8.594vw;
	}
	
	
	.cv-nav ul li span {
		margin: 0;
		padding: 0 0 0.26vw 0;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.781vw;
		display: block;
		font-weight: normal;
	}
	
	.cv-nav .material-symbols-outlined {
		font-size: 1.302vw;
		position: absolute;
		top: 50%;
		left: 0.26vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

/*--------------------------------------------------------------
#g-nav
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#g-nav{
		position:fixed;
		z-index: 999;
		bottom: -120%;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(44,70,100,0.95);
		transition: all 0.6s;
	}

	#g-nav.panelactive{
		bottom: 0;
	}

	#g-nav.panelactive #g-nav-list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#g-nav ul {
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	#g-nav li{
		list-style: none;
		text-align: center; 
	}
	
	#g-nav li a{
		color: #FFF;
		text-decoration: none;
		padding: 20px 0;
		display: block;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 700;
	}
	
	#g-nav li a span{
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 11px;
		font-weight: normal;
		display: block;
		margin: 5px 0 0 0;
	}

	.openbtn{
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 50px;
		height: 50px;
		background: #FFF;
	}
	
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		background-color: #2C4664;
		width: 45%;
  }

	.openbtn span:nth-of-type(1) {
		top: 15px;	
	}

	.openbtn span:nth-of-type(2) {
		top: 23px;
	}

	.openbtn span:nth-of-type(3) {
		top: 31px;
	}

	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
	

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	.openbtn{
	display: none;
}

}


/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#footer {
		margin: 0;
		padding: 20px 0 70px 0;
	}
	
	#footer ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	
	#footer li:nth-child(1) {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	
	#footer li:nth-child(1) img {
		width: 150px;
	}
	
	#footer li:nth-child(2) {
		margin-right: auto;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	#footer li:nth-child(2) span {
		margin-right: 0;
		margin-bottom: 5px;
		font-weight: 700;
		display: block;
	}

	#footer li:nth-child(3) {
		width: 100%;
		text-align: center;
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 10px;
		padding-right: 0;
		
	}
	
	#footer li:nth-child(4) {
		display: none;
	}
	
	

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#footer {
		margin: 0;
		padding: 0;
	}
	
	#footer ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	
	#footer li:nth-child(1) {
		padding: 0 3.646vw;
		width: auto;
		text-align: left;
	}
	
	#footer li:nth-child(1) img {
		width: 15.1vw;
	}
	
	#footer li:nth-child(2) {
		margin-right: auto;
		font-size: 0.938vw;
		font-weight: 600;
		width: auto;
		text-align: left;
		padding: 0;
	}
	
	#footer li:nth-child(2) span {
		margin-right: 1.823vw;
		font-weight: 700;
		margin-bottom: 0;
		display: inline;
	}

	#footer li:nth-child(3) {
		font-family: "Special Gothic Expanded One", sans-serif;
		font-size: 0.625vw;
		padding-right: 60px;
		width: auto;
	}
	
	#footer li:nth-child(4) {
		background: #2C4664;
		display: inherit;
		z-index: 90;
	}
	
	#footer li:nth-child(4) a {
		display: block;
		width: 6.25vw;
		height: 6.25vw;
		position: relative;
		color: #FFF;
	}
	
	#footer li:nth-child(4) a .material-symbols-outlined {
		font-size: 1.823vw;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}

}


/*--------------------------------------------------------------
.gradient
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.gradient {
		display: inline-block;
		padding: 15px 0;
		border-radius: 10px;
		text-decoration: none;
		outline: none;
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
		box-shadow: 0 10px 10px rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 700;
		width: 100%;
	}
	
	.gradient2 {
		display: inline-block;
		margin-top: 20px;
		margin-left: 5%;
		margin-right: 5%;
		padding: 15px 0 12px 0;
		border-radius: 10px;
		text-decoration: none;
		outline: none;
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
		box-shadow: 0 10px 10px rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 700;
		width: 90%;
	}
	
	.gradient i img,
	.gradient2 i img{
		width: 35px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.gradient:hover,
	.gradient2:hover{
		transform: scale(0.95);
	}
	
	
	.basic {
		display: inline-block;
		padding: 15px 10px;
		border-radius: 10px;
		text-decoration: none;
		outline: none;
		background: #3E3A39;
		box-shadow: 0 10px 10px rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 700;
		width: 100%;
		text-align: center;
	}
	
	.basic2 {
		display: inline-block;
		margin: 0 5%;
		padding: 15px 0;
		border-radius: 10px;
		text-decoration: none;
		outline: none;
		background: #3E3A39;
		box-shadow: 0 10px 10px rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 700;
		width: 90%;
	}
	
	.basic i img {
		width: 35px;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	.basic2 .material-symbols-outlined {
		font-size: 30px;
		margin: 0 5px 0 0;
		vertical-align: middle;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}


	.basic:hover,
	.basic2:hover {
		transform: scale(0.95);
	}
	

	
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	.gradient {
		display: inline-block;
		padding: 0.781vw 2.083vw;
		border-radius: 0.521vw;
		text-decoration: none;
		outline: none;
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
		box-shadow: 0 0.521vw 0.521vw rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 0.938vw;
		font-weight: 700;
		width: auto;
	}
	
	.gradient2 {
		display: inline-block;
		margin-top: 1.042vw;
		margin-left: 0;
		margin-right: 0;
		padding: 0.781vw 0 0.625vw 0;
		width: 20.83vw;
		border-radius: 0.521vw;
		text-decoration: none;
		outline: none;
		background: #29E66B;
		background: linear-gradient(240deg, rgba(41, 230, 107, 1) 17%, rgba(31, 143, 193, 1) 100%);
		box-shadow: 0 0.521vw 0.521vw rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 0.938vw;
		font-weight: 700;
	}
	
	.gradient i img,
	.gradient2 i img{
		width: 1.823vw;
		margin-right: 0.521vw;
		vertical-align: middle;
	}

	.gradient:hover,
	.gradient2:hover{
		transform: scale(0.95);
	}
	
	
	.basic {
		display: inline-block;
		padding: 0.781vw 2.083vw;
		border-radius: 0.521vw;
		text-decoration: none;
		width: 20.83vw;
		outline: none;
		background: #3E3A39;
		box-shadow: 0 0.521vw 0.521vw rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 0.938vw;
		font-weight: 700;
	}
	
	.basic2 {
		display: inline-block;
		padding: 0.781vw 0;
		width: 20.83vw;
		border-radius: 0.521vw;
		text-decoration: none;
		outline: none;
		background: #3E3A39;
		box-shadow: 0 0.521vw 0.521vw rgba(0,0,0,0.16);
		transition: all 0.3s ease-out;
		font-size: 0.938vw;
		font-weight: 700;
	}
	
	.basic i img {
		width: 1.823vw;
		margin-right: 0.521vw;
		vertical-align: middle;
	}
	
	.basic2 .material-symbols-outlined {
		font-size: 1.562vw;
		margin: 0 0.26vw 0 0;
		vertical-align: middle;
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}


	.basic:hover,
	.basic2:hover {
		transform: scale(0.95);
	}
}


/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.pc {
		display: none;
	}
	

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	.pc {
		display: inherit;
	}
	
	.sp {
		display: none;
	}

}


.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.6s cubic-bezier(0.33, 1, 0.68, 1),
              transform 1.6s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, transform; /* 最適化ヒント */
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延オプション */
.delay-1 {
  transition-delay: 0.3s;
}
.delay-2 {
  transition-delay: 0.6s;
}
.delay-3 {
  transition-delay: 0.9s;
}