html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

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

body {
	font-family: YakuHanJP, "Noto Sans JP", "M PLUS Rounded 1c", "Hachi Maru Pop", "Hiragino Sans",
		"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	display: block;
	z-index: -100;
	color: #333333;
	background-color: #fffeee;
	overflow-x: hidden;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

.Sate-Gra_h2 {
	width: 66%;
	min-width: 80px;
	max-width: 125px;
	padding: 0;
}

.Sate-Gra_h2 img {
	width: 100%;
}

.Sate-Gra_h2:hover img {
	opacity: 0.7;
}

h2:not(.Sate-Gra_h2) {
	font-size: clamp(2rem, 5vw, 2.7rem);
	padding-left: 35px;
	position: relative;
	margin-bottom: 3px;
	font-weight: 600;
	color: #4b4737;
}

h2:not(.Sate-Gra_h2):before {
	content: "";
	background-image: url(../img/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 2px;
	bottom: 0;
}

.h2-border {
	position: relative;
	border-bottom: 3px #ffc778 solid;
}

.h2-border::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px skyblue;
	bottom: -3px;
	left: 0;
	width: 20%;
}

h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: clamp(1.8rem, 5vw, 2rem);
	padding-left: 5px;
}

.h3-wrapper {
	background-image: linear-gradient(#f09819, #edde5d);
	width: fit-content;
	padding: 6px 20px 1px 3px;
	z-index: 2;
	position: relative;
	border-radius: 2px;
}

.h3-wrapper::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 7px;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
	background-color: #edde5d;
	bottom: -6px;
	left: 5px;
	z-index: -1;
}

.header-wrapper {
	background-image: url(../img/micra_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	width: 100%;
	min-height: 880px;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}

.logo a {
	display: inline-block;
}

.logo a:hover {
	cursor: default;
}

.index-logo {
	width: 75%;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}

.index-logo-text {
	width: 95%;
	padding-top: 30px;
	position: relative;
}

.l-t-w {
	margin: 0 auto;
}

.villager {
	position: absolute;
	width: 40%;
	min-width: 110px;
	max-width: 150px;
	top: 10%;
	right: -50px;
}

.villager img {
	width: 100%;
}

.sword-fighter {
	position: absolute;
	width: 55%;
	min-width: 166.8px;
	max-width: 200px;
	top: 30%;
	left: -130px;
}

.sword-fighter img {
	width: 100%;
}

.dog {
	position: absolute;
	width: 20%;
	min-width: 60px;
	max-width: 80px;
	top: 140%;
	right: -10%;
	z-index: 1;
}

.dog img {
	width: 100%;
}

.cat-speech-boss {
	position: relative;
	margin: 210px 0 500px 0;
}

.cat-speech {
	position: absolute;
	bottom: 0%;
	right: -14%;
	padding: 10px 70px 0 10px;
	background-color: #fffff8;
}

.cat-speech::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 180px;
	height: 180px;
	background-image: url(../img/cat.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.cat-speech p {
	font-size: clamp(1.6rem, 4vw, 2rem);
}

.trapezoid-polygon-1 {
	position: absolute;
	left: 150px;
	bottom: -29px;
	width: 52px;
	height: 30px;
	background: #fff;
	clip-path: polygon(0% 100%, 0% 0%, 58% 0%, 0% 100%);
}

/* scroll */
.scroll-mv {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 1.4rem;
	font-family: "Hachi Maru Pop", cursive;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}

.scroll-mv::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, 0.4);
}

.scroll-mv::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background-image: linear-gradient(to bottom, #fff 0%, #fffeee 100%);
	/* background-color: #fff; */
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/* hamburger */
.hamburger {
	display: block;
	position: fixed;
	z-index: 11;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	border: 3px greenyellow solid;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	mix-blend-mode: difference;
	border-radius: 50%;
}

.hamburger.active {
	border: none;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: greenyellow;
}

.hamburger span:nth-child(1) {
	top: 16px;
}

.hamburger span:nth-child(2) {
	top: 25px;
}

.hamburger span:nth-child(3) {
	top: 30px;
	opacity: 0;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.hamburger.active:hover {
	opacity: 0.6;
}

.hamburger.active span:nth-child(1) {
	top: 20px;
	left: 14px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
	top: 20px;
	left: 14px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
	opacity: 0;
}

nav.globalMenuSp {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 300px;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	pointer-events: none; /*ポインターイベント無効*/
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0 0 0 15px;
	width: 100%;
	transition: 0.4s all;
	font-size: 1.6rem;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
	background-color: rgba(235, 242, 193, 0.7);
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration: none;
}

/* jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
	pointer-events: auto;
}

nav.globalMenuSp ul li.active {
	transform: translateY(-150px);
}

/* delay */
nav.globalMenuSp ul li.active:nth-child(1) {
	transition-property: transform; /* transition先選択 */
	transition-delay: 0.1s;
}

nav.globalMenuSp ul li.active:nth-child(2) {
	transition-property: transform;
	transition-delay: 0.15s;
}

nav.globalMenuSp ul li.active:nth-child(3) {
	transition-property: transform;
	transition-delay: 0.2s;
}

nav.globalMenuSp ul li.active:nth-child(4) {
	transition-property: transform;
	transition-delay: 0.25s;
}

nav.globalMenuSp ul li.active:nth-child(5) {
	transition-property: transform;
	transition-delay: 0.3s;
}

nav.globalMenuSp ul li.active:nth-child(6) {
	transition-property: transform;
	transition-delay: 0.35s;
}

main {
	z-index: -99;
	padding: 25px 1.5rem 70px 1.5rem;
}

/* scroll-top */
.btop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	background: rgba(44, 77, 84, 0.5);
	border: 1px #fff solid;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 8;
	border-radius: 50%;
}

.btop:hover {
	background: rgba(44, 77, 84, 0.55);
}

.btop::after {
	position: absolute;
	top: 6px;
	bottom: 0;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* section01 */
.section01 {
	padding: 20px 0;
}

.sg-boss {
	max-width: 320px;
	margin: 10px auto;
}

.sg {
	margin: 0 calc(50% - 50vw); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;
}

.section-minion {
	margin-top: 25px;
	position: relative;
	z-index: 0;
}

.circle {
	position: absolute;
	content: "";
	width: 60px;
	height: 30px;
	border-radius: 50%;
	background-color: #f09819;
	top: -10px;
	left: 0;
}

.line {
	position: absolute;
	content: "";
	width: 5px;
	height: 114%;
	background-image: linear-gradient(to bottom, #3ca55c 0%, #f09819 100%);
	left: 14px;
	top: -10%;
	z-index: 3;
	display: inline-block;
}

.section-minion_back {
	position: absolute;
	top: -5px;
	left: 8px;
	z-index: -1;
}

.section-minion_back .circle {
	/* background-color: #e25680; */
	background-color: #ff8cae;
}

.section-minion_back .h3-wrapper {
	background-image: none;
	background-color: #ff8cae;
}

.section-minion_back h3 {
	color: #ff8cae;
}

.second.h3-wrapper {
	padding: 10px 20px 1px 3px;
}

.second.h3-wrapper::before {
	position: absolute;
	content: "";
	border-radius: inherit;
	width: 23px;
	height: 7px;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
	background-color: #fffef8;
	top: -2px;
	left: 5px;
	z-index: 0;
}

.section-minion_back .second.h3-wrapper::before {
	left: -3px;
	width: 28px;
}

.p-wrapper {
	border: 8px solid;
	border-left: 30px solid;
	border-bottom: 4px solid;
	border-image: linear-gradient(to bottom, #b5ac49 0%, #3ca55c 100%);
	border-image-slice: 1;
	padding: 6px 3px 9px 6px;
	position: relative;
	background-color: #fcec9b;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 8px -8px #ff8cae;
}

.p-wrapper::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #b5ac49;
	position: absolute;
	transform: rotate(45deg);
	top: -5px;
	left: -5px;
}

.p-wrapper::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 7px;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
	background-color: #3ca55c;
	bottom: -10px;
	left: -26px;
}

.p-wrapper p {
	color: #4b4737;
	margin-bottom: 8px;
	font-size: clamp(1.3rem, 3vw, 1.4rem);
	line-height: 1.9;
	letter-spacing: 0.08em;
	/* text-align: justify; */
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 600;
}

.p-wrapper .big-p {
	float: left;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 5px;
}

.t-red {
	color: #fa8d74;
}

.ss-title {
	font-size: clamp(1.45rem, 4vw, 1.6rem);
}

.section02 .sub-image {
	width: 50%;
	max-width: 180px;
	margin: 20px 0px 0px auto;
	position: relative;
	font-size: 1.6rem;
}

.section02 .sub-image img {
	filter: drop-shadow(-10px 10px 6px rgba(241, 164, 36, 0.5));
	transform: scale(-1, 1);
}

.sub-image::before {
	position: absolute;
	content: "?";
	font-size: 5rem;
	font-weight: 700;
	transform: rotate(-35deg);
	color: #ebd7ad;
	top: -10%;
	left: -30px;
}

.sub-image::after {
	position: absolute;
	content: "Scratch?";
	color: #ebd7ad;
	top: 46%;
	left: -80px;
	transform: rotate(-20deg);
	font-weight: 700;
	font-size: 1.8rem;
}

/* section02 */
.section02 {
	margin: 30px 0;
	position: relative;
}

.section02 .section-minion.mt-0 .p-wrapper {
	padding: 0;
}

.section02 h4 {
	width: 160px;
	height: auto;
	margin: 9px 0px 0px 9px;
}

/* section03 */
.section03 {
	margin: 45px 0;
	position: relative;
}

.section03 .section-minion.mt-0 .p-wrapper {
	padding: 6px 6px 9px 9px;
}

.section03 .section-minion.mt-0 .p-wrapper p {
	margin-bottom: 20px;
}

.section03 .section-minion.mt-0 .p-wrapper p:first-of-type {
	margin-bottom: 10px;
}

.section03 .line {
	height: 188%;
	max-height: 220px;
	top: -18%;
}

.abc-icon {
	text-align: center;
	margin: 20px 0 56px 0;
	padding: 0 20px 0 30px;
	position: relative;
}

.abc-image-w {
	min-width: 233px;
	max-width: 358px;
	margin: 0 auto;
}

.abc-image-w img {
	width: 100%;
}

.abc-icon .abc-text {
	padding-top: 22px;
}

.abc-icon span {
	font-size: clamp(1rem, 3vw, 1.2rem);
	font-weight: 600;
}

.abc-icon span:nth-of-type(1) {
	position: absolute;
	right: 76%;
	transform: translateX(24%);
	bottom: 0;
}

.abc-icon span:nth-of-type(2) {
	position: absolute;
	left: 51%;
	transform: translateX(-50%);
	bottom: 0;
}

.abc-icon span:nth-of-type(3) {
	position: absolute;
	left: 79%;
	transform: translateX(-21%);
	bottom: -14px;
}

.abc-icon .chiken {
	position: absolute;
	width: 51px;
	z-index: 3;
	left: 115px;
	bottom: -60px;
}

.a,
.b,
.c {
	font-weight: 900;
	padding-left: 4px;
	font-size: 2rem;
}

.a,
.pink-text {
	color: #e4007f;
}

.b,
.blue-text {
	color: #00a0e9;
}

.c,
.yellow-text {
	color: #f8b62b;
}

.t-shadow {
	text-shadow: 2px 2px 1px #fffff8, -2px 2px 1px #fffff8, 2px -2px 1px #fffff8, -2px -2px 1px #fffff8,
		2px 0px 1px #fffff8, 0px 2px 1px #fffff8, -2px 0px 1px #fffff8, 0px -2px 1px #fffff8;
}

.section03 a[href="#unity"] {
	color: #4b4737;
	text-decoration: underline;
}

.section03 a[href="#unity"]:hover {
	color: blue;
}

.category-chart-wrapper {
	padding: 10px 0 10px 0;
	text-align: center;
}
.category-chart-wrapper img {
	width: 100%;
	max-width: 400px;
}

/* section04 */
.section04 {
	position: relative;
}

.section04 .p-wrapper {
	padding: 0;
}

table,
.table {
	color: #4b4737;
	font-size: 1.6rem;
}

.table-1 table,
.table-1 .table {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.table-1 .table-bordered {
	border: none;
}

.table-1 table thead {
	background-color: none;
}

.table-1 .table thead th {
	font-size: 1rem;
	font-weight: 600;
	padding: 10px 0;
	border: none;
}

.table-sub-title {
	font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.table-1 table tbody tr:first-of-type {
	background-color: none;
}

.table-1 .table th,
.table-1 .table td {
	padding: 0 10px;
	border: none;
	text-align: center;
}

.table-1 table .ampm {
	background-color: none;
	font-weight: 500;
}

.table-1 table td {
	background-color: none;
	font-size: clamp(1.3rem, 3vw, 1.5rem);
}

.table-1 table tbody tr:last-of-type th {
	width: 40%;
}

.table-1 table tbody tr:last-of-type td {
	width: 59%;
}

.table-1 .table-title {
	margin: 0 auto;
}

.section04 .m-p {
	font-size: 1.5rem;
}

.creeper-boss {
	position: relative;
	padding: 15px 0 0 0;
}

.section04 .line {
	top: -11%;
}

.creeper-minion {
	position: relative;
	padding: 0 0 0 30px;
	max-width: 450px;
}

.creeper-boss .creeper {
	position: absolute;
	width: 18%;
	z-index: 3;
	top: 10%;
	right: 20%;
}

.creeper-boss .sun {
	position: absolute;
	width: 25%;
	bottom: -10%;
}

.creeper-boss .moon {
	position: absolute;
	width: 20%;
	top: -11%;
	right: 0;
	opacity: 0.8;
	mix-blend-mode: multiply;
}

.section04 span[class*="time-circle"] {
	background-color: #4b4737;
	margin: 0 8px;
	padding: 19px 5px 5px 5px;
	border-radius: 50%;
}

.section04 span[class*="time-circle"]::before {
	/* content: "木"; */
	color: #fcec9b;
	font-size: 28px;
}

.section04 .time-circle-Tuesday::before {
	content: "火";
}

.section04 .time-circle-Thursday::before {
	content: "木";
}

.section04 .rotate {
	display: inline-block;
	transform: rotate(90deg);
}

/* table2 */
.table-2 .p-wrapper {
	padding: 5px 5px 10px 5px;
}

.table-2 table {
	width: 100%;
	word-break: break-all;
	table-layout: fixed;
	font-size: clamp(1.3rem, 3vw, 1.6rem);
	border-top: none;
}

.table-2 table thead th {
	border-top: none;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.table-2 table thead th:first-of-type {
	padding: 0;
}

.table-2 .a,
.table-2 .b,
.table-2 .c {
	font-weight: 700;
	padding-left: 0px;
	font-size: clamp(1.4rem, 3vw, 2rem);
}

.table-2 tbody tr {
	border-top: 2px solid #d4d2bf;
}

/* .table-2 .bo-r {
	border-right: 1.6px solid #d4d2bf;
} */

.table-2 tbody td {
	text-align: center;
	vertical-align: middle;
}

.table-2 tbody td:first-of-type {
	padding: 0px;
}

.ta-l {
	text-align: left;
}

.table-2 th {
	font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.cut-border {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.cut-border img {
	width: 100%;
}

.ta-attention {
	text-align: center;
	padding: 15px;
}

.ta-attention p {
	font-size: clamp(1.2rem, 3vw, 1.4rem);
}

.ta-attention p span {
	font-weight: 700;
	/* color: #3ca55c; */
}

/* section05 */
.section05 {
	margin: 50px 0;
	position: relative;
}

.section05 .p-wrapper {
	padding: 0;
}

.section05 .hover-blue .p-wrapper:hover {
	background-color: skyblue;
	transition: background-color 0.5s;
}

.s05-image {
	position: relative;
}

.s05-image img:hover {
	opacity: 0.9;
}

.s05-image img {
	width: 100%;
}

div[class*="s05-image"]::before {
	position: absolute;
	white-space: pre;
	content: "Scratch\Aコーディング画面";
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	text-align: right;
	font-weight: 600;
	text-shadow: 2px 2px 1px #fffff8, -2px 2px 1px #fffff8, 2px -2px 1px #fffff8, -2px -2px 1px #fffff8,
		2px 0px 1px #fffff8, 0px 2px 1px #fffff8, -2px 0px 1px #fffff8, 0px -2px 1px #fffff8;
	right: 10px;
	bottom: 10px;
	color: #333333;
	z-index: 100;
}

div[class*="s05-image"]::after {
	position: absolute;
	white-space: pre;
	content: "コーディング\Aゲーム入門";
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	text-align: left;
	font-weight: 600;
	text-shadow: 2px 2px 1px #fffff8, -2px 2px 1px #fffff8, 2px -2px 1px #fffff8, -2px -2px 1px #fffff8,
		2px 0px 1px #fffff8, 0px 2px 1px #fffff8, -2px 0px 1px #fffff8, 0px -2px 1px #fffff8;
	top: 10px;
	left: 10px;
	color: #333333;
	padding: 0 2px;
	background: linear-gradient(transparent 80%, #ffff7dd0 20%);
}

.s05-image a {
	cursor: zoom-in;
}

.s05-image img {
	object-fit: cover;
}

.s05-2 {
	z-index: -1;
}

.s05-2 .s05-image:first-of-type,
.s05-3 .s05-image:first-of-type {
	border-bottom: 3px skyblue dashed;
}

.s05-2 .s05-image:first-of-type::before {
	content: "コーディング画面\AHTML・CSS・JavaScript";
}

.s05-2 .s05-image:first-of-type::after {
	content: "ホームページ作成";
}

.s05-2 .s05-image:last-of-type::before {
	content: "ウェブデザイン画面";
}

.s05-2 .s05-image:last-of-type::after,
.s05-3 .s05-image:last-of-type::after {
	content: none;
}

.s05-3 {
	z-index: -2;
}

.section05 .section-minion.hover-blue .section-minion_back {
	z-index: -10;
}

.s05-3 .s05-image:first-of-type::before {
	content: "CODE.org\Aコーディング画面";
}

.s05-3 .s05-image:first-of-type::after {
	content: "ゲーム・\Aアプリ開発";
}

.s05-3 .s05-image:last-of-type::before {
	content: "Unity\Aゲーム開発や建築パース…etc";
}

.section05 .line {
	top: -12%;
}

.section05 .sub-image {
	width: 100%;
	padding: 5px 15px 10px 35px;
	margin: 10px 0px 0px auto;
	z-index: 1;
	position: relative;
	max-width: 355px;
}

.section05 .sub-image img {
	width: 100%;
}

.section05 .sub-image::before {
	content: none;
}

.section05 .sub-image::after {
	content: none;
}

.if-back01 {
	position: absolute;
	background-color: #ebd7ad;
	color: #fffeee;
	opacity: 0.4;
	top: 7%;
	right: -5.5%;
	padding: 7% 46% 0px 5px;
	margin: 0;
	font-size: 0;
	z-index: -1;
}

.if-back01 span {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 5vw, 32px);
	line-height: 0;
}

.section05 h4 {
	display: flex;
	margin: 9px 15px 3px 9px;
}

.org-image {
	text-align: center;
	width: 100%;
}

.org-image img {
	width: 100%;
}

.section05 h4 .org-logo-wrapper {
	max-width: 109px;
}

.section05 h4 .org-title {
	font-family: "Oswald", sans-serif;
	align-self: center;
	padding-left: 10px;
	font-size: 30px;
	font-size: clamp(3rem, 9vw, 4rem);
}

.org h4 img {
	width: 100%;
}

.unity-image img {
	width: 100%;
}

.unity h4 {
	width: 70%;
	max-width: 260px;
}

.uni-license {
	padding: 0 8px;
	text-align: center;
}

/* section06 */
.section06 .p-wrapper {
	padding: 6px 6px 9px 9px;
}

.thanks {
	margin: 10px 10px 0 0;
}

.chick-wrapper {
	width: 50px;
	max-width: 75px;
	margin-left: auto;
	font-size: 0;
}

.chick-wrapper img {
	width: 100%;
	margin-left: auto;
	margin-bottom: 2px;
}

.thank {
	white-space: nowrap;
	font-family: "Hachi Maru Pop", cursive;
	font-weight: 600;
	font-size: 10px;
	text-align: right;
}

/* footer */
footer {
	background-color: #f7eed4;
	color: #9d7053;
}

.footer-start {
	padding: 9px 1.5rem 40px 1.5rem;
}

.footer-start .remote {
	font-size: 1.6rem;
}

footer p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

footer span[class*="footnote"] {
	font-size: 1.3rem;
	font-weight: 600;
}

footer .footnote_01 {
	padding-left: 3px;
}

.icon-SHSG_logo-mini {
	font-size: 2rem;
}

.footer-start .icon-SHsatehira-logo {
	font-size: 1.6rem;
}

.footer-ul-wrapper {
	padding-left: 10px;
	margin-top: 15px;
}

.footer-ul-wrapper li ul:first-of-type li:first-of-type {
	position: relative;
}

.footer-ul-wrapper li ul:first-of-type li:first-of-type:after {
	content: "：";
	position: absolute;
	top: 9px;
	font-weight: 600;
}

.footer-ul-wrapper li ul:first-of-type li,
.footer-ul-wrapper li ul:last-of-type li {
	line-height: 1;
}

footer ul li span:not(.icon-SHSG_logo-mini, .icon-SHsatehira-logo) {
	font-weight: 600;
	font-size: 1.3rem;
}

footer ul li a {
	text-decoration: underline;
	color: #9d7053;
	line-height: 1;
}

.footer-start .icon-SHSG_logo-mini,
.footer-start .icon-SHsatehira-logo {
	color: #9d7053;
}

.footer-start .banner div {
	font-weight: 600;
	font-size: 1.3rem;
}

.footer-start .banner div span {
	font-size: 1rem;
	margin-left: 5px;
}

.footer-start .banner-wrapper {
	box-shadow: 0 5px 15px 0 rgba(157, 112, 83, 0.5);
	display: inline-block;
	transition: box-shadow 0.9s;
}

.footer-end {
	text-align: center;
	padding: 30px 3px 15px 3px;
}

.end-logo {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	background-color: rgba(94, 144, 255, 0.75);
	width: 52px;
	height: 52px;
	padding-top: 13px;
	border-radius: 50%;
	color: #e3e3e3;
	margin: 0 15px;
	text-decoration: none;
}

.end-logo:hover {
	color: #e3e3e3;
	/* background-color: rgb(94, 144, 255); */
	text-decoration: none;
}

.end-logo .icon-SHsatehira-logo {
	color: #e3e3e3;
	font-size: 24px;
}

.last-t {
	margin-top: 15px;
}

/* ------------------------- 476px --------------------------- */
@media (min-width: 476px) {
	.cat-speech p {
		overflow-x: hidden;
	}
}

/* ------------------------- 768px --------------------------- */
@media (min-width: 768px) {
	.header-wrapper {
		background-image: url(../img/micra_tb.jpg);
		height: 1000px;
		padding: 20px 50px;
	}

	.Sate-Gra_h2 {
		width: 100px;
		margin-top: 20px;
	}

	.br_onoff {
		display: none;
	}

	.l-t-w {
		width: 65%;
	}

	h2 {
		font-size: 2.7rem;
	}

	h3 {
		font-size: 2rem;
	}

	main {
		padding: 25px 3rem 70px 3rem;
	}

	h2 {
		line-height: 2;
		padding-left: 40px;
	}

	h2:not(.Sate-Gra_h2)::before {
		bottom: 12px;
	}

	.sg-boss {
		margin-top: 27px;
		margin-bottom: 36px;
	}

	.section02 .sub-image {
		margin: 20px auto 0px auto;
		z-index: 2;
	}

	.abc-icon span:nth-of-type(1) {
		right: 68%;
		transform: translateX(32%);
		bottom: -3px;
	}

	.abc-icon span:nth-of-type(2) {
		left: 51%;
		transform: translateX(-50%);
		bottom: -3px;
	}

	.abc-icon span:nth-of-type(3) {
		left: 69%;
		transform: translateX(-31%);
		bottom: -21px;
	}

	.table-1 table tbody tr:last-of-type th {
		width: 25%;
	}

	.table-1 table tbody tr:last-of-type td {
		width: 74%;
	}

	.p-wrapper {
		border-bottom: 6px solid;
		padding: 12px 9px 9px 16px;
		border-radius: 2px;
	}

	.line {
		width: 7px;
		left: 12.5px;
	}

	.section02 .section-minion.mt-0 .p-wrapper p {
		margin: 0 5px;
	}

	.section03 .p-wrapper .big-p {
		line-height: 1;
	}

	.section03 .section-minion.mt-0 .p-wrapper {
		padding: 12px 9px 9px 16px;
	}

	.section04 .p-wrapper {
		padding: 0;
	}

	.center_768 {
		text-align: center;
	}

	.center_768 .ta-l {
		text-align: center;
	}

	.table-2 .p-wrapper {
		padding: 5px 5px 10px 5px;
	}

	.section05 .p-wrapper {
		padding: 0;
	}

	.section06 .p-wrapper {
		padding: 6px 6px 9px 9px;
	}

	.if-back01 {
		right: -9%;
		padding: 7% 50% 0px 5px;
	}

	footer p {
		font-size: 1.5rem;
	}

	footer span[class*="footnote"] {
		font-size: 1.4rem;
	}

	.icon-SHSG_logo-mini {
		font-size: 2.1rem;
	}

	.footer-start .icon-SHsatehira-logo {
		font-size: 1.7rem;
	}

	footer ul li span:not(.icon-SHSG_logo-mini, .icon-SHsatehira-logo) {
		font-size: 1.4rem;
	}
}

/* ------------------------- 1200px --------------------------- */
@media (min-width: 1200px) {
	header .logo {
		display: none;
	}

	.l-t-w {
		width: 50%;
	}

	.ham {
		display: none;
	}

	.tow-column {
		display: flex;
	}

	.left {
		width: 80%;
		overflow-x: hidden;
	}

	.left main {
		padding: 25px 10rem 70px 10rem;
	}

	.left-text {
		width: 80%;
	}

	.cat-speech {
		padding: 10px 5px 0 20px;
	}

	.cat-speech p {
		margin-left: 20px;
	}

	.sg-boss {
		max-width: inherit;
		margin: 10px auto;
		margin-top: 27px;
		margin-bottom: 36px;
	}

	.sg {
		margin: 0;
		width: 100%;
	}

	.sg img {
		border-radius: 15px;
		width: 100%;
	}

	.left .cat-speech {
		background-color: #fffeee;
	}

	.abc-icon span:nth-of-type(1) {
		right: 64%;
		transform: translateX(36%);
		bottom: -3px;
	}

	.abc-icon span:nth-of-type(2) {
		left: 50.5%;
		transform: translateX(-49.5%);
		bottom: -3px;
	}

	.abc-icon span:nth-of-type(3) {
		left: 65%;
		transform: translateX(-35%);
		bottom: -21px;
	}

	div[class*="s05-image"]::before {
		font-size: 1.9rem;
	}

	div[class*="s05-image"]::after {
		font-size: 1.9rem;
	}

	.if-back01 {
		right: -2%;
		padding: 7% 42% 0px 5px;
	}

	.right {
		width: 20%;
		padding: 30px 0 0 30px;
	}

	.right .sticky {
		/* position: sticky; */
		position: fixed;
		top: 20px;
		/* z-index: 2; */
	}

	.right .icon-SHSG_logo {
		font-size: 51px;
		color: #333333;
		margin-bottom: 50px;
	}

	.right .icon-SHSG_logo:hover {
		opacity: 0.7;
	}

	.right .manu-1200px {
		margin-top: 30px;
	}

	.right .manu-1200px li {
		margin-bottom: 15px;
		color: #333333;
		font-size: 15px;
	}

	.right .manu-1200px li a {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}

	.right .manu-1200px li a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #333;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform 0.3s;
	}

	.right .manu-1200px li a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.right .manu-1200px li a:link,
	.right .manu-1200px li a:visited {
		color: #333333;
	}
}

@media (min-width: 1500px) {
	.left main {
		padding: 25px 15rem 70px 15rem;
	}
}
