@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #313131;
	word-wrap: break-word;
}

a {
	color: inherit;
	text-decoration: none;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-align-center {
	text-align: center;
}

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

.text-indent {
	text-indent: -1.2em;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mt100 {
	margin-top: 100px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

/* padding
-------------------------------*/

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

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

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

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

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-header.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.l-footer-nav {
	padding: 55px 0 58px;
	border-top: 1px solid #eeeeee;
}

.l-footer-bottom {
	padding: 30px 30px;
	background: #eeeeee;
}

.l-navi {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	padding: 105px 50px;
	display: none;
}

.l-main {
	position: relative;
	padding-bottom: 50px;
}

.l-main--home {
	padding-bottom: 80px;
}

.l-main--bg::before {
	content: "";
	position: absolute;
	top: 36.4%;
	left: 0;
	z-index: -1;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	width: 90vw;
	height: 90vw;
	border-radius: 50%;
	border: 8.5vw solid #e9f6fd;
	max-width: 820px;
	max-height: 820px;
}

.l-main--bg::after {
	content: "";
	position: absolute;
	top: 64.5%;
	right: 0;
	z-index: -1;
	-webkit-transform: translate(55%, -50%);
	-ms-transform: translate(55%, -50%);
	transform: translate(55%, -50%);
	width: 90vw;
	height: 90vw;
	max-width: 920px;
	max-height: 920px;
	background: #e9f6fd;
	border-radius: 50%;
}

.l-main--bg--bottom::before {
	top: 47%;
}

.l-main--bg--bottom::after {
	top: 70%;
}

.l-main--bg--top::before {
	top: 34%;
}

.l-main--bg--top::after {
	top: 54%;
}

.l-section-1:not(:last-child) {
	margin-bottom: 80px;
}

.l-section-2:not(:last-child):not(:last-child) {
	margin-bottom: 60px;
}

.l-section-3:not(:last-child) {
	margin-bottom: 42px;
}

.container {
	padding-left: 26px;
	padding-right: 26px;
}

/* Module */

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.header-logo {
	position: relative;
	z-index: 101;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 230px;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	border-radius: 0 0 10px 0;
}

.header-logo__link {
	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;
	width: 100%;
	height: 100%;
}

.header-logo__link img {
	display: block;
	width: 154px;
}

.navi {
	position: relative;
	z-index: 1;
	border-top: 1px solid #FFFFFF;
}

.navi__item {
	border-bottom: 1px solid #FFFFFF;
}

.navi__item a {
	display: block;
	width: 100%;
	padding: 22px 0;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	color: #FFFFFF;
}

.navi__item a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-bottom: 1px;
	margin-left: 8px;
	background: url(../img/icon_out_white.svg) no-repeat center center/contain;
}

.footer-nav:not(:last-child) {
	margin-bottom: 24px;
}

.footer-nav__item:not(:last-child) {
	margin-bottom: 24px;
}

.footer-nav__item > a {
	position: relative;
	padding-left: 40px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.footer-nav__item > a::before {
	content: "→";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	width: 30px;
	height: 30px;
	background: #c9c9c9;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 1.2rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-nav__item > a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background: url(../img/icon_out.svg) no-repeat center center/contain;
}

.footer-nav__child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}

.footer-nav__child__item {
	width: 100%;
	padding-left: 40px;
}

.footer-nav__child__item:not(:last-child) {
	margin-bottom: 7px;
}

.footer-nav__child__item > a {
	font-size: 1.4rem;
	line-height: 1.5;
}

.footer-nav__child__item > a::before {
	content: "→";
	display: inline-block;
	margin-right: 2px;
}

.footer-bottom {
	text-align: center;
}

.footer-bottom__nav {
	margin-bottom: 30px;
}

.footer-bottom__nav__item:not(:last-child) {
	margin-bottom: 10px;
}

.footer-bottom__nav__item a {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer-bottom__nav__item a[target=_blank] {
	padding-right: 15px;
}

.footer-bottom__nav__item a[target=_blank]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(../img/icon_external.svg) no-repeat center center/contain;
}

.footer-bottom__copyright {
	font-size: 1.2rem;
	line-height: 2;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
}

.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 75px;
	background: transparent;
	border: none;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 101;
	text-align: center;
}

.menu-btn__icon {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 18px;
	display: block;
}

.menu-btn__icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0054a7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	left: 0;
}

.menu-btn__icon span:nth-of-type(1) {
	top: 0;
}

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

.menu-btn__icon span:nth-of-type(3) {
	top: 100%;
}

.is-open .menu-btn__icon {
	top: 6px;
	width: 50px;
}

.is-open .menu-btn__icon span {
	background: #FFFFFF;
}

.is-open .menu-btn__icon span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-open .menu-btn__icon span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.is-open .menu-btn__icon span:nth-of-type(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn__text {
	display: block;
	margin-top: 8px;
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
	color: #0054a7;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.is-open .menu-btn__text {
	opacity: 0;
}

.navi-btn {
	margin-top: 50px;
}

.navi-btn__item:not(:last-child) {
	margin-bottom: 24px;
}

.navi-btn__link {
	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;
	padding: 22px 20px;
	background: #FFFFFF;
	color: #0054a7;
	font-size: 1.6rem;
	border-radius: 50px;
}

.navi-btn__link span {
	position: relative;
	padding-left: 26px;
}

.navi-btn__link span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	height: 20px;
}

.navi-btn__link--tel span {
	margin-right: 10px;
}

.navi-btn__link--tel span::before {
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.navi-btn__link--contact span {
	margin-right: 8px;
}

.navi-btn__link--contact span::before {
	width: 20px;
	background: url(../img/icon_contact.svg) no-repeat center center/contain;
}

.navi-tel {
	display: none;
}

.navi-tel::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin-top: 1px;
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.sub-navi {
	margin-top: 45px;
}

.sub-navi__link {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: "Montserrat", sans-serif;
}

.fixed-cv {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	padding: 10px 10px;
	background: -webkit-gradient(linear, left top, right top, from(#eb6900), to(#f8aa13));
	background: linear-gradient(90deg, #eb6900 0%, #f8aa13 100%);
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}

.fixed-cv.is-visible {
	opacity: 1;
	visibility: visible;
}

.fixed-cv__head {
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.fixed-cv__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fixed-cv__button {
	position: relative;
	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;
	width: calc(50% - 10px);
	width: 150px;
	padding: 1px 2px;
	background: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1.7143;
	border-radius: 30px;
	border: 2px solid #FFFFFF;
}

.fixed-cv__button:not(:last-child) {
	margin-right: 10px;
}

.fixed-cv__button span {
	position: relative;
}

.fixed-cv__button span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-cv__button--tel span {
	padding-left: 25px;
}

.fixed-cv__button--tel span::before {
	background: url(../img/icon_tel_black.svg) no-repeat center center/contain;
	width: 20px;
	height: 20px;
}

.fixed-cv__button--form span {
	padding-left: 20px;
}

.fixed-cv__button--form span::before {
	background: url(../img/icon_form_black.svg) no-repeat center center/contain;
	width: 16px;
	height: 16px;
}

.fixed-bnr {
	position: fixed;
	bottom: 92px;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 92%;
	max-width: 345px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.fixed-bnr.is-hide {
	display: none;
}

.fixed-bnr.is-visible {
	opacity: 1;
	visibility: visible;
}

.fixed-bnr__link {
	display: block;
	-webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #FFFFFF;
}

.fixed-bnr__link img {
	display: block;
}

.fixed-bnr__close {
	position: absolute;
	top: -12px;
	right: -8px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
}

.fixed-bnr__close img {
	display: block;
	width: 100%;
}

.tel-modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.is-tel-open .tel-modal__bg {
	opacity: 1;
	visibility: visible;
}

.tel-modal__content {
	position: fixed;
	z-index: 103;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 730px;
	width: 90vw;
	padding: 45px 15px;
	background: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}

.is-tel-open .tel-modal__content {
	opacity: 1;
	visibility: visible;
}

.tel-modal__close {
	padding: 0;
	border: none;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	background: #0054a7;
	border-radius: 50%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.tel-modal__close::before,
.tel-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #FFFFFF;
}

.tel-modal__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.tel-modal__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.tel-modal__head {
	margin-bottom: 24px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #0054a7;
	font-weight: 900;
}

.tel-modal__number {
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding-top: 60px;
	font-size: 3.6rem;
	line-height: 1.1;
	color: #0054a7;
	text-align: center;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}

.tel-modal__number::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.tel-modal__time {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	color: #0054a7;
}

.tel-modal__text {
	margin-top: 25px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.tel-modal__text strong {
	color: #e95404;
}

.button-1 {
	padding: 0;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	padding-right: 100px;
	color: #0054a7;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.button-1::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	width: 80px;
	height: 80px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-2 {
	position: relative;
	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;
	max-width: 350px;
	min-height: 60px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	border-radius: 40px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.button-2::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-2--center {
	margin-left: auto;
	margin-right: auto;
}

.button-2--sp-center {
	margin-left: auto;
	margin-right: auto;
}

.button-3 {
	position: relative;
	padding-left: 25px;
	color: #0054a7;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-3::after {
	content: "→";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-size: 1.1rem;
	line-height: 1.1;
	text-align: center;
	background: #0054a7;
	border-radius: 50%;
}

.head-1 {
	margin-bottom: 30px;
	font-size: 3rem;
	line-height: 1.5556;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
}

.head-2 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.3333;
	text-align: center;
	font-weight: 700;
}

.head-3 {
	margin-bottom: 30px;
}

.head-3--center {
	text-align: center;
}

.head-3__jp {
	display: block;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
}

.head-3__en {
	display: block;
	margin-top: 7px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.head-4 {
	margin-bottom: 14px;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
}

.head-5 {
	margin-bottom: 30px;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	color: #0054a7;
	text-align: center;
}

.head-6 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.3333;
	font-weight: 700;
	color: #0054a7;
}

.head-7 {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
}

.head-7--mbsm {
	margin-bottom: 15px;
}

.head-8 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0054a7;
	color: #0054a7;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.head-9 {
	margin-bottom: 40px;
	font-size: 3rem;
	line-height: 1.5;
	color: #0054a7;
	text-align: center;
	font-weight: 700;
}

.article-list-1__item:not(:last-child) {
	margin-bottom: 20px;
}

.article-list-2__item:not(:last-child) {
	margin-bottom: 48px;
}

.article-list-3__item:not(:last-child) {
	margin-bottom: 20px;
}

.card-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	background: #fafafa;
}

.card-1::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: #0054a7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-1__image {
	position: relative;
	width: 29.5%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.card-1__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-1__main {
	min-height: 80px;
	padding: 15px 30px 10px 10px;
}

.card-1__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-1__date {
	margin-right: 5px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
}

.card-1__category {
	position: relative;
	z-index: 1;
	margin-bottom: 7px;
}

.card-1__title {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.card-1__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-2 {
	position: relative;
}

.card-2__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 10px;
	margin-bottom: 20px;
}

.card-2__image::before {
	content: "";
	display: block;
	padding-top: 71%;
}

.card-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-2__date {
	display: block;
	margin-bottom: 11px;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
}

.card-2__title {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-2__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.card-2__text {
	font-size: 1.4rem;
	line-height: 1.5714;
	color: #959595;
}

.card-2__category {
	position: relative;
	z-index: 1;
	margin-top: 16px;
}

.card-3 {
	position: relative;
	padding: 18px 20px;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	background: #FFFFFF;
}

.card-3:hover .card-3__title {
	color: #0054a7;
}

.card-3__date {
	display: block;
	margin-bottom: 14px;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
}

.card-3__title {
	display: block;
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-3__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.card-3__text {
	font-size: 1.4rem;
	line-height: 1.5714;
	color: #959595;
}

.card-3__category {
	position: relative;
	z-index: 1;
	margin-top: 16px;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
}

.category-list__item:not(:last-child) {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #959595;
}

.category-list__item a {
	color: #959595;
}

.category-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-list-2__item:not(:last-child) {
	margin-right: 12px;
}

.category-list-2__item a {
	display: block;
	font-size: 1.3rem;
	background: #eeeeee;
	padding: 8px 10px;
	border-radius: 5px;
}

.service-list-2__item:not(:last-child) {
	margin-bottom: 20px;
}

.service-list-2__inner {
	display: block;
	padding: 20px 20px;
	border-radius: 10px;
	border: 1px solid #0054a7;
	background: #FFFFFF;
}

.service-list-2__main {
	width: 100%;
}

.service-list-2__head {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 900;
	color: #0054a7;
}

.service-list-2__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.service-list-2__link {
	margin-top: 15px;
}

.bg-frame {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
}

.bg-frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #f2f4f6;
	pointer-events: none;
}

.text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.text:not(:last-child) {
	margin-bottom: 1em;
}

.text--lh-lg {
	line-height: 2;
}

.text--lh-lg li {
	line-height: 2;
}

.text--blue {
	color: #0054a7;
}

.text--mt {
	margin-top: 1em;
}

.text--center {
	text-align: center;
}

.text p:not(:last-child) {
	margin-bottom: 1em;
}

.text strong {
	color: #e95404;
	font-weight: 700;
}

.text a {
	text-decoration: underline;
}

.text a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 8px;
	background: url(../img/icon_out.svg) no-repeat center center/contain;
}

.text ol {
	margin-bottom: 1em;
	counter-reset: number 0;
	line-height: 1.5;
}

.text ol li {
	position: relative;
	padding-left: 1.5em;
}

.text ol li::before {
	content: "";
	counter-increment: number 1;
	content: counter(number) ". ";
	position: absolute;
	top: 0;
	left: 0;
}

.text ol li:not(:last-child) {
	margin-bottom: 0.5em;
}

.text ol.no-style li,
.text ul.no-style li {
	padding-left: 0;
}

.text ol.no-style li::before,
.text ul.no-style li::before {
	display: none;
}

.text ul {
	margin-bottom: 1em;
	line-height: 1.5;
}

.text ul li {
	position: relative;
	padding-left: 1.5em;
}

.text ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.text ul li:not(:last-child) {
	margin-bottom: 0.5em;
}

.text-flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text-flow__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	min-width: 85px;
	margin-right: 10px;
	padding: 1px 3px;
	border: 1px solid #313131;
	border-radius: 2px;
	font-size: 1.2rem;
}

.text-flow__head--orange {
	color: #e95404;
	border-color: #e95404;
}

.text-flow__head--blue {
	color: #0054a7;
	border-color: #0054a7;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

.table-1 tr {
	border-bottom: 1px solid #e6e6e6;
}

.table-1 th {
	width: 90px;
	padding: 20px 10px;
	vertical-align: middle;
	text-align: left;
	background: #f9f9f6;
	font-size: 1.4rem;
	line-height: 1.5625;
	font-weight: 700;
}

.table-1 td {
	width: calc(100% - 90px);
	padding: 20px 10px;
	font-size: 1.4rem;
	line-height: 1.5625;
}

.table-2 {
	width: 100%;
	border-collapse: separate;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background: #FFFFFF;
}

.table-2__tr:last-child .table-2__td:first-of-type {
	border-radius: 0 0 0 10px;
}

.table-2__tr:last-child .table-2__td:last-of-type {
	border-radius: 0 0 10px 0;
}

.table-2__tr:nth-of-type(2n+2) {
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 84, 167, 0.1)), to(rgba(12, 134, 164, 0.1)));
	background: linear-gradient(90deg, rgba(0, 84, 167, 0.1) 0%, rgba(12, 134, 164, 0.1) 100%);
}

.table-2__tr--head {
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	color: #FFFFFF;
}

.table-2__th {
	width: 50%;
	padding: 20px 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.table-2__th:not(:last-child) {
	border-right: 1px solid #d2d2d2;
}

.table-2__td {
	width: 50%;
	line-height: 1.5;
	padding: 15px 10px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

.table-2__td:first-of-type {
	border-left: 1px solid #d2d2d2;
}

.table-2__td--people {
	font-size: 1.8rem;
	color: #0054a7;
}

.table-2__td--people span {
	margin-left: 3px;
	font-size: 1.2rem;
}

.table-2__td--price {
	font-size: 1.8rem;
	font-weight: 700;
}

.table-2__td--price span {
	margin-left: 3px;
	font-size: 1.2rem;
}

.table-2__td--price--sm {
	font-size: 1.6rem;
}

.table-3 {
	width: 100%;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 35px;
	background: #ffffff;
	line-height: 1.5;
}

.table-3 th,
.table-3 td {
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	vertical-align: middle;
}

.table-3 th {
	font-weight: bold;
	white-space: nowrap;
	background: #f3f3f3;
	border-right: 1px solid #cccccc;
}

.table-3 th:last-child {
	border-right: none;
}

.table-3 td {
	border-right: 1px solid #cccccc;
}

.table-3 td:last-child {
	border-right: none;
}

.list-1 {
	margin-bottom: 20px;
}

.list-1__item {
	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-bottom: 20px;
	min-height: 60px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	background: #FFFFFF;
}

.list-1__item--gray {
	background: #eeeeee;
	border: none;
}

.list-1__etc {
	width: 100%;
	margin-top: -10px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

.side-content-wrap {
	margin-top: 60px;
}

.side-content {
	margin-bottom: 60px;
	border-radius: 10px;
}

.side-content__heading {
	margin-bottom: 33px;
	padding-left: 0.7em;
	border-left: 3px solid #0054a7;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.side-list-1 {
	border-top: 1px solid #e8e9e9;
}

.side-list-1__item {
	border-bottom: 1px solid #e8e9e9;
}

.side-list-1__item a {
	position: relative;
	display: block;
	padding: 9px 15px 9px 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #0054a7;
}

.side-list-1__item a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #0054a7;
	border-bottom: 1px solid #0054a7;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.side-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.8em 1em;
}

.side-list-2__item a {
	position: relative;
	display: block;
	padding: 3px 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #0054a7;
	background: #f8f9fa;
	border-radius: 100px;
}

.side-list-2__item a::before {
	content: "＃";
}

.search-area__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	border: 1px solid #8e8e8e;
	border-radius: 5px;
	overflow: hidden;
}

.search-area__form input {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: #FFFFFF;
	border: none;
	width: 100%;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.6rem;
}

.search-area__form input:focus {
	outline: none;
}

.search-area__form input::-webkit-input-placeholder {
	color: #a8a8a8;
}

.search-area__form input::-moz-placeholder {
	color: #a8a8a8;
}

.search-area__form input:-ms-input-placeholder {
	color: #a8a8a8;
}

.search-area__form input::-ms-input-placeholder {
	color: #a8a8a8;
}

.search-area__form input::placeholder {
	color: #a8a8a8;
}

.search-area__form button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	height: 100%;
	padding: 0;
	border: none;
	background: #FFFFFF;
	border-radius: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.search-area__form button img {
	width: 20px;
}

.archive-head {
	margin-bottom: 60px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

.archive-head span {
	color: #0054a7;
	font-weight: 700;
}

.mainvisual {
	position: relative;
	margin-bottom: 33px;
	padding-top: 80px;
}

.mainvisual::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	width: 750px;
	height: 750px;
	top: -134px;
	margin-left: 112px;
	border-radius: 50%;
	background: rgba(211, 237, 252, 0.5);
}

.mainvisual__wrapper {
	position: relative;
}

.mainvisual__main {
	position: static;
}

.mainvisual__copy {
	max-width: 323px;
	margin: 0 auto 7px;
}

.mainvisual__copy__img-1 {
	display: block;
	width: 84%;
	margin-bottom: 15px;
}

.mainvisual__copy__img-2 {
	width: 101%;
}

.mainvisual__image {
	max-width: 325px;
	margin: 0 auto 25px;
}

.mainvisual__image img {
	display: block;
	max-width: calc(100% + 42px);
	margin-left: 4px;
}

.mainvisual__text {
	font-size: 1.4rem;
	line-height: 1.4286;
	font-weight: 700;
}

.mainvisual__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.mainvisual__list__item {
	margin-bottom: 10px;
}

.mainvisual__list__item:not(:last-child) {
	margin-right: 15px;
}

.mainvisual__list__item a {
	position: relative;
	color: #0054a7;
	padding-left: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.mainvisual__list__item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	margin-top: 1px;
	background: url(../img/icon_list_01.svg) no-repeat center center/contain;
}

.mainvisual-notice {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	padding: 15px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #0054a7;
}

.mainvisual-notice__date {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
}

.mainvisual-notice__heading {
	margin-bottom: 8px;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #0054a7;
	font-weight: 700;
}

.mainvisual-notice__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.mainvisual-notice__text a {
	color: #0054a7;
	text-decoration: underline;
}

.home-intro__head {
	margin-bottom: 45px;
	font-size: 2.8rem;
	line-height: 1.3889;
	font-weight: 700;
}

.home-intro__head strong {
	color: #0054a7;
}

.home-intro__flow {
	position: relative;
	z-index: 4;
}

.home-intro__feature {
	position: relative;
	margin-top: 0px;
}

.flow-about {
	position: relative;
	z-index: 3;
}

.flow-about__image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.flow-about__image img {
	display: block;
}

.flow-about__text {
	font-size: 1.4rem;
	line-height: 1.3333;
	font-weight: 700;
}

.flow-slide {
	position: relative;
	overflow: visible;
	padding-top: 48px;
}

.flow-slide__item {
	position: relative;
	width: 267px;
	height: auto;
}

.flow-slide__item::after {
	content: "→";
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	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;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background: #0054a7;
}

.flow-slide__item--last::after {
	content: none;
}

.flow-slide__head {
	padding: 10px 5px 15px 14px;
	border-radius: 5px 5px 0 0;
	background: #0054a7;
	color: #FFFFFF;
}

.flow-slide__head__label {
	display: block;
	margin-bottom: 2px;
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.flow-slide__head__main {
	display: block;
	font-size: 2.2rem;
	line-height: 1.3181;
	font-weight: 700;
}

.flow-slide__main {
	padding: 10px 14px 27px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #b2cbe4;
	border-left: 1px solid #b2cbe4;
	border-right: 1px solid #b2cbe4;
}

.flow-slide__lg-text {
	font-size: 1.6rem;
	line-height: 1.3125;
	font-weight: 700;
}

.flow-slide__sm-text {
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.3636;
}

.flow-slide__list {
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.3636;
}

.flow-slide__list__item {
	text-indent: -1em;
	padding-left: 1em;
}

.flow-slide__list__item::before {
	content: "・";
}

.flow-slide__control {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.feature__image {
	position: relative;
	margin-top: 50px;
	width: 80%;
}

.feature__image::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background: #e9f6fd;
	width: 191%;
	padding-top: 191%;
	border-radius: 50%;
}

.feature__image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	width: 135%;
	padding-top: 135%;
	border-radius: 50%;
}

.feature__image img {
	position: relative;
	z-index: 4;
	display: block;
}

.feature__main {
	position: relative;
	z-index: 5;
	margin-top: 48px;
}

.feature__items {
	border-top: 1px solid #b2cbe4;
}

.feature__item {
	padding: 13px 0;
	border-bottom: 1px solid #b2cbe4;
}

.feature__head {
	margin-bottom: 4px;
	font-size: 1.8rem;
	line-height: 1.25;
	font-weight: 700;
	color: #0054a7;
}

.feature__text {
	font-size: 1.2rem;
	line-height: 1.5;
}

.feature__logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6px;
}

.feature__logo-list__item:not(:last-child) {
	margin-right: 23px;
}

.feature__logo-list__item img {
	display: block;
	height: 15px;
}

.home-service {
	margin-top: 88px;
}

.home-service__button {
	margin-top: 50px;
}

.service-list {
	margin-bottom: -20px;
}

.service-list__item {
	margin-bottom: 14px;
}

.service-list__link {
	position: relative;
	display: block;
	height: 100%;
	padding: 10px 40px 10px 12px;
	border: 1px solid #0054a7;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #FFFFFF;
}

.service-list__link::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #0054a7;
	color: #FFFFFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-list__title {
	margin-bottom: 2px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #0054a7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-list__text {
	font-size: 1.2rem;
	line-height: 1.5;
}

.home-strength {
	margin-top: 88px;
}

.home-strength__content {
	position: relative;
}

.home-strength__content::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 107%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 120%;
	margin-top: -30px;
	padding-top: 120%;
	border-radius: 50%;
	background: #e9f6fd;
}

.home-strength__image {
	position: relative;
	margin-bottom: 30px;
	margin-left: -26px;
}

.home-strength__image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 10px 10px 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-strength__image::before {
	content: "";
	display: block;
	padding-top: 70%;
}

.home-strength__main {
	position: relative;
}

.home-strength__list {
	counter-reset: item;
}

.home-strength__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.home-strength__list__item:not(:last-child) {
	margin-bottom: 20px;
}

.home-strength__list__item::before {
	counter-increment: item;
	content: "0" counter(item);
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	border: 2px solid #313131;
	border-radius: 50%;
}

.home-strength__button {
	text-align: right;
	margin-top: 20px;
}

.home-faq {
	margin-top: 100px;
	min-height: 560px;
}

.faq-list__item {
	padding: 20px 20px;
	border-radius: 10px;
	background: #fafafa;
}

.faq-list__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-list__question {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #0054a7;
}

.faq-list__question::before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
}

.faq-list__answer {
	position: relative;
	padding-left: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.faq-list__answer::before {
	content: "A.";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	font-weight: 700;
}

.faq-list__answer a {
	text-decoration: underline;
}

.home-voice {
	margin-top: 100px;
}

.voice-card {
	position: relative;
	padding-bottom: 30px;
}

.voice-card::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: calc(100% - 100px);
	background: #fafafa;
	border-radius: 5px;
}

.voice-card__image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.voice-card__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 67.7%;
}

.voice-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.voice-card__image-note {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right;
}

.voice-card__head {
	margin-top: 20px;
}

.voice-card__head__label {
	display: inline-block;
	margin-bottom: 3px;
	padding: 7px 9px;
	font-size: 1.4rem;
	color: #FFFFFF;
	background: #0054a7;
}

.voice-card__head__text {
	display: block;
	font-size: 2rem;
	line-height: 1.3333;
	font-weight: 700;
	color: #0054a7;
}

.voice-card__solution {
	margin-top: 20px;
}

.voice-card__solution__label {
	display: inline-block;
	margin-bottom: 7px;
	padding: 7px 9px;
	font-size: 1.4rem;
	color: #FFFFFF;
	background: #313131;
}

.voice-card__solution__text {
	display: block;
	font-size: 1.6rem;
	line-height: 1.3333;
}

.voice-card__button {
	margin-top: 28px;
	text-align: right;
}

.home-blog {
	margin-top: 100px;
}

.home-blog__section:not(:last-child) {
	margin-bottom: 50px;
}

.home-blog__button {
	margin-top: 60px;
}

.home-about {
	margin-top: 130px;
}

.home-about__content {
	position: relative;
}

.home-about__content::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 102%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: -1;
	width: 120%;
	margin-top: -40px;
	padding-top: 120%;
	border-radius: 50%;
	background: #e9f6fd;
}

.home-about__image {
	position: relative;
	width: calc(100% + 26px);
	margin-bottom: 30px;
}

.home-about__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-about__image::before {
	content: "";
	display: block;
	padding-top: 70%;
}

.home-about__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.home-about__head {
	margin-bottom: 10px;
	font-size: 3.2rem;
	line-height: 2;
	color: #0054a7;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.home-about__name {
	margin-bottom: 24px;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
}

.home-about__address {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.home-about__address a {
	color: #0054a7;
}

.home-about__tel {
	font-size: 2rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.home-about__button {
	margin-top: 20px;
	text-align: right;
}

.pagetitle {
	position: relative;
	height: 250px;
	margin-bottom: 16px;
	font-size: 4.8rem;
}

.pagetitle::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #e9f6fd;
}

.pagetitle__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-top: 60px;
}

.pagetitle__inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: -80px;
	max-width: 932px;
	width: 90%;
	height: 100%;
	background: url(../img/bg_pagetitle.png) no-repeat top right/contain;
}

.pagetitle__inner--404::after {
	background-image: url(../img/bg_pagetitle_404.png);
}

.pagetitle__head {
	position: relative;
	z-index: 1;
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: 700;
	color: #0054a7;
}

.pagetitle__head span {
	display: block;
	margin-top: -12px;
	margin-bottom: -5px;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 400;
}

.breadcrumb {
	margin-bottom: 60px;
}

.breadcrumb > span {
	position: relative;
	display: inline;
	font-size: 1.2rem;
	line-height: 1.5;
}

.breadcrumb > span:not(:last-child)::after {
	content: "＞";
	display: inline-block;
	margin-left: 7px;
	margin-right: 8px;
	font-size: 1rem;
}

.breadcrumb > span a {
	color: #1a82ba;
}

.pagination {
	margin-top: 60px;
	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;
}

.pagination .page-numbers {
	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;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 1.4rem;
}

.pagination .page-numbers:not(.dots):not(.prev):not(.next) {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	padding: 7px 5px 9px;
	border: 1px solid #0054a7;
	border-radius: 50%;
}

.pagination .dots {
	margin: 0 5px;
}

.pagination .prev,
.pagination .next {
	position: relative;
	width: 20px;
	height: 35px;
}

.pagination .prev span,
.pagination .next span {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.pagination .prev {
	margin-right: 5px;
}

.pagination .prev::before {
	content: "＜";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination .next {
	margin-left: 5px;
}

.pagination .next::after {
	content: "＞";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination .dots {
	min-width: 10px;
}

.cv {
	position: relative;
	margin-top: 80px;
	padding: 40px 0;
}

.cv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 20px);
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0054a7), to(#0c86a4));
	background: linear-gradient(90deg, #0054a7 0%, #0c86a4 100%);
	border-radius: 10px;
}

.cv__head {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.3333;
	text-align: center;
	font-weight: 700;
}

.cv__button {
	display: block;
	padding: 15px 5px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}

.cv__button::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
	background: #FFFFFF;
}

.cv__button--tel::before {
	background: url(../img/icon_tel_white.svg) no-repeat center center/contain;
}

.cv__button--form::before {
	background: url(../img/icon_form_white.svg) no-repeat center center/contain;
}

.cv__button__head {
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 700;
}

.cv__button__text {
	font-size: 1.4rem;
	line-height: 1.4;
}

.strength {
	counter-reset: item;
	padding-top: 30px;
}

.strength__section {
	position: relative;
}

.strength__section:not(:last-child) {
	margin-bottom: 89px;
}

.strength__section::after {
	position: absolute;
	top: -55px;
	left: 0;
	counter-increment: item;
	content: counter(item, decimal-leading-zero);
	font-family: "Montserrat", sans-serif;
	color: #0054a7;
	font-size: 9rem;
}

.strength__image {
	margin-top: 5px;
}

.strength__image img {
	border-radius: 10px;
}

.strength__head {
	margin-top: 25px;
	font-size: 2.8rem;
	line-height: 1.3333;
	font-weight: 900;
	color: #0054a7;
}

.strength__lead {
	margin-top: 25px;
	font-size: 1.8rem;
	font-weight: 700;
}

.strength__text {
	margin-top: 15px;
	line-height: 1.5;
}

.strength__text a {
	color: #0054a7;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.strength__text a:hover {
	text-decoration: none;
}

.strength__service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.strength__service__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid #313131;
	padding: 7px;
	background: #FFFFFF;
}

.search {
	margin-top: 100px;
	padding: 50px 0 62px;
}

.search-list__row:not(:last-child) {
	margin-bottom: 26px;
}

.search-list__head {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	border-bottom: 1px solid #313131;
}

.search-list__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -15px;
}

.search-list__item {
	margin-bottom: 10px;
	margin-right: 30px;
}

.search-list__item a {
	color: #0054a7;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.home-link {
	position: relative;
	display: block;
	margin-top: 88px;
	padding: 30px 20px;
	background: #e9f6fd;
	border-radius: 10px;
}

.home-link__inner {
	width: 100%;
}

.home-link__copy {
	max-width: 323px;
}

.home-link__copy__img-1 {
	display: block;
	width: 84%;
	margin-bottom: 15px;
}

.home-link__copy__img-2 {
	width: 101%;
}

.home-link__image {
	margin-right: -20px;
	margin-top: 20px;
}

.home-link__button {
	margin-top: 20px;
}

.single-head {
	margin-bottom: 50px;
}

.single-head__date {
	display: block;
	margin-bottom: 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
}

.single-head__title {
	font-size: 2.8rem;
	line-height: 1.2941;
	font-weight: 700;
}

.single-head__category {
	margin-top: 25px;
}

.single-head__eyecatch {
	margin-top: 50px;
}

.wp-content {
	font-size: 1.6rem;
	line-height: 2;
}

.wp-content > p:not(:last-child),
.wp-content ul:not(:last-child),
.wp-content ol:not(:last-child) {
	margin-bottom: 2em;
}

.wp-content .dl-btn,
.wp-content .wp-block-quote,
.wp-content .wp-block-pullquote,
.wp-content .wp-block-columns,
.wp-content .wp-block-embed,
.wp-content .wp-block-image {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content a {
	word-break: break-all;
}

.wp-content a:not([class]) {
	position: relative;
	display: inline-block;
	color: #0054a7;
	text-decoration: underline;
}

.wp-content h2 {
	position: relative;
	margin-top: 52px;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.67;
	padding-left: 20px;
	color: #0054a7;
}

.wp-content h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: calc(100% - 14px);
	margin-top: 2px;
	background: #0054a7;
}

.wp-content h3 {
	margin-top: 34px;
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 {
	margin-top: 64px;
	margin-bottom: 23px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}

.wp-content ul:not([class]) {
	margin-top: 46px;
}

.wp-content ul:not([class]) li {
	position: relative;
	padding-left: 20px;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.wp-content ul:not([class]) li:not(:last-of-type) {
	margin-bottom: 11px;
}

.wp-content ul:not([class]) li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 4px;
	height: 4px;
	background: #0054a7;
	border-radius: 50%;
}

.wp-content ol:not([class]) {
	margin-top: 52px;
	counter-reset: item;
}

.wp-content ol:not([class]) li {
	position: relative;
	padding-left: 20px;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.wp-content ol:not([class]) li:not(:last-of-type) {
	margin-bottom: 9px;
}

.wp-content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	top: 0;
	left: 0;
	color: #0054a7;
}

.wp-content .wp-block-quote,
.wp-content .wp-block-pullquote {
	position: relative;
	padding: 50px 20px 20px;
	border: 1px solid #333333;
}

.wp-content .wp-block-quote cite,
.wp-content .wp-block-pullquote cite {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem;
}

.wp-content .wp-block-quote::before,
.wp-content .wp-block-pullquote::before {
	content: "“";
	font-size: 7rem;
	opacity: 0.3;
	position: absolute;
	top: -20px;
	left: 20px;
}

.wp-content .wp-block-image img {
	display: block;
}

.wp-content .wp-block-image figcaption {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.65;
}

.wp-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	aspect-ratio: 21/9;
}

.wp-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
	aspect-ratio: 18/9;
}

.wp-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	aspect-ratio: 16/9;
}

.wp-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	aspect-ratio: 4/3;
}

.wp-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
	aspect-ratio: 1/1;
}

.wp-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	aspect-ratio: 9/16;
}

.wp-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
	aspect-ratio: 1/2;
}

.wp-content .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.wp-content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-content .wp-block-embed figcaption {
	margin-top: 14px;
	font-size: 1.4rem;
	line-height: 1.65;
}

.wp-content .wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-content .wp-block-button {
	width: 100%;
}

.wp-content .wp-block-button__link {
	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 10px 10px;
	padding: 12px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #0054a7;
	border-radius: 50px;
	color: #0054a7;
	background: transparent;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content > *:last-child {
	margin-bottom: 0;
}

#toc_container {
	margin-bottom: 40px;
	padding: 12px 25px;
	border: 4px solid #bdd3e8;
	border-radius: 10px;
}

#toc_container .toc_title {
	padding-left: 4px;
	font-weight: 700;
}

#toc_container .toc_title .toc_toggle {
	margin-left: 0.4em;
	font-weight: 400;
}

#toc_container .toc_title .toc_toggle a {
	text-decoration: none;
}

#toc_container .toc_list {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #bdd3e8;
}

#toc_container .toc_list li {
	margin-bottom: 0.7em;
}

#toc_container .toc_list li::before {
	content: none;
}

#toc_container .toc_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #313131;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
}

#toc_container .toc_list li a .toc_number {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0.5em;
}

#toc_container .toc_list li ul {
	margin-top: 0.7em;
}

#toc_container .toc_list li ul li {
	padding-left: 1em;
}

.related-post {
	margin-top: 88px;
}

.about-module-1__image {
	margin-bottom: 20px;
}

.about-module-1__image img {
	display: block;
	border-radius: 10px;
}

.service-head {
	margin-bottom: 45px;
}

.service-head__head {
	margin-bottom: 30px;
	font-size: 3rem;
	line-height: 1.5;
	color: #0054a7;
	text-align: center;
	font-weight: 700;
}

.service-head__list {
	padding: 23px 20px;
	background: #eeeeee;
	border-radius: 10px;
}

.service-head__list__item {
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: 1.4rem;
	line-height: 2;
}

.service-head__list__item::before {
	content: "●";
	margin-right: 0.2em;
}

.service-head__list__item strong {
	color: #e95404;
	font-weight: 700;
}

.point-text {
	position: relative;
	margin-top: 47px;
	padding: 26px 30px;
	background: #e9f6fd;
	border-radius: 10px;
}

.point-text__head {
	position: absolute;
	top: 0;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0054a7;
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
}

.form__content {
	border-top: 1px solid #e5e5e5;
}

.form__item {
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.form__head {
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__required {
	font-weight: normal;
	color: #e95404;
	font-size: 1.4rem;
	margin-left: 10px;
}

.form__note {
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.form__agree {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	position: relative;
	margin: 0;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
	position: absolute;
	top: 0;
	left: 0;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
	background: #e95404;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::after {
	position: absolute;
	top: 2px;
	left: 6px;
	content: "";
	width: 8px;
	height: 12px;
	display: block;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.form__agree-box {
	overflow: auto;
	height: 260px;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.75;
	border: 1px solid #707070;
}

.form .wpcf7-not-valid-tip {
	margin-top: 5px;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #eeeeee;
	font-size: 1.6rem;
	resize: none;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
	outline: none;
}

.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form textarea::-moz-placeholder {
	color: #a9a9a9;
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
	color: #a9a9a9;
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #a9a9a9;
}

.form__button input {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	border: 1px solid #313131;
	background: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	color: #000000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form select {
	width: 100%;
	border: none;
	padding: 10px 30px 10px 10px;
	font-size: 1.4rem;
	background: url(../img/icon_select.svg) no-repeat right 10px center/10px #eeeeee;
	height: 40px;
}

.bg-white {
	background: #ffffff;
}

.contact {
	padding: 30px 15px;
}

.thankyou {
	padding: 0 0 60px;
}

.form-intro {
	margin-bottom: 36px;
}

.form-intro__heading {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
}

.form-intro__heading span {
	color: #0054a7;
}

.form-intro__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.form-intro__text span {
	color: #e95404;
}

.notfound__heading {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 80px;
}

.notfound__btn {
	text-align: center;
}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-sm-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-sm-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-sm-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-sm-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-sm-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-sm-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-sm-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-sm-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-sm-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-sm-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-sm-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-sm-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-sm-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-sm-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-sm-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.333333%;
}

.offset-sm-2 {
	margin-left: 16.666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.333333%;
}

.offset-sm-5 {
	margin-left: 41.666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.333333%;
}

.offset-sm-8 {
	margin-left: 66.666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.333333%;
}

.offset-sm-11 {
	margin-left: 91.666667%;
}

.flex-sm-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

}

@media (min-width: 768px) {

.container {
	max-width: 720px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-md-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-md-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-md-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-md-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-md-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-md-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-md-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-md-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-md-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-md-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-md-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-md-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.333333%;
}

.offset-md-2 {
	margin-left: 16.666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.333333%;
}

.offset-md-5 {
	margin-left: 41.666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.333333%;
}

.offset-md-8 {
	margin-left: 66.666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.333333%;
}

.offset-md-11 {
	margin-left: 91.666667%;
}

.flex-md-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-md-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
}

.l-footer-bottom {
	padding: 36px 100px;
}

.l-navi {
	position: relative;
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
	margin-top: 8px;
	padding: 0 15px 0 20px;
	background: transparent;
}

.l-navi::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 30px 0 0 30px;
}

.l-main--home {
	padding-bottom: 240px;
}

.l-main--bg::before {
	width: 58.5vw;
	height: 58.5vw;
}

.l-main--bg::after {
	width: 66vw;
	height: 66vw;
}

.l-section-1:not(:last-child) {
	margin-bottom: 200px;
}

.l-section-2:not(:last-child):not(:last-child) {
	margin-bottom: 90px;
}

.header-logo {
	width: 240px;
}

.header-logo__link img {
	width: 190px;
}

.navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: none;
}

.navi__item {
	border-bottom: none;
}

.navi__item:not(:last-child) {
	margin-right: 12px;
}

.navi__item a {
	padding: 8px 0;
	font-size: 1.4rem;
	color: #0054a7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	opacity: 0.7;
}

.navi__item a[target=_blank]::after {
	margin-left: 4px;
	background: url(../img/icon_out_blue.svg) no-repeat center center/contain;
}

.footer-nav:not(:last-child) {
	margin-bottom: 0;
}

.footer-nav__item:not(:last-child) {
	margin-bottom: 36px;
}

.footer-nav__item > a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-nav__item > a:hover {
	color: #0054a7;
}

.footer-nav__item > a:hover::before {
	background: #0054a7;
}

.footer-nav__child {
	margin-top: 12px;
}

.footer-nav__child__item {
	width: 50%;
}

.footer-nav__child__item > a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-nav__child__item > a:hover {
	color: #0054a7;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.footer-bottom__nav {
	margin-bottom: 0;
}

.footer-bottom__nav__item a:hover {
	text-decoration: underline;
}

.menu-btn {
	display: none;
}

.navi-tel {
	position: relative;
	z-index: 1;
	display: block;
	margin-left: 15px;
	color: #0054a7;
	font-size: 1.4rem;
	font-weight: 700;
}

.fixed-cv {
	bottom: 30px;
	width: auto;
	padding: 18px 10px 18px 10px;
	border-radius: 10px 0 0 10px;
}

.fixed-cv__head {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.fixed-cv__button {
	width: 140px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-cv__button:hover {
	background: transparent;
	color: #FFFFFF;
}

.fixed-cv__button--tel:hover span::before {
	background-image: url(../img/icon_tel_white.svg);
}

.fixed-cv__button--form:hover span::before {
	background-image: url(../img/icon_form_white.svg);
}

.fixed-bnr {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: auto;
	right: 0;
	bottom: 150px;
	width: 310px;
}

.fixed-bnr__link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fixed-bnr__link:hover {
	opacity: 0.7;
}

.fixed-bnr__close {
	top: -14px;
	right: 7px;
	width: 32px;
	height: 32px;
}

.tel-modal__close {
	top: -30px;
	right: -30px;
	width: 60px;
	height: 60px;
}

.tel-modal__head {
	font-size: 2.4rem;
}

.tel-modal__number {
	padding-top: 70px;
	font-size: 5.2rem;
}

.tel-modal__number::before {
	width: 57px;
	height: 60px;
}

.tel-modal__text {
	margin-top: 35px;
}

.button-1 {
	padding-right: 120px;
}

.button-1:hover::after {
	-webkit-transform: translateY(-50%) scale(1.2);
	-ms-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}

.button-1::after {
	width: 100px;
	height: 100px;
}

.button-2 {
	min-height: 80px;
	font-size: 1.8rem;
}

.button-2--sp-center {
	margin-left: 0;
	margin-right: 0;
}

.button-2--sm {
	min-height: 60px;
}

a.button-2:hover::after {
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.button-3 {
	font-size: 1.8rem;
}

a.button-3:hover {
	opacity: 0.6;
}

.head-1 {
	margin-bottom: 48px;
	font-size: 3.6rem;
}

.head-3 {
	margin-bottom: 50px;
}

.head-3__jp {
	font-size: 3.6rem;
}

.head-3__en {
	font-size: 1.4rem;
}

.head-5 {
	margin-bottom: 50px;
	font-size: 3.6rem;
}

.head-6 {
	margin-bottom: 30px;
	font-size: 3rem;
}

.head-7 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.head-7--mbsm {
	margin-bottom: 15px;
}

.head-8 {
	margin-bottom: 45px;
	padding-bottom: 14px;
	font-size: 3rem;
}

.head-9 {
	margin-bottom: 80px;
	font-size: 4rem;
}

.article-list-2__item:not(:last-child) {
	margin-bottom: 64px;
}

.card-1:hover .card-1__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-1:hover .card-1__title {
	color: #0054a7;
}

.card-1::after {
	right: 19px;
}

.card-1__main {
	min-height: 117px;
	padding: 28px 55px 20px 31px;
}

.card-1__date {
	margin-bottom: 7px;
	margin-right: 31px;
	font-size: 1.4rem;
}

.card-1__title {
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.card-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.card-2:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-2:hover .card-2__title {
	color: #0054a7;
}

.card-2__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35%;
	margin-bottom: 0;
}

.card-2__main {
	padding-left: 30px;
}

.category-list {
	font-size: 1.4rem;
}

.category-list__item:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
}

.category-list__item a:hover {
	text-decoration: underline;
}

.category-list-2__item a {
	font-size: 1.4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.category-list-2__item a:hover {
	background: #e9f6fd;
}

.service-list-2__item:not(:last-child) {
	margin-bottom: 30px;
}

.service-list-2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 23px 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-list-2__inner:hover {
	background: #e9f6fd;
}

.service-list-2__main {
	padding-right: 30px;
}

.service-list-2__head {
	margin-bottom: 19px;
	font-size: 3rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-list-2__text {
	font-size: 1.6rem;
}

.service-list-2__link {
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 160px;
	border-left: 1px solid #0054a7;
	margin-top: 0;
	padding-left: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.bg-frame::before {
	border-width: 10px;
}

.text {
	font-size: 1.6rem;
}

.text:not(:last-child) {
	margin-bottom: 1.5em;
}

.text--mt {
	margin-top: 1.5em;
}

.text p:not(:last-child) {
	margin-bottom: 1.5em;
}

.text a:hover {
	text-decoration: none;
}

.text a[target=_blank]::after {
	margin-left: 4px;
	background: url(../img/icon_out.svg) no-repeat center center/contain;
}

.text ol {
	margin-bottom: 1.5em;
}

.text ul {
	margin-bottom: 1.5em;
}

.text-flow__head {
	min-width: 102px;
	margin-right: 10px;
	padding: 2px 5px;
	font-size: 1.4rem;
}

.table-1 th {
	width: 190px;
	padding: 37px 30px;
	font-size: 1.6rem;
}

.table-1 td {
	width: calc(100% - 190px);
	padding: 37px 30px;
	font-size: 1.6rem;
}

.table-2__th {
	padding: 28px 10px;
}

.table-2__td {
	padding: 16px 10px;
}

.list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-1__item {
	width: calc(50% - 15px);
}

.side-content-wrap {
	margin-top: 0;
}

.side-list-1__item a:hover {
	text-decoration: underline;
}

.side-list-2__item a:hover {
	text-decoration: underline;
}

.search-area__form button:hover {
	opacity: 0.7;
}

.archive-head {
	margin-bottom: 85px;
}

.mainvisual {
	margin-bottom: 195px;
	padding-top: 150px;
}

.mainvisual::before {
	top: -500px;
	width: 1200px;
	height: 1200px;
	margin-left: 218px;
}

.mainvisual__copy {
	margin: 0 0 35px;
	max-width: 100%;
}

.mainvisual__copy__img-1 {
	width: auto;
	margin-bottom: 40px;
}

.mainvisual__copy__img-2 {
	width: auto;
}

.mainvisual__image {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55%;
	height: 575px;
	max-width: 100%;
	margin: -29px 0 0;
}

.mainvisual__image img {
	max-width: 100%;
	margin-left: 0;
}

.mainvisual__text {
	font-size: 1.6rem;
	line-height: 1.625;
}

.mainvisual__list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 40px;
}

.mainvisual__list__item a {
	padding-left: 20px;
	font-size: 1.4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__list__item a:hover {
	opacity: 0.6;
}

.mainvisual__list__item a::before {
	width: 16px;
	height: 16px;
}

.mainvisual-notice {
	margin-bottom: 50px;
	padding: 20px;
}

.mainvisual-notice__date {
	font-size: 1.4rem;
}

.mainvisual-notice__heading {
	font-size: 2rem;
}

.mainvisual-notice__text {
	font-size: 1.6rem;
}

.mainvisual-notice__text a:hover {
	text-decoration: none;
}

.home-intro__head {
	margin-bottom: 90px;
	font-size: 7.2rem;
}

.home-intro__flow {
	z-index: 1;
}

.home-intro__flow::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-50vw + 50%);
	z-index: 2;
	width: calc(50vw - 45px);
	height: 100%;
	background: #FFFFFF;
}

.home-intro__feature {
	margin-top: 118px;
}

.flow-about__image {
	margin-bottom: 25px;
}

.flow-about__text {
	font-size: 1.8rem;
}

.flow-slide {
	padding-top: 128px;
}

.flow-slide__item {
	width: 445px;
}

.flow-slide__item::after {
	left: calc(100% + 30px);
	font-size: 1.8rem;
	color: #0054a7;
	background: transparent;
}

.flow-slide__head {
	padding: 29px 30px 20px;
	border-radius: 10px 10px 0 0;
}

.flow-slide__head__label {
	margin-bottom: 6px;
	font-size: 2.4rem;
}

.flow-slide__head__main {
	font-size: 3.4rem;
	line-height: 1.4117;
}

.flow-slide__main {
	padding: 18px 30px;
	border-radius: 0 0 10px 10px;
}

.flow-slide__lg-text {
	font-size: 2rem;
	line-height: 1.5;
}

.flow-slide__sm-text {
	font-size: 1.4rem;
	line-height: 1.7143;
}

.flow-slide__list {
	font-size: 1.4rem;
	line-height: 1.7143;
}

.flow-slide__control {
	display: block;
}

.feature__image {
	width: 96.5%;
	margin-top: 60px;
}

.feature__main {
	margin-top: 0;
}

.feature__item {
	padding: 22px 16px 30px;
}

.feature__head {
	margin-bottom: 12px;
	font-size: 2.4rem;
}

.feature__text {
	font-size: 1.6rem;
}

.feature__logo-list {
	margin-top: 18px;
}

.feature__logo-list__item:not(:last-child) {
	margin-right: 32px;
}

.feature__logo-list__item img {
	height: 20px;
}

.home-service {
	margin-top: 165px;
}

.service-list {
	margin-bottom: -30px;
}

.service-list__item {
	margin-bottom: 30px;
}

.service-list__link {
	padding: 10px 80px 18px 30px;
	border-radius: 10px;
}

.service-list__link:hover {
	background: #e9f6fd;
}

.service-list__link::after {
	right: 30px;
	width: 30px;
	height: 30px;
}

.service-list__title {
	margin-bottom: 0;
	font-size: 2.8rem;
}

.service-list__text {
	font-size: 1.6rem;
}

.home-strength {
	min-height: 560px;
	margin-top: 188px;
}

.home-strength__content::after {
	width: 80.8%;
	padding-top: 80.8%;
}

.home-strength__image {
	height: 560px;
	margin-bottom: 0;
	margin-left: 0;
}

.home-strength__image img {
	width: calc(50vw - 15px);
	max-width: inherit;
	display: block;
}

.home-strength__image::before {
	content: none;
}

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

.home-strength__list__item {
	font-size: 2.4rem;
}

.home-strength__list__item:not(:last-child) {
	margin-bottom: 30px;
}

.home-strength__list__item::before {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	font-size: 2rem;
}

.home-strength__button {
	position: absolute;
	bottom: -26px;
	right: 0;
	margin-top: 0;
}

.home-faq {
	margin-top: 188px;
}

.faq-list__item {
	padding: 32px 30px 42px;
}

.faq-list__item:not(:last-child) {
	margin-bottom: 32px;
}

.faq-list__question {
	margin-bottom: 22px;
	padding-left: 38px;
	font-size: 2rem;
}

.faq-list__answer {
	font-size: 1.6rem;
	padding-left: 38px;
}

.faq-list__answer a:hover {
	text-decoration: none;
}

.home-voice {
	margin-top: 188px;
}

.voice-card {
	padding: 50px 0;
}

.voice-card::before {
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 74.3%;
	height: 100%;
	border-radius: 10px;
}

.voice-card__image {
	min-height: calc(100% - 30px);
	border-radius: 10px;
}

.voice-card__head {
	margin-top: 0;
}

.voice-card__head__label {
	font-size: 1.6rem;
}

.voice-card__head__text {
	font-size: 2.4rem;
}

.voice-card__solution {
	margin-top: 28px;
}

.voice-card__solution__label {
	font-size: 1.6rem;
}

.voice-card__solution__text {
	font-size: 1.8rem;
}

.voice-card__button {
	margin-top: 38px;
}

.home-blog {
	margin-top: 188px;
}

.home-about {
	margin-top: 238px;
	min-height: 460px;
}

.home-about__content::after {
	width: 80.8%;
	padding-top: 80.8%;
}

.home-about__image {
	height: 460px;
	margin-bottom: 0;
	margin-left: 0;
}

.home-about__image img {
	width: calc(50vw - 15px);
	max-width: inherit;
	display: block;
}

.home-about__image::before {
	content: none;
}

.home-about__head {
	margin-bottom: 32px;
	font-size: 3.6rem;
}

.home-about__name {
	font-size: 2.4rem;
}

.home-about__address {
	margin-bottom: 34px;
}

.home-about__button {
	margin-top: 35px;
}

.pagetitle {
	height: 350px;
}

.pagetitle::before {
	width: calc(100% - 25px);
	border-radius: 10px 0 0 10px;
}

.pagetitle__inner::after {
	height: 460px;
	right: -328px;
	width: 85%;
}

.pagetitle__inner--404::after {
	height: 436px;
	right: -280px;
}

.pagetitle__head {
	font-size: 4vw;
}

.breadcrumb {
	margin-bottom: 165px;
}

.breadcrumb > span a:hover {
	text-decoration: underline;
}

.pagination {
	margin-top: 98px;
}

.pagination .page-numbers {
	font-size: 1.8rem;
}

.pagination .page-numbers:not(.dots):not(.prev):not(.next):hover {
	background: #0054a7;
	color: #FFFFFF;
}

.pagination .page-numbers.current {
	background: #0054a7;
	color: #FFFFFF;
}

.pagination .prev,
.pagination .next {
	width: auto;
	font-size: 1.6rem;
}

.pagination .prev span,
.pagination .next span {
	text-indent: 0;
}

.pagination .prev {
	margin-right: 45px;
}

.pagination .prev::before {
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-right: 8px;
}

.pagination .next {
	margin-left: 45px;
}

.pagination .next::after {
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-left: 8px;
}

.pagination .dots {
	font-size: 1.4rem;
}

.cv {
	margin-top: 200px;
	padding: 72px 0 80px;
}

.cv::before {
	width: calc(100% - 100px);
}

.cv__head {
	margin-bottom: 78px;
	font-size: 3rem;
}

.cv__button {
	padding: 20px 20px 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button:hover {
	background: #FFFFFF;
	color: #0054a7;
}

.cv__button::before {
	width: 40px;
	height: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button--tel:hover::before {
	background-image: url(../img/icon_tel.svg);
}

.cv__button--form:hover::before {
	background-image: url(../img/icon_form.svg);
}

.cv__button__head {
	font-size: 2.6rem;
}

.cv__button__text {
	font-size: 1.6rem;
}

.strength {
	padding-top: 0;
}

.strength__section::after {
	font-size: 12rem;
	top: -55px;
	left: -35px;
}

.strength__section.flex-row-reverse::after {
	top: -58px;
	left: auto;
	right: -31px;
}

.strength__head {
	margin-top: 0;
	font-size: 3.6rem;
}

.strength__lead {
	margin-top: 35px;
	font-size: 2.4rem;
}

.strength__text {
	margin-top: 17px;
	font-size: 1.6rem;
}

.strength__service {
	margin-top: 38px;
}

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

.search-list__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 190px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #313131;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-list__items {
	margin-right: -42px;
	padding: 2px 0 2px 30px;
}

.search-list__item {
	margin-right: 42px;
	margin-bottom: 15px;
}

.search-list__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.search-list__item a:hover {
	opacity: 0.6;
}

.home-link {
	margin-top: 120px;
	padding: 40px 44px 44px;
}

.home-link:hover .button-2::after {
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.home-link__inner {
	width: 45%;
}

.home-link__copy {
	max-width: 100%;
}

.home-link__copy__img-1 {
	width: auto;
	margin-bottom: 40px;
}

.home-link__copy__img-2 {
	width: auto;
}

.home-link__image {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 51.5%;
	height: calc(100% + 63px);
	margin-top: 0;
	margin-right: 0;
}

.home-link__button {
	margin-top: 40px;
}

.single-head__title {
	font-size: 3.4rem;
}

.wp-content a:not([class]):hover {
	text-decoration: none;
}

.wp-content .wp-block-quote,
.wp-content .wp-block-pullquote {
	padding: 35px 30px 39px 80px;
}

.wp-content .wp-block-quote::before,
.wp-content .wp-block-pullquote::before {
	top: 0;
	left: 24px;
}

.wp-content .wp-block-button {
	width: auto;
}

.wp-content .wp-block-button__link {
	min-width: 300px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content .wp-block-button__link:hover {
	background: #0054a7;
	color: #FFFFFF;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content > *:last-child {
	margin-bottom: 0;
}

#toc_container {
	margin-bottom: 60px;
}

#toc_container .toc_title .toc_toggle a:hover {
	text-decoration: underline;
}

#toc_container .toc_list li a:hover {
	color: #0054a7;
}

.about-module-1__image {
	margin-bottom: 0;
}

.about-module-1__main--pb {
	padding-bottom: 30px;
}

.service-head {
	margin-bottom: 90px;
	margin-top: -15px;
}

.service-head__head {
	margin-bottom: 40px;
	font-size: 4rem;
}

.service-head__list {
	padding: 23px 30px 30px;
}

.service-head__list__item {
	font-size: 1.6rem;
}

.point-text {
	padding: 26px 30px 32px;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 10px 12px;
}

.form__head {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 0;
	font-size: 1.6rem;
}

.form__main {
	width: calc(100% - 180px);
}

.form__button input {
	width: 350px;
	height: 60px;
}

.form__button input:hover {
	background: #313131;
	color: #ffffff;
}

.form select {
	width: 238px;
	font-size: 1.6rem;
}

.contact {
	padding: 80px 0;
}

.thankyou {
	padding: 0 0 100px;
}

.form-intro__heading {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.form-intro__text {
	font-size: 1.6rem;
}

.notfound__heading {
	font-size: 3rem;
	margin-bottom: 150px;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-lg-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-lg-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-lg-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-lg-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-lg-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-lg-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-lg-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-lg-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-lg-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-lg-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-lg-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-lg-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-lg-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-lg-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-lg-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-lg-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.333333%;
}

.offset-lg-2 {
	margin-left: 16.666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.333333%;
}

.offset-lg-5 {
	margin-left: 41.666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.333333%;
}

.offset-lg-8 {
	margin-left: 66.666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.333333%;
}

.offset-lg-11 {
	margin-left: 91.666667%;
}

.flex-lg-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-navi {
	padding-right: 20px;
}

.header-logo {
	width: 260px;
}

.header-logo__link img {
	width: 228px;
}

.navi__item:not(:last-child) {
	margin-right: 12px;
	margin-right: 2.5vw;
}

.navi__item a {
	font-size: 1.4rem;
}

.navi-tel {
	margin-left: 15px;
	padding-left: 25px;
	font-size: 1.4rem;
}

.navi-tel::before {
	content: "";
}

.mainvisual {
	padding-top: 180px;
}

.mainvisual::before {
	top: -500px;
	width: 1250px;
	height: 1250px;
}

.home-blog__section:not(:last-child) {
	margin-bottom: 0;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xl-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xl-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xl-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xl-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-xl-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-xl-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-xl-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-xl-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-xl-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-xl-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-xl-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-xl-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-xl-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-xl-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-xl-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-xl-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.333333%;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.333333%;
}

.offset-xl-5 {
	margin-left: 41.666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.333333%;
}

.offset-xl-8 {
	margin-left: 66.666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.333333%;
}

.offset-xl-11 {
	margin-left: 91.666667%;
}

.flex-xl-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-navi {
	padding-left: 30px;
}

.l-main--bg::before {
	border: 130px solid #e9f6fd;
}

.header-logo {
	width: 340px;
}

.navi__item:not(:last-child) {
	margin-right: 40px;
}

.navi__item a {
	font-size: 1.6rem;
}

.navi-tel {
	margin-left: 30px;
	font-size: 1.6rem;
}

.mainvisual {
	padding-top: 240px;
}

.mainvisual::before {
	top: -562px;
	width: 1500px;
	height: 1500px;
}

.mainvisual__image {
	right: -65px;
	width: 63.7%;
}

.mainvisual__list {
	margin-top: 80px;
}

.mainvisual__list__item:not(:last-child) {
	margin-right: 38px;
}

.mainvisual__list__item a {
	font-size: 1.6rem;
}

.mainvisual-notice {
	margin-top: -80px;
}

.pagetitle {
	height: 400px;
}

.pagetitle::before {
	width: calc(100% - 50px);
}

.pagetitle__inner::after {
	width: 82%;
}

.pagetitle__head {
	font-size: 4.8rem;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

}

