body {
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.comic {
	padding-top: 2.25rem;
	position: relative;
	z-index: 10;
}

.comic::before {
	aspect-ratio: 916/216;
	background-image: url(../images/comic-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.5rem;
	transform: translateX(-50%);
	width: min(76.3333333333vw, 57.25rem);
	z-index: -1;
}

.comic__inner {
	padding-bottom: 7.5rem;
}

.comic__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 44.1875rem;
}

.comic__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 51.875rem;
}

.comic__wave {
	height: 6rem;
	margin-bottom: -0.125rem;
}

.fv {
	background-image: url(../images/fv-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.625rem;
	padding-top: 8.5rem;
	position: relative;
}

.fv__inner {
	margin: 0 auto;
	max-width: 74.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	width: 100%;
}

.fv__inner::before {
	aspect-ratio: 182/258;
	background-image: url(../images/fv-phone@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 1.375rem;
	width: min(15.2941176471vw, 11.375rem);
	z-index: 10;
}

.fv__text {
	aspect-ratio: 259/43;
	bottom: 4rem;
	left: 2.375rem;
	position: absolute;
	width: 16.1875rem;
}

.fv__wave {
	bottom: -1px;
	height: 6rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.fv__button-wrapper {
	display: none;
}

.suggestion {
	background-color: #fff2ba;
	padding-bottom: 7.5rem;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}

.suggestion__content-list {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.suggestion__item {
	background-color: #fff;
	border-radius: 1.25rem 3.75rem 1.25rem 3.75rem;
	padding: 0 3.75rem 3.125rem;
}

.suggestion__item--01 .suggestion__item-heading {
	margin-left: -1.0625rem;
	margin-top: -2.25rem;
	max-width: 52.75rem;
}

.suggestion__item--02 .suggestion__item-heading {
	margin-top: -2.25rem;
	max-width: 52.75rem;
}

.suggestion__item-content {
	border-top: 1px solid #d5e3f4;
	padding-top: 3.375rem;
}

.suggestion__item-content-text {
	font-size: 1.375rem;
	letter-spacing: 0;
	line-height: 1.6363636364;
	text-align: center;
}

.suggestion__item-image {
	margin-top: 2.6875rem;
}

.suggestion__item-note {
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	margin-top: 1.25rem;
}

.suggestion__item-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.suggestion__item-list li {
	position: relative;
}

.suggestion__item-list-text {
	background-color: #fff;
	border-radius: 1.25rem 2.5rem 1.25rem 2.5rem;
	bottom: 1rem;
	height: 20rem;
	left: 1.25rem;
	padding: 2.5rem 2.125rem;
	position: absolute;
	right: 1.25rem;
	z-index: 1;
}

.suggestion__item-list-text p {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
}

.suggestion__item-list-text ul {
	border-top: 1px solid #4e8ad1;
	margin-top: 1.25rem;
	padding-left: 0.25rem;
	padding-top: 1.25rem;
}

.suggestion__item-list-text ul li {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	padding-left: 1rem;
	position: relative;
}

.suggestion__item-list-text ul li::before {
	aspect-ratio: 1;
	background-color: #699cd8;
	border-radius: 50%;
	content: "";
	left: 0;
	margin-top: 0.875rem;
	position: absolute;
	top: 0;
	width: 0.375rem;
	z-index: 1;
}

.suggestion__item-list-text ul li span {
	font-size: 0.875rem;
	line-height: 1;
	vertical-align: super;
}

.suggestion__item-support {
	margin-top: 2.125rem;
}

.suggestion__item-support-text {
	font-size: 1.375rem;
	letter-spacing: 0;
	line-height: 1.6363636364;
	text-align: center;
}

.suggestion__item-support-image {
	margin-top: 2.5rem;
}

.suggestion__item--03 .suggestion__item-heading {
	margin-top: -3.375rem;
	max-width: 45rem;
}

.suggestion__driver-content {
	margin-top: 1.5rem;
	position: relative;
}

.suggestion__driver-content--01 .suggestion__driver-content-text {
	left: 3.75rem;
	position: absolute;
	top: 7.25rem;
	width: 21.875rem;
}

.suggestion__driver-content--02 .suggestion__driver-content-text {
	left: 3.75rem;
	position: absolute;
	top: 7.25rem;
	width: 16.625rem;
}

.suggestion__driver-content-text-heading {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2857142857;
}

.suggestion__driver-content-text-text {
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.suggestion__driver-content-text-note {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
}

.worry {
	background-color: #f0f5fb;
}

.worry__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.375rem;
}

.worry__item-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.worry__item {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 3.4375rem 1.25rem 2.5rem;
}

.worry__item img {
	height: 5.125rem;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.worry__item p {
	font-feature-settings: "palt";
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4545454545;
	margin-top: 3.375rem;
	text-align: center;
}

.worry__item span {
	color: #3479c9;
}

.worry__arrow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 3.5625rem;
}

.worry__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	max-width: 46.125rem;
}

.worry__image {
	margin-top: 5.25rem;
	position: relative;
	width: 100%;
	z-index: 4;
}

.worry__image picture {
	position: relative;
	z-index: 1;
}

.worry__image-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 57.5rem;
	position: relative;
}

.worry__hand {
	aspect-ratio: 920/113;
	background-image: url(../images/worry-bottom-image-hand@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.worry__wave {
	bottom: -0.125rem;
	height: 6.625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(0);
	width: 100%;
	z-index: 2;
}

.about {
	background-color: #fff2ba;
	padding-top: 1.625rem;
}

.about__inner {
	padding-bottom: 6.75rem;
}

.about__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.9375rem;
}

.about__content {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 2.5rem 2.5rem 3.125rem;
}

.about__content--01 {
	margin-top: 3.75rem;
	position: relative;
}

.about__content--01::before {
	aspect-ratio: 323/477;
	background-image: url(../images/shima-image-001@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.8125rem;
	content: "";
	position: absolute;
	right: 10.2%;
	width: min(32.3vw, 20.1875rem);
}

.about__content--01 h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 24rem;
}

.about__content p {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	margin-top: 2.5rem;
}

.about__content-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 56.25rem;
}

.about__container {
	grid-gap: 4%;
	display: grid;
	gap: 4%;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
}

.about__content--02 h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 19.5rem;
}

.about__content--03 h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 19.6875rem;
}

.about dl {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.25rem;
}

.about dt,
.about dd {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
}

.about dd a {
	color: #0053b3;
	transition: opacity 0.3s;
}

.about__wave {
	margin-bottom: -0.125rem;
}

.footer {
	background-image: url(../images/footer-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 6.25rem;
}

.footer__content-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.footer__content-list {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 25rem);
	justify-content: center;
	margin-top: 2.5rem;
}

.footer__content-list li a {
	display: block;
	transition: opacity 0.3s;
}

.footer__banner-img {
	filter: drop-shadow(6px 6px 18px rgba(116, 145, 179, 0.2));
	transform: translateZ(0);
}

.footer__content-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 54.375rem;
}

.footer__copy {
	background-color: #222222;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 1.875rem 2.5rem;
}

.header__logo {
	height: inherit;
	max-width: 16.375rem;
	width: 100%;
}

.header__button-wrapper {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 17.9375rem 16.25rem;
}

.header__button-wrapper a {
	display: block;
	transition: opacity 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

@media (hover: hover) {

.about dd a:hover {
	opacity: 0.8;
}

.footer__content-list li a:hover {
	opacity: 0.8;
}

.header__button-wrapper a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1599px) {

.fv {
	padding-bottom: 0rem;
}

.fv__inner::before {
	bottom: 0.625rem;
}

.fv__text {
	bottom: 5.25rem;
}

}

@media (max-width: 1025px) {

html {
	font-size: 1.5609756098vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.comic {
	padding-top: 8.75rem;
}

.comic::before {
	aspect-ratio: 688/216;
	background-image: url(../images/comic-bg-sp@2x.webp);
	left: 0.8125rem;
	top: 2.5rem;
	transform: none;
	width: min(91.7333333333vw, 43rem);
}

.comic__inner {
	padding-bottom: 8.125rem;
}

.comic__title {
	max-width: 41.25rem;
}

.comic__image {
	max-width: 40rem;
}

.comic__wave {
	height: 3.375rem;
}

.fv {
	background-image: url(../images/fv-bg-sp@2x.webp);
}

.fv__inner {
	padding-left: 3.75rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
}

.fv__inner::before {
	display: none;
}

.fv__text {
	display: none;
}

.fv__wave {
	display: none;
}

.fv__button-wrapper {
	grid-gap: 0.625rem;
	bottom: 78.6666666667vw;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	left: 50%;
	max-width: 84.5333333333vw;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.suggestion {
	padding-top: 60px;
}

.suggestion__content-list {
	gap: 10rem;
}

.suggestion__item {
	padding: 0 2.5rem 3.125rem;
}

.suggestion__item--01 .suggestion__item-heading {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.375rem;
	max-width: 35rem;
}

.suggestion__item--02 .suggestion__item-heading {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.375rem;
	max-width: 34.5rem;
}

.suggestion__item-content {
	margin-top: 2.5rem;
	padding-top: 3.125rem;
}

.suggestion__item-content-text {
	font-size: 1.75rem;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
}

.suggestion__item-image {
	margin-top: 3.25rem;
}

.suggestion__item-note {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
	padding-left: 1em;
	text-indent: -1em;
}

.suggestion__item--02 .suggestion__item-note {
	padding-left: 2em;
	text-indent: -2em;
}

.suggestion__item-list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.suggestion__item-list-text {
	padding: 2.5rem 1.875rem;
}

.suggestion__item-list li:nth-child(1) .suggestion__item-list-text,
.suggestion__item-list li:nth-child(2) .suggestion__item-list-text,
.suggestion__item-list li:nth-child(3) .suggestion__item-list-text {
	height: 19.125rem;
}

.suggestion__item-list li:nth-child(4) .suggestion__item-list-text {
	height: 21.625rem;
}

.suggestion__item-list-text p {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.suggestion__item-list-text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.5rem;
	margin-top: 1.25rem;
	padding-left: 0.25rem;
	padding-top: 1.25rem;
}

.suggestion__item-list-text ul li {
	font-size: 1.5rem;
	line-height: 1.6666666667;
	padding-left: 0.75rem;
}

.suggestion__item-list-text ul li::before {
	margin-top: 1rem;
	width: 0.5rem;
}

.suggestion__item-support {
	margin-top: 3.5rem;
}

.suggestion__item-support-text {
	font-size: 1.8125rem;
	letter-spacing: 0.04em;
	line-height: 1.6206896552;
}

.suggestion__item-support-image {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}

.suggestion__item-support-image picture {
	display: block;
	width: 76.5625rem;
}

.suggestion__item-support-image img {
	height: auto;
	width: 100%;
}

.suggestion__item--03 .suggestion__item-heading {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.75rem;
	max-width: 31.4375rem;
}

.suggestion__driver-content--01 .suggestion__driver-content-text {
	left: 0rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 27.5rem;
	top: 0;
	width: 100%;
}

.suggestion__driver-content--02 .suggestion__driver-content-text {
	left: 0rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 37.375rem;
	top: 0;
	width: 100%;
}

.suggestion__driver-content-text-heading {
	font-size: 2rem;
	letter-spacing: 0.04em;
	line-height: 1.6785714286;
}

.suggestion__driver-content-text-text {
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	margin-top: 0.375rem;
}

.suggestion__driver-content-text-note {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.worry {
	padding-top: 3.125rem;
}

.worry__title {
	max-width: 27.8125rem;
}

.worry__item-list {
	gap: 3.75rem;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-top: 3rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.worry__item {
	padding: 3.4375rem 1.875rem 3.75rem;
}

.worry__item img {
	height: 7.6875rem;
}

.worry__item p {
	font-size: 2.0625rem;
	letter-spacing: 0.06em;
	line-height: 1.4545454545;
	margin-top: 3rem;
}

.worry__arrow {
	margin-top: 3.125rem;
	max-width: 4.5625rem;
}

.worry__text {
	margin-top: 3rem;
	max-width: 41.25rem;
}

.worry__image {
	margin-top: 3.5rem;
}

.worry__image-inner {
	max-width: 44.3125rem;
}

.worry__hand {
	background-image: url(../images/worry-bottom-image-hand-sp@2x.webp);
	background-size: cover;
	height: 5.8125rem;
}

.worry__wave {
	aspect-ratio: 750/86;
	height: auto;
}

.about {
	padding-top: 4.375rem;
}

.about__inner {
	padding-bottom: 8.5rem;
}

.about__title {
	max-width: 28.75rem;
}

.about__content {
	padding: 3.75rem 2.5rem 2.5rem;
}

.about__content--01::before {
	aspect-ratio: 323/477;
	background-image: url(../images/shima-image-001-sp@2x.webp);
	bottom: 2.5rem;
	right: 1.625rem;
	width: 20.1875rem;
}

.about__content--01 h3 {
	max-width: 31.25rem;
}

.about__content p {
	font-size: 1.6875rem;
	line-height: 1.6666666667;
}

.about__content-image {
	max-width: 100%;
}

.about__container {
	gap: 3.75rem;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.about__content--02 h3 {
	max-width: 25.3125rem;
}

.about__content--03 h3 {
	max-width: 25.5625rem;
}

.about dl {
	justify-content: flex-start;
	margin-top: 1.5rem;
}

.about dt,
.about dd {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.footer {
	background-image: url(../images/footer-bg-sp@2x.webp);
}

.footer__content-text {
	max-width: 34rem;
}

.footer__content-list {
	gap: 1.75rem;
	grid-template-columns: 32.6875rem;
	margin-top: 3rem;
}

.footer__content-image {
	margin-right: -1.875rem;
	margin-top: 0.5rem;
	max-width: 45rem;
}

.footer__copy {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.header__inner {
	padding: 2.5rem 0 0 2.5rem;
}

.header__logo {
	max-width: 23.625rem;
}

.header__button-wrapper {
	display: none;
}

.inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

}

@media (max-width: 750px) {

html {
	font-size: 2.1333333333vw;
}

}


/*# sourceMappingURL=style.css.map */
