/*-------------------------
	@media
 -------------------------*/

/*-------------------------
	ヘッダーの高さ
 -------------------------*/

/*-------------------------
	color
 -------------------------*/

.js-header-logo2 {
	display: none;
}

.js-header._js-active {
	background-color: #fff;
}

.js-header._js-active * {
	color: #2E2E2E;
}

.js-header._js-active .js-header-logo1 {
	display: none;
}

.js-header._js-active .js-header-logo2 {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	color: #212529;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 80px 0 0;
	min-width: 1024px;
}

img {
	width: 100%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

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

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

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

body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

main {
	display: block;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
	text-decoration: none;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*---------------------------
my reset
----------------------------*/

ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

figure {
	margin: 0;
}

img {
	display: block;
}

.acrd {
	width: 100%;
}

.acrd-block {
	-webkit-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.15);
	padding: 0 40px;
}

.acrd-block:not(:first-of-type) {
	margin-top: 32px;
}

.acrd-q {
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 19px 0 19px 10px;
	position: relative;
}

.acrd-icon {
	font-family: work-sans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.acrd-txt {
	margin-left: 21px;
}

.acrd-arrow {
	-webkit-transform: translateY(-50%);
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.acrd-a {
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline;
	border-top: 1px solid #c2c2c2;
	color: #343434;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
	padding: 17px 0 19px 10px;
}

.btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	position: relative;
}

.btn:hover {
	opacity: 0.7;
}

.btn._fv {
	background-color: #551010;
	color: #fff;
	height: 72px;
	width: 300px;
}

.btn._contact {
	background: #C82626;
	color: #fff;
	height: 63px;
	width: 300px;
}

.btn._cta {
	background: #C82626;
	border-radius: 48px;
	color: #fff;
	height: 56px;
	width: 100%;
}

.footer {
	background: #2e2e2e;
	color: #fff;
	padding: 38px 0 12px;
}

.footer-logo {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	text-align: center;
}

.footer-copy {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin: 38px 0 0;
	text-align: center;
}

.fv {
	background: linear-gradient(241.14deg, #BA2525 2.73%, #E02727 100.04%);
	color: #fff;
	height: 532px;
}

.fv-inner {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
	width: 1200px;
}

.fv-content {
	-ms-flex-direction: row-reverse;
	-ms-flex-pack: justify;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
}

.fv-img {
	-o-object-fit: cover;
	border-radius: 20px;
	max-width: 45%;
	object-fit: cover;
	width: 581px;
}

.fv-sentense {
	padding: 11px 20px 0 50px;
}

.fv-tit {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.55882;
	margin: 0;
}

.fv-txt {
	font-weight: bold;
	line-height: 1.8125;
	margin: 24px 0 0;
}

.fv-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 33px 0 0;
}

.header {
	-webkit-transform: translateX(-50%);
	background: linear-gradient(241.14deg, #BA2525 2.73%, #E02727 100.04%);
	height: 92px;
	left: 50%;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1001;
}

.header-inner {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.header-logo {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

.header-logo a {
	color: #fff;
}

.header-wrap {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header-btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	font-weight: normal;
	height: 33px;
	justify-content: center;
	position: relative;
	width: 138px;
}

.header-toggle {
	height: 100%;
	position: relative;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.sec-tit {
	color: #1F1F23;
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}

.sec-tit::after {
	-webkit-transform: translateX(-50%);
	background-color: #CC2727;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 80px;
}

.sec-tit._white {
	color: #fff;
}

.sec-tit._white::after {
	background-color: #fff;
}

.spmenu {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}

.spmenu-list {
	padding-bottom: 94px;
	position: relative;
	text-align: center;
}

.spmenu-list::after {
	-webkit-transform: translateX(-50%);
	background-color: #c4c4c4;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 57px;
}

.spmenu-item {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-top: 16px;
	width: 230px;
}

.spmenu-item:first-of-type {
	margin-top: 0;
}

.spmenu-item a {
	color: #212529;
	font-size: 21px;
	font-weight: bold;
}

.spmenu-logo {
	margin-top: 81px;
	width: 120px;
}

.spmenu-txt {
	color: #1c1c1c;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 30px;
	opacity: 0.5;
}

.spmenu-copy {
	color: #1c1c1c;
	font-size: 12px;
	margin-top: 71px;
	opacity: 0.5;
}

.totop {
	bottom: 185px;
	position: fixed;
	right: 30px;
	z-index: 100;
}

.totop img {
	width: 54px;
}

/* 2段組み用 */

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

.twocol-left,
.twocol-right {
	width: 100%;
}

.cta {
	background: url(../img/cta_bg.png) center/cover no-repeat;
	padding: 81px 0 122px;
}

.cta-tit {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	text-align: center;
}

.cta-content {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	max-width: 100%;
	width: 662px;
}

.cta-block {
	background-color: #fff;
	border-radius: 8px;
	color: #222;
	padding: 30px 25px 37px;
	text-align: center;
	width: calc((100% / 2) - (42px - 42px/ 2));
}

.cta-img {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	justify-content: center;
}

.cta-img img._mail {
	width: 36px;
}

.cta-img img._tel {
	width: 28px;
}

.cta-subtit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0 0;
}

.cta-txt {
	font-size: 14px;
	line-height: 1.42857;
	margin: 20px 0 0;
	text-align: left;
}

.cta-btn {
	margin: 29px 0 0;
	width: 100%;
}

.flow {
	background-color: #C82626;
	padding: 81px 0 303px;
}

.flow-content {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 96px;
}

.flow-block {
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% / 4) - (95px - 95px/ 4));
}

.flow-block img {
	width: 80px;
}

.flow-tit {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.29167;
	margin: 40px 0 0;
	min-height: 2.58333em;
}

.flow-txt {
	font-weight: 300;
	line-height: 1.5;
	margin: 36px 0 0;
}

.flow-btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #fff;
	border-radius: 3px;
	color: #C82626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	font-weight: bold;
	height: 41px;
	justify-content: center;
	line-height: 1;
	margin: 40px 0 0;
	position: relative;
	width: 100%;
}

.qa {
	background: #c82626;
	padding: 60px 0 122px;
}

.qa-content {
	margin: 57px auto 0;
	max-width: 100%;
	width: 800px;
}

.service {
	border-top: 1px solid #C82626;
	padding: 60px 0 129px;
}

.service-content {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.service-block {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: calc((100% / 4) - (51px - 51px/ 4));
}

.service-img {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	justify-content: center;
}

.service-img img._img1 {
	width: 233px;
}

.service-img img._img2 {
	width: 215px;
}

.service-img img._img3 {
	width: 200px;
}

.service-img img._img4 {
	width: 231px;
}

.service-sentense {
	margin-top: 37px;
}

.service-tit {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	min-height: 3em;
}

.service-txt {
	color: #6C757D;
	font-weight: 300;
	line-height: 1.5;
	margin: 19px 0 0;
}

.service-btn {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 106px 0 0;
}

.strength {
	padding: 117px 0 124px;
}

.strength-content {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
	max-width: 100%;
	width: 940px;
}

.strength-block {
	width: calc((100% / 3) - (80px - 80px/ 3));
}

.strength-img {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 190px;
	justify-content: center;
}

.strength-img img._img1 {
	width: 256px;
}

.strength-img img._img2 {
	width: 214px;
}

.strength-img img._img3 {
	width: 257px;
}

.strength-tit {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 43.5px 0 0;
	min-height: 3em;
}

.strength-txt {
	color: #6C757D;
	font-weight: 300;
	line-height: 1.5;
	margin: 24px 0 0;
}

.strength-btn {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 71px 0 0;
}

.trouble {
	padding: 95px 0 93px;
}

.trouble-content {
	margin: 70px auto;
	max-width: 100%;
	width: 511px;
}

.trouble-block {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid #D1D1D1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
}

.trouble-block:first-of-type {
	border-top: none;
	padding-top: 0;
}

.trouble-block:last-of-type {
	padding-bottom: 0;
}

.trouble-block img {
	margin-right: 47px;
	width: 53px;
}

.trouble-tit {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

.trouble-txt {
	font-weight: 300;
	letter-spacing: 1.5625;
	margin: 8px 0 0;
	max-width: 334px;
}

.trouble-btn {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 71px 0 0;
}

.js-spmenu {
	-webkit-transform: translateY(-100%);
	-webkit-transition: all 0.6s;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	z-index: 1002; /* このクラスを、jQueryで付与・削除する */
}

.js-spmenu._js-active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.wp-block-columns {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	margin-top: 30px;
}

.wp-block-column > :first-of-type {
	margin-top: 0;
}

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

._spOnly {
	display: none !important;
}

.twocol-left,
.twocol-right {
	width: 50%;
}

.twocol-left._w10p,
.twocol-right._w10p {
	width: 10%;
}

.twocol-left._w20p,
.twocol-right._w20p {
	width: 20%;
}

.twocol-left._w30p,
.twocol-right._w30p {
	width: 30%;
}

.twocol-left._w40p,
.twocol-right._w40p {
	width: 40%;
}

.twocol-left._w50p,
.twocol-right._w50p {
	width: 50%;
}

.twocol-left._w60p,
.twocol-right._w60p {
	width: 60%;
}

.twocol-left._w70p,
.twocol-right._w70p {
	width: 70%;
}

.twocol-left._w80p,
.twocol-right._w80p {
	width: 80%;
}

.twocol-left._w90p,
.twocol-right._w90p {
	width: 90%;
}

.flow-block:not(:last-of-type) {
	position: relative;
}

.flow-block:not(:last-of-type)::after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: -46px;
	top: 0;
	width: 1.5px;
}

.strength-tit._cnt {
	line-height: 3em;
}

}

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

._pcNone {
	display: none !important;
}

}

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

._pcOnly {
	display: none !important;
}

.fv-inner {
	width: calc(100% - 40px);
}

.header-inner {
	width: calc(100% - 40px);
}

.inner {
	width: calc(100% - 40px);
}

}

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

.wp-block-columns {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.wp-block-columns._reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	flex-direction: column-reverse;
}

.wp-block-column:nth-child(2n) {
	margin-left: 0 !important;
}

}

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

body {
	min-width: 0;
}

._spNone {
	display: none !important;
}

.acrd-block {
	padding: 0 20px 20px;
	position: relative;
}

.acrd-block:not(:first-of-type) {
	margin-top: 30px;
}

.acrd-q {
	padding: 23px 0;
	position: static;
}

.acrd-txt {
	margin-left: 14px;
}

.acrd-arrow {
	-webkit-transform: translateX(-50%);
	bottom: 10px;
	left: 50%;
	position: absolute;
	right: auto;
	top: auto;
	transform: translateX(-50%);
}

.acrd-a {
	padding: 21px 0 20px 0;
}

.btn._fv {
	height: 56px;
	width: 335px;
}

.btn._contact {
	width: 335px;
}

.fv {
	height: auto;
	padding: 20px 0 60px;
}

.fv-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.fv-img {
	max-width: 100%;
}

.fv-sentense {
	padding: 24px 0 0;
}

.fv-tit {
	font-size: 26px;
	white-space: nowrap;
}

.fv-txt {
	margin-top: 15px;
}

.fv-btn {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.header {
	height: 89px;
}

.sec-tit {
	font-size: 28px;
}

.totop {
	bottom: 30px;
	right: 20px;
}

.twocol {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.cta {
	padding: 72px 0 53px;
}

.cta-tit {
	font-size: 28px;
	line-height: 35px;
}

.cta-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	margin-top: 58px;
}

.cta-block {
	margin: 27px 0 0;
	width: 100%;
}

.cta-block:first-of-type {
	margin-top: 0;
}

.cta-block:not(:first-of-type) {
	margin-top: 27px;
}

.flow {
	padding: 50px 0 72px;
}

.flow-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	margin-top: 111px;
}

.flow-block {
	margin: 0px 0 0;
	width: 100%;
}

.flow-block:first-of-type {
	margin-top: 0;
}

.flow-block:not(:first-of-type) {
	margin-top: 38px;
}

.flow-block:not(:last-of-type) {
	border-bottom: 1px solid #fff;
	padding-bottom: 72px;
}

.flow-tit {
	margin-top: 32px;
	min-height: auto;
}

.flow-txt {
	margin-top: 16px;
}

.flow-btn {
	margin-top: 32px;
}

.qa {
	padding: 54px 0 96px;
}

.qa-content {
	margin-top: 50px;
}

.service {
	padding: 100px 0 100px;
}

.service-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	margin-top: 50px;
}

.service-block {
	margin: 66px 0 0;
	width: 100%;
}

.service-block:first-of-type {
	margin-top: 0;
}

.service-tit {
	min-height: auto;
}

.service-btn {
	margin-top: 40px;
}

.strength {
	padding: 100px 0 100px;
}

.strength-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	margin-top: 60px;
}

.strength-block {
	margin: 32px 0 0;
	width: 100%;
}

.strength-block:first-of-type {
	margin-top: 0;
}

.strength-block:not(:first-of-type) {
	margin-top: 32px;
}

.strength-tit {
	margin-top: 38.5px;
}

.strength-txt {
	margin-top: 33px;
}

.strength-btn {
	margin-top: 90px;
}

.trouble {
	padding: 60px 0 100px;
}

.trouble-content {
	margin-top: 40px;
}

.trouble-block {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 24px 0;
}

.trouble-block img {
	margin-right: 23.5px;
}

.trouble-txt {
	max-width: 100%;
}

}

