@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
	box-sizing: border-box;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

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

a,
a:link {
	color: #191919;
	text-decoration: none;
}

a:visited {
	color: #191919;
}

a:hover {
	opacity: 0.7;
}

a:active {
	color: #191919;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F2F7F5;
}

body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}

.content {
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
}

#container {
	position: relative;
	text-align: left;
}

#main {
	display: block;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.serif {
	font-family: 'Noto Serif JP', sans-serif;
}

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

@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}

	.content {
		width: 90%;
	}

	.pc {
		display: none !important;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}

.br-sp {
	display: none;
}

.t_yellow {
	background: linear-gradient(transparent 80%, #ff6 80%);
}

@media screen and (max-width:768px) {
	.br-tb {
		display: block;
	}

	.tb-off {
		display: none;
	}
}

@media screen and (max-width:425px) {
	.br-sp {
		display: block;
	}

	.sp-off {
		display: none;
	}
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	background-color: #75ABED;
	padding: 10px 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#header .header_logo {
	width: 120px;
}

/*------------------
	追加20240404
-------------------*/
#header .txt_r .header_logo {
	display: inline-block;
	margin: 0 10px 4px 0;
}

#header .txt_r p.txt {
	display: inline-block;
	color: #fff;
	font-size: 85%;
	line-height: 1.3;
}

@media screen and (max-width:768px) {
	#header .header_content {
		position: static;
	}
}


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual {
	position: relative;
}

#mainvisual .mainvisual_img {
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

#mainvisual .mainvisual_img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#mainvisual .mainvisual_content {
	width: 40%;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#mainvisual .mainvisual_ttl>p:nth-child(1) {
	font-size: 26px;
	color: #fff;
}

#mainvisual .mainvisual_ttl>p:nth-child(1) span {
	background-color: #8ED43E;
	padding: 5px 40px 5px 20px;
	position: relative;
}

#mainvisual .mainvisual_ttl>p:nth-child(1) span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	border-style: solid;
	border-color: transparent #4c9300 transparent transparent;
	border-width: 0px 30px 15px 0px;
}

#mainvisual .mainvisual_ttl>p:nth-child(3) {
	font-size: clamp(16px, 2vw, 28px);
	margin-bottom: 30px;
	text-shadow: 0 0 10px #fff;
}

#mainvisual .mainvisual_ttl h1 {
	font-size: clamp(16px, 2vw, 28px);
	margin-bottom: 30px;
	text-shadow: 0 0 10px #fff;
    font-weight: 500;
}

#mainvisual .mainvisual_ttl>img {
	width: 80%;
	margin: 30px 0 20px;
}

#mainvisual .mainvisual_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2em;
}

/* #mainvisual .mainvisual_list ul li {
	border-radius: 50%;
	box-shadow: 0 0 20px #fff;
} */
#mainvisual .mainvisual_list ul li img {
	width: 100%;
}
#mainvisual .contact_btn {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 100;
}
#mainvisual .contact_btn a {
	display: flex;
	align-items: center;
	gap: 1em;
	color: #fff;
	font-size: 26px;
	position: relative;
	padding: 10px 100px 10px 10px;
	border-bottom: 6px solid #a3293c;
	border-radius: 50vh 0 0 50vh;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
#mainvisual .contact_btn a::before {
	content: "";
	background-color: #FF4561;
	width: 100%;
	height: 100%;
	border-radius: 50vh 0 0 50vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#mainvisual .contact_btn img {
	width: 50px;
}
#mainvisual .mainvisual_img .sp-img {
	display: none;
}

/*------------------
	追加20240206
-------------------*/
#mainvisual .mainvisual_content .mainvisual_copy {
	background: linear-gradient(217deg, rgb(221 65 3 / 84%), rgba(255,0,0,0) 88%), linear-gradient(127deg, rgb(2 106 2 / 80%), rgba(0,255,0,0) 88%), linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 88%);
	border-radius: 8px;
	padding: 14px 0 15px;
	margin: 29px auto 0;
	font-size: clamp(11px, 1.35vw, 18px);
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}
#mainvisual .mainvisual_ttl p.bg_ttl {
	background: url(../img/mainvisual_ttl_02.png) no-repeat 0 0;
	background-size: 100% auto;
	height: 93px;
	text-align: center;
	font-size: clamp(16px, 2vw, 33px);
	padding: 1.5% 6px 0 0;
	margin: 71px 0 -25px;
}
#mainvisual .contact_btn2 {
	position: fixed;
    top: 20px;
    right: 0;
    z-index: 100;
}
#mainvisual .contact_btn2 a {
	display: flex;
    align-items: center;
    gap: 1em;
    color: #fff;
    font-size: 23px;
    position: relative;
    padding: 10px 60px 10px 32px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#mainvisual .contact_btn2 a::before {
    content: "";
    background-color: #FF4561;
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#mainvisual .contact_btn2.wide a {
    display: flex;
    align-items: center;
    gap: 1em;
    color: #fff;
    font-size: 25px;
    position: relative;
    padding: 11px 40px 14px 32px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#mainvisual .contact_btn2.wide span {
    display: block;
    font-size: 10px;
}
div.bnr_2025 {
    text-align: center;
    margin: 25px auto 0;
}
div.bnr_2025 img {
    width: 96%;
    max-width: 880px;
}
div.bnr_2025 img.img_sp {
    display: none;
}
@media screen and (max-width:1200px) {
	#mainvisual .mainvisual_ttl p.bg_ttl {
		height: 83px;
		font-size: clamp(16px, 2vw, 31px);
		padding: 1% 6px 0 0;
	}	
}
@media screen and (max-width:1000px) {
	#mainvisual .mainvisual_ttl p.bg_ttl {
		margin: 100px 0 -75px;
	}	
	#mainvisual .contact_btn2 {
 	   top: 36px;
	}
	#mainvisual .contact_btn2 a {
 	   font-size: 19px;
 	   padding: 8px 46px 8px 27px;
	}
    #mainvisual .contact_btn2.wide a {
        font-size: 22px;
    }
    #mainvisual .contact_btn2.wide span {
        font-size: 10px;
    }
}
@media screen and (max-width:768px) {
	#mainvisual .mainvisual_content {
		margin-top: 20px;
		width: 90%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#mainvisual .mainvisual_ttl {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
	}
	#mainvisual .mainvisual_ttl>p:nth-child(3) {
		font-size: clamp(15px, 4vw, 28px);
	}
	#mainvisual .mainvisual_ttl h1 {
		font-size: clamp(15px, 4vw, 28px);
	}
	#mainvisual .mainvisual_ttl>img {
		margin: 0 0 20px;
	}
	#mainvisual .mainvisual_list {
		position: absolute;
		/*bottom: 7%;*/
		bottom: 11%;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
	}
	#mainvisual .mainvisual_list ul {
		gap: 1em;
	}
	#mainvisual .contact_btn {
		right: 50%;
		transform: translate(50%);
		width: 90%;
	}
	#mainvisual .contact_btn a {
		font-size: 20px;
		padding: 10px 20px 10px 10px;
		justify-content: center;
		border-radius: 50vh;
	}
	#mainvisual .contact_btn a::before {
		border-radius: 50vh;
	}
	#mainvisual .contact_btn a p {
		padding: 10px 0;
		padding-left: 40px;
	}
	#mainvisual .contact_btn img {
		width: 40px;
		position: absolute;
		left: 10px;
	}
	#mainvisual .mainvisual_img .sp-img {
		display: block;
	}
	#mainvisual .mainvisual_img .pc-img {
		display: none;
	}
	#mainvisual .mainvisual_content .mainvisual_copy {
		position: absolute;
		bottom: -2%;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
		font-size: clamp(11px, 2.5vw, 18px);
		padding: 10px 18px 11px;
		margin: 0 auto 0;
	}
	#mainvisual .mainvisual_ttl p.bg_ttl {
		font-size: clamp(16px, 4.25vw, 36px);
		margin: 35px 0 -10px;
	}
	#section_01 .trouble_txt div {
		width: 84%;
		margin: 0 8% 23px;
	}
	#mainvisual .contact_btn2 {
 	   top: 65px;
	}
    #mainvisual .contact_btn2.wide {
        top: 58px;
    }
}
@media screen and (max-width:600px) {
	#mainvisual .contact_btn2 {
 	   top: 0;
	}
	#mainvisual .contact_btn2 a {
 	   font-size: 18px;
 	   padding: 6px 32px 7px 25px;
 	   border-radius: 0px 0 0 5px;
	}
	#mainvisual .contact_btn2 a::before {
 	   border-radius: 0px 0 0 5px;
	}
    #mainvisual .contact_btn2.wide {
        top: 58px;
    }
    div.bnr_2025 img.img_pc {
        display: none;
    }
    div.bnr_2025 img.img_sp {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #mainvisual .contact_btn2.wide {
        top: 75px;
    }
}
@media screen and (max-width:425px) {
	#mainvisual .mainvisual_ttl>img {
		margin: 0 0 5px;
		width: 100%;
	}
}
@media (max-width: 360px) {
	#mainvisual .contact_btn a p {
		font-size: 16px;
	}
}

/*------------------------------------------------------------
	section_01
------------------------------------------------------------*/
#section_01 {
	padding: 25px 0;
	position: relative;
}

#section_01::before {
	content: "";
	background: url(../img/trouble_icon.png) no-repeat center top;
	background-size: 6%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1%;
	z-index: -1;
}

/* section_01 trouble */

#section_01 .trouble,
#section_01 .power {
	padding: 50px 0;
	position: relative;
}

#section_01 .trouble_case::before {
	content: "";
	background: url(../img/main_bg_01.png) no-repeat left top;
	background-size: 17%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	z-index: -1;
}

#section_01 .trouble_case::after {
	content: "";
	background: url(../img/main_bg_02.png) no-repeat right center;
	background-size: 30%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	z-index: -1;
}

#section_01 .trouble::after,
#section_01 .power::after {
	content: "";
	background: url(../img/arrow_01.png) no-repeat center;
	background-size: 100%;
	width: 90px;
	height: 57px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

#section_01 .trouble_ttl {
	margin-bottom: 30px;
}

#section_01 .trouble_ttl h2 {
	text-align: center;
	font-size: clamp(16px, 4vw, 34px);
	font-weight: 500;
}

#section_01 .trouble_ttl h2 span {
	font-size: clamp(26px, 5vw, 40px);
}

#section_01 .trouble_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4em;
	align-items: center;
	padding: 50px 0;
}

#section_01 .trouble_item .trouble_inner h3 {
	font-size: 35px;
	padding-bottom: 15px;
	position: relative;
	font-weight: 500;
}

#section_01 .trouble_item .trouble_inner h3 span {
	border-bottom: 3px solid #D6D6D6;
	padding-bottom: 15px;
}

#section_01 .trouble_item:nth-child(1) .trouble_inner h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	border-bottom: 1px solid #D6D6D6;
}

#section_01 .trouble_item:nth-child(2) .trouble_inner h3::before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 50%;
	border-bottom: 1px solid #D6D6D6;
}

#section_01 .trouble_item .trouble_inner h4 {
	font-size: 32px;
	padding: 20px 0 15px;
	font-weight: 500;
}

#section_01 .trouble_item .trouble_inner p {
	font-size: clamp(15px, 4vw, 20px);
}

#section_01 .trouble_item .trouble_inner p span {
	font-size: 16px;
}

#section_01 .trouble_item:nth-child(1) img {
	border-radius: 0 3.5vw 3.5vw 0;
}

#section_01 .trouble_item:nth-child(2) img {
	border-radius: 3.5vw 0 0 3.5vw;
}

#section_01 .trouble_item:nth-child(2) .trouble_inner {
	text-align: right;
}

#section_01 .trouble_txt {
	width: 90%;
	margin: 0 auto 30px;
	max-width: 1000px;
}

#section_01 .trouble_txt div {
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
}

#section_01 .trouble_txt div img {
	width: 100%;
	display: block;
	border: 4px solid #ccc;
	border-radius: 18px;
}

#section_01 .trouble_txt div h3 {
	font-size: 18px;
	text-align: center;
	padding: 13px;
	background-color: #345448;
	color: #fff;
	margin: -85px auto 45px;
	display: block;
	width: 350px;
	position: relative;
	border-radius: 4px;
}

#section_01 .trouble_txt div h3 span {
	position: absolute;
	margin: -5em 0 0 -4em;
	background-color: #007df3;
	border-radius: 50%;
	padding: 20px 16px;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	border: 4px solid #fff;
	box-shadow: 2px 0px 10px #ccc;
}

#section_01 .trouble_txt div:nth-child(2) h3 span {
	margin: -5em -4em 0 0;
}

#section_01 .trouble_txt div p {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
	#section_01 .trouble_txt div h3 span {
		margin: -5em 0 0 -2.5em;
	}

	#section_01 .trouble_txt div:nth-child(2) h3 span {
		margin: -5em -4em 0 -2.5em;
	}
}

@media screen and (max-width:768px) {
	#section_01 {
		overflow: hidden;
	}

	#section_01::before {
		background-size: 70px;
		top: 35px;
	}

	#section_01 .trouble_case::before {
		background-size: 30%;
		top: 0;
	}

	#section_01 .trouble_case::after {
		background: url(../img/main_bg_02.png) no-repeat right top;
		background-size: 45%;
		top: 11%;
	}

	#section_01 .trouble::after,
	#section_01 .power::after {
		width: 65px;
		height: 42px;
	}

	#section_01 .trouble_item {
		display: flex;
		flex-direction: column;
		gap: 2em;
		padding: 50px 0;
	}

	#section_01 .trouble_item:nth-child(1) {
		flex-direction: column-reverse;
		padding-bottom: 25px;
	}

	#section_01 .trouble_item .trouble_inner {
		text-align: center;
	}

	#section_01 .trouble_item:nth-child(2) .trouble_inner {
		text-align: center;
	}

	#section_01 .trouble_item:nth-child(1) .trouble_inner h3::before {
		width: 90%;
		left: 50%;
		transform: translate(-50%);
	}

	#section_01 .trouble_item:nth-child(2) .trouble_inner h3::before {
		width: 70%;
		right: 50%;
		bottom: -0.5px;
		transform: translate(50%);
	}

	#section_01 .trouble_item:nth-child(1) img {
		margin-right: 10%;
		width: 90%;
	}

	#section_01 .trouble_item:nth-child(2) img {
		margin-left: 10%;
		width: 90%;
	}
	
	#section_01 .trouble_txt div {
		width: 80%;
		margin: 0 10%;
		margin-bottom: 30px;
	}

	#section_01 .trouble_txt div h3 span {
  	  margin: -5em 0 0 -3em;
  	  left: 0;
	}

	#section_01 .trouble_txt div:nth-child(2) h3 span {
		margin: -5em -3em 0 0;
		right: 0;
		left: auto;
	}
}

@media screen and (max-width:600px) {
	#section_01 .trouble_txt div h3 {
		font-size: 15px;
		margin: -85px -5% 45px;
		width: 110%;
	}

	#section_01 .trouble_txt div h3 span {
		margin: -5em 0 0 -2em;
	}

	#section_01 .trouble_txt div:nth-child(2) h3 span {
		margin: -5em -2em 0 0;
	}
}

@media screen and (max-width:425px) {
	#section_01 .trouble_item .trouble_inner p span {
		font-size: 15px;
	}

	#section_01 .trouble_txt div h3 span {
		margin: -5em 0 0 -1em;
		font-size: 23px;
	}

	#section_01 .trouble_txt div:nth-child(2) h3 span {
		margin: -5em -1em 0 0;
	}
}


/* section_01 power */
#section_01 .power::before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 125%;
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%) skew(0, -30deg);
	z-index: -2;
}

#section_01 .power_content::before {
	content: "";
	background: url(../img/main_bg_03.png) no-repeat left center;
	background-size: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -20%;
	left: 0;
	z-index: -1;
}

#section_01 .power_content::after {
	content: "";
	background: url(../img/main_bg_04.png) no-repeat right center;
	background-size: 35%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10%;
	right: 0;
	z-index: -1;
}

#section_01 .power_ttl {
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}

#section_01 .power_ttl::before {
	content: "";
	border-bottom: 1px solid #000;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

#section_01 .power_ttl h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: clamp(26px, 4vw, 34px);
	margin-bottom: 30px;
}

#section_01 .power_ttl h2 img {
	width: 270px;
}

#section_01 .power_ttl p {
	font-size: clamp(16px, 4vw, 24px);
}

#section_01 .power_content {
	text-align: center;
}

#section_01 .power_content>p {
	font-size: clamp(20px, 4vw, 24px);
	margin-bottom: 20px;
}

#section_01 .power_content>img {
	width: 60%;
}

#section_01 .power_content ul {
	margin-top: 50px;
}

#section_01 .power_content ul li {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #007DF4;
	margin-bottom: 3em;
	border-radius: 1.5vw;
	background-color: #fff;
}

#section_01 .power_content ul li img {
	width: 100px;
	position: absolute;
	left: -5%;
	top: 50%;
	transform: translate(0, -50%);
}

#section_01 .power_content ul li:nth-last-child(1) p {
	position: relative;
}

#section_01 .power_content ul li:nth-last-child(1) p img:nth-last-child(1) {
	position: absolute;
	right: -5%;
	left: auto;
	top: 50%;
	transform: translate(0, -50%);
}

#section_01 .power_content ul li h3 {
	border-radius: 1.5vw 0 0 1.5vw;
	background-color: #007DF4;
	color: #fff;
	font-size: clamp(20px, 3vw, 34px);
	padding: 20px;
	position: relative;
}

#section_01 .power_content ul li p {
	font-size: clamp(14px, 4vw, 18px);
	text-align: left;
	padding: 20px;
}

#section_01 .power_ttl p.power_copy {
	font-size: clamp(14px, 3vw, 21px);
}

#section_01 .power_ttl ul li {
	display: block;
}

#section_01 .power_ttl ul li h3 {
	border-radius: 1.5vw 1.3vw 0 1.5vw;
}

#section_01 .power2 {
	padding: 50px 0 0;
}

#section_01 .power2::after {
	background: none;
}

#section_01 .power2 .power_content {
	padding-bottom: 0;
	margin-bottom: 0;
}

#section_01 .power2 .power_content ul li p {
	font-size: clamp(14px, 3vw, 18px);
}

@media screen and (max-width:896px) {
	#section_01 .power_content ul li p .br-tb {
		display: block;
	}
}

@media screen and (max-width:768px) {
	#section_01 .power::before {
		height: 65%;
	}

	#section_01 .power_content::after {
		background: url(../img/main_bg_04.png) no-repeat left center;
		background-size: 100%;
		width: 80%;
		top: -1%;
		left: -30%;
	}

	#section_01 .power_content::before {
		background: url(../img/main_bg_03.png) no-repeat right center;
		background-size: 100%;
		left: auto;
		top: 0;
		right: -50%;
	}

	#section_01 .power_ttl h2 {
		flex-direction: column;
	}

	#section_01 .power_content>img {
		width: 100%;
	}

	#section_01 .power_content ul {
		margin-top: 100px;
	}

	#section_01 .power_content ul li {
		grid-template-columns: 1fr;
	}

	#section_01 .power_content ul li h3 {
		border-radius: 1.5vw 1.5vw 0 0;
		padding: 10px;
	}

	#section_01 .power_content ul li p {
		text-align: center;
		padding: 10px 20px;
	}

	#section_01 .power_content ul li img {
		width: 55px;
		left: 10px;
		top: auto;
		bottom: 5px;
		transform: translate(0, 0);
	}

	#section_01 .power_content ul li:nth-last-child(1) p img:nth-last-child(1) {
		display: none;
	}

	#section_01 .power2 .power_content ul li img {
		width: 45px;
		top: -36px;
	}
}

@media screen and (max-width:350px) {
	#section_01 .power_content ul li img {
		left: 5px;
	}
}

/* section_01 bottom */
#section_01 .bottom {
	padding: 50px 0;
}

#section_01 .bottom::before {
	content: "";
	background: url(../img/main_bg_05.png) no-repeat bottom;
	background-size: 100%;
	width: 40%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-14%);
	bottom: 8%;
	z-index: -1;
}

#section_01 .bottom_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

#section_01 .bottom_item img {
	border-radius: 0 35px 35px 0;
	position: relative;
	z-index: -2;
}

#section_01 .bottom_inner {
	margin-left: -50px;
}

#section_01 .bottom_inner h3 {
	line-height: 2;
	font-size: clamp(20px, 4vw, 36px);
	color: #fff;
	letter-spacing: 3px;
}

#section_01 .bottom_inner h3 span {
	background-color: #8ED43E;
	padding: 0 10px;
}

@media screen and (max-width:768px) {
	#section_01 .bottom {
		position: relative;
	}

	#section_01 .bottom::before {
		background: #fff;
		width: 100%;
		height: calc(100% - 50px);
		left: 50%;
		transform: translate(-50%);
		top: 70px;
		bottom: 0;
	}

	#section_01 .bottom_item {
		display: flex;
		flex-direction: column-reverse;
		gap: 3em;
	}

	#section_01 .bottom_inner {
		margin-left: 0;
		text-align: center;
	}

	#section_01 .bottom_item img {
		width: 90%;
		margin-right: 10%;
		z-index: 0;
		position: static;
	}
}


/*------------------------------------------------------------
	section_02
------------------------------------------------------------*/

/* セクション共通 */
.sec_ttl {
	color: #007DF4;
	text-align: center;
}

.sec_ttl p {
	font-size: 14px;
}

.sec_ttl h2 {
	font-size: clamp(22px, 4vw, 24px);
}

.sec_ttl h2.ttl {
    font-size: clamp(22px, 4vw, 30px);
}




#section_02 {
	padding: 50px 0;
	position: relative;
}

#section_02::before {
	content: "";
	background: url(../img/main_bg_06.png) no-repeat left top;
	background-size: 22%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 13%;
	z-index: -3;
}

#section_02::after {
	content: "";
	background: url(../img/main_bg_07.png) no-repeat right bottom;
	background-size: 35%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -30%;
	z-index: -3;
}

#section_02 .sec_ttl {
	margin-bottom: 50px;
}

#section_02 .sec_content {
	margin-bottom: 50px;
}

#section_02 .sec_content h3 {
	font-size: clamp(18px, 4vw, 23px);
	color: #007DF4;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 10px;
}

#section_02 .sec_content h3::before {
	content: "";
	background: url(../img/arrow_02.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
	height: 30px;
}

#section_02 .sec_content table {
	margin-bottom: 15px;
	width: 100%;
	border-spacing: 0;
}

#section_02 .sec_content table tr th,
#section_02 .sec_content table tr td {
	border-top: 1px solid #767676;
	border-left: 1px solid #767676;
	background-color: #fff;
}

#section_02 .sec_content table tr th {
	padding: 5px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#section_02 .sec_content table tr:nth-child(1) th:nth-child(1) {
	width: 10%;
}

#section_02 .sec_content table tr:nth-child(1) th:nth-child(2) {
	background-color: #FF6980;
}

#section_02 .sec_content table tr:nth-child(1) th:nth-child(3) {
	background-color: #399AF6;
	border-right: 1px solid #767676;
}

#section_02 .sec_content table tr td:nth-child(1) {
	text-align: center;
}

#section_02 .sec_content table tr td {
	padding: 20px;
}

#section_02 .sec_content table tr td:nth-child(1) {
	padding: 20px 10px;
}

#section_02 .sec_content table tr:nth-child(2) td:nth-child(3) {
	border-right: 1px solid #767676;
}

#section_02 .sec_content table tr:nth-child(3) td {
	border-bottom: 1px solid #767676;
}

#section_02 .sec_content table tr:nth-child(3) td:nth-child(3) {
	border-right: 1px solid #767676;
}

#section_02 .sec_content ul li {
	padding-left: 1.5em;
	text-indent: -1em;
	margin-bottom: 15px;
}

#section_02 .sec_content ul li::before {
	content: "";
	position: relative;
	left: -0.5em;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #000;
}

#section_02.curriculum {
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
	#section_02::before {
		background-size: 40%;
		top: 10%;
	}

	#section_02::after {
		background-size: 55%;
	}

	#section_02 .sec_content-table {
		overflow-x: scroll;
	}

	#section_02 .sec_content-table table {
		min-width: 768px;
	}

	#section_02 .sec_content table tr td {
		white-space: nowrap;
	}
}


/*------------------------------------------------------------
	#section_03
------------------------------------------------------------*/
#section_03 {
	padding: 30px 0 15px;
	position: relative;
}

#section_03::before {
	content: "";
	background: url(../img/main_bg_08.png) no-repeat left center;
	background-size: 34%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	z-index: -1;
}

#section_03::after {
	content: "";
	background: url(../img/main_bg_09.png) no-repeat right center;
	background-size: 20%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -20%;
	z-index: -1;
}

#section_03 .sec_ttl .sec_ttl_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}

#section_03 .sec_ttl .sec_ttl_inner p {
	color: #fff;
	line-height: 2;
}

#section_03 .sec_ttl .sec_ttl_inner p span {
	background-color: #8ED43E;
	border-radius: 50%;
	aspect-ratio: 1/1;
	display: block;
	padding: 15px;
}

#section_03 .sec_ttl .sec_ttl_inner h2 {
	text-align: left;
}

#section_03 .sec_content {
	background-color: #fff;
	border-radius: 35px;
	padding: 50px;
	margin-top: 30px;
}

#section_03 .sec_content>p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

#section_03 .sec_ttl_ttl {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1em;
	transform: translate(-7%, 15%);
}

#section_03 .sec_ttl_ttl p {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 0;
	aspect-ratio: 1/1;
	padding: 30px;
	display: flex;
	align-items: center;
}

#section_03 .sec_ttl_ttl p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FF6980;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
}

#section_03 .sec_item:nth-last-child(1) .sec_ttl_ttl {
	grid-template: "left1 right1"auto / 1fr auto;
	transform: translate(7%, 15%);
}

#section_03 .sec_item:nth-last-child(1) .sec_ttl_ttl h3 {
	grid-area: left1;
	text-align: right;
}

#section_03 .sec_item:nth-last-child(1) .sec_ttl_ttl p {
	grid-area: right1;
}

#section_03 .sec_item:nth-last-child(1) .sec_ttl_ttl p::before {
	background-color: #399AF6;
}

#section_03 .sec_list ul {
	display: flex;
	justify-content: center;
	gap: 2em;
	flex-wrap: wrap;
}

#section_03 .sec_list ul li {
	width: calc(50% - 2em);
}

#section_03 .sec_list ul li img {
	width: 400px;
}

#section_03 .sec_list ul li:nth-last-child(1) {
	width: auto;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 1em;
}

#section_03 .sec_item:nth-last-child(2) ul li:nth-last-child(1) img {
	height: 280px;
	width: auto;
}

#section_03.orgnl .sec_ttl p {
    font-size: 20px;
}

#section_03.orgnl .sec_ttl .sec_ttl_inner p span {
	padding: 19px;
}

#section_03.orgnl .sec_content>p {
	margin-bottom: 0;
}

#section_03.orgnl .sec_content h3 {
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	font-size: 110%;
}

#section_03.orgnl .sec_list {
	margin: -25px 0 15px;
}

#section_03.orgnl h4 {
	text-align: center;
	font-size: 110%;
}

#section_03.orgnl .sec_list ul li {
    width: auto;
}

#section_03.orgnl .sec_list ul li img {
    border: 3px solid #ccc;
    border-radius: 19px;
}

#section_03.orgnl .sec_ttl_ttl {
    width: 98%;
}

#section_03.orgnl .sec_ttl_ttl p {
    font-size: 28px;
    padding: 21px;
}

@media screen and (max-width:768px) {
	#section_03 .sec_content {
		padding: 40px 20px;
		margin-top: 30px;
	}

	#section_03 .sec_ttl_ttl,
	#section_03 .sec_item:nth-last-child(1) .sec_ttl_ttl {
		transform: translate(0);
		padding: 30px 0 15px;
	}

	#section_03 .sec_ttl_ttl p {
		padding: 15px;
	}

	#section_03 .sec_ttl_ttl h3 {
		font-size: 14px;
	}

	#section_03 .sec_list ul {
		flex-direction: column;
		gap: 1em 5%;
	}

	#section_03 .sec_list ul li {
		width: 100%;
	}

	#section_03 .sec_list ul li img {
		width: 100%;
	}

	#section_03 .sec_list ul li:nth-last-child(1) {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#section_03 .sec_item:nth-last-child(2) ul li:nth-last-child(1) img {
		height: auto;
	}

}


/*------------------------------------------------------------
	#section_04
------------------------------------------------------------*/
#section_04 {
	padding: 75px 0;
}

#section_04 .sec_list ul {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

#section_04 .sec_list ul .plus {
	margin-left: 10px;
}

#section_04 .sec_content p {
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}

#section_04 .flow_sp {
	display: none;
}

@media screen and (max-width:550px) {
	#section_04 .sec_list ul {
		flex-direction: column;
	}

	#section_04 .sec_list ul li {
		text-align: center;
	}

	#section_04 .sec_list ul li img {
		width: 50%;
		margin: 0 25px 0 auto;
	}

	#section_04 .sec_list ul .plus {
		margin-left: 0;
		margin-top: 20px;
		width: 25%;
	}

	#section_04 .sec_list ul .plus img {
		margin-right: auto;
	}

	#section_04 .flow_sp {
		display: inline;
	}

	#section_04 .flow_pc {
		display: none;
	}
}


/*------------------------------------------------------------
	#section_05
------------------------------------------------------------*/
#section_05 {
	padding: 75px 0 100px;
	position: relative;
}

#section_05::before {
	content: "";
	background: url(../img/main_bg_010.png) no-repeat left top;
	background-size: 22%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	z-index: -1;
}

#section_05::after {
	content: "";
	background: url(../img/main_bg_011.png) no-repeat right center;
	background-size: 33%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#section_05 .sec_content, .section_05_map .sec_content {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 35px;
	padding: 50px;
}

#section_05 .sec_info, .section_05_map .sec_info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4em;
}

#section_05 .sec_info-map, .section_05_map .sec_info-map {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 1em;
	margin-bottom: 70px;
	position: relative;
}

#section_05 .sec_info-left .sec_info-map::before,
.section_05_map .sec_info-left .sec_info-map::before {
	content: "";
	border-right: 1.8px solid #D3D3D4;
	position: absolute;
	right: -1.5em;
	height: 100%;
}

#section_05 .sec_info-map .sec_info-inner img,
.section_05_map .sec_info-map .sec_info-inner img {
	width: 70%;
}

#section_05 .sec_info-map .sec_info-inner .sp_img,
.section_05_map .sec_info-map .sec_info-inner .sp_img {
	display: none;
}

#section_05 .sec_info-table {
	position: relative;
	margin-bottom: 50px;
}

#section_05 .sec_info-table:nth-last-child(1) {
	margin-bottom: 20px;
}

#section_05 .sec_info-table p {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 0;
	aspect-ratio: 1/1;
	padding: 10px;
	text-align: center;
}

#section_05 .sec_info-table p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #8ED43E;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
}

#section_05 .sec_info-right .sec_info-table p::before {
	background-color: #00A84D;
}

#section_05 .sec_info-table table {
	width: 100%;
	border-spacing: 0;
}

#section_05 .sec_info-table table tr th,
#section_05 .sec_info-table table tr td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	text-align: center;
	padding: 5px 0;
	background-color: #fff;
}

#section_05 .sec_info-table table tr th:nth-last-child(1),
#section_05 .sec_info-table table tr td:nth-last-child(1) {
	border-right: 1px solid #000;
}

#section_05 .sec_info-table table tr:nth-last-child(1) th,
#section_05 .sec_info-table table tr:nth-last-child(1) td {
	border-bottom: 1px solid #000;
}

#section_05 .sec_info-left .sec_info-table table tr:nth-child(1) th {
	background-color: #E3F4CF;
}

#section_05 .sec_info-left .sec_info-table table tr:nth-child(1) th span {
	padding: 2px 5px;
	margin-left: 10px;
	background-color: #8ED43E;
	color: #fff;
}

#section_05 .sec_info-right .sec_info-table table tr:nth-child(1) th {
	background-color: #D9F0BD;
}

#section_05 .sec_info-right .sec_info-table table tr:nth-child(1) th span {
	padding: 2px 5px;
	margin-left: 10px;
	background-color: #00A84D;
	color: #fff;
}

#section_05 .sec_info-table table tr:nth-child(2) th,
#section_05 .sec_info-table table tr:nth-child(2) td {
	background-color: #E6EBEE;
}

.section_05_price {
	margin-bottom: 80px;
}

#section_05.section_05_price {
	padding-top: 0;
}

.section_05_price .sec_ttl h2, #section_02 .sec_content h3.bdr {
	font-size: clamp(22px, 4vw, 24px);
	color: #000;
	text-align: left;
	margin: 45px 0 25px;
	border-left: 8px solid #007df4;
	padding-left: 11px;
}

.section_05_price .content h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: clamp(26px, 4vw, 34px);
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', sans-serif;
}

.section_05_price .content h3 {
	text-align: center;
	font-size: 21px;
	margin: 15px auto;
}

.section_05_price .content .sec_ttl h3.bdr {
	font-size: clamp(22px, 4vw, 24px);
    color: #000;
    text-align: left;
    margin: 45px 0 25px;
    border-left: 8px solid #007df4;
    padding-left: 11px;
}

.section_05_price .content p.center {
	text-align: center;
}

.section_05_price .content ul.skill {
	text-align: center;
	font-size: 21px;
	margin: 0 auto 65px;
}

.section_05_price .content ul.skill li {
	display: inline-block;
	vertical-align: middle;
	background-color: #d0e7fd;
	border-radius: 50%;
	padding: 8% 0;
	margin: 0 1%;
	height: 250px;
	width: 250px;
}

.section_05_price .content ul.skill li:nth-child(2) {
	background-color: transparent;
	width: 40px;
	font-size: 40px;
	color: #007df4;
	font-weight: 800;
	padding: 9% 0;
}

.section_05_price .content ul.skill li h4 {
	margin: 0 auto 17px;
	border-bottom: 2px dotted #399AF6;
	width: 69%;
	display: block;
	padding-bottom: 7px;
}

.section_05_price .content ul.skill li span {
	background-color: #FF6980;
	color: #fff;
	padding: 4px;
	border-radius: 6px;
	margin: 0 4px;
}

.section_05_price .content ul.skill li span:nth-child(2) {
	background-color: #399AF6;
}

.section_05_price .content ul.skill li p.blue {
    font-size: 14px;
    position: absolute;
    margin: 17px 0 0 -18px;
    color: #007df4;
    font-weight: 600;
}

#section_02 .sec_content h3.bdr::before {
	background-image: none;
}

#section_05 .sec_content ul, .section_05_price .sec_content ul {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

#section_05 .sec_content>p, .section_05_price .sec_content>p {
	text-align: right;
}

#section_05 .sec_price, .section_05_price .sec_price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}

#section_05 .sec_price .sec_price_item,
.section_05_price .sec_price .sec_price_item {
	border-radius: 20px;
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #007DF4;
}

#section_05 .sec_price .sec_price_item p,
.section_05_price .sec_price .sec_price_item p {
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	height: 45px;
}

#section_05 .sec_price .sec_price_item p:nth-child(1),
.section_05_price .sec_price .sec_price_item p:nth-child(1) {
	border-radius: 10px 0 0 10px;
	background-color: #007DF4;
	color: #fff;
}

#section_05 .sec_price .sec_price_item p:nth-child(2),
.section_05_price .sec_price .sec_price_item p:nth-child(2) {
	font-size: 24px;
	color: #007DF4;
}

#section_05 .sec_price .sec_price_item p:nth-child(2) span,
.section_05_price .sec_price .sec_price_item p:nth-child(2) span {
	font-size: 14px;
	margin-left: 7px;
}

#section_05 .sec_contact {
	text-align: center;
	margin-top: 50px;
}

.section_05_map .sec_contact {
	text-align: center;
	margin-top: 0;
}

#section_05 .sec_contact h3, .section_05_map .sec_contact h3 {
	color: #007DF4;
	font-size: 24px;
}

.section_05_price .sec_info-left h4, .section_05_price .sec_info-right h4 {
	width: 100%;
    display: block;
    font-size: 40px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 15px auto;
}

#section_05 .sec_contact h4, .section_05_map .sec_contact h4 {
	font-size: 22px;
	margin: 7px 0;
}

.section_05_map .sec_contact p.tel {
	font-size: 22px;
	margin: 7px 0;
    font-weight: 800;
}

#section_05.section_05_price .sec_contact p.kanou {
	font-size: 19px;
    background-color: #8ed43e;
    color: #fff;
    width: 185px;
    display: block;
    margin: 0 auto 18px;
    padding: 5px 3px 5px 10px;
    border-radius: 3px;
}

#section_05.section_05_price .sec_contact p.cmnt {
    color: #007DF4;
    font-size: 21px;
    border: 1px solid #007DF4;
    margin: 20px auto 0;
    padding: 7px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'Noto Serif JP', sans-serif;
}

@media screen and (max-width:896px) {
	#section_05 .sec_info-map .sec_info-inner img,
	.section_05_map .sec_info-map .sec_info-inner img {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	#section_05::before, .section_05_map::before {
		background-size: 45%;
		top: 0%;
	}

	#section_05 .sec_content, .section_05_map .sec_content {
		padding: 40px 20px;
	}

	#section_05 .sec_info, .section_05_map .sec_info {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#section_05 .sec_info-map, .section_05_map .sec_info-map {
		margin-bottom: 50px;
	}

	#section_05 .sec_info-map>img, .section_05_map .sec_info-map>img {
		width: 100%;
	}

	#section_05 .sec_info-map .sec_info-inner img,
	.section_05_map .sec_info-map .sec_info-inner img {
		width: 70%;
	}

	#section_05 .sec_info-left .sec_info-map::before,
	.section_05_map .sec_info-left .sec_info-map::before {
		border-right: 0;
	}

	#section_05 .sec_info-table p {
		font-size: 12px;
	}

	#section_05 .sec_content>p {
		margin-bottom: 15px;
		font-size: 14px;
	}

	#section_05 .sec_price, .section_05_price .sec_price {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#section_05 .sec_price .sec_price_item p,
	.section_05_price .sec_price .sec_price_item p {
		font-size: 18px;
	}

	#section_05 .sec_price .sec_price_item p:nth-child(2),
	.section_05_price .sec_price .sec_price_item p:nth-child(2) {
		font-size: 20px;
	}

	#section_05 .sec_price .sec_price_item p:nth-child(2) span,
	.section_05_price .sec_price .sec_price_item p:nth-child(2) span {
		font-size: 12px;
	}
	.section_05_price .content ul.skill li {
		padding: 12% 0;
		margin: 0 0;
		height: 235px;
		width: 235px;
	}
	.section_05_price .content ul.skill li:nth-child(2) {
		width: 37px;
		font-size: 38px;
		padding: 15% 0;
	}
}

@media screen and (max-width:600px) {
	.section_05_price .content ul.skill li {
		display: block;
		margin: 0 auto;
	}
	.section_05_price .content ul.skill li:nth-child(2) {
		padding: 0 0;
		height: auto;
	}
	#section_05.section_05_price .sec_info-left h3, #section_05.section_05_price .sec_info-right h3 {
		font-size: 30px;
	}
}

@media screen and (max-width:425px) {
	#section_05 .sec_info-map, .section_05_map .sec_info-map {
		grid-template-columns: 1fr;
	}

	#section_05 .sec_info-map .sec_info-inner img,
	.section_05_map .sec_info-map .sec_info-inner img {
		height: 28vw;
		width: auto;
	}

	#section_05 .sec_info-map .sec_info-inner .pc_img,
	.section_05_map .sec_info-map .sec_info-inner .pc_img {
		display: none;
	}

	#section_05 .sec_info-map .sec_info-inner .sp_img,
	.section_05_map .sec_info-map .sec_info-inner .sp_img {
		display: block;
	}
}


/*------------------------------------------------------------
	#section_event
------------------------------------------------------------*/
section.event {
	position: relative;
	margin: 5vh auto;
}
section.event .event_bx {
	width: 90%;
	max-width: 580px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #579ce3;
	padding: 26px 0 0;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.85);
}
section.event .event_bx h2 {
	font-size: 28px;
	font-weight: 600;
}
section.event .event_bx p.link {
	width: 390px;
	margin: 20px auto -30px;
}
section.event .event_bx p.link a {
	display: block;
	color: #fff;
	font-size: 20px;
	position: relative;
	padding: 13px 8px 9px 6px;
	border-bottom: 5px solid #a3293c;
	border-radius: 50vh;
	background-color: #ff4561;
}
section.event .event_bx p.link a:before {
	content: ">";
	display: inline-block;
	color: #ff4561;
	font-size: 45px;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	width: 92px;
	font-weight: 200;
	transform: scale(0.4, 1);
	vertical-align: middle;
	height: 38px;
	line-height: 0.75;
	margin: -1px -14px 3px -38px;
}
section.event .event_bx p.link a:hover {
	border-bottom: 5px solid #aaa;
	background-color: #f18e9d;
	filter: alpha(opacity=10);
	-moz-opacity: 1;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
section.event .event_bx.document {
	max-width: 965px;
	padding: 0 1%;
	margin: 45px auto 95px;
}
section.event .event_bx.document div {
	width: 60%;
	padding: 0 1%;
	display: inline-block;
	vertical-align: middle;
}
section.event .event_bx.document div:nth-last-child(2) {
	width: 34%;
	margin: 25px 0 -45px 0;
}
section.event .event_bx.document div h2 {
	margin-top: 28px;
}
section.event .event_bx.document div p {
	margin: 20px 0;
}
section.event .event_bx.document.img_b div {
    padding: 0;
    position: relative;
    z-index: 1;
}
section.event .event_bx.document.img_b div h2 {
	font-size: 36px;
}
section.event .event_bx.document.img_b div h2 br {
	display: none;
}
section.event .event_bx.document.img_b div:nth-last-child(2) {
    width: 50%;
    margin: 13px 0 -49px -12%;
    z-index: 0;
    position: relative;
}
section.event .event_bx.document.img_b div p br.br_sp {
	display: none;
}
p.copy {
	font-size: 14px;
	margin: 50px auto 15px;
	text-align: center;
}
#section_05 {
	padding-bottom: 35px;
}
section.summer {
    position: relative;
    margin: 0 auto;
}
section.summer .summer_bx {
	width: 90%;
    max-width: 965px;
	text-align: center;
    margin: 45px auto 95px;
	border: 2px solid #ccc;
    padding: 23px 1% 0;
	border-radius: 25px;
	background-color: #39b3ca;
}
section.summer .summer_bx div {
    width: 95%;
    padding: 0 1%;
    display: inline-block;
}
section.summer .summer_bx div img {
    width: 100%;
    max-width: 615px;
}
section.summer .summer_bx div h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 6px auto 18px;
    color: #ffe731;
}
section.summer .summer_bx div h2 span {
    display: block;
    font-size: 13px;
}
section.summer .summer_bx div p {
    font-size: 90%;
    color: #fff;
}
section.summer .summer_bx p.link {
    width: 390px;
    margin: 20px auto -30px;
}
section.summer .summer_bx p.link a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 13px 8px 9px 6px;
    border-bottom: 5px solid #00449a;
    border-radius: 50vh;
    background-color: #007df4;
}
section.summer .summer_bx p.link a:before {
    content: ">";
    display: inline-block;
    color: #00449a;
    font-size: 45px;
    background: #fff;
    padding: 0;
    border-radius: 50%;
    width: 92px;
    font-weight: 200;
    transform: scale(0.4, 1);
    vertical-align: middle;
    height: 38px;
    line-height: 0.75;
    margin: -1px -14px 3px -38px;
}
section.summer .summer_bx p.link a:hover {
	border-bottom: 5px solid #aaa;
	background-color: #309aff;
	filter: alpha(opacity=10);
	-moz-opacity: 1;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
section.summer.banner .summer_bx {
	max-width: 480px;
    margin: 20px auto 0px;
    padding: 15px 1% 10px 4%;
    width: 75%;
    position: relative;
    bottom: -20px;
}

@media screen and (max-width: 1000px) {
    section.summer.banner .summer_bx {
        bottom: -50px;
    }
    section.event .event_bx.document.img_b div {
        width: 100%;
    }
    section.event .event_bx.document.img_b div:nth-last-child(2) {
        width: 100%;
        margin: 13px auto -40px;
    }
    section.event .event_bx.document.img_b div img {
        max-width: 540px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
	#mainvisual .mainvisual_content .mainvisual_copy {
		bottom: 3%;
	}
	section.event .event_bx h2 {
		font-size: 25px;
	}
	section.event .event_bx p.link {
		width: 325px;
	}
	section.event .event_bx p.link a {
		font-size: 17px;
	}
	section.event .event_bx p.link a:before {
		font-size: 38px;
		width: 83px;
		height: 32px;
	}
	section.event .event_bx.document div {
		width: 100%;
	}
	section.event .event_bx.document div:nth-last-child(2) {
		width: 100%;
		margin: 0 0 5px 0;
	}
	section.event .event_bx.document div img {
		max-width: 300px;
	}
	section.summer .summer_bx div h2 {
  	    font-size: 20px;
	}
    section.summer .summer_bx p.link {
        width: 325px;;
    }
    section.summer .summer_bx p.link a {
        font-size: 17px;
    }
	#mainvisual .mainvisual_list {
        bottom: 14%;
    }
	#mainvisual .mainvisual_content .mainvisual_copy {
		bottom: 8%;
	}
	section.summer {
		bottom: -5px;
	}
}

@media screen and (max-width: 600px) {
	section.event .event_bx.document div p {
		font-size: 14px;
	}
	section.event .event_bx.document h2 {
		font-size: 22px;
	}
	section.summer .summer_bx div h2 {
  	  font-size: 18px;
	}
	#mainvisual .mainvisual_list {
        bottom: 15%;
    }
	#mainvisual .mainvisual_content .mainvisual_copy {
		bottom: 8%;
	}
    section.summer {
		bottom: 0;
	}
    section.event .event_bx.document.img_b div h2 br {
	    display: block;
    }
	section.event .event_bx.document.img_b div p br.br_sp {
		display: block;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #8ED43E;
	position: relative;
	padding-bottom: 50px;
}

#footer .footer_top-banner {
	transform: translate(0, -50%);
	background-color: #FF4561;
	padding: 5px 0;
	position: relative;
}

#footer .footer_top-inner {
	text-align: center;
	color: #fff;
}

#footer .footer_top-inner img {
	position: absolute;
	left: 10vw;
	bottom: 5px;
	width: 80px;
}

#footer .footer_top-inner h2 {
	font-size: 24px;
}

#footer .footer_top-inner p {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#footer .footer_middle>p {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

#footer .footer_middle .footer_middle-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}

#footer .footer_middle-content .footer_middle-item a {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

#footer .footer_middle-content .footer_middle-item a img {
	width: 80%;
	aspect-ratio: 1/0.286;
}

#footer .footer_middle-content .footer_middle-item p {
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

#footer .footer_bottom {
	text-align: center;
	margin-top: 50px;
}

#footer .footer_bottom a {
	width: 250px;
	display: inline-block;
}

.page_top {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 1;
}

.page_top #page-top {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 7px #00000070;
	cursor: pointer;
}

.page_top #page-top:hover {
	opacity: 0.7;
}

.page_top #page-top::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%) rotate(-45deg);
	width: 20px;
	height: 20px;
	border-top: 5px solid #FF4561;
	border-right: 5px solid #FF4561;
}

/* 20240321 追加 */
#footer .ft_sarabx {
	margin-top: 100px;
	padding-top: 10px;
}
#footer .ft_sarabx .inbx {
	border: 3px solid #ccc;
	padding: 55px 2% 21px;
	border-radius: 15px;
	margin-top: -45px;
	background-color: #39b3ca;
}
#footer .ft_sarabx .footer_top-banner {
	background-color: transparent;
	padding: 5px 0 25px;
	border-bottom: 3px dotted #fff;
}
#footer .ft_sarabx .footer_top-inner img {
	bottom: 18px;
}
#footer .ft_sarabx .footer_top-inner h3 {
}
.mb35 {
	margin-bottom: 35px;
}
.mb130 {
	margin-bottom: 130px !important;
}
div.b_txt {
	margin: 0 0 30px !important;
}
div.b_txt p {
	border: 2px solid #a7c585;
	padding: 3px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	border-radius: 7px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
div.b_txt span {
	text-align: center;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
}

@media screen and (max-width:768px) {
	#footer {
		padding-bottom: 150px;
	}

	#footer .footer_top-inner img {
		left: 3vw;
		top: -27px;
	}

	#footer .footer_top-inner p {
		position: static;
		transform: translate(0, 0);
	}

	#footer .footer_middle .footer_middle-content {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#footer .footer_middle-content .footer_middle-item p {
		margin-top: 10px;
	}

	.page_top {
		bottom: 100px;
		left: auto;
		right: 5%;
	}

	.page_top #page-top {
		width: 45px;
		height: 45px;
	}

	.page_top #page-top::before {
		width: 17px;
		height: 17px;
		border-top: 4px solid #FF4561;
		border-right: 4px solid #FF4561;
	}

}

@media screen and (max-width:600px) {
	#footer .footer_top-inner img {
		left: 3vw;
		width: 50px;
	}
}

@media screen and (max-width:425px) {
	#footer .footer_top-inner img {
		width: 15vw;
	}

	#footer .footer_top-inner h2 {
		font-size: 18px;
	}

	#footer .footer_top-inner p {
		font-size: 14px;
	}

	#footer .footer_bottom a img {
		width: 70%;
	}
}

/* 20240424 追加 */
div.attent {
	width: 94%;
	max-width: 560px;
	margin: 15px auto 34px;
	border: 3px solid #a0bfdd;
	border-radius: 10px;
	padding: 15px 22px 20px;
	background-color: #fff;
	display: block;
	position: relative;
	font-size: 12px;
}
div.attent h5 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 9px;
}
div.attent p {
	font-size: 16px;
	margin: 0 0 5px 0;
}
#footer .footer_middle-content .footer_middle-item a.txtlink {
    background-color: transparent;
    color: #fff;
    padding: 0;
}
