﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);

/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type=number] {
	width: auto;
	/* Firefox 36+ */
}

[type=search] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden ~ =screen] {
		display: inherit;
	}

	[hidden ~ =screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

* {
	letter-spacing: 0.12em;
}

picture {
	display: block;
}

h1,
h2,
h3,
h4,
dt {
	line-height: 1.6;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.11em;
}

html {
	font-size: 60.5% !important;
}

body {
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Yu Gothic Medium", sans-serif;
	font-weight: 400;
	color: #1e1e1e;
	font-size: 1.6rem;
	overflow: hidden;
	line-height: 2;
	word-break: break-all;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-animation: bodyfadeIn ease-in-out 700ms 1 normal forwards;
	animation: bodyfadeIn ease-in-out 700ms 1 normal forwards;
}

@keyframes bodyfadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes bodyfadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

* html body {
	font-size: 73%;
}

main {
	position: relative;
	z-index: 0;
}

.section_wrap {
	position: relative;
	margin-bottom: 12rem;
	z-index: 0;
}

.content_wrap {
	position: relative;
	max-width: 130rem;
	width: 90%;
	margin: 0 auto;
	z-index: 0;
}

.content_bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.content_bg.sc_animation {
	width: 0;
	-webkit-transition: width 1s;
	transition: width 1s;
}

.content_bg.sc_animation.is-animated {
	width: 100%;
}

.section_first {
	margin-top: 6.4rem;
}

.fixed_btn {
	position: fixed;
	right: -30rem;
	bottom: 10.4rem;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 3;
}

.fixed_btn.active {
	right: 2.4rem;
	opacity: 1;
	visibility: visible;
}

.fixed_btn.close {
	opacity: 0;
	visibility: hidden;
}

.fixed_btn .ico.ico_download03{
	width: 1.7rem;
	height: 1.7rem;
	margin-right: 1.2rem;
}

.fixed_btn .ico.ico_link {
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 1.4rem;
	height: 1.4rem;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.fixed_btn.basic {
	bottom: 3.4rem;
}
.fixed_btn.basic .wrap {
	position: relative;
	max-width: 30rem;
	padding: 0 2rem 2.1rem 2rem;
	text-align: center;
	z-index: 0;
	transition: all 0.3s ease;
}

.fixed_btn.basic .wrap:hover{
	transform: translate(0,-1.2rem);
	-webkit-transform: translate(0,-1.2rem);
}
.fixed_btn.basic .wrap::before {
	content: '';
	position: absolute;
	top: 4.5rem;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3D6198;
	border-radius: 5rem 5rem 0 5rem;
	-webkit-border-radius: 5rem 5rem 0 5rem;
	-moz-border-radius: 5rem 5rem 0 5rem;
	z-index: -1;
	box-shadow: 0.25rem 0.25rem 0.8rem 0px rgba(0, 0, 0, 0.2);
}
.fixed_btn.basic .img {
	max-width: 21.5rem;
	margin: 0 auto 1.4rem;
}
.fixed_btn.basic .img img {
	transform: translate(-1rem,0);
	-webkit-transform: translate(-1rem,0);
}
.fixed_btn.basic .txt {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
.fixed_btn.basic .list li:not(:last-child) {
	margin-bottom: 1rem;
}
.fixed_btn.basic .modal_btn{
	padding: 1.0rem 3rem 1.0rem 2rem;
	font-size: 1.40rem;
}
.fixed_btn.basic .modal_btn::after {
	display: none;
}

.fixed_btn.basic .modal_btn:hover{
	background: #A00012;
}

.fixed_btn.basic .close {
	right: 0.3rem;
	top: 3.8rem;
	width: 3.4rem;
	height: 3.4rem;
}

.fixed_btn.basic.fixed_pc_online .close {
	top: 0.8rem;
}
.fixed_btn.basic.fixed_pc_online .wrap {
	padding: 2.8rem 2rem 1.7rem 2rem;
}
.fixed_btn.basic.fixed_pc_online .wrap::before {
	top: 0;
}
.fixed_btn.basic.fixed_pc_online .wrap .content{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.1rem;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .txtArea .sub{
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .txtArea .sub::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url(../img/common/cta_line_L.webp);
	background-size: contain;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .txtArea .sub::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url(../img/common/cta_line_R.webp);
	background-size: contain;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .txtArea .txt{
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.6;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .img{
	max-width: 83px;
	margin: 0;
}
.fixed_btn.basic.fixed_pc_online .wrap .content .img img{
	transform: translate(0); 
}
.fixed_btn.basic.fixed_pc_online .wrap .list li .ico.ico_online{
	transform: translate(0); 
	vertical-align: middle;
	margin-right: 5px;
}
.fixed_btn.basic.fixed_pc_online .btn{
	font-size: 1.2rem;
    padding: 0.8rem 2.6rem 0.8rem 1.2rem;
}
.fixed_btn.basic.fixed_pc_online .btn .ico.ico_link{
	margin: 0 0 0 0.7rem;
}

.fixed_btn.wide {
	bottom: 0;
}

.fixed_btn.wide p {
	width: 30rem;
}

.fixed_btn .close {
	position: absolute;
	right: 10%;
	top: 0;
	display: block;
	width: 4rem;
	height: 4rem;
	background: #fff;
    border: 1px solid #aaa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 1;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	cursor: pointer;
}

.fixed_btn .close:hover {
	background: #ccc;
}

.fixed_btn .close::before,
.fixed_btn .close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 1px;
	background: #888;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.2s;
}

.fixed_btn .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed_btn02 {
	position: fixed;
	right: 0;
	bottom: -2rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.fixed_btn02.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.fixed_btn02 p {
	position: relative;
	width: 16rem;
	z-index: 0;
}

.fixed_btn02 p:not(:first-child) {
	margin-top: -3rem;
}

.fixed_btn02 p a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fixed_btn02 p a:hover {
	opacity: 0.9;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.fixed_btn02.wide {
	bottom: 0;
}

.fixed_btn02.wide p {
	width: 30rem;
}

.fixed_btn02 .close {
	position: absolute;
	right: 10%;
	top: 0;
	display: block;
	width: 4rem;
	height: 4rem;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 1;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	cursor: pointer;
}

.fixed_btn02 .close:hover {
	background: #ccc;
}

.fixed_btn02 .close::before,
.fixed_btn02 .close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 1px;
	background: #888;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}

.fixed_btn02 .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}


.fixed_btn_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background-color: #FFF;
	z-index: 10;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform ease 0.5s;
	transition: -webkit-transform ease 0.5s;
	transition: transform ease 0.5s;
	transition: transform ease 0.5s, -webkit-transform ease 0.5s;
	visibility: hidden;
}

body.scrolled .fixed_btn_bottom {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
}

.fixed_btn_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 18px;
	padding: 16px 10px;

}

.fixed_btn_bottom .btn {
	padding: 7px 10px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
}

.fixed_btn_bottom .ico {
	margin-right: 0.5rem;
}

.fixed_btn_bottom .btn [class^=icon-] {
	font-size: 15px;
}

@media screen and (min-width: 1001px) and (max-width: 1450px) {
	.fixed_btn.basic{
		bottom: 2.4rem;
	}
	.fixed_btn.basic .wrap {
		max-width: 26rem;
		padding: 0 2rem 1.7rem 2rem;
	}

	.fixed_btn.basic .wrap:hover{
		transform: translate(0,-0.8rem);
		-webkit-transform: translate(0,-0.8rem);
	}
	.fixed_btn.basic .img {
		max-width: 19.5rem;
		margin: 0 auto 1.1rem;
	}
	.fixed_btn.basic .txt {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
	}
	.fixed_btn.basic .list li:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.fixed_btn.basic .modal_btn{
		padding: 0.8rem 2.6rem 0.8rem 1.2rem;
		font-size: 1.32rem;
	}

	.fixed_btn.basic .modal_btn .ico{
		margin-right: 0.7rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	.fixed_btn p {
		width: 13rem !important;
	}

	.fixed_btn02 p {
		width: 13rem !important;
	}
}

@media screen and (max-width: 1000px) {
	
	.fixed_btn p {
		width: 10rem;
	}

	.fixed_btn.basic .close {
		right: 1.5rem;
		top: -4rem;
		width: 2.4rem;
		height: 2.4rem;
	}

	.fixed_btn.wide {
		right: 0;
		bottom: 0;
		padding: 1rem;
		width: 100%;
	}

	.fixed_btn.wide p {
		width: auto !important;
		max-width: 50rem;
		margin: 0 auto;
		-webkit-box-shadow: 0.3rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0.3rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
	}

	.fixed_btn.wide p:not(:first-child) {
		margin-top: 0;
	}

	.fixed_btn .close {
		right: 0.5rem;
		top: 0;
		width: 2.4rem;
		height: 2.4rem;
	}

	.fixed_btn02 p {
		width: 10rem;
	}

	.fixed_btn02.wide {
		right: 0;
		bottom: 0;
		padding: 1rem;
		width: 100%;
	}

	.fixed_btn02.wide p {
		width: auto !important;
		max-width: 50rem;
		margin: 0 auto;
		-webkit-box-shadow: 0.3rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0.3rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
	}

	.fixed_btn02.wide p:not(:first-child) {
		margin-top: 0;
	}

	.fixed_btn02 .close {
		right: 0.5rem;
		top: 0;
		width: 2.4rem;
		height: 2.4rem;
	}

	.fixed_btn_bottom .btn::after {
		display: none !important;
	}
}

.l-header {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 4;
	background: #fff;
	transition: top 0.2s;
}

.l-header .header_inner {
	position: relative;
	width: 97%;
	max-width: 170rem;
	margin: 0 auto;
	padding: 1.5rem 0 0.3rem;
	background: rgba(255, 255, 255, 0.15);
}

.l-header .logo {
	padding-left: 1rem;
}

.l-header .logo a img {
	width: 25rem;
}

.l-header .header_link {
	padding-top: 1.4rem;
	transition: padding 0.2s;
}

.l-header .header_link nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	gap:3rem;
}

.l-header .header_link nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header .header_link nav ul li:not(:last-child) {
	margin-right: 2vw;
}

.l-header .header_link nav ul li.active a {
	color: #193764;
}

.l-header .header_link nav ul li a,
.l-header .header_link nav ul li p {
	display: block;
	padding: 0 0.8rem;
	font-weight: 500;
	font-size: 1.55rem;
}

.l-header .header_link nav > ul > li > p{
	cursor: pointer;
}

.l-header .header_link nav ul li a .en,
.l-header .header_link nav ul li p .en {
	font-weight: 700;
}

.l-header .header_link nav ul li a .ico,
.l-header .header_link nav ul li p .ico {
	margin-left: 1rem;
	vertical-align: -0.2em;
}

.l-header .header_link nav ul li .arrow {
	position: absolute;
	right: 0rem;
	top: 1.2rem;
	display: block;
	border-top: 0.8rem solid #193764;
	border-right: 0.6rem solid transparent;
	border-left: 0.6rem solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-header .header_link nav ul li .window-ico::after {
	content: '';
    margin-left: 0.2em;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/ico_link_window02.svg) center center no-repeat;
    background-size: contain;
    vertical-align: -0.1em;
}

@media screen and (min-width: 1001px) {
  .l-header .header_link nav ul li .window-ico.window-ico-white::after {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .l-header .header_link nav ul li .window-ico.window-ico-white:hover::after {
    background: url(../img/common/ico_link_window02_wh.svg) center center no-repeat;
  }
}

.l-header .header_link nav ul .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 2rem;
}

.l-header .header_link .contact_list a {
	position: relative;
	display: inline-block;
	padding: 0.37em 1.6em 0.33em;
	border: 2px solid #193764;
	color: #fff;
	background: #193764;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	border-radius: 20rem;
	-webkit-border-radius: 20rem;
	-moz-border-radius: 20rem;
	z-index: 0;
}

.l-header .header_link .contact_list a:hover {
	background: #B4D4DC;
	border-color: #B4D4DC;
}


.l-header .header_link .contact_list a.download {
	border-color: #C91127;
	background: #fff;
	color: #C91127;
}

.l-header .header_link .contact_list a.download:hover {
	background: #C91127;
	color: #fff;
}

.l-header .header_link .contact_list li:not(:last-child) {
	margin-right: 1.0rem;
}

.l-header .sublink_list {
	position: absolute;
	right: 0;
	top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:1.7em;
}
.l-header .sublink_list li {
}
.l-header .sublink_list a {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
}

.l-header .sublink_list a .ico {
	margin-right: 0.3rem;
}
.l-header .sublink_list a .st {
	color: #025081;
}


.l-header .header_link .bottom {
	display: none;
}

.l-header .hamburger_icon {
	display: none;
}

.page_tit {
	margin-bottom: 3.2rem;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
}

#main_visual02 {
	position: relative;
	margin-bottom: 7rem;
	padding: 14em 0 9rem;
	text-align: center;
}

#main_visual02 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#main_visual02 .bg .deco01 {
	position: absolute;
	left: 8%;
	bottom: 5%;
	width: 22rem;
	height: 18rem;
	background: url(../img/common/deco.svg) center center no-repeat;
	background-size: contain;
}

#main_visual02 .bg .deco02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42rem;
	height: 24rem;
	background: url(../img/common/main_visual02_deco02.webp) center center no-repeat;
	background-size: contain;
}

#main_visual02 .tit {
	margin-bottom: 3.8rem;
	font-size: 4.6rem;
}

#main_visual02 .tit .tit_logo {
	width: 48rem;
	margin-right: 2rem;
	vertical-align: -0.12em;
}


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

	.l-header .header_link nav ul li:has(.child_list){
		padding-right: 1rem;
	}
	
	.l-header .sublink_list a::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0.12em;
		width: 0;
		height: 1px;
		background: #025081;
		transition: all 0.2s;
		visibility: hidden;
	}
	
	.l-header .sublink_list a:hover::before {
		width: 100%;
		visibility: visible;
	}
	
	.scrolled .l-header{
		top: -4.3rem;
	}
	
	.scrolled .l-header .header_link {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	
	.scrolled .l-header .logo,
	.scrolled .l-header .sublink_list{
		visibility: hidden;
	}
	
	.online-meeting #main_visual02,
	.document-request #main_visual02,
	.contact #main_visual02,
	.thanks #main_visual02{
		margin-bottom: 2.6rem;
		padding-top: 13rem;
	}
	.online-meeting #main_visual02 .tit,
	.document-request #main_visual02 .tit,
	.contact #main_visual02 .tit,
	.thanks #main_visual02 .tit{
		font-size: 3.7rem;
	}
	.online-meeting .section_first ,
	.document-request .section_first ,
	.contact .section_first {
		margin-top: 0;
	}
}


.pan_list {
	position: relative;
	max-width: 130rem;
	width: 90%;
	margin: 0 auto;
	padding: 1.5rem 0;
	z-index: 0;
}

.pan_list li {
	position: relative;
	font-size: 1em;
	display: inline-block;
	color: #193764;
}

.pan_list li:not(:first-child) {
	margin-left: 0.9em;
	padding-left: 4.3rem;
}

.pan_list li:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2.4rem;
	height: 0.2rem;
	background: #193764;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.pan_list li a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pan_list li a:hover {
	color: #193764;
	text-decoration: underline;
}

#main_visual03 {
	position: relative;
	padding: 26rem 0 5.5rem;
}

#main_visual03 .content_bg {
	left: 0;
	right: 100%;
	top: 29.5rem;
	bottom: -32rem;
	width: auto;
	height: auto;
	background: #F5F5F5;
	border-radius: 0 6rem 6rem 0;
	-webkit-border-radius: 0 6rem 6rem 0;
	-moz-border-radius: 0 6rem 6rem 0;
	-webkit-transition: right 0.7s;
	transition: right 0.7s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

#main_visual03 .content_bg.sc_animation.is-animated {
	right: 10%;
}

#main_visual03 .tit {
	margin-bottom: 6rem;
	font-size: 4.6rem;
}

#main_visual03 .subtit {
	margin-bottom: 2.5rem;
	font-size: 2.5rem;
}

#main_visual03 .txt {
	max-width: 86.3rem;
}

#main_visual04 {
	padding: 22rem 0 9rem;
}

#main_visual05 {
	position: relative;
	margin-top: 10rem;
	text-align: center;
	z-index: 0;
}

#main_visual05 .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	min-height: 32rem;
	padding: 4rem 0;
	color: #fff;
	font-size: 3.8rem;
	text-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.85);
}

#main_visual05 .back_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#main_visual05 .back_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
	html {
		font-size: 56% !important;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1300px) {
	html {
		font-size: 56% !important;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
	#main_visual02 .bg .deco01 {
		left: 2%;
		width: 18rem;
		height: 16rem;
	}

	#main_visual02 .bg .deco02 {
		width: 32rem;
		height: 20rem;
		bottom: -2rem;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1240px) {
	html {
		font-size: 56% !important;
	}
	
	.l-header .header_link nav ul li:not(:last-child){
		margin-right: 1vw;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1120px) {
	.l-header .logo a img {
		width: 20rem;
	}

	.l-header .header_link {
		right: 2rem;
	}

	.l-header .header_link nav ul li a,
	.l-header .header_link nav ul li p {
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
}

@media screen and (min-width: 1001px) {
	.l-header .header_link nav ul li {
		position: relative;
		z-index: 0;
	}

	.l-header .header_link nav ul li.active::before {
		display: none;
	}

	.l-header .header_link nav > ul > li a,
	.l-header .header_link nav > ul > li p {
		position: relative;
	}

	.l-header .header_link nav > ul > li::before,
	.l-header .header_link nav > ul > li::before {
		content: "";
		position: absolute;
		left: 50%;
		display: block;
		width: 0;
		bottom: -0.3rem;
		height: 3px;
		background: #c91127;
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-webkit-transition: width 0.2s;
		transition: width 0.2s;
		z-index: 2;
	}

	.l-header .header_link nav > ul > li:hover::before,
	.l-header .header_link nav > ul > li:hover::before {
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	.l-header .header_link .contact_list li::before {
		display: none;
	}

	.l-header .header_link nav ul li:hover .child_list {
		visibility: visible;
		opacity: 1;
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}

	.l-header .header_link nav ul li:hover .child_list.horizontal {
		transform: translate(-50%, 0) scale(1, 1);
		-webkit-transform: translate(-50%, 0) scale(1, 1);
	}

	.l-header .header_link nav ul li .child_list {
		position: absolute;
		left: 0;
		top: 100%;
		width: 18em;
		display: block;
		visibility: hidden;
		opacity: 0;
		background: #fff;
		-webkit-box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transform: scale(1, 0);
		-webkit-transform: scale(1, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		border-radius: 0 0 1rem 1rem;
		-webkit-border-radius: 0 0 1rem 1rem;
		-moz-border-radius: 0 0 1rem 1rem;
		overflow: hidden;
	}

	.l-header .header_link nav ul li .child_list.wide {
		left: 40%;
		width: 80vw;
		max-width: 115rem;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	.l-header .header_link nav ul li .child_list li {
		margin-right: 0;
	}

	.l-header .header_link nav ul li .child_list li:not(:last-child) {
		border-bottom: 1px solid #cccccc;
	}

	.l-header .header_link nav ul li .child_list li a {
		display: block;
		padding: 1.6rem 2rem;
	}

	.l-header .header_link nav ul li .child_list li a:hover {
		color: #fff;
		background: #193764;
	}

	.l-header .header_link nav ul li .child_list li a::before {
		display: none !important;
	}

	.l-header .header_link nav ul li .child_list.horizontal {
		left: 43%;
		transform: translate(-50%, 0) scale(1, 0);
		-webkit-transform: translate(-50%, 0) scale(1, 0);
	}
	
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 59% !important;
	}

	html.no-scroll {
		overflow: hidden;
	}

	body {
		min-width: 1px;
		font-size: 1.4rem;
	}

	body.sp_bottom_space {
		padding-bottom: 8rem;
	}

	.section_wrap {
		margin-bottom: 6.5rem;
	}

	.content_wrap {
		max-width: 60rem;
		width: 86%;
		margin: 0 auto;
	}

	.section_first {
		margin-top: 5rem;
	}

	.l-header {
		background: #fff;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		z-index: 11;
	}

	.l-header .header_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: none;
		width: 100%;
		height: 5.6rem;
	}

	.l-header .logo {
		padding-left: 5%;
	}

	.l-header .header_link {
		position: absolute;
		right: 0;
		top: -100%;
		width: 100vw;
		padding-top: 0;
		background: #fff;
		visibility: hidden;
		background: #fff;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		opacity: 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.l-header .header_link .inner_wrap {
		height: 100dvh;
		overflow-y: auto;
	}

	.l-header .header_link .inner {
		position: relative;
		height: 100dvh;
		padding-top: 4.5rem;
		overflow-y: auto;
	}

	.l-header .header_link .box {
		margin: 0 auto;
	}

	.l-header .header_link .sp_logo {
		margin-bottom: 1.8rem;
		text-align: center;
	}

	.l-header .header_link .sp_logo img {
		width: 11rem;
	}

	.l-header .header_link .contact_list {
		position: absolute;
		top: 165px;
		left: 1rem;
		right: 1rem;
		text-align: center;
		border: none;
		max-width: 21rem;
		margin: 0 auto;
	}

	.l-header .header_link .contact_list li {
		border: none;
	}

	.l-header .header_link .contact_list li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	.l-header .header_link .contact_list a {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.l-header .header_link nav {
		display: block;
		margin-top: 14.7rem;
		margin-bottom: 1.8rem;
		text-align: center;
	}

	.l-header .header_link nav > ul {
		border-top: 1px dashed #cccccc;
	}

	.l-header .header_link nav > ul > li {
		border-bottom: 1px dashed #cccccc;
	}

	.l-header .header_link nav ul {
		display: block;
	}

	.l-header .header_link nav ul li {
		position: relative;
		z-index: 0;
	}

	.l-header .header_link nav ul li.open .arrow {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.l-header .header_link nav ul li:not(:last-child) {
		margin-right: 0;
	}


	.l-header .header_link nav ul li a,
	.l-header .header_link nav ul li p {
		display: block;
		padding: 1.35rem 0;
		font-weight: 700;
		font-size: 1.7rem;
	}

	.l-header .header_link nav ul li .arrow {
		right: 2rem;
		top: 2.6rem;
		border-top-width: 1rem;
		border-right-width: 0.8rem;
		border-left-width: 0.8rem;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.l-header .header_link nav ul li.main .arrow {
		top: 4.8rem;
	}

	.l-header .header_link nav ul li .arrow + * {
		display: none;
	}

	.l-header .header_link nav ul li .child_list {
		z-index: 1;
		background: #F5F5F5;
	}

	.l-header .header_link nav ul li .child_list li:not(:last-child) {
		border-bottom: 1px solid #D9D9D9;
	}
	
	.l-header .header_link nav ul li .box {
		display: block;
		padding: 0 0 2rem;
	}
	
	.l-header .sublink_list {
		position: static;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		gap:0;
		width: 90%;
		max-width: 32rem;
		margin: 2rem auto 3rem;
		border: 1px solid #999;
		border-bottom: none;
	}
	
	.l-header .sublink_list li {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #999;
	}
	
	.l-header .sublink_list li:nth-child(odd) {
		border-right: 1px solid #999;
	}

	.l-header .sublink_list li a{
		display: block;
		padding: 0.35rem 0;
		font-size: 1.3rem;
	}
	.l-header .header_link .bottom {
		display: block;
		padding: 0 3rem;
	}

	.l-header .header_link .bottom ul li {
		display: inline-block;
		font-size: 0.8em;
		line-height: 1.5;
	}

	.l-header .header_link .bottom ul li:not(:last-child) {
		margin-right: 1.5rem;
		padding-right: 1.5rem;
		border-right: 1px solid #999;
		margin-bottom: 1.6rem;
	}

	.l-header .header_link.open {
		top: 0;
		opacity: 1;
		visibility: visible;
	}

	.l-header .hamburger_icon {
		position: absolute;
		right: 0.8rem;
		top: 50%;
		display: block;
		width: 4.4rem;
		height: 4.4rem;
		z-index: 1001;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.l-header .hamburger_icon #nav-toggle {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 2.4rem;
		height: 1.6rem;
	}

	.l-header .hamburger_icon #nav-toggle span {
		position: absolute;
		display: block;
		left: 50%;
		top: 0;
		width: 100%;
		height: 1px;
		background: #1e1e1e;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.l-header .hamburger_icon #nav-toggle span:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.l-header .hamburger_icon #nav-toggle span:nth-child(3) {
		top: auto;
		bottom: 0;
	}

	.l-header .hamburger_icon.open #nav-toggle span {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
	}

	.l-header .hamburger_icon.open #nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	.l-header .hamburger_icon.open #nav-toggle span:nth-child(3) {
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%) rotate(-45deg);
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	}

	.page_tit {
		margin-bottom: 2.5rem;
		font-size: 2.58rem;
		font-weight: bold;
	}

	#main_visual02 {
		margin-bottom: 6rem;
		padding: 14rem 0 6rem;
	}

	#main_visual02 .bg .deco01 {
		bottom: auto;
		top: 6rem;
		width: 12rem;
		height: 8rem;
	}

	#main_visual02 .bg .deco02 {
		width: 28rem;
		height: 13rem;
	}

	#main_visual02 .tit {
		margin-bottom: 2rem;
		font-size: 3.35rem;
	}

	#main_visual02 .tit .tit_logo {
		display: block;
		margin: 0 auto 1.2rem;
		padding-top: 2rem;
		width: 32rem;
	}

	.pan_list {
		max-width: none;
		width: 90%;
	}

	.pan_list li {
		font-size: 0.8em;
	}

	.pan_list li:not(:first-child) {
		margin-left: 0.6em;
		padding-left: 2.6rem;
	}

	.pan_list li:not(:first-child)::before {
		width: 1.7rem;
	}

	#main_visual03 {
		padding: 14rem 0 3rem;
	}

	#main_visual03 .content_bg {
		top: 17rem;
		bottom: 0;
	}

	#main_visual03 .content_bg.sc_animation.is-animated {
		right: 5%;
	}

	#main_visual03 .tit {
		margin-bottom: 4rem;
		font-size: 3.6rem;
	}

	#main_visual03 .subtit {
		font-size: 2rem;
	}

	#main_visual03 .txt {
		font-size: 1.4rem;
	}

	#main_visual04 {
		padding: 12rem 0 4rem;
	}

	#main_visual04 .content_wrap {
		width: 80%;
	}

	#main_visual05 {
		margin-top: 5rem;
	}

	#main_visual05 .tit {
		min-height: 26rem;
		padding: 3rem 0;
		font-size: 3rem;
	}

}

@media screen and (max-width: 540px) {
	#main_visual02 {
		margin-top: 5.6rem;
		padding: 8.5rem 0 2rem;
	}

	#main_visual02 .bg .deco01 {
		top: 2rem;
		left: 5%;
		width: 6rem;
		height: 5rem;
	}

	#main_visual02 .bg .deco02 {
		bottom: -3rem;
		width: 10rem;
		height: 6rem;
	}

	#main_visual02 .tit {
		font-size: 2.75rem;
	}

	.pan_list li {
		font-size: 0.7em;
	}

	.pan_list li:not(:first-child) {
		margin-left: 0.4em;
		padding-left: 2.2rem;
	}

	.pan_list li:not(:first-child)::before {
		width: 1.4rem;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 43% !important;
	}
}

.top #main_visual {
	position: relative;
	margin-top: 10rem;
	z-index: 0;
}

.top #main_visual .content_wrap {
	position: static;
	max-width: 160rem;
}

.top #main_visual .txtbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 41%;
	height: calc(100vh - 10rem);
	max-height: 50vw;
	min-height: 63rem;
	padding: 8rem 0;
}

.top #main_visual .head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 7.5rem;
	padding-left: 25%;
}

.top #main_visual .head .subimg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 23%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.top #main_visual .head .txt {
	color: #000;
	font-weight: bold;
	font-size: 1.07vw;
	letter-spacing: 0.06em;
}

.top #main_visual .head .tit {
	color: #193764;
	font-size: 2.6vw;
	letter-spacing: 0.06em;
}

.top #main_visual .logo {
	margin-bottom: 8.5rem;
}

.top #main_visual .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top #main_visual .list li {
	width: 49%;
}

.top #main_visual .list li a:hover {
	opacity: 0.5;
}

.top #main_visual .img {
	position: absolute;
	left: 46.5%;
	right: 0.5%;
	top: 47%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: -1;
}

.top #main_visual .device {
	position: absolute;
	bottom: 1.5rem;
	right: 0;
	z-index: 1;
}

.top #main_visual .device a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.4em 2.9em 1.4em;
	background: #fff;
	border: 0.3rem solid #193764;
	border-right: none;
	font-size: 0.53vw;
	-webkit-box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15);
	border-radius: 1.6rem 0 0 1.6rem;
	-webkit-border-radius: 1.6rem 0 0 1.6rem;
	-moz-border-radius: 1.6rem 0 0 1.6rem;
}

.top #main_visual .device a:hover {
	opacity: 0.6;
}

.top #main_visual .device img {
	width: 7.6vw;
	margin-right: 1.7em;
}

.top #main_visual .device .tit {
	padding-top: 0.5em;
	font-size: 2.5em;
	color: #193764;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.top #main_visual .device .sub {
	font-size: 1.5em;
	font-weight: bold;
}

@media screen and (min-width: 1801px) {
	.top #main_visual .txtbox {
		max-height: 86rem;
	}

	.top #main_visual .head {
		font-size: 1.8rem;
	}

	.top #main_visual .head .txt {
		font-size: 1.07em;
	}

	.top #main_visual .head .tit {
		font-size: 2.6em;
	}

	.top #main_visual .device a {
		font-size: 0.86rem;
	}

	.top #main_visual .device a img {
		width: 13rem;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
	.top #main_visual .txtbox {
		min-height: 43vw;
	}
}

@media screen and (max-width: 1000px) {
	.top #main_visual {
		margin-top: 11rem;
		margin-bottom: 4rem;
	}

	.top #main_visual .txtbox {
		width: auto;
		height: auto;
		max-height: none;
		min-height: 0;
		padding: 0;
	}

	.top #main_visual .head {
		margin-bottom: 1.5rem;
		padding-left: 23%;
	}

	.top #main_visual .head .subimg {
		top: auto;
		bottom: 0.5rem;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		width: 22%;
	}

	.top #main_visual .head .txt {
		font-size: 2.6vw;
	}

	.top #main_visual .head .tit {
		font-size: 6.2vw;
		line-height: 1.5;
	}

	.top #main_visual .head .tit span {
		display: block;
	}

	.top #main_visual .logo {
		margin-bottom: 2rem;
		text-align: center;
	}

	.top #main_visual .list {
		display: block;
		text-align: center;
		max-width: 83%;
		margin: 0 auto;
	}

	.top #main_visual .list li {
		width: auto;
	}

	.top #main_visual .img {
		position: static;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}

	.top #main_visual .device {
		position: static;
		margin-right: -10%;
		margin-left: 25%;
		margin-top: -0.6rem;
		margin-bottom: 2.6rem;
	}

	.top #main_visual .device a {
		padding: 1.4em 2.9em 1.4em;
		font-size: 1.6vw;
	}

	.top #main_visual .device a:hover {
		opacity: 0.6;
	}

	.top #main_visual .device img {
		width: 19vw;
		margin-right: 0;
	}

	.top #main_visual .device .tit {
		font-size: 2.2em;
	}
}

.animation.ShowIn,
.animation.ShowInScale,
.animation.ShowInUp,
.animation.SlideLeft,
.animation.SlideRight,
.animation.SlideUp {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.animation.is-animated.SlideLeft {
	-webkit-animation: SlideLeft cubic-bezier(0.34, 0.8, 0.64, 1) 1.4s 1 normal forwards;
	animation: SlideLeft cubic-bezier(0.34, 0.8, 0.64, 1) 1.4s 1 normal forwards;
}

.animation.is-animated.SlideRight {
	-webkit-animation: SlideRight cubic-bezier(0.34, 0.8, 0.64, 1) 1.4s 1 normal forwards;
	animation: SlideRight cubic-bezier(0.34, 0.8, 0.64, 1) 1.4s 1 normal forwards;
}

.animation.is-animated.SlideUp {
	-webkit-animation: SlideUp cubic-bezier(0.34, 1.56, 0.64, 1) 1.6s 1 normal forwards;
	animation: SlideUp cubic-bezier(0.34, 1.56, 0.64, 1) 1.6s 1 normal forwards;
}

.animation.is-animated.ShowIn {
	-webkit-animation: ShowIn cubic-bezier(0.34, 0.7, 0.8, 1) 1s 1 normal forwards;
	animation: ShowIn cubic-bezier(0.34, 0.7, 0.8, 1) 1s 1 normal forwards;
}

.animation.is-animated.ShowInScale {
	-webkit-animation: ShowInScale cubic-bezier(0.34, 1.3, 0.8, 1) 1.6s 1 normal forwards;
	animation: ShowInScale cubic-bezier(0.34, 1.3, 0.8, 1) 1.6s 1 normal forwards;
}

.animation.is-animated.ShowInUp {
	-webkit-animation: ShowInUp ease-in-out 0.95s 1 normal forwards;
	animation: ShowInUp ease-in-out 0.95s 1 normal forwards;
}

.animation.ShowInBg {
	overflow: hidden;
	-webkit-transition: all 3s;
	transition: all 3s;
	opacity: 0;
	-webkit-filter: blur(2rem);
	-moz-filter: blur(2rem);
	-o-filter: blur(2rem);
	-ms-filter: blur(2rem);
	filter: blur(2rem);
}

.animation.ShowInBg.is-animated {
	opacity: 1;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
}

.animation.ShowInImg {
	overflow: hidden;
}

.animation.ShowInImg img {
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 2s;
	transition: all 2s;
}

.animation.ShowInImg.is-animated img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.animation.ShowInImg02 {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.animation.ShowInImg02::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1e1e1e;
	z-index: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.animation.ShowInImg02 img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.animation.ShowInImg02.is-animated::before {
	width: 0;
}

@-webkit-keyframes SlideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(2rem, 0);
		transform: translate(2rem, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes SlideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(2rem, 0);
		transform: translate(2rem, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes SlideRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(-2rem, 0);
		transform: translate(-2rem, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes SlideRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(-2rem, 0);
		transform: translate(-2rem, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes SlideUp {
	0% {
		-webkit-transform: translate(0, 2rem);
		transform: translate(0, 2rem);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes SlideUp {
	0% {
		-webkit-transform: translate(0, 2rem);
		transform: translate(0, 2rem);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes ShowIn {
	0% {
		opacity: 0;
		-webkit-filter: blur(2rem);
		-moz-filter: blur(2rem);
		-o-filter: blur(2rem);
		-ms-filter: blur(2rem);
		filter: blur(2rem);
		-webkit-transform: translate(0, 5rem);
		transform: translate(0, 5rem);
	}

	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes ShowIn {
	0% {
		opacity: 0;
		-webkit-filter: blur(2rem);
		-moz-filter: blur(2rem);
		-o-filter: blur(2rem);
		-ms-filter: blur(2rem);
		filter: blur(2rem);
		-webkit-transform: translate(0, 5rem);
		transform: translate(0, 5rem);
	}

	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes ShowInScale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ShowInScale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes ShowInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 8rem);
		transform: translate(0, 8rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes ShowInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 8rem);
		transform: translate(0, 8rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ShowInTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.ShowInTitle.common_tit,
.ShowInTitle.page_tit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ShowInTitle span {
	display: block;
	transform: translate(0, 105%);
	-webkit-transform: translate(0, 105%);
	-webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.ShowInTitle span:nth-child(1) {
	-webkit-transition-delay: 50ms !important;
	transition-delay: 50ms !important;
}

.ShowInTitle span:nth-child(2) {
	-webkit-transition-delay: 0.1s !important;
	transition-delay: 0.1s !important;
}

.ShowInTitle span:nth-child(3) {
	-webkit-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.ShowInTitle span:nth-child(4) {
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}

.ShowInTitle span:nth-child(5) {
	-webkit-transition-delay: 0.25s !important;
	transition-delay: 0.25s !important;
}

.ShowInTitle span:nth-child(6) {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.ShowInTitle span:nth-child(7) {
	-webkit-transition-delay: 0.35s !important;
	transition-delay: 0.35s !important;
}

.ShowInTitle span:nth-child(8) {
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
}

.ShowInTitle span:nth-child(9) {
	-webkit-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.ShowInTitle span:nth-child(10) {
	-webkit-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}

.ShowInTitle span:nth-child(11) {
	-webkit-transition-delay: 0.55s !important;
	transition-delay: 0.55s !important;
}

.ShowInTitle span:nth-child(12) {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.ShowInTitle span:nth-child(13) {
	-webkit-transition-delay: 0.65s !important;
	transition-delay: 0.65s !important;
}

.ShowInTitle span:nth-child(14) {
	-webkit-transition-delay: 0.7s !important;
	transition-delay: 0.7s !important;
}

.ShowInTitle span:nth-child(15) {
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.ShowInTitle span:nth-child(16) {
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important;
}

.ShowInTitle span:nth-child(17) {
	-webkit-transition-delay: 0.85s !important;
	transition-delay: 0.85s !important;
}

.ShowInTitle span:nth-child(18) {
	-webkit-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.ShowInTitle span:nth-child(19) {
	-webkit-transition-delay: 0.95s !important;
	transition-delay: 0.95s !important;
}

.ShowInTitle span:nth-child(20) {
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
}

.ShowInTitle span:nth-child(21) {
	-webkit-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.ShowInTitle span:nth-child(22) {
	-webkit-transition-delay: 1.1s !important;
	transition-delay: 1.1s !important;
}

.ShowInTitle span:nth-child(23) {
	-webkit-transition-delay: 1.15s !important;
	transition-delay: 1.15s !important;
}

.ShowInTitle.is-animated span {
	transform: translate(0) !important;
	-webkit-transform: translate(0) !important;
}

@media screen and (min-width: 1001px) {
	.pc-animation-delay1 {
		-webkit-animation-delay: 0.1s !important;
		animation-delay: 0.1s !important;
	}

	.pc-animation-delay2 {
		-webkit-animation-delay: 0.2s !important;
		animation-delay: 0.2s !important;
	}

	.pc-animation-delay3 {
		-webkit-animation-delay: 0.3s !important;
		animation-delay: 0.3s !important;
	}

	.pc-animation-delay4 {
		-webkit-animation-delay: 0.4s !important;
		animation-delay: 0.4s !important;
	}

	.pc-animation-delay5 {
		-webkit-animation-delay: 0.5s !important;
		animation-delay: 0.5s !important;
	}

	.pc-animation-delay6 {
		-webkit-animation-delay: 0.6s !important;
		animation-delay: 0.6s !important;
	}

	.pc-animation-delay7 {
		-webkit-animation-delay: 0.7s !important;
		animation-delay: 0.7s !important;
	}

	.pc-animation-delay8 {
		-webkit-animation-delay: 0.8s !important;
		animation-delay: 0.8s !important;
	}

	.pc-animation-delay9 {
		-webkit-animation-delay: 0.9s !important;
		animation-delay: 0.9s !important;
	}

	.pc-animation-delay10 {
		-webkit-animation-delay: 1s !important;
		animation-delay: 1s !important;
	}
}

.transition-delay1 {
	-webkit-transition-delay: 0.1s !important;
	transition-delay: 0.1s !important;
}

.transition-delay2 {
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}

.transition-delay3 {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.transition-delay4 {
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
}

.transition-delay5 {
	-webkit-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}

.transition-delay6 {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.transition-delay7 {
	-webkit-transition-delay: 0.7s !important;
	transition-delay: 0.7s !important;
}

.transition-delay8 {
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important;
}

.transition-delay9 {
	-webkit-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.transition-delay10 {
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
}

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


/* ==============================
  ポップアップ
================================= */

.popup {
	display: grid;
	position: fixed; /* 絶対配置にするため fixed を指定 */
	top: 0; /* 画面の上端に揃える */
	left: 0; /* 画面の左端に揃える */
	width: 100%;
	height: 100vh;
	padding: 30px 0;
	background-color: rgba(160, 160, 160, 0.65);
	place-items: center;
	z-index: 9999;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	pointer-events: none;
	overflow-y: auto;
}

.popup.active {
	display: grid; /* 表示状態 */
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

body.has_scrolled_footer .popup{
	opacity: 0 !important;
	transform: translateY(20px) !important;
	pointer-events: none !important;
}
	
.popup_content {
	width: 80%;
	max-width: 879px;
	position: relative;
}
	
.popup_image_close {
	width: 55px;
	position: absolute;
	top: -25px;
	right: -25px;
	cursor: pointer;
	transition: all 0.3s;
}

.popup_image_close:hover{
	opacity: 0.7;
}
  
@media screen and (max-width: 1000px) {
	.popup_image_close {
		width: 42px;
	}
}

  



body{
	font-family:Arial, "Helvetica Neue", "Noto Sans JP", sans-serif;
}

.en{
	letter-spacing:0.05em;
}

.pt-0 {
	padding-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mt-6 {
	margin-top: 6rem !important
}

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

@media screen and (min-width:1001px) {
	.drag_scroll {
		cursor: grab
	}
}

.width-auto {
	width: auto !important
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out
}

a.imgLink {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.link_window {
	color: #193764;
}

.link_window:hover {
	text-decoration: underline;
}

.link_window::after {
	content: '';
	margin-left: 0.2em;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/common/ico_link_window02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}

a.blocklink {
	display: block
}

a.blocklink:hover {
	opacity: 0.6
}

.v-middle {
	vertical-align: middle
}

.d-i-block {
	display: inline-block
}

.candidate_list {
	margin-bottom: 1.8rem
}

.candidate_list li {
	padding: 0.7rem 1.5rem;
	border: solid 1px #dedede;
	color: #356cd2;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	transition: all 0.3s;
	cursor: pointer
}

.candidate_list li:not(:last-child) {
	margin-bottom: 0.8rem
}

@media screen and (min-width:1001px) {
	.candidate_list li:hover {
		background: #dedede
	}
}

.tit .new {
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C91127;
	color: #fff;
	border-radius: 10rem;
	padding: 0.5rem;
	width: 8rem;
	margin: 0 auto
}

.tit_style01 {
	position: relative;
	padding: 1.5rem 2rem;
	border: 4px solid #000
}

.tit_style01:before,
.tit_style01:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	border-top: 4px dotted #000
}

.tit_style01:before {
	top: 6px
}

.tit_style01:after {
	bottom: 6px
}

.tit_style02 {
	position: relative;
	margin-bottom: 6rem;
	padding-bottom: 3rem;
	font-size: 3.6rem;
	z-index: 0;
	text-align: center
}

.tit_style02:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3.5rem;
	height: 0.4rem;
	background: #193764;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0)
}

.dl_style01:not(:last-child) {
	margin-bottom: 1.2em
}

.dl_style01 dt {
	position: relative;
	padding: 0.8rem 1.6rem;
	border: 1px solid #B4D4DC;
	font-weight: 500;
	margin-bottom: 1rem
}

.dl_style01 dt:before,
.dl_style01 dt:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	border-top: 1px dotted #B4D4DC
}

.dl_style01 dt:before {
	top: 0.3rem
}

.dl_style01 dt:after {
	bottom: 0.3rem
}

.dl_style01 dd {
	display: block;
	font-weight: 500
}

.block_style01 {
	margin-top: 2.5rem;
	padding: 2.6rem;
	border: 3px dotted #C91127;
	text-align: left;
	border-radius: 2.6rem;
	-webkit-border-radius: 2.6rem;
	-moz-border-radius: 2.6rem
}

.block_style01 h3 {
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
	color: #193764;
	font-weight: bold;
	font-size: 1.15em !important
}

.block_style01 h4 {
	font-weight: bold
}

.wp-block-buttons {
	margin-top: 1.5rem
}

.wp-block-buttons .wp-block-button {
	margin: 0 auto !important
}

.wp-block-button__link {
	position: relative;
	display: inline-block;
	background-color: #193764 !important;
	border-radius: 0.4rem !important;
	-webkit-border-radius: 0.4rem !important;
	-moz-border-radius: 0.4rem !important;
	z-index: 0;
	overflow: hidden
}

.wp-block-button__link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: -moz-linear-gradient(left, #da1634, #b90c1b);
	background: -webkit-linear-gradient(left, #da1634, #b90c1b);
	background: linear-gradient(to right, #da1634, #b90c1b);
	visibility: hidden;
	transition: all 0.3s;
	z-index: -1
}

.wp-block-button__link:hover::before {
	width: 100%;
	visibility: visible
}

.text_link {
	color: #193764;
	text-decoration: underline
}

.text_link:hover {
	text-decoration: none
}

.text_link02 {
	text-decoration: none
}

.text_link02:hover {
	text-decoration: underline
}

.hover:hover {
	-webkit-animation: hover cubic-bezier(0.34, 0.8, 0.64, 1) 1.8s infinite normal forwards;
	animation: hover cubic-bezier(0.34, 0.8, 0.64, 1) 1.8s infinite normal forwards
}

.hover_bg {
	background: #C91127;
	color: #fff;
	border: 2px solid #C91127;
}

.hover_bg:hover {
	background: #fff;
	color: #C91127;
}

.hover_bg.bg_primary {
	background: #193764;
	border-color: #193764;
}

.hover_bg.bg_primary:hover {
	background: #fff;
	color: #193764;
}

.hover_scale {
	transition: all 0.3s
}

.hover_scale:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15)
}

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

ul {
	list-style-type: none
}

.pc_only {
	display: inherit
}

.big {
	font-size: 1.1em
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.txt_vt {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright
}

.small {
	font-size: 0.9em
}

.small02 {
	font-size: 0.7em
}

.white {
	color: #fff
}

.red {
	color: #c91127
}

.black {
	color: #000
}

.primary {
	color: #193764
}

.secondary {
	color: #B4D4DC
}

.em {
	color: #E33660 !important
}

.j-c-center {
	justify-content: center
}

.underline {
	background: linear-gradient(transparent 75%, #C91127 30%)
}

.txt_deco01 {
	position: relative;
	display: inline-block;
	padding: 0.8rem 3.8rem;
	background: #B4D4DC;
	color: #fff
}

.txt_deco01::before {
	content: "";
	position: absolute;
	left: 0.8rem;
	right: 0.8rem;
	top: 0.8rem;
	bottom: 0.8rem;
	border: 2px solid #fff
}

.txt_deco02 {
	color: #fff;
	margin-right: 0.3em;
	padding: 0.25em;
	background: #B4D4DC
}

.txt_deco03 {
	position: relative;
	display: inline-block;
	margin: 0.35em 0.5em;
	padding: 0.25em 0.5em;
	background: #B4D4DC;
	color: #fff
}

.txt_deco03::before {
	content: "";
	position: absolute;
	left: 0.2em;
	right: 0.2em;
	top: 0.2em;
	bottom: 0.2em;
	border: 1px solid #fff
}

.common_tit_deco {
	text-align: center
}

.common_tit_deco .tit_deco_img img {
	width: 18rem
}

.common_tit_deco .tit_deco_icon img {
	width: 3.2rem
}

.child_list .common_tit_deco .tit_deco_tit {
	margin-bottom: 1rem;
	font-size: 2rem;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.11em;
}

.common_deco {
	position: absolute;
	width: 17.9rem;
	height: 15.2rem;
	background: url(../img/common/common_deco.svg) center center no-repeat;
	background-size: contain;
	z-index: -1
}

.box_circle,
.box_circle_inner {
	box-shadow: 0.6rem 2rem 6rem 0px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.box_circle {
	padding: 5.4rem;
	max-width: 120rem;
	margin: 0 auto
}

.box_circle .box_circle_inner {
	position: relative;
	padding-bottom: 100%;
	z-index: 0
}

.box_circle .box_circle_inner .center {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.bg_gray {
	background: #F5F5F5
}

.bg01 {
	background: -moz-linear-gradient(left, #fff, #e7f1f3 50%, #fff);
	background: -webkit-linear-gradient(left, #fff, #e7f1f3 50%, #fff);
	background: linear-gradient(to right, #fff, #e7f1f3 50%, #fff)
}

.bg_dot {
	background: #F5F5F5
}

.bg_primary {
	background: #193764
}

.bg_secondary {
	background: #B4D4DC
}

.bg_red {
	background: #C91127
}

.bg_em {
	background: #E33660
}

.bg_gradient {
	background: -webkit-linear-gradient(left, #b4d4dc, #c9112726);
	background: -webkit-gradient(linear, left top, right top, from(#b4d4dc), to(#c9112726));
	background: -ms-linear-gradient(left, #b4d4dc, #c9112726);
	background: linear-gradient(95deg, #b4d4dc, #c9112726)
}

.block_wh {
	padding: 7rem;
	background: #fff;
	box-shadow: 0.4rem 1.2rem 5rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 4rem;
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem
}

.block_wh:not(:last-child) {
	margin-bottom: 7rem
}

.line_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.line_group .block_wh {
	width: calc((100% - 7rem) / 2);
	margin-bottom: 0
}

.ico {
	display: inline-block
}

.ico.ico_circus {
	width: 1.1rem;
	height: 1.2rem;
	margin-right: 1.0rem;
	background: url(../img/common/ico_circus.svg) center center no-repeat;
	background-size: contain;
}

.ico.ico_mic {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 1.0rem;
	background: url(../img/common/ico_mic.svg) center center no-repeat;
	background-size: contain;
}

.ico.ico_download {
	width: 1.6rem;
	height: 2rem;
	margin-right: 1.7rem;
	background: url(../img/common/ico_download.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}

.ico.ico_download02 {
	width: 1.6rem;
	height: 2rem;
	margin-right: 1.7rem;
	background: url(../img/common/ico_download02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}

.ico.ico_download03 {
	width: 1.9rem;
	height: 1.9rem;
	margin-right: 1.7rem;
	background: url(../img/common/ico_download_wh.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}
.ico.ico_online {
	width: 1.9rem;
	height: 1.9rem;
	margin-right: 1.7rem;
	background: url(../img/common/online_icon.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}

.ico.ico_mail {
	width: 2.2rem;
	height: 1.6rem;
	margin-right: 1.7rem;
	background: url(../img/common/ico_mail.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}

.ico.ico_tel_op {
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 1.7rem;
	background: url(../img/common/ico_tell_op.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.15em;
}

.ico.ico_link {
	width: 2rem;
	height: 2rem;
	background: url(../img/common/ico_arrow_button.png) center center no-repeat;
	background-size: contain
}

.ico.ico_link_window {
	width: 2rem;
	height: 2rem;
	background: url(../img/common/ico_link_window.png) center center no-repeat;
	background-size: contain
}

.ico_customize {
	width: 4rem;
	height: 4rem;
	background: url(../img/common/ico_customize.svg) center center no-repeat;
	background-size: contain
}

.ico_device {
	width: 4rem;
	height: 4rem;
	background: url(../img/common/ico_device.svg) center center no-repeat;
	background-size: contain
}

.ico.credit {
	width: 4.4rem;
	height: 3.2rem;
	background: url(../img/common/ico_credit.png) center center no-repeat;
	background-size: contain
}

.ico.shape {
	width: 4.1rem;
	height: 4.1rem;
	background: url(../img/common/ico_shape.png) center center no-repeat;
	background-size: contain
}

.ico.weight {
	width: 3.7rem;
	height: 3.7rem;
	background: url(../img/common/ico_weight.png) center center no-repeat;
	background-size: contain
}

.ico.config {
	width: 5.3rem;
	height: 5.4rem;
	background: url(../img/common/ico_config.png) center center no-repeat;
	background-size: contain
}

.ico.printer {
	width: 4.2rem;
	height: 4.5rem;
	background: url(../img/common/ico_printer.png) center center no-repeat;
	background-size: contain
}

.ico.electoric {
	width: 3rem;
	height: 4.4rem;
	background: url(../img/common/ico_electoric.png) center center no-repeat;
	background-size: contain
}

.ico.connect {
	width: 2.8rem;
	height: 4.1rem;
	background: url(../img/common/ico_connect.png) center center no-repeat;
	background-size: contain
}

.ico.network {
	width: 3.7rem;
	height: 4.1rem;
	background: url(../img/common/ico_network.png) center center no-repeat;
	background-size: contain
}

.ico.tablet {
	width: 3.3rem;
	height: 4.1rem;
	background: url(../img/common/ico_tablet.png) center center no-repeat;
	background-size: contain
}

.ico.height {
	width: 1.2rem;
	height: 3.2rem;
	background: url(../img/common/ico_height.png) center center no-repeat;
	background-size: contain
}

.ico.width {
	width: 3.3rem;
	height: 1.2rem;
	background: url(../img/common/ico_width.png) center center no-repeat;
	background-size: contain
}

.ico.depth {
	width: 2.2rem;
	height: 2.7rem;
	background: url(../img/common/ico_depth.png) center center no-repeat;
	background-size: contain
}

.ico.weight02 {
	width: 2.7rem;
	height: 2.7rem;
	background: url(../img/common/ico_weight02.png) center center no-repeat;
	background-size: contain
}

.ico.date {
	width: 2.0rem;
	height: 2.0rem;
	margin-right: 0.4em;
	background: url(../img/common/ico_time.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.2em;
}

.ico.changed_date {
	width: 2.0rem;
	height: 2.0rem;
	margin-right: 0.4em;
	background: url(../img/common/ico_changed_date.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.2em;
}

.ico.circle {
	position: relative;
	width: 1em;
	height: 1em;
	vertical-align: -0.1em;
	margin-right: 0.5em
}

.ico.circle::before,
.ico.circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background: #B4D4DC;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.ico.circle::after {
	width: 50%;
	height: 50%;
	background: #fff
}

.btn_wrap {
	text-align: center
}

.btn_wrap_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem 3%;
	max-width: 102rem;
	margin: 0 auto;
}

.btn_wrap_list li {
	flex: 1;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 2rem 9rem;
	background: #C91127;
	color: #fff;
	font-size: 2.15rem;
	font-weight: bold;
	border-radius: 20rem;
	-webkit-border-radius: 20rem;
	-moz-border-radius: 20rem;
	z-index: 0
}

.btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #193764;
	visibility: hidden;
	transition: all 0.3s;
	border-radius: 20rem;
	-webkit-border-radius: 20rem;
	-moz-border-radius: 20rem;
	z-index: -1
}

.btn:hover::after {
	width: 100%;
	visibility: visible
}

.btn_small {
	padding: 1.3rem 3rem;
	font-size: 1.55rem;
	box-shadow: none
}

.btn_small02 {
	font-size: 1.2rem !important;
	padding: 0.5em 2em !important;
	box-shadow: none
}

.btn.btn_primary {
	background: #193764
}

.btn.btn_primary::after {
	background: #B4D4DC
}

.btn.btn_type02 {
	background: #B4D4DC
}

.btn.btn_em {
	background: #E33660
}

.btn.btn_white {
	background: #fff;
	color: #000
}

.btn.btn_white::after {
	background: #B4D4DC
}

.btn.btn_outline {
	background: transparent;
	padding: 1.7rem 10rem;
	color: #193764;
	border: 2px solid #193764;
	box-shadow: none
}

.btn.btn_outline::after {
	background: #B4D4DC
}

.btn.btn_outline::before {
	content: "";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	width: 1rem;
	height: 1.6rem;
	background: url(../img/common/ico_btn_arrow.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.btn_wide {
	position: relative;
	display: block;
	max-width: 64rem;
	margin: 0 auto;
	font-size: 2.5rem;
	padding: 2.8rem 5rem;
	border: 2px solid #193764;
	color: #193764;
	background: #fff;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 1.4rem;
	-webkit-border-radius: 1.4rem;
	-moz-border-radius: 1.4rem;
	font-weight: bold
}

.btn_wide::before {
	content: "";
	position: absolute;
	right: 2.1rem;
	top: 50%;
	width: 1.8rem;
	height: 2.5rem;
	background: url(../img/common/ico_link03.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.btn_wide.em {
	color: #E33660;
	border-color: #E33660
}

.btn_wide.em::before {
	background-image: url(../img/common/ico_link03_event.svg)
}

.btn_wide:hover {
	background: #193764;
	color: #fff !important
}

.btn_wide:hover::before {
	background-image: url(../img/common/ico_link03_wh.svg)
}

.btn_wide:hover.em {
	background: #E33660
}

.btn02 {
	position: relative;
	display: inline-block;
	padding: 0.9rem 2.1rem;
	background: #000;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	box-shadow: 0.8rem 2rem 4rem 0px rgba(0, 0, 0, 0.16);
	z-index: 0
}

.btn02::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #193764;
	visibility: hidden;
	transition: all 0.3s;
	z-index: -1
}

.btn02:hover::before {
	width: 100%;
	visibility: visible
}

.box_type01,
.box_type02 {
	position: relative;
	padding: 12rem 0;
	z-index: 0
}

.box_type01 .bg,
.box_type02 .bg {
	position: absolute;
	left: 0;
	right: 4%;
	top: 0;
	height: 100%;
	background: #C91127;
	border-radius: 0 6rem 6rem 0;
	-webkit-border-radius: 0 6rem 6rem 0;
	-moz-border-radius: 0 6rem 6rem 0;
	overflow: hidden;
	z-index: -2
}

.box_type01 .bg::before,
.box_type02 .bg::before {
	content: "";
	position: absolute;
	left: 3%;
	top: 0;
	width: 1.1rem;
	height: 100%;
	background: url(../img/common/dashed_line_blue.png) center center repeat-y;
	background-size: contain
}

.box_type01 .bg::after,
.box_type02 .bg::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 8rem solid #6fc4ce;
	border-right: 8rem solid #6fc4ce;
	border-bottom: 8rem solid transparent;
	border-left: 8rem solid transparent
}

.box_type01 .content_wrap,
.box_type02 .content_wrap {
	max-width: 110rem
}

.box_type02 .bg {
	left: 4%;
	right: 0;
	background: #193764;
	border-radius: 6rem 0 0 6rem;
	-webkit-border-radius: 6rem 0 0 6rem;
	-moz-border-radius: 6rem 0 0 6rem
}

.box_type02 .bg::before {
	left: auto;
	right: 3%;
	background: url(../img/common/dashed_line_yellow.png) center center repeat-y;
	background-size: contain
}

.box_type02 .bg::after {
	left: 0;
	right: auto;
	border-bottom: 16rem solid transparent;
	border-left: 16rem solid #C91127;
	border-top: none;
	border-right: none
}

.feature_list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.8rem;
}

.feature_list li > *{
	display: block;
	padding: 0 1.1em;
	background: #D3EBEF;
	color: #193764;
	font-size: 1.2rem;
	font-weight: bold;
	color: #193764;
	border-radius: 0.4rem;
}

.feature_list li a:hover{
	background: #193764;
	color: #fff;	
}

.section_soon {
	text-align: center
}

.section_soon .tit {
	margin-bottom: 3rem;
	font-size: 4rem
}

.section_soon .txt {
	font-size: 1.1em
}

.section_list {
	padding: 0
}

.section_list .head {
	position: relative
}

.section_list .head .content_bg {
	background: #eaf0f2
}

.section_list .head .sub_tit {
	margin-bottom: 1.2rem;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center
}

.section_list .head .common_tit {
	margin-bottom: 0;
	padding-bottom: 4.8rem
}

.section_list .list_wrap {
	position: relative;
	padding: 8.4rem 0
}

.section_list .list_wrap .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.section_list .list_wrap .list li {
	width: 17.6%;
	margin-right: 3%
}

.section_list .list_wrap .list li:nth-child(5n) {
	margin-right: 0
}

.section_list .list_wrap .list li:nth-child(-n+10) {
	margin-bottom: 9.3rem
}

.section_list .list_wrap .list li .img {
	margin-bottom: 0.8rem
}

.section_list .list_wrap .list li .img img {
	width: 20rem
}

.section_list .list_wrap .list li .txt {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em
}

.l-footer {
	position: relative;
	z-index: 0
}

.l-footer .footer_contact {
	position: relative;
	padding: 3.4rem 0;
	z-index: 0
}

.l-footer .footer_contact .content_bg {
	background-image: url(../img/common/footer_contact_bg.webp);
	background-size: cover;
}

.l-footer .footer_contact .content_bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}

.l-footer .footer_contact .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.l-footer .footer_contact .left {
	width: 25rem;
	padding: 2.7rem 0 3.3rem;
	color: #fff;
	border-right: 1px solid #fff;
}

.l-footer .footer_contact .left * {
	color: #fff;
}

.l-footer .footer_contact .left .tit {
	margin-bottom: 0.3rem;
	line-height: 1.62;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.l-footer .footer_contact .left .tel {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}

.l-footer .footer_contact .left .date {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
}

.l-footer .footer_contact .left .online a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 1.7rem;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
}

.l-footer .footer_contact .left .online a:hover {
	background: rgba(255, 255, 255, 0.4);
}

.l-footer .footer_contact .left .online .ico {
	margin-right: 0.5rem;
}

.l-footer .footer_contact .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	max-width: 88rem;
	width: calc(100% - 32rem);
	padding-top: 3rem;
}

.l-footer .footer_contact .list li {
	width: 48%;
	max-width: 44rem;
}

.l-footer .footer_contact .list li a {
	position: relative;
	display: block;
	padding: 1.8rem;
	font-size: 1.8rem;
	padding-right: 2rem;
	font-weight: bold;
	text-align: center;
	background: #193764;
	color: #fff;
	line-height: 1.8;
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem;
	z-index: 0;
}

.l-footer .footer_contact .list li a.download {
	background: #C91127;
}

.l-footer .footer_contact .list li a:hover {
	background: #B4D4DC !important;
}

.l-footer .footer_contact .list li a::before {
	content: '';
	position: absolute;
	right: 2.4rem;
	top: 50%;
	width: 3.2rem;
	height: 0.8rem;
	background: url(../img/common/ico_btn_link_large.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.l-footer .footer_contact .list li a .ico {
	margin-right: 1rem;
}

.l-footer .footer_contact .list li .hukidashi {
	position: absolute;
	left: 50%;
	bottom: 91%;
	display: block;
	min-width: 25rem;
	padding: 0.3rem;
	background: #fff;
	color: #193764;
	font-size: 1.4rem;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem;
	z-index: 1;
	letter-spacing: 0;
}

.l-footer .footer_contact .list li .hukidashi::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	border-top: 0.7rem solid #fff;
	border-right: 0.7rem solid transparent;
	border-left: 0.7rem solid transparent;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}


.l-footer .footer_info {
	position: relative;
	padding: 5rem 0 4rem
}

.l-footer .footer_info .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5.6rem
}

.l-footer .footer_info .head .logo {
	margin-bottom: 2.5rem;
	padding-top: 1rem
}

.l-footer .footer_info .head .logo img {
	width: 33rem
}

.l-footer .footer_info .head .sub_nav {
	font-size: 0.9em
}

.l-footer .footer_info .head .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.l-footer .footer_info .head .list li:not(:last-child) {
	margin-right: 3rem
}

.l-footer .footer_info .head .list li.online img {
	width: 5.7rem
}

.l-footer .footer_info .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.l-footer .footer_info .footer_nav > ul li {
	margin-bottom: 1.4rem
}

.l-footer .footer_info .footer_nav > ul li a,
.l-footer .footer_info .footer_nav > ul li p {
	font-size: 1.5rem;
	font-weight: bold
}

.l-footer .footer_info .footer_nav > ul li a .ico,
.l-footer .footer_info .footer_nav > ul li p .ico {
	margin-left: 1rem;
	vertical-align: -0.2em
}

.l-footer .footer_info .footer_nav > ul li a:hover {
	color: #477f8d
}

.l-footer .footer_info .footer_nav > ul li a.window-ico::after {
    content: '';
    margin-left: 0.2em;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/ico_link_window02.svg) center center no-repeat;
    background-size: contain;
    vertical-align: -0.1em;
}

.l-footer .footer_info .footer_nav > ul li .child_list {
	margin-top: 2.9rem
}

.l-footer .footer_info .footer_nav > ul li .child_list a {
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 1em
}

.l-footer .footer_info .footer_nav > ul li .child_list a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8em;
	width: 0.2em;
	height: 0.2em;
	background: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.l-footer .bottom {
	padding: 2rem 0;
	background: #D9D9D9;
	font-size: 1.2rem;
	line-height: 1
}

.l-footer .bottom .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.l-footer .bottom ul li {
	display: inline-block
}

.l-footer .bottom ul li:not(:last-child) {
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #000
}

.l-footer .bottom small {
	display: block
}

input,
select,
textarea {
	width: 100%;
	padding: 1.2rem;
	background: #e8eef0;
	border: 1px solid transparent;
	font-size: 16px;
	-webkit-box-shadow: inset 0 1px 1px #1e1E1E1A;
	box-shadow: inset 0 1px 1px #1e1E1E1A;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem
}

input:focus,
select:focus,
textarea:focus {
	border-color: #1e1e1e;
	background: #fff
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
	color: #aaa;
	font-size: 0.8em
}

label {
	cursor: pointer
}

input,
select {
	height: 5rem;
	padding-top: 0;
	padding-bottom: 0
}

input[type=checkbox] {
	border: 0.2rem solid #999;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem
}

.radio_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem
}

.radio_list .wpcf7-list-item {
	display: block;
	margin: 0
}

.radio_list .wpcf7-list-item:not(:last-child) {
	margin: 0 1.5em 0 0
}

.radio_list .wpcf7-list-item.first {
	margin-left: 0
}

.radio_list .wpcf7-list-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.radio_list .wpcf7-list-item label input[type=radio] {
	width: 1.3em;
	height: 1.3em;
	margin-right: 0.5em;
	box-shadow: none;
}

.label_check {
	position: relative;
	padding-left: 2.6rem
}

.label_check input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 1.8rem;
	height: 1.8rem
}
/* safari */
_::-webkit-full-page-media, _:future, :root .label_check input[type=checkbox] {
	top: 0;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .label_check .wpcf7-list-item {
	margin: 0 0 0 2.5rem;
}

.submit_btn {
	width: 100%;
	height: 5.6rem;
	background: #c91127;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.submit_btn:disabled {
	background: #d0d0d0 !important
}

.submit_btn:hover {
	background: #a10e1f
}

.selectWrap {
	position: relative
}

.selectWrap::before {
	content: "";
	position: absolute;
	right: 1.6rem;
	top: 58%;
	border-top: 0.6rem solid #1e1e1e;
	border-bottom: 0.6rem solid transparent;
	border-right: 0.6rem solid transparent;
	border-left: 0.6rem solid transparent;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

textarea {
	width: 100%;
	height: 24rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1.6
}

select:disabled {
	background: #eee
}

.separate {
	display: inline-block;
	width: 1rem;
	height: 2px;
	background: #1e1e1e
}

.error_message {
	width: 100%;
	margin-top: 0.4rem;
	color: #c91127;
	font-size: 0.82em;
	line-height: 1.8
}

.common_sub {
	font-weight: bold;
	color: #B4D4DC;
	text-align: center
}

.common_titbox {
	position: relative;
	margin-bottom: 7.5rem
}

.common_titbox .bd {
	position: absolute;
	right: 103%;
	top: 0.4em
}

.common_titbox .bd span {
	display: block;
	width: 100rem;
	height: 5px;
	background: #C91127;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem
}

.common_titbox .bd span:nth-of-type(even) {
	background: #000
}

.common_titbox .bd span:not(:last-child) {
	margin-bottom: 1.3rem
}

.common_titbox.right_bd {
	text-align: right
}

.common_titbox.right_bd .bd {
	right: auto;
	left: 103%
}

.common_titbox .en {
	font-size: 6.3rem;
	font-weight: bold;
	line-height: 1.35
}

.common_titbox .ja {
	color: #C91127;
	font-size: 2rem
}

.common_tit {
	margin-bottom: 5.6rem;
	font-size: 3.7rem;
	text-align: center;
	letter-spacing: 0.1em
}

.common_tit::before {
	content: "";
	display: block;
	width: 4.7rem;
	height: 6.1rem;
	margin: 0 auto 3.1rem;
	background: url(../img/common/logo_mark.png) center center no-repeat;
	background-size: contain
}

.common_tit .txt_deco01 {
	font-size: 0.9em
}

.common_tit_sub {
	margin-top: -5rem;
	margin-bottom: 5.4rem;
	color: #C91127;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center
}

.common_tit02 {
	margin-bottom: 5rem;
	font-size: 3.6rem;
	text-align: center
}

.common_tit02::after {
	content: "";
	display: block;
	width: 9.8rem;
	height: 3.7rem;
	margin: 1rem auto 0;
	background: url(../img/common/confetti.webp) center center no-repeat;
	background-size: contain
}

.common_subtit {
	margin-bottom: 3.1rem;
	font-size: 2.1rem;
	color: #6694A0;
	text-align: center;
	font-weight: bold
}

.common_subtit span {
	position: relative;
	display: inline-block;
	padding: 0 3.3rem
}

.common_subtit span::before,
.common_subtit span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 4rem;
	border-left: 2px dotted #6694A0;
	transform: rotate(-30deg) translate(-50%, -50%);
	-webkit-transform: rotate(-30deg) translate(-50%, -50%)
}

.common_subtit span::after {
	left: auto;
	right: 0;
	transform: rotate(30deg) translate(-50%, -50%);
	-webkit-transform: rotate(30deg) translate(-50%, -50%)
}

.common_tit03 {
	margin-bottom: 1.75em;
	font-size: 4.3rem;
	text-align: center
}

.common_tit04{
	position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1.8rem;
    font-size: 2.8rem;
}

.common_tit04::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.5rem;
    height: 0.3rem;
    background: #C91127;
}

.common_txt {
	font-size: 2rem;
	line-height: 2;
	text-align: center
}

.common_txt:not(:last-child) {
	margin-bottom: 6rem
}

.common_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.common_link_list li {
	margin: 0.5em 2rem 0.5em 0
}

.common_link_list li a {
	position: relative;
	display: block;
	padding: 1rem 3.6rem 1rem 3rem;
	background: #fff;
	font-size: 0.9em;
	transition: all 0.3s;
	box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15);
	border-radius: 10rem;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	overflow: hidden
}

.common_link_list li a::before {
	content: "";
	position: absolute;
	right: 1.3rem;
	top: 50%;
	border-top: 0.6rem solid #B4D4DC;
	border-right: 0.6rem solid transparent;
	border-left: 0.6rem solid transparent;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.common_link_list li a:hover {
	color: #fff;
	background: #B4D4DC
}

.section_about {
	margin-bottom: 8rem;
	padding: 0
}

.section_about .bg {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 170rem;
	height: 100%;
	margin: 0 auto;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: -1
}

.section_about .bg > div {
	position: absolute;
	background: url(../img/common/bg_deco01.png) center center no-repeat;
	background-size: contain
}

.section_about .bg .bg_deco01 {
	left: 0;
	top: 0;
	width: 21.7rem;
	height: 17.7rem
}

.section_about .bg .bg_deco02 {
	right: 2%;
	top: 0;
	background-image: url(../img/common/bg_deco02.png);
	width: 22.9rem;
	height: 15.6rem
}

.section_about .bg .bg_deco03 {
	left: 5%;
	bottom: 0;
	background-image: url(../img/common/bg_deco03.png);
	width: 24.3rem;
	height: 20.6rem
}

.section_about .bg .bg_deco04 {
	right: 2%;
	bottom: 0.2%;
	background-image: url(../img/common/bg_deco04.png);
	width: 14.4rem;
	height: 20.1rem
}

.section_about .content_wrap {
	padding: 10rem 0
}

.section_about .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 1.5rem 4.6rem 5.9rem 0px rgba(0, 0, 0, 0.16)
}

.section_about .box .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 50%;
	background: #fff
}

.section_about .box .textbox {
	position: relative;
	width: 50%;
	padding: 9rem 5% 4rem;
	background: #ebf5f7;
	z-index: 0
}

.section_about .box .textbox::before {
	content: "";
	position: absolute;
	right: 3%;
	top: 0;
	width: 1.1rem;
	height: 100%;
	background: url(../img/common/dashed_line_blue.png) center center repeat-y;
	background-size: contain;
	z-index: -1
}

.section_about .box .tit {
	margin-bottom: 2.5rem;
	font-size: 3.4rem;
	color: #193764
}

.section_about .box .txt {
	margin-bottom: 4rem;
	font-size: 1.35em
}

.section_about .box .btn {
	padding: 2rem 5rem;
	background: -moz-linear-gradient(left, #f8e234, #f2c71b);
	background: -webkit-linear-gradient(left, #f8e234, #f2c71b);
	background: linear-gradient(to right, #f8e234, #f2c71b);
	color: #000
}

.section_about .box .btn:hover {
	color: #fff
}

.section_contact {
	margin-bottom: 3rem;
	text-align: center
}

.section_contact .content_wrap {
	max-width: 780px
}

.section_contact .tit {
	margin-bottom: 4rem;
	padding-top: 3rem;
	font-size: 3.7rem
}

.section_contact .txt {
	font-size: 1.45em;
	margin-bottom: 6rem
}

.section_border {
	margin-bottom: 10rem;
	padding-top: 10rem;
	border-top: 1px solid #cccccc
}

.section_qa .content_wrap {
	max-width: 108rem
}

.section_qa .txt {
	margin-bottom: 6rem;
	text-align: center
}

.section_qa .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.section_qa .box .box_child {
	width: 24rem
}

.section_qa .box a {
	position: relative;
	display: block;
	height: 24rem;
	background: #fff;
	box-shadow: 0.6rem 2rem 5.9rem 0px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 0
}

.section_qa .box a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 1.1rem;
	width: 3rem;
	height: 3rem;
	background: url(../img/common/ico_arrow01.png) center center no-repeat;
	background-size: contain;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all 0.3s
}

.section_qa .box .ico {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 7rem;
	transform: translate(-50%, -8rem);
	-webkit-transform: translate(-50%, -8rem)
}

.section_qa .box .ico img {
	transform: scale(0.88);
	-webkit-transform: scale(0.88)
}

.section_qa .box .tit {
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
	font-size: 1.95rem;
	font-weight: bold;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.section_lead .content_wrap {
	max-width: 110rem
}

.section_lead .tit {
	margin-bottom: 6rem;
	font-size: 3.6rem
}

.section_lead .txt {
	font-size: 1.1em
}

.section_lead .txt:not(:last-child) {
	margin-bottom: 6rem
}

.section_needs {
	padding: 18rem 0 17rem;
	background: #B4D4DC
}

.section_needs .img {
	position: absolute;
	right: 40%;
	bottom: 0;
	width: 68rem;
	z-index: -1
}

.section_needs .img img {
	width: 100%
}

.section_needs .textbox {
	padding-left: 50%
}

.section_needs .textbox .tit {
	margin-bottom: 4rem;
	font-size: 3.2rem
}

.section_needs .textbox .txt {
	margin-bottom: 4.5rem;
	line-height: 2
}

.section_needs .textbox .btn_wrap {
	text-align: left
}

.page_link {
	margin-top: -8rem;
	padding-top: 8rem
}

.check_list li {
	position: relative;
	padding-left: 1.8em;
}

.check_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.23em;
	width: 1.2em;
	height: 1.2em;
	background: url(../img/common/ico_check.svg) center center no-repeat;
	background-size: contain;
}

.check_list li:not(:last-child) {
	margin-bottom: 0.35em;
}

@media screen and (min-width:100px) and (max-width:1200px) {

	.box_type01 .bg,
	.box_type02 .bg {
		right: 3%
	}

	.box_type02 .bg {
		left: 3%;
		right: 0
	}
}

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

	.sp_only {
		display: none;
	}

	.btn_wrap_list li .btn_wide {
		font-size: 2rem;
	}

	.btn_wide.small {
		font-size: 1.88rem;
	}

	.btn.small {
		padding: 1.8rem 3rem;
		font-size: 1.9rem
	}

	.section_list .list_wrap .content_wrap {
		max-width: 135.6rem;
		padding: 0 5rem
	}
}

@media screen and (max-width:1000px) {
	.pc_only {
		display: none
	}

	.sp_bold {
		font-weight: bold !important
	}

	.sp_small {
		font-size: 0.9em
	}

	.sp_small02 {
		font-size: 0.8em
	}

	.page_link {
		margin-top: -13.5rem;
		padding-top: 13.5rem
	}

	.common_deco {
		width: 11rem;
		height: 9rem
	}

	.box_circle {
		padding: 1.6rem
	}

	.tit .new {
		font-size: 1.4rem;
		width: 6rem
	}

	.tit_style02 {
		margin-bottom: 4rem;
		padding-bottom: 2rem;
		font-size: 2.4rem
	}

	.bg01 {
		background: -moz-linear-gradient(left, #fff, #e7f1f3 22%, #e7f1f3 78%, #fff);
		background: -webkit-linear-gradient(left, #fff, #e7f1f3 22%, #e7f1f3 78%, #fff);
		background: linear-gradient(to right, #fff, #e7f1f3 22%, #e7f1f3 78%, #fff)
	}

	.bg_gradient {
		background: -webkit-linear-gradient(left, #b4d4dc, #c9112726);
		background: -webkit-gradient(linear, left top, right top, from(#b4d4dc), to(#c9112726));
		background: -ms-linear-gradient(left, #b4d4dc, #c9112726);
		background: linear-gradient(188deg, #b4d4dc, #c9112726)
	}

	.block_wh {
		padding: 4rem 3rem 3rem
	}

	.block_wh:not(:last-child) {
		margin-bottom: 3rem
	}

	.line_group {
		display: block
	}

	.line_group .block_wh {
		width: auto
	}

	.line_group .block_wh:not(:last-child) {
		margin-bottom: 3rem
	}

	.btn_wrap_list {
		display: block;
	}

	.btn_wrap_list li:not(:last-child) {
		margin-bottom: 2.8rem;
	}

	.btn {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 1.6rem 1rem;
		font-size: 1.8rem
	}

	.btn_small {
		padding: 1.2rem 0.5rem;
		font-size: 1.3rem
	}

	.btn_small02 {
		display: inline-block;
		width: auto
	}

	.btn.btn_outline {
		padding: 1.6rem 1rem
	}

	.btn_wide {
		font-size: 2.1rem;
		padding: 2rem 3rem
	}

	.btn_wide.small {
		font-size: 1.7rem;
	}

	.btn_wide::before {
		right: 1.4rem;
		width: 1.4rem;
		height: 2rem
	}

	.box_type01,
	.box_type02 {
		padding: 4rem 0
	}

	.box_type01 .bg,
	.box_type02 .bg {
		right: 3%;
		border-radius: 0 4rem 4rem 0;
		-webkit-border-radius: 0 4rem 4rem 0;
		-moz-border-radius: 0 4rem 4rem 0
	}

	.box_type01 .bg::before,
	.box_type02 .bg::before {
		width: 0.4rem
	}

	.box_type01 .bg::after,
	.box_type02 .bg::after {
		border-top: 4rem solid #6fc4ce;
		border-right: 4rem solid #6fc4ce;
		border-bottom: 4rem solid transparent;
		border-left: 4rem solid transparent
	}

	.box_type02 .bg {
		left: 3%;
		right: 0;
		border-radius: 4rem 0 0 4rem;
		-webkit-border-radius: 4rem 0 0 4rem;
		-moz-border-radius: 4rem 0 0 4rem
	}

	.box_type02 .bg::after {
		border-bottom: 8rem solid transparent;
		border-left: 8rem solid #C91127;
		border-top: none;
		border-right: none
	}

	.feature_list{
		gap: 0.5rem 0.8rem;
	}
	
	.feature_list li a{
		padding: 0 1.1em;
	}
	
	.section_soon .tit {
		font-size: 3rem
	}

	.section_soon .txt {
		font-size: 1em
	}

	.section_list .head .sub_tit {
		font-size: 1.6rem
	}

	.section_list .head .common_tit {
		padding-bottom: 2.8rem
	}

	.section_list .list_wrap {
		padding: 2.8rem 0
	}

	.section_list .list_wrap .list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.section_list .list_wrap .list li {
		width: calc((100% - 3rem)/ 3);
		margin: 1.2rem 0 !important;
		text-align: center
	}

	.section_list .list_wrap .list li .img img {
		width: 14.5rem
	}

	.section_list .list_wrap .list li .txt {
		font-size: 0.9em
	}

	.l-footer .content_wrap {
		max-width: none;
		width: 90%
	}

	.l-footer .footer_contact {
		padding: 4.5rem 0;
	}

	.l-footer .footer_contact .box {
		display: block;
	}

	.l-footer .footer_contact .left {
		width: auto;
		margin-bottom: 5rem;
		padding: 0 0 3rem;
		border-right: none;
		border-bottom: 1px solid #fff;
		text-align: center;
	}

	.l-footer .footer_contact .left .tit {
		margin-bottom: 1rem;
		font-size: 2.7rem;
	}

	.l-footer .footer_contact .left .tel {
		font-size: 2.0rem;
	}

	.l-footer .footer_contact .left .date {
		font-size: 1.6rem;
	}

	.l-footer .footer_contact .left .online a {
		font-size: 1.75rem;
	}

	.l-footer .footer_contact .list {
		display: block;
		max-width: none;
		width: auto;
		padding-top: 0;
	}

	.l-footer .footer_contact .list li {
		width: auto;
		margin: 0 auto;
	}

	.l-footer .footer_contact .list li:not(:last-child) {
		margin-bottom: 5rem;
	}

	.l-footer .footer_contact .list li a {}

	.l-footer .footer_contact .list li a::before {
		right: 2.0rem;
		width: 2.6rem;
		height: 0.5rem;
	}


	.l-footer .footer_info {
		padding: 5.5rem 0 2rem
	}

	.l-footer .footer_info .head {
		display: block;
		margin-bottom: 4.8rem
	}

	.l-footer .footer_info .head .logo {
		margin-bottom: 2rem
	}

	.l-footer .footer_info .head .logo img {
		width: 25rem
	}

	.l-footer .footer_info .head .sub_nav {
		margin-bottom: 2.4rem
	}

	.l-footer .footer_info .head .sub_nav ul li:not(:last-child) {
		margin-bottom: 1rem
	}

	.l-footer .footer_info .head .list li .btn {
		padding: 0.7em 2em
	}

	.l-footer .footer_info .footer_nav {
		position: static;
		justify-content: space-between;
		flex-wrap: wrap;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}

	.l-footer .footer_info .footer_nav > ul {
		width: 47%
	}

	.l-footer .footer_info .footer_nav > ul {
		display: block
	}

	.l-footer .footer_info .footer_nav > ul:first-child {
		width: 100%
	}

	.l-footer .footer_info .footer_nav > ul:not(:last-child) {
		margin-right: 0rem
	}

	.l-footer .footer_info .footer_nav > ul > li {
		border-bottom: 1px solid #193764
	}

	.l-footer .footer_info .footer_nav > ul li {
		margin: 0 0 2.6rem
	}

	.l-footer .footer_info .footer_nav > ul li a,
	.l-footer .footer_info .footer_nav > ul li p {
		font-size: 1.4rem
	}

	.l-footer .footer_info .footer_nav > ul li .parent_tit {
		position: relative
	}

	.l-footer .footer_info .footer_nav > ul li .parent_tit::before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		border-top: 0.8rem solid #193764;
		border-right: 0.6rem solid transparent;
		border-left: 0.6rem solid transparent;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transition: all 0.3s
	}

	.l-footer .footer_info .footer_nav > ul li .parent_tit.open::before {
		transform: translate(0, -50%) rotate(180deg);
		-webkit-transform: translate(0, -50%) rotate(180deg)
	}

	.l-footer .footer_info .footer_nav > ul li .parent_tit.open + .child_list {
		margin-top: 2rem;
		height: auto;
		padding-bottom: 1rem;
		visibility: visible;
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}

	.l-footer .footer_info .footer_nav > ul li .child_list {
		margin-top: 0;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		transition: all 0.4s;
		transform-origin: top center;
		transform: scaleY(0);
		-webkit-transform: scaleY(0)
	}

	.l-footer .footer_info .footer_nav > ul li .child_list li {
		margin-bottom: 1rem;
		width: 100%
	}

	.l-footer .bottom a,
	.l-footer .bottom small {
		font-size: 1rem
	}

	input,
	select,
	textarea {
		padding: 0.8rem
	}

	input,
	select {
		height: 4.4rem
	}

	.radio_list {
		display: block
	}

	.radio_list .wpcf7-list-item:not(:last-child) {
		margin: 0 0 0.78em 0;
	}

	.submit_btn {
		font-size: 2rem
	}

	textarea {
		height: 19rem
	}

	.common_titbox {
		margin-bottom: 4rem
	}

	.common_titbox .bd {
		right: 104%
	}

	.common_titbox .bd span {
		height: 4px
	}

	.common_titbox .bd span:not(:last-child) {
		margin-bottom: 0.9rem
	}

	.common_titbox .en {
		font-size: 4.3rem
	}

	.common_titbox .ja {
		font-size: 1.7rem
	}

	.common_tit {
		margin-bottom: 3rem;
		font-size: 2.2rem
	}

	.common_tit::before {
		width: 3rem;
		height: 4.2rem;
		margin: 0 auto 1.8rem
	}

	.common_tit .txt_deco01 {
		font-size: 0.9em
	}

	.common_tit_sub {
		margin-top: -3rem;
		margin-bottom: 3rem;
		font-size: 1.6rem
	}

	.common_tit02 {
		margin-bottom: 3rem;
		font-size: 2.2rem
	}

	.common_tit02::after {
		width: 6rem;
		height: 2.2rem
	}

	.common_subtit {
		margin-bottom: 1.6rem;
		font-size: 1.4rem
	}

	.common_subtit span {
		padding: 0 1.8rem
	}

	.common_subtit span::before,
	.common_subtit span::after {
		height: 2.8rem
	}

	.common_tit03 {
		margin-bottom: 1.4em;
		font-size: 2.4rem
	}

	.common_tit04{
		padding-bottom: 2.2rem;
        font-size: 2.3rem;
	}

	.common_txt {
		font-size: 1.5rem;
		line-height: 1.7
	}

	.common_txt:not(:last-child) {
		margin-bottom: 3rem
	}

	.section_about {
		margin-bottom: 1.8rem
	}

	.section_about .bg > div {
		transform: scale(0.5);
		-webkit-transform: scale(0.5)
	}

	.section_about .bg .bg_deco01 {
		transform-origin: left top
	}

	.section_about .bg .bg_deco02 {
		transform-origin: right top
	}

	.section_about .bg .bg_deco03 {
		transform-origin: left bottom
	}

	.section_about .bg .bg_deco04 {
		transform-origin: right bottom
	}

	.section_about .content_wrap {
		padding: 6rem 0
	}

	.section_about .box {
		display: block
	}

	.section_about .box .img {
		display: block;
		width: auto;
		text-align: center
	}

	.section_about .box .img img {
		width: 60rem
	}

	.section_about .box .textbox {
		width: auto;
		padding: 4rem 4rem
	}

	.section_about .box .textbox::before {
		width: 0.8rem
	}

	.section_about .box .tit,
	.section_about .box .txt {
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto
	}

	.section_about .box .tit {
		margin-bottom: 1rem;
		font-size: 2.22rem
	}

	.section_about .box .txt {
		margin-bottom: 2.5rem;
		font-size: 1.1em
	}

	.section_about .box .btn {
		padding: 1.6rem 1rem;
		text-align: center
	}

	.section_contact .content_wrap {
		max-width: 510px
	}

	.section_contact .tit {
		margin-bottom: 1.5rem;
		padding-top: 0rem;
		font-size: 1.8rem
	}

	.section_contact .txt {
		font-size: 1em;
		margin-bottom: 2.4rem
	}

	.section_contact .btn {
		max-width: 200px;
		padding: 1rem;
		font-size: 1.5rem
	}

	.section_border {
		padding-top: 4rem;
		margin-bottom: 4rem
	}

	.section_qa .txt {
		margin-bottom: 4rem
	}

	.section_qa .box {
		flex-wrap: wrap
	}

	.section_qa .box .box_child {
		width: 16rem;
		margin: 1rem 0
	}

	.section_qa .box a {
		height: 16rem
	}

	.section_qa .box a::before {
		width: 2.2rem;
		height: 2.2rem
	}

	.section_qa .box .ico {
		transform: translate(-50%, -6.7rem) scale(0.7);
		-webkit-transform: translate(-50%, -6.7rem) scale(0.7)
	}

	.section_qa .box .tit {
		font-size: 1.5rem
	}

	.section_lead .tit {
		margin-bottom: 3rem;
		font-size: 2.52rem
	}

	.section_lead .txt:not(:last-child) {
		margin-bottom: 4rem
	}

	.section_needs {
		padding: 6rem 0 0
	}

	.section_needs .img {
		position: static;
		width: auto;
		margin: 2rem 0 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		text-align: center
	}

	.section_needs .img img {
		width: 100%;
		max-width: 52rem
	}

	.section_needs .textbox {
		max-width: 48rem;
		margin: 0 auto;
		padding-left: 0
	}

	.section_needs .textbox .tit {
		margin-bottom: 2rem;
		font-size: 2.22rem
	}

	.section_needs .textbox .txt {
		margin-bottom: 3rem;
		line-height: 1.8
	}

	.section_needs .textbox .btn_wrap {
		text-align: center
	}
}

@media screen and (max-width:630px) {
	.section_list .list_wrap .list li {
		width: calc((100% - 4rem)/ 2)
	}
}

.single #toc_container {
	position: relative;
	margin-top: 4rem;
	margin-bottom: 5rem;
	padding: 3.3rem 3.5rem 3.5rem;
	border: 1px solid #cfcfcf;
	width: 100%
}

.single #toc_container::before,
.single #toc_container::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 100%;
	height: 1px;
	background: #cfcfcf
}

.single #toc_container::after {
	top: auto;
	bottom: 0.6rem
}

.single #toc_container .toc_title {
	position: relative;
	margin-top: 0 !important;
	font-size: 1.55rem
}

.single #toc_container .toc_list {
	margin-top: 2.8rem;
	font-size: 1.4rem
}

.single #toc_container .toc_list li {
	padding: 0;
	background: transparent;
	text-align: left !important
}

.single #toc_container .toc_list li::before {
	display: none
}

.single #toc_container .toc_list li:not(:last-child) {
	margin-bottom: 0.5rem
}

.single #toc_container .toc_list li .toc_number {
	white-space: nowrap
}

.single #toc_container .toc_list li .toc_number::after {
	content: "."
}

.single #toc_container .toc_list li ul {
	margin-top: 0.5rem;
	margin-left: 1em
}

.single #toc_container .toc_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.single #toc_container .toc_list li a:hover {
	color: #193764
}



.single-function #main_contents .content_wrap {
	max-width: 960px;
	width: 86%;
  }

.single-function #main_contents {
	margin-top: 96px;
}

.single-function #main_contents .ttl {
	font-size: 3.6rem;
	position: relative;
	margin-bottom: 6rem;
	color: #193764;
  }
  .single-function #main_contents .ttl span {
	color: #000;
  }
  
  @media (max-width: 768px) {
	.single-function #main_contents .ttl {
	  font-size: 2.3rem;
	  margin-bottom: 4rem;
	  line-height: 1.8;
	}
  }
  .single-function #main_contents .ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2rem;
	width: 2.5rem;
	height: 0.3rem;
	background: #C91127;
  }
  
  .single-function .mv {
	margin-bottom: 8rem;
	padding: 6rem 0;
	background: #FAFAFA;
  }
  @media (max-width: 768px) {
	.single-function .mv {
	  margin-bottom: 6rem;
	  padding: 4rem 0;
	}
  }
  .single-function .mv .content {
	position: relative;
	max-width: 960px;
	width: 86%;
	margin: 0 auto;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 40px;
  }
  @media (max-width: 768px) {
	.single-function .mv .content {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  gap: 8px;
	}
  }
  .single-function .mv .content .mv-thum {
	max-width: 117px;
  }
  .single-function .mv .content .mv-thum img {
	width: 100%;
  }
  .single-function .mv .content .mv-tit {
	line-height: 1.6;
	width: 100%;
  }
  @media (max-width: 1000px) {
	.single-function #main_contents{
		margin-top: 53px;
	}
  }
  @media (max-width: 768px) {
	.single-function .mv .content .mv-tit {
	  width: 100%;
	}
  }
  .single-function .mv .content .mv-tit p {
	font-size: 3rem;
	font-weight: bold;
	color: #000;
  }
  @media (max-width: 768px) {
	.single-function .mv .content .mv-tit p {
	  text-align: center;
	  font-size: 1.7rem;
	}
  }
  .single-function .mv .content .mv-tit h1 {
	font-size: 4rem;
	color: #193764;
  }
  @media (max-width: 768px) {
	.single-function .mv .content .mv-tit h1 {
	  text-align: center;
	  font-size: 2.5rem;
	}
  }

  .single-function .about .txt {
	font-size: 2.0rem;
  }
  @media (max-width: 768px) {
	.single-function .about .txt {
		font-size: 2.0rem;
	  }
  }

  .single-function .merit .dl_box dl:not(:last-child) {
	margin-bottom: 1em;
  }
	.single-function .merit .dl_box dl dt,
	.single-function .merit .dl_box dl dd{
		line-height: 1.6;
		font-size: 2.0rem;
	}
  .single-function .merit .dl_box dl dt {
	font-weight: bold;
	  flex-shrink: 0;
  }
  .single-function .merit .dl_box dl dt::after {
	content: ":";
	margin-left: 0.2em;
  }

  @media (max-width: 768px) {
	
	  .single-function .merit .dl_box dl:not(:last-child) {
		margin-bottom: 2em;
	  }
		.single-function .merit .dl_box dl dt,
		.single-function .merit .dl_box dl dd{
			font-size: 2.0rem;
		}
	  .single-function .merit .dl_box dl dt::after {
		display: none;
	  }
	
		.single-function .merit .dl_box dl dd{
			margin-top: 0.3em;
		}
  }


  .single-function .scene {
	padding: 8.5rem 0 10rem;
  background: #FAFAFA;
  }
  .single-function .scene .dl_box {
	display: flex;
	gap: 4.5%;
	padding-top: 3rem;
  }
  .single-function .scene .dl_box dl{
	position: relative;
	width: 31%;
	padding: 5.6rem 3.2rem 5rem;
	background: #fff;
	border-radius: 1.6rem;
	z-index: 0;
  }

  .single-function .scene .dl_box dl dt{
	  flex-grow: 1;
font-size: 2.4rem;
color: #193764;
  }
  .single-function .scene .dl_box dl dt .num{
	position: absolute;
	  top: -0.6em;
	left: 0;
	color: #193764;
	font-size: 5rem;
	  line-height: 1;
	letter-spacing: 0;
	z-index: 1;
  }

  .single-function .scene .dl_box dl dd{
	margin-top: 2.8rem;
	line-height: 1.6;
  }

  @media (max-width: 768px) {
	
	.single-function .scene {
		padding: 5rem 0 5rem;
	  }
	  .single-function .scene .dl_box {
		display: block;
		padding-top: 5rem;
	  }
	  .single-function .scene .dl_box dl{
		width: auto;
		padding: 4.6rem 3.2rem 3rem;
	  }
	  .single-function .scene .dl_box dl:not(:last-child) {
		margin-bottom:5rem;
	  }
	
	  .single-function .scene .dl_box dl dt{
	font-size: 2.0rem;
	height: auto !important;	
	  }
	  .single-function .scene .dl_box dl dt .num{
	  }
	
	  .single-function .scene .dl_box dl dd{
		margin-top: 1.6rem;
		line-height: 1.6;
	  }
  }

  .single-function .use {
	padding: 8rem 0;
	background-color: #E9F2F4;
  }
  @media (max-width: 768px) {
	.single-function .use {
	  padding: 4rem 0 4rem;
	}
  }
  .single-function .use .content {
	position: relative;
	max-width: 1120px;
	width: 86%;
	margin: 0 auto;
	z-index: 0;
  }
  .single-function .use .use_wrap {
	position: relative;
  }
  .single-function .use .use_wrap::before {
	content: "";
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
	border-radius: 0 40px 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	height: var(--before-height, 0px);
	width: calc(100% - 90px);
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap::before {
	  display: none;
	}
  }
  .single-function .use .use_wrap:nth-child(odd)::before {
	left: auto;
	right: 0;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap:nth-child(odd)::before {
	  right: 0;
	  left: 0;
	}
  }
  .single-function .use .use_wrap:nth-child(odd) .content {
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
			flex-flow: row-reverse;
	padding: 12rem 0 8rem 9rem;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap:nth-child(odd) .content {
	  width: 86%;
	  margin: 0 auto 24px;
	  border-radius: 20px 0 20px 0;
	  padding: 28px 10px;
	  display: block;
	}
  }
  .single-function .use .use_wrap .content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 56px;
	width: calc(93% - 90px);
	padding: 12rem 9rem 8rem 0;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content {
	  width: 86%;
	  margin: 0 auto 24px;
	  border-radius: 20px 0 20px 0;
	  padding: 28px 10px;
	  display: block;
	  background: #fff;
	  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
			  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
	  border-radius: 0 40px 0 40px;
	}
  }
  .single-function .use .use_wrap .content .list {
	width: 50%;
	max-width: 440px;
	position: relative;
	z-index: 1;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .list {
	  width: 100%;
	}
  }
  .single-function .use .use_wrap .content .list h3 {
	color: #193764;
	font-size: 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 56px;
	line-height: 1;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .list h3 {
	  font-size: 1.7rem;
	  margin-bottom: 30px;
	}
  }
  .single-function .use .use_wrap .content .list h3::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: #193764;
	border-radius: 10px;
	margin-right: 16px;
  }
  .single-function .use .use_wrap .content .list ul {
	padding-left: 36px;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .list ul {
	  display: none;
	}
  }
  .single-function .use .use_wrap .content .list ul li {
	font-size: 2rem;
	color: #888888;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
  }
  .single-function .use .use_wrap .content .list ul li:hover {
	color: #193764;
  }
  .single-function .use .use_wrap .content .list ul li:last-child {
	margin-bottom: 0;
  }
  .single-function .use .use_wrap .content .list ul li.active {
	color: #193764;
	font-weight: 600;
	font-size: 2.2rem;
  }
  .single-function .use .use_wrap .content .list ul li.active .num {
	font-size: 2.7rem;
  }
  .single-function .use .use_wrap .content .list ul li .num {
	margin-right: 16px;
/*	font-family: "Roboto", sans-serif;*/
	letter-spacing: 0;
  }
  .single-function .use .use_wrap .content .slider {
	width: 50%;
	max-width: 600px;
	padding-top: 80px;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider {
	  width: 100%;
	  padding-top: 0;
	}
  }

  .single-function .use .use_wrap .content .slider .slide {
    overflow: hidden;
  }
  .single-function .use .use_wrap .content .slider .slide .use_img {
	margin-bottom: 48px;
	position: relative;
    padding-bottom: 65%;
  }
.single-function .use .use_wrap .content .slider .slide .use_img img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
  .single-function .use .use_wrap .content .slider .slide .use_detail dt {
	color: #193764;
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 16px;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider .slide .use_detail dt {
	  font-size: 1.7rem;
	}
  }
  .single-function .use .use_wrap .content .slider .slide .use_detail dt .num {
	font-size: 2.7rem;
	margin-right: 16px;
	font-family: "Roboto";
	font-weight: 600;
	letter-spacing: 0;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider .slide .use_detail dt .num {
	  font-size: 2.2rem;
	}
  }
  .single-function .use .use_wrap .content .slider .slide .use_detail dd {
	color: #000;
  }
  .single-function .use .use_wrap .content .slider .slick-dots {
	bottom: auto;
	margin: auto;
  }
  .single-function .use .use_wrap .content .slider .slick-dots li {
	margin: 0;
  }
  .single-function .use .use_wrap .content .slider .slide-arrow {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 30%;
	width: 105px;
	z-index: 2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider .slide-arrow {
	  width: 75px;
	  top: 15%;
	}
  }
  .single-function .use .use_wrap .content .slider .slide-arrow:hover {
	opacity: 0.5;
  }
  .single-function .use .use_wrap .content .slider .prev-arrow {
	left: -40px;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider .prev-arrow {
	  left: -20px;
	}
  }
  .single-function .use .use_wrap .content .slider .next-arrow {
	right: -40px;
  }
  @media (max-width: 768px) {
	.single-function .use .use_wrap .content .slider .next-arrow {
	  right: -20px;
	}
  }


    .single-function  .achievement {
	padding: 10rem 0 10rem;
	background-color: #F5F5F5;
  }
  @media (max-width: 768px) {
	  .single-function  .achievement {
	  padding: 4rem 0 4rem;
	}
  }
    .single-function  .achievement .content {
	max-width: 960px;
	width: 86%;
	margin: 0 auto;
	z-index: 0;
	position: relative;
  }
    .single-function  .achievement .content .achievement-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	gap: 16px;
	font-size: 1.6rem;
	width: 255px;
	height: 47px;
	border-radius: 30px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
  }
  @media (max-width: 768px) {
	  .single-function  .achievement .content .achievement-btn {
	  position: relative;
	}
  }
    .single-function  .achievement .content .achievement-btn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #cccccc;
	border-right: 0;
  }
    .single-function  .achievement .content .achievement-btn:hover {
	background: #193764;
	color: #fff;
  }
  @media (max-width: 768px) {
	  .single-function  .achievement .content .sp-scroll {
	  margin-top: 32px;
	  width: 120%;
	}
  }
    .single-function  .achievement .content .achievement-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
  }
    .single-function  .achievement .content .achievement-block:last-child {
	margin-bottom: 0;
  }
  @media (max-width: 768px) {
	  .single-function  .achievement .content .achievement-block {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  gap: 20px;
	  width: 100%;
	  overflow-x: auto;
	  -ms-scroll-snap-type: x mandatory;
		  scroll-snap-type: x mandatory;
	  -webkit-overflow-scrolling: touch;
	  padding: 0 10% 16px 0%;
	  -ms-flex-wrap: nowrap;
		  flex-wrap: nowrap;
	}
  }
    .single-function  .achievement .content .achievement-block .card {
	width: 300px;
	width: calc(33% - 15px);
	background: #fff;
	border-radius: 24px;
	-webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 16px;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	scroll-snap-align: start;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
			flex: 0 0 300px;
  }
    .single-function  .achievement .content .achievement-block .card:hover {
	-webkit-transform: translateY(3px);
			transform: translateY(3px);
	-webkit-box-shadow: none;
			box-shadow: none;
  }
    .single-function  .achievement .content .achievement-block .card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
  }
    .single-function  .achievement .content .achievement-block .card .thum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 0 auto 16px;
	width: 172px;
	height: 172px;
	border-radius: 50%;
	border: 7px solid #B4D4DC;
	overflow: hidden;
  }
    .single-function  .achievement .content .achievement-block .card .thum img {
	width: 116px;
	height: 116px;
  }
    .single-function  .achievement .content .achievement-block .card h4 {
	font-size: 2.2rem;
	color: #193764;
	text-align: center;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 16px;
	margin: 0 auto 16px;
	line-height: 1;
	width: 90%;
	max-width: 294px;
  }
    .single-function  .achievement .content .achievement-block .card dl {
	background: #F8F7F7;
	padding: 12px;
	min-height: 192px;
	margin-bottom: 8px;
  }
    .single-function  .achievement .content .achievement-block .card dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #193764;
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 8px;
  }
    .single-function  .achievement .content .achievement-block .card dl dt::before {
	content: url(../img  .single-function /comment.svg);
	margin-right: 4px;
	display: block;
	height: 32px;
	width: 32px;
  }
    .single-function  .achievement .content .achievement-block .card dl dd {
	line-height: 2;
  }
    .single-function  .achievement .content .achievement-block .card .btn-text {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
  }
    .single-function  .achievement .content .achievement-block .card .btn-text::after {
	content: url(../img/customize/arrow-right.svg);
	width: 12px;
	height: 24px;
	margin-left: 4px;
  }


.single.single-post #article .single_category,
.single.single-post #article .single_title,
.single.single-post #article .single_date {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left
}

.single.single-post #article .single_title,
.single.single-post #article .single_thumbnail,
.single.single-post #article .single_content {
	max-width: 100rem
}

.single.single-post #article .single_title {
	margin-bottom: 0.3em
}

.single.single-post #article .single_thumbnail .base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 50rem;
	overflow: hidden
}

.single.single-post #article .single_content h2,
.single.single-post #article .single_content h3,
.single.single-post #article .single_content h4 {
	text-align: left
}

.single #article {
	padding-top: 20rem;
	text-align: center
}

.single #article .single_category {
	margin-bottom: 0.3em;
	opacity: 0.6
}

.single #article .single_title {
	margin-bottom: 2.8rem;
	font-size: 3.45rem
}

.single #article .single_date {
	margin-bottom: 1.9em;
	color: #193764;
	font-weight: bold;
	font-size: 1.15em
}

.single #article .single_date p {
	display: inline-block;
}

.single #article .single_date p:not(:last-child) {
	margin-right: 1em;
}

.single #article .single-head{
	margin-top: 96px;
	padding: 6rem 0 6rem;
	background: #fafafa;
}

.single #article .single-head .inner,.single #article .single_content02 .inner{
	max-width: 100rem;
	margin: 0 auto;
}
.single #article .single-head .inner{
	display: flex;
	gap: 3rem;
}

.single #article .single-head .inner .left{
	flex:7;
	text-align: left;
}

.single #article .single-head .inner .right{
	flex:6;
}

.single #article .single-head .name ,.single #article .single-head .name a{
	font-size: 1.5rem;
	font-weight: bold;
	color: #193764;
}

.single #article .single-head .name a:hover{
	opacity: 0.5;
}

.single #article .single-head .name .ico{
	width: 1.2em;
	height: 1.2em;
	margin-left: 0.8em;
	vertical-align: -0.2em;
}

.single #article .single-head .company01{
	padding-bottom: 1rem;
	border-bottom: 1px solid #D5D5D5;
}

.single #article .single-head .company01 .name {
	margin-bottom: 0.4rem;
}

.single #article .single-head .company01 .tit{
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 1.0rem;
}

.single #article .single-head .company02{
	padding-top: 2.2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #D5D5D5;
}		

.single #article .single-head .company02 .dl_box{
	margin-top: 1.6rem;
}

.single #article .single-head .company02 dl{
	display: flex;
	font-size: 1.4rem;
	gap:1rem;
}
.single #article .single-head .company02 dl:not(:last-child){
	margin-bottom: 0.14em;
}
.single #article .single-head .company02 dl dt,
.single #article .single-head .company02 dl dd{
	line-height: 1.6;
}
.single #article .single-head .company02 dl dt{
	width: 6.8em;
}
.single #article .single-head .feature_list{
	margin-top: 2.3rem;
}

.single #article .single-head .img{
	position: relative;
	padding-bottom: 52.36%;
	text-align: right;
}	
.single #article .single-head .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.single #article .single-head .btn_wrap{
	margin-top: 4.5rem;
}

.single #article .single-head .btn_wrap .btn{
	background: #fff;
	font-size: 1.67rem;
}

@media screen and (min-width:1001px) {
	.single #article .single-head .btn_wrap .btn{
		padding: 1.4rem 6.5rem;
	}
}

.single #article .single_thumbnail {
	max-width: 80rem;
	margin: 0 auto 5.2rem
}

.single #article .single_content {
	margin-bottom: 4rem;
	max-width: 70rem;
	margin: 0 auto 4rem;
	font-size: 1.1em
}

.single #article .single_content * {
	letter-spacing: 0.18em
}

.single #article .single_content h2 {
	border-top: 2px solid #193764;
	border-bottom: 2px solid #193764;
	font-size: 2.75rem;
	color: #193764;
	text-align: left
}

.single #article .single_content h2:not(:first-child) {
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	padding: 0.45em 0
}

.single #article .single_content h3 {
	padding-left: 0.5em;
	font-size: 2.1rem;
	border-left: 4px solid #B4D4DC;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.15em;
	padding-top: 0.15em;
	text-align: left
}

.single #article .single_content h3:not(:first-child) {
	margin-top: 2.5em
}

.single #article .single_content p {
	font-size: 0.95em;
	line-height: 1.85;
	text-align: left
}

.single #article .single_content p:not(:first-child) {
	padding-top: 1em
}

.single #article .single_content02 {
	margin: 0 0 7rem;
	background: #fafafa;
}

.single #article .single_content02 .content_wrap{
	padding-bottom: 6rem;
}

.single #article .single_content02 .inner{
	background: #fff;
	padding: 2rem 9% 6rem;
}

.single #article .single_content02 #toc_container {
	display: none
}

.single #article .single_content02 h2 {
	margin-top: 3em
}

.single #article .single_content02 h4 {
	position: relative;
	margin-top: 3.5em;
	padding-left: 2.2em;
	color: #193764;
	font-size: 2.2rem;
	text-align: left
}

.single #article .single_content02 h4::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 1.2em;
	height: 0.8rem;
	background: #193764;
	border-radius: 30rem;
}

.single #article .single_content02 p {
	margin-top: 1em;
	text-align: left
}

.single #article .single_content02 .wp-block-columns{
	margin-top: 3rem;
}

.single #article .single_content02 .wide_box {
	margin-bottom: 10rem;
	margin-left: -6rem;
	margin-right: -6rem;
	padding: 5rem 5rem 1rem;
	border: 1px solid #000;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem
}

.single #article .single_content02 .wide_box h3 {
	max-width: 80rem;
	margin: 0 auto 5rem;
	padding: 0.3em 1em;
	font-size: 1.15em;
	color: #fff;
	background: #193764;
	text-align: center;
	border-radius: 20rem;
	-webkit-border-radius: 20rem;
	-moz-border-radius: 20rem
}

.single #article .single_content02 .wide_box table th,
.single #article .single_content02 .wide_box table td {
	padding: 0.9em 0;
	font-size: 0.85em;
	border: none;
	font-weight: bold;
	border-bottom: 1px solid #cccccc
}

.single #article .single_content02 .wide_box table a {
	color: #308be1
}

.single #article .single_content02 .wide_box table a:hover {
	text-decoration: underline
}

.single #article .single_content02  .wp-block-media-text,
.single #article .single_content02  .wp-block-image{
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.single #article .single_content02 .wp-block-column .wp-block-image{
	margin-top: 0;
}

.single #article .single_content02 .wp-block-column .wp-block-heading {
	margin-top: 0;
	padding-bottom: 0;
	border: none;
	margin-bottom: 0.6em;
	color: #193764;
	font-size: 2.4rem;
	text-align: left
}

.single #article .single_content02 .wp-block-column p {
	text-align: left
}

@media screen and (min-width:601px) {
	.single #article .single_content02 .wp-block-media-text{
		gap:0 30px;
	}
	.single #article .single_content02 .wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}
}


@media screen and (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width:1001px) {
	.wp-block-columns.is-layout-flex {
		display: flex;
		gap:1em;
	}

	.wp-block-columns.is-layout-flex > *{
		margin:0;
	}

	.wp-block-columns.is-layout-flex .wp-block-column {
		flex-basis: 0;
        flex-grow: 1;
	 }
}

.pagenation .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 70rem;
	margin: 0 auto
}

.pagenation .box .left,
.pagenation .box .right {
	display: block;
	width: 48.5%;
	border: 1px solid #193764;
	text-align: left
}

.pagenation .box .right {
	margin-left: auto;
	text-align: right
}

.pagenation .box a {
	display: block;
	padding: 1.2rem 1.6rem;
	font-size: 0.85em;
	transition: all 0.3s
}

.pagenation .box a:hover {
	background: #193764
}

.pagenation .box a:hover * {
	color: #fff
}

.pagenation .box a span,
.pagenation .box a p {
	transition: all 0.3s
}

.pagenation .box a p {
	color: #193764;
	font-size: 1.1em
}

.pager {
	margin-top: 10rem
}

.pager .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center
}

.pager .page-numbers {
	width: 5.4rem;
	height: 5.4rem;
	color: #1A1B2C;
	line-height: 5.4rem;
	font-size: 2rem;
	text-align: center;
	transition: all 0.3s;
	letter-spacing: 0
}

.pager .page-numbers:not(:last-child) {
	margin-right: 0.5rem
}

.pager .page-numbers:hover {
	color: #193764;
	background: #f8f8f8
}

.pager .prev,
.pager .next {
	position: relative;
	margin: 0 0.5rem !important
}

.pager .prev:hover::before,
.pager .next:hover::before {
	opacity: 0.6
}

.pager .prev::before,
.pager .next::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.6rem;
	height: 1.1rem;
	background: url(../img/common/pager_next.svg) center center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.pager .prev::before {
	transform: translate(-50%, -50%) scale(-1, 1);
	-webkit-transform: translate(-50%, -50%) scale(-1, 1)
}

.section_article_list .box {
	max-width: 100rem;
	margin: 0 auto
}

.section_article_list .box .box_child > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
	background: #fff;
	transition: all 0.3s
}

.section_article_list .box .box_child > a:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	box-shadow: 0.3rem 0.5rem 2.9rem 0px rgba(0, 0, 0, 0.15)
}

.section_article_list .box .box_child:not(:last-child) {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f4f4f4
}

.section_article_list .box .img {
	width: 30%;
	overflow: hidden
}

.section_article_list .box .img.type01 {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}

.section_article_list .box .textbox {
	width: 60%
}

.section_article_list .box .tit {
	margin-bottom: 0.8em;
	font-size: 2.7rem
}

.section_article_list .box .date {
	margin-top: 1em;
	color: #193764;
	text-align: right
}

.section_article_list02 .list_tit {
	position: relative;
	margin-bottom: 3.6rem;
	padding-left: 0.7em;
	font-size: 2.4rem;
	color: #193764;
	font-weight: bold
}

.section_article_list02 .list_tit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid #193764;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.section_article_list02 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.section_article_list02 .box .box_child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% - 4.6rem) / 3);
	position: relative;
	margin-right: 2.3rem;
	padding: 2.5rem 3rem 2.2rem;
	border: 2px dashed #193764;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	overflow: hidden;
	z-index: 0
}

.section_article_list02 .box .box_child:nth-child(3n) {
	margin-right: 0
}

.section_article_list02 .box .box_child:nth-child(n+4) {
	margin-top: 2.3rem
}

.section_article_list02 .box .box_child .category_list {
	width: fit-content;
	margin-bottom: 1.6rem;
	margin-left: -3.2rem;
	padding: 0.5rem 3rem;
	background: #193764;
	border-radius: 0 30rem 30rem 0;
	-webkit-border-radius: 0 30rem 30rem 0;
	-moz-border-radius: 0 30rem 30rem 0
}

.section_article_list02 .box .box_child .category_list li {
	display: inline-block;
	color: #fff
}

.section_article_list02 .box .box_child .category_list li:not(:last-child)::after {
	content: "・"
}

.section_article_list02 .box .box_child .category_list li a {
	color: #fff;
	font-weight: bold
}

.section_article_list02 .box .box_child .category_list li a:hover {
	color: #B4D4DC
}

.section_article_list02 .box .box_child a {
	display: block
}

.section_article_list02 .box .box_child a:hover {
	text-decoration: underline
}

.section_article_list02 .box .box_child .tit {
	margin-bottom: 0.2em;
	font-size: 1.9rem
}

.section_article_list02 .box .box_child .txt {
	font-weight: bold
}

.section_article_list02 .box .box_child .link {
	margin-top: 0.8em;
	padding-top: 0.8em;
	border-top: 1px solid #cccccc;
	line-height: 1.4
}

.section_article_list02 .box .box_child .link a {
	color: #193764;
	font-size: 1.2rem
}

.section_article_list03 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin: 0 auto;
	gap: 6.5rem 3.5%;
	position: relative;
}

.section_article_list03 .box:not(:last-child) {
	margin-bottom: 8.5rem;
}

.section_article_list03 .box .common_tit04{
	width: 100%;
	margin-bottom: -1rem;
}

.section_article_list03 .box .box_child {
	width: 31%;
}

.section_article_list03 .box a {
	display: block
}

.section_article_list03 .box a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.section_article_list03 .box .img {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 52.36%;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	overflow: hidden
}

.section_article_list03 .box .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
	object-fit: cover
}

.section_article_list03 .box .more {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width:1000px) {
	.section_article_list03 .box .more {
		position: relative;
		margin-top: 4rem;
	}
}
.section_article_list03 .box .more a {
	position: relative;
	display: inline-block;
	padding: 0.5rem 2.7rem 0.5rem 2rem;
	background: #fff;
	border-radius: 20rem;
	-webkit-border-radius: 20rem;
	-moz-border-radius: 20rem;
	box-shadow: 0rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s
}

.section_article_list03 .box .more a::before {
	content: "";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	opacity: 0.2;
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
	border-left: 0.6rem solid #000;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.section_article_list03 .box .more a:hover {
	background: #f6f6f6
}

.section_article_list03 .company01{
	padding-bottom: 0.5rem;
}

.section_article_list03 .company01 .name {
	margin-bottom: 0.6rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #193764;
}

.section_article_list03 .company02{
	border-top: 1px solid #D5D5D5;
	padding-top: 1.6rem;
}		

.section_article_list03 .company02 .name {
	font-size: 1.2rem;
	font-weight: bold;
}

.section_article_list03 .company02 .dl_box{
	margin-top: 0.7rem;
}

.section_article_list03 .company02 dl{
	display: flex;
	font-size: 1.2rem;
}

.section_article_list03 .company02 dl dt,
.section_article_list03 .company02 dl dd{
	line-height: 1.6;
}

.section_article_list03 .feature_list{
	max-height: 5.5rem;
	margin-top: 1.5rem;
    overflow: hidden;
}


#article_customize .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4rem 4rem 5.2rem 0;
	border: 2px solid #193764;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	z-index: 0
}

#article_customize .block {
	flex: 3;
	position: relative;
	padding-top: 2rem;
	overflow: hidden;
	z-index: 0
}

#article_customize .block .category_list,
#article_customize .block .tit,
#article_customize .block .txt {
	padding-left: 7rem !important
}

#article_customize .block .category_list {
	width: fit-content;
	margin-bottom: 2.1rem;
	padding: 0.5rem 3rem 0.5rem;
	background: #193764;
	border-radius: 0 30rem 30rem 0;
	-webkit-border-radius: 0 30rem 30rem 0;
	-moz-border-radius: 0 30rem 30rem 0
}

#article_customize .block .category_list li {
	display: inline-block;
	color: #fff
}

#article_customize .block .category_list li:not(:last-child)::after {
	content: "・"
}

#article_customize .block .category_list li a {
	color: #fff;
	font-weight: bold
}

#article_customize .block .category_list li a:hover {
	color: #B4D4DC
}

#article_customize .block .tit {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold
}

#article_customize .block .txt {
	font-size: 1.6rem
}

#article_customize .link_box {
	position: relative;
	flex: 1.2;
	margin-left: 5%;
	padding-left: 5%;
	border-left: 1px solid #000
}

#article_customize .link_box .link_title {
	margin-bottom: 2.4rem;
	padding: 0.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem;
	line-height: 1.6
}

#article_customize .link_box .link_img {
	position: relative;
	margin-bottom: 1.2rem;
	padding-bottom: 50%;
	z-index: 0;
	overflow: hidden
}

#article_customize .link_box .link_img img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

#article_customize .link_box .link {
	font-weight: bold;
	line-height: 1.6
}

#article_customize .link_box .btn_wrap {
	position: absolute;
	bottom: -5.4rem;
	right: 0;
	transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%)
}

#article_customize .link_box .btn_wrap .btn {
	font-size: 1.6rem;
	padding: 0.8em 3em;
	background: #fff
}

#article_customize .link_box .btn_wrap .btn::before {
	width: 0.7rem;
	height: 1.2rem
}

.archive_list a {
	display: block;
	padding-right: 5rem
}

.archive_list .img {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 70%;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	overflow: hidden
}

.archive_list .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.archive_list .textbox .tit {
	font-size: 1.8rem;
	margin-bottom: 1rem
}

.archive_list .txt {
	margin-bottom: 1rem;
	font-size: 0.9em
}

.archive_list .txt:hover span {
	color: #193764
}

.archive_list .date {
	opacity: 0.3;
	font-size: 0.9em
}

@media screen and (max-width:1000px) {
	.single #article {
		padding-top: 8rem
	}

	.single #article .single_title {
		margin-bottom: 2rem;
		font-size: 1.4em
	}

	.single #article .single_date {
		margin-bottom: 1.6em
	}

	.single #article .single-head{
		margin-top: 53px;
		padding: 5rem 0 6.0rem;
	}

	.single #article .single-head .inner{
		display: block;
	}

	.single #article .single-head .btn_wrap{
		margin-top: 3.0rem;
	}

	.single #article .single-head .btn_wrap .btn{
		font-size: 1.6rem;
	}
	.single #article .single-head .right{
		display: none;
	}

	.single #article .single-head .img_wrap{
		margin-top: 4rem;
		text-align: center;
	}

	.single #article .single_thumbnail {
		margin-bottom: 3rem
	}

	.single #article .single_content {
		margin-bottom: 3rem
	}

	.single #article .single_content h2 {
		font-size: 1.25em
	}

	.single #article .single_content h3 {
		font-size: 1.11em
	}

	.single #article .single_content p {
		font-size: 1em
	}

	.single #article .single_content02 {
		margin-bottom: 5rem
	}

	.single #article .single_content02 .content_wrap{
		padding-bottom: 3rem;
	}

	.single #article .single_content02 .inner{
		padding: 2rem 9% 3rem;
	}

	.single #article .single_content02 h4 {
		margin-top: 2em;
		font-size: 1.67rem
	}

	.single #article .single_content02 .wide_box {
		margin-bottom: 5rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding: 3rem 2rem 0rem
	}

	.single #article .single_content02 .wide_box h3 {
		margin-bottom: 3rem
	}

	.single #article .single_content02 .wide_box table {
		display: block;
		border-bottom: 1px solid #cccccc
	}

	.single #article .single_content02 .wide_box table tbody,
	.single #article .single_content02 .wide_box table tr,
	.single #article .single_content02 .wide_box table th,
	.single #article .single_content02 .wide_box table td {
		display: block
	}

	.single #article .single_content02 .wide_box table tr {
		margin-bottom: 1.3em
	}

	.single #article .single_content02 .wide_box table th,
	.single #article .single_content02 .wide_box table td {
		padding: 0.2em 0;
		font-size: 0.9em;
		border: none;
		letter-spacing: 0
	}

	.single #article .single_content02 .wide_box table td:first-child {
		margin-bottom: 0.4em;
		border: 1px solid #cccccc
	}

	.single #article .single_content02 :where(.wp-block-columns.is-layout-flex) {
		gap: 1em
	}

	.single #article .single_content02 .wp-block-column .wp-block-heading {
		font-size: 2.2rem
	}

	.pagenation .box .left,
	.pagenation .box .right {
		width: 49%
	}

	.pagenation .box a {
		padding: 1rem 0.5rem;
		font-size: 0.8em
	}

	.pagenation .box a p {
		font-size: 1.05em
	}

	.pager {
		margin-top: 6rem
	}

	.pager .page-numbers {
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.8rem
	}

	.pager .page-numbers.current::before {
		width: 4rem;
		height: 4rem
	}

	.pager .prev,
	.pager .next {
		width: 2.7em !important;
		height: 2.7em !important
	}

	.pager .prev {
		margin: 0 1rem 0 0 !important
	}

	.pager .next {
		margin: 0 0 0 1rem !important
	}

	.section_article_list .box .box_child > a {
		display: block
	}

	.section_article_list .box .box_child:not(:last-child) {
		margin-bottom: 2rem;
		padding-bottom: 2rem
	}

	.section_article_list .box .img {
		width: 80%;
		max-width: 50rem;
		margin: 0 auto 2rem
	}

	.section_article_list .box .textbox {
		width: auto
	}

	.section_article_list .box .tit {
		font-size: 1.9rem
	}

	.section_article_list02 .list_tit {
		margin-bottom: 2rem;
		font-size: 2rem
	}

	.section_article_list02 .box {
		display: block
	}

	.section_article_list02 .box .box_child {
		display: block;
		width: auto;
		margin-right: 0
	}

	.section_article_list02 .box .box_child:nth-child(n+2) {
		margin-top: 2rem !important
	}

	.section_article_list02 .box .box_child .tit {
		font-size: 1.7rem
	}

	.section_article_list02 .box .box_child .txt a:hover {
		text-decoration: underline
	}

	.section_article_list03 .box {
		display: block;
		width: 90%
	}

	.section_article_list03 .box:not(:last-child) {
		margin-bottom: 5.0rem;
	}

	.section_article_list03 .box .box_child {
		width: auto;
	}

	.section_article_list03 .box .box_child:nth-child(n+2) {
		margin-top: 4rem !important
	}

	#article_customize {
		padding-bottom: 2.4rem
	}

	#article_customize .inner {
		display: block;
		padding: 3rem 8% 5.7rem 0;
		border-radius: 2rem;
		-webkit-border-radius: 2rem;
		-moz-border-radius: 2rem
	}

	#article_customize .block {
		padding-top: 1rem
	}

	#article_customize .block .category_list,
	#article_customize .block .tit,
	#article_customize .block .txt {
		padding-left: 8% !important
	}

	#article_customize .block .category_list {
		margin-bottom: 1.6rem
	}

	#article_customize .block .tit {
		font-size: 1.75rem
	}

	#article_customize .link_box {
		margin-left: 8%;
		padding-left: 0;
		margin-top: 3rem;
		padding-top: 3rem;
		border-left: none;
		border-top: 1px solid #000
	}

	#article_customize .link_box .link_title {
		margin-bottom: 2rem
	}

	#article_customize .link_box .link {
		font-size: 1.55rem
	}
}

.price_pay_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.price_pay_box .box_child {
	position: relative;
	width: 47%;
	margin-top: 5.4rem;
	padding: 3rem 1rem 1rem;
	border: 0.5rem solid #193764;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	text-align: center
}

.price_pay_box .box_child.money {
	border-color: #D9D9D9
}

.price_pay_box .box_child.credit {
	border-color: #B4D4DC
}

.price_pay_box .box_child.credit .box_img img {
	width: 22.3rem
}

.price_pay_box .box_child.e_money {
	border-color: #193764
}

.price_pay_box .box_child.e_money .box_img img {
	width: 32rem
}

.price_pay_box .box_child.conveni {
	border-color: #6a828e
}

.price_pay_box .box_child.conveni .box_img img {
	width: 25rem
}

.price_pay_box .box_child.paidy {
	border-color: #b257b1
}

.price_pay_box .box_child.qr {
	border-color: #C91127
}

.price_pay_box .box_child.qr .box_img img {
	width: 40rem
}

.price_pay_box .box_child .box_sub {
	padding-top: 1rem;
	color: #777;
	font-size: 1.1em;
	font-weight: bold
}

.price_pay_box .box_child .box_tit {
	position: absolute;
	left: 50%;
	top: 0;
	padding: 0.8rem 0.5rem;
	font-size: 2.1rem;
	background: #fff;
	white-space: nowrap;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important
}

.price_pay_box .box_child .box_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 17rem
}

.price_pay_box .box_child .box_price {
	font-size: 2.4rem
}

.price_pay_box .box_child .box_price .big {
	color: #193764;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.05em
}

.price_pay_box .box_child .box_price .note {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5
}

.price_pay_box .box_child .box_txt {
	font-size: 0.85em;
	line-height: 1.7;
}

@media screen and (max-width:1000px) {
	.price_pay_box {
		display: block !important
	}

	.price_pay_box .box_child {
		width: 100%;
		margin-top: 3rem;
		border-width: 0.4rem
	}

	.price_pay_box .box_child .box_tit {
		font-size: 1.7rem
	}

	.price_pay_box .box_child .box_img {
		min-height: 9rem
	}

	.price_pay_box .box_child .box_price {
		font-size: 2rem;
	}

	.price_pay_box .box_child .box_price .big {
		font-size: 2.6rem
	}

	.price_pay_box .box_child .box_price .small02 {
		display: block;
		margin-top: -0.6em;
		font-size: 0.6em;
	}
}

.news_listbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 2%;
}

.news_listbox .box_child {
	width: 32%;
}

.news_listbox .box_child:nth-child(3n) {
	margin-right: 0
}

.news_listbox .box_child .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 14rem;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid #000
}

.news_listbox .box_child .tit {
	font-size: 1.6rem
}

.news_listbox .box_child a {
	display: block;
}

.news_listbox .box_child a:hover {
	color: #193764;
}

.news_listbox .box_child .detail {
	font-size: 1.4rem;
	text-align: right;
}

.news_listbox .box_child .detail::after {
	content: "";
	display: inline-block;
	margin-left: 0.8em;
	width: 0.8rem;
	height: 1.3rem;
	background: url(../img/common/ico_btn_arrow.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	vertical-align: -0.5em;
}

@media screen and (max-width:1000px) {
	.news_listbox {
		display: block
	}

	.news_listbox .box_child {
		width: auto;
	}

	.news_listbox .box_child:not(:last-child) {
		margin-bottom: 2.5rem
	}
}

.accordion_btn {
	cursor: pointer
}

.accordion_btn .accordion_ico {
	position: absolute;
	right: 2rem;
	top: 50%;
	display: block;
	border-top: 0.4em solid #193764;
	border-right: 0.4em solid transparent;
	border-left: 0.4em solid transparent;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform-origin: center;
	transition: all 0.3s
}

.accordion_btn.open .accordion_ico {
	top: 42%;
	transform: rotate(180deg) translate(0, -50%);
	-webkit-transform: rotate(180deg) translate(0, -50%)
}

.category_link {
	margin-bottom: 5.6rem
}

.category_link .tit {
	margin-bottom: 2rem;
	font-size: 2.2rem
}

.category_link .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.category_link .list li {
	margin: 0.2em 1em 0.2em 0
}

.category_link .list li a {
	display: block;
	padding: 0.35em 1.5em;
	border: 1.2px dashed #193764;
	font-weight: bold;
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem
}

.category_link .list li a:hover {
	background: #193764;
	color: #fff
}

.category_link .list li.active a {
	background: #193764;
	color: #fff
}

@media screen and (max-width:1000px) {
	.category_link {
		margin-bottom: 3.7rem
	}

	.category_link .tit {
		font-size: 2rem
	}
}

.pagination {
	margin-top: 10rem
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center
}

.pagination .page-numbers {
	width: 7.4rem;
	height: 5.4rem;
	margin: 0 0.2em;
	color: #1A1B2C;
	line-height: 5.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
	letter-spacing: 0
}

.pagination .page-numbers:hover {
	color: #193764
}

.pagination .page-numbers.current {
	position: relative;
	color: #193764;
	z-index: 0
}

.pagination .page-numbers.current::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 1.5em;
	background: #193764;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0)
}

.pagination .prev,
.pagination .next {
	position: relative;
	width: 3.8em;
	height: 3.8em;
	border: 1px solid #193764;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.pagination .prev:hover,
.pagination .next:hover {
	background: #eee
}

.pagination .prev::before,
.pagination .next::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.9rem;
	height: 1.8rem;
	background: url(../img/common/pager_next.svg) center center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.pagination .prev {
	margin-right: 3em
}

.pagination .prev::before {
	transform: translate(-50%, -50%) scale(-1, 1);
	-webkit-transform: translate(-50%, -50%) scale(-1, 1)
}

.pagination .next {
	margin-left: 3em
}

@media screen and (max-width:1000px) {
	.pagination {
		margin-top: 6rem
	}

	.pagination .page-numbers {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.8rem
	}

	.pagination .page-numbers.current::before {
		bottom: -0.5rem
	}

	.pagination .prev,
	.pagination .next {
		width: 3em;
		height: 3em
	}

	.pagination .prev::before,
	.pagination .next::before {
		width: 0.7rem;
		height: 1.4rem
	}

	.pagination .prev {
		margin-right: 0.6em
	}

	.pagination .next {
		margin-left: 0.6em
	}
}

.scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	display: none;
	animation: scroll-hint-animation 4s infinite ease;
	text-align: center;
	font-size: 1.2rem;
	z-index: 2
}

.scroll-hint::before {
	content: "";
	display: block;
	width: 3.3rem;
	height: 4rem;
	margin: 0 auto 1rem;
	background: url(../img/common/ico_swipe.svg) center center no-repeat;
	background-size: contain
}

@keyframes scroll-hint-animation {
	0% {
		transform: translate(-50%, -50%)
	}

	50% {
		transform: translate(-40%, -50%)
	}

	100% {
		transform: translate(-50%, -50%)
	}
}

.scroll-hint--show {
	display: block
}

@media screen and (min-width:1001px) {
	.scroll-hint {
		display: none
	}
}

/* トップへ戻るボタン */

.back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 2%;
	right: 150px;
	width: 70px;
	height: 70px;
	color: #193764;
	background: #fff;
	border: 2px solid #193764;
	text-align: center;
	line-height: 1.2;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	/* 初期状態で非表示 */
	pointer-events: none;
	/* 初期状態でクリック無効 */
	transition: all 0.3s ease;
	z-index: 999;
	cursor: pointer;
	text-transform: uppercase;
}

.back-to-top.is-active {
	opacity: 1;
	/* 表示 */
	pointer-events: auto;
	/* クリック有効 */
}

.back-to-top:hover {
	/* opacity: 0.6; */
	color: #fff;
	background: #193764;
}

@media screen and (max-width: 1000px) {
	.back-to-top {
		bottom: 8%;
		right: 4%;
	}
}

body.is-scroll-locked {
/* overflow: hidden;*/
}

.body_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: #000;
	opacity: .4;
	z-index: 5;
}

.body_overlay.open {
	display: block;
}

.modal_btn {
	transition: all 0.2s;
	cursor: pointer;
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 6rem;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	z-index: -3;
}

.modal.open {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	z-index: 10;
}

.modal .modal_inner {
	position: relative;
	width: 90%;
	max-width: 118rem;
	padding: 7rem 4rem 6rem;
	margin: auto;
	background: #fff;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
}

.modal .modal_close {
	position: absolute;
	right: 0.9rem;
	top: 0.9rem;
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background: #fff;
	border: 2px solid #193764;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 1;
	transition: 0.2s;
	cursor: pointer;
}

.modal .modal_close:hover {
	background: #193764;
}

.modal .modal_close::before,
.modal .modal_close::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 2px;
	background: #193764;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 10rem;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	transition: 0.2s;
}

.modal .modal_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .modal_close:hover::before,
.modal .modal_close:hover::after {
	background: #fff;
}

.modal_form .form_wrap {
	max-width: 44rem;
	margin: 0 auto;
}

.modal_form .form_wrap .sub {
	font-weight: bold;
	text-align: center;
}

.modal_form .form_wrap .tit {
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0;
	text-align: center;
}

.modal_form .form_wrap .form_box {
	margin-top: 2.1rem;
	margin-bottom: 2.6rem;
}

.modal_form .form_wrap .form_box .block:not(:last-child) {
	margin-bottom: 2.0rem;
}

.modal_form .form_wrap .form_box .block dl dt {
	margin-bottom: 0.6rem;
	font-size: 1.05em;
}

.modal_form .form_wrap .hissu {
	position: relative;
	display: inline-block;
}

.modal_form .form_wrap .hissu::after {
	content: "必須";
	display: inline-block;
	margin-left: 0.6em;
	color: #C91127;
	vertical-align: 0.05em;
	font-size: 0.9em;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

.modal_form .privacy_box {
	margin-bottom: 2.8rem;
}

.modal_form .privacy_box .privacy_txt {
	margin-bottom: 1.2rem;
}

.modal_form .privacy_box .privacy_txt a {
	color: #1e1e1e;
}

.modal_form .privacy_box .label_check {
	padding-left: 0;
}

.modal_form .submit_wrap {
	position: relative;
	text-align: center;
	z-index: 0;
}

.modal_form .submit_wrap .icon {
	position: absolute;
	right: calc(50% + 8em);
	top: 50%;
	display: inline-block;
	margin-right: 0.2em;
	width: 1.6em;
	height: 1.6em;
	background: url(../img/common/ico_download_wh.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.modal_form .submit_wrap input {
	padding-left: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
}

.modal_form .wpcf7-spinner {
	position: absolute;
	left: 50%;
	bottom: -4.5rem;
	margin: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

/* flow_animation */
.flow_animation {
	position: relative;
	width: 100%;
	margin-bottom: 12rem;
	overflow: hidden;
  }
  .flow_animation.reverse .list {
	animation-direction: reverse;
  }
  .flow_animation .list {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
	padding-left: 2rem;
	animation: flowLogoScroll 14s linear infinite;
	width: max-content; /* 要素の実際の幅に合わせる */
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-will-change: transform;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .flow_animation .list li {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
  }
  .flow_animation .list li img{
	width: auto;
	height: 121px;
  }
  @keyframes flowLogoScroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
  }

@media screen and (max-width:1000px) {
	.flow_animation {
		margin-bottom: 7rem;
	  }
  .flow_animation .list {
	animation-duration: 22s;
  }
}




#main_contents .faq-section {
	padding: 8rem 0;
  }
  
  @media (max-width: 768px) {
	#main_contents .faq-section {
	  padding: 4rem 0;
	}
  }
  #main_contents .faq-section .faq-section-inner {
	max-width: 960px;
	width: 86%;
	margin-inline: auto;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list {
	border: #B1C9E8 solid 2px;
	border-radius: 34px;
	background: #fff;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li {
	border-bottom: 1px solid #B1C9E8;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li:last-of-type {
	border-bottom: none;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li:last-of-type .acd-content {
	border-radius: 0 0 34px 34px;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: left;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn:before, #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 21px;
	bottom: 0;
	width: 17px;
	height: 3px;
	margin: auto;
	background-color: #000;
  }
  
  @media (max-width: 768px) {
	#main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn:before, #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn:after {
	  right: 18px;
	}
  }
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn.is-open:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn .acd-ttl {
	padding: 18px 61px 18px 24px;
	position: relative;
	font-size: 18px;
	line-height: 1.6666666667;
	font-weight: 700;
	display: block;
	width: 100%;
  }
  
  @media (max-width: 768px) {
	#main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn .acd-ttl {
	  padding: 20px 44px 20px 20px;
	}
  }
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn .acd-ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	width: 27px;
	height: 27px;
	z-index: -1;
  }
  
  @media (max-width: 768px) {
	#main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-ttl-btn .acd-ttl:after {
	  right: 0;
	}
  }
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-content {
	display: none;
  }
  
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-content .acd-content-inner {
	padding: 0px 61px 24px 24px;
	position: relative;
  }
  
  @media (max-width: 768px) {
	#main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-content .acd-content-inner {
	  padding-left: 20px;
	}
  }
  #main_contents .faq-section .faq-section-inner .faq-list-wrap .faq-list li .acd-content .acd-content-inner .acd-content-txt {
	font-size: 18px;
	line-height: 1.5555555556;
  }


