@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
}

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

span,
small,
em,
time,
i {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a {
	border: medium;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.8em;
}

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

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
select {
	vertical-align: middle;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	font-style: oblique;
	text-decoration: none;
}

mark {
	background: transparent;
	font-style: normal;
}

img {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #d4dcd6;
}

::selection {
	background: #d4dcd6;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

html {
	height: 100%;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	line-height: 2;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
	width: 100%;
}

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

.no-link {
	pointer-events: none;
}

.anchor {
	margin-top: -50px;
	padding-top: 50px;
}

a[href^="tel"] {
	cursor: default;
}

.container {
	margin: 0 auto;
	max-width: 1024px;
	width: 90%;
}


/*------------
Header
--------------*/
.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
}

.header-inr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.header .logo {
	padding-left: 40px;
	width: 30%;
	margin-right: 30px;
}

.header .logo img {
	max-width: 541px;
	width: 100%;
}

.header .header-right {
	width: 70%;
}

.header .h-contact {
	max-width: 770px;
	margin: 0 0 0 auto;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .h-contact a {
	position: relative;
}

.header .h-contact a::after {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.header .h-contact a:hover {
	opacity: 0.8;
}

.header .h-contact .tel {
	border-bottom: none;
	padding-bottom: 0;
}

.header .h-contact .txt-note {
	font-size: 13px;
	line-height: 1.4;
}

.header--moved {
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
}

.humberger {
	display: none;
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
	.header .h-contact .tel {
		font-size: 18px;
	}

	.header .h-contact .tel span {
		font-size: 11px;
	}

	.header .h-contact .txt-note {
		font-size: 11px;
	}

	.pc-navi .item {
		font-size: 15px;
	}
}

/*------------
G-navi
--------------*/
.pc-navi {
	margin-top: 10px;
	font-family: "FOT-筑紫明朝 Pr6N M";
	max-width: 730px;
	margin: 10px 20px 0 auto;
	font-size: 17px;
}

.pc-navi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pc-navi .item {
	text-align: center;
	padding-bottom: 10px;
}

.pc-navi .item .item-link {
	display: block;
}

.pc-navi .item .item-link:hover {
	-webkit-transition: .5s;
	transition: .5s;
	color: #41C5EA;
}

.pc-dropdown {
	position: relative;
}

.pc-dropdown .pc-navi-child {
	background-color: #fff;
	position: absolute;
	top: calc(100% + 0px);
	left: 50%;
	text-align: left;
	z-index: 999;
	pointer-events: none;
	opacity: 0;
	width: 240px;
	-webkit-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	padding: 20px 15px;
}

.pc-dropdown .pc-navi-child li {
	width: 100%;
	font-size: 14px;
	font-family: auto;
	position: relative;
	padding-left: 10px;
	font-family: "FOT-筑紫明朝 Pr6N M";
}

.pc-dropdown .pc-navi-child li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	background: #3268B8;
	width: 5px;
	height: 1px;
}

.pc-dropdown .pc-navi-child li:hover {
	text-decoration: underline;
}

.pc-dropdown:hover .pc-navi-child {
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
}

.sp-navi {
	display: none;
}

.btn-following {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 3%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

/*------------
Hero
--------------*/
.hero {
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}

.hero-ttl {
	font-family: "FOT-筑紫明朝 Pr6N M";
	font-size: 68px;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 10%;
	line-height: 1.4;
	text-shadow: #60605C 0 0 5px;
}

.hero-ttl span {
	font-size: 56px;
}

.hero-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/hero.jpg);
	height: 850px !important;
}

/*------------
Top contents
--------------*/
.t-ttl {
	margin-bottom: 30px;
}

.t-ttl .en {
	font-family: "Great Vibes", cursive;
	font-size: 20px;
	font-weight: 700;
	color: #41C5EA;
	display: block;
	line-height: 1.2;
	margin-bottom: 10px;
}

.t-ttl .jp {
	font-family: "FOT-筑紫明朝 Pr6N M";
	font-size: 36px;
	line-height: 1.7;
}

.long-container {
	max-width: 1720px;
	margin: 0 auto;
	width: 90%;
}

.sec01 {
	margin-bottom: 100px;
}

.sec01-layout {
	background-image: url(../images/sec01_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}

.sec01-layout .l-txt {
	margin-bottom: 40px;
}

.sec01 .t-ttl .en {
	color: #fff;
	margin-bottom: 0;
}

.sec02 {
	margin-bottom: 100px;
}

.sec02 .l-txt {
	margin-bottom: 40px;
}

.sec02 .l-style02 .l-img {
	margin-left: 40px;
}

.sec03 {
	margin-bottom: 100px;
}

.sec03-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-transition: .3s;
	transition: .3s;
}

.sec03-layout .l-desc {
	background: #3268B8;
	font-family: "FOT-筑紫明朝 Pr6N M";
	width: 50%;
	padding: 40px 50px;
}

.sec03-layout .l-img {
	width: 50%;
}

.sec03-layout .l-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sec03-layout .l-txt {
	color: #3268B8;
	background: #fff;
	border-radius: 50px;
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 20px;
}

.sec03-layout .l-ttl {
	font-size: 38px;
	color: #fff;
	line-height: 1.4;
	position: relative;
}

.sec03-layout .l-ttl:after {
	content: '';
	display: inline-block;
	background-image: url(../images/share/icon_arrow_w.png);
	width: 40px;
	height: 7px;
	position: absolute;
	right: calc(50% - 20px);
	bottom: 25px;
	right: 140px;
}

.sec03-layout:hover {
	opacity: 0.8;
}

.sec04 {
	margin-bottom: 200px;
	position: relative;
}

.sec04:before {
	content: "";
	display: inline-block;
	width: 16%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0;
	background: #fff;
	z-index: -1;
}

.sec04:after {
	content: "";
	display: inline-block;
	width: 84%;
	height: 89%;
	position: absolute;
	top: 20%;
	left: 0;
	background: #F5F5F7;
	z-index: -2;
}

.sec04 .t-ttl {
	text-align: center;
}

.sec04-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec04-list .list-item {
	width: 48%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	background: #fff;
	cursor: pointer;
}

.sec04-list .list-item:nth-child(n+3) {
	margin-top: 40px;
}

.sec04-list .list-item:hover {
	opacity: 0.8;
}

.sec04-list .list-item:after {
	content: '';
	display: inline-block;
	background-image: url(../images/share/icon_arrow_b.png);
	width: 33px;
	height: 10px;
	position: absolute;
	right: calc(50% - 20px);
	bottom: 30px;
	right: 20px;
}

.sec04-list .list-desc {
	background: #fff;
	padding: 25px 25px 40px;
}

.sec04-list .list-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.sec05 {
	margin-bottom: 110px;
}

.sec05 .long-container {
	max-width: 1200px;
}

.sec05-layout {
	background-image: url(../images/sec05_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0 50px;
}

.sec05-layout .l-desc {
	margin-left: 50%;
	width: 36%;
}

.sec05-layout .l-txt {
	margin-bottom: 60px;
}

.sec06 {
	margin-bottom: 180px;
	position: relative;
}

.sec06:before {
	content: "";
	display: inline-block;
	width: 16%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: -1;
}

.sec06:after {
	content: "";
	display: inline-block;
	width: 84%;
	height: 95%;
	position: absolute;
	top: 20%;
	right: 0;
	background: #F5F5F7;
	z-index: -2;
}

.sec06 .t-ttl {
	text-align: center;
}

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

.sec06-list .list-item {
	width: calc(100% / 3 - 15px);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}

.sec06-list .list-item:hover {
	opacity: 0.8;
}

.sec06-list .list-item:after {
	content: '';
	display: inline-block;
	background-image: url(../images/share/icon_arrow_b.png);
	width: 33px;
	height: 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.sec06-list .list-desc {
	background: #fff;
	padding: 20px 20px 30px;
}

.sec06-list .list-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sec07 {
	margin-bottom: 150px;
}

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

.sec07-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec07 .t-ttl {
	margin-bottom: 0;
}

.sec07 .t-ttl .jp {
	font-size: 30px;
}

.sec07-layout {
	max-width: 480px;
	width: 48%;
}

.sec07-layout:nth-child(1) {
	margin-right: 4%;
}

.sec07 .btn-more,
.sec07 .btn-more--center,
.sec07 .btn-more--white,
.sec07 .btn-more--bg,
.sec07 .btn-more--small {
	margin-left: auto;
}

.sec08 {
	background: #F5F5F7;
}

.sec08 .l-style02 {
	padding: 30px 0 60px;
}

.sec08 .l-img {
	margin-top: -70px;
}

.sec08 .l-img img {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.sec08 .l-txt {
	margin-bottom: 30px;
}

.sec08 .t-ttl .jp {
	line-height: 1.4;
}

.map {
	position: relative;
	width: 100%;
	height: 480px;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tel {
	font-size: 22px;
	font-family: "Roboto", serif;
	font-weight: bold;
	color: #41C5EA;
	line-height: 1;
	padding-left: 25px;
	position: relative;
}

.tel span {
	font-size: 16px;
	font-family: auto;
	font-weight: normal;
}

.tel:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/share/icon_tel.png) no-repeat;
	background-size: cover;
	width: 14px;
	height: 16px;
}

/*------------
Footer
--------------*/
.pagetop {
	background-color: #41C5EA;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
}

.pagetop:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 56%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.footer .footer-inr {
	padding: 80px 0 60px;
}

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

.footer .f-left .logo {
	margin-bottom: 25px;
	width: 88%;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer .f-left .logo:hover {
	opacity: 0.8;
}

.footer .f-left .tel {
	display: block;
	margin-bottom: 10px;
}

.footer .f-left .f-add {
	font-size: 14px;
	margin-bottom: 20px;
}

.footer .f-left .f-time {
	font-size: 14px;
	margin-bottom: 25px;
}

.footer .f-left .btn-more,
.footer .f-left .btn-more--center,
.footer .f-left .btn-more--white,
.footer .f-left .btn-more--bg,
.footer .f-left .btn-more--small {
	font-size: 12px;
	line-height: 1.4;
}

.footer .f-right {
	width: 40%;
}

.footer .f-right .f-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.footer .f-right .list:not(:last-child) {
	margin-right: 50px;
}

.footer .f-right .list li {
	position: relative;
	font-family: "FOT-筑紫明朝 Pr6N M";
}

.footer .f-right .list li:not(:last-child) {
	margin-bottom: 10px;
}

.footer .f-right .list li a {
	-webkit-transition: .3s;
	transition: .3s;
}

.footer .f-right .list li a:hover {
	color: #41C5EA;
}

.footer .f-right .list .parent {
	margin-bottom: 0 !important;
}

.footer .f-right .list .child {
	font-size: 13px;
	font-family: inherit;
	padding-left: 10px;
	position: relative;
	margin-bottom: 0 !important;
}

.footer .f-right .list .child:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #3268B8;
	width: 5px;
	height: 1px;
}

.footer .f-right .list .child-last {
	margin-bottom: 10px !important;
}

.footer .copyright {
	font-size: 12px;
	text-align: right;
}

/*------------
Button
--------------*/
.btn-more,
.btn-more--center,
.btn-more--white,
.btn-more--bg,
.btn-more--small {
	display: block;
	width: 260px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: #3268B8;
	border: 1px solid #3268B8;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	top: 0;
}

.btn-more:after,
.btn-more--center:after,
.btn-more--white:after,
.btn-more--bg:after,
.btn-more--small:after {
	content: '';
	display: inline-block;
	background-image: url(../images/share/btn_arrow_b.png);
	width: 75px;
	height: 10px;
	position: absolute;
	top: 30%;
	right: -30px;
}

.btn-more:hover,
.btn-more--center:hover,
.btn-more--white:hover,
.btn-more--bg:hover,
.btn-more--small:hover {
	background-color: #3268B8;
	color: #fff;
}

.btn-more--center {
	margin: 0 auto;
}

.btn-more--white {
	color: #fff;
	border: 1px solid #fff;
}

.btn-more--white:after {
	background-image: url(../images/share/btn_arrow_w.png);
}

.btn-more--white:hover {
	color: #3268B8;
	background: #fff;
}

.btn-more--bg {
	background: #fff;
}

.btn-more--bg+.btn-more--bg {
	margin-top: 15px;
}

.btn-more--small {
	font-size: 13px;
	display: table;
	width: 120px;
	padding: 3px;
	margin: 30px 40px 0 0;
}

.btn-more--small:after {
	background-image: url(../images/share/btn_arrow_s.png);
	width: 53px;
	height: 10px;
	top: 23%;
}

/*------------
Under layout
--------------*/
.u-top-common {
	width: 100%;
	background: url(../images/share/u_top_common.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	padding: 165px 10px 130px;
	margin-bottom: 20px;
}

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

.page-ttl .en {
	font-size: 20px;
	display: block;
	color: #41C5EA;
	font-family: "Great Vibes", cursive;
}

.page-ttl .jp {
	font-size: 50px;
	display: block;
	font-family: "FOT-筑紫明朝 Pr6N M";
}

.breadcrumb {
	margin-bottom: 80px;
}

.breadcrumb ul {
	font-size: 12px;
}

.breadcrumb ul li {
	display: inline;
}

.breadcrumb ul li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
	vertical-align: 1px;
}

.breadcrumb a:hover {
	color: #41C5EA;
}

/*------------
Under parts
--------------*/
.u-h2,
.postdata h1,
.post-category-ttl {
	font-size: 36px;
	line-height: 1.7;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
	text-align: center;
	font-family: "FOT-筑紫明朝 Pr6N M";
}

.u-h2:before,
.postdata h1:before,
.post-category-ttl:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #41C5EA;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
}

.u-h3,
.dl-privacy dt,
.postdata h2,
.post-ttl {
	font-size: 26px;
	line-height: 1.7;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}

.u-h4,
.postdata h3 {
	margin-bottom: 20px;
	position: relative;
	padding-left: 28px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}

.u-h4:before,
.postdata h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 2px;
	background-color: #3268B8;
}

.tall {
	margin-bottom: 160px;
}

.tall:last-child {
	margin-bottom: 200px;
}

.tall .center-img {
	text-align: center;
	margin-bottom: 30px;
}

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

.txt-link {
	text-decoration: underline;
	color: #3268B8;
}

.txt-note {
	font-size: 13px;
}

.txt-catch {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7;
}

.txt-catch span {
	padding-bottom: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F2FCFF));
	background: linear-gradient(transparent 60%, #F2FCFF 60%);
}

.txt-catch02{
	font-family: "FOT-筑紫明朝 Pr6N M";
	font-size: 20px;
	line-height: 1.7;
}

.txt-catch02 .bold{
	font-family: "FOT-筑紫明朝 Pr6N B";
}

.txt-bold {
	font-weight: bold;
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 10px;
}

.txt-area {
	margin: 30px 0;
}

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

.l-style01 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 50px;
}

.l-style01 .l-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-style02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-style02 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px;
}

.l-style02 .l-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-style03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-style03 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px;
}

.l-style03 .l-desc {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

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

.l-style04 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 50px;
}

.l-style04 .l-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.l-style04 .l-desc {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	background-color: #F5F5F7;
	padding: 30px;
	border-radius: 6px;
	position: relative;
}

.l-style04 .l-desc:before {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	left: -20px;
	top: 30px;
	border-right: 30px solid #F5F5F7;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.l-style05 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-style05 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px;
}

.l-style05 .l-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.l-style05 .l-desc {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	background-color: #F5F5F7;
	padding: 30px;
	border-radius: 6px;
	position: relative;
}

.l-style05 .l-desc::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	right: -20px;
	top: 30px;
	border-left: 30px solid #F5F5F7;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.list-col1 .item:not(:last-child) {
	margin-bottom: 100px;
}

.list-col1 .item--s {
	margin-bottom: 60px;
}

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

.list-col2 .list-item {
	width: 48%;
}

.list-col2 .list-item:nth-child(odd) {
	margin-right: 4%;
}

.list-col2 .list-item+.list-item+.list-item {
	margin-top: 40px;
}

.list-col2 .list-img {
	margin-bottom: 20px;
}

.list-col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.list-col3 .list-item {
	width: calc(100% / 3 - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)) {
	margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4) {
	margin-top: 30px;
}

.list-col3 .list-img {
	margin-bottom: 20px;
}

.list-col3 .list-ttl {
	font-weight: bold;
	line-height: 1.7;
	font-size: 18px;
}

.list-txt li {
	position: relative;
	padding-left: 15px;
}

.list-txt li+li {
	margin-top: 3px;
}

.list-txt li:before {
	content: "";
	background: #41C5EA;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
}

.list-txt li a {
	text-decoration: underline;
}

.list-txt li a:hover {
	text-decoration: none;
}

.list-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.list-btn li {
	width: calc(100% / 2);
	max-width: 350px;
}

.list-btn li:not(:last-child) {
	margin-right: 10px;
}

.list-btn .btn-more,
.list-btn .btn-more--center,
.list-btn .btn-more--white,
.list-btn .btn-more--bg,
.list-btn .btn-more--small {
	width: 285px;
}

.list-table .list-item {
	padding-bottom: 87px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list-table .list-item:not(:last-child)::after {
	position: absolute;
	content: '＋';
	font-size: 40px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #3268B8;
}

.list-table .list-item:last-child {
	padding-bottom: 0;
}

.list-txt-area {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.list-txt-area .list-txt li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-txt-area .list-txt:first-of-type {
	margin-bottom: 20px;
}

.list-txt-area .txt01 {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	margin-right: 10px;
}

.list-txt-area .txt02 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-txt-area02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-flow01 {
	border: 1px solid #D6D6D6;
	padding: 50px 30px;
}

.list-flow01 .list-flow-item {
	position: relative;
}

.list-flow01 .list-flow-item:not(:last-child) {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.list-flow01 .list-flow-item:not(:last-child)::before {
	content: "";
	width: 22px;
	height: 22px;
	border-bottom: 2px solid #D6D6D6;
	border-right: 2px solid #D6D6D6;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	z-index: 2;
}

.list-flow01 .list-flow-item:not(:last-child)::after {
	content: "";
	background: #fff;
	width: 75px;
	height: 22px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.list-flow01 .list-ttl {
	font-size: 22px;
	font-family: "FOT-筑紫明朝 Pr6N M";
	margin-bottom: 20px;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-flow01 .list-ttl span {
	background: #41C5EA;
	display: inline-block;
	color: #fff;
	font-family: "FOT-筑紫明朝 Pr6N M";
	font-size: 16px;
	padding: 6px 20px;
	margin-right: 20px;
	vertical-align: bottom;
	position: relative;
	height: 34px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-flow01 .list-ttl span:after {
	content: "";
	top: 0;
	right: -10px;
	border-style: solid;
	border-color: transparent transparent transparent #41C5EA;
	border-width: 16px 0 18px 10px;
	z-index: 10;
	position: absolute;
}

.list-flow01 .list-btn02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.list-flow01 .list-btn02 li {
	width: calc(95% / 3);
}

.list-flow01 .list-btn02 .btn-more,
.list-flow01 .list-btn02 .btn-more--center,
.list-flow01 .list-btn02 .btn-more--white,
.list-flow01 .list-btn02 .btn-more--bg,
.list-flow01 .list-btn02 .btn-more--small {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 5px;
}

.list-flow01 .list-btn02 .btn-more::after,
.list-flow01 .list-btn02 .btn-more--center::after,
.list-flow01 .list-btn02 .btn-more--white::after,
.list-flow01 .list-btn02 .btn-more--bg::after,
.list-flow01 .list-btn02 .btn-more--small::after {
	background-image: url(../images/share/btn_arrow_s.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 10px;
	top: 36%;
	right: -18px;
}

.staff-layout,
.staff-layout---02,
.staff-layout---03,
.staff-layout---04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 60px;
}

.staff-layout .l-img,
.staff-layout---02 .l-img,
.staff-layout---03 .l-img,
.staff-layout---04 .l-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.staff-layout .l-img img,
.staff-layout---02 .l-img img,
.staff-layout---03 .l-img img,
.staff-layout---04 .l-img img, {
	width: 100%;
	height: 40%;
	-o-object-fit: cover;
	object-fit: cover;
}

.staff-layout .l-desc,
.staff-layout---02 .l-desc,
.staff-layout---03 .l-desc,
.staff-layout---04 .l-desc {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	margin-right: 50px;
}

.staff-layout---02 .l-img img {
	height: 75%;
}

.staff-layout---03 .l-img img {
	height: 100%;
}

.staff-layout---04 .l-img img {
	height: 49%;
}

.staff-profile .staff-item {
	background: #F5F5F7;
	padding: 35px;
}

.staff-profile .staff-item:not(:last-child) {
	margin-bottom: 20px;
}

.staff-profile .ttl {
	font-size: 22px;
	color: #3268B8;
	margin-bottom: 10px;
	font-weight: bold;
}

.staff-profile-list {
	border-top: 1px dotted #D5D5D5;
	font-size: 14px;
}

.staff-profile-list li {
	border-bottom: 1px dotted #D5D5D5;
	padding: 10px 0 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.staff-profile-list li:before {
	top: 20px;
}

.staff-profile-list .data {
	width: 17%;
}

.staff-profile-list .txt {
	width: 83%;
}

.staff-profile-list-last .data {
	width: 55%;
}

.dl-staff dt {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 0 30px 10px 0;
	margin: 0 0 15px;
	position: relative;
}

.dl-staff dt .staff-name {
	position: relative;
	padding-left: 28px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}

.dl-staff dt .staff-name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 2px;
	background-color: #3268B8;
}

.dl-staff dt::before,
.dl-staff dt::after {
	content: "";
	background: #333;
	position: absolute;
	width: 10px;
	height: 1px;
	right: 15px;
	top: 50%;
}

.dl-staff dt::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: .5s;
	transition: .5s;
}

.dl-staff dt:not(.is-open):hover {
	opacity: .5;
}

.dl-staff dt.is-open::before {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.dl-staff dd {
	display: none;
	margin-bottom: 60px;
}

.dl-staff dd+dt {
	margin-top: 10px;
}


/* アコーディオンさせない */
.dl-staff-no-more dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 0 30px 10px 0;
	margin: 0 0 15px;
	position: relative;
}

.dl-staff-no-more dt .staff-name {
	position: relative;
	padding-left: 28px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}

.dl-staff-no-more dt .staff-name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 2px;
	background-color: #3268B8;
}


.dl-faq02 dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dl-faq02 dt .txt {
	font-size: 22px;
	line-height: 1.7;
	font-family: "FOT-筑紫明朝 Pr6N RB";
}

.dl-faq02 dt .icon {
	background-color: #41C5EA;
	color: #fff;
}

.dl-faq02 dd .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dl-faq02 dd .icon {
	background: #F5F5F7;
	color: #41C5EA;
}

.dl-faq02 .icon {
	font-size: 20px;
	font-family: "FOT-筑紫明朝 Pr6N M";
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.dl-faq02 .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dl-faq02 dd:not(:last-child) {
	margin-bottom: 60px;
}

.dl-privacy:not(:last-child) {
	margin-bottom: 60px;
}

.dl-privacy dt {
	line-height: 2em;
	margin-bottom: 30px;
}
.time-table {
	font-size: 18px;
}
.time-table th, .time-table td {
	font-family: "FOT-筑紫明朝 Pr6N M";
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
.time-table th {
	background: #3268B8;
	color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 15px 5px;
}
.time-table th:first-child {
	border-right: 1px dotted #fff;
	color: #fff;
	width: 25%;
}
.time-table th:last-child {
	width: 10%;
}
.time-table td {
	border-bottom: 1px solid #ddd;
	color: #00b0f0;
	padding: 20px 5px;
}
.time-table td:first-child {
	border-right: 1px dotted #b3b3b3;
	color: #333;
}

.table-style01 {
	border: 1px solid #D6D6D6;
}

.table-style01 tr:not(:last-child) {
	border-bottom: 1px solid #D6D6D6;
}

.table-style01 th {
	background-color: #3268B8;
	color: #fff;
	padding: 15px;
	white-space: nowrap;
	width: 30%;
	text-align: center;
}

.table-style01 th:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.table-style01 td {
	padding: 10px 30px;
}

.table-style01 td:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.table-style02 {
	border: 1px solid #D6D6D6;
}

.table-style02 tr:not(:last-child) {
	border-bottom: 1px solid #D6D6D6;
}

.table-style02 th {
	background-color: #3268B8;
	color: #fff;
	padding: 15px;
	white-space: nowrap;
	width: 30%;
	text-align: center;
}

.table-style02 th:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.table-style02 .table-head {
	background-color: #F5F5F7;
	color: #333333;
}

.table-style02 td {
	padding: 10px 30px;
}

.table-style02 td:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.table-style03 {
	border: 1px solid #D6D6D6;
}

.table-style03 tr:not(:last-child) {
	border-bottom: 1px solid #D6D6D6;
}

.table-style03 th {
	background-color: #3268B8;
	color: #fff;
	padding: 15px;
	width: 30%;
	text-align: center;
}

.table-style03 th:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.table-style03 .table-head {
	background-color: #F5F5F7;
	color: #333333;
}

.table-style03 td {
	padding: 10px 30px;
}

.table-style03 td:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}

.box-col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.box-col4 .list-item {
	width: calc(100% / 4 - 15px);
	background-color: #F5F5F7;
	padding: 17px 10px;
}

.box-col4 .list-item:not(:nth-child(4n)) {
	margin-right: 20px;
}

.box-col4 .list-item:nth-child(n+5) {
	margin-top: 20px;
}

.box-col4 .txt {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: block;
}

.box-style01 {
	background-color: #F5F5F7;
	padding: 30px;
	height: 100%;
}

.box-style01 .box-ttl {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.box-style01 .box-img {
	margin-bottom: 20px;
	text-align: center;
}

.box-style01 .btn-more,
.box-style01 .btn-more--center,
.box-style01 .btn-more--white,
.box-style01 .btn-more--bg,
.box-style01 .btn-more--small {
	margin: 20px auto auto;
	width: 300px;
}

.box-style01 .btn-more::after,
.box-style01 .btn-more--center::after,
.box-style01 .btn-more--white::after,
.box-style01 .btn-more--bg::after,
.box-style01 .btn-more--small::after {
	right: -40px;
}

.box-bg01 {
	margin: auto;
	background-color: #41C5EA;
	padding: 40px;
	max-width: 870px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box-bg01 .box-ttl {
	line-height: 1.7;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-right: 50px;
}

.box-bg01 .box-ttl .txt-small {
	font-size: 20px;
	display: block;
}

.box-bg01 .btn-more,
.box-bg01 .btn-more--center,
.box-bg01 .btn-more--white,
.box-bg01 .btn-more--bg,
.box-bg01 .btn-more--small {
	width: 360px;
	font-size: 19px;
	font-weight: bold;
	padding: 20px;
}

.box-bg01 .btn-more:after,
.box-bg01 .btn-more--center:after,
.box-bg01 .btn-more--white:after,
.box-bg01 .btn-more--bg:after,
.box-bg01 .btn-more--small:after {
	top: 38%;
}

.u-slider-inr img {
	margin-bottom: 30px;
}

.u-slider-inr .slick-next {
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	right: -20px;
}

.u-slider-inr .slick-prev {
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	left: -20px;
}

.u-slider-thumb .slick-slide {
	padding: 0 8px;
}

.tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
}

.tab-wrap .tab_item {
	width: calc(100% / 2 - 20px);
	height: 50px;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	color: #C4C4C4;
	font-family: "FOT-筑紫明朝 Pr6N RB";
	line-height: 45px;
	font-size: 18px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

.tab-wrap .tab_item:hover {
	opacity: 0.75;
}

.tab-wrap input[name="tab_item"] {
	display: none;
}

.tab-wrap .tab_content {
	display: none;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content {
	display: block;
}

.tab-wrap input:checked+.tab_item {
	background-color: #41C5EA;
	color: #fff;
	border: 1px solid #41C5EA;
}


.list-anchor-link {
	display: flex;
	flex-wrap: wrap;
	font-family: "FOT-筑紫明朝 Pr6N M";
	font-size: 15px;
}

.list-anchor-link.center {
	justify-content: center;
}

.list-anchor-link li {
	position: relative;
}

.list-anchor-link li::after {
	content: "";
	display: inline-block;
	background: #e0e0e0;
	width: 2px;
	height: 15px;
	margin: 0 20px;
	vertical-align: -1px;
}

.list-anchor-link li:last-child::after {
	display: none;
}

.list-anchor-link a {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}

.list-anchor-link a::before {
	content: "";
	background: url(../images/share/icon_arrow_bottom.png) no-repeat 0 0/contain;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 9px;
}

.list-anchor-link a:hover {
	text-decoration: underline;
}
/*-----------------------------------------------------------
お問い合わせ（レイアウト）
-----------------------------------------------------------*/
.contact-form-box {
	margin-bottom: 40px;
}

.contact-form .dl-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dashed #3268B8;
}

.contact-form .dl-contact dt {
	padding: 30px 20px;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-family: "FOT-筑紫明朝 Pr6N M";
	color: #3268B8;
}

.contact-form .dl-contact dd {
	padding: 30px 20px;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.contact-form .dl-contact .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-form .dl-contact .hissu {
	border: 1px solid #3268B8;
	color: #3268B8;
	font-size: 14px;
	padding: 10px;
	line-height: 1;
}

.box-contact {
	background-color: #F5F5F7;
	padding: 40px;
}

.box-contact .box-ttl {
	font-size: 22px;
	font-family: "FOT-筑紫明朝 Pr6N M";
	color: #3268B8;
	text-align: center;
	margin-bottom: 30px;
}

.box-contact .box-ttl span {
	border-bottom: 1px solid #3268B8;
	padding-bottom: 15px;
}

.box-contact .tel-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.box-contact .tel {
	font-size: 30px;
	margin-right: 40px;
	padding-left: 28px;
}

.box-contact .tel:before {
	width: 22px;
	height: 25px;
}

.box-contact .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
}

.box-contact .time dt {
	background-color: #3268B8;
	padding: 2px 10px;
	color: #fff;
	text-align: center;
}

.box-contact .time dd {
	margin-left: 10px;
}

.box-contact .time-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.box-contact .time:last-child {
	margin-left: 10px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
	.contact-form .dl-contact {
		display: block;
	}

	.contact-form .dl-contact dt {
		padding: 30px 0 0;
	}

	.contact-form .dl-contact dd {
		padding: 20px 0 30px;
	}

	.contact-form .dl-contact .ttl {
		display: block;
	}

	.contact-form .dl-contact .hissu {
		font-size: 12px;
		padding: 5px 10px;
		display: inline-block;
		margin-left: 10px;
	}

	.box-contact {
		padding: 30px 20px;
	}

	.box-contact .box-ttl {
		font-size: 18px;
		margin-bottom: 20px;
		border-bottom: 1px solid #3268B8;
		padding-bottom: 15px;
	}

	.box-contact .box-ttl span {
		border: none;
	}

	.box-contact .tel-wrapper {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.box-contact .tel {
		font-size: 23px;
		margin-right: 0;
		padding-left: 20px;
		display: inline-block;
	}

	.box-contact .tel:before {
		width: 14px;
		height: 16px;
	}

	.box-contact .time {
		font-size: 12px;
	}

	.box-contact .time dt {
		padding: 2px 8px;
		width: 38%;
	}

	.box-contact .time dd {
		width: 100%;
	}

	.box-contact .time:last-child {
		margin-left: 0;
	}

	.box-contact .time-box {
		display: block;
	}
}

/*-----------------------------------------------------------
お問い合わせ（パーツ）
-----------------------------------------------------------*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f1f1f1;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.contact-form select::-ms-expand {
	display: none;
}

.contact-form textarea {
	height: 200px;
}

.contact-form input[type=file] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	outline: 1px solid #41C5EA;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
	display: inline-block;
	margin-right: 15px;
	margin-left: 0 !important;
}

.contact-form .mwform-radio-field input[type=radio] {
	display: none;
}

.contact-form .mwform-radio-field label {
	display: inline-block;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	padding: 0 0 0 30px;
	line-height: 1;
}

.contact-form .mwform-radio-field label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form .mwform-radio-field-text:after {
	content: "";
	border-radius: 50%;
	background: #41C5EA;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.contact-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.contact-form .select-wrap {
	position: relative;
}

.contact-form .select-wrap:after {
	content: "";
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #41C5EA transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.contact-form .mwform-tel-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-form .mwform-tel-field input[type=text] {
	width: 29%;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
	margin-right: 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
	margin: 0 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
	margin-left: 10px;
}

.contact-form .mwform-zip-field input[type=text] {
	width: 15%;
	min-width: 80px;
	margin: 0 10px;
}

.contact-form .submit-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-form .submit-btn input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	outline: none;
	color: #fff;
	background-color: #3268B8;
	cursor: pointer;
	font-size: 16px;
	padding: 22px 40px;
	letter-spacing: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 250px;
	text-align: center;
	display: block;
}

.contact-form .submit-btn input[type=submit].btn-back {
	background: #ccc;
	margin-right: 50px;
}

.contact-form .submit-btn input[type=submit]:hover {
	opacity: 0.7;
}

.mw_wp_form_confirm .select-wrap:after {
	display: none;
}

.mw_wp_form_confirm .age-data:after {
	top: 8px;
	left: auto;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
	.contact-form textarea {
		height: 160px;
	}

	.contact-form .mwform-radio-field,
	.contact-form .mwform-checkbox-field {
		width: 40%;
	}

	.contact-form .mwform-checkbox-field:nth-child(n+3) {
		margin-top: 5px;
	}

	.contact-form .submit-btn {
		display: block;
	}

	.contact-form .submit-btn input[type=submit].btn-more,
	.contact-form .submit-btn input[type=submit].btn-more--center,
	.contact-form .submit-btn input[type=submit].btn-more--white,
	.contact-form .submit-btn input[type=submit].btn-more--bg,
	.contact-form .submit-btn input[type=submit].btn-more--small {
		width: 100%;
	}

	.contact-form .submit-btn input[type=submit].btn-back {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 40px;
	}
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：投稿*/
.t-post-list .list-item {
	border-bottom: solid 1px #D6D6D6;
	min-height: 180px;
}

.t-post-list .list-item:not(:first-child) {
	margin-top: 30px;
}

.t-post-list time {
	font-family: "Roboto", serif;
	font-weight: bold;
	color: #9D9D9D;
	display: block;
}

.t-post-list a:hover {
	text-decoration: underline;
}

.t-post-list .list-ttl {
	font-size: 18px;
	color: #3268B8;
	margin-bottom: 10px;
}

.t-post-list .list-txt {
	margin-bottom: 30px;
}

.t-post-list .list-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.t-post-list .post-category01 {
	margin-left: 15px;
}

/*普通投稿*/
.list-post-type01 {
	margin-bottom: 100px;
}

.list-post-type01 .list-item:not(:last-child) {
	margin-bottom: 80px;
}

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

.post-layout .post-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 50px;
}

.post-layout .post-img img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-layout .post-desc {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.post-layout .btn-more,
.post-layout .btn-more--center,
.post-layout .btn-more--white,
.post-layout .btn-more--bg,
.post-layout .btn-more--small {
	margin-left: auto;
}

/*詳細ページ*/
.post-single-img {
	text-align: center;
	margin-bottom: 40px;
}

.postdata {
	margin-bottom: 60px;
}

.postdata h4 {
	font-size: 20px;
	color: #3268B8;
	font-family: "FOT-筑紫明朝 Pr6N RB";
}

.postdata h5 {
	font-size: 18px;
	color: #41C5EA;
	font-family: "FOT-筑紫明朝 Pr6N RB";
	padding-left: 10px;
	position: relative;
}

.postdata h5:after {
	content: '-';
	color: #3268B8;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.postdata h6 {
	font-size: 18px;
	color: #3268B8;
	font-family: "FOT-筑紫明朝 Pr6N RB";
}

.postdata p,
.postdata ul,
.postdata ol {
	margin-bottom: 15px;
}

.postdata a {
	text-decoration: underline;
}

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

.postdata strong {
	font-weight: bold;
}

.postdata em {
	font-style: italic;
}

.postdata ul li {
	list-style: inside disc;
}

.postdata ul li>ul {
	margin: 0 0 0 15px;
}

.postdata ol li {
	list-style: inside decimal;
}

.postdata ol li>ol {
	margin: 0 0 0 15px;
}

.post-data {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.post-data time {
	font-size: 14px;
	color: #41C5EA;
	line-height: 1;
}

.post-data .post-category01 {
	margin-left: 20px;
}

.post-data .post-category02 {
	margin-left: 20px;
}

.post-category01 {
	background-color: #F7F6F4;
	line-height: 1;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-table;
}

.post-category01 span {
	font-size: 13px;
}

.post-category01 span:not(:last-child) {
	position: relative;
	padding-right: 30px;
}

.post-category01 span:not(:last-child):before {
	content: '/';
	position: absolute;
	right: 10px;
}

/*セレクト式カテゴリー*/
.select-area {
	margin-bottom: 50px;
}

.select-area .select-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.select-area .select-box:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 8px solid #41C5EA;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select-area .select-category {
	-webkit-appearance: none;
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	border-radius: 0;
	background: #F6F6F6;
	font-size: 16px;
	color: #41C5EA;
	vertical-align: middle;
	height: 50px;
	padding: 5px 15px;
	border: none;
	width: 100%;
	cursor: pointer;
}

.select-area .select-category::-ms-expand {
	display: none;
}

/*一覧用ページャー*/
.post-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #d3d3d3;
	font-family: "FOT-筑紫明朝 Pr6N RB";
}

.post-number a {
	color: #a5a5a5;
	display: inline-block;
	padding: 0 10px 15px;
}

.post-number a:hover {
	color: #000;
}

.post-number .current {
	color: #000;
	display: inline-block;
	padding: 0 10px 15px;
	position: relative;
}

.post-number .current::after {
	content: "";
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #d3d3d3;
	font-family: "FOT-筑紫明朝 Pr6N M";
}

.post-number-single a {
	display: inline-block;
	color: #000;
}

.post-number-single a.next {
	margin-top: 0;
}

.post-number-single a.next::before {
	content: '';
	background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
	display: inline-block;
	margin-right: 15px;
	width: 30px;
	height: 30px;
}

.post-number-single a.prev {
	margin-top: 0;
}

.post-number-single a.prev::after {
	content: '';
	background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
	display: inline-block;
	margin-left: 15px;
	width: 30px;
	height: 30px;
}

.post-number-single a:hover {
	opacity: .5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

	/*TOPページ用：投稿*/
	.t-post-list .list-item {
		border-bottom: none;
	}

	.t-post-list .list-item:not(:first-child) {
		margin-top: 20px;
	}

	.t-post-list time {
		text-align: left;
	}

	.t-post-list .list-ttl {
		text-align: left;
	}

	.t-post-list .list-txt {
		margin-bottom: 20px;
		text-align: left;
	}

	/*普通投稿*/
	.list-post-type01 {
		margin-bottom: 80px;
	}

	.list-post-type01 .item:not(:last-child) {
		margin-bottom: 60px;
	}

	.post-layout {
		display: block;
	}

	.post-layout .post-img {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.post-layout .btn-more,
	.post-layout .btn-more--center,
	.post-layout .btn-more--white,
	.post-layout .btn-more--bg,
	.post-layout .btn-more--small {
		margin: 0 auto;
	}

	/*詳細ページ*/
	/*セレクト式カテゴリー*/
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.fade {
	-webkit-transition: .5s;
	transition: .5s;
}

.fade:hover {
	opacity: .5;
}

.fs11 {
	font-size: 11px;
}

.fs18 {
	font-size: 18px;
}

.bold,
strong {
	font-weight: bold;
}

.maker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe7a5));
	background: linear-gradient(transparent 50%, #ffe7a5 50%);
}

.underline {
	text-decoration: underline;
}

.notice {
	font-size: 14px;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

.m-auto {
	margin: 0 auto;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt10 {
	margin-top: 10px;
}

.tac {
	text-align: center;
}

.pt110 {
	padding-top: 110px;
}

.gray{
	color: #7f7f7f!important;
}
.green{
	color: #92d050!important;
}
@media screen and (max-width: 800px) and (min-width: 0px) {

	/*-----------------------------------------------------------
	Responsive
	-----------------------------------------------------------*/
	/*-------------
	Body
	-------------*/
	body {
		font-size: 15px;
		line-height: 1.8;
		overflow-x: hidden;
	}

	.container {
		margin: 0 auto;
		max-width: 90%;
		width: 90%;
	}

	/*------------
	Header
	--------------*/
	.header {
		background: #fff;
		padding: 10px;
		position: absolute;
	}

	.header .logo {
		padding-left: 0;
		width: 80%;
		margin: 0 auto;
	}

	.header .logo img {
		max-width: 100%;
	}

	.header .h-contact {
		display: none;
	}

	.header-inr {
		display: block;
	}

	.wrapper {
		padding-top: 58px;
	}

	.humberger {
		cursor: pointer;
		display: block;
		width: 90px;
		height: 38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: .5s;
		transition: .5s;
		z-index: 150;
		position: fixed;
		top: 4px;
		right: 2px;
		z-index: 9999;
	}

	.humberger span {
		background: #fff;
		position: absolute;
		width: 24px;
		height: 1px;
		-webkit-transition: .4s;
		transition: .4s;
		left: calc(50% - 10px);
	}

	.humberger span:nth-of-type(1) {
		top: 30%;
	}

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

	.humberger span:nth-of-type(3) {
		bottom: 30%;
	}

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

	.humberger.is-open span:nth-of-type(2) {
		display: none;
	}

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

	/*------------
	G-navi
	--------------*/
	.pc-navi {
		display: none;
	}

	.sp-navi {
		display: none;
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.sp-navi.is-open {
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: #fff;
		padding: 20px 30px 80px;
		overflow: auto;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.sp-navi-list {
		margin-bottom: 20px;
		display: block;
	}

	.sp-navi-list .item {
		width: 100%;
		position: relative;
		line-height: 1.6;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
		border-bottom: solid 1px #D6D6D6;
		font-family: "FOT-筑紫明朝 Pr6N RB";
	}

	.sp-navi-list .item .item-link {
		display: block;
		position: relative;
		padding: 15px 0;
	}

	.sp-navi-list .en {
		font-size: 9px;
		font-family: "FOT-筑紫明朝 Pr6N M";
		color: #bfc9a2;
	}

	.sp-navi .sp-h-link {
		padding: 0 10px;
		text-align: center;
		color: #333333;
	}

	.sp-navi .sp-h-link li {
		text-align: left;
		font-size: 12px;
	}

	.sp-navi .sp-h-link .btn-tel {
		padding: 0;
	}

	.sp-dropdown .item-link a {
		display: inline-block;
		width: calc(100% - 55px);
	}

	.sp-dropdown span {
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
	}

	.sp-dropdown span::after {
		content: '';
		display: block;
		position: absolute;
		right: 20px;
		top: 22px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #41C5EA transparent transparent transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer;
	}

	.sp-dropdown.is-on span::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sp-dropdown .sp-navi-child {
		padding: 0 0 10px;
		z-index: 999;
		border-radius: 10px;
		width: 100%;
		line-height: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sp-dropdown .sp-navi-child li {
		position: relative;
		padding-left: 10px;
		margin-bottom: 10px;
		width: 100%;
		line-height: 1.5;
		font-size: 13px;
	}

	.sp-dropdown .sp-navi-child li:after {
		content: '-';
		color: #3268B8;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
	}

	.side-navi {
		display: none;
	}

	.btn-following {
		top: auto;
		left: 0;
		bottom: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		background: #fff;
	}

	.btn-following li {
		border: none;
		border-radius: 0;
		width: calc(99.5% / 4);
		height: 58px;
		background-color: #40D1F9;
	}

	.btn-following li a {
		font-size: 11px;
		position: relative;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.btn-following li p {
		font-size: 11px;
		color: #fff;
		text-align: center;
		line-height: 1;
	}

	.btn-following li .inr {
		text-align: center;
	}

	.btn-following li img {
		padding-bottom: 10px;
		height: 26px;
	}

	.btn-following li:nth-of-type(4) img {
		padding-bottom: 6px;
		height: 30px;
	}

	.btn-following li:nth-of-type(5) {
		overflow: hidden;
	}

	.btn-following li:nth-of-type(5) .humberger {
		position: relative;
		margin: 0 auto;
		top: 0;
	}

	.btn-following li:nth-of-type(5) .humberger span {
		background: #fff;
	}

	.side_btn {
		display: none;
	}

	/*------------
	Hero
	--------------*/
	.hero {
		margin: 50px 0 40px;
	}

	.hero-ttl {
		font-size: 40px;
		bottom: 10%;
		left: 10%;
		line-height: 1.3;
		bottom: 20px;
		left: 20px;
	}

	.hero-ttl span {
		font-size: 30px;
	}

	.hero-item {
		background-image: url(../images/hero_sp.jpg);
		height: 320px !important;
	}

	/*------------
	Top contents
	--------------*/
	.t-ttl {
		margin-bottom: 20px;
	}

	.t-ttl .en {
		font-size: 14px;
		line-height: 1.2;
	}

	.t-ttl .jp {
		font-size: 28px;
		line-height: 1.4;
	}

	.sec01 {
		margin-bottom: 60px;
	}

	.sec01-layout {
		padding: 40px 0;
		background-position: 75%;
	}

	.sec01-layout .l-txt {
		text-align: left;
		margin-bottom: 20px;
	}

	.sec02 {
		margin-bottom: 80px;
	}

	.sec02 .l-txt {
		margin-bottom: 20px;
	}

	.sec02 .l-style02 .l-img {
		text-align: center;
		margin-left: 0;
	}

	.sec03 {
		margin-bottom: 80px;
	}

	.sec03-layout {
		display: block;
	}

	.sec03-layout .l-img {
		width: 100%;
	}

	.sec03-layout .l-desc {
		width: 100%;
		padding: 20px 30px;
	}

	.sec03-layout .l-txt {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.sec03-layout .l-ttl {
		font-size: 26px;
	}

	.sec03-layout .l-ttl:after {
		bottom: 15px;
		right: 70px;
	}

	.sec04 {
		margin-bottom: 100px;
	}

	.sec04:before {
		display: none;
	}

	.sec04:after {
		top: 10%;
		width: 100%;
		height: 92%;
	}

	.sec04-list {
		display: block;
	}

	.sec04-list .list-item {
		width: 100%;
	}

	.sec04-list .list-item:nth-child(n+3) {
		margin-top: 0;
	}

	.sec04-list .list-item:not(:first-child) {
		margin-top: 30px;
	}

	.sec04-list .list-img {
		height: 200px;
	}

	.sec04-list .list-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.sec04-list .list-desc {
		padding: 20px 20px 30px;
	}

	.sec04-list .list-ttl {
		font-size: 18px;
	}

	.sec05 {
		margin-bottom: 80px;
	}

	.sec05-layout {
		background-position: 30%;
		padding: 0;
		height: 200px;
	}

	.sec05 .l-desc {
		width: 100%;
		margin: 20px 0 0;
	}

	.sec05 .l-txt {
		margin-bottom: 20px;
	}

	.sec06 {
		margin-bottom: 120px;
	}

	.sec06:before {
		display: none;
	}

	.sec06:after {
		top: 5%;
		width: 100%;
		height: 100%;
	}

	.sec06-list {
		display: block;
	}

	.sec06-list .list-item {
		width: 100%;
	}

	.sec06-list .list-item:nth-child(n+3) {
		margin-top: 0;
	}

	.sec06-list .list-item:not(:first-child) {
		margin-top: 30px;
	}

	.sec06-list .list-img {
		height: 200px;
	}

	.sec06-list .list-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.sec06-list .list-desc {
		padding: 20px 20px 30px;
	}

	.sec06-list .list-ttl {
		font-size: 18px;
	}

	.sec07 {
		margin-bottom: 100px;
	}

	.sec07 .container {
		display: block;
	}

	.sec07-layout {
		width: 100%;
		margin: 0 auto;
	}

	.sec07-layout:nth-child(1) {
		margin: 0 auto 60px;
	}

	.sec08 .l-txt {
		margin-bottom: 20px;
	}

	.sec08 .l-style02 .l-img {
		text-align: center;
	}

	/*------------
	Footer
	--------------*/
	.pagetop {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		bottom: 65px;
		right: 10px;
	}

	.pagetop:after {
		width: 12px;
		height: 12px;
	}

	.footer .footer-inr {
		padding: 40px 0 140px;
	}

	.footer .container {
		display: block;
	}

	.footer .f-left {
		margin-bottom: 40px;
	}

	.footer .f-left .logo {
		width: 100%;
	}

	.footer .f-left .f-time {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.footer .f-right {
		width: 100%;
	}

	.footer .f-right .f-navi {
		display: block;
		margin-bottom: 30px;
	}

	.footer .f-right .list:not(:last-child) {
		margin-right: 0;
	}

	.footer .f-right .list li {
		font-size: 16px;
	}

	.footer .f-right .list li:not(:last-child) {
		margin-bottom: 15px;
	}

	.footer .f-right .list .child {
		font-size: 14px;
	}

	.footer .f-right .list .child:nth-of-type(10) {
		margin-bottom: 15px !important;
	}

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

	/*------------
	Button
	--------------*/
	.btn-more,
	.btn-more--center,
	.btn-more--white,
	.btn-more--bg,
	.btn-more--small {
		width: 90%;
	}

	.btn-more:after,
	.btn-more--center:after,
	.btn-more--white:after,
	.btn-more--bg:after,
	.btn-more--small:after {
		right: -20px;
	}

	.btn-more--small {
		width: 35%;
		padding: 5px;
		margin-right: 0;
		margin-top: 20px;
	}

	.btn-more--small:after {
		display: none;
	}

	/*------------
	Under layout
	--------------*/
	.u-top-common {
		padding: 120px 0 80px;
		margin-bottom: 20px;
	}

	.page-ttl {
		line-height: 1.4;
	}

	.page-ttl .en {
		font-size: 18px;
	}

	.page-ttl .jp {
		font-size: 32px;
	}

	.breadcrumb {
		margin-bottom: 40px;
	}

	/*------------
	Under parts
	--------------*/
	.u-h2,
	.postdata h1,
	.post-category-ttl {
		font-size: 24px;
		line-height: 1.4;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.u-h3,
	.dl-privacy dt,
	.postdata h2,
	.post-ttl {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.u-h4,
	.postdata h3 {
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 25px;
		line-height: 1.4;
	}

	.u-h4:before,
	.postdata h3:before {
		top: 11px;
	}

	.tall {
		margin-bottom: 80px;
	}

	.tall:last-child {
		margin-bottom: 120px;
	}

	.t-align {
		text-align: left;
	}

	.txt-catch {
		font-size: 20px;
	}

	.txt-catch span {
		padding-bottom: 4px;
	}

	.txt-catch02{
		font-size: 16px;
	}

	.txt-bold {
		line-height: 1.4;
		font-size: 15px;
	}

	.l-style01 {
		display: block;
	}

	.l-style01 .l-img {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.l-style01 .l-desc {
		width: 100%;
	}

	.l-style02 {
		display: block;
	}

	.l-style02 .l-img {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.l-style02 .btn-more,
	.l-style02 .btn-more--center,
	.l-style02 .btn-more--white,
	.l-style02 .btn-more--bg,
	.l-style02 .btn-more--small {
		margin: 0 auto 0 0;
	}

	.l-style03 {
		display: block;
	}

	.l-style03 .l-img {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.l-style04 {
		display: block;
	}

	.l-style04 .l-img {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.l-style04 .l-desc {
		width: 100%;
		padding: 30px 20px;
	}

	.l-style04 .l-desc:before {
		left: 20px;
		top: -14px;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #F5F5F7;
		border-left: 30px solid transparent;
		border-top: 0;
	}

	.l-style05 {
		display: block;
	}

	.l-style05 .l-img {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.l-style05 .l-desc {
		padding: 30px 20px;
	}

	.l-style05 .l-desc::after {
		right: 20px;
		top: -14px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 0;
		border-bottom: 30px solid #F5F5F7;
	}

	.list-col1 .item:not(:last-child) {
		margin-bottom: 80px;
	}

	.list-col1 .item--s {
		margin-bottom: 40px;
	}

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

	.list-col2 .list-item {
		width: 100%;
	}

	.list-col2 .list-item:nth-child(odd) {
		margin-right: 0;
	}

	.list-col2 .list-item+.list-item {
		margin-top: 40px;
	}

	.list-col3 .list-item {
		width: 100%;
	}

	.list-col3 .list-item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.list-col3 .list-item:nth-child(n+4) {
		margin-top: 0;
	}

	.list-col3 .list-item:nth-child(n+2) {
		margin-top: 50px;
	}

	.list-col3 .list-ttl {
		font-size: 16px;
		line-height: 1.4;
	}

	.list-btn {
		display: block;
		margin-top: 30px;
	}

	.list-btn li {
		max-width: 100%;
		width: 100%;
	}

	.list-btn li:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.list-btn .btn-more,
	.list-btn .btn-more--center,
	.list-btn .btn-more--white,
	.list-btn .btn-more--bg,
	.list-btn .btn-more--small {
		width: 90%;
	}

	.list-table .list-item {
		padding-bottom: 65px;
	}

	.list-table .table-style02 {
		font-size: 12px;
	}

	.list-table .table-style02 th {
		padding: 10px 5px;
		width: 30%;
		text-align: left;
	}

	.list-table .table-style02 td {
		padding: 10px 5px;
	}

	.list-table .table-style03 {
		font-size: 12px;
	}

	.list-table .table-style03 th {
		padding: 10px 5px;
		width: 30%;
		text-align: left;
	}

	.list-table .table-style03 td {
		padding: 10px 5px;
	}

	.list-flow01 {
		padding: 30px 20px;
	}

	.list-flow01 .list-flow-item:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.list-flow01 .list-ttl {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.list-flow01 .list-ttl span {
		font-size: 15px;
		padding: 3px 15px;
	}

	.list-flow01 .list-btn02 {
		display: block;
	}

	.list-flow01 .list-btn02 li {
		width: 100%;
	}

	.list-flow01 .list-btn02 li:not(:last-child) {
		margin-bottom: 20px;
	}

	.list-flow01 .list-btn02 .btn-more,
	.list-flow01 .list-btn02 .btn-more--center,
	.list-flow01 .list-btn02 .btn-more--white,
	.list-flow01 .list-btn02 .btn-more--bg,
	.list-flow01 .list-btn02 .btn-more--small {
		width: 90%;
	}

	.staff-layout,
	.staff-layout---02,
	.staff-layout---03,
	.staff-layout---04 {
		display: block;
		margin-bottom: 40px;
	}

	.staff-layout .l-img,
	.staff-layout---02 .l-img,
	.staff-layout---03 .l-img,
	.staff-layout---04 .l-img {
		margin-bottom: 20px;
	}

	.staff-layout .l-img img,
	.staff-layout---02 .l-img img,
	.staff-layout---03 .l-img img,
	.staff-layout---04 .l-img img {
		height: 100%;
	}

	.staff-layout .l-desc,
	.staff-layout---02 .l-desc,
	.staff-layout---03 .l-desc,
	.staff-layout---04 .l-desc {
		margin-right: 0;
	}

	.staff-layout---02 .l-img img {
		height: 100%;
	}

	.staff-layout---04 .l-img img {
		height: 100%;
	}

	.staff-profile {
		display: block;
	}

	.staff-profile .staff-item {
		padding: 30px 20px;
	}

	.staff-profile .ttl {
		font-size: 18px;
	}

	.staff-profile-list li {
		display: block;
	}

	.staff-profile-list .data {
		width: auto;
		display: block;
		font-weight: bold;
	}

	.staff-profile-list .txt {
		width: 100%;
	}

	.dl-staff dt .staff-name {
		font-size: 18px;
		line-height: 1.4;
	}

	.dl-staff dt .staff-name:before {
		top: 11px;
	}

	.dl-staff dt::before,
	.dl-staff dt::after {
		content: "";
		background: #333;
		position: absolute;
		width: 10px;
		height: 1px;
		right: 15px;
		top: calc(50% - 5px);
	}

	.dl-staff dt::before {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.dl-staff dt.is-open::before {
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}

	.dl-staff dd {
		margin-bottom: 30px;
	}

	.dl-staff-no-more dt .staff-name {
		font-size: 18px;
		line-height: 1.4;
	}

	.dl-faq02 dt .txt {
		font-size: 16px;
	}

	.dl-faq02 dd {
		margin-bottom: 30px;
	}

	.dl-faq02 .icon {
		font-size: 15px;
		width: 30px;
		height: 30px;
		line-height: 26px;
		margin: 0 10px 0 0;
	}

	.dl-faq02 .wrapper {
		padding-top: 0px;
	}

	.time-table {
		font-size: 12px;
	}
	.time-table th {
		padding: 10px 0;
	}
	.time-table th:first-child {
		width: 100px;
	}
	.time-table th:last-child {
		width: 40px;
	}
	.time-table td {
		padding: 15px 0;
	}

	.table-style01 th {
		width: 100%;
		display: block;
		padding: 10px 15px;
		text-align: left;
	}

	.table-style01 td {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}

	.box-col4 .list-item {
		width: 100%;
		padding: 10px;
	}

	.box-col4 .list-item:not(:nth-child(4n)) {
		margin-right: 0px;
	}

	.box-col4 .list-item:nth-child(n+5) {
		margin-top: 0px;
	}

	.box-col4 .list-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.box-col4 .txt {
		font-size: 16px;
	}

	.box-style01 {
		padding: 30px 20px;
	}

	.box-style01 .box-ttl {
		font-size: 18px;
		line-height: 1.4;
	}

	.box-style01 .btn-more,
	.box-style01 .btn-more--center,
	.box-style01 .btn-more--white,
	.box-style01 .btn-more--bg,
	.box-style01 .btn-more--small {
		margin: 20px 0 auto;
		width: 90%;
	}

	.box-style01 .btn-more::after,
	.box-style01 .btn-more--center::after,
	.box-style01 .btn-more--white::after,
	.box-style01 .btn-more--bg::after,
	.box-style01 .btn-more--small::after {
		right: -30px;
	}

	.box-bg01 {
		padding: 30px 20px;
		max-width: 100%;
		display: block;
	}

	.box-bg01 .box-ttl {
		line-height: 1.4;
		font-size: 24px;
		margin-right: 0px;
		margin-bottom: 10px;
		text-align: center;
	}

	.box-bg01 .box-ttl .txt-small {
		font-size: 18px;
		display: block;
	}

	.box-bg01 .btn-more,
	.box-bg01 .btn-more--center,
	.box-bg01 .btn-more--white,
	.box-bg01 .btn-more--bg,
	.box-bg01 .btn-more--small {
		width: 90%;
		font-size: 16px;
		margin: auto;
		padding: 15px;
	}

	.box-bg01 .btn-more:after,
	.box-bg01 .btn-more--center:after,
	.box-bg01 .btn-more--white:after,
	.box-bg01 .btn-more--bg:after,
	.box-bg01 .btn-more--small:after {
		top: 30%;
	}

	.u-slider-inr img {
		margin-bottom: 20px;
	}

	.u-slider-inr .slick-prev,
	.u-slider-inr .slick-next {
		width: 13px;
		height: 13px;
	}

	.u-slider-inr .slick-prev {
		left: -9px;
	}

	.u-slider-inr .slick-next {
		right: -9px;
	}

	.u-slider-thumb .slick-slide {
		padding: 0 5px;
	}

	.tab-wrap .tab_item {
		width: calc(100% / 2 - 10px);
		font-size: 16px;
	}

	.tab-wrap .tab_content {
		padding: 30px 0;
	}

  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li {
    margin: 0;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 25px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 6px;
  }

	/*------------
	utility
	--------------*/
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.sp-tac {
		text-align: center !important;
	}

	.sp-tar {
		text-align: right !important;
	}

	.sp-tal {
		text-align: left !important;
	}

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

	.sp-map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		bottom: 125px;
	}

	.sp-map iframe,
	.sp-map object,
	.sp-map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.map {
		position: relative;
		width: 100%;
		height: 365px;
	}

	.pt110 {
		padding-top: 70px;
	}
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	text-align: center;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
}

.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	width: 20px;
	height: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
	outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .5;
}

.slick-prev {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	left: 25px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 25px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
	display: block;
	list-style: none;
	line-height: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.slick-dots li+li {
	margin-left: 20px;
}

.slick-dots li button {
	display: block;
	background: #ddd;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	color: transparent;
	width: 6px;
	height: 6px;
	outline: none;
	-webkit-transition: .5s;
	transition: .5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #41C5EA;
}

.slick-dots li.slick-active button {
	background: #41C5EA;
	width: 9px;
	height: 9px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
