﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
html {
	font-size: 1.8vw;
}
@media screen and (min-width: 1000px) {
	html {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 3.86vw;
	}
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}
body a {
	color: inherit;
	text-decoration: none;
}
body img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
body em {
	font-style: normal;
}
body li {
	list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: inherit;
}
.wrap {
	background: #fff;
	width: 100%;
	color: #303030;
}
body a {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
body a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	body a:hover {
		opacity: 1;
	}
}
.wrap img {
	width: 100%;
	height: auto;
}
.header {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(234, 80, 80, 0.5);
}
.header__inner {
	padding: 1vw 9vw 1vw 3.43vw;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}
.header__logo {
	width: 10.29vw;
}
.header__nav {
	margin: 0 auto 0 3.43vw;
	padding: 0.5vw 0 0;
	font-size: 1.14vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__nav-item a {
	padding: 1em 1.5em 1em 1em;
	display: inline-block;
	position: relative;
}
.header__nav-item a::after {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(-45deg) translateY(-50%);
}
.header__button {
	width: 23.86vw;
}
.header.is-blur {
	background: rgba(234, 80, 80, 0.5);
	backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
	.header {
		position: absolute;
	}
	.header__inner {
		padding: 3vw;
		display: block;
		height: 14vw;
	}
	.header__logo {
		display: none;
	}
	.header__nav {
		margin: 0;
		padding: 0;
		font-size: 1rem;
		display: block;
	}
	.header__nav-item a {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 0.5em 2em 0.5em 1em;
	}
	.header__nav-item a::after {
		right: 1em;
	}
	.header__nav-item02,
	.header__nav-item03 {
		display: none;
	}
	.header__button {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 200;
	}
	.header.is-blur {
		background: transparent;
		backdrop-filter: none;
	}
}
.navigation::after {
	transition: all 0.2s ease-in-out;
	content: "";
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.navigation__button {
	display: block;
	position: fixed;
	top: 1.6vw;
	right: 3vw;
	z-index: 1100;
}
.navigation__button button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	width: 3vw;
	height: 3vw;
	position: relative;
	cursor: pointer;
}
.navigation__button button span,
.navigation__button button::before,
.navigation__button button::after {
	background-color: white;
	width: 100%;
	height: 4px;
	margin: auto;
	border-radius: 10rem;
	color: white;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
}
.navigation__button button span {
	font-size: 1px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	animation: navToggleCenter_reverse 0.1s;
}
.navigation__button button::before {
	content: "";
	top: 10%;
	animation: navToggleTop_reverse 0.1s;
}
.navigation__button button::after {
	content: "";
	top: calc(90% - 4px);
	animation: navToggleBottom_reverse 0.1s;
}
.navigation__button button.open span {
	opacity: 0;
	animation: navToggleCenter 0.2s;
}
.navigation__button button.open::before {
	top: calc(50% - (4px / 2));
	transform: rotate(45deg) scale(1.2);
	animation: navToggleTop 0.2s;
}
.navigation__button button.open::after {
	top: calc(50% - (4px / 2));
	transform: rotate(-45deg) scale(1.2);
	animation: navToggleBottom 0.2s;
}
.navigation__inner {
	transition: all 0.2s ease-in-out;
	background-color: #303030;
	height: 100vh;
	padding: 5vw;
	color: white;
	text-align: center;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	overflow-y: scroll;
}
.navigation__list {
	margin: 0 auto;
}
.navigation__list-item a {
	width: 100%;
	padding: 0.7vw 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.navigation__list-item a .eng {
	padding: 0 0.8em 0 0;
	font-size: 2vw;
	font-weight: 700;
}
.navigation__list-item a .jpn {
	font-size: 1.3vw;
	font-weight: 500;
}
.navigation__contact {
	width: 40vw;
	margin: 0 auto;
	padding: 2vw 0;
}
.navigation__link-item a {
	width: 100%;
	padding: 1vw 0;
	font-size: 1.2vw;
	font-weight: 500;
	text-align: center;
	display: block;
}
.navigation.active::after {
	z-index: 999;
	opacity: 1;
}
.navigation.active .navigation__inner {
	opacity: 1;
	z-index: 1000;
}
@media screen and (max-width: 768px) {
	.navigation::after {
		display: none;
	}
	.navigation__button {
		top: 3vw;
		right: 3vw;
	}
	.navigation__button button {
		width: 8vw;
		height: 8vw;
	}
	.navigation__inner {
		width: 100%;
		padding: 10vw 10vw 0;
	}
	.navigation__list-item a {
		padding: 2vw 0;
	}
	.navigation__list-item a .eng {
		font-size: 7vw;
	}
	.navigation__list-item a .jpn {
		font-size: 3.5vw;
	}
	.navigation__contact {
		width: 100%;
		padding: 5vw 0;
	}
	.navigation__link-item a {
		padding: 3vw 0;
		font-size: 3vw;
	}
}
@keyframes navToggleCenter {
	0% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}
@keyframes navToggleCenter_reverse {
	0% {
		opacity: 0;
	}
	50%,
	100% {
		opacity: 1;
	}
}
@keyframes navToggleTop {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(45deg) scale(1.2);
	}
	100% {
		top: calc(50% - (4px / 2));
	}
}
@keyframes navToggleTop_reverse {
	0% {
		top: calc(50% - (4px / 2));
	}
	50% {
		transform: rotate(0deg) scale(1);
	}
	100% {
		top: 20%;
	}
}
@keyframes navToggleBottom {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-45deg) scale(1.2);
	}
	100% {
		top: calc(50% - (4px / 2));
	}
}
@keyframes navToggleBottom_reverse {
	0% {
		top: calc(50% - (4px / 2));
	}
	50% {
		transform: rotate(0deg) scale(1);
	}
	100% {
		top: calc(80% - 4px);
	}
}
.visual {
	background-color: #fff;
	background-image: url("../images/visual2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.visual {
		background-image: url("../images/visual2@2x.png");
	}
}
.visual__inner {
	width: 100%;
	height: 43vw;
	position: relative;
}
.visual__heading {
	color: white;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.18em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.visual__heading-item {
	position: absolute;
	z-index: 1;
}
.visual__heading-item01 {
	top: 14.43vw;
	left: 11.56vw;
}
.visual__heading-item02 {
	top: 25vw;
	left: 7vw;
}
.visual__point {
	width: 44.64vw;
	position: absolute;
	top: 31.29vw;
	left: 41.57vw;
}
.visual__button a {
	width: 40vw;
	max-width: 400px;
	padding: 1em;
	font-size: 1.66rem;
}
@media screen and (max-width: 768px) {
	.visual {
		background-image: url("../images/visual2-sp.png");
	}
	.visual__inner {
		height: 149.64vw;
	}
	.visual__heading {
		font-size: 7vw;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.visual__heading-item01 {
		top: 94vw;
		left: 5vw;
	}
	.visual__heading-item02 {
		top: 105vw;
		left: 5vw;
	}
	.visual__point {
		width: 87.8vw;
		margin: auto;
		top: 117.75vw;
		right: 0;
		left: 0;
	}
}
.contents {
	background: transparent;
	color: #303030;
}
.contents .video,
.contents .map {
	width: 100%;
	max-width: 1000px;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}
.contents .video iframe,
.contents .map iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.cv {
	background-image: url("../images/cv.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.cv {
		background-image: url("../images/cv@2x.png");
	}
}
.cv__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
}
.cv__catch,
.cv__heading,
.cv__text,
.cv__point,
.cv__company {
	max-width: 47rem;
	text-align: center;
}
.cv__button {
	max-width: 38rem;
	text-align: center;
	padding-left: 40px;
}

.cv__button img {
	width: 70%;
}

.cv__catch img {
	width: 52%;
}
.cv__heading {
	background-color: #ea5050;
	background-image: linear-gradient(to left, #dc2a4c 0, #fe8940 56%, #f66a41 100%);
	line-height: 1.4;
	color: white;
	font-size: 2.11rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.cv__text {
	padding: 0 0 0.5rem;
	line-height: 1.8em;
	font-size: 1.22rem;
	font-weight: 700;
}
.cv__text .large {
	font-size: 1.6em;
}
.cv__text br {
	display: none;
}
.cv__point {
	padding: 1rem 0;
}
.cv__point img {
	width: 70%;
}
.cv__company {
	padding: 0.5rem 0 0;
}
.cv__company a {
	margin: 0 auto;
	padding: 0.5em 1.5em 0.5em 0;
	border-bottom: 1px solid #303030;
	font-weight: 500;
	letter-spacing: 0.2em;
	display: inline-block;
	position: relative;
}
.cv__company a::after {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
	.cv {
		background-image: url("../images/cv-sp.png");
	}
	.cv__inner {
		padding: 5vw 0;
	}
	.cv__catch,
	.cv__heading,
	.cv__text,
	.cv__point,
	.cv__button,
	.cv__company {
		max-width: none;
	}
	.cv__button {
		padding: 0;
	}
	.cv__catch {
		width: 48.91vw;
	}
	.cv__catch img {
		width: 100%;
	}
	.cv__heading {
		background: none;
		font-size: 1.75rem;
		text-align: left;
	}
	.cv__heading-item {
		background-color: #ea5050;
		background-image: linear-gradient(to left, #dc2a4c 0, #fe8940 56%, #f66a41 100%);
		padding: 0 0.2em;
		display: inline-block;
	}
	.cv__heading-item01 {
		margin: 0 0 1.5vw;
	}
	.cv__text {
		padding: 0.5vw 0 2vw;
		line-height: 1.4;
		font-size: 1.06rem;
		text-align: left;
	}
	.cv__text br {
		display: block;
	}
	.cv__point {
		padding: 5vw 0 3vw;
	}
	.cv__point img {
		width: 69.08vw;
	}
	.cv__button {
		max-width: 85vw;
		margin: 0 auto;
	}
	.cv__company {
		padding: 2vw 0 0;
		text-align: right;
	}
	.cv__company a {
		font-size: 0.7rem;
	}
}
.recruit,
.case,
.support,
.achievement,
.faq,
.step {
	padding: 4rem 0;
}
@media screen and (max-width: 768px) {
	.recruit,
	.case,
	.support {
		padding: 4vw 0;
	}
}
.recruit__inner,
.case__inner,
.support__inner,
.achievement__inner,
.faq__inner,
.step__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.recruit__heading,
.case__heading,
.support__heading,
.achievement__heading,
.faq__heading,
.step__heading {
	padding: 0 0 2rem;
	font-weight: 700;
	text-align: center;
}
.recruit__heading .eng,
.case__heading .eng,
.support__heading .eng,
.achievement__heading .eng,
.faq__heading .eng,
.step__heading .eng {
	color: #ea5050;
	font-size: 1.33rem;
	letter-spacing: 0.2em;
}
.recruit__heading .jpn,
.case__heading .jpn,
.support__heading .jpn,
.achievement__heading .jpn,
.faq__heading .jpn,
.step__heading .jpn {
	padding: 0.8rem 0 0;
	color: #5e5e5e;
	font-size: 2.33rem;
}
.recruit__heading .small,
.case__heading .small,
.support__heading .small,
.achievement__heading .small,
.faq__heading .small,
.step__heading .small {
	font-size: 0.6em;
}
@media screen and (max-width: 768px) {
	.recruit__heading,
	.case__heading,
	.support__heading,
	.achievement__heading,
	.faq__heading,
	.step__heading {
		padding: 0 0 5vw;
	}
	.recruit__heading .eng,
	.case__heading .eng,
	.support__heading .eng,
	.achievement__heading .eng,
	.faq__heading .eng,
	.step__heading .eng {
		font-size: 0.75rem;
	}
	.recruit__heading .jpn,
	.case__heading .jpn,
	.support__heading .jpn,
	.achievement__heading .jpn,
	.faq__heading .jpn,
	.step__heading .jpn {
		font-size: 1.75rem;
	}
}
.recruit__text,
.case__text,
.support__text,
.achievement__text,
.faq__text,
.step__text {
	line-height: 1.8em;
}
.recruit__image,
.case__image,
.support__image,
.achievement__image,
.faq__image,
.step__image {
	text-align: center;
}
.recruit__image img.circle,
.case__image img.circle,
.support__image img.circle,
.achievement__image img.circle,
.faq__image img.circle,
.step__image img.circle {
	border-radius: 100%;
	overflow: hidden;
}

/* .about {
	padding: 4rem 0;
	background-color: #d33371;
	background-image: linear-gradient(to right bottom, #d33371 0, #e36aa8 56%, #d3762b 100%);
	color: white;
} */

.about {
	padding: 4rem 0;
	background-color: #e0a2b8;
	background-image: linear-gradient(to right bottom, #e0a2b8 0, #e0a2b8 56%, #e0a2b8 100%);
	color: white;
}

@media screen and (max-width: 768px) {
	.about {
		padding: 8vw 0;
	}
}
.about__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 13.5rem auto;
	grid-gap: 0 1rem;
	position: relative;
}
.about__inner::before,
.about__inner::after {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 700;
	letter-spacing: 0.2em;
	position: absolute;
}
/* .about__inner::before {
	content: "秘書転職なら、";
	font-size: 1.56rem;
	left: 0;
	bottom: 0.7rem;
} */
/* .about__inner::after {
	content: "MINDS";
	font-size: 3.22rem;
	left: 13rem;
	bottom: 0;
} */
.about__heading-item {
	font-feature-settings: "palt";
	background-color: white;
	margin: 0 0 1rem;
	padding: 0 0.2em;
	line-height: 1.4;
	color: #ea5050;
	font-size: 2.3rem;
	font-weight: 700;
	display: inline-block;
}
.about__text {
	line-height: 2;
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.about__box {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.about__box-item .image {
	width: 5.78rem;
	position: absolute;
	top: -0.8rem;
	left: 1.5rem;
}
.about__box-item .heading {
	padding: 1.3rem 0;
	font-size: 1.78rem;
	font-weight: 700;
	text-align: center;
}
.about__box-item .list {
	display: grid;
	grid-template-columns: 8rem auto;
	grid-gap: 1rem 0.2rem;
}
.about__box-item .list .head {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about__box-item .list .head .icon {
	background: #ea5050;
	color: white;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
	line-height: 1em;
	font-size: 0.88em;
	font-weight: 400;
	display: inline-block;
}
.about__box-item .list .body input,
.about__box-item .list .body select {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: white;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #bcbcbc;
	border-radius: 0.5em;
	line-height: 1.8em;
	font-size: 1rem;
}
.about__box-item .list .body select {
	background: #f3f3f3;
}

.about__box-item .list .body input:placeholder-shown {
	background: #f3f3f3;
}
.about__box-item .list .body input:not(:placeholder-shown) {
	background: white;
}
.about__box-item .button {
	padding: 1rem 0 0;
	text-align: center;
}
.about__box-item .button button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}
/* .about__box-item01 {
	background-color: #e56a91;
	background-image: linear-gradient(to left, #e0a2b8 0, #c35493 100%);
	border-radius: 1rem 1rem 0 0;
	color: white;
	position: relative;
} */

.about__box-item01 {
	background-color: #c1234b;
	background-image: linear-gradient(to left, #c1234b 0, #c1234b 100%);
	border-radius: 1rem 1rem 0 0;
	color: white;
	position: relative;
}

.about__box-item02 {
	background: white;
	padding: 1rem;
	border-radius: 0 0 1rem 1rem;
	color: #303030;
}
@media screen and (max-width: 768px) {
	.about {
		overflow: hidden;
	}
	.about__inner {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-gap: 5vw;
	}
	.about__inner::before,
	.about__inner::after {
		bottom: auto;
		left: auto;
		transform: rotate(90deg);
	}
	.about__inner::before {
		font-size: 1.06rem;
		top: 13vw;
		right: -13.5vw;
	}
	.about__inner::after {
		font-size: 2.22rem;
		top: 46vw;
		right: -15vw;
	}
	.about__heading-item {
		margin: 0 0 1rem;
		padding: 0 0.2em;
		font-size: 1.75rem;
	}
	.about__heading-item:last-child {
		margin: 0;
	}
	.about__text {
		margin: 0;
		padding: 0 0 0.5rem;
		font-size: 1rem;
		display: inline;
	}
	.about__box {
		grid-column: auto;
		grid-row: auto;
	}
	.about__box-item .image {
		width: 15.82vw;
		top: -0.3rem;
		left: 1.5rem;
	}
	.about__box-item .heading {
		padding: 0.6rem 0;
		font-size: 1.5rem;
	}
	.about__box-item .list {
		display: grid;
		grid-template-columns: 7rem auto;
		grid-gap: 1rem 0;
	}
	.about__box-item .list .head {
		font-size: 0.9rem;
	}
	.about__box-item .list .body input {
		padding: 2vw;
		line-height: 2rem;
		font-size: 1.15rem;
	}
	.about__box-item .button {
		max-width: 65vw;
		margin: 0 auto;
		padding: 1rem 0 0;
	}
}
.recruit {
	background-image: url("../images/recruit.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.recruit {
		background-image: url("../images/recruit@2x.png");
	}
}
.recruit__inner {
	position: relative;
}
.recruit__inner::before {
	content: "";
	background-image: url("../images/recruit_heading.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 37.8%;
	height: 100%;
	display: block;
	position: absolute;
	top: -4rem;
	left: 71%;
	z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.recruit__inner::before {
		background-image: url("../images/recruit_heading@2x.png");
	}
}
.recruit__heading,
.recruit__text,
.recruit .swiper {
	position: relative;
	z-index: 2;
}
.recruit__heading {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 80%;
}
.recruit__heading .eng,
.recruit__heading .jpn {
	color: white;
}
.recruit__heading .jpn {
	font-size: 3.11rem;
}
.recruit__text {
	padding: 2rem 0;
	line-height: 1.5;
	font-size: 2.33rem;
	font-weight: 700;
	color: #fff;
}
.recruit .swiper {
	position: relative;
}
.recruit .swiper-container {
	width: calc(100% - 2rem);
	margin: 0 auto -1rem;
}
.recruit .swiper-slide {
	padding: 0 1rem 1rem;
}
.recruit .swiper-button-prev,
.recruit .swiper-button-next {
	opacity: 0.8;
}
.recruit .swiper-button-prev {
	left: -1rem;
}
.recruit .swiper-button-next {
	right: -1rem;
}
.recruit__box {
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.1));
	background: white;
	padding: 1rem;
	border-radius: 1rem;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.recruit__box {
		filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.1));
	}
}
.recruit__box .image {
	margin: -1rem -1rem 1rem;
}
.recruit__box .catch {
	color: #ea5050;
	font-size: 0.75rem;
	font-weight: 500;
}
.recruit__box .heading {
	padding: 0.2rem 0;
	line-height: 1.4;
	color: #5e5e5e;
	font-size: 0.88rem;
	font-weight: 700;
}
.recruit__box .post {
	font-feature-settings: "palt";
	background: #ea5050;
	padding: 0 0.2em;
	line-height: 1.4;
	color: white;
	font-size: 0.88rem;
	font-weight: 700;
	display: inline-block;
}
.recruit__box .income {
	padding: 0.2rem 0 0;
	line-height: 1.4;
	color: #ea5050;
	font-weight: 500;
}
.recruit__box .small {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.recruit {
		background-image: url("../images/recruit-sp.png");
		background-position: center top;
		height: 125.85vw;
	}
	.recruit__inner::before {
		display: none;
	}
	.recruit__heading {
		top: 0;
		left: 58vw;
	}
	.recruit__heading .eng,
	.recruit__heading .jpn {
		color: white;
	}
	.recruit__heading .jpn {
		font-size: 1.75rem;
	}
	.recruit__text {
		padding: 29vw 0 5vw;
		font-size: 1.31rem;
		text-align: center;
	}
	.recruit .swiper {
		margin: 0 -5vw;
	}
	.recruit .swiper-container {
		width: 100%;
		margin-bottom: -5vw;
	}
	.recruit .swiper-slide {
		padding: 0 1vw 5vw;
	}
	.recruit .swiper-button-prev,
	.recruit .swiper-button-next {
		width: 10vw;
		height: 10vw;
	}
	.recruit .swiper-button-prev {
		left: 3vw;
	}
	.recruit .swiper-button-next {
		right: 3vw;
	}
	.recruit__box {
		padding: 3vw;
	}
	.recruit__box .image {
		margin: -3vw -3vw 3vw;
	}
	.recruit__box .catch {
		font-size: 0.5rem;
	}
	.recruit__box .heading {
		margin-right: -2vw;
		padding: 0.2rem 0;
		font-size: 0.85rem;
	}
	.recruit__box .post {
		padding: 0 0.2em;
		font-size: 0.77rem;
	}
	.recruit__box .income {
		padding: 0.2rem 0 0;
	}
	.recruit__box .small {
		font-size: 0.8em;
	}
}
.jobs {
	background-color: #fff3f5;
	color: #5e5e5e;
	overflow: hidden;
}
.jobs__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3rem 0 0 0;
	position: relative;
	/* height: 60vw; */
}
/* .jobs__inner::after {
	content: "";
	background-image: url("../images/jobs.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 46.9%;
	height: 100%;
	display: block;
	position: absolute;
	left: 80%;
	bottom: 0;
	z-index: 1;
} */

.jobs__job_list {
	/* position: absolute;
	z-index: 2; */
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* .jobs__inner::after {
		background-image: url("../images/jobs@2x.png");
	} */
}
.jobs__heading,
.jobs__list {
	position: relative;
	z-index: 2;
}
.jobs__heading {
	padding: 0 0 2rem;
	font-weight: 700;
	text-align: center;
	text-align: left;
}
.jobs__heading .eng {
	color: #ea5050;
	font-size: 1.33rem;
	letter-spacing: 0.2em;
}
.jobs__heading .jpn {
	padding: 0.8rem 0 0;
	color: #5e5e5e;
	font-size: 1.7rem;
}
.jobs__heading .small {
	font-size: 0.6em;
}
@media screen and (max-width: 768px) {
	.jobs__heading {
		padding: 0 0 5vw;
	}
	.jobs__heading .eng {
		font-size: 0.75rem;
	}
	.jobs__heading .jpn {
		font-size: 1.75rem;
	}
}
.jobs__heading br {
	display: none;
}
.jobs__list {
	width: 75%;
	display: grid;
	grid-gap: 1rem;
}
.jobs__list-item {
	background-color: #ffcbd3;
	background-image: linear-gradient(to left top, #ffa7b5 49.5%, transparent 50.5%);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 10% 100%;
	min-height: 3.33rem;
	line-height: 1.3;
	font-weight: 700;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 2rem;
	font-size: 1.2rem;
}
.jobs__list-item .small {
	font-size: 0.7em;
}
@media screen and (max-width: 768px) {
	.jobs__inner {
		padding: 5vw 0;
		height: 60vw;
	}
	/* .jobs__inner::after {
		background-image: url("../images/jobs-sp.png");
		background-position: right top;
		width: 55.43vw;
		top: 17vw;
		right: -25vw;
		bottom: 0;
		left: auto;
	} */
	.jobs__heading,
	.jobs__list {
		position: relative;
		z-index: 2;
	}
	.jobs__heading .jpn {
		line-height: 1.6;
		font-size: 1.31rem;
	}
	.jobs__heading br {
		display: block;
	}
	.jobs__list {
		width: 100%;
	}
	.jobs__list-item {
		background-size: 40% 100%;
		min-height: 0;
		padding: 2vw;
		font-size: 0.88rem;
		flex-flow: row;
	}
}
.case {
	background-color: #ffcbd3;
	color: white;
	padding-top: 0;
}
.case__inner {
	background-image: url("../images/case.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 37.7% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.case__inner {
		background-image: url("../images/case@2x.png");
	}
}
.case__heading {
	padding: 0;
	margin-bottom: 100px;
}
.case__heading .eng,
.case__heading .jpn {
	color: white;
}
.case__heading .eng {
	padding: 2rem 0 0.5rem;
}
.case__heading .jpn {
	line-height: 1.1;
}
.case__text {
	padding: 1rem 0 2rem;
	font-size: 1.22rem;
	font-weight: 700;
	text-align: center;
}
.case__text br {
	display: none;
}
.case .swiper {
	position: relative;
}
.case .swiper-slide {
	padding: 0 1rem;
}
.case .swiper-button-prev,
.case .swiper-button-next {
	opacity: 0.8;
}
.case__box {
	background: white;
	color: #5e5e5e;
	padding: 2rem;
	display: grid;
	grid-template-columns: auto 27rem;
	grid-gap: 0 2rem;
}
.case__box-item .number {
	background: #ea5050;
	padding: 0.5em;
	color: white;
	font-weight: 700;
	display: inline-block;
}
.case__box-item .heading {
	padding: 0.5rem 0;
	line-height: 1.5;
	font-size: 1.66rem;
	font-weight: 700;
}
.case__box-item02 {
	align-self: flex-end;
}
.case__box-item03 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
@media screen and (max-width: 768px) {
	.case__inner {
		background-image: url("../images/case-sp.png");
		background-size: 45.65vw auto;
	}
	.case__heading {
		padding: 0;
		margin-bottom: 40px;
	}
	.case__heading .eng {
		padding: 8vw 0 0;
	}
	.case__text {
		padding: 5vw 0;
		font-size: 0.88rem;
	}
	.case__text br {
		display: block;
	}
	.case .swiper-slide {
		padding: 0 3vw;
	}
	.case .swiper-button-prev,
	.case .swiper-button-next {
		width: 10vw;
		height: 10vw;
	}
	.case .swiper-button-prev {
		left: -3vw;
	}
	.case .swiper-button-next {
		right: -3vw;
	}
	.case__box {
		padding: 3vw;
		grid-template-columns: auto 8rem;
		grid-gap: 3vw 0;
	}
	.case__box-item .number {
		padding: 0.5em;
		font-size: 0.75rem;
	}
	.case__box-item .heading {
		padding: 1.5vw 0 0;
		font-size: 1rem;
	}
	.case__box-item02 {
		align-self: flex-start;
	}
	.case__box-item03 {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}
}
.support {
	background-color: #fff3f5;
	background-image: url("../images/support.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 17.33rem auto;
	color: #5e5e5e;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.support {
		background-image: url("../images/support@2x.jpg");
	}
}
.support__heading {
	padding: 0 0 3rem;
}
.support__heading .small {
	position: relative;
	top: -0.5rem;
}
.support__text {
	font-size: 1.22rem;
	font-weight: 700;
	text-align: center;
}
.support__text br {
	display: none;
}
.support__box {
	padding: 0 0 3rem;
	display: flex;
	justify-content: space-between;
}
.support__box-item .heading {
	padding: 0 0 0.5rem;
	line-height: 1.4;
	font-size: 2rem;
	font-weight: 700;
}
.support__box-item .heading .large {
	font-size: 1.3em;
}
.support__box-item .heading .emphasis {
	color: #ea5050;
}
.support__box-item .text {
	line-height: 1.8em;
}
.support__box-item .readmore {
	display: none;
}
.support__box-item .readmore button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}
.support__box-item01 {
	width: 33%;
}
.support__box-item02 {
	width: calc(100% - 33% - 2rem);
}
.support__box02,
.support__box04 {
	flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
	.support {
		background-image: url("../images/support-sp.jpg");
		background-size: 26.33vw auto;
	}
	.support__heading {
		padding: 0 0 5vw;
	}
	.support__text {
		font-size: 1.13rem;
	}
	.support__text br {
		display: block;
	}
	.support__box {
		padding: 0 0 15vw;
		display: block;
		position: relative;
	}
	.support__box-item .heading {
		padding: 0;
		line-height: 1.6;
		font-size: 1.13rem;
		color: white;
		position: absolute;
		top: 2rem;
		left: 0;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.support__box-item .heading .emphasis {
		background: linear-gradient(
			transparent 0,
			transparent 15%,
			#ea5050 15%,
			#ea5050 90%,
			transparent 90%,
			transparent 100%
		);
		margin: 0 0.1em;
		padding: 0 0.2em;
		color: white;
		display: inline-block;
	}
	.support__box-item .text {
		transition: all 0.2s ease-in-out;
		overflow: hidden;
	}
	.support__box-item .text.is-hide {
		height: calc(1rem * 1.8);
	}
	.support__box-item .image {
		margin: 0 -5vw;
		padding: 0 0 3vw;
	}
	.support__box-item .accordion {
		position: relative;
	}
	.support__box-item .readmore {
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		width: 50vw;
		margin: auto;
		padding: 0.5em 0;
		border: 1px solid #ff9e9e;
		border-radius: 10em;
		color: #303030;
		display: block;
		position: absolute;
		top: calc(100% + 2vw);
		right: 0;
		left: 0;
		z-index: 2;
	}
	.support__box-item .readmore::before {
		transition: all 0.2s ease-in-out;
		content: "";
		width: 0.6rem;
		height: 0.6rem;
		border-right: 2px solid #ff9e9e;
		border-bottom: 2px solid #ff9e9e;
		display: block;
		position: absolute;
		top: 50%;
		right: 1rem;
		transform: translateY(-70%) rotate(45deg);
	}
	.support__box-item .readmore.is-active > span {
		display: none;
	}
	.support__box-item .readmore.is-active::after {
		content: "閉じる";
	}
	.support__box-item .readmore.is-active::before {
		transform: translateY(-30%) rotate(-135deg);
	}
	.support__box-item01,
	.support__box-item02 {
		width: 100%;
	}
	.support__box04 {
		padding: 0 0 16vw;
	}
}
.achievement {
	background-color: #fff;
}
/* .achievement__inner {
	background-image: url("../images/achievement.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 37% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.achievement__inner {
		background-image: url("../images/achievement@2x.png");
	}
} */
.achievement__heading .eng,
.achievement__heading .jpn {
	color: white;
}
.achievement__heading .eng {
	padding: 2rem 0 0.5rem;
}
.achievement__heading .jpn {
	line-height: 1.1;
}
.achievement__heading .large {
	font-size: 1.6em;
}
.achievement__heading .small {
	position: relative;
	top: -0.5rem;
}
.achievement__text {
	padding: 3rem 0 0;
	line-height: 1.8em;
	font-size: 1.78rem;
	text-align: center;
}
.achievement__text br {
	display: none;
}
.achievement__box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
}
.achievement__box-item .heading {
	margin: 0 0 0.5rem;
	padding: 0 0 0.5rem;
	border-bottom: 1px solid white;
	line-height: 1.8em;
	font-size: 1.11rem;
	font-weight: 700;
}
.achievement__box-item .list {
	line-height: 1.8em;
	font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
	/* .achievement__inner {
		background-image: url("../images/achievement-sp.png");
		background-size: 45.53vw auto;
		position: relative;
	} */
	.achievement__heading .eng {
		padding: 5vw 0 0.1rem;
	}
	.achievement__heading .jpn {
		line-height: 1.2;
	}
	.achievement__heading .small {
		top: -0.2rem;
	}
	.achievement__text {
		padding: 0;
		font-size: 1rem;
		text-align: left;
		position: absolute;
		right: 2vw;
		bottom: 8vw;
	}
	.achievement__text br {
		display: block;
	}
	.achievement__box {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8vw 5vw;
	}
	.achievement__box-item .heading {
		margin: 0 0 0.5rem;
		padding: 0 0 0.5rem;
		font-size: 0.88rem;
	}
	.achievement__box-item .list {
		font-size: 0.7rem;
	}
}
.faq {
	background-color: #fff3f5;
}
.faq__list-item {
	margin: 0 0 2rem;
	overflow: hidden;
}
.faq__list-item:last-child {
	margin: 0;
}
.faq__list-item .head,
.faq__list-item .body {
	line-height: 1.8em;
	position: relative;
}
.faq__list-item .head {
	background-color: #ea5050;
	min-height: 3rem;
	padding: 0.4rem 3rem 0;
	color: white;
	font-size: 1.11rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.faq__list-item .head::before {
	transition: all 0.2s ease-in-out;
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-70%) rotate(45deg);
}
.faq__list-item .head.is-active::before {
	transform: translateY(-30%) rotate(-135deg);
}
.faq__list-item .body {
	min-height: 4rem;
	padding: 1rem 1rem 0.5rem 3rem;
	font-size: 0.88rem;
}
.faq__list-item .body .text strong {
	font-weight: 700;
}
.faq__list-item .body .list-item {
	padding-left: 1em;
	text-indent: -1em;
}
.faq__list-item .body .list-item::before {
	content: "・";
}
.faq__list-item .body .text + .text,
.faq__list-item .body .list + .text {
	padding: 1rem 0 0;
}
.faq__list-item .icon {
	font-size: 1.11rem;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 1rem;
}
.faq__list-item .icon-q {
	color: white;
	top: 0.35rem;
}
.faq__list-item .icon-a {
	color: #ea5050;
	top: 0.9rem;
}
.faq__list-item06 .text + .list {
	padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
	.faq__list-item {
		margin: 0 0 5vw;
	}
	.faq__list-item:last-child {
		margin: 0;
	}
	.faq__list-item .head {
		padding: 0.5rem 3rem;
		font-size: 1rem;
	}
	.faq__list-item .body {
		min-height: 4rem;
		padding: 3vw 3vw 3vw 3rem;
		font-size: 1rem;
	}
	.faq__list-item .icon {
		font-size: 1rem;
		left: 1rem;
	}
	.faq__list-item .icon-q {
		top: 0.5rem;
	}
	.faq__list-item .icon-a {
		top: 0.75rem;
	}
}
.step {
	background-color: #fff;
	overflow: hidden;
}
.step__inner {
	position: relative;
}
.step__inner::before,
.step__inner::after {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 700;
	letter-spacing: 0.2em;
	position: absolute;
	transform: rotate(90deg);
}
/* .step__inner::before {
	content: "秘書転職なら、";
	font-size: 1.56rem;
	top: 12rem;
	right: -5.5rem;
}
.step__inner::after {
	content: "MINDS";
	font-size: 3.22rem;
	top: 11.4rem;
	right: -2rem;
} */
.step__heading .eng,
.step__heading .jpn {
	color: white;
}
.step__text {
	padding: 3rem 0 0;
	line-height: 1.8em;
	font-size: 0.88rem;
	text-align: center;
	color: #5e5e5e;
}
.step__list {
	width: 80%;
	max-width: 28rem;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.step__list::before {
	content: "";
	background-image: url("../images/step_arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.22rem;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.step__list::before {
		background-image: url("../images/step_arrow@2x.png");
	}
}
.step__list-item {
	background-color: rgba(234, 80, 80, 0.2);
	background-image: linear-gradient(to left, rgba(220, 42, 76, 0.5) 0, rgba(234, 80, 80, 0.5) 100%);
	margin: 0 0 1rem;
	padding: 0.3em 1em;
	line-height: 1.8em;
	font-size: 1.22rem;
	font-weight: 700;
	counter-increment: listNum;
}
.step__list-item::before {
	content: "0" counter(listNum) ". ";
}
.step__list-item07 {
	background-color: #ea5050;
	background-image: linear-gradient(to left, #dc2a4c 0, #ea5050 100%);
	margin: 0;
	box-shadow: none;
}
@media screen and (max-width: 768px) {
	.step__inner::before {
		font-size: 1.06rem;
		top: 13vw;
		right: -13.5vw;
	}
	.step__inner::after {
		font-size: 2.22rem;
		top: 46vw;
		right: -15vw;
	}
	.step__text {
		padding: 5vw 0 0;
		font-size: 0.77rem;
		text-align: left;
	}
	.step__list {
		width: 75%;
		max-width: none;
	}
	.step__list::before {
		background-image: url("../images/step_arrow-sp.png");
		width: 0.75rem;
		left: -6vw;
	}
	.step__list-item {
		margin: 0 0 2vw;
		padding: 0.3em 1em;
		font-size: 1rem;
	}
	.step__list-item07 {
		margin: 0;
	}
}
.contact__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}
.contact__heading {
	padding: 0 0 2rem;
	font-weight: 700;
	text-align: center;
	padding: 2rem 0 0;
}
.contact__heading .eng {
	color: #ea5050;
	font-size: 1.33rem;
	letter-spacing: 0.2em;
}
.contact__heading .jpn {
	padding: 0.8rem 0 0;
	color: #5e5e5e;
	font-size: 2.33rem;
}
.contact__heading .small {
	font-size: 0.6em;
}
@media screen and (max-width: 768px) {
	.contact__heading {
		padding: 0 0 5vw;
	}
	.contact__heading .eng {
		font-size: 0.75rem;
	}
	.contact__heading .jpn {
		font-size: 1.75rem;
	}
}
.contact__text {
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
	.contact__heading {
		padding: 8vw 0 0;
	}
}
.footer {
	background: #ca516c;
	color: #fff;
}
.footer__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.footer__inner .logo {
	width: 7.89rem;
}
.footer__inner .copyright {
	font-size: 0.88rem;
}
.footer__nav {
	background: #e0a2b8;
	padding: 1rem 0;
	font-size: 0.88rem;
	display: flex;
	justify-content: center;
}
.footer__nav-item a {
	padding: 1em 1.5em 1em 1em;
	display: block;
	position: relative;
}
.footer__nav-item a::after {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(-45deg) translateY(-50%);
}
.footer .company {
	background: #edfaff;
	color: #00add2;
}
.footer .company__heading {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #00add2;
	background-image: linear-gradient(to left, #27c7c2 0, #00add2 100%);
	padding: 1rem 0;
	color: white;
	font-size: 1.77rem;
	font-weight: 700;
	text-align: center;
}
.footer .company__button {
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .company__button-item a {
	display: block;
}
.footer .company__button-item01 {
	padding: 0 2rem 0 0;
}
.footer .company__button-item01 a {
	max-width: 17.67rem;
}
.footer .company__button-item02 a {
	max-width: 20.61rem;
}
@media screen and (max-width: 768px) {
	.footer__inner {
		padding: 3vw 0 calc(3vw + 18vw);
	}
	.footer__inner .logo {
		width: 21.98vw;
	}
	.footer__inner .copyright {
		font-size: 0.88rem;
	}
	.footer__nav {
		padding: 3vw;
		font-size: 0.88rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.footer .company__heading {
		padding: 3vw 0;
		font-size: 1rem;
	}
	.footer .company__button {
		padding: 3vw 0;
	}
	.footer .company__button-item01 {
		padding: 0 5vw 0 0;
	}
	.footer .company__button-item01 a {
		max-width: 38.41vw;
	}
	.footer .company__button-item02 a {
		max-width: 44.81vw;
	}
}

/* ---------------- */

@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
}

.btn {
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0 auto;
	overflow: hidden;
}
.btn--primary {
	font-size: 4.5833333333vw;
	width: 83.3333333333vw;
}
@media screen and (min-width: 681px) {
	.btn--primary {
		width: 48.9230769231vw;
		max-width: 636px;
		font-size: 1.6923076923vw;
	}
}
@media screen and (min-width: 1300px) {
	.btn--primary {
		font-size: 22px;
	}
}

.btn__link--primary {
	background-image: -moz-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -webkit-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -ms-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	z-index: 0;
	position: relative;
}

.btn__link {
	display: block;
	position: relative;
	padding: 1em 0;
	border-radius: 1.4545454545em;
	overflow: hidden;
}
.btn__link--primary:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: 0.5s;
	background-image: -moz-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -webkit-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -ms-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
}

.btn__link--primary {
	background-image: -moz-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -webkit-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	background-image: -ms-linear-gradient(0deg, #e86b91 0%, #e05984 49%, #da4877 100%);
	z-index: 0;
	position: relative;
}
.btn__link--primary:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient(180deg, #f68e82 0%, #ef6674 49%, #e83e66 100%);
	background-image: -webkit-linear-gradient(180deg, #f68e82 0%, #ef6674 49%, #e83e66 100%);
	background-image: -ms-linear-gradient(180deg, #f68e82 0%, #ef6674 49%, #e83e66 100%);
}
.btn__link--primary:hover:before {
	opacity: 0;
}

.btn__link--tertiary:hover {
	background-color: #da4877;
	color: #fff;
}

@media screen and (min-width: 681px) {
	.btn__link--primary:hover:before {
		background-image: none;
	}

	.btn__link--primary:hover {
		background-image: none;
		background-color: #eee;
		color: #da4877;
	}

	.btn__link--primary:hover:after {
		background-image: none;
	}

	.btn__link--tertiary {
		padding: 0.56em 0;
		border: 1px solid #da4877;
	}

	.btn__link--tertiary:hover {
		background-color: #da4877;
		color: #fff;
	}
}

@media screen and (min-width: 1000px) {
	.sect {
		padding: 70px 0 60px;
	}
}
@media screen and (min-width: 681px) {
	.sect {
		padding: 7vw 0 6vw;
	}
}
.sect {
	padding: 11.4583333333vw 0;
}

/* ---------------- */

#about2.about2 {
	background-color: #fff;
	box-shadow: 0px 1vw 3vw 0px rgba(200, 193, 189, 0.2);
	padding-top: 8.8541666667vw;
}

#about2 .about2-ttl {
	font-size: 4.78125vw;
	line-height: 1.5;
	margin-bottom: 4%;
}
.sect-ttl {
	margin: 0 auto 5.4166666667vw;
	letter-spacing: 0.05em;
	text-align: center;
}

#about2 .about2__inner {
	width: 83.3333333333%;
	margin-left: auto;
	margin-right: auto;
}
.sect__inner {
	max-width: 1180px;
	width: 91.6666666667%;
	margin-left: auto;
	margin-right: auto;
}

#about2 .about2-list-item {
	margin-bottom: 8%;
}

#about2 .about2-list-item-icon {
	height: 0;
	padding-bottom: 58%;
	position: relative;
}

#about2 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width: 1000px) {
	#about2.about2 {
		padding: 70px 0 60px;
		box-shadow: 0px 2px 30px 0px rgba(200, 193, 189, 0.2);
	}
}

@media screen and (min-width: 681px) {
	#about2.about2 {
		padding: 7vw 0 6vw;
	}
}

@media screen and (min-width: 681px) {
	#about2 .about2__inner {
		max-width: 1180px;
		width: 91.6666666667%;
	}
}
@media screen and (min-width: 681px) {
	#about2 .about2-list {
		display: flex;
		justify-content: space-around;
	}
}

@media screen and (min-width: 681px) {
	#about2 .about2-list-item {
		margin-bottom: 0;
		flex-basis: 29%;
		max-width: 29%;
		position: relative;
		padding-bottom: 3%;
	}
}

@media screen and (min-width: 1300px) {
	#about2 .about2-ttl {
		font-size: 28px;
	}
}
@media screen and (min-width: 681px) {
	#about2 .about2-ttl {
		font-size: 2.1538461538vw;
		line-height: 1.5714285714;
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 1000px) {
	#about2 .sect-ttl {
		margin: 0 auto 40px;
	}
}
@media screen and (min-width: 681px) {
	#about2 .sect-ttl {
		margin: 0 auto 4vw;
	}
}

/** button **/
#about2 .more-content {
	display: none;
}

#about2 .more-content p {
	text-align: left;
	line-height: 1.6;
	padding: 20px 10px 10px 10px;
}

@media screen and (min-width: 1300px) {
	#about2 .btn--tertiary {
		font-size: 14px;
	}
}
@media screen and (min-width: 681px) {
	#about2 .btn--tertiary {
		width: 7.6923076923vw;
		max-width: 100px;
		font-size: 1.0769230769vw;
	}
}
#about2 .btn--tertiary {
	font-size: 3.75vw;
	font-family: "Montserrat";
	font-weight: 500;
	color: #ed5b70;
	letter-spacing: 0.2em;
	width: 37.5vw;
}
#about2 .btn {
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

@media screen and (min-width: 681px) {
	#about2 .btn__link--tertiary {
		padding: 0.56em 0;
		border: 1px solid #da4877;
	}
}
#about2 .btn__link--tertiary {
	padding: 0.56em 0;
	border: 1px solid #da4877;
	color: #da4877;
}
#about2 .btn__link--tertiary {
	padding: 0.56em 0;
	border: 1px solid #ed5b70;
}
#about2 .btn__link {
	display: block;
	position: relative;
	/*padding: 1em 0;*/
	border-radius: 1.4545454545em;
	overflow: hidden;
}
#about2 a,
#about2 button {
	text-decoration: none;
	transition: all 0.2s linear;
	color: inherit;
}
#about2 a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@media screen and (min-width: 681px) {
	#about2 .btn__link--tertiary:hover {
		background-color: #da4877;
		color: #fff;
	}
}
#about2 .btn__link--tertiary:hover {
	background-color: #da4877;
	color: #fff;
}
#about2 .btn__link--tertiary:hover {
	background-color: #ed5b70;
	color: #fff;
}
#about2 .btn__link:hover {
	opacity: 1;
}
@media screen and (min-width: 681px) {
	#about2 a:hover,
	#about2 button:hover {
		opacity: 0.6;
	}
}

@media screen and (min-width: 681px) {
	#about2 .btn__link--tertiary {
		padding: 0.56em 0;
		border: 1px solid #da4877;
	}
}

@media screen and (min-width: 681px) {
	.sp {
		display: none !important;
	}
}

/* interview */
/*==========================================
 スライダー共通
===========================================*/
.slick-slide img {
	margin: 0 auto;
}
.slides {
	opacity: 0;
}
.slides.slick-initialized {
	opacity: 1;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -5%;
}
@media screen and (min-width: 681px) {
	.slick-dots {
		display: block;
		bottom: 0;
	}
}
.slick-dots li {
	height: 3vw;
	margin: 0;
	max-width: 6vw;
	flex-basis: 6vw;
}
@media screen and (min-width: 681px) {
	.slick-dots li {
		height: 15px;
		width: 15px;
		margin: 0 5px;
	}
}
.slick-dots li.slick-active button {
	background-color: #ed5b70;
}
.slick-dots li button {
	border: 0.5vw solid #ed5b70;
	border-radius: 100%;
	width: 3vw;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}
@media screen and (min-width: 681px) {
	.slick-dots li button {
		border: 2.5px solid #ed5b70;
		width: 100%;
	}
}
.slick-dots li button:before {
	content: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	background-color: #ed5b70;
	opacity: 1 !important;
}
.slick-prev,
.slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	width: 8.4745762712vw;
	height: 8.4745762712vw;
}
@media screen and (min-width: 681px) {
	.slick-prev,
	.slick-next {
		width: 2.8813559322vw;
		height: 2.8813559322vw;
	}
}
@media screen and (min-width: 1300px) {
	.slick-prev,
	.slick-next {
		width: 5.7627118644vw;
		height: 5.7627118644vw;
		max-width: 68px;
		max-height: 68px;
	}
}
.slick-prev {
	background-image: url("../images/interview_btn_prev.png");
	left: 3%;
}
@media screen and (min-width: 681px) {
	.slick-prev {
		left: -2%;
	}
}
@media screen and (min-width: 1300px) {
	.slick-prev {
		left: -9%;
	}
}
.slick-next {
	background-image: url("../images/interview_btn_next.png");
	right: 3%;
}
@media screen and (min-width: 681px) {
	.slick-next {
		right: -2%;
	}
}
@media screen and (min-width: 1300px) {
	.slick-next {
		right: -9%;
	}
}
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-prev:focus,
.slick-prev:hover {
	background: url("../images/interview_btn_prev.png") no-repeat center/contain;
}
.slick-next:focus,
.slick-next:hover {
	background: url("../images/interview_btn_next.png") no-repeat center/contain;
}

/*==========================================
 INTERVIEW
===========================================*/
.interview__inner {
	max-width: 1000px;
}
.interview-slide {
	margin-bottom: 4.6875vw;
}
@media screen and (min-width: 681px) {
	.interview-slide {
		margin-bottom: 4vw;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide {
		margin-bottom: 52px;
	}
}
.interview-slide-item__inner {
	background-color: #fff;
	padding: 6.0416666667vw;
}
@media screen and (min-width: 681px) {
	.interview-slide-item__inner {
		padding: 4.2307692308vw 4.6153846154vw;
		font-size: 1.1538461538vw;
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item__inner {
		padding: 55px 60px;
		font-size: 15px;
	}
}
.interview-slide-item-picture {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture {
		display: block;
		flex-basis: 24%;
		max-width: 24%;
	}
}
.interview-slide-item-picture__img {
	flex-basis: 50%;
	max-width: 50%;
	margin: 0 auto 0 0 !important;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture__img {
		max-width: 90%;
		margin: 0 auto !important;
	}
}
.interview-slide-item-picture-caption {
	flex-basis: 50%;
	max-width: 50%;
	transform: translateX(7%);
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption {
		margin-top: 10%;
		max-width: 100%;
		transform: none;
	}
}
.interview-slide-item-picture-caption-corp {
	line-height: 1.1875;
	font-size: 3.3333333333vw;
	margin-bottom: 0.8em;
	display: block;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-corp {
		font-size: 1.0769230769vw;
		margin: 0 0 0.4em 0;
		display: inline-block;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-picture-caption-corp {
		font-size: 14px;
	}
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-corp--style-01 {
		margin: 0 0.2em 0.4em 0;
	}
}
.interview-slide-item-picture-caption-dev {
	display: block;
	font-size: 3.3333333333vw;
	margin-bottom: 0.4em;
	margin-top: 0.8em;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-dev {
		display: inline-block;
		font-size: 1.0769230769vw;
		margin-top: 0;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-picture-caption-dev {
		font-size: 14px;
	}
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-dev + .interview-slide-item-picture-caption-name {
		margin-left: 0.4em;
	}
}
.interview-slide-item-picture-caption-name {
	line-height: 1.04;
	font-size: 4.1666666667vw;
	display: block;
	margin-bottom: 0.4em;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-name {
		font-size: 1.2307692308vw;
		line-height: 1.25;
		display: inline-block;
		margin-bottom: 0.2em;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-picture-caption-name {
		font-size: 16px;
	}
}
.interview-slide-item-picture-caption-name--style-01 {
	margin-bottom: 0.5em;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption-name--style-01 {
		margin-bottom: 0.2em;
	}
}
.interview-slide-item-picture-caption__small {
	font-size: 2.9166666667vw;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-picture-caption__small {
		font-size: 1vw;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-picture-caption__small {
		font-size: 13px;
	}
}
.interview-slide-item-desc {
	font-size: 3.3333333333vw;
	padding: 7.8125vw 0 0;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-desc {
		padding: 0;
		font-size: 1.2711864407vw;
		flex-basis: 70%;
		max-width: 70%;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-desc {
		font-size: 15px;
	}
}
.interview-slide-item-desc-ttl {
	font-size: 4.5833333333vw;
	margin-bottom: 0.6em;
	line-height: 1.5;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-desc-ttl {
		font-size: 2.0338983051vw;
	}
}
@media screen and (min-width: 1300px) {
	.interview-slide-item-desc-ttl {
		font-size: 24px;
	}
}
.interview-slide-item-desc-txt {
	line-height: 1.8125;
}
@media screen and (min-width: 681px) {
	.interview-slide-item-desc-txt {
		line-height: 1.4666666667;
	}
}
@media screen and (min-width: 681px) {
	.interview-slide-item-desc-txt:not(:last-child) {
		margin-bottom: 1.8em;
	}
}

.interview-slide-item-picture__img {
	flex-basis: 100%;
	max-width: 100%;
	margin: 0 auto 0 0 !important;
}

.interview-slide-item-picture__img.img_pc {
	display: none;
}

@media screen and (min-width: 681px) {
	.interview-slide-item-picture__img.img_sp {
		display: none;
	}

	.interview-slide-item-picture__img.img_pc {
		display: block;
	}
}

/*      */

.sect-ttl.interview-ttl .sect-ttl__eng,
.sect-ttl.about2-ttl .sect-ttl__eng,
.sect-ttl.achievement-ttl .sect-ttl__eng,
.sect-ttl.step-ttl .sect-ttl__eng {
	background: #ca516c;
	padding: 20px 50px;
	color: #fff;
	display: block;
	width: 30vw;
	margin: 0 auto;
	font-size: 1.7rem;
}

.sect-ttl.interview-ttl .sect-ttl__ja,
.sect-ttl.achievement-ttl .sect-ttl__ja,
.sect-ttl.step-ttl .sect-ttl__ja {
	margin: 20px 0 0 0;
	display: block;
	color: #5e5e5e;
}

.sect.interview {
	background: #f9f7f6;
}

@media screen and (max-width: 768px) {
	.sect-ttl.interview-ttl .sect-ttl__eng,
	.sect-ttl.about2-ttl .sect-ttl__eng,
	.sect-ttl.achievement-ttl .sect-ttl__eng,
	.sect-ttl.step-ttl .sect-ttl__eng {
		width: 80vw;
	}
}
