@charset "UTF-8";


/*========================================

  indexページ

========================================*/
/* 共通 */
.com_h3 {
	width: 520px;
	margin: 0 auto;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 20px;
	background-color: #009d91;
	padding: .4em 0;
	margin-top: 120px;
	margin-bottom: 60px;
}

.sec_bg {
	background-image: url(../img/bg_circle.png);
	background-position-x: center;
	background-position-y: 48vw;
	background-repeat: repeat-y;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.com_h3 {
		width: 86%;
		margin: 0 auto;
		font-size: 6vw;
		border-radius: 3vw;
		padding: .4em 0;
		margin-top: 15vw;
		margin-bottom: 7vw;
	}

	.sec_bg {
		background-image: none;
		padding-bottom: 15vw;
	}
}



/* hero */
#hero {
	background-color: #00aea5;
	height: 1520px;
}

#hero .innr {
	position: relative;
	background-image: url(../img/hero_img_pc.webp);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -100px;
	height: 1600px;
	z-index: 100;
}

#hero h1 {
	display: none;
}

@media screen and (max-width: 767px) {
	#hero {
		background-color: #fff;
		height: 241vw;
	}

	#hero .innr {
		background-image: url(../img/hero_img_sp.webp);
		background-position-y: 0;
		background-size: cover;
		height: 247vw;
	}
}



/* sec001 */
#sec001 .wrap_innr {
	background-image: url(../img/bg_pc.webp);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: 100% auto;
}

#sec001 .sec_innr {
	padding-top: 270px;
}

#sec001 .news {
	display: flex;
	background-color: rgb(255 255 255 / .9);
	padding: 40px;
	margin-bottom: 200px;
}

#sec001 .news .ttl {
	text-align: left;
	margin-right: 40px;
	font-size: 65px;
	min-width: 3em;
}

#sec001 .news .ttl strong {
	display: block;
	color: #009d91;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#sec001 .news .ttl h2 {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 100vh;
	background-color: #009d91;
	padding: .5em 1.2em;
}

#sec001 .news .ttl h2 a {
	color: #fff;
}

#sec001 .news .ttl h2::before {
	content: "\f03a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .3em;
}

#sec001 .news ul {
	text-align: left;
	border-left: 2px solid #000;
	padding-left: 40px;
}

#sec001 .news ul li {
	font-size: 24px;
	list-style: none;
	padding: .3em 0;
}

#sec001 .news ul li a {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 1em;
	align-items: start;
}

#sec001 .news ul li span {
	display: inline-block;
	grid-column: 1;
}

#sec001 .box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	border-radius: 25px;
	border: 4px solid #00aea5;
	box-sizing: border-box;
	background-image: url(../img/bg_dot_pc.png);
	background-repeat: repeat;
	background-position-x: center;
	background-position-y: center;
	padding: 50px 60px;
	margin-bottom: 80px;
}

#sec001 .box .t01 {
	display: block;
	color: #f3f3a7;
	font-size: 65px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-top: -30px;
}

#sec001 .box .t02 {
	display: block;
	color: #f3f3a7;
	font-size: 123px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-top: -50px;
}

#sec001 .box .i01 {
	position: absolute;
	bottom: 145px;
	left: 500px;
}

#sec001 .box .i02 {
	position: absolute;
	bottom: 45px;
	right: 70px;
}

#sec001 .box .i03 {
	position: absolute;
	bottom: 45px;
	right: 80px;
}

#sec001 .box .i04 {
	position: absolute;
	top: 170px;
	right: 30px;
}

#sec001 .box h2 {
	color: #009d91;
	font-size: 50px;
	font-weight: 700;
	margin-top: -30px;
}

#sec001 .box .specs {
	display: flex;
	margin-top: 10px;
}

#sec001 .box .specs ul:first-child {
	margin-right: 30px;
}

#sec001 .box .specs ul li {
	font-size: 20px;
	list-style: none;
	margin-top: 10px;
}

#sec001 .box .specs ul li span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	background-color: #009d91;
	margin-right: .8em;
	padding: .2em .5em;
}

#sec001 .box .bnr {
	margin-top: 30px;
}

#sec001 .box .bnr a:first-child {
	margin-right: 20px;
}

#sec001 .box .bnr a img {
	height: 70px;
}

@media screen and (max-width: 767px) {
	#sec001 .wrap_innr {
		background-image: url(../img/bg_sp.webp);
		background-position-x: center;
		background-position-y: top;
		background-size: 100% auto;
	}

	#sec001 .sec_innr {
		padding-top: 30vw;
	}

	#sec001 .news {
		flex-direction: column;
		padding: 5vw;
		margin-bottom: 5vw;
	}

	#sec001 .news .ttl {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 0;
	}

	#sec001 .news .ttl strong {
		font-size: 10vw;
	}

	#sec001 .news .ttl h2 {
		font-size: 3.6vw;
		padding: .3em 1em;
	}

	#sec001 .news ul {
		border-left: none;
		border-top: 1px solid #000;
		padding-top: .5em;
		padding-left: 0;
	}

	#sec001 .news ul li {
		font-size: 3.8vw;
		text-align: justify;
		text-justify: inter-ideograph;
		padding: .5em .2em;
		border-bottom: 1px dotted #ccc;
	}

	#sec001 .news ul li a {
		display: block;
	}

	#sec001 .news ul li span {
		display: block;
		margin-right: 0;
	}

	#sec001 .box {
		position: relative;
		width: 100%;
		margin: 0 auto;
		border-radius: 6vw;
		border: 3px solid #00aea5;
		background-image: url(../img/bg_dot_pc.png);
		background-repeat: repeat;
		background-position-x: center;
		background-position-y: center;
		padding: 5vw 5vw;
		margin-bottom: 6vw;
	}

	#sec001 .box .t01 {
		font-size: 7vw;
		margin-top: 0;
	}

	#sec001 .box .t02 {
		font-size: 12vw;
		margin-top: -4vw;
	}

	#sec001 .box .t03 {
		font-size: 6vw;
	}

	#sec001 .box .i01 {
		position: absolute;
		bottom: auto;
		top: 37vw;
		left: 5vw;
		z-index: 20;
	}

	#sec001 .box .i01 img {
		width: 25vw;
	}

	#sec001 .box .i02 {
		position: absolute;
		bottom: 43vw;
		right: 5vw;
	}

	#sec001 .box .i02 img {
		width: 60vw;
	}

	#sec001 .box .i03 {
		position: absolute;
		bottom: 45vw;
		right: 5vw;
	}

	#sec001 .box .i03 img {
		width: 60vw;
	}

	#sec001 .box .i04 {
		position: absolute;
		top: 26vw;
		right: 2vw;
	}

	#sec001 .box .i04 img {
		width: 20vw;
	}

	#sec001 .box h2 {
		font-size: 6vw;
		margin-top: -3vw;
	}

	#sec001 .box .specs {
		display: flex;
		margin-top: 50vw;
	}

	#sec001 .box .specs ul:first-child {
		margin-right: 3vw;
	}

	#sec001 .box .specs ul li {
		font-size: 3.6vw;
		margin-top: 2vw;
	}

	#sec001 .box .specs ul li span {
		font-size: 3.2vw;
		margin-right: .5em;
		padding: .2em .5em;
	}

	#sec001 .box .bnr {
		margin-top: 3vw;
	}

	#sec001 .box .bnr a:first-child {
		margin-right: 3vw;
	}

	#sec001 .box .bnr a img {
		height: 10vw;
	}
}



/* sec002 */
#sec002 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec002 .box .item {
	width: 376px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
	margin-bottom: 36px;
}

#sec002 .box .item dl {
	margin: 0;
	padding: 0;
}

#sec002 .box .item dl dt img {
	width: 376px;
	border-radius: 10px 10px 0 0;
}

#sec002 .box .item dl dd {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 90px;
	height: 90px;
}

#sec002 .box .item dl dd.two {
	padding-top: .6em;
	line-height: 1.2em;
}

#sec002 .box .item dl dd.two small {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#sec002 .box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#sec002 .box .item {
		width: 48%;
		border-radius: 2vw;
		box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
		margin-bottom: 5vw;
	}

	#sec002 .box .item dl dt img {
		width: 100%;
		border-radius: 2vw 2vw 0 0;
	}

	#sec002 .box .item dl dd {
		font-size: 3.4vw;
		letter-spacing: normal;
		line-height: 3.5em;
		height: auto;
	}

	#sec002 .box .item dl dd.two {
		padding-top: .4em;
		line-height: 1.4em;
	}

	#sec002 .box .item dl dd.two small {
		display: block;
		font-size: 3vw;
	}
}



/* sec003 */
#sec003 {
	padding-bottom: 50px;
}

#sec003 .com_h3 {
	margin-top: 30px;
}

#sec003 .tx_cs {
	font-size: 40px;
	padding: 0px 0 100px;
	font-family: "Montserrat",
		sans-serif;
	font-weight: 700;
}

#sec003 h4 {
	color: #009d91;
	font-size: 40px;
	font-weight: 700;
}

#sec003 h4.orange {
	color: #e60;
	font-size: 40px;
	font-weight: 700;
	margin-top: 120px;
}

#sec003 .copy {
	font-size: 20px;
	margin-top: .5em;
}

#sec003 .marker {
	display: inline-block;
	color: #f00;
	font-size: 34px;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #edea47 60%);
	margin-top: .5em;
	padding: 0 .3em;
}

#sec003 .btn a {
	display: inline-block;
	font-size: 20px;
	border: 2px solid #f00;
	color: #f00;
	font-weight: 700;
	padding: .5em 1.5em;
	border-radius: 9999px;
	margin-top: 1em;
}

#sec003 .btn span::after {
	content: "\f2d2";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-left: .5em;
}

#sec003 .btn a:hover {
	opacity: .7;
}

#sec003 .atten {
	margin-top: .7em;
	padding-bottom: 2em;
}


#sec003 .item {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
}

#sec003 .item .box_top:hover {
	transition: .3s;
	opacity: .7;
}

#sec003 .item .box_top::after {
	position: absolute;
	content: "";
	top: 60px;
	right: 30px;
	display: block;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s;
	transform: rotate(180deg);
}

#sec003 .item .box_top.is-open::after {
	transform: rotate(0);
}

#sec003 .item.pink .box_top::after {
	background-image: url(../img/ac_btn_01b.svg);
}

#sec003 .item.y_green .box_top::after {
	background-image: url(../img/ac_btn_02b.svg);
}

#sec003 .item.orange .box_top::after {
	background-image: url(../img/ac_btn_03b.svg);
}

#sec003 .item.purple .box_top::after {
	background-image: url(../img/ac_btn_04b.svg);
}

#sec003 .item.red .box_top::after {
	background-image: url(../img/ac_btn_05b.svg);
}

#sec003 .item.green .box_top::after {
	background-image: url(../img/ac_btn_06b.svg);
}

#sec003 .item.pink {
	border: 2px solid #e96886;
}

#sec003 .item.y_green {
	border: 2px solid #8dc11f;
}

#sec003 .item.orange {
	border: 2px solid #f6b100;
}

#sec003 .item.purple {
	border: 2px solid #a680ac;
}

#sec003 .item.red {
	border: 2px solid #ee876a;
}

#sec003 .item.green {
	border: 2px solid #00aa80;
}

#sec003 .item .box_top {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px;
	cursor: pointer;
}

#sec003 .item .box_top .mrk {
	display: block;
	margin-right: 30px;
}

#sec003 .item .box_top .mrk_sp {
	display: none;
}

#sec003 .item .box_top dl {
	text-align: left;
	margin: 0;
	padding: 0;
}

#sec003 .item .box_top dl dt {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: .3em .7em;
}

#sec003 .item.pink .box_top dl dt {
	background-color: #e96886;
}

#sec003 .item.y_green .box_top dl dt {
	background-color: #8dc11f;
}

#sec003 .item.orange .box_top dl dt {
	background-color: #f6b100;
}

#sec003 .item.purple .box_top dl dt {
	background-color: #a680ac;
}

#sec003 .item.red .box_top dl dt {
	background-color: #ee876a;
}

#sec003 .item.green .box_top dl dt {
	background-color: #00aa80;
}

#sec003 .item .box_top dl dd strong {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .3em;
}

#sec003 .item .box_top dl dd small {
	font-size: 20px;
}

#sec003 .item .box_top dl dd .no {
	display: block;
	font-size: 20px;
	margin-top: .3em;
}

#sec003 .item.pink .box_top .color {
	color: #e96886;
}

#sec003 .item.y_green .box_top .color {
	color: #8dc11f;
}

#sec003 .item.orange .box_top .color {
	color: #f6b100;
}

#sec003 .item.purple .box_top .color {
	color: #a680ac;
}

#sec003 .item.red .box_top .color {
	color: #ee876a;
}

#sec003 .item.green .box_top .color {
	color: #00aa80;
}

#sec003 .item .box_end {
	padding: 40px 80px 80px 80px;
	display: none;
}

#sec003 .item .box_end p {
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#sec003 .item .box_end ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#sec003 .item .box_end ul li {
	width: 400px;
	list-style: none;
	margin-top: 30px;
}

#sec003 .item .box_end ul li:first-child {
	margin-right: 36px;
}

#sec003 .item .box_end ul li strong {
	display: block;
	font-size: 20px;
	margin-top: .2em;
}

#sec003 .item .box_end .map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	margin-top: 30px;
}

#sec003 .item .box_end .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sec003 .sns {
	margin-top: 90px;
}

#sec003 .sns a {
	margin: 0 10px;
}

#sec003 .sns a img {
	width: 90px;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-bottom: 10vw;
	}

	#sec003 .com_h3 {
		margin-top: 5vw;
	}

	#sec003 .tx_cs {
		font-size: 6vw;
		padding: 0px 0 10vw;
	}

	#sec003 h4 {
		font-size: 6.5vw;
		margin-top: 2vw;
		line-height: 1.4em;
	}

	#sec003 h4.orange {
		font-size: 6vw;
		margin-top: 15vw;
	}

	#sec003 .copy {
		font-size: 3.6vw;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}

	#sec003 .marker {
		display: inline;
		font-size: 6vw;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 .3em;
	}

	#sec003 .btn a {
		font-size: 4.3vw;
		margin-bottom: 0;
	}

	#sec003 .atten {
		font-size: 3.2vw;
	}


	#sec003 .item {
		position: relative;
		width: 100%;
		margin: 0 auto;
		border-radius: 5vw;
		margin-top: 20vw;
	}

	#sec003 .item .box_top::after {
		position: absolute;
		content: "";
		top: 5vw;
		right: 5vw;
		display: block;
		width: 10vw;
		height: 10vw;
		background-size: contain;
		background-repeat: no-repeat;
	}


	#sec003 .item .box_top {
		flex-direction: column;
		padding: 5vw;
	}

	#sec003 .item .box_top .mrk {
		display: none;
	}

	#sec003 .item .box_top .mrk_sp {
		display: block;
		margin-top: -15vw;
	}

	#sec003 .item .box_top .mrk_sp img {
		width: 20vw;
	}

	#sec003 .item .box_top dl {
		text-align: center;
		margin: 0;
		padding: 0;
		margin-top: 5vw;
	}

	#sec003 .item .box_top dl dt {
		font-size: 4vw;
		padding: .3em .7em;
	}

	#sec003 .item .box_top dl dd strong {
		display: block;
		font-size: 6.5vw;
	}

	#sec003 .item .box_top dl dd small {
		font-size: 3.6vw;
	}

	#sec003 .item .box_top dl dd .no {
		font-size: 3.6vw;
		margin-top: .5em;
	}

	#sec003 .item .box_end {
		padding: 5vw 5vw 5vw 5vw;
	}

	#sec003 .item .box_end p {
		font-size: 3.6vw;
		line-height: normal;
	}

	#sec003 .item .box_end ul {
		flex-direction: column;
		margin-bottom: 5vw;
	}

	#sec003 .item .box_end ul li {
		width: 80%;
		margin: 0 auto;
		list-style: none;
		margin-top: 5vw;
	}

	#sec003 .item .box_end ul li:first-child {
		margin-right: auto;
	}

	#sec003 .item .box_end ul li strong {
		font-size: 3.6vw;
		margin-top: .3em;
	}

	#sec003 .item .box_end .map {
		margin-top: 5vw;
	}

	#sec003 .sns {
		margin-top: 10vw;
	}

	#sec003 .sns a {
		margin: 0 2vw;
	}

	#sec003 .sns a img {
		width: 12vw;
	}
}


/* sec004 */
#sec004 h4 {
	font-size: 24px;
	font-weight: bold;
}

#sec004 p {
	margin-top: .5em;
	font-size: 20px;
}

#sec004 small {
	font-size: 15px;
}

#sec004 a {
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	#sec004 h4 {
		font-size: 5vw;
	}

	#sec004 p {
		font-size: 4vw;
	}

	#sec004 small {
		font-size: 3.3vw;
	}
}