@charset "UTF-8";


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

  indexページ

========================================*/
.txt_indent {
	text-indent: -.5em;
}

/* hero ---------------*/
#hero {
	position: relative;
	overflow: hidden;
}

#hero .mv {
	opacity: 0;
	filter: blur(30px);
	transform: scale(1.1);
	animation: fadeUp 2s ease forwards;
}

#hero .cpy {
	position: absolute;
	top: 5vw;
	right: 19vw;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
}

#hero .cpy span {
	opacity: 0;
	transform: translateY(20px);
	filter: blur(20px);
	animation: fadeUp 2s ease forwards;
}

#hero .cpy .c01 img {
	width: 4.5vw;
}

#hero .cpy .c02 img,
#hero .cpy .c03 img,
#hero .cpy .c04 img {
	width: 1.7vw;
}


#hero .cpy .c01 {
	animation-delay: 1s;
}

#hero .cpy .c02 {
	margin-top: 4.5vw;
	margin-right: 2.7vw;
	animation-delay: 3s;
}

#hero .cpy .c03 {
	margin-top: 7.5vw;
	margin-right: 1vw;
	animation-delay: 3.5s;
}

#hero .cpy .c04 {
	margin-top: 6vw;
	margin-right: 1vw;
	animation-delay: 4s;
}


@media screen and (max-width: 1199px) {
	#hero .cpy {
		top: 50px;
		right: 250px;
	}

	#hero .cpy .c01 img {
		width: 54px;
	}

	#hero .cpy .c02 img,
	#hero .cpy .c03 img,
	#hero .cpy .c04 img {
		width: 20px;
	}


	#hero .cpy .c02 {
		margin-top: 40px;
		margin-right: 20px;
	}

	#hero .cpy .c03 {
		margin-top: 70px;
		margin-right: 13px;
	}

	#hero .cpy .c04 {
		margin-top: 55px;
		margin-right: 13px;
	}
}



@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
		transform: scale(1);
	}
}

.js-target {
	opacity: 0;
}

.showwin {
	filter: blur(20px) grayscale(100%);
	opacity: 0;
	transform: translateY(50px);
	animation: blueani 2s ease forwards;
	animation-delay: .5s;
}

@keyframes blueani {
	0% {
		filter: blur(20px) grayscale(100%);
		opacity: 0;
		transform: translateY(50px);
	}

	70% {
		opacity: 1;
		filter: blur(0) grayscale(100%);
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		filter: blur(0) grayscale(0);
		transform: translateY(0);
	}
}

.text-animation i {
	opacity: 0;
	display: inline-block;
	transform: translateX(-20px);
	font-style: normal;
}

.text-animation i.show {
	opacity: 1;
	transform: translateY(0);
}



#hero .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
	background-color: rgba(204, 238, 254, .8);
}

#hero .txt span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: 70px;
}

#hero .txt span::before {
	position: absolute;
	top: -6px;
	left: -20px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 42px;
	background-image: url(../img/mrk_kakko_l.svg);
	background-size: contain;
	vertical-align: middle;
}

#hero .txt span::after {
	position: absolute;
	top: -6px;
	right: -20px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 42px;
	background-image: url(../img/mrk_kakko_r.svg);
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#hero .main {
		display: block;
		padding-bottom: 28vw;
	}

	#hero .cpy {
		top: 10vw;
		right: 22vw;
	}

	#hero .cpy .c01 img {
		width: 14vw;
	}

	#hero .cpy .c02 img,
	#hero .cpy .c03 img,
	#hero .cpy .c04 img {
		width: 6vw;
	}

	#hero .cpy .c02 {
		margin-top: 3vw;
		margin-right: 10vw;
	}

	#hero .cpy .c03 {
		margin-top: 11vw;
		margin-right: 5vw;
	}

	#hero .cpy .c04 {
		margin-top: 7vw;
		margin-right: 5vw;
	}




	#hero .txt {
		flex-direction: column;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto 0;
		background-color: rgba(204, 238, 254, .8);
		padding: 5vw 0;
	}

	#hero .txt h1 {
		margin-bottom: 3vw;
	}

	#hero .txt span {
		font-size: 4vw;
		letter-spacing: 1px;
		margin-left: 0;
	}

	#hero .txt span::before {
		position: absolute;
		top: -1.5vw;
		left: -4vw;
		content: "";
		display: inline-block;
		width: calc(10vw * .25);
		height: calc(42vw * .25);
		background-image: url(../img/mrk_kakko_l.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}

	#hero .txt span::after {
		position: absolute;
		top: -1.5vw;
		right: -4vw;
		content: "";
		display: inline-block;
		width: calc(10vw * .25);
		height: calc(42vw * .25);
		background-image: url(../img/mrk_kakko_r.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
}



/* sec001 ---------------*/
#sec001 {
	padding: 100px 0;
}

#sec001 .flex_box {
	align-items: flex-end;
}

#sec001 .flex_box .txt {
	text-align: left;
}

#sec001 .flex_box .txt p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 1px;
	margin-top: 40px;
}


#sec001 .flex_box .photo span img {
	width: 450px;
}

#sec001 .flex_box .photo strong {
	display: block;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 20px;
}

#sec001 .flex_box .photo strong small {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding: 12vw 0;
	}

	#sec001 .flex_box {
		display: block;
	}

	#sec001 .flex_box .txt {
		text-align: center;
	}

	#sec001 .flex_box .txt h2 img {
		width: 80%;
		margin: 0 auto;
	}

	#sec001 .flex_box .txt p {
		font-size: 4vw;
		letter-spacing: normal;
		margin-top: 5vw;
	}

	#sec001 .flex_box .photo span img {
		width: 75%;
		margin-top: 5vw;
	}

	#sec001 .flex_box .photo strong {
		font-size: 6vw;
		margin-top: 3vw;
	}

	#sec001 .flex_box .photo strong small {
		font-size: 3.8vw;
	}
}



/* sec002 ---------------*/
#sec002 {
	background-color: #ffffe4;
	padding: 100px 0 100px;
}

#sec002.pb {
	padding-bottom: 50px;
}


#sec002 .box .txt p {
	color: #42606f;
	font-size: 24px;
	letter-spacing: 1px;
	writing-mode: vertical-rl;
	text-align: left;
}

#sec002 .memory {
	display: block;
	margin-top: -20px;
}

#sec002 .memory img {}

#sec002 .box2 {
	margin: 0 auto;
	border-radius: 30px;
	padding: 15px;
	background-color: #fff;
	margin-top: 30px;
}

#sec002 .box2 .line_box {
	align-items: center;
	padding: 60px 50px;
	border: 3px solid #faf200;
	border-radius: 20px;
}

#sec002 .box2 .photo h2 {
	position: relative;
}

#sec002 .box2 .photo h2:after {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: inline-block;
	width: 120px;
	height: 80px;
	background-image: url(../img/img_04.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#sec002 .box2 .photo span {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 1px;
	border-radius: 100vh;
	background-color: #ffffe4;
	margin-top: 20px;
	padding: .3em 2em;
}

#sec002 .box2 .txt p {
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #faf200;
	border-bottom: 3px solid #faf200;
	padding: .8em .5em;
}

#sec002 .join {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

#sec002 .join dt {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 100vh;
	background-color: #333;
	box-shadow: 0 5px #faf200;
}

#sec002 .join dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
	margin-left: 30px;
}

#sec002 .note {
	margin-top: 20px;
	position: relative;
	z-index: 10;
}

#sec002 .note li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
	margin-right: .8em;
}

#sec002 .note li a {
	color: #05c;
}

#sec002 .sp_img {
	display: none;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 12vw;
		padding-bottom: 25vw;
	}

	#sec002.pb {
		padding-bottom: 10vw;
	}


	#sec002 .box .txt {
		display: flex;
		justify-content: center;
		margin-top: 5vw;
	}

	#sec002 .box .txt p {
		font-size: 4.2vw;
		letter-spacing: normal;
	}

	#sec002 .box .txt p img {
		width: 5.4vw;
	}

	#sec002 .memory {
		display: block;
		margin-top: -10vw;
	}

	#sec002 .box2 {
		border-radius: 9999px;
		padding: 3vw;
		margin-top: -9vw;
		width: 100%;
	}

	#sec002 .box2 .line_box {
		position: relative;
		padding: 5vw;
		border-radius: 9999px;
	}


	#sec002 .box2 .photo h2 {
		position: relative;
		margin-top: 8vw;
	}

	#sec002 .box2 .photo h2 img {
		width: 78%;
		margin: 0 auto;
	}

	#sec002 .box2 .photo h2:after {
		position: absolute;
		top: -19vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "";
		display: inline-block;
		width: calc(12vw * 1.8);
		height: calc(8vw * 1.8);
		background-image: url(../img/img_04.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}

	#sec002 .box2 .photo span {
		display: inline-block;
		font-size: 3.6vw;
		margin-top: 3vw;
	}

	#sec002 .box2 .txt {
		margin-top: 2vw;
	}

	#sec002 .box2 .txt p {
		font-size: 3.8vw;
		border-top: none;
		border-bottom: none;
		padding: .8em .5em;
	}

	#sec002 .join {
		width: 86%;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 5vw;
	}

	#sec002 .join dt {
		width: 100%;
		height: auto;
		display: block;
		font-size: 4vw;
		box-shadow: 0 3px #faf200;
		padding: .3em 0;
	}

	#sec002 .join dd {
		font-size: 4vw;
		margin-left: 0;
		margin-top: 1em;
	}

	#sec002 .note {
		width: 86%;
		margin: 0 auto;
		display: block;
		margin-top: 3vw;
	}

	#sec002 .note li {
		display: block;
		font-size: 3.4vw;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
		margin-right: 0;
	}

	#sec002 .sp_img {
		display: block;
		margin-top: 3vw;
	}
}

/*
@media screen and (max-width: 380px) {
	#sec002 .box2 {
		margin-left: -12.5vw;
	}
}
*/



/* sec003 ---------------*/
#sec003 {
	position: relative;
	background-image: url(../img/bg_01_pc.png);
	background-position-x: center;
	background-position-y: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #ddf1ff;
	padding: 50px 0;
}

#sec003::before {
	position: absolute;
	content: "";
	top: -50px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-image: url(../img/bg_02t_pc.svg);
	background-size: contain;
	background-repeat: repeat-x;
}

#sec003::after {
	position: absolute;
	content: "";
	bottom: -50px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-image: url(../img/bg_02b_pc.svg);
	background-size: contain;
	background-repeat: repeat-x;
}

#sec003 .flex_box {
	align-items: center;
}

#sec003 .flex_box .txt {
	position: relative;
	margin-left: 50px;
	/*transform:translateX(60px);*/
}

#sec003 .flex_box .txt h2 {
	/*transform:translateX(-50px);*/
}

#sec003 .flex_box .txt span {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 1px;
	border-radius: 100vh;
	background-color: #fff;
	margin-top: 20px;
	padding: .3em 2em;
}

#sec003 .flex_box .txt p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
}

#sec003 .flex_box .txt .sp_img {
	display: none;
}

#sec003 .flex_box .txt dl dt {
	width: 390px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: 2px;
}

#sec003 .flex_box .txt dl dt:before,
#sec003 .flex_box .txt dl dt:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}

#sec003 .flex_box .txt dl dt:before {
	margin-right: .8em;
}

#sec003 .flex_box .txt dl dt:after {
	margin-left: .8em;
}

#sec003 .flex_box .txt dl dd {
	font-size: 13px;
	margin-top: 1em;
}

#sec003 .flex_box .txt .btn {
	margin-top: 20px;
}

#sec003 .flex_box .txt .btn span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	border-radius: 100vh;
	background-color: #0083ba;
	box-shadow: 0 5px rgba(0, 0, 0, .3);
	padding: .6em 1.5em;
	transition: .3s;
	cursor: pointer;
}

.js_target {
	translate: 1s;
}

#sec003 .flex_box .txt .btn span:hover {
	transform: translateY(2px);
	box-shadow: none;
	background-color: #07a;
}

#sec003 .flex_box .photo {
	margin-left: 0px;
	transition: .3s;
	transform: rotate(0deg);
}


#sec003 .flex_box .photo img {
	transform: translateX(40px);
}

@media screen and (max-width: 767px) {
	#sec003 {
		position: relative;
		background-image: url(../img/bg_01_sp.png);
		background-position-x: center;
		background-position-y: top;
		background-size: cover;
		padding: 5vw 0;
	}

	#sec003::before {
		position: absolute;
		content: "";
		top: -48px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 50px;
		background-image: url(../img/bg_02t_pc.svg);
		background-size: contain;
		background-repeat: repeat-x;
	}

	#sec003::after {
		position: absolute;
		content: "";
		bottom: -48px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 50px;
		background-image: url(../img/bg_02b_pc.svg);
		background-size: contain;
		background-repeat: repeat-x;
	}

	#sec003 .flex_box .txt {
		margin-left: 0;
	}

	#sec003 .flex_box .txt h2 {
		margin-left: 5vw;
		margin-right: 5vw;
	}

	#sec003 .flex_box .txt span {
		font-size: 4vw;
		margin-top: 3vw;
		padding: .4em 1em;
	}

	#sec003 .flex_box .txt p {
		font-size: 3.8vw;
	}

	#sec003 .flex_box .txt .sp_img {
		display: block;
		width: 96%;
		margin: 0 auto;
		margin-top: 3vw;
	}

	#sec003 .flex_box .txt dl {
		width: 90%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	#sec003 .flex_box .txt dl dt {
		width: 100%;
		font-size: 4vw;
	}

	#sec003 .flex_box .txt dl dd {
		font-size: 3.2vw;
		text-align: left;
		margin-top: 1em;
	}

	#sec003 .flex_box .txt .btn {
		margin-top: 5vw;
	}

	#sec003 .flex_box .txt .btn a {
		font-size: 5vw;
	}

	#sec003 .flex_box .photo {
		display: none;
	}
}



/* sec004 ---------------*/
#sec004 {
	background-image: url(../img/bg_03.png);
	background-repeat: repeat;
	padding-top: 170px;
	padding-bottom: 60px;
}

#sec004.pt {
	padding-top: 100px;
}

#sec004 .box {
	width: 1250px;
	margin: 0 auto;
}

#sec004 .box .item {
	position: relative;
	height: 470px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}

#sec004 .box .item h2 {
	font-size: 50px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
}

#sec004 .box .item h2.two {
	margin-top: .5em;
}

#sec004 .box .item h2 span {
	display: inline-block;
	padding: 0 .2em;
}


#sec004 .box .item h2 .mk_b {
	background: linear-gradient(transparent 70%, #60b9cd 70%);
}

#sec004 .box .item h2 .mk_g {
	background: linear-gradient(transparent 70%, #68cca4 70%);
}

#sec004 .box .item h2 .mk_y {
	background: linear-gradient(transparent 70%, #faf200 70%);
}

#sec004 .box .item h2 .mk_p {
	background: linear-gradient(transparent 70%, #988fc0 70%);
}

#sec004 .box .item h2 .mk_r {
	background: linear-gradient(transparent 70%, #ff7368 70%);
}

#sec004 .box .item p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.6em;
}

#sec004 .box .item small {
	display: block;
	font-size: 16px;
	margin-top: 1em;
}

#sec004 .box .item ul.atten {
	font-size: 14px;
	margin-top: 1em;
	list-style: none;
	padding-left: 0;
}

#sec004 .box .item ul.atten li {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .2em;
}

#sec004 .box .item dl {
	display: block;
	font-size: 14px;
	margin-top: 1em;
	width: 500px;
}

#sec004 .box .item dl ul {
	padding-left: 1.5em;
}


#sec004 .box .item.i01 {
	background-image: url(../img/bg_06_pc.svg);
	height: 653px;
}

#sec004 .box .item.i02 {
	background-image: url(../img/bg_07_pc.svg);
}

#sec004 .box .item.i03 {
	background-image: url(../img/bg_08_pc.png);
	height: 533px;
}

#sec004 .box .item.i04 {
	background-image: url(../img/bg_09_pc.png);
}

#sec004 .box .item.i01 .innr {
	display: flex;
	align-items: center;
	padding-top: 40px;
}

#sec004 .box .item.i01 .txt {
	padding-left: 440px;
	margin-right: 40px;
}

#sec004 .box .item.i01 .photo_sp {
	display: none;
}

#sec004 .box .item.i01 .photo img {
	width: 180px;
}

#sec004 .box .item.i01 .a01 {
	position: absolute;
	top: 30px;
	left: 160px;
}

#sec004 .box .item.i01 .a01 img {
	width: 210px;
}

#sec004 .box .item.i02 h2 {
	padding-top: 40px;
	padding-left: 90px;
}

#sec004 .box .item.i02 .innr {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

#sec004 .box .item.i02 .innr .txt .sp_img {
	display: none;
}

#sec004 .box .item.i02 .innr .photo {
	margin-top: 20px;
	margin-left: 10px;
}

#sec004 .box .item.i02 .innr .photo img {
	width: 590px;
}

#sec004 .box .item.i03 .innr {
	position: absolute;
	top: 40px;
	left: 650px;
}

#sec004 .box .item.i04 .innr {
	position: absolute;
	top: 40px;
	left: 100px;
}

#sec004 .precautions {}

#sec004 .precautions dt {
	font-size: 18px;
	display: flex;
	align-items: center;
}

#sec004 .precautions dt:before,
#sec004 .precautions dt:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

#sec004 .precautions dt:before {
	margin-right: 1em;
}

#sec004 .precautions dt:after {
	margin-left: 1em;
}

#sec004 .precautions dd {
	text-align: left;
	font-size: 15px;
	margin-top: 1em;
}

#sec004 .precautions dd small {
	font-size: 13px;
}

#sec004 .precautions dd li {
	margin-top: .5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}




@media screen and (max-width: 767px) {
	#sec004 {
		background-image: url(../img/bg_03.png);
		background-repeat: repeat;
		padding-top: 25vw;
		padding-bottom: 10vw;
	}

	#sec004.pt {
		padding-top: 10vw;
	}

	#sec004 .box {
		width: 100%;
		margin: 0 auto;
	}

	#sec004 .box .item {
		position: relative;
		height: auto;
		text-align: center;
		margin-bottom: 10vw;
	}

	#sec004 .box .item h2 {
		font-size: 7.5vw;
	}

	#sec004 .box .item h2 span {
		display: inline-block;
		padding: 0 .2em;
	}

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

	#sec004 .box .item small {
		font-size: 3.6vw;
	}

	#sec004 .box .item ul.atten {
		font-size: 3.2vw;
		text-align: left;
		margin-left: 10vw;
		margin-right: 10vw;
	}




	#sec004 .box .item dl {
		font-size: 3vw;
		width: 65%;
		margin: 0 auto;
		margin-top: 1em;
		text-align: left;
	}

	#sec004 .box .item dl dt {
		text-align: center;
	}




	#sec004 .box .item.i01 {
		background-image: url(../img/bg_06_sp.svg);
		background-size: 100%;
		height: 252vw;
	}

	#sec004 .box .item.i02 {
		background-image: url(../img/bg_07_sp.svg);
		background-size: 100%;
		height: 139vw;
	}

	#sec004 .box .item.i03 {
		background-image: url(../img/bg_08_sp.png);
		background-size: 100%;
		height: 192vw;
	}

	#sec004 .box .item.i04 {
		background-image: url(../img/bg_09_sp.png);
		background-size: 100%;
		height: 166vw;
	}

	#sec004 .box .item.i01 .innr {
		display: block;
		padding-top: 10vw;
	}

	#sec004 .box .item.i01 .txt {
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 5vw;
	}

	#sec004 .box .item.i01 .photo {
		display: none;
	}

	#sec004 .box .item.i01 .photo_sp {
		display: block;
		margin-top: 5vw;
	}

	#sec004 .box .item.i01 .photo_sp img {
		width: 65vw;
	}

	#sec004 .box .item.i01 .a01 {
		display: none;
	}

	#sec004 .box .item.i02 h2 {
		padding-top: 7vw;
		padding-left: 0;
	}

	#sec004 .box .item.i02 .innr {
		display: block;
		margin-top: 0;
	}

	#sec004 .box .item.i02 .innr .txt .sp_img {
		display: block;
		margin-top: 3vw;
	}

	#sec004 .box .item.i02 .innr .txt .sp_img img {
		width: 90vw;
	}

	#sec004 .box .item.i02 .innr .photo {
		display: none;
	}

	#sec004 .box .item.i03 .innr {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 13vw;
	}

	#sec004 .box .item.i04 .innr {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 8vw;
	}

	#sec004 .precautions {
		width: 90%;
		margin: 0 auto;
	}

	#sec004 .precautions dt {
		font-size: 18px;
		display: flex;
		align-items: center;
	}


	#sec004 .precautions dd {
		font-size: 3.4vw;
	}

	#sec004 .precautions dd small {
		font-size: 3.4vw;
	}
}



/* sec005 ---------------*/
#sec005 {
	padding-top: 100px;
}

#sec005 .ttl {
	display: flex;
	justify-content: center;
}

#sec005 .ttl .photo {
	margin-top: 30px;
	margin-right: 20px;
}

#sec005 .ttl .photo .s01 img {
	width: 340px;
}

#sec005 .ttl .photo .s02 {
	display: block;
	margin-top: -65px;
}

#sec005 .box {
	position: relative;
	height: 1900px;
	background-image: url(../img/bg_04.svg);
}

#sec005 .box .txt .t01 {
	position: absolute;
	top: -25px;
	left: 230px;
}

#sec005 .box .txt .t02 {
	position: absolute;
	top: 630px;
	left: 95px;
}

#sec005 .box .txt .t03 {
	position: absolute;
	top: 755px;
	right: 225px;
}

#sec005 .box .txt .t04 {
	position: absolute;
	bottom: 670px;
	left: 65px;
}

#sec005 .box .txt .t05 {
	position: absolute;
	bottom: 150px;
	right: 175px;
}

#sec005 .box .photo .i01 {
	position: absolute;
	top: -120px;
	right: 30px;
}

#sec005 .box .photo .i01 img {
	width: 495px;
}

#sec005 .box .photo .i02 {
	position: absolute;
	top: 240px;
	left: 40px;
}

#sec005 .box .photo .i02 img {
	width: 380px;
}

#sec005 .box .photo .i03 {
	position: absolute;
	top: 355px;
	right: 120px;
}

#sec005 .box .photo .i03 img {
	width: 440px;
}

#sec005 .box .photo .i04 {
	position: absolute;
	bottom: 450px;
	right: 420px;
}

#sec005 .box .photo .i04 img {
	width: 380px;
}

#sec005 .box .photo .i05 {
	position: absolute;
	bottom: 0;
	left: 190px;
}

#sec005 .box .photo .i05 img {
	width: 380px;
}

#sec005 .box .photo .i06 {
	position: absolute;
	bottom: 380px;
	right: 50px;
}

#sec005 .box .photo .i06 img {
	width: 320px;
}

#sec005 .box .btn a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
	border-radius: 100vh;
	background-color: #42606f;
	padding: .6em 3em .6em 1.5em;
}

#sec005 .box .btn a::after {
	position: absolute;
	content: "";
	top: 18px;
	right: 25px;
	display: block;
	width: 21px;
	height: 16px;
	background-image: url(../img/mrk_file.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 .box .btn a:hover {
	opacity: .7;
	transition: .3s;
}

#sec005 .box .btn .a01 {
	position: absolute;
	top: 220px;
	left: 370px;
}

#sec005 .box .btn .a02 {
	position: absolute;
	top: 860px;
	left: 200px;
}

#sec005 .box .btn .a03 {
	position: absolute;
	top: 920px;
	right: 300px;
}

#sec005 .box .btn .a04 {
	position: absolute;
	bottom: 600px;
	left: 120px;
}

#sec005 .box .btn .a05 {
	position: absolute;
	bottom: 80px;
	right: 280px;
}

#sec005 .box2 {
	margin: 0 auto;
	width: 630px;
	height: 342px;
	background-image: url(../img/bg_05_pc.svg?v2);
	background-size: 100% auto;
	margin-top: 100px;
}

#sec005 .box2 h3 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 90px;
}

#sec005 .box2 .sns {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

#sec005 .box2 .sns li {
	list-style: none;
}

#sec005 .box2 .sns li a {
	display: inline-block;
}

#sec005 .box2 .sns li a img {
	width: 80px;
	margin: 0 5px;
}



@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 12vw;
	}

	#sec005 .ttl {
		flex-direction: column-reverse;
	}

	#sec005 .ttl .photo {
		margin-top: 0;
		margin-right: 0;
	}

	#sec005 .ttl .photo .s01 img {
		width: 70%;
	}

	#sec005 .ttl .photo .s02 {
		display: block;
		margin-top: -15vw;
	}

	#sec005 h2 img {
		width: 80%;
	}

	#sec005 .box {
		position: relative;
		height: 675vw;
		background-image: none;
	}

	#sec005 .box .txt .t01 {
		position: absolute;
		top: 65vw;
		left: 5vw;
	}

	#sec005 .box .txt .t01 img {
		width: 85vw;
	}

	#sec005 .box .txt .t02 {
		position: absolute;
		top: 200vw;
		left: auto;
		right: 5vw;
	}

	#sec005 .box .txt .t02 img {
		width: 80vw;
	}

	#sec005 .box .txt .t03 {
		position: absolute;
		top: 343vw;
		right: 15vw;
	}

	#sec005 .box .txt .t03 img {
		width: 70vw;
	}

	#sec005 .box .txt .t04 {
		position: absolute;
		bottom: auto;
		top: 460vw;
		left: -5vw;
	}

	#sec005 .box .txt .t04 img {
		width: 65vw;
	}

	#sec005 .box .txt .t05 {
		position: absolute;
		bottom: auto;
		top: 625vw;
		right: 10vw;
	}

	#sec005 .box .txt .t05 img {
		width: 75vw;
	}

	#sec005 .box .photo .i01 {
		position: absolute;
		top: 0;
		right: 5vw;
	}

	#sec005 .box .photo .i01 img {
		width: 90vw;
	}

	#sec005 .box .photo .i02 {
		position: absolute;
		top: 138vw;
		left: 5vw;
	}

	#sec005 .box .photo .i02 img {
		width: 85vw;
	}

	#sec005 .box .photo .i03 {
		position: absolute;
		top: 265vw;
		right: 12vw;
	}

	#sec005 .box .photo .i03 img {
		width: 80vw;
	}

	#sec005 .box .photo .i04 {
		position: absolute;
		bottom: auto;
		top: 395vw;
		right: 5vw;
	}

	#sec005 .box .photo .i04 img {
		width: 70vw;
	}

	#sec005 .box .photo .i05 {
		position: absolute;
		bottom: auto;
		top: 545vw;
		left: 5vw;
		z-index: 10;
	}

	#sec005 .box .photo .i05 img {
		width: 67vw;
	}

	#sec005 .box .photo .i06 {
		position: absolute;
		bottom: auto;
		top: 515vw;
		right: 5vw;
		z-index: 8;
	}

	#sec005 .box .photo .i06 img {
		width: 55vw;
	}

	#sec005 .box .btn a {
		position: relative;
		width: 60%;
		margin: 0 auto;
		font-size: 4.5vw;
	}

	#sec005 .box .btn a::after {
		position: absolute;
		content: "";
		top: 4vw;
		right: 8vw;
		display: block;
		width: calc(21vw * .27);
		height: calc(16vw * .27);
		background-image: url(../img/mrk_file.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .box .btn .a01 {
		position: absolute;
		top: 115vw;
		left: 0;
		right: 0;
	}

	#sec005 .box .btn .a02 {
		position: absolute;
		top: 245vw;
		left: 0;
		right: 0;
	}

	#sec005 .box .btn .a03 {
		position: absolute;
		top: 378vw;
		left: 0;
		right: 0;
	}

	#sec005 .box .btn .a04 {
		position: absolute;
		bottom: auto;
		top: 502vw;
		left: 0;
		right: 0;
	}

	#sec005 .box .btn .a05 {
		position: absolute;
		bottom: auto;
		top: 660vw;
		left: 0;
		right: 0;
	}

	#sec005 .box2 {
		width: 90%;
		margin: 0 auto;
		height: 65vw;
		background-image: url(../img/bg_05_sp.svg?v2);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: 100% auto;
		margin-top: 10vw;
	}

	#sec005 .box2 h3 {
		font-size: 5vw;
		padding-top: 13vw;
	}

	#sec005 .box2 .sns {
		display: flex;
		justify-content: center;
		margin-top: 5vw;
	}

	#sec005 .box2 .sns li a img {
		width: 15vw;
		margin: 0 5px;
	}
}


.fixbtn {
	position: fixed;
	bottom: 30px;
	right: -260px;
	z-index: 999;
	transition: right 1s ease, opacity 1s ease;
	opacity: 0;
}

.fixbtn a {
	display: block;
	padding: 20px 10px 20px 40px;
	border-radius: 99px 0 0 99px;
	transition: .3s;
	background-color: #d9dfe2;
}

.fixbtn a:hover {
	background-color: #eaedef;
}

.fixbtn.show {
	right: 0;
	opacity: 1;
}

.fixbtn img {
	width: 200px;
}

.fixbtn a:hover img {
	opacity: 1;
}

.fixbtn .closebtn {
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: -20px;
}

.fixbtn .closebtn img {
	width: 50px;
	transition: .3s;
}

.fixbtn .closebtn img:hover {
	transform: scale(1.1);
}


@media screen and (max-width: 767px) {
	.fixbtn {
		bottom: 5vw;
		right: -30vw;
	}

	.fixbtn a {
		padding: 4vw 1vw 4vw 5vw;
	}

	.fixbtn img {
		width: 25vw;
	}

	.fixbtn .closebtn {
		top: 2vw;
		left: -5vw;
	}

	.fixbtn .closebtn img {
		width: 11vw;
	}
}