@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 120rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 19.5rem 0 2.2rem;
	margin-bottom: 12rem;
	position: relative;
}
.pageTitle::after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
	background-color: #F2F2F2;
	-webkit-clip-path: polygon(100% 20.2%, 0% 100%, 100% 100%);
	clip-path: polygon(100% 20.2%, 0% 100%, 100% 100%);
	pointer-events: none;
}
.pageTitle h2 {
	margin: 0 auto 11rem;
	max-width: 120rem;
	position: relative;
	z-index: 2;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 14.5rem 0 2.3rem;
		margin-bottom: 5rem !important;
	}
	.pageTitle::after {
		-webkit-clip-path: polygon(100% 45%, 0% 100%, 100% 100%);
		clip-path: polygon(100% 45%, 0% 100%, 100% 100%);
		pointer-events: none;
	}
	.pageTitle h2 {
		margin: 0 1.5rem 2.5rem;
	}
}
/*------------------------------------------------------------
	cover
------------------------------------------------------------*/
.cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    content: "";
    pointer-events: none;
    background: rgba(26, 26, 26, 0.7);
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 .en {
	display: block;
	font-size: 8.2rem;
	font-weight: 700;
	line-height: 1.45;
}
.headLine01 .jp {
	color: #00AEC4;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		font-size: 4.7rem;
		line-height: 1.25;
	}
	.headLine01 .jp {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.8rem;
	font-weight: 700;
}
.headLine03 .jp {
	margin-right: 2.5rem;
	display: inline-block;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.headLine03 .en {
	color: #00AEC4;
	font-size: 1.9rem;
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 .en {
	margin-bottom: 0.3rem;
	display: block;
	color: #1A1A1A;
	font-size: 6.9rem;
	font-weight: 600;
	letter-spacing: 0;
}
.headLine04 .jp {
	color: #00AEC4;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine04 .en  {
		margin-bottom: 0;
		font-size: 4.1rem;
		font-weight: 900;
		line-height: 1.39;
	}
	.headLine04 .jp {
		font-size: 1.5rem;
		font-weight: 700;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 0.5rem 0 15rem;
	text-align: center;
	background-color: #F0F0EE;
}
.comContactBox h2 {
	margin: -4.7rem 0 4.1rem;
}
.comContactBox .tel .phone {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.comContactBox .tel a {
	margin-left: 0.9rem;
	font-size: 6rem;
	letter-spacing: 0.1em;
}
.comContactBox .tel .date {
	display: block;
	letter-spacing: 0.1em;
}
.comContactBox .tel {
	margin-bottom: 4.1rem;
}
.comContactBox p {
	margin-bottom: 5.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.comContactBox ul {
	margin-top: -2rem;
}
.comContactBox li {
	margin: 2rem 5% 0 0;
	width: 30%;
}
.comContactBox li:nth-child(3n) {
	margin-right: 0;
}
.comContactBox li a {
	padding: 0 1.9rem;
	height: 100%;
	position: relative;
	z-index: 1;
	min-height: 8rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	border: 0.1rem solid #333;
	background: #FFF;
}
.comContactBox li a:after {
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	width: 4rem;
	height: 0.8rem;
	background: url("../img/common/icon04.png") no-repeat left top / 4rem;
	content: "";
}
.comContactBox li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	background-color: #333;
	transition: .2s;
}
.comContactBox li .mark {
	margin-right: 1.1rem;
	position: relative;
	width: 4rem;
	display: flex;
	align-items: center;
}
.comContactBox li .mark .over {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 4rem;
}
.comContactBox li .txt {
	display: block;
}
@media all and (min-width: 897px) {
	.comContactBox li a:hover {
		color: #fff;
		background-image: url("../img/common/icon10.png");
	}
	.comContactBox li a:hover .mark .out {
		opacity: 0;
	}
	.comContactBox li a:hover .mark .over {
		opacity: 1;
	}
	.comContactBox li a:hover:after {
		background-image: url("../img/common/icon10.png");
	}
	.comContactBox li a:hover:before {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 0.5rem 0 6rem;
	}
	.comContactBox h2 {
		margin: -2.9rem 0 1.7rem;
	}
	.comContactBox .tel .phone {
		margin-bottom: 0.2rem;
		font-size: 2.4rem;
	}
	.comContactBox .tel a {
		margin-left: 0.9rem;
		font-size: 3.6rem;	}
	
	.comContactBox .tel {
		margin-bottom: 1.7rem;
	}
	.comContactBox p {
		margin-bottom: 3.6rem;
		line-height: 1.75;
	}
	.comContactBox ul {
		margin-top: 0;
		display: block;
	}
	.comContactBox li {
		margin: 0 0 2rem;
		width: auto;
	}
	.comContactBox li:last-child {
		margin-bottom: 0;
	}	
	.comContactBox li a {
		padding: 0 1.9rem;
		min-height: 6rem;	
	}
	.comContactBox li a:after {
		right: 1.9rem;
		width: 3rem;
		background-image: url("../img/common/icon04_sp.png");
		background-size: 3rem auto;
	}
	.comContactBox li .mark {
		margin-right: 0.8rem;
		width: 2.4rem;
	}
	.comContactBox li .txt {
		margin-bottom: 0.2rem;
	}	
}
/*------------------------------------------------------------
	stepUl
------------------------------------------------------------*/
.comFormBox .stepUl {
	margin-bottom: 5.1rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.comFormBox .stepUl li {
	padding: 2.4rem 0 2.8rem 6.0rem;
	position: relative;
	width: 30rem;
	font-size: 2rem;
	color: #959595;
	letter-spacing: 0.1em;
	background-color: #F0F0EE;
}
.comFormBox .stepUl li:first-child {
	padding-left: 3rem;
}
.comFormBox .stepUl li::before {
	position: absolute;
	height: 100%;
	width: 3.2rem;
	right: -3.2rem;
	top: 0;
	z-index: 10;
	background: url("../img/common/step_icon.png") no-repeat;
	background-size: 100% 100%;
	content: "";
}
.comFormBox .stepUl li:last-child:before {
	display: none;
}
.comFormBox .stepUl .en {
	margin-right: 2rem;
	display: inline-block;
	color: rgba(51,51,51,0.3);
	font-size: 4rem;
	vertical-align: -0.6rem;
	letter-spacing: 0.03em;
	line-height: 1.2;
}
.comFormBox .stepUl .on {
	color: #FFF;
	background-color: #333;
}
.comFormBox .stepUl .on .en {
	color: rgba(255, 255,255,0.3);
}
.comFormBox .stepUl .on::before {
	background-image: url("../img/common/step_icon_on.png");
}
@media all and (max-width: 896px) {
	.comFormBox .stepUl {
		margin: 0 auto 3rem;
		max-width: 50rem;
	}
	.comFormBox .stepUl li {
		padding: 1.2rem 0 1.2rem 1.6rem;
		width: calc(100% / 3) !important;
		text-align: center;
		font-size: 1.2rem;
	}
	.comFormBox .stepUl li:first-child {
		padding-left: 0;
	}
	.comFormBox .stepUl li::before {
		width: 1.6rem;
		right: -1.5rem;
	}
	.comFormBox .stepUl .en {
		margin: 0 0 0.5rem;
		display: block;
		font-size: 1.8rem;
		vertical-align: top;
	}
}
/*------------------------------------------------------------
	comFormBox
------------------------------------------------------------*/
.comFormBox .topTxt {
	line-height: 2;
	letter-spacing: 0.1em;
}
.comFormBox .topTxt .red {
	color: #C30D23;
}
.comFormBox .noteList {
	margin-bottom: 7.3rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.comFormBox .noteList li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.comFormBox table {
	margin-bottom: 6rem;
	width: 100%;
	border-collapse: collapse;
}
.comFormBox th,
.comFormBox td {
	padding: 2.9rem 1rem 3rem;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	letter-spacing: 0.1em;
	border-top: 0.1rem solid #CCC;
	border-bottom: 0.1rem solid #CCC;
}
.comFormBox th {
	padding: 3.6rem 4rem 1rem 2rem;
	width: 26.7%;
	font-weight: 700;
}
.comFormBox .must {
	margin-top: 0.1rem;
	padding: 0.4rem 0.4rem 0.6rem;
	min-width: 5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	float: right;
	text-align: center;
	letter-spacing: 0;
	background-color: #C30D23;
}
.comFormBox .option {
	background-color: #0086C5;
}
.comFormBox select,
.comFormBox input[type="text"],
.comFormBox input[type="tel"],
.comFormBox input[type="email"],
.comFormBox input[type="password"],
.comFormBox textarea {
	padding-left: 0.9rem;
	width: 100%;
	height: 4rem;
	font-size: 1.6rem;
	color: #1A1A1A;
	box-sizing: border-box;
	border: 0.1rem solid #999;
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.comFormBox textarea {
	height: 18rem;
	padding: 0.9rem;
	resize: vertical;
	vertical-align: top;
}
.comFormBox select {
	padding-right: 3.4rem;
	color: #333;
	cursor: pointer;
	letter-spacing: 0.1em;
	background: #FFF url("../img/common/select_bg.png") no-repeat right 0.9rem center;
	background-size: 0.8rem;
  }
.comFormBox .wid01 {
	width: 60rem !important;
}
.comFormBox .wid02 {
	width: 22rem !important;
}
.comFormBox .wid03 {
	width: 85rem !important;
}
.comFormBox .wid04 {
	width: 24rem !important;
  }
.comFormBox .radioUl > li {
	margin-bottom: 2.1rem;
}
.comFormBox .radioUl > li:last-child {
	margin-bottom: 0;
}
.comFormBox .radioUl input[type="radio"] {
    display: none;
}
.comFormBox .radioUl input[type="radio"] + span {
	padding: 0 0 0.4rem 2.5rem;
	border-radius: 0;
    line-height: 1.6rem;
    border: none;
	display: inline-block;
	background: url("../img/common/radio_icon01.png") no-repeat left top 0.1rem;
	background-size: 1.5rem;
	cursor: pointer;
}
.comFormBox .radioUl input[type="radio"]:checked + span {
	background-image: url("../img/common/radio_icon02.png");
}
.comFormBox .radioUl .hopeUl {
	margin: 0.1rem 0 -1.5rem 5.4rem;
	display: inline-flex;
	flex-wrap: wrap;
}
.comFormBox .hopeUl li {
	margin-right: 3.9rem;
  }
.comFormBox .hopeUl .ttl {
	margin: -0.5rem 0.8rem 0 0;
	min-width: 5rem;
	display: inline-block;
	vertical-align: middle;
}
.comFormBox .hopeUl select {
	width: 12rem;
	padding: 0 2rem 0 0.9rem;
}
.comFormBox td .notes {
	margin: 1.2rem 0 0.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
.comFormBox .addressUl li:not(:last-child) {
	margin-bottom: 2rem;
}
.comFormBox .addressUl .txt {
	margin: -0.7rem 0.7rem 0 0;
	display: inline-block;
	vertical-align: middle;
}
.comFormBox .addressUl .notes {
	margin: -0.8rem 0 0 0.7rem;
	display: inline-block;
	vertical-align: middle;
}

.comFormBox .checkUl {
	padding: 0.4rem 0 0.2rem;
}
.comFormBox .checkUl li:not(:last-child) {
	margin-bottom: 1.1rem;
}
.comFormBox .checkUl.flex {
	margin: -0.8rem 0 0.7rem;
}
.comFormBox .checkUl.flex li {
	margin: 1rem 3.4rem 0 0;
}
.comFormBox .agreeTxt {
	margin-bottom: 6.5rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.comFormBox .agreeTxt .must {
	float: none;
	margin-left: 2.8rem;
	vertical-align: middle;
}
.comFormBox .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comFormBox .submit li {
	margin: 0 1.5rem;
	position: relative;
}
.comFormBox .submit input {
	position: relative;
	width: 36rem;
	height: 8rem;
	color: #333;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	border-radius: 0;
	border: 0.1rem solid #333;
	background: none;
	cursor: pointer;
	appearance: none;
	transition: .3s;
	z-index: 1;
}
.comFormBox .submit li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	background-color: #333;
	z-index: 1;
	transition: .2s;
  }
@media all and (min-width: 897px) {
	.comFormBox .submit li:hover::before {
		width: 100%;
	}
	.comFormBox .submit li:hover input {
		color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.comFormBox .noteList {
		margin-bottom: 5rem;
	}
	.comFormBox table {
		margin-bottom: 5rem;
	}
	.comFormBox th,
	.comFormBox td {
		padding: 1rem 0 2rem;
		width: 100%;
		float: left;
		border-top: none;
	}
	.comFormBox th {
		padding: 1.7rem 0 0;
		border: none;
	}
	.comFormBox tr:first-child th {
		border-top: 0.1rem solid #C6C6C6;
	}
	.comFormBox .must {
		margin: -0.1rem 0 0 1rem;
		padding: 0.4rem 0.4rem 0.5rem;
		min-width: 4.4rem;
		font-size: 1.1rem;
		float: none;
		vertical-align: middle;
	}
	.comFormBox select,
	.comFormBox input[type="text"],
	.comFormBox input[type="tel"],
	.comFormBox input[type="email"],
	.comFormBox input[type="password"],
	.comFormBox textarea {
		font-size: 1.4rem;
	}
	.comFormBox .wid03,
	.comFormBox .wid04,
	.comFormBox .wid01 {
		width: 100% !important;
	}
	.comFormBox .wid02 {
		width: 60% !important;
	}
	.comFormBox .radioUl > li {
		margin-bottom: 0.6rem;
	}
	.comFormBox .radioUl .hopeUl {
		margin: 0.5rem 0 0 0;
		display: block;
	}
	.comFormBox .radioUl .hopeUl li {
		margin-bottom: 1rem;
	}
	.comFormBox .radioUl .hopeUl li:last-child {
		margin-bottom: 0;
	}
	.comFormBox .hopeUl .ttl {
		margin-right: 0.5rem;
		min-width: 8rem;
	}
	.comFormBox td .notes {
		margin-bottom: 0;
		font-size: 1.1rem;
	}
	.comFormBox td .spNotes {
		display: block;
	}
	.comFormBox .checkUl input[type="checkbox"] + span,
	.comFormBox .agreeTxt input[type="checkbox"] + span {
		padding: 0 0 0.4rem 2.1rem;
		background-position: left top;
	}
	.comFormBox .agreeTxt {
		margin-bottom: 4rem;
	}
	.comFormBox .agreeTxt .must {
		margin: -0.4rem 0 0 1rem;
	}
	.comFormBox .addressUl .notes {
		margin: 1rem 0 0;
		display: block;
	}
	.comFormBox .submit {
		display: block;
		text-align: center;
	}
	.comFormBox .submit li {
		margin: 0 0 2rem;
	}
	.comFormBox .submit li:last-child {
		margin-bottom: 0;
	}
	.comFormBox .submit input {
		width: 25rem;
		height: 5rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	privacyBox
------------------------------------------------------------*/
.comFormBox .privacyBox {
	margin: 0 auto 4.8rem;
	padding: 2.0rem 2.9rem 1.8rem;
	max-width: 100rem;
	height: 30rem;
	overflow-y: auto;
	box-sizing: border-box;
	border: 0.1rem solid #666;
	line-height: 2;
	letter-spacing: 0.1em;
}
.comFormBox .privacyBox dt {
	font-weight: 700;
}
.comFormBox .privacyBox dd {
	margin-bottom: 3.2rem;
	text-align: justify;
}
.comFormBox .privacyBox dd:last-child {
	margin-bottom: 0;
}
.comFormBox .privacyBox p {
	margin-bottom: 2.8rem;
	text-align: justify;
}
.comFormBox .privacyBox .textList {
	margin-bottom: 2.8rem;
}
.comFormBox .privacyBox .textList li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.comFormBox .privacyBox .numList li {
	margin-bottom: 2.5rem;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.comFormBox .privacyBox .numList li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comFormBox .privacyBox {
		padding: 1.5rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li a {
	padding: 3.2rem 6rem 3.5rem 1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0.1em;
	border-bottom: 0.1rem solid #CCC;
}
.comNewsList li:first-child a {
	border-top: 0.1rem solid #CCC;
}
.comNewsList li .lSpan {
	width: 24rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comNewsList li .lSpan .time {
	margin-top: 0.1rem;
	width: 10rem;
	color: #888;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.comNewsList li .lSpan .sub {
	margin-top: 0.2rem;
	width: 12rem;
	display: inline-block;
}
.comNewsList li .lSpan .mark {
	margin-bottom: 0.5rem;
	padding: 0.4rem 0.5rem 0.5rem;
	min-width: 12rem;
	display: inline-block;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
.comNewsList li .lSpan .mark.topi1{
	background-color: #009CCF;
}
.comNewsList li .lSpan .mark.topi2 {
	background-color: #92705B;
}
.comNewsList li .lSpan .mark.topi3 {
	background-color: #796DBA;
}
.comNewsList li .lSpan .mark:last-child {
	margin-bottom: 0;
}
.comNewsList li .rSpan {
	padding-bottom: 0.4rem;
	width: calc(100% - 27rem);
	display: inline;
	font-weight: 700;
}
.comNewsList li .rSpan .txt {
	background: linear-gradient(currentcolor,currentcolor) 100% 100%/0 1px no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 0px 1px;
  	-webkit-transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
  	transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
  	will-change: background-size;
}
.comNewsList .com_arrow {
	border: 0;
	right: -0.5rem;
}
.com_arrow {
	position: absolute;
	right: -0.5rem;
	top: 50%;
	margin-top: -2.5rem;
	border: 0;
	border: 0.2rem solid #000;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
	overflow: hidden;
}
.com_arrow:before {
    width: 3.5rem;
    height: 3.5rem;
    right: 0;
    left: 0;
    background: url(../img/common/arrow01.png) no-repeat center center / 2rem auto;
    z-index: 1;
}
.com_arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.com_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    z-index: 0;
}
@media all and (min-width: 897px) {
	.comNewsList a:hover .com_arrow::before {
		-webkit-filter: invert(1);
		filter: invert(1);
	  }
	.comNewsList a:hover .com_arrow::after {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
}
@keyframes left-in {
	0% {
	  visibility:visible;
	  -webkit-transform:translateX(-102%);
	  transform:translateX(-102%)
	}
	to {
	  visibility:visible;
	  -webkit-transform:translateX(0);
	  transform:translateX(0)
	}
  }
  @keyframes right-in {
	0% {
	  visibility:visible;
	  -webkit-transform:translateX(102%);
	  transform:translateX(102%)
	}
	to {
	  visibility:visible;
	  -webkit-transform:translateX(0);
	  transform:translateX(0)
	}
  }
@media all and (min-width: 897px) {
	.comNewsList li .rSpan:hover .txt {
		background-position: 0 100%;
 		 background-size: 100% 1px;
	}
	.comNewsList a:hover .com_arrow::before {
		animation: left-in 1s cubic-bezier(0.33,1,0.68,1) forwards;
	  }
}
@media all and (max-width: 896px) {
	.comNewsList li a {
		padding: 1.0rem 3rem 0.7rem 0;
		display: block;
	}
	.comNewsList li .lSpan {
		margin-bottom: 0.5rem;
		width: auto;
	}
	.comNewsList li .lSpan .time {
		margin: 0.1rem 0.5rem 0 0;
		width: 9rem;
		display: block;
		font-size: 1.5rem;
	}
	.comNewsList li .lSpan .sub {
		flex: 1;
		width: auto;
	}
	.comNewsList li .lSpan .mark {
		padding: 0 0.5rem 0.2rem;
		margin-right: 0.5rem;
		min-width: 10rem;
		font-size: 1.2rem;
	}
	.comNewsList li .rSpan {
		width: auto;
		font-weight: 500;
		line-height: 1.75;
	}
	.com_arrow {
		right: -1.5rem;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin-top: 9.9rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pageNavi span,
.pageNavi a {
	margin: 0 0.5rem;
	box-sizing: border-box;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	border: 0.1rem solid #333;
}
.pageNavi .current {
	color: #FFF;
	background: #333;
}
.pageNavi .previouspostslink,
.pageNavi .last,
.pageNavi .first {
	display: none;
}
.pageNavi .previouspostslink,
.pageNavi .nextpostslink {
	position: relative;
}
.pageNavi .last,
.pageNavi .first {
	width: 9rem;
}
.pageNavi .previouspostslink::after,
.pageNavi .nextpostslink::after {
	width: 2rem;
	height: 0.7rem;
	position: absolute;
	top: 1.6rem;
	left: 0.9rem;
	content: "";
	background: url(../img/common/arrow01.png) no-repeat top center / 2rem;
}
.pageNavi .previouspostslink::after {
	transform: rotate(180deg);
}
@media all and (min-width: 897px) {
	.pageNavi a:hover {
		color: #FFF;
		background-color: #333;
	}
	.pageNavi .previouspostslink:hover::after,
	.pageNavi .nextpostslink:hover::after {
		background-image: url(../img/common/arrow01_on.png);
	}
	.pageNavi .previouspostslink:hover::after {
		transform: rotate(180deg);
	}
}
@media all and (max-width: 896px) {
	.pageNavi {
		margin-top: 3rem;
	}
	.pageNavi span, 
	.pageNavi a {
		margin: 1rem 0.35rem 0 !important;
		padding-bottom: 0.1rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.3rem;
	}
	.pageNavi .last, 
	.pageNavi .first {
		width: 6rem;
	}
	.pageNavi .previouspostslink::after,
	.pageNavi .nextpostslink::after {
		width: 1.5rem;
		height: 1.5rem;
		left: 0.65rem;
		background: url(../img/common/arrow01_sp.png) no-repeat top center / 1.5rem;
	}
	.pageNavi .previouspostslink::after {
		top: 0.4rem;
	}
	.pageNavi .nextpostslink::after {
		top: 1.1rem;
	}
	.pageNavi .nextpostslink img {
		width: 1.5rem;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	margin-left: auto;
	padding: 0 0.8rem 1.4rem;
	width: 20rem;
	position: relative;
	display: block;
	letter-spacing: 0.1em;
	background: linear-gradient(to right, #333, #333 33.33%, transparent 33.33%, transparent 66.66%,#333 66.66%, #333) 100% 100% no-repeat;
	background-size: 300% .1rem;
	transition: background 1s ease;
}
.comLink01 a::after {
	width: 4.1rem;
	height: 0.7rem;
	background: url("../img/common/icon08.png") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0.7rem;
	top: 0.9rem;
	z-index: 2;
	content: '';
	transition: .3s ease;
}
.comLink01 .back {
	padding-left: 6.9rem;
	text-align: center;
	margin: 0 auto;
}
.comLink01 .back::after {
	right: inherit;
	left: 2.6rem;
	background-image: url("../img/common/icon07.png");
}
@media (min-width: 897px) {
	.comLink01 a:hover {
	  background-position: 0 100%;
	}
	.comLink01 a:hover::after {
		transform: translateX(1rem);
	}
	.comLink01 .back:hover::after {
		transform: translateX(-1rem);
	}
}
@media all and (max-width: 896px) {
	.comLink01 a {
		padding: 0 0.6rem 1.4rem;
		width: 17rem;
	}
	.comLink01 a::after {
		width: 3rem;
		right: 0.6rem;
		background-image: url("../img/common/icon04_sp.png");
	}
	.comLink01 .back {
		padding-left: 6rem;
	}
	.comLink01 .back::after {
		left: 2.5rem;
		background-image: url("../img/common/icon07_sp.png");
	}
}
/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 a {
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36rem;
	min-height: 7rem;
	color: #333;
	letter-spacing: 0.1em;
	border: 0.1rem solid #333;
}
.comLink02 a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	background-color: #333;
	transition: .2s;
}
.comLink02 .sub {
	position: relative;
	z-index: 2;
}
.comLink02 .arrow {
	padding-right: 6rem;
	background: url(../img/common/icon04.png) no-repeat right center/4rem auto;
}
.comLink02.white a {
	min-height: 8rem;
	color: #fff;
	border-color: #fff;
}
.comLink02.white a:before {
	background-color: #fff;
}
.comLink02.white .arrow {
	background-image: url(../img/common/icon10.png);
}
@media all and (min-width: 897px) {
	.comLink02 a:hover {
		color: #FFF !important;
		border-color: #333 !important;
	}
	.comLink02 a:hover::before {
		width: 100%;
	}
	.comLink02 a:hover .arrow {
		background-image: url(../img/common/icon04_over.png);
	}
	.comLink02.white a:hover .arrow {
		background-image: url(../img/common/icon10_over.png);
	}
	.comLink02.white a:hover {
		color: #333 !important;
	}
}
@media all and (max-width: 896px) {
	.comLink02 a {
		width: auto;
		min-height: 5rem;
		max-width: 36rem;
	}
	.comLink02 .arrow {
		padding-right: 4.8rem;
		background-image: url(../img/common/icon04_sp.png);
		background-size: 3rem auto;
	}
	.comLink02.white a {
		min-height: 6rem;
	}
	.comLink02.white .arrow {
		background-image: url(../img/common/icon10_sp.png);
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 12.8rem 0 14.4rem;
	background: url(../img/common/contact_bg.jpg) no-repeat top center / cover;
}
.comContactBox .lBox .en {
	color: #fff;
	letter-spacing: 0.015em;
}
.comContactBox .rBox {
	margin-top: 1.2rem;
	align-items: center;
}
.comContactBox .rBox .textBox {
	margin-right: 3.3rem;
}
.comContactBox .rBox .text01 {
	margin-bottom: 2.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
.comContactBox .rBox .text02 {
	margin-bottom: 2.3rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.comContactBox .rBox .telBox a {
	color: #fff;
}
.comContactBox .rBox .telBox .tel {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}
.comContactBox .rBox .telBox .number {
	font-size: 3.8rem;
}
.comContactBox .rBox .telBox .date {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.comContactBox .rBox .contactBtn {
	margin-top: 5.7rem;
}
.comContactBox .rBox .contactBtn a {
    position: relative;
    padding-bottom: 1rem;
    width: 22rem;
    height: 22rem;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.comContactBox .rBox .contactBtn a::after,
.comContactBox .rBox .contactBtn a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    content: "";
    transform: rotate(45deg);
    transition: opacity .2s;
}
.comContactBox .rBox .contactBtn a img {
	margin: 1.45rem auto 0;
	width: 4rem;
	display: block;
}
@media all and (min-width: 897px) {
	.comContactBox .rBox .contactBtn a:hover {
		opacity: 1;
	}
	.comContactBox .rBox .contactBtn a:hover::before {
		opacity: 1;
		animation: lineround .5s linear forwards;
	}
	.comContactBox .rBox .contactBtn a:hover::after {
		opacity: 0;
	}
}
@keyframes lineround {
	from {
		clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
	}
	25% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
	}
	25.1% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
	}
	50% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
	}
	50.1% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
	75% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	75.1% {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
	}
	to {
		clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 3.8rem 0 5rem;
		background: url(../img/common/contact_bg_sp.jpg) top center / 100% auto;
	}
	.comContactBox .lBox h2 {
		margin-bottom: 1.9rem;
	}
	.comContactBox .lBox .en {
		margin-bottom: 0;
		font-size: 4rem;
		letter-spacing: 0.025em;
		line-height: 1.45;
	}
	.comContactBox .lBox .jp {
		font-size: 1.5rem;
	}
	.comContactBox .rBox {
		margin-top: 0;
		display: block;
	}
	.comContactBox .rBox .textBox {
		margin-right: 0;
	}
	.comContactBox .rBox .text01 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	.comContactBox .rBox .text02 {
		margin-bottom: 1.8rem;
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.12em;
	}
	.comContactBox .rBox .telBox .tel {
		margin-bottom: 0.3rem;
		font-size: 2.2rem;
		font-weight: 600;
	}
	.comContactBox .rBox .telBox .number {
		font-size: 2.9rem;
	}
	.comContactBox .rBox .telBox .date {
		font-size: 1.3rem;
		letter-spacing: 0.12em;
	}
	.comContactBox .rBox .contactBtn {
		margin-top: 3.8rem;
	}
	.comContactBox .rBox .contactBtn a {
		padding-bottom: 1.6rem;
		margin: 0 auto;
		width: 18rem;
		height: 18rem;
		font-size: 1.6rem;
	}
	.comContactBox .rBox .contactBtn a img {
		margin-top: 1.2rem;
	}
}
/*------------------------------------------------------------
	topList
------------------------------------------------------------*/
.topList li.on a {
	color: #00AEC4;
	border-color: #00AEC4;
}
.topList {
	margin-bottom: 7.2rem;
}
.topList li:not(:last-child) {
	margin-right: 1.2rem;
}
.topList li a {
	padding: 0 1rem 1.6rem;
	width: 19rem;
	display: block;
	text-align: center;
	color: #888;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 0.1rem solid #888;
}
@media all and (min-width: 897px) {
	.topList li a:hover {
		color: #00AEC4;
		border-color: #00AEC4;
	}
}
@media all and (max-width: 896px) {
	.topList {
		display: none;
	}
}
/*------------------------------------------------------------
	comPrice
------------------------------------------------------------*/
.comPrice {
	margin-bottom: 1rem;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comPrice .num {
	padding-bottom: 0.6rem;
	margin: 0 0.2rem 0 1.2rem;
	color: #C30D23;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.comPrice {
		margin-bottom: 1.8rem;
	}
	.comPrice .num {
		padding-bottom: 0;
		margin-left: 0.9rem;
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	font-weight: 500;
}
.comTextList > li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.comTextList > li > .tag {
	margin-right: 1rem;
	padding: 0.4rem 1rem 0.5rem;
	width: 14rem;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-color: #000;
}
.comTextList > li > .txt {
	letter-spacing: 0.1em;
}
.comTextList .areaList {
	letter-spacing: 0.1em;
}
.comTextList .areaList .tag {
	margin-right: 1rem;
	padding: 0.3rem 0.5rem 0.4rem;
	width: 14rem;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	border: 0.1rem solid #1A1A1A;
}
.comTextList .areaList li {
	width: 28rem;
}
@media all and (max-width: 896px) {
	.comTextList > li > .tag {
		padding: 0 0.5rem 0.2rem;
		margin: 0 0 0.4rem;
		width: 10rem;
		display: block;
		font-size: 1.2rem;
	}
	.comTextList > .li01 {
		margin-bottom: 1rem !important;
	}
	.comTextList > .li01 .tag {
		margin-bottom: 0.7rem;
	}
	.comTextList .areaList li {
		width: 50%;
	}
	.comTextList .areaList01 li {
		width: 100%;
	}
	.comTextList .areaList01 li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	.comTextList .areaList .tag {
		margin-right: 0.8rem;
		padding: 0 0 0.1rem;
		width: 10rem;
		font-size: 1.2rem;
		border-width: 0.2rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	width: 26rem;
	padding: 0 5rem 1.6rem 1rem;
	display: block;
	font-weight: 900;
	letter-spacing: 0.1em;
	border-bottom: 0.1rem solid #1A1A1A;
	background: url(../img/common/arrow01.png) no-repeat right 1rem top 1rem / 2rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink a {
		width: auto;
		padding: 0 6.7rem 1.2rem 0.5rem;
		border-width: 0.2rem;
		background-position: right 0.5rem top 0.8rem;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	margin-left: auto;
	padding: 0 0.8rem 1.5rem;
	width: 26rem;
	font-weight: 900;
	position: relative;
	display: block;
	letter-spacing: 0.1em;
	background: linear-gradient(to right, #333, #333 33.33%, transparent 33.33%, transparent 66.66%, #333 66.66%, #333) 100% 100% no-repeat;
    background-size: 300% .1rem;
    transition: background 1s ease;
}
.comLink01 a::after {
	width: 4.1rem;
	height: 0.7rem;
	background: url("../img/common/icon08.png") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0.7rem;
	top: 0.9rem;
	z-index: 2;
	content: '';
	transition: .3s ease;
}
.comLink01 .back {
	padding-left: 6.9rem;
	text-align: right;
	margin: 0 auto;
}
.comLink01 .back::before {
	right: inherit;
	left: 1rem;
	background: url("../img/common/arrow03.png") no-repeat left center /2rem;
}
.comLink01 .back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    z-index: 0;
}
@media (min-width: 897px) {
	.comLink01 a:hover {
		background-position: 0 100%;
	}
	.comLink01 .back:hover::after {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
}
@media all and (max-width: 896px) {
	.comLink01 a {
		padding: 0 0.6rem 1.4rem;
		width: 17rem;
	}
	.comLink01 a::after {
		width: 3rem;
		right: 0.6rem;
		background-image: url("../img/common/icon04_sp.png");
	}
	.comLink01 .back {
		padding-left: 6rem;
	}
	.comLink01 .back::after {
		left: 1rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translate(0,3rem);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translate(0,0);
}
.js-splitlink {
	display: inline-block;
	overflow: hidden;
}
.js-splitlink .text-wrap {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.js-splitlink .after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.js-splitlink .before {
	display: flex;
	align-items: center;
}
.js-splitlink .before span,
.js-splitlink .after span {
	line-height: 1.1;
	transition: 0.05s ease-out;
}
.js-splitlink .after span {
	transform: translateY(100%);
}
.animate .js-textIn .js-letter {
	display: inline-block;
	opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
	transition: .8s ease;
}
.animate.on .js-textIn .js-letter {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.inset {
	display: inline-block;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0px;

}
.outset {
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;

}