@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #1E3049;
	text-decoration: none;
}
a:visited {
	color: #1E3049;
}
a:hover {
	color: #1E3049;
}
a:active {
	color: #1E3049;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1E3049;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@font-face {
    font-family: 'finalsixBlack';
    font-style: normal;
    font-weight: 100;
    src: url('font/finalsix_black.woff') format('woff'),
    url('font/finalsix_black.ttf')  format('truetype');
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	#main {
		margin-bottom: 200px;
		position: relative;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main  {
		padding-top: 91px;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 260px;
	position: fixed;
	z-index: 102;
	top: 40px;
	left: 46px;
}
.hNavi h1 {
	margin-bottom: 84px;
	width: 187px;
}
.hNavi ul li {
	margin-bottom: 8px;
}
.hNavi ul a {
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.13em;
	font-weight: bold;
}
.hNavi .hLink a {
	color: #EC6F4A;
	font-size: 1.4rem;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.13em;
}
.hNavi ul a::after,
.hNavi .hLink a::after {
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1E3049;
 	content: ' ';
	transition: .3s;
}
.hNavi .hLink a::after {
	background-color: #EC6F4A;
}
@media all and (min-width: 897px) {	
	.hNavi ul a:hover::after,
	.hNavi .hLink a:hover::after {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		padding-bottom: 10px;
	}
	.header {
		width: auto;
	}
	.hNavi h1 {
		margin: 0 0 0 20px;
		width: 168px;
		position: relative;
		z-index: 200;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.menuBox {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: #FCF3E7;
		overflow: auto;
	}
	.menuBox .menuInner {
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 80px 0;
		box-sizing: border-box;
	}
	.menu {
		position: absolute;
		top: 11px;
		right: 20px;
		height: 20px;
		width: 22px;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 200;
	}
	.menu span {
		background: #1E3049;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 6px;
	}
	.menu span:nth-of-type(3) {
		top: 13px;
	}
	.menu.active .top {
		width: 30px;
		transform: translateY(7px) translateX(-3px) rotate(-45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		width: 30px;
		transform: translateY(-6px) translateX(-3px) rotate(45deg);
	}
	#gNavi {
		text-align: center;
	}
	#gNavi ul {
		margin-bottom: 19px;
	}
	#gNavi ul li {
		margin-bottom: 30px;
	}
	#gNavi ul li:last-child {
		margin-bottom: 0;
	}
	#gNavi ul a {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.menuBox .hLink {
		margin: 0 26px;
		text-align: center;
	}
	.menuBox .hLink a {
		padding: 13px 20px 13px 18px;
		display: block;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0;
		border-radius: 40px;
		background-color: #ED6D48;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding: 79px 142px 87px 45px;
	position: relative;
	z-index: 101;
	background-color: #FDF6EA;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo a {
	width: 299px;
	display: block;
}
#gFooter .fBox {
	display: flex;
}
#gFooter p {
	margin: 10px 0 0 111px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.7375;
	letter-spacing: 0.14em;
}
#gFooter p a {
	display: block;
}
#gFooter .copyright {
	margin-top: 10px;
	font-style: normal;
	font-size: 1.1rem;
	text-align: right;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.14em;
}
#gFooter .copyright span {
	display: block;
	letter-spacing: 0.09em;
}
#gFooter .copyright a {
	border-bottom: 1px solid #1E3049;
}
.pagetop {
	width: 43px;
	height: 18px;
	position: absolute;
	top: -18px;
	right: 1.9%;
}
.pagetop a {
	position: relative;
	display: block;
	width: 43px;
	height: 130px;
	background: url("img/common/pagetop.png") no-repeat left top 1px / 100%;
}
.pagetop a .line {
	width: 1px;
	height: 34px;
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: #1E3049;
	z-index: 10;
	content: '';
	overflow: hidden;
}
.pagetop a .line::before {
	height: 34px;
	width: 2px;
	content: " ";
	background-color: #1E3049;
	display: block;
}
.pagetop a .dot {
	width: 11px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 1rem;
	letter-spacing: 0.22em;
	z-index: 10;
	background: url("img/common/pagetop01.png") no-repeat center top / 11px; 
	content: '';
	transition: all .4s ease;
}
.pagetop a::after {
	width: 8px;
	height: 68px;
	position: absolute;
	right: 17px;
	top: 58px;
	background: url("img/common/pagetop_txt.png") no-repeat top left /cover;
	content: '';
}
.pagetop:hover a .dot {
	transform: scale(1.6, 1.6);
}
.pagetop:hover a .line::before  {
	animation-duration: .8s;
	animation-name: pageTopLine;
}
@keyframes pageTopLine {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-100%);
		background-color: #FFF;
	}
	26% {
		background-color: transparent;
	}
	27% {
		transform: translateY(100%);
	}
	40% {
		background-color: #FFF;
	}
	100% {
		transform: translateY(0);
	}
}
@media all and (min-width: 897px) {
	#gFooter .copyright a:hover {
		border: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter  {
		padding: 52px 20px 45px;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fLogo a {
		width: 168px;
	}
	#gFooter p {
		margin: 16px 0 0;
		font-size: 1rem;
	}
	#gFooter .copyright {
		margin-top: 9px;
		font-size: 0.821rem;
		text-align: left;
	}
	.pagetop {
		width: 42px;
		height: 18px;
		position: absolute;
		top: -16px;
		right: 5.6%;
	}
	.pagetop a::after {
		width: 7.5px;
		height: 65px;
		right: 17px;
		top: 56px;
	}
	.pagetop a .dot {
		width: 10px;
		height: 10px;
		position: absolute;
		right: 15px;
		top: 15px;
		background-size: 10px;
	}
	.pagetop:hover a .dot {
		transform: scale(1.2, 1.2);
	}
	.pagetop a .line {
		right: 20px;
		height: 29px;
		top: 18px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
	padding: 132px 30px 0 240px;
}
.content {
	margin: 0 auto;
	max-width: 952px;
}
@media all and (max-width: 896px) {
	.mainBox {
		margin-bottom: 116px;
		padding: 0;
	}
	.content {
		margin: 0 20px;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: all 1s ease;
}
.fadeIn.active {
	opacity: 1;
}

/*comUl*/
.comUl {
	margin: 0 auto;
	max-width: 948px;
	display: flex;
}
.comUl li {
	margin-right: 48px;
	width: 47.6%;
}
.comUl li a {
	padding: 16px 51px 20px 58px;
	min-height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #EC6F4A;
	font-size: 2.468rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	border: 1px solid #EC6F4A;
	border-radius: 10px;
	box-sizing: border-box;
	background: url(img/common/icon03.png) no-repeat center right 38px / 11px;
	transition: 0.3s linear;
}
@media all and (min-width: 897px) {
	.comUl li:nth-child(2n) {
		margin-right: 0;
	}
	.comUl li a:hover {
		color: #FFF;
		background-image: url("img/common/icon03_hover.png");
		background-color: #EC6F4A;
	}
}
@media all and (max-width: 896px) {
	.comUl {
		display: block;
		max-width: 225px;
	}
	.comUl li {
		margin-right: 0;
		width: auto;
	}
	.comUl li a {
		margin-bottom: 50px;
		padding: 4px 10px 6px 10px;
		min-height: 70px;
		font-size: 1.5rem;
		letter-spacing: 0;
		border-radius: 6px;
		color: #FFF;
		background: url(img/common/sp_icon01.png) no-repeat center right 14px / 7px;
		background-color: #E76F4A;
	}

}

/*headLine01*/
.headLine01 {
	margin-bottom: 103px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.13em;
}
.en {
	position: absolute;
	top: 0;
	right: 2px;
	height: 49px;
}
.en img {
	height: 100%;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 39px;
		font-size: 2.35rem;
		letter-spacing: 0.22em;
	}
	.en {
		display: none;
	}
}
/*headLine03*/
.headLine03 {
	margin-bottom: 32px;
	padding: 0 15px 2px 17px;
	display: inline-block;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: 0.13em;
	border-bottom: 3px solid #EC6F4A;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 22px;
		padding: 0 8px 2px 11px;
		font-size: 1.8rem;
		border-width: 2px;
	}
}
.headLine04 {
	margin: 0 3px 93px 0;
	padding: 10px 74px 11px;
	position: relative;
	font-size: 3.3rem;
	border-radius: 40px;
	letter-spacing: 0.13em;
	background-color: #FBF2E3;
}
.headLine04::before {
	width: 44px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/works/icon01.png") no-repeat top left / auto 100%;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 0 47px;
		padding: 6px 10px 6px 48px;
		font-size: 2rem;
	}
	.headLine04::before {
		width: 21px;
		height: 42px;
	}
}
.headLine05 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.468rem;
	letter-spacing: 0.13em;
}
@media all and (max-width: 896px) {
	.headLine05 {
		font-size: 3rem;
		letter-spacing: 0.25em;
	}
}
.comBtn {
	text-align: center;
}
.comBtn .btn {
	width: 200px;
	border-bottom: 2px solid #1E3049;
	padding: 0 0 12px;
	color: #EC6F4A;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-align: center;
}
.comBtn .btn::before {
	margin-left: -4px;
	width: 10px;
  	height: 18px;
  	position: absolute;
 	bottom: -9px;
 	left: 6%;
	display: block;
  	background: url(img/common/icon05.png) no-repeat top left / 100%;
  	transition: .5s;
  	content: "";
}
@media all and (min-width: 897px) {
	.comBtn .btn:hover::before {
		left: 98%;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-bottom: 99px;
	}
	.comBtn .btn {
		padding: 0 18px 10px 0;
		width: 62px;
		font-size: 1.5rem;
		box-sizing: border-box;
		background: url("img/common/icon03.png") no-repeat top 6px right 9px / 6px;
	}
	.comBtn .btn::before {
		width: 8px;
		height: 14px;
		bottom: -7px;
		left: 10%;
	}
	
}
.comDl {
	display: flex;
	flex-wrap: wrap;
}
.comDl dt,
.comDl dd {
	margin-bottom: 82px;
}
.comDl dt {
	margin: 5px 60px 0 0;
	width: 41px;
	position: relative;
}
.comDl dt::after {
	width: 3px;
	height: calc(100% - 53px);
	position: absolute;
	left: 19px;
	top: 49px;
	background-color: #1E3049;
	content: '';
}
.comDl dd {
	width: calc(100% - 101px);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.02em;
}
.comDl dd .h3Ttl {
	margin-bottom: 32px;
	padding: 0 15px 0 20px;
	display: inline-block;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: 0.13em;
	border-bottom: 3px solid #EC6F4A;
}
.comDl .last::after {
	display: none;
	content: none;
}
@media all and (max-width: 896px) {
	.comDl dt, 
	.comDl dd {
		margin-bottom: 58px;	
	}
	.comDl dt {
		margin: 0 25px 0 0;
		width: 25px;
	}
	.comDl dt::after {
		width: 2px;
		left: 11px;
		top: 30px;
		height: calc(100% - 34px);
	}
	.comDl dd {
		width: calc(100% - 50px);
		font-size: 1.5rem;
		line-height: 1.8666;
		letter-spacing: 0.05em;
	}
	.comDl dd .h3Ttl {
		margin-bottom: 22px;
		padding: 0 8px 2px 11px;
		font-size: 1.8rem;
		border-width: 2px;
	}
	.comDl dd span {
		letter-spacing: -00.05em;
	}
}
@media all and (max-width: 374px) {
	.comDl dd .h3Ttl {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	colum
------------------------------------------------------------*/
.colum {
	margin-bottom: 200px;
}
.colum .bigBox {
	margin-bottom: 206px;
	border-top: 2px solid #BEC3CA;
}
.colum  .headLine01 {
	margin-bottom: 103px;
}
.colum .screenUl {
	margin: 0 auto 39px;
	max-width: 671px;
	display: flex;
	flex-wrap: wrap;
}
.colum .screenUl li {
	margin-right: 50px;
}
.colum .screenUl li a {
	padding: 2px 12px 3px 10px;
	width: 130px;
	display: block;
	color: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.28em;
	border-radius: 26px;
	border: 1px solid #ED6D48;
	background-color: #ED6D48;
	transition: 0.3s;
	box-sizing: border-box;
}
.colum .columUl {
	margin: 0 auto 108px;
	padding-left: 2px;
	max-width: 804px;
}
.colum .columUl li a {
	padding: 36px 40px 34px;
	display: block;
	position: relative;
	border-bottom: 1px solid #BEC3CA;
}
.colum .columUl li a::before {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 32px;
	top: 60px;
	background: url(img/common/icon04.png) no-repeat center right /100%;
	content: '';
	transition: 0.3s;
}
.colum .txtBox {
	margin-bottom: 17px;
}
.colum .time {
	margin-right: 25px;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.18em;
}
.colum .tag {
	padding: 0 10px;
	display: inline-block;
}
.colum .tag span {
	margin-bottom: 4px;
	padding: 2px 10px 2px 14px;
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
	color: #ED6D48;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	border: 1px solid #ED6D48;
	border-radius: 20px;
	letter-spacing: 0.28em;
	display: inline-block;
	box-sizing: border-box;
}
.colum .tag span:last-child {
	margin-bottom: 0;
}
.colum .txt {
	letter-spacing: 0.13em;
	font-weight: bold;
}
.colum .wp-pagenavi {
	text-align: center;
}
.colum .wp-pagenavi a,
.colum .wp-pagenavi span {
	margin: 0 7px;
	padding: 1px 5px;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	min-width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	vertical-align: middle;
}
.colum .wp-pagenavi .pages,
.colum .wp-pagenavi .first,
.colum .wp-pagenavi .last {
	display: none;
}
.colum .wp-pagenavi .previouspostslink,
.colum .wp-pagenavi .nextpostslink {
	font-size: 0;
	height: 50px;
	width: 50px;
	background: url(img/common/icon02.png) no-repeat center right / 50px;
}
.colum .wp-pagenavi .previouspostslink {
	margin-right: 75px;	
	background-image: url("img/common/icon01.png");
}
.colum .wp-pagenavi .nextpostslink {
	margin-left: 75px;
}
.colum .wp-pagenavi .current {
	color: #FFF;
	border-radius: 20px;
	background-color: #ED6D48;
}
.colum_detail .detailBox {
	margin-bottom: 64px;
	padding: 3px 0 42px;
	border-bottom: 2px solid #BEC3CA;
}
.colum_detail .txt {
	margin-bottom: 54px;
	font-size: 2.4rem;
}
.colum_detail .txtBox {
	margin-bottom: 22px;
}
.colum_detail .photoBox {
	margin-bottom: 51px;
}
.colum_detail .imgBox p {
	margin-bottom: 42px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.27;
	letter-spacing: 0.02em;
}
.colum_detail .wp-pagenavi {
	margin-bottom: 198px;
}
.colum_detail .wp-pagenavi .list {
	letter-spacing: 0.13em;
}
.colum_detail .wp-pagenavi .nextpostslink {
	margin-left: 3px;
}
.colum_detail .wp-pagenavi .previouspostslink {
	margin-right: 3px;
}
.colum_detail .imgBox figure {
		margin-bottom: 50px;
}
@media all and (min-width: 897px) {
	.colum .columUl li a:hover::before {
		right: 27px;
	}
	.colum .screenUl li:last-child {
		margin-right: 0;
	}
	.colum .screenUl li a:hover {
		color: #ED6D48;
		background-color: #FFF;
	}
	.colum .screenUl li a .lable:hover {
		opacity: 0;
	}
	.colum .screenUl li a .lableOver:hover {
		opacity: 1;
	}
	.colum .wp-pagenavi .nextpostslink:hover {
		background-image: url(img/common/icon02_hover.png);
		background-color: #FFF;
	}
	.colum .wp-pagenavi .previouspostslink:hover {
		background-image: url(img/common/icon01_hover.png);
		background-color: #FFF;
	}
	.colum .wp-pagenavi a:hover {
		color: #FFF;
		background-color: #ED6D48;
	}
	.colum_detail .wp-pagenavi a:hover {
		color: #1E3049;
		background-color: transparent;
	}
	.colum_detail .wp-pagenavi .list:hover {
		opacity: 0.7;
	}
} 
@media all and (max-width: 896px) {
	.colum {
		margin-bottom: 116px;
		transform: translateX(0);
	}
	.colum  .headLine01 {
		margin-bottom: 40px;
	}
	.colum .screenUl {
		margin: 0 10px 28px;
		max-width: inherit;
	}
	.colum .screenUl li {
		margin: 0 20px 20px 0;
		width: calc(50% - 10px);
	}
	.colum .screenUl li:nth-child(2n) {
		margin-right: 0;
	}
	.colum .bigBox {
		margin-bottom: 100px;
		border-width: 1px;
	}
	.colum .columUl {
		margin-bottom: 79px;
		max-width: inherit;
	}
	.colum .columUl li a {
		padding: 29px 49px 24px 16px;
	}
	.colum .columUl li a::before {
		width: 27px;
		height: 27px;
		right: 17px;
		top: 46px;
	}
	.colum .tag {
		width: 105px;
	}
	.colum .tag span {
		padding: 1px 10px 2px 14px;
		width: 104px;
		font-size: 1.36rem;
	}
	.colum .txtBox {
		margin-bottom: 15px;
	}
	.colum .time {
		margin-right: 13px;
		font-size: 1.3rem;
		font-weight: 500;
	}
	.colum .wp-pagenavi {
		padding-left: 4px;
	}
	.colum .wp-pagenavi a, 
	.colum .wp-pagenavi span {
		margin: 0 7px;
		min-width: 25px;
		height: 25px;
		font-size: 1.5rem;
	}
	.colum .wp-pagenavi .previouspostslink, 
	.colum .wp-pagenavi .nextpostslink {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.colum .wp-pagenavi .nextpostslink {
		margin-left: 35px;
		height: 25px;
		width: 25px;
		right: -77px;
		background-size: 25px;
	}
	.colum .wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.colum .screenUl li a {
		padding: 2px 12px 4px 16px;
		width: auto;
		font-size: 2rem;	
		letter-spacing: 0.2em;
	}
	.colum_detail .detailBox {
		margin-bottom: 100px;
		padding: 3px 0 5px;
		border-width: 1px;
	}
	.colum_detail .txt {
		margin-bottom: 46px;
		font-size: 1.5rem;
	}
	.colum_detail .photoBox {
		margin-bottom: 40px;
	}
	.colum_detail .imgBox p {
		margin-bottom: 36px;
		font-size: 1.7rem;
		line-height: 2.05;
		text-align: justify;
		letter-spacing: 0.04em;
	}
	.colum_detail .page {
		margin-bottom: 98px;
	}
	.colum_detail .page p {
		font-size: 1.5rem;
	}
	.colum_detail .page a {
		margin-left: 10px;
		width: 25px;
	}
	.colum_detail .wp-pagenavi .nextpostslink {
		margin-left: 0;
	}
	.colum_detail .wp-pagenavi .previouspostslink {
		margin-right: 0;
	}
	.colum_detail .imgBox figure {
		margin-bottom: 40px;
	}
	.colum_detail .wp-pagenavi {
		margin-bottom: 98px;
	}
}
@media all and (max-width: 374px) {
	.colum .wp-pagenavi .previouspostslink {
		margin-right: 15px;
	}
	.colum .wp-pagenavi .nextpostslink {
		margin-left: 15px;
	}
	.colum .tag {
		width: 90px;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/ 
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	padding: 15px 10px;
	width: 100%;
	height: 58px;
	color: #1E3049;
	font-size: 1.6rem;
	font-weight: 500;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	background-color: #FDF6EA;
	box-sizing: border-box;
}
textarea {
	height: 307px;
	resize: vertical;
}
form.confirmed input[type="text"],
form.confirmed input[type="tel"],
form.confirmed input[type="email"],
form.confirmed textarea {
	background-color: #fff;
	border: none;
}
form.confirmed textarea {
	height: auto !important;
}
.contact .headLine01 {
	margin-bottom: 97px;
}
.contact p {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 2;
	padding-left: 43px;
}
.contact p.notes {
	margin-bottom: 110px;
}
.contact .notes img {
	margin-top: 7px;
	width: 6px;
}
.contact .tableBox {
	margin-bottom: 163px;
	padding-right: 2px;
}
.contact .tableBox table {  
	margin-bottom: 60px;
	width: 100%;    
	border-collapse: collapse;
}
.contact .tableBox table th,
.contact .tableBox table td { 
	padding-bottom: 53px;
	font-size: 1.6rem; 
	text-align: left;    
	vertical-align: top;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.contact .tableBox table th {
	padding-top: 16px;
	width: 190px;
}
.contact .tableBox table th img {
	margin: 8px 0 0 7px;
	width: 6px;
}
.contact .tableBox .submit {
	text-align: center;
}
.contact .tableBox .submit li {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 41px;
}
.contact .tableBox .submit li:last-child {
	margin-bottom: 0;
}
.contact .tableBox .submit input[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0; 
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 0;
	z-index: 2;
}
.contact .tableBox .submit .text {
	border-bottom: 2px solid #1E3049;
	padding: 0 0 12px;
	color: #EC6F4A;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-align: center;
}
.contact .tableBox .submit li::before {
	margin-left: -4px;
	width: 10px;
	height: 18px;
	position: absolute;
	bottom: -6px;
	left: 11%;
	display: block;
	background: url(img/common/icon05.png) no-repeat top left / 100%;
	transition: .5s;
	content: "";
	z-index: 3;
}
.contact .tableBox .submit .back input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 0;
	z-index: 2;
}
.contact .confirmed .submit {
	margin: 0 auto;
	max-width: 632px;
	display: flex;
	justify-content: space-between;
}
.contact .confirmed .submit .text {
	width: 130px;
}
.contact .tableBox .submit li .wpcf7-spinner {
	position: absolute;
	left: 0;
	bottom: -40px;
}
@media all and (min-width: 897px) {
	.contact .tableBox .submit li:hover::before {
		left: 95%;
	}
}
@media all and (max-width: 896px) {
	.contact {
		margin-bottom: 116px;
		transform: translateX(0);
	}
	.contact .headLine01 {
		margin-bottom: 95px;
	}
	.contact p {
		padding-left: 0;
		font-size: 1.5rem;
		line-height: 1.866;
		letter-spacing: 0.05em;
		text-align: left;
	}
	.contact p.notes {
		margin-bottom: 38px;
	}
	.contact .tableBox {
		margin: 0 -2px 0;
		padding-right: 0;
	}
	.contact .tableBox table th, 
	.contact .tableBox table td {
		padding-bottom: 33px;
		width: 100%;
		float: left;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.contact .tableBox table th {
		padding-bottom: 18px;
	}
	input[type="text"], 
	input[type="tel"], 
	input[type="email"], 
	textarea,
	select {
		height: 59px;
	}
	.contact textarea {
		height: 450px;
	}
	.contact .tableBox .submit .text {
		padding: 0 13px 10px 0;
		font-size: 1.5rem;
		border-width: 1px;
		box-sizing: border-box;
		background: url("img/common/icon03.png") no-repeat top 6px right / 6px;
	}
	.contact .tableBox .submit li::before {
		width: 8px;
		bottom: -9px;
		left: 13%;
	}
	.contact .tableBox .submit {
		margin-bottom: 103px;
		display: block;
	}
	.contact .tableBox .submit li {
		margin: 0 auto 40px;
		display: block;
		max-width: 130px;
		height: auto;
	}
	.contact .tableBox .submit li:last-child {
		margin-bottom: 0;
	}
	
}

.contact_thanks .headLine01 {
	margin-bottom: 98px
}
.contact_thanks p {
	margin-bottom: 127px;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	line-height: 1.928;
}
.contact_thanks .comBtn {
	margin-bottom: 198px;
}
@media all and (min-width: 897px) {
	.contact_thanks .comBtn .btn {
		width: 140px;
	}
}
@media all and (max-width: 896px) {
	.contact_thanks .comBtn {
		margin-bottom: 99px;
	}
	.contact_thanks {
		margin-bottom: 116px;
	}
	.contact_thanks .headLine01 {
		margin-bottom: 93px;
	}
	.contact_thanks p {
		margin-bottom: 90px;
		margin-right: -8px;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: -0.01em;
	}
}
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
.flow {
	max-width: 754px;
}
.flow .headLine01 {
	margin-bottom: 99px;
}
.flow .flowBox {
	margin-bottom: 108px;
}
@media all and (max-width: 896px) {
	.flow .headLine01 {
		margin-bottom: 40px;
	}
	.flow .flowBox {
		margin-bottom: 35px;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about.aboutBox {
	margin-bottom: 156px;
}
.about .headLine01 {
	margin-bottom: 118px;
}
.about .messageBox {
	margin-bottom: 185px;
	padding: 114px 98px 62px 114px;
	position: relative;
	border-radius: 84px;
	background-color: #FDF6EA;
}
.about .messageBox>p {
	margin-bottom: 42px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.27;
	letter-spacing: 0.02em;
}
.about .messageBox>p>span {
	font-weight: bold;
}
.about .messageBox .notes {
	font-size: 2.468rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	position: absolute;
	top: -27px;
	left: 112px;
}
.about .messageBox .notes img {
	margin-top: 12px;
	width: 8px;
}
.about .messageBox .notes span {
	margin: 0 35px;
}
.about .messageBox .imgBox {
	margin: 0 auto 89px;
	max-width: 647px;
	display: flex;
	align-items: center;
}
.about .messageBox .imgBox .photoBox {
	width: 331px;
}
.about .messageBox .imgBox img {
	width: 100%;
}
.about .messageBox .imgBox .textBox {
	margin-left: 56px;
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.13em;
}
.about .messageBox .imgBox .textBox::after {
	width: 74px;
	height: 7px;
	position: absolute;
	left: -94px;
	top: 31px;
	background: url("img/about/icon03.png") no-repeat top left /cover;
	content: '';
}
.about .messageBox .imgBox small {
	margin-left: 11px;
	font-size: 1.3rem;
	letter-spacing: 0.14em;
}
.about .headLine03 {
	margin-bottom: 94px;
}
.about .aboutDl {
	display: flex;
	flex-wrap: wrap;
}
.about .aboutDl dt,
.about .aboutDl dd {
	margin-bottom: 28px;
	width: 110px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.about .aboutDl dt {
	margin-right: 126px;
}
.about .aboutDl dd {
	width: calc(100% - 236px);
	position: relative;
}
.about .aboutDl dd::before {
	width: 71px;
	height: 2px;
	position: absolute;
	left: -125px;
	top: 13px;
	background-color: #BEC3CA;
	content: '';
}
.about .aboutDl dd>p {
	margin-bottom: 8px;
}
.about .aboutDl dd ul li {
	margin-bottom: 10px;
	padding-left: 0.9em;
	text-indent: -0.9em;
}
.about .mapBox #map {
	height: 600px;
}
.about .mapBox #map img {
	width: auto;
}
@media all and (min-width: 897px) {
	.about .aboutDl dd a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.about.aboutBox {
		margin-bottom: 74px;
	}
	.about .headLine01 {
		margin: 0 -6px 74px;
		letter-spacing: 0.12em;
	}
	.about .aboutBox {
		margin-bottom: 94px;
	}
	.about .messageBox {
		margin-bottom: 92px;
		padding: 58px 8px 19px 17px;
		font-size: 1.5rem;
		border-radius: 13px;
	}
	.about .messageBox>p {
		margin: 0 13px 26px;
		line-height: 1.8;
		font-size: 1.5rem;
	}
	.about .messageBox > p > span {
		font-weight: 400;
	}
	.about .messageBox .notes {
		margin: 0;
		font-size: 1.5rem;
		left: 25px;
		top: -13px;
	}
	.about .messageBox .notes img {
		margin-top: 3px;
		width: 6px;
	}
	.about .messageBox .notes span {
		margin: 0 21px;
		font-weight: bold;
	}
	.about .messageBox .imgBox {
		margin-bottom: 45px;
		align-items: flex-start;
	}
	.about .messageBox .imgBox .photoBox {
		width: calc(50% + 10px);
	}
	.about .messageBox .imgBox .textBox {
		margin: 8px 0 0 18px;
		width: auto;
		font-size: 1.2rem;
		line-height: 1.66;
	}
	.about .messageBox .imgBox small {
		margin: 3px 0 0 2px;
		display: block;
		font-size: 0.9rem;
		letter-spacing: 0.13em;
	}
	.about .messageBox .imgBox .textBox::after {
		width: 156px;
		left: -51px;
		top: 87px;
		background-image: url("img/about/sp_icon03.png");
	}
	.about .headLine03 {
		margin-bottom: 46px;
		padding: 0 18px 2px 10px;
		font-size: 2rem;
	}
	.about .aboutDl {
		margin-bottom: 74px;
		font-size: 1.4rem;
	}
	.about .aboutDl dt, 
	.about .aboutDl dd {
		margin-bottom: 25px;
		width: 72px;
		line-height: 1.785;
	}
	.about .aboutDl dt {
		margin-right: 33px;
	}
	.about .aboutDl dd {
		width: calc(100% - 106px);
	}
	.about .aboutDl dd::before {
		width: 19px;
		height: 1px;
		left: -33px;
		top: 11px;
	}
	.about .aboutDl dd > p {
		margin-bottom: 0;
	}
	.about .aboutDl dd ul li {
		margin-bottom: 0;
		line-height: 1.78;
	}
	.about .mapBox #map {
		margin: -42px 0 95px;
		height: auto;
		aspect-ratio: 750/600;
	}
}
@media all and (max-width: 374px) {
	.about .headLine01 {
		font-size: 2rem;
	}
	.about .messageBox .imgBox .textBox {
		margin-left: 9px;
	}
	.about .messageBox .imgBox .textBox::after {
		width: 136px;
		left: -29px;
		top: 78px;
	}
}
/*------------------------------------------------------------
	program 
------------------------------------------------------------*/
.program {
	margin-bottom: 200px;
}
.program .headLine01 {
	margin-bottom: 79px;
}
.program .content {
	transform: translateX(-4px);
}
.program .programBox {
	margin-bottom: 117px;
	display: flex;
}
.program .programBox .photoBox {
	margin: 0 46px 0 25px;
	width: 320px;
}
.program .programBox .photoBox img {
	width: 100%;
}
.program .programBox .textBox {
	margin-top: 56px;
	width: calc(100% - 394px);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.02em;
}
.program .programBox .textBox p {
	margin-bottom: 32px;
}
.program .programBox .textBox .mar {
	margin-bottom: 0;
}
.program .programPhoto {
	margin: 0 auto 125px;
	width: 875px;
}
.program .programPhoto img {
	width: 100%;
}
.program .h3Ttl {
	padding: 9px 8px;
	display: inline-block;
	color: #FFF;
	font-size: 1.79rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	border-radius: 6px 6px 0 0;
	background-color: #FDF6EA;
}
.program .h3Ttl span {
	padding: 13px 58px 12px 60px;
	display: inline-block;
	border-radius: 6px 6px 0 0;
	background-color: #EC6F4A;
}
.program .bgBox {
	margin-top: -10px;
	padding: 92px 82px 31px;
	border-radius: 6px;
	background-color: #FDF6EA;
}
.program .bgBox .headLine03 {
	margin-bottom: 36px;
	padding: 0 21px 1px 20px;
}
.program .bgBox .headLine03 img {
	margin-left: 14px;
	height: 20px;
	vertical-align: -4px;
}
.program .bgBox p {
	margin-bottom: 34px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.program .bgBox .policies {
	margin-bottom: 15px;
	padding: 5px 36px 4px;
	display: inline-block;
	color: #EC6F4A;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #ED6D48;
	border-radius: 20px;
}
.program .bgBox .textUl {
	margin: 0 0 84px -4px;
}
.program .bgBox .textUl li {
	margin-bottom: 4px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
.program .bgBox .textUl .color {
	margin-left: 4px;
	color: #EC6F4A;
}
@media all and (max-width: 896px) {
	.program {
		margin-bottom: 99px;
	}
	.program .headLine01 {
		margin-bottom: 44px;
		padding-left: 6px;
	}
	.program .programBox {
		margin-bottom: 62px;
		display: block;
	}
	.program .programBox .photoBox {
		margin: 0 auto;
		width: 236px;
	}
	.program .programBox .textBox {
		margin-top: 41px;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.program .programBox .textBox p {
		margin-bottom: 26px;
	}
	.program .programPhoto {
		margin: 0 auto 68px;
		padding-right: 1px;
		width: auto;
		max-width: 400px;
	}
	.program .h3Ttl {
		padding: 6px 7px;
		font-size: 1.4rem;
	}
	.program .h3Ttl span {
		padding: 8px 13px 6px 15px;
		border-radius: 5px 5px 0 0;
	}
	.program .bgBox {
		margin-top: 0;
		padding: 58px 20px 8px;
		border-radius: 0 12px 0 0;
	}
	.program .bgBox .headLine03 {
		margin-bottom: 23px;
		padding: 0 10px 2px;
		font-size: 2rem;
	}
	.program .bgBox .headLine03 img {
		margin-left: 6px;
		height: 11px;
		vertical-align: -2px;
	}
	.program .bgBox p {
		margin-bottom: 21px;
		font-size: 1.5rem;
		line-height: 1.86;
	}
	.program .bgBox .policies {
		margin-bottom: 18px;
		padding: 4px 32px 4px 28px;
		font-size: 1.2rem;
	}
	.program .bgBox .textUl {
		margin: 0 0 60px -4px;
	}
	.program .bgBox .textUl li {
		margin-bottom: 8px;
		font-size: 1.5rem;
		line-height: 1.33;
	}
}
@media all and (max-width: 374px) {
	.program .bgBox .textUl li {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	works
------------------------------------------------------------*/
.works {
	margin-bottom: 190px;
}
.works .headLine01 {
	margin-bottom: 107px;
}
.works .worksUl {
	margin-bottom: 140px;
	display: flex;
}
.works .worksUl li {
	margin-right: 10px;
	width: calc((100% - 20px)/3);
}
.works .worksUl li a {
	padding: 7px 8px;
	height: 100%;
	display: block;
	font-size: 1.79rem;
	font-weight: bold;
	border: 1px solid #1E3049;
	border-radius: 7px 7px 0 0;
	border-bottom: none;
	letter-spacing: 0.13em;
	box-sizing: border-box;
}
.works .worksUl li a span {
	padding: 10px 2px 8px 6px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px 7px 0 0;
	box-sizing: border-box;
}
.works .worksBox {
	margin-bottom: 159px;
	display: flex;
}
.works .worksBox .photoBox {
	margin: 20px 48px 0 0;
	width: 283px;
}
.works .worksBox .textBox {
	width: calc(100% - 331px);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.02em;
}
.works .worksBox .textBox .heading01 {
	margin-bottom: 11px;
	font-size: 1.8rem;
	letter-spacing: 0.13em;
}
.works .worksBox .textBox .heading01 span {
	margin-left: 7px;
	font-size: 3.3rem;
	letter-spacing: 0.13em;
}
.works .worksBox .textBox .color {
	color: #EC6F4A;
	font-weight: bold;
}
.works .support {
	margin-bottom: 34px;
}
.works .comDl dt {
	margin-top: 6px;
}
.works .comDl dd .h4Ttl {
	padding-bottom: 2px;
}
.works  .check {
	margin-bottom: 118px;
}
.works  .check .headLine04 {
	margin-bottom: 88px;
}
.works  .check p {
	margin-bottom: 82px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.02em;
}
.works .headLine03 {
	padding: 0 16px 3px 20px;
}
.works .check .mar {
	margin-bottom: 84px;
}
.works .check .botm {
	margin-bottom: 30px;
	padding-bottom: 2px;
}
@media all and (min-width: 897px) {
	.works .worksUl li:last-child {
		margin-right: 0;
	}
	.works .worksUl li a span:hover {
		color: #FFF;
		background-color: #EC6F4A;
	}
	
}
@media all and (max-width: 896px) {
	.works {
		margin-bottom: 96px;
	}
	.works .headLine01 {
		margin-bottom: 42px;
	}
	.works .worksUl {
		margin-bottom: 64px;
		display: block;
		max-width: 380px;
	}
	.works .worksUl li {
		margin: 0 0 19px;
		width: auto;
		display: inline-block;
	}
	.works .worksUl li:nth-child(2) {
		margin-bottom: 22px;
	}
	.works .worksUl li a {
		padding: 6px;
		display: inline-block;
		font-size: 1.5rem;
	}
	.works .worksUl li a span {
		padding: 6px 17px 7px 20px;
		color: #FFF;
		font-size: 1.5rem;
		background-color: #EB6F4A;
	}
	.works .worksBox {
		margin-bottom: 94px;
		display: block;
	}
	.works .worksBox .photoBox {
		margin: 0 auto 22px;
		padding-right: 30px;
		width: 209px;
		display: block;
	}
	.works .worksBox .textBox {
		width: auto;
		font-size: 1.5rem;
		line-height: 1.866;
	}
	.works .worksBox .textBox .heading01 {
		font-size: 1.4rem;
	}
	.works .worksBox .textBox .heading01 span {
		margin-left: 5px;
		font-size: 2rem;
	}
	.works .comDl dt, 
	.works .comDl dd {
		margin-bottom: 38px;	
	}
	.works .comDl dt {
		margin-top: 2px;
	}
	.works .comDl dt::after {
		height: calc(100% + 7px);
	}
	.works .support {
		margin-bottom: 54px;
	}
	.works .check .headLine04 {
		margin-bottom: 44px;
	}
	.works .headLine03 {
		margin-bottom: 24px;
		padding: 0 8px 2px 9px;
	}
	.works .check {
		margin-bottom: 92px;
	}
	.works .check p {
		margin-bottom: 37px;
		font-size: 1.5rem;
		line-height: 1.866;
		text-align: justify;
	}
	.works .check .botm {
		margin-bottom: 22px;
	}
}
@media all and (max-width: 374px) {
	.headLine04::before {
		width: 44px;
		height: 100%;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.top #gHeader {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.top #gHeader.on {
	opacity: 1;
	visibility: visible;
}
.index {
	margin-bottom: -200px;
}
.index .mainVisual {
	padding: 37px 89px;
	min-height: 717px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #FDF6EA;
	z-index: 100;
	box-sizing: border-box;
}
.index .mainVisual.hide {
	opacity: 0;
	visibility: hidden;
}
.index .mainVisual .content {
	margin: 0 auto;
	max-width: 1264px;
}
.index .mainVisual .logo {
	margin-bottom: 96px;
}
.index .mainVisual .logo a {
	width: 299px;
	display: block;
}
.index .mainVisual .cityBox {
	position: absolute;
	top: 60px;
	right: 136px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.31;
	letter-spacing: 0.26em;
}
.index .mainVisual .cityBox .txt {
	margin: 8px 32px 0 0;
	padding-top: 8px;
	border-top: 2px solid #1E3049;
	font-size: 1.3rem;
	letter-spacing: 0.26em;
}
.index .mainVisual .topBox {
	margin-left: 80px;
	position: relative;
	z-index: 2;
}
.index .mainVisual .photoBox {
	width: 661px;
	position: absolute;
	left: calc(50% - 80px);
	bottom: 0;
}
.index .mainVisual .topBox .h2Ttl {
	margin-bottom: 44px;
	font-size: 4.2rem;
	line-height: 1.75;
	letter-spacing: 0.26em;
}
.index .mainVisual .topBox .h2Ttl span {
	position: relative;
}
.index .mainVisual .topBox .h2Ttl span::before {
	width: 7px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 18px;
	border-radius: 100%;
	background-color: #1E3049;
	content: '';
}
.index .mainVisual .topBox p {
	margin: 0 0 63px 5px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.02em;
}
.index .indexBox {
	padding-bottom: 200px;
	position: relative;
	z-index: 101;
	background-color: #fff;
}
.index .mainBtn {
	margin-left: 4px;
	max-width: 267px;
	text-align: center;
}
.index .mainBtn a {
	padding: 13px 20px 14px 18px;
	display: block;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-radius: 40px;
	border: 1px solid #ED6D48;
	background-color: #ED6D48;
	transition: 0.3s linear;
}
.animmv__scroll {
	position: absolute;
	bottom: 60px;
	left: 73px;
	text-align: center;
	opacity: 0;
	width: 24px;
}
.animmv__scroll a {
	display: block;
}
.animmv__scroll._animated {
	animation: fadein 0.1s ease-in-out forwards;
}
.animmv__scroll::before {
	content: '';
	position: absolute;
	display: block;
	top: 66px;
	left: calc(50% + 1px);
	height: 58px;
	border-right: solid 1px #000;
	animation: scroll-line-animation 3s infinite ease-in-out;
}
.animmv__scroll::after {
	content: '';
	display: block;
	width: 28px;
	height: 24px;
	background: url("img/index/arrow.png") center/contain no-repeat;
}
.animmv__scroll-text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	margin-left: -2px;
	margin-bottom: 90px;
	width: 12px;
}
.animmv__scroll-text img {
	width: 8px;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes scroll-line-animation {
	0% {
		transform: translateY(-6px);
		opacity: 0;
	}
	25% {
		transform: translateY(4px);
		opacity: 1;
	}
	75% {
		transform: translateY(-4px);
		opacity: 1;
	}
	100% {
		transform: translateY(6px);
		opacity: 0;
	}
}
@media (min-width: 1443px) {
	.index .mainVisual {
		padding: 2.44vw 8.49vw;
		min-height: 850px;
	}
	.index .mainVisual .content {
		max-width: inherit;
	}
	.index .mainVisual .logo {
		margin-bottom: 6.3vw;
	}
	.index .mainVisual .logo a {
		width: 23.7%;
	}
	.index .mainVisual .cityBox {
		top: 3.86vw;
		right: 11.4vw;
		font-size: 1.05vw;
		letter-spacing: 0.29vw;
	}
	.index .mainVisual .cityBox .txt {
		margin: 0.6vw 2.2vw 0 0;
		padding-top: 0.6vw;
		font-size: 0.9vw;
		letter-spacing: 0.18vw;
	}
	.index .mainVisual .topBox {
		margin-left: 6.4%;
	}
	.index .mainVisual .photoBox {
		width: 43.38%;
		left: calc(50% - 135px);
	}
	.index .mainVisual .topBox .h2Ttl {
		margin-bottom: 3.1vw;
		font-size: 2.73vw;
		letter-spacing: 0.75vw;
	}
	.index .mainVisual .topBox .h2Ttl span::before {
		width: 0.47vw;
		height: 0.47vw;
		top: -0.52vw;
		left: 1.1vw;
	}
	.index .mainVisual .topBox p {
		margin: 0 0 4.4vw 0.34vw;
		font-size: 1vw;
		letter-spacing: 0.1vw;
	}
	.index .mainBtn {
		margin-left: 4px;
		max-width: inherit;
		display: inline-block;	
	}
	.index .mainBtn a {
		padding: 0.84vw 2.8vw 0.86vw 2.6vw;
		letter-spacing: 0.02em;
		border-radius: 100px;
		font-size: 1.18vw;
	}
	.animmv__scroll {
		bottom: 3.78vw;
		left: 7.46vw;
		width: 1.85vw;
	}
	.animmv__scroll::before {
		top: 4.2vw;
		left: calc(50% - 2px);
		height: 4vw;
	}
	.animmv__scroll::after {
		width: 1.8vw;
		height: 1.8vw;
	}
	.animmv__scroll-text {
		margin-left: -1.3vw;
		margin-bottom: 5.76vw;
		width: 1.8vw;
	}
	.animmv__scroll-text img {
		width: 0.53vw;
	}
}
@media (min-width: 1800px) {
	.index .mainVisual {
		min-height: 1000px;
	}
}
@media (min-width: 2000px) {
	.index .mainVisual {
		min-height: 1200px;
	}
}
@media (min-width: 2560px) {
	.index .mainVisual {
		min-height: 1330px;
	}
}
@media (min-width: 3000px) {
	.index .mainVisual {
		min-height: 1440px;
	}
}
@media (max-width: 1258px) and (min-width: 897px) {
	.index .mainVisual .photoBox {
		left: calc(50% - 16px);
		width: 40%;
	}
}
@media (max-width: 896px) {
	.animmv__scroll {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 18px;
		left: 22px;
		bottom: 20px;
	}
	.animmv__scroll::before {
		top: 58px;
		height: 28%;
	}
	.animmv__scroll::after {
		width: 18px;
		height: 18px;
	}
	.animmv__scroll-text {
		margin-bottom: 85px;
		margin-left: -5px;
	}
	.animmv__scroll-text img {
		width: 6.5px;
	}
}
.index .mainBox {
	padding-top: 194px;
}
.index .colum {
	margin-bottom: 191px;
}
.index .colum .headLine05 {
	margin: 0 28px 50px 0;
}
.index .colum .columBox {
	margin-bottom: 185px;
	padding: 39px 57px 30px 68px;
	border-radius: 24px;
	background-color: #FDF6EA;
}
.index .colum .columBox ul {
	margin-bottom: 22px;
	border-bottom: 1px solid #BBB;
}
.index .colum .columBox ul li {
	border-top: 1px solid #BBB;
}
.index .colum .columBox ul a {
	padding: 19px 0;
	position: relative;
	display: flex;
}
.index .colum .columBox ul a::before {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 22px;
	right: -1px;
	background: url("img/common/icon04.png") no-repeat center right / cover;
	content: '';
	transition: 0.3s;
}
.index .colum .columBox ul .last {
	border-bottom: 1px solid #BBB;
}
.index .colum .columBox ul li span {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: 0.02em;
}
.index .colum .columBox ul li .year {
	width: 116px;
	letter-spacing: 0.18em;
}
.index .colum .columBox ul li .tag {
	margin: 0 5px 1px;
	width: 100px;
	padding: 0;
	display: inline-block;
	border: inherit;
	box-sizing: border-box;
}
.index .colum .columBox ul li .tag span {
	margin-bottom: 4px;
	width: 100px;
	padding: 5px 4px 5px 5px;
	font-size: 1.4rem;
	font-family: 'Barlow Condensed', sans-serif;
	color: #FFF;
	border: 1px solid #ED6D48;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	background-color: #ED6D48;
	box-sizing: border-box;
	letter-spacing: 0.24em;
	line-height: 1;
}
.index .colum .columBox ul li .tag span:last-child {
	margin-bottom: 0;
}
.index .colum .columBox ul li .txt {
	margin-left: 29px;
	width: calc(100% - 256px);
}
.index .colum .columBox p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.928;
	letter-spacing: 0.02em;
	text-align: right;
}
.index .colum .columBox p a {
	display: inline-block;
	position: relative;
}
.index .colum .columBox p .not {
	margin: 7px -1px 0 10px;
	width: 13px;
	opacity: 1;
}
.index .colum .columBox p .notOver {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.index .colum .text {
	margin-bottom: 80px;
	font-weight: 500;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 0.02em;
}
.index .comBtn .btn {
	width: 218px;
}
.index .works {
	margin-bottom: 196px;
}
.index .works .headLine05 {
	margin-bottom: 46px;
}
.index .worksBox {
	margin-bottom: 104px;
	display: flex;
}
.index .worksBox .photoBox {
	width: 458px;
}
.index .worksBox .photoBox img {
	width: 100%;
}
.index .worksBox .textBox {
	margin: 125px 0 0 18px;
	width: calc(100% - 546px);
}
.index .worksBox .textBox .h3Ttl {
	margin-bottom: 20px;
	font-size: 3.3rem;
	line-height: 1.57;
	font-weight: bold;
	letter-spacing: 0.13em;
}
.index .worksBox .textBox p {
	margin-left: 5px;
	line-height: 1.875;
}
.index .worksBox01 {
	margin-bottom: 119px;
	flex-direction: row-reverse;
}
.index .worksBox01 .photoBox {
	margin: 0 1px 0 62px;
	width: 405px;
}
.index .worksBox01 .textBox {
	margin: 136px 0 0;
	width: calc(100% - 470px);
}
.index .worksBox01 .textBox .h3Ttl {
	margin-bottom: 23px;
}
.index .worksBox01 .textBox p {
	margin-left: 0;
}
.index .worksBox02 {
	margin-bottom: 98px;
}
.index .worksBox02 .photoBox {
	margin: 0 0 0 -4px;
	width: 454px;
}
.index .worksBox02 .textBox {
	margin: 105px -16px 0 79px;
	width: calc(100% - 516px);
}
.index .worksBox02 .textBox .h3Ttl {
	margin-bottom: 16px;
}
.index .worksBox02 .textBox p {
	margin-left: 0;
}
.index .works .comBtn .btn {
	width: 150px;
}
.index .program {
	margin-bottom: 199px;
}
.index .program .headLine05 {
	margin-bottom: 64px;
}
.index .proBox {
	margin: 0 -7px 95px;
	display: flex;
	align-items: flex-start;
}
.index .proBox .photoBox {
	width: 277px;
}
.index .proBox img {
	width: 100%;
}
.index .proBox dl {
	margin: 23px -24px 0 69px;
	width: calc(100% - 324px);
	position:relative;
	display: flex;
	flex-wrap: wrap;
}
.index .proBox dl::before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -24px;
	background-color: #1E3049;
	content: '';
}
.index .proBox dl dt,
.index .proBox dl dd {
	margin-bottom: 55px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index .proBox dl dt {
	width: 132px;
	line-height: 1.2;
	font-size: 1.862rem;
	font-weight: bold;
	letter-spacing: 0.13em;
}
.index .proBox dl dt::before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: -28px;
	border-radius: 10px;
	background-color: #EC6F4A;
	content: '';
	z-index: 2;
}
.index .proBox dl dt:first-child::after,
.index .proBox dl dt:last-of-type::after {
	width: 1px;
	height: 47px;
	position: absolute;
	top: 0;
	left: -24px;
	background-color: #FFF;
	content: '';
}
.index .proBox dl dt:last-of-type::after {
	height: 28px;
	top: 24px;
}
.index .proBox dl dt img {
	margin-top: 2px;
	display: block;
	width: 67px;
}
.index .proBox dl dd {
	width: calc(100% - 150px);
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.8125;
}
.index .proBox dl dd::before {
	width: 6px;
	height: 11px;
	position: absolute;
	top: calc(50% - 6px);
	left: -18px;
	background: url("img/index/icon02.png") no-repeat center left / 100%;
	content: '';
}
.index .proBox dl .last::after {
	position: inherit;
	content: none;
}
@media all and (min-width: 897px) {
	.index .proBox dl dt:last-of-type,
	.index .proBox dl dd:last-child {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.index .mainVisual .topBox .mainBtn a:hover {
		color: #ED6D48;
		background-color: #FFF;
	}
	.index .scroll {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 18px;
	}
	.index .colum .columBox ul li a:hover .txt {
		text-decoration: underline;
	}
	.index .colum .columBox p a:hover .not {
		opacity: 0;
	}
	.index .colum .columBox p a:hover .notOver {
		width: 16px;
		opacity: 1;
		top: 6px;
		right: -1px;
	}
	.index .colum .columBox ul a:hover::before {
		right: -6px;
	}
}
@media all and (max-width: 896px) {
	.index {
		margin-top: -91px;
	}
	.index .mainVisual {
		padding: 0;
		min-height: 635px;
	}
	.index .mainVisual .topBox {
		margin-left: 35px;
		padding-top: 91px;
	}
	.index .mainVisual .topBox .h2Ttl {
		font-size: 2.3rem;
	}
	.index .mainVisual .cityBox {
		top: inherit;
		bottom: 54px;
		right: 18px;
		font-size: 1.067rem;
		line-height: 1.5;
	}
	.index .mainVisual .cityBox .txt {
		margin: 7px 3px 0 0;
		padding-top: 10px;
		border-width: 1px;
		font-size: 0.9945rem;
	}
	.index .mainVisual .topBox .h2Ttl span::before {
		width: 5px;
		height: 5px;
		top: -6px;
		left: 8px;
	}
	.index .mainVisual .photoBox {
		width: 283px;
		left: calc(50% - 130px);
		bottom: 167px;
	}
	.index .mainBtn {
		margin: 0 38px 81px;
		max-width: inherit;
		position: static;
	}
	.index .mainBtn a {
		padding-bottom: 13px;
		font-size: 1.7rem;
	}
	.index .mainVisual .topBox p {
		margin: 0;
		position: absolute;
		width: 256px;
		bottom: -232px;
		line-height: 1.8;
		left: calc(50% - 128px);
		font-size: 1.5rem;
		text-align: center;
	}
	.index .mainBox {
		margin-bottom: 116px;
		padding-top: 44px;
	}
	.index .colum {
		margin-bottom: 92px;
	}
	.index .colum .headLine05 {
		margin: 0 0 47px;
	}
	.index .colum .columBox {
		margin-bottom: 93px;
		padding: 31px 20px 23px 20px;
		border-radius: 12px;
	}
	.index .colum .columBox ul {
		margin-bottom: 13px;
	}
	.index .colum .columBox ul li {
		background-position-y: bottom 12px;
	}
	.index .colum .columBox ul li a {
		padding: 18px 30px 15px 0;
		display: block;
	}
	.index .colum .columBox ul a::before {
		top: inherit;
		bottom: 13px;
	}
	.index .colum .columBox ul li span {
		font-size: 1.1rem;
	}
	.index .colum .columBox ul li .year {
		margin-right: 13px;
	}
	.index .colum .columBox ul li .tag span {
		padding: 4px 4px 4px 6px;
		width: 90px;
		font-size: 1.2rem;
	}
	.index .colum .columBox ul li .txt {
		margin: 15px 0 0;
		width: 100%;
		font-size: 1.3rem;
		display: block;
	}
	.index .colum .columBox ul li .label {
		padding: 0 16px;
		height: 23px;
	}
	.index .colum .columBox p {
		font-size: 1.5rem;
	}
	.index .colum .columBox p img {
		margin: 7px 0 0 10px;
		width: 15px;
	}
	.index .colum .text {
		margin-bottom: 41px;
		line-height: 1.8;
	}
	.index .colum .colmTxt {
		margin-bottom: 59px;
	}
	.index .comBtn {
		margin-bottom: 0;
	}
	.index .comBtn .btn {
		border-width: 1px;
		background-position-x: right 14px;
	}
	.index .comBtn .btn::before {
		left: 7%;
	}
	.index .works {
		margin-bottom: 94px;
	}
	.index .worksBox {
		margin-bottom: 65px;
		display: block;
	}
	.index .works .headLine05 {
		margin-bottom: 60px;
	}
	.index .worksBox .photoBox {
		margin-bottom: 39px;
		padding-right: 6px;
		width: auto;
		max-width: 400px;
	}
	.index .worksBox .textBox {
		margin: 0;
		width: auto;
	}
	.index .worksBox .textBox .h3Ttl {
		margin-bottom: 14px;
		line-height: 2;
		font-size: 2rem;
	}
	.index .worksBox .textBox p {
		margin-left: 0;
	}
	.index .worksBox01 {
		margin-bottom: 63px;
	}
	.index .worksBox01 .photoBox {
		margin: 0 auto 38px;
		padding: 0 0 0 39px;
		width: auto;
	}
	.index .worksBox01 .textBox {
		margin: 0;
		width: auto;
	}
	.index .worksBox02 {
		margin-bottom: 58px;
	}
	.index .worksBox02 .photoBox{
		margin: 0 auto 38px;
		padding-right: 24px;
		width: auto;
	}
	.index .worksBox02 .textBox {
		margin: 0;
		width: auto;
	}
	.index .program {
		margin-bottom: 98px;
	}
	.index .program .headLine05 {
		margin-bottom: 58px;
	}
	.index .proBox {
		margin: 0 0 58px;
		display: block;
	}
	.index .proBox .photoBox {
		margin: 0 auto;
		max-width: 400px;
		padding: 0 52px;
		width: auto;
	}
	.index .proBox dl {
		margin: 53px 0 0 49px;
		width: auto;
		display: block;
	}
	.index .proBox dl::before {
		left: -32px;
	}
	.index .proBox dl dt, 
	.index .proBox dl dd {
		padding-bottom: 0;
		width: auto;
	}
	.index .proBox dl dt {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.index .proBox dl dt img {
		margin-top: 5px;
		width: 88px;
	}
	.index .proBox dl dd {
		margin-bottom: 38px;
		font-size: 1.5rem;
		line-height: 1.925;
	}
	.index .proBox dl dt::before {
		left: -36px;
	}
	.index .proBox dl dt:first-child::after {
		height: 20px;
		left: -32px;
	}
	.index .proBox dl dt:last-of-type::after {
		height: 114px;
		top: 25px;
		left: -32px;
	}
	.index .proBox dl dd::before {
		width: 11px;
		height: 6px;
		top: -19px;
		left: 1px;
		background-image: url("img/index/icon03.png");
	}
	.index .proBox dl .mar01::before {
		top: -19px;
	}
	.index .colum .columBox p .notOver {
		opacity: 0!important;
	}
}
@media all and (max-width: 374px) {
	.index .mainBtn a {
		font-size: 1.5rem;
	}
	.index .program .headLine05 {
		font-size: 2.6rem;
	}
	.index .colum .colmTxt {
		font-size: 1.4rem;
	}
}