
.tel_box a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}

.newContact {
  font-size: 18px;
	line-height: 1.778;
}
.sub_title h1 {
	font-size: 36px;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: 100px;
}
.newContact .tit {
  font-size: 28px;
  font-weight: bold;
}

.newContact .contact_inner {
	width: 100%;
	background: #f3f3f3;
	padding-top: 100px;
	padding-bottom: 100px;
}
.newContact .contact_inner .tit {
  margin-bottom: 30px;
}

.newContact .alink_list {
	margin-top: 30px;
	margin-bottom: 61px;
}
.newContact .alink_list li + li {
	margin-top: 10px;
}
.newContact .alink_list li a {
	font-weight: bold;
	position: relative;
	transition: all 0.5s ease;
	display: inline-block;
	padding-right: 38px;
}

.alink_list ul li a span {
	background: linear-gradient(#fff100, #fff100) 0 100% / 0 7px no-repeat;
	transition: all 0.5s ease;
}
.alink_list ul li a:hover span {
	background-size: 100% 7px !important;
}


/* .newContact .alink_list li a::after {
    display: inline;
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
    transition: all .3s ease;
    background: linear-gradient(#fff100, #fff100) 0 100% / 0 7px no-repeat;
}
.newContact .alink_list li a:hover::after {
    background-size: 100% 7px !important;
} */


.newContact .alink_list li a:hover {
	opacity: 0.9;
}
.newContact .alink_list li p {
	display: inline-block;
}
.newContact .alink_list li .linkIcon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #fff100;
	border-radius: 50%;
	position: absolute;
	right: 0;
	/* top: -5px; */
	top: 0px;
	overflow: hidden;
	transform: rotate(90deg);
}
.newContact .alink_list li .linkIcon::before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background: #ffffff;
	transition: all 0.5s ease;
}
.newContact .alink_list li a:hover .linkIcon::before {
	width: 100%;
}
.newContact .alink_list li .linkIcon .arrow {
	margin-right: -8px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
}
.newContact .alink_list li .arrow::before, 
.newContact .alink_list li .arrow::after {
	content: "";
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
}
.newContact .alink_list li .arw1::before {
	height: 1px;
	width: 18px;
	background: #000000;
	right: 0;
}
.newContact .alink_list li .arw1::after {
	height: 6px;
	width: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	right: 0;
	transform: rotate(45deg);
}


.newContact #contact02 {
	margin-top: 80px;
}
.newContact #contact03 {
	margin-top: 80px;
}
.newContact #contact04 {
	margin-top: 105px;
}
.newContact .btn_wrap .btn_block {
	background: #fff;
	padding: 25px 40px 30px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.newContact .btn_wrap .btn_cont b {
	display: block;
	font-size: 22px;
	line-height: 1.6;
	border-left: 5px solid #FFF100;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.newContact .btn_wrap .btn_cont ul li {
	padding-left: 1em;
}
.newContact .btn_wrap .btn_cont ul li::before {
	display: inline-block;
	content: "・";
	text-indent: -1em;
}


.newContact .btn_wrap .btn_link {
	width: 460px;
	border: 1px solid #000;
	border-radius: 90px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
	background: #fff;
	transition: all .5s ease;
	box-sizing: border-box;
}
.newContact .btn_wrap .btn_link:hover {
	border: 1px solid #fff100;
}
.newContact .btn_wrap .btn_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;	
	min-height: 90px;
	height: 100%;
	position: relative;
}
.newContact .btn_wrap .btn_link .eff-01 {
	width: 100%;
	height: 100%;
	background: #fff100;
	/* border: 1px solid #fff100; */
	color: #000;
	top: 0px;
	left: -460px;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.newContact .btn_wrap .btn_link a:hover .eff-01 {
	left: 0;
}
.newContact .btn_wrap .btn_link p {
	text-align: center;
	line-height: 1.6;
	position: relative;
	z-index: 2;
	font-size: 18px;
	margin: 20px 0;
}
.newContact .btn_wrap .btn_link span {
	display: block;
	width: 7.5%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 10%;
	top: 50%;
	z-index: 3;
}
.newContact .btn_wrap .btn_link span::before {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: -4px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.newContact .btn_wrap .btn_link span::after {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: 6px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.newContact .btn_wrap p.notice {
	font-size: 16px;
}
.newContact .btn_wrap small {
	display: block;
	font-size: 14px;
	padding-left: 1em;
	margin-top: 5px;
}
.newContact .btn_wrap small::before {
	display: inline-block;
	content: "＊";
	text-indent: -1em;
}

.newContact .tel_box {
	padding-top: 100px;
  padding-bottom: 100px;
}
.newContact .tel_box .tit {
  margin-bottom: 50px;
}
.newContact .tel_box b {
  display: block;
  font-size: 28px;
}
.newContact .tel_box p.info_txt {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
.newContact .tel_box small {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 1080px) {
	.newContact .contact_inner,
	.newContact .tel_box {
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	.sub_title h1 {
		padding-left: 2%;
	}
}
@media only screen and (max-width: 768px) {
	.sub_contant_wrap.newContact {
		font-size: 4.2667vw;
		line-height: 1.75;
		padding-top: 28vw;
	}
	.sub_title h1 {
		font-size: 7.2vw !important;
		text-align: center;
		margin-bottom: 16vw;
	}
	.newContact .tit {
		font-size: 5.8667vw;
	}
	.newContact .sub_container {
		/* width: 93.3333vw; */
		width: 100%;
		margin: 0 auto;
	}
	.newContact .contact_inner {
		width: 100%;
		padding-top: 21.3333vw;
		padding-bottom: 21.3333vw;
		padding-left: 4.5333vw;
		padding-right: 4.5333vw;
	}
	.newContact .contact_inner .tit {
		margin-bottom: 5.3333vw;
	}

	.newContact .alink_list {
		margin-top: 13.3333vw;
		margin-bottom: 13.3333vw;
	}
	.newContact .alink_list li + li {
		margin-top: 4vw;
	}
	.newContact .alink_list li a {
		padding-right: 8vw;
	}
	.newContact .alink_list li:nth-child(3) a {
		/* display: flex; */
		padding-right: 13vw;
	}
	.newContact .alink_list li .linkIcon {
		width: 5.3333vw;
		height: 5.3333vw;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	.newContact .alink_list li:nth-child(3) .linkIcon {
		right: 9%;
	}
	.newContact .alink_list li .linkIcon .arrow {
		/* margin-right: -1.6vw; */
		margin-right: -1.2vw;
	}
	.newContact .alink_list li .arw1::before {
		/* width: 3.6vw; */
		width: 3vw;
	}
	.newContact .alink_list li .arw1::after {
		height: 1.333333333vw;
		width: 1.333333333vw;
	}

	.newContact #contact02 {
		margin-top: 16vw;
	}
	.newContact #contact03 {
		margin-top: 16vw;
	}
	.newContact #contact04 {
		margin-top: 16vw;
	}
	.newContact .btn_wrap .btn_block {
		padding: 8vw 4vw;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 4vw;
	}
	.newContact .btn_wrap .btn_cont b {
		font-size: 5.3333vw;
		line-height: 1.5;
		padding-left: 2.6667vw;
		margin-bottom: 5.3333vw;
	}

	.newContact .btn_wrap .btn_link {
		width: 82.6667vw;
		border-radius: 24vw;
		margin-top: 8vw;
		margin-left: auto;
		margin-right: auto;
	}
	.newContact .btn_wrap .btn_link a {
		min-height: 13.3333vw;
	}
	.newContact .btn_wrap .btn_link .eff-01 {
		left: -82.6667vw;
	}
	.newContact .btn_wrap .btn_link a:hover .eff-01 {
		left: -82.6667vw;
	}
	.newContact .btn_wrap .btn_link p {
		font-size: 4.2667vw;
		margin: 4.5333vw 0;
	}
	.newContact .btn_wrap .btn_link span {
		right: 5.3333vw;
	}
	
	.newContact .btn_wrap p.notice {
		font-size: 4.2667vw;
	}
	.newContact .btn_wrap small {
		font-size: 3.2vw;
	}

	.newContact .tel_box {
		/* padding-top: 21.3333vw;
		padding-bottom: 21.3333vw; */
		padding: 21.3333vw 4.5333vw;
	}
	.newContact .tel_box .tit {
		margin-bottom: 8vw;
	}
	.newContact .tel_box b {
		font-size: 5.8667vw;
	}
	.newContact .tel_box p.info_txt {
		margin-top: 0;
		margin-bottom: 8vw;
	}
	.newContact .tel_box small {
		display: inline-block;
		font-size: 3.2vw;
		line-height: 1.75;
		padding-top: 8vw;
	}
}