@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	  font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	transition: .3s all ease;
}
a:hover{
	opacity: 0.7;
}
sup{
	position: relative;
	top: 0.1em;
    font-size: 0.6em;
}
br.SP{
	display: none;
}
.container{
	overflow-y: hidden;
}

a.webinar{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 12px 60px 13px 44px;
	background-color: #ED7700;
	border-radius: 12px;
	margin: 0px auto 80px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	position: relative;
}
a.webinar::after{
	content: "＞";
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	right:16px;
	top: calc(50% - 10px);
	transition: .3s all ease;
}
a.webinar:hover{
	opacity: 0.6;
}
a.webinar:hover::after{
	right: 10px;
}
/*---------------------------------
 ヘッダー
---------------------------------*/
header .micol_logo {
  background-color: #232F77;
  height: 50px;
  text-align: center;
  line-height: 50px; }
/*---------------------------------
パンくず
---------------------------------*/
.pankuzu {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100;
}
.pankuzu a {
color: #007bff;
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active {
      color: #007bff;
}
.subTtl{
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	color: #000;
	font-weight: 900;
	font-style: normal;
}
.wrapper{
	position: relative;
}
.kiwi{
	font-family: "Kiwi Maru", system-ui;
  font-weight: 500;
  font-style: normal;
}
.footer{
	border-top: 1px solid #467c9c;
	margin-top: 150px;
	padding: 0px 10px;
	font-size: 0.80em;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	letter-spacing: 0.5px;
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #0b308e;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100; }

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.contents .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.contents .inner img{
	width: 100%;
	object-fit: contain;
}
.main{
	background-image: url("../images/2x/main_PC@2x.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 50px;
	aspect-ratio: 2400/540;
}
.mainHead{
	display: none; /*画像で表示*/
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.mainHead .logoArea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2%;
}
.mainHead h1{
	background-image: url("../images/SVG/logo.svg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20%;
	height: 0;
	padding-top: 7%;
}
.mainHead h2{
	background-image: url("../images/SVG/vol18.svg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 15%;
	height: 0;
	padding-top: 6%;
	position: absolute;
	left: 3%;
	bottom: 3%;
}
.mainHead .mainImg{
	position: absolute;
	right: 0;
	height: 270px;
}
.intro{
	background-color: #d9e14a;
	padding: 0px 0 20px;
	text-align: center;
}
.intro .sub{
	display: none;
}
.intro .text{
	color: #3c4267;
	text-align: center;
	font-weight: 600;
    position: relative;
    font-size: 1.2em;
	top: -12px;
	margin-bottom: 0;
}
.intro .subtext{
	color: #3c4267;
	text-align: center;
	font-weight: 600;
	position: relative;
	top: 0px;
	margin-bottom: 0;
	font-size: 0.9em;
}
.intro h4{
	background-color: #000;
	padding: 2px 8px;
	color: #fff;
	width: fit-content;
	margin: 0 auto 12px auto;
}
.intro h3.title{
	background-image: url(../images/SVG/catch-title.svg) ;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 10.5%;
	width: 90%;
	max-width: 1080px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.intro p{
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 12px;
}
.intro p.subText{
	font-size: 0.9em;
}

.note{
	background-image: url(../images/lead_repeat.svg) ;
	background-size: 48px;
	background-position: top bottom;
	background-repeat: repeat;
	padding: 24px 0 0 0;
}

.note .inner{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	aspect-ratio: 1200 / 2840;
	padding-top: 20px;
	padding-bottom: 40px;
}

.note .inner .graph1{
	width: 43%;
	position: absolute;
	left: 5%;
}
.note .inner .graph2{
	width: 38.6%;
	position: absolute;
	left: 5%;
	top: 14%;
}
.note .inner .point1{
	width: 44%;
	position: absolute;
	left: 4%;
	top: 27%;
}
.note .inner .graph3{
	width: 42%;
	position: absolute;
	right: 6%;
	top: 5%;
}
.note .inner .point2{
	width: 92%;
	position: absolute;
	right: 4%;
	top: 39%;
}
.note .inner .graph4{
	width: 40%;
	position: absolute;
	right: 6%;
	top: 26%;
}
.note .inner .pick1{
	width: 96%;
	position: absolute;
	right: 6%;
	top: 45.8%;
}
.note .inner .graph5{
	width: 42%;
	position: absolute;
	left: 4%;
	top: 54%;
}

.note .inner .graph6{
	width: 46%;
	position: absolute;
	right: 4%;
	top: 54%;
	z-index: 1;
}

.note .inner .pick2{
	width: 96%;
	position: absolute;
	right: 1.2%;
	top: 68.5%;
}
.note .inner .ng1{
	width: 92%;
	position: absolute;
	left: 4%;
	top: 82%;
}
.note .inner .guruguru{
	width: 88px;
    position: absolute;
    left: -2%;
    top: 84.2%;
}
.note .inner .ok1{
	width: 90%;
	position: absolute;
	left: 4%;
	top: 87%;
}
.note .inner .ok2{
	width: 90%;
	position: absolute;
	left: 4%;
	top: 94.8%;
}
.saragami{
	margin-top: 40px;
	background-color: #e2e6ee;
	padding-bottom: 40px;
}
.saragami .inner{
	max-width: 1080px;
	margin: 32px auto;
}
.tsuyagami{
	margin-top: 40px;
	background-color: #f5e9da;
	padding-bottom: 40px;
}

.tsuyagami .inner{
	max-width: 1080px;
	margin: 32px auto;
}

.ageless{
	margin-top: 40px;
	background-color: #e6ede2;
	padding-bottom: 40px;
}

.ageless .inner{
	max-width: 1080px;
	margin: 32px auto;
}

.section-head {
	padding: 24px;
}
.section-head .inner{
	display: flex;
	max-width: 1080px;
	align-items: flex-end;
	margin: 0 auto;
	gap: 40px;
}
.blue .section-head{
	background-color: #3c4267;
}
.brown .section-head{
	background-color: #8a442c;
}
.ageless .section-head{
	background-color: #496b4e;
}
.section-head .title{
	background-repeat: no-repeat;
	background-position: center;
	width: 46%;
	margin: 12px auto ;
	padding-top: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.blue .section-head .title{
	background-image: url("../images/SVG/section1-title.svg");
}
.brown .section-head .title{
	background-image: url("../images/SVG/section3-title.svg");
}
.ageless .section-head .title{
	background-image: url("../images/SVG/section5-title.svg");
}
.section-head .text{
	width: 54%;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
h3.check{
	background-image: url("../images/SVG/section1-check.svg");
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	margin: 12px 0 16px;
	padding-top: 5.4%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.saragami h3.check{
	background-image: url("../images/SVG/section1-check.svg");
}
.tsuyagami h3.check{
	background-image: url("../images/SVG/section3-check.svg");
}
.ageless h3.check{
	background-image: url("../images/SVG/section5-check.svg");
}

.item-box{
	background-color: #fff;
	margin-bottom: 60px;
}
.item-box .title{
	background-color: #3c4267;
	padding: 16px 24px 20px;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
}
.blue .item-box .title{
	background-color: #3c4267;
}
.brown .item-box .title{
	background-color: #8a442c;
}
.ageless .item-box .title{
	background-color: #496b4e;
}
.item-box .title span{
	color: #d9e14a;
	font-weight: 900;
}
.item-box .detail{
	padding: 36px;
	display: flex;
	gap: 20px;
}
.item-box .detail .left{
	width: 64%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.item-box .detail .left img{
	width: 100%;
}
.item-box .detail .right{
	width: 44%;
	position: relative;
	right: -24px;
}
.item-box .detail .right img{
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}
.item-box .detail .right img.max480{
	display: block;
	margin: 0 auto 20px;
	width: initial;
	max-height: 480px;
}
.item-box.box1 .detail{
	gap: 0px;
}
.item-box.box1 .detail .left{
	width: 64%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.item-box.box1 .detail .right{
	margin-top: -80px;
}
.item-box.box1 .detail .right img{
	width: 100%;
}
.item-box.box2 .detail .right{
	width: 44%;
	margin-top: 0;
}
.item-box.box2 .detail .right img{
	width:75%;
}
.item-box.box3 .detail .right img{
	width:75%;
}
.item-box.box4 .detail .right img{
	width:75%;
}
.item-box.box5 .detail .right img{
	width:90%;
	margin: 32px auto;
}
.item-box.box6 .detail .right img{
	width:70%;
	margin: 0px auto 20px;
}
.item-box.box7 .detail .right img{
	width:80%;
	margin: 0px auto 30px;
}
.item-box.box8 .detail .right img{
	width:20%;
	max-width: 240px;
	margin: 0px auto 30px;
}
.item-box.box10 .detail .right img{
	width:80%;
	margin: 0px auto 30px;
}
.item-box.box11 .detail .right img{
	width:60%;
	max-width: 220px;
	margin: 0px auto 30px;
}
.item-box dl{
	display: flex;
	max-width: 320px;
	margin: 0 auto;
	font-weight: 600;
}
.item-box.box5 dl{
	max-width: 380px;
}
.item-box dt{
	background-color: #231815;
	color: #fff;
	margin-bottom: 3px;
	margin-right: 3px;
	width: 30%;
	padding: 8px 8px;
	font-weight: 600;
}
.item-box dd{
	background-color: #231815;
	color: #fff;
	margin-bottom: 3px;
	margin-right: 3px;
	width: fit-content;
	width: 70%;
	padding: 8px 8px;
	font-weight: 600;
}
.item-box dd span{
	font-size: 0.8em;
}
.item-box .button{
	margin-top: 24px;
}
.homecare{
	padding: 60px 0;
	background-image: url(../images/lead_repeat_yellow.svg) ;
	background-size: 80px;
	background-position: top bottom;
	background-repeat: repeat;
}
.homecare .intro {
	background-color: #d9e14a;
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
	padding-bottom: 0;
}
.homecare .intro .inner{
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	mix-blend-mode: initial;
	align-items: flex-end;
}
.homecare .intro .title{
	background-image: url("../images/SVG/section6-title.svg");
	background-repeat: no-repeat;
	background-position: center left 10%;
	width: 57%;
	margin: -3% auto 32px auto ;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.homecare .intro .text{
	width: 43%;
	color: #231815;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: left;
}
.generation{
	display: flex;
	max-width: 1080px;
	margin: 40px auto;
	align-items: stretch;
	justify-content: stretch;
}
.generation .right{
	background-color: #e2e6ee;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	width: 75%;
	padding: 20px 32px;
	border-radius: 0 20px 20px 0;
}
.generation.brown .right{
	background-color: #f5e9da;
}
.generation.green .right{
	background-color: #e6ede2;
}
.generation .head{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	width: 27%;
	padding-top: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.generation .item{
	display: flex;
	gap: 16px;
	flex-direction: column;
	align-items: stretch;
	width: 31%;
	margin-right: 2.333%;
}
.generation .item img{
	width: 100%;
}
.generation .item p{
	font-weight: 600;
	font-size: 0.85em;
	line-height: 1.25;
	text-align: center;
}
.generation .item p{
	margin-top: auto;
}
.generation.blue .head{
	background-image: url("../images/SVG/section6-box1-head.svg");
}
.generation.brown .head{
	background-image: url("../images/SVG/section6-box2-head.svg");
}
.generation.green .head{
	background-image: url("../images/SVG/section6-box3-head.svg");
}
.pop{
	background-image: url(../images/lead_repeat.svg) ;
	background-size: 40px;
	background-position: top bottom;
	background-repeat: repeat;
}
.pop .inner{
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.pop h4{
	background-color: #8a442c;
	padding: 26px 24px 32px;
	font-size: 2.25em;
	font-weight: 900;
	color: #fff;
}
.pop h4 span{
	color: #d9e14a;
	font-weight: 900;
}
.pop .titleInner{
	max-width: 1080px;
	margin: 0 auto;
	font-weight: 900;
}
.pop-box{
	display: flex;
	position: relative;
	padding: 36px 60px;
	background-color: #0b308e;
	margin-top: 60px;
	border-radius: 20px;
	align-items: flex-end;
}
.pop-box .left{
	width: 52%;
}
.pop-box .left .title{
	display: flex;
	gap: 20px;
	align-items: center;
}
.pop-box .left .title img{
	width: 20%;
	display: block;
}
.pop-box .left .title p{
	width: 80%;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
	line-height: 1.25;
}

.pop-box .left p.text{
	font-size: 1.1em;
	color: #fff;
	font-weight: 400;
	line-height: 1.75;
	margin: 20px 0;
}
.pop-box .left p.text:last-child{
	margin-bottom: 0;
}
.pop-box .right{
	position: absolute;
    right: 5%;
	width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.pop-box .right .popimg{
	display: block;
	position: absolute;
	width: 86%;
	margin: 0 auto;
	right: 5%;
	top:-12%;
}
.pop-box .right .download-button{
	background-color: #ffe100;
	width: 100%;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	position: relative;
	top: -2px;
}
.pop-box .right .download-button p{
	border: 2px solid #fff;
	border-radius: 12px;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 88px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pop-box .right .download-button p span{
	display: block;
	width: 70%;
	aspect-ratio: 100/14;
	position: relative;
	background-image: url(../images/SVG/section-pop-button-text.svg);
	background-size: calc(100% - 1.5em);
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left:1.5em;
}
.pop-box .right .download-button p span::after{
	content: "";
	width: 1.2em;
	height: 1.2em;
	background-image: url(../images/SVG/arrow.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 0.6em);
}
.spa{
	background-image: url(../images/lead_repeat.svg) ;
	background-size: 40px;
	background-position: top bottom;
	background-repeat: repeat;
}
.spa .inner{
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.spa h4{
	background-color: #496b4e;
	padding: 26px 24px 32px;
	font-size: 2.25em;
	font-weight: 900;
	color: #fff;
}
.spa h4 span{
	color: #d9e14a;
	font-weight: 900;
}
.spa .titleInner{
	max-width: 1080px;
	margin: 0 auto;
	font-weight: 900;
}
.spa .contents{
	position: relative;
	aspect-ratio: 1080/1460;
}
.spa img{
	position: absolute;
	display: block;
	width: 60px;
}
.spa .img1{
	position: absolute;
	width: 25.9%;
	left: 7%;
	top: 4%;
}
.spa .img2{
	position: absolute;
	width: 60.6%;
	right: 4%;
	top: 1%;
}
.spa .img3{
	position: absolute;
	width: 32%;
	top: 36.5%;
	left: 0%;
}
.spa .img4{
	position: absolute;
	width: 55%;
	right: 0%;
	top: 12%;
}
.spa .img5{
	position: absolute;
	width: 60%;
	right: 1%;
	top: 23%;
}
.spa .img6{
	position: absolute;
	width: 70.9%;
	right: 3%;
	top: 44.8%;
}
.spa .img7{
	position: absolute;
	width: 56.9%;
	left: 7.5%;
	top: 67.4%;
}
.spa .img8{
	position: absolute;
	width: 35%;
	right: 0.5%;
	top: 66%;
}
.spa .img9{
	position: absolute;
	width: 82.3%;
	left: 7.5%;
	top: 86.4%;
}
.osusume{
	background-color: #ad1827;
	padding: 60px 20px;
}
.osusume .osusume-inner{
	max-width: 1080px;
	margin: 0 auto;
	background-image: url("../images/2x/osusume_base@2x.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 32px;
	aspect-ratio: 1080/1273;
}
.osusume-inner .head{
	width: 74%;
	position: absolute;
	top: -3%;
	left: 20%;
	padding-top: 32%;
	background-image: url("../images/SVG/osusume-title.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.osusume-inner .head p{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}
.osusume-inner .item1{
	position: absolute;
	width: 50%;
	left: -5%;
	top: 4%;
	display: flex;
	flex-direction: row;
	z-index: 1;
}
.osusume-inner .item1 img{
	width: 84%;
	z-index: -2;
	position: relative;
}
.osusume-inner .item1 >div{
	position: absolute;
	width: 50%;
	right: -12%;
	top: 30%;
}
.osusume-inner > div p{
	line-height: 1.5;
}
.osusume-inner > div a{
	margin-top: 24px;
	margin-left: 0;
	position: relative;
	z-index: 5;
}
.osusume-inner > div p.name{
	margin-top: 20px;
	font-weight: 600;
}
.osusume-inner .item2{
	position: absolute;
	width: 50%;
	right: -5%;
	top: 0%;
	display: flex;
	flex-direction: row-reverse;
	z-index: 2;
}
.osusume-inner .item2 img{
	width: 100%;
	position: relative;
	top: -10%;
	z-index: -2;
}
.osusume-inner .item2 >div{
	position: absolute;
	width: 50%;
	left: 0%;
	top: 44.8%;
}
.osusume-inner .item3{
	position: absolute;
	width: 45%;
	left: 5%;
	top: 52%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.osusume-inner .item3 img{
	width: 90%;
	margin: 0 auto 20px auto;
}
.osusume-inner .item3 > div{
	position: absolute;
	top: 56.2%;
}
.osusume-inner .item3 .nameArea{
	width: fit-content;
	margin-left: auto;
}
.osusume-inner .item4{
	position: absolute;
	width: 45%;
	right: 0%;
	top: 50%;
	display: flex;
	flex-direction: column;
	aspect-ratio: 484/717;
	z-index: 1;
}
.osusume-inner .item4 img{
	width: 100%;
	margin: 0 auto 20px auto;
	position: absolute;
	top: -22%;
	z-index: -1;
}
.osusume-inner .item4 > div{
	position: absolute;
	top: 45.3%;
	width: 65%;
}
.ageing{
	background-image: url("../images/2x/ageing_base@2x.webp");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 40px 0;
}
.ageing .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.ageing .head{
	width:100%;
	position: relative;
	aspect-ratio: 1000/178;
	background-image: url("../images/SVG/section7-title.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}

.ageing .head p{
	display: none;
}
.ageing .upper{
	display: flex;
	gap: 40px;
	margin-top: 60px;
}
.ageing .upper div{
	width: 60%;
	position: relative;
}
.ageing .upper img{
	width: 40%;
}
.ageing .upper .title{
	display: block;
	width:100%;
	position: relative;
	aspect-ratio: 210/11;
	background-image: url("../images/SVG/section7-pickup.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	z-index: 10;
	margin-bottom: 32px;
}
.ageing .upper .title span{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: none;
}
.ageing .upper .pickup{
	display: block;
	position: absolute;
	left: -50px;
	top: -60px;
	width: 165px;
	aspect-ratio: 165/100;
	background-image: url("../images/SVG/section7-pickup2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.ageing .upper .lead{
	display: block;
	width:94%;
	position: relative;
	aspect-ratio: 562/76.6;
	background-image: url("../images/SVG/section7-lead.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	z-index: 10;
	margin: 28px 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.ageing .upper .text{
	margin-bottom: 12px;
	font-weight: 600;
	line-height: 1.8;
}
.ageing .upper .text span{
	font-weight: 600;
	color: #0b308e;
}
.ageing .downer{
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
.ageing .downer .left{
	width: 38%;
}
.ageing .downer .right{
	width: 60%;
}
.ageing .downer .left img{
	width: 100%;
}
.ageing .downer .left p{
	font-size: 0.85em;
	margin: 16px 0;
}
.ageing .downer .left > div{
	display: flex;
}
.ageing .downer .left div p{
	font-weight: 600;
}
.ageing .downer .left div p.name{
	width: fit-content;
	margin-right: 2em;
}
.ageing .downer .left div p.itemname{
	line-height: 1.25;
}
.ageing .downer .left div a{
	margin-left: auto;
}
.new-item{
	background-color: #d9e14a;
	padding: 140px 80px 80px;
}
.new-item .inner{
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	position: relative;
}
.new-item .inner .title{
	position: absolute;
	left: -30px;
	top: -110px;
	width: 44%;
	aspect-ratio: 482/190 ;
	background-image: url("../images/SVG/section8-title.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	z-index: 1;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.new-item .inner .item{
	width: calc(33% - 40px);
	position: relative;
	z-index: 2;
}
.new-item .inner .item .bottom{
	padding: 12px 20px;
	background-color: #fff;
	height: 140px;
	display: flex;
	flex-direction: column;
}
.new-item .inner .item .bottom.shadow{
	box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5);
}
.new-item .inner .item p{
	line-height: 1.25;
	font-weight: 600;
	font-size: 0.9em;
	display: flex;
}
.new-item .inner .item p span{
	font-weight: 600;
	display: block;
}
.new-item .inner .item p.text1 span:first-child{
	width: 120px;
}
.new-item .inner .item p.text2 span:first-child{
	width: 200px;
}
.new-item .inner .item a{
	margin-top: auto;
}
.new-item .inner .item img{
	width: 100%;
}
.new-item .inner .item.half{
	width: 46%;
}

.button{
	position: relative;
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 16px 40px 18px;
	border-radius: 6px;
	background-color: #3299CB;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.button.-SP{
	display: none;
}




.fes .head{
	background-color: #ffe100;
}
.fes .head .inner{
	max-width: 1200px;
	margin: 0px auto;
	padding: 24px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 24px;
}
.fes .head .title{
	background-image: url("../images/SVG/section7_sub.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0px; 
  padding-top: 8%;
	margin: 0 0 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	background-color: initial;
}
.fes .head .logo{
	background-image: url("../images/SVG/section7_title.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 220px;
	height: 84px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	background-color: initial;
}
.fes .head .inner div{
	width: calc(100% - 210px);
	padding-right: 340px;
}
.fes .head img{
	width: 100%;
	max-width: 330px;
	position: absolute;
	right: 0;
	top: 30px;
}
.fes .head .text{
	line-height: 1.25;
}
.fes .head .right .marker{
	color: #0b308e;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: 800;
  display: inline;
  background: #fff;
  padding: 0em 0.5em 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	margin-bottom: 24px;
}
.end{
	max-width: 100%;
	margin-bottom: 48px;
}


footer{
	margin-top: 0px;
	background-color: hsl(233, 15%, 90%);
	padding: 20px 0 40px 0;
	text-align: center;
}
footer img{
	margin-bottom: 10px;
}
footer p{
	font-weight: 800;
	color: #253371;
	letter-spacing: 0px;
	font-size: 1em;
	font-family: 'M PLUS 1p', sans-serif;
}


@media screen and (max-width : 1280px){
	.note .inner .pick1 {
		width: 92%;
		position: absolute;
		right: 4%;
		top: 45.8%;
	}
	.osusume .osusume-inner{
		aspect-ratio: initial;
	}
	.osusume-inner .head{
		width: 92%;
		position: relative;
		padding-top: 35%;
		margin: 30px auto;
		background-image: url(../images/SVG/osusume-title_tb.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 2;
		left: initial;
		top: initial;
	}
	.osusume-inner .imageArea{
		width: 50%;
	}
	.osusume-inner .item1 {
		position: relative;
		width: 84%;
		margin: 20px auto;
		left: initial;
		top: initial;
		right: initial;
		display: flex;
		flex-direction: row;
		z-index: 1;
	}
	.osusume-inner .item1 >div {
		position: relative;
		width: 50%;
		right: 0;
	}
	.osusume-inner .item1 img {
		margin: 0 auto;
		display: block;
		position: relative;
		top: -10%;
	}
	.osusume-inner .item2 {
		position: relative;
		width: 84%;
		margin: -5% auto 20px auto;
		left: initial;
		top: initial;
		right: initial;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		z-index: 1;
	}
	.osusume-inner .item2 >div {
		position: relative;
		width: 50%;
		left: 0%;
		top: 44.8%;
	}
	.osusume-inner .item2 img {
		width: 100%;
		position: relative;
		top: -5%;
		z-index: -2;
		margin: 0 0 0 auto;
		display: block;
	}
	.osusume-inner .item3 {
		position: relative;
		width: 84%;
		margin: 20px auto;
		left: initial;
		top: initial;
		right: initial;
		display: flex;
		flex-direction: row;
		z-index: 1;
	}
	.osusume-inner .item3 > div {
		position: relative;
		top: inherit;
		width: 50%;
	}
	.osusume-inner .item4 {
		position: relative;
		width: 84%;
		margin: 20px auto;
		left: initial;
		top: initial;
		right: initial;
		display: flex;
		flex-direction: row-reverse;
		aspect-ratio: initial;
		z-index: 1;
	}
	.osusume-inner .item4 > div{
		position: relative;
		top: initial;
		width: 50%;
	}
	.osusume-inner .item4 img {
		width: 90%;
		margin: 0 auto 20px auto;
		position: relative;
		top: 0%;
		z-index: -1;
		display: block;
	}
}

@media screen and (max-width : 1100px){

.name{
	white-space: initial;
}

.main {
	background-image: url(../images/2x/main_TB@2x.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 50px;
	aspect-ratio: 1544 / 788;
}
.men .catch{
	font-size: 1.5em;
}
h3.check {
	margin-left: 4%;
}
.item-box {
	width: 92%;
    background-color: #fff;
    margin:0px auto 60px;
}
.pop .inner{
	width: 92%;
	margin:20px auto 20px;
}
.pop-box .right .popimg{
	position: relative;
	top: initial;
	width: 80%;
	right: 0;
}
.pop-box .left .title p {
    font-size: 1.75em;
}
.pop-box .left p.text{
	font-size: 1em;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0;
}
.spa .img4{
	right: 3%;
}
.spa .img5{
	right: 3%;
}
.homecare .intro .inner{
	width: 92%;
	margin: 0 auto;
}
.generation{
	width: 92%;
	position: relative;
	z-index: 10;
}
.generation .head{
	position: relative;
	z-index: 10;
}
.generation.blue .head{
	background-image: url("../images/SVG/section6-box1-head_tb.svg");
	position: relative;
	z-index: initial;
	background-size: 103%;
	background-position: bottom left 3%;
}
.generation.blue .head::before{
	content: "";
	background-color: #3c4267;
	width: calc(100% - 20px);
	border-radius: 20px 0 0 20px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;	
	top: 0;
	z-index: -1;
}
.generation.brown .head{
	background-image: url("../images/SVG/section6-box2-head_tb.svg");
	position: relative;
	z-index: initial;
	background-position: bottom;
	background-size: 103%;
	background-position: bottom left 3%;
}
.generation.brown .head::before{
	content: "";
	background-color: #8a442c;
	width: calc(100% - 20px);
	border-radius: 20px 0 0 20px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;	
	top: 0;
	z-index: -1;
}
.generation.green .head{
	background-image: url("../images/SVG/section6-box3-head_tb.svg");
	position: relative;
	z-index: initial;
	background-position: bottom;
	background-size: 103%;
	background-position: bottom left 3%;
}
.generation.green .head::before{
	content: "";
	background-color: #496b4e;
	width: calc(100% - 20px);
	border-radius: 20px 0 0 20px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;	
	top: 0;
	z-index: -1;
}
.ageing .upper {
    display: flex;
    align-items: flex-start;
}
.ageing .upper div{
	width: calc(60% - 40px);
}
.ageing .inner{
	width: 92%;
	margin: 0 auto;
}
.note .inner .guruguru{
	display: none;
}
.homecare .intro .title{
	margin-top: 20px;
}
}
@media screen and (max-width : 920px){
	.osusume .osusume-inner{
		padding-bottom: 32px;
	}
	.new-item{
		padding: 100px 20px 60px;
	}
	.new-item .inner .item a.button{
		width: 100%;
		max-width: 180px;
	}
}
@media screen and (max-width : 767px){
	.main {
		background-image: url(../images/2x/main_SP@2x.png);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		padding: 30px 50px;
		aspect-ratio: 1046 / 1460;
	}
	.note .inner{
		max-width: 1200px;
    position: relative;
    margin: 0 auto;
    aspect-ratio: initial;
    padding-top: 20px;
    padding-bottom: 40px;
	width: 92%;
	}
	
	.note .inner .graph1{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .graph2{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .point1{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
		margin-top: -10%;
	}
	.note .inner .graph3{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .point2{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
		margin-top: -15%;
	}
	.note .inner .graph4{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .pick1{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .graph5{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	
	.note .inner .graph6{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	
	.note .inner .pick2{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .ng1{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .ok1{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner .ok2{
		width: 100%;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	.note .inner picture{
		display: block;
		margin: 0 0 40px 0;
	}

	.section-head .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	.section-head .title {
		width: 100%;
		margin: 12px auto;
		padding-top: 10%;
	}
	.section-head .text{
		width: 100%;
	}
	h3.check {
		width: 92%;
		padding-top: 8.4%;
	}
	.item-box .detail{
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.item-box.box1 .detail .left{
		width: 100%;
	}
	.item-box.box1 .detail .right {
		margin-top: 30px;
	}
	.item-box .detail .right{
		width: 100%;
		right: 0px;
	}
	.item-box .detail .left {
		width: 100%;
		display: flex;	;
		flex-direction: column;
		gap: 20px;
	}
	.item-box.box2 .detail .right{
		width: 100%;
	}
	.pop-box{
		display: flex;
		position: relative;
		padding: 36px 20px;
		background-color: #0b308e;
		margin-top: 60px;
		border-radius: 20px;
		align-items: center;
		flex-direction: column;
	}
	.pop-box .left{
		width: 100%;
	}
	.pop-box .right{
		position: relative;
		right: 0%;
		width: 100%;
		height: initial;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.spa .contents{
		aspect-ratio: initial;
	}
	.spa .img1{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img2{
		position:relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img3{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img4{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img5{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img6{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img7{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img8{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa .img9{
		position: relative;
		width: 92%;
		left: initial;
		top: initial;
		right: initial;
		margin: 0 auto;
	}
	.spa picture{
		display: block;
		margin-bottom: 32px;
	}
	.generation{
		flex-direction: column;
	}

	.generation.blue .head {
        position: relative;
        z-index: initial;
        background-size: 100%;
        background-position: bottom center;
		width: 100%;
		height: auto;
		border-radius: 20px 20px 0 0;
		aspect-ratio: 244/430;
    }
	.generation.blue .head::before {
        content: "";
        border-radius: 20px 20px 0 0px;
        height: 100%;
        display: block;
        position: absolute;
        right: initial;
        top: initial;
        z-index: -1;
		width: 100%;
    }
	.homecare {
		padding: 60px 0;
		background-image: url(../images/lead_repeat_yellow.svg);
		background-size: 40px;
		background-position: top center;
		background-repeat: repeat;
	}
	.generation .right{
		background-color: #e2e6ee;
		flex-direction: column;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
	margin: 0 auto;
    gap: 16px;
    width: 100%;
    padding: 20px 32px;
    border-radius: 0 0px 20px 20px;
	}
	.generation .item {
		display: flex;
		gap: 16px;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		margin: 20px auto ;
	}
	.generation.brown .head {
        position: relative;
        z-index: initial;
        background-size: 100%;
        background-position: bottom center;
		width: 100%;
		height: auto;
		border-radius: 20px 20px 0 0;
		aspect-ratio: 249/410;
    }
	.generation.brown .head::before {
        content: "";
        border-radius: 20px 20px 0 0px;
        height: 100%;
        display: block;
        position: absolute;
        right: initial;
        top: initial;
        z-index: -1;
		width: 100%;
    }
	.generation.green .head {
        position: relative;
        z-index: initial;
        background-size: 100%;
        background-position: bottom center;
		width: 100%;
		height: auto;
		border-radius: 20px 20px 0 0;
		aspect-ratio: 244/430;
    }
	.generation.green .head::before {
        content: "";
        border-radius: 20px 20px 0 0px;
        height: 100%;
        display: block;
        position: absolute;
        right: initial;
        top: initial;
        z-index: -1;
		width: 100%;
    }
	.osusume-inner .head {
        width: 92%;
        position: relative;
        padding-top: 35%;
        margin: 30px auto;
        background-image: url(../images/SVG/osusume-title_tb.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
        left: initial;
        top: initial;
    }
	.osusume-inner .head{
		width: 88%;
		position: relative;
		top: initial;
		left: initial;
		padding-top: 40%;
		margin: 0 auto 32px auto;
		background-image: url("../images/SVG/osusume-title_tb.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 10;
	}
	.osusume-inner .item1 {
        position: relative;
        width: 92%;
    }
	.osusume-inner .item1 img {
        top: 0%;
    }
	.osusume-inner .item2 {
        position: relative;
        width: 92%;
        margin: 0% auto 20px auto;
        z-index: 2;
    }
	.osusume-inner .item3 {
        position: relative;
        width: 92%;
        margin: 20px auto;
        z-index: 1;
    }
	.osusume-inner .item3 .nameArea{
		margin-left: 0;
	}
	.osusume-inner .item4 {
        position: relative;
        width: 92%;
        margin: 20px auto;
        z-index: 1;
    }
.button.-PC{
	display: none;
}
.button.-SP{
	display: block;
}
.end{
	width: 100%;
	margin-bottom: 48px;
}
.intro {
	padding: 20px 0 32px;
}
.intro h3.title {
    background-image: url(../images/SVG/catch-title.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto 20px auto;
    padding-top: 11.5%;
    width: 90%;
}
.intro p{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.intro .text{
	margin: 20px auto 20px;
	top: 0;
}
.new-item .inner .title {
    position: relative;
	left: -5%;
    top:  -10%;
    width: 80%;
    aspect-ratio: 482 / 190;
    background-image: url(../images/SVG/section8-title.svg);
}
.new-item {
	padding: 32px 20px 60px;
}
.new-item .inner .item{
	width: 100%;
}
.new-item .inner .item.half {
    width: 100%;
}
.homecare .intro .inner{
	display: flex;
	flex-direction: column;
}
.homecare .intro .title {
    background-image: url(../images/SVG/section6-title.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    margin: -10% auto 16px auto;
    padding-top: 20%;
}
.homecare .intro .text{
	width: 100%;
    color: #231815;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
	margin-top: 0;
	margin-bottom: 32px;
}
}
@media screen and (max-width : 680px){

	br.SP{
		display: block;
	}
	.ageing .upper{
		flex-direction: column;
		gap: 20px;
	}
	.ageing .upper .pickup {
		display: block;
		position: absolute;
		left: -20px;
		top: -78px;
	}
	.ageing .upper div {
        width: calc(100% - 0px);
    }
	.ageing .upper img {
		width: 100%;
	}
	.ageing .downer{
		flex-direction: column;
		gap: 20px;
	}
	.ageing .downer .left {
		width: 100%;
	}
	.ageing .downer .left > div {
		display: flex;
		justify-content: center;
	}
	.ageing .downer .left div a{
		margin-left: 0;
	}
	.ageing .downer .right {
		width: 100%;
	}
	.item-box .title {
		padding: 12px 24px 16px;
		font-size: 1.75em;
		line-height: 1.15;
	}
	.osusume-inner .item1 {
        position: relative;
        width: 92%;
        margin: 20px auto;
        flex-direction: column;
    }
	.osusume-inner .item2 {
        position: relative;
        width: 92%;
        margin: 48px auto 20px auto;
        flex-direction: column;
    }
	.osusume-inner .item3 {
        position: relative;
        width: 92%;
        margin: 48px auto 20px auto;
        flex-direction: column;
    }
	.osusume-inner .item4 {
        position: relative;
        width: 92%;
        margin: 48px auto 20px auto;
        flex-direction: column;
    }
	.osusume-inner .imageArea {
        width: 100%;
		margin-bottom: 20px;
    }
	.osusume-inner .item1 >div {
        position: relative;
        width: 100%;
        right: 0;
    }
	.osusume-inner .imageArea {
        width: 100%;
		margin-bottom: 20px;
    }
	.osusume-inner .item2 >div {
        position: relative;
        width: 100%;
        right: 0;
		left: 0;
    }
	.osusume-inner .item3 >div {
        position: relative;
        width: 100%;
        right: 0;
		left: 0;
    }
	.osusume-inner .item4 >div {
        position: relative;
        width: 100%;
        right: 0;
		left: 0;
    }
}