/***************************
 *
 * モジュール
 *
 **************************/

/*
一般
*/
img {
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;
	/*width: 103%;*/
}

.shadow {
	text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px,
		white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px;
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

.box-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-col-2 > div {
	width: 50%;
	box-sizing: border-box;
}
.col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.col-2 > div {
}

/*
カラー
*/
.blue {
	color: #9ccdd9 !important;
}
.pink {
	color: #ef858c !important;
}
.red {
	color: #f57080 !important;
}
.orange {
	color: #e8785a !important;
}
.blue {
	color: #499ab9 !important;
}
.blue-2 {
	color: #4c97c7 !important;
}
.green {
	color: #74bf99 !important;
}
.yellow {
	color: #d1b861 !important;
}

/*
OVER
*/

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
/* 
.zoom {
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
} */

.underbar {
	width: 0;
	height: 1px;
	background: rgba(34, 34, 34, 0);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.5s ease;
}

/*
フォント
*/
.en-roboto {
	font-family: "Roboto", sans-serif;
}
.en-roboto * {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}
.en-vare {
	font-family: "Varela Round", sans-serif;
}
.en-vare * {
	font-family: "Varela Round", sans-serif;
	font-weight: normal;
}
/*
ボタン
*/
div.center {
	text-align: center;
}
.btn-entry {
	width: 174px;
	margin-right: 20px;
	margin-left: 20px;
}
.btn-entry a {
	text-align: center;
	display: block;
	color: white;
	line-height: 45px;
	background: linear-gradient(281deg, #ec7304 8.43%, #f7b407 109.11%);
	border-radius: 24px;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0);
	letter-spacing: 2.52px;
	font-size: 1.5rem;
}
.btn-entry a:hover {
	text-decoration: none;
	opacity: 0.7;
	background: #fff;
	border: 1px solid #ec7304;
	color: #e39034;
}
.btn-entry {
}
.btn-entry {
}
.btn {
	width: 310px;
	margin: 26px 0;
	position: relative;
	z-index: 5;
}
.btn a {
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 30px;
	background: linear-gradient(281deg, #ec7304 8.43%, #f7b407 109.11%);
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 0px 40px 0 10px;
	line-height: 57px;

	border: 1px solid rgba(255, 255, 255, 0);
	transition: 0.3s ease;
	text-align: center;
}
.btn a:hover {
	text-decoration: none !important;
	opacity: 0.7;
	background: #fff;
	border: 1px solid #ec7304;
	color: #e39034;
}
.btn a:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../img/btn.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -17px;
}
.btn a:hover:before {
	background: url(../img/btn-o.svg) 0 0 no-repeat;
	background-size: cover;
}
.btn.no-arrow a {
	padding: 0 10px;
}
.btn.no-arrow a:before {
	content: none;
}
.btn-white {
	display: inline-block;
	width: 248px;
	transition: 0.3s ease;
	line-height: 1;
	margin-left: 20px;
}

.btn-white a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 30px;
	font-size: 1.5rem;
	color: #322009;
	font-weight: bold;
	letter-spacing: 2.52px;
	padding: 0px 0px;
	height: 45px;
	border: 1px solid #322009;
}
.btn-white a:hover {
	text-decoration: none;
	opacity: 0.7;
	background: #fff;
	border: 1px solid #ec7304;
	color: #e39034;
}
.btn-white a small {
	font-size: 1.4rem;
	letter-spacing: normal;
}
.btn-white-tel {
	width: 220px;
}
.btn-white-tel a {
	font-size: 1.67rem;
	line-height: 1.2em;
	letter-spacing: 4.5px;
}
.btn-white-tel a span {
	position: relative;
	/* left: 6px; */
}
.btn-white-home {
	width: 203px;
}
.ic-entry {
	display: inline-block;
	background: url(../img/ic-entry.svg) center center no-repeat;
	background-size: contain;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn-entry a:hover .ic-entry {
	background: url(../img/ic-entry-o.svg) center center no-repeat;
	background-size: contain;
}
.ic-tel {
	display: inline-block;
	background: url(../img/ic-tel.svg) center center no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn-white a:hover .ic-tel {
	background: url(../img/ic-tel-o.svg) center center no-repeat;
	background-size: contain;
}
/*
BG
*/

/*
IMAGE
*/

/*
アイコン
*/

/*
ANIMATE
*/

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tab {
	display: none;
	opacity: 0;
}
.tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

/*
ボックス
*/
.box-content {
	/* width: 1120px; */
	width: 1170px;
	/* width: 100%; */
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.box-content-f {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px;
}
.box-content-wide {
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.box-700 {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
.box-720 {
	width: 720px;
	margin: 0 auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.box-840 {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box-1024 {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.box-1040 {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.box-1090 {
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*
ヘッダー
*/
.header-inner {
}
.header-title {
	position: relative;
	width: 200px;
	margin-top: 35px;
	margin-left: 45px;
	z-index: 15;
}
.header-title a {
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/* letter-spacing: 7.8px; */
	color: #322009;
}
.header-title a img {
	display: block;
	width: 184px;
}
.menu-trigger {
	position: fixed;
	right: 0px;
	top: 0px;
	display: block;
	width: 100px;
	height: 100px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
	background: linear-gradient(to right, #009be0 0%, #004ea7 100%);
}

.menu-trigger.is-active {
	z-index: 9999;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 37px;
	width: 27px;
	height: 2px;
	background-color: #fff;
	transition: 0.3s ease all;
}
.menu-trigger span:nth-of-type(1) {
	top: 36px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
	background-color: #fff !important;
}
.menu-trigger span:nth-of-type(2) {
	top: 45px;
}
.menu-trigger.is-active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	top: 54px;
}
.menu-trigger.is-active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
	background-color: #fff !important;
}
.menu-trigger small {
	top: 60px;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
}
@media all and (max-width: 1570px) {
	.l-header .btn-entry {
		width: 50px;
		margin-left: 10px;
	}
	.l-header .btn-entry span {
		display: none;
	}
	.l-header .btn-white {
		margin-left: 10px;
		width: auto;
	}
	.l-header .btn-white > a {
		font-size: 1.4rem;
		padding-left: 10px;
		padding-right: 10px;
	}
	.l-header .btn-white > a small {
		display: none;
	}
}
@media all and (max-width: 1155px) {
	.l-header .btn-white {
		display: none;
	}
}
/*
GLOBAL NAVI
*/
.nav-inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.list-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.list-nav > li {
	margin: 0 14px;
}
.list-nav > li > a {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #322009;
	position: relative;
}
.list-nav > li > a:hover {
	color: #e39034;
}
.list-nav > li.has-child > a {
}
@media all and (max-width: 1400px) {
	.list-nav > li {
		margin: 0 7px;
	}
	.list-nav > li > a {
		font-size: 1.4rem;
	}
}
/*
パンくず
*/
.bread {
	position: relative;
	z-index: 5;
	height: 32px;
}

.bread ul {
	line-height: 32px;
	margin-left: 100px;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}

.bread li {
	display: inline;
	font-size: 1.6rem;
	color: #333333;
}
.bread li * {
	font-size: 1.6rem;
	color: #333333;
}
.bread li a {
	color: #333333 !important;
	text-decoration: underline;
	padding: 0 3px;
}
.bread li a span {
	color: #333333 !important;
}
.bread li a:hover {
}
.bread i {
	padding: 0 5px;
}
.bread li:first-child i {
}
.bread .bullet {
}
.bread li:after {
	color: #333333;
	content: "";
	background: url(../img/bread.svg) 0 0 no-repeat;
	background-size: contain;
	width: 9.42px;
	height: 16.15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bread li:last-child:after {
	content: none;
}

/*
サイドバー
*/
.box-side {
	position: relative;
	margin-bottom: 45px;
}
.list-side {
}
.list-side > li {
	margin-bottom: 15px;
}
.list-side li a {
	display: block;
	background: #e5f5fc;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.714em;
	padding: 14px;
	color: #222222;
	position: relative;
}
.list-side li a:hover {
	background: linear-gradient(to right, rgba(0, 155, 224, 1) 0%, rgba(107, 207, 233, 1) 100%);
	color: #fff;
}
.list-side li a:after {
	content: "";
	display: block;
	background: url(../img/list-side.svg) 0 0 no-repeat;
	background-size: contain;
	width: 5px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.list-side ul li {
	border-bottom: 1px dashed #c1c1c1;
}
.list-side ul li a {
	background: none;
}
.list-side ul li a:hover {
	color: #222222;
	background: #fffeee;
}
.box-side h2 {
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	border-left: 3px solid #004ea7;
	padding-left: 12px;
	margin-bottom: 20px;
}
.box-side .select-wrap {
	width: 240px;
}
.box-side .select-wrap select {
	border: 1px solid #cbcbcb;
	border-radius: 0;
	padding-left: 15px;
}
.box-side .select-wrap:before {
	left: auto;
	content: "";
	display: block;
	background: url(../img/list-side.svg) 0 0 no-repeat;
	background-size: contain;
	width: 5px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
/*
フッター
*/
.page-top {
	position: fixed;
	bottom: 0;
	right: 0px;
	width: 60px;
	z-index: 50;
	opacity: 0;
	display: none;
}
.page-top.is-active {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.page-top.is-stick {
	position: absolute;
	bottom: 100%;
	bottom: calc(100% - 30px);
	right: 60px;
}
.footer-inner {
	position: relative;
	/* padding: 0 100px; */
	display: flex;
	justify-content: space-between;
	width: 1245px;
	margin: 0 auto;
}
.footer-l {
	position: relative;
	padding-top: 150px;
}
.footer-logo {
	margin: 0 0 30px;
	text-align: left;
	color: white;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
}
.footer-logo img {
	width: 251px;
}
.footer-l p {
	color: #fff;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-r {
	position: relative;
	padding-top: 200px;
	padding-left: 45px;
}
.footer-nav-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-nav-list > li {
	margin-bottom: 50px;
	position: relative;
	margin-right: 35px;
}
.footer-nav-list > li > a {
	color: #fff;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer-nav-list > li:after {
	content: "|";

	position: absolute;
	right: -17px;
	top: 0;

	color: #fff;
}
.footer-nav-list > li:last-child > a:after {
	content: none;
}
.footer-nav-list > li ul {
	margin-top: 20px;
}
.footer-nav-list > li ul li {
}
.footer-nav-list > li ul li > a {
	color: #fff;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-nav-list li a:hover {
	color: #ba6809;
}
p.copyright {
	color: #fff;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	padding-bottom: 20px;
}
/*
サイドバー
*/

/*
LIST NEWS
*/
.list-news {
}
.list-news .news {
	padding: 25px 0px 25px;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
}
.list-news .news:last-child {
	margin-bottom: 0;
}
.list-news .news-time {
	font-size: 1.4rem;
	color: #848484;
	display: block;
	position: absolute;
	left: 17px;
	top: 27px;
}
.list-news .news-cat {
	position: absolute;
	left: 109px;
	top: 27px;
	width: 83px;
}
.list-news .news-cat a {
	background: rgba(0, 155, 224, 0.5);
	display: block;
	line-height: 25px;
	position: relative;
	top: -3px;
	border-radius: 4px;
	text-align: center;
	color: white !important;
	font-size: 1.2rem;
}
.list-news .news-cat a:hover {
	opacity: 0.7;
}
.list-news .news-title {
	font-size: 1.6rem;
	overflow: hidden;
	margin-left: 205px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-news .news-title a {
	font-size: 1.5rem;
	color: #333;
	transition: 0.3s ease;
}
.list-news .news-title a:hover {
	text-decoration: underline;
}
.list-news-cat > li {
	border-bottom: 1px dashed #c1c1c1;
}
.list-news-cat .news-title {
	margin-left: 17px;
	margin-top: 30px;
}
