/* CSS Document */
body {
	transition: background 200ms;
	overflow-y: scroll;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #a2a2a2 inset;
	-webkit-text-fill-color: #ffffff !important;
}

textarea {
	-webkit-appearance: none;
}

/* loading */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.loading .loading-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 64px;
	width: 10%;
}

/* .logo-header */
.logo-header {
	opacity: 0;
}

/* .box-inner-cts */
.box-cts {
	display: table-cell;
	vertical-align: middle;
	/* height: 99vh; */
	width: 99999px;
	box-sizing: border-box;
}

/* #wrapper */
#wrapper {
	overflow: hidden;
	box-sizing: border-box;
	height: 768px;
	padding: 0;
}

/* #bg-main */
#bg-main {
	position: fixed;
	bottom: -50px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	min-width: 1600px;
}

div#bg-main-box #bg-main {
	opacity: 0;
	transition: opacity 1.2s;
}

#bg-main-box.is-show #bg-main {
	opacity: 1;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
#header {
	background: #fff;
	display: none;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 25px;
}

#main .ttl-en,
#main .wrap-tl {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 621px;
	height: 331px;
	transform: translate(50%, 53%);
	z-index: 4;
}

#main .ttl-en {
	z-index: 2;
	display: none;
}

#main .wrap-tl {
	width: 336px;
	height: auto;
	display: none;
	text-align: center;
}

#main .wrap-tl img {
	width: 262px;
	height: auto;
}

#main .ttl-en img {
	width: 100%;
	height: auto;
}

#main .wrap-tl .h1_lead {
	width: 294px;
	height: auto;
	margin-top: 40px;
}

#main .wrap-tl .h1_lead_sub {
	width: 336px;
	height: auto;
	margin-top: 25px;
}

#main .circle1,
#main .circle2,
#main .circle3,
#main .circle4 {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateY(50%);
	display: none;
}

#main .circle1 {
	margin: 0 0 -279px -685px;
}

#main .circle2 {
	margin: 0 0 170px -314px;
}

#main .circle3 {
	margin: 0 0 -343px 147px;
}

#main .circle4 {
	margin: 0 0 20px 486px;
}

.circle-gray,
.circle-pink {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 1366px;
	height: 768px;
	background: url("../images/ie_circle.svg") no-repeat left 1.97%;
	background-size: contain;
	transform: translate(50%, 50%);
	display: none;
}

.circle-pink {
	background: url("../images/ie_circle_pink.svg") no-repeat 133px 182px;
	background-size: 1040px auto;
	z-index: 3;
}

.circle-gray {
	background: url("../images/ie_circle_gray.svg") no-repeat left top;
	background-size: 1081px auto;
	transform: translate(666px, 376px);
}

.blob-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 768px;
	z-index: 2;
}

.ie .blob-box {
	width: 1598px;
	height: 861px;
	top: 27px;
	left: inherit;
	right: 50%;
	background: url("../images/ie_circle.svg") no-repeat left top;
	background-size: 1598px auto;
	transform: translateX(668px);
	display: none;
}

.blobCont {
	width: 100%;
	height: 100%;
}

.ie .blobCont {
	display: none;
}

/* ---------------------------------------------------------
#why
----------------------------------------------------------*/
#why {
	position: relative;
	height: 871px;
	padding-top: 150px;
	margin-top: -150px;
}

.whyCircleBox {
	position: relative;
	width: 100%;
}

#why-circle-area {
	position: absolute;
	top: -30px;
	right: 50%;
	transform: translateX(50%);
}

#why h2 {
	width: 392px;
	margin: 0 auto 41px;
}

#why h2 img {
	width: 100%;
	height: auto;
}

#why p {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 35px;
}

#why p:nth-child(3) {
	margin-bottom: 31px;
}

#why .pic-box {
	position: relative;
}

#why .pic-box div {
	position: absolute;
	left: 50%;
	z-index: 2;
	opacity: 0;
	transition: opacity 1.5s;
}

#why h2.is-show,
#why p.is-show,
#why .pic-box div.is-show {
	opacity: 1;
}

#why .pic1-1 {
	top: -88px;
	transform: scale(0.85);
	margin: 0 0 0 -325px;
}

#why .pic1-2 {
	top: -231px;
	transform: scale(0.55);
	margin: 0 0 0 -521px;
}

#why .pic1-3 {
	top: -112px;
	transform: scale(0.35);
	margin: 0 0 0 -677px;
}

#why .pic1-4 {
	top: 29px;
	transform: scale(0.45);
	margin: 0 0 0 -556px;
}

#why .pic1-5 {
	top: 165px;
	transform: scale(0.52);
	margin: 0 0 0 -468px;
}

#why .pic2-1 {
	top: -129px;
	transform: scale(0.7);
	margin: 0 0 0 -67px;
}

#why .pic2-2 {
	top: -257px;
	transform: scale(0.45);
	margin: 0 0 0 109px;
}

#why .pic3-1 {
	top: 43px;
	transform: scale(0.8);
	margin: 0 0 0 -172px;
}

#why .pic3-2 {
	top: 133px;
	transform: scale(0.55);
	margin: 0 0 0 65px;
}

#why .pic3-3 {
	top: 223px;
	transform: scale(0.43);
	margin: 0 0 0 -274px;
}

#why .pic3-4 {
	top: 359px;
	transform: scale(0.35);
	margin: 0 0 0 -159px;
}

#why .why-circle-svg {
	position: absolute;
	top: 70px;
	right: 50%;
	width: 1295px;
	height: 715px;
	background: url("../images/why_circle.svg") no-repeat left top;
	background-size: 1295px auto;
	transform: translateX(638px);
}

#why .line1-1 {
	top: 10px;
	margin-left: -271px;
}

#why .line1-2 {
	top: 10px;
	margin-left: -426px;
}

#why .line1-3 {
	top: 153px;
	margin-left: -298px;
}

#why .line1-4 {
	top: 129px;
	margin-left: -444px;
}

#why .line1-5 {
	top: 13px;
	margin-left: -579px;
}

#why .line1-6 {
	top: 201px;
	margin-left: -237px;
}

#why .line1-7 {
	top: 406px;
	margin-left: -387px;
}

#why .line2-1 {
	top: -16px;
	margin-left: 208px;
}

#why .line2-2 {
	top: -193px;
	margin-left: 326px;
}

#why .line2-3 {
	top: -129px;
	margin-left: 372px;
}

#why .line2-4 {
	top: 70px;
	margin-left: 232px;
}

#why .line3-1 {
	top: 271px;
	margin-left: 132px;
}

#why .line3-2 {
	top: 303px;
	margin-left: 345px;
}

#why .line3-3 {
	top: 395px;
	margin-left: 311px;
}

#why .line3-4 {
	top: 315px;
	margin-left: -59px;
}

#why .line3-5 {
	top: 466px;
	margin-left: -30px;
}

#why .mask-box {
	position: absolute;
	top: 150px;
	right: 50%;
	width: 1366px;
	height: 100%;
	transform: translateX(50%);
}

#why .mask-box div {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	transition: opacity 0.8s;
}

#why .mask-box div.is-hide {
	opacity: 0;
}

#why .mask-box .mask1 {
	top: 284px;
	left: 42px;
}

#why .mask-box .mask2 {
	top: 774px;
	left: 231px;
}

#why .mask-box .mask3 {
	top: 73px;
	left: 1027px;
}

#why .mask-box .mask4 {
	top: 150px;
	left: 1160px;
}

#why .mask-box .mask5 {
	top: 398px;
	left: 1047px;
	width: 80px;
	height: 80px;
}

#why .mask-box .mask6 {
	top: 590px;
	left: 1138px;
}

#why .mask-box .mask7 {
	top: 798px;
	left: 1022px;
}

#why .mask-box .mask8-1 {
	top: 55px;
	left: 290px;
}

#why .mask-box .mask8-2 {
	top: 172px;
	left: 173px;
}

#why .mask-box .mask8-3 {
	top: 556px;
	left: 14px;
}

#why .mask-box .mask8-4 {
	top: 592px;
	left: 141px;
}

#why .mask-box .mask8-5 {
	top: 296px;
	left: 1267px;
}

#why .mask-box .mask8-6 {
	top: 506px;
	left: 1273px;
}

#why .mask-box .mask8-7 {
	top: 739px;
	left: 1274px;
}

#why .mask-box .mask8-8 {
	top: 716px;
	left: 86px;
}

#why .mask-box .mask8-9 {
	top: -33px;
	left: 1010px;
}

/* ---------------------------------------------------------
#service
----------------------------------------------------------*/
#service {
	position: relative;
	background-color: #f6f4f5;
	padding: 122px 0 0;
}

.serviceCircleBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.service-circle-svg {
	position: absolute;
	top: 47px;
	right: 50%;
	width: 1115px;
	height: 2045px;
	background: url("../images/circle_service.svg") no-repeat;
	background-size: contain;
	transform: translateX(644px);
}

#service-circle-area {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}

#service h2 {
	width: 296px;
	margin: 0 auto 43px;
}

#service h2 img {
	width: 100%;
	height: auto;
}

#service .lead {
	font-size: 1em;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 54px;
}

#service .box {
	position: relative;
	background: url("../images/service/bg_circle.png") no-repeat center top;
	padding-top: 677px;
}

#service .company-logo-area {
	position: relative;
	width: 838px;
	margin: 0 auto 33px;
	z-index: 1;
}

#service .company-logo-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 12px;
}

#service .company-logo {
	width: 158px;
}

#service .ill1,
#service .ill2,
#service .ill3 {
	position: absolute;
	left: 50%;
	opacity: 0;
	transition: opacity 1.5s;
}

#service .ill1 {
	top: 245px;
	margin-left: -482px;
}

#service .ill2 {
	top: 77px;
	margin-left: -202px;
}

#service .ill3 {
	top: 240px;
	margin-left: 194px;
}

#service .logo {
	position: absolute;
	top: 507px;
	left: 50%;
	width: 199px;
	margin-left: -89px;
	opacity: 0;
	transition: opacity 1.5s;
}

#service .is-show {
	opacity: 1;
}

#service .logo img {
	width: 100%;
	height: auto;
}

#service .wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 940px;
	letter-spacing: -0.02em;
	margin: 0 auto 9px;
	z-index: 2;
}

#service .block {
	width: 260px;
}

#service .block:nth-child(3) {
	padding: 157px 0 0;
}

#service .block h3 {
	font-size: 1.56em;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 19px;
	margin-bottom: 33px;
	border-bottom: 4px solid #0c0c0c;
}

#service .block h4 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	color: #ed276e;
	margin-bottom: 16px;
}

#service .block p {
	font-size: 1em;
	line-height: 1.9;
	margin-bottom: 22px;
}

#service .block p a {
	color: #ed276e;
	text-decoration: underline;
}

#service .block h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 7px;
}

#service .block li {
	position: relative;
	list-style: none;
	line-height: 1.9;
	padding-left: 10px;
}

#service .block li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #000;
}

#service .block:nth-child(1) ul:first-of-type {
	margin-bottom: 93px;
}

#service .block:nth-child(5) ul:first-of-type {
	margin-bottom: 66px;
}

#service .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 362px;
	height: 80px;
	font-size: 1.25em;
	color: #fff;
	background-color: #ed276e;
	border-radius: 4px;
	margin: 0 auto;
	transform: translateY(40px);
	transition: opacity 0.2s;
}

@media screen and (min-width: 768px) {
	#service .btn a:hover {
		opacity: 0.6;
	}
}
#service .line1,
#service .line2,
#service .line3,
#service .line4,
#service .line5,
#service .line6,
#service .pic1,
#service .pic2,
#service .pic3 {
	position: absolute;
	left: 50%;
}

#service .line1 {
	top: -8px;
	margin-left: 447px;
}

#service .line2 {
	top: 269px;
	margin-left: 503px;
}

#service .line3 {
	top: 341px;
	margin-left: -556px;
}

#service .line4 {
	bottom: 286px;
	margin-left: 28px;
}

#service .line5 {
	bottom: 135px;
	margin-left: -626px;
}

#service .line6 {
	bottom: -49px;
	margin-left: 376px;
}

#service .pic1 {
	bottom: 80px;
	transform: scale(0.38);
	margin: 0 0 0 -356px;
}

#service .pic2 {
	bottom: -118px;
	transform: scale(0.4);
	margin: 0 0 0 106px;
}

#service .pic3 {
	bottom: -198px;
	transform: scale(0.26);
	margin: 0 0 0 -593px;
}

.fadeInPre {
	visibility: hidden;
}

.fadeInDown {
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* media-news */
#index-media-news {
	text-align: center;
	padding-top: 230px;
	width: 980px;
	margin: 0 auto;
}

#index-media-news h2 {
	width: 317px;
	height: 36px;
	display: block;
	margin: 0 auto 75px;
}

#index-media-news .media-news-lead {
	width: 428px;
	margin: 0 auto;
}

#index-media-news .media-news-lead img {
	width: 100%;
}

#index-media-news .index-media-news-bottom {
	padding: 110px 0 100px;
	position: relative;
}

#index-media-news #index-media-news-li {
	width: 100%;
	display: block;
}

#index-media-news #index-media-news-li p {
	font-weight: 600;
	width: 30em;
	word-break: break-all;
	display: block;
	margin: 0 auto;
	line-height: 1.6em;
}

#index-media-news #index-media-news-li p span {
	display: block;
	color: #ed276e;
	padding-bottom: 0.8em;
	line-height: 1em;
}

#index-media-news .index-media-news-bottom .bub1 {
	top: 30px;
	position: absolute;
	left: 38%;
	z-index: -1;
}

#index-media-news .index-media-news-bottom .bub2 {
	top: 0;
	position: absolute;
	left: 39%;
	margin: auto;
	bottom: 0;
	z-index: -1;
}

#index-media-news .index-media-news-bottom .bub1 canvas {
	width: 90px;
	height: auto;
}

#index-media-news .index-media-news-bottom .bub2 canvas {
	width: 300px;
	height: auto;
}

#index-media-news .btn {
	background: #aca3a4;
	display: flex;
	width: 243px;
	height: 67px;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: 0.2s;
}

#index-media-news .btn:hover {
	opacity: 0.6;
}

#index-media-news .contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 244px;
	height: 67px;
	font-size: 1em;
	color: #fff;
	background-color: #ed276e;
	border-radius: 4px;
	margin: 0 auto 0 0;
	transform: translateY(40px);
	transition: opacity 0.2s;
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	#index-media-news .contact-btn:hover {
		opacity: 0.6;
	}
}
/* report-news */
#report-news .btn-more {
	display: none;
}

#report-news {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	/* min-height: 99vh; */
	box-sizing: border-box;
	margin-bottom: 0;
}

#report-news .box-cts {
	padding: 50px 0;
	position: relative;
}

.wrap-lead-report {
	text-align: center;
}

#report-news h2 {
	margin: 43.3% auto 0;
}

#report-news .box-lead-report {
	display: inline-block;
	text-align: center;
}

#report-news .box-lead-report h3 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

#report-news .box-lead-report p {
	font-size: 0.875em;
	line-height: 2.2;
	white-space: nowrap;
}

#report-news .box-txt-lead-report {
	font-family: "Noto Sans Japanese";
	line-height: 1.9;
	margin: 14.9% 0 0 0;
}

#report-news .yoko {
	text-orientation: upright;
	-ms-text-combine-horizontal: all;
}

#report-news .box-list-report {
	width: 68%;
	margin: 5.2% auto 0;
	box-sizing: border-box;
	padding-right: 3%;
	overflow: scroll;
	height: 600px;
	-ms-overflow-style: none;
}

#report-news .box-list-report::-webkit-scrollbar {
	display: none;
}

#report-news .link-report {
	position: relative;
	display: block;
	padding: 0 0 0 29%;
	margin: 0 0 8.3% 1.5%;
	min-height: 7.4em;
	width: 62%;
}

#report-news .link-report:last-child {
	margin-bottom: 0;
}

#report-news .link-report a {
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	height: 7.2em;
}

#report-news .link-report h3 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.667;
	padding: 0 0 0.2em;
}

#report-news .link-report h3 small {
	font-size: 0.813em;
	display: inline-block;
	line-height: 1.384;
}

#report-news .link-report p {
	font-size: 1em;
	line-height: 2;
}

#report-news .canvas-bub_report {
	position: absolute;
	top: 0;
	left: 0;
	width: 15em;
	margin: -10.5% 0 0 -0.9%;
}

#report-news .link-report:nth-child(4n + 2) {
	margin-left: 12.9%;
}

#report-news .link-report:nth-child(4n + 3) {
	margin-left: 0.3%;
}

#report-news .link-report:nth-child(4n + 4) {
	margin-left: 9.9%;
}

#report-news .is-hide {
	display: block;
}

/* #about */
#about {
	text-align: center;
	box-sizing: border-box;
}

#about .about-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#about .box-cts {
	padding: 128px 0 75px;
	vertical-align: top;
	height: auto;
}

#about .tl-about span {
	display: block;
	margin-top: 80px;
}

#about .tl-about img {
	margin-left: auto;
	margin-right: auto;
}

/* issue */
#about .about-issue {
	position: relative;
	margin-bottom: 80px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#about .about-issue h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

#about .about-issue-flex {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

#about .about-issue-block {
	text-align: left;
	width: 260px;
}

#about .about-issue-block h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

#about .about-issue-block li {
	position: relative;
	margin-bottom: 5px;
}

#about .about-issue-block li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	border-top: rgba(0, 0, 0, 0) solid 4px;
	border-bottom: rgba(0, 0, 0, 0) solid 4px;
	border-left: #000 solid 6px;
	border-right: rgba(0, 0, 0, 0) solid 6px;
	left: -12px;
	top: 0.8em;
	box-sizing: border-box;
}

#about .about-issue-block li p {
	line-height: 1.875;
}

#about .about-issue-block li p span {
	color: #817a7a;
}

#about .about-issue-bg img {
	position: absolute;
	opacity: 0;
	transition: opacity 1.5s;
}

#about .about-issue-bg img.is-show {
	opacity: 1;
}

#about .about-issue-bg .line1 {
	width: 70px;
	height: auto;
	top: 70px;
	right: 270px;
}

#about .about-issue-bg .circle1 {
	width: 162px;
	height: auto;
	top: 65px;
	left: -67px;
}

#about .about-issue-bg .circle2-1 {
	width: 29px;
	height: auto;
	top: 90px;
	right: 50px;
}

#about .about-issue-bg .circle2-2 {
	width: 71px;
	height: auto;
	top: 115px;
	right: -50px;
}

#about .about-issue-bg .line2 {
	width: 160px;
	height: auto;
	bottom: -14px;
	left: 70px;
}

#about .about-issue-bg .circle3 {
	width: 21px;
	height: auto;
	bottom: -30px;
	left: 24px;
}

#about .about-issue-bg .circle4-1 {
	width: 115px;
	height: auto;
	bottom: -50px;
	right: 300px;
}

#about .about-issue-bg .circle4-2 {
	width: auto;
	height: 30px;
	bottom: -52px;
	right: 240px;
}

#about .about-issue-bg .line3 {
	width: 33px;
	height: auto;
	bottom: -20px;
	right: 32px;
}

/* about belief */
#about .about-belief {
	background: url(../images/about-belief-bg_pc.png) no-repeat;
	background-size: auto 1000px;
	background-position: top 130px center;
	padding-bottom: 70px;
}

#about .about-belief-contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#about .about-belief h3 {
	margin-bottom: 90px;
}

#about .about-belief-block {
	margin-bottom: 40px;
}

#about .about-belief-block h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1.25px;
	margin-bottom: 20px;
}

#about .about-belief-block h4 span {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #ed276e;
	letter-spacing: 0;
	margin-top: 10px;
}

#about .about-belief-block h4 span::before {
	content: "-";
	position: absolute;
	color: #ed276e;
	left: -0.8em;
	top: 0;
	line-height: 1em;
}

#about .about-belief-block h4 span::after {
	content: "-";
	position: absolute;
	color: #ed276e;
	right: -0.8em;
	top: 0;
	line-height: 1em;
}

#about .about-belief-block p {
	line-height: 1.875;
}

#about .about-belief-block p .pc-none {
	display: none;
}

#about .about-belief-block-flex {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-start;
}

#about .about-belief-block-flex::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	background: #e8e8e8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#about .about-belief-block-flex div {
	margin-left: 30px;
	margin-right: 30px;
	width: 310px;
}

#about .about-belief-block-flex p {
	line-height: 1.875;
}

#about .about-belief-block-flex-title {
	text-align: center;
	font-weight: 600;
}

#about .about-belief-block-flex-text {
	text-align: left;
	white-space: nowrap;
}

/* #about .canvas-bub {
	display: inline-block;
	margin: -7.8% 0 0;
	width: 46%;
	vertical-align: top;
} */
#about .img-about-01,
#about .img-about-02,
#about .img-about-03 {
	height: 17.625em;
	width: auto;
}

#about .img-about-01 {
	margin: 0 0 0 0%;
}

#about .img-about-02 {
	margin: 0 3.7% 0 3.3%;
}

#about .img-about-03 {
	margin-right: -1.8%;
}

/* about graph */
#about .about-belief-graph {
	position: relative;
	padding-bottom: 65px;
	margin-bottom: 80px;
}

#about .about-belief-graph::before {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-after_pc.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 715px;
	height: 93px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

#about .about-belief-graph-lab {
	position: relative;
	height: 243px;
	background: url(../images/about-belief-graph-lab-bg_pc.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

#about .about-belief-graph-lab img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#about .about-belief-graph-lab::before {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-lab-before_pc.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 123px;
	height: 83px;
	top: 0;
	left: 244px;
}

#about .about-belief-graph-lab::after {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-lab-after_pc.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 175px;
	height: 87px;
	top: -30px;
	right: 200px;
}

#about .about-belief-graph-around20 {
	position: absolute;
	width: 125px;
	height: 125px;
	padding-top: 40px;
	top: 70px;
	left: 70px;
	bottom: 0;
	box-sizing: border-box;
}

#about .about-belief-graph-around20::before {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-around20-before_pc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 14px;
	height: 75px;
	top: 20px;
	right: -24px;
}

#about .about-belief-graph-around20::after {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-around20-after.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 124px;
	height: 44px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#about .about-belief-graph-around20 .canvas-bub {
	position: absolute;
	width: 240px;
	top: -120px;
	left: -120px;
	margin-left: 50%;
	margin-top: 50%;
	z-index: -2;
}

#about .about-belief-graph-corp {
	position: absolute;
	height: 131px;
	right: 90px;
	top: 55px;
}

#about .about-belief-graph-corp::before {
	content: "";
	position: absolute;
	background: url(../images/about-belief-graph-corp-before_pc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 72px;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto 0;
}

.txt-about {
	font-size: 1em;
	text-align: center;
	line-height: 1.9;
	margin: 4.8% 0 1.9%;
}

/* #contact */
#contact {
	width: 1000px;
	margin: 0 auto;
	/* min-height: 99vh; */
	box-sizing: border-box;
	position: relative;
}

#contact .box-cts {
	vertical-align: top;
	padding: 12.7% 0;
}

#contact h2 {
	width: 21.5%;
	margin: 0 auto;
	padding: 0 0 4%;
}

#contact form {
	font-size: 0.875em;
}

#contact label {
	display: block;
	float: left;
	clear: both;
	margin: 0.8em 0 3.2em 15.9%;
	width: 15.2%;
}

#contact input,
#contact textarea {
	display: inline-block;
	width: 48%;
	background: transparent;
	border: none;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: solid 1px #a2a2a2;
	padding: 0.6em 0.8em;
	margin: 0 0 0;
	float: left;
	box-sizing: border-box;
	letter-spacing: 0.04em;
	border-radius: 0px;
	font-size: 1em;
}

#contact .err-email {
	display: block;
	float: left;
	color: #ff0000;
	padding: 0.2em 0 0;
}

#contact textarea {
	border: solid 1px #a2a2a2;
	height: 6em;
	resize: vertical;
	line-height: 1.4;
	background: #e8e8e8;
}

#contact input[type="text"]:focus,
#contact textarea:focus {
	background: #aeaeae;
	color: #fff;
	outline: 0;
}

#contact input[type="submit"] {
	outline: 0;
}

#contact .box-checkbox {
	text-align: right;
	clear: both;
	width: 58.2%;
	margin: 0 auto 0;
	padding: 3.6% 0 1.5% 0;
}

#contact .box-checkbox input {
	width: auto;
	clear: both;
	float: none;
	padding: 0;
	vertical-align: middle;
	margin: 0 0.6em 0 0;
}

#contact .box-checkbox label {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0;
}

#contact a {
	color: #ed276e;
	text-decoration: underline;
}

#contact .btn-form {
	background: #ed276e;
	color: #fff;
	border: none;
	width: 21.9%;
	float: right;
	line-height: 4.351;
	padding: 0;
	border-radius: 4px;
	margin: 0 20.8% 0 0;
}

@media screen and (max-width: 1000px) {
	.lay-mobile #report-news,
	.lay-mobile #about,
	.lay-mobile #contact {
		width: 100%;
		margin: 0;
	}
	.lay-mobile #main {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.link-report a {
		transition: color 200ms;
	}
	.link-report a:hover {
		color: #ed276e;
	}
	#contact .btn-form {
		transition: opacity 200ms;
	}
	#contact .btn-form:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 767px) {
	/* .box-cts */
	.box-cts,
	#overview .box-cts {
		display: block;
		width: 100%;
		height: auto;
		vertical-align: top;
		padding: 0 !important;
	}
	/* #wrapper */
	#wrapper {
		height: auto;
	}
	/* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
	#main {
		height: 100vh;
		margin-bottom: 0;
	}
	#main .ttl-en {
		width: 69.7vw;
		height: 44.9vw;
		background: url("../images/ttl_en_sp.png") no-repeat;
		background-size: contain;
	}
	#main .ttl-en img {
		display: none;
	}
	#main .wrap-tl {
		width: 78.4vw;
		height: auto;
	}
	#main .wrap-tl img {
		width: 41.2vw;
		height: auto;
	}
	#main .wrap-tl .h1_lead {
		width: 66.5vw;
		margin-top: 5.333vw;
	}
	#main .wrap-tl .h1_lead_sub {
		width: 78.4vw;
		margin-top: 4vw;
	}
	.circle-gray,
	.circle-pink {
		top: 50%;
		right: inherit;
		width: 97vw;
		height: 132.5vw;
		background: url("../images/ie_circle_gray_sp.svg") no-repeat left top;
		background-size: contain;
		margin-top: -60.9vw;
		transform: none;
	}
	.circle-pink {
		left: 1.7vw;
		width: 90.5vw;
		height: 128.9vw;
		background: url("../images/ie_circle_pink_sp.svg") no-repeat left top;
		background-size: contain;
		margin-top: -56.1vw;
	}
	.blob-box {
		height: 160.5vw;
	}
	.ie .blob-box {
		bottom: inherit;
		right: inherit;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url("../images/ie_circle_sp.svg") no-repeat left 30.5%;
		background-size: contain;
		transform: none;
		display: none;
	}
	#main .circle1,
	#main .circle2,
	#main .circle3,
	#main .circle4 {
		margin-left: 0;
		backface-visibility: hidden;
	}
	#main .circle1 div,
	#main .circle2 div,
	#main .circle3 div,
	#main .circle4 div {
		backface-visibility: hidden;
	}
	#main .circle1 img,
	#main .circle2 img,
	#main .circle3 img,
	#main .circle4 img {
		display: none;
	}
	#main .circle1 {
		margin-bottom: 56.3vw;
		left: 18.8vw;
	}
	#main .circle1 div {
		width: 48.8vw;
		height: 52.1vw;
		background: url("../images/circle_01_sp.svg");
		background-size: contain;
	}
	#main .circle2 {
		margin-bottom: -21vw;
		left: -10.6vw;
	}
	#main .circle2 div {
		width: 36.5vw;
		height: 33.3vw;
		background: url("../images/circle_02_sp.svg");
		background-size: contain;
	}
	#main .circle3 {
		margin-bottom: -54vw;
		left: 66.4vw;
	}
	#main .circle3 div {
		width: 34vw;
		height: 34.5vw;
		background: url("../images/circle_03_sp.svg");
		background-size: contain;
	}
	#main .circle4 div {
		display: none;
		visibility: hidden;
	}
	/* ---------------------------------------------------------
  #why
  ----------------------------------------------------------*/
	#why {
		height: 162.5vw;
		padding-top: 15vw;
		margin-top: -15vw;
	}
	#why h2 {
		position: relative;
		width: 69.8vw;
		height: 7.1vw;
		background: url("../images/why/ttl_sp.svg") no-repeat;
		background-size: contain;
		margin: 0 auto 23px;
		z-index: 2;
	}
	#why h2 img {
		display: none;
	}
	#why p {
		position: relative;
		font-size: 0.56em;
		font-weight: normal;
		line-height: 1.71;
		margin-bottom: 8.3vw;
	}
	#why p:nth-child(3) {
		margin-bottom: 7vw;
	}
	#why .pic-box div {
		position: absolute;
		left: 50%;
		z-index: 2;
		opacity: 0;
		transition: opacity 1.5s;
	}
	#why .pic-box img {
		width: 100%;
		height: auto;
	}
	#why .canvas-bub {
		width: 100%;
	}
	#why h2.is-show,
	#why p.is-show,
	#why .pic-box div.is-show {
		opacity: 1;
	}
	#why .pic-box .pic1-1,
	#why .pic-box .pic1-2,
	#why .pic-box .pic1-3,
	#why .pic-box .pic1-4,
	#why .pic-box .pic1-5,
	#why .pic-box .pic2-1,
	#why .pic-box .pic2-2,
	#why .pic-box .pic3-1,
	#why .pic-box .pic3-2,
	#why .pic-box .pic3-3,
	#why .pic-box .pic3-4 {
		transform: scale(1);
		margin: 0;
	}
	#why .pic-box .pic1-1 {
		top: -6vw;
		left: 28%;
		width: 44%;
	}
	#why .pic-box .pic1-2 {
		top: -10vw;
		left: 13.5%;
		width: 26%;
	}
	#why .pic-box .pic1-3 {
		top: 7vw;
		left: 1%;
		width: 17%;
	}
	#why .pic-box .pic1-4 {
		top: 16.5vw;
		left: 13.5%;
		width: 24%;
	}
	#why .pic-box .pic1-5 {
		top: 31.5vw;
		left: 19%;
		width: 26%;
	}
	#why .pic-box .pic2-1 {
		top: 23.5vw;
		left: 45%;
		width: 32%;
	}
	#why .pic-box .pic2-2 {
		top: 7vw;
		left: 62.5%;
		width: 25%;
	}
	#why .pic-box .pic3-1 {
		top: 39vw;
		left: 30%;
		width: 34%;
	}
	#why .pic-box .pic3-2 {
		top: 54vw;
		left: 58.5%;
		width: 23%;
	}
	#why .pic-box .pic3-3 {
		top: 64vw;
		left: 24.5%;
		width: 21%;
	}
	#why .pic-box .pic3-4 {
		top: 79vw;
		left: 42.5%;
		width: 18%;
	}
	#why .line img {
		display: none;
	}
	#why .line {
		background: url("../images/why/line_01_01_sp.png") no-repeat center;
		background-size: contain;
	}
	#why .line1-1 {
		width: 6.4vw;
		height: 4.4vw;
		top: 4.7vw;
		margin-left: -16.1vw;
	}
	#why .line1-2 {
		width: 6.2vw;
		height: 4.8vw;
		top: 6.6vw;
		margin-left: -35.7vw;
		background-image: url("../images/why/line_01_02_sp.png");
	}
	#why .line1-3 {
		width: 6.2vw;
		height: 4.6vw;
		top: 21vw;
		margin-left: -18vw;
		background-image: url("../images/why/line_01_03_sp.png");
	}
	#why .line1-4 {
		width: 5.6vw;
		height: 5.4vw;
		top: 20.7vw;
		margin-left: -37vw;
		background-image: url("../images/why/line_01_04_sp.png");
	}
	#why .line1-5 {
		width: 5vw;
		height: 6vw;
		top: 5.2vw;
		margin-left: -48.6vw;
		background-image: url("../images/why/line_01_05_sp.png");
	}
	#why .line1-6 {
		width: 6.1vw;
		height: 10.2vw;
		top: 26.5vw;
		margin-left: -14.1vw;
		background-image: url("../images/why/line_01_06_sp.png");
	}
	#why .line1-7 {
		width: 10vw;
		height: 6.6vw;
		top: 49.3vw;
		margin-left: -34.8vw;
		background-image: url("../images/why/line_01_07_sp.png");
	}
	#why .line2-1 {
		width: 4.4vw;
		height: 6.4vw;
		top: 25.2vw;
		margin-left: 16.6vw;
		background-image: url("../images/why/line_02_01_sp.png");
	}
	#why .line2-2 {
		width: 5.3vw;
		height: 5.6vw;
		top: 7.9vw;
		margin-left: 29.7vw;
		background-image: url("../images/why/line_02_02_sp.png");
	}
	#why .line2-3 {
		width: 11.4vw;
		height: 2.9vw;
		top: 23.2vw;
		margin-left: 31.7vw;
		background-image: url("../images/why/line_02_03_sp.png");
	}
	#why .line2-4 {
		width: 12.8vw;
		height: 3.4vw;
		top: 38.8vw;
		margin-left: 21.2vw;
		background-image: url("../images/why/line_02_04_sp.png");
	}
	#why .line3-1 {
		width: 5.7vw;
		height: 2.8vw;
		top: 59.2vw;
		margin-left: 7.3vw;
		background-image: url("../images/why/line_03_01_sp.png");
	}
	#why .line3-2 {
		width: 11.6vw;
		height: 2.4vw;
		top: 62.5vw;
		margin-left: 27.6vw;
		background-image: url("../images/why/line_03_02_sp.png");
	}
	#why .line3-3 {
		display: none;
	}
	#why .line3-4 {
		width: 3.2vw;
		height: 5.4vw;
		top: 64vw;
		margin-left: -12.2vw;
		background-image: url("../images/why/line_03_04_sp.png");
	}
	#why .line3-5 {
		width: 6.2vw;
		height: 4.5vw;
		top: 79.7vw;
		margin-left: -10.1vw;
		background-image: url("../images/why/line_03_05_sp.png");
	}
	#why .mask-box {
		top: 15vw;
		right: 0;
		width: 100%;
		transform: translateX(0);
		z-index: 2;
	}
	#why .mask-box div {
		width: 9.5vw;
		height: 9.5vw;
	}
	#why .mask-box .mask1 {
		top: 74.8vw;
		left: -1vw;
	}
	#why .mask-box .mask2 {
		top: 132vw;
		left: 8.6vw;
	}
	#why .mask-box .mask3 {
		top: 79.2vw;
		left: 84.3vw;
	}
	#why .mask-box .mask4 {
		top: 102.4vw;
		left: 94vw;
	}
	#why .mask-box .mask5 {
		top: 116.4vw;
		left: 83.5vw;
		width: 9.5vw;
		height: 9.5vw;
	}
	#why .mask-box .mask6 {
		top: 134.6vw;
		left: 90.8vw;
	}
	#why .mask-box .mask7 {
		top: 154vw;
		left: 75.7vw;
		visibility: hidden;
	}
	#why .mask-box .mask8-1 {
		top: 54vw;
		left: 4.9vw;
	}
	#why .mask-box .mask8-2 {
		top: 108vw;
		left: 0;
	}
	#why .mask-box .mask8-3 {
		top: 56.4vw;
		left: 90.2vw;
	}
	#why .mask-box .mask8-4 {
		top: 71vw;
		left: 65.6vw;
	}
	#why .mask-box .mask8-5 {
		top: 151vw;
		left: 6.4vw;
	}
	#why .mask-box .mask8-6,
	#why .mask-box .mask8-7,
	#why .mask-box .mask8-8 {
		display: none;
	}
	#why-circle-area {
		top: 0;
	}
	#why .why-circle-svg {
		position: absolute;
		top: 55.2vw;
		right: 0;
		width: 100%;
		height: 123.6vw;
		background: url("../images/why_circle_sp.svg") no-repeat 2vw top;
		background-size: 92.9vw auto;
		transform: none;
		z-index: 2;
	}
	/* ---------------------------------------------------------
  #service
  ----------------------------------------------------------*/
	#service {
		padding: 26.5vw 0 0;
	}
	#service-circle-area {
		right: 0;
		transform: translateX(0);
		/*
    margin-top: -20vw;
    */
	}
	.service-circle-svg {
		top: 9.6vw;
		left: 2.8vw;
		right: inherit;
		width: 94.2vw;
		height: 409.2vw;
		background: url("../images/circle_service_sp.svg") no-repeat;
		background-size: contain;
		transform: translateX(0);
	}
	#service h2 {
		position: relative;
		width: 57.6vw;
		margin: 0 auto 6.6vw;
		z-index: 2;
	}
	#service h2 img {
		width: 100%;
		height: auto;
	}
	#service .lead {
		position: relative;
		font-size: 0.56em;
		line-height: 1.7;
		height: 44.9vw;
		margin-bottom: 0;
		z-index: 2;
	}
	#service .box {
		width: 100%;
		background: url("../images/service/bg_circle_sp.png") no-repeat center top;
		background-size: contain;
		padding-top: 139.5vw;
	}
	#service .ill1 img,
	#service .ill2 img,
	#service .ill3 img {
		display: none;
	}
	#service .ill1 {
		top: 45.7vw;
		left: 7vw;
		width: 35.3vw;
		height: 42.2vw;
		background: url("../images/service/ill_01_sp.png") no-repeat;
		background-size: contain;
		margin-left: 0;
	}
	#service .ill2 {
		top: 5.7vw;
		left: 26.2vw;
		width: 45.7vw;
		height: 34.8vw;
		background: url("../images/service/ill_02_sp.png") no-repeat;
		background-size: contain;
		margin-left: 0;
	}
	#service .ill3 {
		top: 45.7vw;
		left: 54.7vw;
		width: 38.9vw;
		height: 43.6vw;
		background: url("../images/service/ill_03_sp.png") no-repeat;
		background-size: contain;
		margin-left: 0;
	}
	#service .logo {
		top: 97.4vw;
		left: 37.3vw;
		width: 27.4vw;
		margin-left: 0;
	}
	#service .wrapper {
		display: block;
		width: 77.6vw;
		letter-spacing: 0.01em;
		margin: 0 auto;
	}
	#service .block {
		width: 100%;
		height: 46.6vw;
		overflow: hidden;
	}
	#service .block.is-show {
		height: auto;
	}
	#service .block:nth-child(3) {
		padding: 0;
	}
	#service .block h3 {
		font-size: 0.99em;
		padding-bottom: 3.3vw;
		margin-bottom: 8.2vw;
		border-bottom: 5px solid #0c0c0c;
	}
	#service .block:nth-child(3) h3 {
		margin-bottom: 6vw;
	}
	#service .block h4 {
		font-size: 0.7em;
		margin-bottom: 4.5vw;
	}
	#service .block p {
		font-size: 0.56em;
		line-height: 1.71;
		margin-bottom: 5.7vw;
	}
	#service .block h5 {
		font-size: 0.56em;
		margin-bottom: 1.4vw;
	}
	#service .block li {
		font-size: 0.56em;
		line-height: 1.71;
		padding-left: 10px;
	}
	#service .block li::before {
		top: 2.1vw;
	}
	#service .icon-arrow {
		position: relative;
		width: 100%;
		height: 34.6vw;
		background: -webkit-linear-gradient(
			rgba(246, 244, 245, 0) 0%,
			rgb(246, 244, 245) 100%
		);
		background: -o-linear-gradient(
			rgba(246, 244, 245, 0) 0%,
			rgb(246, 244, 245) 100%
		);
		background: linear-gradient(
			rgba(246, 244, 245, 0) 0%,
			rgb(246, 244, 245) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f6f4f5", endColorstr="#f6f4f5",GradientType=0 );
		margin: -34.5vw 0 20.5vw;
	}
	#service .icon-arrow:nth-child(4) {
		margin-bottom: 18vw;
	}
	#service .block:first-child + .icon-arrow {
		background: -moz-linear-gradient(
			top,
			rgba(255, 255, 255, 0) 0%,
			rgb(255, 255, 255) 100%
		);
		background: -webkit-linear-gradient(
			top,
			rgba(255, 255, 255, 0) 0%,
			rgb(255, 255, 255) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgb(255, 255, 255) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
	}
	#service .icon-arrow::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 50%;
		display: block;
		width: 7vw;
		height: 3.8vw;
		background: url("../images/service/icon_arrow.png") no-repeat center;
		background-size: contain;
		transform: translateX(50%);
	}
	#service .block.is-show + .icon-arrow {
		background: none;
		height: 8.9vw;
		margin-top: 14vw;
	}
	#service .block.is-show + .icon-arrow::after {
		width: 7.4vw;
		height: 8.9vw;
		background: url("../images/service/icon_close.png") no-repeat center;
		background-size: contain;
	}
	#service .block:nth-child(1) ul:first-of-type,
	#service .block:nth-child(5) ul:first-of-type {
		margin-bottom: 11.8vw;
	}
	#service .btn {
		position: relative;
		z-index: 2;
		border-radius: 4px;
	}
	#service .btn a {
		width: 80vw;
		height: 13.3vw;
		font-size: 0.618em;
		transform: translateY(50%);
	}
	#service .pic1,
	#service .pic2,
	#service .pic3 {
		display: none;
	}
	#service .line1,
	#service .line2,
	#service .line3,
	#service .line4,
	#service .line5,
	#service .line6 {
		position: absolute;
		left: 0;
		background: url("../images/service/line_01_sp.png") no-repeat;
		background-size: contain;
		margin-left: 0 !important;
	}
	#service .line1 img,
	#service .line2 img,
	#service .line3 img,
	#service .line4 img,
	#service .line5 img,
	#service .line6 img {
		display: none;
	}
	/*
  #service .line1 {
  	margin-top: -40vw;
  }
  #service .line2 {
  	margin-top: -30vw;
  }
  #service .line3 {
  	margin-top: -70vw;
  }
  #service .line4 {
  	margin-top: -60vw;
  	margin-bottom: inherit;
  }
  #service .line5 {
  	margin-top: -93vw;
  	margin-bottom: inherit;
  }
  #service .line6 {
  	margin-top: -52vw;
  	margin-bottom: inherit;
  }
  */
	#service .line1 {
		width: 5.2vw;
		height: 9.2vw;
		top: 6.8vw;
		left: inherit;
		right: 8.6vw;
	}
	#service .line2 {
		width: 5.4vw;
		height: 8.9vw;
		top: 92.8vw;
		left: 6.4vw;
		background-image: url("../images/service/line_02_sp.png");
	}
	#service .line3 {
		width: 4.1vw;
		height: 9.7vw;
		top: 190vw;
		left: inherit;
		right: 5.7vw;
		background-image: url("../images/service/line_03_sp.png");
	}
	#service .line4 {
		width: 4.2vw;
		height: 9.6vw;
		top: 270vw;
		left: inherit;
		right: 4.4vw;
		background-image: url("../images/service/line_04_sp.png");
	}
	#service .line5 {
		width: 5.6vw;
		height: 8.9vw;
		top: 345.8vw;
		left: 2.2vw;
		background-image: url("../images/service/line_05_sp.png");
	}
	#service .line6 {
		width: 4.2vw;
		height: 9.6vw;
		top: 431vw;
		left: inherit;
		right: 4.4vw;
		background-image: url("../images/service/line_06_sp.png");
	}
	#service .company-logo-area {
		width: 60.2666666666vw;
		margin-bottom: 8.8vw;
	}
	#service .company-logo-box {
		gap: 2.66666666vw 2.1333333vw;
	}
	#service .company-logo {
		width: 29.0666666vw;
	}
	/* media-news */
	#index-media-news {
		text-align: center;
		padding-top: 38.66vw;
		width: 100%;
	}
	#index-media-news h2 {
		width: 58.133%;
		height: auto;
		display: block;
		margin: 0 auto 16vw;
	}
	#index-media-news h2 img {
		width: 100%;
		height: auto;
	}
	#index-media-news .media-news-lead {
		width: 77.6vw;
	}
	#index-media-news .index-media-news-bottom {
		padding: 16% 0;
		position: relative;
	}
	#index-media-news #index-media-news-li {
		width: 77.6vw;
		display: block;
		margin: 0 auto;
	}
	#index-media-news #index-media-news-li p {
		font-weight: 600;
		width: 77.6vw;
		word-break: break-all;
		display: block;
		margin: 0 auto;
		line-height: 1.6em;
		font-size: 0.56em;
	}
	#index-media-news #index-media-news-li p span {
		display: block;
		color: #ed276e;
		padding-bottom: 0.8em;
		line-height: 1em;
	}
	#index-media-news .index-media-news-bottom .bub1 {
		top: 10%;
		position: absolute;
		left: 20%;
		width: 20%;
		z-index: -1;
	}
	#index-media-news .index-media-news-bottom .bub2 {
		top: 10%;
		position: absolute;
		left: 30%;
		margin: auto;
		bottom: 0;
		z-index: -1;
		width: 70%;
	}
	#index-media-news .index-media-news-bottom .bub1 canvas {
		width: 100%;
		height: auto;
	}
	#index-media-news .index-media-news-bottom .bub2 canvas {
		width: 100%;
		height: auto;
	}
	#index-media-news .btn {
		background: #aca3a4;
		border-radius: 4px;
		color: #fff;
		padding: 0;
		margin: 0 auto;
		transition: 0.2s;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 87.8vw;
		height: 13.3vw;
		font-size: 0.56em;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#index-media-news .btn:hover {
		opacity: 1;
	}
	#index-media-news .contact-btn {
		width: 80vw;
		height: 13.3vw;
		font-size: 1.11747em;
		transform: translateY(50%);
		margin: 1.333333333vw auto 8vw;
	}
	/* report-news */
	#report-news .btn-more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 87.8vw;
		height: 13.3vw;
		font-size: 0.56em;
		margin: 0 auto;
		border: 2px solid #d6d6d6;
		box-sizing: border-box;
	}
	#report-news .is-hide {
		display: none;
	}
	#report-news {
		width: 100%;
		padding-bottom: 0;
		padding-top: 0;
		min-height: 0;
		margin-bottom: 0;
	}
	#report-news h2 {
		margin: 0 auto;
		width: 39.467%;
		padding: 39.8% 0.6% 0 0;
	}
	#report-news .box-lead-report {
		display: block;
		opacity: 1 !important;
		-webkit-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}
	#report-news .box-lead-report h3 {
		font-size: 0.7em;
		margin-bottom: 5.333333333vw;
	}
	#report-news .box-lead-report p {
		font-size: 0.56em;
		line-height: 2.6;
		white-space: normal;
	}
	#report-news .box-txt-lead-report {
		width: 100%;
		box-sizing: border-box;
		margin: 10% 0 0 0;
	}
	#report-news .box-list-report {
		width: 100%;
		margin: 16% auto 0;
		padding: 0;
		overflow: visible;
		height: auto;
	}
	#report-news .link-report {
		padding: 0 0 0 30.3%;
		margin: 0 0 12.8% 17.2%;
		width: 73.1%;
		box-sizing: border-box;
		min-height: 3.9em;
	}
	#report-news .link-report a {
		height: 3.4em;
		text-align: justify;
	}
	#report-news .link-report h3 {
		font-size: 0.66em;
		padding-bottom: 0.5em;
	}
	#report-news .link-report p {
		font-size: 0.4em;
	}
	#report-news .canvas-bub_report {
		width: 65%;
		height: auto;
		margin: -16.9% 0 0 -12.9%;
	}
	#report-news .link-report:nth-child(4n + 3) {
		margin-left: 15.5%;
	}
	#report-news .link-report:nth-child(4n + 2) {
		margin-left: 3.9%;
	}
	#report-news .link-report:nth-child(4n + 4) {
		margin-left: 4.9%;
	}
	#report-news .link-report-01 {
		margin-left: 8%;
	}
	/* #about */
	#about {
		width: 100%;
		text-align: left;
		padding: 0 0 9vw;
		min-height: 0;
	}
	#about .about-wrapper {
		width: 100%;
		padding: 33.333vw 0 17.333vw;
	}
	#about .tl-about img {
		display: block;
	}
	#about .tl-about span {
		margin-top: 12vw;
		margin-bottom: 9.333vw;
	}
	#about .tl-about-h2 {
		width: 48.666vw;
		height: auto;
	}
	#about .tl-about-h2-span {
		width: 66.666vw;
		height: auto;
	}
	#about .box-cts {
		width: 100%;
		padding: 0 !important;
	}
	/* issue */
	#about .about-issue {
		margin-bottom: 0;
		padding-bottom: 4vw;
		width: 100%;
		background: url(../images/about-issue-bg_sp.png) no-repeat;
		background-size: contain;
		background-position: center bottom;
	}
	#about .about-issue h3 {
		width: 40.4vw;
		margin-bottom: 12vw;
	}
	#about .about-issue-flex {
		display: block;
	}
	#about .about-issue-block {
		width: 77.725vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 9.333vw;
		padding-left: 3.333vw;
	}
	#about .about-issue-block h4 {
		font-size: 4.533vw;
		margin-bottom: 20px;
	}
	#about .about-issue-block li {
		margin-bottom: 0;
	}
	#about .about-issue-block li::before {
		content: "";
		position: absolute;
		width: 3.2vw;
		height: 2vw;
		border-top: rgba(0, 0, 0, 0) solid 1vw;
		border-bottom: rgba(0, 0, 0, 0) solid 1vw;
		border-left: #000 solid 1.6vw;
		border-right: rgba(0, 0, 0, 0) solid 1.6vw;
		left: -3.333vw;
		top: 0.38em;
		box-sizing: border-box;
	}
	#about .about-issue-block li p {
		font-size: 3.733vw;
	}
	#about .about-issue-block li p span {
		color: #817a7a;
	}
	#about .about-issue-bg {
		display: none;
	}
	/* about belief */
	#about .about-belief {
		background: url(../images/about-belief-bg_sp.png) no-repeat;
		background-size: 100% auto;
		background-position: top 8vw center;
		padding-bottom: 0;
	}
	#about .about-belief-contents {
		width: 100%;
	}
	#about .about-belief h3 {
		width: 44.9vw;
		margin-bottom: 22.666vw;
		margin-left: auto;
		margin-right: auto;
	}
	#about .about-belief-block {
		margin-bottom: 6.4vw;
	}
	#about .about-belief-block h4 {
		font-size: 4.533vw;
		margin-bottom: 5.333vw;
	}
	#about .about-belief-block h4 span {
		font-size: 3.733vw;
		margin-top: 2.666vw;
	}
	#about .about-belief-block h4 span::before {
		content: "-";
		position: absolute;
		color: #ed276e;
		left: -0.8em;
		top: 0;
		line-height: 1em;
	}
	#about .about-belief-block p {
		font-size: 3.733vw;
		text-align: center;
	}
	#about .about-belief-block p .pc-none {
		display: block;
	}
	#about .about-belief-block-flex {
		display: block;
	}
	#about .about-belief-block-flex::before {
		content: none;
	}
	#about .about-belief-block-flex div {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5.333vw;
		width: 68.817vw;
	}
	#about .about-belief-block-flex p {
		line-height: 1.875;
	}
	#about .about-belief-block-flex .about-belief-block-flex-title {
		text-align: center;
		font-weight: 600;
	}
	#about .about-belief-block-flex .about-belief-block-flex-text {
		text-align: left;
		white-space: nowrap;
	}
	/* #about .canvas-bub {
  	width: 65%;
  	position: static;
  } */
	#about .img-about-01,
	#about .img-about-02,
	#about .img-about-03 {
		height: 5.1em;
	}
	#about .img-about-01 {
		margin: 5.3% 0 -5.3% 32.4%;
		position: relative;
	}
	#about .img-about-02 {
		margin: 0 24.8% 0 9.3%;
	}
	#about .img-about-03 {
		margin: 0 -22% 0 -21%;
	}
	/* about graph */
	#about .about-belief-graph {
		position: relative;
		padding-bottom: 28vw;
		margin-bottom: 10.666vw;
	}
	#about .about-belief-graph::before {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-after_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 38.8vw;
		height: 6.533vw;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
	#about .about-belief-graph-lab {
		position: relative;
		height: 40vw;
		background: url(../images/about-belief-graph-lab-bg_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	#about .about-belief-graph-lab img {
		position: absolute;
		width: 19.6vw;
		height: 14.8vw;
		top: 8vw;
		left: 0;
		right: 0;
		bottom: auto;
		margin: 0 auto;
	}
	#about .about-belief-graph-lab::before {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-lab-before_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 28.933vw;
		height: 19.466vw;
		top: -7.333vw;
		left: 5.333vw;
	}
	#about .about-belief-graph-lab::after {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-lab-after_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 37.866vw;
		height: 20.533vw;
		top: -15.2vw;
		right: 2.4vw;
	}
	#about .about-belief-graph-around20 {
		position: absolute;
		background: url(../images/about-belief-graph-around20-bg_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 24.266vw;
		height: 23.333vw;
		padding-top: 8vw;
		top: auto;
		left: 4vw;
		bottom: 9.333vw;
	}
	#about .about-belief-graph-around20 img {
		display: block;
		width: 18.4vw;
		height: auto;
		margin: 0 auto;
	}
	#about .about-belief-graph-around20::before {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-around20-before_sp.svg)
			no-repeat;
		background-size: contain;
		background-position: center center;
		width: 17.2vw;
		height: 3.2vw;
		top: auto;
		bottom: -6.133vw;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#about .about-belief-graph-around20::after {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-around20-after.svg) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 25.2vw;
		height: 9.066vw;
		top: -10.666vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#about .about-belief-graph-around20 .canvas-bub {
		display: none;
	}
	#about .about-belief-graph-corp {
		position: absolute;
		height: 26.8vw;
		right: 6.133vw;
		top: auto;
		bottom: 9vw;
	}
	#about .about-belief-graph-corp img {
		width: 19.6vw;
		height: auto;
	}
	#about .about-belief-graph-corp::before {
		content: "";
		position: absolute;
		background: url(../images/about-belief-graph-corp-before_sp.svg) no-repeat;
		background-size: contain;
		background-position: center center;
		width: 16.533vw;
		height: 3.333vw;
		top: auto;
		bottom: -5.066vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.txt-about {
		font-size: 0.56em;
		line-height: 1.819;
		margin: 5.5% 0 11.4%;
	}
	/* #contact */
	#contact {
		width: 100%;
		padding: 0 0 9%;
		min-height: 0;
	}
	#contact h2 {
		padding: 24.2% 0 5.6%;
		width: 37.9%;
	}
	#contact form {
		font-size: 0.54em;
		width: 80%;
		margin: 0 auto;
	}
	#contact label {
		float: none;
		width: auto;
		margin: 0 0 0.45em;
	}
	#contact input,
	#contact textarea {
		width: 100%;
		float: none;
		font-size: 1em;
		padding: 1.05em 0.7em;
		margin: 0 0 8.1%;
	}
	#contact .err-email {
		margin-top: -7.1%;
		margin-bottom: 7.5%;
	}
	#contact textarea {
		padding-top: 0.6em;
	}
	#contact .box-checkbox {
		text-align: left;
		width: 100%;
		padding: 0 0 7%;
	}
	#contact .box-checkbox input {
		width: 1em;
		height: 1em;
	}
	#contact .btn-form {
		width: 100%;
		margin: 0 auto 0;
		font-size: 1.112em;
		line-height: 3.34;
		border-radius: 0.133em;
	}
	/* #bg-main */
	#bg-main {
		min-width: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 380px) {
	.circle-gray,
	.circle-pink {
		transform: scale(0.9);
		transform-origin: center;
	}
}
