@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
html {
	margin-top: 0 !important;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
}
/* html と body を画面高さに合わせる */
html, body {
    height: 100% !important;       /* 基本の高さを100％に */
    min-height: 100% !important;   /* 中身が少なくても画面いっぱいに */
    margin: 0 !important;          /* 余白リセット */
    padding: 0 !important;         /* 余白リセット */
}

/* body をビューポート高さに合わせる */
body {
    min-height: 100vh;             /* 画面全体の高さにする */
}
body > * {
  margin-top: 0 !important;
}
body {
  margin: 0;
}
.wp-site-blocks {
  padding-top: 0 !important;
}
.entry-content > :first-child {
  margin-top: 0;
}
/* WordPressコンテンツの余白をリセット */
#content, #content-in, main#main, .entry-content {
    margin: 0;
    padding: 0;
}
/* 不要な要素は非表示 */
.header-container, footer#footer, #breadcrumb, #admin-panel {
    display: none;
}
#content {
	margin-top: 0;
}
#post-9 h2 {
	font-weight: normal;
}
#post-9 stromg {
	font-weight: normal;
}
.header-container {
    display: none;
}
article#post-9.article {
	padding-bottom: 0;
	margin-bottom: 0;
}
footer#footer.footer {
	display: none;
}
#container > ul {
	display: none;
}
main#main.main {
	padding: 0;
}
.main {
	border: none;
}
#content-in.content-in.wrap {
	width: 100%;
}
#admin-panel.admin-panel.apdt-pc-only {
	display: none;
}
.entry-content {
	margin: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
#breadcrumb {
	display: none;
}
#wpadminbar {
	display: none;
}
ul {
  	list-style-type: none;
}
header.article-header {
	display: flow-root;
    height: 0;
}
/* =========================
  ハンバーガー（強制可視）
========================= */
.hamburger {
  	display: none;
    width: 40px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    background: white;
    z-index: 1000;
}
.hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #000;
	margin: 6px 0;
}
header nav {
	background: #D9C2B3;
    height: 60px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
header nav ul {
	list-style: none;
    display: flex;
    gap: 7%;
    font-size: 18px;
    padding-top: 1%;
}
header a {
	text-decoration: none;
	color: #996666;
	font-weight: 500;
}
header > p {
	text-align: center;
	padding-top: 2.5%;
}
header > p span:nth-of-type(1) {
	line-height: 1.4;
	padding-bottom: 15px;
    font-size: 20px;
}
header > p br:nth-of-type(2) {
	display: none;
}
header > p em {
	color: #FF9933;
	font-size: 20px;
    font-weight: 400;
	font-style: normal;
}
header > figure {
	width: 25px;
    position: relative;
    top: -101px;
    left: -190px;
}
header > div:nth-of-type(1) > div:nth-of-type(1) > figure {
	transform: rotate(253deg);
    position: relative;
    top: 15%;
    left: -74%;
	width: 316px;
}
h1 {
    text-align: center;
    display: block;
    font-size: 48px;
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
h1 span {
	color: #E9967A;
}
header > div:nth-of-type(1) > div:nth-of-type(2) > figure {
	display: block;
    max-width: none;
    width: 220%;
    position: relative;
    top: -53%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
h1 + p, h1 + p + p {
	width: 180%;
	text-align: center;
}
h1 + p {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	font-size: 20px;
	padding-top: 20px;
}
h1 + p + p {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	font-size: 18px;
}
header > div:nth-of-type(1) > div:nth-of-type(3) > figure:nth-of-type(1) {
	position: relative;
    top: 14%;
    margin-right: -16%;
    left: 57%;
    transform: scaleX(-1) rotate(-106deg);
}
header > div > div > figure:nth-of-type(2) {
	width: 155%;
    position: relative;
    top: -1%;
    left: -16%;
}
header > div:nth-of-type(1) > div:nth-of-type(3) div {
    position: relative;
    top: -2%;
    left: -6%;
}
header > div:nth-of-type(1) > div:nth-of-type(3) ul {
	list-style: none;
	position: absolute;
	font-size: 14px;
	z-index: 5;
}
header > div:nth-of-type(1) > div:nth-of-type(3) ul li {
	position: relative;
}

header > div:nth-of-type(1) > div:nth-of-type(3) ul li::before {
	content: "";
	display: inline-block;
    position: relative;
    left: -5px;
    top: 5px;
	width: 22px;
	height: 22px;
	background: url("https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/check.png") no-repeat center / contain;
}
header > div:nth-of-type(1) > div:nth-of-type(3) div figure {
	position: absolute;
    transform: scaleY(-1);
    margin-top: -23%;
}
header > div:nth-of-type(1) > div:nth-of-type(3) div figure img {
	filter: drop-shadow(3px -8px 3px rgba(0, 0, 0, 0.25));
}
.wave-text span {
  display: inline-block;
}
.wave-text {
  	display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -0.1em;
}
.wave-text span {
  display: inline-block;
}
/* 波の形を手動で調整 */
.wave-text span:nth-child(1) {
	transform: translateY(7px);
    font-size: 36px;
}
.wave-text span:nth-child(2) {
	transform: translateY(0px);
    font-size: 36px;
}
.wave-text span:nth-child(3) {
	transform: translateY(7px);
}
.wave-text span:nth-child(4) {
	transform: translateY(2px);
}
.wave-text span:nth-child(5) {
	transform: translateY(0px);
}
.wave-text span:nth-child(6) {
	transform: translateY(0px);
}
.wave-text span:nth-child(7) {
	transform: translateY(2px);
}
.wave-text span:nth-child(8) {
	transform: translateY(7px);
}
.wave-text span:nth-child(9) {
	transform: translateY(12px);
}
.wave-text span:nth-child(10) {
	transform: translateY(15px);
}
.wave-text span:nth-child(11) {
	transform: translateY(19px);
}
.wave-text span:nth-child(12) {
	transform: translateY(5px);
    font-size: 40px;
}
.wave-text span:nth-child(13) {
	transform: translateY(9px);
    font-size: 40px;
}
.wave-text span:nth-child(14) {
	transform: translateY(10px);
    font-size: 40px;
}
.wave-text span:nth-child(15) {
	transform: translateY(11px);
    font-size: 40px;
}
.wave-text span:nth-child(16) {
	transform: translateY(11px);
    font-size: 40px;
}
.wave-text span:nth-child(17) {
	transform: translateY(14px);
    font-size: 40px;
}
.wave-text span:nth-child(18) {
	transform: translateY(23px);
}
.wave-text span:nth-child(19) {
	transform: translateY(19px);
}
.wave-text span:nth-child(20) {
	transform: translateY(17px);
}
.wave-text span:nth-child(21) {
	transform: translateY(10px);
}
.wave-text span:nth-child(22) {
	transform: translateY(5px);
}
.wave-text span:nth-child(23) {
	transform: translateY(-2px);
}
.wave-text span:nth-child(24) {
	transform: translateY(-7px);
}
.wave-text span:nth-child(25) {
	transform: translateY(-11px);
}

#section1 > div:nth-of-type(2) {
	position: relative;
    margin-top: -415px;
    left: -12%;
}
#section1 > div:nth-of-type(2) figure {
	width: 85%;
    position: relative;
    top: -5em;
}
header > div:nth-of-type(3) {
	margin-top: -4%;
    position: relative;
}
header > div:nth-of-type(3) > div {
	display: flex;
    justify-content: center;
}
#section1 > div:nth-of-type(3) figure {
    width: 50%;
    position: absolute;
    top: -60%;
    left: 14%;
}
#section1 > div:nth-of-type(3) figure img {
	transform: scaleY(-1) rotate(-59deg);
}
header > div:nth-of-type(3) > div > div:nth-of-type(2) > div {
	width: 117%;
	margin-left: -10%;
	position: relative;
    top: -90%;
    left: -3%;
}
header > div:nth-of-type(3) a {
	color: green;
	background: #99CC66;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 25px 15px;
}
header > div:nth-of-type(3) a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: #66AA66;  /* 少し濃い緑に変更 */
}
header > div:nth-of-type(3) a:active {
    transform: translateY(2px); /* 2px下に下がる */
    box-shadow: none;           /* 影を消すとより凹んだ感が出る */
}
#section1 {
	margin-bottom: 6%;
	position: relative;
	overflow: hidden;
	z-index: 0;
	/* z-index: 100;　ハンバーガー追従時　	*/
}
#section1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 60%;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: #F5F2E6;
    z-index: -2;
}
#section2 {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#section2 h2 {
	font-size: 30px;
	text-align: center;
	background: none;
	padding-top: 4%;
    padding-bottom: 2%;
}
#section2 h2 + figure {
	position: relative;
    transform: translateY(-66px);
    display: flex;
    justify-content: center;
    z-index: -1;
}
#section2 h2 + figure img {
	width: 57%;
}
#section2 > div:nth-of-type(1) > div:nth-of-type(1) > figure {
	display: flex;
    justify-content: flex-end;
	position: relative;
    top: 10%;
    left: 17%;
}
#section2 > div:nth-of-type(1) > div:nth-of-type(3) > figure {
	display: flex;
    justify-content: flex-start;
	position: relative;
    top: 5%;
    right: 20%;
}
#section2 h2 + figure + div + figure {
	display: flex;
	justify-content: center;
}
#section2 h2 + figure + div + figure img {
	width: 307px;
}
#section2 h2 + figure + div + figure + div p {
	text-align: center;
	padding-top: 19%;
    font-size: 28px;
}
#section2 h2 + figure + div + figure + div figure {
	width: 5%;
    position: relative;
    top: -6em;
    display: flex;
    justify-content: center;
    left: -235px;
}
#section2 > div:nth-of-type(2) {
	margin-bottom: 19%;
    margin-top: 6%;
}
#section2 > div:nth-of-type(3) {
	margin-top: -30%;
    margin-bottom: 15%;
    height: 780px;
    max-width: 100%;
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/11/blob_7.png);
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: center 153px;
}
#section2 > div:nth-of-type(3)::after {
	content: "";
    position: absolute;
    left: -5%;
    top: 20%;
    width: 110%;
    height: 629px;
    background: #DDDFDF;
    border-top-left-radius: 50% 25%;
    border-top-right-radius: 50% 25%;
    z-index: -2;
}
#section2 > div:nth-of-type(3)::before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 40px solid #DDDFDF;
    z-index: -1;
}
#section2 > div:nth-of-type(3) > div:nth-of-type(1) {
	position: relative;
    top: 23%;
    display: flex;
    justify-content: center;
    width: 840px;
}
#section2 ul {
	width: 864px;
	list-style: none;
    text-align: center;
    line-height: 1.4;
    position: relative;
	left: 15%;
    z-index: 5;
}
#section2 > div:nth-of-type(3) > div > div:nth-of-type(1) {
	position: relative;
    left: 8em;
    top: 7em;
}
#section2 ul li:nth-of-type(1) {
	width: 21%;
    position: absolute;
    left: 3%;
    top: 29%;
}
#section2 ul li:nth-of-type(1) span {
	width: 100%;
    position: absolute;
    left: -1%;
    top: 27%;
}
#section2 ul li:nth-of-type(1) img {
    position: relative;
    margin-top: -17%;
    margin-left: -1%;
    transform: rotate(-5deg);
}
#section2 ul li:nth-of-type(2) {
	position: relative;
    left: 50%;
    transform: translate(-50%, 20%);
}
#section2 ul li:nth-of-type(2) span {
	position: relative;
	left: -19%;
	z-index: 6;
}
#section2 ul li:nth-of-type(2) img {
	width: 38%;
	height: 130px;
    position: relative;
    left: -19%;
    transform: translateY(-55%);
}
#section2 ul li:nth-of-type(3) {
	width: 23%;
    position: relative;
    left: 45%;
    top: -12%;
}
#section2 ul li:nth-of-type(3) span {
	position: relative;
	z-index: 6;
}
#section2 ul li:nth-of-type(3) img {
	position: relative;
	transform: translate(1%, -61%);
}
#section2 > div:nth-of-type(3) > figure:nth-of-type(1) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -38%);
    z-index: 1;
}
#section2 > div:nth-of-type(3) > figure:nth-of-type(1) img {
    width: 230px;
}
#section2 > div:nth-of-type(3) > figure:nth-of-type(2) {
	position: absolute;
    top: 40%;
    left: 66%;
}
#section2 > div:nth-of-type(3) > figure:nth-of-type(2) img {
	width: 88%;
}
#section2 > div:nth-of-type(3) div:nth-of-type(2) {
	position: relative;
}
#section2 > div:nth-of-type(3) div p {
    position: absolute;
    top: 55%;
    left: 67%;
	background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/11/blob_8.png);
    background-size: 229px 121px;
    background-repeat: no-repeat;
    background-position: 9px 4px;
    padding-left: 30px;
    padding-top: 36px;
    width: 301px;
    height: 296px;
    z-index: 10;
}
#section2 > div:nth-of-type(3) > p:nth-of-type(1) {
	text-align: center;
    color: #00BFFF;
    margin-top: 60px;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translateX(-50%);
}
#section2 > p:nth-of-type(1) {
	margin-top: -10%;
    text-align: center;
	padding-bottom: 5%;
	font-size: 24px;
}
#section2 > figure:nth-of-type(3) {
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#section2 > figure:nth-of-type(3) img {
	width: 840px;
	max-width: none;
}
#section2 > div:nth-of-type(4) > div > p {
    width: 420px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#section2 > div:nth-of-type(4) > div > p em {
	font-size: 30px;
	color: #3EC466;
	font-style: normal;
}
#section2 > div:nth-of-type(4) > div > p::before {
	content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 100px;
    height: 70px;
    border-left: 3px solid #cc9999;
    border-top: 3px solid #cc9999;
}
#section2 > div:nth-of-type(4) > div > p::after {
	content: "";
    position: absolute;
    top: 40px;
    right: -20px;
    width: 100px;
    height: 70px;
    border-right: 3px solid #cc9999;
    border-bottom: 3px solid #cc9999;
}
#section2 > div:nth-of-type(5) {
	
}
#section2 > div:nth-of-type(5) > figure {
	display: flex;
	justify-content: center;
}
#section2 > div:nth-of-type(5) > figure img {
	width: 22%;
	height: auto;
}
#section2 > p:nth-of-type(2) {
	text-align: center;
	margin-top: 7%;
}
.above-line {
	display: flex;
	justify-content: center;
	padding-left: 35%;
    transform: rotate(-3deg);
}
.above-line img {
	width: 67%;
}
.under-line {
	position: relative;
    top: 15%;
}
.under-line img {
	width: 60%;
}
.text1, .text2, .text3, .text4 {
	line-height: 1.6;
}
.text1 {
	position: absolute;
    top: 30%;
    left: 26%;
    width: 84%;
}
.text2 {
	position: absolute;
    top: 34%;
    left: 24%;
    width: 84%;
}
.text3 {
	position: absolute;
    top: 29%;
    left: 25%;
    width: 77%;
}
.text4 {
	position: absolute;
    top: 27%;
    left: 26%;
    width: 84%;
}
.thought p span {
	font-weight: 600;
	font-style: normal;
}
.problem {
	position: relative;
}
.problem.num1 {
	position: relative;
	left: 6%;
}
.problem.num2 {
	position: relative;
    transform: translateY(50%);
    left: -4%;
}
.problem.num3 {
	position: relative;
	transform: translateY(-30%);
}
.problem.num4 {
	position: relative;
	transform: translateY(15%);
	left: -10%;
}
p.number {
	font-size: 50px;
}
.number {
	display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 2em;
    border-radius: 50%;
    background: #f2e6d9;
    color: white;
    font-weight: 500;
    text-align: center;
}
.number.num1 {
	background: #99CCFF;
}
.number.num2 {
	background: #99CC99;
}
.number.num3 {
	background: #F7DFAC;
}
.number.num4 {
	background: pink;
}
.number.num1, .number.num3 {
	position: absolute;
	top: 6%;
    left: 20%;
}
.number.num2, .number.num4 {
	position: absolute;
    top: 9%;
    left: 56%;
}
.circle {
	position: absolute;
	z-index: -1;
	background-color: #fff !important; 
    border-radius: 50%;
}
.circle.num1, .circle.num3 {
	transform: scaleY(-1);
    top: 15%;
    width: 120%;
    left: 2%;
}
.circle.num2, .circle.num4 {
    top: 16%;
    width: 120%;
    left: 2%;
}
#section2 > div:nth-of-type(6) {
	margin-top: 6%;
}
#section2 > div:nth-of-type(6) p {
	text-align: center;
}
#section2 > div:nth-of-type(6) p span.pink,
#section2 > div:nth-of-type(6) p strong {
	font-size: 30px;
	color: pink;
	font-weight: 500;
}
#section2 > div:nth-of-type(6) p span {
	font-size: 24px;
}
#section2 > div:nth-of-type(6) figure {
	position: relative;
    left: 35%;
    transform: translateY(-100%);
    width: 20%;
}
#section2 > p:nth-of-type(2) span {
	font-size: 26px;
	color: #3EC466;
}
/*ブロック*/
#section2 > div:nth-of-type(7) { 
	height: 18em;
	position: relative;
	margin-top: -4%;
	padding-bottom: 15%;
	background: transparent;
	border: 2px solid #ccc;
	border-radius: 14px;
}

#section2 > div:nth-of-type(7)::before {
	content: "";
    position: absolute;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    border: 33px solid transparent;
    border-bottom: 32px solid #fff;
    z-index: 2;
}
#section2 > div:nth-of-type(7)::after {
	content: "";
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    border: 34px solid transparent;
    border-bottom: 32px solid #d5d5d5;
    z-index: 1;
}
#section2 > div:nth-of-type(7) > div > figure:nth-of-type(1) {
	width: 12%;
    position: absolute;
    top: 7%;
    left: 29%;
    transform: rotate(25deg);
    z-index: 3;
}
#section2 > div:nth-of-type(7) > div > figure:nth-of-type(2) {
	width: 30%;
    position: absolute;
    top: 12%;
    left: 5%;
}
#section2 > div:nth-of-type(7) p {
	width: 22em;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
}
#section2 > div:nth-of-type(7) p span:nth-of-type(1) {
	color: #3EC466;
	font-size: 22px;
}
#section2 > div:nth-of-type(7) p span:nth-of-type(2) {
	color: pink;
	font-size: 26px;
}
#section2 > div:nth-of-type(8) {
	position: relative;
    max-width: 100% !important;
    width: 100%;
	margin-top: 10%;
    margin-bottom: 15%;
}
/* 背景 */
#section2 > div:nth-of-type(8) > figure:nth-of-type(1) {
	width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#section2 > div:nth-of-type(8) > figure:nth-of-type(1) img {
	max-width: none;
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	image-rendering: pixelated;
}
#section2 a {
    color: green;
    display: inline-block;
    width: 370px;
    height: 122px;
    font-size: 24px;
    background-image: 
        linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), /* デフォルトは透明 */
        url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/button.png);
    background-size: 100%;
    background-position: center;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    transition: background 0.25s ease;
}
#section2 a:hover {
    background-image: linear-gradient(rgba(51, 176, 90, 0.4), rgba(51, 176, 90, 0.4)), /* 緑色の半透明 */ url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/button.png);
    border-radius: 60px;
}
#section2 a:active {
	transform: translate(-50%, 2px); /* 2px下に下がる */
    box-shadow: none;
}

/* てらがわくん */
#section2 > div:nth-of-type(8) > figure:nth-of-type(2) {
	position: relative;
    left: 30em;
    transform: translateY(60%);
}
#section2 > div:nth-of-type(8) > figure:nth-of-type(2) img {
	width: 20%;
    object-fit: cover;
    object-position: top;
    height: 160px;
}
#section3 {
  	position: relative;
    width: 100%;
    background: #EEEEEE;
    margin: 0 auto 10% auto;
}
#section3 p {
	position: relative;
	z-index: 10;
}
.blend-area {
  	width: 100%;
    height: 100%;
    isolation: isolate;
}
.bg1 {
	position: absolute;
  	top: 0;
  	width: 30%;
  	height: 100%;
  	background: linear-gradient(to bottom, #D2B48C, #D2B48C);
  	z-index: 1;
}
.bg2 {
	position: absolute;
	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 160px;
  	background: linear-gradient(to right, #CCCCCC, #CCCCCC);
  	mix-blend-mode: multiply;
  	z-index: 2;
}
#section3 > div {
	max-width: 100% !important;
	width: 100%;
	aspect-ratio: 1000 / 300;
}
#section3 h2 {
	position: relative;
    top: 7%;
    left: 11%;
    font-size: 30px;
    font-weight: 400;
    background-color: #F5DEB3;
    height: 40px;
    width: 210px;
    display: flex;
    align-items: center;
	z-index: 5;
}
#section3 h2::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #666666;
    border-radius: 3px;
    z-index: 6;
}
#section3 h2 + p,
#section3 h2 + p + p {
	position: relative;
	top: -1%;
    left: 14%;
	z-index: 5;
}
#section3 h2 + p {
	font-size: 18px;
    margin-bottom: 0;
    margin-top: 15%;
}
#section3 h2 + p + p {
    font-size: 26px;
}
#section3 > div > div:nth-of-type(1) > div {
	font-size: 100px;
    line-height: 0.5;
    position: absolute;
    left: 6%;
	bottom: -4px;
	font-weight: 600;
	color: #DDDDDD;
}
#section3 > div > div:nth-of-type(1) > div p:nth-of-type(1) {
	transform: translateY(25px);
	margin-left: 0 !important;
}
#section3 > div > div:nth-of-type(1) > div p:nth-of-type(2) {
	transform: translateY(-75px);
	margin-left: 0 !important;
}
#section3 > div > div:nth-of-type(1) > figure {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 545px;
    z-index: 11;
}
#section3 > div > div:nth-of-type(1) > figure img {
	border-top-right-radius: 40% 60%;
    border-bottom-right-radius: 40% 60%;
    width: 82%;
    height: auto;
    position: absolute;
    top: 4%;
    left: -13%;
}
#section3 > div > div:nth-of-type(2) > figure {
	width: 150%;
    height: auto;
    position: relative;
    left: -50%;
    z-index: 0;
}
#section3 > div > div:nth-of-type(2) > figure img {
	width: 100%;
	height: auto;
	display: block;
}
#section3 > div > div:nth-of-type(2) > p {
	width: 45em;
    height: 25em;
    position: absolute;
    margin-top: -22%;
    left: 66%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 18px;
    background: white;
    padding: 60px;
    border-radius: 0.75em;
}
#section3 > div > div:nth-of-type(2) > div {
	position: absolute;
    bottom: 130px;
    left: 66%;
    transform: translateX(-50%);
    z-index: 1;
}
#section3 h3 {
	font-weight: 400;
	width: 360px;
    position: absolute;
    background-color: #F5DEB3;
    left: -10%;
}
#section3 h3::before {
	content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 100%;
    background-color: #666666;
    border-radius: 3px;
    z-index: 6;
}
#section3 h3 + div p {
	font-size: 20px;
    max-width: 200%;
    width: 810px;
    height: 200px;
    background: white;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    left: -10%;
    margin-top: 15%;
}
#section3 h3 + div + figure {
	width: 35%;
    position: relative;
    left: 55%;
    top: 185px;
    z-index: 11;
}
#section4 {
	margin-top: 15%;
}
#section4 h2 {
    position: relative;           /* ← 擬似要素の基準 */
    left: 44%;
    transform: translateX(-50%);
    letter-spacing: 0.4em;
    background: none;
    display: inline-block;
    font-size: 30px;
    padding-bottom: 0.3em;        /* 下線との余白 */
}

#section4 h2::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 271px;                  /* 文字幅に合わせる */
    height: 5px;
    background-color: #CCCCCC;
}

#section4 > figure {
	position: relative;
    left: -5%;
    transform: translateY(-100%);
	
}
#section4 > figure::before {
	content: "";
    position: absolute;
    top: 43%;
    left: 6%;
    transform: translatex(-50%);
    width: 36%;
    height: 30%;
    background: #CCCCCC;
    border-radius: 12px;
    z-index: -1;
}
#section4 > figure img {
	width: 25%;
}
#section4 > div:nth-of-type(1) {
	position: relative;
	margin-top: -6%;
}
#section4 h3 {
	position: relative;
	background: white;
    border-radius: 43px;
    border-left: 0;
    margin-top: -6%;
    padding: 0.5em 1em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 26px;
	font-weight: 400;
    justify-content: center;
    width: 614px;
    height: 60px;
}
#section4 h3::before {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 51%;
    transform: translateX(-50%);
    border-width: 37px 10px 0 20px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2) transparent transparent transparent;
    z-index: 0;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
#section4 h3::after { 
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translatex(-50%);
	border-width: 37px 10px 0 20px;
	border-style: solid;
	border-color: white transparent transparent transparent;
}
#section4 > div:nth-of-type(1) p {
	text-align: center;
	position: relative;
}
#section4 > div:nth-of-type(1) p::before {
    content: "";
    position: absolute;
    top: -202%;
    left: 50%;
    transform: translatex(-50%);
    width: 85%;
    height: 12em;
    background: #F4E6D8;
    border-radius: 30px;
    z-index: -1;
}
#section4 > div:nth-of-type(1) figure {
	width: 40%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -105%) translateX(90px);
    z-index: 10;
	margin-bottom: 0;
}
#section4 > ul {
	font-size: 18px;
    width: 480px;
    padding: 0.5em 4em;
    text-align: center;
    border: solid 5px #CCCCCC;
    border-radius: 30px;
    line-height: 3;
	margin-top: -9%;
}
#section4 > ul li {
	position: relative;
	background: #CBFFD3;
	border: solid 2px #66CDAA;
    border-radius: 30px;
    margin-bottom: 2em;
    margin-top: 2em;
}
.separator {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3px;
    height: 950%;
    background-image: repeating-linear-gradient(to bottom, #66CDAA 0px, #66CDAA 8px, transparent 8px, transparent 16px);
    z-index: -1;
    align-items: center;
}
#section4 h4 {
	border: none;
	font-weight: 400;
	position: relative;
	z-index: 10;
}
#section4 h4 span {
	font-size: 40px;
}
#section4 h4 + p {
	font-weight: 600;
	position: relative;
	z-index: 10;
	margin-top: -5%;
}
#section4 > div ul {
	z-index: 10;
	list-style: disc;
	font-size: 16px;
	line-height: 1.5;
}
#section4 > div:nth-of-type(2) {
	position: relative;
    margin-top: 4%;
    max-width: 100%;
    width: 1200px;
}
#section4 > div:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #EEEEEE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
#section4 div > div:nth-of-type(1) {
	height: 685px;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) {
	position: relative;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 408px;
    height: 40vw;
	max-height: 350px;
	margin-left: 0%;
    margin-top: 15%;
	z-index: 1;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
    position: absolute;
    left: 22%;
    top: 12%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
    position: absolute;
    left: 24%;
    top: 40%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) h4 span,
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) h4 span {
	color: #3EC466;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
	position: absolute;
	left: 19%;
    top: 36%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure {
	position: absolute;
    left: 62%;
    top: 8%;
    z-index: 6;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure img {
	width: 55%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure {
	position: absolute;
    top: 56%;
    left: 5%;
	z-index: 2;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure img {
	width: 70%;
}
/* -------------------------------------------------------------------------------- */
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) {
	position: relative;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110%;
    height: 460px;
    margin-left: 5%;
    margin-top: 19%;
    z-index: 7;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) h4 {
    position: absolute;
    left: 24%;
    top: 13%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) h4 span,
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) h4 span {
	color: #99CCFF;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) p {
    position: absolute;
    top: 31%;
    left: 26%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
	position: absolute;
	top: 49%;
    left: 28%;
    width: 275px;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure {
	position: absolute;
    top: 19%;
    left: -19%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure img {
	width: 85%;
	
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
	position: absolute;
    top: 72%;
    left: 28%;
}
#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure img {
	width: 85%;
}
/* ----------------------   3 ,  4   ------------------------- */
#section4 div > div:nth-of-type(2) {
	height: 500px;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) {
	position: relative;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    margin-left: -34%;
    margin-top: -15%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
    position: absolute;
    left: 21%;
    top: 12%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) p {
    position: absolute;
    left: 23%;
    top: 33%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) h4 span {
	color: pink;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul {
	position: absolute;
	left: -18%;
    top: 17%;
    width: 286px;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure {
	position: absolute;
    left: 34%;
    top: 32%;
    z-index: 6;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure img {
	width: 80%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure + figure {
	position: absolute;
    top: 52%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure + figure img {
	width: 85%;
}
/* -------------------------------------------------------------------------------- */
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
	position: relative;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-left: -14%;
    margin-top: -26%;
    z-index: 7;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) h4 {
    position: absolute;
    left: 19%;
    top: 6%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) h4 span {
	color: #F6C860;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) p {
    position: absolute;
    top: 18%;
    left: 22%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul {
	position: absolute;
	top: 11%;
    left: 3%;
    width: 275px;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure {
    width: 60%;
    position: absolute;
    left: 38%;
    top: -24%;
    z-index: 7;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
	position: absolute;
    top: 10%;
    left: -44%;
}
#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure img {
	width: 85%;
}

/* ----------------------   5 ,  6   ------------------------- */
#section4 div > div:nth-of-type(3) {
	height: 450px;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) {
	position: relative;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 130%;
    height: 500px;
    margin-left: 5%;
    margin-top: -39%;
	z-index: 1;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
    position: absolute;
    left: 28%;
    top: 22%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p {
    position: absolute;
    left: 30%;
    top: 41%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
	position: absolute;
	left: 38%;
    top: 12%;
    width: 286px;
}
/* -------------------------------------------------------------------------------- */
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) {
	position: relative;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) div {
    position: relative;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/blob_6.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110%;
    height: 460px;
    margin-left: 23%;
    margin-top: -5%;
    z-index: 7;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) h4 {
    position: absolute;
    left: 20%;
    top: 16%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) p {
    position: absolute;
    top: 36%;
    left: 22%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) > figure:nth-of-type(1) {
	position: absolute;
    top: -6%;
    left: 9%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) > figure:nth-of-type(1) img {
	width: 85%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul {
	position: absolute;
	top: 36%;
    left: 41%;
    width: 275px;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure {
	position: absolute;
    top: -9%;
    left: 64%;
    z-index: 7;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure img {
	width: 45%;
}
#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure + figure {
	width: 50%;
    position: relative;
    top: -98%;
    left: 70%;
    margin-right: -81%;
    transform: rotate(-10deg);
    z-index: 7;
}
#section5 {
	margin-top: 6%;
}
#section5 h2 {
	background: none;
    position: relative;
    font-size: 30px;
    left: -5%;
}
#section5 h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 54%;
    background-color: #FFA500;
    border-radius: 3px;
    z-index: 6;
}
#section5 h2 + div {
	max-width: 100%;
    width: 1344px;
    margin: 0 auto 25% auto;
}
#section5 h2 + div > div:nth-of-type(1) {
	position: relative;
	left: 4%;
}
#section5 h2 + div > div:nth-of-type(1) figure:nth-of-type(1) {
	position: absolute;
    left: 50%;
}
#section5 h2 + div > div:nth-of-type(1) figure:nth-of-type(1) img {
	width: 80%;
}
#section5 h2 + div > div:nth-of-type(1) figure:nth-of-type(2) {
	position: absolute;
    transform: translateY(5%);
    left: 35%;
    z-index: -1;
}
#section5 h2 + div > div:nth-of-type(1) figure:nth-of-type(2) img {
	width: 128%;
    max-width: none;
    transform: rotate(-3deg);
}
#section5 h2 + div > div:nth-of-type(2) {
	position: relative;
	margin-top: 4%;
}
#section5 h2 + div > div:nth-of-type(2) figure {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section5 h2 + div > div:nth-of-type(2) img {
	width: 330px;
}
#section5 h2 + div > div:nth-of-type(2) p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section5 h2 + div > div:nth-of-type(2) p span {
	font-size: 22px;
}
#section5 h2 + div > div:nth-of-type(2) p span:nth-of-type(1) {
	color: #3EC466;
}
#section5 h2 + div > div:nth-of-type(2) p span:nth-of-type(2) {
	color: #00BFFF;
}
#section5 > ul {
	max-width: 100% !important;
	width: 1300px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 50px;
	font-size: 24px;
	padding-left: 0;
}
#section5 > ul img {
	width: 80px;
	margin-top: 13px;
}
#section5 > ul li {
	border: solid 5px;
    padding: 30px 35px 0px 35px;
    border-radius: 15px;
}
#section5 > ul li:nth-of-type(1) {
	border-color: #3399FF;
}
#section5 > ul li:nth-of-type(2) {
	border-color: #3EC466;
}
#section5 > ul li:nth-of-type(3) {
	border-color: #F6C860;
}
#section5 > ul li:nth-of-type(4) {
	border-color: pink;
}
.triangle-right {
	width: 0;
  	height: 0;
  	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #000;
	position: relative;
    top: -40%;
    left: 180%;
}
#section5 > ul li:nth-of-type(1) .triangle-right {
  	border-left-color: #3399FF;
}
#section5 > ul li:nth-of-type(2) .triangle-right {
  	border-left-color: #3EC466;
}
#section5 > ul li:nth-of-type(3) .triangle-right {
  	border-left-color: #F6C860;
}
#section5 > p {
	text-align: center;
	margin-top: 5%;
}
#section5 > p span {
	position: relative;
	font-size: 24px;
}
#section5 > p span::after {
    content: "";
    position: absolute;
    left: 47%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 94%;
    height: 3px;
    background: #3EC466;
}
#section6 {
	position: relative;
	margin-top: 15%;
	margin-bottom: 10%;
}
#section6::before,
#section6::after {
    content: "";
    position: absolute;
    left: 50%;
	transform: translatex(-50%);
    width: 950px;
    height: 2px;       /* 横線の太さ */
    background: #FFA500;  /* 横線の色 */
	z-index: -1;
}
#section6::before {
    top: 8%;            /* 上の線 */
}
#section6::after {
    bottom: -10%;        /* 下の線 */
}
#section6 h2 {
	max-width: 100% !important;
    width: 576px;
	font-size: 22px;
    background: white;
    text-align: center;
    border: solid 2px #FFA500;
    border-radius: 51px;
    line-height: 0.5;
	z-index: 1;
}
#section6 h2 span {
	color: #DB7093;
	font-size: 28px;
}
#section6  > div {
	max-width: 100%;
	width: 1300px;
}
#section6  div > div:nth-of-type(1) {
	position: relative;
	left: 5%;
}
#section6  div > div:nth-of-type(1) figure {
	position: absolute;
	top: 10%;
	left: 31%;
}
#section6  div > div:nth-of-type(1) figure img {
	width: 100%;
}
#section6  div > div:nth-of-type(2) {
	position: relative;
}
#section6 ul {
	position: relative;
	margin-left: -20%;
	font-size: 20px;
}
#section6 ul span {
	color: #DB7093;
}
#section6 ul li {
	width: 90%;
	line-height: 3;
	padding-left: 35px;
	position: relative;
}
#section6 ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* ← 縦位置を中央に */
    width: 22px;
    height: 22px;
    background: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/check-circle.png) no-repeat center / contain;
}
#section6 ul li:nth-of-type(2) {
	line-height: 1.5;
}
#section7 {
	margin-bottom: 18%;
}
#section7 h2 {
	background: none;
	text-align: center;
	position: relative;
	font-size: 30px;
}
#section7 h2::before,
#section7 h2::after {
    content: "";
    position: absolute;
    left: 50%;
	transform: translatex(-50%);
    width: 20%;
    height: 4px;       /* 横線の太さ */
    background: #3EC466;  /* 横線の色 */
}
#section7 h2::before {
	top: 0;
}
#section7 h2::after {
	bottom: 0;
}
#section7 h3 {
	border: none;
	color: #3EC466;
    font-weight: 400;
}
#section7 > div {
	max-width: 100% !important;
	width: 1267px;
	display: flex;
	gap: 40px;
}
#section7 > div > div {
    flex: 1;
    border: solid 2px #A9A9A9;
    border-radius: 40px;
    padding: 20px;
	width: 396px;
	height: 510px;
}
#section7 > div > div p {
	width: 85%;
    margin: -30px auto 0 auto;
    text-align: left;
    line-height: 1.4;
}
#section7 > div > div img {
	margin: 0 auto;
}
#section7 > div > div figure:nth-of-type(1) {
	margin-top: 22px;
    margin-bottom: 47px;
}
#section7 > div > div p:nth-of-type(2) {
	background: #CCFFCC;
    border-radius: 10px;
    padding: 14px;
    margin-top: -30px;
    height: 200px;
    width: 82%;
}
#section7 > div > div figure:nth-of-type(2) {
	margin-top: 22px;
}
#section8 {
	width: 1344px;
	position: relative;
	margin: 0 auto;
}
#section8 p {
	text-align: center;
}
#section8::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	transform: translatex(-50%);
    width: 100%;
    height: 100%;
    background: #F5F2E6;
	border-radius: 40px;
    z-index: -2;
}
#section8::before {
    content: "";
    position: absolute;
	bottom: 0%;
    left: 50%;
	transform: translatex(-50%);
	width: 100%;
    height: 76.5%;
    background: #E6FFE9;
	border-radius: 0 0 40px 40px;
    z-index: -1;
}
#section8 > div:nth-of-type(1) {
	max-width: 100%;
    width: 100%;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(1) {
	margin-top: 4%;
    position: relative;
    left: 7%;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(1) img {
	max-width: 130%;
    width: 446px;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(2) {
	text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
}
#section8 > div:nth-of-type(1) > div:nth-of-type(2) p {
	width: 496px;
	font-size: 20px;
	text-align: center;
    position: relative;
    top: 50%;
    border: solid 2px;
    border-radius: 50px;
    background: white;
    padding: 10px 1px;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(2) p span {
	font-size: 30px;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(3) {
	margin-left: 45%;
}
#section8 > div:nth-of-type(1) > div:nth-of-type(3) figure {
	position: relative;
	top: 5%;
	left: -13%;
}
#section8 h2 {
	max-width: 100%;
	width: 440px;
	text-align: center;
	background: none;
    position: relative;
    margin-top: -6%;
}
#section8 h2 + div {
	max-width: 100% !important;
	width: 70%;
	padding-bottom: 5%;
}
#section8 h2 + div > div:nth-of-type(1) {
	position: relative;
}
#section8 h2 + div > div:nth-of-type(1) > div {
	position: relative;
	top: -5%;
    left: 2%;
}
#section8 h2 + div > div:nth-of-type(1) > div figure {
	width: 137px;
    position: absolute;
    transform: rotate(-15deg);
}
#section8 h2 + div > div:nth-of-type(1) > div p {
	position: absolute;
    transform: rotate(-18deg);
    top: 17px;
    left: 13px;
}
#section8 h2 + div > div:nth-of-type(1) > div p span {
	font-size: 14px;
}
#section8 h2 + div > div:nth-of-type(1) > p {
	padding-left: 17%;
    margin-top: 1%;
}
#section8 h2 + div > div:nth-of-type(1) > figure:nth-of-type(1) {
	position: relative;
    top: -11%;
    left: 34%;
}
#section8 h2 + div > div:nth-of-type(1) > p:nth-of-type(2) {
	margin-top: -3%;
}
#section8 h2 + div > div:nth-of-type(2) {
	position: relative;
	margin-top: 7%;
}
#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(1) {
	position: absolute;
    top: -45%;
    left: 4%;
    display: flex;
    justify-content: center;
}
#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(1) img {
	width: 429px;
}
#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(2) {
	position: relative;
    margin-left: 75%;
    margin-top: 17%;
}
#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(2) img {
	width: 130px;
}
#section9 {
	width: 1024px;
    margin: 10% auto;
}
#section9 > div {
	max-width: 100%;
	width: 100%;
}
#section9 h2 {
	background: none;
    text-align: center;
    position: relative;
    font-size: 30px;
}
#section9 h2::before,
#section9 h2::after {
    content: "";
    position: absolute;
    left: 50%;
	transform: translatex(-50%);
	width: 300px;
    height: 4px;
    background: #3EC466;
}
#section9 h2::before {
	top: 0;
}
#section9 h2::after {
	bottom: 0;
}
#section9 p {
	text-align: center;
	font-size: 20px;
}
#section9 p span {
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
#section9 p span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 8px;
    background: #FFE967;
    z-index: -1;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) {
	position: relative;
    margin-top: 7%;
	margin-bottom: 2%;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(1) {
	transform: rotate(65deg);
    position: absolute;
    top: -16%;
    left: 60%;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(2) {
	width: 57%;
	position: relative;
	top: 20%;
    left: 9%;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3) {
	position: absolute;
	top: 76%;
    left: -17%;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3),
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
	width: 28%;
}
#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
	position: absolute;
    top: 74%;
    left: 67%;
}
#section9 > div:nth-of-type(2) {
	width: 100%;
    gap: 5px;
    background: #FFE4E1;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 20px;
	margin-top: 70px;
}
#section9 > div:nth-of-type(2) div {
	display: flex;
	justify-content: center;
}
#section9 > div:nth-of-type(2) div:nth-of-type(1) {
	justify-content: flex-end;
}
#section9 > div:nth-of-type(2) div:nth-of-type(3) {
	justify-content: flex-start;
}
#section10 {
	width: 100%;
	position: relative;
    height: 60vw;
    background: #EEEEEE;
    overflow: visible;
    margin: 0 auto 10% auto;
}
#section10 > div {
	max-width: 100%;
}
#section10 :is(h2, p) {
	color: white;
}
.blend-zone {
  	width: 100%;
    height: 100%;
    isolation: isolate;
}
.bz1 {
	position: absolute;
  	top: 0;
  	width: 37%;
  	height: 100%;
  	background: linear-gradient(to bottom, #D2B48C, #D2B48C);
  	z-index: 1;
}
.bz2 {
	position: absolute;
	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 15em;
  	background: linear-gradient(to right, #CCCCCC, #CCCCCC);
  	mix-blend-mode: multiply;
  	z-index: 2;
}
#section10 p {
	position: relative;
	z-index: 10;
}
#section10 h2 {
    position: relative;
    top: 8%;
    left: 5%;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    width: 130px;
    background: none;
    display: flex;
    align-items: center;
    z-index: 5;
}
#section10 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 125px;
    height: 5px;
    background-color: #996600;
}
#section10 h2 + p {
	position: absolute;
    top: 9%;
    left: 70px;
	font-size: 30px;
	font-weight: bold;
    margin-bottom: 0;
}
#section10 h2 ~ div {
	width: 60%;
    height: 127px;
    font-size: 90px;
    position: absolute;
    left: 3%;
    bottom: 3%;
}
#section10 h2 ~ div p {
	font-weight: 600;
    color: #DDDDDD;
}
#section10 h2 ~ div p:nth-of-type(1) {
	position: absolute;
}
#section10 h2 ~ div p:nth-of-type(2) {
	position: absolute;
    margin-top: -100px;
}
#section10 > div > div:nth-of-type(1) > figure {
	position: absolute;
    top: 18%;
    overflow: hidden;
    width: 49%;
    height: 32em;
    z-index: 11;
}
#section10 > div > div:nth-of-type(1) > figure img {
	border-top-right-radius: 40% 60%;
    width: 82%;
    height: auto;
    position: absolute;
    left: -8%;
}
#section10 > div > div:nth-of-type(2) figure {
	width: 100%;
    max-width: 120%;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
#section10 > div > div:nth-of-type(2) figure img {
	width: 100%;
    height: auto;
}
#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
	width: 100%;
    height: 100%;
    position: relative;
    margin-left: -12%;
    margin-top: 6%;
    line-height: 3.2;
    font-size: 18px;
    letter-spacing: 2px;
}
#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
	width: 505px;
    position: absolute;
    left: 50%;
    transform: translateX(-42%);
    margin-top: 13%;
}
#section10 > div > div:nth-of-type(2) p:nth-of-type(1) + div {
	position: absolute;
	bottom: 20px;
	right: 150px;
}
#section10 > div:nth-of-type(1) div + div > div:nth-of-type(2) {
	width: 45%;
    position: absolute;
    bottom: 1%;
    margin-left: -4%;
}
#section10 h3 {
	position: relative;
    top: 30px;
    left: -1%;
    border: none;
    font-size: 20px;
    font-weight: normal;
    z-index: 6;
}
#section10 h3 + p {
	text-align: center;
    font-size: 20px;
    color: black;
	width: 100%;
    height: 200px;
    background: white;
    border-radius: 1em;
    padding: 1em;
    line-height: 2;
}
#section10 h3 + p br:nth-of-type(2) {
	display: none;
}
#section10 h3 + p span {
	font-size: 24px;
    font-weight: 500;
    color: #3EC466;
}
#section11 h2 {
    background: none;
    text-align: center;
    position: relative;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section11 h2::before,
#section11 h2::after {
    content: "ー";
    font-size: 30px;
    margin: 0 10px;
    color: #000;
}
#section11 > div {
	border: solid 2px #555555;
    border-radius: 10px;
    width: 500px;
    height: 410px;
    padding: 20px;
}
#section11 p {
	text-align: center;
}
#section11 div p:nth-of-type(1) {
	font-size: 26px;
	font-weight: bold;
	color: #00CC00;
	margin-top: 1%;
}
#section11 div p:nth-of-type(2) {
	font-size: 20px;
    margin-top: -5%;
}
#section11 div p:nth-of-type(2) span {
	font-size: 26px;
}
#section11 div figure:nth-of-type(1) {
	display: flex;
    justify-content: center;
	margin-top: -2%;
}
#section11 div figure:nth-of-type(2) {
	width: 30%;
    position: relative;
    top: -16%;
    left: 25%;
	transform: rotate(19deg);
}
#section11 div p:nth-of-type(3) {
	font-size: 22px;
    margin-top: -31%;
	position: relative;
}
#section11 div p:nth-of-type(3) span {
	font-size: 50px;
    font-weight: bold;
    color: red;
}
#section11 div p:nth-of-type(3)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 235px;
    height: 15px;
    background: #FFE967;
    z-index: -1;
}
#section12 {
	margin-top: 18%;
	margin-bottom: 18%;
}
#section12 h2 {
	background: none;
	text-align: center;
	font-size: 30px;
}
#section12 h2::before, #section12 h2::after {
    content: "ー";
    font-size: 30px;
    margin: 0 10px;
    color: #000;
}
#section12 > div {
	max-width: 100%;
}
#section12 ul {
	width: 100%;
    text-align: center;
	font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 1.5em;
	padding-left: 0;
}
#section12 ul img {
	width: 80px;
	margin-top: 13px;
	margin-bottom: 10%;
}
#section12 ul li {
	border: solid 5px;
    border-radius: 15px;
    font-size: 18px;
    width: 220px;
    height: 240px;
    position: relative;
}
#section12 ul li:nth-of-type(1) {
	border-color: #1E90FF;
}
#section12 ul li:nth-of-type(2) {
	border-color: #9fdea4;
}
#section12 ul li:nth-of-type(3) {
	border-color: #FFE967;
}
#section12 ul li:nth-of-type(4) {
	border-color: pink;
}
.triangle-r {
	width: 0;
  	height: 0;
  	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #000;
	border-radius: 15px;
	position: relative;
    top: -40%;
    left: 108%;
}
#section12 ul li:nth-of-type(1) .triangle-r {
  	border-left-color: #1E90FF;
	top: -45%;
}
#section12 ul li:nth-of-type(2) .triangle-r {
  	border-left-color: #9fdea4;
	top: -49%;
}
#section12 ul li:nth-of-type(3) .triangle-r {
  	border-left-color: #FFE967;
	top: -40%;
}
#section12 ul li span:nth-of-type(1) {
	font-size: 12px;
	position: absolute;
	top: -19%;
    left: 50%;
    transform: translateX(-50%);
}
#section12 ul li span:nth-of-type(2) {
	background: #1E90FF;
    border-radius: 40px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
	font-weight: bold;
    color: white;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}
#section12 ul li:nth-of-type(2) span:nth-of-type(2) {
	background: #9fdea4;
}
#section12 ul li:nth-of-type(3) span:nth-of-type(2) {
	background: #FFE967;
}
#section12 ul li:nth-of-type(4) span:nth-of-type(2) {
	background: pink;
}
#section12 ul li:nth-of-type(2) img {
	width: 120px;
    margin-top: -8px;
    margin-bottom: -6px;
}
#section12 ul li:nth-of-type(3) img {
	width: 150px;
    margin-top: -8px;
    margin-bottom: 8px;
}
#section12 ul li:nth-of-type(4) img {
	width: 100px;
    margin-top: 7px;
    margin-bottom: 13px;
}
#section13 {
	text-align: center;
    position: relative;
    margin-bottom: 10%;
	padding-top: 4%;
    padding-bottom: 2%;
	overflow: hidden;
}
#section13::after {
	content: "";
	position: absolute;
	left: 50%;
    top: 0;
    transform: translateX(-50%);
	width: 110%;
	height: 100%;
	background: #FFFAEA;
	border-top-left-radius: 63em 31em;
    border-top-right-radius: 63em 31em;
	z-index: -2;
}
#section13 h2 {
	background: none;
	font-size: 30px;
	color: #00BFFF;
	margin-bottom: 1%;
}
#section13 h2::before, #section13 h2::after {
    content: "ー";
    font-size: 30px;
    margin: 0 10px;
    color: #000;
}
#section13 figure:nth-of-type(1) {
	display: flex;
    justify-content: center;
    margin-top: -1%;
    margin-bottom: 1%;
}
#section13 p:nth-of-type(1) {
	margin-top: -1%;
}
#section13 p:nth-of-type(2) br {
	display: none;
}
#section13 p span {
	font-size: 24px;
	font-weight: bold;
}
form {
	margin-top: 6%;
}
form > p {
	text-align: left;
    width: 520px;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 20px;
}
form > div {
	width: 520px;
	margin: 0 auto;
}
form > div:nth-of-type(2),
form > div:nth-of-type(4) {
	margin-bottom: 30px;
}
form > p:nth-of-type(5) {
	margin-top: 30px;
}
form > p:nth-of-type(4) {
	padding-bottom: 30px;
}
input[type=date],
select {
	font-size: 18px;
}
#section13 p span.wpcf7-list-item-label {
	width: 160px;
}
input[type=submit] {
	background: #38BB5E;
    color: white;
    font-size: 18px;
    letter-spacing: 20px;
    border-radius: 5px;
    margin-top: 40px;
}
#section13 > figure:nth-of-type(2) {
	width: 172px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateX(400px);
    margin-top: -320px;
}
#section14 h2 {
	text-align: center;
	background: none;
	font-size: 30px;
	color: #3EC466;
}
#section14 h2::before, #section14 h2::after {
    content: "ー";
    font-size: 30px;
    margin: 0 10px;
    color: #000;
}
#section14 > div {
	max-width: 100%;
	width: 70%;
}
/* -----------------------------
   セクション14のテーブル本体
   ----------------------------- */
#section14 .wp-block-table table {
    width: 100%;
    border-collapse: separate;      /* collapseだと角丸効かない */
    border-spacing: 0;              /* セル間の隙間をゼロに */
    border: 2px solid #FFE967;      /* 外枠 */
    border-radius: 20px;            /* 角丸 */
    overflow: hidden;               /* 角丸を有効に */
    box-sizing: border-box;
    background: transparent !important;
    padding: 0 60px;                /* 左右余白 */
}

/* -----------------------------
   行の設定
   ----------------------------- */
#section14 .wp-block-table table tr {
    display: flex;                  /* flexで横並び */
    position: relative;             /* ::after用 */
    height: 150px;                  /* 行の高さ */
    background: transparent !important;
}

/* -----------------------------
   セルの設定
   ----------------------------- */
#section14 .wp-block-table table td,
#section14 .wp-block-table table th {
    flex: 1;                        /* 均等幅 */
    display: flex;
    align-items: center;            /* 上下中央 */
    justify-content: flex-start;    /* 左寄せ */
    padding: 15px 45px;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box;
	line-height: 1.6;
}

/* -----------------------------
   行下線（80%幅）
   ----------------------------- */
#section14 .wp-block-table table tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;                  /* 親の中央 */
    transform: translateX(-50%); /* 自分の幅の半分だけ左にずらす */
    width: 90%;                  /* 線の長さ */
    height: 3px;
    background-color: #eee;
    pointer-events: none;        /* アイコンや文字に干渉させない */
}

/* 最終行の線を消す */
#section14 .wp-block-table table tr:last-child::after {
    display: none;
}

/* -----------------------------
   右列を少し左に寄せる（微調整）
   ----------------------------- */
#section14 .wp-block-table table tr td:nth-child(2) {
    flex: 1.2;  /* 右列を少し狭めて左に寄せる */
}

/* -----------------------------
   セルがテーブル角にかぶらないよう微調整
   ----------------------------- */
#section14 .wp-block-table table td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#section14 .wp-block-table table td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#section14 .wp-block-table table tr td:first-child::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 44px;
    margin-top: -7px;
    margin-right: 17px;
    background-image: url(https://merukari-tera.sakura.ne.jp/writelp/wp-content/uploads/2025/10/Q.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#section14 > div + div {
	position: relative;
    margin-top: 8%;
}
#section14 > div + div > div {
    width: 200px;
    position: relative;
    left: 18%;
}
#section14 > div + div p {
	position: absolute;
    top: 20px;
    left: 38px;
    font-size: 16px;
    text-align: center;
}
#section14 > div + div figure {
	position: absolute;
}
#section14 > figure {
	max-width: 100%;
    width: 10%;
    display: flex;
    justify-content: center;
    margin-top: 11%;
    margin-bottom: -4%;
}
#section15 {
	font-size: 24px;
	color: white;
	height: 33em;
	position: relative;
	overflow: hidden;
	margin-top: -3%;
}
#section15::after {
	content: "";
	position: absolute;
	left: 50%;
    top: 0;
    transform: translateX(-50%);
	width: 110%;
	height: 33em;
	background: #86c58b;
	border-top-left-radius: 46em 33em;
    border-top-right-radius: 46em 33em;
	z-index: -2;
}
#section15 > div:nth-of-type(1) {
	margin-top: 5%;
}
#section15 figure {
	position: relative;
    top: 15%;
    left: -10%;
}
#section15 img {
	width: 100%;
}
#section15 ul {
	font-style: normal;
    width: 120%;
    margin-top: 23%;
	font-size: 16px;
}
#section15 ul li {
	line-height: 1.4;
    padding-top: 30px;
}
#section15 > div + div {
	text-align: center;
	margin-top: 8%;
}
small {
	display: inline-block;
}
small:nth-of-type(1) {
	font-size: 14px;
	margin-bottom: 3%;
}
small:nth-of-type(2) {
	font-size: 12px;
}
/* ↓各要素を赤線で囲う */
/** {
  outline: 1px solid red;
}*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1749px以下*/
@media screen and (max-width: 1749px){
  .bg2 {
    	height: 120px;
	}
	#section3 > div > div:nth-of-type(1) > div {
		font-size: 90px;
		bottom: -30px;
	}
	#section3 > div > div:nth-of-type(2) > div {
    	left: 64%;
		bottom: 120px;
	}
}
/*1600px以下*/
@media screen and (max-width: 1600px){
	.bg2 {
        height: 110px;
    }
	#section3 > div > div:nth-of-type(1) > div {
		bottom: -40px;
	}
}
/*1450px以下*/
@media screen and (max-width: 1450px){
	#section3 > div > div:nth-of-type(1) > div {
        font-size: 80px;
		left: 3%;
        bottom: -35px;
    }
	#section3 h2 + p,
	#section3 h2 + p + p {
		top: -8%;
	}
	#section3 > div > div:nth-of-type(1) > figure {
		top: -15%;
	}
	#section3 > div > div:nth-of-type(1) > div p:nth-of-type(1) {
		transform: translateY(0px);
	}
	#section3 > div > div:nth-of-type(2) > div {
        left: 61.5%;
		bottom: 90px;
    }
	#section3 h3 + div + figure {
		left: 70%;
		top: 120px;
	}
	#section3 h3 + div p {
		font-size: 18px;
		width: 750px;
		height: 165px;
		padding-right: 20%;
	}
	#section8 {
		width: 1000px;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) {
		left: 0;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(3) figure {
		width: 80%;
		top: 8%;
		left: 7%;
	}
	#section8 h2 + div > div:nth-of-type(1) > div {
        left: -31%;
    }
	#section8 h2 + div > div:nth-of-type(1) > p {
		padding-left: 0;
		width: 300px;
	}
	#section8 h2 + div > div:nth-of-type(1) > figure:nth-of-type(1) {
		left: 13%;
	}
	#section10 h2 ~ div {
		font-size: 70px;
		height: 90px;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
		line-height: 2.5;
		font-size: 16px;
		letter-spacing: 2px;
	}
	#section10 h3 + p {
		font-size: 18px;
		height: 160px;
		padding: 5px;
	}
	.bz2 {
		height: 215px;
		z-index: 2;
	}
	#section14 .wp-block-table table td, #section14 .wp-block-table table th {
		padding: 15px 15px;
		line-height: 1.6;
	}
}
/*1300px以下*/
@media screen and (max-width: 1300px){
	#section1 > div:nth-of-type(2) {
		left: -15%;
	}
	#section2 > div:nth-of-type(8) {
		width: 560px;
	}
	#section2 a {
		width: 290px;
		height: 95px;
		font-size: 20px;
		top: 50%;
	}
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) {
		left: 21em;
	}
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) img {
		height: 100px;
	}
	#section3 h3 + div {
        overflow: hidden;
        height: 300px;
        width: 160%;
        position: absolute;
        top: -30%;
        left: -10%;
    }
	#section3 > div > div:nth-of-type(1) > div {
        font-size: 70px;
        bottom: -30px;
    }
	#section3 > div > div:nth-of-type(2) > div {
        left: 63.5%;
        bottom: 130px;
    }
	#section3 > div > div:nth-of-type(2) > p {
		width: 40em;
		margin-top: -23%;
		font-size: 16px;
		padding: 40px;
	}
	#section3 h3 + div p {
        width: 750px;
		left: 0;
    }
	#section3 h3 + div + figure {
        left: 82%;
        top: 160px;
    }
	#section7 > div {
		width: 900px;
		gap: 20px;
	}
	#section7 h3 {
		height: 106px;
	}
	#section7 > div > div {
		padding: 10px 0;
		height: 540px;
	}
	#section7 > div > div p:nth-of-type(2) {
		padding: 10px 20px;
		width: 93%;
	}
	#section8 {
        margin-top: 25%;
    }
	#section14 > div {
		width: 90%;
	}
}
/*1150px以下*/
@media screen and (max-width: 1150px){
	header > div:nth-of-type(1) {
		margin-top: -5%;
	}
	header > div:nth-of-type(1) > div:nth-of-type(1) > figure {
		transform: rotate(256deg);
		top: 13%;
		left: -32%;
	}
	h1 {
		font-size: 40px;
		width: 330px;
		top: -3%;
	}
	h1 + p, h1 + p + p {
		width: 400px;
	}
	h1 + p + p {
    	transform: translate(-50%, -10px);
	}
	header > div:nth-of-type(1) > div:nth-of-type(2) > figure {
		width: 475px;
		top: -52%;
	}
	header > div > div > figure:nth-of-type(2) {
		width: 120%;
		top: 2%;
		left: -22%;
	}
	header > div:nth-of-type(1) > div:nth-of-type(3) > figure:nth-of-type(1) {
		top: 14%;
		left: 24%;
		width: 100%;
	}
	#section1 > div:nth-of-type(2) {
		margin-top: -370px;
	}
	.wave-text {
		font-size: 22px;
	}
	.wave-text span:nth-child(1),
	.wave-text span:nth-child(2),
	.wave-text span:nth-child(12),
	.wave-text span:nth-child(13),
	.wave-text span:nth-child(14),
	.wave-text span:nth-child(15),
	.wave-text span:nth-child(16),
	.wave-text span:nth-child(17) {
		font-size: 32px;
	}
	#section1 > div:nth-of-type(2) figure {
		width: 590px;
		top: -68px;
        transform: rotate(-1deg);
	}
	header > div:nth-of-type(1) > div:nth-of-type(2) div {
		margin-top: 5%;
	}
	header > div:nth-of-type(1) > div:nth-of-type(3) div {
		top: 6%;
		left: 6%;
	}
	header > div:nth-of-type(1) > div:nth-of-type(3) div figure {
		transform: scale(-1, -1);
	}
	#section1 > div:nth-of-type(3) > div > div > figure {
		width: 40%;
		top: -111%;
		left: 45%;
	}
	#section3 > div > div:nth-of-type(2) > p {
        font-size: 14px;
    }
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -40px;
    }
	#section3 > div > div:nth-of-type(1) > figure {
        top: -25%;
    }
	.bg2 {
        height: 90px;
    }
	#section3 > div > div:nth-of-type(2) > div {
        bottom: 115px;
    }
	#section3 h3 + div p {
		font-size: 16px;
		height: 140px;
		padding-right: 29%;
	}
	#section4 > div:nth-of-type(1) {
		margin-top: -6%;
		margin-bottom: 20%;
	}
	#section4 > div:nth-of-type(1) figure {
		width: 32%;
        position: absolute;
        left: 69%;
		transform: translateY(-105%);
	}
	#section4 div > div:nth-of-type(1) {
        margin-bottom: 2%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) div {
		width: 326px;
		margin-left: 16%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
		left: 15%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
		left: 29%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure {
		top: 53%;
		left: 13%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) div {
		width: 95%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) h4 {
		left: 24%;
		top: 10%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) p {
		top: 27%;
		left: 26%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
		top: 45%;
		left: 28%;
		width: 275px;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
		top: 71%;
		left: 48%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) {
		left: 8%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) div {
		width: 285px;
        margin-left: -7%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
		top: 14%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul {
		left: -4%;
        width: 265px;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure + figure {
		top: 40%;
		left: -9%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure + figure img {
		transform: rotate(15deg);
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
		left: 8%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) div {
		width: 320px;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) h4 {
		left: 19%;
		top: 3%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) p {
		top: 14%;
		left: 22%;
	}
	#section4 > div ul {
		font-size: 14px;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul {
		top: 4%;
		left: 0;
		width: 250px;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure {
		left: 35%;
		margin-top: -9%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
		left: -41%;
	}
	#section4 div > div:nth-of-type(3) {
		height: 370px;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) {
		margin-top: -7%;
		margin-left: -7%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) div {
		width: 100%;
		margin-left: 23%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
		left: 27%;
		top: 26%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p {
		left: 30%;
		top: 42%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
		left: 45%;
		top: 12%;
		width: 281px;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) {
		margin-left: 0;
		left: -4%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) > figure:nth-of-type(1) {
		left: 3%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) div {
        width: 85%;
        margin-left: 9%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) h4 {
		top: 12%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) p {
		top: 29%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul {
		top: 30%;
        left: 27%;
        width: 246px;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure {
		left: 53%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure img {
		width: 30%;
	}
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure + figure {
		width: 33%;
		left: 60%;
	}
	#section5 h2 + div {
		width: 1000px;
	}
	#section5 h2 + div > div:nth-of-type(2) p {
		font-size: 16px;
	}
	#section5 h2 + div > div:nth-of-type(2) p span {
		font-size: 20px;
	}
	#section6::before, #section6::after {
		width: 700px;
	}
	#section6 h2 {
    	width: 470px;
		font-size: 20px;
	}
	#section6 h2 span {
		font-size: 24px;
	}
	#section6 > div {
		width: 800px;
	}
	#section6 div > div:nth-of-type(1) {
		position: relative;
		left: -3%;
	}
	#section6 div > div:nth-of-type(1) figure {
		top: 7%;
		left: 26%;
	}
	#section6 div > div:nth-of-type(1) figure img {
		width: 210px;
	}
	#section6 div > div:nth-of-type(2) {
		left: 0%;
	}
	#section6 ul {
		margin-left: -18%;
		font-size: 16px;
	}
	#section7 > div > div p:nth-of-type(2) {
		padding: 14px;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
        line-height: 2.2;
        letter-spacing: 0;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
		transform: translateX(-39%);
	}
}
/*1024px以下*/
@media screen and (max-width: 1024px){
	#section2 h2 {
		font-size: 24px;
	}
	#section2 h2 + figure img {
		width: 392px;
	}
	#section2 > div:nth-of-type(2) {
		margin-bottom: 7%;
	}
	#section2 > div:nth-of-type(3) {
		margin-bottom: 0;
		background-size: 580px auto;
		font-size: 14px;
	}
	#section2 ul li:nth-of-type(1) {
		position: absolute;
		left: 7%;
		top: 27%;
	}
	#section2 ul li:nth-of-type(1) img {
		width: 151px;
		margin-top: -15%;
	}
	#section2 ul li:nth-of-type(2) img {
		width: 240px;
		height: 100px;
	}
	#section2 ul li:nth-of-type(3) {
		left: 37%;
	}
	#section2 ul li:nth-of-type(3) img {
		width: 135px;
	}
	#section2 > div:nth-of-type(3) div p {
		margin-top: 4%;
        left: 58%;
        background-size: 172px 96px;
        background-position: 18px 8px;
	}
	#section2 > div:nth-of-type(3) > figure:nth-of-type(1) {
		top: 40%;
		transform: translateX(-50%);
	}
	#section2 > div:nth-of-type(3) > figure:nth-of-type(1) img {
		width: 180px;
	}
	#section2 > div:nth-of-type(3)::before {
    	top: 71%;
	}
	#section2 > div:nth-of-type(3)::after {
		height: 400px;
	}
	#section2 > div:nth-of-type(3) > p:nth-of-type(1) {
		top: 54%;
	}
	#section2 > div:nth-of-type(7) {
		width: 580px;
		height: 13em;
		margin-top: -13%;
	}
	#section2 > div:nth-of-type(7) p {
		font-size: 16px;
		left: 40%;
	}
	#section2 > div:nth-of-type(7) p span:nth-of-type(1) {
		font-size: 19px;
	}
	#section2 > div:nth-of-type(7) p span:nth-of-type(2) {
		font-size: 22px;
	}
	.problem.num2 {
		left: -7%;
	}
	.problem.num3 {
		margin-left: 2%;
	}
	#section3 h2,
	#section10 h2,
	#section10 h2 + p {
		font-size: 26px;
	}
	#section3 h2 {
    	left: 8%;
	}
	#section3 h2 + p + p {
    	font-size: 22px;
	}
	#section3 h2 + p {
		font-size: 16px;
	}
	#section3 h2 + p, #section3 h2 + p + p {
        top: -12%;
    }
	#section3 > div > div:nth-of-type(1) > figure {
        top: -30%;
    }
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -30px;
		font-size: 58px;
    }
	#section3 > div > div:nth-of-type(2) > p {
        width: 500px;
		padding: 26px;
		height: 320px;
		margin-top: -24%;
    }
	#section3 h3 {
		font-size: 20px;
		height: 40px;
		display: flex;
		align-items: center;
	}
	#section3 > div > div:nth-of-type(2) > div {
        bottom: 105px;
    }
	#section3 h3 + div {
        top: -35%;
    }
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -40px;
    }
	#section3 h3 + div + figure {
        top: 130px;
    }
	#section3 h3 + div p {
        padding-right: 52%;
    }
	.bg2 {
        height: 80px;
    }
	#section4 {
		margin-top: 20%;
	}
	#section4 h2 {
		left: 45%;
		font-size: 28px;
	}
	#section4 h2::after {
		width: 254px;
	}
	#section4 > figure {
		left: 0%;
	}
	#section4 > div:nth-of-type(1) {
		margin-top: -10%;
	}
	#section4 > div:nth-of-type(1) figure {
        transform: translateY(-107%);
        width: 270px;
    }
	#section4 h3 {
		font-size: 24px;
		width: 510px;
		height: 60px;
		display: flex;
		align-items: center;
	}
	#section4 > div:nth-of-type(1) p {
		font-size: 16px;
	}
	#section4 > div:nth-of-type(1) p::before {
		width: 73%;
		height: 12em;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
        left: 20%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
        top: 80%;
        left: 37%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) div {
        margin-left: -1%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
        left: 1%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
        left: -30%;
        top: -16%;
    }
	#section5 h2 {
        width: 70%;
        font-size: 28px;
        left: 0;
    }
	#section5 h2 + div > div:nth-of-type(2) p {
		font-size: 14px;
	}
	#section5 h2 + div > div:nth-of-type(2) p span {
		font-size: 17px;
	}
	#section7 > div > div p {
		font-size: 16px;
	}
	#section8 {
		width: 90%;
	}
	#section8 h2 + div {
		width: 80%;
	}
	#section8 h2 + div > div:nth-of-type(1) > div {
        left: -27%;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) {
        left: -3%;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) img {
		width: 100%;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(2) p {
		font-size: 20px;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(2) p span {
		font-size: 26px;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(3) figure {
        width: 75%;
        left: 17%;
    }
	#section8 h2 {
		margin-top: 0%;
	}
	#section9 {
		width: 860px;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-left: 3%;
	}
	#section9 .wp-block-columns:nth-of-type(2) {
	  flex-direction: column;
	}
	#section9 > div:nth-of-type(2) {
		width: 500px;
		gap: 30px;
	}
	#section9 > div:nth-of-type(2) div:nth-of-type(1),
	#section9 > div:nth-of-type(2) div:nth-of-type(3) {
		justify-content: center;
	}
	#section9 > div:nth-of-type(2) div figure img {
		width: 400px;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3) {
		top: 86%;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
		top: 85%;
	}
	#section10 h2::after {
		bottom: 4px;
		width: 107px;
	}
	#section10 h2 + p {
		left: 5%;
	}
	#section10 h2 ~ div {
        font-size: 52px;
        height: 80px;
    }
	#section10 h2 ~ div p:nth-of-type(2) {
		margin-top: -55px;
	}
	#section10 > div > div:nth-of-type(1) > figure {
		top: 18%;
		height: 43%;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
		margin-top: 4%;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
        transform: translateX(-47%);
        font-size: 14px;
        width: 363px;
    }
	#section10 h3 {
		top: 39px;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(2) {
		width: 50%;
	}
	#section10 h3 + p {
        font-size: 17px;
        height: 140px;
        padding: 6px;
		line-height: 1.7;
    }
	#section10 h3 + p span {
		font-size: 22px;
	}
	.bz2 {
        height: 175px;
    }
	#section12 ul li {
		font-size: 16px;
	}
	#section13 > figure:nth-of-type(2) {
		width: 120px;
		transform: translateX(-50%) translateX(360px);
	}
	#section14 .wp-block-table table td, #section14 .wp-block-table table th {
        font-size: 16px;
    }
	#section14 > figure {
		margin-top: 17%;
	}
}

/*860px以下*/
@media screen and (max-width: 860px){
	/* 1. ハンバーガーボタン（位置固定） */
    .hamburger {
        display: block;
        width: 40px;
        height: 35px;
        cursor: pointer;
        position: absolute;
        top: 12px;
        left: 15px;
        background: white;
        z-index: 9999;
        padding-top: 4px;
        padding-left: 8px;
		/* position: fixed;　追従　*/
    }

    /* 2. メニュー本体 */
    .global-nav {
        display: none;
        width: 150px;
        height: 395px;
        position: absolute;
        /* ★ここがポイント：上に 60px ずらしてベージュのバーの上に被せる */
        top: 0; 
        left: 0;
        z-index: 999;
    }

    /* 3. チェックが入った時 */
    #nav-toggle:checked ~ .global-nav {
        display: block;
        background: rgba(217, 194, 179, 0.85);
        /* ベージュの角丸を隠すために、高さをしっかり出す */
        min-height: 100px; 
        padding-bottom: 20px;
        /* 四角い形を維持 */
        border-radius: 0 !important;
    }

    /* 4. リストの配置（ハンバーガーの下から開始） */
    .global-nav ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0;
        /* ボタンと被らないように上余白を多めに取る */
        padding: 60px 0 0 15px; 
        list-style: none;
    }

    .global-nav a {
        color: #996666;
    }
	#section1 > div:nth-of-type(1) {
		margin-top: -7%;
        margin-bottom: 20%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(1) > figure {
        top: 14%;
        left: 50%;
        transform: translateX(-55%) rotate(256deg);
        width: 184px;
    }
	h1 {
        font-size: 26px;
    }
	h1 + p {
		font-size: 16px;
	}
	h1 + p + p {
		font-size: 14px;
	}
	header > div:nth-of-type(1) > div:nth-of-type(2) > figure {
        width: 360px;
        top: -54%;
    }
	header > figure {
		top: -97px;
		left: -174px;
	}
	header > p {
		font-size: 16px;
	}
	.wave-text {
        font-size: 18px;
    }
	.wave-text span:nth-child(1),
	.wave-text span:nth-child(2),
	.wave-text span:nth-child(12),
	.wave-text span:nth-child(13),
	.wave-text span:nth-child(14),
	.wave-text span:nth-child(15),
	.wave-text span:nth-child(16),
	.wave-text span:nth-child(17) {
        font-size: 24px;
    }
	#section1 > div:nth-of-type(2) figure {
        width: 455px;
        top: -49px;
    }
	header > div:nth-of-type(1) > div:nth-of-type(2) > figure {
        width: 360px;
        top: -54%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) div {
        top: 0;
        left: -53%;
        width: 262px;
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) ul {
		top: 4px;
		left: 0;
		font-size: 14px;
		padding-left: 40px;
		line-height: 1;
	}
	header > div:nth-of-type(1) > div:nth-of-type(3) div figure {
		transform: scaleY(-1);
		margin-top: -13%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) div figure img {
		height: 114px;
	}
	#section1 > div:nth-of-type(2) {
        margin-top: -38%;
        left: 50%;
        transform: translateX(-50%);
    }
	header > div:nth-of-type(3) > div > div:nth-of-type(2) > div {
		width: 100%;
        margin-left: 0;
        left: 0;
        top: -100%;
        display: flex;
        justify-content: center;
	}
	header > div > div > figure:nth-of-type(2) {
        width: 220px;
		top: 4%;
    }
	header > div:nth-of-type(3) {
		margin-top: -8%;
	}
	#section1 > div:nth-of-type(3) figure {
        width: 70px;
        top: -50%;
        left: 50%;
        transform: translateX(-180px);
    }
	#section1 > div:nth-of-type(3) > div > div > figure {
        top: -134%;
        left: 89%;
        width: 25%;
    }
	header > div:nth-of-type(3) a {
		padding: 15px 4px;
		width: 220px;
		font-size: 14px;

	}
	#section1::after {
		top: 49%;
		height: 55%;
	}
	#section2 h2 + figure + div + figure + div p {
		font-size: 24px;
	}
	#section2 h2 + figure + div + figure + div figure {
		top: -5em;
        left: -200px;
	}
	#section2 > div:nth-of-type(1) > div:nth-of-type(2) > p {
		width: 240px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#section2 > div:nth-of-type(3) > div:nth-of-type(1) {
        left: 50%;
        transform: translateX(-50%);
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) > figure:nth-of-type(1) {
        left: 20%;
        width: 184px;
    }
	.text1, .text2, .text3, .text4 {
		font-size: 14px;
		width: 180px;
		z-index: 2;
	}
	.circle.num1, .circle.num2, .circle.num3, .circle.num4 {
		top: 57px;
		left: 4px;
		width: 232px;
		z-index: 1;
	}
	.number {
		width: 75px;
		height: 75px;
		line-height: 1.8;
	}
	p.number {
		font-size: 40px;
		z-index: 3;
	}
	.problem.num2 {
		transform: translateY(50%);
		left: -11%;
	}
	.problem.num4 {
		left: -16%;
	}
	.text1 {
		top: 115px;
		left: 36px;
	}
	.text2 {
		top: 120px;
		left: 40px;
	}
	.text3 {
		top: 121px;
        left: 32px;
	}
	.text4 {
		top: 103px;
		left: 44px;
	}
	#section2 > div:nth-of-type(5) {
		width: 570px;
	}
	#section2 > div:nth-of-type(5) > figure {
		margin-top: 20%;
	}
	#section2 > div:nth-of-type(5) > figure img {
		width: 130px;
	}
	.under-line {
		top: 15%;
        left: 17%;
        transform: rotate(8deg);
	}
	#section2 > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(2) {
		height: 100%;
	}
	#section2 > div:nth-of-type(6) figure {
        left: 0;
        transform: translateY(0);
        margin: -4% auto 20% auto;
        width: 168px;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(1) {
		width: 75%;
	}
	#section2 a {
        width: 200px;
        height: 62px;
        font-size: 16px;
        top: 46%;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) {
        left: 20em;
        transform: translateY(43%);
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) img {
        height: 79px;
        width: 15%;
    }
	#section3 h2 {
        font-size: 22px;
        line-height: 1;
		width: 140px;
        height: 32px;
        padding: 0 20px;
	}
	#section3 h2::before,
	#section3 h3::before {
		width: 10px;
	}
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -14px;
		font-size: 40px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
        top: 0;
        margin-top: 59%;
    }
	#section3 > div > div:nth-of-type(1) > div p:nth-of-type(2) {
		transform: translateY(-42px);
	}
	#section3 > div > div:nth-of-type(2) > div {
        bottom: 90px;
    }
	#section3 > div > div:nth-of-type(2) > p {
        width: 450px;
        padding: 20px;
        height: 291px;
        margin-top: -25%;
		font-size: 13px;
	}
	#section3 h3 {
        font-size: 16px;
        height: 28px;
        display: flex;
        align-items: center;
        width: 250px;
    }
	#section3 h3 + div {
        top: -46%;
    }
	#section3 h3 + div p {
        font-size: 14px;
        height: 120px;
		padding-top: 7px;
		padding-right: 375px;
    }
	.bg2 {
        height: 62px;
    }
	#section4 h2 {
        top: 14px;
        left: 48%;
        font-size: 22px;
    }
	#section4 h2::after {
        width: 200px;
    }
	#section4 h3 {
        font-size: 17px;
        width: 373px;
        height: 35px;
    }
	#section4 h3::before {
		bottom: -15px;
		border-width: 15px 3px 0 7px;
	}
	#section4 h3::after {
		bottom: -14px;
		border-width: 15px 3px 0 7px;
	}
	#section4 > figure {
        left: -32%;
        width: 140px;
    }
	#section4 > figure img {
		width: 160px;
	}
	#section4 > figure::before {
        width: 200px;
		left: 50%;
    	transform: translatex(-67%);
    }
	#section4 div > div:nth-of-type(1) {
        margin-bottom: 10%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) {
		margin-top: -5%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) div {
        height: 300px;
        width: 326px;
        margin-left: 16%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
        left: 29%;
        top: 0;
        margin-top: 55%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure {
        left: 56%;
        margin-left: 11%;
        margin-right: -10%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure img {
		width: 45%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure {
        top: 0;
        margin-top: -13%;
        left: 20%;
        position: relative;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure img {
		width: 50%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-top: 11%;
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) div {
        width: 348px;
        margin-left: -10%;
        height: 520px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) h4 {
        left: 30%;
        top: 6%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) p {
        top: 20%;
        left: 20%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
        top: 39%;
        left: 15%;
        width: 239px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure {
		position: absolute;
		top: 6%;
		left: -19%;
		transform: rotate(19deg);
	}
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
        top: 63%;
        left: 34%;
        transform: rotate(-5deg);
    }
	#section4 > div:nth-of-type(1) p {
        font-size: 13px;
        margin-top: -17px;
    }
	#section4 > div:nth-of-type(1) p::before {
        width: 480px;
        height: 120px;
        top: -60px;
    }
	#section4 > div:nth-of-type(1) figure {
        transform: translate(44px, -107%);
		width: 170px;
    }
	#section4 > ul {
    	font-size: 16px;
		width: 400px;
	}
	#section4 > div:nth-of-type(1) {
        width: 400px;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul {
        left: -2%;
        width: 242px;
    }
	#section5 h2 {
		padding-left: 15px;
	}
	#section5 h2::before {
		width: 3px;
		height: 45%;
	}
	#section5 h2 + div > div:nth-of-type(1) {
		left: -1%;
	}
	#section5 h2 + div > div:nth-of-type(2) p {
        font-size: 14px;
        width: 200px;
    }
	#section5 h2 + div > div:nth-of-type(2) figure {
		left: 45%;
		transform: translate(-59%, -50%);
		width: 175px;
	}
	#section5 h2 + div > div:nth-of-type(2) img {
		width: 380px;
		max-width: 124%;
	}
	#section5 > ul {
		gap: 30px;
		font-size: 20px;
	}
	#section5 > ul li {
		padding: 15px 15px 0px 15px;
	}
	.triangle-right {
		left: 145%;
	}
	#section6::before, #section6::after {
        width: 90%;
    }
	#section6 h2 {
        width: 400px;
        font-size: 16px;
    }
	#section6 h2 span {
        font-size: 18px;
    }
	#section6 div > div:nth-of-type(1) figure {
        top: 18%;
        left: 26%;
    }
	#section6 div > div:nth-of-type(1) figure img {
        width: 130px;
    }
	#section6 ul {
        margin-left: -40%;
        font-size: 14px;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) {
        left: 0%;
        margin-top: 1%;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(2) p {
        font-size: 16px;
        width: 380px;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(2) p span {
        font-size: 22px;
    }
	#section8 h2 {
        font-size: 18px;
        margin-top: 85px;
		margin-bottom: 3%;
    }
	#section8 h2 + div {
        width: 100%;
    }
	#section8 h2 + div > div:nth-of-type(1) {
		margin-left: 5%;
	}
	#section8 h2 + div > div:nth-of-type(1) > div {
		top: -14%;
		left: -6%;
	}
	#section8 h2 + div > div:nth-of-type(1) > div figure {
		width: 120px;
	}
	#section8 h2 + div > div:nth-of-type(1) > div p {
		font-size: 14px;
	}
	#section8 h2 + div > div:nth-of-type(1) > p {
        width: 276px;
        font-size: 16px;
        margin-left: 0;
        padding-left: 6%;
    }
	#section8 h2 + div > div:nth-of-type(2) {
        display: block;
        margin-top: 1%;
        margin-bottom: 17%;
        margin-right: 5%;
        bottom: -100px;
    }
	#section5 h2,
	#section7 h2,
	#section9 h2,
	#section11 h2,
	#section12 h2,
	#section13 h2,
	#section14 h2,
	#section11 h2::before, #section11 h2::after,
	#section12 h2::before, #section12 h2::after,
	#section13 h2::before, #section13 h2::after,
	#section14 h2::before, #section14 h2::after {
		font-size: 22px;
	}
	#section9 {
        width: 100%;
    }
	#section9 p {
		font-size: 18px;
	}
	#section9 p span {
		font-size: 20px;
	}
	#section9 .wp-block-columns:nth-of-type(1) {
        flex-direction: column;
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(1) {
		margin-bottom: 50px;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 500px;
        margin: 0 auto;
        margin: 4% auto 200px auto;
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(1) {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -65px) translateX(170px) rotate(65deg);
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(2) {
		width: 288px;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3),
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
		width: 22%;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3) {
        top: 0;
        left: 5%;
        margin-top: 32%;
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
        top: 0;
        left: 70%;
        margin-top: 31%;
    }
	#section3 h2, #section10 h2, #section10 h2 + p {
        font-size: 20px;
    }
	#section10 h2 {
		top: -9%;
		left: 3%;
	}
	#section10 h2 ~ div {
        left: 2%;
        font-size: 37px;
        height: 55px;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
        line-height: 2;
        margin-top: 0;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
        transform: translateX(-48%);
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(2) {
        width: 55%;
        margin-left: -8%;
    }
	#section10 > div > div:nth-of-type(2) figure {
		width: 140%;
		max-width: 140%;
		top: 0%;
		left: 50%;
		transform: translateX(-55%);
	}
	#section10 h3 {
        top: 35px;
        font-size: 16px;
    }
	#section10 h3 + p {
        font-size: 14px;
        height: 120px;
    }
	#section10 h3 + p span {
        font-size: 19px;
    }
	.bz2 {
        height: 146px;
    }
	#section11 {
		margin-top: 25%;
		margin-bottom: 25%;
	}
	#section11 > div {
		width: 370px;
		height: 275px;
	}
	#section11 div p:nth-of-type(1) {
		font-size: 20px;
	}
	#section11 div p:nth-of-type(2) {
		font-size: 15px;
	}
	#section11 div p:nth-of-type(2) span {
		font-size: 22px;
	}
	#section11 div figure:nth-of-type(1) {
		width: 12%;
		margin-top: -4%;
	}
	#section11 div figure:nth-of-type(2) {
		top: -26%;
	}
	#section11 div p:nth-of-type(3) {
		font-size: 18px;
		margin-top: -41%;
	}
	#section11 div p:nth-of-type(3) span {
		font-size: 36px;
	}
	#section11 div p:nth-of-type(3)::after {
		width: 172px;
		height: 10px;
	}
	#section12 ul li:nth-of-type(1) span:nth-of-type(3) {
		display: block;
        margin: 0 auto;
		width: 100px;
	}
	.triangle-r {
		position: absolute;
	}
	#section12 ul li:nth-of-type(1) .triangle-r,
	#section12 ul li:nth-of-type(2) .triangle-r,
	#section12 ul li:nth-of-type(3) .triangle-r {
		top: 40%;
	}
	#section13 {
		padding-bottom: 65px;
	}
	#section13 p {
		font-size: 16px;
	}
	#section13 p span {
		font-size: 20px;
		display: block;
        width: 70%;
        margin: 0 auto;
	}
	#section13 label {
		padding-left: 16%;
	}
	#section13 input,
	select {
		font-size: 16px;
	}
	#section13 input[type=submit] {
		width: 70%;
		margin: 40px auto 0 auto;
		display: block;
	}
	#section13 > figure:nth-of-type(2) {
        width: 70px;
        bottom: 1%;
        left: 50%;
        transform: translateX(-50%) translateX(100px);
    }
	#section14 .wp-block-table table {
		padding: 0 20px;
	}
	#section14 .wp-block-table table td, #section14 .wp-block-table table th {
		font-size: 14px;
    }
	#section14 > div + div p {
		top: 14px;
		left: 29px;
		font-size: 14px;
	}
	#section14 > div + div {
		margin-top: 5%;
	}
	#section14 > div + div > div {
		width: 140px;
		left: 130px;
	}
	#section14 > figure {
		width: 85px;
		margin-bottom: -45px;
	}
	#section15,
	#section15::after {
		height: 100%;
	}
	#section15 figure {
		margin-left: 20%;
		width: 70%;
	}
	#section15 ul {
		margin-left: -15%;
	}
}

@media (max-width: 781px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
	.wp-block-columns.stack {
		flex-wrap: wrap !important;
	}
	#section7 > div {
        width: 300px;
    }
	#section7 h3 {
        height: auto;
    }
	#section7 > div > div {
        padding: 10px 0;
        height: 500px;
        width: 300px;
        margin-bottom: 60%;
    }
	#section7 > div > div:nth-of-type(2) {
        height: 530px;
    }
}

/*750px以下*/
@media screen and (max-width: 750px){
	#section1 > div:nth-of-type(2) {
        margin-top: -39%;
    }
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -20px;
    }
	#section3 > div > div:nth-of-type(2) > p {
        width: 370px;
        padding: 14px;
        height: 215px;
		font-size: 11px;
        margin-top: -26%;
        line-height: 1.6;
    }
	#section3 h2 + p, #section3 h2 + p + p {
    	left: 12%;
	}
	#section3 h2 + p {
        font-size: 14px;
    }
	#section3 > div > div:nth-of-type(1) > figure {
        top: -37%;
    }
	#section3 h3 + div {
        top: -35%;
    }
	#section3 h3 + div p {
        height: 110px;
    }
	.bg2 {
        height: 55px;
    }
	#section4 > div:nth-of-type(2) {
		width: 600px;
	}
	#section4 div > div:nth-of-type(1) {
        margin-bottom: 10%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
        left: 34%;
        top: 30px;
        margin-top: 55%;
        width: 200px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure {
        left: 56%;
        margin-left: 21%;
        margin-right: -25%;
        top: 10%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 29%;
        left: -11%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
        top: 38%;
        left: 18%;
        width: 239px;
        line-height: 1.2;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure {
        position: absolute;
        top: -11%;
        left: 5%;
        transform: rotate(37deg);
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
        left: 35%;
        top: 54%;
    }
	#section4 div > div:nth-of-type(2) {
		margin-bottom: 18%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) {
        margin-top: 34%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) div {
        width: 270px;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
        left: -12%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) h4 {
        left: 29%;
        top: 0%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) p {
        top: 11%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure {
        left: 52%;
        margin-top: -2%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
        left: -45%;
        top: 19%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
        left: -22%;
    }
	#section4 div > div:nth-of-type(3) {
        height: 560px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) {
        margin-top: 4%;
        margin-left: -12%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) div {
        width: 400px;
        margin-left: 15%;
    }
	
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
        left: 38%;
        top: 8%;
        width: 240px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) {
        margin-left: -39%;
        left: -4%;
        margin-top: 35%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) > figure:nth-of-type(1) {
        left: 35%;
        transform: rotate(55deg);
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
        line-height: 1.6;
        margin-top: 0;
    }
}
/*700px以下*/
@media screen and (max-width: 700px) {
	header > div:nth-of-type(1) > div:nth-of-type(1) > figure {
        transform: translateX(-76%) rotate(256deg);
    }
}
/*600px以下*/
@media screen and (max-width: 600px){
	#section1::after {
        top: 43%;
        height: 60%;
    }
	header > p {
        font-size: 14px;
		padding-top: 6%;
    }
	header > p span:nth-of-type(1),
	header > p em {
		font-size: 17px;
	}
	header > p br:nth-of-type(2) {
		display: block;
	}
	header > figure {
        top: -110px;
        left: -150px;
        width: 23px;
    }
	#section1 > div:nth-of-type(1) {
        margin-top: -10%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) div {
        top: 0;
        left: 0;
        margin-top: 132px;
        margin-left: -51vw;
    }
	header > div > div > figure:nth-of-type(2) {
        width: 160px;
        top: 30%;
        left: -72%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) div {
        left: 0;
        margin-left: -59vw;
    }
	#section1 > div:nth-of-type(2) {
        margin-top: -33%;
    }
	#section2 {
		margin-top: 20%;
	}
	#section2 h2 + figure + div + figure img {
		width: 200px;
	}
	#section2 h2 + figure + div + figure + div figure {
        top: -4em;
        left: -165px;
    }
	#section2 h2,
	#section2 h2 + figure + div + figure + div p {
        font-size: 20px;
    }
	#section2 h2 + figure {
		transform: translateY(-50px);
	}
	#section2 h2 + figure img {
        width: 337px;
    }
	#section2 > div:nth-of-type(1) > div:nth-of-type(1) > figure {
		left: 50%;
		transform: translateX(-67px);
	}
	#section2 > div:nth-of-type(1) > div:nth-of-type(2) > p {
        font-size: 16px;
    }
	#section2 > div:nth-of-type(1) > div:nth-of-type(3) > figure {
		right: 7%;
	}
	#section2 > div:nth-of-type(3)::before {
        top: 80%;
    }
	#section2 > div:nth-of-type(3)::after {
        height: 475px;
    }
	#section2 ul li:nth-of-type(2) {
		transform: translate(-50%, 9%);
	}
	#section2 ul li:nth-of-type(2) span {
		top: 6px;
	}
	#section2 ul li:nth-of-type(2) img {
        width: 218px;
        height: 82px;
    }
	#section2 ul li:nth-of-type(3) {
        transform: translate(-3%, -26%);
    }
	#section2 > div:nth-of-type(3) {
        background-size: 480px 480px;
		margin-top: -47%;
    }
	#section2 > div:nth-of-type(3) > figure:nth-of-type(1) img {
        width: 160px;
    }
	#section2 > div:nth-of-type(3) > p:nth-of-type(1) {
        top: 60%;
    }
	#section2 ul li:nth-of-type(1) {
        left: 10%;
    }
	#section2 ul li:nth-of-type(3) {
        transform: translate(-2%, 9%);
    }
	#section2 > div:nth-of-type(3) div p {
        margin-top: 20%;
        left: 55%;
    }
	#section2 > p:nth-of-type(1) {
		font-size: 20px;
	}
	#section2 > div:nth-of-type(4) > div > p {
		width: 400px;
		font-size: 14px;
	}
	#section2 > div:nth-of-type(4) > div > p::before {
		top: -18px;
		left: 30px;
		width: 80px;
		height: 50px;
	}
	#section2 > div:nth-of-type(4) > div > p::after {
		top: 40px;
		right: 30px;
		width: 80px;
		height: 50px;
	}
	#section2 > div:nth-of-type(4) > div > p em {
		font-size: 22px;
	}
	#section2 > p:nth-of-type(2) {
		font-size: 14px;
	}
	#section2 > p:nth-of-type(2) span {
		font-size: 22px;
	}
	#section2 > div:nth-of-type(5) {
        width: 100%;
    }
	#section2 > div:nth-of-type(5) > div:nth-of-type(1) {
		margin-bottom: 300px;
	}
	.problem.num2 {
        margin-top: 25%;
		left: -24%;
    }
	.above-line {
		transform: rotate(-7deg);
		position: relative;
		top: 76%;
		left: -10%;
	}
	#section2 > div:nth-of-type(5) > figure {
        margin-bottom: 23%;
    }
	.under-line {
		top: 15%;
        left: 3%;
        transform: rotate(0deg);
        z-index: -1;
    }
	.problem.num4 {
        margin-top: 172px;
        left: -24%;
    }
	#section2 > p:nth-of-type(2) {
		margin-top: 250px;
	}
	#section2 > div:nth-of-type(6) p {
		text-align: center;
		font-size: 14px;
	}
	#section2 > div:nth-of-type(7) {
        width: 355px;
		height: 150px;
    }
	#section2 > div:nth-of-type(6) p span {
		font-size: 16px;
	}
	#section2 > div:nth-of-type(6) p span.pink, #section2 > div:nth-of-type(6) p strong {
		font-size: 22px;
	}
	#section2 > div:nth-of-type(7) > div > figure:nth-of-type(1) {
		top: 13%;
        left: 24%;
	}
	#section2 > div:nth-of-type(7) > div > figure:nth-of-type(2) {
		top: 20%;
        left: 4%;
        width: 25%;
	}
	#section2 > div:nth-of-type(7) p {
        font-size: 14px;
        left: 21%;
    }
	#section2 > div:nth-of-type(7) p span:nth-of-type(1),
	#section2 > div:nth-of-type(7) p span:nth-of-type(2) {
        font-size: 14px;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(1) {
        width: 323px;
    }
	#section2 a {
        width: 167px;
        height: 52px;
        font-size: 14px;
        top: 38%;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) {
        left: 62%;
        transform: translateY(7%);
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) img {
        height: 75px;
        width: 14%;
    }
	#section3 > div {
		aspect-ratio: 1000 / 386;
	}
	#section3 > div:nth-of-type(1) > div:nth-of-type(1) {
		margin-top: 5%;
	}
	#section3 h2 {
        font-size: 16px;
        line-height: 1;
        width: 100px;
        height: 26px;
        padding: 0 20px;
    }
	#section3 h2::before,
	#section3 h3::before {
		width: 8px;
	}
	#section3 h2 + p, #section3 h2 + p + p {
        top: 1%;
        left: 10%;
    }
	#section3 h2 + p {
		font-size: 12px;
		margin-bottom: -8px;
		margin-top: 15%;
	}
	#section3 h2 + p + p {
        font-size: 16px;
    }
	#section3 > div > div:nth-of-type(1) > figure {
        top: 0;
    }
	#section3 > div > div:nth-of-type(1) > div {
        bottom: -20px;
        font-size: 32px;
    }
	#section3 > div > div:nth-of-type(1) > div p:nth-of-type(2) {
		transform: translateY(-37px);
	}
	#section3 > div > div:nth-of-type(2) > p {
        width: 285px;
		width: 60%;
        padding: 10px;
        height: 234px;
		height: 60%;
        margin-top: -24%;
        font-size: 12px;
        line-height: 1.1;
    }
	#section3 > div > div:nth-of-type(2) > div {
        bottom: 92px;
    }
	#section3 > div > div:nth-of-type(2) > figure {
		width: 150%;
		height: 117%;
	}
	#section3 > div > div:nth-of-type(2) > figure img {
		height: 121%;
	}
	#section3 h3 {
        font-size: 13px;
        width: 150px;
        height: 21px;
    }
	#section3 h3 + div {
        overflow: hidden;
        height: 105px;
        width: 159%;
        position: absolute;
        top: 70%;
        left: -10%;
        border-radius: 1em;
        background: white;
		line-height: 1.6;
    }
	#section3 h3 + div p {
		width: 100%;
		height: 100%;
		font-size: 12px;
		padding: 5px 1em 1em 1em;
		position: absolute;
		left: 0;
		margin-top: 0;
	}
	#section3 h3 + div + figure {
        top: 130px;
		left: 80%;
    }
	.bg2 {
        height: 43px;
    }
	#section4 h2 {
        top: 24px;
        left: 45%;
        font-size: 20px;
    }
	#section4 h2::after {
        width: 182px;
    }
	#section4 > figure::before {
        width: 120px;
        transform: translatex(-93%);
    }
	#section4 > figure img {
        width: 80px;
    }
	#section4 > ul {
        font-size: 14px;
        width: 330px;
        margin-bottom: 10%;
    }
	#section4 > div:nth-of-type(1) p {
        font-size: 12px;
    }
	#section4 > div:nth-of-type(1) p::before {
        width: 420px;
    }
	#section4 > div:nth-of-type(1) figure {
        transform: translate(21%, -83%);
		width: 135px;
    }
	#section4 > div:nth-of-type(1) figure img {
        width: 135px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
        margin-top: 62%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure {
        margin-left: 43%;
        margin-right: -54%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul + figure + figure {
        top: -1%;
        margin-top: -13%;
        left: 40%;
        position: relative;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 50%;
        left: -24%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
        top: 36%;
        left: 25%;
        width: 239px;
        line-height: 1.2;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure {
        position: relative;
        top: -132%;
        left: 51%;
        transform: rotate(62deg);
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure + figure {
        left: 41%;
        top: 55%;
        margin-left: 7%;
        margin-right: -8%;
        transform: rotate(-21deg);
    }
	#section4 div > div:nth-of-type(2) {
        margin-top: 14%;
		margin-bottom: 35%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) {
        margin-top: 300px;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure {
		left: 40%;
		top: 36%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure + figure {
        top: 42%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
        left: -19%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) div {
        width: 300px;
        margin-top: -36%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul {
        top: 1%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure {
        left: 70%;
        margin-top: -2%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
        left: -47%;
        top: 19%;
        transform: rotate(-21deg);
    }
	#section4 div > div:nth-of-type(3) {
        height: 640px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) {
        margin-top: 14%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) div {
        height: 400px;
        margin-left: 14%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
        top: 20%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p {
        left: 26%;
        top: 38%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
        top: 18px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) {
        margin-top: 40%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) div {
        width: 335px;
        margin-top: 18%;
        margin-left: 2%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) h4 {
        top: 9%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) p {
        top: 26%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul {
        top: 42%;
        left: 20%;
        width: 240px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure {
        left: 58%;
        top: 14%;
    }
	#section5 h2 + div > div:nth-of-type(1) figure:nth-of-type(2) img {
		width: 100%;
	}
	#section5 h2 + div > div:nth-of-type(2) p span {
        font-size: 15px;
    }
	#section5 h2 + div > div:nth-of-type(2) figure {
        left: 45%;
        transform: translate(-85%, -50%);
		width: 130px;
    }
	#section5 h2 + div > div:nth-of-type(2) img {
        width: 380px;
        max-width: 154%;
    }
	#section5 > ul {
		max-width: 100%;
		width: 500px;
		text-align: center;
		display: flex;
		justify-content: center;
		gap: 1em;
		font-size: 18px;
		padding-left: 0;
	}
	#section5 > ul li {
		border: solid 5px;
		padding: 15px 15px 0px 15px;
		border-radius: 15px;
	}
	#section5 > ul img {
		width: 70px;
		margin-top: 13px;
	}
	.triangle-right {
		top: -44%;
		left: 142%;
	}
	#section5 > p {
		font-size: 16px;
	}
	#section5 > p span {
		font-size: 20px;
	}
	#section6 {
		margin-top: 30%;
		margin-bottom: 30%;
	}
	#section6::before {
		top: 8%;
	}
	#section6::after {
		bottom: -8%;
	}
	#section6 h2 {
        width: 350px;
        padding: 16px 0px;
        font-size: 16px;
    }
	#section6 ul {
        margin-left: -40%;
        font-size: 14px;
        width: 130%;
    }
	#section6 ul li {
		line-height: 2;
	}
	#section7 h3 {
        font-size: 18px;
    }
	#section7 > div > div img {
		width: 135px;
	}
	#section7 > div > div:nth-of-type(2) {
        height: 500px;
    }
	#section8 h2 {
        margin-bottom: 8%;
    }
	#section8 h2 + div > div:nth-of-type(1) > p {
        width: 246px;
        font-size: 14px;
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 370px;
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(1) {
        width: 20%;
        transform: translate(-50%, -56px) translateX(146px) rotate(65deg);
    }
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(3),
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(4) {
        margin-top: 51%;
    }
	#section9 p {
        font-size: 16px;
    }
	#section9 > div:nth-of-type(2) {
        width: 470px;
    }
	#section10 {
		height: auto;
		overflow: hidden;
	}
	#section10 > div {
		height: 225px;
	}
	#section10 h2 {
		margin-top: 12%;
	}
	#section10 h2 + p {
		margin-top: 5%;
		left: 7%;
	}
	#section10 h2 + p + figure {
		margin-top: 10%;
	}
	#section10 h2 ~ div {
        font-size: 29px;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) {
        height: 300px;
        line-height: 2;
    }
	#section10 > div > div:nth-of-type(2) figure {
        width: 475px;
        max-width: 500px;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
        font-size: 12px;
        width: 273px;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(2) {
        width: 276px;
        margin-left: -13%;
    }
	#section10 h3 {
        font-size: 14px;
    }
	#section10 h3 + p {
        line-height: 1.5;
    }
	#section10 h3 + p br:nth-of-type(2) {
		display: inline;
	}
	#section11 > div {
        width: 350px;
    }
	#section12 ul li {
        font-size: 14px;
    }
	#section12 ul li:nth-of-type(1) span:nth-of-type(3) {
        width: 95px;
    }
	form > p {
		width: 480px;
	}
	#section14 .wp-block-table table tr:nth-of-type(2),
	#section14 .wp-block-table table tr:nth-of-type(3),
	#section14 .wp-block-table table tr:nth-of-type(5),
	#section14 .wp-block-table table tr:nth-of-type(8),
	#section14 .wp-block-table table tr:nth-of-type(10){
		height: 200px;
	}
	#section15 ul {
        margin-left: -30%;
        width: 125%;
    }
}

/*530px以下*/
@media screen and (max-width: 530px){
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
        top: 35px;
        left: 40%;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
	#section5 h2,
	#section7 h2,
	#section9 h2,
	#section11 h2,
	#section12 h2,
	#section13 h2,
	#section14 h2,
	#section11 h2::before,
	#section11 h2::after,
	#section12 h2::before,
	#section12 h2::after,
	#section13 h2::before,
	#section13 h2::after,
	#section14 h2::before,
	#section14 h2::after {
        font-size: 20px;
    }
	header > p {
        padding-top: 60px;
    }
	#section1 > div:nth-of-type(1) {
        margin-top: -17%;
    }
	header > div:nth-of-type(1) > div:nth-of-type(1) > figure {
        transform: translateX(-81%) rotate(256deg);
    }
	h1 {
        top: 13px;
    }
	h1 + p {
        font-size: 15px;
		padding-top: 32px;
    }
	h1 + p + p {
        transform: translate(-50%, -23px);
    }
	header > div:nth-of-type(1) > div:nth-of-type(3) div {
        top: 15px;
    }
	.wave-text {
        font-size: 15px;
    }
	.wave-text span:nth-child(1),
	.wave-text span:nth-child(2),
	.wave-text span:nth-child(12),
	.wave-text span:nth-child(13),
	.wave-text span:nth-child(14),
	.wave-text span:nth-child(15),
	.wave-text span:nth-child(16),
	.wave-text span:nth-child(17) {
        font-size: 16px;
    }
	.wave-text span:nth-child(2) {
    	transform: translateY(3px);
	}
	.wave-text span:nth-child(3) {
		transform: translateY(2px);
	}
	.wave-text span:nth-child(5) {
		transform: translateY(1px);
	}
	.wave-text span:nth-child(6) {
		transform: translateY(1px);
	}
	.wave-text span:nth-child(9) {
		transform: translateY(9px);
	}
	.wave-text span:nth-child(10) {
		transform: translateY(11px);
	}
	.wave-text span:nth-child(11) {
		transform: translateY(12px);
	}
	.wave-text span:nth-child(12) {
		transform: translateY(8px);
	}
	.wave-text span:nth-child(13) {
		transform: translateY(11px);
	}
	.wave-text span:nth-child(14) {
		transform: translateY(12px);
	}
	.wave-text span:nth-child(15) {
		transform: translateY(13px);
	}
	.wave-text span:nth-child(16) {
		transform: translateY(13px);
	}
	.wave-text span:nth-child(17) {
		transform: translateY(15px);
	}
	.wave-text span:nth-child(18) {
		transform: translateY(16px);
	}
	.wave-text span:nth-child(19) {
		transform: translateY(15px);
	}
	.wave-text span:nth-child(20) {
		transform: translateY(13px);
	}
	.wave-text span:nth-child(21) {
		transform: translateY(11px);
	}
	.wave-text span:nth-child(22) {
		transform: translateY(8px);
	}
	.wave-text span:nth-child(23) {
		transform: translateY(5px);
	}
	.wave-text span:nth-child(24) {
		transform: translateY(1px);
	}
	.wave-text span:nth-child(25) {
		transform: translateY(-2px);
	}
	#section1 > div:nth-of-type(2) {
        margin-top: -30%;
    }
	#section1 > div:nth-of-type(2) figure {
        width: 352px;
        top: -37px;
        transform: rotate(0deg);
    }
	header > div:nth-of-type(1) > div:nth-of-type(2) > figure {
        width: 330px;
    }
	#section1 > div:nth-of-type(3) figure {
        width: 56px;
        transform: translateX(-160px);
    }
	#section1 > div:nth-of-type(3) figure img {
		transform: scaleY(-1) rotate(-71deg);
	}
	#section2 > div:nth-of-type(3)::before {
        top: 86%;
    }
	#section2 > div:nth-of-type(3)::after {
        height: 527px;
    }
	#section2 ul li:nth-of-type(1) {
        left: 16%;
        top: 31%;
    }
	#section2 ul li:nth-of-type(2) {
		transform: translate(-49%, 20%);
	}
	#section2 ul li:nth-of-type(2) span {
		top: 6px;
	}
	#section2 ul li:nth-of-type(2) img {
        width: 212px;
        height: 82px;
    }
	#section2 ul li:nth-of-type(3) {
        transform: translate(-8%, -8%);
        top: 2%;
        left: 32%;
    }
	#section2 > div:nth-of-type(3) {
        background-size: 340px 530px;
    }
	#section2 > div:nth-of-type(3) > figure:nth-of-type(1) img {
        width: 160px;
    }
	#section2 > div:nth-of-type(3) > p:nth-of-type(1) {
        top: 67%;
        left: 52%;
        width: 100%;
    }
	#section2 > div:nth-of-type(3) div p {
       	margin-top: 173px;
        left: 39%;
    }
	#section2 > div:nth-of-type(3) > figure:nth-of-type(1) {
        top: 47%;
    }
	#section2 > div:nth-of-type(5) > div:nth-of-type(1) {
        margin-top: 70px;
    }
	.above-line {
        transform: rotate(0deg);
        top: 82%;
        left: -25%;
    }
	.above-line img {
		width: 80%;
	}
	.problem.num2 {
        margin-top: 76%;
        left: -36%;
    }
	.problem.num4 {
        margin-top: 220px;
        left: -36%;
    }
	.text1, .text2, .text3, .text4 {
        width: 182px;
    }
	.text4 {
        left: 37px;
    }
	#section2 > p:nth-of-type(2) {
        margin-top: 330px;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(1) {
        width: 270px;
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) {
        left: 65%;
        transform: translateY(40%);
    }
	#section2 > div:nth-of-type(8) > figure:nth-of-type(2) img {
        height: 45px;
    }
	#section2 a {
        width: 154px;
        height: 50px;
        top: 35%;
    }
	#section3 {
		padding-bottom: 60px;
	}
	#section3 > div:nth-of-type(1) > div:nth-of-type(1) {
        margin-top: 10%;
    }
	#section3 h2 {
        left: 3%;
    }
	#section3 h2 + p {
        font-size: 11px;
    }
	#section3 h2 + p, #section3 h2 + p + p {
        left: 2%;
    }
	#section3 > div > div:nth-of-type(1) > figure {
        top: 5%;
    }
	#section3 > div > div:nth-of-type(1) > div {
        font-size: 23px;
    }
	#section3 > div > div:nth-of-type(1) > div p:nth-of-type(1) {
        transform: translateY(-25px);
    }
	#section3 > div:nth-of-type(1) > div:nth-of-type(2) {
		height: 274px;
	}
	#section3 > div > div:nth-of-type(2) > figure {
        height: 288px;
    }
	#section3 > div > div:nth-of-type(2) > p {
        width: 60%;
        height: 310px;
        top: 18px;
        transform: translateX(-50%);
        margin-top: 0;
    }
	#section3 > div > div:nth-of-type(2) > div {
        bottom: 119px;
		left: 62%;
    }
	#section3 h3 + div {
        height: 123px;
    }
	#section4 h2 {
        left: 50%;
    }
	#section4 h2::after {
		left: 15px;
	}
	#section4 > figure {
        left: -29%;
    }
	#section4 > div:nth-of-type(1) {
        width: 350px;
		margin-bottom: 30%;
    }
	#section4 > div:nth-of-type(1) p {
        margin-top: -10px;
    }
	#section4 > div:nth-of-type(1) p::before {
        width: 365px;
    }
	#section4 h3 {
        font-size: 16px;
        width: 350px;
    }
	#section4 > div:nth-of-type(1) figure {
        transform: translate(30%, -83%);
        width: 93px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) div {
        height: 300px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(1) ul {
        margin-top: 72%;
        left: 42%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 75%;
        left: -39%;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) div {
        width: 324px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul {
        top: 31%;
		width: 226px;
    }
	#section4 div > div:nth-of-type(1) > div:nth-of-type(2) ul + figure {
        top: -119%;
        left: 78%;
    }
	#section4 div > div:nth-of-type(2) {
        margin-top: 22%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) h4 {
		left: 30%;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul {
		top: 20%;
		left: 0;
	}
	#section4 div > div:nth-of-type(2) > div:nth-of-type(1) ul + figure {
        margin-left: 20%;
        margin-right: -20%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) {
        left: -36%;
        top: -8%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul {
        top: 6%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure {
        left: 95%;
        margin-top: 31%;
    }
	#section4 div > div:nth-of-type(2) > div:nth-of-type(2) ul + figure + figure {
        top: 29%;
        transform: rotate(-38deg);
    }
	#section4 div > div:nth-of-type(3) {
        height: 690px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) div {
        width: 380px;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(1) ul {
        top: 45px;
        left: 41%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) {
        margin-top: 65%;
        left: -22%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) div {
        width: 335px;
        margin-left: -1%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) > figure:nth-of-type(1) {
		top: 2%;
        left: 35%;
        margin-left: 28%;
        margin-right: -30%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul {
        top: 39%;
        left: 24%;
    }
	#section4 div > div:nth-of-type(3) > div:nth-of-type(2) ul + figure + figure {
		top: -92%;
	}
	#section5 {
		margin-top: 20%;
	}
	#section5 h2 {
        margin-bottom: 25%;
    }
	#section5 h2 + div {
        width: 380px;
    }
	#section5 h2 + div > div:nth-of-type(1) {
        left: -4%;
    }
	#section5 h2 + div > div:nth-of-type(2) p {
        width: 100%;
		transform: translate(-56%, -50%);
    }
	#section5 h2 + div > div:nth-of-type(2) figure {
        left: 47%;
    }
	#section5 h2 + div > div:nth-of-type(2) img {
        max-width: 170%;
		width: 190px;
    }
	#section5 > ul {
        width: 362px;
        height: 130px;
		font-size: 16px;
		margin-top: 33%;
    }
	.triangle-right {
        top: -44%;
        left: 177%;
    }
	#section5 > p {
		font-size: 14px;
	}
	#section5 > p span {
		font-size: 20px;
	}
	#section6::before {
        top: 5%;
    }
	#section6 div > div:nth-of-type(1) figure {
        left: 10%;
    }
	#section6 ul li {
        line-height: 1.5;
        margin: 20px 0;
    }
	#section8 {
        margin-top: -15%;
		margin-bottom: 20%;
    }
	/*２カラムの横並び解除*/
	#section8 .wp-block-columns:nth-of-type(2) {
		display: block !important;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) {
        left: 18%;
        margin-top: 6%;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(1) img {
        width: 130%;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 320px;
    }
	#section8 > div:nth-of-type(1) > div:nth-of-type(3) {
		margin-left: 17%;
		margin-right: 22%;
	}
	#section8 > div:nth-of-type(1) > div:nth-of-type(3) figure {
        width: 100%;
        top: 20%;
    }
	#section8 h2 {
        font-size: 16px;
		padding-top: 40px;
    }
	#section8 h2 + div > div:nth-of-type(1) {
        margin-top: 20%;
    }
	#section8 h2 + div > div:nth-of-type(1) > p {
        width: auto;
        padding-left: 0;
    }
	#section8 h2 + div > div:nth-of-type(1) > div {
        top: 12px;
        left: 6%;
        transform: translateY(-63px);
    }
	#section8 h2 + div > div:nth-of-type(1) > div figure {
        width: 96px;
    }
	#section8 h2 + div > div:nth-of-type(1) > div p {
        font-size: 12px;
		top: 14px;
    	left: 7px;
    }
	#section8 h2 + div > div:nth-of-type(1) > div p span {
        font-size: 12px;
    }
	#section8 h2 + div > div:nth-of-type(1) > figure:nth-of-type(1) {
        left: 50%;
        transform: translate(-52%, -26px);
        width: 150px;
    }
	#section8 h2 + div > div:nth-of-type(1) > p:nth-of-type(2) {
		margin-top: 56%;
		margin-top: 190px;
	}
	#section8 h2 + div > div:nth-of-type(2) {
        margin-top: -52%;
        margin-bottom: 15%;
        transform: translateY(-177px);
    }
	#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(1) {
		left: 11%;
	}
	#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(1) img {
		width: 290px;
	}
	#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(2) {
		transform: translateY(95px);
		margin-left: 85%;
	}
	#section8 h2 + div > div:nth-of-type(2) figure:nth-of-type(2) img {
		width: 60px;
	}
	#section9 > div:nth-of-type(1) > div:nth-of-type(2) > figure:nth-of-type(1) {
        transform: translate(-58%, -56px) translateX(146px) rotate(65deg);
    }
	#section10 h2 {
        margin-top: 22%;
        left: 8%;
    }
	#section10 h2::after {
        bottom: 0px;
        width: 87px;
		left: 14px;
    }
	#section10 h2 ~ div {
        font-size: 24px;
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p {
        width: 114%;
		transform: translateX(-52%);
    }
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p br:nth-of-type(3),
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p br:nth-of-type(4),
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(1) > p br:nth-of-type(6) {
		display: none;
	}
	#section10 > div:nth-of-type(1) div + div > div:nth-of-type(2) {
        width: auto;
    }
	#section10 h3 {
        top: 30px;
    }
	#section10 h3 + p {
		width: 245px;
        padding-left: 10%;
        padding-right: 10%;
	}
	#section10 h3 + p span {
        font-size: 17px;
		line-height: 1.8;
    }
	#section12 h2 {
		margin-bottom: 17%;
	}
	#section12 .wp-block-list {
		display: block;
	}
	
	/* 1. リスト全体を中央に寄せる */
    #section12 .wp-block-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        list-style: none;
        gap: 70px;
    }

    /* 2. 各ステップ(li)の中身を中央揃えにする */
    #section12 .wp-block-list li {
        width: 185px;
        height: 185px;
        max-width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 3. 中の画像（アイコン）も中央へ */
    #section12 .wp-block-list li img {
        margin: 10px auto;
        display: block;
    }
	#section12 ul li span:nth-of-type(1) {
		top: -27%;
	}
	#section12 ul li span:nth-of-type(2) {
		top: -16%;
	}
	#section12 ul li span:nth-of-type(3) {
        width: 100%;
    }
	#section12 ul li:nth-of-type(1) span:nth-of-type(3) {
        width: 100%;
        margin-top: -20px;
    }
	#section12 ul li:nth-of-type(2) img {
		width: 80px;
		margin-top: -3px;
		margin-bottom: -11px;
	}
	#section12 ul li:nth-of-type(3) img {
		width: 125px;
		margin-top: -10px;
		margin-bottom: -13px;
	}
	#section12 ul li:nth-of-type(4) img {
		width: 82px;
		margin-bottom: -9px;
	}
	.triangle-r {
		/* 左右を透明にする */
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		/* 上側に色をつけて、下を向かせる */
		border-top: 14px solid #000;
		border-bottom: 0; /* 下は不要 */
		border-radius: 0; /* 角丸はそのまま（※） */
		/* 位置の調整：要素の真下に来るように */
		position: absolute;
		top: 20px;  /* 下にズラす */
		left: 50%;  /* 中央へ */
		transform: translateX(-50%); /* 自分の幅の半分だけ戻してピッタリ真ん中 */
	}
	#section12 ul li:nth-of-type(1) .triangle-r,
	#section12 ul li:nth-of-type(2) .triangle-r,
	#section12 ul li:nth-of-type(3) .triangle-r {
        top: 106%;
		border-left-color: transparent;
    }
	#section12 ul li:nth-of-type(1) .triangle-r {
		border-top-color: #1E90FF;
	}
	#section12 ul li:nth-of-type(2) .triangle-r {
		border-top-color: #9fdea4;
	}
	#section12 ul li:nth-of-type(3) .triangle-r {
		border-top-color: #FFE967;
	}
	#section13 p,
	#section13 input,
	select{
        font-size: 14px;
    }
	#section13 p:nth-of-type(2) br {
		display: inline;
	}
	form > p {
        width: 370px;
    }
	#section14 .wp-block-table table tr:nth-of-type(2),
	#section14 .wp-block-table table tr:nth-of-type(3),
	#section14 .wp-block-table table tr:nth-of-type(5),
	#section14 .wp-block-table table tr:nth-of-type(8),
	#section14 .wp-block-table table tr:nth-of-type(10) {
        height: 290px;
    }
	#section14 .wp-block-table table tr:nth-of-type(7) {
		height: 250px;
	}
	#section14 > div + div > div {
        width: 140px;
        left: 110px;
    }
}