/*
Theme Name: gulp_template
Description: gulp_template
Version: 1.0
Author: 12Grid
Author URI:
Version: 1.0
License: 12Grid
License URI:

create date: 2018/03/06
update date: 2018/03/06
*/

/*****************************************************
Config
*****************************************************/

/*****************************************************
Foundation
*****************************************************/

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: 0;
}

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

ol,
ul,
li {
	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;
	text-decoration: none;
}

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

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

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

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

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

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

input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/*****************************************************
変数
*****************************************************/

.roboto {
	font-family: "Roboto Condensed", sans-serif;
}

/*****************************************************
base
*****************************************************/

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	font-size: 1.4em;
	color: #333;
	overflow-x: hidden;
	display: relative;
	left: 0;
	letter-spacing: 2px;
}

.font_en {
	font-family: "Julius Sans One", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

a {
	color: #333;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.85;
}

li {
	list-style: none;
}

img {
	width: 100%;
}

.is_sp {
	display: none;
}

/* ローディング画面 */

#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 0 auto;
	margin-top: 40vh;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.02em solid rgba(27, 27, 27, 0.1);
	border-right: 1.02em solid rgba(27, 27, 27, 0.1);
	border-bottom: 1.02em solid rgba(27, 27, 27, 0.1);
	border-left: 1.05em solid #1b1b1b;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.bg-gray {
	background-color: #f7f7f7 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.section-inner {
	width: 1180px;
	margin: 0 auto;
}

.breadcrumb {
	background-color: #F9F9F9;
	padding: 7px 36px;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	line-height: 1;
}

.breadcrumb-item {
	margin-right: 2px;
	letter-spacing: 0px;
}

.breadcrumb-item:last-child {
	margin-right: 0;
}

.breadcrumb-item:last-child:after {
	content: "";
}

.itemListElement {
	margin-right: 2px;
	letter-spacing: 0px;
	border: 1px solid #000;
}

.itemListElement:after {
	content: "・";
	padding: 0 3px;
}

.itemListElement:last-child {
	margin-right: 0;
}

.itemListElement:last-child:after {
	content: "";
}

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

.page_main {
	/* padding-top: 74px; */
}

.contents_under {
	width: 1180px;
	margin: 0 auto;
}

.page-ttl {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.page-ttl::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	background-color: #5E8CB5;
	top: 50%;
	left: -220px;
}

.page-ttl-h1 {
	margin: 0 auto;
	font-size: 4.2rem;
	font-weight: bold;
}

.page-ttl__wrap {
	padding: 100px 0;
	position: relative;
}

.page-ttl__logo {
	width: 530px;
	height: 260px;
	position: absolute;
	bottom: -40px;
	right: 100px;
	opacity: 0.1;
}

.section-lead {
	width: 1180px;
	margin: 100px auto 0;
}

.section-lead p {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.28;
	margin: 0 auto;
}

.ttl_col {
	width: 280px;
}

.ttl_col .ttl_01 {
	margin-bottom: 80px;
}

.ttl_01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	line-height: 1;

  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;

}

.ttl_01:before {
	content: "";
	position: absolute;
	left: 0;
	top: -50%;
	height: 200%;
	width: 2px;
	background-color: #5E8CB5;
}

.ttl_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.flex_row {
	display: flex;
	justify-content: space-between;
}

/* 事例リスト */

.achievement .section-inner {
	padding: 80px 0;
	width: 1220px;
}

.achievement .section-inner .ttl_row {
	margin: 0 20px 80px;
}

.achievement-under .section-inner {
	padding-top: 0;
}

.achievement-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
}

.achievement-list__item {
	width: 366px;
	margin: 0 20px 40px;
}

.achievement-list__item:hover .s_ph img {
	transform: scale(1.1, 1.1);
	transition: 1s all;
}

.achievement-list__item .s_ph {
	width: 366px;
	height: 254px;
	margin-bottom: 10px;
	overflow: hidden;
}

.achievement-list__item .s_ph img {
	width: 366px;
	height: 254px;
	object-fit: cover;
	transition: 1s all;
}

.achievement-list__item h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.achievement-list__item p {
	font-size: 12px;
	font-size: 1.2rem;
}

.toggle-list {
	flex: 1;
}

.toggle-list__item {
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

.toggle-list__q {
	position: relative;
	padding-right: 80px;
	padding: 17px 0;
	transition: 0.3s;
}

.toggle-list__q:hover {
	cursor: pointer;
	background-color: #eeeeee;
}

.toggle-list__q:before {
	content: "";
	position: absolute;
	background-color: #666666;
	width: 38px;
	height: 1px;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
}

.toggle-list__q:after {
	content: "";
	position: absolute;
	background-color: #666666;
	height: 38px;
	width: 1px;
	right: 49px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.3s;
}

.toggle-list__q.active:after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.3s;
}

.toggle-list__q .s_num {
	font-size: 28px;
	font-size: 2.8rem;
	color: #5E8CB5;
	margin-right: 10px;
}

.toggle-list__q .s_num:after {
	font-size: 18px;
	font-size: 1.8rem;
	content: "/";
	padding-left: 8px;
}

.service-flow .toggle-list__q {
	font-size: 18px;
}

.about-policy .toggle-list__q {
	font-size: 18px;
}

.toggle-list__a {
	display: none;
	padding-top: 34px;
	padding-right: 80px;
	padding-left: 62px;
}

.toggle-list__a h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.toggle-list__a .s_text {
	margin-bottom: 20px;
}

.toggle-list__a .s_text:last-child {
	margin-bottom: 40px;
}

.news-photo .section-inner {
	/* padding: 80px 0; */
	padding: 160px 0;
	display: flex;
	flex-direction: row;
}

.news-photo-list {
	width: 880px;
}

.news-photo-list__item {
	margin-bottom: 40px;
}

.news-photo-list__item:hover .news-photo-list__ph img {
	transform: scale(1.1, 1.1);
	transition: 1s all;
}

.news-photo-list__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-photo-list__ph {
	width: 280px;
	height: 186px;
	overflow: hidden;
}

.news-photo-list__ph img {
	width: 280px;
	height: 186px;
	object-fit: cover;
	transition: 1s all;
}

.news-photo-list__propaty {
	width: 580px;
	padding-left: 10px;
	box-sizing: border-box;
}

.news-photo-list__propaty .s_day {
	font-family: "Julius Sans One", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 20px;
}

.news-photo-list__propaty .s_ttl {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.news-photo-list__propaty .s_ttl h2 {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold;
}

.news-photo-list__propaty .s_ttl h2:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	background-color: #222;
	width: 40px;
	height: 1px;
}

.news-photo-list__propaty .s_description {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 18px;
}

.feature {
	background-color: #F7F7F7;
}

.feature-w {
	width: 1180px;
	margin: 0 auto;
	padding: 70px 0;
}

.feature__item {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
}

.feature__item:nth-child(even) {
	flex-direction: row-reverse;
}

.feature__item:nth-child(even) .s_bg {
	left: 1180px;
}

.feature__item:nth-child(even) .feature__item__text {
	margin-left: 80px;
	margin-right: 0;
}

.feature__item .s_ph {
	width: 580px;
	z-index: 3;
}

.feature__item__text {
	flex: 1;
	z-index: 2;
	margin-right: 40px;
}

.feature__item__text h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: bold;
}

.feature__item__text h2:before {
	content: "";
	font-size: 32px;
	font-size: 3.2rem;
	color: #5E8CB5;
	position: absolute;
	top: -70px;
	left: -40px;
	letter-spacing: 0;
	font-weight: normal;
}

.feature__item:first-child .feature__item__text h2:before {
	content: "01";
}

.feature__item:nth-child(2) .feature__item__text h2:before {
	content: "02";
}

.feature__item:nth-child(3) .feature__item__text h2:before {
	content: "03";
}

.feature__item:nth-child(4) .feature__item__text h2:before {
	content: "04";
}

.feature__item:nth-child(5) .feature__item__text h2:before {
	content: "05";
}

.feature__item__text h2:after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #5E8CB5;
	position: absolute;
	top: -16px;
	left: -20px;
	transform: rotate(-45deg);
}

.feature__item__text h2 span {
	font-size: 14px;
	margin-left: 20px;
}

.feature__item__text p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

.feature__item__text_w {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.feature__item .s_bg {
	height: 100%;
	width: 1180px;
	background-color: #fff;
	position: absolute;
	left: -1180px;
}

.feature__item-a {
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
}

.feature__item-a a {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}

.feature__item-a:nth-child(even) a {
	flex-direction: row-reverse;
}

.feature__item-a:nth-child(even) a .s_bg {
	left: 1180px;
}

.feature__item-a:nth-child(even) a .feature__item-a__text {
	margin-left: 80px;
	margin-right: 0;
}

.feature__item-a:hover .s_ph img {
	transform: scale(1.1, 1.1);
	transition: 1s all;
}

.feature__item-a .s_ph {
	width: 580px;
	z-index: 3;
	overflow: hidden;
}

.feature__item-a .s_ph img {
	transition: 1s all;
}

.feature__item-a__text {
	flex: 1;
	z-index: 2;
	margin-right: 40px;
}

.feature__item-a__text h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: bold;
}

.feature__item-a__text h2:before {
	content: "01";
	font-size: 32px;
	font-size: 3.2rem;
	color: #5E8CB5;
	position: absolute;
	top: -70px;
	left: -40px;
	letter-spacing: 0;
	font-weight: normal;
}

.feature__item-a:first-child .feature__item-a__text h2:before {
	content: "01";
}

.feature__item-a:nth-child(2) .feature__item-a__text h2:before {
	content: "02";
}

.feature__item-a:nth-child(3) .feature__item-a__text h2:before {
	content: "03";
}

.feature__item-a:nth-child(4) .feature__item-a__text h2:before {
	content: "04";
}

.feature__item-a:nth-child(5) .feature__item-a__text h2:before {
	content: "05";
}

.feature__item-a__text h2:after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #5E8CB5;
	position: absolute;
	top: -16px;
	left: -20px;
	transform: rotate(-45deg);
}

.feature__item-a__text h2 span {
	font-size: 14px;
	margin-left: 20px;
}

.feature__item-a__text p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

.feature__item-a__text_w {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.feature__item-a .s_bg {
	height: 100%;
	width: 1180px;
	background-color: #fff;
	position: absolute;
	left: -1180px;
}

.news__list {
	flex: 1;
	border-top: 1px solid #ccc;
}

.w_news {
	background-color: #f9f9f9;
	padding: 80px 0;
}

.w_news .inner {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news__item {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.news__item .s_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news__item .s_day {
	width: 120px;
}

.news__item .s_ttl {
	width: auto;
	flex: 1;
}

.list-01 {
	flex: 1;
	border-top: 1px solid #ccc;
}

.list-01__item {
	border-bottom: 1px solid #ddd;
	padding: 14px 0;
}
.list-01__item:nth-child(2n) {
  background-color: #f7f7f7;
}


.list-01__item .s_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.list-01__item .s_day {
	width: 120px;
}

.list-01__item .s_title {
	width: 200px;
	letter-spacing: 4px;
	font-weight: bold;
}

.list-01__item .s_ttl {
	width: auto;
	flex: 1;
}

.link-c {
	margin-top: 100px;
	text-align: center;
}

.link-list:before {
	font-family: "Material Icons";
	content: "\e896";
}

.view_more {
	font-family: "Julius Sans One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.view_more a,
.view_more span {
	position: relative;
	padding-right: 30px;
}

.view_more a:after,
.view_more span:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 24px;
	height: 1px;
	background-color: #5E8CB5;
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform 0.3s;
}

.view_more a:hover:after,
.view_more span:hover:after {
	transform-origin: left top;
	transform: scale(2, 1);
}

.ttl_category {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	border: solid 1px #999;
	background-color: #fff;
	color: #444;
	line-height: 1;
	padding: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ttl_category:before,
.ttl_category:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 1px;
}

.ttl_category:before {
	top: -1px;
	left: 0;
}

.ttl_category:after {
	bottom: -1px;
	right: 0;
}

.btn-01 a {
	background: #5E8CB5;
	color: #fff;
	font-weight: bold;
	padding: 8px 40px;
	border-radius: 2px;
	line-height: 1;
	display: block;
	text-align: center;
}

.service-contact .section-inner {
	padding: 80px 0;
	display: flex;
	flex-direction: row;
}

.service-contact-section {
	width: 900px;
}

.service-contact-tel {
	display: flex;
	flex-direction: row;
	align-items: end;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.service-contact-tel__tel {
	width: 380px;
	margin-right: 20px;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 4px;
}

.service-contact-tel__tel span {
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 20px;
}

.service-contact-tel__attention {
	flex: 1;
	flex-wrap: wrap;
}

.service-contact-mail {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.service-contact-mail .btn-01 {
	width: 380px;
	margin-right: 20px;
}

.service-contact-mail .btn-01 a {
	padding: 20px 40px;
}

.service-contact-mail__attention {
	flex: 1;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

#mail_form {
	padding: 100px 0;
}

.list_02 {
	margin-bottom: 60px;
}

.list_02 li {
	padding-left: 20px;
}

.list_02 li:before {
	content: "-";
	margin-right: 5px;
}

.list_02 {
	width: 1180px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0 !important;
}

.list_02 dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	border-bottom: solid 1px #ccc;
}

.list_02 dl:last-child {
	border-bottom: none;
}

.list_02 dt {
	width: 300px;
	text-indent: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.list_02 dt:first-child {
	width: 300px;
	padding-bottom: 0;
}

.list_02 dd {
	text-indent: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	margin-right: 10px;
}

.list_02 .none {
	display: none;
}

.list_03 {
	width: 1180px;
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
}

.list_03:after,
.list_03:before {
	display: block;
	height: 0;
	visibility: hidden;
	content: "";
}

.list_03:after {
	clear: both;
}

.list_03 dt {
	width: 300px;
	display: inline;
	text-indent: 1px;
	box-sizing: border-box;
	border-top: solid 1px #ccc;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	float: left;
}

.list_03 dd {
	width: 880px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	float: left;
}

.form_01 input,
.form_01 textarea {
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 6px;
}

.form_01 input,
.form_01 select,
.form_01 textarea {
	width: 100%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05) inset;
	outline-style: none;
}

.form_01 input:focus,
.form_01 select:focus,
.form_01 textarea:focus {
	background-color: #f0f0f0;
}

.form_01 span.required {
	background-color: #c90034;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	margin-right: 5px;
	font-weight: bold;
}

.form_01 span.optional {
	background-color: #337ab7;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	margin-right: 5px;
	font-weight: bold;
}

.form_01 select {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	border: solid 1px #aaa;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05) inset;
	outline-style: none;
}

.form_01 select:focus {
	background-color: #f0f0f0;
}

/* iOSでのデフォルトスタイルをリセット */

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
	outline-offset: -2px;
}

.plus_question {
	margin-bottom: 60px;
}

.plus_question p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.plus_question label,
.plus_question input[type=checkbox] {
	cursor: pointer;
}

.plus_question input[type=checkbox] {
	margin-right: 10px;
}

.plus_question {
	margin-bottom: 60px;
	margin-left: 300px;
}

.plus_question p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.checkbox_wrap dt {
	display: none;
}

.checkbox_wrap dd {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-size: 1.4rem;
}

.checkbox_wrap dd label {
	font-weight: bold;
	width: 210px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #f0f0f0;
	padding: 10px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
}

.checkbox_wrap dd label:nth-child(4n) {
	margin-right: 0;
}

.page-ttl-contact {
	padding-top: 40px;
	padding-bottom: 0;
}

.privacy {
	border: solid 1px #aaa;
	padding: 20px;
	height: 200px;
	overflow: scroll;
	border-radius: 6px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 300px;
}

.privacy p {
	margin-bottom: 20px;
}

.btn_01 {
	background-color: #5E8CB5;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 70px;
	margin: 0 auto;
	border: none;
	border-radius: 4px !important;
	padding: 0 100px;
	transition: 0.3s;
	display: block;
  box-shadow:4px 4px 0 #2a4c7c;
  letter-spacing:2px;
}

.contact-contents .btn_01 {
	margin-left: 300px;
}

.btn_01:hover {
	opacity: 0.8;
}

.btn_01:hover,
.next-arrow:hover,
.prev-arrow:hover,
input[type=checkbox],
label {
	cursor: pointer;
}

.form-attention {
	margin-top: 80px;
	margin-left: 300px;
	font-size: 12px;
	font-size: 1.2rem;
}

.btn-wrap {
	margin-top: 100px;
}

.outer-link h2:after {
	font-family: "Material Icons";
	content: "\e89e";
	vertical-align: text-top;
	margin-left: 4px;
	font-size: 1.4rem;
}

.outer-link .news__list .s_ttl:after {
	font-family: "Material Icons";
	content: "\e89e";
}

/*****************************************************
Layout
*****************************************************/

.w_header {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
}
.header {
	width: 100%;
	/* position: fixed; */
	z-index: 99999;
	padding: 20px 20px 20px;
	top: 0;
  height:80px;
}

.header__logo {
	/* height: 34px; */
	/* margin-left: 20px; */
	margin-bottom: 0px;
  height:40px;
}

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

.header-navi-wrap {
	margin-left: auto;
	display: flex;
}

.header-navi-color li a {
	color: #000 !important;
}

.header-navi {
	display: flex;
	justify-content: space-between;
	margin-right: 0px;
}

.header-navi li {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	display: flex;
}

.header-navi li a {
	display: flex;
	align-items: flex-end;
	margin-bottom: -10px;
	padding: 0 10px 10px;
	flex: 1;
	line-height: 1;
	position: relative;
	/* color: #fff; */
}

.header-navi li a:before {
	background: #5E8CB5;
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform 0.3s;
}

.header-navi li a:hover {
	opacity: 1;
}

.header-navi li a:hover:before {
	transform-origin: center top;
	transform: scale(1, 1);
}

.header-navi__underpage li a {
	color: #000000 !important;
}

.logo_sp {
  width: 160px;
  height: 30px;
	position: absolute;
	top: 16px;
	left: 0;
  right:0;
  margin:0 auto;
	z-index: 100000;
}

.logo_sp img {
	/* height: 100%;
	width: auto; */
}

.headerGrobal_sp {
	position: fixed;
	z-index: 99999;
	width: 100%;
	/* display: flex; */
	justify-content: space-between;
	padding: 0 4vw;
	top: 0;
	right: 0;

  display:none;
}

.headerGrobal_sp h1 {
	height: 26px;
	margin: 16px 0;
}

.headerGrobal_sp h1 img {
	height: 100%;
	width: auto;
}

.headerGrobal_sp_trigger {
	width: 35px;
	height: 30px;
	margin-top: 14px;
	margin-left: auto;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 35px;
	height: 30px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #222;
	border-radius: 4px;
}

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

.menu-trigger span:nth-of-type(2) {
	top: 14px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
}

.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	top: 50%;
	bottom: auto;
}

.header-navi-sp {
	margin: 0 4vw;
}

.header-navi-sp a {
	padding: 15px 20px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.header-navi-sp__wrap {
	display: none;
	position: absolute;
	background-color: #5E8CB5;
	width: 100%;
	height: 100vh;
	padding-top: 80px;
	z-index: 999;
}

.footer_common {
	background-color: #1B1C1D;
	padding: 80px 0 40px 0;
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: overlay;
}

.footer-navi__wrap {
	width: 1180px;
	margin: 0 auto;
	border-bottom: 1px solid #707070;
	padding-bottom: 50px;
	margin-bottom: 70px;
}

.footer-navi {
	display: flex;
	justify-content: space-between;
}

.footer-navi li {
	letter-spacing: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.footer-navi li a {
	color: #fff;
}

.footer-navi__child {
	margin-top: 10px;
}

.footer-navi__child > li {
	font-size: 12px;
	font-size: 1.2rem;
}

.contact {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.contact__logo {
	width: 200px;
	margin-right: 60px;
}

.contact__text p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 2;
	margin-bottom: 20px;
  text-align: center;
}
.contact__companyname{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size:2.0rem !important;
  letter-spacing:6px;
}
.contact__sns {
	display: flex;
	justify-content: center;
}

.contact__sns p {
	width: 30px;
	margin-right: 16px;
}

.footer_common_copyrights {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}

/*
  human,making
-----------------------------------------------*/

/* ========================================================
  Helper classes
======================================================== */

/*--------------------------------------
  clearfix
---------------------------------------*/

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.imgWrap {
	zoom: 1;
}

.imgWrap:before,
.imgWrap:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: " ";
}

.imgWrap:after {
	clear: both;
}

/*--------------------------------------
  list-style
---------------------------------------*/

.disc,
.square {
	margin: 0 0 1em 1.5em;
}

.decimal {
	margin: 0 0 1em 2em;
}

.disc {
	list-style: disc;
}

.square {
	list-style: square;
}

.decimal {
	list-style-type: decimal;
}

/*--------------------------------------
  text-align
---------------------------------------*/

.text_l {
	text-align: left;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}

/*--------------------------------------
  float
---------------------------------------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.horizontal {
	zoom: 1;
}

.horizontal:before,
.horizontal:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: " ";
}

.horizontal:after {
	clear: both;
}

.horizontal li {
	float: left;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/*--------------------------------------
  margin & padding
---------------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb115 {
	margin-bottom: 115px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb135 {
	margin-bottom: 135px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.mb145 {
	margin-bottom: 145px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb155 {
	margin-bottom: 155px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.mb165 {
	margin-bottom: 165px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.mb175 {
	margin-bottom: 175px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.mb185 {
	margin-bottom: 185px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.mb195 {
	margin-bottom: 195px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pb105 {
	padding-bottom: 105px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pb110 {
	padding-bottom: 110px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pb115 {
	padding-bottom: 115px !important;
}

.pt120 {
	padding-top: 120px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.pt125 {
	padding-top: 125px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pt130 {
	padding-top: 130px !important;
}

.pb130 {
	padding-bottom: 130px !important;
}

.pt135 {
	padding-top: 135px !important;
}

.pb135 {
	padding-bottom: 135px !important;
}

.pt140 {
	padding-top: 140px !important;
}

.pb140 {
	padding-bottom: 140px !important;
}

.pt145 {
	padding-top: 145px !important;
}

.pb145 {
	padding-bottom: 145px !important;
}

.pt150 {
	padding-top: 150px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pt155 {
	padding-top: 155px !important;
}

.pb155 {
	padding-bottom: 155px !important;
}

.pt160 {
	padding-top: 160px !important;
}

.pb160 {
	padding-bottom: 160px !important;
}

.pt165 {
	padding-top: 165px !important;
}

.pb165 {
	padding-bottom: 165px !important;
}

.pt170 {
	padding-top: 170px !important;
}

.pb170 {
	padding-bottom: 170px !important;
}

.pt175 {
	padding-top: 175px !important;
}

.pb175 {
	padding-bottom: 175px !important;
}

.pt180 {
	padding-top: 180px !important;
}

.pb180 {
	padding-bottom: 180px !important;
}

.pt185 {
	padding-top: 185px !important;
}

.pb185 {
	padding-bottom: 185px !important;
}

.pt190 {
	padding-top: 190px !important;
}

.pb190 {
	padding-bottom: 190px !important;
}

.pt195 {
	padding-top: 195px !important;
}

.pb195 {
	padding-bottom: 195px !important;
}

.pt200 {
	padding-top: 200px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

/*****************************************************
Component
*****************************************************/

/*
  information
----------------------------------------*/

/*****************************************************
Component
*****************************************************/

/* 直線長方形のプログレスバー */

.swiper-pagination-bullet {
	position: relative;
	width: 80px !important;
	height: 5px !important;
	border-radius: 0;
	background-color: #ddd;
	opacity: 1;
}

.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #5E8CB5;
}

.swiper-pagination-bullet-active::before {
	animation: paginationActive 5s linear forwards;
}

.swiper {
	z-index: 2;
}

.swiper-pagination-wrap {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: -86px;
	z-index: 9999999;
	transform: rotate(90deg);
}

.swiper-pagination {
	position: static;
	text-align: right;
}

.slider-item-ph img {
	transition: 8s;
}

.anm-started .slider-item-ph img {
	transform: scale(1.05);
}

.slide-title {
	position: absolute;
	bottom: 20vh;
	right: 100px;
	z-index: 55;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
	letter-spacing: 8px;
	animation-name: mv01-fadeIn;
	animation-duration: 3s;
	animation-delay: 0;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slider-opacity {
	background-color: #000;
	opacity: 0.1;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.slider-wrap {
	background-color: #f9f9f9;
	position: relative;
}

.slider {
	position: relative;
	width: 100%;
	margin: 0 auto 26px;
}

.slider-item {
	width: 100%;
	height: 100vh;
	position: relative;
}

.slider-item-propaty {
	width: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slider-item-propaty__category {
	border-bottom: 2px solid #5E8CB5;
	line-height: 1;
	padding-bottom: 6px;
	font-weight: bold;
	margin-bottom: 70px;
}

.slider-item-propaty__ttl {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 62px;
	position: relative;
	width: 100%;
}

.slider-item-propaty__ttl:after {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background-color: #222;
	position: absolute;
	top: 28px;
	right: -40px;
}

.slider-item-propaty__ttl span {
	position: relative;
	z-index: 99;
	background-color: #f9f9f9;
	padding-right: 20px;
	line-height: 1.3;
	display: inline-block;
}

.slider-item-propaty__subtext {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 64px;
}

.slider-item-ph {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.slider-item-ph img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.service .section-inner {
	padding: 80px 0;
}

.service-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-list__item:first-child {
	width: 100%;
	margin-bottom: 60px;
}

.service-list__item:first-child .s_ph {
	margin-bottom: 30px;
	width: 1180px;
	height: 322px;
}

.service-list__item:first-child h2 {
	font-size: 22px;
}

.service-list__item:hover .s_ph img {
	transform: scale(1.05, 1.05);
	transition: 1s all;
}

.service-list__item .s_ph {
	margin-bottom: 30px;
	width: 560px;
	height: 158px;
	overflow: hidden;
}

.service-list__item .s_ph img {
	object-fit: cover;
	object-position: 50% bottom;
	width: 100%;
	height: 100%;
	transition: 1s all;
}

.service-list__item h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}

.about-policy {
	background-color: #f7f7f7;
	margin-bottom: 100px;
}

.about-policy .section-inner {
	padding: 80px 0 0px;
}

.about-policy__inner {
	background-color: #fff;
	width: 100%;
	padding-top: 0;
}

.about-policy-ttl {
	width: 1180px;
	padding: 80px 0 0px;
	margin: 0 auto;
}

.about-company {
	padding: 80px 0;
}

.about-company .section-inner {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contact-contents {
	background-color: #F7F7F7;
}

.contact-contents .ttl_row {
	width: 1180px;
	margin: 0 auto;
	padding: 80px 0;
}

.contact-contents__wrap {
	width: 1180px;
	margin: 0 auto;
	background-color: #fff;
}

.contact-contents__tel {
	padding: 100px 0;
}

.section-mailform {
	padding: 100px 0;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	margin-left: 300px;
	margin-top: 40px;
	font-weight: bold;
}

.sent .wpcf7-response-output {
	color: green;
	border: solid 2px green;
	padding: 6px;
}

.invalid .wpcf7-response-output {
	color: red;
	border: solid 2px red;
	padding: 6px;
}

.wpcf7-not-valid-tip {
	color: red;
}

.results-search {
	display: none;
}

.results-search .section-inner {
	display: flex;
	flex-direction: row;
}

.results-search h2 {
	margin-right: 60px;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.results-search__list {
	display: flex;
	flex-direction: row;
}

.results-search__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-weight: bold;
}

.results-search__list li input { /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
	width: 1px;
	height: 1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden; /* 要素サイズを変更しうるプロパティのリセット */
	border: 0;
	padding: 0; /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
	clip-path: inset(50%); /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
	margin: -1px;
	margin-right: 10px;
}

.results-search__list li label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}

.results-search__list li label::before,
.results-search__list li label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.results-search__list li label::before {
	background-color: #eeeeee;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 4px;
}

.results-search__list li label::after {
	background-color: #5E8CB5;
	border-radius: 50%;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 9px;
}

.results-search__list li input:checked + label::after {
	opacity: 1;
}

.service-support .section-inner {
	padding: 80px 0;
}

.service-support-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-support-list li {
	width: 280px;
	padding: 20px 0;
	margin-bottom: 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.service-support-list__icon {
	width: 60px;
	margin-bottom: 10px;
}

.service-support-list__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.service-support-list__text {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.service-flow .section-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0;
}

.service-qa .section-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0;
}

.single-hd {
	width: 980px;
	/* margin: 40px auto 0; */
  margin:0 auto;

  padding-bottom: 20px;
}

.single-hd__category {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	border-bottom: 2px solid #5E8CB5;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 4px;
}

.single-hd__kv img {
	width: 100%;
	height: 656px;
	object-fit: cover;
  margin-bottom: 40px;
}

.single-hd-ttl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #666;
	position: relative;
	margin-bottom: 10px;
}

.single-hd-ttl:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	/* background-color: #666; */
	bottom: -6px;
}

.single-hd-ttl__ttl {
	font-size: 28px;
	font-size: 2.8rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.single-hd-ttl__btn a {
	background: #5E8CB5;
	color: #fff;
	font-weight: bold;
	padding: 8px 40px;
	border-radius: 2px;
	line-height: 1;
  box-shadow:2px 2px 0 #2a4c7c;
}
h3.wp-block-heading{
  font-size:1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-hd-propaty {
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin-bottom: 40px;
}

.single-hd-propaty__item {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	margin-right: 10px;
}

.single-hd-propaty__item .s_category {
	border: 1px solid #666;
	line-height: 1;
	padding: 2px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}

.single-hd-propaty__item .s_text {
  font-size:12px;
  margin-right: 10px;
	font-weight: bold;
}

.single-contents {
	background-color: #F7F7F7;
	padding: 20px 0 100px;
}

.single-contents__inner {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 100px;
}
.single-contents__inner hr{
  margin: 60px 0;
  height: 0;
  padding:0;
  border:0;
  border-top:1px solid #aaa;  
}
.single-contents__inner a {
	text-decoration: underline;
}

.single-contents-introduction {
	margin-bottom: 80px;
}

.single-contents-introduction h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 40px;
	line-height: 1.8;
	margin-top: -10px;

  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;


}

.single-contents-introduction p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 40px;
}

.single-contents-introduction img {
	width: 100%;
	height: auto;
}

.wp-block-image {
	margin-bottom: 40px;
}

.wp-element-caption {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 6px;
}

.wp-block-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.wp-block-gallery .wp-block-image {
	flex: 1;
	margin-right: 10px;
}

.wp-block-gallery .wp-block-image img {
	width: 100%;
	height: auto;
}

.wp-block-gallery .wp-block-image:last-child {
	margin-right: 0;
}

.single-contents-propaty h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
}

.single-contents-propaty .list-01 {
	border-top: none;
}

.single-contents-propaty iframe {
	margin-top: 20px;
}

.is-layout-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.is-layout-flow img {
	height: auto;
}

.wp-container-3 .is-layout-flow {
	width: 48%;
}

.single-map-section {
	margin-bottom: 80px;
}

.single-map-section iframe {
	width: 100%;
}

.pagination {
	margin: 40px auto 0;
	text-align: center;
}

.nav-links {
	display: flex;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: 10px;
	padding: 20px 25px;
	color: #333;
	border-radius: 3px;
	box-shadow: 0 1px 1px #999;
	background: #fff;
}

.page-numbers:hover {
	background-color: #bed9f6;
}

.pagination .current {
	padding: 20px 25px;
	background: #5981ab;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	background: transparent;
	box-shadow: none;
	color: #5981ab;
}

.pagination .dots {
	background: transparent;
	box-shadow: none;
}

.is-layout-flex .is-layout-flow:first-child {
	margin-right: 2vw;
}

/*****************************************************
plugin
*****************************************************/

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */

.animsition,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/**
 * overlay option
 */

.animsition-overlay-slide {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #ddd;
}

/* loading option */

.animsition-loading,
.animsition-loading:after {
	width: 32px;
	height: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 50%;
	z-index: 100;
}

.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
	border-right: 5px solid rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading;
}

.fade-in {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
}

.fade-out {
	-webkit-animation-name: fade-out;
	animation-name: fade-out;
}

.fade-in-up {
	-webkit-animation-name: fade-in-up;
	animation-name: fade-in-up;
}

.fade-out-up {
	-webkit-animation-name: fade-out-up;
	animation-name: fade-out-up;
}

.fade-in-up-sm {
	-webkit-animation-name: fade-in-up-sm;
	animation-name: fade-in-up-sm;
}

.fade-out-up-sm {
	-webkit-animation-name: fade-out-up-sm;
	animation-name: fade-out-up-sm;
}

.fade-in-up-lg {
	-webkit-animation-name: fade-in-up-lg;
	animation-name: fade-in-up-lg;
}

.fade-out-up-lg {
	-webkit-animation-name: fade-out-up-lg;
	animation-name: fade-out-up-lg;
}

.fade-in-down {
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

.fade-out-down {
	-webkit-animation-name: fade-out-down;
	animation-name: fade-out-down;
}

.fade-in-down-sm {
	-webkit-animation-name: fade-in-down-sm;
	animation-name: fade-in-down-sm;
}

.fade-out-down-sm {
	-webkit-animation-name: fade-out-down-sm;
	animation-name: fade-out-down-sm;
}

.fade-in-down-lg {
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

.fade-out-down-lg {
	-webkit-animation-name: fade-out-down-lg;
	animation-name: fade-out-down-lg;
}

.fade-in-left {
	-webkit-animation-name: fade-in-left;
	animation-name: fade-in-left;
}

.fade-out-left {
	-webkit-animation-name: fade-out-left;
	animation-name: fade-out-left;
}

.fade-in-left-sm {
	-webkit-animation-name: fade-in-left-sm;
	animation-name: fade-in-left-sm;
}

.fade-out-left-sm {
	-webkit-animation-name: fade-out-left-sm;
	animation-name: fade-out-left-sm;
}

.fade-in-left-lg {
	-webkit-animation-name: fade-in-left-lg;
	animation-name: fade-in-left-lg;
}

.fade-out-left-lg {
	-webkit-animation-name: fade-out-left-lg;
	animation-name: fade-out-left-lg;
}

.fade-in-right {
	-webkit-animation-name: fade-in-right;
	animation-name: fade-in-right;
}

.fade-out-right {
	-webkit-animation-name: fade-out-right;
	animation-name: fade-out-right;
}

.fade-in-right-sm {
	-webkit-animation-name: fade-in-right-sm;
	animation-name: fade-in-right-sm;
}

.fade-out-right-sm {
	-webkit-animation-name: fade-out-right-sm;
	animation-name: fade-out-right-sm;
}

.fade-in-right-lg {
	-webkit-animation-name: fade-in-right-lg;
	animation-name: fade-in-right-lg;
}

.fade-out-right-lg {
	-webkit-animation-name: fade-out-right-lg;
	animation-name: fade-out-right-lg;
}

.rotate-in {
	-webkit-animation-name: rotate-in;
	animation-name: rotate-in;
}

.rotate-out {
	-webkit-animation-name: rotate-out;
	animation-name: rotate-out;
}

.rotate-in-sm {
	-webkit-animation-name: rotate-in-sm;
	animation-name: rotate-in-sm;
}

.rotate-out-sm {
	-webkit-animation-name: rotate-out-sm;
	animation-name: rotate-out-sm;
}

.rotate-in-lg {
	-webkit-animation-name: rotate-in-lg;
	animation-name: rotate-in-lg;
}

.rotate-out-lg {
	-webkit-animation-name: rotate-out-lg;
	animation-name: rotate-out-lg;
}

.flip-in-x {
	-webkit-animation-name: flip-in-x;
	animation-name: flip-in-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x {
	-webkit-animation-name: flip-out-x;
	animation-name: flip-out-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-x-nr {
	-webkit-animation-name: flip-in-x-nr;
	animation-name: flip-in-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x-nr {
	-webkit-animation-name: flip-out-x-nr;
	animation-name: flip-out-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-x-fr {
	-webkit-animation-name: flip-in-x-fr;
	animation-name: flip-in-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x-fr {
	-webkit-animation-name: flip-out-x-fr;
	animation-name: flip-out-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y {
	-webkit-animation-name: flip-in-y;
	animation-name: flip-in-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y {
	-webkit-animation-name: flip-out-y;
	animation-name: flip-out-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y-nr {
	-webkit-animation-name: flip-in-y-nr;
	animation-name: flip-in-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y-nr {
	-webkit-animation-name: flip-out-y-nr;
	animation-name: flip-out-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y-fr {
	-webkit-animation-name: flip-in-y-fr;
	animation-name: flip-in-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y-fr {
	-webkit-animation-name: flip-out-y-fr;
	animation-name: flip-out-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.zoom-in {
	-webkit-animation-name: zoom-in;
	animation-name: zoom-in;
}

.zoom-out {
	-webkit-animation-name: zoom-out;
	animation-name: zoom-out;
}

.zoom-in-sm {
	-webkit-animation-name: zoom-in-sm;
	animation-name: zoom-in-sm;
}

.zoom-out-sm {
	-webkit-animation-name: zoom-out-sm;
	animation-name: zoom-out-sm;
}

.zoom-in-lg {
	-webkit-animation-name: zoom-in-lg;
	animation-name: zoom-in-lg;
}

.zoom-out-lg {
	-webkit-animation-name: zoom-out-lg;
	animation-name: zoom-out-lg;
}

.overlay-slide-in-top {
	top: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-top;
	animation-name: overlay-slide-in-top;
}

.overlay-slide-out-top {
	top: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-top;
	animation-name: overlay-slide-out-top;
}

.overlay-slide-in-bottom {
	bottom: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-bottom;
	animation-name: overlay-slide-in-bottom;
}

.overlay-slide-out-bottom {
	bottom: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-bottom;
	animation-name: overlay-slide-out-bottom;
}

.overlay-slide-in-left {
	width: 0;
	-webkit-animation-name: overlay-slide-in-left;
	animation-name: overlay-slide-in-left;
}

.overlay-slide-out-left {
	left: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-left;
	animation-name: overlay-slide-out-left;
}

.overlay-slide-in-right {
	right: 0;
	width: 0;
	-webkit-animation-name: overlay-slide-in-right;
	animation-name: overlay-slide-in-right;
}

.overlay-slide-out-right {
	right: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-right;
	animation-name: overlay-slide-out-right;
}

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

.section-inner {
	width: auto;
	margin: 0 4vw;
	padding: 60px 0;
}

.is-layout-flex .wp-block-image{
  margin-bottom: 0;
}

.page-ttl {
	width: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

.page-ttl__wrap {
	padding: 40px 0;
	overflow: hidden;
}

.page-ttl__logo {
	width: 80vw;
	height: 50vw;
	right: -40px;
}

.section-lead {
	width: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.section-lead p {
	max-width: 92vw;
}

.section-lead p br {
	display: none;
}

#about .section-lead p br {
	display: block;
}

.ttl_col .ttl_01 {
	margin-bottom: 60px;
}

.ttl_row {
	margin: 0 0 60px 0;
}

.achievement .section-inner {
	width: auto;
	padding: 60px 0;
}

.achievement .section-inner .ttl_row {
	margin: 0 0 60px 0;
}

.achievement .section-inner .ttl_row .view_more {
	display: none;
}

.achievement-under .section-inner {
	padding-top: 0;
}

.achievement-list__item {
	width: auto;
	margin: 0 0 8vw;
}

.toggle-list__q h2 {
	padding-left: 60px;
}

.toggle-list__q .s_num {
	position: absolute;
	left: 0;
}

.toggle-list__a {
	padding-right: 0;
}

.news-photo-list__wrap {
	flex-direction: column;
}

.news-photo-list__ph img {
	width: 100%;
	height: 60vw;
}

.news-photo-list__propaty .s_day {
	margin-bottom: 4vw;
}

.news-photo-list__propaty .s_ttl h2:before {
	height: 0;
}

.news-photo-list .view_more {
	display: none;
}

.feature {
	background: none;
}

.feature-w {
	width: auto;
	padding: 0;
}

.feature-w .ttl_01 {
	margin-left: 4vw;
}

.feature__item {
	flex-direction: column-reverse;
	margin-bottom: 20px;
}

.feature__item:nth-child(even) {
	flex-direction: column-reverse;
}

.feature__item:nth-child(even) .feature__item__text {
	margin: 0 8vw;
}

.feature__item .s_ph {
	width: auto;
}

.feature__item__text {
	margin-right: 0;
	margin: 0 8vw;
}

.feature__item__text h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 60px;
	margin-bottom: 14px;
}

.feature__item__text h2:before {
	font-size: 36px;
	font-size: 3.6rem;
	top: -50px;
	left: 0px;
}

.feature__item__text h2:after {
	width: 20px;
	top: -16px;
	left: 40px;
}

.feature__item__text p {
	margin-bottom: 20px !important;
}

.feature__item__text p br {
	display: none;
}

.feature__item .s_bg {
	width: auto;
	display: none;
}

.feature__item-a {
	margin-bottom: 20px;
}

.feature__item-a a {
	flex-direction: column-reverse;
}

.feature__item-a:nth-child(even) a {
	flex-direction: column-reverse;
}

.feature__item-a:nth-child(even) a .feature__item-a__text {
	margin: 0 8vw;
}

.feature__item-a .s_ph {
	width: auto;
}

.feature__item-a__text {
	margin-right: 0;
	margin: 0 8vw;
}

.feature__item-a__text h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 60px;
	margin-bottom: 14px;
}

.feature__item-a__text h2:before {
	font-size: 36px;
	font-size: 3.6rem;
	top: -50px;
	left: 0px;
}

.feature__item-a__text h2:after {
	width: 20px;
	top: -16px;
	left: 40px;
}

.feature__item-a__text p {
	margin-bottom: 20px !important;
}

.feature__item-a__text p br {
	display: none;
}

.feature__item-a .s_bg {
	width: auto;
	display: none;
}

.news__list {
	width: 100%;
	margin-bottom: 8vw;
}

.news .ttl_col .view_more {
	display: none;
}

.w_news {
	padding: 60px 0;
}

.w_news .inner {
	display: block;
	width: auto;
	margin: 0 4vw;
}

.news__item .s_wrap {
	flex-direction: column;
}

.list-01 {
	width: 100%;
}

.list-01__item .s_wrap {
	flex-direction: column;
}

.list-01__item .s_title {
	margin-bottom: 5px;
}

.service-contact-section {
	width: auto;
}

.service-contact-tel {
	flex-direction: column;
	align-items: start;
}

.service-contact-tel__tel {
	width: auto;
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 0;
	margin-bottom: 10px;
}

.service-contact-tel__tel span {
	font-size: 14px;
	font-size: 1.4rem;
}

.service-contact-tel__attention {
	font-size: 12px;
	font-size: 1.2rem;
}

.service-contact-mail {
	flex-direction: column;
	align-items: start;
}

.service-contact-mail .btn-01 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 4vw;
}

#mail_form {
	padding: 8vw 0;
}

.list_02 {
	width: auto;
}

.list_02 dt:first-child {
	width: 100%;
}

.list_02 dd {
	width: 40%;
}

.list_03 {
	width: auto;
	border-top: 1px solid #ccc;
}

.list_03 dt {
	width: auto;
	float: none;
	border-top: solid 1px #ccc;
	display: block;
}

.list_03 dt:first-of-type {
	border-top: none;
}

.list_03 dd {
	width: auto;
	float: none;
	border-top: none;
	padding-bottom: 20px;
	padding-top: 5px;
}

.checkbox_wrap dd {
	justify-content: center;
}

.checkbox_wrap dd label {
	width: 60vw;
	margin-right: 0;
}

.checkbox_wrap dd label:nth-child(4n) {
	margin-right: 0;
}

.btn_01 {
	padding: 0;
	width: 100%;
}

.contact-contents .btn_01 {
	margin: auto;
}

.form-attention {
	margin-left: 0;
	margin-top: 40px;
}

.form-attention br {
	display: none;
}

.header {
	width: auto;

  top: 0;
	right: -80vw;
	z-index: 99999;
	/* height: 100%; */
	background: #f1f1f1;
	align-items: normal;
	justify-content: center;

  height:60px;

}

.header__logo {
	display: none;
}

.header-navi-wrap {
	align-items: normal;
	flex-direction: column;
	width: 100%;
	margin: 40px 0 auto;
}

.header-navi {
	justify-content: normal;
	flex-direction: column;
	width: 100%;
	margin: 0 0 20px auto;
}

.header-navi li {
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}

.footer_common {
	margin-top: 0;
	padding: 12vw 0;
}

.footer-navi__wrap {
	display: none;
}

.footer-navi {
	display: none;
}

.contact {
	flex-direction: column;
	padding: 0 4vw;
	margin-bottom: 12vw;
}

.contact__logo {
	width: 40vw;
	margin: 0 0 8vw 0;
}

.contact__text p {
	text-align: center;
}

.contact__sns {
	justify-content: center;
}

.contact__sns p {
	margin: 0 12px;
}

.swiper-pagination-bullet {
	width: 60px !important;
}

.swiper-pagination-wrap {
	width: auto;
	left: -18vw;
	top: auto;
	bottom: 30vw;
}

.swiper-pagination {
	text-align: left;
	margin-left: 0;
}

.slide-title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	right: 12vw;
	bottom: 60px;
	font-feature-settings: normal;
}

.slider {
	width: auto;
}

.slider-item {
	width: auto;
	flex-direction: column-reverse;
}

.slider-item-propaty {
	width: auto;
}

.slider-item-propaty__category {
	margin-bottom: 8vw;
}

.slider-item-propaty__ttl {
	font-size: 30px;
	margin-bottom: 8vw;
}

.slider-item-propaty__ttl:after {
	height: 0;
}

.slider-item-propaty__subtext {
	margin-bottom: 8vw;
}

.slider-item-ph {
	margin-bottom: 8vw;
}

.slider-item-ph img {
	object-fit: cover;
}

.service .section-inner {
	padding: 60px 0;
}

.service-list {
	flex-direction: column;
}

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

.service-list__item:first-child .s_ph {
	width: 92vw;
	height: 92vw;
}

.service-list__item .s_ph {
	width: auto;
	height: 46vw;
}

.service-list__item .view_more {
	display: none;
}

.contact-contents {
	background: none;
}

.contact-contents .ttl_row {
	width: auto;
	padding: 40px 0;
}

.contact-contents .ttl_01 {
	margin-left: 4vw;
}

.contact-contents__tel {
	padding: 0 0 80px 0;
}

.results-search .section-inner {
	padding: 20px 0 0;
	border-top: double 2px #ccc;
	border-bottom: double 2px #ccc;
}

.results-search__list {
	flex-direction: column;
}

.results-search__list li {
	justify-content: flex-start;
	margin-bottom: 20px;
}

.service-support-list li {
	width: 44vw;
	padding: 20px 2vw;
}

.service-support-list__ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.service-support-list__text {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}

.service-support-list__text br {
	display: none;
}

.single-hd {
	width: auto;
  margin:0 4vw 40px;
  padding-bottom: 0;
}

.single-hd__kv img {
	height: 94vw;
}

.single-hd-ttl {
	margin-bottom: 4vw;
	flex-direction: column;
	align-items: start;
}

.single-hd-ttl__ttl {
	line-height: 1.2;
}

.single-hd-ttl__btn {
	margin-top: 6vw;
	width: 100%;
}

.single-hd-ttl__btn a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 12px 0;
}

.single-hd-propaty {
	flex-direction: column;
}

.single-contents__inner {
	width: auto;
	margin: 0 4vw;
	padding: 12vw 4vw;
}

.single-contents-introduction h2{
  line-height: 1.5;
}
.single-contents-introduction h2 br {
	display: none;
}

}

@media (max-width: 640px) {

.is_pc {
	display: none !important;
}

.is_sp {
	display: block;
}

.breadcrumb {
	display: none;
}

.page_main {
	padding-top: 26px;
}

.page-ttl::before {
	width: 2vw;
}

.page-ttl-h1 {
	max-width: 92vw;
	line-height: 1.2;
	font-size: 2.4rem;
}

.achievement-list {
	display: block;
}

.achievement-list__item .s_ph img {
	width: 100%;
	height: 64vw;
}

.achievement-list__item .s_ph {
	width: 100%;
	height: auto;
}

.toggle-list__q {
	padding-right: 50px;
}

.toggle-list__q:before {
	right: 0;
}

.toggle-list__q:after {
	right: 19px;
}

.news-photo .section-inner {
	display: block;
	padding: 40px 0;
}

#topics .section-inner {
	padding: 40px 0;
}

.news-photo-list {
	width: 100%;
}

.news-photo-list__item {
	display: block;
}

.news-photo-list__ph {
	width: 100%;
	height: 60vw;
	margin-bottom: 4vw;
}

.news-photo-list__propaty {
	width: 100%;
	padding-left: 0;
}

.service-contact .section-inner {
	display: block;
	padding: 40px 0;
}

.about-policy {
	margin-bottom: 80px;
}

.about-policy .section-inner {
	padding: 20px 0 0;
	display: block;
}

.about-policy-ttl {
	width: auto;
	padding: 60px 0 0;
	display: block;
	margin: 0 4vw;
}

.about-company {
	padding: 20px 0 80px;
}

.about-company .section-inner {
	display: block;
	width: auto;
	margin: 0 4vw;
}

.service-flow .section-inner {
	display: block;
}

.service-qa .section-inner {
	display: block;
}

}

@-webkit-keyframes load8 {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load8 {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes paginationActive {

100% {
	width: 100%;
}

}

@keyframes mv01-fadeIn {

0% {
	transform: scale(0.5);
	opacity: 0;
	filter: blur(300px);
}

100% {
	transform: scale(1);
	opacity: 1;
	filter: blur(0);
}

}

@-webkit-keyframes animsition-loading {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes animsition-loading {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade-in {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fade-out {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fade-out {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up {

0% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

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

}

@keyframes fade-in-up {

0% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-up {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

}

@keyframes fade-out-up {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up-sm {

0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

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

}

@keyframes fade-in-up-sm {

0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-up-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

}

@keyframes fade-out-up-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up-lg {

0% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

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

}

@keyframes fade-in-up-lg {

0% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-up-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

}

@keyframes fade-out-up-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down {

0% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

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

}

@keyframes fade-in-down {

0% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-down {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

}

@keyframes fade-out-down {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down-sm {

0% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

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

}

@keyframes fade-in-down-sm {

0% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-down-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

}

@keyframes fade-out-down-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down-lg {

0% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

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

}

@keyframes fade-in-down-lg {

0% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-down-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

}

@keyframes fade-out-down-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left {

0% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

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

}

@keyframes fade-in-left {

0% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-left {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

}

@keyframes fade-out-left {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left-sm {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

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

}

@keyframes fade-in-left-sm {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-left-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

}

@keyframes fade-out-left-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left-lg {

0% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

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

}

@keyframes fade-in-left-lg {

0% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-left-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

}

@keyframes fade-out-left-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right {

0% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

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

}

@keyframes fade-in-right {

0% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-right {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

}

@keyframes fade-out-right {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right-sm {

0% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

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

}

@keyframes fade-in-right-sm {

0% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-right-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

}

@keyframes fade-out-right-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right-lg {

0% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

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

}

@keyframes fade-in-right-lg {

0% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

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

}

@-webkit-keyframes fade-out-right-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

}

@keyframes fade-out-right-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

}

@-webkit-keyframes rotate-in {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes rotate-in-sm {

0% {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in-sm {

0% {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out-sm {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out-sm {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes rotate-in-lg {

0% {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in-lg {

0% {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out-lg {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out-lg {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x {

0% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x {

0% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x {

0% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x {

0% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y {

0% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y {

0% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y {

0% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y {

0% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes zoom-in {

0% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in {

0% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out {

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

50% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out {

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

50% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoom-in-sm {

0% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in-sm {

0% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out-sm {

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

50% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out-sm {

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

50% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoom-in-lg {

0% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in-lg {

0% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out-lg {

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

50% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out-lg {

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

50% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes overlay-slide-in-top {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@keyframes overlay-slide-in-top {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@-webkit-keyframes overlay-slide-out-top {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@keyframes overlay-slide-out-top {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@-webkit-keyframes overlay-slide-in-bottom {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@keyframes overlay-slide-in-bottom {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@-webkit-keyframes overlay-slide-out-bottom {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@keyframes overlay-slide-out-bottom {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@-webkit-keyframes overlay-slide-in-left {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@keyframes overlay-slide-in-left {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@-webkit-keyframes overlay-slide-out-left {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@keyframes overlay-slide-out-left {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@-webkit-keyframes overlay-slide-in-right {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@keyframes overlay-slide-in-right {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@-webkit-keyframes overlay-slide-out-right {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@keyframes overlay-slide-out-right {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

