/* フォントウェイト */

/* Noto_Sans_JP ------------------------------------------------------------- */

/* normal */

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
}

/* medium */

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
}

/* bold */

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
}

/* Noto_Serif_JP ------------------------------------------------------------- */

/* normal */

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.ttf") format("truetype");
}

/* medium */

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.ttf") format("truetype");
}

/* bold */

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.ttf") format("truetype");
}

/* フォントファミリー */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
}

html {
	touch-action: manipulation;
}

body {
	text-rendering: optimizeSpeed;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}

img,
picture {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	min-height: 100dvh;
}

footer {
	position: sticky;
	top: 100%;
}

a[href] {
	transition: opacity 0.3s;
}

a[href]:hover {
	opacity: 0.7;
}

.l-inner {
	margin-inline: auto;
	padding-inline: calc(24 / 16 * 1rem);
	width: 100%;
}

.l-section {
	padding-block: calc(60 / 16 * 1rem);
}

.l-top-section {
	margin-top: calc(90 / 16 * 1rem);
}

.l-base {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 40px);
}

.c-hamburger {
	height: inherit;
}

.c-hamburger__button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: calc(20 / 16 * 1rem);
	margin: calc(10 / 16 * 1rem);
	padding: 0;
	position: fixed;
	right: calc(10 / 16 * 1rem);
	top: calc(12 / 16 * 1rem);
	width: calc(20 / 16 * 1rem);
	z-index: 1;
}

.c-hamburger__button > span:nth-child(2) {
	background-color: #000000;
	display: block;
	height: calc(2 / 16 * 1rem);
	position: relative;
	transition: transform 0.2s;
	width: calc(20 / 16 * 1rem);
}

.c-hamburger__button > span:nth-child(1),
.c-hamburger__button > span:nth-child(3) {
	background-color: #000000;
	content: "";
	height: calc(2 / 16 * 1rem);
	left: 0;
	position: absolute;
	transition: transform 0.5s;
	width: 100%;
}

.c-hamburger__button > span:nth-child(1) {
	transform: translateY(-8px);
}

.c-hamburger__button > span:nth-child(3) {
	transform: translateY(6px);
}

.c-hamburger__button.is-open > span:nth-child(2) {
	transform: scale(0);
}

.c-hamburger__button.is-open > span:nth-child(1) {
	top: calc(8 / 16 * 1rem);
	transform: rotate(45deg);
}

.c-hamburger__button.is-open > span:nth-child(3) {
	top: calc(8 / 16 * 1rem);
	transform: rotate(-45deg);
}

.c-link {
	background-color: #041483;
	border-radius: calc(50 / 16 * 1rem);
	color: #ffffff;
	display: grid;
	font-size: calc(14 / 16 * 1rem);
	padding-block: calc(14 / 16 * 1rem);
	place-items: center;
	width: calc(200 / 16 * 1rem);
}

.c-link--top-news {
	margin-inline: auto;
}

.c-link--top-overview {
	margin-inline: auto;
}

.c-news__list {
	list-style: none;
	padding-left: 0;
}

.c-news__item {
	align-items: initial;
	border-top: solid 1px #eeeeee;
	display: flex;
	flex-direction: column;
	font-size: calc(15 / 16 * 1rem);
	justify-content: flex-start;
	-moz-column-gap: 0;
	     column-gap: 0;
	padding-block: calc(32 / 16 * 1rem);
	row-gap: calc(8 / 16 * 1rem);
}

.c-news__item:last-child {
	border-bottom: solid 1px #eeeeee;
}

.c-news__item-info {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: calc(14 / 16 * 1rem);
	justify-content: flex-start;
	-moz-column-gap: calc(24 / 16 * 1rem);
	     column-gap: calc(24 / 16 * 1rem);
}

.c-news__item-date {
	letter-spacing: calc(40 / 1000 * 1em);
}

.c-news__item-category {
	border: solid 1px #041483;
	border-radius: calc(32 / 16 * 1rem);
	color: #041483;
	font-size: calc(11 / 16 * 1rem);
	padding-block: calc(4 / 16 * 1rem);
	text-align: center;
	width: calc(120 / 16 * 1rem);
}

.c-news__item-title {
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
}

.c-news__item-title a {
	display: block;
	line-height: 1.4;
	padding-block: calc(8 / 16 * 1rem);
	width: 100%;
}

.c-news__button-area {
	margin-top: calc(30 / 16 * 1rem);
	text-align: center;
}

.c-section-title {
	font-size: calc(30 / 16 * 1rem);
	padding-left: 0;
	position: relative;
}

.c-section-title.c-section-title--under-bar {
	margin-bottom: calc(30 / 16 * 1rem);
	padding-bottom: calc(10 / 16 * 1rem);
}

.c-section-title--under-bar:before {
	background-color: #e6e6e6;
	bottom: 0;
	content: "";
	display: block;
	height: calc(2 / 16 * 1rem);
	left: 0;
	position: absolute;
	width: calc(45 / 16 * 1rem);
}

.c-section-title--under-bar:after {
	background-color: #1a2db9;
	bottom: 0;
	content: "";
	display: block;
	height: calc(2 / 16 * 1rem);
	left: 0;
	position: absolute;
	width: calc(30 / 16 * 1rem);
	z-index: 1;
}

.c-subpage-title__inner {
	margin-inline: auto;
	padding-inline: calc(24 / 16 * 1rem);
	width: 100%;
}

.c-subpage-title {
	background-color: #1a2db9;
	color: #ffffff;
	padding: calc(64 / 16 * 1rem) calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
}

.c-subpage-title__text {
	font-size: calc(24 / 16 * 1rem);
	line-height: 1;
}

.c-subpage-breadcrumb {
	font-size: calc(12 / 16 * 1rem);
	margin-top: calc(64 / 16 * 1rem);
}

.p-desktop-nav__menu {
	list-style: none;
}

.p-desktop-nav__item {
	font-size: calc(14 / 16 * 1rem);
	font-weight: 500;
}

.p-footer {
	background-color: #041483;
	color: #ffffff;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-inline: auto;
	max-width: calc(1060 / 16 * 1rem);
	padding-block: calc(100 / 16 * 1rem);
	padding-inline: calc(24 / 16 * 1rem);
	width: 100%;
}

.p-footer__logo-area {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: calc(14 / 16 * 1rem);
	justify-content: flex-start;
	width: 100%;
}

.p-footer__logo {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	row-gap: calc(20 / 16 * 1rem);
	width: 100%;
	-moz-column-gap: normal;
	     column-gap: normal;
	-moz-column-gap: initial;
	     column-gap: initial;
	cursor: pointer;
	text-decoration: none;
}

.p-footer__logo-ja {
	font-size: calc(13 / 16 * 1rem);
}

.p-footer__logo img {
	aspect-ratio: 137/24;
	width: calc(137 / 16 * 1rem);
	-o-object-fit: contain;
	   object-fit: contain;
}

.p-footer__nav-area {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	font-size: calc(12 / 16 * 1rem);
	justify-content: flex-start;
	padding-top: calc(40 / 16 * 1rem);
	row-gap: calc(56 / 16 * 1rem);
	width: 100%;
}

.p-footer__nav-group {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: initial;
	row-gap: calc(30 / 16 * 1rem);
	-moz-column-gap: calc(40 / 16 * 1rem);
	     column-gap: calc(40 / 16 * 1rem);
}

.p-footer__nav-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	line-height: normal;
	line-height: initial;
	list-style: none;
	row-gap: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__nav-list--group {
	padding-left: 0;
	position: relative;
	width: 100%;
}

.p-footer__nav-list--group::before {
	content: none;
}

.p-footer__nav-item {
	margin-block: calc(8 / 16 * 1rem);
	width: 100%;
}

.p-footer__nav-item a {
	display: block;
	width: 100%;
}

.p-footer__nav-item:first-child {
	font-weight: 600;
}

.p-footer__nav-item:not(:first-child) {
	font-weight: 400;
}

.p-footer__copyright {
	border-top: solid 1px #263392;
	padding-inline: calc(10 / 16 * 1rem);
}

.p-footer__copyright-inner {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-inline: auto;
	max-width: calc(1060 / 16 * 1rem);
	padding: calc(50 / 16 * 1rem) calc(10 / 16 * 1rem) calc(80 / 16 * 1rem);
	width: 100%;
}

.p-footer__copyright-text {
	font-size: calc(12 / 16 * 1rem);
	margin-top: calc(50 / 16 * 1rem);
}

.p-footer__copyright-nav {
	width: 100%;
}

.p-footer__copyright-nav-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	list-style: none;
	row-gap: calc(8 / 16 * 1rem);
	width: 100%;
	-moz-column-gap: normal;
	     column-gap: normal;
	-moz-column-gap: initial;
	     column-gap: initial;
	font-size: calc(12 / 16 * 1rem);
}

.p-footer__copyright-nav-item,
.p-footer__copyright-nav-item a {
	display: block;
	text-align: center;
	width: 100%;
}

.p-footer__copyright-nav-item a {
	padding-block: calc(8 / 16 * 1rem);
}

.header {
	background-color: #ffffff;
}

.p-header__body {
	background-color: #ffffff;
	color: #000000;
	height: calc(90 / 16 * 1rem);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__inner {
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	margin-inline: auto;
	max-width: calc(747 / 16 * 1rem);
	padding-inline: calc(10 / 16 * 1rem);
	position: relative;
	width: 100%;
}

.p-header__logo {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	-moz-column-gap: calc(10 / 16 * 1rem);
	     column-gap: calc(10 / 16 * 1rem);
	cursor: pointer;
	height: inherit;
}

.p-header__logo img {
	aspect-ratio: 129/23;
	max-width: calc(80 / 16 * 1rem);
	width: 100%;
}

.p-header__logo h1 {
	color: #041483;
	font-size: calc(10 / 16 * 1rem);
	letter-spacing: calc(-30 / 1000 * 1em);
	margin: 0;
	white-space: nowrap;
}

.p-header__hamburger {
	height: inherit;
	z-index: 20;
}

.p-header__desktop-nav {
	height: inherit;
}

.p-ir-news {
	background-color: #f9f8f8;
}

.p-ir-info {
	background-color: #f9f8f8;
	border-top: solid 1px #eeeeee;
}

.p-ir-info__categories {
	display: grid;
	grid-template-columns: 1fr;
	list-style: none;
	padding-left: 0;
}

.p-ir-info__category {
	margin-top: calc(40 / 16 * 1rem);
}

.p-ir-info__category-image img {
	aspect-ratio: 536/301;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: calc(4 / 16 * 1rem);
	   object-fit: cover;
}

.p-ir-info__category-text {
	margin-top: calc(30 / 16 * 1rem);
}

.p-ir-info__category-title a {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: calc(20 / 16 * 1rem);
	justify-content: flex-start;
}

.p-ir-info__category-title a::before {
	border: solid calc(1 / 16 * 1rem) #e6e6e6;
	border-radius: 50%;
	color: #041483;
	content: "\f054";
	display: grid;
	font-family: "Font Awesome 7 Pro";
	font-size: calc(12 / 16 * 1rem);
	height: calc(32 / 16 * 1rem);
	margin-right: calc(15 / 16 * 1rem);
	place-items: center;
	width: calc(32 / 16 * 1rem);
}

.p-ir-info__category-list {
	list-style: none;
	margin-top: calc(16 / 16 * 1rem);
	padding-left: calc(14 / 16 * 1rem);
}

.p-ir-info__category-item:not(:first-child) {
	margin-top: calc(10 / 16 * 1rem);
}

.p-ir-info__category-item a {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: calc(14 / 16 * 1rem);
	justify-content: flex-start;
	width: 100%;
}

.p-ir-info__category-item a::before {
	border: solid calc(1 / 16 * 1rem) #e6e6e6;
	border-radius: 50%;
	color: #041483;
	content: "\f054";
	display: grid;
	font-family: "Font Awesome 7 Pro";
	font-size: calc(10 / 16 * 1rem);
	height: calc(24 / 16 * 1rem);
	margin-right: calc(10 / 16 * 1rem);
	place-items: center;
	width: calc(24 / 16 * 1rem);
}

.p-mobile-nav__body {
	background-color: #ffffff;
	color: #000000;
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow-y: scroll;
	padding-top: 90px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: transform 0.3s;
	width: 100%;
	z-index: 2;
}

.p-mobile-nav.is-open .p-mobile-nav__body {
	transform: translateX(-100%);
}

.p-mobile-nav__list {
	list-style: none;
	width: 100%;
}

.p-mobile-nav__item {
	width: 100%;
}

.p-mobile-nav__item:first-child,
.p-mobile-nav__item + .p-mobile-nav__item {
	border-top: 1px solid #eeeeee;
}

.p-mobile-nav__item:not(:last-child) > a {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 600;
	justify-content: space-between;
	line-height: 1;
	padding: calc(24 / 16 * 1rem);
	text-align: left;
	width: 100%;
}

.p-mobile-nav__item > a > i {
	display: inline-block;
	font-size: calc(10 / 16 * 1rem);
	font-weight: 400;
	position: relative;
}

.p-mobile-nav__item > a > i::after {
	aspect-ratio: 1;
	border: solid 1px #eeeeee;
	border-radius: 50%;
	content: "";
	height: calc(24 / 16 * 1rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(24 / 16 * 1rem);
}

.p-mobile-nav__language-toggle {
	border: solid 1px #666666;
	border-radius: calc(32 / 16 * 1rem);
	cursor: pointer;
	display: block;
	margin-inline: auto;
	margin-top: calc(30 / 16 * 1rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-mobile-nav__language-list {
	align-items: center;
	border-radius: calc(32 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: flex-start;
	list-style: none;
}

.p-mobile-nav__language-item {
	align-items: center;
	color: #000000;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: flex-start;
	padding-block: calc(7 / 16 * 1rem);
	padding-inline: calc(20 / 16 * 1rem);
	position: relative;
	text-transform: uppercase;
}

.p-mobile-nav__language-item:nth-child(1) {
	padding-right: calc(8 / 16 * 1rem);
}

.p-mobile-nav__language-item:last-child {
	padding-left: calc(8 / 16 * 1rem);
}

.p-mobile-nav__language-item:not(:first-child)::before {
	background-color: #666666;
	content: "";
	display: inline-block;
	height: 1em;
	left: 0;
	max-width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-mobile-nav__language-item i {
	margin-right: calc(4 / 16 * 1rem);
}

.u-marker--pink {
	background: linear-gradient(transparent 60%, #f3dedb 80%, #f3dedb 100%, transparent 100%);
}

.u-text--red {
	color: #cf6566;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 500;
}

.p-anshin-mv {
	padding-top: calc(40 / 16 * 1rem);
}

.p-anshin-mv__title {
	font-size: calc(24 / 16 * 1rem);
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-anshin-mv__contents {
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	-moz-column-gap: normal;
	     column-gap: normal;
	-moz-column-gap: initial;
	     column-gap: initial;
	margin-top: calc(30 / 16 * 1rem);
	padding-inline: initial;
}

.p-anshin-mv__image {
	aspect-ratio: 480/320;
	max-width: 100%;
	min-height: 0;
	min-height: initial;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-anshin-mv__description {
	flex-shrink: 0;
	max-width: 100%;
	padding-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-anshin-mv__description p {
	font-size: calc(14 / 16 * 1rem);
	line-height: 1.4;
}

.p-anshin-mv__description p:not(:first-child) {
	margin-top: 1em;
}

.p-anshin-case {
	margin-inline: calc(20 / 16 * 1rem);
}

.p-anshin-case__inner {
	background-color: #e6e6e6;
	margin-top: calc(40 / 16 * 1rem);
	max-width: 100%;
	padding: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-anshin-case__inner[data-color=pale-rose] {
	background-color: #f3dedb;
}

.p-anshin-case__inner[data-color=light-purple] {
	background-color: #e6dbf3;
}

.p-anshin-case__personal-data {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.p-anshin-case__personal-image {
	aspect-ratio: 1;
	max-width: calc(100 / 16 * 1rem);
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-anshin-case__personal-info {
	padding-top: calc(8 / 16 * 1rem);
}

.p-anshin-case__personal-name {
	font-size: calc(20 / 16 * 1rem);
	padding-left: calc(48 / 16 * 1rem);
	position: relative;
}

.p-anshin-case__personal-name::before {
	background-color: #000000;
	border-radius: 50%;
	color: #ffffff;
	content: "例";
	display: grid;
	font-size: calc(20 / 16 * 1rem);
	font-weight: normal;
	height: calc(36 / 16 * 1rem);
	left: 0;
	place-items: center;
	position: absolute;
	top: 54%;
	transform: translateY(-54%);
	width: calc(36 / 16 * 1rem);
}

.p-anshin-case__personal-name[data-color=indian-red]::before {
	background-color: #cf6566;
}

.p-anshin-case__personal-name[data-color=purple]::before {
	background-color: #a564b8;
}

.p-anshin-case__personal-name small {
	font-size: calc(14 / 16 * 1rem);
	font-weight: normal;
	margin-left: 1em;
}

.p-anshin-case__personal-history {
	font-size: calc(14 / 16 * 1rem);
	line-height: 1.6;
	margin-top: calc(24 / 16 * 1rem);
}

.p-anshin-case__flow,
.p-anshin-case__flow-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.p-anshin-case__flow {
	margin-top: calc(30 / 16 * 1rem);
}

.p-anshin-case__flow-item {
	position: relative;
}

.p-anshin-case__flow-item::after {
	background: url("../images/top/icon_triangle.svg") no-repeat center/contain;
	bottom: calc(-19 / 16 * 1rem);
	content: "";
	height: calc(20 / 16 * 1rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(30 / 16 * 1rem);
}

.p-anshin-case__flow-item:not(:first-child) {
	margin-top: calc(30 / 16 * 1rem);
}

.p-anshin-case__flow-item:last-child::after {
	display: none;
}

.p-anshin-case__flow-title {
	background-color: #000000;
	color: #ffffff;
	font-size: calc(14 / 16 * 1rem);
	font-weight: normal;
	height: -moz-fit-content;
	height: fit-content;
	padding-block: calc(16 / 16 * 1rem);
	padding-left: calc(56 / 16 * 1rem);
	position: relative;
	width: 100%;
}

.p-anshin-case__flow-title[data-color=indian-red] {
	background-color: #cf6566;
}

.p-anshin-case__flow-title[data-color=purple] {
	background-color: #a564b8;
}

:root {
	counter-reset: flow-number 0;
}

.p-anshin-case__flow-title::before {
	content: counter(flow-number, decimal-leading-zero) ".";
	counter-increment: flow-number;
	display: inline-block;
	font-family: "LibreBaskerville", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	font-size: calc(24 / 16 * 1rem);
	font-weight: lighter;
	left: calc(10 / 16 * 1rem);
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: -moz-fit-content;
	width: fit-content;
}

.p-anshin-case__flow-contents {
	background-color: #ffffff;
	padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem);
	width: 100%;
}

.p-anshin-case__flow-request {
	font-size: calc(14 / 16 * 1rem);
	padding-left: calc(24 / 16 * 1rem);
	position: relative;
}

.p-anshin-case__flow-request::before {
	background: url("../images/top/icon_check.svg") no-repeat center/contain;
	content: "";
	height: calc(20 / 16 * 1rem);
	left: 0;
	position: absolute;
	top: 0;
	width: calc(20 / 16 * 1rem);
}

.p-anshin-case__flow-request:not(:first-child) {
	margin-top: calc(20 / 16 * 1rem);
}

.p-anshin-case__flow-request--summary {
	color: #cf6566;
	font-size: calc(16 / 16 * 1rem);
	font-weight: bold;
	line-height: 3;
	margin-left: 1em;
	padding-left: calc(32 / 16 * 1rem);
	position: relative;
}

.p-anshin-case__flow-request--summary::before {
	background: url("../images/top/icon_arrow.svg") no-repeat center/contain;
	content: "";
	height: calc(13 / 16 * 1rem);
	left: 0;
	position: absolute;
	top: 64%;
	transform: translateY(-64%);
	width: calc(20 / 16 * 1rem);
}

.p-anshin-case__flow-description {
	font-size: calc(14 / 16 * 1rem);
	line-height: 1.7;
}

.p-anshin-case__flow-plan {
	aspect-ratio: 880/330;
	margin-top: calc(10 / 16 * 1rem);
	max-width: 100%;
	width: 100%;
}

.p-anshin-case__flow-calendar {
	aspect-ratio: 880/630;
	margin-top: calc(20 / 16 * 1rem);
	max-width: 100%;
	width: 100%;
}

.p-anshin-links {
	padding-bottom: calc(100 / 16 * 1rem);
	padding-top: calc(30 / 16 * 1rem);
}

.p-anshin-links__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-moz-column-gap: normal;
	     column-gap: normal;
	-moz-column-gap: initial;
	     column-gap: initial;
	row-gap: calc(20 / 16 * 1rem);
}

.p-anshin-links__link {
	align-items: center;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	font-size: calc(16 / 16 * 1rem);
	justify-content: center;
	max-width: 100%;
	padding-block: calc(20 / 16 * 1rem);
	text-align: center;
	width: 100%;
}

.p-anshin-links__link[data-color=black] {
	background-color: #000000;
}

.p-anshin-links__link[data-color=indian-red] {
	background-color: #cf6566;
}

.p-anshin-links__link[data-link-type=return]::before {
	background: url("../images/top/icon_return.svg") no-repeat center/contain;
	content: "";
	display: inline-block;
	height: calc(20 / 16 * 1rem);
	margin-right: calc(10 / 16 * 1rem);
	width: calc(24 / 16 * 1rem);
}

.p-anshin-links__link[data-link-type=requirement]::before {
	background: url("../images/top/icon_requirements.svg") no-repeat center/contain;
	content: "";
	display: inline-block;
	height: calc(27 / 16 * 1rem);
	margin-right: calc(10 / 16 * 1rem);
	width: calc(24 / 16 * 1rem);
}

.u-margintop--xl {
	margin-top: 180px;
}

.u-margintop--lg {
	margin-top: 150px;
}

.u-margintop--ml {
	margin-top: 120px;
}

.u-margintop--md {
	margin-top: 80px;
}

.u-margintop--sm {
	margin-top: 60px;
}

.u-margintop--xs {
	margin-top: 30px;
}

.u-padding--xl {
	padding: 180px 0;
}

.u-padding--lg {
	padding: 150px 0;
}

.u-padding--ml {
	padding: 120px 0;
}

.u-padding--md {
	padding: 80px 0;
}

.u-padding--sm {
	padding: 60px 0;
}

.u-padding--xs {
	padding: 30px 0;
}

.u-desktop {
	display: none;
}

.u-hiddenMobile {
	display: none;
}

.u-break-keep {
	word-break: keep-all;
}

.u-text-bold {
	font-weight: 700;
}

.u-text-medium {
	font-weight: 500;
}

.u-text-underline {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 20%;
}

.u-text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

@media (min-width: 576px) {

.l-base {
	max-width: 540px;
	width: 100%;
}

}

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

html {
	font-size: calc(16 / 1060 * 100vw);
}

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

.l-inner {
	max-width: calc(1440 / 16 * 1rem);
	padding-inline: calc(190 / 16 * 1rem);
}

.l-section {
	padding-block: calc(120 / 16 * 1rem);
}

.l-top-section {
	margin-top: calc(117 / 16 * 1rem);
}

.c-link {
	padding-block: calc(18 / 16 * 1rem);
}

.c-link--top-overview {
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
}

.c-news__list {
	padding-left: calc(112 / 16 * 1rem);
}

.c-news__item {
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	-moz-column-gap: calc(24 / 16 * 1rem);
	     column-gap: calc(24 / 16 * 1rem);
	row-gap: 0;
}

.c-news__item-title a {
	width: -moz-fit-content;
	width: fit-content;
}

.c-news__button-area {
	margin-top: calc(50 / 16 * 1rem);
}

.c-section-title {
	padding-left: calc(112 / 16 * 1rem);
}

.c-section-title.c-section-title--under-bar {
	margin-bottom: calc(60 / 16 * 1rem);
	padding-bottom: calc(25 / 16 * 1rem);
}

.c-section-title--under-bar:before {
	left: calc(112 / 16 * 1rem);
}

.c-section-title--under-bar:after {
	left: calc(112 / 16 * 1rem);
}

.c-subpage-title__inner {
	max-width: calc(1440 / 16 * 1rem);
	padding-left: calc(246 / 16 * 1rem);
	padding-right: calc(190 / 16 * 1rem);
}

.c-subpage-title {
	padding: calc(195 / 16 * 1rem) 0 calc(25 / 16 * 1rem);
}

.c-subpage-title__text {
	font-size: calc(50 / 16 * 1rem);
}

.c-subpage-breadcrumb {
	margin-top: calc(148 / 16 * 1rem);
}

.p-desktop-nav {
	height: inherit;
}

.p-desktop-nav__menu {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.p-desktop-nav__item:not(:last-child) {
	margin-right: calc(24 / 16 * 1rem);
}

.p-desktop-nav__item:last-child {
	margin-left: calc(32 / 16 * 1rem);
}

.p-desktop-nav__language-toggle {
	border: solid 1px #eeeeee;
	border-radius: calc(32 / 16 * 1rem);
	cursor: pointer;
	display: block;
}

.p-desktop-nav__language-list {
	align-items: center;
	border-radius: calc(32 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: flex-start;
	list-style: none;
}

.p-desktop-nav__language-item {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: flex-start;
	padding-block: calc(8 / 16 * 1rem);
	padding-inline: calc(20 / 16 * 1rem);
	position: relative;
	text-transform: uppercase;
}

.p-desktop-nav__language-item:nth-child(1) {
	padding-right: calc(8 / 16 * 1rem);
}

.p-desktop-nav__language-item:last-child {
	padding-left: calc(8 / 16 * 1rem);
}

.p-desktop-nav__language-item:not(:first-child)::before {
	background-color: #eeeeee;
	content: "";
	display: inline-block;
	height: 1em;
	left: 0;
	max-width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-desktop-nav__language-item i {
	margin-right: calc(4 / 16 * 1rem);
}

.p-footer__inner {
	padding-block: calc(124 / 16 * 1rem);
	padding-inline: calc(10 / 16 * 1rem);
}

.p-footer__logo {
	align-items: flex-end;
	flex-direction: row;
	justify-content: flex-start;
	row-gap: initial;
	width: -moz-fit-content;
	width: fit-content;
	-moz-column-gap: calc(24 / 16 * 1rem);
	     column-gap: calc(24 / 16 * 1rem);
}

.p-footer__logo img {
	width: calc(180 / 16 * 1rem);
}

.p-footer__nav-area {
	align-items: flex-start;
	flex-direction: row;
	font-size: calc(12 / 16 * 1rem);
	justify-content: space-between;
	padding-top: calc(72 / 16 * 1rem);
	row-gap: 0;
}

.p-footer__nav-group {
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
	row-gap: 0;
	-moz-column-gap: calc(80 / 16 * 1rem);
	     column-gap: calc(80 / 16 * 1rem);
}

.p-footer__nav-list {
	line-height: 2;
	row-gap: calc(10 / 16 * 1rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__nav-list--group {
	padding-left: calc(80 / 16 * 1rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__nav-list--group::before {
	background-color: #263392;
	content: "";
	display: block;
	height: calc(302 / 16 * 1rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(1 / 16 * 1rem);
}

.p-footer__nav-item {
	margin-block: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__copyright {
	padding-inline: 0;
}

.p-footer__copyright-inner {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: calc(64 / 16 * 1rem) calc(10 / 16 * 1rem) calc(130 / 16 * 1rem);
}

.p-footer__copyright-text {
	margin-top: 0;
}

.p-footer__copyright-nav {
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__copyright-nav-list {
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	row-gap: initial;
	width: -moz-fit-content;
	width: fit-content;
	-moz-column-gap: calc(20 / 16 * 1rem);
	     column-gap: calc(20 / 16 * 1rem);
}

.p-footer__copyright-nav-item,
.p-footer__copyright-nav-item a {
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__copyright-nav-item a {
	padding-block: 0;
}

.p-header__body {
	height: calc(117 / 16 * 1rem);
}

.p-header__inner {
	max-width: calc(1340 / 16 * 1rem);
}

.p-header__logo {
	-moz-column-gap: calc(24 / 16 * 1rem);
	     column-gap: calc(24 / 16 * 1rem);
}

.p-header__logo img {
	max-width: calc(129 / 16 * 1rem);
}

.p-header__logo h1 {
	font-size: calc(14 / 16 * 1rem);
}

.p-ir-info__categories {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(100 / 16 * 1rem);
	gap: calc(100 / 16 * 1rem);
	padding-left: calc(112 / 16 * 1rem);
}

.p-ir-info__category {
	margin-top: 0;
}

.p-ir-info__category-image img {
	max-width: calc(536 / 16 * 1rem);
}

.p-ir-info__category-text {
	margin-top: calc(45 / 16 * 1rem);
}

.p-ir-info__category-title a {
	font-size: calc(24 / 16 * 1rem);
}

.p-ir-info__category-list {
	margin-top: calc(24 / 16 * 1rem);
	padding-left: calc(20 / 16 * 1rem);
}

.p-ir-info__category-item a {
	font-size: calc(15 / 16 * 1rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-mobile-nav__body {
	display: none;
}

.u-text--red {
	font-size: calc(18 / 16 * 1rem);
}

.p-anshin-mv {
	padding-top: calc(100 / 16 * 1rem);
}

.p-anshin-mv__title {
	font-size: calc(36 / 16 * 1rem);
}

.p-anshin-mv__contents {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: calc(40 / 16 * 1rem);
	-moz-column-gap: calc(40 / 16 * 1rem);
	     column-gap: calc(40 / 16 * 1rem);
	margin-top: calc(72 / 16 * 1rem);
	padding-inline: calc(50 / 16 * 1rem);
}

.p-anshin-mv__image {
	max-width: calc(480 / 16 * 1rem);
	min-height: calc(300 / 16 * 1rem);
}

.p-anshin-mv__description {
	max-width: calc(400 / 16 * 1rem);
	padding-top: calc(48 / 16 * 1rem);
}

.p-anshin-mv__description p {
	font-size: calc(16 / 16 * 1rem);
}

.p-anshin-case__inner {
	margin-top: calc(80 / 16 * 1rem);
	max-width: calc(1060 / 16 * 1rem);
	padding: calc(50 / 16 * 1rem);
}

.p-anshin-case__personal-data {
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
	-moz-column-gap: calc(32 / 16 * 1rem);
	     column-gap: calc(32 / 16 * 1rem);
}

.p-anshin-case__personal-image {
	max-width: calc(172 / 16 * 1rem);
}

.p-anshin-case__personal-info {
	padding-top: calc(10 / 16 * 1rem);
}

.p-anshin-case__personal-name {
	font-size: calc(30 / 16 * 1rem);
	padding-left: calc(72 / 16 * 1rem);
}

.p-anshin-case__personal-name::before {
	font-size: calc(24 / 16 * 1rem);
	height: calc(50 / 16 * 1rem);
	width: calc(50 / 16 * 1rem);
}

.p-anshin-case__personal-name small {
	font-size: calc(18 / 16 * 1rem);
}

.p-anshin-case__personal-history {
	font-size: calc(16 / 16 * 1rem);
	margin-top: calc(32 / 16 * 1rem);
}

.p-anshin-case__flow {
	margin-top: calc(30 / 16 * 1rem);
}

.p-anshin-case__flow-item::after {
	bottom: calc(-29 / 16 * 1rem);
	height: calc(30 / 16 * 1rem);
	width: calc(50 / 16 * 1rem);
}

.p-anshin-case__flow-item:not(:first-child) {
	margin-top: calc(50 / 16 * 1rem);
}

.p-anshin-case__flow-title {
	font-size: calc(22 / 16 * 1rem);
	padding-left: calc(100 / 16 * 1rem);
}

.p-anshin-case__flow-title::before {
	font-size: calc(30 / 16 * 1rem);
	left: calc(40 / 16 * 1rem);
}

.p-anshin-case__flow-contents {
	padding: calc(40 / 16 * 1rem);
}

.p-anshin-case__flow-request {
	font-size: calc(16 / 16 * 1rem);
	padding-left: calc(48 / 16 * 1rem);
}

.p-anshin-case__flow-request::before {
	height: calc(40 / 16 * 1rem);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(40 / 16 * 1rem);
}

.p-anshin-case__flow-request:not(:first-child) {
	margin-top: calc(24 / 16 * 1rem);
}

.p-anshin-case__flow-request--summary {
	font-size: calc(24 / 16 * 1rem);
	line-height: 1.5;
	margin-left: calc(16 / 16 * 1rem);
	padding-left: calc(40 / 16 * 1rem);
}

.p-anshin-case__flow-request--summary::before {
	height: calc(13 / 16 * 1rem);
	width: calc(30 / 16 * 1rem);
}

.p-anshin-case__flow-description {
	font-size: calc(16 / 16 * 1rem);
}

.p-anshin-case__flow-plan {
	margin-top: calc(20 / 16 * 1rem);
	max-width: calc(880 / 16 * 1rem);
}

.p-anshin-case__flow-calendar {
	margin-top: calc(50 / 16 * 1rem);
	max-width: calc(880 / 16 * 1rem);
}

.p-anshin-links {
	padding-bottom: calc(200 / 16 * 1rem);
	padding-top: calc(60 / 16 * 1rem);
}

.p-anshin-links__inner {
	flex-direction: row;
	-moz-column-gap: calc(30 / 16 * 1rem);
	     column-gap: calc(30 / 16 * 1rem);
	row-gap: initial;
}

.p-anshin-links__link {
	font-size: calc(20 / 16 * 1rem);
	max-width: calc(320 / 16 * 1rem);
	padding-block: calc(32 / 16 * 1rem);
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-hiddenDesktop {
	display: none;
}

}

@media (min-width: 768px) {

.l-base {
	max-width: 720px;
	width: 100%;
}

}

@media (min-width: 992px) {

.l-base {
	max-width: 960px;
	width: 100%;
}

}

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

html {
	font-size: 16px;
}

}

@media (min-width: 1360px) {

.l-base {
	max-width: 1320px;
	width: 100%;
}

}

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

.u-margintop--xl {
	margin-top: 150px;
}

.u-margintop--lg {
	margin-top: 120px;
}

.u-margintop--ml {
	margin-top: 90px;
}

.u-margintop--md {
	margin-top: 60px;
}

.u-margintop--sm {
	margin-top: 40px;
}

.u-margintop--xs {
	margin-top: 25px;
}

.u-padding--xl {
	padding: 150px 0;
}

.u-padding--lg {
	padding: 120px 0;
}

.u-padding--ml {
	padding: 90px 0;
}

.u-padding--md {
	padding: 60px 0;
}

.u-padding--sm {
	padding: 40px 0;
}

.u-padding--xs {
	padding: 25px 0;
}

}

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

.u-margintop--xl {
	margin-top: 120px;
}

.u-margintop--lg {
	margin-top: 80px;
}

.u-margintop--ml {
	margin-top: 60px;
}

.u-margintop--md {
	margin-top: 40px;
}

.u-margintop--sm {
	margin-top: 30px;
}

.u-margintop--xs {
	margin-top: 20px;
}

.u-padding--xl {
	padding: 120px 0;
}

.u-padding--lg {
	padding: 90px 0;
}

.u-padding--ml {
	padding: 60px 0;
}

.u-padding--md {
	padding: 40px 0;
}

.u-padding--sm {
	padding: 30px 0;
}

.u-padding--xs {
	padding: 20px 0;
}

}

@media (max-width: 375px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

}

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