html {
	scroll-behavior: smooth;
}
body,
html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	z-index: 10;
	position: fixed;
	background-color: #fdfdfd;
}
#header {
	z-index: 30;
	position: absolute;
	background-color: transparent;
}
header, #header {
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	background-image: url(/content/images/90x75.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #FDE67C;*/
}

#wrapper {
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.wrapper { 
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.c-both {
	clear: both;
	height: 0;
}

.gsap_h1_outer{
	text-align: center;
	width: 100%;
}
.gsap_h1 {
	font-size: 45px;
	font-weight: 200;
	color: #24486C;
	margin: 0;
	line-height: 75px;
}
section {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
/*
h2 {
	padding: 0 32px;
	font-size: 20px;
	text-align: left;
}
h2 + div {
	margin-bottom: 80px;
}
*/
@media screen and ( max-width: 660px ) {
	.gsap_h1 {
		font-size: 30px;
		line-height: 45px;
	}
/*
	h2 {
		font-size: 32px;
	}
*/
}

/*  loop */
.loop_js {
	position: absolute;
	bottom: 0;
}
.loop_wrap {
	display: flex;
	width: 100vw;
	height: 200px;
	overflow: hidden;
}
.loop_wrap img {
	width: auto;
	height: 100%;
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
.loop_wrap img:first-child {
	animation: loop 200s -100s linear infinite;
}

.loop_wrap img:last-child {
	animation: loop2 200s linear infinite;
}

@media screen and ( max-width: 660px ) {
	.loop_wrap {
		width: 100vw;
		height: 150px;
	}
	.loop_wrap img {
		width: auto;
		height: 150px;
	}
}

.button {
	display: block;
	background: #2B496F;
	font-size: 35px;
	line-height: 80px;
	color: #fff;
	margin: 115px auto 250px;
	text-align: center;
	width: 600px;
	max-width: 100%;
	border-radius: 40px;
}
@media screen and ( max-width: 660px ) {
	.button {
		font-size: 28px;
		line-height: 60px;
		margin: 100px 10px;
		text-align: center;
		width: auto;
		border-radius: 30px;
	}
}

.buttonNeumorphism {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100px;
	aspect-ratio: 1;
	color: #24486C;
	background-color: #fdfdfd;
	border-radius: 50%;
	box-shadow: 0px -4px 8px transparent, 0px 4px 8px rgb(36 72 108 / 24%);
	font-size: 35px;
	margin: 25px auto 0;
	text-align: center;
	text-decoration: none;
}
@media (any-hover: hover) {
	.buttonNeumorphism {
		transition: box-shadow 0.2s;
	}
	.buttonNeumorphism:hover {
		box-shadow: 0px -2px 4px transparent, 0px 2px 4px rgb(36 72 108 / 24%);
	}
	.buttonNeumorphism:active {
		background-color: #fdfdfd;
		box-shadow: inset 0px 4px 8px rgb(0 0 0 / 16%);
	}
}
@media screen and ( max-width: 660px ) {
	.buttonNeumorphism {
		width: 100px;
		font-size: 30px;
	}
}



 /* #section1-------------------------------------------------------------*/
#section1 {
	height: 950px;
	background: #FDE67C;
	z-index: 20;
}
#section1 .gsap_h1_outer {
	position: absolute;
	top: 250px;
	left: 0%;
}
@media screen and ( max-width: 660px ) {
	#section1 {
		height: 700px;
	}
	#section1 .gsap_h1_outer {
		position: absolute;
		top: 200px;
		left: 0%;
	}
}

 /* #section2-------------------------------------------------------------*/
#section2 {
	height: 950px;
	background: #FDE67C;
	z-index: 20;
}
#section2 #circle_outer {
	position: relative;
	width: 1000px;
	height: 950px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
#section2 .gsap_h1_outer {
	position: absolute;
	top: 250px;
	left: 0;
}
#section2 .circle1 {
	position: absolute;
	top: 40px;
	left: -250px;
}
#section2 .circle2 {
	position: absolute;
	top: 140px;
	right: -230px;
}
#section2 .circle3 {
	position: absolute;
	bottom: 120px;
	left: -100px;
}
#section2 .circle4 {
	position: absolute;
	bottom: 130px;
	right: -100px;
}
.circle1 img {
	width: 400px;
}
#section2 .circle2 img {
	width: 360px;
}
#section2 .circle3 img {
	width: 300px;
}
#section2 .circle4 img {
	width: 280px;
}
@media screen and ( max-width: 1400px ) {
	#section2 {
		height: 1050px;
	}
	#section2 #circle_outer {
		width: 100%;
		height: 1050px;
	}
	#section2 .gsap_h1_outer {
		top: 425px;
		left: 0;
	}
	#section2 .gsap_h1_outer {
		top: 370px;
	}
	#section2 .circle1 {
		top: 30px;
		left:  -35px;
	}
	#section2 .circle2 {
		top: 75px;
		right: -25px;
	}
	#section2 .circle3 {
		bottom: 100px;
		left: -35px;
	}
	#section2 .circle4 {
		bottom: 50px;
		right: -35px;
	}
	#section2 .circle1 img {
		width: 400px;
	}
	#section2 .circle2 img {
		width: 360px;
	}
	#section2 .circle3 img {
		width: 300px;
	}
	#section2 .circle4 img {
		width: 280px;
	}
}
@media screen and ( max-width: 900px ) {
	#section2 .circle1 img {
		width: 300px;
	}
	#section2 .circle2 img {
		width: 270px;
	}
	#section2 .circle3 img {
		width: 250px;
	}
	#section2 .circle4 img {
		width: 225px;
	}
}
@media screen and ( max-width: 660px ) {
	#section2 {
		height: 800px;
	}
	#section2 #circle_outer {
		width: 380px;
		height: 800px;
	}
	#section2 .gsap_h1_outer {
		top: 310px;
	}
/*
	#section2 .circle1 {
		top: 30px;
		left:  -35px;
	}
	#section2 .circle2 {
		top: 75px;
		right: -25px;
	}
	#section2 .circle3 {
		bottom: 100px;
		left: -35px;
	}
	#section2 .circle4 {
		bottom: 50px;
		right: -35px;
	}
*/
	#section2 .circle1 img {
		width: 220px;
	}
	#section2 .circle2 img {
		width: 160px;
	}
	#section2 .circle3 img {
		width: 170px;
	}
	#section2 .circle4 img {
		width: 170px;
	}
}

 /* #section3-------------------------------------------------------------*/
#section3 {
	height: 850px;
	background: #fdfdfd;
	z-index: 20;
}
#section3 .gsap_h1_outer {
	position: absolute;
	top: 100px;
	left: 0%;
}
#loop_js1 {
	width: 100%;
	height: 455px;
	background: url(/content/images/1600x475.png) no-repeat center center;
	background-size: auto 455px;
	position: absolute;
	bottom: 0;
}
@media screen and ( max-width: 660px ) {
	#section3 {
		height: 650px;
	}
	#loop_js1 {
		width: 100%;
		height: 250px;
		background-size: auto 250px;
	}
}

 /* #section4-------------------------------------------------------------*/
#section4 {
	background: #FDE67C;
	height: 1100px;
	z-index: 20;
	overflow: hidden;
}
#section4 .gsap_h1_outer {
	position: absolute;
	bottom: 100px;
	left: 0;
}
#rotateElement {
	position: absolute;
	margin-top: 120px;
	width: 700px;
	left: calc(50% - 350px);
}
@media screen and ( max-width: 660px ) {
	#section4 {
		height: 800px;
	}
	#section4 .gsap_h1_outer {
		bottom: 60px;
	}
	#rotateElement {
		margin-top: 100px;
		width: 500px;
		 left: calc(50% - 250px);
	}
}

 /* #section5-------------------------------------------------------------*/
#section5 .gsap_h1_outer {
	margin: 200px 0 50px;
}
.apng_bg img {
	background-image: url(/content/images/1485856072_720.webp);
	background-size: 100% 100%; 
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}
#section5-img_pc {
	display: block;
}
#section5-img_sp {
	display: none;
}
@media screen and (max-width: 1020px) {
	#section5-img_pc {
		display: none;
	}
	#section5-img_sp {
		display: block;
	}
}
@media screen and (max-width: 420px) {
	#section5-img_sp img {
		width: 320px;
	}
}

 /* #section6-------------------------------------------------------------*/
#section6 {
	margin: 0 0 80px;
}
#section6 .gsap_h1_outer {
	margin: 250px 0 50px;
}
.grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	max-width: 1060px;
	margin: 0 auto;
}
.grid .item {
	background: #fff;
	text-align: center;
	height: 250px;
}
.grid .item > div{
	background-image: url(/content/images/1485856072_720.webp);
	background-size: 100% 100%; 
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.grid .item img {
	max-width: 100%;
	height: 250px;
}
@media screen and (max-width: 1200px) {
	.grid {
		max-width: 780px;
	}
}
@media screen and (max-width: 780px) {
	.grid {
		max-width: 520px;
	}
}
@media screen and (max-width: 520px) {
	.grid {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		max-width: 355px;
	}
	.grid .item {
		height: 170px;
	}
	.grid .item > div{
		width: 170px;
		height: 170px;
	}
	.grid .item img {

		height: 170px;
	}
}

 /* #section7-------------------------------------------------------------*/
#section7 .gsap_h1_outer {
	margin: 170px 0 50px;
}
.side-scroll {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.side-scroll-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.side-scroll-list-wrapper {
	position: relative;
	width: 100%;
	height: 550px;
}
.side-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	gap: 0 30px;
}
.side-scroll-item {
	display: flex;
	align-items: left;
	justify-content: left;
	width: 1000px;
	height: 500px;
}
.side-scroll-item img {
	width: 500px;
	height:auto;
}
.side-scroll-item div {
	width: 500px;
	height:auto;
	box-sizing: border-box;
	padding: 10px 0px 10px 40px;
	text-align: left;
}
.side-scroll-item div h2 {
	font-size: 35px;
	text-align: left;
	line-height: 50px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.side-scroll-item div p {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
}
.side-scroll-item + .side-scroll-item {
	margin-left: 60px;
}
@media screen and (max-width: 900px) {
	.side-scroll-item {
		width: 740px;
		height: 370px;
	}
	.side-scroll-item img {
		width: 370px;
	}
	.side-scroll-item div {
		width: 370px;
		padding: 10px 0px 15px 40px;
	}
	.side-scroll-item div h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.side-scroll-item div p {
		font-size: 17px;
		line-height: 24px;
	}
}
@media screen and (max-width: 660px) {
	.side-scroll-item div h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

 /* #section9-------------------------------------------------------------*/
#section9 {
	margin-top: 150px;
	background: #FDE67C;
	background-image: url(/content/images/fff.png), url(/content/images/1485856072_720.webp);
	background-size: 100% 100%;
	padding: 150px 0;
}
#section9 .gsap_h1_outer {
	margin: 0 0 75px;
}
.balloon {
	display: inline-block;
	position: relative;
	margin: 30px;
	padding: 50px;
	background: #fff;
	border-radius: 60px;
	font-size: 33px;
	text-align: left;
	color: #254167;
}
.balloon::after{
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	margin: auto 0;
	height: 30px;
	width: 90px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.balloon2{
	float: right;
}
.balloon2::after{
	right: -20px;
}
.balloon1{
	float: left;
}
.balloon1::after{
	left: -20px;
}
.balloon>div {
	position: absolute;
	font-size: 140px;
	color: #FDE67C;
	font-weight: 100;
	z-index: 10;
}
.balloon .dq {
	top: -15px;
	left: -50px;
}
.balloon .dq::after {
	content: "“";
}
.balloon .dq1 {
	bottom: -115px;
	right: -50px;
}
.balloon .dq1::after {
	content: "”";
}
.notBalloon {
	font-size: 28px;
	padding: 80px 40px;
	text-align: center;
}
.notBalloon1 {
	float: right;
}
.notBalloon2 {
	float: left;
}
@media screen and (max-width: 1020px) {
	.balloon {
		margin: 30px;
		padding: 30px;
		border-radius: 40px;
		font-size: 25px;
		line-height: 35px;
	}
	.balloon>div {
		font-size: 110px;
	}

	.balloon .dq {
		top: 25px;
		left: -50px;
	}
	.balloon .dq1 {
		bottom: -50px;
		right: -50px;
	}
	.notBalloon {
		font-size: 25px;
		line-height: 35px;
		padding: 60px 15px;
		text-align: center;
	}
}
@media screen and (max-width: 660px) {
	.balloon {
		margin: 25px;
		padding: 25px;
		border-radius: 40px;
		font-size: 21px;
		line-height: 31px;
	}
	.balloon>div {
		font-size: 110px;
	}

	.balloon .dq {
		top: 25px;
		left: -50px;
	}
	.balloon .dq1 {
		bottom: -50px;
		right: -50px;
	}
	.notBalloon {
		font-size: 21px;
		line-height: 31px;
		padding: 30px 15px;
		text-align: center;
	}
}

 /* #section8-------------------------------------------------------------*/
#section8 .gsap_h1_outer {
	margin: 150px 0 50px;
}
#section8 img {
	max-width: 100%;
}



#arrow {
	height: 150px;
	width: 150px;
	margin: -100px auto 0;
	background: #FDE67C;
	transform: rotate(45deg);
}



 /* #section10-------------------------------------------------------------*/
#section10 {
	margin-top: 150px;
	background: #FDE67C;
	background-image: url(/content/images/fff1.png), url(/content/images/1485856072_720.webp);
	background-size: 100% 100%;
	padding: 150px 0 50px;
}
#section10 .gsap_h1_outer {
	margin: 0 0 75px;
}
/* dl -------------------------------------------------- */
main dl, main dt, main dd {
	margin: 0;
	padding: 0;

}
main dl  {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
line-height: 25px;
}
main dt {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}
main dd {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (min-width: 980px) {
	main dt {
		float: left;
		clear: both;
		width: 300px;
	}
	main dd {
		margin-left: 300px;
	}
}
@media screen and (max-width: 979px) {
	main dt {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #000;
	}
	main dd {
		margin-left: 0;
		border-width: 0;
	}
	main dd a {
		background: none;
	}
}
