/*!
 * ress.css Ã¢â‚¬Â¢ v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	word-break: normal;
	tab-size: 4
}

*,:after,:before {
	box-sizing: inherit;
	background-repeat: no-repeat
}

:after,:before {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	margin: 0;
	padding: 0
}

hr {
	height: 0;
	overflow: visible
}

details,main {
	display: block
}

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden] {
	display: none
}

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

a {
	background-color: transparent
}

a:active,a:hover {
	outline-width: 0
}

code,kbd,pre,samp {
	font-family: monospace,monospace
}

pre {
	font-size: 1em
}

b,strong {
	font-weight: bolder
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

input {
	border-radius: 0
}

[disabled] {
	cursor: default
}

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

[role=button],[type=button],[type=reset],[type=submit],button {
	color: inherit;
	cursor: pointer
}

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

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

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

button,input,select,textarea {
	border-style: none;
	background-color: transparent
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

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

select::-ms-value {
	color: currentColor
}

legend {
	display: table;
	max-width: 100%;
	border: 0;
	color: inherit;
	white-space: normal
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit
}

img {
	border-style: none
}

progress {
	vertical-align: baseline
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

:root {
	--baseColor: #2a416b
}

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

::selection {
	background-color: #87ceeb
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 62.5%
}

body {
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
	min-width: 1266px;
	background: #f9f9f4;
	color: #262626;
	/* font-size: 1.4rem; */
	font-size: 1.6rem;
	font-family: Noto Sans JP,sans-serif
}
body.news,
body.blog {
	font-size: 1.8rem;
}

h2,h3,h4,h5,h6 {
	font-weight: 400
}

.l-pageWrap p {
	line-height: 2;
	letter-spacing: .02em
}

a {
	color: #262626;
	text-decoration: none
}

ol,ul {
	list-style-position: inside
}

.page ol,.page ul {
	list-style: none
}

img,svg,video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}

picture img {
	width: 100%;
	height: auto
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse
}

table td,table th {
	font-weight: 400;
	word-break: break-all
}

address {
	font-style: normal
}

input::-ms-clear {
	display: none
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
	outline: none
}

[aria-hidden=false] {
	visibility: visible
}

[aria-hidden=true] {
	display: none;
	visibility: hidden
}

.p-text {
	font-weight: 400;
	font-size: 5rem;
	line-height: 1.6;
	letter-spacing: .1em
}

.gsc-orderby .gsc-selected-option-container {
	min-width: 96px!important
}

.l-asideLink {
	margin-top: 128px
}

.l-asideLink__inner {
	padding: 56px 56px 64px;
	border-radius: 8px;
	background: #fff
}

.l-asideLink__nav ul {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px
}

.l-asideLink__nav ul>li a {
	display: block;
	position: relative;
	padding-block:2px 14px;border-bottom: 1px solid #e3e1e0;
	font-size: 1.6rem;
	transition: .5s ease
}

.l-asideLink__nav ul>li a:after {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto 0;
	inset: -8px 12px 0 auto;
	rotate: 45deg;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	content: "";
	transition: .5s ease
}

.l-body {
	position: relative
}

.l-wrapper {
	padding-top: 82px
}

.l-backlayer {
	visibility: hidden;
	z-index: 800;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	transition: visibility .5s ease,opacity .5s ease
}

.is-nav-active .l-backlayer {
	visibility: visible;
	opacity: 1
}

.l-breadcrumbs {
	padding: 14px 30px;
	background: #fff
}

.l-breadcrumbs nav {
	overflow-x: auto;
	overflow-y: hidden
}

.l-breadcrumbs ol {
	width: max-content
}

.l-breadcrumbs ol li {
	display: inline-block;
	position: relative;
	line-height: 1.7
}

.l-breadcrumbs ol li:not(:last-child) {
	position: relative;
	margin-right: 10px;
	padding-right: 20px
}

.l-breadcrumbs ol li:not(:last-child):after {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto 0;
	rotate: 45deg;
	border-top: 1px solid #2a416b;
	border-right: 1px solid #2a416b;
	content: ""
}

.l-breadcrumbs ol li a,.l-breadcrumbs ol li span {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .1em
}

.l-breadcrumbs ol li a {
	color: #2a416b;
	transition: .5s ease
}

.l-breadcrumbs ol li>span {
	color: #262626
}

.l-cookie-notice {
	display: none;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 0;
	background: rgba(38,38,38,.85);
	box-shadow: 10px 10px 25px 15px hsla(0,0%,100%,.06);
	color: #fff;
	font-size: 1.4rem
}
@media screen and (max-width: 767px) {
	.l-cookie-notice {
		padding-bottom: 120px;
	}
}

.l-cookie-notice.show {
	display: block
}

.l-cookie-notice__inner {
	width: 100%;
	max-width: 1246px;
	margin-inline:auto;padding-inline:20px}

.l-cookie-notice__content {
	position: relative;
	padding-right: 60px;
	line-height: 1.75;
	letter-spacing: .02em
}

.l-cookie-notice a {
	color: #fff
}

.l-cookie-notice__close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto 0
}

.l-cookie-notice__close button {
	position: absolute;
	width: 100%;
	height: 100%
}

.l-cookie-notice__close button:after,.l-cookie-notice__close button:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 24px;
	margin: auto;
	background: #fff;
	content: ""
}

.l-cookie-notice__close button:before {
	transform: rotate(-45deg)
}

.l-cookie-notice__close button:after {
	transform: rotate(45deg)
}

.l-editor>:first-child {
	margin-top: 0;
	padding-top: 0
}

.l-editor>:last-child,.l-editor>:nth-last-child(2) {
	margin-bottom: 0;
	padding-bottom: 0
}

.l-editor h2 {
	margin-top: -40px!important;
	margin-block:40px 32px;padding-top: 64px!important;
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdada;
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 1.380952381;
	letter-spacing: .05em
}

.l-editor h3 {
	margin-block:32px 16px;color: #2a416b;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.2777777778
}

.l-editor h3+p {
	margin-top: 16px
}

.l-editor h4 {
	margin-block:24px 8px;font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3125
}

.l-editor h4+p {
	margin-top: 8px
}

.l-editor blockquote {
	position: relative;
	margin-block:40px;padding: 32px 40px;
	border-radius: 8px;
	background: #ebeef3
}

.l-editor blockquote:before {
	position: absolute;
	top: 0;
	left: 16px;
	width: 28px;
	height: 24px;
	background-image: url(/assets/images/common/icon_quote.svg);
	background-size: cover;
	background-repeat: no-repeat;
	content: ""
}

.l-editor blockquote :first-child {
	margin-top: 0
}

.l-editor blockquote :last-child {
	margin-bottom: 0
}

.l-editor ol {
	margin-block:24px;padding-left: 0;
	list-style-type: none
}

.l-editor ol li {
	position: relative;
	padding-left: 1.8em;
	counter-increment: number
}

.l-editor ol li:not(:last-child) {
	margin-bottom: 16px
}

.l-editor ol li:before {
	position: absolute;
	top: .1em;
	left: 0;
	content: counter(number,decimal-leading-zero);
	color: #2a416b;
	font-family: Montserrat,sans-serif
}

.l-editor ul {
	margin-block:24px}

.l-editor ul li {
	position: relative;
	padding-left: 1.2em
}

.l-editor ul li:not(:last-child) {
	margin-bottom: 16px
}

.l-editor ul li:before {
	position: absolute;
	top: .6em;
	left: 0;
	width: .45em;
	height: .4em;
	border-radius: 2px;
	background: #2a416b;
	content: ""
}

.l-editor .table-block {
	margin-block:32px}

.l-editor table {
	border-collapse: separate;
	border-spacing: 0
}

.l-editor table tr td,.l-editor table tr th {
	padding: 16px;
	border: 1px solid #e3e1e0;
	background: #fff;
	text-align: left
}

.l-editor table tr th {
	font-weight: 400
}

.l-editor table tr td {
	width: 250px
}

.l-editor table tr>:first-child {
	width: 24%
}

.l-editor table tr :nth-child(n+2) {
	border-left: none
}

.l-editor table tr:first-of-type :first-child {
	border-top-left-radius: 8px
}

.l-editor table tr:first-of-type :last-child {
	border-top-right-radius: 8px
}

.l-editor table tr:last-of-type :first-child {
	border-bottom-left-radius: 8px
}

.l-editor table tr:last-of-type :last-child {
	border-bottom-right-radius: 8px
}

.l-editor table tr:not(:first-of-type) td,.l-editor table tr:not(:first-of-type) th {
	border-top: none
}

.l-editor p {
	/* margin-block:16px; */
}
.l-editor p img {
	margin-block: 32px;
}
.l-editor p.alignleft {
	text-align: left
}

.l-editor p.aligncenter {
	text-align: center
}

.l-editor p.alignright {
	text-align: right
}

.l-editor a {
	color: #2a416b;
	text-decoration: underline
}

.l-editor img {
	display: block;
	max-width: 600px;
	border-radius: 8px
}

.l-editor img+img {
	margin-top: 24px
}

.l-editor img.alignleft {
	margin-right: 2em;
	margin-bottom: 1em;
	float: left
}

.l-editor img.aligncenter {
	margin-inline:auto}

.l-editor img.alignright {
	margin-bottom: 1em;
	margin-left: 2em;
	float: right
}

.l-editor iframe {
	display: block;
	aspect-ratio: 16/9;
	width: 100%;
	max-width: 744px;
	margin-inline:auto}

.l-editor .clear {
	clear: both
}

.l-foot p {
	line-height: 2;
	letter-spacing: .02em
}

.l-foot-dwnld {
	padding-block:56px;background: #dde1e9
}

.l-foot-contact {
	padding-block:70px 80px;background: #cfd4e1
}

.plan .l-foot-contact {
	display: none
}

.l-foot-contact__head {
	margin-bottom: 48px;
	text-align: center
}

.l-foot-contact__ttl {
	margin-bottom: 8px;
	color: #2a416b;
	font-size: 3.1rem;
	font-family: Montserrat,sans-serif
}

.l-foot-contact__action .action-lead {
	margin-bottom: 1em
}

.l-foot-contact__action .action-tel {
	margin-bottom: .1em
}

.l-foot-contact__action .action-tel a {
	display: inline-flex;
	align-items: center;
	line-height: 1.2
}

.l-foot-contact__action .action-tel a .tel-txt {
	margin-left: .21875em;
	font-size: 3.3rem;
	font-family: Montserrat,sans-serif
}

.l-foot-contact__action .action-tel a .tel-icon {
	aspect-ratio: 1;
	width: 32px;
	background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M31.408 23.146l-.051-.07c-.221-.275-.809-1-8.151-2.676-1.048-.181-2.09.362-3.173 1.668a4.141 4.141 0 01-.432.459c-.761.685-1.05.722-1.837.311-2.68-1.4-7.4-7.176-8.543-9.009-.265-.621-.055-1.146.631-1.632 1.655-1.077 2.37-2.415 2.127-3.976l-1.927-6.862C9.914.851 9.392 0 7.533 0a8.265 8.265 0 00-4.061 1.129c-5.848 4.007-3.37 12.117.558 17.884 6.09 7.945 12.176 12.257 18.084 12.817a12.049 12.049 0 002.014.17 8.659 8.659 0 006.41-2.388 5.694 5.694 0 001.417-4.643 4.091 4.091 0 00-.547-1.823m-2.21 5.272a6.864 6.864 0 01-5.067 1.8 10.2 10.2 0 01-1.735-.149l-.073-.01c-5.395-.5-11.063-4.575-16.817-12.079-3.444-5.059-5.771-12.128-1-15.4a6.477 6.477 0 013.024-.809 1.944 1.944 0 01.791.116l1.872 6.646c.077.568-.028 1.321-1.374 2.2a3.023 3.023 0 00-1.244 3.844l.08.148c1.082 1.772 6.089 8.026 9.256 9.679a3.486 3.486 0 001.642.456 3.342 3.342 0 002.271-1.028 5.867 5.867 0 00.617-.652c.8-.965 1.259-1.04 1.38-1.04h.021c5.446 1.242 6.8 1.89 7.093 2.064a2.97 2.97 0 01.219.941 3.96 3.96 0 01-.958 3.273" fill="%23262626"/></svg>') no-repeat 50%/cover
}

.l-foot-contact__action .action-tel a .tel-txt {
	width: calc(100% - 32px)
}

.l-foot-contact__action .action-tel .tel-notice {
	color: #858585
}

.l-footer {
	padding: 60px 0 52px;
	background: #262626
}

.l-footer a {
	color: #fff
}

.l-footer__sublink {
	margin-top: 48px
}

.l-footer__sublink ul {
	display: flex;
	gap: 2em
}

.l-footer__sublink a {
	font-size: 1.5rem;
	text-decoration: underline
}

.l-footer__inner {
	width: 100%;
	max-width: 1366px;
	margin: auto;
	padding: 0 80px
}

.l-footer__wrap {
	-ms-grid-columns: 340px 1fr 171px;
	display: -ms-grid;
	display: grid;
	position: relative;
	grid-template-columns: 340px 1fr 171px;
	align-items: center
}

.l-footer__leftContents .description {
	margin-bottom: 8px;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.l-footer__leftContents .logo {
	margin-bottom: 23px
}

.l-footer__leftContents .logo img,.l-footer__leftContents .logo picture {
	display: block
}

.l-footer__leftContents .logo img {
	width: 243px;
	height: 48px
}

.l-footer__leftContents .info {
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: .02em
}

.l-footer__centerContents {
	margin-top: 20px
}

.l-footer__list {
	-ms-grid-columns: 230px 310px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 230px 310px;
	column-gap: 55px;
	row-gap: 46px
}

.l-footer__item a {
	display: block;
	position: relative;
	padding-right: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .064em;
	transition: all .3s ease
}

.l-footer__item a picture {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% - 30px);
	width: 6px;
	height: 11px;
	transform: translateY(-50%)
}

.l-footer__item a img {
	display: block
}

.l-footer__item a:hover {
	opacity: .7
}

.l-footer__tel {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	display: flex;
	column-gap: 16px;
	grid-row: 2/3;
	grid-column: 1/3;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	transition: all .3s ease
}

.l-footer__tel .text {
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.l-footer__tel img,.l-footer__tel picture {
	display: block
}

.l-footer__tel .tel {
	display: flex;
	column-gap: 5px;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: 3.3rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.l-footer__tel img {
	width: 30px;
	height: 30px
}

.l-footer__toTop {
	position: absolute;
	top: -140px;
	right: 0;
	text-align: right
}

.l-footer__toTop a {
	display: inline-block;
	padding: 15px;
	border-radius: 2px;
	background: #3e5278;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0;
	text-align: center;
	transition: all .3s ease
}

.l-footer__toTop a:hover {
	opacity: .7
}

.l-footer__toTop img,.l-footer__toTop picture {
	display: block
}

.l-footer__toTop picture {
	width: 10px;
	height: 4px;
	margin-bottom: 10px;
	margin-left: 2px;
	transform: rotate(-90deg)
}

.l-footer__contactBtn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px 24px;
	border-radius: 4px;
	background: #f39800;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .064em;
	transition: all .3s ease
}

.l-footer__contactBtn a img,.l-footer__contactBtn a picture {
	display: block
}

.l-footer__contactBtn a img {
	width: 27px;
	height: 18px
}

.l-footer__contactBtn a:hover {
	opacity: .7
}

.l-footer__copyright {
	padding: 15px 13px;
	border-top: 1px solid #707070;
	background: #262626;
	font-weight: 500;
	font-size: 1rem
}

.l-footer__copyright,.l-footer__title {
	color: #fff;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center
}

.l-footer__title {
	margin-bottom: 5.3333333333vw;
	font-weight: 400;
	font-size: 2rem
}

.l-footer__text {
	margin-bottom: 8vw;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: .02em
}

.l-footer__logo {
	margin-bottom: 4.2666666667vw;
}

.l-footer__logo img,.l-footer__logo picture {
	display: block
}

.l-footer__logo img {
	width: 64.8vw;
	height: 12.8vw;
	margin: auto
}

.l-footer__address {
	color: #fff;
	margin-bottom: 9.6vw;
	text-align: center;
}

.l-footer__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 64.5333333333vw;
	margin: auto
}

.l-footer__link .item a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .02em;
	text-decoration: underline;
	text-underline-offset: 4px
}

.l-header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 30px;
	border-bottom: 1px solid rgba(51,51,51,.1);
	background-color: #f9f9f4;
	transition: box-shadow .5s ease
}

html[data-browser=safari] .l-header,html[data-type=tablet] .l-header {
	min-width: auto
}

.l-header__inner {
	display: flex;
	align-items: center;
	height: 82px
}

.l-header__logo {
	display: flex;
	margin-right: auto
}

.l-header__logo a {
	display: inline-block;
	width: 243px;
	height: 48px
}

.l-header .c-hamburger {
	margin-left: 20px
}

.l-nav__lg,.l-nav__lg .list {
	display: flex;
	align-items: center;
	height: inherit
}

.l-nav__lg .list {
	list-style: none
}

.l-nav__lg .list .item>a {
	position: relative;
	font-weight: 500;
	font-size: 1.3rem;
	font-size: 1.6rem;
	line-height: 6.3076923077;
	letter-spacing: .02em;
	transition: all .3s ease
}

.l-nav__lg .list .item>a img {
	position: absolute;
	top: 50%;
	margin-left: 4px;
	transform: translateY(-50%)
}

.l-nav__lg .list .item>a:after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 0;
	height: 1px;
	transform: translateX(-50%);
	background: #2a416b;
	content: "";
	transition: all .3s ease
}

.l-nav__lg .list .item:hover>a {
	color: #2a416b
}

.l-nav__lg .list .item:hover>a:after {
	left: 0;
	width: 100%;
	transform: translateX(0)
}

.l-nav__lg .list .item:nth-of-type(n+2) {
	margin-left: 16px
}

.l-nav__tel {
	display: flex;
	column-gap: 4px;
	align-items: center;
	margin-left: 20px
}

.l-nav__tel a {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.1875;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0;
	transition: all .3s ease
}

.l-nav__tel a img {
	display: inline-block;
	aspect-ratio: 1/1;
	width: 18px
}

.l-nav__contact {
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	margin-left: 16px;
	padding: 0 8px;
	background: #f39800
}

.l-nav__contact .contact-wrap {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.3333333333;
	letter-spacing: .02em;
	text-align: center;
	transition: all .3s ease
}

.l-nav__contact .contact-wrap:hover {
	opacity: .7
}

.l-nav__search {
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	background: #e9e4db
}

.l-nav__search .search-wrap {
	padding: 0 27px;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.3333333333;
	letter-spacing: .02em;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease
}

.l-nav__search .search-wrap:hover {
	opacity: .7
}

.l-nav__mega {
	visibility: hidden;
	z-index: 999;
	position: fixed;
	top: 16vw;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 16vw;
	background-color: #2a416b;
	opacity: 0;
	transition: visibility .5s ease,opacity .5s ease
}

.l-nav__mega-container {
	height: 100%;
	padding: 7.4666666667vw 5.3333333333vw 6.9333333333vw;
	overflow-y: scroll
}

.l-nav__mega-contact {
	padding: 0 6.4vw
}

.l-nav__mega-contact a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	background: #f39800;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .064em
}

.l-nav__mega-contact a img,.l-nav__mega-contact a picture {
	display: block
}

.l-nav__mega-tel {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	display: flex;
	column-gap: 16px;
	grid-row: 2/3;
	grid-column: 1/3;
	align-items: center;
	margin-top: 20px
}

.l-nav__mega-tel .text {
	margin-bottom: 2.1333333333vw;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.l-nav__mega-tel img,.l-nav__mega-tel picture {
	display: block
}

.l-nav__mega-tel .tel {
	display: flex;
	column-gap: 5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 400;
	font-size: 3.3rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.l-nav__mega-tel img {
	width: 30px;
	height: 30px
}

.l-nav__mega-menu {
	margin-bottom: 11.7333333333vw
}

.l-nav__mega-menu li {
	list-style: none
}

.l-nav__mega-menu .item {
	position: relative;
	border-bottom: 1px solid #5f759e
}

.l-nav__mega-menu .item:after {
	position: absolute;
	top: 50%;
	right: 1.3333333333vw;
	aspect-ratio: 1;
	width: 2.1333333333vw;
	height: auto;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: ""
}

.l-nav__mega-menu .item>a {
	display: inline-block;
	width: 100%;
	padding: 6.4vw 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .02em
}

.l-nav__mega-menu .item-head {
	padding-bottom: 6.4vw;
	border-bottom: 1px solid #5f759e
}

.l-nav__mega-menu .item-head span {
	display: block;
	position: relative;
	width: 100%;
	padding: 6.4vw 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .02em
}

.l-nav__mega-menu .item-head span:before {
	position: absolute;
	right: 0;
	bottom: 3.4666666667vw;
	width: 4vw;
	height: .2666666667vw;
	background: #fff;
	content: ""
}

.l-nav__mega-menu .item-head span:after {
	position: absolute;
	right: 1.8666666667vw;
	bottom: 1.6vw;
	width: .2666666667vw;
	height: 4vw;
	background: #fff;
	content: "";
	transition: all .3s ease
}

.l-nav__mega-menu .item-head span.js-open:after {
	transform: rotate(90deg)
}

.l-nav__mega-menu .sub-list {
	display: none;
	margin-top: 5.3333333333vw
}

.l-nav__mega-menu .sub-item {
	position: relative;
	margin-left: 6.4vw
}

.l-nav__mega-menu .sub-item:not(:last-of-type) {
	margin-bottom: 4.2666666667vw
}

.l-nav__mega-menu .sub-item:after {
	position: absolute;
	top: 50%;
	right: 1.3333333333vw;
	aspect-ratio: 1;
	width: 1.6vw;
	height: auto;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: ""
}

.l-nav__mega-menu .sub-item a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.l-nav__mega-menu .half-item {
	-ms-grid-columns: (1fr)[2];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 4.2666666667vw
}

.l-nav__mega-footer {
	padding: 0 6.4vw;
	font-size: 1.3rem;
	padding-bottom: 100px;
}

.l-nav__mega-footer .text {
	margin-bottom: 4.8vw;
	color: #fff;
	text-align: center
}

.l-nav__mega-footer .logo {
	width: 100%;
	margin-bottom: 4.2666666667vw
}

.l-nav__mega-footer .logo img,.l-nav__mega-footer .logo picture {
	display: block
}

.l-nav__mega-footer .address {
	margin-inline:-6.4vw;color: #fff;
	text-align: center
}

.is-nav-active .l-nav__mega {
	visibility: visible;
	opacity: 1
}

.l-nav__subMenu {
	visibility: hidden;
	z-index: 100;
	position: fixed;
	top: 82px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 24px 0;
	background: #f9f9f4;
	opacity: 0;
	transition: .3s
}

.l-nav__subMenu.js-open {
	visibility: visible;
	opacity: 1
}

.l-nav__subMenu--container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 0 80px
}

.l-nav__subMenu--container li {
	list-style: none
}

.l-nav__subMenu--left {
	width: 264px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 20px
}

.l-nav__subMenu--left li a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2857142857;
	letter-spacing: .02em;
	transition: all .3s ease
}

.l-nav__subMenu--left li a:hover {
	color: #2a416b
}

.l-nav__subMenu--right {
	display: -ms-grid;
	display: grid;
	row-gap: 20px;
	flex: 1;
	padding-top: 16px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-left: 1px solid #262626
}

.l-nav__subMenu--right.subMenu1 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2,1fr)
}

.l-nav__subMenu--right.subMenu2 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3,1fr);
}

.l-nav__subMenu--right.subMenu3 {
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.l-nav__subMenu--right li a {
	display: inline-block;
	position: relative;
	padding-right: 12px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2857142857;
	line-height: 1.8!important;
	letter-spacing: .02em;
	transition: all .3s ease
}

.l-nav__subMenu--right li a span {
	display: inline-block;
}


.l-nav__subMenu--right li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	aspect-ratio: 1;
	width: 8px;
	height: auto;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	content: "";
	transition: all .3s ease
}

.l-nav__subMenu--right li a:hover {
	color: #2a416b
}

.l-nav__subMenu--right li a:hover:after {
	border-right: 1px solid #2a416b;
	border-bottom: 1px solid #2a416b
}

.l-nav__searchMenu {
	display: none;
	z-index: 98;
	position: fixed;
	top: 82px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 24px 0;
	background: #f9f9f4;
	transition: all .3s ease
}

.l-nav__searchMenu.js-open {
	display: block
}

.l-nav__searchMenu--inner {
	display: flex;
	width: 100%;
	max-width: 1366px;
	margin: auto;
	padding: 0 80px
}

.l-nav__searchMenu--inner #___gcse_0 {
	display: block;
	width: 100%
}

.l-nav__searchMenu--inner .gsc-input {
	background: #fff
}

.l-nav__searchMenu--inner .gsc-input-box {
	padding: 0;
	border: none;
	border-radius: 0
}

.l-nav__searchMenu--inner .gsib_a {
	padding: 12.5px 24px
}

.l-nav__searchMenu--inner #gsc-i-id1 {
	display: inline-block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.l-nav__searchMenu--inner .gcse-searchbox-only {
	width: 100%
}

.l-nav__searchMenu--inner .gsc-search-button {
	position: relative;
	width: 122px;
	height: 48px;
	border: none;
	background: transparent!important
}

.l-nav__searchMenu--inner .gsc-search-button svg {
	display: none
}

.l-nav__searchMenu--inner .gsc-search-button:before {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e9e4db;
	content: ""
}

.l-nav__searchMenu--inner .gsc-search-button:after {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "検索";
	color: #262626;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .02em
}

.l-nav__searchMenu--inner .gsc-search-button-v2,.l-nav__searchMenu--inner .gsc-search-button-v2:focus,.l-nav__searchMenu--inner .gsc-search-button-v2:hover {
	background: #e9e4db
}

.l-nav__searchMenu input[type=text] {
	width: 1084px;
	height: 48px;
	padding-left: 24px;
	outline: none;
	background: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3.4285714286;
	letter-spacing: .02em
}

.l-nav__searchMenu input[type=text]:-ms-input-placeholder {
	color: #858585
}

.l-nav__searchMenu input[type=text]::placeholder {
	color: #858585
}

.l-nav__searchMenu input[type=submit] {
	width: 122px;
	height: 48px;
	background: #e9e4db;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3.4285714286;
	letter-spacing: .02em
}

.l-pageInner {
	max-width: 1240px
}

.l-pageInner,.l-pageInner--small {
	margin-inline:auto;padding-inline:20px}

.l-pageInner--small {
	max-width: 1134px
}

.l-pageWrap {
	padding-block:96px 128px}

body:not(.top) .l-pageWrap {
	line-height: 1.7
}

.users .l-pageWrap {
	padding-block-start:0}

.l-pageSection+.l-pageSection {
	margin-top: 96px
}

.l-pageSection--sub+.l-pageSection--sub {
	margin-top: 72px
}

.l-pageSection--mid+.l-pageSection--mid {
	margin-top: 64px
}

.l-pageSection--small+.l-pageSection--small {
	margin-top: 48px
}

.l-topInner {
	width: 100%;
	max-width: 1366px;
	margin: auto;
	padding-right: 80px;
	padding-left: 80px
}

.c-accordion--btn {
	position: relative;
	padding: 15px;
	border: 1px solid #e3e1e0;
	font-size: 1.6rem
}

.c-accordion--btn svg {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform .5s ease
}

.c-accordion--btn.is-opened svg {
	transform: translateY(-50%) rotate(180deg)
}

.c-accordion--btn.is-opened+.c-accordion--panel {
	visibility: visible;
	opacity: 1
}

.c-accordion--panel {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height .5s ease,visibility .5s ease,opacity .5s ease
}

.c-accordion--item {
	padding: 15px;
	font-size: 1.6rem
}

.c-button {
	text-align: center
}

.c-button.-orange a {
	background: #f39800
}

.c-button.-white .clear-dtl,.c-button.-white a {
	border: 1px solid #2a416b;
	background: #fff
}

.c-button.-white .clear-dtl:after,.c-button.-white a:after {
	background: rgba(42,65,107,.15)
}

.c-button.-white .clear-dtl span:not(.arrow),.c-button.-white a span:not(.arrow) {
	z-index: 1;
	position: relative;
	color: #2a416b
}

.c-button.-white.-go .arrow {
	transform: rotate(180deg)
}

.c-button.-white.-back .arrow {
	rotate: none
}

.c-button.-back a .arrow {
	right: auto;
	left: 24px;
	rotate: 180deg
}

.c-button.-back a .center {
	width: 100%
}

.c-button.-contact a {
	background: #f39800
}

.c-button.-contact a .icon {
	position: absolute;
	width: 26px;
	margin: auto;
	inset: 0 24px 0 auto;
	transition: all .3s ease
}

.c-button.-tel a {
	background: #fff;
	text-align: center
}

.c-button.-tel a>span {
	display: block;
	width: 100%;
	line-height: 1
}

.c-button.-tel a .txt-tel {
	display: flex;
	align-items: center;
	justify-content: center
}

.c-button.-tel a .txt-tel img {
	width: 18px
}

.c-button.-tel a .txt-tel .number {
	margin-left: .25em;
	color: #2a416b;
	font-weight: 500;
	font-size: 2rem;
	font-family: Montserrat,sans-serif
}

.c-button.-tel a .txt-sub {
	color: #858585;
	font-size: 1.2rem
}

.c-button .clear-dtl,.c-button a,.c-button button {
	display: inline-flex;
	position: relative;
	align-items: center;
	width: 300px;
	height: 64px;
	padding: 8px 20px;
	border-radius: 4px;
	background: #2a416b;
	text-align: left;
	transition: all .3s ease
}

.c-button .clear-dtl:disabled,.c-button a:disabled,.c-button button:disabled {
	background: #ebeef3;
	color: #fff;
	pointer-events: none
}

.c-button .clear-dtl:disabled span,.c-button a:disabled span,.c-button button:disabled span {
	z-index: 1;
	position: relative
}

.c-button .clear-dtl:disabled .arrow,.c-button a:disabled .arrow,.c-button button:disabled .arrow {
	display: none
}

.c-button .clear-dtl:disabled:after,.c-button a:disabled:after,.c-button button:disabled:after {
	opacity: 1
}

.c-button .clear-dtl span,.c-button a span,.c-button button span {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .064em;
	transition: all .3s ease
}

.c-button .clear-dtl span.center,.c-button a span.center,.c-button button span.center {
	display: block;
	width: 100%;
	text-align: center
}

.c-button .clear-dtl:after,.c-button a:after,.c-button button:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	content: "";
	opacity: 0;
	transition: all .3s ease
}

.c-button .clear-dtl .arrow,.c-button .clear-dtl picture,.c-button a .arrow,.c-button a picture,.c-button button .arrow,.c-button button picture {
	display: block;
	position: absolute;
	width: 5px;
	height: 11px;
	margin: auto;
	inset: 0 24px 0 auto;
	transition: all .3s ease
}

.c-button .clear-dtl img,.c-button a img,.c-button button img {
	display: block
}

.c-button .clear-dtl {
	cursor: pointer
}

.c-button.tx-cnr span {
	display: block;
	text-align: center
}

.c-form :-ms-input-placeholder {
	color: #bebebe
}

.c-form ::placeholder {
	color: #bebebe
}

.c-form input.is-validated,.c-form textarea.is-validated {
	border: 1px solid #f39800
}

.c-form input.is-validated~.c-form__errormsg,.c-form textarea.is-validated~.c-form__errormsg {
	display: block!important;
	margin-top: 4px
}

.c-form__errormsg {
	display: none;
	margin-top: 8px;
	color: #f39800;
	font-size: 1.4rem
}

.c-form input:focus,.c-form textarea:focus {
	border-color: #2a416b;
	outline: 0;
	box-shadow: 0 0 0 .3rem rgba(42,65,107,.2)
}

.c-form input:focus.is-validated,.c-form textarea:focus.is-validated {
	border-color: rgba(243,152,0,.5);
	outline: 0;
	box-shadow: 0 0 0 .3rem rgba(243,152,0,.2)
}

.c-form__required {
	display: inline-block;
	margin-right: 12px;
	padding: 2px 4px;
	background-color: #f39800;
	color: #fff;
	font-size: 1.2rem;
	vertical-align: bottom
}

.c-form__required.off {
	border: 1px solid #2a416b;
	background: #fff;
	color: #2a416b
}

.c-form__coment {
	margin-top: 8px;
	color: #858585;
	font-size: 1.4rem
}

.c-input.-small input,.c-textarea.-small input {
	width: 10em
}

.c-input:not(:last-of-type),.c-textarea:not(:last-of-type) {
	margin-bottom: 20px
}

.c-input.row>*,.c-textarea.row>* {
	display: inline-block
}

.c-input.row .head,.c-textarea.row .head {
	margin-right: .5em
}

.c-input input,.c-textarea input {
	height: 48px
}

.c-input input,.c-input textarea,.c-textarea input,.c-textarea textarea {
	width: 100%;
	padding: 10px 16px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	background: #fff;
	font-size: 1.6rem;
	transition: .5s ease
}

.c-radio {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.75
}

.c-radio__list {
	display: flex;
	flex-wrap: wrap
}

.c-radio__list li {
	display: inline-flex;
	align-items: center
}

.c-radio__list li:not(:last-child) {
	margin-bottom: 12px
}

.c-radio input {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid #bebebe;
	border-radius: 50%
}

.c-radio input:focus {
	box-shadow: none
}

.c-radio input:before {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto;
	inset: 0 0 0 0;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	opacity: 0
}

.c-radio input:checked {
	border: 1px solid #2a416b;
	background: #2a416b
}

.c-radio input:checked:before {
	opacity: 1;
	transition: .3s
}

.c-radio label {
	font-size: 1.6rem
}

.c-checkbox input {
	display: none
}

.c-checkbox input+label {
	-webkit-user-select: none;
	-ms-user-select: none;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	font-size: 1.6rem;
	cursor: pointer;
	user-select: none
}

.c-checkbox input+label:after,.c-checkbox input+label:before {
	display: block;
	position: absolute;
	top: .5333333333vw;
	content: ""
}

.c-checkbox input+label:before {
	left: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff
}

.c-checkbox input+label:after {
	z-index: 1;
	position: absolute;
	top: 8px;
	left: 11px;
	width: 8px;
	height: 5px;
	rotate: -45deg;
	scale: 0;
	border-width: 3px;
	border-style: none none solid solid;
	border-color: #2a416b;
	content: ""
}

.c-checkbox input:checked+label:before {
	transition: .3s
}

.c-checkbox input:checked+label:after {
	scale: 1;
	transition: .3s
}

.c-checkbox.search_chk input {
	display: none
}

.c-checkbox.search_chk input+label {
	font-weight: 400;
	font-size: 1.4rem
}

.c-checkbox.search_chk input+label:before {
	left: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #2a416b;
	border-radius: 2px;
	background-color: #fff
}

.c-checkbox.search_chk input:checked+label:before {
	background: #2a416b;
	transition: .3s
}

.c-checkbox.search_chk input:checked+label:after {
	scale: 1;
	border-width: 1px;
	border-style: none none solid solid;
	border-color: #fff;
	transition: .3s
}

.c-hamburger {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #e9e4db
}

.c-hamburger span {
	display: inline-block;
	position: absolute;
	left: 20px;
	width: 20px;
	height: 2px;
	transform-origin: center;
	background-color: #262626;
	transition: .5s ease
}

.c-hamburger span:first-of-type {
	top: 10px
}

.c-hamburger span:nth-of-type(2) {
	bottom: 10px
}

.is-nav-active .c-hamburger span:first-of-type {
	top: calc(50% - 1px);
	transform: rotate(-315deg)
}

.is-nav-active .c-hamburger span:nth-of-type(2) {
	bottom: calc(50% - 1px);
	transform: rotate(315deg)
}

.c-indexLink__list {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 64px 16px
}

.c-indexLink__item a {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #e3e1e0;
	transition: .5s ease
}

.c-indexLink__item figure {
	margin-bottom: 12px;
	overflow: hidden
}

.c-indexLink__item figure img {
	transition: .5s ease
}

.c-indexLink__item--ttl {
	display: flex;
	position: relative;
	align-items: center;
	transition: .5s ease
}

.c-indexLink__item--ttl:after {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto 0;
	inset: 0 8px 0 auto;
	rotate: 45deg;
	border-top: 1px solid #2a416b;
	border-right: 1px solid #2a416b;
	content: ""
}

.c-indexLink__item--ttl .ttl-jp {
	font-size: 1.8rem
}

.c-indexLink__item--ttl .ttl-en {
	padding-top: .3em;
	padding-left: 1em;
	color: #2a416b;
	font-size: 1.2rem;
	font-family: Montserrat,sans-serif
}

.c-list-box {
	padding: 24px 32px;
	background: #cfd4e1
}

.c-list--dot>li {
	position: relative;
	padding-left: 1em
}

.c-list--dot>li:not(:last-child) {
	margin-bottom: 1em
}

.c-list--dot>li:before {
	position: absolute;
	width: 6px;
	height: 6px;
	inset: 8px auto auto 0;
	border-radius: 2px;
	background: #2a416b;
	content: ""
}

.c-list--order>li {
	padding-left: 1.9285em;
	text-indent: -1.9285em;
	counter-increment: item
}

.c-list--order>li:before {
	margin-right: .9285em;
	content: "0" counter(item);
	color: #2a416b;
	font-weight: 500;
	font-size: 1.2rem;
	font-family: Montserrat,sans-serif;
	vertical-align: .08333em
}

.c-list--order>li:not(:last-child) {
	margin-bottom: 14px
}

.c-pageNav__list {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 16px
}

.c-pageNav__list>li a {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 72px;
	padding: 12px 50px 12px 24px;
	overflow: hidden;
	border-radius: 6px;
	background: #fff
}

.c-pageNav__list>li a:before {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto 0;
	inset: -2px 24px 0 auto;
	rotate: 45deg;
	border-right: 1px solid #2a416b;
	border-bottom: 1px solid #2a416b;
	content: ""
}

.c-pageNav__list>li a:after {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background: rgba(0,0,0,.1);
	content: "";
	opacity: 0;
	transition: .5s ease
}

.c-pagination {
	margin-top: 64px
}

.c-pagination__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2em;
}

.c-pagination__item {
	margin-inline:2px}

.c-pagination__item a,.c-pagination__item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	transition: .3s;
	transition: .5s ease
}

.c-pagination__item .dotted {
	color: #dde1e9;
	pointer-events: none
}

.c-pagination__item.page--current {
	margin-inline:4px}

.c-pagination__item.page--current span {
	position: relative;
	border-radius: 50%;
	background: #2a416b;
	color: #fff;
	pointer-events: none
}

.c-pagination__item.page--next a,.c-pagination__item.page--prev a {
	position: relative;
	transition: .5s ease
}

.c-pagination__item.page--next a:after,.c-pagination__item.page--prev a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	content: ""
}

.c-pagination__item.page--prev {
	margin-right: 12px
}

.c-pagination__item.page--prev a:after {
	margin: auto;
	inset: 0 14px 0 auto;
	transform: rotate(-45deg);
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	content: ""
}

.c-pagination__item.page--next {
	margin-left: 12px
}

.c-pagination__item.page--next a:after {
	inset: 0 16px 0 auto;
	transform: rotate(45deg);
	border-top: 1px solid #262626;
	border-right: 1px solid #262626;
	content: ""
}

.c-pagination__item.page--end a,.c-pagination__item.page--first a {
	position: relative;
	transition: .5s ease
}

.c-pagination__item.page--end a:after,.c-pagination__item.page--end a:before,.c-pagination__item.page--first a:after,.c-pagination__item.page--first a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 7px;
	height: 7px;
	margin: auto;
	content: ""
}

.c-pagination__item.page--first {
	margin-right: 12px
}

.c-pagination__item.page--first a:after,.c-pagination__item.page--first a:before {
	margin: auto;
	inset: 0 14px 0 auto;
	transform: translateX(-50%) rotate(-45deg);
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	content: ""
}

.c-pagination__item.page--first a:after {
	right: 58%
}

.c-pagination__item.page--end {
	margin-left: 12px
}

.c-pagination__item.page--end a:after,.c-pagination__item.page--end a:before {
	inset: 0 16px 0 auto;
	transform: translateX(-50%) rotate(45deg);
	border-top: 1px solid #262626;
	border-right: 1px solid #262626;
	content: ""
}

.c-pagination__item.page--end a:after {
	left: 48%
}

.c-part--new {
	display: inline-block;
	min-height: 22px;
	padding-inline:4px;background-color: #f39800;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6666666667
}

.c-part--new._voice {
	position: absolute;
	bottom: 0;
	left: 0
}

.c-part--category {
	min-height: 28px;
	padding-inline:8px;border: 1px solid #2a416b;
	border-radius: 2px;
	color: #2a416b;
	font-size: 1.6rem;
	line-height: 1.75
}

.c-part--article,.c-part--seminar {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #fff
}

.c-part--article .img-wrap,.c-part--seminar .img-wrap {
	position: relative;
	overflow: hidden
}

.c-part--article .img-wrap picture,.c-part--seminar .img-wrap picture {
	display: block;
	aspect-ratio: 290/182;
	width: 100%;
	height: auto;
	transition: all .8s ease
}

.c-part--article .img-wrap img,.c-part--seminar .img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.c-part--article:hover picture,.c-part--seminar:hover picture {
	transform: scale(1.1)
}

.c-part--article:hover .title,.c-part--seminar:hover .title {
	text-decoration: underline;
	text-underline-offset: 2px
}

.c-part--article .textWrap,.c-part--seminar .textWrap {
	padding: 24px;
	background: #fff
}

.c-part--article .title,.c-part--seminar .title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-bottom: 22px;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .02em
}

.c-part--article .titleWrap,.c-part--seminar .titleWrap {
	margin-bottom: 24px
}

.c-part--article .titleWrap .title,.c-part--seminar .titleWrap .title {
	margin-bottom: 8px
}

.c-part--article .titleWrap .company,.c-part--seminar .titleWrap .company {
	font-size: 1.4rem
}

.c-part--article .categoryWrap,.c-part--seminar .categoryWrap {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	gap: 8px
}

.c-part--article .category,.c-part--seminar .category {
	display: inline-block;
	padding: 4px;
	border: 1px solid #2a416b;
	color: #2a416b;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.c-part--article .category._new,.c-part--seminar .category._new {
	border: 1px solid #f39800;
	background-color: #f39800;
	color: #fff
}

.c-part--article .text,.c-part--seminar .text {
	-webkit-box-orient: vertical;
	font-feature-settings: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7857142857;
	letter-spacing: .02em
}

.c-part--article .descWrap .text,.c-part--seminar .descWrap .text {
	margin-bottom: 16px
}

.c-part--article .descWrap .tagWrap,.c-part--seminar .descWrap .tagWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px
}

.c-part--article .descWrap .tagWrap .tag,.c-part--seminar .descWrap .tagWrap .tag {
	display: inline-block;
	color: #858585;
	font-size: 1.2rem;
	line-height: 1.3333333333
}

.c-part--seminar .state {
	padding-block:4px;background: #858585;
	color: #fff;
	font-size: 1.5rem;
	text-align: center
}

.c-part--seminar .state._current {
	background: #f39800
}

.c-part--seminar .textWrap .titleWrap .categoryWrap {
	margin-bottom: 8px
}

.c-part--seminar .textWrap .titleWrap .date {
	color: #2a416b;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	letter-spacing: .02em
}

.c-part--seminar .textWrap .descWrap .text {
	-webkit-line-clamp: 3
}

.c-part--seminar .textWrap .descWrap .lecture {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px
}

.c-part--seminar .textWrap .descWrap .lecture p {
	color: #858585;
	font-size: 1.1rem
}

.c-part--seminar .textWrap .descWrap .lecture figure {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%
}

.c-part--seminar .textWrap .descWrap .lecture figure img {
	object-fit: contain
}

.c-part--search {
	padding: 48px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff
}

.c-part--search .check-wrap {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 24px
}

.c-part--search .check-list {
	width: calc(20% - 19.2px)
}

.c-part--search .btn-wrap .c-button.-white .center {
	text-align: left!important
}

.c-table>dl {
	padding-inline:8px;padding-block:22px;border-bottom: 1px solid #e3e1e0
}

.c-table>dl:first-child {
	border-top: 1px solid #e3e1e0
}

.c-table>dl>dt {
	font-weight: 500
}

.c-table.-history dt {
	color: #2a416b;
	font-weight: 400;
	font-size: 1.7rem;
	font-family: Montserrat,sans-serif
}

.c-ttl--page {
	margin-bottom: 84px;
	font-weight: 400
}

.c-ttl--page>span {
	display: block
}

.c-ttl--page .ttl-en {
	margin-bottom: 10px;
	color: #2a416b;
	font-size: 6.8rem;
	font-family: Montserrat,sans-serif
}

.c-ttl--page .ttl-jp {
	font-size: 1.6rem;
	letter-spacing: .02em
}

.c-ttl--base {
	margin-bottom: 40px;
	font-weight: 400
}

.c-ttl--base>span {
	display: block
}

.c-ttl--base .ttl-en {
	margin-bottom: 6px;
	color: #858585;
	font-size: 1.6rem;
	font-family: Montserrat,sans-serif;
	letter-spacing: .11em
}

.c-ttl--base .ttl-jp {
	color: #2a416b;
	font-size: 3.2rem;
	letter-spacing: .02em
}

.c-ttl--subpage {
	margin-bottom: 40px;
	font-weight: 400
}

.c-ttl--subpage>span {
	display: block
}

.c-ttl--subpage .ttl-en {
	margin-top: 6px;
	color: #2a416b;
	font-size: 1.6rem;
	font-family: Montserrat,sans-serif
}

.c-ttl--subpage .ttl-jp {
	font-size: 2.5rem;
	letter-spacing: .02em
}

.c-ttl--simple {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.375
}

.c-ttl--underline {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdada;
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.0952380952;
	letter-spacing: .02em
}

.c-topSection__title {
	margin-bottom: 12px;
	font-size: 3.6rem;
	letter-spacing: .02em
}

.c-topSection__subtitle,.c-topSection__title {
	font-weight: 400;
	line-height: 1;
	text-align: center
}

.c-topSection__subtitle {
	color: #2a416b;
	font-size: 1.8rem;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.blog-search {
	margin-bottom: 96px
}

.form-input.-complete h3 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 2.1rem
}

.form-input.-conf table tr th {
	position: relative;
	padding-top: 0;
	padding-left: 1em
}

.form-input.-conf table tr th:before {
	position: absolute;
	width: 6px;
	height: 6px;
	inset: 10px auto auto 0;
	border-radius: 2px;
	background: #2a416b;
	content: ""
}

.form-input__lead {
	margin-bottom: 48px
}

.form-input__block {
	padding: 64px 56px;
	border-radius: 8px;
	background: #fff
}

.form-input__contents table th {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left
}

.form-input__contents table td {
	display: block;
	font-size: 1.6rem
}

.form-input__contents table td:empty {
	min-height: 36px
}

.form-input__sec:not(:last-of-type) {
	margin-bottom: 56px
}

.form-input__privacy {
	padding: 32px 48px 56px;
	border-radius: 8px;
	background: #f6f6f6
}

.form-input__privacy h3 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 2.1rem;
	letter-spacing: .02em
}

.form-input__privacy--txt {
	margin-bottom: 30px
}

.form-input__action {
	display: flex;
	justify-content: center;
	gap: 24px
}

.contact-form__tel {
	margin-bottom: 56px;
	padding: 30px 24px 40px;
	border-radius: 8px;
	background: #ebeef3;
	text-align: center
}

.contact-form__tel--lead {
	margin-bottom: 20px;
	font-size: 1.8rem
}

.contact-form__tel--number a {
	display: inline-flex;
	align-items: center;
	color: #2a416b
}

.contact-form__tel--number a .tel-icon {
	width: 32px;
	margin-right: 12px
}

.contact-form__tel--number a .tel-number {
	color: #2a416b;
	font-size: 4rem;
	font-family: Montserrat,sans-serif
}

.contact-form__tel--number .tel-sub {
	display: block;
	margin-top: 4px;
	color: #858585
}

.download-form__fileSelect {
	margin-bottom: 40px;
	padding-bottom: 34px;
	border-bottom: 1px solid #e3e1e0
}

.download-form__fileSelect>p {
	font-size: 2.1rem
}

.download-form__fileSelect>ul {
	list-style: none
}

.-conf .download-form__fileSelect>ul li {
	display: block
}

.download-form__fileSelect>ul li {
	display: none;
	margin-top: 20px
}

.form-conf .download-form__fileSelect>ul li {
	display: block!important
}

.download-form__fileSelect>ul li.is-select {
	display: block
}

.download-form__sec:not(:last-of-type) {
	margin-bottom: 96px
}

.download-form-file li,.download-form-file ul {
	list-style: none
}

.download-form-file>li>div {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	background: #fff
}

.download-form-file figure {
	aspect-ratio: 354/200;
	background: #f2efea
}

.download-form-file figure img {
	aspect-ratio: 708/400;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-family: "object-fit: contain"
}

.download-form-file__info {
	position: relative;
	padding: 20px 24px 90px
}

.download-form-file__info h4 {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: .02em
}

.download-form-file__info--list,.download-form-file__info--txt {
	margin-bottom: 1.2em
}

.download-form-file__info--chk {
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: calc(100% - 48px);
	margin-top: auto
}

.download-form-file__info--chk label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	padding: 0 24px;
	border: 1px solid #2a416b;
	border-radius: 4px;
	cursor: pointer;
	transition: .5s ease
}

.download-form-file__info--chk label.is-chked {
	background: #2a416b;
	color: #fff
}

.download-form-file__info--chk label input {
	display: none
}

.download-form-file__info--chk label input:focus {
	box-shadow: none
}

.download-form-file__info--chk label input:checked {
	background: #fff
}

.download-form-file__info--chk label input:checked+.chk-box:before {
	transition: .3s
}

.download-form-file__info--chk label input:checked+.chk-box:after {
	scale: 1;
	transition: .3s
}

.download-form-file__info--chk label .chk-txt {
	padding-left: 14px
}

.download-form-file__info--chk label .chk-box {
	display: block;
	position: relative;
	width: 16px;
	height: 16px
}

.download-form-file__info--chk label .chk-box:after,.download-form-file__info--chk label .chk-box:before {
	display: block;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	content: ""
}

.download-form-file__info--chk label .chk-box:before {
	left: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #2a416b;
	border-radius: 2px;
	background-color: #fff
}

.download-form-file__info--chk label .chk-box:after {
	z-index: 1;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 10px;
	height: 6px;
	rotate: -45deg;
	scale: 0;
	border-width: 3px;
	border-style: none none solid solid;
	border-color: #2a416b;
	content: ""
}

.download-form-dlfile {
	margin-top: 56px
}

.download-form-dlfile a {
	position: relative
}

.download-form-dlfile a .dl-icon {
	position: absolute;
	aspect-ratio: 21/17;
	width: 21px;
	margin: auto 0;
	inset: 0 24px 0 auto;
	background-size: cover;
	transition: all .3s ease
}

.download-form-dlfile__list {
	list-style: none
}

.download-form-dlfile__list li .dl-btn a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 10px 60px 10px 24px;
	border: 1px solid #2a416b;
	border-radius: 4px;
	color: #2a416b;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	line-height: 1.55;
	letter-spacing: .064em;
	transition: all .3s ease
}

.download-form-dlfile__list li .dl-btn a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	content: "";
	opacity: 0;
	transition: all .3s ease
}

.download-form-dlfile__list li .dl-btn a .dl-icon {
	background-image: url(/assets/images/common/dl-icon-navy.svg)
}

.download-form-dlfile__zip {
	margin-top: 56px
}

.download-form-dlfile__zip a .dl-icon {
	background-image: url(/assets/images/common/dl-icon-wht.svg)
}

.mailmagazine-contents {
	margin-top: 96px
}

.mailmagazine-contents__list {
	margin-bottom: 32px
}

.mailmagazine-contents__pht--list img {
	overflow: hidden;
	border-radius: 8px
}

.news-articles {
	padding: 24px 62px 40px;
	border-radius: 8px;
	background: #fff
}

.news-articles__list li:not(:last-child) {
	border-bottom: 1px solid #e3e1e0
}

.news-articles__list a {
	padding: 32px 0
}

.news-articles__list a._blank .content p:after,.news-articles__list a._pdf .content p:after {
	display: inline-block;
	content: ""
}

.news-articles__list a._pdf .content p:after {
	top: .2em;
	width: 14px;
	height: 20px;
	background: url(/assets/images/common/pdf_icon.svg) no-repeat 50%/contain
}

.news-articles__list a._blank .content p:after {
	top: .4em;
	width: 15px;
	height: 15px;
	background: url(/assets/images/common/link_icon.svg) no-repeat 50%/contain
}

.news-articles__list .date {
	margin-top: .2em
}

.news-articles__list .date time {
	color: #aea8a8;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2857142857;
	font-family: Montserrat,sans-serif
}

.news-article {
	margin-bottom: 88px
}

.news-article__head {
	margin-bottom: 72px
}

.news-article__head--info {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	gap: 16px
}

.news-article__head--info .date {
	display: inline-block;
	color: #858585;
	font-weight: 500;
	font-family: Montserrat,sans-serif
}

.news-article__head h2 {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.5
}

.news-article__lead {
	margin-bottom: 64px;
	padding: 40px 38px;
	border-radius: 8px;
	background: #fff
}

.news-article__lead .outline {
	margin-bottom: 8px;
	color: #2a416b;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1
}

.news-article__lead--list li {
	counter-increment: item
}

.news-article__lead--list a {
	display: block;
	position: relative;
	padding: 16px 24px 16px 32px;
	border-bottom: 1px solid #e3e1e0;
	font-size: 1.6rem;
	line-height: 1.5
}

.news-article__lead--list a:before {
	position: absolute;
	top: 1.3em;
	left: 0;
	min-width: 1.6em;
	content: counter(item,decimal-leading-zero);
	color: #2a416b;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Montserrat,sans-serif
}

.news-article__lead--list a:after {
	position: absolute;
	top: 38%;
	right: 0;
	width: 11px;
	height: 11px;
	transform: translateX(-50%) rotate(135deg);
	border-top: 2px solid #f39800;
	border-right: 2px solid #f39800;
	content: ""
}

.news-article__editor+.news-article__btn {
	margin-top: 64px
}

.price-plan {
	position: relative;
	padding-bottom: 90px
}

.price-plan:before {
	-webkit-clip-path: inset(0 -100vmax);
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 680px;
	background: #dde1e9;
	box-shadow: 0 0 0 100vmax #dde1e9;
	content: "";
	clip-path: inset(0 -100vmax)
}

.price-plan__list {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 16px
}

.price-plan__card--inner {
	height: 100%;
	padding: 36px 40px 44px;
	background: #fff
}

.price-plan__card--head {
	margin-bottom: 32px;
	text-align: center
}

.price-plan__card--head h4 {
	margin-bottom: 16px
}

.price-plan__card--head h4 span {
	display: block
}

.price-plan__card--head h4 .ttl-number {
	margin-bottom: 20px;
	color: #2a416b;
	font-weight: 500;
	font-family: Montserrat,sans-serif
}

.price-plan__card--head h4 .ttl-txt .ttl-main {
	margin-bottom: 4px;
	color: #2a416b;
	font-size: 2rem
}

.price-plan__card--head h4 .ttl-txt .ttl-sub {
	color: #858585
}

.price-plan__card--price {
	margin-bottom: 28px;
	text-align: center
}

.price-plan__card--price>div {
	display: inline-block;
	text-align: left
}

.price-plan__card--price .price-type {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 6px;
	border: 1px solid #f39800;
	color: #f39800;
	font-size: 1.3rem
}

.price-plan__card--price .price-txt {
	font-weight: 500;
	line-height: 1.2
}

.price-plan__card--price .price-txt .price-main {
	font-size: 4.2rem;
	font-family: Montserrat,sans-serif;
	letter-spacing: -.02em
}

.price-plan__card--price .price-txt .price-unit {
	font-size: 2rem
}

.price-option__list {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px 16px
}

.price-option__list>li>div {
	height: 100%;
	padding: 28px 32px 30px;
	background: #fff
}

.price-option__list>li h4 {
	margin-bottom: 12px;
	font-size: 1.8rem
}

.price-ex__table table td,.price-ex__table table th {
	padding: 18px 20px;
	border: 1px solid #e3e1e0
}

.price-ex__table table td {
	background: #fff
}

.price-ex__table table td.u-ta-center dl {
	display: inline-flex;
	text-align: left
}

.price-ex__table table td.u-ta-center dl dt {
	width: 5em;
	padding-right: 1em
}

.price-ex__table table td.u-ta-center dl dd {
	width: calc(100% - 5em)
}

.price-ex__table table th,.price-ex__table table thead {
	background: #f6f6f6
}

.price-faq__tab--menu>ul {
	display: flex;
	flex-wrap: wrap
}

.price-faq__tab--menu>ul>li {
	flex: 0 0 33.333%;
	max-width: 33.333%
}

.price-faq__tab--menu>ul>li button {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #f6f6f6;
	line-height: 1.55;
	transition: .5s ease
}

.price-faq__tab--menu>ul>li button:after {
	visibility: hidden;
	position: absolute;
	width: 84px;
	height: 2px;
	margin: 0;
	inset: auto auto 0;
	background: #f39800;
	content: "";
	opacity: 0;
	transition: .5s ease
}

.price-faq__tab--menu>ul>li button.is-current {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background: #fff
}

.price-faq__tab--menu>ul>li button.is-current:after {
	visibility: visible;
	opacity: 1
}

.price-faq__tab--panel>div {
	display: none;
	padding: 64px 56px 72px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	background: #fff
}

.price-faq__tab--panel>div.is-current {
	display: block;
	animation-duration: .7s;
	animation-name: tab-show
}

@keyframes tab-show {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.price-faq__tab--panel section:not(:last-of-type) {
	margin-bottom: 40px
}

.price-faq__tab--panel section .faq-answer,.price-faq__tab--panel section h4 {
	display: flex
}

.price-faq__tab--panel section .ttl-head {
	font-size: 2.4rem;
	font-family: Montserrat,sans-serif
}

.price-faq__tab--panel section .ttl-txt {
	padding-left: .8em
}

.price-faq__tab--panel section h4 {
	margin-bottom: 12px
}

.price-faq__tab--panel section h4 .ttl-head {
	color: #2a416b
}

.price-faq__tab--panel section h4 .ttl-txt {
	display: inline-block;
	margin-top: .35em;
	font-size: 1.7rem
}

.price-faq__tab--panel section .faq-answer .ttl-head {
	color: #c9c4c1
}

.price-faq__tab--panel section .faq-answer .ttl-txt {
	margin-top: .25em
}

.price-flow__order>li {
	padding: 52px 64px;
	overflow: hidden;
	border-radius: 8px;
	background: #f2efea
}

.price-flow__order>li:not(:last-child) {
	position: relative;
	margin-bottom: 56px
}

.price-flow__order>li:not(:last-child):after {
	position: absolute;
	width: 10px;
	height: 10px;
	margin: auto;
	inset: auto 0 -30px;
	rotate: 45deg;
	border-right: 1px solid #2a416b;
	border-bottom: 1px solid #2a416b;
	content: ""
}

.price-flow__order h4 {
	display: flex;
	align-items: center
}

.price-flow__order h4 span.ttl-num {
	margin: .3em 1em 0 0;
	color: #2a416b;
	font-weight: 500;
	font-family: Montserrat,sans-serif
}

.price-flow__order h4 span.ttl-txt {
	font-size: 1.9rem
}

.price-flow__order--info .order-action {
	display: flex;
	gap: 16px
}

.seminar-article__wrap {
	margin-bottom: 64px
}

.seminar-search {
	margin-bottom: 96px
}

.seminar-article-wrap {
	-ms-grid-columns: 1fr 294px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 294px;
	gap: 72px
}

.seminar-article-head {
	margin-bottom: 64px
}

.seminar-article-head .category-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	gap: 8px
}

.seminar-article-head .category-wrap .category {
	min-height: 28px;
	padding-inline:8px;border: 1px solid #2a416b;
	border-radius: 2px;
	background-color: #fff;
	color: #2a416b;
	font-size: 1.6rem;
	line-height: 1.75
}

.seminar-article-head .category-wrap .category._new {
	border: 1px solid #f39800;
	background-color: #f39800;
	color: #fff
}

.seminar-article-head h2 {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.5;
	letter-spacing: .02em
}

.seminar-article-head .date {
	margin-bottom: 32px;
	color: #2a416b;
	font-weight: 500;
	font-size: 2.5rem
}

.seminar-article-head .desc {
	font-size: 1.5rem;
	line-height: 1.8666666667
}

.seminar-article-main__block:not(:last-of-type) {
	margin-bottom: 96px
}

.seminar-article-main__btn {
	margin-top: 48px
}

.seminar-article-main__btn._close>* {
	background-color: #858585;
	pointer-events: none
}

.seminar-article-main__table table {
	border-collapse: separate;
	border-spacing: 0
}

.seminar-article-main__table table tr:first-of-type>:first-child {
	border-top-left-radius: 8px
}

.seminar-article-main__table table tr:first-of-type>:last-child {
	border-top-right-radius: 8px
}

.seminar-article-main__table table tr:last-of-type>:first-child {
	border-bottom-left-radius: 8px
}

.seminar-article-main__table table tr:last-of-type>:last-child {
	border-bottom-right-radius: 8px
}

.seminar-article-main__table table tr>:nth-child(n+2) {
	border-left: none
}

.seminar-article-main__table table tr:not(:first-of-type) td,.seminar-article-main__table table tr:not(:first-of-type) th {
	border-top: none
}

.seminar-article-main__table table tr td,.seminar-article-main__table table tr th {
	padding: 24px;
	border: 1px solid #e3e1e0;
	background-color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .02em;
	text-align: left
}

.seminar-article-main__box,.seminar-article-main__box--blue {
	padding: 32px 40px 40px;
	border-radius: 8px;
	background-color: #fff
}

.seminar-article-main__box--blue:not(:last-child),.seminar-article-main__box:not(:last-child) {
	margin-bottom: 24px
}

.seminar-article-main__box--blue>p,.seminar-article-main__box--blue h4,.seminar-article-main__box>p,.seminar-article-main__box h4 {
	font-weight: 400;
	font-size: 2.1rem;
	letter-spacing: .02em
}

.seminar-article-main__box--blue>p span,.seminar-article-main__box--blue h4 span,.seminar-article-main__box>p span,.seminar-article-main__box h4 span {
	display: block
}

.seminar-article-main__box--blue>p span.time,.seminar-article-main__box--blue h4 span.time,.seminar-article-main__box>p span.time,.seminar-article-main__box h4 span.time {
	margin-bottom: 8px;
	font-size: 1.7rem
}

.seminar-article-main__box--blue>ul,.seminar-article-main__box>ul {
	margin-top: 24px
}

.seminar-article-main__box--blue>ul>li,.seminar-article-main__box>ul>li {
	position: relative;
	padding-left: 14px
}

.seminar-article-main__box--blue>ul>li:before,.seminar-article-main__box>ul>li:before {
	position: absolute;
	top: .7em;
	left: 0;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 2px;
	background-color: #2a416b;
	content: ""
}

.seminar-article-main__box--blue>ul>li+li,.seminar-article-main__box>ul>li+li {
	margin-top: 12px
}

.seminar-article-main__box--blue h5,.seminar-article-main__box h5 {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 1.8rem
}

.seminar-article-main__box__info {
	display: flex;
	margin-top: 24px;
	gap: 32px
}

.seminar-article-main__box__prof {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #dcdada
}

.seminar-article-main__box__prof dl>div {
	display: flex;
	gap: 16px
}

.seminar-article-main__box__prof dl>div+div {
	margin-top: 10px
}

.seminar-article-main__box__prof dl>div dt {
	flex-shrink: 0;
	color: #2a416b
}

.seminar-article-main__box--blue {
	background-color: #ebeef3
}

.seminar-article-aside__sec:not(:last-child) {
	margin-bottom: 64px
}

.seminar-article-aside__sec h3 {
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 1.9rem
}

.seminar-article-aside__sec article.c-part--seminar._seminar-aside:not(:last-child) {
	margin-bottom: 16px
}

.seminar-article-aside__sec article.c-part--seminar._seminar-aside .titleWrap {
	margin-bottom: 8px
}

.seminar-article-aside__sec article.c-part--seminar._seminar-aside .titleWrap .date,.seminar-article-aside__sec article.c-part--seminar._seminar-aside .titleWrap .title {
	font-size: 1.5rem
}

.seminar-article-aside__sec article.c-part--seminar._seminar-aside .titleWrap .related-ttl {
	font-size: 1.6rem
}

.service-topLead {
	position: relative;
	padding-block:64px 0}

.service-topLead:after {
	-webkit-clip-path: inset(0 -100vmax);
	z-index: -1;
	position: absolute;
	height: calc(100% - 36px);
	inset: 0;
	background: #dde1e9;
	box-shadow: 0 0 0 100vmax #dde1e9;
	content: "";
	clip-path: inset(0 -100vmax)
}

.service-topLead__txt {
	margin-bottom: 64px;
	padding-bottom: 64px;
	border-bottom: 1px solid #c4c9d4
}

.service-topSec__head {
	display: flex;
	align-items: center;
	margin-bottom: 64px
}

.service-topSec__head--icon {
	display: flex;
	flex: 0 0 72px;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	max-width: 72px;
	border-radius: 50%;
	background: #fff
}

.service-topSec__head--icon img {
	aspect-ratio: 1;
	width: 100%;
	max-width: 40px
}

.service-topSec__head h3 {
	flex: 0 0 calc(100% - 72px);
	flex-basis: calc(100% - 72px);
	max-width: calc(100% - 72px);
	padding-left: 24px
}

.service-topSec__head h3 span {
	display: block
}

.service-topSec__head h3 .ttl-jp {
	margin-bottom: .16em;
	font-size: 2.5rem
}

.service-topSec__head h3 .ttl-en {
	color: #2a416b
}

.service-topSec__lineup {
	-ms-grid-columns: (1fr)[2];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px 16px
}

.service-topSec__lineup>li {
	height: 100%;
	border-radius: 6px;
	background: #fff
}

.service-topSec__lineup--head a {
	display: block;
	padding: 12px 32px 16px;
	background: #f2efea;
	transition: .5s ease
}

.service-topSec__lineup--head a h4 {
	display: inline-block;
	position: relative;
	padding-right: 1em;
	font-size: 1.8rem
}

.service-topSec__lineup--head a h4:after {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto 0;
	inset: .15em 0 0 auto;
	rotate: 45deg;
	border-top: 2px solid #2a416b;
	border-right: 2px solid #2a416b;
	content: ""
}

.service-topSec__lineup--txt {
	padding: 16px 32px
}

.service-overview {
	position: relative;
	padding-block:60px 64px}

.service-overview:before {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: -100%;
	width: calc(200% - 56px);
	height: 100%;
	border-radius: 0 8px 8px 0;
	background: #dde1e9;
	content: ""
}

.service-lineup {
	padding: 56px 56px 52px;
	border-radius: 8px;
	background: #f2efea
}

.service-lineup__info {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 32px
}

.service-lineup__info--head {
	display: flex;
	align-items: center;
	margin-bottom: 18px
}

.service-lineup__info--head .head-icon {
	display: flex;
	flex: 0 0 72px;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	max-width: 72px;
	border-radius: 50%;
	background: #fff
}

.service-lineup__info--head .head-icon img {
	aspect-ratio: 1;
	width: 100%;
	max-width: 40px
}

.service-lineup__info--head .head-txt {
	flex: 0 0 calc(100% - 72px);
	flex-basis: calc(100% - 72px);
	max-width: calc(100% - 72px);
	padding-left: 20px
}

.service-lineup__info--head .head-txt h4 {
	line-height: 1.5
}

.service-lineup__info--head .head-txt span {
	display: block
}

.service-lineup__info--head .head-txt span.inline_block {
	display: inline-block;
}

.service-lineup__info--head .head-txt .head-num {
	margin-bottom: 4px;
	color: #2a416b;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: Montserrat,sans-serif;
	letter-spacing: .03em
}

.service-lineup__info--head .head-txt .head-ttl {
	font-size: 1.8rem
}

.sitemap-link>div {
	-ms-grid-columns: (1fr)[2];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px
}

.sitemap-link__block:not(:last-child) {
	margin-bottom: 44px
}

.sitemap-link__block--main a {
	display: block;
	position: relative;
	padding-block:8px 16px;border-bottom: 1px solid #e3e1e0;
	transition: .5s ease
}

.sitemap-link__block--main a:after {
	position: absolute;
	width: 8px;
	height: 8px;
	inset: 16px 8px auto auto;
	rotate: 45deg;
	border-top: 2px solid #2a416b;
	border-right: 2px solid #2a416b;
	content: ""
}

.sitemap-link__block--sub {
	margin-top: 22px
}

.sitemap-link__block--sub li:not(:last-child) {
	margin-bottom: 14px
}

.sitemap-link__block--sub a {
	display: inline-block;
	position: relative;
	padding-left: 1.375em;
	transition: .5s ease
}

.sitemap-link__block--sub a:before {
	position: absolute;
	width: .625em;
	height: 1px;
	margin: auto 0;
	inset: 0 auto 0 0;
	background: #2a416b;
	content: ""
}

.users-sec__ttl {
	margin-bottom: 60px
}

.users-sec__ttl>span {
	display: block
}

.users-sec__ttl .ttl-sub {
	margin-bottom: 20px;
	color: #2a416b;
	font-size: 1.6rem
}

.users-sec__ttl .ttl-main {
	font-size: 2.5rem;
	line-height: 1.64
}

.users-sec__ttl .ttl-main .underline {
	padding-bottom: .1em;
	border-bottom: 1px solid #f39800
}

.users-heading {
	position: relative;
	padding-block:72px 80px}

.users-heading:before {
	-webkit-clip-path: inset(0 -100vmax);
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 64px);
	background: #dde1e9;
	box-shadow: 0 0 0 100vmax #dde1e9;
	content: "";
	clip-path: inset(0 -100vmax)
}

.users-heading h2 {
	margin-bottom: 64px;
	text-align: center
}

.users-heading h2 span {
	display: block
}

.users-heading h2 .ttl-jp {
	margin-bottom: 4px;
	font-size: 2.7rem
}

.users-heading h2 .ttl-en {
	color: #2a416b;
	font-size: 1.6rem;
	font-family: Montserrat,sans-serif
}

.users-target {
	padding: 56px 40px 64px;
	border-radius: 8px;
	background: #fff
}

.users-target h3 {
	margin-bottom: 28px;
	color: #2a416b;
	font-size: 1.9rem
}

.users-target__list {
	text-align: center
}

.users-target__list>* {
	display: inline-block;
	text-align: left
}

.users-target__link>div>:not(:last-of-type) {
	margin-right: 16px
}

.users-points__list {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 16px
}

.users-points__list>li {
	padding: 36px 40px 52px;
	background: #fff
}

.users-points__choice--head {
	text-align: center
}

.users-points__choice--head .head-num {
	display: block;
	margin-bottom: 24px;
	color: #2a416b;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: Montserrat,sans-serif
}

.users-points__choice--head h4 {
	color: #2a416b;
	font-size: 2rem
}

.users-points__choice--head h4 .color {
	color: #f39800
}

.users-case-sec {
	position: relative;
	padding: 88px 64px 64px;
	border-radius: 8px;
	background: #fff
}

.users-case-sec h4 {
	position: absolute;
	inset: 0 auto auto 0;
	color: #f6f6f6;
	font-weight: 500;
	font-size: 6.4rem;
	font-family: Montserrat,sans-serif
}

.users-case-sec__client {
	margin-bottom: 40px;
	padding: 28px 48px 32px;
	border: 1px solid #dcdada
}

.users-case-sec__client .head {
	margin-bottom: 20px;
	font-size: 1.9rem;
	line-height: 1.4
}

.users-case-sec__client .client-type dl {
	display: flex;
	align-items: center
}

.users-case-sec__client .client-type dl:not(:last-child) {
	margin-bottom: 16px
}

.users-case-sec__client .client-type dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-height: 24px;
	padding-block:2px;border: 1px solid #2a416b;
	color: #2a416b
}

.users-case-sec__client .client-type dl dd {
	padding-left: 16px
}

.users-case-subSec:not(:last-child) {
	margin-bottom: 56px
}

.users-case-subSec__head {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #dcdada
}

.users-case-subSec__head h5 .ttl-sub {
	padding: 2px 8px;
	background: #2a416b;
	color: #fff;
	font-size: 1.4rem
}

.users-case-subSec__head h5 .ttl-main {
	font-size: 1.9rem
}

.users-case__link>div {
	display: flex;
	justify-content: center;
	gap: 10px
}

.users-case__link>div:not(:last-of-type) {
	margin-bottom: 32px
}

.users-faq__content {
	padding: 52px 56px;
	border-radius: 8px;
	background: #fff
}

.users-faq-sec__q {
	margin-bottom: 16px
}

.users-faq-sec__a dl dt {
	padding-top: .1em
}

.users-faq-sec dl {
	display: flex
}

.users-faq-sec dl dt {
	flex: 0 0 1em;
	max-width: 1em;
	font-size: 2.4rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	text-align: right
}

.users-faq-sec dl dt.head-q {
	color: #2a416b
}

.users-faq-sec dl dt.head-a {
	color: #c9c4c1
}

.users-faq-sec dl dd {
	flex: 0 0 calc(100% - 1wm);
	flex-basis: calc(100% - 1wm);
	max-width: calc(100% - 1wm);
	padding-left: 8px
}

.users-aside {
	margin-top: 128px
}

.users-aside__content {
	padding: 60px 56px 64px;
	border-radius: 8px;
	background: #fff
}

.users-aside__nav>ul {
	-ms-grid-columns: (1fr)[5];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 16px
}

.users-aside__nav>ul>li a {
	display: block;
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #e3e1e0;
	transition: .5s ease
}

.users-aside__nav>ul>li a img {
	aspect-ratio: 1;
	width: 56px;
	transition: .5s ease
}

.users-aside__nav--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 120px;
	border-radius: 50%;
	background: #f6f6f6
}

.users-aside__nav--link span {
	display: block;
	position: relative;
	font-size: 1.5rem;
	transition: .5s ease
}

.users-aside__nav--link span:after {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: auto 0;
	inset: -8px 12px 0 auto;
	rotate: 45deg;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	content: "";
	transition: .5s ease
}

.users-promise {
	position: relative;
	padding-block:96px}

.users-promise:before {
	-webkit-clip-path: inset(0 -100vmax);
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e4e7ec;
	box-shadow: 0 0 0 100vmax #e4e7ec;
	content: "";
	clip-path: inset(0 -100vmax)
}

.voice {
	overflow-x: hidden
}

.voice-article__wrap {
	margin-bottom: 64px
}

.voice-search {
	margin-bottom: 96px
}

.voice-article+.voice-article {
	margin-top: 184px
}

.voice-article-head {
	-ms-grid-columns: 654px 1fr;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 654px 1fr;
	margin-bottom: 112px;
	gap: 0 48px
}

.voice-article-head h2 {
	margin-bottom: 32px
}

.voice-article-head h2 span {
	display: block;
	font-weight: 400
}

.voice-article-head h2 span.ttl {
	margin-bottom: 16px;
	font-size: 2.8rem;
	line-height: 1.7142857143;
	letter-spacing: .1em
}

.voice-article-head h2 span.detail {
	font-size: 1.5rem
}

.voice-article-head .desc {
	margin-bottom: 24px
}

.voice-article-head .tagWrap {
	display: flex;
	flex-wrap: wrap;
	height: -moz-fit-content;
	height: fit-content;
	gap: 8px
}

.voice-article-head .tagWrap .tag {
	display: inline-block;
	padding: 4px 12px 5px;
	border: 1px solid #858585;
	border-radius: 12px;
	background: #fff;
	color: #858585;
	font-size: 1.2rem;
	line-height: 1
}

.voice-article-head__pht {
	position: relative
}

.voice-article-head__pht:before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 168px;
	left: -96px;
	width: 570px;
	height: 240px;
	background-image: url(/assets/images/voice/detail_bg.svg);
	content: ""
}

.voice-article-head__pht figure {
	position: relative;
	aspect-ratio: 176/119
}

.voice-article-head__pht figure img {
	width: 100%;
	object-fit: contain;
	border-radius: 8px
}

.voice-article__ttl--box {
	display: -ms-grid;
	display: grid;
	gap: 16px
}

.voice-article__ttl--box span.cat {
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 16px;
	background-color: #2a416b;
	color: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1
}

.voice-article__ttl--box span.ttl {
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: .1em
}

.voice-article-lead {
	margin-bottom: 148px
}

.voice-article-lead__list>li+li {
	margin-top: 10px
}

.voice-article-lead__list>li .lead-box {
	padding: 40px 48px;
	border-radius: 8px;
	background-color: #fff
}

.voice-article-lead__list>li .lead-box__inner {
	position: relative;
	padding-right: 48px
}

.voice-article-lead__list>li .lead-box__inner:after {
	position: absolute;
	top: 38%;
	right: 0;
	width: 11px;
	height: 11px;
	transform: translateX(-50%) rotate(135deg);
	border-top: 2px solid #2a416b;
	border-right: 2px solid #2a416b;
	content: ""
}

.voice-article-lead__list>li .lead-box__ttl {
	margin-bottom: 20px
}

.voice-article-lead__list>li .lead-box__list>li {
	position: relative;
	padding-left: 14px
}

.voice-article-lead__list>li .lead-box__list>li:before {
	position: absolute;
	top: .7em;
	left: 0;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 2px;
	background-color: #2a416b;
	content: ""
}

.voice-article-lead__list>li .lead-box__list>li+li {
	margin-top: 12px
}

.voice-article-main__sec:not(:last-of-type) {
	margin-bottom: 88px
}

.voice-article-main__sec h3 {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdada
}

.voice-article-main__sec h3 span.ttl {
	font-size: 2.2rem
}

.voice-article-main__sec .infoWrap {
	display: flex;
	gap: 32px
}

.voice-article-main__sec .infoWrap .pht figure {
	aspect-ratio: 368/240
}

.voice-article-main__sec .infoWrap .pht figure img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px
}

.access-map iframe {
	width: 100%;
	height: 440px
}

.access-map__link {
	margin-top: 1em;
	text-align: right
}

.access-map__link a {
	display: inline-flex;
	align-items: center
}

.access-map__link a img {
	width: 14px;
	margin-right: .5em
}

.access-pht>div {
	display: flex;
	gap: 32px
}

.member-part__lead {
	margin-bottom: 56px
}

.member-part__staff {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 32px 16px
}

.member-part__staff>li>div {
	height: 100%;
	background: #fff
}

.member-part__staff>li img {
	aspect-ratio: 354/262;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover"
}

.member-part__staff--info {
	padding: 20px 24px 44px
}

.member-part__staff--info h4 {
	margin-bottom: .933em;
	font-size: 1.8rem
}

.member-part__staff--info .info-prof dl:not(:last-child) {
	margin-bottom: 1.25em
}

.member-part__staff--info .info-prof dl dt {
	margin-bottom: .4285em;
	color: #2a416b
}

.about-message__info,.about-message__info p {
	text-align: justify
}

.about-message__pht figure {
	position: relative;
	padding-bottom: 20px
}

.about-message__pht figure:before {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: -100vw;
	width: calc(100vw + 135px);
	height: 360px;
	background: url(/assets/images/about/message/bg_dot.svg);
	content: ""
}

.about-message__pht figure figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px
}

.about-message__pht figure figcaption span {
	display: block
}

.about-message__pht figure figcaption img {
	width: 35%
}

.about-writings__detail--list>li {
	padding-block:21px;border-bottom: 1px solid #e3e1e0
}

.about-writings__detail--list>li:first-child {
	border-top: 1px solid #e3e1e0
}

.about-writings__detail--pht a {
	display: block;
	transition: .5s ease
}

.about-writings__detail--info {
	font-feature-settings: normal
}

.about-writings__detail--info h4 {
	margin-bottom: 21px;
	font-weight: 400
}

.about-writings__detail--info h4 span {
	display: block
}

.about-writings__detail--info h4 span.ttl-main {
	margin-bottom: 4px;
	font-size: 1.8rem
}

.about-writings__detail--info h4 span.ttl-sub {
	font-size: 1.4rem
}

.vision-philosophy__txt {
	padding: 80px 24px;
	background: #fff;
	text-align: center
}

.vision-promise {
	position: relative;
	padding-bottom: 112px
}

.vision-promise:after {
	-webkit-clip-path: inset(0 -100vmax);
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 300px);
	background: #e4e7ec;
	box-shadow: 0 0 0 100vmax #e4e7ec;
	content: "";
	clip-path: inset(0 -100vmax)
}

.vision-promise-lead {
	padding: 80px 80px 100px;
	background: #fff
}

.vision-promise-lead__txt--list>li:not(:last-child) {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #d5d5d5
}

.vision-promise-lead__txt--list dl dt {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #2a416b;
	font-size: 1.9rem
}

.vision-promise-lead__txt--list dl dt span {
	margin-top: .1em;
	margin-right: 1em;
	font-size: 1.7rem;
	font-family: Montserrat,sans-serif
}

.vision-promise-detail section:not(:last-child) {
	margin-bottom: 52px;
	padding-bottom: 52px;
	border-bottom: 1px solid #d5d5d5
}

.vision-promise-detail__head h3,.vision-promise-detail__head h4 {
	display: flex;
	flex-wrap: wrap
}

.vision-promise-detail__head h3>span,.vision-promise-detail__head h4>span {
	display: block;
	width: 100%
}

.vision-promise-detail__head h3 .ttl-head,.vision-promise-detail__head h4 .ttl-head {
	margin-bottom: 14px;
	color: #2a416b
}

.vision-promise-detail__head h3 .ttl-head .ttl-num,.vision-promise-detail__head h4 .ttl-head .ttl-num {
	margin-right: 1em;
	font-size: 1.7rem;
	font-family: Montserrat,sans-serif
}

.vision-promise-detail__head h3 .ttl-head .ttl-sub,.vision-promise-detail__head h4 .ttl-head .ttl-sub {
	font-size: 1.6rem
}

.vision-promise-detail__head h3 .ttl-main,.vision-promise-detail__head h4 .ttl-main {
	font-size: 2.2rem
}

.p-topAbout {
	position: relative;
	padding-top: 182px;
	padding-bottom: 82px
}

.p-topAbout:after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: #dde1e9;
	content: ""
}

.p-topAbout__container {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 16px;
	margin-top: 56px;
	margin-bottom: 48px
}

.p-topAbout__item {
	display: block;
	position: relative;
	padding: 40px 30px 38px 0;
	border-radius: 8px;
	background: #fff
}

.p-topAbout__item .num,.p-topAbout__item img {
	display: block
}

.p-topAbout__item .num1 {
	width: 198px;
	height: 156px;
	margin-bottom: 113px
}

.p-topAbout__item .num2 {
	width: 263px;
	height: 157px;
	margin-bottom: 113px
}

.p-topAbout__item .num3 {
	width: 258px;
	height: 157px;
	margin-bottom: 113px
}

.p-topAbout__item .headText {
	-ms-writing-mode: tb-rl;
	position: absolute;
	top: 40px;
	right: 30px;
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: .02em;
	writing-mode: vertical-rl
}

.p-topAbout__item .text {
	font-feature-settings: normal;
	padding-top: 10px;
	padding-left: 32px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topAbout__under {
	display: flex;
	position: relative;
	align-items: flex-end;
	margin-top: 133px
}

.p-topAbout__under .picture1 {
	z-index: 2;
	position: relative;
	width: 700px;
	height: 428px;
	border-radius: 8px 8px 0 8px
}

.p-topAbout__under .picture2 {
	z-index: 2;
	position: relative;
	flex: 1;
	border-radius: 0 8px 8px 0
}

.p-topAbout__under img,.p-topAbout__under picture {
	display: block;
	overflow: hidden
}

.p-topAbout__under:after {
	z-index: 1;
	position: absolute;
	top: -52px;
	left: -80px;
	width: 1225px;
	height: 258px;
	background: url(../images/top/about_dot-bg.svg) no-repeat 50%/cover;
	content: ""
}

.p-topBlog {
	padding-bottom: 128px
}

.p-topBlog__wrap {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 16px;
	margin-top: 56px;
	margin-bottom: 48px
}

.p-topBlog__item {
	display: block;
	overflow: hidden;
	border-radius: 8px
}

.p-topBlog__item .img-wrap {
	overflow: hidden
}

.p-topBlog__item .img-wrap picture {
	display: block;
	aspect-ratio: 290/182;
	width: 100%;
	height: auto;
	transition: all .8s ease
}

.p-topBlog__item .img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.p-topBlog__item:hover picture {
	transform: scale(1.1)
}

.p-topBlog__item:hover .title {
	text-decoration: underline;
	text-underline-offset: 2px
}

.p-topBlog__item .textWrap {
	padding: 24px;
	background: #fff
}

.p-topBlog__item .title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-bottom: 22px;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .02em
}

.p-topBlog__item .category {
	display: inline-block;
	margin-bottom: 24px;
	padding: 4px;
	border: 1px solid #3e5278;
	color: #3e5278;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.p-topBlog__item .text {
	-webkit-box-orient: vertical;
	font-feature-settings: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topFv {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	align-items: center
}

.p-topFv__title-wrap {
	z-index: 2;
	position: relative;
	width: 440px;
	margin-top: -50px;
	margin-right: -204px;
	padding: 122px 55px;
	border-radius: 0 8px 8px 0;
	background: #2a416b
}

.p-topFv__title {
	margin-bottom: 48px;
	color: #fff;
	font-size: 3.2rem;
	white-space: nowrap
}

.p-topFv__title,.p-topFv__title span {
	font-weight: 400;
	line-height: 1;
	letter-spacing: .1em
}

.p-topFv__title span {
	display: inline-block;
	margin-top: 20px;
	font-size: 4.6rem
}

.p-topFv__subtitle {
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topFv__img {
	flex: 1
}

.p-topFv__news-wrap {
	display: flex;
	z-index: 3;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 887px;
	padding: 20px 20px 20px 57px;
	border-radius: 8px 0 0 0;
	background: #f9f9f4
}

.p-topFv__news-wrap .head {
	margin-right: 32px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.p-topFv__news-wrap .news {
	display: flex;
	align-items: center
}

.p-topFv__news-wrap .news:not(:last-of-type) {
	margin-bottom: 6px
}

.p-topFv__news-wrap .news .date {
	margin-right: 10px;
	color: #aea8a8;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2857142857;
	letter-spacing: 0
}

.p-topFv__news-wrap .news .category {
	margin-right: 16px;
	padding: 4px;
	border: .5px solid #2a416b;
	border-radius: 2px;
	color: #2a416b;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0
}

.p-topFv__news-wrap .news .title {
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topFv__news-wrap .news:hover .title {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-underline-offset: 2px
}

.p-topMessage {
	max-width: 1366px;
	margin: auto;
	padding: 136px 80px 0 0
}

.p-topMessage__wrap {
	display: flex;
	column-gap: 146px;
	align-items: center;
	justify-content: space-between
}

.p-topMessage__img {
	position: relative;
	width: 450px;
	height: 600px
}

.p-topMessage__img .img-large img {
	z-index: 3;
	position: relative
}

.p-topMessage__img .img-dots {
	z-index: 2;
	position: absolute;
	top: -48px;
	left: 67px;
	width: 440px;
	height: 545px
}

.p-topMessage__text {
	width: 688px
}

.p-topMessage__text .title {
	margin-bottom: 52px;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.7142857143;
	letter-spacing: .1em
}

.p-topMessage__text .text {
	margin-bottom: 60px;
	font-weight: 400;
	/* font-size: 1.4rem; */
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topMessage__text .img-wrap {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px
}

.p-topNews {
	padding-bottom: 120px;
	background: #dde1e9
}

.p-topNews__container {
	-ms-grid-columns: 300px 1fr;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 300px 1fr;
	column-gap: 56px;
	padding: 56px;
	border-radius: 8px;
	background: #fff
}

.p-topNews__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	grid-column: 1/2;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 1;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.p-topNews__button {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	grid-column: 1/2
}

.p-topNews__wrap {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	grid-column: 2/3
}

.p-topNews__item {
	display: flex;
	column-gap: 16px;
	align-items: flex-start
}

.p-topNews__item:hover .text {
	text-decoration: underline;
	text-underline-offset: 2px
}

.p-topNews__item:not(:last-of-type) {
	margin-bottom: 40px
}

.p-topNews__item .date {
	display: inline-block;
	margin-top: 4px;
	color: #aea8a8;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: Montserrat,sans-serif;
	letter-spacing: 0
}

.p-topNews__item .category {
	min-width: 60px;
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #2a416b;
	border-radius: 2px;
	color: #2a416b;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center
}

.p-topNews__item .text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	position: relative;
	-webkit-line-clamp: 2;
	padding-right: 20px;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .02em;
	transition: all .3s ease
}

.p-topNews__item .text img,.p-topNews__item .text picture {
	display: inline-block
}

.p-topNews__item .text.link picture {
	width: 14px;
	height: 14px
}

.p-topNews__item .text.pdf picture {
	width: 14px;
	height: 20px;
	margin-left: 10px
}

.p-topSeminar {
	padding: 66px 0 128px;
	background: #dde1e9
}

.p-topSeminar__text {
	margin-top: 60px;
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center
}

.p-topSeminar__wrap {
	column-gap: 12px;
	margin-bottom: 48px
}

.p-topSeminar__item,.p-topSeminar__wrap {
	-ms-grid-columns: (1fr)[2];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr)
}

.p-topSeminar__item {
	column-gap: 20px;
	padding: 20px;
	border-radius: 6px;
	background: #fff
}

.p-topSeminar__item:hover .text {
	text-decoration: underline;
	text-underline-offset: 2px
}

.p-topSeminar__item img,.p-topSeminar__item picture {
	display: block
}

.p-topSeminar__item picture {
	width: 88px;
	height: 110px
}

.p-topSeminar__item .textWrap {
	width: 400px
}

.p-topSeminar__item .category {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #3e5278;
	color: #3e5278;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.p-topSeminar__item .meta {
	display: flex;
	column-gap: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.p-topSeminar__item .date {
	padding-bottom: 6px;
	border-right: 1px solid #262626
}

.p-topSeminar__item .date time {
	font-feature-settings: normal
}

.p-topSeminar__item .text {
	-webkit-box-orient: vertical;
	font-feature-settings: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-bottom: 11px;
	padding-bottom: 1px;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .02em
}

.p-topSeminar__item .teacher {
	color: #858585;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .02em
}

.p-topService {
	position: relative;
	padding-top: 128px
}

.p-topService:after {
	z-index: 0;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 60%;
	background: #dde1e9;
	content: ""
}

.p-topService__container {
	z-index: 2;
	position: relative;
	padding: 66px 58px 56px;
	border-radius: 8px;
	background: #fff
}

.p-topService__container .item-wrap {
	-ms-grid-columns: (1fr)[7];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(7,1fr);
	column-gap: 24px;
	margin-top: 56px;
	margin-bottom: 48px
}

.p-topService__container .item {
	display: block;
	padding: 20px 10px 17px;
	border-radius: 6px;
	background: #f1f2f5
}

.p-topService__container .item:hover p {
	text-decoration: underline;
	text-underline-offset: 2px
}

.p-topService__container picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px
}

.p-topService__container img {
	display: block
}

.p-topService__container .icon1 img {
	width: 70px;
	height: 48px
}

.p-topService__container .icon2 img {
	width: 70px;
	height: 44px
}

.p-topService__container .icon3 img {
	width: 60px;
	height: 50px
}

.p-topService__container .icon4 img {
	width: 68px;
	height: 67px
}

.p-topService__container .icon5 img {
	width: 54px;
	height: 50px
}

.p-topService__container .icon6 img {
	width: 60px;
	height: 54px
}

.p-topService__container .icon7 img {
	width: 41px;
	height: 55px
}

.p-topService__container .item p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	letter-spacing: .02em;
	text-align: center;
	white-space: nowrap
}

.p-topService__btnWrap {
	display: flex;
	column-gap: 58px;
	align-items: center;
	justify-content: center
}

.p-topServiceHead {
	position: relative;
	background: #dde1e9
}

.p-topServiceHead__tagWrap {
	display: flex;
	z-index: 2;
	position: relative;
	column-gap: 1.5px
}

.p-topServiceHead__tagItem {
	flex: 1;
	padding: 26px 0 0;
	background: #f6f6f6;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .064em;
	list-style: none;
	text-align: center
}

.p-topServiceHead__tagItem.js-active {
	background: #fff
}

.p-topServiceHead__tagItem.js-active span {
	display: inline-block;
	padding-bottom: 26px;
	border-bottom: 2px solid #f39800
}

.p-topServiceHead__content {
	z-index: 2;
	position: relative;
	padding: 53px;
	background: #fff
}

.p-topServiceHead__content .container {
	display: none;
	column-gap: 48px;
	align-items: start;
	justify-content: space-between
}

.p-topServiceHead__content .container.js-active {
	display: flex
}

.p-topServiceHead__content .left-wrap {
	width: 523px
}

.p-topServiceHead__content .left-head {
	margin-bottom: 36px;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.8333333333;
	letter-spacing: .02em;
	white-space: nowrap
}

.p-topServiceHead__content .left-text {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topServiceHead__content .right-wrap {
	flex: 1
}

.p-topServiceHead__content .table {
	padding: 40px 20px;
	border-radius: 0 0 8px 8px;
	background: #f8f9f9
}

.p-topServiceHead__content .row {
	display: flex;
	column-gap: 20px;
	align-items: center
}

.p-topServiceHead__content .row:not(:last-of-type) {
	margin-bottom: 30px
}

.p-topServiceHead__content .text {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}

.p-topServiceHead__content .text span {
	display: inline-block;
}

.p-topVoice {
	padding: 138px 0
}

.p-topVoice__wrap {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 17px;
	column-gap: 16px;
	row-gap: 24px;
	margin-top: 56px;
	margin-bottom: 80px;
	margin-bottom: 48px;
}

.p-topVoice__item {
	display: block;
	overflow: hidden;
	border-radius: 8px
}

.p-topVoice__item:hover picture {
	transform: scale(1.1)
}

.p-topVoice__item:hover .title {
	text-decoration: underline;
	text-underline-offset: 2px
}

.p-topVoice__item .img-wrap {
	aspect-ratio: 354/222;
	width: 100%;
	height: auto;
	overflow: hidden
}

.p-topVoice__item img,.p-topVoice__item picture {
	display: block
}

.p-topVoice__item picture {
	width: 100%;
	height: 100%;
	transition: all .8s ease
}

.p-topVoice__item picture img {
	object-fit: cover
}

.p-topVoice__item .textWrap {
	min-height: 280px;
	/* padding: 30px 24px 24px; */
	padding: 24px;
	background: #fff
}

.p-topVoice__item .title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 56px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.75
}

.p-topVoice__item .category,.p-topVoice__item .title {
	margin-bottom: 16px;
	font-weight: 400;
	letter-spacing: .02em
}

.p-topVoice__item .category {
	display: inline-block;
	margin-bottom: 24px;
	padding: 4px;
	border: 1px solid #3e5278;
	color: #3e5278;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.p-topVoice__item .text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 50px;
	-webkit-line-clamp: 2;
	margin-bottom: 30px;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7857142857;
	letter-spacing: .02em
}

.p-topVoice__item .tagWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px
}

.p-topVoice__item .tag {
	color: #858585;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .02em
}

.u-animation__fadeIn,.u-animation__fadeInLeft,.u-animation__fadeInLeftBig,.u-animation__fadeInRight,.u-animation__fadeInRightBig,.u-animation__fadeInUp {
	opacity: 0
}

@keyframes fadeInContents {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeInUpContents {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fadeInLeftContents {
	0% {
		transform: translateX(-20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fadeInRightContents {
	0% {
		transform: translateX(20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fadeInLeftBigContents {
	0% {
		transform: translateX(-1000px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fadeInRightBigContents {
	0% {
		transform: translateX(1000px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

.js-fadeIn {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeInContents
}

.js-fadeInUp,.js-fadeInUp__delay--1s,.js-fadeInUp__delay--2s,.js-fadeInUp__delay--300ms,.js-fadeInUp__delay--450ms,.js-fadeInUp__delay--500ms,.js-fadeInUp__delay--600ms,.js-fadeInUp__delay--750ms,.js-fadeInUp__delay--900ms,.js-fadeInUp__delay--1050ms,.js-fadeInUp__delay--1200ms,.js-fadeInUp__delay--1500ms,.js-fadeInUp__delay--1800ms,.js-fadeInUp__delay--2100ms,.js-fadeInUp__delay--2400ms {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents
}

.js-fadeInLeft,.js-fadeInLeft__delay--1s,.js-fadeInLeft__delay--2s,.js-fadeInLeft__delay--500ms {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents
}

.js-fadeInLeftBig,.js-fadeInLeftBig__delay--1s,.js-fadeInLeftBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents
}

.js-fadeInRight,.js-fadeInRight__delay--1s,.js-fadeInRight__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents
}

.js-fadeInRightBig,.js-fadeInRightBig__delay--1s,.js-fadeInRightBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents
}

.u-radius {
	overflow: hidden;
	border-radius: 8px
}

.u-d-block {
	display: block
}

.u-d-iblock {
	display: inline-block
}

.u-d-inline {
	display: inline
}

.u-d-flex {
	display: flex
}

.u-pl-0 {
	padding-left: 0
}

.u-pt-0 {
	padding-top: 0
}

.u-pl-0 {
	padding-right: 0
}

.u-pb-0 {
	padding-bottom: 0
}

.u-ml-0 {
	margin-left: 0
}

.u-mt-0 {
	margin-top: 0
}

.u-mr-0 {
	margin-right: 0
}

.u-mb-0 {
	margin-bottom: 0
}

.u-pl-1 {
	padding-left: 8px
}

.u-pt-1 {
	padding-top: 8px
}

.u-pl-1 {
	padding-right: 8px
}

.u-pb-1 {
	padding-bottom: 8px
}

.u-ml-1 {
	margin-left: 8px
}

.u-mt-1 {
	margin-top: 8px
}

.u-mr-1 {
	margin-right: 8px
}

.u-mb-1 {
	margin-bottom: 8px
}

.u-pl-2 {
	padding-left: 16px
}

.u-pt-2 {
	padding-top: 16px
}

.u-pl-2 {
	padding-right: 16px
}

.u-pb-2 {
	padding-bottom: 16px
}

.u-ml-2 {
	margin-left: 16px
}

.u-mt-2 {
	margin-top: 16px
}

.u-mr-2 {
	margin-right: 16px
}

.u-mb-2 {
	margin-bottom: 16px
}

.u-pl-3 {
	padding-left: 24px
}

.u-pt-3 {
	padding-top: 24px
}

.u-pl-3 {
	padding-right: 24px
}

.u-pb-3 {
	padding-bottom: 24px
}

.u-ml-3 {
	margin-left: 24px
}

.u-mt-3 {
	margin-top: 24px
}

.u-mr-3 {
	margin-right: 24px
}

.u-mb-3 {
	margin-bottom: 24px
}

.u-pl-4 {
	padding-left: 32px
}

.u-pt-4 {
	padding-top: 32px
}

.u-pl-4 {
	padding-right: 32px
}

.u-pb-4 {
	padding-bottom: 32px
}

.u-ml-4 {
	margin-left: 32px
}

.u-mt-4 {
	margin-top: 32px
}

.u-mr-4 {
	margin-right: 32px
}

.u-mb-4 {
	margin-bottom: 32px
}

.u-pl-5 {
	padding-left: 40px
}

.u-pt-5 {
	padding-top: 40px
}

.u-pl-5 {
	padding-right: 40px
}

.u-pb-5 {
	padding-bottom: 40px
}

.u-ml-5 {
	margin-left: 40px
}

.u-mt-5 {
	margin-top: 40px
}

.u-mr-5 {
	margin-right: 40px
}

.u-mb-5 {
	margin-bottom: 40px
}

.u-pl-6 {
	padding-left: 48px
}

.u-pt-6 {
	padding-top: 48px
}

.u-pl-6 {
	padding-right: 48px
}

.u-pb-6 {
	padding-bottom: 48px
}

.u-ml-6 {
	margin-left: 48px
}

.u-mt-6 {
	margin-top: 48px
}

.u-mr-6 {
	margin-right: 48px
}

.u-mb-6 {
	margin-bottom: 48px
}

.u-pl-7 {
	padding-left: 56px
}

.u-pt-7 {
	padding-top: 56px
}

.u-pl-7 {
	padding-right: 56px
}

.u-pb-7 {
	padding-bottom: 56px
}

.u-ml-7 {
	margin-left: 56px
}

.u-mt-7 {
	margin-top: 56px
}

.u-mr-7 {
	margin-right: 56px
}

.u-mb-7 {
	margin-bottom: 56px
}

.u-pl-8 {
	padding-left: 64px
}

.u-pt-8 {
	padding-top: 64px
}

.u-pl-8 {
	padding-right: 64px
}

.u-pb-8 {
	padding-bottom: 64px
}

.u-ml-8 {
	margin-left: 64px
}

.u-mt-8 {
	margin-top: 64px
}

.u-mr-8 {
	margin-right: 64px
}

.u-mb-8 {
	margin-bottom: 64px
}

.u-pl-9 {
	padding-left: 72px
}

.u-pt-9 {
	padding-top: 72px
}

.u-pl-9 {
	padding-right: 72px
}

.u-pb-9 {
	padding-bottom: 72px
}

.u-ml-9 {
	margin-left: 72px
}

.u-mt-9 {
	margin-top: 72px
}

.u-mr-9 {
	margin-right: 72px
}

.u-mb-9 {
	margin-bottom: 72px
}

.u-pl-10 {
	padding-left: 80px
}

.u-pt-10 {
	padding-top: 80px
}

.u-pl-10 {
	padding-right: 80px
}

.u-pb-10 {
	padding-bottom: 80px
}

.u-ml-10 {
	margin-left: 80px
}

.u-mt-10 {
	margin-top: 80px
}

.u-mr-10 {
	margin-right: 80px
}

.u-mb-10 {
	margin-bottom: 80px
}

.u-pl-letter {
	padding-left: 1.25em
}

.u-pt-letter {
	padding-top: 1.25em
}

.u-pr-letter {
	padding-right: 1.25em
}

.u-pb-letter {
	padding-bottom: 1.25em
}

.u-ml-letter {
	margin-left: 1.25em
}

.u-mt-letter {
	margin-top: 1.25em
}

.u-mr-letter {
	margin-right: 1.25em
}

.u-mb-letter {
	margin-bottom: 1.25em
}

.u-mb-letter2 {
	margin-bottom: 2.5em
}

.u-ml-auto {
	margin-left: auto
}

.u-mr-auto {
	margin-right: auto
}

.u-text-jp {
	font-family: Noto Sans JP,sans-serif
}

.u-text-en {
	font-family: Montserrat,sans-serif
}

.u-color {
	color: #2a416b
}

.u-color-alert {
	color: #c00
}

.u-color-text {
	color: #262626
}

.u-fw-bold {
	font-weight: 700
}

.u-fw-semibold {
	font-weight: 500
}

.u-fw-regular {
	font-weight: 400
}

.u-fw-light {
	font-weight: 100
}

.u-text-link {
	text-decoration: underline;
	text-underline-offset: 2px
}

.u-text-notice {
	padding-left: 1.25em;
	color: #9f9b9b;
	text-indent: -1.25em
}

.u-ta-left {
	text-align: left
}

.u-ta-right {
	text-align: right
}

.u-ta-center {
	text-align: center
}

@media screen {
	[hidden~=screen] {
		display: inherit
	}

	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0)!important;
		position: absolute!important
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size:2.6666666667vw
	}

	html.is-nav-active {
		overflow: hidden
	}

	body {
		min-width: 0
	}

	.l-asideLink {
		margin-top: 25.6vw
	}

	.l-asideLink__inner {
		padding: 8.5333333333vw 6.4vw 10.6666666667vw
	}

	.l-asideLink__nav ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 6.4vw
	}

	.l-asideLink__nav ul>li a {
		padding-block:.5333333333vw 3.2vw;font-size: 1.4rem
	}

	.l-asideLink__nav ul>li a:after {
		width: 2.1333333333vw;
		height: 2.1333333333vw;
		inset: -2.6666666667vw 3.2vw 0 auto
	}

	.l-wrapper {
		padding-top: 16vw
	}

	.l-lg {
		display: none!important
	}

	.l-breadcrumbs {
		padding: 3.2vw 4.2666666667vw
	}

	.l-breadcrumbs ol li:not(:last-child) {
		margin-right: .4em;
		padding-right: .75em
	}

	.l-breadcrumbs ol li:not(:last-child):after {
		top: 1.3333333333vw;
		width: 1.3333333333vw;
		height: 1.3333333333vw
	}

	.l-breadcrumbs ol li a,.l-breadcrumbs ol li span {
		font-size: 1.1rem
	}

	.l-cookie-notice__content {
		padding-right: 10.6666666667vw
	}

	.l-cookie-notice__close {
		width: 8vw;
		height: 8vw
	}

	.l-cookie-notice__close button:after,.l-cookie-notice__close button:before {
		height: 6.4vw
	}

	.l-editor h2 {
		margin-top: -10.6666666667vw!important;
		margin-block:10.6666666667vw 6.4vw;padding-top: 17.0666666667vw!important;
		padding-bottom: 4.2666666667vw;
		font-size: 2rem
	}

	.l-editor h3 {
		margin-block:8.5333333333vw 4.2666666667vw}

	.l-editor h3+p {
		margin-top: 4.2666666667vw
	}

	.l-editor h4 {
		margin-block:6.4vw 2.1333333333vw}

	.l-editor h4+p {
		margin-top: 2.1333333333vw
	}

	.l-editor blockquote {
		margin-block:8.5333333333vw;padding: 8.5333333333vw 10.6666666667vw
	}

	.l-editor blockquote:before {
		top: 1.0666666667vw;
		left: 4.2666666667vw;
		width: 7.4666666667vw;
		height: 6.4vw
	}

	.l-editor ol {
		margin-block:6.4vw}

	.l-editor ol li:not(:last-child) {
		margin-bottom: 4.2666666667vw
	}

	.l-editor ul {
		margin-block:6.4vw}

	.l-editor ul li {
		padding-left: 3.7333333333vw
	}

	.l-editor ul li:not(:last-child) {
		margin-bottom: 4.2666666667vw
	}

	.l-editor ul li:before {
		width: 1.0666666667vw;
		height: 1.0666666667vw;
		border-radius: .5333333333vw
	}

	.l-editor .table-block {
		margin-block:8.5333333333vw;overflow: auto
	}

	.l-editor table {
		min-width: 700px
	}

	.l-editor table tr td,.l-editor table tr th {
		padding: 5.3333333333vw 3.2vw
	}

	.l-editor table tr td {
		width: 66.6666666667vw
	}

	.l-editor p {
		margin-block:4.2666666667vw}

	.l-editor img {
		max-width: 100%;
		border-radius: 2.1333333333vw
	}

	.l-editor img+img {
		margin-top: 6.4vw
	}

	.l-editor iframe {
		width: 100%;
		max-width: 100%;
		height: 100%
	}

	.l-foot-dwnld {
		padding-block:12.8vw}

	.l-foot-dwnld__txt {
		margin-bottom: 8.5333333333vw
	}

	.l-foot-contact {
		padding-block:8.5333333333vw 12.8vw}

	.l-foot-contact__action>div:not(:last-of-type),.l-foot-contact__head {
		margin-bottom: 10.6666666667vw
	}

	.l-foot-contact__action .action-lead {
		margin-bottom: .5em
	}

	.l-foot-contact__action .action-tel a .tel-icon {
		width: 7.4666666667vw
	}

	.l-foot-contact__action .action-tel a .tel-txt {
		width: calc(100% - 7.46667vw)
	}

	.l-footer {
		padding: 21.3333333333vw 0 5.6vw;
		padding-bottom: 93px;
	}

	.l-footer__sublink {
		margin-top: 12.8vw
	}

	.l-footer__sublink ul {
		justify-content: center
	}

	.l-footer__inner {
		position: relative;
		padding: 0 20px
	}

	.l-footer__wrap {
		display: block
	}

	.l-footer__tel {
		display: block;
		margin-top: 0;
		margin-bottom: 8.8vw;
		text-align: center
	}

	.l-footer__tel .text {
		margin-bottom: 2.1333333333vw
	}

	.l-footer__tel {
		opacity: .7
	}

	.l-footer__tel .tel {
		justify-content: center;
		margin-bottom: 2.1333333333vw
	}

	.l-footer__toTop {
		position: absolute;
		top: -18.6666666667vw;
		right: 5.3333333333vw
	}

	.l-footer__toTop a {
		padding: 4.2666666667vw;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0
	}

	.l-footer__toTop picture {
		width: 2.1333333333vw;
		height: 1.3333333333vw;
		margin-left: .8vw
	}

	.l-footer__contactBtn a {
		column-gap: 6.9333333333vw;
		justify-content: center;
		width: 100%;
		margin-bottom: 7.4666666667vw;
		padding: 5.0666666667vw 0
	}

	.l-footer__contactBtn a img {
		width: 7.2vw;
		height: 4.8vw
	}

	.l-footer__copyright {
		border: none
	}

	.l-header {
		padding-left: 4.2666666667vw
	}

	.l-header__inner {
		height: 16vw
	}

	.l-header__logo a {
		display: inline-flex;
		width: 51.2vw!important;
		height: 10.1333333333vw
	}

	.l-header .c-hamburger {
		margin-left: 0
	}

	.l-nav__lg {
		display: none
	}

	.l-nav__mega-contact a {
		column-gap: 6.9333333333vw;
		justify-content: center;
		width: 100%;
		margin-bottom: 7.4666666667vw;
		padding: 5.0666666667vw 0
	}

	.l-nav__mega-contact a img {
		width: 7.2vw;
		height: 4.8vw
	}

	.l-nav__mega-tel {
		display: block;
		margin-top: 0;
		text-align: center
	}

	.l-nav__mega-tel .tel {
		margin-bottom: 2.1333333333vw
	}

	.l-pageWrap {
		padding-block:21.3333333333vw 25.6vw}

	.l-pageSection+.l-pageSection {
		margin-top: 25.6vw
	}

	.l-pageSection--sub+.l-pageSection--sub {
		margin-top: 19.2vw
	}

	.l-pageSection--mid+.l-pageSection--mid {
		margin-top: 17.0666666667vw
	}

	.l-pageSection--small+.l-pageSection--small {
		margin-top: 12.8vw
	}

	.l-topInner {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw
	}

	.l-topInner__service {
		padding-right: 0
	}

	html:not(.is-nav-active) .l-nav__mega .c-accordion--btn.is-opened+.c-accordion--panel {
		visibility: hidden
	}

	.c-accordion--btn {
		padding: 2.6666666667vw;
		font-size: 1.4rem
	}

	.c-accordion--btn svg {
		right: 4vw;
		width: 2.6666666667vw
	}

	.c-accordion--item {
		padding: 2.6666666667vw;
		font-size: 1.4rem
	}

	.c-button.-contact a .icon {
		width: 6.4vw;
		inset: 0 6.4vw 0 auto
	}

	.c-button .clear-dtl,.c-button a,.c-button button {
		width: 100%;
		max-width: 75.7333333333vw;
		min-height: 14.9333333333vw;
		padding: 3.2vw 10.6666666667vw 3.2vw 5.3333333333vw;
		padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 6.4vw;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: .064em
	}

	.c-button .clear-dtl .arrow,.c-button .clear-dtl picture,.c-button a .arrow,.c-button a picture,.c-button button .arrow,.c-button button picture {
		right: 6.4vw;
		width: 1.8666666667vw;
		height: 2.9333333333vw
	}

	.c-form input.is-validated~.c-form__errormsg,.c-form textarea.is-validated~.c-form__errormsg {
		margin-top: 1.0666666667vw
	}

	.c-form__errormsg {
		font-size: 1.3rem;
		line-height: 1.55!important
	}

	.c-input:not(:last-of-type),.c-textarea:not(:last-of-type) {
		margin-bottom: 5.3333333333vw
	}

	.c-input.row .notice,.c-textarea.row .notice {
		margin-top: 2.1333333333vw
	}

	.c-input input,.c-textarea input {
		height: 10.6666666667vw
	}

	.c-input input,.c-input textarea,.c-textarea input,.c-textarea textarea {
		padding: 2.1333333333vw 3.2vw;
		font-size: max(1.4rem,16px)
	}

	.c-radio__list {
		display: block
	}

	.c-radio__list li {
		display: flex
	}

	.c-radio__list li:not(:last-child) {
		margin-bottom: 2.1333333333vw
	}

	.c-radio input {
		width: 4.8vw;
		height: 4.8vw;
		margin-right: 2.6666666667vw
	}

	.c-radio input:before {
		width: 2.1333333333vw;
		height: 2.1333333333vw
	}

	.c-checkbox input+label {
		padding-left: 7.4666666667vw
	}

	.c-checkbox input+label:before {
		left: .5333333333vw;
		width: 4.8vw;
		height: 4.8vw
	}

	.c-checkbox input+label:after {
		top: 1.6vw;
		left: 1.3333333333vw;
		width: 3.2vw;
		height: 1.8666666667vw
	}

	.c-checkbox.search_chk input+label:before {
		left: .5333333333vw;
		width: 4.8vw;
		height: 4.8vw
	}

	.c-hamburger {
		width: 16vw;
		height: 16vw
	}

	.c-hamburger span {
		left: 5.33333vw;
		width: 5.3333333333vw;
		height: .5333333333vw
	}

	.c-hamburger span:first-of-type {
		top: 6.9333333333vw
	}

	.c-hamburger span:nth-of-type(2) {
		bottom: 6.9333333333vw
	}

	.is-nav-active .c-hamburger span:first-of-type {
		top: calc(50% - 1px)
	}

	.is-nav-active .c-hamburger span:nth-of-type(2) {
		bottom: calc(50% - 1px)
	}

	.c-indexLink__list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 8.5333333333vw 0
	}

	.c-indexLink__item a {
		padding-bottom: 2.1333333333vw
	}

	.c-indexLink__item figure {
		margin-bottom: 2.1333333333vw
	}

	.c-indexLink__item--ttl:after {
		width: 2.1333333333vw;
		height: 2.1333333333vw;
		inset: 0 2.1333333333vw 0 auto
	}

	.c-indexLink__item--ttl .ttl-jp {
		font-size: 1.6rem
	}

	.c-list-box {
		padding: 4.2666666667vw 5.3333333333vw
	}

	.c-list--dot>li:not(:last-child) {
		margin-bottom: .65em
	}

	.c-list--dot>li:before {
		width: 1.6vw;
		height: 1.6vw;
		inset: 2.4vw auto auto 0
	}

	.c-list--order>li:not(:last-child) {
		margin-bottom: 3.2vw
	}

	.c-pageNav__list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 2.1333333333vw
	}

	.c-pageNav__list>li a {
		min-height: 14.9333333333vw;
		padding: 3.2vw 10.6666666667vw 3.2vw 5.3333333333vw
	}

	.c-pageNav__list>li a:before {
		width: 2.1333333333vw;
		height: 2.1333333333vw;
		inset: -.5333333333vw 5.3333333333vw 0 auto
	}

	.c-pagination {
		margin-top: 10.6666666667vw;
		overflow-x: auto;
		overflow-y: hidden
	}

	.c-pagination__list {
		width: max-content;
		margin: auto
	}

	.c-pagination__item {
		margin-inline:1.0666666667vw}

	.c-pagination__item a,.c-pagination__item span {
		width: 8vw;
		height: 8vw;
		font-size: 1.4rem;
		line-height: 1
	}

	.c-pagination__item .dotted {
		width: 3.7333333333vw
	}

	.c-pagination__item.page--current {
		margin-inline:1.6vw}

	.c-pagination__item.page--next a:after,.c-pagination__item.page--prev a:after {
		width: 1.8666666667vw;
		height: 1.8666666667vw
	}

	.c-pagination__item.page--prev {
		margin-right: 2.1333333333vw
	}

	.c-pagination__item.page--prev a:after {
		inset: 0 2.6666666667vw 0 auto
	}

	.c-pagination__item.page--next {
		margin-left: 2.1333333333vw
	}

	.c-pagination__item.page--next a:after {
		inset: 0 auto 0 2.6666666667vw
	}

	.c-pagination__item.page--end a:after,.c-pagination__item.page--end a:before,.c-pagination__item.page--first a:after,.c-pagination__item.page--first a:before {
		width: 1.8666666667vw;
		height: 1.8666666667vw
	}

	.c-pagination__item.page--first {
		margin-right: 2.1333333333vw
	}

	.c-pagination__item.page--first a:after,.c-pagination__item.page--first a:before {
		inset: 0 2.6666666667vw 0 auto
	}

	.c-pagination__item.page--first a:after {
		right: 50%
	}

	.c-pagination__item.page--end {
		margin-left: 2.1333333333vw
	}

	.c-pagination__item.page--end a:after,.c-pagination__item.page--end a:before {
		inset: 0 auto 0 2.6666666667vw
	}

	.c-pagination__item.page--end a:after {
		left: 50%
	}

	.c-part--new {
		min-height: 5.3333333333vw;
		padding-inline:2.1333333333vw}

	.c-part--category {
		min-height: 7.4666666667vw;
		padding-inline:2.1333333333vw;border-radius: .5333333333vw
	}

	.c-part--article,.c-part--seminar {
		border-radius: 2.1333333333vw
	}

	.c-part--article:not(:last-of-type),.c-part--seminar:not(:last-of-type) {
		margin-bottom: 8vw
	}

	.c-part--article .img-wrap picture,.c-part--seminar .img-wrap picture {
		aspect-ratio: 160/100
	}

	.c-part--article .textWrap,.c-part--seminar .textWrap {
		padding: 4.2666666667vw 3.2vw
	}

	.c-part--article .title,.c-part--seminar .title {
		-webkit-line-clamp: 3;
		margin-bottom: 3.7333333333vw
	}

	.c-part--article .titleWrap,.c-part--seminar .titleWrap {
		margin-bottom: 3.2vw
	}

	.c-part--article .titleWrap .title,.c-part--seminar .titleWrap .title {
		margin-bottom: 1.0666666667vw
	}

	.c-part--article .titleWrap .company,.c-part--seminar .titleWrap .company {
		font-size: 1.2rem
	}

	.c-part--article .categoryWrap,.c-part--seminar .categoryWrap {
		margin-bottom: 3.2vw;
		gap: 2.1333333333vw
	}

	.c-part--article .category,.c-part--seminar .category {
		padding: 1.0666666667vw
	}

	.c-part--article .text,.c-part--seminar .text {
		-webkit-line-clamp: 3;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .02em
	}

	.c-part--article .descWrap .text,.c-part--seminar .descWrap .text {
		margin-bottom: 2.1333333333vw
	}

	.c-part--article .descWrap .tagWrap .tag,.c-part--seminar .descWrap .tagWrap .tag {
		font-size: 1.1rem
	}

	.c-part--seminar .textWrap {
		padding-inline:5.3333333333vw}

	.c-part--seminar .textWrap .titleWrap .categoryWrap {
		margin-bottom: 1.0666666667vw
	}

	.c-part--seminar .textWrap .titleWrap .date {
		font-size: 1.6rem
	}

	.c-part--seminar .textWrap .descWrap .lecture p {
		font-size: 1rem
	}

	.c-part--seminar .textWrap .descWrap .lecture figure {
		width: 9.6vw;
		height: 9.6vw
	}

	.c-part--search {
		padding: 10.6666666667vw 6.4vw;
		border-radius: 2.1333333333vw
	}

	.c-part--search .check-wrap {
		margin-bottom: 8.5333333333vw;
		gap: 4.2666666667vw
	}

	.c-part--search .check-list {
		width: calc(50% - 2.13333vw)
	}

	.c-part--search .btn-wrap .c-button:not(:last-child) {
		margin-bottom: 6.4vw
	}

	.c-table>dl {
		padding-inline:1.0666666667vw;padding-block:4.2666666667vw}

	.c-table>dl>dt:not(:empty) {
		margin-bottom: 1.0666666667vw
	}

	.c-ttl--page {
		margin-bottom: 19.2vw
	}

	.c-ttl--page .ttl-en {
		margin-bottom: 2.6666666667vw;
		font-size: 4rem;
		line-height: 1.25
	}

	.c-ttl--page .ttl-jp {
		font-size: 1.4rem
	}

	.c-ttl--base {
		margin-bottom: 6.4vw
	}

	.c-ttl--base .ttl-en {
		font-size: 1.4rem
	}

	.c-ttl--base .ttl-jp {
		font-size: 2.1rem
	}

	.c-ttl--subpage {
		margin-bottom: 6.4vw
	}

	.c-ttl--subpage .ttl-en {
		margin-top: 1.0666666667vw;
		font-size: 1.4rem
	}

	.c-ttl--subpage .ttl-jp {
		font-size: 2.1rem
	}

	.c-ttl--simple {
		margin-bottom: 8.5333333333vw;
		font-size: 2rem;
		line-height: 1.5
	}

	.c-ttl--underline {
		margin-bottom: 4.2666666667vw;
		padding-bottom: 4.2666666667vw;
		font-size: 1.8rem
	}

	.c-topSection__title {
		margin-bottom: 3.2vw;
		font-weight: 400;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: .02em
	}

	.c-topSection__subtitle {
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0
	}

	.blog-search {
		margin-bottom: 17.0666666667vw
	}

	.form-input.-complete h3 {
		margin-bottom: 4.2666666667vw
	}

	.form-input.-conf table tr th:before {
		width: 1.6vw;
		height: 1.6vw;
		inset: 2.6666666667vw auto auto 0
	}

	.form-input__lead {
		margin-bottom: 12.8vw
	}

	.form-input__block {
		padding: 6.4vw 5.3333333333vw 8vw
	}

	.form-input__contents table tr td,.form-input__contents table tr th {
		display: block;
		width: 100%
	}

	.form-input__contents table tr:not(:last-of-type) td {
		margin-bottom: 8.5333333333vw
	}

	.form-input__contents table tr th {
		margin-bottom: 3.2vw
	}

	.form-input__contents table td:empty {
		min-height: 8.5333333333vw
	}

	.form-input__sec:not(:last-of-type) {
		margin-bottom: 14.9333333333vw
	}

	.form-input__privacy {
		padding: 6.4vw 5.3333333333vw
	}

	.form-input__privacy h3 {
		margin-bottom: 4.2666666667vw;
		font-size: 1.8rem
	}

	.form-input__privacy--txt {
		margin-bottom: 6.4vw
	}

	.form-input__action {
		flex-direction: column
	}

	.contact-form__tel {
		margin-bottom: 14.9333333333vw;
		padding: 6.4vw 5.3333333333vw
	}

	.contact-form__tel--lead {
		margin-bottom: 4.2666666667vw;
		font-size: 1.5rem
	}

	.contact-form__tel--number a .tel-icon {
		width: 6.4vw;
		margin-right: 2.1333333333vw
	}

	.contact-form__tel--number a .tel-icon img {
		width: 100%
	}

	.contact-form__tel--number a .tel-number {
		font-size: 2.6rem
	}

	.contact-form__tel--number .tel-sub {
		margin-top: 1.0666666667vw
	}

	.download-form__fileSelect {
		margin-bottom: 8.5333333333vw;
		padding-bottom: 6.4vw
	}

	.download-form__sec:not(:last-of-type) {
		margin-bottom: 21.3333333333vw
	}

	.download-form-file>li:not(:last-child) {
		margin-bottom: 5.3333333333vw
	}

	.download-form-file>li>div {
		border-radius: 2.1333333333vw
	}

	.download-form-file__info {
		padding: 4.8vw 5.3333333333vw 24vw
	}

	.download-form-file__info--chk {
		bottom: 6.4vw;
		left: 5.3333333333vw;
		width: calc(100% - 10.66667vw)
	}

	.download-form-file__info--chk label {
		height: 14.9333333333vw;
		padding: 0 5.3333333333vw
	}

	.download-form-file__info--chk label .chk-txt {
		padding-left: 3.7333333333vw
	}

	.download-form-file__info--chk label .chk-box {
		width: 4.8vw;
		height: 4.8vw
	}

	.download-form-file__info--chk label .chk-box:before {
		left: .5333333333vw;
		width: 4.8vw;
		height: 4.8vw
	}

	.download-form-file__info--chk label .chk-box:after {
		top: 1.6vw;
		left: 2.1333333333vw;
		width: 3.2vw;
		height: 1.8666666667vw
	}

	.download-form-dlfile {
		margin-top: 8.5333333333vw
	}

	.download-form-dlfile a .dl-icon {
		width: 4.2666666667vw;
		inset: 0 6.4vw 0 auto
	}

	.download-form-dlfile__list li:not(:last-child) {
		margin-bottom: 3.2vw
	}

	.download-form-dlfile__list li .dl-btn a {
		min-height: 14.9333333333vw;
		padding: 2.1333333333vw 13.3333333333vw 2.1333333333vw 6.4vw
	}

	.mailmagazine-contents {
		margin-top: 21.3333333333vw
	}

	.mailmagazine-contents__list {
		margin-bottom: 6.4vw
	}

	.mailmagazine-contents__pht--list figure:not(:last-child) {
		margin-bottom: 3.2vw
	}

	.news-articles {
		padding: 4.2666666667vw 6.4vw;
		border-radius: 2.1333333333vw
	}

	.news-articles__list a {
		display: block;
		padding: 5.3333333333vw 0
	}

	.news-articles__list a._blank .content p:after,.news-articles__list a._pdf .content p:after {
		position: relative;
		margin-left: .7em
	}

	.news-articles__list a._pdf .content p:after {
		width: 3.2vw;
		height: 4.2666666667vw
	}

	.news-articles__list a._blank .content p:after {
		top: 0;
		width: 3.2vw;
		height: 3.2vw
	}

	.news-articles__list .content .c-part--new,.news-articles__list .detail {
		margin-bottom: 1.6vw
	}

	.news-article {
		margin-bottom: 17.0666666667vw
	}

	.news-article__head {
		margin-bottom: 10.6666666667vw
	}

	.news-article__head--info {
		margin-bottom: 2.1333333333vw;
		gap: 4.2666666667vw
	}

	.news-article__head h2 {
		font-size: 2.6rem
	}

	.news-article__lead {
		margin-bottom: 10.6666666667vw;
		padding: 6.4vw;
		border-radius: 2.1333333333vw
	}

	.news-article__lead .outline {
		margin-bottom: 2.1333333333vw;
		font-size: 1.8rem;
		line-height: 1
	}

	.news-article__lead--list a {
		padding: 4.2666666667vw 6.4vw 4.2666666667vw 8.5333333333vw;
		font-size: 1.4rem;
		line-height: 1.4285714286
	}

	.news-article__lead--list a:before {
		font-size: 1.4rem;
		line-height: 1
	}

	.news-article__lead--list a:after {
		top: 45%;
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		border-top: .5333333333vw solid #f39800;
		border-right: .5333333333vw solid #f39800
	}

	.news-article__editor+.news-article__btn {
		margin-top: 17.0666666667vw
	}

	.price-plan {
		padding-bottom: 19.2vw
	}

	.price-plan:before {
		height: calc(100% - 25.6vw)
	}

	.price-plan__list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 3.2vw
	}

	.price-plan__card--inner {
		padding: 5.8666666667vw 6.4vw 7.4666666667vw
	}

	.price-plan__card--head {
		margin-bottom: 6.4vw
	}

	.price-plan__card--head h4,.price-plan__card--head h4 .ttl-number {
		margin-bottom: 3.2vw
	}

	.price-plan__card--head h4 .ttl-txt .ttl-main {
		margin-bottom: 1.0666666667vw
	}

	.price-plan__card--price {
		margin-bottom: 6.4vw
	}

	.price-plan__card--price .price-type {
		margin-bottom: 1.0666666667vw;
		padding: .5333333333vw 1.0666666667vw
	}

	.price-plan__card--price .price-txt .price-main {
		font-size: 3.6rem
	}

	.price-plan__card--price .price-txt .price-unit {
		font-size: 1.6rem
	}

	.price-contact>div>:not(:last-of-type) {
		margin-bottom: 4.2666666667vw
	}

	.price-option__list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 2.1333333333vw
	}

	.price-option__list>li>div {
		padding: 5.8666666667vw 5.3333333333vw 6.4vw
	}

	.price-option__list>li h4 {
		margin-bottom: 2.1333333333vw
	}

	.price-ex__table {
		overflow: auto
	}

	.price-ex__table table {
		min-width: 266.6666666667vw
	}

	.price-ex__table table td,.price-ex__table table th {
		padding: 3.2vw 4.2666666667vw
	}

	.price-faq__tab {
		margin-inline:-20px}

	.price-faq__tab--menu>ul>li button {
		min-height: 12.8vw;
		border-radius: 2.1333333333vw 2.1333333333vw 0 0;
		font-size: 1.2rem
	}

	.price-faq__tab--menu>ul>li button:after {
		width: 100%
	}

	.price-faq__tab--panel>div {
		padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
		border-radius: 0 0 2.1333333333vw 2.1333333333vw
	}

	.price-faq__tab--panel section .ttl-head {
		font-size: 2.1rem
	}

	.price-flow__order>li {
		padding: 5.8666666667vw 6.4vw 7.4666666667vw;
		border-radius: 2.1333333333vw
	}

	.price-flow__order>li:not(:last-child) {
		margin-bottom: 12.8vw
	}

	.price-flow__order>li:not(:last-child):after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		inset: auto 0 -6.9333333333vw
	}

	.price-flow__order h4 {
		margin-bottom: 3.2vw
	}

	.price-flow__order h4 span.ttl-txt {
		font-size: 1.8rem
	}

	.price-flow__order--info .order-action {
		flex-direction: column
	}

	.seminar-article__wrap {
		margin-bottom: 10.6666666667vw
	}

	.seminar-search {
		margin-bottom: 17.0666666667vw
	}

	.seminar-article._detail {
		overflow: hidden
	}

	.seminar-article-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 17.0666666667vw
	}

	.seminar-article-head {
		margin-bottom: 10.6666666667vw
	}

	.seminar-article-head .category-wrap {
		margin-bottom: 3.2vw;
		gap: 2.1333333333vw
	}

	.seminar-article-head h2 {
		margin-bottom: 3.2vw;
		font-size: 2.6rem
	}

	.seminar-article-head .date {
		margin-bottom: 6.4vw;
		font-size: 2.3rem
	}

	.seminar-article-head .desc {
		font-size: 1.4rem
	}

	.seminar-article-main__block:not(:last-of-type) {
		margin-bottom: 17.0666666667vw
	}

	.seminar-article-main__btn {
		margin-top: 8.5333333333vw
	}

	.seminar-article-main__table table tr:first-of-type>:first-child {
		border-top-left-radius: 2.1333333333vw
	}

	.seminar-article-main__table table tr:first-of-type>:last-child {
		border-top-right-radius: 2.1333333333vw
	}

	.seminar-article-main__table table tr:last-of-type>:first-child {
		border-bottom-left-radius: 2.1333333333vw
	}

	.seminar-article-main__table table tr:last-of-type>:last-child {
		border-bottom-right-radius: 2.1333333333vw
	}

	.seminar-article-main__table table tr>:first-child {
		width: 22.4vw
	}

	.seminar-article-main__table table tr td,.seminar-article-main__table table tr th {
		padding: 5.3333333333vw 3.2vw
	}

	.seminar-article-main__box,.seminar-article-main__box--blue {
		padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw;
		border-radius: 2.1333333333vw
	}

	.seminar-article-main__box--blue:not(:last-child),.seminar-article-main__box:not(:last-child) {
		margin-bottom: 4.2666666667vw
	}

	.seminar-article-main__box--blue>p,.seminar-article-main__box--blue h4,.seminar-article-main__box>p,.seminar-article-main__box h4 {
		font-size: 1.8rem
	}

	.seminar-article-main__box--blue>p span.time,.seminar-article-main__box--blue h4 span.time,.seminar-article-main__box>p span.time,.seminar-article-main__box h4 span.time {
		margin-bottom: 1.6vw
	}

	.seminar-article-main__box--blue>ul,.seminar-article-main__box>ul {
		margin-top: 4.2666666667vw
	}

	.seminar-article-main__box--blue>ul>li,.seminar-article-main__box>ul>li {
		padding-left: 3.7333333333vw
	}

	.seminar-article-main__box--blue>ul>li:before,.seminar-article-main__box>ul>li:before {
		width: 1.6vw;
		height: 1.6vw;
		border-radius: .5333333333vw
	}

	.seminar-article-main__box--blue>ul>li+li,.seminar-article-main__box>ul>li+li {
		margin-top: 2.1333333333vw
	}

	.seminar-article-main__box--blue h5,.seminar-article-main__box h5 {
		margin-bottom: 4.2666666667vw
	}

	.seminar-article-main__box__info {
		flex-direction: column;
		margin-top: 4.2666666667vw;
		gap: 4.2666666667vw
	}

	.seminar-article-main__box__info .pht {
		width: 50%
	}

	.seminar-article-main__box__info .pht figure img {
		width: 100%
	}

	.seminar-article-main__box__prof {
		margin-top: 6.4vw;
		padding-top: 6.4vw
	}

	.seminar-article-main__box__prof dl>div {
		gap: 4.2666666667vw
	}

	.seminar-article-main__box__prof dl>div+div {
		margin-top: 2.6666666667vw
	}

	.seminar-article-aside__sec:not(:last-child) {
		margin-bottom: 10.6666666667vw
	}

	.seminar-article-aside__sec h3 {
		margin-bottom: 6.4vw
	}

	.seminar-article-aside__sec article.c-part--seminar._seminar-aside:not(:last-child) {
		margin-bottom: 4.2666666667vw
	}

	.seminar-article-aside__sec article.c-part--seminar._seminar-aside .titleWrap {
		margin-bottom: 2.1333333333vw
	}

	.service-topLead {
		padding-block:12.8vw}

	.service-topLead:after {
		height: 100%
	}

	.service-topLead__txt {
		margin-bottom: 12.8vw;
		padding-bottom: 12.8vw
	}

	.service-topSec__head {
		margin-bottom: 12.8vw
	}

	.service-topSec__head--icon {
		flex: 0 0 14.9333333333vw;
		max-width: 14.9333333333vw
	}

	.service-topSec__head--icon img {
		max-width: 8.5333333333vw
	}

	.service-topSec__head h3 {
		flex: 0 0 calc(100% - 14.93333vw);
		flex-basis: calc(100% - 14.93333vw);
		max-width: calc(100% - 14.93333vw);
		padding-left: 4.2666666667vw
	}

	.service-topSec__head h3 .ttl-jp {
		font-size: 2.1rem
	}

	.service-topSec__head h3 .ttl-en {
		font-size: 1.2rem
	}

	.service-topSec__lineup {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 6.4vw
	}

	.service-topSec__lineup--head a {
		padding: 3.2vw 5.3333333333vw 3.7333333333vw
	}

	.service-topSec__lineup--head a h4 {
		font-size: 1.6rem
	}

	.service-topSec__lineup--head a h4:after {
		width: 2.1333333333vw;
		height: 2.1333333333vw
	}

	.service-topSec__lineup--txt {
		padding: 4.2666666667vw 5.3333333333vw
	}

	.service-overview:before {
		left: -20px;
		width: 100%
	}

	.service-overview__nav {
		margin-top: 14.9333333333vw
	}

	.service-lineup {
		padding: 7.4666666667vw 6.4vw
	}

	.service-lineup__info {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 6.4vw
	}

	.service-lineup__info>li:not(:last-child) {
		padding-bottom: 6.4vw;
		border-bottom: 1px solid #e3e1e0
	}

	.service-lineup__info--head {
		margin-bottom: wv(16)
	}

	.service-lineup__info--head .head-icon {
		flex: 0 0 14.9333333333vw;
		max-width: 14.9333333333vw;
		height: 14.9333333333vw
	}

	.service-lineup__info--head .head-icon img {
		max-width: 8.5333333333vw
	}

	.service-lineup__info--head .head-txt {
		flex: 0 0 calc(100% - 14.93333vw);
		flex-basis: calc(100% - 14.93333vw);
		max-width: calc(100% - 14.93333vw);
		padding-left: 4.2666666667vw
	}

	.service-lineup__info--head .head-txt .head-num {
		margin-bottom: 1.0666666667vw
	}

	.sitemap-link>div {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 0
	}

	.sitemap-link__block:not(:last-child),.sitemap-link__row:not(:last-of-type) {
		margin-bottom: 7.4666666667vw
	}

	.sitemap-link__block--main a {
		padding-block:2.1333333333vw 4.2666666667vw}

	.sitemap-link__block--main a:after {
		width: 2.1333333333vw;
		height: 2.1333333333vw;
		inset: 3.7333333333vw 2.1333333333vw auto auto
	}

	.sitemap-link__block--sub {
		margin-top: 6.4vw
	}

	.sitemap-link__block--sub li:not(:last-child) {
		margin-bottom: 4.2666666667vw
	}

	.users-sec__ttl {
		margin-bottom: 10.6666666667vw
	}

	.users-sec__ttl .ttl-sub {
		margin-bottom: 2.1333333333vw
	}

	.users-sec__ttl .ttl-main {
		font-size: 2rem;
		line-height: 1.75
	}

	.users-heading {
		padding-block:14.9333333333vw 17.0666666667vw}

	.users-heading h2 {
		margin-bottom: 10.6666666667vw
	}

	.users-heading h2 .ttl-jp {
		margin-bottom: 1.0666666667vw;
		font-size: 2.4rem
	}

	.users-target {
		padding: 8.5333333333vw 6.4vw 10.6666666667vw
	}

	.users-target h3 {
		margin-bottom: 6.4vw;
		font-size: 1.8rem
	}

	.users-target__link>div>:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 4.2666666667vw
	}

	.users-points__list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 4.2666666667vw
	}

	.users-points__list>li {
		padding: 6.4vw 6.4vw 7.4666666667vw
	}

	.users-points__choice--head {
		margin-bottom: 4.2666666667vw
	}

	.users-points__choice--head .head-num {
		margin-bottom: 2.6666666667vw
	}

	.users-points__choice--head h4,.users-service h4 .ttl-jp {
		font-size: 1.8rem
	}

	.users-case-sec {
		padding: 17.0666666667vw 6.4vw 6.4vw
	}

	.users-case-sec h4 {
		font-size: 4rem
	}

	.users-case-sec__client {
		padding: 4.2666666667vw 6.4vw 4.8vw
	}

	.users-case-sec__client .head {
		margin-bottom: 3.7333333333vw;
		font-size: 1.6rem
	}

	.users-case-sec__client .client-type dl:not(:last-child) {
		margin-bottom: 3.2vw
	}

	.users-case-sec__client .client-type dl dt {
		width: 17.0666666667vw;
		font-size: 1.3rem
	}

	.users-case-subSec:not(:last-child) {
		margin-bottom: 12.8vw
	}

	.users-case-subSec__head {
		margin-bottom: 4.8vw;
		padding-bottom: 4.8vw
	}

	.users-case-subSec__head h5 .ttl-sub {
		display: inline-block;
		margin-bottom: 1.6vw;
		padding: .5333333333vw 2.1333333333vw;
		font-size: 1.3rem
	}

	.users-case-subSec__head h5 .ttl-main {
		display: block;
		font-size: 1.8rem
	}

	.users-case__link>div {
		flex-direction: column;
		gap: 4.2666666667vw
	}

	.users-case__link>div:not(:last-of-type) {
		margin-bottom: 10.6666666667vw
	}

	.users-faq__content {
		padding: 8.5333333333vw 6.4vw
	}

	.users-faq-sec__q {
		margin-bottom: 2.6666666667vw
	}

	.users-faq-sec__a dl dt {
		padding-top: .3em
	}

	.users-faq-sec dl dt {
		font-size: 2rem
	}

	.users-faq-sec dl dd {
		padding-left: 3.2vw
	}

	.users-aside {
		margin-top: 29.8666666667vw
	}

	.users-aside__content {
		padding: 8.5333333333vw 6.4vw 10.6666666667vw
	}

	.users-aside__nav>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 3.7333333333vw
	}

	.users-aside__nav>ul>li a {
		display: flex;
		align-items: center;
		padding-bottom: 3.7333333333vw
	}

	.users-aside__nav>ul>li a img {
		width: 5.8666666667vw
	}

	.users-aside__nav--icon {
		width: 12.8vw
	}

	.users-aside__nav--link {
		width: calc(100% - 12.8vw);
		padding-left: 2.1333333333vw
	}

	.users-aside__nav--link span {
		font-size: 1.4rem
	}

	.users-promise {
		padding-block:21.3333333333vw}

	.voice-article__wrap {
		margin-bottom: 10.6666666667vw
	}

	.voice-search {
		margin-bottom: 17.0666666667vw
	}

	.voice-article+.voice-article {
		margin-top: 32vw
	}

	.voice-article-head {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-bottom: 21.3333333333vw;
		gap: 0
	}

	.voice-article-head h2 {
		margin-bottom: 5.3333333333vw
	}

	.voice-article-head h2 span.ttl {
		margin-bottom: 3.2vw;
		font-size: 2.2rem
	}

	.voice-article-head h2 span.detail {
		font-size: 1.3rem
	}

	.voice-article-head .desc {
		margin-bottom: 4.2666666667vw
	}

	.voice-article-head .tagWrap {
		gap: 2.1333333333vw
	}

	.voice-article-head .tagWrap .tag {
		padding: 1.0666666667vw 2.1333333333vw;
		border-radius: 3.2vw;
		font-size: 1.1rem
	}

	.voice-article-head__pht {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		margin-bottom: 10.6666666667vw
	}

	.voice-article-head__pht:before {
		top: 8vw;
		right: -20px;
		left: auto;
		width: calc(100% + 20px);
		height: 100%
	}

	.voice-article-head__pht figure {
		right: -20px
	}

	.voice-article-head__pht figure img {
		border-radius: 2.1333333333vw 0 0 2.1333333333vw
	}

	.voice-article__ttl--box {
		gap: 3.2vw
	}

	.voice-article__ttl--box span.cat {
		padding: 2.1333333333vw 4.2666666667vw;
		font-size: 1.4rem
	}

	.voice-article__ttl--box span.ttl {
		font-size: 1.8rem
	}

	.voice-article-lead {
		margin-bottom: 26.6666666667vw
	}

	.voice-article-lead__list>li+li {
		margin-top: 2.6666666667vw
	}

	.voice-article-lead__list>li .lead-box {
		padding: 6.4vw;
		border-radius: 2.1333333333vw
	}

	.voice-article-lead__list>li .lead-box__inner {
		padding-right: 6.4vw
	}

	.voice-article-lead__list>li .lead-box__inner:after {
		top: 45%;
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		border-top: .5333333333vw solid #2a416b;
		border-right: .5333333333vw solid #2a416b
	}

	.voice-article-lead__list>li .lead-box__ttl {
		margin-bottom: 3.2vw
	}

	.voice-article-lead__list>li .lead-box__list>li {
		padding-left: 3.7333333333vw
	}

	.voice-article-lead__list>li .lead-box__list>li:before {
		width: 1.6vw;
		height: 1.6vw;
		border-radius: .5333333333vw
	}

	.voice-article-lead__list>li .lead-box__list>li+li {
		margin-top: 2.1333333333vw
	}

	.voice-article-main__sec:not(:last-of-type) {
		margin-bottom: 16vw
	}

	.voice-article-main__sec h3 {
		margin-bottom: 4.2666666667vw;
		padding-bottom: 4.2666666667vw
	}

	.voice-article-main__sec h3 span.ttl {
		font-size: 2rem
	}

	.voice-article-main__sec .infoWrap {
		flex-direction: column;
		gap: 6.4vw
	}

	.voice-article-main__sec .infoWrap .pht figure {
		aspect-ratio: 160/100
	}

	.access-map iframe {
		aspect-ratio: 1;
		height: 100%
	}

	.access-map__link a img {
		width: 3.2vw
	}

	.access-pht>div {
		flex-direction: column;
		gap: 4.2666666667vw
	}

	.member-part__lead {
		margin-bottom: 14.9333333333vw
	}

	.member-part__staff {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 10.6666666667vw 0
	}

	.member-part__staff--info {
		padding: 6.4vw 6.4vw 10.6666666667vw
	}

	.about-message__pht {
		margin-bottom: 8.5333333333vw
	}

	.about-message__pht figure {
		padding-bottom: 8.5333333333vw
	}

	.about-message__pht figure:before {
		left: -20px;
		aspect-ratio: 1;
		width: calc(50% + 20px);
		height: auto
	}

	.about-message__pht figure figcaption {
		margin-top: 4.2666666667vw
	}

	.about-message__pht figure figcaption span {
		font-size: 1.3rem
	}

	.about-message__pht figure figcaption img {
		width: 33.333%
	}

	.about-writings__detail--list>li {
		padding-block:6.4vw 5.3333333333vw}

	.about-writings__detail--pht {
		margin-bottom: 5.3333333333vw;
		padding-inline:14.9333333333vw}

	.about-writings__detail--info h4 {
		margin-bottom: 5.3333333333vw
	}

	.about-writings__detail--info h4 span.ttl-main {
		margin-bottom: 1.0666666667vw
	}

	.vision-philosophy__txt {
		padding: 8.5333333333vw 16vw
	}

	.vision-promise {
		padding-bottom: 19.2vw
	}

	.vision-promise:after {
		height: calc(100% - 53.33333vw)
	}

	.vision-promise-lead {
		padding: 8.5333333333vw 6.4vw 10.6666666667vw
	}

	.vision-promise-lead__pht {
		margin-bottom: 12.8vw
	}

	.vision-promise-lead__txt--list>li:not(:last-child) {
		margin-bottom: 6.4vw;
		padding-bottom: 6.4vw
	}

	.vision-promise-lead__txt--list dl dt {
		margin-bottom: 1.6vw
	}

	.vision-promise-detail section:not(:last-child) {
		margin-bottom: 8.5333333333vw;
		padding-bottom: 8.5333333333vw
	}

	.vision-promise-detail__head {
		margin-bottom: 6.4vw
	}

	.vision-promise-detail__head h3 .ttl-head,.vision-promise-detail__head h4 .ttl-head {
		margin-bottom: 1.0666666667vw
	}

	.vision-promise-detail__head h3 .ttl-main,.vision-promise-detail__head h4 .ttl-main {
		font-size: 1.8rem
	}

	.p-topAbout:after {
		left: 0;
		height: 37.3333333333vw
	}

	.p-topAbout {
		padding-top: 17.6vw;
		padding-bottom: 14.6666666667vw
	}

	.p-topAbout__container {
		display: block;
		margin-top: 10.6666666667vw;
		margin-bottom: 8.5333333333vw
	}

	.p-topAbout__item {
		padding: 6.4vw 6.4vw 6.4vw 0
	}

	.p-topAbout__item:not(:last-of-type) {
		margin-bottom: 4.2666666667vw
	}

	.p-topAbout__item .num1 {
		width: 45.6vw;
		height: 36vw;
		margin-bottom: 6.4vw
	}

	.p-topAbout__item .num2 {
		width: 60.5333333333vw;
		height: 36vw;
		margin-bottom: 6.4vw
	}

	.p-topAbout__item .num3 {
		width: 59.2vw;
		height: 36vw;
		margin-bottom: 6.4vw
	}

	.p-topAbout__item .headText {
		top: 8vw;
		right: 6.4vw;
		font-weight: 400;
		font-size: 2rem;
		line-height: 1.25;
		letter-spacing: .2em
	}

	.p-topAbout__item .text {
		padding-left: 6.4vw;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.8461538462;
		letter-spacing: .02em
	}

	.p-topAbout__under {
		display: block;
		margin-top: 20.2666666667vw
	}

	.p-topAbout__under .picture1,.p-topAbout__under .picture2 {
		width: 82.9333333333vw;
		height: 50.6666666667vw;
		border-radius: 8px
	}

	.p-topAbout__under .picture2 {
		margin-left: auto
	}

	.p-topAbout__under:after {
		top: -5.3333333333vw;
		left: 0;
		aspect-ratio: 375/314;
		width: calc(100% + 10.66667vw);
		height: auto;
		margin-left: -5.3333333333vw
	}

	.p-topBlog {
		padding-bottom: 14.9333333333vw
	}

	.p-topBlog__wrap {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		margin-top: 8.5333333333vw;
		margin-bottom: 8.5333333333vw
	}

	.p-topBlog__item:not(:last-of-type) {
		margin-bottom: 8vw
	}

	.p-topBlog__item .img-wrap picture {
		aspect-ratio: 160/100
	}

	.p-topBlog__item .textWrap {
		padding: 4.2666666667vw 3.2vw
	}

	.p-topBlog__item .title {
		-webkit-line-clamp: 3;
		margin-bottom: 3.7333333333vw;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.4285714286;
		letter-spacing: .02em
	}

	.p-topBlog__item .category {
		margin-bottom: 3.2vw;
		padding: 1.0666666667vw
	}

	.p-topBlog__item .text {
		-webkit-line-clamp: 3;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .02em
	}

	.p-topFv {
		display: block
	}

	.p-topFv__title-wrap {
		width: 72vw;
		margin-top: -63.2vw;
		margin-right: 0;
		padding: 10.6666666667vw 5.3333333333vw 12.2666666667vw 10.6666666667vw
	}

	.p-topFv__title {
		margin-bottom: 6.4vw;
		font-size: 2rem
	}

	.p-topFv__title,.p-topFv__title span {
		font-weight: 400;
		line-height: 1;
		letter-spacing: .1em
	}

	.p-topFv__title span {
		margin-top: 3.2vw;
		font-size: 2.8rem
	}

	.p-topFv__subtitle {
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.8461538462;
		letter-spacing: .02em;
		text-align: justify
	}

	.p-topFv__img {
		aspect-ratio: 355/480;
		width: 94.666%;
		height: auto;
		margin-left: auto
	}

	.p-topFv__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit: cover"
	}

	.p-topFv__news-wrap {
		display: block;
		position: relative;
		width: 100%;
		padding: 24px 20px 56px
	}

	.p-topFv__news-wrap .head {
		margin-right: 0;
		margin-bottom: 4.2666666667vw
	}

	.p-topFv__news-wrap .news {
		display: block
	}

	.p-topFv__news-wrap .news:not(:last-of-type) {
		margin-bottom: 3.2vw
	}

	.p-topFv__news-wrap .news .date {
		display: inline-block;
		margin-right: 3.4666666667vw
	}

	.p-topFv__news-wrap .news .category {
		display: inline-block
	}

	.p-topFv__news-wrap .news .title {
		margin-top: 1.3333333333vw;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.8461538462;
		letter-spacing: .02em
	}

	.p-topMessage {
		padding: 0
	}

	.p-topMessage__wrap {
		display: block
	}

	.p-topMessage__img {
		aspect-ratio: 355/237;
		width: 94.6666vw;
		height: auto
	}

	.p-topMessage__img .img-dots {
		display: none
	}

	.p-topMessage__text {
		width: 100%;
		margin-top: 8.5333333333vw;
		padding: 0 5.3333333333vw
	}

	.p-topMessage__text .title {
		margin-bottom: 8.5333333333vw;
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 1.7777777778;
		letter-spacing: .1em
	}

	.p-topMessage__text .text {
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.8461538462;
		letter-spacing: .02em
	}

	.p-topMessage__text .img-wrap {
		-ms-grid-columns: (1fr)[3];
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		width: calc(100% + 10.66667vw);
		margin-left: -5.3333333333vw
	}

	.p-topMessage__text .img-wrap .img-small4,.p-topMessage__text .img-wrap .img-small5,.p-topMessage__text .img-wrap .img-small9,.p-topMessage__text .img-wrap .img-small10 {
		display: none
	}

	.p-topNews {
		padding-bottom: 14.9333333333vw
	}

	.p-topNews__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 8.5333333333vw 6.4vw 10.1333333333vw
	}

	.p-topNews__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		grid-column: 1/2;
		margin-bottom: 8.5333333333vw;
		font-weight: 400;
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: .02em
	}

	.p-topNews__button {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
		grid-column: 1/2;
		margin-top: 12.8vw
	}

	.p-topNews__wrap {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		grid-column: 1/2
	}

	.p-topNews__item {
		display: block
	}

	.p-topNews__item:not(:last-of-type) {
		margin-bottom: 8vw
	}

	.p-topNews__item .date {
		margin-right: 4.2666666667vw
	}

	.p-topNews__item .category {
		display: inline-block;
		min-width: 16vw
	}

	.p-topNews__item .text {
		-webkit-line-clamp: 4;
		padding-right: 0;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.8461538462;
		letter-spacing: .02em
	}

	.p-topNews__item .text.link picture {
		margin-right: 1.0666666667vw
	}

	.p-topNews__item .text.link picture img {
		margin-bottom: 1.0666666667vw
	}

	.p-topNews__item .text.pdf picture {
		margin-right: 1.0666666667vw;
		margin-left: 0
	}

	.p-topNews__item .text.pdf picture img {
		margin-bottom: 1.0666666667vw
	}

	.p-topSeminar {
		padding: 17.3333333333vw 0 14.6666666667vw
	}

	.p-topSeminar__text {
		margin-top: 8.5333333333vw;
		margin-bottom: 8vw;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.8461538462;
		letter-spacing: .02em;
		text-align: left
	}

	.p-topSeminar__wrap {
		display: block;
		margin-bottom: 8.5333333333vw
	}

	.p-topSeminar__item {
		column-gap: 3.2vw;
		padding: 4.2666666667vw
	}

	.p-topSeminar__item:not(:last-of-type) {
		margin-bottom: 4.2666666667vw
	}

	.p-topSeminar__item picture {
		width: 19.7333333333vw;
		height: 25.6vw
	}

	.p-topSeminar__item .textWrap {
		width: 57.3333333333vw
	}

	.p-topSeminar__item .meta,.p-topSeminar__item .text {
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: .02em
	}

	.p-topSeminar__item .text {
		margin-bottom: 2.9333333333vw;
		padding-bottom: 1px
	}

	.p-topSeminar__item .teacher {
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: .02em
	}

	.p-topService {
		padding-top: 14.9333333333vw
	}

	.p-topService:after {
		height: 57%
	}

	.p-topService__container {
		padding: 12vw 6.4vw 10.6666666667vw
	}

	.p-topService__container .item-wrap {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2,1fr);
		margin-top: 11.2vw;
		margin-bottom: 8.5333333333vw;
		gap: 4.2666666667vw
	}

	.p-topService__container .item {
		padding: 6.4vw 2.6666666667vw 4.2666666667vw
	}

	.p-topService__btnWrap {
		display: block
	}

	.p-topService__btn--first {
		margin-bottom: 6.4vw
	}

	.p-topServiceHead {
		width: calc(100% + 5.33333vw);
		margin-left: -5.3333333333vw
	}

	.p-topServiceHead__tagItem {
		padding: 2.5333333333vw 0;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.2307692308;
		letter-spacing: .02em
	}

	.p-topServiceHead__tagItem span {
		padding: 0
	}

	.p-topServiceHead__tagItem.lh2 {
		line-height: 2.4615384615
	}

	.p-topServiceHead__tagItem.js-active {
		border-bottom: 2px solid #f39800
	}

	.p-topServiceHead__tagItem.js-active span {
		padding: 0;
		border: none
	}

	.p-topServiceHead__content {
		padding: 8vw 5.3333333333vw 16vw
	}

	.p-topServiceHead__content .container {
		display: none
	}

	.p-topServiceHead__content .container.js-active {
		display: block
	}

	.p-topServiceHead__content .left-wrap {
		width: 100%
	}

	.p-topServiceHead__content .left-head {
		margin-bottom: 8.5333333333vw;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: .02em
	}

	.p-topServiceHead__content .left-text {
		margin-bottom: 10.1333333333vw;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.8461538462;
		letter-spacing: .02em
	}

	.p-topServiceHead__content .right-wrap {
		width: 100%;
		margin-top: 8.5333333333vw;
		margin-bottom: 8.5333333333vw;
		padding: 6.4vw 6.4vw 8vw;
		border-radius: 8px;
		background: #f8f9f9
	}

	.p-topServiceHead__content .table {
		padding: 5.3333333333vw 4.2666666667vw;
		background: transparent
	}

	.p-topServiceHead__content .row {
		display: block
	}

	.p-topServiceHead__content .row:not(:last-of-type) {
		margin-bottom: 7.2vw
	}

	.p-topServiceHead__content .text {
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.5384615385;
		letter-spacing: .02em
	}

	.p-topServiceHead__content .text:first-child {
		width: 100%;
		margin-bottom: .5333333333vw
	}

	.p-topVoice {
		padding: 16vw 0 13.3333333333vw
	}

	.p-topVoice__wrap {
		display: block;
		margin-top: 8.5333333333vw;
		margin-bottom: 8.5333333333vw
	}

	.p-topVoice__item:not(:last-of-type) {
		margin-bottom: 6.4vw
	}

	.p-topVoice__item .textWrap {
		min-height: auto;
		padding: 4.2666666667vw
	}

	.p-topVoice__item .title {
		width: 100%;
		height: 10.6666666667vw;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.4285714286;
		letter-spacing: .02em
	}

	.p-topVoice__item .category,.p-topVoice__item .title {
		margin-bottom: 4.2666666667vw
	}

	.p-topVoice__item .text {
		height: 9.6vw;
		-webkit-line-clamp: 3;
		margin-bottom: 7.2vw;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .02em
	}

	.js-fadeInLeft,.js-fadeInLeft__delay--1s,.js-fadeInLeft__delay--2s,.js-fadeInLeft__delay--500ms,.js-fadeInLeftBig,.js-fadeInLeftBig__delay--1s,.js-fadeInLeftBig__delay--2s,.js-fadeInRight,.js-fadeInRight__delay--1s,.js-fadeInRight__delay--2s,.js-fadeInRightBig,.js-fadeInRightBig__delay--1s,.js-fadeInRightBig__delay--2s {
		animation-name: fadeInUpContents
	}

	.u-pl-0 {
		padding-left: 0
	}

	.u-pt-0 {
		padding-top: 0
	}

	.u-pl-0 {
		padding-right: 0
	}

	.u-pb-0 {
		padding-bottom: 0
	}

	.u-ml-0 {
		margin-left: 0
	}

	.u-mt-0 {
		margin-top: 0
	}

	.u-mr-0 {
		margin-left: 0
	}

	.u-mb-0 {
		margin-bottom: 0
	}

	.u-pl-1 {
		padding-left: 1.0666666667vw
	}

	.u-pt-1 {
		padding-top: 1.0666666667vw
	}

	.u-pl-1 {
		padding-right: 1.0666666667vw
	}

	.u-pb-1 {
		padding-bottom: 1.0666666667vw
	}

	.u-ml-1 {
		margin-left: 1.0666666667vw
	}

	.u-mt-1 {
		margin-top: 1.0666666667vw
	}

	.u-mr-1 {
		margin-left: 1.0666666667vw
	}

	.u-mb-1 {
		margin-bottom: 1.0666666667vw
	}

	.u-pl-2 {
		padding-left: 2.1333333333vw
	}

	.u-pt-2 {
		padding-top: 2.1333333333vw
	}

	.u-pl-2 {
		padding-right: 2.1333333333vw
	}

	.u-pb-2 {
		padding-bottom: 2.1333333333vw
	}

	.u-ml-2 {
		margin-left: 2.1333333333vw
	}

	.u-mt-2 {
		margin-top: 2.1333333333vw
	}

	.u-mr-2 {
		margin-left: 2.1333333333vw
	}

	.u-mb-2 {
		margin-bottom: 2.1333333333vw
	}

	.u-pl-3 {
		padding-left: 3.2vw
	}

	.u-pt-3 {
		padding-top: 3.2vw
	}

	.u-pl-3 {
		padding-right: 3.2vw
	}

	.u-pb-3 {
		padding-bottom: 3.2vw
	}

	.u-ml-3 {
		margin-left: 3.2vw
	}

	.u-mt-3 {
		margin-top: 3.2vw
	}

	.u-mr-3 {
		margin-left: 3.2vw
	}

	.u-mb-3 {
		margin-bottom: 3.2vw
	}

	.u-pl-4 {
		padding-left: 4.2666666667vw
	}

	.u-pt-4 {
		padding-top: 4.2666666667vw
	}

	.u-pl-4 {
		padding-right: 4.2666666667vw
	}

	.u-pb-4 {
		padding-bottom: 4.2666666667vw
	}

	.u-ml-4 {
		margin-left: 4.2666666667vw
	}

	.u-mt-4 {
		margin-top: 4.2666666667vw
	}

	.u-mr-4 {
		margin-left: 4.2666666667vw
	}

	.u-mb-4 {
		margin-bottom: 4.2666666667vw
	}

	.u-pl-5 {
		padding-left: 5.3333333333vw
	}

	.u-pt-5 {
		padding-top: 5.3333333333vw
	}

	.u-pl-5 {
		padding-right: 5.3333333333vw
	}

	.u-pb-5 {
		padding-bottom: 5.3333333333vw
	}

	.u-ml-5 {
		margin-left: 5.3333333333vw
	}

	.u-mt-5 {
		margin-top: 5.3333333333vw
	}

	.u-mr-5 {
		margin-left: 5.3333333333vw
	}

	.u-mb-5 {
		margin-bottom: 5.3333333333vw
	}

	.u-pl-6 {
		padding-left: 6.4vw
	}

	.u-pt-6 {
		padding-top: 6.4vw
	}

	.u-pl-6 {
		padding-right: 6.4vw
	}

	.u-pb-6 {
		padding-bottom: 6.4vw
	}

	.u-ml-6 {
		margin-left: 6.4vw
	}

	.u-mt-6 {
		margin-top: 6.4vw
	}

	.u-mr-6 {
		margin-left: 6.4vw
	}

	.u-mb-6 {
		margin-bottom: 6.4vw
	}

	.u-pl-7 {
		padding-left: 7.4666666667vw
	}

	.u-pt-7 {
		padding-top: 7.4666666667vw
	}

	.u-pl-7 {
		padding-right: 7.4666666667vw
	}

	.u-pb-7 {
		padding-bottom: 7.4666666667vw
	}

	.u-ml-7 {
		margin-left: 7.4666666667vw
	}

	.u-mt-7 {
		margin-top: 7.4666666667vw
	}

	.u-mr-7 {
		margin-left: 7.4666666667vw
	}

	.u-mb-7 {
		margin-bottom: 7.4666666667vw
	}

	.u-pl-8 {
		padding-left: 8.5333333333vw
	}

	.u-pt-8 {
		padding-top: 8.5333333333vw
	}

	.u-pl-8 {
		padding-right: 8.5333333333vw
	}

	.u-pb-8 {
		padding-bottom: 8.5333333333vw
	}

	.u-ml-8 {
		margin-left: 8.5333333333vw
	}

	.u-mt-8 {
		margin-top: 8.5333333333vw
	}

	.u-mr-8 {
		margin-left: 8.5333333333vw
	}

	.u-mb-8 {
		margin-bottom: 8.5333333333vw
	}

	.u-pl-9 {
		padding-left: 9.6vw
	}

	.u-pt-9 {
		padding-top: 9.6vw
	}

	.u-pl-9 {
		padding-right: 9.6vw
	}

	.u-pb-9 {
		padding-bottom: 9.6vw
	}

	.u-ml-9 {
		margin-left: 9.6vw
	}

	.u-mt-9 {
		margin-top: 9.6vw
	}

	.u-mr-9 {
		margin-left: 9.6vw
	}

	.u-mb-9 {
		margin-bottom: 9.6vw
	}

	.u-pl-10 {
		padding-left: 10.6666666667vw
	}

	.u-pt-10 {
		padding-top: 10.6666666667vw
	}

	.u-pl-10 {
		padding-right: 10.6666666667vw
	}

	.u-pb-10 {
		padding-bottom: 10.6666666667vw
	}

	.u-ml-10 {
		margin-left: 10.6666666667vw
	}

	.u-mt-10 {
		margin-top: 10.6666666667vw
	}

	.u-mr-10 {
		margin-left: 10.6666666667vw
	}

	.u-mb-10 {
		margin-bottom: 10.6666666667vw
	}

	.u-ta-left--sp,.u-ta-left-sm {
		text-align-last: left
	}

	.u-ta-center-sm {
		text-align: center
	}
	.blog-flex .blog-article__wrap {
		margin-bottom: 40px;
	}
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
	body {
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing: grayscale
	}
}

@media print,screen and (min-width: 768px) {
	a[href^="tel:"] {
		text-decoration:none;
		pointer-events: none
	}

	.l-asideLink__nav ul>li a:hover {
		border-color: #2a416b;
		color: #2a416b
	}

	.l-asideLink__nav ul>li a:hover:after {
		border-color: #2a416b
	}

	.l-sm {
		display: none!important
	}

	.l-breadcrumbs ol li a:hover {
		opacity: .7
	}

	.l-editor a:hover {
		text-decoration: none
	}

	.l-foot-dwnld__content {
		display: flex;
		align-items: center
	}

	.l-foot-dwnld__content>* {
		display: flex;
		flex: 0 0 50%;
		max-width: 50%
	}

	.l-foot-dwnld__txt {
		justify-content: flex-end
	}

	.l-foot-dwnld__link {
		justify-content: flex-start;
		padding-left: 64px
	}

	.l-foot-contact__action {
		display: flex;
		justify-content: center
	}

	.l-foot-contact__action>div {
		flex: 0 0 428px;
		max-width: 428px;
		padding-inline:64px}

	.l-foot-contact__action>div:first-of-type {
		border-right: 2px solid #c4c9d4
	}

	.l-footer__sublink a:hover {
		opacity: .7;
		transition: .5s ease
	}

	.l-footer__contactBtn {
		margin-top: 60px
	}

	.l-header {
		min-width: 1266px
	}

	.l-pageWrap {
		min-height: calc(100vh - 410px)
	}

	.c-button.-back a:hover .arrow {
		right: auto!important;
		left: 18px
	}

	.c-button .clear-dtl:hover:after,.c-button a:hover:after,.c-button button:hover:after {
		opacity: 1
	}

	.c-button .clear-dtl:hover .arrow,.c-button .clear-dtl:hover picture,.c-button a:hover .arrow,.c-button a:hover picture,.c-button button:hover .arrow,.c-button button:hover picture {
		right: 18px
	}

	.c-input.row .notice,.c-textarea.row .notice {
		margin-left: 1em
	}

	.c-radio__list li {
		flex: 0 0 33.333%;
		max-width: 33.333%
	}

	.c-checkbox input+label:after,.c-checkbox input+label:before {
		top: 52%;
		transform: translateY(-50%)
	}

	.c-indexLink__item a:hover {
		border-color: #2a416b
	}

	.c-indexLink__item a:hover img {
		scale: 1.05
	}

	.c-indexLink__item a:hover p {
		color: #2a416b
	}

	.c-pageNav__list.-column {
		-ms-grid-columns: (100%)[1];
		grid-template-columns: repeat(1,100%)
	}

	.c-pageNav__list.-row4 {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4,1fr)
	}

	.c-pageNav__list>li a:hover:after {
		visibility: visible;
		opacity: 1
	}

	.c-pagination__item.page--end a:hover,.c-pagination__item.page--first a:hover,.c-pagination__item.page--next a:hover,.c-pagination__item.page--prev a:hover,.c-pagination__item a:hover,.c-pagination__item span:hover {
		opacity: .4
	}

	.c-part--search .btn-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px
	}

	.c-table>dl {
		display: flex
	}

	.c-table>dl>dt:not(:empty) {
		flex: 0 0 224px;
		max-width: 224px
	}

	.c-table>dl>dt:not(:empty)+dd {
		flex: 0 0 calc(100% - 224px);
		flex-basis: calc(100% - 224px);
		max-width: calc(100% - 224px)
	}

	.c-table.-history dt:not(:empty) {
		flex: 0 0 164px;
		max-width: 164px
	}

	.c-table.-history dt:not(:empty)+dd {
		flex: 0 0 calc(100% - 164px);
		flex-basis: calc(100% - 164px);
		max-width: calc(100% - 164px)
	}

	.blog-article__wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 64px 16px;
	}

	.blog-article__wrap .c-part--article {
		width: calc(33.33333% - 10.66667px);
	}


	/* ブログページを２カラムに 2024/12/11 */
	.blog-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog-flex .news-article{
		width: calc(100% - 280px);
	}
	.blog-flex .blog-article{
		width: 240px;
		margin-top: 20px;
		position: sticky;
		top: 6em;
		align-self: flex-start;
	}
	.blog-flex .c-part--article .title, .c-part--seminar .title {
		margin-bottom: 8px;
	}
	.blog-flex .c-part--article .textWrap, .c-part--seminar .textWrap {
		padding: 8px 16px;
	}
	.blog-flex .c-part--article .categoryWrap, .c-part--seminar .categoryWrap {
		margin-bottom: 8px;
	}
	.blog h3.c-ttl--simple {
		margin-bottom: 20px;
	}
	.blog-flex .blog-article__wrap {
		flex-direction: column;
		gap: 20px 16px;
		margin-bottom: 32px;
	}
	.blog-flex .blog-article__wrap .c-part--article {
		width: 240px;
	}
	.blog-flex .c-part--article .title, .c-part--seminar .title {
		font-size: 1.8rem;
	}
	.blog-flex .c-part--article .text, .c-part--seminar .text {
		font-size: 1.6rem;
	}

	.form-input__contents.-block table tr td,.form-input__contents.-block table tr th {
		display: block;
		width: 100%
	}

	.form-input__contents.-block table tr:not(:last-of-type) td {
		margin-bottom: 56px!important
	}

	.form-input__contents.-block table tr th {
		margin-bottom: 16px!important;
		padding-top: 0
	}

	.form-input__contents table tr:not(:last-of-type) td,.form-input__contents table tr:not(:last-of-type) th {
		margin-bottom: 32px
	}

	.form-input__contents table th {
		width: 224px;
		padding-top: 15px;
		vertical-align: top
	}

	.inquiry-form--confirm .form-input__contents table th {
		padding-top: 0!important;
		line-height: inherit
	}

	.estimate .form-input__contents table th {
		width: 324px
	}

	.download-form__fileSelect>ul {
		display: flex;
		flex-wrap: wrap
	}

	.download-form__fileSelect>ul li {
		flex: 0 0 33.333%;
		max-width: 33.333%
	}

	.download-form-file {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px -64px
	}

	.download-form-file>li {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		margin-bottom: 64px;
		padding-inline:8px}

	.download-form-file>li>div,.download-form-file__info {
		height: 100%
	}

	.download-form-dlfile__list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -16px -16px
	}

	.download-form-dlfile__list li {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		margin-bottom: 16px;
		padding-inline:16px}

	.download-form-dlfile__list li .dl-btn a {
		height: 64px
	}

	.download-form-dlfile__list li .dl-btn a:hover {
		background: #2a416b;
		color: #fff
	}

	.download-form-dlfile__list li .dl-btn a:hover:after {
		opacity: 1
	}

	.download-form-dlfile__list li .dl-btn a:hover .dl-icon {
		background-image: url(/assets/images/common/dl-icon-wht.svg)
	}

	.mailmagazine-contents__pht--list {
		display: flex;
		flex-wrap: wrap;
		margin-inline:-8px}

	.mailmagazine-contents__pht--list figure {
		flex: 0 0 25%;
		max-width: 25%;
		padding-inline:8px}

	.news-articles__list a {
		display: flex;
		align-items: flex-start;
		gap: 48px
	}

	.news-articles__list a:hover .content p {
		text-decoration: underline;
		text-underline-offset: 2px
	}

	.news-articles__list a._blank .content p,.news-articles__list a._pdf .content p {
		position: relative;
		padding-right: calc(15px + 1em)
	}

	.news-articles__list a._blank .content p:after,.news-articles__list a._pdf .content p:after {
		position: absolute;
		right: 0
	}

	.news-articles__list .content {
		display: flex;
		gap: 12px;
		align-items: center;
	}

	.news-articles__list .content .c-part--new {
		height: -moz-fit-content;
		height: fit-content;
		margin-top: .2em
	}

	.price-plan__card--head h4 .ttl-txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 50px
	}

	.price-contact>div {
		display: flex;
		justify-content: center
	}

	.price-contact>div>:not(:last-of-type) {
		margin-right: 16px
	}

	.price-faq__tab--menu>ul>li button:hover:after {
		visibility: visible;
		opacity: 1
	}

	.price-flow__order>li>div {
		display: flex
	}

	.price-flow__order h4 {
		flex: 0 0 calc(100% - 660px);
		flex-basis: calc(100% - 660px);
		max-width: calc(100% - 660px)
	}

	.price-flow__order--info {
		flex: 0 0 660px;
		max-width: 660px;
		padding-top: 3px
	}

	.seminar-article__wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 64px 16px
	}

	.seminar-article__wrap .c-part--seminar {
		width: calc(33.33333% - 10.66667px)
	}

	.seminar-article._detail {
		padding-left: 55px
	}

	.seminar-article-main__table table tr>:first-child {
		width: 196px
	}

	.seminar-article-main__box__info .pht {
		flex-basis: 160px
	}

	.seminar-article-main__box__info .text {
		flex: 1
	}

	.seminar-article-aside {
		padding-top: 42px
	}

	.service-topSec__lineup--head a:hover {
		background: rgba(0,0,0,.1)
	}

	.service-overview>div {
		display: flex
	}

	.service-overview__nav {
		flex: 0 0 336px;
		max-width: 336px;
		padding-left: 76px
	}

	.service-overview__info {
		flex: 0 0 calc(100% - 336px);
		flex-basis: calc(100% - 336px);
		max-width: calc(100% - 336px)
	}

	.service-lineup__info>li:nth-child(4) {
		position: relative
	}

	.service-lineup__info>li:nth-child(4):after {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(300% + 64px);
		height: 1px;
		background: #e3e1e0;
		content: ""
	}

	.service-lineup__info>li:nth-child(n+4) {
		padding-top: 32px
	}

	.sitemap-link a {
		font-size: 1.5rem
	}

	.sitemap-link__block--main a:hover {
		padding-left: .75em;
		border-color: #2a416b;
		color: #2a416b
	}

	.sitemap-link__block--sub a:hover {
		margin-left: .75em;
		color: #2a416b
	}

	.users-sec__ttl,.users-target h3 {
		text-align: center
	}

	.users-target__link>div {
		display: flex;
		justify-content: center
	}

	.users-points__list>li {
		-ms-grid-row-span: 2;
		-ms-grid-rows: subgrid;
		display: -ms-grid;
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2
	}

	.users-points__choice--txt {
		text-align: center
	}

	.users-case-subSec__head h5 {
		display: flex;
		align-items: center
	}

	.users-case-subSec__head h5 .ttl-main {
		padding-left: 16px
	}

	.users-faq-sec__q dl dd {
		padding-top: .2em
	}

	.users-aside__nav>ul>li a:hover {
		border-color: #2a416b;
		color: #2a416b
	}

	.users-aside__nav>ul>li a:hover img {
		scale: 1.1
	}

	.users-aside__nav>ul>li a:hover span:after {
		border-color: #2a416b
	}

	.users-aside__nav--icon {
		margin: 0 auto 22px
	}

	.voice-article__wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 64px 16px
	}

	.voice-article__wrap .c-part--article {
		width: calc(33.33333% - 10.66667px)
	}

	.voice-article-head .desc,.voice-article-head .tagWrap {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2
	}

	.voice-article-head__pht {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1/4;
		grid-column: 2/3
	}

	.voice-article-head__pht figure {
		width: calc(100% + 86px)
	}

	.voice-article-main__sec .infoWrap .desc {
		flex: 1
	}

	.voice-article-main__sec .infoWrap .pht {
		flex-basis: 368px
	}

	.access-pht>div>figure {
		flex: 0 0 calc(50% - 16px);
		max-width: calc(50% - 16px)
	}

	.about-message__content {
		display: flex
	}

	.about-message__info {
		flex: 0 0 calc(100% - 312px);
		flex-basis: calc(100% - 312px);
		max-width: calc(100% - 312px);
		padding-left: 48px
	}

	.about-message__pht {
		flex: 0 0 312px;
		max-width: 312px
	}

	.about-info__content {
		display: flex
	}

	.about-info__head {
		flex: 0 0 calc(100% - 814px);
		flex-basis: calc(100% - 814px);
		max-width: calc(100% - 814px)
	}

	.about-info__detail {
		flex: 0 0 814px;
		max-width: 814px
	}

	.about-writings__detail--list>li {
		padding-inline:8px}

	.about-writings__detail--list>li>div {
		display: flex;
		align-items: center
	}

	.about-writings__detail--pht {
		flex: 0 0 156px;
		max-width: 156px
	}

	.about-writings__detail--pht a:hover {
		opacity: .6
	}

	.about-writings__detail--info {
		flex: 0 0 calc(100% - 156px);
		flex-basis: calc(100% - 156px);
		max-width: calc(100% - 156px);
		padding-left: 48px
	}

	.vision-philosophy__txt img {
		width: auto
	}

	.vision-promise-lead>div {
		display: flex;
		align-items: center
	}

	.vision-promise-lead__pht {
		flex: 0 0 364px;
		max-width: 364px
	}

	.vision-promise-lead__txt {
		flex: 0 0 calc(100% - 364px);
		flex-basis: calc(100% - 364px);
		max-width: calc(100% - 364px);
		padding-left: 72px
	}

	.vision-promise-lead__txt--list dl dd {
		padding-left: 2.4em;
		font-size: 1.6rem
	}

	.vision-promise-detail section>div {
		display: flex
	}

	.vision-promise-detail__head {
		flex: 0 0 calc(100% - 650px);
		flex-basis: calc(100% - 650px);
		max-width: calc(100% - 650px)
	}

	.vision-promise-detail__head h3 .ttl-main,.vision-promise-detail__head h4 .ttl-main {
		padding-left: 1.75em
	}

	.vision-promise-detail__txt {
		flex: 0 0 650px;
		max-width: 650px;
		padding-top: 2.75em
	}

	.p-topNews__item .text img,.p-topNews__item .text picture {
		display: inline-block
	}

	.p-topNews__item .text.link picture {
		position: absolute;
		top: -5px;
		right: 4px
	}

	#tag1 .table .text:first-child,#tag2 .table .text:first-child {
		width: 194px
	}

	#tag3 .table .text:first-child,#tag4 .table .text:first-child {
		width: 224px
	}

	#tag1 .table .text:last-child,#tag2 .table .text:last-child {
		width: calc(100% - 194px)
	}

	#tag3 .table .text:last-child,#tag4 .table .text:last-child {
		width: calc(100% - 224px)
	}

	.js-fadeInUp__delay--300ms {
		animation-delay: .3s
	}

	.js-fadeInUp__delay--450ms {
		animation-delay: .45s
	}

	.js-fadeInUp__delay--500ms {
		animation-delay: .5s
	}

	.js-fadeInUp__delay--600ms {
		animation-delay: .6s
	}

	.js-fadeInUp__delay--750ms {
		animation-delay: .75s
	}

	.js-fadeInUp__delay--900ms {
		animation-delay: .9s
	}

	.js-fadeInUp__delay--1050ms {
		animation-delay: 1.05s
	}

	.js-fadeInUp__delay--1s {
		animation-delay: 1s
	}

	.js-fadeInUp__delay--1200ms {
		animation-delay: 1.2s
	}

	.js-fadeInUp__delay--1500ms {
		animation-delay: 1.5s
	}

	.js-fadeInUp__delay--1800ms {
		animation-delay: 1.8s
	}

	.js-fadeInUp__delay--2s {
		animation-delay: 2s
	}

	.js-fadeInUp__delay--2100ms {
		animation-delay: 2.1s
	}

	.js-fadeInUp__delay--2400ms {
		animation-delay: 2.4s
	}

	.js-fadeInLeft__delay--500ms {
		animation-delay: .5s
	}

	.js-fadeInLeft__delay--1s {
		animation-delay: 1s
	}

	.js-fadeInLeft__delay--2s {
		animation-delay: 2s
	}

	.js-fadeInLeftBig__delay--1s {
		animation-delay: 1s
	}

	.js-fadeInLeftBig__delay--2s {
		animation-delay: 2s
	}

	.js-fadeInRight__delay--1s {
		animation-delay: 1s
	}

	.js-fadeInRight__delay--2s {
		animation-delay: 2s
	}

	.js-fadeInRightBig__delay--1s {
		animation-delay: 1s
	}

	.js-fadeInRightBig__delay--2s {
		animation-delay: 2s
	}

	.u-text-link:hover {
		text-decoration: none
	}

	.u-ta-left--pc,.u-ta-left-lg {
		text-align: left
	}

	.u-ta-center-lg {
		text-align: center
	}
}

@media screen and (max-width: 1266px) {
	.l-header__logo a {
		/* width:150px */
	}

	.l-nav__lg .list .item>a {
		font-size: 1.1rem;
		font-size: 1.6rem;
	}

	.l-nav__contact {
		padding: 0 10px
	}

	.l-nav__search .search-wrap {
		padding: 0 20px
	}
}

@media screen and (max-width: 1300px) {
	.l-nav__subMenu--left {
		width:240px;
		padding-right: 20px
	}
}

@media screen and (max-width: 1200px) {
	.l-nav__subMenu--right {
		padding-left:40px
	}
}

@media screen and (min-width: 1366px) {
	.p-topMessage__img .img-large img {
		overflow:hidden;
		border-radius: 8px
	}
}

.l-editor table tr td, .l-editor table tr th {
	padding: 10px 16px;
}
.l-editor table.reduce_padding tr td, .l-editor table.reduce_padding tr th {
	padding: 10px 16px;
}

.news-article__lead--list a:before {
	display: none;
}

.news-article__lead--list a {
	border-bottom: none;
}

.news-article__lead--list a.toc_h3 {
	display: block;
	position: relative;
	padding: 8px 24px 8px 32px;
	border-bottom: 1px solid #e3e1e0;
	border-bottom: none;
	font-size: 1.6rem !important;
	line-height: 1.5;
}

.news-article__lead--list a.toc_h3 span {
	font-size: 1.6rem !important;
}

.news-article__lead--list a.toc_h2 {
	border-top: 1px solid #e3e1e0;
	border-bottom: none;
	margin-top: 16px;
	padding: 24px 24px 8px 32px;
	font-size: 2rem;
}

.news-article__lead--list a.toc_h2 span {
	font-size: 2.4rem !important;
}

.news-article__lead--list li:first-child a.toc_h2 {
	border-top: none;
}

ul.news-article__lead--list {
	counter-reset: toc-counter;
}

ul.news-article__lead--list .toc_h2::before {
	counter-increment: toc-counter;
	content: counter(toc-counter, decimal-leading-zero) " ";
	margin-right: 0.5em;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 1.6em;
	color: #2a416b;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Montserrat, sans-serif;
}

.l-editor h2 {
	margin-top: -40px !important;
	margin-block: 40px 32px; padding-top: 64px !important;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #2A416B;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.380952381;
	letter-spacing: .05em;
	color: #2A416B;
}

.l-editor h2 span {
	font-size: 3rem !important;
	font-weight: 600 !important;
}

.blog h3 {
	color: #2A416B;
	border-left: solid 6px #2A416B;
	font-size: 2.4rem;
	padding-left: 0.5em;
	font-weight: 600 !important;
	line-height: 1.5;
}

.blog h3 span {
	color: #2A416B;
	font-size: 2.4rem !important;
	font-weight: 600 !important;
}

.lead_text {
	margin-bottom: 56px;
}

.lead_text img,
.lead_text img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.article_header {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.blog-article ul.category_list li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
	ul.news-article__lead--list .toc_h2::before {
		top: 29px;
		left: 0;
		min-width: 1.6em;
		font-size: 16px;
	}

	.news-article__lead--list a.toc_h2 {
		font-size: 18px !important;
	}

	.news-article__lead--list a.toc_h3 {
		font-size: 15px !important;
	}

	.l-editor h2 {
		font-size: 2.4rem;
	}

	.l-editor h2 span {
		font-size: 2.4rem !important;
	}

	.blog h3 {
		font-size: 2rem;
	}

	.blog h3 span {
		font-size: 2rem !important;
	}

	.lead_text {
		margin-bottom: 10.6666666667vw;
	}
}

.contact-banners {
  position: fixed;
  right: 20px;
  bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.contact-banner {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 8px 12px 8px 8px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
  background: #fff;
  color: #333;
}

.contact-banner:hover {
  opacity: 0.7;
}

.contact-banner::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 0.8em;
}

.contact-banner.line::before {
  background-image: url(../images/line_icon.svg);
}
.contact-banner.chatwork::before {
  background-image: url(../images/chatwork_icon.svg);
}
.contact-banner.email::before {
  background-image: url(../images/contact_icon.svg);
}
@media screen and (max-width: 767px) {
  .contact-banners {
    display: flex;
		flex-direction: row;
		width: 100%;
		right: initial;
		padding-right: 8px;
		padding-left: 8px;
		padding: 8px 8px 16px;
		bottom: 0px;
		background: #e9e4db;
  }
	.contact-banner {
		width: 33.3%;
		font-size: 11px;
		text-align: center;
		border-radius: 5px;
		padding-top: 12px;
	}
	.contact-banner::before {
		content: "";
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 32px;
  	height: 32px;
		margin-bottom: 8px;
	}

}
