/*

Common

Main Color: #009ea1
Fund Color #fb4491

*/

html {
	font-size: 14px !important;
}
body {
	position: relative;
	min-width: 1000px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Inter','Noto Sans JP',sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.07em;
	line-height: 1.86em;
	color: #252525;
	background: #FFF;
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #434246 !important;
	text-decoration: none;
}
a:hover {
	color: #434246 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
	width: auto;
	box-sizing: border-box;
}
.inner.wider {
	padding: 0 50px;
	max-width: 100%;
	width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 9.2em auto;
}
.block {
	margin: 0 auto 7em auto;
}
.main {
	width: 66%;
}
.main .section:last-of-type,
.main .block:last-of-type {
	margin-bottom: 0;
}
.side {
	width: 22%;
}
.side_anchor {
	position: sticky;
	top: 150px;
}
.side_anchor.stoped {
	position: relative;
	top: auto;
}
.side_anchor ul {
	padding-left: 3em;
	border-left: solid 2px #eee;
}
.side_anchor li a {
	position: relative;
	display: inline-block;
	margin-bottom: 0.8em;
	padding-left: 18px;
	color: #009ea1 !important;
	font-size: 0.93em;
	font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.side_anchor li a::before {
	position: absolute;
	top: 7px;
	left: 0;
	/* transform: rotate(-90deg); */
	content: '';
	width: 9px;
	height: 9px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
}
.side_anchor li:last-of-type {
    margin-bottom: 0;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}

h2.title {
	font-size: 2.1em;
	font-weight: 500;
}
h3.title {
	position: relative;
	margin-bottom: 2em;
	padding-left: 27px;
	color: #009ea1;
	font-size: 1.6em;
	font-size: 1.55em;
	font-weight: 500;
	line-height: 1.4em;
}
h3.title::before {
	position: absolute;
	top: 3px;
	top: 50%;
	left: 0;
	content: '';
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #fff;
	border: 4px solid #009ea1;
	border-radius: 50%;
}
.page_fund h3.title {
	color: #fb4491;
}
.page_fund h3.title::before {
	border: 5px solid #fb4491;
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 500;
}
h4.desc {
	margin-top: -1em;
	margin-bottom: 2.5em;
	font-size: 1.1em;
	font-weight: 500;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
.summary p,
p.summary {
	font-size: 1.14em !important;
	line-height: 2.06em !important;
	letter-spacing: 0.07em !important;
}
.summary p:not(:last-of-type) {
	margin-bottom: 1em;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_pc.inline {
	display: inline-block;
}
.only_mobile,
.only_mobile.inline {
	display: none !important;
}
.webfont {
	font-family: 'Inter', sans-serif;
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.webfont.quicksand {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
}
.webfont.fredoka {
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',serif;
}
.sans {
	font-family: 'Noto Sans JP',sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
.no_link {
	text-decoration: none !important;
	pointer-events: none !important;
}
p.note,
.note li {
	clear: both;
	font-size: 0.8em !important;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	color: #888;
}
p.note {
	margin-top: 1.5rem;
}
.note li {
	margin-top: 0.8rem;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #ddd;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 4px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 5px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}
.fading {
	transform: translateY(-5px);
	opacity: 0;
}
.fading.reveal {
	animation: slidein_up 500ms 200ms ease-in-out forwards;
}
.in_order_element {
	transform: scale(0.86);
	transition: all 360ms ease-in-out;
	opacity: 0;
}
.in_order_element.reveal {
	transform: scale(1);
	transition: all 560ms ease-in-out;
	opacity: 1;
}

.clear {
	clear: both !important;
}
#error_404 {
	padding: 18em 0 5em 0;
	text-align: center;
	color: #009ea1;
}
#error_404 h3 {
	margin-bottom: 0.35em;
	font-size: 2.4em;
}
#error_404 p {
}

.heading {
	margin-bottom: 3.5em;
}
.heading h3.title {
	margin-bottom: 0;
}

._more {
	position: absolute;
	right: 0;
	top: 0;
}
.more li {
	display: inline-block;
}
.more li:not(:last-of-type) {
	margin-right: 2em;
}
.more.above {
	margin-top: 2.5em;
}
.more a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-bottom: 0.5em;
	color: #009ea1 !important;
	font-size: 0.93em;
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none;
}
.more a::before {
	position: absolute;
	top: calc(50% - 0.25em);
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 7px;
	height: 11px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}
.more a:hover::before {
	animation: more_hover 350ms ease-in-out forwards;
}
@keyframes more_hover {
	0% {
		left: 0;
	}
	50% {
		left: 4px;
	}
	100% {
		left: 0;
	}
}
.more a::after {
	position: absolute;
	bottom: 0;
	left: 20px;
	content: '';
	width: calc(100% - 20px);
	height: 2px;
	background: #009ea1;
}
.page_fund .more a {
	color: #fb4491 !important;
}
.page_fund .more a::before {
	background: url(../images/common/icon_more_fund.png) no-repeat center / 100%;
}
.page_fund .more a::after {
	background: #fb4491;
}
.buttons.above,
.button.above {
	margin-top: 4em;
}
.buttons {
	text-align: center;
}
.buttons .button {
	display: inline-block;
	margin: 0 0.75em;
}
.button a {
	display: inline-block;
	position: relative;
	padding: 1.6em 2.5em 1.65em 2.3em;
	color: #fff !important;
	background: #009ea1;
	font-size: 1.14em;
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none;
	border-radius: 50vh;
}
.button_white a {
	color: #009ea1 !important;
	background: #fff;
}
.page_fund .button a,
.button.button_fund a {
	background: #fb4491 !important;
}
.button a span {
	display: block;
	position: relative;
	padding-left: 20px;
}
.button a span::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	transform: translateY(-50%);
	width: 7px;
	height: 11px;
	background: url(../images/common/icon_more_white.png) no-repeat center / 100%;
}
.button.external a span {
	padding-left: 30px;
}
.button.external a span::before {
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_external_white.png) no-repeat center / 100%;
}
.button a span.label {
	margin-top: 0.35em;
	padding: 0;
	font-size: 0.75em;
}
.button a span.label::before {
	display: none;
}

.button_white a span::before {
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}
.button_file a span {
	padding-left: 33px;
}
.button_file a span::before {
	width: 24px;
	height: 24px;
	background: url(../images/common/icon_file_white.png) no-repeat center / 100%;
}
.page_fund .button_white a span::before {
	background: url(../images/common/icon_more_fund.png) no-repeat center / 100%;
}
.button a:hover span::before {
	animation: button_hover 350ms ease-in-out forwards;
}
@keyframes button_hover {
	0% {
		left: 0;
	}
	50% {
		left: 4px;
	}
	100% {
		left: 0;
	}
}

/* Splide Overflow */

.splide_overflow {
	overflow: hidden;
}
.splide_overflow .splide {
	visibility: visible;
}
.splide_overflow .splide__track {
	overflow: visible;
}

/* Tabs */

.tabs {
	margin-bottom: 3.5em;
}
.tabs ul {
	padding: 0 25px;
	border-bottom: solid 1px #ddd;
}
.tabs li {
	float: left;
	padding: 2em 0;
	text-align: center;
	font-weight: 500;
	color: #888;
	border: solid 1px #ddd;
	border-bottom: none;
	background: #f0f0f0;
	cursor: pointer;
	transition: all 250ms linear;
}
.tabs_link li {
	padding: 0;
}
.tabs_link li a {
	display: block;
	padding: 2em 0;
	text-decoration: none;
}
.tabs li span {
	display: block;
	font-size: 0.9rem;
}
.tabs li.active {
	position: relative;
	color: #000;
	background: #d6d6d6;
	background: #fff;
}
.tabs li.active::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	z-index: 10;
}
.tabs li:hover {
	background: #d6d6d6;
	background: #fff;
	transition: all 250ms linear;
}
.tabs_2 li {
	width: 49%;
}
.tabs_2 li:first-of-type {
	margin-right: 2%;
}
.tabs_3 li {
	width: 32%;
}
.tabs_3 li:nth-of-type(2) {
	margin-left: 2%;
	margin-right: 2%;
}
.tabs_4 li {
	width: 23.5%;
}
.tabs_4 li:not(:nth-of-type(4n)) {
	margin-right: 2%;
}
._tab_content {
	padding-left: 25px;
	padding-right: 25px;
}
.tab_content.active {
	display: block;
}

/** Accordion **/

.accordion_visible {
	position: relative;
	/* background: #dfefeb; */
}
.accordion_visible h3 {
	font-size: 1.6em;
	font-weight: 500;
	color: #009ea1;
}
.accordion_switch {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
}
.accordion_switch p {
	position: relative;
	width: 25px;
	height: 25px;
}
.accordion_switch .switch_bar {
	position: absolute;
	width: 25px;
	height: 3px;
	background: #009ea1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}
.accordion_switch .switch_bar:last-of-type {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all 300ms ease-in-out;
}
.open .accordion_switch .switch_bar:last-of-type {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
	transition: all 200ms ease-in-out;
}
.accordion_invisible {
	display: none;
	opacity: 0;
	padding-top: 3.5em;
	padding-top: 2.5em;
}

/* Faq */

.faq_list:not(:last-of-type) {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq_q {
    position: relative;
    margin-bottom: 1.8em;
    padding-left: 50px;
    color: #009ea1;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.faq_q::before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 35px;
    height: 35px;
    content: 'Q';
    font-family: "Fredoka", sans-serif;
    font-size: 1.3em;
	font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    color: #fff;
    background: #009ea1;
    border-radius: 50%;
    text-align: center;
}
.faq_a {
    position: relative;
    padding-left: 50px;
}
.faq_a::before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 35px;
    height: 35px;
    content: 'A';
    font-family: "Fredoka", sans-serif;
    font-size: 1.3em;
	font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    color: #009ea1;
    background: #dfefeb;
    border-radius: 50%;
    text-align: center;
}
.faq_a p {
    font-size: 1.07em;
}
.faq_a a {
    color: #009ea1 !important;
    text-decoration: underline;
}

/** Switch **/

#menu_switch {
	display: none;
	position: fixed;
	top: 40px;
	top: 25px;
	top: 36px;
	right: 30px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	transition: all 200ms ease-in-out;
	z-index: 100000;
}
#menu_switch p {
	position: relative;
	width: 40px;
	height: 30px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	background: #009ea1;
	border-radius: 200px;
	transition: all 140ms linear;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 13px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch #switch_top {
	top: 14px;
	transform: rotate(40deg);
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	bottom: 14px;
	transform: rotate(-40deg);
	transition: all 120ms ease-in;
}

/** Ul **/

ul.list_disc > li {
	position: relative;
	padding-left: 30px;
	padding-left: 20px;
	font-size: 1.05em;
	line-height: 1.4em;
}
ul.list_disc > li:before {
	position: absolute;
	top: 50%;
	top: 0.5em;
	left: 0;
	content: '';
	transform: translateY(-50%);
	transform: none;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #252525;
}
ul.list_disc > li:not(:last-of-type) {
	margin-bottom: 1em;
}
ul.list_disc > li a {
	color: #009ea1 !important;
	text-decoration: underline;
}

/** OL **/

ol.list_order {
	margin-bottom: 2em;
	counter-reset: number 0; 
}
ol.list_order > li {
	position: relative;
	padding-left: 2.2em;
	line-height: 1.8em;
}
ol.list_order > li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	counter-increment: number 1;
	content: counter(number);
	color: #009ea1;
	background: #dfefeb;
	font-family: "Quicksand", sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
}
ol.list_order > li:not(:last-of-type) {
	margin-bottom: 1em;
	margin-bottom: 0.75em;
}
ol.list_order > li p {
	margin-bottom: 1em;
}


/** Post **/

.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}


/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
	text-align: center;
}
#paging ul {
	position: relative;
}
#paging_next {
	float: left;
}
#paging_prev {
	float: right;
}
#paging li {
	display: inline-block;
}
#paging li .current,
#paging li a {
	display: block;
	padding: 0.3em 1.2em;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #000 !important;
	text-decoration: none !important;
	background: #FFF;
}
#paging li .current {
	color: #ccc !important;
}
#paging li.active a {
	color: #FFF !important;
	background: #000;
}
#paging .prev {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_prev.png) no-repeat center / cover;
}
#paging .next {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_next.png) no-repeat center / cover;
}


/** Single_paging */

#single_paging {
	margin-top: 7em;
	margin-bottom: 8.5em;
}
#single_paging ul {
	position: relative;
	margin: 0 auto;
	width: fit-content;
}
#single_paging li {
	display: inline-block;
}
#single_paging li a {
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
}
#single_paging li#paging_next a,
#single_paging li#paging_prev a {
	display: block;
	width: 35px;
	height: 35px;
}
#single_paging #paging_next {
	position: absolute;
	top: 50%;
	left: -150px;
	transform: translateY(-50%) rotate(180deg);
}
#single_paging #paging_prev {
	position: absolute;
	top: 50%;
	right: -150px;
	transform: translateY(-50%) rotate(180deg);
}


.slide_overflow {
	overflow: hidden;
}
.slide_overflow .splide {
	visibility: visible;
}
.slide_overflow .splide__track {
	overflow: visible;
}

._post_heading {
	margin-bottom: 4.5em;
	padding: 2.5em 1em;
	border-top: solid 1px #009ea1;
	border-bottom: solid 1px #009ea1;
	color: #009ea1;
}
.post_heading {
	position: relative;
	margin-bottom: 4.5em;
	color: #009ea1;
}
.post_heading h2.title {
	margin-bottom: 0.35em;
	font-size: 1.8em;
	font-weight: 500;
}
.post_heading .post_updated {
	margin-bottom: 0;
	font-size: 0.85em;
}
.post_heading_parent {
	position: absolute;
	top: 0;
	right: 0;
}

.heading.side_more h3.title {
	float: left;
}
.heading.side_more .more {
	float: right;
}

/* Article_pane */

.article_pane {
	float: left;
	width: 48%;
}
.article_pane:nth-of-type(even) {
	float: right;
}
.article_pane:nth-of-type(2n + 1) {
	clear: both;
}
.article_pane:not(:last-of-type) {
	margin-bottom: 1.25em;
	margin-bottom: 1.75em;
}
.article_pane a {
	display: block;
	position: relative;
	padding: 1.2em;
	height: 100%;
	border-radius: 10px;
	background: #f6f6f6;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}
._article_pane a {
	display: block;
	position: relative;
	padding: 1.8em 1.64em 1.45em 20px;
	border: 1px solid #dcdcdc;
	border: 1px solid #009ea1;
	border: none;
	border-radius: 10px;
	background: #f6f6f6;
	transition: all 300ms ease-in-out;
}
.article_pane a:hover {
	border-color: #252525;
	transform: scale(0.98);
	transition: all 200ms ease-in-out;
}
.article_pane a::before {
	position: absolute;
	top: -6px;
	right: -6px;
	padding: 0.8em;
	padding: 0.9em 0.75em 0.6em 0.8em;
	padding: 0.9em 0.75em 0.8em 0.8em;
	color: #fff !important;
	background: #ddd;
	border: 2px solid #fb4491;
	font-size: 0.65em;
	font-size: 0.75em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	border-radius: 9px;
}
.article_pane.report_event a::before {
	content: 'EVENT';
	color: #fb4491 !important;
	background: #fff;
}
.article_pane.report_action a,
.article_pane.report_fund a {
	border-color: #fb4491;
}
.article_pane.report_action a::before,
.article_pane.report_fund a::before {
	content: 'FUND';
	background: #fb4491;
}
.report_fund_total li {
	letter-spacing: 0.05em;
}
._report_fund_total li:not(:last-of-type)::after {
	content: ' / ';
}

.article_pane_date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 15px 10px 15px;
	padding: 17px 15px 10px 17px;
	width: auto;
	color: #b0b4b3;
	color: #888;
	background: #f6f6f6;
	text-align: center;
	border-radius: 5px;
	border-top-left-radius: 10px;
}
._article_pane_date::before {
	position: absolute;
	top: 17px;
	right: -5px;
	content: '';
	width: 5px;
	height: 5px;
	background: url(../images/common/date_before.png) no-repeat center / 100%;
}
._article_pane_date::after {
	position: absolute;
	bottom: -5px;
	left: 16px;
	content: '';
	width: 5px;
	height: 5px;
	background: url(../images/common/date_before.png) no-repeat center / 100%;
}
.article_pane_compact .article_pane_date {
	float: left;
	position: relative;
	top: auto;
	left: auto;
	margin-top: 5px;
	width: 25px;
	background: none;
	border-radius: 0;
	padding: 0;
}
._article_pane_date {
	float: left;
	/* margin-right: 24px; */
	width: 25px;
	color: #b0b4b3;
	color: #888;
	text-align: center;
}
.report_event .article_pane_date {
	color: #009ea1;
	color: #fb4491;
}
.report_action .article_pane_date,
.report_fund .article_pane_date {
	color: #fb4491;
}
.article_pane_date_y {
	margin-bottom: 0.45em;
	padding-bottom: 0.45em;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: -0.04em;
	border-bottom: 1px solid #b0b4b3;
}
.report_event .article_pane_date_y {
	border-bottom: 1px solid #009ea1;
	border-bottom: 1px solid #fb4491;
}
.report_action .article_pane_date_y,
.report_fund .article_pane_date_y {
	border-bottom: 1px solid #fb4491;
}
.article_pane_date_m {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: 0;
}
.article_pane_date_d {
	font-size: 1.44em;
	line-height: 1em;
	text-align: center;
}
.article_pane_thumbnail {
	margin-bottom: 1.5em;
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 3px;
	border-radius: 5px;
	background-color: #fff !important;
	overflow: hidden;
}
._article_pane_thumbnail {
	float: left;
	width: 64px;
	aspect-ratio: 1/1;
	border-radius: 3px;
	background-color: #fff !important;
	overflow: hidden;
}
.article_pane_thumbnail.wo_thumbnail {
	background-size: 75% !important;
}
.report_action .article_pane_thumbnail.wo_thumbnail,
.report_fund .article_pane_thumbnail.wo_thumbnail {
	background-image: url(../images/common/image_alt_fund.png) !important;
}
.article_pane_content {
	padding: 0 0.3em;
}
.article_pane_compact .article_pane_content {
	float: right;
	padding: 0;
	width: calc(100% - 50px);
}
._article_pane_content {
	float: right;
	width: calc(100% - 130px);
}
.article_pane_content h4,
.article_pane_content p {
	word-break: break-all;
}
.article_pane_content h4 {
    margin-bottom: 0.5em;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    letter-spacing: 0.075em;
}
.article_pane_compact .article_pane_content h4 {
	margin-bottom: 0.35em;
	font-size: 1.08em;
}
.article_pane_content li,
.article_pane_content p {
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
.article_pane_compact .article_pane_content li,
.article_pane_compact .article_pane_content p {
	line-height: 1.5em;
}

/** Reuse_pane **/

.reuse_panes_list .reuse_pane {
	position: relative;
	float: left;
	margin-bottom: 2.5em;
	margin-right: 0;
	width: 31%;
	width: 30%;
	z-index: 1;
}
.reuse_panes_list .reuse_pane:nth-of-type(3n - 1) {
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-left: 5%;
	margin-right: 5%;
}
.reuse_panes_list .reuse_pane:nth-of-type(3n + 1) {
	clear: both;
}
.reuse_needed #reuse_images::before,
.reuse_pane.reuse_needed::before {
	position: absolute;
	right: -10px;
	top: -10px;
	content: '人気';
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	background: #009ea1;
	border-radius: 50%;
	z-index: 2;
}

@keyframes needed {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.07);
	}
	100% {
		transform: scale(1);
	}
}

.reuse_pane .reuse_pane_container,
.reuse_pane span.linkless,
.reuse_pane a {
	display: block;
	text-decoration: none;
	background: none;
	border: 1px solid #009ea1;
	border: none;
}
.reuse_domestic .reuse_pane_container,
.reuse_pane.reuse_overseas .reuse_pane_container,
.reuse_domestic a,
.reuse_pane.reuse_overseas a {
	background: #f6f6f6;
	background: none;
}
.reuse_pane span.linkless,
.reuse_pane a {
	display: block;
	width: 100%;
	height: 100%;
	color: #252525 !important;
}
.reuse_pane a:hover .reuse_pane_image {
	transform: scale(1.06);
	transform: scale(0.96);
	transition: all 260ms ease-in-out;
}
.reuse_pane_image {
	margin-bottom: 1.35em;
	margin-bottom: 1em;
	border-radius: 8px;
	border: solid 1px #eee;
	background-color: #fff !important;
	overflow: hidden;
	transition: all 360ms ease-in-out;
}
.reuse_pane_text {
	padding: 0 0.5em;
}
.reuse_pane_text h4 {
	font-weight: 500;
	font-size: 1em;
}
.reuse_pane_text h4,
.reuse_pane_text h5 {
	line-height: 1.6em;
}
.reuse_pane_text h4 .label {
	margin-right: 0.5em;
	padding: 0.2em 0.4em 0.15em 0.4em;
	border-radius: 2px;
	font-size: 0.8em;
	color: #009ea1;
	letter-spacing: 0.05em;
	border: solid 1px #009ea1;
	background: #fff;
}
.reuse_pane_text h5 {
	margin-top: 0.77em;
	font-size: 0.84em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.reuse_pane_text p {
	margin-top: 0.5em;
	font-size: 0.84em;
	letter-spacing: 0.05em;
	color: #666;
	line-height: 1.6em;
}
#reuse_others_panes .reuse_pane_text h4 {
	font-size: 0.9em;
}


.reuse_list_tags .reuse_list_tag {
	float: left;
	margin-right: 0.9em;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}


/* Page Hero */

.page_hero {
	padding-top: 130px;
	margin-bottom: 5em !important;
	overflow: hidden;
}
.page_hero .inner {
    position: relative;
    max-width: 100%;
	z-index: 2;
}
_.page_hero .inner {
    position: relative;
	padding: 0;
    max-width: 100%;
	height: 1000px;
	background: teal;
	z-index: 2;
}
._page_hero_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
    height: 500px;
	background: aqua;
	border-radius: 0;
	overflow: hidden;
}
.page_hero_wrapper {
	position: relative;
	width: 100%;
	height: 500px;
}
.page_hero_wrapper::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100vw;
	height: 125px;
	background: #8ec9ca;
	z-index: -1;
}
.page_hero_wrapper::after {
	position: absolute;
	top: -131px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100vw;
	height: calc(100% + 131px);
	background: #f1f3f6;
	z-index: -2;
		/* -webkit-clip-path: inset(0 round 52px);
	clip-path: inset(0 round 52px); */
}
.page_fund .page_hero_wrapper::before {
	background: #f4cfd7;
}
.page_fund .page_hero_wrapper::after {
	background: #fcf4f4;
}
.page_hero_text {
	position: absolute;
	top: 17.2%;
	left: 31.8%;
	transform: translateX(-50%);
	color: #009ea1;
	font-weight: 500;
}
.page_fund .page_hero_text {
	color: #fb4491;
}
.page_hero_text h2 {
	position: relative;
	margin-bottom: 1.5em;
	padding-right: 1em;
	font-size: 1.3em;
	line-height: 1.2em;
	z-index: 1;
}
.page_hero_text h2 span {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	background: #f1f3f6;
	z-index: 1;
}
.page_fund .page_hero_text h2 span {
	background: #fcf4f4;
}
.page_hero_text h2::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 100%;
	height: 1px;
	background: #009ea1;
	z-index: -1;
}
.page_fund .page_hero_text h2::before {
	background: #fb4491;
}
.page_hero_text h3 {
	margin-bottom: 0.8em;
	font-size: 2.36em;
	line-height: 1.2em;
}
.page_hero_text p {
	font-size: 1.57em;
	line-height: 1.64em;
}
.page_hero_image {
	position: absolute;
	transform: translateX(-50%);
}


/* Breadcrumb */

#breadcrumb {
	margin-bottom: 7.2em;
	margin-bottom: 3.5em;
}
#breadcrumb,
#breadcrumb a {
	color: #009ea1 !important;
}
.page_fund #breadcrumb,
.page_fund #breadcrumb a {
	color: #fb4491 !important;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb ul {
	font-size: 0.9em;
	letter-spacing: 0.05em;
}
#breadcrumb li {
	float: left;
	line-height: 2.2em;
}
#_breadcrumb li:first-of-type a {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	color: #fff !important;
	font-size: 0.8rem;
	line-height: 1rem;
	background: #009ea1;
	border-radius: 3px;
}
._page_fund #breadcrumb li:first-of-type a {
	background: #fb4491;
}
#breadcrumb li:not(:last-of-type) {
	position: relative;
	margin-right: 2em;
}
#breadcrumb li:not(:last-of-type)::before {
	position: absolute;
	top: 10px;
	top: 50%;
	right: -1em;
	transform: translateY(-50%) rotate(45deg);
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #009ea1;
	border-right: 1px solid #009ea1;
}
.page_fund #breadcrumb li:not(:last-of-type)::before {
	border-top: 1px solid #fb4491;
	border-right: 1px solid #fb4491;
}

/* Section Summary */

.section_summary {
    position: relative;
}
.section_summary_text {
    position: relative;
}
.section_summary.ltrv .section_summary_text,
.section_summary.lvrt .section_summary_text {
	width: 50%;
}
.section_summary_text h3 {
	margin-bottom: 1.42em;
	color: #009ea1;
	font-size: 2.52em;
	font-weight: 600;
	line-height: 1.37em;
	letter-spacing: 0.08em;
}
.page_fund .section_summary_text h3 {
	color: #fb4491;
}
.section_summary_text h3 span {
	display: block;
	margin-bottom: 0.35em;
	line-height: 1em;
    font-size: 0.54em;
}
.section_summary_text h3 span.title_additional {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0.25em;
	font-size: 0.65em;
}
.section_summary_text h3 a {
	text-decoration: none;
	color: #009ea1 !important;
}

.section_summary h2.title_vertical {
	position: absolute;
    top: 14px;
    top: 0;
    left: -50px;
    padding: 1em 0.6em;
    color: #009ea1;
    background: #dfefeb;
    font-size: 1.14em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	white-space: nowrap;
}
.section_summary_visual {
	width: 42%;
}
.page_fund .section_summary h2.title_vertical {
    color: #fb4491;
    background: #fcf4f4;
}
.section_summary.ltrv .section_summary_text,
.section_summary.lvrt .section_summary_visual {
	float: left;
}
.section_summary.ltrv .section_summary_visual,
.section_summary.lvrt .section_summary_text {
	float: right;
}
.section_summary.ltrv h2.title_vertical {
    left: -50px;
}
.section_summary.lvrt h2.title_vertical {
    right: -50px;
}
.section_summary.ltrv .section_summary_text {
	transform: translateX(-5px);
	opacity: 0;
}
.section_summary.ltrv.reveal .section_summary_text {
	animation: slidein_right 500ms 200ms ease-in-out forwards;
}
.section_summary.ltrv .section_summary_visual {
	opacity: 0;
}
.section_summary.ltrv.reveal .section_summary_visual {
	animation: fadein 500ms 500ms ease-in-out forwards;
}
.section_summary.lvrt .section_summary_text {
	transform: translateX(5px);
	opacity: 0;
}
.section_summary.lvrt.reveal .section_summary_text {
	animation: slidein_left 500ms 200ms ease-in-out forwards;
}
.section_summary.lvrt .section_summary_visual {
	opacity: 0;
}
.section_summary.lvrt.reveal .section_summary_visual {
	animation: fadein 500ms 500ms ease-in-out forwards;
}
.section_summary_image {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

/* Section Desc */

.section_desc {
	margin-bottom: 1.5em;
	margin-bottom: 2em;
	/* font-size: 1.05em; */
}
.section_desc p:not(:last-of-type) {
	margin-bottom: 1em;
}

/* Page List */

.page_list_pane {
	float: left;
	width: 32%;
}
.page_list_pane:nth-of-type(3n - 1) {
	margin: 0 2%;
}
.page_list_pane:nth-of-type(3n + 1) {
	clear: both;
}
.page_list_pane:nth-last-of-type(n + 4) {
	margin-bottom: 1.5em;
}
._page_list_pane {
	float: left;
	width: 48%;
}
._page_list_pane:nth-of-type(even) {
	float: right;
}
._page_list_pane:nth-of-type(2n + 1) {
	clear: both;
}
._page_list_pane:nth-last-of-type(n + 3) {
	margin-bottom: 3em;
}
.page_list_pane a {
	display: block;
    position: relative;
	width: 100%;
	height: 100%;
    padding: 2em 70px 2.1em 2em;
    padding: 2em 45px 2.1em 1.8em;
    background: #f6f6f6;
    border-radius: 20px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.page_list_pane a::before {
	position: absolute;
	top: 50%;
	right: 30px;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	width: 10px;
	height: 17px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}
.page_list_pane.page_fund a::before {
	background: url(../images/common/icon_more_fund.png) no-repeat center / 100%;
}
.page_list_pane a:hover::before {
	animation: page_list_pane 350ms ease-in-out forwards;
}
@keyframes page_list_pane {
	0% {
		right: 20px;
	}
	50% {
		right: 15px;
	}
	100% {
		right: 20px;
	}
}
.page_list_pane h5 {
	margin-bottom: 0.8em;
	color: #009ea1;
	font-size: 0.8em;
	line-height: 1.2em;
}
.page_list_pane.page_fund h5 {
	color: #fb4491;
}
.page_list_pane h4 {
	font-size: 1.3em;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}


/* Price Table */

.price_table {
	width: 100%;
	background: #fff;
}
.price_table td,
.price_table th {
	padding: 0.65rem 1rem;
}
.price_table td,
.price_table th {
	padding: 0.65rem 1rem;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-collapse: collapse;
}
.price_table th {
	width: 70%;
	font-weight: 400;
	background: #fafafa;
}
.price_table th .note {
	margin-top: 0.5em;
}
.price_table td {
	width: 30%;
	font-weight: 500;
	font-size: 1.1em;
	text-align: right;
    vertical-align: middle;
}


/* Rank Table */

.rank_table {
    width: 100%;
    background: #fff;
}
.rank_table caption {
    padding: 0.8em;
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
    background: #009ea1;
    text-align: center;
}
.rank_table thead th {
    background: #e1eae7;
}
.rank_table tbody th {
    width: 4.2em;
    text-align: center;
}
.rank_table td,
.rank_table th {
	padding: 0.65rem 1rem;
    text-align: center;
}
.rank_table td,
.rank_table th {
	padding: 0.65rem 1rem;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-collapse: collapse;
}

/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	height: 100px;
	transition: all 100ms ease-in-out;
	background: #fff;
	z-index: 10000;
	transition: all 200ms ease-in-out;
}
.w_hero #header {
	background: none;
}
.fixed #header {
	/* height: 100px; */
	background: #fff;
}
.header_inner {
	padding: 32px 38px 33px 50px;
	padding: 17px 38px 18px 50px;
	padding: 19px 38px 19px 50px;
	transition: all 200ms ease-in-out;
}
._fixed .header_inner {
	padding: 17px 38px 18px 50px;
}
#header_logo {
	float: left;
	margin-top: 16px;
	/* width: 453px; */
	height: 33px;
}
#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header_logo_image {
	float: left;
}
.header_logo_image img {
	width: auto;
	height: 33px;
}
.header_logo_text {
	float: right;
	margin-left: 14px;
	padding-top: 2px;
	padding-left: 14px;
	height: 33px;
	font-weight: 600;
	border-left: 2px solid #009ea1;
	color: #009ea1;
}
.header_logo_text span {
	display: block;
	line-height: 1em;
}
.header_logo_text .logo_text_en {
	margin-bottom: 5px;
	font-size: 0.8em;
	font-size: 0.86em;
	letter-spacing: 0.04em;
	letter-spacing: 0.075em;
}
.header_logo_text .logo_text_ja {
	font-size: 0.86em;
	letter-spacing: 0.03em;
	letter-spacing: 0.05em;
}
#menu {
	float: right;
	margin-top: 19px;
	margin-top: 3px;
}
#menu_global a {
	position: relative;
	color: #009ea1 !important;
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none;
}
#menu_global > ul {
	float: left;
}
.menu_global_parent {
	position: relative;
	float: left;
	margin-right: 1.8em;
	margin-right: 1.3em;
}
#menu_global > ul:last-of-type .menu_global_parent:last-of-type {
	margin-right: 0;
}
.menu_global_parent > a {
	display: inline-block;
	padding-left: 20px;
}
.menu_global_parent > a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(0);
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
	transition: all 200ms ease-in-out;
}
.menu_global_parent > a:hover::before {
	transform: translateY(-50%) rotate(-90deg);
}
.menu_global_children_wrapper {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	padding-top: 10px;
	/* background: yellow; */
}
.menu_global_children {
	padding: 1em 1.2em;
	width: max-content;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
}
.menu_global_children a {
	position: relative;
	font-size: 0.9em;
	padding-left: 12px;
}
.menu_global_children a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 5px;
	height: 1px;
	background: #009ea1;
}
#menu_sub {
	margin-left: auto;
	margin-bottom: 0.3em;
	width: fit-content;
}
#menu_sub li {
	float: left;
	margin-right: 2em;
	margin-right: 1.5em;
	margin-right: 1em;
}
#_menu_sub li#menu_company {
	margin-right: 0;
}
#menu_sub li a {
	position: relative;
	display: inline-block;
	margin-bottom: 0.8em;
	margin-bottom: 0;
	padding-left: 20px;
	padding-left: 13px;
	color: #009ea1 !important;
	font-size: 1.05em;
	font-size: 0.85em;
	font-weight: 500;
	text-decoration: none;
}
#menu_sub li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
	content: '';
	width: 12px;
	height: 12px;
	width: 9px;
	height: 9px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
}
#menu_sub li#menu_guide a {
	padding-left: 18px;
}
#menu_sub li#menu_guide a::before {
	width: 12px;
	height: 14px;
	transform: translateY(-50%) rotate(0deg);
	background: url(../images/common/icon_file.png) no-repeat center / 100%;
}
#menu_term {
	clear: both;
}
#menu_contact {
	margin-right: 0 !important;
}
#header_tel {
	float: right;
	text-align: center;
}
#header_tel {
	float: right;
	margin-left: 26px;
	padding-left: 21px;
	border-left: 1px solid #009ea1;
}
#header_tel a {
	display: block;
	color: #009ea1 !important;
	text-decoration: none;
}
#header_tel h4 {
	margin-bottom: 0.35rem;
	font-size: 1.86em;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
#header_tel h4 span {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.48em;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0.02em;
}
#header_tel p {
	font-size: 0.77em;
	line-height: 1.1em;
	letter-spacing: 0.02em;
}

#menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	z-index: 1000;
}


/* Neck */

#neck {
	margin-top: 160px;
	margin-top: 100px;
	margin-top: 130px;
	transition: all 200ms ease-in-out;
}
.fixed #neck {
	margin-top: 100px;
	transition: all 200ms ease-in-out;
}
.w_hero #neck {
	margin-top: 0;
}


/* Item */

.items_pane {
	float: left;
	width: 22.75%;
}
.items_pane:not(:nth-of-type(4n)) {
	margin-right: 3%;
}
.items_pane:nth-of-type(4n + 1) {
	clear: both;
}
.items_pane:nth-last-of-type(n + 5) {
	margin-bottom: 2em;
}
.items_pane a {
	display: block;
	text-decoration: none;
}
.items_pane_image {
	margin-bottom: 0.8em;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}
.items_pane a:hover .items_pane_image {
	transform: scale(0.96);
	transition: all 300ms ease-in-out;
}
.items_pane h4 {
	padding: 0 0.3em;
	font-size: 1.2em;
	font-size: 1.15em;
	font-weight: 500;
}


/* Flow */


.section_service {
	padding-bottom: 7.3em;
	background: #f1f4f3;
}
.section_service .inner {
	max-width: 100%;
	max-width: 1300px;
	padding-top: 10em;
}
.section_service h3 {
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	padding: 1em 1.8em 1.1em 2em;
	width: max-content;
	color: #009ea1;
	background: #fff;
	font-size: 1.36em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-radius: 20px;
}
.section_service h3::before {
	position: absolute;
	top: 17px;
	left: -16px;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/home/home_about_title_before.png) no-repeat center / 100%;
}
.section_service h3::after {
	position: absolute;
	top: 17px;
	right: -16px;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/home/home_about_title_after.png) no-repeat center / 100%;
}
.section_service_content {
	position: relative;
	padding: 0 15px;
}

#service_flow thead th {
	padding: 0 1.5%;
	color: #009ea1;
	font-weight: 500;
	text-align: center;
}
#service_flow thead th:nth-of-type(2) {
	padding: 0 1.5% 0 3%;
}

#service_flow thead th h4 {
	margin: 0 auto 2em auto;
	padding: 0.9em;
	font-size: 0.93em;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.38em;
	color: #009ea1;
	border: 2px solid #009ea1;
	border-radius: 8px;
	text-align: center;
	background: #fff;
}
#service_flow thead th h4 span {
	display: block;
	margin-top: 0.4em;
	font-size: 0.75em;
	line-height: 1.2em;
}
#service_flow tbody th {
	position: relative;
	width: 12%;
	width: 10.5%;
	height: 190px;
	height: 210px;
	color: #009ea1;
	font-weight: 500;
	vertical-align: middle;
}
#service_flow thead th:first-of-type,
#service_flow tbody th {
	border-right: solid 2px #009ea1;
}
#service_flow tbody tr:first-of-type th::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 80%;
	height: 2px;
	background: #009ea1;
}

#service_flow tbody td {
	padding: 0 1.5%;
	width: 22%;
	height: 100%;
}
#service_flow tbody td.step_common:first-of-type {
	padding: 0 1.5% 0 3%;
	width: 23.5%;
}
#service_flow tbody tr:first-child td {
	padding-bottom: 20px;
}
#service_flow tbody tr:last-child td {
	padding-top: 20px;
}
#service_flow tbody tr:not(:last-of-type) td.step_individual {
	border-bottom: solid 1px #ddd;
}
#service_flow tbody td.step_common {
	padding-bottom: 0 !important;
}

.service_flow {
	position: relative;
	margin: 0 auto;
	padding: 15px;
	padding: 15px 12px;
	width: 100%;
	height: 190px;
	background: #e1eae7;
	border-radius: 10px;
}
.step_common .service_flow {
	padding: 111.5px 15px;
	height: calc(380px + 40px + 1px);
}
.service_flow.flow_ecokaishu {
	border: 2px solid #009ea1;
}
.service_flow.flow_fund {
	color: #fb4491 !important;
	border: 2px solid #fb4491;
	background: #fcf4f4;
}
.service_flow.flow_fund {
	color: #fb4491 !important;
	border: 2px solid #fb4491;
	background: #fcf4f4;
}
.service_flow.flow_fund p,
.service_flow.flow_fund h6 {
	color: #fb4491 !important;
	border-color: #fb4491 !important;
}
.service_flow.flow_fund .service_flow_more a {
	background: #fb4491;
}
.service_flow.flow_fund .service_flow_more a::before {
	background: url(../images/common/more_horn_fund.png) no-repeat center / 100%;
}
.service_flow p {
	margin-bottom: 1em;
}
.service_flow h5 {
	color: #009ea1;
	min-height: 38px;
	font-weight: 500;
	line-height: 1.29em;
	text-align: center;
}
.service_flow h5 span {
	display: block;
	margin-top: 0.4em;
	font-size: 0.7em;
	line-height: 1.2em;
}
#service_flow tbody td h6 {
	margin: 12px auto 0 auto;
	padding-top: 12px;
	width: 90%;
	font-size: 0.93em;
	font-size: 0.86em;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.38em;
	text-align: center;
	color: #009ea1;
	border-top: 2px solid #009ea1;
}
#service_flow tbody td h6 span {
	display: block;
	margin-bottom: 0.5em;
	font-size: 0.77em;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.2em;
}
.service_flow_image {
	margin: 0 auto;
	width: 86%;
}
.service_flow_more {
	position: absolute;
	top: -10px;
	right: -25px;
	margin-bottom: 0;
}
.service_flow_more a {
	display: inline-block;
	position: relative;
	padding: 0.8em 0.98em 0.83em 1.1em;
	color: #fff !important;
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	background: #009ea1;
	text-decoration: none;
	border-radius: 15px;
	transition: all 200ms ease-in-out;
}
.service_flow_more a:hover {
	transform: scale(1.05);
}
.service_flow_more a::before {
	position: absolute;
	left: 10px;
	bottom: -10px;
	content: '';
	width: 8px;
	height: 13px;
	background: url(../images/common/more_horn.png) no-repeat center / 100%;
}
.step_empty .service_flow {
	background: none !important;
}
.step_empty .service_flow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%);
	width: 120px;
	width: 60px;
	height: 3px;
	background: #009ea1;
	border-radius: 20px;
}





.flow_caution {
	margin-bottom: 5em;
	padding: 3em;
	border: 1px solid #ce3c3c;
	border-radius: 10px;
}
.flow_caution h4 {
	margin-bottom: 1em;
	color: #ce3c3c;
	font-size: 1.2em;
	font-weight: 500;
}
.flow_content .side {
	width: 30%;
}
.flow_content .main {
	width: 58%;
}
._flow_pane {
	position: relative;
	counter-increment: mycounter;
}
._flow_pane::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(mycounter, decimal-leading-zero);
	/* color: #009ea1; */
	font-family: "Quicksand", sans-serif;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: 0;
}
.flow_pane:not(:last-of-type) {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 2px dashed #009ea1;
}
.flow_image {
	float: left;
	width: 30%;
	text-align: center;
}
.flow_image p {
	margin: 0 auto 1.5em auto;
	width: 80%;
}
.flow_text {
	float: right;
	width: 65%;
}
.flow_text h4 {
	margin-bottom: 1em;
	color: #009ea1;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.flow_text h4 span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	padding: 0.5em 0.8em 0.3em 0.8em;
	width: 65px;
	color: #fff;
	background: #009ea1;
	/* font-family: "Quicksand", sans-serif; */
	font-size: 0.65em;
	font-weight: 500;
	/* font-weight: 700; */
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2em;
	border-radius: 3px;
}
.flow_text p:not(:last-of-type) {
	margin-bottom: 1em;
}
.flow_after {
	margin-top: 5em;
}
.flow_after_pane {
	float: left;
	position: relative;
	padding: 2.5em 2.5em 4em 2.5em;
	width: 48%;
	border-radius: 6px;
	background: #f1f1f1;
	overflow: hidden;
}
.flow_after_pane::before {
	position: absolute;
	bottom: -8px;
	right: 3px;
	content: 'AFTER...';
	color: #fff;
	font-family: "Quicksand", sans-serif;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	opacity: 0.8;
	z-index: 1;
}
.flow_after_pane:nth-of-type(even) {
	float: right;
}
.flow_after_pane:nth-of-type(2n + 1) {
	clear: both;
}
.flow_after_pane:nth-last-of-type(n + 3) {
	margin-bottom: 2em;
}
.flow_after_pane h4,
.flow_after_pane p {
	position: relative;
	z-index: 2;
}
.flow_after_pane h4 {
	margin-bottom: 1em;
	color: #009ea1;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.flow_after_pane p:not(:last-of-type) {
	margin-bottom: 1em;
}


/* Socks */

#socks {
	margin: 8em 0 0 0;
	padding: 3.5em 0;
	background: #e1eae7;
}
#socks .buttons .button {
	display: inline-block;
	margin: 0 1.25em;
}
#socks .button a {
	display: inline-block;
	position: relative;
	padding: 1.6em 2.5em 1.65em 2.3em;
	padding: 1.6em 2.5em 1.65em 5.5em;
	font-size: 1.14em;
	font-weight: 500;
	line-height: 1.2em;
	color: #009ea1 !important;
	text-decoration: none;
	border-radius: 12px;
	border: solid 3px #009ea1;
	background: #fff;
	transition: all 250ms ease-in-out;
}
#socks .button a:hover {
	transform: scale(0.96);
	transition: all 350ms ease-in-out;
}
#socks .button a span {
	display: block;
	position: relative;
	padding-left: 0;
}
#socks .button a span::before {
	display: none;
}
.button#button_assess_easy a {
	background: #fff url(../images/common/icon_assess_easy.png) no-repeat left 20px center / 60px !important;
}
.button#button_assess_details a {
	background: #fff url(../images/common/icon_assess_details.png) no-repeat left 20px center / 60px !important;
}

/* Footer */

#footer {
	/* margin-bottom: 8em; */
	margin: 8.5em 0 8em 0;
	overflow: hidden;
}
.footer_inner {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1200px;
}
#footer_basic {
	float: left;
	width: 280px;
	transition: all 200ms ease-in-out;
}
#footer_logo {
	margin-bottom: 3.5em;
	width: 280px;
	width: 100%;
}
#footer_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.footer_logo_text {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #009ea1;
	font-weight: 600;
	color: #009ea1;
}
.footer_logo_text span {
	display: block;
	line-height: 1em;
}
.footer_logo_text .logo_text_en {
	margin-bottom: 5px;
	font-size: 0.987em;
	font-size: 1.075em;
	letter-spacing: 0.04em;
	letter-spacing: 0.085em;
}
.footer_logo_text .logo_text_ja {
	font-size: 0.956em;
	font-size: 1.035em;
	letter-spacing: 0.03em;
	letter-spacing: 0.11em;
}
#footer_logo p.note {
	margin-top: 1.25em;
	color: #009ea1;
	font-size: 0.75em !important;
	letter-spacing: 0.03em;
}

#footer_data {
	margin-bottom: 3em;
}
#footer_data h1 {
	margin-bottom: 1.3em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
}
#footer_data li {
	font-size: 0.9em;
	line-height: 1.2em;
}
#footer_data li a {
	text-decoration: underline;
}
#footer_data_address a {
	margin-left: 1em;
}
#footer_data li:not(:last-of-type) {
	margin-bottom: 1em;
	margin-bottom: 0.5em;
}
#footer_contact_tel {
	margin-bottom: 2.5em;
	margin-bottom: 2.8em;
}
#footer_contact_tel a {
	display: block;
	position: relative;
	padding: 1.4em 1.5em 1.45em 85px;
	padding: 1.4em 1.2em 1.45em 80px;
	color: #fff !important;
	background: #009ea1;
	border-radius: 10px;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}
#footer_contact_tel a:hover {
	transform: scale(1.05);
}
#footer_contact_tel a {
	display: block;
	position: relative;
	padding: 1.4em 1.5em 1.45em 85px;
	padding: 1.4em 1.2em 1.45em 80px;
	color: #fff !important;
	background: #009ea1;
	border-radius: 10px;
	text-decoration: none;
}
#footer_contact_tel a::before {
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translateY(-50%);
	content: '';
	width: 29px;
	height: 46px;
	width: 35px;
	height: 58px;
	background: url(../images/common/icon_tel.png) no-repeat center / 100%;
}
#footer_contact_tel h4 {
	margin-bottom: 0.35rem;
	font-size: 1.86em;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
#footer_contact_tel h4 span {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.48em;
	font-size: 0.47em;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0.02em;
}
#footer_contact_tel p {
	font-size: 0.77em;
	font-size: 0.7em;
	line-height: 1.1em;
	letter-spacing: 0.02em;
}
#copyright {
	color: #c1c1c1 !important;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
#footer_menu {
	float: right;
	width: calc(100% - 445px);
	transition: all 200ms ease-in-out;
}
#footer_menu a {
	color: #009ea1 !important;
	line-height: 1.2em;
	text-decoration: none;
}
#footer_menu_global {
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #dcdcdc;
}
#footer_menu_global > ul {
	float: left;
}
#footer_menu_global > ul:not(:last-of-type) {
	margin-right: 3em;
}
.footer_menu_global_parent:not(:last-of-type) {
	margin-bottom: 2em;
}
.footer_menu_global_parent > a {
	position: relative;
	display: inline-block;
	margin-bottom: 0.6em;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: 500;
}
.footer_menu_global_parent > a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
}
._footer_menu_global_children li:not(:last-of-type) {
	margin-bottom: 0.2em;
}
.others_num {
	margin: 0 0.1em;
	font-size: 1.3em;
	letter-spacing: 0;
}
.footer_menu_global_children a {
	position: relative;
	font-size: 0.9em;
	padding-left: 12px;
}
.footer_menu_global_children a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 5px;
	height: 1px;
	background: #009ea1;
}
#footer_menu_sub li {
	float: left;
	/* margin-bottom: 1em; */
	margin-right: 2em;
	margin-right: 1.75em;
}
#footer_menu_sub li a {
	position: relative;
	display: inline-block;
	margin-bottom: 0.8em;
	padding-left: 20px;
	font-size: 1.05em;
	font-weight: 500;
}
#footer_menu_sub li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
}
#footer_menu_sub li#footer_menu_guide a {
	padding-left: 23px;
}
#footer_menu_sub li#footer_menu_guide a::before {
	width: 15px;
	height: 17px;
	transform: translateY(-56%) rotate(0deg);
	background: url(../images/common/icon_file.png) no-repeat center / 100%;
}

#footer_menu_term {
	clear: both;
}
#footer_menu_contact {
	margin-right: 0 !important;
}

._footer_menu_global_parent.later,
._footer_menu_global_parent.going,
._footer_menu_global_parent.done,
._footer_menu_global_children li.later,
._footer_menu_global_children li.going,
._footer_menu_global_children li.done,
#_footer_menu_sub li.later,
#_footer_menu_sub li.going,
#_footer_menu_sub li.done {
	position: relative;
}
._footer_menu_global_parent.later::before,
._footer_menu_global_parent.going::before,
._footer_menu_global_parent.done::before,
._footer_menu_global_children li.later::before,
._footer_menu_global_children li.going::before,
._footer_menu_global_children li.done::before,
#_footer_menu_sub li.later::before,
#_footer_menu_sub li.going::before,
#_footer_menu_sub li.done::before {
	position: absolute;
	content: '*';
	top: 0;
	left: -1em;
}
._footer_menu_global_parent.later::before,
._footer_menu_global_children li.later::before,
#_footer_menu_sub li.later::before {
	color: #6bd711;
}
._footer_menu_global_parent.going::before,
._footer_menu_global_children li.going::before,
#_footer_menu_sub li.going::before {
	color: #ff8a47;
}
._footer_menu_global_parent.done::before,
._footer_menu_global_children li.done::before,
#_footer_menu_sub li.done::before {
	color: #4797ff;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}


/* Splide */

.splide__pagination__page {
	opacity: 1 !important;
    background-color: #ccc !important;
}

.splide__pagination__page.is-active {
    background-color: #009ea1 !important;
}

/* Animation */

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slidein_right {
	0% {
		transform: translateX(-5px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slidein_left {
	0% {
		transform: translateX(5px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slidein_up {
	0% {
		transform: translateY(5px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slidein_down {
	0% {
		transform: translateY(-5px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 1350px) and (min-width: 751px) {
	
	.inner {
		padding: 0 30px;
	}
	.header_inner,
	.fixed .header_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	#header_logo p {
		margin-left: 10px;
		padding-left: 10px;
	}
	.menu_global_parent {
		margin-right: 1em;
	}
	.menu_global_parent > a {
		padding-left: 17px;
	}
	#header_tel {
		margin-left: 16px;
		padding-left: 15px;
	}
	.footer_inner {
		padding: 0 30px;
	}
	
}
@media screen and (max-width: 1330px) and (min-width: 751px) {
	
	.header_logo_text {
		display: none;
	}
	
}
@media screen and (max-width: 1200px) and (min-width: 751px) {

	#footer_basic {
		width: 240px;
		transition: all 200ms ease-in-out;
	}
	#footer_menu {
		width: calc(100% - 290px);
		transition: all 200ms ease-in-out;
	}
	#footer_logo .logo_text_en {
		font-size: 0.83em;
	}
	#footer_logo .logo_text_ja {
		font-size: 0.86em;
	}
	#footer_data_address a {
		display: block;
		margin-left: 0;
	}
	#footer_contact_tel a::before {
		left: 15px;
		width: 30px;
		height: 50px;
		background: url(../images/common/icon_tel.png) no-repeat center / 100%;
	}
	#footer_contact_tel h4 {
		margin-bottom: 0.35rem;
		font-size: 1.6em;
	}
	#footer_contact_tel h4 span {
		font-size: 0.45em;
	}
	#footer_contact_tel a {
		padding-left: 60px;
	}
	#footer_contact_tel p {
		font-size: 0.85em;
	}
	
}
@media screen and (min-width: 1101px) {
	
	#menu_news,
	#menu_term,
	#menu_staff,
	#_menu_contact {
		display: none;
	}
	
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
	
	#menu_switch {
		display: block;
	}
	._fixed #menu_switch {
		top: 24px;
	}
	#_header {
		height: 111px;
	}
	._fixed #header {
		height: 81px;
	}
	.header_inner,
	.fixed .header_inner {
		padding-right: 100px;
		padding-left: 30px !important;
	}
	#menu {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		margin-top: 0;
		padding: 120px 30px 50px 50px;
		width: max-content;
		background: #f1f3f6;
		border-radius: 0 0 0 20px;
	}
	.fixed #menu {
		padding-top: 90px;
		padding-top: 100px;
	}
	#menu a {
		line-height: 1.2em;
		text-decoration: none;
	}
	#menu_global {
		margin-bottom: 2.5em;
		padding-bottom: 2em;
		border-bottom: 1px solid #dcdcdc;
	}
	.menu_global_parent {
		float: none;
	}
	.menu_global_parent:not(:last-of-type) {
		margin-bottom: 2em;
	}
	#menu_global > ul:not(:last-of-type) {
		margin-right: 2em;
	}
	.menu_global_parent > a {
		font-size: 1.2em;
	}
	.menu_global_parent > a::before {
		transform: translateY(-50%) rotate(-90deg);
	}
	.menu_global_children {
		padding: 0;
		border: none;
		background: none;
		border-radius: 0;
	}
	.menu_global_children_wrapper {
		position: relative;
		top: auto;
		left: auto;
		padding-top: 0;
	}
	#menu_sub {
		width: 100%;
	}
	#menu_report,
	#menu_term,
	#menu_staff,
	#menu_contact {
		display: block;
	}
	#menu_sub li {
		margin-right: 2em;
	}
	#menu_sub li#menu_company {
		margin-right: 2em;
	}
	#menu_sub li a {
		margin-bottom: 0.8em;
		padding-left: 20px;
		font-size: 1.05em;
	}
	#menu_sub li a::before {
		top: 4px;
		width: 12px;
		height: 12px;
	}
	#header_tel {
		position: relative;
		margin-top: 8px;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		z-index: 10000;
	}
	#header_tel a {
		padding: 6px 10px 5px 40px;
		color: #fff !important;
		background: #009ea1 url(../images/common/icon_tel.png) no-repeat 10px center / 21px 34px;
		border-radius: 10px;
	}
	#header_tel h4 {
		margin-bottom: 0;
		font-size: 1.4em;
	}
	#header_tel p {
		display: none;
	}
	
	#neck {
		margin-top: 68px;
		margin-top: 111px;
	}
	#_footer_menu {
		min-width: 580px !important;
		width: calc(100% - 360px) !important;
		transition: all 200ms ease-in-out;
	}
	#_footer_basic {
		float: left;
		width: 260px;
		transition: all 200ms ease-in-out;
	}
	
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
	
	#footer_menu_global {
		padding-bottom: 0;
	}
	#footer_menu_global ul {
		float: none;
		margin-bottom: 2em;
	}
	#footer_menu_global ul:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.footer_menu_global_parent {
		float: left;
		width: 48%;
		margin-bottom: 0 !important;
	}
	.footer_menu_global_parent:nth-of-type(even) {
		float: right;
	}
	.footer_menu_global_parent:nth-of-type(2n + 1) {
		clear: both;
	}
	#footer_menu_term {
		clear: none;
	}
	
}
@media screen and (max-width: 910px) and (min-width: 751px) {
	
	#socks .button {
		margin-left: 0;
		margin-right: 0;
	}
	#socks .button:not(:last-of-type) {
		margin-bottom: 1.2em;
	}
	#socks .button a {
		min-width: 400px;
	}
	
}