body {
	color: #113A17;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
}

.u-desktop {
	display: none !important;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.6;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.consensus .hidden {
  display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.accordion {
	background-color: #F2FBF5;
}

.accordion__inner {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.accordion__list {
	margin-top: 1.25rem;
}

.accordion__item {
	background-color: #fff;
	border-radius: 1.25rem;
	color: #283202;
	transition: all 0.5s ease;
}

.accordion__item + .accordion__item {
	margin-top: 1.25rem;
}

.accordion__head {
	align-items: center;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	display: flex;
	gap: 0.9375rem;
	justify-content: space-between;
	padding: 1rem;
}

.accordion__icon {
	align-items: center;
	background-color: #0b4e1c;
	border: solid 1px #1BA445;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	vertical-align: top;
	width: 2rem;
}

.accordion__headQuestion {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
}

.accordion__headToggle {
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.accordion__headToggle::before,
.accordion__headToggle::after {
	background-color: #000;
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.accordion__headToggle::before {
	height: 0.125rem;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.accordion__headToggle::after {
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.accordion__body {
	display: none;
	padding: 1rem;
	position: relative;
}

.accordion__bodyAnswer {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 3.125rem;
}

.accordion_press {
	margin-top: 0.625rem;
}

.accordion__head.is-click .accordion__icon {
	background-color: #fff;
	color: #1BA445;
	transition: 0.5s;
}

.accordion__body .accordion__icon {
	left: 1.25rem;
	position: absolute;
	top: 0.875rem;
}

.accordion__head.is-click {
	background-color: #127C32;
	transition: 0.5s;
}

.accordion__head.is-click .accordion__headToggle:after {
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.5s;
}

.accordion__head.is-click .accordion__headToggle:before {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.accordion__head.is-click .accordion__headQuestion {
	color: #fff;
	transition: 0.5s;
}

.balloon__text {
	border: solid 3px #247E3F;
	border-radius: 0.625rem;
	box-sizing: border-box;
	color: #283202;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0.5rem;
	position: relative;
}

.balloon__text::before {
	border-color: #0B6025 transparent transparent;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	content: "";
	position: absolute;
	right: 50%;
	top: 100%;
	translate: -50% 100%;
	translate: 50% 0;
}

.balloon__text::after {
	border-color: #ffffff transparent transparent;
	border-style: solid;
	border-style: solid;
	border-width: 15.5px 7.8px 0 7.8px;
	content: "";
	position: absolute;
	right: 50%;
	top: 100%;
	translate: 50% 0;
}

.balloon__icon {
	width: 5rem;
}

.l-breadcrumb {
	margin-top: 0.625rem;
}

.breadcrumb {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.breadcrumb img {
	aspect-ratio: 1;
	width: 0.5rem;
}

.hidden-value {
	left: -9999px;
	position: absolute;
}

.l-contactRequest {
	margin-bottom: 2.5rem;
}

body.noscroll {
	overflow: hidden;
}

.drawer {
	background: linear-gradient(90deg, #0d8c43, #037132);
	color: #fff;
	height: 100vh;
	left: 0;
	overflow: auto;
	padding-bottom: 3.75rem;
	padding-top: 5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.drawer__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.25rem;
}

.drawer__cols {
	grid-gap: 0.375rem;
	display: grid;
	flex-direction: column;
	gap: 0.375rem;
}

.drawer__col {
	font-size: 0.875rem;
	line-height: 1.8;
}

.drawer__col:nth-child(2) {
	margin-top: 0.625rem;
}

.drawer__logo {
	margin: 0 auto 0.75rem 0;
	width: 10rem;
}

.drawer__desc {
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.6;
}

.drawer__sns {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.9375rem;
}

.drawer__sns li img {
	height: 1.5rem;
	width: 1.5rem;
}

.drawer__nav {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.drawer__nav a {
	-webkit-text-decoration: none;
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.drawer__nav a:hover {
	opacity: 0.7;
}

.drawer__copy {
	color: #eee;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	margin-top: 2.5rem;
	text-align: center;
}

.drawer.js-drawerSwitch {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.js-drawerSwitch.is-drawer {
	opacity: 1;
	transition: 0.5s;
	visibility: visible;
}

.drawer__copy_underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.floating {
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.floating__item {
	flex: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.floating__item_green {
	background-color: #00652F;
}

.floating__item_orange {
	background-color: #F7941E;
}

.floating__item_lime {
	background-color: #00A651;
}

.floating__item:last-child .floating__link {
	gap: 0.375rem;
}

.floating__link {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	height: 100%;
	justify-content: center;
	transition: background-color 0.5s;
}

.floating__graphicIcon {
	width: 0.875rem;
}

.floating__caption {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.floating__telWrap {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.4;
	margin-top: -0.3125rem;
}

.floating__note {
	color: #fff;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 0.375rem;
	font-weight: 400;
}

.floating__label {
	color: #fff;
	font-size: 0.375rem;
	font-weight: 400;
}

.headline {
	text-align: center;
}

.headline__label {
	color: #0B6025;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.headline__label::after {
	background-color: #0B6025;
	content: "";
	display: block;
	height: 0.1875rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.75rem;
}

.headline__main {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3125rem;
	position: relative;
	width: -moz-max-content;
	width: max-content;
}

.headline__text {
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: left;
}

.headline__graphic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	width: 5rem;
}

.headline2 {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}

.headline2::after {
	background-color: #075120;
	border-radius: 0.125rem;
	content: "";
	display: block;
	font-size: 1.5625rem;
	height: 0.1875rem;
	margin: 0.5rem auto 0;
	width: 3.5rem;
}

.headline3 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.75rem;
	text-align: center;
}

.headline3._orange {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
}

.headline3__nowrap {
	white-space: nowrap;
}

.headline4__inner {
	align-items: flex-end;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.headline4__caption {
	color: #283202;
	font-size: 1.5625rem;
	padding-bottom: 0.5rem;
}

.headline4__graphic {
	width: 5rem;
}

.headline4__text {
	line-height: 1.6;
	margin-top: 1.25rem;
}

.headline5 {
	border-bottom: solid 1px #0B6025;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
	padding-left: 0.625rem;
}

.headline6 {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.headline7 {
	font-size: 1.25rem;
	font-weight: 700;
	padding-left: 1.875rem;
	position: relative;
}

.headline7::before {
	aspect-ratio: 1;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 62.5rem;
	content: "";
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 1.25rem;
}

.headline8 {
	border-radius: 0.3125rem;
	color: #fff;
	font-weight: 700;
	padding: 0.5rem 0.625rem;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}

.l-hero {
	padding-top: 3.125rem;
}

.hero__inner {
	align-items: center;
	aspect-ratio: 8.323699422;
	color: #fff;
	display: grid;
	justify-items: center;
	position: relative;
}

.hero__ground {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.hero__inner {
	position: relative;
}

.hero__graphic {
	position: relative;
	z-index: 0;
}

.hero__graphicImage {
	height: auto;
	width: 100%;
}

.hero__content {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 0.5rem;
	left: 1.25rem;
	max-width: 37.5rem;
	padding: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.hero__label {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
}

.hero__label span {
	background-color: #fff;
	border-radius: 0.25rem;
	color: #1c1c1c;
	padding: 0.25rem 0.625rem;
}

.hero__lead {
	background-color: #075120;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
}

.hero__desc {
	color: #075120;
	font-size: 0.875rem;
	font-weight: 500;
}

.contactExperience {
	text-wrap: wrap;
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.modal__title {
	font-size: 1.25rem;
	font-weight: 700;
}

.modal__text {
	margin-top: 0.625rem;
}

.openModal {
	cursor: pointer;
}

.modalContent {
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 5px 0px;
	max-width: 500px;
	padding: 2rem;
	position: relative;
	width: 90%;
}

.closeModal {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.nav-links {
	display: flex;
	font-size: 1.25rem;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.press {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #F2890C;
	border: solid 0.125rem #F2890C;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	min-width: 15rem;
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: 0.5s;
	width: -moz-max-content;
	width: max-content;
}

.press path {
	transition: 0.5s;
}

.press:hover {
	background-color: #fff;
	color: #F2890C;
	transition: 0.5s;
}

.press:hover path {
	fill: #F2890C;
	transition: 0.5s;
}

.press:hover input {
	color: #F2890C;
}

.press input {
	color: #fff;
	transition: 0.5s;
}

.press__icon {
	display: inline-block;
	font-size: 0.4375rem;
	padding-left: 0.625rem;
	vertical-align: middle;
}

.press__icon svg {
	display: block;
}

.press__text {
	font-weight: 700;
	text-align: center;
}

.press .wpcf7-spinner {
	display: none;
}

.press2 {
	margin-left: auto;
	margin-right: auto;
	min-width: 15rem;
	position: relative;
	transition: 0.5s;
	width: -moz-max-content;
	width: max-content;
}

.press2 path {
	fill: #fff;
	transition: 0.5s;
}

.press2:hover {
	background-color: #fff;
	color: #F2890C;
	transition: 0.5s;
}

.press2:hover path {
	fill: #F2890C;
	transition: 0.5s;
}

.press2 input {
	align-items: center;
	aspect-ratio: 4;
	background-color: #F2890C;
	border: solid 0.0625rem #F2890C;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-flex;
	display: block;
	font-size: 1.25rem;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	padding-right: 2.5rem;
	position: relative;
	transition: 0.5s;
	width: 15rem;
}

.press2 input:hover {
	background-color: #fff;
	color: #F2890C;
	transition: 0.5s;
}

.press__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	z-index: 1;
}

.press__icon2 {
	display: none;
	font-size: 0.4375rem;
	left: 60%;
	padding-left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	z-index: 2;
}

.press__icon2 svg {
	display: block;
}

.range {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.range2 {
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.range3 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.range_breadcrumb {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.singleNavigation {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.singleNavigation__link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.5s;
}

.singleNavigation__arrow {
	border-style: solid;
	display: inline-block;
	height: 0;
	margin: 0 0.5rem;
	width: 0;
}

.singleNavigation__arrow--prev {
	border-color: transparent #1c3b19 transparent transparent;
	border-width: 0.625rem 0.75rem 0.625rem 0;
}

.singleNavigation__arrow--next {
	border-color: transparent transparent transparent #1c3b19;
	border-width: 0.625rem 0 0.625rem 0.75rem;
	margin-left: 0.5rem;
}

.page-numbers {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 1.75rem;
	justify-content: center;
	margin-top: 1.5625rem;
}

/* タブのスタイル */

.js-tab {
	align-items: center;
	aspect-ratio: 3.8666666667;
	background-color: #F2FBF5;
	border-radius: 5px;
	cursor: pointer;
	display: grid;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	justify-items: center;
	place-items: center;
	position: relative;
	width: 50%;
}

.js-tab::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	font-size: 1rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.875rem;
}

.js-tab::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.875rem;
}

/* コンテンツ領域 */

.is-tab {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
	visibility: hidden;
}

.is-tab.active {
	height: auto;
	opacity: 1;
	transition: height 0.5s ease, opacity 0.5s ease;
	visibility: visible;
}

.archiveInformation__sidebar {
	display: none;
	width: 15.625rem;
}

.archiveInformation__sidebarField:last-child {
	margin-top: 2.5rem;
}

.archiveInformation__sidebarItem {
	align-items: center;
	border-bottom: dashed 0.0625rem #0B6025;
	display: flex;
	margin-left: 0.625rem;
}

.archiveInformation__sidebarItem a {
	display: block;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	width: 100%;
}

.archiveInformation__sidebarTitle {
	border-bottom: solid 1px #0B6025;
	font-size: 1.5625rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
}

.archiveInformation__sidebarAnchor {
	width: 100%;
}

.information {
	margin-top: 2.5rem;
}

.information__inner {
	gap: 2.5rem;
}

.information__sidebar {
	width: 15.625rem;
}

.information__sidebarField + .information__sidebarField {
	margin-top: 2.5rem;
}

.information__item {
	gap: 1.25rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.information__item + .information__item {
	margin-top: 1.25rem;
}

.information__box {
	border-bottom: solid 0.0625rem #DDDDDD;
}

.information__image {
	border-bottom: solid 1px #ddd;
	width: 100%;
}

.information__meta {
	font-family: "Lato", sans-serif;
	font-size: 0.9375rem;
}

.information__title {
	font-size: 1.5625rem;
	margin-top: 0.3125rem;
}

.information__category {
	border: solid 1px #127C32;
	color: #127C32;
	font-size: 0.625rem;
	margin-left: 0.3125rem;
	padding: 0.25rem 1.25rem;
	vertical-align: text-bottom;
}

.information__sidebarTitle {
	border-bottom: solid 1px #113A17;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
}

.information__sidebarList {
	padding-left: 0.3125rem;
}

.information__sidebarItem {
	border-bottom: dashed 1px #127C32;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.archiveInformation__item {
	align-items: center;
}

.archiveInformation__content {
	margin-left: 1.25rem;
}

.archiveInformation__anchor {
	align-items: center;
}

.archiveInformation__graphic {
	width: 16.5rem;
}

.archiveVoice {
	padding: 3.75rem 0;
}

.archiveVoice__slider {
	margin-top: 1.5rem;
}

.archiveVoice__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	margin-top: 1.375rem;
	row-gap: 1.5rem;
}

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

.archiveVoice__image {
	-o-object-fit: cover;
	border-radius: 0.75rem;
	object-fit: cover;
}

.archiveVoice__graphicImage {
	border-radius: 0.625rem;
}

.archiveVoice__text {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.archiveVoice__balloonText {
	font-weight: 700;
}

.archiveVoice__balloon {
	margin-top: 1.5rem;
}

.archiveVoice__balloonIcon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.archiveVoice__anchorGraphic {
	align-items: center;
	aspect-ratio: 1.5234042553;
	border: solid 0.0625rem #ADB5AE;
	border-radius: 0.625rem;
	display: flex;
}

.archiveVoice__anchorGraphicImage {
	-o-object-fit: contain;
	object-fit: contain;
}

.archiveVoice__pagination {
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 1.5625rem;
}

.archiveVoice__pagination .page-numbers {
	color: #BCBCBC;
}

.archiveVoice__pagination .current {
	color: #283202;
}

.area {
	margin-top: 2.5rem;
}

.area__inner {
	margin: 0 auto;
	max-width: 56.25rem;
	padding: 0 1.25rem;
	position: relative;
}

.area__title {
	border-bottom: 1px solid #1c3b26;
	color: #1c3b26;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
}

.area__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-left: 0rem;
	margin-top: 0.3125rem;
}

.area__item {
	align-items: center;
	background-color: #e9f6ed;
	border-radius: 0.5rem;
	color: #1c3b26;
	display: grid;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	justify-items: center;
	padding: 0.375rem;
	width: 5rem;
}

.l-contact {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.contact {
	position: relative;
}

.contact__field {
	grid-gap: 1.25rem;
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	grid-row-gap: 1.25rem;
	column-gap: 1.875rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-inline: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 73.4375rem;
	row-gap: 1.25rem;
}

.contact__press {
	background-color: #fff;
	color: #F2890C;
	max-width: 20rem;
	width: 100%;
}

.contact__press {
	border-color: #F2890C;
	color: #F2890C;
	justify-self: center;
	transition: background-color 0.5s ease, color 0.5s ease;
	transition: 0.5s;
}

.contact__press path {
	transition: 0.5s;
}

.contact__press:hover {
	background-color: #F2890C;
	color: #fff;
}

.contact__press:hover path {
	fill: #fff;
	transition: 0.5s;
}

.contact__press:last-child {
	border-color: #127C32;
	color: #127C32;
}

.contact__press:last-child path {
	transition: fill 0.5s ease;
}

.contact__press:last-child:hover {
	background-color: #127C32;
	color: #fff;
}

.contact__press:last-child:hover path {
	fill: #fff;
}

.contact__pressBox {
	position: relative;
}

.contact__pressImage {
	transition: all 0.5s ease;
}

.contact__pressImage:first-child {
	opacity: 0;
}

.contact__pressImage:last-child {
	left: 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contact__press:hover .contact__pressImage:first-child {
	opacity: 1;
}

.contact__press:hover .contact__pressImage:last-child {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contact__press:first-child {
	justify-self: right;
}

.contactPress__text {
	font-size: 1.0625rem;
	margin-left: 0.375rem;
}

.contact__press img {
	width: 1.875rem;
}

.contact__press path {
	fill: #F2890C;
}

.contact__press:last-child {
	border-color: #127C32;
	color: #127C32;
	justify-self: center;
}

.contact__press:last-child path {
	fill: #1BA445;
}

.contact__graphic {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact__graphicImage {
	height: 100%;
}

.toggleGroup {
	display: none;
}

.applicationConfirm .contactField,
.requestConfirm .contactField,
.inquiryConfirm .contactField {
	gap: 1.25rem;
	border-bottom: dashed 1px #b2b2b2;
    padding-bottom: 20px;
}

.contactField__units {
	position: absolute;
	top: 50%;
	right: -1.5rem;
	transform: translateY(-50%)
}

.contactField_rest .contactField__input {
	width: 100%;
	max-width: none;
}

.applicationConfirm .contactSpace .contactField,
.requestConfirm .contactSpace .contactField,
.inquiryConfirm .contactSpace .contactField {
	border-bottom: none;
    padding-bottom: 0px;

}

.applicationConfirm .contactSpace,
.requestConfirm .contactSpace,
.inquiryConfirm .contactSpace {
	border-bottom: dashed 1px #b2b2b2;
    padding-bottom: 20px;
}

.contactSpaceAdd .wpcf7-list-item-label:before, .contactSpaceAdd .wpcf7-list-item-label:after {
    top: 50%!important;
}

.contact__consensus {
	margin-top: 0.625rem;
}

.contactField__paper {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.875rem;
}

.footer {
	background: linear-gradient(90deg, #0d8c43, #037132);
	color: #fff;
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.footer__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.25rem;
}

.footer__cols {
	grid-gap: 0.375rem;
	display: grid;
	flex-direction: column;
	gap: 0.375rem;
}

.footer__col {
	font-size: 0.875rem;
	line-height: 1.8;
}

.footer__col:nth-child(2) {
	margin-top: 0.625rem;
}

.footer__logo {
	margin: 0 auto 0.75rem 0;
	width: 10rem;
}

.footer__desc {
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.6;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.9375rem;
}

.footer__sns li img {
	width: 1.5rem;
}

.footer__nav {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.footer__nav a {
	-webkit-text-decoration: none;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
}

.footer__nav a:hover {
	opacity: 0.7;
}

.footer__copy {
	color: #eee;
	font-size: 0.75rem;
	margin-top: 2.5rem;
	text-align: center;
}

.footer__copy_underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header__inner {
	margin: 0 auto;
	max-width: 85rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.header__sp {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo img {
	height: auto;
	width: 10.9375rem;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.header__tel {
	align-items: center;
	color: #1c1c1c;
	display: none;
	font-size: 0.75rem;
	gap: 0.375rem;
}

.header__telIcon {
	color: #075120;
	font-size: 1rem;
}

.header__telIcon img {
	width: 0.875rem;
}

.header__telInfo {
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	text-align: right;
}

.header__telInfo .header__telNum {
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 0.1875rem;
	margin-top: -0.1875rem;
}

.header__telNote {
	font-size: 0.75rem;
}

.header__telNote:last-child {
	font-size: 0.75rem;
}

.header__hamburger {
	background: none;
	border: none;
	cursor: pointer;
	height: 1rem;
	padding: 0;
	width: 1.5rem;
}

.header__hamburger span {
	background-color: #113A17;
	height: 0.125rem;
	position: absolute;
	right: 0.9375rem;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: 20%;
}

.header__hamburger span:nth-of-type(2) {
	top: 50%;
}

.header__hamburger span:nth-of-type(3) {
	top: 80%;
}

.header__hamburger.is-drawer span {
	right: 0.9375rem;
	transition: 0.5s;
}

.header__hamburger.is-drawer span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.header__hamburger.is-drawer span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}

.header__hamburger.is-drawer span:nth-of-type(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header__top {
	display: none;
}

.header__info {
	display: none;
}

.header__contact {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
}

.header__contact .header__telIcon {
	color: #075120;
	font-size: 1rem;
}

.header__contact .header__telNum {
	font-family: "Lato", sans-serif;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.3125rem;
}

.header__contactArea {
	align-items: center;
	display: flex;
}

.header__sns {
	align-items: center;
	display: none;
	gap: 0.625rem;
}

.header__sns li img {
	width: 2.0625rem;
}

.header__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.header__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: all 0.5s;
}

.header__btn--orange {
	background-color: #F2890C;
	border: solid 0.0625rem #F2890C;
}

.header__btn--green {
	background-color: #0B6025;
	border: solid 0.0625rem #0B6025;
}

.header__btn--line {
	background-color: #1BA445;
	border: solid 0.0625rem #1BA445;
}

.header__btn:hover {
	opacity: 0.8;
}

.header__btn img {
	width: 0.9375rem;
}

.header__btn {
	position: relative;
}

.header__btnImage {
	transition: all 0.5s ease;
}

.header__btnImage:first-child {
	opacity: 0;
}

.header__btnImage:last-child {
	left: 1rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header__btn:hover {
	background-color: #fff;
	color: #fff;
	transition: 0.5s ease;
}

.header__btn:hover .header__btnImage:first-child {
	opacity: 1;
}

.header__btn:hover .header__btnImage:last-child {
	opacity: 0;
}

.header__btn--orange:hover {
	color: #F2890C;
}

.header__btn--green:hover {
	color: #0B6025;
}

.header__btn--line:hover {
	color: #1BA445;
}

.header__nav {
	display: none;
	max-width: 62.5rem;
	width: 100%;
}

.header__list {
	display: flex;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.header__list li a {
	-webkit-text-decoration: none;
	color: #113A17;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.5s;
}

.header__list li a:hover {
	opacity: 0.7;
}

.header__list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__item {
	cursor: pointer;
	font-weight: 700;
	padding-right: 1.25rem;
	position: relative;
}

.header__itemGraphic {
	position: absolute;
	right: 0rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 0.4375rem;
}

.header__itemGraphic.is-arrow {
	top: 60%;
	transition: 0.5s;
}

.header__itemGraphic svg {
	display: block;
}

.header__item > a {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

/* サブメニューの初期状態 */

.header__itemSubmenu {
	display: none;
	left: 0;
	list-style: none;
	max-width: 100%;
	padding-top: 0.75rem;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
}

.header__itemSubmenu li {
	background-color: #0B6025;
}

.header__itemSubmenu li a {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	padding: 12px 15px;
	text-decoration: none;
}

.header__itemSubmenu li a:hover {
	background-color: #555;
}

.l-partner {
	margin-bottom: 2.5rem;
}

.partner__headline {
	padding-bottom: 1.25rem;
	padding-top: 2.5rem;
}

.partner__headline_contact {
	background: linear-gradient(#F2FBF5 0%, #FFFFFF 100%);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.partner {
	background-color: #fff;
}

.partner__item {
	aspect-ratio: 5.25;
	width: 17.5rem;
}

.partner__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.partner__item img {
	-o-object-fit: contain;
	height: 5rem;
	max-width: 100%;
	object-fit: contain;
	width: 17.5rem;
}

.partner__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.inquiryConfirm__press2 {
	margin-top: 2.5rem;
}

.inquiryConfirm__press {
	width: 15rem;
}

.l-application {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.l-applicationConfirm {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.checkBox {
	display: inline-block;
}

.checkBox__label {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin-left: 1rem;
	position: relative;
}

.checkBox__input {
	display: none;
}

.checkBox__custom {
	background-color: #fff;
	border: 0.0625rem solid #333;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.5s;
	width: 1rem;
}

.checkBox__input:checked + .checkBox__custom::after {
	border-bottom: 0.125rem solid #F2890C;
	border-right: 0.125rem solid #F2890C;
	content: "";
	height: 0.625rem;
	left: 0.25rem;
	position: absolute;
	top: 0.0625rem;
	transform: rotate(45deg);
	width: 0.375rem;
}

.checkBox__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 0.5rem;
}

.checkBox__text_caution {
	color: #F2890C;
}

.inquiry__consensus {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.1875rem;
	max-width: 50.625rem;
}

.contactSolo {
	margin-top: 0.625rem;
}

.contact__consensus {
	margin-top: 1.875rem;
}

.contactField__graphic svg {
	display: block;
}

.l-flowSoloCost,
.l-flowCompanyCost {
	margin-left: auto;
	margin-right: auto;
}

.flowSoloCost__inner,
.flowCompanyCost__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.flow {
	margin-top: 2.5rem;
}

.flowCompany__inner {
	background-color: #F2FBF5;
	border-top: none;
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.flowCompany {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
	visibility: hidden;
}

.flowCompany:hover {
	height: auto;
	opacity: 1;
	transition: height 0.5s ease, opacity 0.5s ease;
	visibility: visible;
}

.flowCompanyAbout {
	position: relative;
}

.flowCompanyAbout:before._orange {
	background-color: #F2890C;
}

.flowCompanyAbout__graphic {
	margin-left: 0.625rem;
	width: 2.5rem;
}

.flowCompanyAbout__item {
	align-items: flex-start;
	display: grid;
	grid-template-columns: auto 1fr;
	position: relative;
}

.flowCompanyAbout__item:not(:last-child)::before {
	background-color: #127C32;
	content: "";
	height: 100%;
	left: 1.1875rem;
	position: absolute;
	top: 0;
	width: 3px;
}

.flowCompanyAbout__item:not(:last-child) {
	padding-bottom: 1.875rem;
}

.flowCompanyAbout__number {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border: solid 3px #127C32;
	border-radius: 62.5rem;
	color: #127C32;
	display: grid;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.5rem;
	justify-items: center;
	place-items: center;
	width: 2.5rem;
	z-index: 1;
}

.flowCompanyAbout__number._orange {
	border: solid 3px #F2890C;
	color: #F2890C;
}

.flowCompanyAbout__sentence {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.flowCompanyAbout__writing {
	flex: 1;
	grid-column: 2/2;
	margin-left: 0.75rem;
	margin-top: 0.625rem;
}

.flowCompanyAbout__writingTitle {
	font-weight: 700;
}

.flowCompanyAbout__writingText {
	margin-top: 0.3125rem;
}

.l-flowCompanyCost {
	margin-top: 3.125rem;
}

.flowCompanyCost {
	background-color: #fff;
}

.flowCompanyCost__inner {
	margin-top: 2.1875rem;
}

.flowCompanyCost__headline3 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

.flowCompanyCostTable1 {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 0.625rem;
	width: 100%;
}

.flowCompanyCostTable1__row {
	border-bottom: 0.0625rem solid #305030;
}

.flowCompanyCostTable1__th,
.flowCompanyCostTable1__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.5rem 0.25rem;
	text-align: left;
	vertical-align: top;
}

.flowCompanyCostTable1__th {
	background-color: #F2FBF5;
	font-weight: 700;
	text-align: center;
}

.flowCompanyCostTable1__th_sum {
	background-color: #113A17;
	color: #fff;
}

.flowCompanyCost__memo {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.flowCompanyCost__space {
	overflow: auto;
}

.flowCompanyCost__space + .flowCompanyCost__space {
	margin-top: 2.5rem;
}

.flowCompanyCostTable2 {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 0.625rem;
	min-width: 50.625rem;
	width: 100%;
}

.flowCompanyCostTable2__th,
.flowCompanyCostTable2__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.25rem;
	text-align: center;
}

.flowCompanyCostTable2__th {
	background-color: #F2FBF5;
	font-weight: 700;
	width: 6.25rem;
}

.flowCompanyCostExample__title {
	align-items: center;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 0.375rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.25rem;
	letter-spacing: 0.0625rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.25rem 0.75rem;
	width: -moz-max-content;
	width: max-content;
}

.flowCompanyCostExample__number {
	align-items: center;
	background-color: #fff;
	color: #127C32;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.25rem;
	justify-content: center;
	width: 1.25rem;
}

.flowCompanyCostExample__industry {
	background-color: #F2FBF5;
	border: 0.125rem solid #127C32;
	border-radius: 0.375rem;
	color: #1e3a1c;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	padding: 0.25rem 0.75rem;
	width: -moz-max-content;
	width: max-content;
}

.flowCompanyCostExample__body {
	margin-top: 0.625rem;
}

.flowCompanyCostExample__image {
	-o-object-fit: contain;
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 7.5rem;
}

.flowCompanyCost__space:last-child .flowCompanyCostTable1 {
	margin-top: 0.8125rem;
}

.flowCompanyCost__space:last-child .flowCompanyCostExample__image {
	width: 7.5rem;
}

.flowCompanyCostExample__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.flowCompanyCostExample__item {
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding-left: 1rem;
	position: relative;
}

.flowCompanyCostExample__item::before {
	aspect-ratio: 1;
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	border-radius: 62.5rem;
	content: "";
	font-size: 0.75rem;
	left: 0;
	position: absolute;
	top: 0.8125rem;
	transform: translateY(-50%);
	width: 0.625rem;
}

.flowCompanyCost__list {
	margin-top: 2.1875rem;
	padding-bottom: 1.875rem;
}

.flowCompanyCost__item + .flowCompanyCost__item {
	margin-top: 1.5625rem;
}

.flowCompanyCost__example .flowCompanyCostTable1__td {
	text-align: right;
}

.flowCompanyCost__itemPart {
	position: relative;
}

.flowCompanyCost__itemPart + .flowCompanyCost__itemPart {
	margin-top: 0.125rem;
}

.flowCompanyCost__itemPart::before {
	aspect-ratio: 1;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 62.5rem;
	content: "";
	left: -1rem;
	position: absolute;
	top: 0.5625rem;
	width: 0.5rem;
}

.flowCompanyCost__itemTotal {
	background-color: #F2FBF5;
	margin-top: 1.875rem;
	padding: 0.625rem 1.875rem;
}

.flowCompanyCost__itemPassage {
	margin-top: 0.625rem;
}

.flowCompanyCost__itemMemo {
	margin-top: 0.625rem;
}

.flowCompanyCost__field {
	gap: 1.25rem;
	margin-top: 0.9375rem;
}

.flowCompanyCostSupplement {
	background-color: #fff;
}

.flowCompanyCostSupplement__title {
	background-color: #F2FBF5;
	border-radius: 0.25rem;
	color: #1e3a1c;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.75rem;
	margin-top: 0.625rem;
	padding: 0.25rem 0.75rem;
}

.flowCompanyCostSupplement__box {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.625rem;
}

.flowCompanyCostSupplement__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.flowCompanyCostSupplement__label {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
	padding: 0.125rem 0.5rem;
	white-space: nowrap;
}

.flowCompanyCostSupplement__text {
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
}

.flowCompanyCostSupplement__note {
	color: #1e1e1e;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	margin-top: 0.625rem;
}

.flowCompanyCost__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
}

.flowSolo__inner {
	background-color: #FDF6EE;
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.l-flowSoloAbout {
	padding: 0 0.9375rem;
}

.flowSoloAbout {
	position: relative;
}

.flowSoloAbout:before._orange {
	background-color: #F2890C;
}

.flowSoloAbout__graphic {
	margin-left: 0.625rem;
	width: 2.5rem;
}

.flowSoloAbout__item {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr;
	position: relative;
}

.flowSoloAbout__item:not(:last-child):before {
	background-color: #F2890C;
	content: "";
	height: 100%;
	left: 1.1875rem;
	position: absolute;
	top: 2.5rem;
	width: 3px;
}

.flowSoloAbout__item:not(:last-child) {
	padding-bottom: 1.875rem;
}

.flowSoloAbout__number {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border: solid 3px #F2890C;
	border-radius: 62.5rem;
	color: #F2890C;
	display: grid;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.5rem;
	justify-items: center;
	place-items: center;
	width: 2.5rem;
	z-index: 1;
}

.flowSoloAbout__sentence {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.flowSoloAbout__writing {
	flex: 1;
	grid-column: 2/2;
	margin-left: 0.75rem;
	margin-left: 0.75rem;
	margin-top: 0.625rem;
	text-align: left;
}

.flowSoloAbout__writingTitle {
	font-weight: 700;
}

.flowSoloAbout__writingText {
	margin-top: 0.3125rem;
}

.l-flowSoloCost {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	margin-top: 3.125rem;
}

.flowSoloCost {
	background-color: #fff;
}

.flowSoloCost .headline3 {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
}

.flowSoloCost__headline3 {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
}

.flowSoloCost__text {
	text-align: center;
}

.flowSoloCost__itemText {
	margin-top: 0.625rem;
}

.flowSoloCostTable1 {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 1.875rem;
	width: 100%;
}

.flowSoloCostTable1__row {
	border-bottom: 0.0625rem solid #305030;
}

.flowSoloCostTable1__th,
.flowSoloCostTable1__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

.flowSoloCostTable1__th {
	background-color: #f8f8f0;
	font-weight: 700;
	text-align: center;
}

.flowSoloCostTable1__td {
	text-align: right;
}

.flowSoloCostTable1__th_sum {
	background-color: #113A17;
	color: #fff;
}

.flowSoloCost__memo {
	margin-top: 0.625rem;
}

.flowSoloCost__space {
	overflow: auto;
}

.flowSoloCost__space + .flowSoloCost__space {
	margin-top: 1.25rem;
}

.flowSoloCostTable2 {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 1.25rem;
	width: 100%;
}

.flowSoloCostTable2__th,
.flowSoloCostTable2__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.75rem;
	text-align: center;
}

.flowSoloCostTable2__th {
	background-color: #f8f8f0;
	font-weight: 700;
	white-space: nowrap;
}

.flowSoloCostExample__title {
	align-items: center;
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	border-radius: 0.375rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.25rem;
	letter-spacing: 0.0625rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.25rem 0.75rem;
	width: -moz-max-content;
	width: max-content;
}

.flowSoloCostExample__number {
	align-items: center;
	background-color: #fff;
	color: #127C32;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.25rem;
	justify-content: center;
	width: 1.25rem;
}

.flowSoloCostExample__industry {
	background-color: #FDF6EE;
	border: 0.125rem solid #e5903d;
	border-radius: 0.375rem;
	color: #1e3a1c;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	padding: 0.25rem 0.75rem;
	width: -moz-max-content;
	width: max-content;
}

.flowSoloCostExample__image {
	-o-object-fit: contain;
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 7.5rem;
}

.flowSoloCostExample__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.flowSoloCostExample__item {
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding-left: 1rem;
	position: relative;
}

.flowSoloCostExample__item::before {
	aspect-ratio: 1;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 62.5rem;
	content: "";
	font-size: 0.75rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.625rem;
}

.flowSoloCost__item {
	margin-top: 1.5625rem;
}

.flowSoloCost__itemTotal {
	margin-top: 2.5rem;
}

.flowSoloCost__itemPart {
	position: relative;
}

.flowSoloCost__itemPart::before {
	aspect-ratio: 1;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	content: "";
	left: -1rem;
	position: absolute;
	top: 0.5625rem;
	width: 0.5rem;
}

.flowSoloCost__itemTotal {
	background-color: #FDF6EE;
	padding: 0.625rem 1.875rem;
}

.flowSoloCost__itemPassage {
	margin-top: 1.25rem;
}

.flowSoloCost__itemMemo {
	margin-top: 1.25rem;
}

.flowSoloCost__field {
	gap: 1.875rem;
	margin-top: 1.5625rem;
}

.flowSoloCostSupplement {
	background-color: #fff;
}

.flowSoloCostSupplement__title {
	background-color: #f8f8f0;
	border-radius: 0.25rem;
	color: #1e3a1c;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.75rem;
	margin-top: 0.625rem;
	padding: 0.25rem 0.75rem;
}

.flowSoloCostSupplement__box {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.625rem;
}

.flowSoloCostSupplement__item {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
}

.flowSoloCostSupplement__label {
	background-color: #f3a13b;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
	padding: 0.125rem 0.5rem;
	white-space: nowrap;
}

.flowSoloCostSupplement__text {
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
}

.flowSoloCostSupplement__note {
	color: #1e1e1e;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	margin-top: 0.625rem;
}

.flowSoloCost__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.flowSoloCost__inner {
	margin-top: 1.5625rem;
	padding-bottom: 2.1875rem;
}

.flowSoloCost__field {
	gap: 1.5625rem;
}

.flowSoloCost__table {
	background-color: #fefefe;
	border-collapse: collapse;
	width: 100%;
}

.flowSoloCost__th,
.flowSoloCost__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.375rem;
	text-align: center;
}

.flowSoloCost__th {
	background-color: #FDF6EE;
	font-weight: 700;
}

.flowSoloCost__method {
	margin-top: 0.3125rem;
	text-align: right;
}

.flowSoloCost__item {
	margin-top: 1.5625rem;
}

.flowSoloCost__headline7 {
	position: relative;
}

.flowSoloCost__headline7::before {
	aspect-ratio: 1;
	background: #F2890C;
	content: "";
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 1.25rem;
}

.contactField__birthSelects,
.contactPost__input,
.contactPlace__input,
input.contactUnit__input,
.contactField__input {
	margin-top: 0.625rem;
}

input::-moz-placeholder {
	color: #BCBCBC;
}

input::placeholder {
	color: #BCBCBC;
}

.l-inquiry {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.l-inquiryConfirm {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.inquiry__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.contact__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
}

.contactField,
.contactSpace {
	-moz-column-gap: 2.5rem;
	align-items: center;
	column-gap: 2.5rem;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	position: relative;
	row-gap: 0.625rem;
}

.contactField__box {
	background-color: #F2FBF5;
	margin-top: 0.625rem;
	padding: 1.125rem 1.25rem;
}

.contactField__dd {
	align-items: center;
	margin-top: 0.625rem;
}

.contactField__box_size_small {
	font-size: 0.875rem;
}

.contactField__need {
	align-items: center;
}

.contactField__need:first-of-type {
	margin-top: 0.5rem;
}

.contactField__need + .contactField__need {
	margin-top: 0.625rem;
}

.contactField__passage {
	margin-top: 0.625rem;
}

.contactField__title {
	background-color: #0B6025;
	color: #fff;
	padding: 0.125rem 0.25rem;
	width: -moz-max-content;
	width: max-content;
}

.contactField__text {
	margin-left: 0.625rem;
}

.contactField__label {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.contactField__labelText {
	color: #1C3327;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.contactField__labelRequired {
	background-color: #F08A22;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.25rem;
	padding: 0.25rem 0.5rem;
}

.contactField__list {
	align-items: center;
	display: flex;
	justify-content: center;
}

.contactFlex__list {
	flex-wrap: wrap;
	justify-content: left;
	row-gap: 0.625rem;
}

.contactFlex {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
}

.contactField__item {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
}

.contactField__item + .contactField__item {
	margin-left: 1.875rem;
}

.radioItem {
	display: flex;
	gap: 1.875rem;
}

.contactField__gp {
	align-items: center;
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.contactField_people .contactField__input,
.contactField_wage .contactField__input,
.contactField_rest .contactField__input,
.contactField_post .contactField__input {
	margin-top: 0rem;
}

.contactPerson .contactField:first-child {
	margin-top: 0rem;
}

.contactLand {
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 59.375rem;
	gap: 1.25rem;
}

.contactField__item input {
	display: none;
}

.contactField__radioIcon {
	border: 0.125rem solid #999;
	border-radius: 50%;
	height: 1.25rem;
	position: relative;
	transition: background-color 0.5s, border-color 0.5s;
	width: 1.25rem;
}

.contactField__radioIcon::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s;
	width: 0.625rem;
}

.contactField__item input:checked + .contactField__radioIcon {
	background-color: #666;
	border-color: #666;
}

.contactField__item input:checked + .contactField__radioIcon::after {
	opacity: 1;
}

.contactField__radioLabel {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.3125rem;
}

.contactField__ground {
	background-color: #F2FBF5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.contactField__groundInner {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	padding-bottom: 2.5rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
}

.contactField__groundArea {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
}

.contactField__groundHeadline8 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

.contactField__input {
	background-color: #fff;
	border: solid 1px #D3D3D3;
	color: #333;
	padding: 1.25rem;
	width: 100%;
}

input.contactUnit__input {
	background-color: #fff;
	border: solid 1px #D3D3D3;
	margin-top: 0.625rem;
	max-width: 17.5rem;
	padding: 1.25rem;
	width: 100%;
}

.contactPlace__input {
	background-color: #fff;
	border: solid 1px #D3D3D3;
	margin-top: 0rem;
	max-width: 17.5rem;
	padding: 1.25rem;
	width: 100%;
}

.contactPost__input {
	background-color: #fff;
	border: solid 1px #D3D3D3;
	margin-left: 0.3125rem;
	margin-top: 0rem;
	max-width: 17.5rem;
	padding: 1.25rem;
	width: 100%;
}

.contactField__memo {
	display: block;
	margin-top: 0.3125rem;
}

.contactField__birthSelects {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.contactField__select {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 1.25rem;
	transition: border-color 0.5s;
}

.contactField__select:focus {
	border-color: #f7941d;
}

.contactField__selectWrapper .contactField__select_year {
	width: 15rem;
}

.contactField__selectWrapper {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	position: relative;
}

.contactField__labelCaution {
	margin-left: 0.625rem;
}

.contactField__selectBox {
	position: relative;
}

.contactField__selectBox .wpcf7-not-valid-tip {
	left: 1.25rem;
	position: absolute;
	top: 95%;
}

.contactField__selectWrapper .contactField__select {
	width: 6.4375rem;
}

.contactField__graphic {
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.contactDate__input {
	width: 13.125rem;
}

.contactExperience .contactField__select,
.contactDay .contactField__select {
	width: 19.375rem;
}

.contactField__unit {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 0.25rem;
}

.contactField__field {
	align-items: center;
	flex-wrap: wrap;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.contactField__press {
	max-width: 21.25rem;
	width: 100%;
}

.contact__passage {
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
	text-align: center;
}

.contact__content {
	margin-top: 2.5rem;
}

.contactField__labelUnderline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.wpcf7-list-item {
	margin: 0 0 0 2.125rem !important;
}

/* input を非表示（でもクリック可能） */

.wpcf7-list-item input[type=radio] {
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

/* ラベル全体を装飾できるようにする */

.wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	position: relative;
}

.wpcf7-list-item-label {
	position: relative;
}

/* 外枠の丸（常に表示） */

.wpcf7-list-item-label::before {
	aspect-ratio: 1;
	background-color: #fff;
	border: 0.125rem solid #999;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	left: -2.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

/* 中の白丸（チェック時のみ表示） */

input[type=radio]:checked + .wpcf7-list-item-label::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	z-index: 2;
}

/* 外丸の色を変える（チェック時） */

input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #999;
	border-color: #999;
}

.wpcf7-list-item input[type=checkbox] {
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

/* ラベル全体を装飾できるようにする */

input[type=checkbox] + .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	position: relative;
}

/* 外枠の丸（常に表示） */

input[type=checkbox] + .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 0.0625rem solid #999;
	border-radius: 0%;
	box-sizing: border-box;
	content: "";
	height: 1.25rem;
	left: -1.125rem;
/* 	left: 50%; */
	position: absolute;
/* 	top: 50%; */
	top: -.375rem;;
	transform: translate(-50%, -50%);
	width: 1.25rem;
}

/* 中の白丸（チェック時のみ表示） */

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	border-bottom: 0.125rem solid #F2890C;
	border-right: 0.125rem solid #F2890C;
	content: "";
	height: 0.625rem;
	left: -1.5rem;
	position: absolute;
	top: -.5rem;;
/* 	top: calc(50% - 3px); */
	transform: rotate(45deg) translateY(-50%);
	width: 0.375rem;
}

.l-contactMemo {
	margin-top: 2.5rem;
}

.contactField_mt0 {
	margin-top: 0.625rem;
}

.contact__birth:nth-of-type(2) {
	margin-top: 0.625rem;
}

.contactField__flex {
	gap: 0.625rem;
}

.checkBox__label {
	margin-left: 0rem;
}

.contactLand__paper .press {
	min-width: 0;
}

.partnerVoice {
	padding-top: 2.8125rem;
}

.partnerVoice__list {
	gap: 3.625rem;
	margin-top: 1.25rem;
}

.partnerVoice__item:nth-of-type(n + 2) {
	display: none;
}

.partnerVoice__itemGraphicImage {
	-o-object-fit: contain;
	aspect-ratio: 1.5234042553;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 22.375rem;
}

.partnerVoice__itemTime {
	display: block;
	margin-top: 1.25rem;
}

.partnerVoice__itemPassage {
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.partnerVoice__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.partnerInformation {
	padding-top: 2.8125rem;
}

.partnerInformation__list {
	gap: 3.625rem;
	margin-top: 1.25rem;
}

.partnerInformation__item:nth-of-type(n + 2) {
	display: none;
}

.partnerLabor__writingTitle {
	font-size: 1.25rem;
}

.partnerInformation__itemGraphicImage {
	-o-object-fit: contain;
	aspect-ratio: 1.520361991;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 21rem;
}

.partnerInformation__itemTime {
	display: block;
	margin-top: 1.25rem;
}

.partnerInformation__itemTitle {
	font-weight: 700;
	margin-top: 0.125rem;
}

.partnerInformation__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.partnerJoint__graphic {
	width: 23.4375rem;
}

.partnerJoint__field {
	margin-top: 0.625rem;
}

.partnerJoint__content {
	align-items: center;
	gap: 1.25rem;
}

.partnerJoint__content + .partnerJoint__content {
	margin-top: 1.25rem;
}

.partnerJoint {
	margin-top: 2.5rem;
}

.partnerJoint__space + .partnerJoint__space {
	margin-top: 2.5rem;
}

.policy {
	margin-bottom: 3.125rem;
	margin-top: 2.5rem;
}

.policy__item + .policy__item {
	margin-top: 1.25rem;
}

.policy__text {
	margin-top: 0.75rem;
}

.questionSolo {
	margin-top: 4rem;
}

.questionSolo__inner {
	background-color: #FDF6EE;
	padding-bottom: 2.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.5625rem;
}

.questionSolo__list {
	margin-top: 1.875rem;
}

.questionSolo__accordion {
	background-color: #fff;
	border-radius: 1.25rem;
	color: #283202;
	transition: all 0.5s ease;
}

.questionSolo__accordion + .questionSolo__accordion {
	margin-top: 0.625rem;
}

.questionSolo__head {
	align-items: center;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	transition: 0.5s;
}

.questionSolo__icon {
	align-items: center;
	background-color: #F2890C;
	border: solid 1px #F2890C;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	vertical-align: top;
	width: 2rem;
}

.questionSolo__question {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 0.75rem;
}

.questionSolo__toggle {
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.questionSolo__toggle::before,
.questionSolo__toggle::after {
	background-color: #000;
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.questionSolo__toggle::before {
	height: 0.125rem;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.questionSolo__toggle::after {
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.questionSolo__body {
	display: none;
	padding: 0.625rem 1rem 1rem;
	position: relative;
}

.questionSolo__headline8 {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	padding: 0.25rem 0.625rem;
}

.questionSolo__answer {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 2.75rem;
}

.questionSolo__answerList {
	margin-top: 2.5rem;
}

.questionSolo__answerItem {
	margin-left: 1em;
	text-indent: -1em;
}

.questionSolo__head.is-click .questionSolo__icon {
	background-color: #fff;
	color: #F2890C;
	transition: 0.5s;
}

.questionSolo__body .questionSolo__icon {
	left: 1rem;
	position: absolute;
	top: 1.25rem;
}

.questionSolo__head.is-click {
	background-color: #F2890C;
	transition: 0.5s;
}

.questionSolo__head.is-click .questionSolo__toggle:after {
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.5s;
}

.questionSolo__head.is-click .questionSolo__toggle:before {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.questionSolo__head.is-click .questionSolo__question {
	color: #fff;
	transition: 0.5s;
}

.questionCompany {
	margin-bottom: 3.125rem;
	margin-top: 2.5rem;
}

.questionCompany__inner {
	background-color: #F2FBF5;
	padding-bottom: 2.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.5625rem;
}

.questionCompany__list {
	margin-top: 1.25rem;
}

.questionCompany__accordion {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #283202;
	transition: all 0.5s;
}

.questionCompany__accordion + .questionCompany__accordion {
	margin-top: 0.625rem;
}

.questionCompany__head {
	align-items: center;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	transition: 0.5s;
}

.questionCompany__icon {
	align-items: center;
	background-color: #127C32;
	border: solid 1px #127C32;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	vertical-align: top;
	width: 2rem;
}

.questionCompany__question {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 0.75rem;
}

.questionCompany__toggle {
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.questionCompany__toggle::before,
.questionCompany__toggle::after {
	background-color: #000;
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.questionCompany__toggle::before {
	height: 0.125rem;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.questionCompany__toggle::after {
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.questionCompany__body {
	display: none;
	padding: 0.625rem 1rem 1rem;
	position: relative;
}

.questionCompany__headline8 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

.questionCompany__answer {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 2.75rem;
}

.questionCompany__head.is-click .questionCompany__icon {
	background-color: #fff;
	color: #127C32;
	transition: 0.5s;
}

.questionCompany__body .questionCompany__icon {
	left: 1rem;
	position: absolute;
	top: 1.25rem;
}

.questionCompany__head.is-click {
	background-color: #127C32;
	transition: 0.5s;
}

.questionCompany__head.is-click .questionCompany__toggle:after {
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.5s;
}

.questionCompany__head.is-click .questionCompany__toggle:before {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.questionCompany__head.is-click .questionCompany__question {
	color: #fff;
	transition: 0.5s;
}

.questionCompany__answerList {
	margin-left: 2rem;
	margin-top: 0.625rem;
}

.questionCompany__answerItem {
	margin-left: 1em;
	text-indent: -1em;
}

.contactRequest {
	margin-top: 2.5rem;
}

.l-soloFlow__inner,
.soloFlow__inner,
.soloInstance__inner,
.soloSupplement__inner,
.soloMerit__inner,
.soloScope__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 59.375rem;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.l-soloArea,
.l-soloQuestion,
.l-soloInformation,
.l-soloVoice {
	margin-top: 3.75rem;
}

.l-soloFlow,
.l-soloInstance,
.l-soloSupplement,
.l-soloMerit,
.l-soloScope {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.l-soloGround {
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-top: 1.25rem;
}

.soloCompliance__list {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.soloCompliance__item {
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.soloCompliance__item + .soloCompliance__item {
	margin-top: 5rem;
}

.soloCompliance__writing {
	flex-basis: 50%;
}

.soloCompliance__writingText {
	margin-top: 0.625rem;
}

.soloCompliance__writingText + .soloCompliance__writingText {
	margin-top: 1.25rem;
}

.soloCompliance__field {
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.soloCompliance__press {
	margin-left: 0;
	margin-right: 0;
	width: -moz-max-content;
	width: max-content;
}

.soloAbout__content {
	background-color: #fff;
	margin-top: 1.5625rem;
	padding: 1.875rem 0.9375rem;
	text-align: center;
}

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

.soloAbout__item + .soloAbout__item {
	margin-top: 1.875rem;
}

.soloAbout__itemNumber {
	align-items: center;
	aspect-ratio: 1;
	border: solid 1px #127C32;
	border-radius: 62.5rem;
	color: #127C32;
	display: grid;
	font-family: "Lato", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	justify-items: center;
	place-items: center;
	width: 2.6875rem;
}

.soloAbout__itemSentence {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.soloAbout__itemSentence_size_small {
	font-size: 0.875rem;
}

.soloAbout__press {
	margin-top: 2.5rem;
}

.l-soloDifference {
	margin-top: 1.25rem;
}

.soloDifference .headline4__inner {
	align-items: center;
}

.soloDifference__field {
	margin-top: 1.25rem;
	text-align: center;
}

.soloDifference__field iframe {
	aspect-ratio: 1.7777777778;
	display: block;
	height: auto;
	width: 100%;
}

.l-soloInsurance {
	margin-top: 2.5rem;
}

.soloInsurance__item {
	margin: 0 auto;
	padding-top: 1.25rem;
	text-align: center;
}

.soloInsurance__itemLabel {
	background-color: #127C32;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.25rem 0.625rem;
}

.soloInsurance__itemWord {
	margin-left: 0.25rem;
}

.soloInsurance__itemGraphic {
	align-items: center;
	background-color: #f5fdf7;
	border-radius: 50%;
	display: flex;
	height: 10rem;
	justify-content: center;
	margin: 0.5rem auto 1rem;
	width: 10rem;
}

.soloInsurance__itemGraphicImage {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 60%;
}

.soloInsurance__itemText {
	margin-top: 1rem;
	text-align: left;
}

.soloInsurance__itemFooter {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.soloInsurance__itemTag {
	background-color: #F2FBF5;
	border: 0.0625rem solid #2f5f2f;
	color: #2f5f2f;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.25rem 0.625rem;
}

.soloInsurance__badges {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.soloInsurance__badge {
	background-color: #f5d6a0;
	color: #2f5f2f;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.25rem 0.75rem;
	white-space: nowrap;
}

.soloInsurance__itemBadges {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
}

.l-soloSupplement {
	margin-top: 1.5625rem;
}

.soloSupplement__tableWrap {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}

.soloSupplement__table {
	border: 0.0625rem solid #ccc;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.soloSupplement__row {
	border-top: 0.0625rem solid #ccc;
	display: flex;
}

.soloSupplement__row:first-child {
	border-top: none;
}

.soloSupplement__cell {
	border-left: 0.0625rem solid #ccc;
	padding: 0.75rem;
	width: 75%;
}

.soloSupplement__cell:first-child {
	border-left: none;
}

.soloSupplement__cell--title {
	background-color: #f0f5ee;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	width: 25%;
}

.soloSupplement__cell a {
	-webkit-text-decoration: underline;
	color: inherit;
	display: inline-block;
	margin-top: 0.5rem;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.l-soloScope {
	margin-top: 2.5rem;
}

.soloScope__field {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}

.soloScope__table {
	border: 0.0625rem solid #ccc;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.soloScope__row {
	border-top: 0.0625rem solid #ccc;
	display: flex;
}

.soloScope__row:first-child {
	border-top: none;
}

.soloScope__row--head {
	background-color: #f5f5f5;
	font-size: 0.9375rem;
	font-weight: 700;
}

.soloScope__cell {
	border-left: 0.0625rem solid #ccc;
	padding: 0.75rem;
	width: 25%;
}

.soloScope__cell:first-child {
	border-left: none;
}

.soloScope__cell--title {
	background-color: #f0f0f0;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.soloScope__cell--description {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	width: 75%;
}

.soloScope__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.soloScope__list li {
	margin-top: 0.5rem;
}

.soloScope__list li:first-child {
	margin-top: 0;
}

.soloScope__memo {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.soloScope__balloon {
	gap: 1.25rem;
}

.soloScope__balloonText {
	margin-top: 1.875rem;
}

.soloScope__balloonIcon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0rem;
}

.soloScopeTable {
	border: 0.0625rem solid #1a3d1a;
	border-collapse: collapse;
	min-width: 50.625rem;
}

.soloScopeTable__row {
	border-bottom: 0.0625rem solid #1a3d1a;
}

.soloScopeTable__th,
.soloScopeTable__td {
	border: 0.0625rem solid #1a3d1a;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.75rem;
	padding: 1rem;
	vertical-align: middle;
}

.soloScopeTable__row {
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.soloScopeTable__th,
.soloScopeTable__td {
	border: 0.0625rem solid #305030;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 1rem;
	vertical-align: middle;
}

.soloScopeTable__cell2_1 {
	width: 12.5rem;
}

.soloScopeTable__th {
	background-color: #F2FBF5;
	font-weight: 700;
	text-align: center;
}

.soloScopeTable__list {
	margin: 0;
	padding: 0;
}

.soloScopeTable__item {
	font-size: 0.875rem;
	font-weight: 400;
}

.l-soloMerit {
	margin-top: 1.5625rem;
}

.soloMerit__content {
	gap: 1.25rem;
}

.soloMerit__content + .soloMerit__content {
	margin-top: 2.5rem;
}

.soloMerit__graphic {
	border-radius: 1.25rem;
}

.soloMerit__graphic img {
	border-radius: 0.625rem;
}

.soloMerit__writing {
	flex-basis: 50%;
}

.soloMerit__writingTitle {
	font-size: 1.25rem;
}

.soloMerit__writingText {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.l-soloInstance {
	margin-top: 1.5625rem;
}

.soloInstance__list {
	gap: 0.9375rem;
}

.soloFlow__inner {
	padding-top: 3.75rem;
}

.soloFlow__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.l-soloFlow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	max-width: 18.125rem;
}

.soloFlow__list {
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.soloFlow__item {
	position: relative;
}

.soloFlow__item {
	position: relative;
	text-align: center;
	z-index: 1;
}

.soloFlow__item::after {
	background: url("../images/common/arrow.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 0.875rem;
	margin: 0.75rem auto 0;
	transform: rotate(-30deg);
	width: 0.875rem;
}

.soloFlow__item:last-child::after {
	display: none;
}

.soloFlow__itemCircle {
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #0B6025;
	border-radius: 50%;
	color: #0B6025;
	display: flex;
	font-weight: 700;
	font-weight: 700;
	height: 2.25rem;
	justify-content: center;
	left: 15%;
	margin: 0 auto;
	margin-top: 0.25rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2.25rem;
	z-index: 1;
}

.soloFlow__itemBox {
	background-color: #f1faf1;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	padding: 1.25rem;
}

.soloFlow__itemBoxIcon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-height: 3.75rem;
	width: auto;
}

.soloFlow__itemBoxText {
	color: #283202;
	font-size: 0.9375rem;
	font-weight: 700;
	white-space: nowrap;
}

#installmentTable {
	margin-top: 2.5rem	
}

.application .soloSimulation__press {
	font-size: 1.125rem;
	padding: .5rem;
	min-width: 10rem;
}

.soloSimulation .headline4__inner {
	align-items: center;
}

.soloSimulation__inner {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	padding-top: 2.5rem;
	margin-top: 1.5rem
}

.soloSimulation__inner1 {
	margin-top: 0;
}

.soloSimulation__headline4 .headline4__graphic {
	width: 3.75rem;
}

.soloSimulation__box {
	background-color: #fff;
	border: 0.125rem solid #F2890C;
	border-radius: 0.75rem;
	padding: 1.875rem 0.9375rem 0.9375rem;
	position: relative;
}

.soloSimulation__box + .soloSimulation__box {
	margin-top: 2.5rem;
}

.soloSimulation__box:last-child .soloSimulation__label {
	min-width: 8em;
}

.formBg {
	background-color: #F2FBF5;
	max-width: 60rem;
    margin: auto;
	padding-block: 2rem;
	margin-block: 2rem;
}

.soloSimulation__title {
	background-color: #F2890C;
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	padding: 0.375rem 0.75rem;
	position: absolute;
	top: -1.25rem;
	transform: translate(-50%, 0);
	width: -moz-max-content;
	width: max-content;
}

.soloSimulation__table {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.9375rem;
}

.soloSimulation__label {
	color: #1e3a1c;
	display: inline-block;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	min-width: 4em;
}

.soloSimulation__label_installment {
	min-width: 9.75rem;
}

.soloSimulation__input {
	border: 0.0625rem solid #ccc;
	border-radius: 0.25rem;
	height: 2.5rem;
	padding: 0 0.5rem;
	width: 7.875rem;
}

.soloSimulation__yen {
	color: #1e3a1c;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	width: -moz-max-content;
	width: max-content;
}

.soloSimulation__note {
	color: #1e3a1c;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.125rem;
}

.soloSimulation__row--total .soloSimulation__label_total {
	color: #F2890C;
}

.soloSimulation__yen_total {
	color: #F2890C;
}

.premiumResultRow__yen {
	margin-left: 0.625rem;
}

.soloSimulation__passage {
	margin-top: 0.625rem;
}

.soloVoice__list {
	gap: 1.75rem;
	margin-top: 1.25rem;
}

.soloVoice__writing {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.soloVoice__item:nth-of-type(n + 2) {
	display: none;
}

.soloVoice__itemGraphic {
	align-items: center;
	aspect-ratio: 1.5294117647;
	display: grid;
}

.soloVoice__itemGraphicImage {
	border-radius: 0.625rem;
}

.soloVoice__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.soloInformation__list {
	gap: 1.75rem;
	margin-top: 1.25rem;
}

.soloInformation__item:nth-of-type(n + 2) {
	display: none;
}

.soloInformation__writing {
	padding-top: 0.625rem;
}

.soloInformation__writingTime {
	color: #113A17;
	padding-top: 0.625rem;
}

.soloInformation__writingTitle {
	font-weight: 700;
	padding-top: 0.625rem;
}

.soloInformation__itemGraphicImage {
	border-radius: 0.625rem;
}

.soloInformation__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.soloQuestion__inner {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.soloQuestion__accordion {
	background-color: #fff;
	border-radius: 1.25rem;
	transition: all 0.5s ease;
}

.soloQuestion__head {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.soloQuestion__icon {
	align-items: center;
	background-color: #0b4e1c;
	border: solid 1px #1BA445;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	vertical-align: top;
	width: 2rem;
}

.soloQuestion__question {
	color: #283202;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.soloQuestion__toggle {
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.soloQuestion__toggle::before,
.soloQuestion__toggle::after {
	background-color: #000;
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.soloQuestion__toggle::before {
	height: 0.125rem;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.soloQuestion__toggle::after {
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.soloQuestion__body {
	display: none;
	padding: 0rem 1rem 1rem;
}

.soloQuestion__answer {
	color: #000;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.soloQuestion__head.is-click .soloQuestion__icon {
	background-color: #fff;
	color: #1BA445;
	transition: 0.5s;
}

.soloQuestion__head.is-click {
	background-color: #1BA445;
	transition: 0.5s;
}

.soloQuestion__head.is-click .soloQuestion__toggle:after {
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.5s;
}

.soloQuestion__head.is-click .soloQuestion__toggle:before {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.soloQuestion__head.is-click .soloQuestion__question {
	color: #fff;
	transition: 0.5s;
}

.soloQuestion__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.l-soloArea {
	margin-bottom: 2.5rem;
}

.soloArea__inner {
	margin: 0 auto;
	max-width: 56.25rem;
	padding: 0 1.25rem;
}

.soloArea__field + .soloArea__field {
	margin-top: 0.625rem;
}

.soloArea__memo {
	margin-top: 0.3125rem;
}

.soloArea__content {
	margin-top: 1.25rem;
}

.soloArea__title {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
	padding-left: 0.625rem;
}

.soloArea__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.625rem;
}

.soloArea__item {
	align-items: center;
	background-color: #e9f6ed;
	border-radius: 0.5rem;
	color: #1c3b26;
	display: inline-block;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	justify-items: center;
	padding: 0.375rem 0.75rem;
	width: 8.25rem;
}

.l-soloSimulationForm {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.75rem;
}

.soloSimulationForm1 {
	padding: 0;
} 

.soloSimulationForm1 .soloSimulationForm__select {
	margin-top: 1.25rem;
	border-radius: 0;
}

.soloSimulationForm__label {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.75rem;
	min-width: 15.625rem;
	white-space: nowrap;
}

.application .soloSimulationForm__label {
	font-size: 1rem;
}

.soloSimulationForm__space {
	align-items: flex-start;
	flex: 1;
	gap: 1rem;
	margin-top: 2.5rem;
}

.soloSimulationForm__space1 {
	margin-top: 0;
}

.soloSimulationForm__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #ccc;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
	margin-top: 1.25rem;
}

select {
  padding: 10px 16px;
}

.soloSimulationForm__select select {
	color: #BCBCBC;
	padding: 0.75rem 1rem;
	width: 100%;
}

.soloSimulation__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.l-soloSheet {
	margin-top: 1.5625rem;
}

.soloSheet__inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 50.625rem;
}

.soloSheet__field {
	gap: 1.5625rem;
}

.soloSheet__table {
	background-color: #fefefe;
	border-collapse: collapse;
	width: 100%;
}

.soloSheet__th,
.soloSheet__td {
	border: 0.0625rem solid #305030;
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.5rem;
	padding: 0.375rem;
	text-align: center;
}

.soloSheet__th {
	background-color: #FDF6EE;
	font-weight: 700;
}

.soloSheet__method {
	margin-top: 0.625rem;
	text-align: right;
}

.strengthGuideGreeting__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.l-strengthGuideOverview,
.l-strengthGuideGreeting {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.l-strength {
	margin-top: 3.125rem;
}

.strengthReason__inner {
	background-color: #FDF6EE;
	padding-bottom: 2.5rem;
	padding-top: 1.5625rem;
}

.strengthReason__list {
	justify-items: center;
	margin-top: 1.5rem;
}

.strengthReason__graphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 62.5rem;
	display: grid;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 11.25rem;
}

.strengthReason__item + .strengthReason__item {
	margin-top: 2.5rem;
}

.strengthReasonImage {
	width: 100%;
}

.strengthReason__graphicImage {
	aspect-ratio: 1;
	width: 8.125rem;
}

.strengthReason__writing {
	margin-top: 0.625rem;
}

.strengthReason__writingTitle {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.strengthReason__writingText {
	margin-top: 0.125rem;
}

.strengthReason__headline8 {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	margin-left: auto;
	margin-right: auto;
}

.l-strengthGuide {
	margin-top: 3.125rem;
}

.strengthGuide__inner {
	background: #F2FBF5;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.strengthGuide__headline8 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	margin-left: auto;
	margin-right: auto;
	padding: 0.3125rem 1.875rem;
}

.strengthGuide__text {
	line-height: 1.6;
	margin-top: 1.5625rem;
	text-align: center;
}

.l-strengthGuideGreeting {
	margin-top: 1.25rem;
}

.strengthGuideGreeting {
	background-color: #fff;
}

.strengthGuideGreeting__content {
	gap: 1.25rem;
	padding-left: 15px;
	padding-right: 15px;
}

.strengthGuideGreeting__profile {
	margin-top: 1.5625rem;
}

.strengthGuideGreeting__writing {
	flex-basis: 50%;
	margin-top: 1.25rem;
}

.strengthGuideGreeting__writingTitle {
	font-size: 1.5rem;
	margin-top: 0.125rem;
}

.strengthGuideGreeting__writingText {
	font-size: 0.8125rem;
	margin-top: 0.125rem;
}

.strengthGuideGreetingProfile {
	background-color: #f9fdf8;
	border-radius: 0.75rem;
	padding: 2rem 1.25rem;
}

.strengthGuideGreetingProfile__title {
	color: #1e3a1c;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.0625rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}

.strengthGuideGreetingProfile__title::after {
	background-color: #0B6025;
	bottom: -0.625rem;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 3.75rem;
}

.strengthGuideGreetingProfile__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.strengthGuideGreetingProfile__tagItem {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.strengthGuideGreetingProfile__tagLabel {
	background-color: #127C32;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.25rem 0.75rem;
}

.strengthGuideGreetingProfile__tagValue {
	color: #1e3a1c;
	font-size: 1rem;
	font-weight: 500;
}

.strengthGuideGreetingProfile__text {
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	line-height: 1.75rem;
	margin-top: 0.3125rem;
}

.strengthGuideOverview {
	background-color: #fff;
}

.strengthGuideOverview__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 52.5rem;
	padding-bottom: 1.5625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.strengthGuideOverview__list {
	align-items: center;
	display: grid;
}

.strengthGuideOverview__listKey {
	align-items: center;
	border: none;
	display: flex;
	font-weight: 700;
	height: 100%;
	padding-top: 0.625rem;
}

.strengthGuideOverview__listValue {
	border-bottom: solid 1px #ddd;
	padding-bottom: 1.25rem;
	padding-top: 0.625rem;
}

.strengthGuideOverview__total {
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.strengthGuideOverviewPhoto__field {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 1rem;
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}

.strengthGuideOverviewPhoto__field_orange {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	color: #fff;
}

.strengthGuideOverviewPhoto__labelWrap {
	background: #fff;
	border: 0.0625rem solid #0B6025;
	border-radius: 2.5rem;
	color: #113A17;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	left: 50%;
	padding: 0.375rem 1rem;
	position: absolute;
	top: -1.5rem;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: max-content;
}

.strengthGuideOverviewPhoto__labelWrap::before {
	border-color: #000000 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	translate: -50% 100%;
}

.strengthGuideOverviewPhoto__labelWrap::after {
	border-color: #ffffff transparent transparent;
	border-style: solid;
	border-width: 7.2px 7.2px 0 7.2px;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	translate: -50% 100%;
}

.strengthGuideOverviewPhoto__labelWrap_orange {
	border: 0.0625rem solid #F2890C;
}

.strengthGuideOverviewPhoto__labelWrap_orange::before {
	border-color: #F2890C transparent transparent;
}

.strengthGuideOverviewPhoto__labelWrap_orange::after {
	border-color: #fff transparent transparent;
}

.strengthGuideOverviewPhoto__labelWrap_orange {
	border-color: #F2890C;
}

.strengthGuideOverviewPhoto__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	gap: 0.3125rem;
	padding: 0.75rem 0.625rem;
	text-decoration: none;
}

.strengthGuideOverviewPhoto__logo {
	height: auto;
	width: 5.625rem;
}

.strengthGuideOverviewPhoto__text {
	font-size: 1.25rem;
	font-weight: 700;
}

.strengthGuideOverviewPhoto__graphic iframe {
	aspect-ratio: 1.2857142857;
	border: none;
	border-radius: 0.625rem;
	display: block;
	width: 100%;
}

.l-strengthGuideAward {
	margin-top: 1.875rem;
	padding-bottom: 1.5625rem;
}

.strengthGuideAward {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.strengthGuideAward__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.125rem;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1.25rem;
}

.strengthGuideAward__text:last-of-type {
	margin-top: 0.625rem;
}

.strengthGuideAward__list {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.strengthGuideAward__graphic img {
	aspect-ratio: 1.704845815;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	width: 24.1875rem;
}

.strengthGuideAward__passage {
	font-size: 0.6875rem;
	margin-top: 0.625rem;
}

.l-thanks {
	margin-top: 2.5rem;
}

.thanks__inner {
	text-align: center;
}

.thanks__title {
	font-size: 1.25rem;
	font-weight: 700;
}

.thanks__passage {
	margin-top: 1.25rem;
}

.thanks__passage {
	text-align: left;
}

.topInsuranceSolo__content,
.topInsuranceSolo__inner,
.l-topInsuranceCompanyFlow,
.topInsuranceCompany__content {
	margin-left: auto;
	margin-right: auto;
}

.l-topPack {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.5625rem;
	padding: 2rem 1.5rem;
	width: 100%;
}

.topPack {
	background-color: #fff;
	box-shadow: 0.1875rem 0.4375rem 1.0625rem rgba(0, 0, 0, 0.12);
}

.topPack__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.topPack__item {
	align-items: center;
	border-bottom: 2px solid #127C32;
	color: #283202;
	display: flex;
	padding: 1.4375rem 0.25rem 1.0625rem;
	position: relative;
	transition: 0.5s;
}

.topPack__item:hover {
	background-color: #127C32;
	color: #fff;
	transition: 0.5s;
}

.topPack__item:hover .topPack__icon {
	background-color: #fff;
	transition: 0.5s;
}

.topPack__item:hover .topPack__icon:before {
	border-left: 0.375rem solid #127C32;
	transition: 0.5s;
}

.topPack__icon {
	background-color: #127C32;
	border-radius: 50%;
	height: 1.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.topPack__icon::before {
	border-bottom: 0.3125rem solid transparent;
	border-left: 0.375rem solid #fff;
	border-top: 0.3125rem solid transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-40%, -50%);
	transition: 0.5s;
	width: 0;
}

.topPack__anchor {
	-webkit-text-decoration: none;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	padding-right: 2rem;
	position: relative;
	text-decoration: none;
}

.topPack__anchor:hover {
	opacity: 0.7;
}

.l-topStrength {
	background-color: #fff;
	margin-top: 5rem;
}

.topStrength__grid {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.topStrength__balloon {
	font-weight: 700;
	margin-top: 1.5rem;
}

.topStrength__balloonIcon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.topStrength__title {
	align-items: flex-start;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: 700;
}

.topStrength__support {
	background-color: #FFF8EF;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 50.625rem;
	padding: 2.5rem 1.25rem;
	position: relative;
	text-align: center;
}

.topStrength__supportLeadSentence {
	font-size: 1.25rem;
}

.topStrength__supportLeadSentencePoint {
	letter-spacing: -0.2em;
	position: relative;
}

.topStrength__supportLeadSentencePoint::before {
	aspect-ratio: 1;
	background-color: #113A17;
	border-radius: 62.5rem;
	content: "";
	left: 0.375rem;
	position: absolute;
	top: -0.5rem;
	width: 0.5rem;
}

.topStrength__supportLead {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	z-index: 0;
}

.topStrength__supportList {
	color: #283202;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.topStrength__supportItem {
	font-size: 0.875rem;
	padding-left: 1.875rem;
	position: relative;
}

.topStrength__supportItem + .topStrength__supportItem {
	margin-top: 0.625rem;
}

.topStrength__supportList li::before {
	aspect-ratio: 1;
	background: url("../images/top/check.svg") center center/cover no-repeat;
	color: #F59A23;
	content: "";
	font-size: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.25rem;
}

.topStrength__supportNote {
	color: #333;
	font-size: 0.875rem;
	font-weight: 700;
}

.topStrength__button a {
	background-color: #F59A23;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0.75rem 2rem;
	transition: opacity 0.3s;
}

.topStrength__button a:hover {
	opacity: 0.8;
}

.topStrength__list {
	align-items: center;
	gap: 1.25rem;
	margin-top: 5rem;
}

.topStrength__item {
	grid-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	grid-row-gap: 1.25rem;
	align-items: center;
	background-color: #F2FBF5;
	border-radius: 0.5rem;
	color: #283202;
	column-gap: 0.625rem;
	display: grid;
	flex-direction: column;
	grid-template-columns: auto 1fr;
	justify-content: space-between;
	padding: 1.25rem 0.625rem;
	position: relative;
	row-gap: 1.25rem;
}

.topStrength__text {
	grid-column: span 2;
}

.topStrength__body {
	flex: 1;
}

.topStrength__bullet {
	aspect-ratio: 1;
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	margin-top: 0.625rem;
	width: 0.5rem;
}

.topStrength__graphic {
	width: 3.125rem;
}

.topStrength__supportIcon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 6.6875rem;
}

.topStrength__press {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.topStrength__word {
	margin-top: 2.5rem;
}

.topStrength__word {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.topStrength__wordLabel {
	color: #2d4001;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
}

.topStrength__wordEm {
	display: inline-block;
	position: relative;
}

.topStrength__wordEm.under {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-color: #0a6787;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.25rem;
}

.topStrength__wordBox {
	background-color: #F2890C;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 400;
	padding: 0rem 0rem;
}

.l-topNews {
	margin-top: 3.75rem;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.topNews {
	background: url("../images/top/bg_news_pc.png") center center repeat;
	background-size: 1440px 682px;
	overflow: hidden;
	position: relative;
}

.topNews__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 50.625rem;
	padding: 0 0.625rem;
	width: 100%;
}

.topNews__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
}

.topNews__graphic {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.topNews__bg img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
}

.topNews__item + .topNews__item {
	margin-top: 1.25rem;
}

.topNews__anchor {
	display: block;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
}

.topNews__anchor + .topNews__anchor {
	margin-top: 3.75rem;
}

.topNews__date {
	color: #113A17;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
}

.topNews__title {
	border-bottom: solid 1px #113A17;
	color: #113A17;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.625rem;
	padding-bottom: 1.25rem;
}

.topNews__arrow {
	border-right: 1px solid #113A17;
	border-top: 1px solid #113A17;
	display: inline-block;
	height: 0.4375rem;
	position: absolute;
	right: 0.5rem;
	top: 56%;
	transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 0.4375rem;
}

.l-topDifference {
	padding: 2.5rem 1rem;
}

.topDifference__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
}

.topDifference__space {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
}

.topDifference__space iframe {
	aspect-ratio: 1.7783505155;
	height: auto;
	width: 100%;
}

.topDifference__area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	overflow: auto;
}

.topDifference__table {
	background-color: #fff;
	border: 1px solid #0B6025;
	border-collapse: collapse;
	display: table;
	min-width: 50.625rem;
	width: 100%;
}

.topInsuranceScope__table th {
	width: -moz-max-content;
	width: max-content;
}

.topDifference__row {
	display: table-row;
}

.topDifference__row:nth-child(2) .topDifference__cell:first-child,
.topDifference__row:nth-child(3) .topDifference__cell:first-child,
.topDifference__row:nth-child(4) .topDifference__cell:first-child {
	background-color: #F2FBF5;
	font-weight: 700;
	text-align: center;
}

.topDifference__row--head .topDifference__cell {
	background-color: #F2FBF5;
	font-weight: 700;
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	width: 12.5rem;
}

.topDifference__row--head .topDifference__cell:nth-child(2),
.topDifference__row--head .topDifference__cell:nth-child(3) {
	width: 18.75rem;
}

.topDifference__cell {
	align-content: center;
	border: 1px solid #0B6025;
	display: table-cell;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 1rem;
	position: relative;
	vertical-align: top;
}

.topDifference__row--head .topDifference__cell:first-child {
	width: 13.125rem;
}

.topDifference__cell img {
	bottom: 0;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	right: 1.875rem;
	width: auto;
}

.topDifference__note {
	font-size: 0.8125rem;
}

.topDifference__caption {
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 0.75rem;
}

.l-topInsurance {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.topInsurance {
	background-color: #F2FBF5;
}

.topInsurance__company {
	margin-top: 2.5rem;
}

.l-topInsuranceCompany {
	margin-top: 1.875rem;
}

.topInsuranceCompany {
	background-color: #fff;
}

.topInsuranceCompany__content {
	padding-bottom: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2.5rem;
}

.topInsuranceCompany__inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0 auto;
	max-width: 65rem;
}

.topInsuranceCompany__text-block {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.topInsuranceCompany__title {
	font-size: 1.25rem;
	font-weight: 700;
}

.l-topInsuranceCompanyEmployment {
	display: grid;
	grid-template-columns: 1fr;
}

.topInsuranceCompanyEmployment__label {
	background-color: #2a7c40;
	border-radius: 0.25rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.5rem 1.5rem;
}

.topInsuranceCompanyEmployment__icon {
	align-items: flex-end;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.topInsuranceCompanyEmployment__icon img {
	height: auto;
	width: 3.125rem;
}

.topInsuranceCompanyEmployment__title {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
}

.topInsuranceCompanyEmployment__lead {
	color: #283202;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 1.25rem;
	text-align: center;
}

.topInsuranceCompanyEmployment__graphic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.topInsuranceCompanyEmployment__image img {
	border-radius: 0.5rem;
}

.l-topInsuranceCompanyAbout {
	margin-top: 3.125rem;
}

.topInsuranceCompanyAbout__text {
	margin-top: 0.75rem;
}

.topInsuranceCompanyAbout__text_size_small {
	font-size: 0.75rem;
}

.l-topInsuranceCompanyMerit {
	margin-top: 4.5rem;
}

.topInsuranceCompanyMerit__field {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.topInsuranceCompanyMerit__text {
	margin-top: 0.9375rem;
}

.topInsuranceCompanyMerit__text_size_small {
	font-size: 0.75rem;
}

.topInsuranceCompanyMerit__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 16.25rem;
}

.topInsuranceCompanyMerit__press2 {
	margin-left: auto;
	margin-right: auto;
	width: 16.25rem;
}

.l-topInsuranceCompanyScope {
	padding: 4.375rem 0 2.5rem;
}

.topInsuranceCompanyScope__table {
	background-color: #fff;
	border-collapse: collapse;
	font-size: 0.875rem;
	margin-top: 1.25rem;
	width: 100%;
}

.topInsuranceCompanyScope__table th,
.topInsuranceCompanyScope__table td {
	border: 1px solid #0B6025;
	padding: 0.375rem;
	text-align: center;
	vertical-align: middle;
}

.topInsuranceCompanyScope__table td {
	text-align: left;
}

.topInsuranceCompanyScope__table th {
	background-color: #F2FBF5;
	font-weight: 700;
	white-space: nowrap;
}

.topInsuranceCompanyScope__highlight {
	background-color: #F2FBF5;
	font-weight: 700;
}

.l-topInsuranceCompanyInstance {
	padding: 2.5rem 0rem;
}

.topInsuranceCompanyInstance {
	background-color: #ffffff;
}

.topInsuranceCompanyInstance__list {
	margin-top: 1.5rem;
}

.topInsuranceCompanyInstance__inner {
	margin: 0 auto;
	max-width: 55rem;
}

.topInsuranceCompanyInstance__case {
	background-color: #F2FBF5;
	margin-top: 1.875rem;
	padding: 0.625rem 3.75rem 0.625rem 1.25rem;
	position: relative;
}

.topInsuranceCompanyInstance__caseGraphic {
	bottom: 0rem;
	position: absolute;
	right: 0.25rem;
}

.topInsuranceCompanyInstance__caseGraphic img {
	width: 4.375rem;
}

.topInsuranceCompanyInstance__item + .topInsuranceCompanyInstance__item {
	margin-top: 2rem;
}

.topInsuranceCompanyInstance__head {
	align-items: center;
	background: none;
	border: none;
	border-bottom: 0.0625rem dashed #c9dfcb;
	color: #283202;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 0.75rem 2rem 0.75rem 0rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.topInsuranceCompanyInstance__graphic {
	border-left: 0.3125rem solid transparent;
	border-right: 0.3125rem solid transparent;
	border-top: 0.3125rem dashed #1a4d2e;
	height: 0;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: rotate(0) translateY(-50%);
	transition: transform 0.3s ease;
	width: 0;
}

.topInsuranceCompanyInstance__headIcon {
	transition: 0.5s;
}

.is-click .topInsuranceCompanyInstance__headIcon {
	transform: rotate(180deg);
	transition: 0.5s;
}

.topInsuranceCompanyInstance__body {
	display: none;
	margin-top: 0.375rem;
}

.topInsuranceCompanyInstance__bodyText {
	color: #283202;
}

.topInsuranceCompanyInstance__bodyText_size_small {
	font-size: 0.875rem;
}

.topInsuranceCompanyInstance__bodyTextHighlight {
	color: #F2890C;
	font-weight: 700;
}

.topInsuranceCompanyInstance__bodyBox {
	border: 0.0625rem solid rgba(11, 96, 37, 0.2);
	border-radius: 0.625rem;
	margin-top: 1rem;
	padding: 1rem;
}

.topInsuranceCompanyInstance__bodyBoxSub {
	color: #333;
	font-size: 0.875rem;
	font-weight: 600;
}

.topInsuranceCompanyInstance__bodyBoxExample {
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 1em;
	text-indent: -1em;
}

.topInsuranceCompanyInstance__bodyBoxExample strong {
	font-weight: 700;
}

.topInsuranceCompanyInstance__press {
	font-size: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.l-topInsuranceCompanyFlow {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.topInsuranceCompanyFlow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.125rem;
}

.topInsuranceCompanyFlow__list {
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.topInsuranceCompanyFlow__item {
	position: relative;
}

.topInsuranceCompanyFlow__item {
	position: relative;
	text-align: center;
	z-index: 1;
}

.topInsuranceCompanyFlow__item::after {
	background: url("../images/common/arrow.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 0.875rem;
	margin: 0.75rem auto 0;
	transform: rotate(-30deg);
	width: 0.875rem;
}

.topInsuranceCompanyFlow__item:last-child::after {
	display: none;
}

.topInsuranceCompanyFlow__itemCircle {
	align-items: center;
	background-color: #fff;
	border: 0.1875rem solid #0B6025;
	border-radius: 50%;
	color: #0B6025;
	display: flex;
	font-weight: 700;
	height: 2.25rem;
	justify-content: center;
	left: 15%;
	margin: 0 auto;
	margin-top: 0.25rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2.25rem;
	z-index: 1;
}

.topInsuranceCompanyFlow__itemBox {
	background-color: #f1faf1;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column-reverse;
	margin-top: 1rem;
	padding: 1.25rem;
}

.topInsuranceCompanyFlow__icon {
	height: auto;
	margin: 0 auto;
	width: 3.75rem;
}

.topInsuranceCompanyFlow__itemText {
	color: #283202;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.topInsuranceCompanyFlow__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.l-topInsuranceSolo {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.topInsuranceSolo {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
}

.topInsuranceSolo__inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 18.125rem;
}

.topInsuranceSolo__content {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2.5rem;
}

.topInsuranceSolo__label {
	align-items: flex-end;
	color: #1c1c1c;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
}

.topInsuranceSolo__label img {
	height: auto;
	width: 2rem;
}

.topInsuranceSolo__label img {
	width: 5rem;
}

.topInsuranceSolo__desc {
	color: #1c1c1c;
	grid-row: 3;
	letter-spacing: 0.03em;
	margin-top: 2.5rem;
}

.topInsuranceSolo__desc_size_large {
	font-size: 1.125rem;
}

.topInsuranceSolo__graphic {
	margin-top: 3.375rem;
}

.topInsuranceSolo__graphic img {
	border-radius: 0.5rem;
}

.topInsuranceSolo__press {
	font-size: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.l-.topMerit {
	margin: 3.75rem 0;
}

.topMerit {
	background-color: #fff;
}

.topMerit__inner {
	margin-top: 2.5rem;
}

.topMerit__title {
	color: #333;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1.875rem;
	position: relative;
	text-align: center;
}

.topMerit__list {
	grid-gap: 2.5rem;
	color: #283202;
	display: grid;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.topMerit__item {
	background-color: #fff;
	display: grid;
	flex: 1;
}

.topMerit__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
}

.topMerit__itemGraphicImage {
	border-radius: 0.5rem;
	width: 100%;
}

.topMerit__itemHeading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.25rem;
	text-align: center;
}

.topMerit__button {
	-webkit-text-decoration: none;
	background-color: #f5821f;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1rem;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.topMerit__button:hover {
	opacity: 0.8;
}

.topMerit__itemText {
	margin-top: 1.25rem;
}

.topMerit__titleGraphic {
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	width: 6.375rem;
}

.l-topVoice {
	margin-top: 2.5rem;
	padding: 3.75rem 0;
}

.topVoice {
	background-color: #fafafa;
}

.topVoice__inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.topVoice__slider {
	margin-top: 2.5rem;
}

.topVoice__slider .splide__arrow {
	align-items: center;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	opacity: 1;
	text-align: center;
	top: 32%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	width: 0.875rem;
}

.topVoice__slider .splide__arrow--prev {
	background-image: url("../images/common/arrow.svg");
	left: -1.25rem;
	transform: scaleX(-1) translateY(-50%);
}

.topVoice__slider .splide__arrow--next {
	background-image: url("../images/common/arrow.svg");
	right: -1.25rem;
}

.topVoice__slider .splide__arrow svg {
	opacity: 0;
}

.splide__slide a {
	display: block;
	width: 100%;
}

.splide__slide img {
	display: block;
	width: 100%;
}

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

.topVoice__itemGraphic {
	background-color: #D9D9D9;
	border-radius: 0.625rem;
}

.topVoice__item img {
	-o-object-fit: contain;
	aspect-ratio: 1.5094339623;
	object-fit: contain;
}

.topVoice__image {
	-o-object-fit: cover;
	border-radius: 0.75rem;
	object-fit: cover;
}

.topVoice__itemText {
	color: #283202;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 0.625rem;
	text-align: center;
}

.topVoice__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.l-topBlog {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.topBlog {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

.topBlog__headlineLabel {
	color: #fff;
}

.topBlog__headlineLabel:after {
	background-color: #fff;
}

.topBlog__headlineMain {
	color: #fff;
}

.topBlog__list {
	gap: 3.625rem;
	margin-top: 2.1875rem;
}

.topBlog__item:nth-of-type(n + 2) {
	display: none;
}

.topBlog__itemTime {
	color: #fff;
	display: block;
	margin-top: 1.25rem;
}

.topBlog__itemGraphic {
	border-radius: 1.25rem;
}

.topBlog__itemGraphic img {
	border-radius: 1.25rem;
}

.topBlog__itemPassage {
	color: #fff;
	font-weight: 700;
	margin-top: 0.1875rem;
}

.topBlog__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.topQuestion {
	background-color: #F2FBF5;
}

.topQuestion__inner {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.topQuestion__press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
}

.topQuestion__list {
	margin-top: 2.1875rem;
}

.topQuestion__item {
	background-color: #fff;
	border-radius: 1.25rem;
	color: #283202;
	transition: all 0.5s ease;
}

.topQuestion__item + .topQuestion__item {
	margin-top: 1.25rem;
}

.topQuestion__head {
	align-items: center;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	display: flex;
	gap: 0.9375rem;
	justify-content: space-between;
	padding: 1rem;
	transition: 0.5s;
}

.topQuestion__icon {
	align-items: center;
	background-color: #127C32;
	border: solid 1px #1BA445;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	vertical-align: top;
	width: 2rem;
}

.topQuestion__headQuestion {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
}

.topQuestion__headToggle {
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.topQuestion__headToggle::before,
.topQuestion__headToggle::after {
	background-color: #000;
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.topQuestion__headToggle::before {
	height: 0.125rem;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.topQuestion__headToggle::after {
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.topQuestion__body {
	display: none;
	padding: 1rem;
	position: relative;
}

.topQuestion__bodyAnswer {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 3.125rem;
}

.topQuestion_press {
	margin-left: 0rem;
	margin-top: 0.625rem;
}

.topQuestion__head.is-click .topQuestion__icon {
	background-color: #fff;
	color: #1BA445;
	transition: 0.5s;
}

.topQuestion__body .topQuestion__icon {
	left: 1.25rem;
	position: absolute;
	top: 0.875rem;
}

.topQuestion__head.is-click {
	background-color: #127C32;
	transition: 0.5s;
}

.topQuestion__head.is-click .topQuestion__headToggle:after {
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.5s;
}

.topQuestion__head.is-click .topQuestion__headToggle:before {
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.topQuestion__head.is-click .topQuestion__headQuestion {
	color: #fff;
	transition: 0.5s;
}

.transaction {
	margin-bottom: 3.125rem;
	margin-top: 2.5rem;
}

.transaction__list {
	display: grid;
	grid-template-columns: auto 1fr;
}

.transaction__listKey {
	align-items: center;
	background-color: #F2FBF5;
	border-bottom: solid 1px #113A17;
	border-left: solid 1px #113A17;
	display: grid;
	font-weight: 700;
	justify-items: center;
	padding: 0.625rem;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
	text-align: center;
	width: 100%;
}

.transaction__listKey:first-of-type {
	border-top: solid 1px #113A17;
}

.transaction__listValue {
	align-items: center;
	border-bottom: solid 1px #113A17;
	border-left: solid 1px #113A17;
	border-right: solid 1px #113A17;
	display: grid;
	padding-bottom: 1.625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 1.625rem;
}

.transaction__listValue:first-of-type {
	border-top: solid 1px #113A17;
}

.singleInformation {
	margin-top: 2.5rem;
}

.singleInformation__inner {
	gap: 1.25rem;
}

.singleInformation__graphic {
	padding: 1.25rem;
	width: 100%;
}

.singleInformation__headline3 {
	font-size: 1.125rem;
	margin-top: 0.625rem;
	text-align: left;
}

.singleInformation__headline5 {
	margin-top: 0.625rem;
}

.singleInformation__title {
	margin-top: 0.625rem;
}

.singleInformation__passage {
	margin-top: 0.625rem;
}

.singleNavigation {
	margin-top: 1.25rem;
}

.archiveInformation__inner {
	padding: 1.5rem;
}

.archiveInformation__image {
	flex-shrink: 0;
	height: auto;
	width: 10rem;
}

.archiveInformation__image img {
	border-radius: 0.5rem;
}

.archiveInformation__content {
	flex: 1;
}

.archiveInformation__content h2 {
	text-align: left;
}

.archiveInformation__meta {
	align-items: center;
	display: flex;
}

.archiveInformation__date {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.archiveInformation__category {
	border: solid 0.0625rem;
	border-radius: 0.25rem;
	color: #333;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.125rem 0.5rem;
}

.archiveInformation__title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.singleInformation__sidebar {
	display: none;
	font-family: "Sawarabi Gothic", sans-serif;
	width: 15.625rem;
}

.singleInformation__sidebarList {
	margin-left: 0.75rem;
}

.singleInformation__sidebarItem {
	border-bottom: dashed 1px #0B6025;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.singleInformation__sidebarItemTime {
	color: #ddd;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
}

.singleInformation__sidebarTitle {
	border-bottom: solid 1px #0B6025;
	font-size: 1.25rem;
	margin-top: 1rem;
	padding-bottom: 0.3125rem;
}

.singleInformation__graphic {
	padding: 0.625rem;
}

h1.headline5 {
	font-size: 1.875rem;
}

.singleInformation__text {
	border-bottom: solid 1px #113A17;
	max-width: 60.4375rem;
	padding-bottom: 0.625rem;
}

.singleInformation__text h2 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.75rem;
}

.singleInformation__text h3 {
	border-bottom: solid 1px #0B6025;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
	padding-left: 0.625rem;
}

.singleInformation__text h4 {
	font-size: 1.125rem;
}

.singleInformation__text p {
	padding: 1rem 0.25rem;
}

.singleInformation__text pre {
	word-wrap: break-word;
	white-space: normal;
	word-break: break-word;
}

.singleInformation__text img {
	display: inline-block;
	width: auto;
}

.singleInformation__text div {
	max-width: 100%;
}

.information__size {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
}

.singleVoice {
	margin: 3.75rem 0;
}

.singleVoice__otherHeadline8 {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
	margin-left: auto;
	margin-right: auto;
}

.singleVoice__content {
	align-items: center;
	background-color: #F2FBF5;
	border-radius: 1.875rem;
	gap: 1.25rem;
	padding: 1.5625rem;
}

.singleVoice__graphic {
	width: 100%;
}

.singleVoice__other {
	margin-top: 2.5rem;
}

.singleVoice__otherList {
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.singleVoice__otherItem {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
}

.singleVoice__itemGraphic {
	border: solid 0.0625rem #ADB5AE;
	border-radius: 0.625rem;
}

.singleVoice__itemGraphic img {
	-o-object-fit: contain;
	aspect-ratio: 1.5234042553;
	border-radius: 0.625rem;
	object-fit: contain;
}

.singleVoice__otherImage {
	-o-object-fit: cover;
	border-radius: 0.75rem;
	object-fit: cover;
}

.singleVoice__otherText {
	color: #283202;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.3125rem;
}

.singleVoice__writingTitle {
	font-size: 1.5rem;
}

.singleVoice__writingText {
	margin-top: 0.875rem;
}

.archiveInformation__inner {
	padding: 1.5rem;
}

.archiveInformation__image {
	flex-shrink: 0;
	height: auto;
	width: 10rem;
}

.archiveInformation__image img {
	border-radius: 0.5rem;
}

.archiveInformation__content {
	flex: 1;
}

.archiveInformation__content h2 {
	text-align: left;
}

.archiveInformation__meta {
	align-items: center;
	display: flex;
}

.archiveInformation__date {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.archiveInformation__category {
	border: solid 0.0625rem;
	border-radius: 0.25rem;
	color: #333;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.125rem 0.5rem;
}

.archiveInformation__title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.singleInformation__sidebar {
	display: none;
	width: 15.625rem;
}

.singleInformation__sidebarList {
	margin-left: 0.625rem;
}

.singleInformation__sidebarItem {
	border-bottom: dashed 1px #0B6025;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.singleInformation__size {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
}

._color_orange_f2 {
	color: #F2890C;
}

._color_orange_f7 {
	color: #F7BE7A;
}

._color_orange_fd {
	color: #FDF6EE;
}

._color_orange_lg {
	color: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
}

._color_green_0b {
	color: #0B6025;
}

._color_green_11 {
	color: #113A17;
}

._color_green_12 {
	color: #127C32;
}

._color_green_1b {
	color: #1BA445;
}

._color_green_24 {
	color: #247E3F;
}

._color_green_28 {
	color: #283202;
}

._color_green_f2 {
	color: #F2FBF5;
}

._color_green_lg {
	color: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

._color_black {
	color: #283202;
}

._color_white {
	color: #fff;
}

._color_gray {
	color: #BCBCBC;
}

._bgColor_orange_f2 {
	background: #F2890C;
}

._bgColor_orange_f7 {
	background: #F7BE7A;
}

._bgColor_orange_fd {
	background: #FDF6EE;
}

._bgColor_orange_lg {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
}

._bgColor_green_0b {
	background: #0B6025;
}

._bgColor_green_11 {
	background: #113A17;
}

._bgColor_green_12 {
	background: #127C32;
}

._bgColor_green_1b {
	background: #1BA445;
}

._bgColor_green_24 {
	background: #247E3F;
}

._bgColor_green_28 {
	background: #283202;
}

._bgColor_green_f2 {
	background: #F2FBF5;
}

._bgColor_green_lg {
	background: linear-gradient(to right, #1BA445 0%, #0B6025 100%);
}

._bgColor_black {
	background: #283202;
}

._bgColor_white {
	background: #fff;
}

._bgColor_gray {
	background: #BCBCBC;
}

._columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._columns3_2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._flex {
	display: flex;
}

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

._flex_other {
	flex: 1;
}

.mt0 {
	margin-top: 0rem;
}

.nowrap {
	white-space: nowrap;
}

._text_left {
	text-align: left;
}

._text_right {
	text-align: right;
}

._text_center {
	text-align: center;
}

._text_justify {
	text-align: justify;
}

.underline {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.underline:before {
	background: #F7BE7A;
	bottom: 0%;
	content: "";
	height: 40%;
	left: -0.2%;
	position: absolute;
	width: 101%;
	z-index: -1;
}

.underline2 {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.underline2:before {
	background: linear-gradient(to right, #FEBD6F 0%, #F2890C 100%);
	bottom: -10%;
	content: "";
	height: 45%;
	left: -0.5%;
	position: absolute;
	width: 101%;
	z-index: -1;
}

.formAlert {
  position: fixed;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; と同じ意味 */
  background-color: rgba(0, 0, 0, 0.6); /* 背景を暗くする */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formAlert__inner {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.formAlert__message {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.formAlert__close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 1.2rem;
  background-color: #ff5e5e;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.wpcf7 form .wpcf7-not-valid {
  border: 2px solid #e03131 !important; /* 鮮やかな赤 */
}

@media screen and (min-width: 768px) {
.u-desktop {
	display: block !important;
}

.u-mobile {
	display: none !important;
}

html {
	font-size: 1.4222222222vw;
}

.accordion__inner {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.accordion__list {
	margin-top: 2.5rem;
}

.accordion__item {
	margin-top: 1.25rem;
}

.accordion__head {
	gap: 1.875rem;
	padding: 1.5rem;
}

.accordion__icon {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.accordion__headQuestion {
	font-size: 1rem;
}

.accordion__body {
	padding: 1.25rem 2.5rem 1.75rem;
}

.accordion__bodyAnswer {
	font-size: 1rem;
	margin-left: 3.125rem;
}

.accordion_press {
	margin-top: 1.25rem;
}

.accordion__body .accordion__icon {
	left: 2.5rem;
}

.balloon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.balloon__text {
	font-size: 1.375rem;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.balloon__text::before {
	border-color: transparent transparent transparent #0B6025;
	border-width: 20px 0 0 20px;
	margin-left: 0;
	margin-right: 0;
	right: 0;
	top: 50%;
	translate: 100% -50%;
}

.balloon__text::after {
	border-color: transparent transparent transparent #fff;
	border-width: 15.2px 0 0 15.2px;
	right: 0;
	top: 50%;
	translate: 100% calc(-50% + 0.4px);
}

.balloon__icon {
	width: 8.3125rem;
}

.l-breadcrumb {
	margin-top: 1.25rem;
}

.breadcrumb {
	gap: 0.625rem;
}

.l-contactRequest {
	margin-bottom: 5rem;
}

.drawer {
	padding: 3.75rem 0;
}

.drawer__cols {
	gap: 5rem;
	grid-template-columns: 1fr auto auto auto;
	justify-content: space-between;
}

.drawer__col:nth-child(2) {
	margin-top: 0rem;
}

.drawer__info {
	flex: 1;
	max-width: 17.5rem;
}

.drawer__logo {
	margin: 0 0 0.75rem;
	width: 16.875rem;
}

.drawer__sns {
	justify-content: flex-start;
	margin-top: 1.875rem;
}

.drawer__navWrap {
	flex: 1;
}

.floating {
	display: none;
	flex-direction: row;
}
	
.header__nav {
	display: block;
}
	
.header__list li a {
	font-size: 0.875rem;		
}
	
.header__itemGraphic {
	right: .4rem;		
}

.headline__label::after {
	margin-top: 0.25rem;
}

.headline__label {
	font-size: 1.25rem;
}

.headline__main {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.headline__text {
	text-align: center;
}

.headline__graphic {
	bottom: 0;
	left: 105%;
	margin-top: 0rem;
	position: absolute;
}

.headline2::after {
	margin: 1rem auto 0;
}

.headline2 {
	font-size: 1.5625rem;
}

.headline3 {
	font-size: 1.875rem;
}

.headline4__text {
	margin-top: 2.5rem;
	text-align: center;
}

.headline5 {
	font-size: 1.5625rem;
}

.headline8 {
	font-size: 1.875rem;
}

.l-hero {
	padding-top: 5rem;
}

.hero__inner {
	font-size: 1.875rem;
}

.hero__content {
	left: 3.75rem;
	padding: 1.5rem;
}

.hero__lead {
	font-size: 1.625rem;
}

.hero__desc {
	font-size: 0.9375rem;
}

.nav-links {
	margin-top: 2.5rem;
}

.press {
	font-size: 1.5625rem;
	padding: 0.75rem 1.5rem;
}

.press__icon {
	font-size: 0.875rem;
}

.press2 input {
	font-size: 1.5rem;
}

.press__icon2 {
	font-size: 0.875rem;
}

.range {
	max-width: 1175px;
	padding-left: 25px;
	padding-right: 25px;
}

.range2 {
	max-width: 1220px;
	padding-left: 25px;
	padding-right: 25px;
}

.range3 {
	max-width: 860px;
	padding-left: 25px;
	padding-right: 25px;
}

.range_breadcrumb {
	max-width: 1310px;
	padding-left: 25px;
	padding-right: 25px;
}

.singleNavigation {
	gap: 1rem;
}

.page-numbers {
	gap: 2rem;
	margin-top: 3.125rem;
}

.js-tab {
	aspect-ratio: 5.8;
}

.js-tab {
	font-size: 1.875rem;
	width: 100%;
}

.archiveInformation__sidebar {
	display: block;
}

.archiveInformation__sidebarField:last-child {
	margin-top: 5rem;
}

.information {
	margin-top: 5rem;
}

.information__inner {
	gap: 5rem;
}

.information__sidebarField + .information__sidebarField {
	margin-top: 5rem;
}

.information__item {
	align-items: center;
	gap: 2.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.information__item + .information__item {
	margin-top: 2.5rem;
}

.information__image {
	width: 16.5rem;
}

.information__title {
	margin-top: 0.625rem;
}

.information__category {
	margin-left: 0.625rem;
}

.information__sidebarList {
	padding-left: 0.625rem;
}

.information__sidebarItem {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.archiveInformation__content {
	margin-left: 2.5rem;
}

.archiveVoice__list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	margin-top: 2.75rem;
	row-gap: 2.5rem;
}

.archiveVoice__balloonText::before {
	top: 70%;
	transform: skew(0, 15deg);
}

.archiveVoice__balloonText::after {
	top: 70%;
	transform: skew(0, 15deg);
}

.archiveVoice__balloon {
	align-items: flex-start;
	margin-top: 3.625rem;
}

.archiveVoice__balloonIcon {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0rem;
	width: 9.25rem;
}

.archiveVoice__pagination {
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.area {
	margin-top: 5rem;
}

.area__list {
	gap: 0.75rem;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

.area__item {
	width: 7.625rem;
}

.l-contact {
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.contact__field {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
}

.contact__press {
	font-size: 1.5625rem;
	max-width: none;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	width: 31.25rem;
}

.contact__press:last-child {
	grid-column: span 2;
	width: 28.125rem;
}

.contactPress__text {
	font-size: 1.5625rem;
}

.contact__press:last-child {
	grid-column: span 2;
	width: 28.125rem;
}
	


.footer {
	padding: 3.75rem 0;
}

.footer__cols {
	gap: 5rem;
	grid-template-columns: 1fr auto auto auto;
	justify-content: space-between;
}

.footer__col:nth-child(2) {
	margin-top: 0rem;
}

.footer__info {
	flex: 1;
	max-width: 17.5rem;
}

.footer__logo {
	margin: 0 0 0.75rem;
	width: 16.875rem;
}

.footer__sns {
	justify-content: flex-start;
	margin-top: 1.875rem;
}

.footer__navWrap {
	flex: 1;
}

.header__sp {
	display: none;
}

.header__logo img {
	width: 17.0625rem;
}

.header__right {
	gap: 0.75rem;
}

.header__tel {
	display: flex;
}

.header__telIcon img {
	width: 1.25rem;
}

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

.header__info {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: right;
}

.header__contact {
	display: block;
	text-align: right;
}

.header__list {
	margin-top: 12px;
}

.l-partner {
	margin-bottom: 5rem;
}

.partner__headline {
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

.partner__headline_contact {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.partner__item {
	aspect-ratio: 3.5;
}

.partner__press {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
}

.l-application {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.l-applicationConfirm {
	margin-bottom: 5rem;
	margin-top: 5rem;
}


.checkBox__text {
	font-size: 1rem;
}

.checkBox__custom {
	height: 1.125rem;
	width: 1.125rem;
}

.checkBox__input:checked + .checkBox__custom::after {
	height: 0.625rem;
	left: 0.3125rem;
	top: 0.125rem;
	width: 0.375rem;
}

.inquiry__consensus {
	margin-top: 0.375rem;
}

.contactSolo {
	margin-top: 1.25rem;
}

.contact__consensus {
	margin-top: 3.75rem;
}

.l-flowSoloCost,
.l-flowCompanyCost {
	max-width: 950px;
}

.flowSoloCost__inner,
.flowCompanyCost__inner {
	max-width: 860px;
	padding-left: 25px;
	padding-right: 25px;
}

.flow {
	margin-top: 5rem;
}

.flowCompany__inner {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.flowCompanyAbout {
	flex-direction: column;
	gap: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	padding: 0 1.875rem;
	text-align: left;
	text-align: center;
}

.flowCompanyAbout__sentence_size_small {
	font-size: 0.875rem;
}

.flowCompanyAbout__graphic {
	margin-left: 1.25rem;
	width: 4.5rem;
}

.flowCompanyAbout__item {
	display: flex;
	text-align: left;
}

.flowCompanyAbout__item:not(:last-child)::before {
	left: 1.5rem;
}

.flowCompanyAbout__item:not(:last-child) {
	padding-bottom: 3.75rem;
}

.flowCompanyAbout__number {
	height: 3.1875rem;
	width: 3.1875rem;
}

.flowCompanyAbout__sentence {
	margin-top: 0rem;
}

.flowCompanyAbout__writing {
	margin-left: 2.25rem;
}

.flowCompanyAbout__writingText {
	margin-top: 0.625rem;
}

.l-flowCompanyCost {
	margin-top: 6.25rem;
}

.flowCompanyCost__inner {
	margin-top: 3.125rem;
}

.flowCompanyCost__text {
	text-align: center;
}

.flowCompanyCostTable1 {
	margin-top: 1.25rem;
}

.flowCompanyCostTable1__th,
.flowCompanyCostTable1__td {
	padding: 0.75rem;
}

.flowCompanyCostTable1__th {
	white-space: nowrap;
	width: 14.375rem;
}

.flowCompanyCost__memo {
	margin-top: 1.25rem;
}

.flowCompanyCost__space + .flowCompanyCost__space {
	margin-top: 0rem;
}

.flowCompanyCostTable2 {
	margin-top: 1.5rem;
}

.flowCompanyCostTable2__th,
.flowCompanyCostTable2__td {
	padding: 0.5rem;
}

.flowCompanyCostExample__header {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.flowCompanyCostExample__industry {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0rem;
}

.flowCompanyCostExample__body {
	align-items: flex-end;
	display: flex;
	gap: 0.375rem;
	margin-top: 1.25rem;
}

.flowCompanyCostExample__image {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 5.3125rem;
}

.flowCompanyCost__space:last-child .flowCompanyCostExample__image {
	width: 6.25rem;
}

.flowCompanyCostExample__list {
	margin-top: 0rem;
}

.flowCompanyCostExample__title {
	font-size: 1.125rem;
	margin-left: 0;
	margin-right: 0;
}

.flowCompanyCostExample__industry {
	font-size: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.flowCompanyCost__list {
	margin-top: 4.375rem;
	padding-bottom: 3.75rem;
}

.flowCompanyCost__item + .flowCompanyCost__item {
	margin-top: 3.125rem;
}

.flowCompanyCost__itemPart {
	margin-top: 0rem;
}

.flowCompanyCost__itemTotal {
	margin-top: 3.75rem;
	padding: 1.25rem;
	padding-left: 2.5rem;
}

.flowCompanyCost__itemPassage {
	margin-top: 1.25rem;
}

.flowCompanyCost__itemMemo {
	margin-top: 1.25rem;
}

.flowCompanyCost__field {
	display: flex;
	gap: 2.8125rem;
	margin-top: 1.25rem;
}

.flowCompanyCostSupplement__title {
	margin-top: 1.25rem;
}

.flowCompanyCostSupplement__box {
	margin-top: 1.25rem;
}

.flowCompanyCostSupplement__note {
	margin-top: 1.25rem;
}

.flowCompanyCostSupplement__title {
	font-size: 1.375rem;
}

.flowCompanyCost__press {
	margin-top: 3.125rem;
}

.flowSolo__inner {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.l-flowSoloAbout {
	flex-direction: column;
	gap: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	padding: 0 1.875rem;
	text-align: center;
}

.flowSoloAbout__sentence_size_small {
	font-size: 0.875rem;
}

.flowSoloAbout__graphic {
	margin-left: 1.25rem;
	width: 4.5rem;
}

.flowSoloAbout__item {
	align-items: flex-start;
	display: flex;
}

.flowSoloAbout__item:not(:last-child):before {
	left: 1.5rem;
}

.flowSoloAbout__item:not(:last-child) {
	padding-bottom: 3.75rem;
}

.flowSoloAbout__number {
	height: 3.1875rem;
	width: 3.1875rem;
}

.flowSoloAbout__sentence {
	margin-top: 0rem;
}

.flowSoloAbout__writing {
	margin-left: 2.25rem;
}

.flowSoloAbout__writingText {
	margin-top: 0.625rem;
}

.l-flowSoloCost {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
}

.flowSoloCost__itemText {
	margin-top: 1.25rem;
}

.flowSoloCostTable1 {
	margin-top: 3.125rem;
}

.flowSoloCostTable1__th {
	white-space: nowrap;
}

.flowSoloCostTable1__th,
.flowSoloCostTable1__td {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 1rem;
}

.flowSoloCost__memo {
	margin-top: 1.25rem;
}

.flowSoloCost__space + .flowSoloCost__space {
	margin-top: 2.5rem;
}

.flowSoloCostTable2 {
	margin-top: 2.75rem;
}

.flowSoloCostTable2__th,
.flowSoloCostTable2__td {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 1rem;
}

.flowSoloCostExample__header {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.flowSoloCostExample__title {
	margin-left: 0;
	margin-right: 0;
}

.flowSoloCostExample__industry {
	margin-left: none;
	margin-right: none;
	margin-top: 0rem;
}

.flowSoloCostExample__body {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.flowSoloCostExample__image {
	margin-left: 0;
	margin-right: 0;
	width: 5rem;
}

.flowSoloCostExample__title {
	font-size: 1.125rem;
}

.flowSoloCostExample__industry {
	font-size: 1.25rem;
}

.flowSoloCostExample__item {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.flowSoloCost__itemTotal {
	margin-top: 0rem;
}

.flowSoloCost__itemPart {
	margin-top: 3.125rem;
}

.flowSoloCost__itemTotal {
	padding: 1.25rem;
}

.flowSoloCost__itemPassage {
	margin-top: 2.5rem;
}

.flowSoloCost__itemMemo {
	margin-top: 2.5rem;
}

.flowSoloCost__field {
	display: flex;
	gap: 2.8125rem;
	margin-top: 3.125rem;
}

.flowSoloCostSupplement__title {
	margin-top: 1.25rem;
}

.flowSoloCostSupplement__box {
	margin-top: 1.25rem;
}

.flowSoloCostSupplement__note {
	margin-top: 1.25rem;
}

.flowSoloCostSupplement__title {
	font-size: 1.375rem;
}

.flowSoloCostSupplement__text,
.flowSoloCostSupplement__note {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.flowSoloCost__press {
	margin-top: 2.5rem;
}

.flowSoloCost__inner {
	margin-top: 3.125rem;
	padding-bottom: 4.375rem;
}

.flowSoloCost__field {
	gap: 0.3125rem;
}

.flowSoloCost__method {
	margin-top: 0.625rem;
}

.flowSoloCost__item {
	margin-top: 3.125rem;
}
	
	.contactField_rest .contactField__input {
		width: 25rem;
	}

.contactField__birthSelects,
.contactPost__input,
.contactPlace__input,
input.contactUnit__input,
.contactField__input {
	margin-top: 1.25rem;
}

.l-inquiry {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.l-inquiryConfirm {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.inquiry .press {
	max-width: -moz-max-content;
	max-width: max-content;
}

.contactField,
.contactSpace {
	margin-top: 2.5rem;
}
	
	.contactSpaceHead {
		margin-bottom: 2.5rem;	
	}

.contactField__box {
	padding: 1.75rem 2.1875rem;
}

.contactField__dd {
	margin-top: 1.25rem;
}

.contactField__need:first-of-type {
	margin-top: 1rem;
}

.contactField__title {
	padding: 0.25rem 0.75rem;
}

.contactField__label {
	gap: 0.625rem;
}

.contactField__labelRequired {
	margin-left: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.contactFlex {
	-moz-column-gap: 3.75rem;
	column-gap: 3.75rem;
}

.contactField__gp {
	margin-top: 1.25rem;
}

.contactLand {
	align-items: left;
	margin-top: 5rem;
}

.contactField__radioLabel {
	margin-left: 0.625rem;
}

.contactField__radioLabel {
	font-size: 1.125rem;
}

.contactField__ground {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2.375rem;
	padding-right: 2.375rem;
	padding-top: 2.5rem;
}

.contactField__groundInner {
	margin-top: 2.5rem;
	padding-top: 1.875rem;
}

.contactField__groundArea {
	padding-top: 1.875rem;
}

.contactField__groundHeadline8 {
	font-size: 1.125rem;
}

input.contactUnit__input {
	margin-top: 1.25rem;
	max-width: none;
	width: 21.25rem;
}

.contactPlace__input {
	margin-top: 0rem;
	max-width: none;
	width: 10rem;
}

.contactPost__input {
	margin-left: 0.625rem;
	margin-top: 0rem;
	max-width: none;
	width: 21.25rem;
}

.contactField__memo {
	margin-top: 0.625rem;
}

.contactField__birthSelects {
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.contactField__selectWrapper {
	gap: 0.625rem;
}

.contactField__labelCaution {
	margin-left: 1.25rem;
}

.contactField__selectWrapper:first-child .contactField__select {
	width: 17.5rem;
}

.contactExperience .contactField__select,
.contactDay .contactField__select {
	width: 26rem;
}

.contactField__field {
	gap: 1.25rem;
	margin-top: 6.25rem;
}

.contactField__press {
	max-width: none;
	width: -moz-max-content;
	width: max-content;
}

.contactField__pressText {
	font-size: 1.5rem;
}

.contact__content {
	margin-top: 5rem;
}

.contactField_mt0 {
	margin-top: 1.25rem;
}

.contact__birth:nth-of-type(2) {
	margin-top: 1.25rem;
}

.partnerVoice {
	padding-bottom: 5rem;
	padding-top: 5.625rem;
}

.partnerVoice__list {
	margin-top: 2.5rem;
}

.partnerVoice__item:nth-of-type(n + 2) {
	display: block;
}

.partnerInformation {
	padding-top: 5.625rem;
}

.partnerInformation__list {
	margin-top: 2.5rem;
}

.partnerInformation__item:nth-of-type(n + 2) {
	display: block;
}

.partnerInformation__itemTitle {
	margin-top: 0.25rem;
}

.partnerJoint__field {
	margin-top: 1.25rem;
}

.partnerJoint__content {
	gap: 2.5rem;
}

.partnerJoint__content + .partnerJoint__content {
	margin-top: 2.5rem;
}

.partnerJoint {
	margin-top: 5rem;
}

.partnerJoint__space + .partnerJoint__space {
	margin-top: 5rem;
}

.policy {
	margin-bottom: 6.25rem;
	margin-top: 5rem;
}

.policy__item + .policy__item {
	margin-top: 2.5rem;
}

.questionSolo__inner {
	padding-bottom: 2.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 3.125rem;
}

.questionSolo__list {
	margin-top: 3.75rem;
}

.questionSolo__accordion {
	margin-top: 1.25rem;
}

.questionSolo__accordion + .questionSolo__accordion {
	margin-top: 1.25rem;
}

.questionSolo__head {
	padding: 1.5rem;
}

.questionSolo__icon {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.questionSolo__question {
	font-size: 1rem;
	margin-left: 1.5rem;
}

.questionSolo__body {
	padding: 1.5625rem;
}

.questionSolo__headline8 {
	font-size: 1.25rem;
}

.questionSolo__answer {
	font-size: 1rem;
	margin-left: 4rem;
}

.questionSolo__answerList {
	margin-top: 1.25rem;
}

.questionSolo__body .questionSolo__icon {
	left: 2.125rem;
}

.questionCompany {
	margin-bottom: 6.25rem;
	margin-top: 5rem;
}

.questionCompany__inner {
	padding-bottom: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 3.125rem;
}

.questionCompany__list {
	margin-top: 1.25rem;
}

.questionCompany__accordion {
	margin-top: 3.375rem;
}

.questionCompany__accordion + .questionCompany__accordion {
	margin-top: 1.25rem;
}

.questionCompany__head {
	padding: 1.5rem;
}

.questionCompany__icon {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.questionCompany__question {
	font-size: 1rem;
	margin-left: 1.5rem;
}

.questionCompany__body {
	padding: 1.5625rem;
}

.questionCompany__headline8 {
	font-size: 1.25rem;
}

.questionCompany__answer {
	font-size: 1rem;
	margin-left: 4rem;
}

.questionCompany__body .questionCompany__icon {
	left: 2.125rem;
}

.questionCompany__answerList {
	margin-left: 4rem;
	margin-top: 1.25rem;
}

.contactRequest {
	margin-top: 5rem;
}

.l-soloFlow__inner,
.soloFlow__inner,
.soloInstance__inner,
.soloSupplement__inner,
.soloMerit__inner,
.soloScope__inner {
	max-width: 53.75rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.l-soloArea,
.l-soloQuestion,
.l-soloInformation,
.l-soloVoice {
	margin-top: 5rem;
}

.l-soloFlow,
.l-soloInstance,
.l-soloSupplement,
.l-soloMerit,
.l-soloScope {
	margin-top: 2.5rem;
}

.l-soloGround {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.soloCompliance__list {
	margin-top: 5rem;
}

.soloCompliance__item {
	align-items: center;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.soloCompliance__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.soloCompliance__graphic {
	flex: 1;
}

.soloCompliance__writing {
	align-items: center;
	width: 50%;
}

.soloCompliance__writingText {
	margin-top: 1.25rem;
}

.soloCompliance__writingText + .soloCompliance__writingText {
	margin-top: 1.875rem;
}

.soloCompliance__field {
	margin-top: 6.25rem;
}

.soloCompliance__press {
	margin-left: none;
	margin-right: none;
}

.soloCompliance__pressText {
	font-size: 1.5rem;
}

.soloAbout__content {
	flex-direction: column;
	gap: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	padding: 1.875rem;
	text-align: left;
	width: -moz-max-content;
	width: max-content;
}

.soloAbout__sentence_size_small {
	font-size: 0.875rem;
}

.soloAbout__item {
	gap: 1.25rem;
}

.soloAbout__item + .soloAbout__item {
	margin-top: 0.9375rem;
}

.soloAbout__itemSentence {
	margin-top: 0rem;
}

.soloAbout__press {
	margin-top: 5rem;
}

.l-soloDifference {
	margin-top: 2.5rem;
}

.soloDifference__field {
	margin-top: 2.5rem;
}

.soloDifference__field iframe {
	margin-left: auto;
	margin-right: auto;
	width: 50.625rem;
}

.l-soloInsurance {
	margin-top: 3.75rem;
}

.soloInsurance__item {
	margin: 0;
}

.l-soloSupplement {
	margin-top: 3.125rem;
}

.soloScope__inner {
	max-width: 53.75rem;
}

.soloScope__balloon {
	align-items: flex-end;
	gap: 2.5rem;
}

.soloScope__balloonText {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 3.75rem;
}

.soloScope__balloonIcon {
	margin-top: 1.25rem;
	width: 7.5rem;
}

.soloScopeTable {
	min-width: 0;
	min-width: initial;
}

.soloScopeTable__th,
.soloScopeTable__td {
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding: 1.25rem;
}

.soloScopeTable__cell1_1 {
	width: 12.5rem;
}

.soloScopeTable__th {
	white-space: nowrap;
}

.soloScopeTable__th,
.soloScopeTable__td {
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 1.25rem;
}

.soloScopeTable__item {
	font-size: 1rem;
	line-height: 1.75rem;
}

.l-soloMerit {
	margin-top: 3.125rem;
}

.soloMerit__inner {
	max-width: 53.75rem;
}

.soloMerit__content {
	align-items: center;
	gap: 2.5rem;
}

.soloMerit__content + .soloMerit__content {
	margin-top: 5rem;
}

.soloMerit__graphic {
	flex: 1;
}

.soloMerit__writing {
	align-items: center;
	width: 50%;
}

.soloMerit__writingText {
	margin-top: 1.25rem;
}

.l-soloInstance {
	margin-top: 3.125rem;
}

.soloInstance__list {
	gap: 1.4375rem;
}

.soloFlow__press {
	margin-top: 2.5rem;
}

.l-soloFlow__inner {
	max-width: none;
}

.soloFlow__list {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 49.625rem;
	position: relative;
}

.soloFlow__list::before {
	background-color: #0B6025;
	content: "";
	height: 0.1875rem;
	left: 2.5rem;
	position: absolute;
	right: 0;
	top: 1.875rem;
	width: calc(100% - 5rem);
	z-index: 0;
}

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

.soloFlow__item {
	margin-top: 0;
}

.soloFlow__item::after {
	display: none;
}

.soloFlow__itemCircle {
	font-size: 1.125rem;
	height: 3rem;
	position: static;
	transform: translateX(0);
	width: 3rem;
}

.soloFlow__itemBox {
	background-color: transparent;
	flex-direction: column-reverse;
	padding: 0;
}

.soloFlow__itemBoxIcon {
	margin-top: 0rem;
}

.soloFlow__itemBoxText {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.soloSimulation__inner {
	gap: 1.375rem;
}

.soloSimulation__box {
	padding: 1.5rem;
}

.soloSimulation__box + .soloSimulation__box {
	margin-top: 0rem;
}

.soloSimulation__title {
	white-space: nowrap;
}

.soloSimulation__table {
	margin-top: 1.5rem;
}

.soloSimulation__row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.soloSimulation__label {
	font-size: 1rem;
	min-width: 4.375rem;
}

.soloVoice__list {
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.soloVoice__writing {
	margin-top: 1.25rem;
}

.soloVoice__item:nth-of-type(n + 2) {
	display: block;
}

.soloInformation__list {
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.soloInformation__item:nth-of-type(n + 2) {
	display: block;
}

.soloInformation__writing {
	padding-top: 1.25rem;
}

.soloQuestion__inner {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.soloQuestion__accordion {
	margin-top: 1.25rem;
}

.soloQuestion__head {
	padding: 1.5rem;
}

.soloQuestion__icon {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.soloQuestion__question {
	font-size: 1rem;
}

.soloQuestion__body {
	align-items: center;
	padding: 0.875rem 1.5rem;
}

.soloQuestion__answer {
	font-size: 1rem;
}

.soloQuestion__press {
	margin-top: 5rem;
}

.l-soloArea {
	margin-bottom: 5rem;
}

.soloArea__field + .soloArea__field {
	margin-top: 1.25rem;
}

.soloArea__memo {
	margin-top: 0.625rem;
	text-align: right;
}

.soloArea__content {
	margin-top: 0.3125rem;
}

.soloSimulationForm__space {
	align-items: center;
}
	
.soloSimulationForm__space1 {
	margin-top: 0;
}

.soloSimulationForm {
	padding: 2rem;
}
	
.soloSimulationForm1 {
	padding: 0;
}

.soloSimulationForm__label {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
	
.application .soloSimulationForm__label {
	font-size: 1rem;		
}

.soloSimulationForm__select {
/* 	font-size: 1.125rem; */
	line-height: 1.75rem;
	max-width: 20rem;
}

.soloSimulation__press {
	margin-top: 3.75rem;
}

.l-soloSheet {
	margin-top: 3.125rem;
}

.soloSheet__inner {
	gap: 0.375rem;
	margin-top: 3.125rem;
}

.soloSheet__field {
	gap: 0.3125rem;
}

.strengthGuideGreeting__content {
	max-width: 52.5rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.l-strengthGuideOverview,
.l-strengthGuideGreeting {
	margin-top: 2.5rem;
}

.l-strength {
	margin-top: 6.25rem;
}

.strengthReason__inner {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.strengthReason__list {
	gap: 2.25rem;
	margin-top: 3rem;
}

.strengthReason__item + .strengthReason__item {
	margin-top: 0rem;
}

.strengthReason__writing {
	margin-top: 1.25rem;
}

.strengthReason__writingText {
	margin-top: 0.3125rem;
}

.l-strengthGuide {
	margin-top: 6.25rem;
}

.strengthGuide__inner {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.strengthGuide__text {
	margin-top: 3.125rem;
}

.l-strengthGuideGreeting {
	margin-top: 2.5rem;
}

.strengthGuideGreeting__graphic {
	flex: 1;
}

.strengthGuideGreeting__profile {
	margin-top: 3.125rem;
}

.strengthGuideGreeting__field {
	gap: 1.9375rem;
}

.strengthGuideGreeting__writing {
	align-items: center;
	margin-top: 0rem;
	width: 50%;
}

.strengthGuideGreetingProfile__text {
	margin-top: 0.625rem;
}

.strengthGuideGreetingProfile__title {
	font-size: 1.75rem;
}

.strengthGuideGreetingProfile__text {
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.strengthGuideOverview__content {
	padding-bottom: 3.125rem;
}

.strengthGuideOverview__list {
	grid-template-columns: 11.25rem 1fr;
	row-gap: 0.625rem;
}

.strengthGuideOverview__listKey {
	border-bottom: solid 1px #ddd;
	padding-bottom: 1.25rem;
	padding-top: 0.625rem;
}

.strengthGuideOverview__total {
	margin-top: 3.75rem;
}

.strengthGuideOverviewPhoto__field {
	margin-top: 2.5rem;
}

.strengthGuideOverviewPhoto__link {
	gap: 0.625rem;
	padding: 1.5rem 1.25rem;
}

.strengthGuideOverviewPhoto__logo {
	width: 8.125rem;
}

.strengthGuideOverviewPhoto__text {
	font-size: 1.5rem;
}

.l-strengthGuideAward {
	margin-top: 3.75rem;
	padding-bottom: 3.125rem;
}

.strengthGuideAward__content {
	padding-top: 2.5rem;
}

.strengthGuideAward__text {
	text-align: center;
}

.strengthGuideAward__text:last-of-type {
	margin-top: 1.25rem;
}

.strengthGuideAward__list {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.strengthGuideAward__passage {
	margin-top: 1.25rem;
}

.l-thanks {
	margin-top: 5rem;
}

.thanks__title {
	font-size: 2.5rem;
}

.thanks__passage {
	margin-top: 2.5rem;
}

.thanks__passage {
	text-align: center;
}

.topInsuranceSolo__content,
.topInsuranceSolo__inner,
.l-topInsuranceCompanyFlow,
.topInsuranceCompany__content {
	max-width: 54.375rem;
}

.l-topPack {
	bottom: -2.875rem;
	padding: 0.375rem 1.875rem 2.25rem;
	position: absolute;
	right: 1.25rem;
	z-index: 2;
}

.topPack__list {
	gap: 0rem;
}

.topPack__item {
	padding: 1.1875rem 0.25rem;
}

.topPack__icon {
	right: 0.625rem;
}

.l-topStrength {
	margin-top: 5.375rem;
	padding: 0rem 1.25rem 2.5rem;
}

.topStrength__grid {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.topStrength__balloon {
	margin-top: 3.625rem;
}

.topStrength__balloonIcon {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0rem;
}

.topStrength__title {
	gap: 0.625rem;
}

.topStrength__support {
	padding: 1.25rem 1.25rem;
}

.topStrength__supportLeadSentence {
	font-size: 1.875rem;
}

.topStrength__supportLeadSentencePoint::before {
	left: 0.625rem;
}

.topStrength__supportLead {
	flex-direction: row;
	font-size: 1.875rem;
	justify-content: center;
}

.topStrength__supportList {
	margin-top: 1.5rem;
}

.topStrength__supportItem + .topStrength__supportItem {
	margin-top: 0.3125rem;
}

.topStrength__supportItem {
	font-size: 1.25rem;
	padding-left: 2.8125rem;
}

.topStrength__supportList li::before {
	left: 0.75rem;
	top: 0.3125rem;
}

.topStrength__list {
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
	margin-top: 4.375rem;
	row-gap: 3rem;
}

.topStrength__item {
	aspect-ratio: 2.4504504505;
	display: block;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	padding: 1.875rem;
}

.topStrength__text {
	margin-top: 0.9375rem;
	padding-right: 6.5625rem;
}

.topStrength__bullet {
	width: 0.9375rem;
}

.topStrength__graphic {
	bottom: 2rem;
	position: absolute;
	right: 2.125rem;
	width: 5.9375rem;
}

.topStrength__supportIcon {
	bottom: -0.375rem;
	margin-top: 0rem;
	position: absolute;
	right: 1.25rem;
	width: 10.625rem;
}

.topStrength__press {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	width: 23.125rem;
}

.topStrength__word {
	font-size: 1.25rem;
	margin-top: 4.0625rem;
}

.topStrength__wordLabel {
	font-size: 1.25rem;
}

.topStrength__wordBox {
	font-size: 1.875rem;
}

.l-topNews {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.topNews__list {
	margin-top: 0rem;
	padding: 4.1875rem 0rem 0;
}

.topNews__press {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	width: 18.75rem;
}

.topNews__item + .topNews__item {
	margin-top: 2.5rem;
}

.topNews__anchor {
	align-items: center;
	border-bottom: 1px solid #0B6025;
	display: flex;
	gap: 2.25rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
}

.topNews__anchor + .topNews__anchor {
	margin-top: 4.25rem;
}

.topNews__date {
	font-size: 0.9375rem;
}

.topNews__title {
	border-bottom: none;
	font-size: 1rem;
	margin-top: 0rem;
	padding-bottom: 0rem;
	padding-right: 1.875rem;
}

.topNews__arrow {
	right: 2.25rem;
	top: 1.5rem;
}

.l-topDifference {
	padding: 5rem 1.5rem;
}

.topDifference__space {
	margin-top: 4.375rem;
}

.topDifference__area {
	margin-top: 5rem;
}

.topDifference__row--head .topDifference__cell {
	padding: 0.6875rem;
	width: 18.75rem;
}

.topDifference__cell {
	font-size: 1rem;
	padding: 0.6875rem;
}

.topDifference__caption {
	font-size: 0.75rem;
	margin-top: 0.1875rem;
	text-align: right;
}

.l-topInsurance {
	margin-top: 2.1875rem;
	padding-bottom: 5rem;
	padding-top: 5.625rem;
}

.topInsurance__company {
	margin-top: 4.375rem;
}

.l-topInsuranceCompany {
	margin-top: 3.75rem;
}

.topInsuranceCompany__content {
	padding-bottom: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.topInsuranceCompany__inner {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.topInsuranceCompany__text-block {
	flex: 1;
}

.l-topInsuranceCompanyEmployment {
	grid-template-columns: 1fr auto;
	padding-left: 2.1875rem;
}

.topInsuranceCompanyEmployment__icon {
	justify-content: flex-start;
}

.topInsuranceCompanyEmployment__icon img {
	width: 4.5rem;
}

.topInsuranceCompanyEmployment__lead {
	text-align: left;
}

.topInsuranceCompanyEmployment__lead .underline {
	font-size: 1.25rem;
}

.topInsuranceCompanyEmployment__graphic {
	flex: 1;
	grid-row: span 2;
	width: 26.5625rem;
}

.l-topInsuranceCompanyAbout {
	margin-top: 6.25rem;
}

.topInsuranceCompanyAbout__text {
	margin-top: 2rem;
}

.topInsuranceCompanyMerit__field {
	flex-direction: row;
	gap: 5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.topInsuranceCompanyMerit__text {
	margin-top: 2rem;
}

.topInsuranceCompanyMerit__press {
	font-size: 1.125rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0rem;
}

.topInsuranceCompanyMerit__press2 {
	font-size: 1.125rem;
	margin-left: 0;
	margin-right: 0;
}

.l-topInsuranceCompanyScope {
	padding: 5.625rem 2.5rem 2.5rem;
}

.topInsuranceCompanyScope__table {
	margin-top: 1.875rem;
}

.topInsuranceCompanyScope__table th,
.topInsuranceCompanyScope__table td {
	padding: 0.875rem;
}

.l-topInsuranceCompanyInstance {
	padding: 4.125rem 0 0rem;
}

.topInsuranceCompanyInstance__case {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	padding: 0.8125rem 1.875rem;
}

.topInsuranceCompanyInstance__caseGraphic img {
	width: 8.75rem;
}

.topInsuranceCompanyInstance__head {
	font-size: 1.125rem;
}

.topInsuranceCompanyInstance__press {
	font-size: 1.5625rem;
	margin-top: 3.125rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.l-topInsuranceCompanyFlow {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.topInsuranceCompanyFlow__inner {
	max-width: none;
}

.topInsuranceCompanyFlow__list {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 49.625rem;
	position: relative;
}

.topInsuranceCompanyFlow__list::before {
	background-color: #0B6025;
	content: "";
	height: 0.1875rem;
	left: 2.5rem;
	position: absolute;
	right: 0;
	top: 1.75rem;
	width: calc(100% - 5rem);
	z-index: 0;
}

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

.topInsuranceCompanyFlow__item {
	margin-top: 0;
}

.topInsuranceCompanyFlow__item::after {
	display: none;
}

.topInsuranceCompanyFlow__itemCircle {
	font-size: 1.125rem;
	height: 3rem;
	position: static;
	transform: translateX(0);
	width: 3rem;
}

.topInsuranceCompanyFlow__itemBox {
	background-color: transparent;
	flex-direction: column-reverse;
	padding: 0;
}

.topInsuranceCompanyFlow__itemText {
	font-size: 0.875rem;
	font-weight: 400;
}

.topInsuranceCompanyFlow__press {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.l-topInsuranceSolo {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.topInsuranceSolo__inner {
	max-width: none;
	max-width: initial;
}

.topInsuranceSolo__content {
	align-content: center;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-bottom: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.topInsuranceSolo__label {
	align-self: flex-end;
	justify-content: left;
}

.topInsuranceSolo__desc {
	align-self: flex-start;
	grid-row: 2;
	margin-top: 2.5rem;
}

.topInsuranceSolo__graphic {
	grid-row: span 2;
	margin-top: 0;
	width: 25.3125rem;
}

.topInsuranceSolo__press {
	margin-top: 3.75rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.topMerit__inner {
	margin-top: 5rem;
}

.topMerit__title {
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}

.topMerit__list {
	grid-column-gap: 3.625rem;
	-moz-column-gap: 3.625rem;
	grid-row-gap: 0;
	column-gap: 3.625rem;
	display: grid;
	flex-direction: row;
	grid-auto-flow: column;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto 1fr;
	justify-content: space-between;
	margin-top: 4.375rem;
	row-gap: 0;
}

.topMerit__press {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.topMerit__itemHeading {
	align-items: center;
	display: grid;
	flex: 1;
	font-size: 1.375rem;
	justify-items: center;
	margin-top: 0.625rem;
}

.topMerit__itemText {
	margin-top: 0.625rem;
}

.topMerit__item {
	display: contents;
}

.topMerit__titleGraphic {
	position: absolute;
	right: -5rem;
	top: 0;
	transform: translate(50%, -50%);
	width: 9.625rem;
}

.l-topVoice {
	margin-top: 5rem;
}

.topVoice__inner {
	padding-left: 0rem;
	padding-right: 0rem;
}

.topVoice__slider {
	margin-top: 5rem;
}

.topVoice__slider .splide__arrow {
	top: 34%;
}

.topVoice__slider .splide__arrow--prev {
	left: 19.6%;
}

.topVoice__slider .splide__arrow--next {
	right: 19.6%;
}

.topVoice__itemText {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.topVoice__press {
	font-size: 1.5625rem;
	margin-top: 5rem;
}

.l-topBlog {
	padding-bottom: 5rem;
	padding-top: 5.625rem;
}

.topBlog__list {
	margin-top: 4.375rem;
}

.topBlog__item:nth-of-type(n + 2) {
	display: block;
}

.topBlog__itemPassage {
	margin-top: 0.375rem;
}

.topBlog__press {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
}

.topQuestion__inner {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.topQuestion__press {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
}

.topQuestion__list {
	margin-top: 4.375rem;
}

.topQuestion__item {
	margin-top: 1.25rem;
}

.topQuestion__head {
	gap: 1.875rem;
	padding: 1.5rem;
}

.topQuestion__icon {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.topQuestion__headQuestion {
	font-size: 1rem;
}

.topQuestion__body {
	padding: 1.25rem 2.5rem 1.75rem;
}

.topQuestion__bodyAnswer {
	font-size: 1rem;
	margin-left: 3.4375rem;
}

.topQuestion_press {
	margin-left: 0rem;
	margin-top: 1.25rem;
}

.topQuestion__body .topQuestion__icon {
	left: 2.5rem;
}

.transaction {
	margin-bottom: 6.25rem;
	margin-top: 5rem;
}

.transaction__listKey {
	font-size: 1.25rem;
	width: 22.125rem;
}

.singleInformation {
	margin-top: 5rem;
}

.singleInformation__inner {
	gap: 2.5rem;
}

.singleInformation__headline3 {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.singleInformation__headline5 {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.singleInformation__title {
	margin-top: 1.25rem;
}

.singleInformation__passage {
	margin-top: 1.25rem;
}

.singleNavigation {
	margin-top: 2.5rem;
}

.archiveInformation__image {
	width: 17.5rem;
}

.singleInformation__sidebar {
	display: block;
}

.singleInformation__graphic {
	padding: 1.25rem;
}

.singleInformation__text {
	padding-bottom: 1.25rem;
}

.singleInformation__text h3 {
	font-size: 1.5625rem;
}

.singleVoice__otherHeadline8 {
	font-size: 1.5625rem;
}

.singleVoice__content {
	gap: 2.5rem;
	padding: 3.875rem;
}

.singleVoice__graphic {
	width: 29.375rem;
}

.singleVoice__other {
	margin-top: 5rem;
}

.singleVoice__otherList {
	margin-top: 5rem;
}

.singleVoice__otherText {
	margin-top: 0.625rem;
}

.singleVoice__writingTitle {
	font-size: 1.875rem;
}

.singleVoice__writingText {
	margin-top: 1.75rem;
}

.archiveInformation__image {
	width: 17.5rem;
}

.singleInformation__sidebar {
	display: block;
}

._flex_1 {
	flex-direction: row;
}

.mt0 {
	margin-top: 0rem;
}

}

@media (min-width: 1125px) {

html {
	font-size: 16px;
}

}

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

.l-hero {
	padding-top: 7.5rem;
}

.header__sns {
	display: flex;
}
}

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

._columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns2_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns3_2 {
	grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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