body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.wrapper {
	overflow: hidden;
	position: relative;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

main {
	background: transparent url(../images/bg.png) no-repeat top center/cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.concept {
	padding: 11% 0 0;
	position: relative;
}

.concept::before {
	background: transparent url(../images/text-deco1.png) no-repeat top left/contain;
	content: "";
	height: 31%;
	left: 0;
	position: absolute;
	top: 7%;
	width: 64%;
	z-index: -1;
}

.concept h2 {
	font-size: 2rem;
	font-size: 2.22vw;
	font-weight: 800;
	line-height: 1.5625;
	position: relative;
	text-align: center;
}

.concept h2::before {
	background: transparent url(../images/concept-fukidashi.png) no-repeat center center/contain;
	content: "";
	height: 248%;
	left: 48%;
	position: absolute;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.concept__item {
	margin-top: 5.7%;
	padding: 5.5% 7.5% 10% 15%;
	position: relative;
	width: 62%;
}

.concept__item::before {
	background: transparent url(../images/concept-bg.png) no-repeat top left/contain;
	content: "";
	height: 101%;
	left: -12%;
	position: absolute;
	top: 51%;
	transform: translate(0, -50%);
	width: 100vw;
	z-index: -1;
}

.concept__item::after {
	background: transparent url(../images/concept-deco3.png) no-repeat center right/contain;
	content: "";
	height: 57%;
	position: absolute;
	position: absolute;
	right: -37.5%;
	top: 46.5%;
	transform: translateY(-50%);
	width: 67%;
}

.concept__head {
	width: 100%;
}

.concept__text {
	color: #fff;
	font-size: 1rem;
	font-size: 1.12vw;
	line-height: 2;
	margin-top: 6.3%;
}

.course {
	padding: 1.2% 0 0;
	position: relative;
}

/* .course::before {
	background: transparent url(../images/text-deco3.png) no-repeat bottom left/contain;
	bottom: 0;
	content: "";
	height: 6%;
	left: 7%;
	position: absolute;
	width: 142%;
	z-index: -1;
} */

.course__wrapper {
	background: transparent url(../images/course-bg.png) no-repeat center center/contain;
	margin: 0 auto;
	padding: 6% 7.7% 5%;
	text-align: center;
	width: 71%;
}

.course__head {
	background: #FFFF39;
	color: #003893;
	font-size: 2.22vw;
	font-weight: 800;
	margin: 0 auto;
	padding: 0.7% 11%;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.course__head::before {
	background: transparent url(../images/course1-deco.png) no-repeat top right/contain;
	content: "";
	height: 169%;
	position: absolute;
	right: -11%;
	top: 16%;
	width: 19%;
}

.course h2 {
	color: #fff;
	font-size: 2.78vw;
	font-weight: 800;
	margin-top: 2%;
}

.course__text {
	color: #fff;
	font-size: 1.25vw;
	font-weight: 800;
	margin-top: 1.5%;
}

.course__text span {
	color: #FFFF39;
	font-size: 1.53vw;
}

.course__img {
	margin-top: 4%;
	position: relative;
}

.course__img::before {
	background: transparent url(../images/course2-deco.png) no-repeat center center/contain;
	content: "";
	height: 120%;
	left: 47%;
	position: absolute;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 112%;
}

.course__bottom {
	color: #FFFF39;
	font-size: 2.8vw;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 3%;
}

.cta {
	background: transparent url(../images/cta-bg.png) no-repeat top center/cover;
	padding: 7% 0 6.5%;
	position: relative;
}

.cta::before {
	background: transparent url(../images/cta-deco.png) no-repeat top right/contain;
	content: "";
	height: 54%;
	position: absolute;
	right: 3%;
	top: -30%;
	width: 29%;
}

.cta__wrapper {
	margin: 0 auto;
	width: 71%;
}

.cta h2 {
	color: #fff;
	font-size: 2.8vw;
	font-weight: 800;
	line-height: 1.4;
	padding-left: 1%;
	text-indent: -1.5%;
}

.cta__buttons {
	grid-gap: 0 3%;
	display: grid;
	gap: 0 3%;
	grid-template-columns: repeat(2, 1fr);
	margin: 3% auto 0;
	transition: all 0.3s;
}

.cta__button:hover {
	opacity: 0.8;
}

.cta__bottom {
	color: #fff;
	font-size: 1.1vw;
	font-weight: 800;
	line-height: 2;
	margin-top: 1.2%;
	text-align: center;
}

.curriculum {
	height: 100%;
	margin-top: -6.5%;
	width: 100%;
}

.curriculum__wrapper {
	background: transparent url(../images/curriculum-bg.png) no-repeat center center/contain;
	margin: 0 auto;
	padding: 5% 0 6%;
	position: relative;
	width: 71%;
}

.curriculum__wrapper::before {
	background: transparent url(../images/curriculum-deco1.png) no-repeat top left/contain;
	content: "";
	height: 14%;
	left: 10%;
	position: absolute;
	top: -1%;
	width: 11%;
}

.curriculum h2 {
	background: #FFFF39;
	color: #003893;
	font-size: 2rem;
	font-size: 2.2vw;
	font-weight: 800;
	line-height: 1.875;
	margin: 0 auto;
	padding: 0% 3%;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.curriculum__head {
	color: #fff;
	font-size: 2.5rem;
	font-size: 2.8vw;
	font-weight: 800;
	margin-top: 1.7%;
	text-align: center;
}

.curriculum__items {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	margin: 0 auto;
	padding: 2% 0 4%;
	position: relative;
	width: 57%;
}

.curriculum__items::before {
	background: transparent url(../images/curriculum-circle.png) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.curriculum__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	font-size: 1.95vw;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	line-height: 1.64285;
	padding: 16% 0;
	position: relative;
	width: 100%;
	z-index: 0;
}

.curriculum__item1 {
	grid-area: 1/1/2/3;
}

.curriculum__item1::before {
	background: transparent url(../images/curriculum-deco3.png) no-repeat top right/contain;
	content: "";
	height: 100%;
	position: absolute;
	right: -31%;
	top: -14%;
	width: 58%;
}

.curriculum__item2 {
	grid-area: 2/1/3/2;
	padding-left: 8%;
}

.curriculum__item2::before {
	background: transparent url(../images/curriculum-deco2.png) no-repeat bottom left/contain;
	bottom: 27%;
	content: "";
	height: 247%;
	left: -64%;
	position: absolute;
	width: 124%;
}

.curriculum__item3 {
	grid-area: 2/2/3/3;
}

.curriculum__item3::before {
	background: transparent url(../images/curriculum-deco4.png) no-repeat bottom right/contain;
	bottom: -19%;
	content: "";
	height: 100%;
	position: absolute;
	right: -57%;
	width: 91%;
}

.curriculum__item span {
	color: #FFFF39;
}

.feature {
	margin-top: -1%;
	position: relative;
}

.feature::before {
	background: transparent url(../images/text-deco2.png) no-repeat top left/contain;
	content: "";
	height: 20%;
	left: -1.5%;
	position: absolute;
	top: 29%;
	width: 84%;
	z-index: -1;
}

.feature__item1,
.feature__item3 {
	position: relative;
	width: 80%;
}

.feature__num {
	color: #003893;
	font-family: "Aoboshi One", serif;
	font-size: 5.625rem;
	font-size: 6.3vw;
}

.feature__item1 .feature__num,
.feature__item3 .feature__num {
	padding-left: 19%;
}

.feature__wrapper h2 {
	background: #fff;
	border: 0.1875rem solid #000;
	font-size: 1.75rem;
	font-size: 1.94vw;
	font-weight: 800;
	line-height: 1.60714;
	padding: 1% 2%;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.feature__wrapper h2::before {
	border: 0.1875rem solid #000;
	content: "";
	height: 100%;
	left: 2%;
	position: absolute;
	top: 19%;
	width: 100%;
	z-index: -1;
}

.feature__item1 .feature__wrapper,
.feature__item3 .feature__wrapper {
	margin-top: -1%;
	padding: 0% 8% 5% 19%;
	position: relative;
}

.feature__item1 .feature__wrapper::before {
	background: transparent url(../images/feature1-bg.png) no-repeat top left/contain;
	content: "";
	height: 94%;
	left: -1%;
	position: absolute;
	top: 56%;
	transform: translate(0, -50%);
	width: 100vw;
	z-index: -1;
}

.feature__item3 .feature__wrapper::before {
	background: transparent url(../images/feature3-bg.png) no-repeat top left/contain;
	content: "";
	height: 98%;
	left: -1%;
	position: absolute;
	top: 52%;
	transform: translate(0, -50%);
	width: 100vw;
	z-index: -1;
}

.feature__head {
	font-size: 1.5rem;
	font-size: 1.67vw;
	font-weight: 800;
	line-height: 1.66666;
	margin-top: 3%;
}

.feature__item1 .feature__head,
.feature__item3 .feature__head {
	color: #FFFF39;
}

.feature__item2 .feature__head {
	color: #003893;
}

.feature__item1 dl,
.feature__item2 dl {
	margin-top: 2%;
}

.feature__item1 dl,
.feature__item3 dl {
	width: 76%;
}

.feature__item1 .feature__list,
.feature__item3 .feature__list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 23% 77%;
}

.feature__list:nth-of-type(n +2) {
	margin-top: 0.7%;
}

.feature__list dt {
	align-items: center;
	background: #003893;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-size: 1.1vw;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	padding: 0.5vw 0;
}

.feature__item1 .feature__list dt,
.feature__item3 .feature__list dt {
	background: linear-gradient(135deg, #E542C6 0%, #7679D6 60%, #00B3E8 100%);
}

.feature__item2 .feature__list dt {
	background: linear-gradient(135deg, #E542C6 0%, #723DAC 60%, #003893 100%);
}

.feature__list dd {
	background: #fff;
	font-size: 1rem;
	font-size: 1.1vw;
	font-weight: 800;
	height: 100%;
	padding: 0.5vw 0% 0.5vw 1%;
}

.feature__item2 {
	margin-left: auto;
	margin-top: 2.5%;
	position: relative;
	width: 69.5%;
}

.feature__item2 .feature__num {
	padding-left: 8%;
}

.feature__item2 .feature__wrapper {
	margin-top: -1%;
	padding: 0% 22% 5% 8%;
	position: relative;
}

.feature__item2 .feature__wrapper::before {
	background: transparent url(../images/feature2-bg.png) no-repeat top right/contain;
	content: "";
	height: 100%;
	position: absolute;
	right: -1%;
	top: 56%;
	transform: translate(0, -50%);
	width: 100vw;
	z-index: -1;
}

.feature__item2 .feature__list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 20% 80%;
}

.feature__list-head {
	color: #fff;
	font-size: 1.25vw;
	line-height: 1.77777;
}

.feature__item3 dl {
	margin-top: 1%;
}

.feature__item3 dl:nth-of-type(2) {
	margin-top: 2.5%;
}

.feature__item1::before {
	background: transparent url(../images/feature1-deco.png) no-repeat bottom right/contain;
	bottom: 14%;
	content: "";
	height: 72%;
	position: absolute;
	right: -6%;
	width: 27%;
	z-index: 1;
}

.feature__item2::before {
	background: transparent url(../images/feature2-deco.png) no-repeat top left/contain;
	content: "";
	height: 79%;
	left: -22%;
	position: absolute;
	top: 12%;
	width: 28%;
}

.feature__item3::before {
	background: transparent url(../images/feature3-deco.png) no-repeat bottom right/contain;
	bottom: 4%;
	content: "";
	height: 72%;
	position: absolute;
	right: -6%;
	width: 26%;
}

.footer {
	background: #fff;
	font-size: 0.84vw;
	font-weight: 800;
	padding: 1.5% 0;
	text-align: center;
}

.fv {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.fv img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header {
	display: block !important;
}

.header {
	left: 0;
	padding: 1.4% 7%;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__logo img {
	height: auto;
	width: 15.5vw;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1090px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.message {
	height: auto;
	margin-top: -5.5%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.message img {
	-o-object-fit: cover;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	padding-left: 8.3%;
	width: 86%;
}

.profile {
	padding: 7% 0 18%;
	position: relative;
}

.profile::before {
	background: transparent url(../images/text-deco3.png) no-repeat bottom left/contain;
	bottom: 0;
	content: "";
	height: 9%;
	left: 7%;
	position: absolute;
	width: 142%;
	z-index: -1;
}

.profile::after {
	background: transparent url(../images/text-deco4.png) no-repeat top center/contain;
	content: "";
	height: 6.5vw;
	left: 50%;
	position: absolute;
	top: 8%;
	transform: translate(-50%, -50%);
	width: 50%;
	z-index: -1;
}

.profile h2 {
	background: #fff;
	border: 0.1875rem solid #000;
	font-size: 1.75rem;
	font-size: 1.94vw;
	font-weight: 800;
	line-height: 1.60714;
	margin: 0 auto;
	padding: 0.5% 5%;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.profile h2::before {
	border: 0.1875rem solid #000;
	content: "";
	height: 100%;
	left: 2%;
	position: absolute;
	top: 19%;
	width: 102%;
	z-index: -1;
}

.profile__inner {
	position: relative;
	width: 74%;
}

.profile__wrapper {
	margin-top: 8%;
	padding: 2% 20% 5% 21%;
	position: relative;
}

.profile__wrapper::before {
	background: transparent url(../images/profile-bg.png) no-repeat top left/contain;
	content: "";
	height: 117%;
	left: -12%;
	position: absolute;
	top: 48%;
	transform: translate(0, -50%);
	width: 100vw;
	z-index: -1;
}

.profile__head1 {
	width: 86%;
}

.profile__item1 p,
.profile__item2 p {
	font-size: 1.1vw;
	line-height: 2;
	margin-top: 1%;
}

.profile__item2 {
	margin-top: 3%;
}

.profile__head2 {
	width: 71%;
}

.profile__img {
	bottom: -15%;
	position: absolute;
	right: -14%;
	width: 34%;
}



.skill {
	padding: 6% 0 0;
	position: relative;
}

.skill::before {
	background: transparent url(../images/text-deco1.png) no-repeat top right/contain;
	content: "";
	height: 28%;
	position: absolute;
	right: -20%;
	top: 34%;
	transform: rotate(90deg);
	width: 64%;
	z-index: -1;
}

.skill__wrapper {
	background: transparent url(../images/skill-bg.png) no-repeat center center/contain;
	margin: 0 auto;
	padding: 3% 2% 5%;
	width: 70%;
}

.skill h2 {
	color: #FFFF39;
	font-size: 2.5vw;
	font-weight: 800;
	line-height: 1.44444;
	margin-left: auto;
	position: relative;
	width: 62%;
}

.skill h2::before {
	background: transparent url(../images/skill-deco.png) no-repeat bottom left/contain;
	bottom: -38%;
	content: "";
	height: 218%;
	left: -86%;
	position: absolute;
	width: 81%;
}

.skill__main {
	margin: 4% auto 0;
	width: 93%;
}

.skill__head {
	background: #003893;
	color: #fff;
	font-size: 1.67vw;
	font-weight: 800;
	padding: 0.7% 0;
	text-align: center;
}

.skill__items {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2%;
}

.skill__img {
	aspect-ratio: 281/188;
	border-radius: 1.875rem;
	height: auto;
	width: 100%;
}

.skill__img img {
	-o-object-fit: cover;
	border-radius: 1.875rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.skill__text {
	color: #fff;
	font-size: 1.1vw;
	font-weight: 800;
	margin-top: 3%;
	text-align: center;
}

.skill__content:nth-of-type(n + 2) {
	margin-top: 3.5%;
}

@media (max-width: 1040px) {

html {
	font-size: 1.5384615385vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

main {
	background: transparent url(../images/bg_sp.png) no-repeat top center/cover;
}

.concept {
	padding: 13% 0 0;
}

.concept::before {
	height: 12%;
	top: -6%;
	width: 77%;
}

.concept h2 {
	font-size: 5.86vw;
	line-height: 1.36363;
}

.concept h2::before {
	background: transparent url(../images/concept-fukidashi_sp.png) no-repeat center center/contain;
	height: 200%;
	left: 50%;
	top: 66%;
	width: 130%;
}

.concept__item {
	margin-top: 13.7%;
	padding: 14.5% 8% 14% 5%;
	position: relative;
	width: 95%;
}

.concept__item::before {
	background: transparent url(../images/concept-bg_sp.png) no-repeat top right/contain;
	left: auto;
	right: -2%;
	width: 300%;
}

.concept__item::after {
	background: transparent url(../images/concept-deco3.png) no-repeat bottom right/contain;
	bottom: -10.5%;
	height: 21%;
	right: 0%;
	top: auto;
	transform: none;
	width: 44.5%;
}

.concept__text {
	font-size: 4.26vw;
	margin-top: 5%;
}

.course {
	padding: 9% 0 0%;
}

/* .course::before {
	left: 5%;
	width: 340%;
} */

.course__wrapper {
	background-position: top center;
	background-size: 150% 100%;
	padding: 12% 4.7% 13%;
	width: 100%;
}

.course__head {
	font-size: 5vw;
	padding: 2% 8%;
}

.course__head::before {
	display: none;
}

.course h2 {
	font-size: 5.34vw;
	line-height: 1.4;
	margin-top: 5%;
}

.course__text {
	font-size: 3.74vw;
	line-height: 1.71428;
	margin-top: 2%;
}

.course__text span {
	font-size: 3.74vw;
}

.course__img {
	margin-top: 7%;
}

.course__bottom {
	font-size: 4.4vw;
}

.cta {
	background-position: top left;
	padding: 16% 0 9%;
}

.cta::before {
	height: 29%;
	right: -2%;
	top: -17%;
	width: 49%;
}

.cta__wrapper {
	width: 94%;
}

.cta h2 {
	font-size: 5.86vw;
	line-height: 1.54545;
	padding-left: 3%;
}

.cta__buttons {
	grid-template-columns: 1fr;
	margin: 5% auto 0;
}

.cta__bottom {
	font-size: 3.46vw;
	line-height: 2.15384;
	margin-top: 3.2%;
}

.curriculum {
	margin-top: 18%;
}

.curriculum__wrapper {
	background: transparent url(../images/curriculum-bg_sp.png) no-repeat center center/contain;
	padding: 13% 0 22%;
	width: 94%;
}

.curriculum__wrapper::before {
	height: 15%;
	left: 2%;
	top: -5%;
	width: 22%;
}

.curriculum h2 {
	font-size: 5.33vw;
	line-height: 1.4;
	padding: 2% 11%;
}

.curriculum__head {
	font-size: 5.33vw;
	line-height: 1.4;
	margin-top: 4.7%;
}

.curriculum__items {
	padding: 1% 0 4%;
	width: 100%;
}

.curriculum__item {
	font-size: 4.26vw;
	line-height: 1.4;
	padding: 16% 0;
}

.curriculum__item1::before {
	background: transparent url(../images/curriculum-deco3_sp.png) no-repeat top right/contain;
	height: 105%;
	right: 6%;
	top: 0%;
	width: 34%;
}

.curriculum__item2 {
	margin-top: -4%;
	padding-left: 17%;
}

.curriculum__item2::before {
	background: transparent url(../images/curriculum-deco2_sp.png) no-repeat bottom left/contain;
	bottom: 87%;
	height: 136%;
	left: 12%;
	width: 50%;
}

.curriculum__item3 {
	margin-top: -4%;
	padding-right: 20%;
}

.curriculum__item3::before {
	bottom: -60%;
	right: 31%;
	width: 64%;
}

.feature {
	margin-top: 5%;
}

.feature::before {
	height: 3%;
	top: 27%;
	width: 141%;
}

.feature__item1,
.feature__item3 {
	width: 94%;
}

.feature__item3 {
	margin-top: 16%;
}

.feature__num {
	font-size: 16vw;
}

.feature__item1 .feature__num,
.feature__item3 .feature__num {
	padding-left: 6%;
}

.feature__wrapper h2 {
	font-size: 5.86vw;
	line-height: 1.36363;
	padding: 3% 6%;
}

.feature__item2 .feature__wrapper h2 {
	padding: 3% 4%;
	width: 97%;
}

.feature__item3 .feature__wrapper h2 {
	font-size: 5.3vw;
	padding: 4% 2%;
}

.feature__wrapper h2::before {
	left: 3%;
	top: 17%;
	width: 102%;
}

.feature__item1 .feature__wrapper,
.feature__item3 .feature__wrapper {
	padding: 0% 5% 5% 5%;
}

.feature__item1 .feature__wrapper::before {
	background: transparent url(../images/feature1-bg_sp.png) no-repeat top right/contain;
	height: 100%;
	left: auto;
	right: -2%;
	width: 200%;
}

.feature__item3 .feature__wrapper::before {
	background: transparent url(../images/feature3-bg_sp.png) no-repeat top right/contain;
	height: 100%;
	left: auto;
	right: -2%;
	top: 54%;
	width: 200%;
}

.feature__head {
	font-size: 5.5vw;
	letter-spacing: -0.8px;
	line-height: 1.4;
	margin-top: 9.5%;
}

.feature__item1 dl,
.feature__item2 dl {
	margin-top: 5%;
}

.feature__item1 dl,
.feature__item3 dl {
	width: 100%;
}

.feature__item1 .feature__list,
.feature__item3 .feature__list {
	grid-template-columns: 1fr;
}

.feature__list:nth-of-type(n +2) {
	margin-top: 3.7%;
}

.feature__list dt {
	font-size: 4.26vw;
	justify-content: start;
	padding: 1.5vw 0 1.5vw 4%;
}

.feature__list dd {
	font-size: 4.26vw;
	padding: 2.5vw 5% 2.5vw;
}

.feature__item2 {
	margin-top: 12.5%;
	width: 95%;
}

.feature__item2 .feature__num {
	padding-left: 0;
}

.feature__item2 .feature__wrapper {
	margin-top: -0.5%;
	padding: 0% 6% 5% 6%;
}

.feature__item2 .feature__wrapper::before {
	background: transparent url(../images/feature2-bg_sp.png) no-repeat top left/contain;
	height: 100%;
	left: auto;
	left: -2%;
	width: 200%;
}

.feature__item2 .feature__list {
	grid-template-columns: 1fr;
}

.feature__list-head {
	font-size: 4.26vw;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}

.feature__item3 dl {
	margin-top: 5%;
}

.feature__item3 dl:nth-of-type(2) {
	margin-top: 8.5%;
}

.feature__item1::before {
	bottom: auto;
	height: 21%;
	right: 0%;
	top: -3%;
	width: 34%;
}

.feature__item2::before {
	height: 30%;
	left: auto;
	right: 6%;
	top: -2%;
	z-index: -1;
}

.feature__item3::before {
	bottom: auto;
	height: 15%;
	right: 6%;
	top: -6%;
	width: 28%;
	z-index: -2;
}

.footer {
	font-size: 3.2vw;
	line-height: 1.66666;
	padding: 5.5% 0;
}

.header {
	padding: 4% 5%;
}

.header__logo img {
	width: 49vw;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.message {
	margin-top: -28%;
}

.message img {
	padding-left: 0;
	width: 90%;
}


.profile {
	padding: 25% 0 100%;
}

.profile::before {
	left: 5%;
	width: 340%;
}

.profile::after {
	height: 13.5vw;
	width: 70%;
}

.profile h2 {
	font-size: 5.4vw;
	line-height: 1.36363;
	padding: 3% 13%;
}

.profile h2::before {
	left: 3%;
	top: 17%;
	width: 102%;
}

.profile__inner {
	width: 94%;
}

.profile__wrapper {
	margin-top: 11%;
	padding: 6% 7% 5% 6%;
}

.profile__wrapper::before {
	background: transparent url(../images/profile-bg_sp.png) no-repeat top left/contain;
	height: 143%;
	left: auto;
	right: -3%;
	top: 67%;
	width: 201vw;
}

.profile__head1 {
	width: 94%;
}

.profile__item1 p,
.profile__item2 p {
	font-size: 4.25vw;
	line-height: 1.5;
	margin-top: 3%;
}

.profile__item2 p {
	margin-top: 0%;
}

.profile__head2 {
	width: 103%;
}

.profile__img {
	bottom: -60%;
	right: 11%;
	width: 83%;
}


.skill {
	padding: 33% 0 0;
}

.skill::before {
	height: 28%;
	right: -19%;
	top: 18%;
	width: 105%;
}

.skill__wrapper {
	background: transparent url(../images/skill-bg_sp.png) no-repeat center center/contain;
	padding: 16% 4% 15%;
	width: 100%;
}

.skill h2 {
	font-size: 5vw;
	line-height: 1.42105;
	margin: 0;
	text-align: center;
	width: 100%;
}

.skill h2::before {
	background: transparent url(../images/skill-deco.png) no-repeat top center/contain;
	bottom: auto;
	left: 50%;
	top: -240%;
	transform: translateX(-50%);
}

.skill__main {
	margin: 5% auto 0;
	width: 86%;
}

.skill__head {
	font-size: 4.26vw;
	padding: 2.7% 0;
}

.skill__items {
	margin-top: 3%;
}

.skill__img {
	aspect-ratio: 94/78;
	border-radius: 0.625rem;
}

.skill__img img {
	border-radius: 0.625rem;
}

.skill__text {
	font-size: 3vw;
	margin-top: 7%;
}

.skill__content:nth-of-type(n + 2) {
	margin-top: 6%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
