
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


:root {
	--background-gradient-yellow: linear-gradient(112deg, #fffa8b, #fffa86 25%, #bbfad1 50%, #b3f5f3 75% 100%);
	--background-gradient-yellow2: linear-gradient(150deg, #fffa8b, #fffa86 25%, #bbfad1 50%, #b3f5f3 75% 100%);
	--background-gradient-brown: linear-gradient(90deg, #dcd6c6, #f0ece1 50%, #dcd6c6);
	--color-primary: #424242;
	--color-secondary: #BDBDBD;
	--color-main: #0091AB;
	--color-white: #fff;
	--color-tertiary: #757575;
	--color-yellow: #FFFA8B;
	--color-green: #62BF43;
	--color-lightblue: #E5FBFF;
	--color-lightgreen: #DAFACF;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-bold: 700;
	--fs-XS: 1rem;
	--fs-S: 1.2rem;
	--fs-M: 1.6rem;
	--fs-MS: 1.4rem;
	--fs-MM: 1.8rem;
	--fs-ML: 2rem;
	--fs-L: 2.2rem;
	--fs-XL: 2.4rem;
	--fs-XXL: 3rem;
	--fs-XXXL: 3.6rem;
}
body {
	background: linear-gradient(to right, #F0ECE1, #DCD6C6);
	color: #424242;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: var(--fs-M);
	line-height: 1.6;
	font-weight: var(--fw-regular);
	position: relative;
}
@media screen and (max-width: 800px) {
	:root {
		--fs-XS: calc(10 / 390 * 100vw);
		--fs-S: calc(12 / 390 * 100vw);
		--fs-M: calc(16 / 390 * 100vw);
		--fs-MS: calc(14 / 390 * 100vw);
		--fs-MM: calc(18 / 390 * 100vw);
		--fs-ML: calc(20 / 390 * 100vw);
		--fs-L: calc(22 / 390 * 100vw);
		--fs-XL: calc(24 / 390 * 100vw);
		--fs-XXL: calc(30 / 390 * 100vw);
		--fs-XXXL: calc(36 / 390 * 100vw);
	}
	body {
		font-size: calc(16 / 390 * 100vw);
	}
}


body * {
	box-sizing: border-box;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: 0.3s all;
}

button {
	background-color: #FFF;
	color: var(--color-primary);
	cursor: pointer;
	font-size: initial;
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
}

@media screen and (max-width: 800px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 801px) {
	.sp {
		display: none !important;
	}
}


/* header
============================================== */
.l-header {
	background: #A79790;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	height: calc(80 / 390 * 100vw);
	padding-inline: calc(24 / 390 * 100vw);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
}
.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.l-header__logo {
	width: calc(70 / 390 * 100vw);
}
.l-header__logo--coop {
	width: calc(95 / 390 * 100vw);
}
.l-header__logo a {
	display: block;
}
.l-header__applyButton {
	height: calc(34 / 390 * 100vw);
	width: calc(84 / 390 * 100vw);
}
.l-header__applyButton a {
	background: var(--color-yellow);
	border-radius: calc(8 / 390 * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 801px) {
	.l-header {
		display: none;
		height: 0 !important;
	}
	.l-header__logo a:hover {
		opacity: 0.7;
	}
}



/* footer
============================================== */
.l-footer {
	color: var(--color-white);
}
.l-footer__inner {
	background: #373333;
	padding: 40px 24px 24px;
}
.l-footer__inner > *:first-child {
	margin-top: 0 !important;
}
.l-footer a {
	color: var(--color-white);
	display: block;
}
.l-footer__logo {
	width: 235px;
}
.l-footer__logo .subtext {
	display: block;
	font-size: var(--fs-M);
	font-weight: var(--fw-bold);
	margin-bottom: 12px;
}
.l-footer__logo--kokumin {
	margin-top: 32px;
	width: 133px;
}
.l-footer__banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 32px;
}
.l-footer__banner > p + p {
	margin-left: 16px;
}
.l-footer__banner > p img {
	height: 44px;
}
.l-footer__snsLink {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
}
.l-footer__snsLink_heading {
	font-size: var(--fs-M);
	font-weight: var(--fw-bold);
	margin-right: 12px;
	padding-right: 40px;
	position: relative;
}
.l-footer__snsLink_heading:after {
	background-image: url(../img/icon_arrow_2.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 24px;
  position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}
.l-footer__snsLink_icon {
	line-height: 1;
	width: 24px;
}
.l-footer__linkList {
	margin-top: 24px;
}
.l-footer__linkList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: -16px;
}
.l-footer__linkList > ul > li {
	border-right: 1px solid var(--color-white);
	font-size: var(--fs-S);
	line-height: 1;
	margin-right: 8px;
	margin-bottom: 16px;
	padding-right: 8px;
}
.l-footer__linkList > ul > li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.l-footer__copyright {
	font-size: var(--fs-S);
	margin-top: 24px;
}
@media screen and (min-width: 801px) {
	.l-footer {
		max-width: 100vw;
		margin-inline: auto;
		width: 1440px;
	}
	.l-footer__inner {
		margin-left: calc(388 / 1440 * 100vw);
		width: 390px;
	}
	.l-footer a:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 1441px) {
	.l-footer__inner {
		margin-left: 388px;
	}
}
@media screen and (max-width: 800px) {
	.l-footer__inner {
		padding: calc(40 / 390 * 100vw) calc(24 / 390 * 100vw) calc(48 / 390 * 100vw);
	}
	.l-footer__logo {
		width: calc(235 / 390 * 100vw);
	}
	.l-footer__logo .subtext {
		margin-bottom: calc(12 / 390 * 100vw);
	}
	.l-footer__logo--kokumin {
		margin-top: calc(32 / 390 * 100vw);
		width: calc(133 / 390 * 100vw);
	}
	.l-footer__banner {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-footer__banner > p + p {
		margin-left: calc(16 / 390 * 100vw);
	}
	.l-footer__banner > p img {
		height: calc(44 / 390 * 100vw);
	}
	.l-footer__snsLink {
		margin-top: calc(60 / 390 * 100vw);
	}
	.l-footer__snsLink_heading {
		margin-right: calc(12 / 390 * 100vw);
		padding-right: calc(40 / 390 * 100vw);
	}
	.l-footer__snsLink_heading:after {
		height: calc(24 / 390 * 100vw);
		width: calc(32 / 390 * 100vw);
	}
	.l-footer__snsLink_icon {
		width: calc(24 / 390 * 100vw);
	}
	.l-footer__linkList {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-footer__linkList > ul {
		margin-bottom: calc(-16 / 390 * 100vw);
	}
	.l-footer__linkList > ul > li {
		margin-right: calc(8 / 390 * 100vw);
		margin-bottom: calc(16 / 390 * 100vw);
		padding-right: calc(8 / 390 * 100vw);
	}
	.l-footer__copyright {
		margin-top: calc(24 / 390 * 100vw);
	}
}




/* main
============================================== */
.l-main {
	padding-top: 32px;
}
.l-main__contents {
	background: var(--color-white);
	overflow: hidden;
}
@media screen and (min-width: 801px) {
	.l-main {
		margin-inline: auto;
		max-width: 100vw;
		position: relative;
		width: 1440px;
	}
	.l-main__contents {
		border-radius: 24px 24px 0 0;
		margin-left: calc(388 / 1440 * 100vw);
		width: 390px;
	}
}
@media screen and (min-width: 1441px) {
	.l-main__contents {
		margin-left: 388px;
	}
}
@media screen and (max-width: 800px) {
	.l-main {
		padding-top: calc(80 / 390 * 100vw);
	}
}




/* PC Only
============================================== */
.l-main .p-block-index,
.l-main .p-block-side {
	height: 100vh;
	margin-inline: auto;
	position: fixed;
	top: 0;
}
.l-main .p-block-index {
	right: calc(50% + calc(332 / 1440 * 100vw));
	width: calc(388 / 1440 * 100vw);
  z-index: 1;
}
.l-main .p-block-index__inner {
	height: 100%;
	overflow-y: auto;
	padding: calc(40 / 1440 * 100vw);
}
.l-main .p-block-index__logo {
	width: calc(188 / 1440 * 100vw);
}
.l-main .p-block-index__logo a {
	display: block;
}
.l-main .p-block-index__linkBlock {
	margin-top: calc(84 / 1440 * 100vw);
	margin-left: calc(34 / 1440 * 100vw);
	max-width: calc(240 / 1440 * 100vw);
}
.l-main .p-block-index__linkBlock > ul > li:nth-of-type(n+2) {
	margin-top: calc(20 / 1440 * 100vw);
}
.l-main .p-block-index__linkBlock > ul > li a {
	display: inline-block;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: var(--fw-bold);
	padding: calc(4 / 1440 * 100vw) calc(10 / 1440 * 100vw);
	position: relative;
}
.l-main .p-block-index__linkBlock > ul > li a:before {
	background: var(--background-gradient-yellow);
	border-radius: 4px;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s all;
	width: 100%;
	z-index: -1;
}
.l-main .p-block-index__linkBlock > ul > li a:hover:before,
.l-main .p-block-index__linkBlock > ul > li a.is-current:before {
	opacity: 1;
}
.l-main .p-block-index__simulationTrigger {
	background: var(--color-main);
	border-radius: 50px;
	box-shadow: 0 2.5px 20px rgba(0,0,0,0.16);
	height: calc(54 / 1440 * 100vw);
	margin-top: calc(40 / 1440 * 100vw);
	overflow: hidden;
	position: relative;
	transition: 0.3s all;
	width: 100%;
}
.l-main .p-block-index__simulationTrigger:before,
.l-main .p-block-index__simulationTrigger:after {
	border-radius: 50px;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.l-main .p-block-index__simulationTrigger:before {
	background: var(--background-gradient-yellow);
	height: calc(100% - calc(8 / 1440 * 100vw));
	width: calc(100% - calc(8 / 1440 * 100vw));
	z-index: 0;
}
.l-main .p-block-index__simulationTrigger:after {
	background: var(--color-main);
	height: calc(100% - calc(12 / 1440 * 100vw));
	width: calc(100% - calc(12 / 1440 * 100vw));
	z-index: 1;
}
.l-main .p-block-index__simulationTrigger > span {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.l-main .p-block-index__simulationTrigger > span:before {
	background-image: url(../img/icon_installment.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: calc(32 / 1440 * 100vw);
  position: absolute;
  pointer-events: none;
  top: 50%;
	transform: translateY(-50%);
  left: calc(24 / 1440 * 100vw);
  width: calc(32 / 1440 * 100vw);
	z-index: 2;
}
.l-main .p-block-index__simulationTrigger button {
	background: none;
	color: var(--color-white);
	display: block;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: var(--fw-bold);
	height: 100%;
	padding-left: calc(8 / 1440 * 100vw);
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.l-main .p-block-side {
	margin-left: auto;
	right: 0;
	width: calc(100vw - calc(388 / 1440 * 100vw + 390px));
	z-index: 0;
}
.l-main .p-block-side:before {
	background-image: url(../img/bg_a.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: calc(498 / 1440 * 100vw);
  position: absolute;
  pointer-events: none;
  top: calc(50% - calc(140 / 1440 * 100vw));
	transform: translateY(-50%);
  left: calc(50% - calc(30 / 1440 * 100vw));
  width: calc(438 / 1440 * 100vw);
	z-index: -1;
}
.l-main .p-block-side__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw) 0;
	padding-bottom: 0;
}
.l-main .p-block-side__logo {
	position: absolute;
	top: calc(40 / 1440 * 100vw);
	right: calc(40 / 1440 * 100vw);
	width: calc(130 / 1440 * 100vw);
	z-index: 2;
}
.l-main .p-block-side__imageBlock {
	max-width: 100%;
	margin-inline: auto;
	width: 596px;
}
@media screen and (min-width: 801px) {
	.l-main .p-block-index__logo a:hover,
	.l-main .p-block-index__simulationTrigger:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 1441px) {
	.l-main .p-block-index {
		right: calc(50% + 332px);
		width: 388px;
	}
	.l-main .p-block-index__inner {
		padding: 40px;
	}
	.l-main .p-block-index__logo {
		width: 188px;
	}
	.l-main .p-block-index__linkBlock {
		margin-top: 84px;
		margin-left: 34px;
		max-width: 240px;
	}
	.l-main .p-block-index__linkBlock > ul > li:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.l-main .p-block-index__linkBlock > ul > li a {
		font-size: 1.6rem;
		padding: 4px 10px;
	}
	.l-main .p-block-index__simulationTrigger {
		height: 54px;
		margin-top: 40px;
	}
	.l-main .p-block-index__simulationTrigger:before {
		height: calc(100% - 8px);
		width: calc(100% - 8px);
	}
	.l-main .p-block-index__simulationTrigger:after {
		height: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.l-main .p-block-index__simulationTrigger > span:before {
		height: 32px;
		left: 24px;
		width: 32px;
	}
	.l-main .p-block-index__simulationTrigger button {
		font-size: 1.6rem;
		padding-left: 8px;
	}
	.l-main .p-block-side {
		left: calc(50% + 58px);
		right: initial;
		width: 662px;
	}
	.l-main .p-block-side__logo {
		top: 40px;
		right: 40px;
		width: 130px;
	}
	.l-main .p-block-side__inner {
		padding: 32px 40px 0;
	}
	.l-main .p-block-side:before {
		height: 498px;
  	top: calc(50% - 140px);
    left: calc(50% - 30px);
		width: 438px;
	}
}
@media screen and (max-width: 800px) {
	.l-main .p-block-index,
	.l-main .p-block-side {
		display: none;
	}
}




/* keyvisual
============================================== */
.l-keyvisual {
	padding-bottom: 32px;
	position: relative;
}
.l-keyvisual:after {
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 16px;
  position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  width: 16px;
}
.l-keyvisual__inner {
	padding-bottom: 140px;
	position: relative;
}
.l-keyvisual__title {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.l-keyvisual__logo {
	margin-top: 8px;
}
.l-keyvisual__logo .subtext {
	display: inline-block;
	font-size: var(--fs-S);
	margin-bottom: 8px;
}
.l-keyvisual__logo img {
	width: 114px;
}
.l-keyvisual__catchText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.l-keyvisual__image {
  background: var(--background-gradient-brown);
	overflow: hidden;
	height: 440px;
}
.l-keyvisual__image_items {
	transition: 0.5s all;
}
.l-keyvisual__image_items:not(.slick-slider) {
	opacity: 0;
}
.l-keyvisual__image_items .slick-list {
	height: 440px;
}
.l-keyvisual__image_item {
	transition: 0.5s all;
	position: relative;
	height: 370px;
  padding-top: 130px;
	width: 173.94px;
}
.l-keyvisual__image_item.item1 {
  margin-left: -60px;
  z-index: 1;
}
.l-keyvisual__image_item.item2 {
  margin-left: -60px;
}
.l-keyvisual__image_item.item3 {
  margin-left: -60px;
}
.l-keyvisual__image_item.item4 {
  margin-left: -60px;
  z-index: 1;
}
.l-keyvisual__image_item.item5 {
  margin-left: -60px;
  z-index: 2;
}
.l-keyvisual__image_item.item6 {
  margin-left: -50px;
  z-index: 1;
}
.l-keyvisual__image_item.item7 {
  margin-left: -50px;
  z-index: 1;
}
.l-keyvisual__image_item.item8 {
  margin-left: -50px;
}
.l-keyvisual__image_item img {
	position: relative;
	transition: 0.5s all;
	width: 100%;
}
.l-keyvisual__image_item.slick-current,
.l-keyvisual__image_item.is-active-next {
	z-index: 5 !important;
}
.l-keyvisual__image_item.slick-current img,
.l-keyvisual__image_item.is-active-next img {
	transform: scale(1.33);
	transform-origin: center center;
}
@media screen and (max-width: 800px) {
	.l-keyvisual {
		padding-bottom: calc(32 / 390 * 100vw);
		position: relative;
	}
	.l-keyvisual:after {
		height: calc(16 / 390 * 100vw);
		width: calc(16 / 390 * 100vw);
	}
	.l-keyvisual__inner {
		padding-bottom: calc(140 / 390 * 100vw);
	}
	.l-keyvisual__logo {
		margin-top: calc(8 / 390 * 100vw);
	}
	.l-keyvisual__logo .subtext {
		margin-bottom: calc(8 / 390 * 100vw);
	}
	.l-keyvisual__logo img {
		width: calc(114 / 390 * 100vw);
	}
	.l-keyvisual__image {
		height: calc(440 / 390 * 100vw);
	}
	.l-keyvisual__image_items .slick-list {
		height: calc(440 / 390 * 100vw);
	}
	.l-keyvisual__image_item {
		height: calc(370 / 390 * 100vw);
		padding-top: calc(130 / 390 * 100vw);
		width: calc(173.94 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item1 {
		margin-left: calc(-60 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item2 {
		margin-left: calc(-60 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item3 {
		margin-left: calc(-60 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item4 {
		margin-left: calc(-60 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item5 {
		margin-left: calc(-60 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item6 {
		margin-left: calc(-50 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item7 {
		margin-left: calc(-50 / 390 * 100vw);
	}
	.l-keyvisual__image_item.item8 {
		margin-left: calc(-50 / 390 * 100vw);
	}
}



/* floating
============================================== */
.l-floating {
	position: fixed;
	bottom: calc(16 / 390 * 100vw);
	right: calc(16 / 390 * 100vw);
	z-index: 999;
}
.l-floating .button-simulation {
	border-radius: 50%;
	box-shadow: 0 2.5px 20px rgba(0,0,0,0.16);
	height: calc(90 / 390 * 100vw);
	/*display: none;*/
	overflow: hidden;
	width: calc(90 / 390 * 100vw);
}
.l-floating .button-simulation.teaser {
	background: var(--color-main);
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.l-floating .button-simulation.teaser:before,
.l-floating .button-simulation.teaser:after {
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.l-floating .button-simulation.teaser:before {
	background: var(--background-gradient-yellow);
	height: calc(100% - calc(8 / 390 * 100vw));
	width: calc(100% - calc(8 / 390 * 100vw));
	z-index: 0;
}
.l-floating .button-simulation.teaser:after {
	background: var(--color-main);
	height: calc(100% - calc(12 / 390 * 100vw));
	width: calc(100% - calc(12 / 390 * 100vw));
	z-index: 1;
}
.l-floating .button-simulation.teaser > span {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.l-floating .button-simulation.teaser > span:before {
	background-image: url(../img/icon_installment.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: calc(32 / 390 * 100vw);
  position: absolute;
  pointer-events: none;
	top: calc(15 / 390 * 100vw);
	left: 50%;
	transform: translateX(-50%);
  width: calc(32 / 390 * 100vw);
	z-index: 2;
}
.l-floating .button-simulation button {
	background: none;
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}
.l-floating .button-simulation.teaser button {
	color: var(--color-white);
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
	padding-top: calc(24 / 390 * 100vw);
	position: relative;
	z-index: 2;
}
.l-floating .button-simulation.release button img {
	width: 100%;
}
@media screen and (min-width: 801px) {
	.l-floating {
		display: none;
	}
}


/* countdown
============================================== */
.p-block-countdown {
	margin-top: 24px;
}
.p-block-countdown__moreday {
	background: var(--background-gradient-yellow);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	font-weight: var(--fw-bold);
	margin-bottom: 8px;
	padding-bottom: 4px;
}
.p-block-countdown__moreday > p {
	font-size: var(--fs-MS);
}
.p-block-countdown__moreday > p .number {
	font-size: var(--fs-XXXL);
	line-height: 1.3;
	margin-inline: 2px;
}
.p-block-countdown .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-S);
	text-align: center;
}
@media screen and (max-width: 800px) {
	.p-block-countdown {
		margin-top: calc(24 / 390 * 100vw);
	}
	.p-block-countdown__moreday {
		height: calc(55 / 390 * 100vw);
		margin-bottom: calc(8 / 390 * 100vw);
		padding-bottom: calc(4 / 390 * 100vw);
	}
	.p-block-countdown__moreday > p .number {
		margin-inline: calc(2 / 390 * 100vw);
	}
}


/* section
============================================== */
.l-section {
	background: var(--color-white);
	padding-inline: 24px;
	padding-block: 48px;
}
.l-section__title {
	font-size: var(--fs-XXL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
@media screen and (max-width: 800px) {
	.l-section {
		padding-inline: calc(24 / 390 * 100vw);
		padding-block: calc(48 / 390 * 100vw);
	}
}



/* section introduction
============================================== */
.l-section--introduction {
	padding-block: 40px;
}
.l-section--introduction .introduction-summaryText {
	font-weight: var(--fw-bold);
	margin-top: 56px;
	position: relative;
	z-index: 0;
}
.l-section--introduction .introduction-summaryText:before {
	background-image: url(../img/bg_a.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 100%;
  position: absolute;
  pointer-events: none;
  top: 100px;
  right: -170px;
  width: 438px;
	z-index: -1;
}
.l-section--introduction .introduction-summaryText__item:nth-of-type(n+2) {
	margin-top: 12px;
}
.l-section--introduction .introduction-summaryText__item > p + p {
	margin-top: 12px;
}
.l-section--introduction .introduction-movieBlock {
	background: #eee;
	border-radius: 16px;
	margin-top: 52px;
	padding-block: 24px;
	padding-inline: 16px;
	text-align: center;
}
.l-section--introduction .introduction-movieBlock__heading {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: var(--fs-M);
	line-height: 1.3;
	font-weight: var(--fw-bold);
}
.l-section--introduction .introduction-movieBlock__heading img {
	margin-right: 2px;
	width: 48px;
}
.l-section--introduction .introduction-movieBlock__video {
	margin-top: 16px;
}
.l-section--introduction .introduction-movieBlock__video .image-thumbnail a {
	cursor: pointer;
	display: block;
	position: relative;
}
.l-section--introduction .introduction-movieBlock__video .image-thumbnail a:before {
	background-image: url(../img/icon_play.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 40px;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 40px;
}
.l-section--introduction .introduction-movieBlock__video .text-caption {
	font-size: var(--fs-MS);
	margin-top: 12px;
}
@media screen and (max-width: 800px) {
	.l-section--introduction {
		padding-block: calc(40 / 390 * 100vw);
	}
	.l-section--introduction .introduction-summaryText {
		font-weight: var(--fw-bold);
		margin-top: calc(56 / 390 * 100vw);
	}
	.l-section--introduction .introduction-summaryText:before {
		top: calc(100 / 390 * 100vw);
		right: calc(-170 / 390 * 100vw);
		width: calc(438 / 390 * 100vw);
	}
	.l-section--introduction .introduction-summaryText__item:nth-of-type(n+2) {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--introduction .introduction-summaryText__item > p + p {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--introduction .introduction-movieBlock {
		border-radius: calc(16 / 390 * 100vw);
		margin-top: calc(52 / 390 * 100vw);
		padding-block: calc(24 / 390 * 100vw);
		padding-inline: calc(16 / 390 * 100vw);
	}
	.l-section--introduction .introduction-movieBlock__heading img {
		margin-right: calc(2 / 390 * 100vw);
		width: calc(48 / 390 * 100vw);
	}
	.l-section--introduction .introduction-movieBlock__video {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--introduction .introduction-movieBlock__video .image-thumbnail a:before {
		height: calc(40 / 390 * 100vw);
		width: calc(40 / 390 * 100vw);
	}
	.l-section--introduction .introduction-movieBlock__video .text-caption {
		margin-top: calc(12 / 390 * 100vw);
	}
}



/* section whatsnew
============================================== */
.l-section--whatsnew {
	background: var(--background-gradient-brown);
	padding-bottom: 0;
}
.l-section--whatsnew .l-section__title img {
	margin-right: 4px;
	vertical-align: baseline;
	width: 124px;
}
.l-section--whatsnew .l-section__title .subtext {
	display: block;
	font-size: var(--fs-M);
	margin-top: 4px;
}
.l-section--whatsnew .whatsnew-sliderBlock {
	margin-top: 24px;
	margin-inline: -24px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item {
	border-radius: 24px;
	box-shadow: 0 4px 16px rgba(203,203,203,0.6);
	margin-right: 16px;
	overflow: hidden;
	position: relative;
	width: 288px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list > .whatsnew-sliderBlock__list_item:nth-of-type(n+2) {
	display: none;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .item-text {
	color: var(--color-white);
	padding-block: 32px;
	padding-inline: 24px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.5;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading sup {
	font-size: 70%;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading .text-a {
	display: block;
	margin-bottom: 8px;
	width: 67px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading .text-small {
	display: block;
	font-size: var(--fs-M);
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading + * {
	text-shadow: 0 0 12px rgba(0,0,0,0.5);
	margin-top: 12px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-note {
	font-size: var(--fs-S);
	margin-bottom: 12px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-type {
	border: 1px solid var(--color-white);
	display: inline-block;
	font-size: var(--fs-S);
	margin-bottom: 8px;
	padding: 4px 8px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-summary {
	font-size: var(--fs-MS);
	display: block;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore {
	height: 37px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 142px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore:before {
	background-image: url(../img/icon_open.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 14px;
  position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
  width: 14px;
}
.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore button {
	background: var(--color-white);
	border-radius: 50px;
	font-weight: var(--fw-bold);
	height: 100%;
	padding-left: 14px;
	text-align: center;
	width: 100%;
}
.l-section--whatsnew .whatsnew-sliderBlock .slick-list {
	padding-left: 24px;
}
.l-section--whatsnew .whatsnew-sliderBlock .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px;
	padding-left: 28px;
}
.l-section--whatsnew .whatsnew-sliderBlock .slick-dots > li {
	margin-right: 8px;
	height: 12px;
}
.l-section--whatsnew .whatsnew-sliderBlock .slick-dots > li button {
	background: var(--color-white);
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	opacity: 0.7;
	height: 8px;
	transition: 0.3s all;
	vertical-align: top;
	width: 8px;
}
.l-section--whatsnew .whatsnew-sliderBlock .slick-dots > li.slick-active button {
	opacity: 1;
	transform: scale(1.5);
}
@media screen and (max-width: 800px) {
	.l-section--whatsnew .l-section__title img {
		margin-right: calc(4 / 390 * 100vw);
		width: calc(124 / 390 * 100vw);
	}
	.l-section--whatsnew .l-section__title .subtext {
		margin-top: calc(4 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock {
		margin-top: calc(24 / 390 * 100vw);
		margin-inline: calc(-24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item {
		border-radius: calc(24 / 390 * 100vw);
		margin-right: calc(16 / 390 * 100vw);
		width: calc(288 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .item-text {
		padding-block: calc(32 / 390 * 100vw);
		padding-inline: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading .text-a {
		width: calc(67 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-heading + * {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-note {
		margin-bottom: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .text-type {
		margin-bottom: calc(8 / 390 * 100vw);
		padding: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore {
		height: calc(37 / 390 * 100vw);
		bottom: calc(16 / 390 * 100vw);
		right: calc(16 / 390 * 100vw);
		width: calc(142 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore:before {
		height: calc(14 / 390 * 100vw);
		left: calc(16 / 390 * 100vw);
		width: calc(14 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock__list_item .button-viewmore button {
		padding-left: calc(14 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock .slick-list {
		padding-left: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock .slick-dots {
		margin-top: calc(24 / 390 * 100vw);
		padding-left: calc(28 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock .slick-dots > li {
		margin-right: calc(8 / 390 * 100vw);
		height: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-sliderBlock .slick-dots > li button {
		height: calc(8 / 390 * 100vw);
		width: calc(8 / 390 * 100vw);
	}
}

/* modal */
.l-section--whatsnew .whatsnew-modalContents .c-modal-contents .image-figure {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-modalContents .c-modal-contents .image-figure img {
	width: 100%;
}
.l-section--whatsnew .whatsnew-modalContents .c-modal-contents .text-summary {
	font-size: var(--fs-MS);
	margin-top: 24px;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.l-section--whatsnew .whatsnew-modalContents .c-modal-contents .image-figure {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-modalContents .c-modal-contents .text-summary {
		margin-top: calc(24 / 390 * 100vw);
	}
}



.l-section--whatsnew .whatsnew-featureBlock {
	background: var(--background-gradient-yellow2);
	margin-top: 40px;
	margin-inline: -24px;
	padding-block: 48px;
	padding-inline: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock__heading {
	font-size: var(--fs-XXL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock__summary {
	font-size: var(--fs-MS);
	margin-top: 8px;
}
.l-section--whatsnew .whatsnew-featureBlock__summary b {
	font-weight: var(--fw-bold);
}
.l-section--whatsnew .whatsnew-featureBlock__contents {
	background: var(--color-white);
	box-shadow: 0 4px 16px rgba(203,203,203,0.6);
	padding-block: 32px;
	margin-top: 24px;
	padding-inline: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents:nth-of-type(odd) {
	border-radius: 0 16px 16px 0;
	margin-left: -24px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents:nth-of-type(even) {
	border-radius: 16px 0 0 16px;
	margin-right: -24px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents_item:nth-of-type(n+2),
.l-section--whatsnew .whatsnew-featureBlock__contents .contents-second {
	border-top: 1px solid var(--color-secondary);
	margin-top: 32px;
	padding-top: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading {
	padding-left: 72px;
	position: relative;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading h4 {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading .text-age {
	color: var(--color-tertiary);
  display: inline-block;
  font-size: var(--fs-S);
  font-weight: var(--fw-regular);
  margin-top: 2px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading .image-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents * + .block-image {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .text-summary {
	font-size: var(--fs-MS);
	margin-top: 16px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents h4 + .text-summary {
	margin-top: 12px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore {
	margin-top: 24px;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore span {
	font-weight: var(--fw-bold);
	padding-right: 20px;
	position: relative;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore span:after {
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	content: "";
	height: 7px;
	pointer-events: none;
  position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
  width: 13px;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .is-open .button-viewmore span:after {
	transform: translateY(-50%) rotate(180deg);
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore button {
	transition: 0.3s all;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-link {
	background: var(--background-gradient-yellow);
	border-radius: 50px;
	height: 48px;
	margin-top: 24px;
	transition: 0.3s all;
	padding: 2px;
	width: 100%;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .button-link > * {
	background: var(--color-primary);
	border-radius: 50px;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: var(--fw-bold);
	text-align: center;
	height: 100%;
	width: 100%;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .line-marker {
	display: inline;
	position: relative;
	z-index: 0;
}
.l-section--whatsnew .whatsnew-featureBlock__contents .line-marker:before {
	background: var(--background-gradient-yellow);
	content: "";
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	z-index: -1;
}
/* hoshou */
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl:nth-of-type(n+2) {
	margin-top: 8px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dt {
	border-radius: 8px;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	text-align: center;
	width: 64px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-feature > dl dt {
	background: var(--color-main);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-feature > dl dt {
	background: var(--color-green);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dd {
	padding-left: 12px;
	width: calc(100% - 64px);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dd .text-strong {
	font-size: var(--fs-MM);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dd .text-note {
	color: var(--color-tertiary);
	display: inline-block;
	font-size: var(--fs-XS);
	font-weight: var(--fw-regular);
	margin-top: 2px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary__item.option {
	padding-top: 40px;
	position: relative;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary__item.option:before {
	background-image: url(../img/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 20px;
  position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
  width: 20px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .item-heading {
	border-radius: 50px;
	font-size: var(--fs-S);
	line-height: 26px;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .basic .item-heading {
	background: rgba(0, 145, 171, 0.2);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .option .item-heading {
	background: rgba(98, 191, 67, 0.2);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .item-body {
	margin-top: 12px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .list-option {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .list-option > li {
	background: var(--color-green);
	border-radius: 8px;
	color: var(--color-white);
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	line-height: 1.5;
	text-align: center;
	width: 31.45%;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .list-option + p {
	font-size: var(--fs-MS);
	margin-top: 16px;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail {
	margin-top: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail > h4 {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown {
	margin-top: 16px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item {
	display: flex;
	justify-content: flex-start;
	font-size: var(--fs-MS);
	font-weight: var(--fw-bold);
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item:nth-of-type(n+2) {
	margin-top: 46px;
	position: relative;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item:nth-of-type(n+2):before {
	background-image: url(../img/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 22px;
  position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
  width: 22px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .item-number {
	background: var(--color-main);
	border-radius: 50px;
	color: var(--color-white);
	display: flex;
	font-size: var(--fs-MM);
	justify-content: center;
	align-items: center;
	position: relative;
	width: 24px;
	z-index: 1;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .item-body {
	background: var(--color-lightblue);
	border-radius: 0 12px 12px 0;
	margin-left: -12px;
	padding: 12px 16px 12px 28px;
	position: relative;
	width: calc(100% - 12px);
	z-index: 0;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .icon-cross {
	background-image: url(../img/icon_cross.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: inline-block;
	height: 16px;
	margin-inline: auto;
	margin-top: 4px;
	width: 16px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-XS);
	font-weight: var(--fw-regular);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example {
	border-top: 1px solid #E1E1E1;
	margin-top: 16px;
	padding-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-heading {
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-heading .text-strong {
	font-size: var(--fs-M);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-heading .text-small {
	font-weight: var(--fw-regular);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-S);
	margin-top: 4px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-result {
	font-size: var(--fs-ML);
	font-weight: var(--fw-bold);
	padding-top: 24px;
	position: relative;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-result:before {
	background-image: url(../img/icon_triangle.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 12px;
  position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
  width: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail {
	border-top: 1px solid var(--color-secondary);
	margin-top: 24px;
	padding-top: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail > h4 {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay .text-heading {
	line-height: 1.3;
	font-weight: var(--fw-bold);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table {
  border-collapse: collapse;
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
  table-layout: fixed;
	margin-top: 12px;
	text-align: center;
	width: 100%;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table th,
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table td {
	border-bottom: 1px solid var(--color-secondary);
	vertical-align: middle;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table thead th {
	color: var(--color-tertiary);
	padding: 8px 12px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table tbody td {
	padding: 14px 12px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table tbody td.percentage {
	color: var(--color-main);
	font-size: var(--fs-MS);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table tbody td.percentage sup {
	font-size: 0.7em;
	top: -3px;
  margin-left: 2px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay .list-note {
	color: var(--color-tertiary);
	font-size: var(--fs-S);
	margin-top: 8px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-result {
	font-size: var(--fs-MS);
	font-weight: var(--fw-bold);
	margin-top: 14px;
	padding-top: 24px;
	position: relative;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-result:before {
	border-color: var(--color-primary) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-result span {
	color: var(--color-green);
	font-size: var(--fs-ML);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-summary {
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail {
	margin-top: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail > h4 {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl {
	background: var(--color-lightgreen);
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
	overflow: hidden;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dt,
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dd {
	padding: 12px 24px;
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dt {
	background: var(--color-lightgreen);
	width: 127px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dd  {
	background: var(--color-green);
	color: var(--color-white);
	width: calc(100% - 127px);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dd b {
	font-size: var(--fs-M);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-XS);
	font-weight: var(--fw-regular);
	margin-top: 12px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example {
	margin-top: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example > h4 {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table {
  border-collapse: collapse;
	font-size: var(--fs-S);
	font-weight: var(--fw-bold);
  table-layout: fixed;
	margin-top: 12px;
	width: 100%;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table th,
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table td {
	border-bottom: 1px solid var(--color-secondary);
	text-align: left;
	vertical-align: middle;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table thead th {
	color: var(--color-tertiary);
	padding: 8px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody th,
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody td {
	padding: 16px 8px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody th {
	text-align: center;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody th i {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: block;
	height: 32px;
	margin-inline: auto;
	margin-bottom: 4px;
	width: 32px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody .icon-single {
	background-image: url(../img/whatsnew_icon01.svg);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody .icon-couple {
	background-image: url(../img/whatsnew_icon02.svg);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody .icon-family {
	background-image: url(../img/whatsnew_icon03.svg);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody td sup {
	top: -2px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody td b {
	color: var(--color-green);
}
.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table + .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-S);
	margin-top: 12px;
}
/* step */
.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-heading {
	padding: 0 !important;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-image {
	margin-top: 24px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-point {
	font-weight: var(--fw-bold);
	margin-top: 24px;
	margin-right: -8px;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-point__list > li {
	line-height: 1.3;
	margin-top: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-point__list > li:before {
	content: "・";
}
@media screen and (min-width: 801px) {
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-link:hover,
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore button:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 800px) {
	.l-section--whatsnew .whatsnew-featureBlock {
		margin-top: calc(40 / 390 * 100vw);
		margin-inline: calc(-24 / 390 * 100vw);
		padding-block: calc(48 / 390 * 100vw);
		padding-inline: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__summary {
		margin-top: calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents {
		margin-top: calc(24 / 390 * 100vw);
		padding-block: calc(32 / 390 * 100vw);
		padding-inline: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents:nth-of-type(odd) {
		border-radius: 0 calc(16 / 390 * 100vw) calc(16 / 390 * 100vw) 0;
		margin-left: calc(-24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents:nth-of-type(even) {
		border-radius: calc(16 / 390 * 100vw) 0 0 calc(16 / 390 * 100vw);
		margin-right: calc(-24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents_item:nth-of-type(n+2),
	.l-section--whatsnew .whatsnew-featureBlock__contents .contents-second {
		margin-top: calc(32 / 390 * 100vw);
		padding-top: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading {
		padding-left: calc(72 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading .text-age {
		margin-top: calc(2 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .block-heading .image-icon {
		width: calc(60 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents * + .block-image {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .text-summary {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents h4 + .text-summary {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore span {
		padding-right: calc(20 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-viewmore span:after {
		height: calc(7 / 390 * 100vw);
		width: calc(13 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .button-link {
		height: calc(48 / 390 * 100vw);
		margin-top: calc(24 / 390 * 100vw);
		padding: calc(2 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock__contents .line-marker:before {
		height: calc(8 / 390 * 100vw);
		bottom: calc(2 / 390 * 100vw);
	}
	/* hoshou */
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl:nth-of-type(n+2) {
		margin-top: calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dt {
		border-radius: calc(8 / 390 * 100vw);
		height: calc(64 / 390 * 100vw);
		width: calc(64 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .block-feature > dl dd {
		padding-left: calc(12 / 390 * 100vw);
		width: calc(100% - calc(64 / 390 * 100vw));
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary__item.option {
		padding-top: calc(40 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary__item.option:before {
		height: calc(20 / 390 * 100vw);
		top: calc(6 / 390 * 100vw);
		width: calc(20 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .item-heading {
		line-height: calc(26 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .item-body {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .list-option > li {
		border-radius: calc(8 / 390 * 100vw);
		height: calc(50 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-summary .list-option + p {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-result {
		margin-top: calc(14 / 390 * 100vw);
		padding-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-summary .text-result:before {
		border-width: calc(12 / 390 * 100vw) calc(11 / 390 * 100vw) 0 calc(11 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item:nth-of-type(n+2) {
		margin-top: calc(46 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item:nth-of-type(n+2):before {
		height: calc(22 / 390 * 100vw);
		top: calc(-34 / 390 * 100vw);
		width: calc(22 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .item-number {
		width: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .item-body {
		border-radius: 0 calc(12 / 390 * 100vw) calc(12 / 390 * 100vw) 0;
		margin-left: calc(-12 / 390 * 100vw);
		padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw) calc(12 / 390 * 100vw) calc(28 / 390 * 100vw);
		width: calc(100% - calc(12 / 390 * 100vw));
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__breakdown_item .icon-cross {
		height: calc(16 / 390 * 100vw);
		margin-top: calc(4 / 390 * 100vw);
		width: calc(16 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example {
		margin-top: calc(16 / 390 * 100vw);
		padding-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-note {
		margin-top: calc(4 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-result {
		padding-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-hoshou-detail__example .text-result:before {
		height: calc(12 / 390 * 100vw);
		top: calc(8 / 390 * 100vw);
		width: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail {
		margin-top: calc(24 / 390 * 100vw);
		padding-top: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table thead th {
		padding: calc(8 / 390 * 100vw) calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table tbody td {
		padding: calc(14 / 390 * 100vw) calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay table tbody td.percentage sup {
		top: calc(-3 / 390 * 100vw);
		margin-left: calc(2 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-iryou .block-healthsystem-detail__selfpay .list-note {
		margin-top: calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl {
		border-radius: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dt,
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dd {
		padding: calc(12 / 390 * 100vw) calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dt {
		width: calc(127 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail__breakdown > dl dd  {
		width: calc(100% - calc(127 / 390 * 100vw));
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-detail .text-note {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table thead th {
		padding: calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody th,
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody td {
		padding: calc(16 / 390 * 100vw) calc(8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody th i {
		height: calc(32 / 390 * 100vw);
		margin-bottom: calc(4 / 390 * 100vw);
		width: calc(32 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table tbody td sup {
		top: calc(-2 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-hoshou .item-shibou .block-hoshou-example table + .text-note {
		margin-top: calc(12 / 390 * 100vw);
	}
	/* step */
	.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-image {
		margin-top: calc(24 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-point {
		margin-top: calc(24 / 390 * 100vw);
		margin-right: calc(-8 / 390 * 100vw);
	}
	.l-section--whatsnew .whatsnew-featureBlock .contents-step .block-point__list > li {
		margin-top: calc(12 / 390 * 100vw);
	}
}









/* section line
============================================== */
.l-section--line .l-section__inner {
	background: var(--color-lightgreen);
	border-radius: 16px;
	padding: 24px;
	padding-bottom: 0 !important;
}
.l-section--line .l-section__title .text-small {
	font-size: var(--fs-L);
	letter-spacing: -0.05em;
}
.l-section--line .l-section__title .subtext {
	background: var(--color-green);
	color: var(--color-white);
	display: inline-block;
	font-size: var(--fs-MS);
	font-weight: var(--fw-bold);
	line-height: 25px;
	margin-bottom: 8px;
	text-align: center;
	width: 86px;
}
.l-section--line .l-section__title img {
	margin-right: 2px;
	margin-top: 6px;
	vertical-align: baseline;
	width: 74px;
}
.l-section--line .line-summaryText {
	font-size: var(--fs-MS);
	margin-top: 16px;
}
.l-section--line .line-summaryText > p + p {
	margin-top: 16px;
}
.l-section--line .line-imageBlock {
	margin-inline: -24px;
}
.l-section--line .line-imageBlock__item .text-note {
	color: var(--color-tertiary);
	font-size: var(--fs-XS);
	margin-top: 8px;
	padding-inline: 24px;
}
@media screen and (max-width: 800px) {
	.l-section--line .l-section__inner {
		border-radius: calc(16 / 390 * 100vw);
		padding: calc(24 / 390 * 100vw);
	}
	.l-section--line .l-section__title .subtext {
		line-height: calc(25 / 390 * 100vw);
		margin-bottom: calc(8 / 390 * 100vw);
		width: calc(86 / 390 * 100vw);
	}
	.l-section--line .l-section__title img {
		margin-right: calc(2 / 390 * 100vw);
		margin-top: calc(6 / 390 * 100vw);
		width: calc(74 / 390 * 100vw);
	}
	.l-section--line .line-summaryText,
	.l-section--line .line-summaryText > p + p {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--line .line-imageBlock {
		margin-inline: calc(-24 / 390 * 100vw);
	}
	.l-section--line .line-imageBlock__item .text-note {
		margin-top: calc(8 / 390 * 100vw);
		padding-inline: calc(24 / 390 * 100vw);
	}
}



/* section service
============================================== */
.l-section--service {
	background: var(--background-gradient-yellow2);
}
.l-section--service .service-summaryText {
	font-size: var(--fs-MS);
	margin-top: 12px;
}
.l-section--service .service-contentsBlock {
	margin-top: 32px;
}
.l-section--service .service-contentsBlock__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.l-section--service .service-contentsBlock__item:nth-of-type(n+2) {
	margin-top: -25px;
}
.l-section--service .service-contentsBlock__item:nth-of-type(even) {
	flex-direction: row-reverse;
}
.l-section--service .service-contentsBlock__item .item-image {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 180px;
}
.l-section--service .service-contentsBlock__item .item-image:before {
	background-image: url(../img/service_bdr.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: calc(100% - 12px);
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 12px);
	z-index: 1;
}
.l-section--service .service-contentsBlock__item .item-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.3;
	width: calc(100% - 180px);
}
@media screen and (max-width: 800px) {
	.l-section--service .service-summaryText {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--service .service-contentsBlock {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--service .service-contentsBlock__item:nth-of-type(n+2) {
		margin-top: calc(-25 / 390 * 100vw);
	}
	.l-section--service .service-contentsBlock__item .item-image {
		width: calc(180 / 390 * 100vw);
	}
	.l-section--service .service-contentsBlock__item .item-image:before {
		height: calc(100% - calc(12 / 390 * 100vw));
		width: calc(100% - calc(12 / 390 * 100vw));
	}
	.l-section--service .service-contentsBlock__item .item-text {
		width: calc(100% - calc(180 / 390 * 100vw));
	}
}



/* section faq
============================================== */
.l-section--faq .faq-contentsBlock__item {
	margin-top: 32px;
}
.l-section--faq .faq-contentsBlock__item .item-heading {
	font-size: var(--fs-ML);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}
.l-section--faq .faq-contentsBlock__item .item-body {
	border-top: 1px solid #E1E1E1;
	margin-top: 16px;
}
.l-section--faq .faq-accordionBlock {
	border-bottom: 1px solid #E1E1E1;
}
.l-section--faq .faq-accordionBlock__heading {
	position: relative;
}
.l-section--faq .faq-accordionBlock__heading:after {
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	content: "";
	height: 12px;
	pointer-events: none;
  position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
	width: 18px;
}
.l-section--faq .is-open .faq-accordionBlock__heading:after {
	transform: translateY(-50%) rotate(180deg);
}
.l-section--faq .faq-accordionBlock__heading button {
	font-size: var(--fs-MS);
	line-height: 1.6;
	padding-block: 16px;
	padding-left: 57px;
	padding-right: 44px;
	text-align: left;
	transition: 0.3s all;
	width: 100%;
}
.l-section--faq .faq-accordionBlock__body {
	background: rgba(185, 242, 245, 0.2);
	font-size: var(--fs-MS);
	padding: 16px;
	padding-left: 57px;
	position: relative;
}
.l-section--faq .faq-accordionBlock .text-question,
.l-section--faq .faq-accordionBlock .text-answer {
	color: var(--color-main);
	font-family: "Jost", sans-serif;
	font-size: var(--fs-XL);
	line-height: 1;
	position: absolute;
	left: 16px;
}
.l-section--faq .faq-accordionBlock .text-question {
	top: 50%;
	transform: translateY(-50%);
}
.l-section--faq .faq-accordionBlock .text-answer {
	top: 16px;
}
.l-section--faq .button-link {
	background: var(--background-gradient-yellow);
	border-radius: 50px;
	height: 48px;
	margin-top: 32px;
	transition: 0.3s all;
	padding: 2px;
	width: 100%;
}
.l-section--faq .button-link > * {
	background: var(--color-primary);
	border-radius: 50px;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fs-M);
	font-weight: var(--fw-bold);
	text-align: center;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 801px) {
	.l-section--faq .faq-accordionBlock__heading button:hover {
		opacity: 0.7;
	}
	.l-section--faq .button-link:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 800px) {
	.l-section--faq .faq-contentsBlock__item {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--faq .faq-accordionBlock__heading:after {
		height: calc(12 / 390 * 100vw);
		right: calc(16 / 390 * 100vw);
		width: calc(18 / 390 * 100vw);
	}
	.l-section--faq .faq-accordionBlock__heading button {
		padding-block: calc(16 / 390 * 100vw);
		padding-left: calc(57 / 390 * 100vw);
		padding-right: calc(44 / 390 * 100vw);
	}
	.l-section--faq .faq-accordionBlock__body {
		padding: calc(16 / 390 * 100vw);
		padding-left: calc(57 / 390 * 100vw);
	}
	.l-section--faq .faq-contentsBlock__item .item-body {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--faq .faq-accordionBlock .text-question,
	.l-section--faq .faq-accordionBlock .text-answer {
		left: calc(16 / 390 * 100vw);
	}
	.l-section--faq .faq-accordionBlock .text-answer {
		top: calc(16 / 390 * 100vw);
	}
	.l-section--faq .button-link {
		height: calc(48 / 390 * 100vw);
		margin-top: calc(32 / 390 * 100vw);
		padding: calc(2 / 390 * 100vw);
	}
}



/* section philosophy
============================================== */
.l-section--philosophy {
	background: #f3f3f3;
	padding-bottom: 32px;
}
.l-section--philosophy .l-section__title {
	font-size: var(--fs-ML);
}
.l-section--philosophy .philosophy-contentsBlock {
	font-size: var(--fs-MS);
	line-height: 1.5;
	margin-top: 16px;
}
.l-section--philosophy .philosophy-contentsBlock * + p,
.l-section--philosophy .philosophy-contentsBlock__moreview {
	margin-top: 12px;
}
.l-section--philosophy .philosophy-contentsBlock__moreview {
	display: none;
}
.l-section--philosophy .philosophy-contentsBlock h3 {
	font-size: var(--fs-M);
	font-weight: var(--fw-bold);
	margin-top: 24px;
}
.l-section--philosophy .philosophy-contentsBlock__accordionButton {
	margin-top: 32px;
	text-align: center;
}
.l-section--philosophy .philosophy-contentsBlock__accordionButton span {
	color: #006E81;
	font-weight: var(--fw-bold);
	padding-right: 20px;
	position: relative;
}
.l-section--philosophy .philosophy-contentsBlock__accordionButton span:after {
	background-image: url(../img/icon_arrow_green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	content: "";
	height: 16px;
	pointer-events: none;
  position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
  width: 16px;
}
.l-section--philosophy .philosophy-contentsBlock .is-open .philosophy-contentsBlock__accordionButton span:after {
	transform: translateY(-50%) rotate(180deg);
}
.l-section--philosophy .philosophy-contentsBlock__accordionButton button {
	background: #f3f3f3;
	font-size: var(--fs-M);
	transition: 0.3s all;
}
@media screen and (min-width: 801px) {
	.l-section--philosophy .philosophy-contentsBlock__accordionButton button:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 800px) {
	.l-section--philosophy {
		padding-bottom: calc(32 / 390 * 100vw);
	}
	.l-section--philosophy .philosophy-contentsBlock {
		margin-top: calc(16 / 390 * 100vw);
	}
	.l-section--philosophy .philosophy-contentsBlock * + p,
	.l-section--philosophy .philosophy-contentsBlock__moreview {
		margin-top: calc(12 / 390 * 100vw);
	}
	.l-section--philosophy .philosophy-contentsBlock__accordionButton {
		margin-top: calc(32 / 390 * 100vw);
	}
	.l-section--philosophy .philosophy-contentsBlock__accordionButton span {
		padding-right: calc(20 / 390 * 100vw);
	}
	.l-section--philosophy .philosophy-contentsBlock__accordionButton span:after {
		height: calc(16 / 390 * 100vw);
		width: calc(16 / 390 * 100vw);
	}
}



/* simulation
============================================== */
.simulation-modalContents .c-modal-contents .button-link {
	background: var(--background-gradient-yellow);
	border-radius: 50px;
	height: 48px;
	margin-top: 32px;
	transition: 0.3s all;
	padding: 2px;
	width: 100%;
}
.simulation-modalContents .c-modal-contents .button-link > * {
	background: var(--color-primary);
	border-radius: 50px;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fs-M);
	font-weight: var(--fw-bold);
	text-align: center;
	transition: 0.3s all;
	height: 100%;
	width: 100%;
}
.simulation-modalContents .c-modal-contents .simulation-input__body {
	margin-top: 32px;
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl {
	font-size: var(--fs-M);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl:nth-of-type(n+2) {
	margin-top: 24px;
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl dt {
	font-weight: var(--fw-bold);
	padding-left: 20px;
	position: relative;
	width: 72px;	
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl dt:before {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;	
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl.age dt:before {
	background-image: url(../img/icon_age.svg);
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl.gender dt:before {
	background-image: url(../img/icon_gender.svg);
}
.simulation-modalContents .c-modal-contents .simulation-input form > dl dd {
	width: calc(100% - 72px);
}
.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown {
	font-weight: var(--fw-bold);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown label {
	background: #fff;
	border: 1px solid var(--color-secondary);
	border-radius: 8px;
  cursor: pointer;
	display: flex;
  justify-content: center;
  align-items: center;
	height: 54px;
  margin-right: 8px;
	position: relative;
  transition: 0.3s all;
  text-align: center;
	width: 100%;
}
.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown label:before {
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	content: "";
	height: 8px;
	pointer-events: none;
  position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
  width: 14px;
}
.simulation-modalContents .c-modal-contents .simulation-input .is-selected .block-pulldown label {
	background: var(--color-lightblue);
  border-width: 2px;
  border-color: var(--color-main);
}
.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown select {
	height: 100%;
	font-size: var(--fs-M);
	padding: 14px 48px 14px 24px;
	width: 100%;
}
.simulation-modalContents .c-modal-contents .simulation-input .is-selected .block-pulldown select {
  color: var(--color-main);
  font-weight: var(--fw-bold);
}
.simulation-modalContents .c-modal-contents .simulation-input .list-radio {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.simulation-modalContents .c-modal-contents .simulation-input .list-radio__item {
	width: 46.64%;
}
.simulation-modalContents .c-modal-contents .simulation-input .list-radio input {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.simulation-modalContents .c-modal-contents .simulation-input .list-radio label {
	background: #fff;
	border: 1px solid var(--color-secondary);
	border-radius: 8px;
  cursor: pointer;
	display: flex;
  justify-content: center;
  align-items: center;
	height: 54px;
  transition: 0.3s all;
  text-align: center;
	width: 100%;
}
.simulation-modalContents .c-modal-contents .simulation-input .list-radio .is-selected label {
	background: var(--color-lightblue);
  border-width: 2px;
  border-color: var(--color-main);
  color: var(--color-main);
	cursor: default;
  font-weight: var(--fw-bold);
}
.simulation-modalContents .c-modal-contents .simulation-input__submitButton button:disabled {
	background: var(--color-secondary);
	cursor: default;
	pointer-events: none;
}
.simulation-modalContents .c-modal-contents .simulation-result {
	display: none;
}
.simulation-modalContents .c-modal-contents .simulation-result__body {
	margin-top: 32px;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item {
	position: relative;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item:nth-of-type(n+2) {
	margin-top: 28px;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-heading {
	border-radius: 50px;
	color: var(--color-white);
	font-size: var(--fs-MS);
	font-weight: var(--fw-bold);
	line-height: 30px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: calc(100% - 32px);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.iryou .item-heading {
	background: var(--color-main);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.shibou .item-heading {
	background: var(--color-green);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-body {
	background: var(--color-white);
	border-style: solid;
	border-width: 1px;
	border-radius: 12px;
	padding: 28px 16px 16px;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.iryou .item-body {
	border-color: var(--color-main);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.shibou .item-body {
	border-color: var(--color-green);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-pattern {
	font-size: var(--fs-S);
	text-align: center;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: var(--fs-M);
  font-weight: var(--fw-bold);
	margin-top: 8px;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-price .text-price {
	font-size: var(--fs-XXL);
	line-height: 1.1;
	margin-left: 16px;
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.iryou .item-price .text-price {
	color: var(--color-main);
}
.simulation-modalContents .c-modal-contents .simulation-result__body_item.shibou .item-price .text-price {
	color: var(--color-green);
}
.simulation-modalContents .c-modal-contents .simulation-result__body .list-note {
	color: var(--color-tertiary);
	font-size: var(--fs-S);
	margin-top: 12px;
}
.simulation-modalContents .c-modal-contents .simulation-result .button-link {
	margin-top: 32px;
}
@media screen and (max-width: 800px) {
	.simulation-modalContents .c-modal-contents .button-link {
		height: calc(48 / 390 * 100vw);
		margin-top: calc(32 / 390 * 100vw);
		padding: calc(2 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .button-link > * {
		border-radius: calc(50 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input__body {
		margin-top: calc(32 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input form > dl:nth-of-type(n+2) {
		margin-top: calc(24 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input form > dl dt {
		padding-left: calc(20 / 390 * 100vw);
		width: calc(72 / 390 * 100vw);	
	}
	.simulation-modalContents .c-modal-contents .simulation-input form > dl dt:before {
		height: calc(16 / 390 * 100vw);
		width: calc(16 / 390 * 100vw);	
	}
	.simulation-modalContents .c-modal-contents .simulation-input form > dl dd {
		width: calc(100% - calc(72 / 390 * 100vw));
	}
	.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown label {
		border-width: calc(1 / 390 * 100vw);
		border-radius: calc(8 / 390 * 100vw);
		height: calc(54 / 390 * 100vw);
		margin-right: calc(8 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown label:before {
		height: calc(8 / 390 * 100vw);
		right: calc(30 / 390 * 100vw);
		width: calc(14 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input .is-selected .block-pulldown label {
		border-width: calc(2 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input .block-pulldown select {
		padding: calc(14 / 390 * 100vw) calc(48 / 390 * 100vw) calc(14 / 390 * 100vw) calc(24 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input .list-radio label {
		border-width: calc(1 / 390 * 100vw);
		border-radius: calc(8 / 390 * 100vw);
		height: calc(54 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-input .list-radio .is-selected label {
		border-width: calc(2 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body {
		margin-top: calc(32 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item:nth-of-type(n+2) {
		margin-top: calc(28 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-heading {
		border-radius: calc(50 / 390 * 100vw);
		line-height: calc(30 / 390 * 100vw);
		top: calc(-15 / 390 * 100vw);
		width: calc(100% - calc(32 / 390 * 100vw));
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-body {
		border-radius: calc(12 / 390 * 100vw);
		padding: calc(28 / 390 * 100vw) calc(16 / 390 * 100vw) calc(16 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-price {
		margin-top: calc(8 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item .item-price .text-price {
		margin-left: calc(16 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result__body_item .list-note {
		margin-top: calc(12 / 390 * 100vw);
	}
	.simulation-modalContents .c-modal-contents .simulation-result .button-link {
		margin-top: calc(32 / 390 * 100vw);
	}
}


/* modal
============================================== */
.c-modal-contents {
	background: var(--color-white);
	border-radius: 24px;
	display: none;
  max-height: calc(100vh - 60px);
	overflow-y: auto;
	padding: 24px;
	position: fixed;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 358px;
	z-index: -10;
}
.c-modal-contents.is-open {
	pointer-events: initial;
	z-index: 1001;
}
.c-modal-contents__close {
	height: 24px;
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	z-index: 1;
}
.c-modal-contents__close button {
	background-image: url(../img/icon_close.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	color: transparent;
	display: block;
	font-size: 0;
	height: 100%;
	width: 100%;
}
.c-modal-contents .text-heading {
	font-size: var(--fs-XL);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	padding-right: 30px;
}
.c-modal-overlay {
	background: rgba(0,0,0,0.6);
	display: none;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	z-index: -10;
}
.c-modal-overlay.is-open {
	pointer-events: initial;
	z-index: 1000;
}
@media screen and (max-width: 800px) {
	.c-modal-contents {
		border-radius: calc(24 / 390 * 100vw);
		padding: calc(24 / 390 * 100vw);
		width: calc(358 / 390 * 100vw);
	}
	.c-modal-contents .text-heading {
		padding-right: calc(30 / 390 * 100vw);
	}
	.c-modal-contents__close {
		height: calc(24 / 390 * 100vw);
		top: calc(24 / 390 * 100vw);
		right: calc(24 / 390 * 100vw);
		width: calc(24 / 390 * 100vw);
	}
}



/* js component
============================================== */
.js-accordion-contents {
	display: none;
}


/* js plugin
============================================== */
.modal-video-movie-wrap {
	transform: none !important;
}
.modal-video-close-btn {
	top: -35px;
	right: 0;
}