@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 body
========================================================== */
body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	word-wrap: break-word;
  overflow-wrap: break-word;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
	background: url("../img/header_main_02.jpg") no-repeat left top #000;
	background-size: 100%;
}
svg,
img[src$=".svg"] {
	display: block;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}


/* ==========================================================
 header / footer
========================================================== */
.header {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 110px;
}
.header img {
	display: block;
}
.header-in {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.header .box-01 {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 1;
}
.header .ttl .ttl-01 {
	width: 572px;
	height: 120px;
	margin-bottom: 60px;
}
.header .ttl .ttl-02 {
	width: 844px;
	height: 188px;
}
.header .txt {
	width: 590px;
	height: 24px;
	margin-top: 50px;
}
.header .box-02 {
	position: relative;
	width: 640px;
	margin-left: auto;
}
.header .box-02 .date {
	position: absolute;
	top: -55px;
	right: -80px;
	width: 270px;
	height: 210px;
}
.header .box-02 .img {
	overflow: hidden;
	border-radius: 20px;
}
.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: #fff;
	z-index: 5;
}
.header .hold {
	height: 100px;
	margin-top: 100px;
}
.header .hold img {
	display: block;
	height: 100%;
	margin: 0 auto;
}
.footer {
	padding: 80px 0;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #bdbdbd;
	font-size: 16px;
	font-weight: 700;
	font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
}
.footer .logo {
	width: 170px;
	height: 90px;
	margin: 0 auto 50px;
}

/* ==========================================================
 汎用
========================================================== */
.contents {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 80px 130px;
	background: #f5f5f5;
	border-radius: 20px;
}

.ttl-cmn-01,
.ttl-cmn-02,
.ttl-cmn-03,
.ttl-cmn-04 {
	line-height: 1.6;
}
.ttl-cmn-01 {
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	color: #9E9E9E;
	font-size: 14px;
	font-weight: 700;
}
.ttl-cmn-02,
.ttl-cmn-04 {
	color: #000;
	font-weight: 900;
}
.ttl-cmn-02 {
	font-size: 30px;
	text-align: center;
}
.ttl-cmn-03 {
	margin-bottom: 80px;
	font-weight: 500;
	text-align: center;
}
.ttl-cmn-04 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
}

.txt-line-01 {
	width: 300px;
	margin: 40px auto 0;
	padding-bottom: 8px;
	font-weight: 700;
	text-align: center;
	border-bottom: 4px solid #000;
}
.link-cmn-01 {
	color: #0044cc;
	text-decoration: underline;
}
.link-cmn-01:hover {
	text-decoration: none;
}

.list-dot li {
	list-style: disc;
}
.list-dec li {
	list-style: decimal;
}
.list-dot li,
.list-dec li {
	margin-left: 1.5em;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
.btn-cmn-01 {
	display: block;
	position: relative;
	width: calc(50% - 20px);
	height: 70px;
	margin: 0 auto;
	padding-top: 25px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background: #27c1df;
	border-radius: 10px;
	transition: opacity 0.2s;
}
.btn-cmn-01.off {
	background: #e37c13;
}
.btn-cmn-01.on {
	background: #0044cc;
}
.btn-cmn-01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url("../img/ico_arrow.svg");
	background-size: contain;
	transform: translateY(-50%);
}
.btn-cmn-01:hover {
	opacity: 0.7;
}

/* about -------------------------------------- */
.sec-about .sec-in,
.box-about {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec-about .sec-in {
	margin-bottom: 90px;
}
.sec-about .sec-in .detail {
	width: calc(100% - 560px);
}
.sec-about .sec-in .detail .txt {
	color: #424242;
}
.sec-about .sec-in .detail .txt + .txt {
	margin-top: 1.5em;
}
.sec-about .sec-in .img {
	overflow: hidden;
	width: 480px;
	border-radius: 20px;
}
.box-about {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 40px;
	border-radius: 20px;
}
.box-about-01 {
	background: #fff;
}
.box-about-02 {
	background: #eee;
}
.box-about .ttl-01,
.box-about .ttl-02,
.box-about .position {
	line-height: 1.6;
	color: #000;
}
.box-about .ttl-01,
.box-about .ttl-02 {
	font-weight: 900;
}
.box-about .ttl-01 {
	position: relative;
	width: 100%;
	margin: -2px 0 40px;
	padding: 0 0 18px 135px;
	font-size: 23px;
	border-bottom: 4px dashed #eee;
	order: 1;
}
.box-about .ttl-01 .part {
	position: absolute;
	top: 4px;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #27c1df;
	border-radius: 5px;
}
.box-about .ttl-01 + p {
	width: 100%;
	margin: -10px 0 35px;
	order: 2;
}
.box-about .box-in {
	width: calc(100% - 270px);
	margin-top: 10px;
	order: 4;
}
.box-about .img {
	overflow: hidden;
	width: 230px;
	border-radius: 20px;
	order: 3;
}
.box-about .ttl-02 {
	font-size: 20px;
}
.box-about .position {
	margin-top: 10px;
	font-weight: 700;
}
.box-about .txt {
	margin-top: 20px;
	color: #424242;
	font-size: 14px;
	font-weight: 400;
}

/* hygiene -------------------------------------- */
.sec-hygiene {
	max-width: 1000px;
	width: 100%;
	margin: 110px auto 120px;
	padding: 80px 70px;
	background: #fff;
	border-radius: 20px;
}
.sec-hygiene .logo.link {
	display: block;
	width: 285px;
	height: 60px;
	margin: 0 auto 25px;
}
.sec-hygiene .list-dot {
	line-height: 2;
}
.sec-hygiene .list-dot + .ttl-cmn-04 {
	margin-top: 60px;
}

/* overview -------------------------------------- */
.list-overview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 70px auto 50px;
	border-top: 4px solid #fff;
}
.list-overview .ttl,
.list-overview .detail {
	padding: 25px 0;
	border-bottom: 4px solid #fff;
}
.list-overview .ttl {
	width: 220px;
	font-weight: 700;
}
.list-overview .detail {
	width: calc(100% - 220px);
}
.list-overview iframe {
	display: block;
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.sec-overview .ttl-cmn-04 {
	margin-bottom: 30px;
	text-align: center;
}

/* ==========================================================
 max-width: 1459px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 1459px) {
	.header-in,
	.contents {
		max-width: none;
		width: auto;
	}
	.header .ttl .ttl-01,
	.header .ttl .ttl-02 {
    height: auto;
	}
	.list-overview .ttl {
    width: 160px;
	}
	.list-overview .detail {
    width: calc(100% - 160px);
	}
}

/* ==========================================================
 width: 1000 - 1459px
========================================================== */
@media screen and (min-width: 900px) and (max-width: 1459px) {
	.header-in,
	.contents {
		margin: 0 30px;
	}
	.header {
		background-size: 80%;
	}
	.header .ttl .ttl-01 {
    width: 60%;
	}
	.header .ttl .ttl-02 {
    width: 80%;
	}
	.header .box-02 {
    width: 50%;
	}
	.header .txt {
    width: 350px;
    height: 30px;
	}
	.header .logo {
    height: 160px;
	}
	.contents {
		padding: 40px 40px 100px;
	}
	.sec-about .sec-in .img {
    width: 40%;
	}
	.sec-about .sec-in .detail {
    width: calc(60% - 40px);
	}
}

/* ==========================================================
 max-width: 899px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 899px) {
	body {
		font-size: 14px;
	}

	.header .box-02 .img,
	.contents,
	.sec-about .sec-in .img,
	.box-about,
	.sec-hygiene {
		border-radius: 10px;
	}
	.header {
		margin-bottom: 60px;
		padding-top: 0;
		background: none;
	}
	.header-in {
		margin: 0;
		padding-bottom: 24vw;
	}
	.header .box-01 {
    bottom: 0;
		margin: 0 15px;
	}
	.header .ttl .ttl-01 {
		max-width: 460px;
    width: 85%;
		margin-bottom: 30px;
	}
	.header .ttl .ttl-02,
	.header .txt {
		max-width: 580px;
		width: 95%;
	}
	.header .txt {
		height: auto;
    margin-top: 20px;
	}
	.header .box-02 {
		width: 100%;
	}
	.header .box-02 .img {
		border-radius: 0;
	}
	.header .box-02 .date {
    top: 20px;
    right: 20px;
    left: auto;
    width: 30%;
    height: auto;
	}
	.header .logo {
    width: 80px;
    height: 80px;
	}
	.header .hold {
    width: 80%;
    height: auto;
    margin: 60px auto 0;
	}
	.footer {
		padding: 30px 0;
		font-size: 12px;
	}

	.contents {
		border-radius: 0;
	}

	.ttl-cmn-01 {
    margin-bottom: 20px;
	}
	.ttl-cmn-02 {
		font-size: 24px;
	}
	.ttl-cmn-03 {
		margin-bottom: 40px;
	}
	.ttl-cmn-04 {
		margin-bottom: 10px;
	}
	.txt-line-01 {
    width: 240px;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom-width: 2px;
	}

	.btn-wrap {
		max-width: none;
		width: 90%;
	}
	.btn-cmn-01 {
		width: calc(50% - 15px);
    height: 60px;
    padding-top: 21px;
    font-size: 16px;
    border-radius: 5px;
	}

	.contents {
		padding: 40px 20px 60px;
	}
	.sec-about .sec-in {
		-ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
		margin-bottom: 40px;
	}
	.sec-about .sec-in .detail,
	.sec-about .sec-in .img {
    width: auto;
	}
	.sec-about .sec-in .img {
		margin-bottom: 30px;
	}
	.box-about {
    margin-bottom: 15px;
    padding: 30px 20px;
	}
	.box-about .ttl-01 {
    margin: -10px 0 25px;
    padding: 0 0 15px 0;
		line-height: 1.5;
    font-size: 18px;
    border-bottom-width: 2px;
	}
	.box-about .ttl-01 .part {
    position: static;
    width: 100px;
    height: 24px;
		margin-bottom: 8px;
    font-size: 12px;
    border-radius: 3px;
	}
	.box-about .ttl-01 + p {
		margin-bottom: 25px;
		line-height: 1.7;
	}
	.box-about .img {
    width: 180px;
		margin: 0 auto;
    border-radius: 5px;
	}
	.box-about .box-in {
		width: auto;
    margin-top: 20px;
	}
	.box-about .ttl-02 {
    font-size: 16px;
	}
	.box-about .position {
    margin-top: 5px;
	}
	.box-about .txt {
    margin-top: 15px;
    letter-spacing: 0;
		line-height: 1.7;
		font-size: 13px;
	}

	.sec-hygiene {
		margin: 20px auto 0;
    padding: 50px 20px 30px;
	}
	.sec-hygiene .ttl-cmn-04 {
		font-size: 14px;
	}
	.sec-hygiene .logo.link {
		max-width: 320px;
    width: 80%;
    height: auto;
    margin-bottom: 15px;
	}
	.sec-hygiene .list-dot + .ttl-cmn-04 {
    margin-top: 30px;
	}
	.sec-hygiene p,
	.sec-hygiene .list-dot {
		font-size: 12px;
		font-feature-settings: "palt";
	}

	.sec-overview {
    margin-top: 60px;
	}
	.list-overview {
		max-width: none;
		margin: 30px 0 40px;
		border-top-width: 2px;
	}
	.list-overview .ttl,
	.list-overview .detail {
		width: 100%;
	}
	.list-overview .ttl {
		padding: 15px 0 0;
		border: none;
	}
	.list-overview .detail {
		padding: 5px 0 15px;
		line-height: 1.7;
		border-bottom-width: 2px;
	}
	.sec-overview .ttl-cmn-04 {
    margin-bottom: 20px;
	}
}

/* ==========================================================
 max-width: 599px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 599px) {
	.header {
		margin-bottom: 40px;
	}
	.header .box-02 .date {
    width: 140px;
	}
	.header .hold {
		width: calc(100% - 40px);
    margin-top: 30px;
	}
	.btn-wrap {
		display: block;
	}
	.btn-cmn-01 {
		width: 100%;
	}
	.btn-cmn-01 + .btn-cmn-01 {
		margin-top: 20px;
	}
	.list-overview iframe {
		height: calc(100vw - 40px);
		margin-top: 15px;
	}
}