html {
	font-size: 10px;
}

body {
	background: #fff;
	color: #231815;
	font-family: "Noto Sans JP", Arial, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS ゴシック", sans-serif;
	font-weight: 400;
}

body.is-navOpen {
	overflow: hidden;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	opacity: 0.7;
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

*,
*::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 */

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

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;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer__img {
	height: 72rem;
}

.footer__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.footer__inner {
	display: flex;
	gap: 13rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 164rem;
	padding: 16rem 4rem 19rem;
}

.footer__logo {
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 2.5rem;
	width: 50.6rem;
}

.footer__nav {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.footer__navWrap {
	display: flex;
	gap: 9rem;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__link {
	font-size: 2.4rem;
	font-weight: 500;
}

.footer__link .--pt {
	font-size: 1.8rem;
}

.footer__link:hover {
	color: #036eb7;
	font-weight: 600;
	opacity: 1;
}

.footer__link.--lang:hover {
	font-weight: 500;
}

.footer__copyright {
	font-size: 1.8rem;
	max-width: 192rem;
	padding: 0 6rem 2rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #036eb7;
	border-radius: 0.9rem;
	height: 9.6rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 180rem;
	padding: 0 5.4rem;
	position: fixed;
	right: 0;
	top: 3.2rem;
	width: calc(100% - 11rem);
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
}

.header__logo {
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: 38.1rem;
	padding-top: 2rem;
	width: 20%;
}

.header__logo.--pt {
	max-width: 46.8rem;
	min-width: 46.8rem;
	padding-top: 1rem;
	width: 30%;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 164rem;
	padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	overflow: hidden;
}

/*
 * l-pageSec
 * -------------------------------------------------------------
 */

.l-pageSec {
	padding-bottom: 12rem;
	padding-top: 13rem;
}

.l-pageSec:nth-child(2n-1) {
	background: #f7f7f7;
}

.l-pageSec.--faq {
	padding-bottom: 30rem;
}

/*
 * l-rule
 * -------------------------------------------------------------
 */

.l-rule {
	padding: 15rem 0 16rem;
}

.safety .l-rule {
	padding: 13rem 0 5.5rem;
}

.l-rule.--bg {
	background: #f7f7f7;
}

.l-rule.--rule7 {
	padding-bottom: 34rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	align-items: center;
	background: #bcd6e7;
	border-radius: 50%;
	display: none;
	flex-direction: column;
	gap: 0.8rem;
	height: 6rem;
	justify-content: center;
	position: relative;
	position: fixed;
	right: 6.2rem;
	top: 4.7rem;
	width: 6rem;
	z-index: 1000;
}

.burger span {
	background: #003366;
	display: block;
	height: 0.4rem;
	transition: all 0.2s;
	width: 3rem;
}

.burger span.is-active {
	position: absolute;
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	align-items: center;
	background: #036EB7;
	border-radius: 2.4rem;
	display: flex;
	height: 7.2rem;
	justify-content: center;
	max-width: 48rem;
}

.c-btnDl {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	gap: 1.5rem;
	justify-content: center;
}

.c-btnDl:hover {
	opacity: 1;
}

.c-btnDl::before {
	background: url(./../images/map/icon_dl.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.5rem;
	width: 3.6rem;
}

/*
 * c-langSwitch
 * -------------------------------------------------------------
 */

.c-langSwitch {
	display: flex;
	gap: 3rem;
}

.c-langSwitch__btn {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 2rem;
	font-weight: 700;
	height: 3.6rem;
	justify-items: center;
	line-height: 1;
	min-width: 3.6rem;
	place-items: center;
	width: 3.6rem;
}

.c-langSwitch__btn.is-current {
	background: #fff;
	color: #036eb7;
}

.c-langSwitch.--spFloat {
	display: none;
	flex-direction: column;
	gap: 1.8rem;
	margin-left: 0;
	padding-left: 0;
	position: fixed;
	right: -0.7rem;
	top: 18rem;
	z-index: 10;
}

.c-langSwitch.--spFloat .c-langSwitch__btn {
	align-items: center;
	border-radius: 0.5rem;
	color: #231815;
	display: grid;
	font-size: 2.2rem;
	font-weight: 700;
	height: 5.8rem;
	justify-items: center;
	line-height: 1;
	place-items: center;
	width: 6.5rem;
}

/*
 * c-ruleBtn
 * -------------------------------------------------------------
 */

.c-ruleBtn {
	display: none;
}

.c-ruleBtn__inner {
	align-items: center;
	background: #036eb7;
	border-radius: 0.5rem;
	color: #fff;
	display: grid;
	font-size: 2.3rem;
	font-weight: 600;
	height: 13rem;
	justify-items: center;
	place-items: center;
	text-align: center;
	width: 6.5rem;
	writing-mode: vertical-rl;
}

/*
 * nav
 * -------------------------------------------------------------
 */

:root {
	--navDur: .32s;
	--navEase: cubic-bezier(.2, .9, .2, 1);
}

.nav {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 9rem;
	justify-content: flex-end;
}

.nav.is-active {
	-webkit-overflow-scrolling: touch;
	height: 60rem;
	max-height: 60rem;
	opacity: 1;
	pointer-events: auto;
	transition: max-height 0.55s ease, padding 0.1s ease, opacity 0.2s ease, visibility 0s;
	visibility: visible;
}

.nav__inner {
	display: contents;
}

.nav__left {
	display: contents;
}

.nav__right {
	display: none;
}

.nav__logo {
	display: none;
	max-width: 41.1rem;
}

.nav__logo.--pt {
	margin-right: calc(50% - 50vw);
	max-width: 50.7rem;
}

.nav__list {
	display: flex;
	gap: 6.5rem;
}

.nav__item {
	position: relative;
}

.nav__item.active::after {
	background: #ffde00;
	border-radius: 50%;
	bottom: -2.5rem;
	content: "";
	display: block;
	height: 1.4rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.4rem;
}

.nav__item.--lang.active::after {
	bottom: -2rem;
}

.nav__link {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
}

.nav__link .--lang {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.4rem;
}

.navOverlay {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.18);
	bottom: 0;
	left: 0; /* nav(100)より下、本文より上 */
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	visibility: hidden;
	z-index: 90;
}

.navOverlay.is-active {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.25s ease, visibility 0s;
	visibility: visible;
}

/*
 * basic
 * -------------------------------------------------------------
 */

.basic {
	background: #d7eef9;
	padding: 17rem 0 14rem;
}

.basic__secTtl {
	align-items: center;
	display: flex;
	gap: 6rem;
}

.basic__secTtlJa {
	color: #3E3A39;
	font-size: 7.8rem;
	font-weight: 600;
}

.basic__secTtlEng {
	display: inline-block;
	font-size: 3.6rem;
	text-transform: capitalize;
}

.basic__list {
	grid-gap: 5.5rem;
	display: grid;
	gap: 5.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 8.5rem;
}

.basic__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.basic__num {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #D7EEF9;
	display: inline-block;
	display: grid;
	font-size: 10.8rem;
	font-weight: 300;
	height: 13.5rem;
	justify-items: center;
	padding-bottom: 1rem;
	place-items: center;
	width: 13.5rem;
}

.basic__ttl {
	color: #3E3A39;
	font-size: 3.6rem;
	font-weight: 600;
	margin-top: 4rem;
}

.basic__ttl.--en,
.basic__ttl.--pt {
	height: 2.4em;
}

.basic__ttl.--pt span {
	display: inline-block;
}

.basic__text {
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1.75;
	margin-top: 2.8rem;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	align-items: center;
	background: url(./../images/top/fv.webp) no-repeat center/cover;
	display: grid;
	height: 100vh;
	justify-items: center;
	max-height: 92.5rem;
	min-height: 78rem;
	place-items: center;
	position: relative;
}

.fv__inner {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 180rem;
	padding: min(22.6rem, 19.5vh) 5rem 0;
	width: 100%;
}

.fv__body {
	align-items: center;
	display: flex;
	gap: 10rem;
	justify-content: space-between;
}

.fv__ttl {
	color: #fff;
	font-size: 6.2rem;
	font-weight: 500;
	margin-right: calc(50% - 50vw);
	padding-left: 5rem;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.fv__siteNav {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3.2rem;
	margin-right: 9.6rem;
	max-width: 54rem;
	min-width: 54rem;
	position: relative;
	z-index: 2;
}

.fv__siteNavLink {
	align-items: center;
	background: #fff;
	border-radius: 2.8rem;
	color: #036eb7;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0.5rem 0.5rem 0.5rem 2.9rem;
	position: relative;
	transition: background 0.1s;
}

.fv__siteNavLink::before {
	border-bottom: 0.3rem solid #fff;
	border-right: 0.3rem solid #fff;
	content: "";
	display: block;
	height: 1.1rem;
	position: absolute;
	right: 1.9rem;
	top: 47%;
	transform: translateY(-50%) rotate(45deg);
	width: 1.1rem;
}

.fv__siteNavLink::after {
	background: #036eb7;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3.85rem;
	margin-left: auto;
	min-width: 3.85rem;
	width: 3.85rem;
}

.fv__siteNavItem:first-child .fv__siteNavLink {
	background: #036eb7;
	color: #fff;
}

.fv__siteNavItem:first-child .fv__siteNavLink::before {
	border-color: #036eb7;
}

.fv__siteNavItem:first-child .fv__siteNavLink::after {
	background: #fff;
}

.fv__siteNavLink:hover {
	background: #036eb7;
	color: #fff;
	opacity: 1;
}

.fv__siteNavLink:hover::before {
	border-color: #036eb7;
}

.fv__siteNavLink:hover::after {
	background: #fff;
}

.fv__siteNavLink.--en {
	align-items: center;
	display: flex;
	font-size: 2rem;
	height: 5.6rem;
}

.fv__siteNavLink.--en::before {
	top: 42%;
}

.fv__siteNavLink.--en span {
	font-size: 2.4rem;
}

.fv__siteNavLink.--en .brSp,
.fv__siteNavLink.--pt .brSp {
	display: none;
}

.fv__siteNavLink.--pt {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	height: 5.6rem;
}

.fv__siteNavLink.--pt span {
	font-size: 2.4rem;
}

/*
 * map
 * -------------------------------------------------------------
 */

.map {
	padding: 20rem 0;
}

.map__btn {
	align-items: center;
	background: #036EB7;
	border-radius: 2.4rem;
	display: flex;
	height: 7.2rem;
	justify-content: center;
	margin: 11rem auto 0;
	max-width: 48rem;
}

.map__btnDl {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	gap: 1.5rem;
	justify-content: center;
}

.map__btnDl:hover {
	opacity: 1;
}

.map__btnDl::before {
	background: url(./../images/map/icon_dl.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.5rem;
	width: 3.6rem;
}

/*
 * news
 * -------------------------------------------------------------
 */

.news {
	bottom: 6.6rem;
	max-width: 170rem;
	padding: 0 7rem;
	position: absolute;
	width: 100%;
}

.news__inner {
	background: #fff;
	border: 1px solid #036EB7;
	border-radius: 0.9rem;
	display: flex;
	gap: 4.5rem;
	max-width: 64rem;
	min-width: 330px;
	padding: 4rem 2.8rem 4.4rem 4.5rem;
}

.news__head {
	color: #3E3A39;
	font-size: 3rem;
	font-weight: 700;
	text-transform: capitalize;
}

.news__list {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	padding-top: 1.3rem;
}

.news__content {
	display: flex;
	flex: 1;
	font-size: max(12px, 1.4rem);
	gap: 1em;
}

.news__ttl {
	line-height: 1.4;
}

.news__ttl .u-pc {
	display: inline-block;
}

/*
 * pageHead
 * -------------------------------------------------------------
 */

.pageHead {
	background: #d7eef9;
	height: 39rem;
	padding-bottom: 7rem;
}

.pageHead__inner {
	align-items: flex-end;
	display: flex;
	height: 100%;
}

.pageHead__ttl {
	font-size: 7.8rem;
	font-weight: 700;
}

/*
 * pageSec
 * -------------------------------------------------------------
 */

.pageSec__body {
	margin-top: 7rem;
}

.pageSec__textWrap {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.pageSec__text {
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1.75;
	text-indent: 1em;
}

.pageSec__text.--rvw {
	margin-right: calc(50% - 50vw);
}

.pageSec__activities {
	display: flex;
	gap: 23rem;
	justify-content: center;
	margin-top: 9rem;
}

.pageSec__activitie {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.pageSec__activitieNum {
	align-items: center;
	background: #d7eef9;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	display: grid;
	font-size: 10.8rem;
	font-weight: 300;
	height: 13.5rem;
	justify-items: center;
	padding-bottom: 1rem;
	place-items: center;
	width: 13.5rem;
}

.pageSec__activitieTtl {
	color: #3E3A39;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
}

.pageSec__numLists {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	margin-top: 2.5rem;
	padding-left: 8rem;
}

.pageSec__numList {
	font-size: 2.4rem;
	line-height: 1.75;
}

.pageSec__orgs {
	display: flex;
	flex-direction: column;
	gap: 11rem;
	margin-top: 12rem;
}

.pageSec__orgsGroupe {
	border-bottom: 1px solid #231815;
	display: flex;
	flex-direction: column;
	gap: 6.5rem;
	padding: 0 3rem 7rem;
}

.pageSec__orgsGroupe:last-child {
	border: 0;
}

.pageSec__orgsTtl {
	align-items: center;
	display: flex;
	font-size: 3.6rem;
	gap: 0.8rem;
}

.pageSec__orgsTtl::before {
	content: "●";
}

.pageSec__orgsLists {
	grid-gap: 2rem 0;
	display: grid;
	gap: 2rem 0;
	grid-template-columns: 527fr 527fr 450fr;
}

.pageSec__orgsLists.--col2 {
	display: grid;
	grid-template-columns: 791fr 744fr;
}

.pageSec__orgsList {
	font-size: 2.4rem;
	line-height: 1.75;
}

.pageSec__orgsList ol {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}

.pageSec__linkLists {
	display: flex;
	flex-direction: column;
	gap: 13rem;
}

.pageSec__linkList {
	display: flex;
	gap: 1em;
}

.pageSec__linkList::before {
	content: "●";
	font-size: 3.6rem;
	line-height: 1.75;
}

.pageSec__linkList:hover {
	color: #036eb7;
	opacity: 1;
}

.pageSec__link {
	font-feature-settings: "palt";
	font-size: 3.6rem;
	line-height: 1.75;
}

.pageSec__link dl {
	display: flex;
	gap: 1em;
}

.pageSec__link dt {
	min-width: -moz-fit-content;
	min-width: fit-content;
}

/*
 * rule
 * -------------------------------------------------------------
 */

.rule__head {
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.rule__ttl {
	color: #036EB7;
	font-size: 7.2rem;
	font-weight: 600;
}

.rule__ttl .--brPt {
	display: none;
}

.rule__num {
	align-items: center;
	background: #036eb7;
	border-radius: 2.4rem;
	color: #fff;
	display: grid;
	font-size: 3rem;
	height: 4.8rem;
	justify-items: center;
	place-items: center;
	text-transform: capitalize;
	width: 15rem;
}

.rule__body {
	margin-top: 7rem;
}

.rule__lead {
	font-size: 2.3rem;
	line-height: 1.75;
	margin-bottom: 3rem;
	max-width: 72rem;
}

.rule__flex {
	display: flex;
	gap: 4rem;
	justify-content: space-between;
}

.rule__list {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 74rem;
}

.rule__flex:not(:has(img)) .rule__list {
	max-width: 100%;
}

.rule__left {
	flex: 1;
	max-width: 74rem;
}

.rule__listText {
	display: flex;
	font-size: 2.3rem;
	gap: 0.3rem;
	line-height: 1.8260869565;
}

.rule__listText::before {
	content: "●";
}

.rule__img {
	max-width: 75rem;
}

.rule__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.rule__img.--lg {
	max-width: 100%;
}

.rule__img.--sm {
	margin-right: 12rem;
	max-width: 45.6rem;
}

.rule__box {
	align-items: center;
	border: 0.4rem solid #2CA6E0;
	display: flex;
	gap: 6.5rem;
	margin-top: 6.7rem;
	padding: 6rem;
}

.rule__boxLists {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2rem;
	max-width: 66rem;
}

.rule__boxListTtl,
.rule__boxListText {
	font-size: 2.1rem;
	line-height: 1.7619047619;
}

.rule__boxListTtl::before {
	content: "●";
}

.rule__boxListText {
	padding-left: 1.6em;
}

.rule__boxItems {
	grid-gap: 3.5rem 2rem;
	display: grid;
	flex: 1;
	gap: 3.5rem 2rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 70rem;
}

.rule__boxItemTtl {
	background: #231815;
	border-radius: 1.7rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 0.2rem 2.5rem 0.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.rule__boxItemImg {
	margin-top: 1.2rem;
}

.rule__boxItem:nth-child(1) .rule__boxItemImg,
.rule__boxItem:nth-child(2) .rule__boxItemImg {
	margin-top: 0.6rem;
}

.rule__boxListItem {
	display: none;
}

.rule__boxList:nth-child(1) .rule__boxListItem,
.rule__boxList:nth-child(2) .rule__boxListItem {
	gap: 1rem;
}

.rule__boxListCaption {
	background: #231815;
	border-radius: 2.4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 0.5rem 3rem 0.7rem;
	width: -moz-fit-content;
	width: fit-content;
}

/* アニメON時の変数 */

.rule__ttl.is-active {
	--opacity: 1;
	--scale: 1;
}

/* 1文字 */

.rule__ttl .char {
	display: inline-block;
	opacity: 0;
	opacity: var(--opacity, 0);
	transform: scale(0);
	transform: scale(var(--scale, 0));
	transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-delay: calc(0.016s * var(--char-index));
	transition-delay: calc(var(--stagger, 0.016s) * var(--char-index));
}

.rule__btn {
	margin: 11rem auto 3rem;
}

/*
 * sfBasic
 * -------------------------------------------------------------
 */

.sfBasic__ttl {
	line-height: 1.6;
	text-align: center;
}

.sfBasic__lead {
	font-size: 2.3rem;
	line-height: 1.75;
	margin-top: 7rem;
}

.sfBasic .basic__list {
	margin-top: 12.5rem;
}

.sfBasic__text {
	margin-right: auto;
}

.sfBasic__list {
	margin-top: 0.5rem;
}

.sfBasic__listText {
	display: flex;
	margin-top: 0;
}

.sfBasic__listText::before {
	content: "●";
}

.sfBasic__img {
	margin: 4.5rem auto 0;
	max-width: 34.5rem;
}

/*
 * sfFv
 * -------------------------------------------------------------
 */

.sfFv {
	background: url(./../images/safety/fv.webp) no-repeat center/cover;
}

.sfFv__ttl {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding-top: 10rem;
}

.sfFv__ttl span {
	display: block;
}

.sfFv__ttl.--en {
	margin-top: 5rem;
}

/*
 * sfIntro
 * -------------------------------------------------------------
 */

.sfIntro {
	padding: 17rem 0 15rem;
}

.sfIntro__ttl {
	font-size: 7.8rem;
	font-weight: 600;
	line-height: 1.5384615385;
}

.sfIntro__ttl span {
	font-size: 4.8rem;
}

.sfIntro__ttl.--en {
	line-height: 1;
}

.sfIntro__text {
	font-size: 2.3rem;
	line-height: 1.75;
	margin-top: 8rem;
}

/*
 * u-animationTtl
 * -------------------------------------------------------------
 */

/* アニメON時の変数 */

/*
 * u-fadein
 * -------------------------------------------------------------
 */

.u-fadein {
	opacity: 0;
	transform: translateX(4rem);
	transition: all 0.4s ease-out;
}

.u-fadein.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

@media screen and (min-width: 1025px) {

a[href^="tel:"] {
	pointer-events: none;
}

}

@media screen and (max-width: 1680px) {

html {
	font-size: 0.5952vw;
}

}

@media screen and (max-width: 900px) {

html {
	font-size: 0.93vw;
}

.footer__img {
	height: 43.2rem;
}

.footer__inner {
	flex-direction: column;
	gap: 8.8rem;
	padding: 9rem 5.4rem 13.8rem;
}

.footer__logo {
	font-size: 2.2rem;
	padding-top: 0;
	width: auto;
}

.footer__nav {
	flex-wrap: wrap;
	gap: 3rem 0;
	justify-content: flex-start;
}

.footer__navWrap {
	flex-direction: column;
	gap: 3rem;
	max-width: 44.8rem;
	width: 100%;
}

.footer__list {
	gap: 3rem;
}

.footer__link {
	font-size: 1.6rem;
}

.footer__link .--pt {
	font-size: 1.2rem;
}

.footer__copyright {
	font-size: 1.3rem;
	max-width: 100%;
	padding: 0 1.6rem 3.2rem;
}

.header {
	border-radius: 1.6rem;
	padding: 1rem 2.4rem 0 5rem;
	position: absolute;
	top: 3rem;
	width: calc(100% - 6rem);
}

.header__inner {
	justify-content: space-between;
}

.header__logo {
	max-width: 41.1rem;
	min-width: auto;
	padding-top: 0;
	width: 100%;
}

.header__logo.--pt {
	max-width: 50.5rem;
	min-width: auto;
	padding-top: 0;
	width: 100%;
}

.l-pageSec {
	padding-bottom: 7.5rem;
	padding-top: 8.3rem;
}

.l-rule {
	padding: 9rem 0 9.6rem;
}

.safety .l-rule {
	padding: 8rem 0 3.5rem;
}

.l-rule.--rule7 {
	padding-bottom: 20rem;
}

.burger {
	display: flex;
}

.c-langSwitch {
	gap: 3.1rem;
	margin-top: 7rem;
	padding-left: 2.4rem;
}

.c-langSwitch.--lang {
	margin-top: 7rem;
}

.c-langSwitch__btn {
	font-size: 2.6rem;
	height: 4.3rem;
	min-width: auto;
	width: 4.3rem;
}

.c-langSwitch.--spFloat {
	display: flex;
}

.c-langSwitch.--spFloat .c-langSwitch__btn.--jp {
	display: none;
}

.c-langSwitch.--spFloat .c-langSwitch__btn.--pt {
	background: #faed00;
}

.c-langSwitch.--spFloat .c-langSwitch__btn.--en {
	background: #e50012;
}

.nav {
	-webkit-overflow-scrolling: touch;
	align-items: flex-start;
	background: #036EB7;
	border-radius: 2.6rem;
	bottom: 0;
	flex-direction: column;
	gap: 9.4rem;
	height: 0;
	justify-content: start;
	left: 50%;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 2.5rem 5rem 7.8rem;
	pointer-events: none;
	position: fixed;
	top: 10rem;
	top: 3rem;
	transform: translateX(-50%);
	transition: all 0.6s;
	transition: height 0.55s ease, padding 0.55s ease;
	transition: max-height 0.1s ease, padding 0.55s ease, opacity 0.2s ease, visibility 0s linear 0.55s;
	visibility: hidden;
	width: calc(100% - 5.8rem);
	z-index: 100;
}

.nav__inner {
	display: flex;
	gap: 5rem;
}

.nav__left {
	display: flex;
	flex-direction: column;
	gap: 5.4rem;
}

.nav__right {
	display: block;
	padding-top: 10.5rem;
}

.nav__logo {
	display: block;
}

.nav__list {
	flex-direction: column;
	gap: 3.3rem;
	padding-left: 2.4rem;
}

.nav__item {
	width: -moz-fit-content;
	width: fit-content;
}

.nav__item.active::after {
	bottom: auto;
	left: auto;
	right: -2.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.nav__link {
	font-size: 2.4rem;
	line-height: 1.3;
}

.nav__link .--lang {
	font-size: 1.4rem;
}

.basic {
	padding: 10.2rem 0 8.4rem;
}

.basic__secTtl {
	gap: 3.6rem;
}

.basic__secTtlJa {
	font-size: 4.7rem;
}

.basic__secTtlEng {
	font-size: 2.2rem;
}

.basic__list {
	gap: 0;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 5.4rem;
	max-width: 79rem;
}

.basic__item {
	align-items: center;
	border-top: 0.2rem solid #fff;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
	padding: 3.6rem 0 3.1rem;
}

.basic__item:first-child {
	border: none;
	padding-top: 0;
}

.basic__num {
	font-size: 6.5rem;
	height: 8.1rem;
	width: 8.1rem;
}

.basic__ttl {
	font-size: 2.9rem;
	line-height: 1.2;
	margin-top: 0;
}

.basic__text {
	font-size: 2.2rem;
	line-height: 1.75;
	margin-top: 0;
}

.fv {
	background: url(./../images/top/fv_sp.webp) no-repeat top/cover;
	background-position-y: -55rem;
	height: 100%;
	max-height: 100%;
	min-height: auto;
}

.fv__inner {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	padding: 16rem 0 0 0;
}

.fv__body {
	align-items: flex-start;
	flex-direction: column;
	gap: 3rem;
	margin-left: auto;
	max-width: 81rem;
	padding-bottom: 23rem;
	position: relative;
	right: -11.2rem;
	width: 100%;
}

.fv__ttl {
	font-size: 4.7rem;
	font-weight: 600;
	line-height: 1.75;
	padding-left: 2.1rem;
}

.fv__siteNav {
	gap: 3.6rem;
	margin-right: 0;
	max-width: 55rem;
	min-width: auto;
	width: 100%;
}

.fv__siteNavLink {
	border-radius: 4.3rem;
	font-size: 2.7rem;
	padding: 0.9rem 0.9rem 0.9rem 2.8rem;
}

.fv__siteNavLink::before {
	border-width: 0.4rem;
	height: 1.3rem;
	right: 2.4rem;
	top: 48%;
	width: 1.3rem;
}

.fv__siteNavLink::after {
	height: 4.3rem;
	min-width: 4.3rem;
	width: 4.3rem;
}

.fv__siteNavLink.--en {
	font-size: 2.25rem;
}

.fv__siteNavLink.--en span {
	font-size: 2.7rem;
}

.fv__siteNavLink.--pt {
	font-size: 2rem;
}

.fv__siteNavLink.--pt span {
	font-size: 2.7rem;
}

.news {
	bottom: 0;
	max-width: 100%;
	padding: 0;
}

.news__inner {
	border: none;
	border-radius: 0;
	flex-direction: column;
	gap: 2.7rem;
	max-width: 100%;
	padding: 2.6rem 4.8rem 3.9rem 2.9rem;
}

.news__head {
	font-size: 4.3rem;
}

.news__list {
	gap: 0.9rem;
	padding-left: 2.5rem;
	padding-top: 0;
}

.news__content {
	font-size: 2.2rem;
}

.news__ttl .u-pc {
	display: none;
}

.pageHead {
	height: 32rem;
	padding-bottom: 5rem;
}

.pageHead__ttl {
	font-size: 4.9rem;
}

.pageSec__body {
	margin-top: 4.4rem;
}

.pageSec__text {
	font-size: 2.2rem;
}

.pageSec__text.--rvw {
	margin-right: 0;
}

.pageSec__activities {
	gap: 12rem;
	margin-top: 5.4rem;
}

.pageSec__activitieNum {
	font-size: 6.5rem;
	height: 8.1rem;
	width: 8.1rem;
}

.pageSec__activitieTtl {
	font-size: 2.9rem;
	line-height: 1.2;
}

.pageSec__numList {
	font-size: 2.2rem;
}

.pageSec__orgs {
	gap: 7rem;
	margin-top: 7.5rem;
}

.pageSec__orgsGroupe {
	gap: 4rem;
	padding: 0 2rem 4.5rem;
}

.pageSec__orgsTtl {
	font-size: 2.9rem;
}

.pageSec__orgsLists {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 5rem;
}

.pageSec__orgsLists.--col2 {
	grid-template-columns: 1fr;
}

.pageSec__orgsList {
	font-size: 2.2rem;
	min-width: 27rem;
	width: calc(50% - 5rem);
}

.pageSec__orgsLists.--col2 .pageSec__orgsList {
	width: 100%;
}

.pageSec__linkLists {
	gap: 8rem;
}

.pageSec__linkList::before {
	font-size: 2.9rem;
}

.pageSec__link {
	font-size: 2.9rem;
}

.rule__head {
	gap: 1.2rem;
}

.rule__ttl {
	font-size: 3.5rem;
	line-height: 1.75;
}

.rule__num {
	font-size: 2rem;
	height: 3rem;
	width: 10rem;
}

.rule__body {
	margin-top: 2.4rem;
}

.rule__lead {
	font-size: 2.2rem;
	line-height: 1.75;
}

.rule__flex {
	flex-direction: column;
	gap: 3.6rem;
}

.rule__list {
	gap: 0;
	gap: 1.5rem;
	max-width: 90%;
}

.rule__left {
	max-width: 90%;
}

.rule__listText {
	font-size: 2.2rem;
	line-height: 1.75;
}

.rule__img {
	margin-left: auto;
	margin-right: auto;
}

.rule__box {
	margin-top: 7rem;
	padding: 2.5rem 1.8rem 5.1rem;
}

.rule__boxLists {
	gap: 5.6rem;
	max-width: 100%;
}

.rule__boxList {
	display: flex;
	flex-direction: column;
}

.rule__boxListTtl,
.rule__boxListText {
	font-size: 2.2rem;
	line-height: 1.75;
}

.rule__boxListText {
	padding-left: 1em;
}

.rule__boxItems {
	display: none;
}

.rule__boxListItem {
	display: flex;
	flex-direction: column;
	gap: 3.7rem;
	margin-top: 5rem;
}

.sfBasic__lead {
	font-size: 2.2rem;
	line-height: 1.75;
	margin-top: 4rem;
}

.sfBasic .basic__list {
	margin-top: 7.8rem;
}

.sfBasic__text {
	width: 100%;
}

.sfBasic__img {
	margin-top: 2.7rem;
}

.sfFv {
	background: url(./../images/safety/fv.webp) no-repeat center/cover;
}

.sfFv__ttl {
	gap: 0;
	padding-top: 0;
}

.sfIntro {
	padding: 10rem 0 9rem;
}

.sfIntro__ttl {
	font-size: 3.5rem;
	line-height: 1.75;
}

.sfIntro__ttl span {
	font-size: 2.2rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

@media screen and (max-width: 767px) {

html {
	font-size: 10px;
}

.footer__img {
	height: 25rem;
}

.footer__img img {
	-o-object-position: 16%;
	object-position: 16%;
}

.footer__inner {
	gap: 5.1rem;
	padding: 5.2rem 3.1rem 8rem;
}

.footer__logo {
	font-size: 1.6rem;
}

.footer__nav {
	gap: 1.7rem 4rem;
}

.footer__navWrap {
	gap: 1.7rem;
	max-width: 15.6rem;
}

.footer__navWrap.--en,
.footer__navWrap.--pt {
	max-width: 19rem;
}

.footer__list {
	gap: 1.7rem;
}

.footer__link {
	font-size: 1.2rem;
}

.footer__link .--pt {
	font-size: 1rem;
}

.footer__copyright {
	font-size: 0.9rem;
	padding: 0 1rem 1.9rem;
}

.footer__copyright p {
	margin-right: calc(50% - 50vw);
}

.header {
	border-radius: 0.9rem;
	height: 4.4rem;
	padding: 0.3rem 0.8rem 0 1.7rem;
	top: 1rem;
	width: calc(100% - 2rem);
}

.header__logo {
	max-width: 19.8rem;
}

.header__logo.--pt {
	max-width: 24.4rem;
}

.l-inner {
	padding: 0 3rem;
}

.l-pageSec {
	padding-bottom: 4.3rem;
	padding-top: 4.8rem;
}

.l-pageSec.--faq {
	padding-bottom: 10rem;
}

.l-rule {
	padding: 5.2rem 0 5.6rem;
}

.safety .l-rule {
	padding: 4.5rem 0 3rem;
}

.l-rule.--rule7 {
	padding-bottom: 6rem;
}

.burger {
	gap: 0.3rem;
	height: 2.4rem;
	height: 3rem;
	right: 1.8rem;
	top: 2rem;
	top: 1.7rem;
	width: 2.4rem;
	width: 3rem;
}

.burger span {
	height: 1px;
	width: 1.4rem;
}

.c-btn {
	border-radius: 1.2rem;
	height: 3.6rem;
	margin-top: 4rem;
	max-width: 26rem;
}

.c-btnDl {
	font-size: 1.2rem;
}

.c-btnDl::before {
	height: 1.7rem;
	width: 1.8rem;
}

.c-langSwitch {
	gap: 1.8rem;
	margin-top: 3rem;
	padding-left: 1.4rem;
}

.c-langSwitch.--lang {
	margin-top: 2rem;
}

.c-langSwitch__btn {
	font-size: 1.4rem;
	height: 2.7rem;
	width: 2.7rem;
}

.c-langSwitch.--spFloat {
	gap: 1rem;
	right: -0.4rem;
	top: 8.3rem;
}

.c-langSwitch.--spFloat .c-langSwitch__btn {
	border-radius: 0.4rem;
	font-size: 1.4rem;
	height: 3.3rem;
	width: 3.75rem;
}

.c-ruleBtn__inner {
	border-radius: 0.4rem;
	font-size: 1.2rem;
	height: 7.5rem;
	width: 3.75rem;
}

.nav {
	border-radius: 0.9rem;
	gap: 5.4rem;
	padding: 1rem 1.7rem 2.7rem;
	top: 1rem;
	width: calc(100% - 2rem);
}

.nav.is-active {
	height: 36rem;
}

.nav__inner {
	gap: 1rem;
}

.nav__inner.--pt {
	gap: 2rem;
}

.nav__right {
	min-width: -moz-fit-content;
	min-width: fit-content;
	padding-top: 8.1rem;
}

.nav__logo {
	margin-right: calc(50% - 50vw);
	max-width: 19.8rem;
}

.nav__logo.--pt {
	max-width: 24.3rem;
}

.nav__list {
	gap: 1.9rem;
	padding-left: 0;
}

.nav__right .nav__list {
	padding-left: 0;
}

.nav__item.active::after {
	height: 1rem;
	left: -1.2rem;
	right: auto;
	top: 0.4rem;
	transform: none;
	transform: initial;
	width: 1rem;
}

.nav__item.--lang.active::after {
	bottom: auto;
}

.nav__link {
	font-size: 1.25rem;
}

.nav__link .--lang {
	font-size: 0.9rem;
	margin-top: 0.4rem;
}

.basic {
	padding: 6rem 0 4.9rem;
}

.basic__secTtl {
	gap: 2.1rem;
}

.basic__secTtlJa {
	font-size: 2.7rem;
}

.basic__secTtlEng {
	font-size: 1.3rem;
}

.basic__list {
	margin-top: 3.1rem;
	max-width: 100%;
}

.basic__item {
	border-width: 1px;
	gap: 1.8rem;
	padding: 2.1rem 0 1.8rem;
}

.basic__num {
	font-size: 3.5rem;
	height: 4.2rem;
	width: 4.2rem;
}

.basic__ttl {
	font-size: 1.7rem;
}

.basic__ttl.--en,
.basic__ttl.--pt {
	height: auto;
}

.basic__text {
	font-size: 1.4rem;
}

.basic.--pt .basic__item {
	align-items: center;
}

.basic.--pt .basic__ttl {
	line-height: 1.2;
	margin-top: 0;
}

.fv {
	background: url(./../images/top/fv_sp.webp) no-repeat bottom/cover;
	background-position-y: -10rem;
}

.fv__inner {
	height: 100dvh;
	padding-top: 7.2rem;
}

.fv__body {
	gap: 1.7rem;
	padding-bottom: 2.5rem;
}

.fv__ttl {
	font-size: 2.7rem;
	padding-left: 1.2rem;
}

.fv__siteNav {
	gap: 1.4rem;
	max-width: 40rem;
	position: static;
	top: auto;
}

.fv__siteNavLink {
	border-radius: 1.5rem;
	font-size: 1.6rem;
	padding: 0.3rem 0.6rem 0.3rem 1.6rem;
}

.fv__siteNavLink::before {
	border-width: 1px;
	height: 0.7rem;
	right: 1.5rem;
	width: 0.7rem;
}

.fv__siteNavLink::after {
	height: 2.5rem;
	min-width: 2.5rem;
	width: 2.5rem;
}

.fv__siteNavLink.--en {
	border-radius: 2rem;
	font-size: 1.3rem;
	height: 3.6rem;
}

.fv__siteNavLink.--en span {
	font-size: 1.3rem;
}

.fv__siteNavLink.--en span {
	font-size: 1.6rem;
}

.fv__siteNavLink.--en .brSp,
.fv__siteNavLink.--pt .brSp {
	display: block;
}

.fv__siteNavLink.--pt {
	border-radius: 2rem;
	font-size: 1.25rem;
	height: 3.6rem;
}

.fv__siteNavLink.--pt span {
	font-size: 1.3rem;
}

.fv__siteNavLink.--pt span {
	font-size: 1.6rem;
}

.map {
	padding: 8rem 0;
}

.map__btn {
	border-radius: 1.2rem;
	height: 3.6rem;
	margin-top: 4rem;
	max-width: 26rem;
}

.map__btnDl {
	font-size: 1.2rem;
}

.map__btnDl::before {
	height: 1.7rem;
	width: 1.8rem;
}

.news {
	bottom: 0;
	margin-top: auto;
	position: static;
}

.news__inner {
	gap: 1.4rem;
	padding: 1.4rem 2.8rem 2.3rem 1.7rem;
}

.news__head {
	font-size: 2.5rem;
}

.news__list {
	padding-left: 1em;
}

.news__content {
	font-size: 1.3rem;
}

.pageHead {
	height: 15rem;
	padding-bottom: 2.5rem;
}

.pageHead__ttl {
	font-size: 2.2rem;
	padding-left: 0;
}

.pageSec__body {
	margin-top: 1.5rem;
}

.pageSec__textWrap {
	gap: 2rem;
}

.pageSec__text {
	font-size: 1.4rem;
}

.pageSec__activities {
	flex-direction: column;
	gap: 1.8rem;
	margin-top: 3.1rem;
}

.pageSec__activitie {
	align-items: center;
	flex-direction: row;
	gap: 1.8rem;
}

.pageSec__activitieNum {
	font-size: 3.5rem;
	height: 4.2rem;
	width: 4.2rem;
}

.pageSec__activitieTtl {
	font-size: 1.7rem;
}

.pageSec__numLists {
	gap: 1rem;
	margin-top: 1.3rem;
	padding-left: 2rem;
}

.pageSec__numList {
	font-size: 1.4rem;
}

.pageSec__orgs {
	gap: 4rem;
	margin-top: 4.2rem;
}

.pageSec__orgsGroupe {
	gap: 2.5rem;
	padding: 0 1.2rem 2.5rem;
}

.pageSec__orgsTtl {
	font-size: 1.7rem;
}

.pageSec__orgsLists {
	gap: 1.5rem 2.8rem;
}

.pageSec__orgsList {
	font-size: 1.4rem;
}

.pageSec__linkLists {
	gap: 4.5rem;
}

.pageSec__linkList::before {
	font-size: 1.7rem;
}

.pageSec__link {
	font-size: 1.6rem;
}

.rule__head {
	gap: 0.7rem;
}

.rule__ttl {
	font-size: 2rem;
}

.rule__ttl.--en,
.rule__ttl.--pt {
	font-size: 1.9rem;
}

.rule__ttl span {
	display: inline-block;
}

.rule__ttl .--brEn {
	display: none;
}

.rule__ttl .--brPt {
	display: block;
}

.rule__num {
	border-radius: 0.8rem;
	font-size: 1.1rem;
	height: 1.8rem;
	width: 5.4rem;
}

.rule__body {
	margin-top: 1.4rem;
}

.rule__lead {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.rule__flex {
	gap: 2rem;
}

.rule__list {
	gap: 0.9rem;
}

.safety .rule__list {
	width: 100%;
}

.rule__listText {
	font-size: 1.4rem;
}

.rule__img {
	max-width: 26rem;
}

.rule__img.--sm {
	margin: 0 auto;
	max-width: 16rem;
}

.rule__box {
	margin-top: 4rem;
	padding: 1.6rem 1rem 3rem;
}

.rule__boxLists {
	gap: 3.2rem;
}

.rule__boxListTtl,
.rule__boxListText {
	display: flex;
	font-size: 1.4rem;
	gap: 0.3rem;
}

.rule__boxListItem {
	gap: 1.3rem;
	margin-top: 1.7rem;
}

.rule__boxList:nth-child(1) .rule__boxListItem,
.rule__boxList:nth-child(2) .rule__boxListItem {
	gap: 0.6rem;
}

.rule__boxListCaption {
	border-radius: 1.4rem;
	font-size: 1.2rem;
	padding: 0.3rem 1.4rem 0.4rem;
}

.rule__ttl .char {
	transition-duration: 0.45s, 0.45s;
}

.rule__btn {
	margin: 5rem auto 1rem;
}

.sfBasic__ttl {
	line-height: 1.2;
	margin-right: calc(50% - 50vw);
	text-align: left;
}

.sfBasic__ttl.--ttl4 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 0;
}

.sfBasic__lead {
	font-size: 1.4rem;
	margin-top: 2.5rem;
}

.sfBasic .basic__list {
	margin-top: 4.5rem;
}

.sfBasic__img {
	margin-top: 1.6rem;
}

.sfFv {
	background: url(./../images/safety/fv.webp) no-repeat center/cover;
	height: 100svh;
}

.sfFv__inner {
	height: 100%;
	padding-top: 10vh;
}

.sfFv__ttl.--en {
	font-size: 2.3rem;
	margin-top: 0;
}

.sfFv__ttl.--pt {
	font-size: 2.5rem;
	line-height: 1.4;
}

.sfIntro {
	padding: 4.5rem 0;
}

.sfIntro__ttl {
	font-size: 2rem;
}

.sfIntro__ttl span {
	display: inline-block;
	font-size: 1.25rem;
	margin-right: calc(50% - 50vw);
}

.sfIntro__ttl.--pt {
	font-size: 1.9rem;
	line-height: 1.3;
}

.sfIntro__text {
	font-size: 1.4rem;
	margin-top: 2rem;
}

}

@media screen and (max-width: 480px) {

.fv__body.--en {
	right: -6.2rem;
}

.fv__body.--pt {
	right: -4.8rem;
}

}

@media screen and (max-width: 400px) {

.basic__item {
	gap: 1.8rem 1rem;
}

.basic__num {
	font-size: 2.6rem;
	height: 3.3rem;
	width: 3.3rem;
}

.fv__body.--en,
.fv__body.--pt {
	right: -4rem;
}

.pageSec__activitieNum {
	font-size: 2.6rem;
	height: 3.3rem;
	width: 3.3rem;
}

.sfBasic__ttl span {
	display: block;
}

.sfFv__ttl.--pt {
	font-size: 2rem;
}

}

@media screen and (max-width: 375px) {

html {
	font-size: 2.67vw;
}

}

@media (max-width: 375px) and (max-height: 700px) {

.fv__inner {
	height: auto;
}

.sfFv__inner {
	height: 100%;
	padding-top: 12vh;
}

.sfFv.--pt {
	height: 108svh;
}

.sfFv.--pt .sfFv__inner {
	height: 100%;
	padding-top: 10vh;
}

}


/*# sourceMappingURL=style.css.map */
