/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* media quary */

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

html {
	position: relative;
	font-size: 62.5%;
	height: 100%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #121212;
	background-color: #fff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main__wrapper {
	-ms-flex: 1;
	flex: 1;
}

main {
	display: block;
}

p {
	line-height: 1.75;
}

a {
	text-decoration: none;
	color: #121212;
	transition: opacity 0.4s, color 0.4s;
}

a:hover {
	text-decoration: underline;
	color: #ea7e10;
}

a:hover img {
	opacity: 0.7;
}

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

.l-container {
	width: 100%;
}

.l-wrapper {
	width: 100%;
}

.l-wrapper-m {
	width: 100%;
}

/* for link position
-------------------------------*/

.anchor {
	display: block;
	padding-top: 7.2rem;
}

/* for sentence
-------------------------------*/

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

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

.br::before {
	content: "\A";
	white-space: pre;
}

/* fonts
-------------------------------*/

/* font-size */

/* font-weight */

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

/* font-style */

.italic {
	font-style: italic;
}

/* color */

.black {
	color: #121212;
}

.grey {
	color: #7c7c7c;
}

.palegrey {
	color: #f1f1f1;
}

.white {
	color: #fff;
}

.red {
	color: #c91818;
}

.primary {
	color: #193e67;
}

.secondary {
	color: #0b1327;
}

.intermediate {
	color: #7c7c7c;
}

.accent01 {
	color: #ea7e10;
}

.accent02 {
	color: #f1f1f1;
}

.accent03 {
	color: #7c7c7c;
}

.mincho {
	font-family: "Shippori Mincho B1", serif;
}

.gothic {
	font-family: "Noto Sans JP", sans-serif;
}

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

.nodisplay {
	display: none !important;
}

.replace {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

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

.footer {
	background-color: #fff;
	border-top: 1px solid #193e67;
	margin-top: 70px;
}

.footer__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0 60px;
}

.footer__logoHolder {
	width: 140px;
}

.footer__nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__nav__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.footer__nav__link:hover {
	text-decoration: none;
}

.footer__nav__link:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #ea7e10;
	margin-right: 0.5em;
}

.footer__subnav__link {
	display: inline-block;
	background-color: #ea7e10;
	color: #fff;
	text-align: center;
	padding: 0.8em;
	width: 170px;
	border-radius: 3px;
	margin-top: 1.5em;
}

.footer__subnav__link:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.footer__credit {
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 1.2rem;
	background-color: #0b1327;
	color: #fff;
	padding: 1em;
}

.footer__credit a {
	color: #fff;
}

.footer__credit a:hover {
	color: #ea7e10;
	text-decoration: none;
}

.header {
	text-align: center;
	position: relative;
}

.header__logo {
	z-index: 1;
}

.header__logo img {
	width: 110px;
}

.header__nav {
	margin-right: -19px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header__nav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.header__nav__item-has-children {
	position: relative;
}

.header__nav__item > .header__nav__link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}

.header__nav__item > .header__nav__link::after {
	position: absolute;
	left: 25%;
	content: "";
	width: 50%;
	height: 0.3rem;
	background: #ea7e10;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	bottom: 0.3rem;
}

.header__nav__item > .header__nav__link:hover::after {
	bottom: 0.6rem;
	opacity: 1;
	visibility: visible;
}

.header__nav__item > .header__nav__link-current:after {
	bottom: 6px;
	opacity: 1;
	visibility: visible;
}

.header__nav__link {
	display: block;
	text-align: center;
	color: #193e67;
	font-weight: 700;
}

.header__nav__link:hover {
	text-decoration: none;
	color: #193e67;
}

.header__nav__link-current {
	color: #193e67;
}

.header__subnav__list {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	top: 60px;
	right: 0;
}

.header__subnav__item:first-child {
	margin-right: 20px;
	padding-right: 20px;
}

.header__subnav__link {
	color: #121212;
	font-weight: 500;
}

.header__subnav__link:hover {
	text-decoration: none;
}

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	right: -80%;
	height: 100%;
	overflow: auto;
	background: #f1f1f1;
	color: #193e67;
	text-align: center;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	transition: all 0.6s;
	width: 80%;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 130px;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp li {
	font-size: 1.4rem;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #193e67;
}

nav.globalMenuSp li a {
	display: block;
	color: #193e67;
	padding: 1.6em 0.5em;
}

nav.globalMenuSp.active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.overflowHidden {
	overflow: hidden;
}

.navToggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 17px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #193e67;
	transition: 0.35s ease-in-out;
	left: 6px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #193e67;
	font-size: 9px;
	top: 34px;
}

.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page__header {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background: url(../images/common/page_header_bg.jpg) no-repeat center top;
	min-height: 100px;
}

.page__header__heading {
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.page__header__lead {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
}

.page__intro__text {
	font-family: "Shippori Mincho B1", serif;
	color: #193e67;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.3;
	margin-top: 20px;
}

.page__wrapper {
	border: 1px solid rgba(25, 62, 103, 0.57);
	margin-top: 30px;
	padding: 2vw 3vw;
}

.breadcrumb__list {
	color: #121212;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5vmin;
	padding-right: 5vmin;
	font-size: 1.2rem;
	word-wrap: break-word;
}

.breadcrumb__list span a {
	color: #7c7c7c;
}

.breadcrumb__list span:not(:first-child) {
	margin-left: 0.2em;
}

.breadcrumb__list span[property]:first-child {
	margin-right: 0.2em;
}

.breadcrumb__item {
	display: inline-block;
}

.breadcrumb__item:not(:last-child):after {
	content: ">";
	padding: 0 12px;
}

.breadcrumb__item a {
	color: #7c7c7c;
}

#page_top {
	display: none;
	width: 5rem;
	height: 5rem;
	position: fixed;
	background: #0b1327;
	border-radius: 50%;
	box-shadow: 1px 1px 6px rgba(200, 200, 200, 0.6);
}

#page_top a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 5rem;
	height: 5rem;
}

#page_top a:before {
	font-family: "fontello";
	content: "\f106";
	font-size: 2.5rem;
	color: #fff;
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.post-navigation {
	padding: 1.5rem 0;
}

.post-navigation__links {
	border-top: 1px solid #193e67;
}

.post-navigation__item {
	padding: 1rem 0;
	font-size: 1.4rem;
	line-height: 1.3;
}

.post-navigation__link {
	display: block;
	text-decoration: none;
}

.post-navigation__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-navigation__prev,
.post-navigation__next {
	padding: 1rem 0;
}

.post-navigation__prev__link,
.post-navigation__next__link {
	color: #193e67;
}

.post-navigation__prev__link:hover,
.post-navigation__next__link:hover {
	text-decoration: none;
	color: #1e4a7c;
}

.post-navigation__prev {
	margin-right: 2.5rem;
}

.post-navigation__prev__link::before {
	display: inline-block;
	margin-right: 1rem;
	content: "\03c\03c";
}

.post-navigation__next {
	margin-left: 2.5rem;
}

.post-navigation__next__link::after {
	display: inline-block;
	margin-left: 1rem;
	content: "\03e\03e";
}

.post-navigation__num:not(:first-child) {
	margin-left: 0.8rem;
}

.post-navigation__num__link {
	display: block;
	padding: 1rem;
	color: #193e67;
	border: solid 0.1rem #193e67;
}

.post-navigation__num__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #193e67;
}

.post-navigation__num__current {
	color: #fff;
	background-color: #193e67;
}

.post-navigation__dot {
	color: #193e67;
}

.faq__intro__text-02 {
	padding-top: 10vw;
}

.faq__content__title {
	line-height: 1.75;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 5vw;
}

.faq__content__title:before {
	content: "Q.";
	color: #193e67;
	font-family: "Lato", sans-serif;
	margin-right: 10px;
	font-weight: 400;
}

.faq__content__text {
	line-height: 2.14;
	font-size: 1.2rem;
	padding: 6px 0 5vw 5vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.faq__content__text:before {
	content: "A.";
	color: #ea7e10;
	font-family: "Lato", sans-serif;
	margin-right: 10px;
	font-weight: 400;
	font-size: 1.4rem;
}

.faq__content__text:not(:last-child) {
	border-bottom: 1px solid #193e67;
}

.privacy__content__list {
	padding-top: 30px;
}

.privacy__content__title {
	line-height: 1.75;
	font-weight: 500;
	padding-top: 0;
}

.privacy__content__text {
	line-height: 2.14;
	font-size: 1.2rem;
	padding: 2px 0 5vw 1em;
}

/**********************************
 single
**********************************/

.single__container {
	margin-top: 2rem;
}

.single__post__heading {
	visibility: hidden;
	margin-bottom: 3rem;
}

.single__post__thumbnail {
	margin-bottom: 3rem;
}

.single__post__thumbnail img {
	display: block;
	margin: 0 auto;
}

.single__post__content {
	margin-bottom: 4rem;
	word-break: break-all;
	line-height: 1.6;
	font-size: 1.4rem;
}

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

.single__post__content:after {
	clear: both;
}

.single__post__content h1,
.single__post__content h2,
.single__post__content h3,
.single__post__content h4,
.single__post__content h5,
.single__post__content h6 {
	margin: 2rem 0 2rem;
}

.single__post__content h1 {
	line-height: 1.3;
	font-size: 4rem;
	color: #193e67;
}

.single__post__content h2 {
	line-height: 1.3;
	font-size: 3rem;
	color: #193e67;
}

.single__post__content h3 {
	line-height: 1.26429;
	font-size: 2.8rem;
	color: #193e67;
}

.single__post__content h4 {
	line-height: 1.3;
	font-size: 2.6rem;
}

.single__post__content h5 {
	line-height: 1.3;
	font-size: 2.4rem;
}

.single__post__content h6 {
	line-height: 1.3;
	font-size: 2rem;
}

.single__post__content figure {
	max-width: 100%;
}

.single__post__content figure.wp-block-gallery.has-nested-images {
	width: 100%;
}

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

.single__post__content p:not(:first-child) {
	margin-top: 1em;
}

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

.single__post__content a.wp-element-button:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.single__post__content a:not(.wp-element-button) {
	text-decoration: underline;
}

.single__post__content pre {
	border: solid 0.1rem #121212;
	padding: 2rem;
	overflow: auto;
}

.single__post__content ul,
.single__post__content ol {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.single__post__content ul:not([class]) {
	list-style-type: disc;
}

.single__post__content ol:not([class]) {
	list-style-type: decimal;
}

.single__post__content dl dt {
	border-bottom: dotted 0.1rem #193e67;
}

.single__post__content dl dt:not(:first-child) {
	margin-top: 3rem;
}

.single__post__content dl dd {
	margin-top: 1.5rem;
}

.single__post__content table {
	margin: 3rem 0;
	border: solid 0.1rem #121212;
}

.single__post__content table th,
.single__post__content table td {
	padding: 0.5rem 1rem;
	border: solid 0.1rem #121212;
}

.single__post__content blockquote:not([class="twitter-tweet"]) {
	position: relative;
	padding: 3rem 3rem;
	font-size: 0.9em;
	background-color: #f1f1f1;
	border-radius: 0.6rem;
}

.single__post__content q::before {
	content: '"';
}

.single__post__content q::after {
	content: '"';
}

.single__post__content cite {
	font-style: italic;
}

.single__post__content .size-thumbnail,
.single__post__content .size-medium {
	margin-right: 10px;
}

.single__post__content sub {
	vertical-align: sub;
	font-size: smaller;
}

.single__post__content sup {
	vertical-align: super;
	font-size: smaller;
}

.single__post__content img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}

.single__post__content img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}

.single__post__content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

.single__post__date {
	display: inline-block;
	padding-right: 1rem;
	line-height: 1.7;
}

.single__post__category {
	display: inline;
	line-height: 1.7;
}

.single__post__category__list {
	list-style: none;
	display: inline;
}

.single__post__category__item {
	display: inline;
}

.single__post__category__item:not(:first-child) {
	margin-left: 1rem;
}

.single__post__category__link {
	color: #ea7e10;
}

.single__post__tags {
	line-height: 1.7;
}

.single__post__tags a {
	color: #ea7e10;
}

.single .wp-caption-text {
	margin-top: 1rem;
}

.single cite,
.single figcaption,
.single .wp-caption-text,
.single .post-meta,
.single .entry-content .wp-block-archives li,
.single .entry-content .wp-block-categories li,
.single .entry-content .wp-block-latest-posts li,
.single .wp-block-latest-comments__comment-date,
.single .wp-block-latest-posts__post-date,
.single .wp-block-embed figcaption,
.single .wp-block-image figcaption,
.single .wp-block-pullquote cite,
.single .comment-metadata,
.single .comment-respond .comment-notes,
.single .comment-respond .logged-in-as,
.single .pagination .dots,
.single .entry-content hr:not(.has-background),
.single hr.styled-separator,
.single :root .has-secondary-color {
	color: #7c7c7c;
}

.single .wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

.single .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.single .alignleft {
	float: left;
}

.single .alignright {
	float: right;
}

.single hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

.single .wp-block-separator {
	margin-left: auto;
	margin-right: auto;
	max-width: 40vw;
}

.single .wp-block-separator.is-style-wide,
.single .wp-block-separator.is-style-dots {
	max-width: 100%;
}

.single .wp-block-button__link {
	text-decoration: none;
}

.single .blocks-gallery-grid ul,
.single .wp-block-gallery ul {
	list-style: none;
	margin-left: 0;
}

.single .wp-element-button {
	padding: 0.6rem 1rem;
	border-radius: 0.33rem;
	text-decoration: none;
	font-size: 1em;
}

.single .wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}

.single .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.single .wp-embed-aspect-16-9 .wp-block-embed__wrapper :before {
	padding-top: 56.25%;
}

.sitemap__content__title {
	line-height: 1.75;
	font-weight: 500;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5vw;
}

.sitemap__content__title:before {
	content: "";
	width: 10px;
	height: 2px;
	display: inline-block;
	background-color: #ea7e10;
	margin-right: 10px;
}

.sitemap__content__text {
	line-height: 2.14;
	font-size: 1.2rem;
	padding: 2px 5vw 5vw;
}

.sitemap__content__text:not(:last-child) {
	border-bottom: 1px solid #193e67;
}

.service__about__table {
	line-height: 1.6;
}

.service__about__title {
	font-weight: 500;
	position: relative;
	padding-top: 1em;
	white-space: nowrap;
	text-align: right;
	padding-right: 9px;
}

.service__about__title:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	width: 2px;
	height: 16px;
	background-color: #ea7e10;
}

.service__about__item {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 9px;
}

.top {
	background: url(../images/top/top_bg.jpg) no-repeat center top;
}

.top__kv {
	margin-left: auto;
	margin-right: auto;
	width: 50vw;
}

.top__news {
	margin-top: 80px;
	background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, #fff 100px);
	padding: 50px 0 0;
}

.top__news__heading {
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.top__news__heading:after {
	display: block;
	content: "NEWS";
	font-family: "Lato", sans-serif;
	color: #193e67;
	margin-top: 7px;
	font-size: 22px;
}

.top__news__list {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	line-height: 1.7;
	margin-top: 30px;
}

.top__news__date {
	margin-right: 10px;
}

.top__news__cat {
	margin-right: 8px;
	background: #1e1e1e;
	padding: 0.2em 1em;
	color: #fff;
	font-size: 10px;
}

@font-face {
	font-family: 'fontello';
	src: url("../font/fontello.eot?3762868");
	src: url("../font/fontello.eot?3762868#iefix") format("embedded-opentype"), url("../font/fontello.woff2?3762868") format("woff2"), url("../font/fontello.woff?3762868") format("woff"), url("../font/fontello.ttf?3762868") format("truetype"), url("../font/fontello.svg?3762868#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
 @font-face {
   font-family: 'fontello';
   src: url('../font/fontello.svg?3762868#fontello') format('svg');
 }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-tag:before {
	content: '\e800';
}

/* '' */

.icon-layout:before {
	content: '\e801';
}

/* '' */

.icon-angle-up:before {
	content: '\f106';
}

/* '' */

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

body {
	min-width: 100rem;
	font-size: 1.6rem;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
	color: #121212;
}

.l-container {
	width: 100rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.l-wrapper {
	width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.l-wrapper-m {
	width: 118rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.anchor {
	margin-top: -3rem;
}

.br__pc::before {
	content: "\A";
	white-space: pre;
}

.tel__sp {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #121212;
}

.spOnly {
	display: none !important;
}

.footer {
	margin-top: 100px;
}

.footer__menu {
	-ms-flex-direction: row;
	flex-direction: row;
}

.footer__menu {
	padding: 30px 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__logoHolder {
	margin-top: 10px;
	width: 183px;
}

.footer__nav {
	width: 600px;
}

.footer__nav__link {
	margin-bottom: 10px;
}

.footer__subnav__link {
	margin-top: 10px;
	padding: 0.5em;
}

.header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.header__logo img {
	width: 186px;
}

.header__nav__link {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.page__body {
	background: url(../images/common/page_bg.jpg) no-repeat center top;
}

.page__header {
	min-height: 187px;
}

.page__header__heading {
	font-size: 1.4rem;
}

.page__header__lead {
	font-size: 3.4rem;
}

.page__intro__text {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 42px;
}

.page__wrapper {
	padding: 30px 100px;
	margin-top: 46px;
}

.breadcrumb__list {
	padding: 20px 0;
	font-size: 1.4rem;
}

#page_top {
	right: 5rem;
	bottom: 5rem;
}

.post-navigation {
	padding: 3rem 0 1.5rem;
}

.post-navigation__links {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
}

.post-navigation__item {
	width: 49%;
}

.post-navigation__item--next {
	text-align: right;
}

.post-navigation__link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq__intro__text-02 {
	padding-top: 40px;
}

.faq__content__title:before {
	font-size: 1.8rem;
}

.faq__content__title {
	padding-top: 20px;
}

.faq__content__text {
	font-size: 1.4rem;
	padding: 2px 20px 20px 20px;
}

.faq__content__text:before {
	font-size: 1.8rem;
}

.privacy__content__list {
	padding-top: 30px;
}

.privacy__content__title {
	padding-top: 16px;
}

.privacy__content__text {
	font-size: 1.4rem;
	padding: 5px 20px 16px 1em;
}

.single__post__content {
	font-size: 1.8rem;
	margin-bottom: 8rem;
}

.single__post__date {
	line-height: 1.5;
}

.single__post__category {
	line-height: 1.5;
	display: inline;
	padding-left: 1rem;
	border-left: solid 0.1rem #121212;
}

.single__post__tags {
	line-height: 1.5;
	padding-left: 1rem;
	margin-left: 1rem;
	border-left: solid 0.1rem #121212;
	display: inline;
}

.single .alignleft {
	margin: 0.3rem 2rem 2rem 0rem;
}

.single .alignright {
	margin: 0.3rem 0rem 2rem 2rem;
}

.single .wp-element-button {
	font-size: 0.8em;
}

.sitemap__content__title {
	padding-top: 16px;
}

.sitemap__content__text {
	font-size: 1.4rem;
	padding: 2px 20px 16px 20px;
}

.service__about__title {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 20px;
}

.service__about__title:after {
	top: 13px;
	height: 23px;
}

.service__about__item {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
}

.top__kv {
	width: 400px;
}

.top__news {
	margin-top: 200px;
	background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, #fff 400px);
	padding: 100px 0 30px;
}

.top__news__heading {
	font-size: 14px;
}

.top__news__heading:after {
	font-size: 30px;
	margin-top: 10px;
}

.top__news__list {
	width: 560px;
	margin-top: 40px;
}

.top__news__cat {
	font-size: 12px;
}

}

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

.l-container {
	padding-left: 7vmin;
	padding-right: 7vmin;
}

.l-wrapper {
	padding-left: 7vmin;
	padding-right: 7vmin;
}

.l-wrapper-m {
	padding-left: 7vmin;
	padding-right: 7vmin;
}

.l-main {
	display: block;
	padding-top: 70px;
}

.br__sp::before {
	content: "\A";
	white-space: pre;
}

.tel__sp {
	text-decoration: underline;
}

.pcOnly {
	display: none !important;
}

.footer__menu {
	-ms-flex-align: center;
	align-items: center;
}

.footer__nav {
	margin-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__nav__list {
	margin-right: 40px;
}

.footer__subnav {
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 5;
	top: 0;
	box-shadow: 1px 1px 6px rgba(200, 200, 200, 0.6);
	height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	width: 100%;
}

.header__toggle {
	position: absolute;
	right: 20px;
	top: 22px;
}

.page__header {
	background-size: cover;
}

#page_top {
	right: 1.5rem;
	bottom: 1.5rem;
}

.post-navigation__num {
	display: none;
}

.post-navigation__dot {
	display: none;
}

.single__post__heading {
	padding-top: 1.8rem;
}

.single__post__meta {
	font-size: 1.4rem;
}

.single .wp-block-embed-youtube iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.single iframe {
	max-width: 100%;
}

.service__about__item {
	display: block;
}

.top {
	background-size: 240%;
}

.top__kv {
	padding-top: 50px;
}

}

