@charset "utf-8";

#parts-faq {
	
}

#parts-faq .faq-block .faq-item {
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 1.51vw;
	border-radius: 15px;
}

#parts-faq .question {
	display: flex;
	align-items: center;
	padding: 0.61vw 1.21vw 0.61vw 1.82vw;
	position: relative;
	font-size: 0.85vw;
}
#parts-faq .question .mark {
	font-size: 1.34vw;
	color: #F4E58B;
	width: 1.34vw;
	flex-shrink: 0;
	padding: 0;
	margin: 0 1.21vw 0 0;
}
#parts-faq .question .quetion-text {
	font-size: 0.85vw;
	flex-grow: 1;
}
#parts-faq .question .open-btn {
	width: 1.87vw;
	height: 1.87vw;
	background-color: #F4E58B;
	border-radius: 50%;
	position: relative;
	transition: 0.5s ease;
}
#parts-faq .question.open .open-btn {
	background-color: #ED5858;
}
#parts-faq .question .open-btn::before, #parts-faq .question .open-btn::after {
	content: "";
	position: absolute;
	width: 0.91vw;
	height: 0.12vw;
	background-color: #fff;
	top: 50%;
	right: 0.49vw;
	transform: translateY(-50%) rotate(0deg);
	transition: 0.5s ease;
}
#parts-faq .question .open-btn::after {
	transform: translateY(-50%) rotate(90deg);
}
#parts-faq .question.open .open-btn::after {
	transform: translateY(-50%) rotate(0deg);
}
#parts-faq .answer {
	display: flex;
	align-items: flex-start;
	padding: 0.61vw 1.21vw 0.61vw 1.82vw;
}
#parts-faq .answer .mark {
	font-size: 1.34vw;
	color: #ED5858;
	margin-right: 1.21vw;
	width: 1.34vw;
	flex-shrink: 0;
	line-height: 1;
	padding: 0;
}
#parts-faq .answer .answer-text {
	font-size: 0.85vw;
	margin: 0 0 1.21vw;
	padding: 0 5.46vw 0 0;
}
#parts-faq .btn-shadow a {
	width: 22.31vw;
	background-color: #fff;
	margin: 0 auto;
	font-size: 1.09vw;
}


#parts-faq .btn {
	width: 16.66vw;
	margin: 0 auto;
}
#parts-faq .btn a {
	display: flex;
	padding: 0.91vw 1.51vw 0.91vw 4.85vw;
	font-size: 0.97vw;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
	box-shadow: -1px 3px 3px 0px #ccc;
}
#parts-faq .btn .arrow {
	/* margin-left: auto;*/
	position: relative;
}
#parts-faq .btn .i-arr {
	position: absolute;
	left: 72%;
}
/*
   hospital-map
*/
#hospital-map {
	padding: 9.69vw 0 43.00vw;
	background-color: #FAEFDA;
	position: relative;
	margin-bottom: 6.06vw;
}
#hospital-map h3 {
	text-align: center;
	font-size: 2.3vw;
	line-height: 1;
	margin: 0 0 1.51vw;
}
#hospital-map .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
}
#hospital-map .hospital-map-area {
	width: 66.66vw;
	margin: 0 auto;
}
#hospital-map .map-1f {
	position: relative;
}
#hospital-map .map-1f .img {
	padding-left: 6.06vw;
}
#hospital-map .map-1f .floor-desc {
	position: absolute;
	top: 29.7vw;
	left: 0;
	width: 19.4vw;
}
#hospital-map .map-1f .floor-desc h4 {
	font-size: 2.42vw;
	margin-bottom: 1.82vw;
	line-height: 1;
}
#hospital-map .map-1f .floor-desc .txt {
	font-size: 0.83vw;
	line-height: 2;
}

#hospital-map .map-1f .floor-desc .txt span{
	display: inline-block;
	border-bottom: 1px solid #111;
	font-weight: 600;
	margin: 0.4vw 0 ;
}


#hospital-map .map-1f .add-txt {
	position: absolute;
	bottom: 4.25vw;
	left: 0;
	width: 35.76vw;
	font-size: 0.85vw;
	line-height: 2;
}
#hospital-map .map-1f .deco01 {
	position: absolute;
	top: -10.18vw;
	left: -2.66vw;
	width: 6.06vw;
}
#hospital-map .map-1f .deco02 {
	position: absolute;
	top: -2.06vw;
	right: -0.91vw;
	width: 4.25vw
}
#hospital-map .map-2f {
	position: relative;
}
#hospital-map .map-2f .img {
	padding-right: 6.06vw;
}
#hospital-map .map-2f .floor-desc {
	position: absolute;
	bottom: -10vw;
	left: 0;
	width: 46.09vw;
	z-index: 2;
		
}
#hospital-map .map-2f .floor-desc h4 {
	font-size: 2.3vw;
	line-height: 1;
	margin: 0 0 1.51vw;
}
#hospital-map .map-2f .floor-desc .txt {
	font-size: 0.83vw;
	line-height: 2;
}

#hospital-map .map-2f .floor-desc .txt span{
	display: inline-block;
	border-bottom: 1px solid #111;
	font-weight: 600;
	margin: 0.4vw 0 ;
}



#hospital-map .map-2f .deco01 {
	position: absolute;
	top: 4.55vw;
	right: -3.03vw;
	width: 9.09vw;
}
#hospital-map .map-2f .deco02 {
	position: absolute;
	top: 28.67vw;
	left: -5.63vw;
	width: 10.3vw;
}



#hospital-map .map-p {
	position: relative;
	margin: 15vw 0 0;
}

#hospital-map .map-p .img {
	margin:0 0 3.13vw;
	width: 85%;
	
}


#hospital-map .map-p .floor-desc {
	position: relative;
}

#hospital-map .map-p .floor-desc h4 {
	font-size: 1.56vw;
	margin: 0 0 0.6vw;
}
#hospital-map .map-p .floor-desc .txt {
	font-size: 0.83vw;
	line-height: 2;
}

#hospital-map .map-p .floor-desc .deco01 {
	position: absolute;
	right: 0;
	top:0;
	width: 18vw;
}




#hospital-map .map-bg {
	position: absolute;
	bottom: 13.33vw;
	left: 0;
	overflow: hidden;
	width: 100%;
}

#hospital-map .map-bg img {
	width: 100%;
	object-fit: cover;
}



#hospital-map .hospital-view {
	position: absolute;
	width: 100%;
	height: 18.79vw;
	bottom: -9.09vw;
	z-index: 1;
}

#hospital-map .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 5.76vw;
	/* background: #fff; */
	background: transparent;
	position: absolute;
	left: 0;
	top: -0.3vw;
	z-index: 1;
}
#hospital-map .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 18.79vw;
	z-index: 10;
	background: url(../images/index/hospital-view-slide.png) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: newsloop 80s linear infinite;
	animation: typeloop 80s linear infinite;
	background-size: 90.9vw 15.34vw;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -124.84vw 0;
	}
}
/*
   contents-area 
*/
#contents-area {
	padding: 6.06vw 0;
}
#contents-area .inner {
	display: flex;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#contents-area #aside {
	width: 16.06vw;
}
#contents-area #main {
	width: 44.85vw;
}
/*
   main
*/

#main .term-title {
	font-size: 2.19vw;
	margin: 0 0 3.63vw;
}


#main #prevention-content {
	margin: 0 0 3.03vw;
	padding: 0 0 3.03vw;
	border-bottom: 1px solid #707070;
}


#main #prevention-content .ttl-toc {
	font-size: 1.21vw;
	margin: 0 0 1.82vw;
}

#main #prevention-content h2 {
	font-size: 2.19vw;
	margin-bottom: 2.42vw;
	font-weight: 400;
}

#main #prevention-content h2.toc-title {
	font-size: 1.21vw;
	font-weight: 400;
	margin: 0 0 1.21vw;
}

#main #prevention-content h2.toc-title .js-caret {
	font-size: 0.72vw;
}

#main #prevention-content .ttl {
	font-size: 0.79vw;
	margin: 0 0 0.91vw;
}

#main #prevention-content .js-toc-panel {
	margin: 0 0 1.51vw;
}

#main .content-outer {
	border-bottom: 1px solid #707070;
	padding: 0 0 6.06vw;
	margin: 0 0 2.42vw;
}





#main #prevention-content .contents-list {}
#main #prevention-content .contents-list li a {
	display: flex;
	align-items: center;
	padding: 0.42vw 0.3vw;
	border-bottom: 1px solid #707070;
}
#main #prevention-content .contents-list li a .number {
	font-size: 0.61vw;
	margin-right: 1.82vw;
}
#main #prevention-content .contents-list li a .txt {
	font-size: 0.85vw;
}
/* content-block */

#main h1.post-title {
	font-size: 2.06vw;
	margin: 0 0 3.03vw;
}




#main .content-block {
	margin-bottom: 3.63vw;
}
#main .content-block h2 {
	font-size: 1.57vw;
	margin-bottom: 2.12vw;
}
#main .content-block p {
	font-size: 0.79vw;
	padding: 0 0 0 0.5em;
	line-height: 2.2;
	margin: 0 0 1.82vw;
}
#main .content-block h3 {
	font-size: 0.97vw;
	padding: 0.3vw 1.21vw;
	background: #fff;
	border-radius: 30px;
	margin: 0 0 1.51vw;
}
#main .content-block ul li {
	margin: 0 0 2.42vw;
}
#main .content-block h4.ttl {
	font-size: 0.85vw;
	padding: 0 1em 0.61vw;
	margin: 0 0 1.21vw;
	border-bottom: 1px solid #707070;
}

#main .content-block h4 {
	font-size: 0.85vw;
	padding: 0 1em 0.61vw;
	margin: 0 0 1.21vw;
	border-bottom: 1px solid #707070;
}

#main .content-block h5 {
	font-size: 0.85vw;
	padding: 0 0 0 0.5em;
	line-height: 2.2;
	font-weight: 600;
}


#main .content-block .contens-tbl {
	font-size: 0.85vw;
	border-collapse:collapse;
	
	
}

#main .content-block .contens-tbl th {
	font-size: 0.85vw;
	border: 1px solid #707070;
	padding: 0.61vw 1.21vw;
	min-width: 13.96vw;
}

#main .content-block .contens-tbl td {
	font-size: 0.85vw;
	border: 1px solid #707070;
	padding: 0.61vw 1.21vw;
	vertical-align: top;
}


#main .page-jump {
	/*padding: 4.55vw 0 0;*/
	padding: 4.55vw 0;
}
#main .page-jump .jump-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 10.91vw;
	margin: 0 auto;
}
#main .page-jump .jump-icon .icon {
	border-radius: 50%;
	border: 1px solid #111;
	width: 3.63vw;
	height: 3.63vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.61vw;
	letter-spacing: -0.05em;
}
#main .page-jump .jump-icon .txt {
	font-size: 0.72vw;
	font-weight: bold;
}
/*
   aside
*/
#aside {
	width: 16.06vw;
}
#aside .aside-block {
	margin: 0 0 3.63vw;
}
#aside .aside-block .heading {
	background-color: #A55132;
	width: 100%;
	font-size: 0.91vw;
	color: #fff;
	padding: 0.42vw 0;
	text-align: center;
	border-radius: 10px;
	margin: 0 0 1.21vw;
}
#aside .aside-block.category .aside-list li a {
	border-bottom: 1px solid #707070;
	padding: 0.61vw 0.91vw;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	font-size: 0.79vw;
}
#aside .aside-block.category li a::before {
	content: "";
	width: 0.55vw;
	height: 0.55vw;
	border-radius: 50%;
	background-color: #ccc;
	position: initial;
	left: initial;
	top: initial;
	margin: 0 1em 0 0;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#aside #aside .aside-block.category li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285);
}
#aside .aside-block .aside-list li {
	margin: 0;
}
#aside .aside-block.archive select {
	padding: 0.61vw 1.82vw;
	font-size: 0.79vw;
	width: 100%;
	appearance: none;
}
#aside .aside-block.archive .select-month {
	position: relative;
}
#aside .aside-block.archive .select-month::before, #aside .aside-block.archive .select-month::after {
	content: "";
	position: absolute;
	pointer-events: none; /* クリックイベントを無効にしてselectに届くように */
	display: block;
	width: 0.55vw;
	height: 0.06vw;
	background-color: #111;
}
#aside .aside-block.archive .select-month::before {
	top: 1.21vw;
	right: 2.42vw;
	transform: rotate(30deg);
}
#aside .aside-block.archive .select-month::after {
	top: 1.21vw;
	right: 1.94vw;
	transform: rotate(-30deg);
}
/* --------------------------------------------------------------------------------
	★初診の方へ　newpatient
-------------------------------------------------------------------------------- */
#newpatient {
	padding-top: 4.25vw;
}

/*
   mv
 */

#newpatient .mv {
	padding: 6.06vw 0 6.67vw;
	background-color: #FBEFDA;
}
#newpatient .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
}
#newpatient .mv .desc {
	width: 28.48vw;
}
#newpatient .mv .desc h2 {
	font-size: 1.82vw;
	margin: 0 0 2.42vw;
	line-height: 2;
	font-weight: 400;
}
#newpatient .mv .desc .txt {
	font-size: 0.85vw;
}
#newpatient .mv .img {
	width: 31.7vw;
}
/*
   step
 */
#newpatient #step {
	background-color: #EFEFEF;
	padding: 7.88vw 0 7.27vw;
}
#newpatient #step .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 66.66vw;
}
#newpatient #step h2 {
	font-size: 1.21vw;
	writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.2em;
	/*margin:0 2.72vw 0 0;*/
}
#newpatient #step .step-slider {
	width: 61.35vw;
	margin-bottom: 6.06vw;
}
#newpatient #step .step-slider li {
	width: 61.35vw;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	background-color: #fff;
	border-radius: 0.78vw;
	min-height: 24.74vw;
	
}
#newpatient #step .step-content {
	padding:5.47vw 0 0 5.10vw;
	/*padding:0 0 0 5.10vw;*/
	width: 30.73vw;
}
#newpatient #step .step-content h3 {
	font-size: 1.34vw;
	font-weight: 400;
	border-bottom: 1px solid #111;
	margin-bottom: 1.21vw;
	display: flex;
	align-items: baseline;
}
#newpatient #step .step-content h3 span {	
	font-size: 1.15vw;
	font-weight: 400;
	display: flex;
	align-items: baseline;
	line-height: 1.5;
}
#newpatient #step .step-content h3 span span.number {
	font-size: 1.88vw;
	padding: 0 1.67vw 0 0.42vw;
	
}
#newpatient #step .step-content .desc {
	font-size: 0.83vw;
	line-height: 2;
	
}


#newpatient #step .step-content .tel {
	margin: 2.08vw 0 0;
}


#newpatient #step .step-content .tel a {
	display: flex;
	align-items: flex-start;
	
}
#newpatient #step .step-content .tel .txt {
	font-size: 0.83vw;
	margin: 0 1.56vw 0 0;
}


#newpatient #step .step-content .addline {
	margin: 1.82vw 0 0;
}


#newpatient #step .step-content .addline a{
	display: flex;
	align-items: center;
}

#newpatient #step .step-content .addline .ico{
	margin: 0 0.89vw 0 0;
}


#newpatient #step .step-content .addline .txt{
	width: 18.39vw;
	background: #02C755;
	border-radius: 999px;
	color: #fff;
	font-size: 1.04vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.22vw 0;
}



#newpatient #step .step-img {
	width: 30.21vw;
	
	
}

#newpatient #step .step-img img{
	width: 30.21vw;
	object-fit: cover;
	border-radius: 0.78vw;
}

#newpatient #step .arrow_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 1.21vw 0 0;
	position: absolute;
	bottom: 0.3vw;
	left: 50%;
	transform: translateX(-50%);
}
#newpatient #step .prev-arrow, #newpatient #step .next-arrow {
	display: block;
	width: 3.03vw;
	height: 3.03vw;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}
#newpatient #step .prev-arrow {
	transform: rotate(180deg);
	margin-right: 9.09vw;
}
#newpatient #step .prev-arrow::before, #newpatient #step .next-arrow::before {
	position: absolute;
	content: "";
	width: 0.61vw;
	height: 0.61vw;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
#newpatient #step .prev-arrow::after, #newpatient #step .next-arrow::after {
	position: absolute;
	content: "";
	width: 1.21vw;
	height: 0.06vw;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -1.21vw;
	right: 0;
	margin: auto;
}
#newpatient #step .slick-num {
	position: absolute;
	bottom: -5.82vw;
	left: 46%;
	transform: translateX(-50%);
	border: 1px solid #000;
	border-radius: 50%;
	width: 3.63vw;
	height: 3.63vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72vw;
}
#newpatient #step .slick-list {
	overflow: hidden;
}
#newpatient #step .slick-track {
	max-width: 100%;
	display: flex;
}
#newpatient #step .slick-slide {
	flex-shrink: 0;
}


#newpatient #parts-faq {
	background: #efefef;
	padding: 7.88vw 0 7.27vw;
}

#newpatient #parts-faq h3{
	font-size: 2.3vw;
	text-align: center;
	line-height: 1;
	margin: 0 0 0.61vw;
}

#newpatient #parts-faq .sub-ttl{
	font-size: 0.85vw;
	text-align: center;
	margin: 0 0 3.03vw;
}


#newpatient #parts-faq .inner{
	width: 54.55vw;
}

#newpatient #parts-faq .btn{
	width: 19.4vw;
}



/*
   bring
*/
#bring {
	padding: 7.88vw 0;
	background-color: #35D981;
}
#bring .bring-area {
	display: flex;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#bring .bring-area .item {
	background-color: #fff;
	width: 32.42vw;
	border-radius: 15px;
	padding: 1.82vw 2.42vw 1.21vw;
	
}
#bring .bring-area .item h3 {
	font-size: 1.82vw;
	margin-bottom: 0.61vw;
	text-align: center;
	line-height: 1.5;
}
#bring .bring-area .item .desc {
	font-size: 0.85vw;
	line-height: 2;
	margin-bottom: 1.21vw;
	text-align: center;
}
#bring .bring-area .item .img {
	width: 27.27vw;
	margin: 0 auto;
}
#bring .bring-area .pay {
	background-color: #fff;
	width: 32.42vw;
	border-radius: 15px;
	padding: 1.82vw 2.42vw 0;
}
#bring .bring-area .pay h3 {
	font-size: 1.82vw;
	margin-bottom: 0.61vw;
	text-align: center;
	line-height: 1.5;
}
#bring .bring-area .pay .desc {
	font-size: 0.85vw;
	line-height: 2;
	margin-bottom: 2.42vw;
	text-align: center;
}
#bring .bring-area .pay .img {
	width: 27.27vw;
	margin: 0 auto;
}





/* --------------------------------------------------------------------------------
	★当院について
-------------------------------------------------------------------------------- */
#hospital-about {
	padding-top: 4.25vw;
}
/*
   mv 
*/
#hospital-about .mv {
	padding: 4.85vw 0 3.63vw;
	background-color: #C3E0EB;
}
#hospital-about .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#hospital-about .mv .desc {
	width: 28.48vw;
	
}
#hospital-about .mv .desc h2 {
	font-size: 1.82vw;
	margin: 0 0 2.42vw;
	line-height: 2;
	font-weight: 400;
}
#hospital-about .mv .desc .txt {
	font-size: 0.85vw;
	line-height: 2;
}
#hospital-about .mv .img {
	width: 25.76vw;
}




/*
   doctor-comment
 */
#hospital-about #doctor-comment {
	padding: 6.06vw 0;
}
#hospital-about #doctor-comment .comment {
	position: relative;
	width: 66.66vw;
	margin: 0 auto;
}
#hospital-about #doctor-comment .comment .img {
	width: 49.39vw;
}

#hospital-about #doctor-comment .comment .txt-box {
	width: 28.48vw;
	position: absolute;
	bottom: 0;
	right: 0;
}
#hospital-about #doctor-comment .comment .txt-box .txt {
	font-size: 0.85vw;
	line-height: 2;
	margin-bottom: 2.12vw;
}
#hospital-about #doctor-comment .comment .txt-box .name {
	font-size: 0.85vw;
	text-align: right;
}
/*
  staff-intro
*/
#staff-intro {
	padding: 7.88vw 0;
	background-color: #C2E0EB;
	overflow: hidden;
}
#staff-intro .inner {
	display: flex;
	position: relative;
	width: 100%;
	 /* margin: 0 0 0 26.76vw; */
    margin: 0 0 0 17.45vw;
	
}
#staff-intro h3 {
	font-size: 1.21vw;
	writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.2em;
	margin: 0 3.63vw 0 0;
}
#staff-intro .slider-area {
	overflow: hidden;
	padding-bottom: 9.09vw;
	width: calc(116.36vw - 1.21vw - 17.45vw);
	position: relative;
}





#staff-intro .staff-slider {
	
}

#staff-intro .staff-slider .slick-list {
	overflow: visible;
	/* margin-right: -10.3vw; */
}

#staff-intro .staff-slider .slick-track {
	max-width: 100%;
	display: flex !important;
	align-items: stretch;
}

#staff-intro .staff-slider .slick-slide {
	height: auto !important;
	display: flex !important;
}

#staff-intro .staff-slider .slick-slide > div {
	display: flex;
	width: 100%;
}

#staff-intro .staff-slider .slider-item {
	width: 21.57vw;
	flex-shrink: 0;
	padding: 2.2vw;
	background-color: #fff;
	border-radius: 20px;
	margin-right: 1.4vw;

	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

#staff-intro .staff-slider .slider-item .img {
	margin-bottom: 1.3vw;
}

#staff-intro .staff-slider .slider-item .img img {
	display: block;
	width: 100%;
	height: auto;
}

#staff-intro .staff-slider .slider-item .ttl {
	font-size: 0.85vw;
	
	margin-bottom: 0.7vw;
}


#staff-intro .staff-slider .slider-item .staff-txt {
	font-size: 0.85vw;
	line-height: 2;
	flex: 1;
}

#staff-intro .arrow_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 1.21vw 0 0;
	position: absolute;
	bottom: 1.51vw;
	left: 47%;
	transform: translateX(-50%);
}

#staff-intro .prev-arrow,
#staff-intro .next-arrow {
	display: block;
	width: 3.03vw;
	height: 3.03vw;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}

#staff-intro .prev-arrow {
	transform: rotate(180deg);
	margin-right: 9.09vw;
}

#staff-intro .prev-arrow::before,
#staff-intro .next-arrow::before {
	position: absolute;
	content: "";
	width: 0.61vw;
	height: 0.61vw;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}

#staff-intro .prev-arrow::after,
#staff-intro .next-arrow::after {
	position: absolute;
	content: "";
	width: 1.21vw;
	height: 0.06vw;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -1.21vw;
	right: 0;
	margin: auto;
}

#staff-intro .slick-num {
	position: absolute;
	bottom: -7.69vw;
	left: 47%;
	transform: translateX(-50%);
	border: 1px solid #000;
	border-radius: 50%;
	width: 3.63vw;
	height: 3.63vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72vw;
}







/* --------------------------------------------------------------------------------
	★診療メニュー
-------------------------------------------------------------------------------- */
#medical-menu {
	padding-top: 4.25vw;
}
/* 
   mv 
*/

#medical-menu .mv {
	padding: 4.85vw 0 3.63vw;
	background-color: #fff;
}
#medical-menu .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-menu .mv .desc {
	width: 28.48vw;
	
}
#medical-menu .mv .desc h2 {
	font-size: 1.82vw;
	margin: 0 0 2.42vw;
	line-height: 2;
	font-weight: 400;
}
#medical-menu .mv .desc .txt {
	font-size: 0.85vw;
	line-height: 2;
}
#medical-menu .mv .img {
	width: 33.34vw;
}


/*
   maintenance
 */
#medical-menu #maintenance {
	padding: 8.48vw 0 7.88vw;
	background-color: #EFEFEF;
}
#medical-menu #maintenance .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-menu #maintenance .desc {
	width: 34.55vw;
	
}
#medical-menu #maintenance .desc h3 {
	font-size: 2.06vw;
	text-align: center;
	margin-bottom: 1.21vw;
}
#medical-menu #maintenance .desc .txt {
	font-size: 0.85vw;
	margin-bottom: 2.42vw;
	line-height: 2;
}
#medical-menu #maintenance .desc .img-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#medical-menu #maintenance .desc .img-box .img {
	margin: 0 2.12vw;
}
#medical-menu #maintenance .desc .img-box .img.prevention {
	width: 12.4vw;
}

#medical-menu #maintenance .desc .img-box .img.prevention img{
	/*margin: 0 0 0 0.91vw;*/
}

#medical-menu #maintenance .desc .img-box .img.mainte {
	width: 12.4vw;
}

#medical-menu #maintenance .desc .img-box .img p {
	font-size: 0.97vw;
	text-align: center;
	line-height: 1.2;
}

#medical-menu #maintenance .maintenance-img {
	width: 30.91vw;
}

#medical-menu #maintenance .maintenance-img img{
	margin: 0 0 0 3.03vw;/*innerから出てる分*/
}

/*
   child
 */
#medical-menu #child {
	padding: 8.48vw 0 3.63vw;
	background-color: #F5D9D9;
}
#medical-menu #child .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-menu #child .desc {
	width: 34.55vw;
}
#medical-menu #child .desc h3 {
	font-size: 2.06vw;
	text-align: center;
	margin-bottom: 1.21vw;
}
#medical-menu #child .desc .txt {
	font-size: 0.85vw;
	margin-bottom: 2.42vw;
	line-height: 2;
}

#medical-menu #child .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}

#medical-menu #child .desc .img-box .img {
	text-align: center;
	margin: 0 1.1vw 2.25vw;
	width: 9.22vw;
}


#medical-menu #child .desc .img-box .img img {
	
}

#medical-menu #child .desc .img-box .img p {
	font-size: 0.97vw;
	text-align: center;
	/*margin: 1.51vw 0 0;*/
	line-height: 1.2;
}

#medical-menu #child .child-img {
	width: 27.88vw;
}

#medical-menu #child .child-img img{
	margin: 0 0 0 1.82vw;/*innerから出てる分*/
}



/*
   senior
 */
#medical-menu #senior {
	padding: 8.48vw 0 3.63vw;
	background-color: #FBEFDA;
}
#medical-menu #senior .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-menu #senior .desc {
	width: 34.55vw;
}
#medical-menu #senior .desc h3 {
	font-size: 2.06vw;
	text-align: center;
	margin-bottom: 1.21vw;
}
#medical-menu #senior .desc .txt {
	font-size: 0.85vw;
	margin-bottom: 2.42vw;
	line-height: 2;
}
#medical-menu #senior .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
#medical-menu #senior .desc .img-box .img {
	text-align: center;
	margin: 0 1.1vw 2.25vw;
	width: 9.22vw;
}
#medical-menu #senior .desc .img-box .img img {
	
}
#medical-menu #senior .desc .img-box .img p {
	font-size: 0.97vw;
	text-align: center;
	/*margin: 1.51vw 0 0;*/
	line-height: 1.2;
}
#medical-menu #senior .senior-img {
	width: 30.91vw;
}

#medical-menu #senior .senior-img img{
	margin: 0 0 0 3.63vw;/*innerから出てる分*/
}



/* --------------------------------------------------------------------------------
	★診療内容
-------------------------------------------------------------------------------- */
#medical-content {
	background: #F8F8F8;
	padding-top: 3.63vw;
}
/*
   mv
 */

#medical-content .mv {
	padding: 10.3vw 0;
	background-color: #EFEFEF;
}


#medical-content .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-content .mv .desc {
	width: 34.97vw;
	margin: 0 2.42vw 0 0;
}
#medical-content .mv .desc h3 {
	font-size: 2.06vw;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 1.82vw;
	font-weight: 400;
}
#medical-content .mv .desc .txt {
	font-size: 0.85vw;
	line-height: 2.25;
	margin: 0 0 3.03vw;
	letter-spacing: 0.15em;
}
#medical-content .mv .desc .img-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#medical-content .mv .desc .img-box .img01 {
	width: 12.4vw;
	text-align: center;
	margin: 0 4.55vw 0 0;
}
#medical-content .mv .desc .img-box .img01 img {
	/*margin-bottom: 1.21vw;*/
}
#medical-content .mv .desc .img-box .img02 {
	width: 12.4vw;
	text-align: center;
}
#medical-content .mv .desc .img-box .img02 img {
	/*margin-bottom: 1.21vw;*/
}
#medical-content .mv .desc .img-box .img .teeth-prevention {
	margin-left: 0.91vw;
}
#medical-content .mv .desc .img-box p {
	font-size: 0.97vw;
	text-align: center;
}
#medical-content .mv .maintenance-img {
	width: 30.3vw;
}



/*こども*/


#medical-content #child .mv {
	padding: 10.3vw 0 6.06vw;
	background-color: #F5D9D9;
}


#medical-content #child .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-content #child .desc {
	width: 34.55vw;
}
#medical-content #child .desc h3 {
	font-size: 2.06vw;
	text-align: center;
	margin-bottom: 1.21vw;
}


#medical-content #child .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}

#medical-content #child .desc .img-box .img {
	margin: 0 1.1vw 2.25vw;
    width: 9.22vw;
}
#medical-content #child .desc .img-box .img img {
	
}

#medical-content #child .desc .img-box .img p {
	font-size: 0.97vw;
	text-align: center;
	/*margin: 1.51vw 0 0;*/
	line-height: 1.2;
}

#medical-content #child .child-img {
	width: 27.88vw;
}

#medical-content #child .child-img img{
	margin: 0 0 0 1.82vw;/*innerから出てる分*/
}



/*
   senior
 */

#medical-content #senior .mv {
	padding: 10.3vw 0 6.06vw;
	background-color: #FBEFDA;
}


#medical-content #senior .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.66vw;
	margin: 0 auto;
}
#medical-content #senior .desc {
	width: 34.55vw;
}

#medical-content #senior .desc .txt {
	font-size: 0.85vw;
	margin-bottom: 2.42vw;
	line-height: 2;
}
#medical-content #senior .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
#medical-content #senior .desc .img-box .img {
	text-align: center;
        margin: 0 1.0vw 2.25vw;
        width: 9.22vw;
}
#medical-content #senior .desc .img-box .img img {
	
}
#medical-content #senior .desc .img-box .img p {
	font-size: 0.97vw;
	text-align: center;
	/*margin: 1.51vw 0 0;*/
	line-height: 1.2;
}
#medical-content #senior .senior-img {
	width: 30.91vw;
}

#medical-content #senior .senior-img img{
	margin: 0 0 0 3.63vw;/*innerから出てる分*/
}





/*
   aside
 */
#medical-content #aside {
	padding: 1.21vw 0 0;
}
#medical-content #aside .aside-block {
	padding: 0 0 3.63vw;
}
#medical-content #aside .aside-block h3 {
	font-size: 0.97vw;
	margin: 0 0 1.21vw;
}
#medical-content #aside .aside-block .aside-list li {
	margin: 0 0 0.61vw;
}
#medical-content #aside .aside-block .aside-list li a {
	display: flex;
	align-items: center;
}
#medical-content #aside .aside-block .aside-list li a .icon {
	width: 2.55vw;
	height: 2.55vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1F1F1;
	border-radius: 50%;
	padding: 0.61vw;
	margin-right: 1.21vw;
}
#medical-content #aside .aside-block .aside-list li a .icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
#medical-content #aside .aside-block .aside-list li a p.name {
	font-size: 0.79vw;
}
#medical-content #aside .aside-block .heading {
	color: #fff;
	width: 18.18vw;
	border-radius: 10px;
	text-align: center;
	padding: 0.61vw 0;
}
#medical-content #aside .aside-block.category .aside-list li a {
	border-bottom: 1px solid #707070;
	padding: 0.91vw 0 0.91vw 2.12vw;
	position: relative;
	margin-bottom: 0;
}
#medical-content #aside .aside-block.category li a::before {
	content: "";
	width: 0.55vw;
	height: 0.55vw;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 1.04vw;
	top: 1.7vw;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#medical-content #aside .aside-block.category li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285);
}
#medical-content #aside .aside-block.archive select {
	width: 18.55vw;
	padding: 0.79vw 2.42vw;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
	width: 100%;
}
#medical-content #aside .aside-block.archive .select-month {
	position: relative;
}
#medical-content #aside .aside-block.archive .select-month::before, #aside .aside-block.archive .select-month::after {
	content: "";
	position: absolute;
	pointer-events: none; /* クリックイベントを無効にしてselectに届くように */
	display: block;
	width: 0.55vw;
	height: 0.06vw;
	background-color: #111;
}
#medical-content #aside .aside-block.archive .select-month::before {
	top: 1.21vw;
	right: 2.42vw;
	transform: rotate(30deg);
}
#medical-content #aside .aside-block.archive .select-month::after {
	top: 1.21vw;
	right: 1.94vw;
	transform: rotate(-30deg);
}
/* --------------------------------------------------------------------------------
	★採用情報
-------------------------------------------------------------------------------- */
#recruit {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#recruit .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#recruit .mv {
	padding: 9.09vw 0 7.88vw;
}
#recruit .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 6.06vw;
}
#recruit .mv .heading.confirm {
	margin: 0;
}





#recruit .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#recruit .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#recruit .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#recruit .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#recruit .mv .heading .img {
	width: 5.76vw;
}
#recruit .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
#recruit .mv .content {
	display: flex;
	align-items: flex-end;
	margin: 0 0 3.39vw;
}
#recruit .mv .content .desc {
	width: 29.09vw;
	margin-right: 4.85vw;
}
#recruit .mv .content .desc h3 {
	font-size: 1.82vw;
	margin-bottom: 1.82vw;
	line-height: 1.8;
	font-weight: 400;
}
#recruit .mv .content .desc .txt {
	font-size: 0.85vw;
	line-height: 2.2;
}
#recruit .mv .content .img {
	width: 33.03vw;
}


#recruit .mv .content2 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#recruit .mv .content2 .desc {
	width: 35.94vw;
	
}
#recruit .mv .content2 .desc h3 {
	font-size: 1.82vw;
	margin-bottom: 1.82vw;
	line-height: 1.8;
	font-weight: 400;
}
#recruit .mv .content2 .desc .txt {
	font-size: 0.85vw;
	line-height: 2.2;
	margin: 0 0 4.43vw;
}
#recruit .mv .content2 .img {
	width: 24.27vw;
}
#recruit .mv .content2 .img ul li:first-child {
	margin: 0 0 3.39vw;
}




#recruit .hospital-view {
	position: relative;
	width: 100%;
	height: 18.79vw;
	z-index: 1;
}
#recruit .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 5.76vw;
	/* background: #fff; */
	background: transparent;
	position: absolute;
	left: 0;
	top: -0.3vw;
	z-index: 1;
}
#recruit .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 18.79vw;
	z-index: 10;
	background: url(../images/index/hospital-view-slide.png) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: newsloop 80s linear infinite;
	animation: typeloop 80s linear infinite;
	background-size: 90.9vw 15.34vw;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -124.84vw 0;
	}
}
/* 
  info-column
 */
#recruit #info-column {
	padding: 9.09vw 0 7.27vw;
	background-color: #fff;
	overflow-x: hidden;
}
#recruit #info-column .inner {
	width: 100%
}
#recruit #info-column .column-area {
	display: flex;
	align-items: flex-end;
	width: 100%;
	/* margin: 0 0 0 26.76vw; */
	margin: 0 0 0 17.45vw;
}
#recruit #info-column .column-head {
	text-align: center;
	width: 9.69vw;
	margin-right: 7.27vw;
}
#recruit #info-column .column-head h3 {
	font-size: 1.21vw;
	font-weight: 500;
	line-height: 1.4;
	writing-mode: vertical-rl;
	margin-bottom: 3.03vw;
}
#recruit #info-column .column-head .img {
	width: 7.88vw;
	margin: 0 0 0 1em;
}
#recruit #info-column .column-contents {
	width: calc(116.36vw - 12.73vw - 17.45vw);
}
#recruit #info-column .column-contents .view-more {
	position: relative;
}
#recruit #info-column .column-contents .view-more a {
	position: absolute;
	width: 18.18vw;
	left: 52.36vw;
	font-size: 0.97vw;
	top: -3.63vw;
}
#recruit #info-column .column-contents .view-more a::before {
	transform: rotate(45deg);
	top: 0.49vw;
	right: 0.91vw;
}
#recruit #info-column .column-contents .view-more a:hover::before {
	right: -1.21vw;
}
#recruit #info-column .column-contents .view-more a::after {
	top: 50%;
	right: 1.21vw;
	transform: translateY(-50%);
}
#recruit #info-column .column-contents .view-more a:hover:after {
	width: 1.82vw;
	right: -0.61vw;
}
#recruit #info-column .column-contents .column-list {
	padding: 0 0 0.91vw;
}
#recruit #info-column .column-contents .column-list .column-item {
	width: 12.12vw !important;
	margin-right: 1.21vw;
	flex-shrink: 0 !important;
}
#recruit #info-column .column-contents .column-list .column-item .img {
	margin-bottom: 1.21vw;
	position: relative;
}
#recruit #info-column .column-contents .column-list .column-item a .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	opacity: 0;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit #info-column .column-contents .column-list .column-item a:hover .img::before {
	z-index: 2;
	opacity: 1;
}
#recruit #info-column .column-contents .column-list .column-item a .img::after {
	content: '';
	display: block;
	width: 1.82vw;
	height: 1.82vw;
	border-top: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	z-index: -1;
}
#recruit #info-column .column-contents .column-list .column-item a:hover .img::after {
	z-index: 3;
	opacity: 1;
}
#recruit #info-column .column-contents .column-list .column-item .date {
	font-size: 0.85vw;
	color: #999999;
	margin-bottom: 0.3vw;
}
#recruit #info-column .column-contents .column-list .column-item .title {
	font-size: 0.97vw;
	margin-bottom: 0.61vw;
	font-weight: 400;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list li {
	font-size: 0.85vw;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0 0.61vw;
	margin-right: 0.42vw;
	margin-bottom: 0.3vw;
}
#recruit #info-column .column-contents .column-list .column-item.tag-list li a {
	display: block;
	font-size: 0.85vw;
	width: 100%;
	color: #999999;
	padding: 0 0.61vw;
	cursor: pointer;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list li p {
	line-height: 1.4;
}
.column-list .slick-track {
	display: flex !important;
	width: calc(116.36vw - (17.45vw + 15.76vw)) !important;
}
/*
   job-guideline
*/
#recruit #job-guideline {
	padding: 7.27vw 0 3.03vw;
	background-color: #FAFAFA;
}
#recruit #job-guideline .inner {
	display: flex;
	justify-content: space-between;
}
#recruit #job-guideline .job-guideline-ttl {
	font-size: 1.21vw;
	writing-mode: vertical-rl;
	margin-right: 2.72vw;
}
#recruit #job-guideline .contents-area {
	width: 61.51vw;
}
#recruit #job-guideline .job-content {
	border-radius: 20px;
	background-color: #fff;
	padding: 4.25vw;
	position: relative;
	margin-bottom: 4.25vw;
}
#recruit #job-guideline .job-content h4 {
	font-size: 1.94vw;
	margin-bottom: 1.57vw;
	font-weight: 500;
}
#recruit #job-guideline .job-content .content-box {}
#recruit #job-guideline .job-content .content-box ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #111;
	padding: 1.82vw 0 2.42vw;
}
#recruit #job-guideline .job-content .content-box ul li h5 {
	width: 10.6vw;
	text-align: center;
	font-size: 0.85vw;
	color: #7B7B7B;
	flex-shrink: 0;
}
#recruit #job-guideline .job-content .content-box ul li.treatment h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li.working-hours h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li.work-desc h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li .desc {
	font-size: 0.85vw;
}
#recruit #job-guideline .job-content .content-box .deco {
	position: absolute;
	top: 2.42vw;
	right: 2.42vw;
}

#recruit #job-guideline .job-content .content-box .deco img{
	height: 9.45vw;
	object-fit: contain;
}

/*#recruit #job-guideline #dentist.job-content .content-box .deco {
	width: 9.88vw;
}
#recruit #job-guideline #hygienist.job-content .content-box .deco {
	width: 9.69vw;
}
#recruit #job-guideline #assistant.job-content .content-box .deco {
	width: 7.27vw;
}*/
/*
   entry 
*/
#recruit #entry {
	padding: 6.67vw 0 2.42vw;
	background-color: #EFEFEF;
}
#recruit #entry .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 54.55vw;
	margin: 0 auto 3.63vw;
}
#recruit #entry .heading h3 {
	font-size: 1.82vw;
}
#recruit #entry .heading .img {
	width: 7.27vw;
	position: relative;
}
#recruit #entry .heading .img img {
	position: absolute;
	top: -4.55vw;
	right: -2.12vw;
}
#recruit #entry .btn {
	width: 21.21vw;
	margin: 0 auto;
}
#recruit #entry .btn button {
	display: flex;
	padding: 0.91vw 1.51vw 0.91vw 8.48vw;
	font-size: 0.97vw;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
}
#recruit #entry .btn button .i-arr {
	position: absolute;
	left: 75%;
}
/*
   form-area
 */
#form-area {
	width: 54.55vw;
	margin: 0 auto 2.72vw;
}
#form-area .form-list {
	margin-bottom: 3.63vw;
}
#form-area .form-list tr {
	padding: 1.21vw 0.91vw;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
}
#form-area .form-list th {
	width: 18.79vw;
}
#form-area .form-list th p {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 0.91vw;
}
#form-area .form-list th p::before {
	content: "";
	display: inline-block;
	width: 0.3vw;
	height: 0.3vw;
	border-radius: 50%;
	background-color: #111;
	margin-right: 0.61vw;
	padding: 0.12vw;
	margin-bottom: 0.19vw;
}
#form-area .form-list th .required {
	background-color: #111;
	color: #fff;
	border-radius: 30px;
	font-size: 0.61vw;
	font-weight: bold;
	margin-left: 0.91vw;
	padding: 0.12vw 0.61vw;
}
#form-area .form-list td {
	width: 35.76vw;
}
#form-area .form-list td input {
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 1.21vw 1.82vw;
	font-size: 0.72vw;
}
#form-area .form-list td select {
	width: 40%;
	font-size: 0.72vw;
	padding: 0.91vw 1.82vw;
	border: none;
	border-radius: 10px;
}
#form-area .form-list td textarea {
	width: 100%;
	height: 19.76vw;
	padding: 1.21vw 1.82vw;
	border: none;
	border-radius: 10px;
}
#form-area .form-list .capital {
	display: block;
	font-size: 0.72vw;
	margin: 0 0 0.42vw;
}
#form-area .form-list .cities {
	display: block;
	margin: 0.61vw 0 0.42vw;
	font-size: 0.72vw;
}
/* privacy-policy */
#form-area .privacy-policy {}
#form-area .privacy-policy .ttl {
	font-size: 0.91vw;
	text-align: center;
	margin-bottom: 1.82vw;
}
#form-area .privacy-policy .policy-box {
	width: 100%;
	height: 15.76vw;
	overflow: scroll;
	background-color: #fff;
	padding: 1.82vw 3.03vw;
	border-radius: 15px;
	margin-bottom: 2.42vw;
}
#form-area .privacy-policy .policy-box p {
	font-size: 0.72vw;
}
#form-area .privacy-policy .acceptance {
	text-align: center;
	font-size: 0.85vw;
}
#form-area .privacy-policy .acceptance label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.91vw;
}
#form-area .privacy-policy .acceptance input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form-area .privacy-policy .acceptance input[type="checkbox"] {
	position: relative;
	width: 2.42vw;
	height: 2.42vw;
	background-color: #fff;
	border: 1px solid #000;
	vertical-align: -0.3vw;
	border-radius: 50%;
	margin-right: 0.91vw;
}
#form-area .privacy-policy .acceptance input[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.82vw;
	height: 1.82vw;
	border-radius: 50%;
	background-color: #707070;
	opacity: 1;
}


#entry #form-area h3 {
        font-size: 1.82vw;
        text-align: center;
        margin: 0 0 3.63vw;
    }


#entry #form-area .thank-txt {
        line-height: 2.2;
        font-size: 0.85vw;
        padding: 0 0 7.27vw;
        text-align: center;
    }


/* --------------------------------------------------------------------------------
	★採用情報コラム
-------------------------------------------------------------------------------- */
#recruit-column {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#recruit-column .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#recruit-column .mv {
	padding: 9.09vw 0 7.88vw;
}
#recruit-column .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
#recruit-column .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#recruit-column .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#recruit-column .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#recruit-column .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#recruit-column .mv .heading .img {
	width: 5.76vw;
}
#recruit-column .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}


/* blog-list-area */
#recruit-column #contents-area {
	padding: 0 0 7.27vw;
}
#recruit-column #contents-area .inner {
	width: 62.05vw;
}
#recruit-column #blog-list-area {
	width: 42.73vw;
	margin: 0 0 4.25vw;
}
#recruit-column #blog-list-area .entry-list {}
#recruit-column #blog-list-area .entry-list .blog-list-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 2.12vw;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .img {
	width: 14.54vw;
	margin: 0 1.82vw 0 0;
}

#recruit-column #blog-list-area .entry-list .blog-list-item .img img {
	width: 14.54vw;
	height: 9.69vw;
	object-fit: cover;
	border-radius: 15px;
}

#recruit-column #blog-list-area .entry-list .blog-list-item .content {
	position: relative;
	width: 26.67vw;
	border-bottom: 1px solid #707070;
	padding-bottom: 1.09vw;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .date {
	color: #7B7B7B;
	font-size: 0.79vw;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .title {
	font-size: 0.97vw;
	margin: 0 0 0.61vw;
	padding: 0;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn {
	position: absolute;
	bottom: 1.21vw;
	right: 0.61vw;
	display: block;
	width: 2.19vw;
	height: 2.19vw;
	/*border: 0.06vw solid #111;
	border-radius: 50%;*/
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content:hover .blog-btn {
	transform: translateX(0.61vw);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn::before {
	content: "";
	display: inline-block;
	width: 0.49vw;
	height: 0.49vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 0.61vw;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn::after {
	content: "";
	width: 1.21vw;
	height: 0.06vw;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0.79vw;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li {
	font-size: 0.72vw;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0 0.61vw;
	margin-right: 0.42vw;
	margin-bottom: 0.3vw;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li a {
	display: block;
	font-size: 0.72vw;
	width: 100%;
	color: #999999;
	padding: 0 0.61vw;
	cursor: pointer;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li p {
	line-height: 1.4;
}
#recruit-column #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#recruit-column #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* pagenation */
#recruit-column .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#recruit-column .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 3.63vw;
	height: 3.63vw;
	font-size: 0.72vw;
}
#recruit-column .pagenation .prev-page, #recruit-column .pagenation .next-page {
	display: block;
	width: 3.03vw;
	height: 3.03vw;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#recruit-column .pagenation .prev-page::before, #recruit-column .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 0.61vw;
	height: 0.61vw;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#recruit-column .pagenation .prev-page::after, #recruit-column .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 1.21vw;
	height: 0.06vw;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -1.21vw;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#recruit-column .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -2.42vw;
}
#recruit-column .pagenation .prev-page:hover:before {
	left: -4.85vw;
}
#recruit-column .pagenation .prev-page:hover:after {
	left: -3.63vw;
}
#recruit-column .pagenation .next-page::before {
	left: 2.42vw;
}
#recruit-column .pagenation .next-page:hover::before {
	left: 3.63vw;
}
#recruit-column .pagenation .next-page::after {
	left: 1.21vw;
}
#recruit-column .pagenation .next-page:hover::after {
	left: 2.42vw;
}



/* --------------------------------------------------------------------------------
	★お知らせ一覧
-------------------------------------------------------------------------------- */
#news-archive {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#news-archive .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#news-archive .mv {
	padding: 9.09vw 0 7.27vw;
}
#news-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#news-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#news-archive .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#news-archive .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#news-archive .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#news-archive .mv .heading .img {
	width: 9.69vw;
}
#news-archive .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
/* news-info */
#news-archive .news-info {
	width: 54.55vw;
	margin: 0 auto;
	padding: 0 0 7.27vw;
}
#news-archive .news-info .news-list {
	margin: 0 0 6.06vw;
}
#news-archive .news-info .news-list li {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 0 0.91vw;
}
#news-archive .news-info .news-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.91vw 1.82vw 1.51vw;
}
#news-archive .news-info .news-list li a .date {
	color: #7B7B7B;
	width: 6.97vw;
	font-size: 0.72vw;
}
#news-archive .news-info .news-list li a .title {
	width: 41.82vw;
	font-size: 0.85vw;
}
#news-archive .news-info .news-list li a .news-btn {
	display: block;
	width: 1.94vw;
	height: 1.94vw;
	border: 1px solid #111;
	border-radius: 50%;
	position: relative;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#news-archive .news-info .news-list li a:hover .news-btn {
	transform: translateX(0.61vw);
}
#news-archive .news-info .news-list li a .news-btn::before {
	content: "";
	display: inline-block;
	width: 0.42vw;
	height: 0.42vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 0.61vw;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#news-archive .news-info .news-list li a .news-btn::after {
	content: "";
	width: 0.72vw;
	height: 0.06vw;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0.72vw;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* pagenation */
#news-archive .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#news-archive .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 3.63vw;
	height: 3.63vw;
	font-size: 0.72vw;
}
#news-archive .pagenation .prev-page, #news-archive .pagenation .next-page {
	display: block;
	width: 3.03vw;
	height: 3.03vw;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#news-archive .pagenation .prev-page::before, #news-archive .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 0.61vw;
	height: 0.61vw;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#news-archive .pagenation .prev-page::after, #news-archive .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 1.21vw;
	height: 0.06vw;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -1.21vw;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#news-archive .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -2.42vw;
}
#news-archive .pagenation .prev-page:hover:before {
	left: -4.85vw;
}
#news-archive .pagenation .prev-page:hover:after {
	left: -3.63vw;
}
#news-archive .pagenation .next-page::before {
	left: 2.42vw;
}
#news-archive .pagenation .next-page:hover::before {
	left: 3.63vw;
}
#news-archive .pagenation .next-page::after {
	left: 1.21vw;
}
#news-archive .pagenation .next-page:hover::after {
	left: 2.42vw;
}
/* --------------------------------------------------------------------------------
	★お知らせ記事
-------------------------------------------------------------------------------- */

#news-single {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#news-single .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#news-single .mv {
	padding: 9.09vw 0 7.27vw;
}
#news-single .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#news-single .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#news-single .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#news-single .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#news-single .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#news-single .mv .heading .img {
	width: 9.69vw;
}
#news-single .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
/* 
news-content 
*/
#news-single #contents-area {
	padding: 0;
}
#news-single #contents-area .inner {
	width: 62.05vw;
}
#news-single #contents-area #main {
	width: 41.82vw;
	margin: 0 0 6.06vw;
}
#news-single #main .content-block h3 {
	font-size: 1.7vw;
	background: none;
	margin: 0 0 2vw;
	padding: 0;
}
#news-single #main .content-block .desc {
	font-size: 0.85vw;
	line-height: 2.2;
}
/* --------------------------------------------------------------------------------
	★ブログ記事一覧
-------------------------------------------------------------------------------- */
#blog-archive {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#blog-archive .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#blog-archive .mv {
	padding: 9.09vw 0 7.27vw;
}
#blog-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blog-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#blog-archive .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#blog-archive .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#blog-archive .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#blog-archive .mv .heading .img {
	width: 9.69vw;
}
#blog-archive .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
/* blog-list-area */
#blog-archive #contents-area {
	padding: 0 0 7.27vw;
}
#blog-archive #contents-area .inner {
	width: 62.05vw;
}
#blog-archive #blog-list-area {
	width: 42.73vw;
	margin: 0 0 4.25vw;
}
#blog-archive #blog-list-area .entry-list {}
#blog-archive #blog-list-area .entry-list .blog-list-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 2.12vw;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .img {
	width: 14.54vw;
	margin: 0 1.82vw 0 0;
	
}
#blog-archive #blog-list-area .entry-list .blog-list-item .img img{
	width: 14.54vw;
	height: 9.69vw;
	object-fit: cover;
	border-radius: 15px;
	
}


#blog-archive #blog-list-area .entry-list .blog-list-item .content {
	position: relative;
	width: 26.67vw;
	border-bottom: 1px solid #707070;
	padding-bottom: 1.09vw;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .date {
	color: #7B7B7B;
	font-size: 0.79vw;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .title {
	font-size: 0.97vw;
	margin: 0 0 0.61vw;
	padding: 0;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn {
	position: absolute;
	bottom: 1.21vw;
	right: 0.61vw;
	display: block;
	width: 2.19vw;
	height: 2.19vw;
	/*border: 0.06vw solid #111;
	border-radius: 50%;*/
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content:hover .blog-btn {
	transform: translateX(0.61vw);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn::before {
	content: "";
	display: inline-block;
	width: 0.49vw;
	height: 0.49vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 0.61vw;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn::after {
	content: "";
	width: 1.21vw;
	height: 0.06vw;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0.79vw;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li {
	font-size: 0.72vw;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0 0.61vw;
	margin-right: 0.42vw;
	margin-bottom: 0.3vw;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li a {
	display: block;
	font-size: 0.72vw;
	width: 100%;
	color: #999999;
	padding: 0 0.61vw;
	cursor: pointer;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li p {
	line-height: 1.4;
}
#blog-archive #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#blog-archive #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* pagenation */
#blog-archive .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#blog-archive .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 3.63vw;
	height: 3.63vw;
	font-size: 0.72vw;
}
#blog-archive .pagenation .prev-page, #blog-archive .pagenation .next-page {
	display: block;
	width: 3.03vw;
	height: 3.03vw;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#blog-archive .pagenation .prev-page::before, #blog-archive .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 0.61vw;
	height: 0.61vw;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#blog-archive .pagenation .prev-page::after, #blog-archive .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 1.21vw;
	height: 0.06vw;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -1.21vw;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#blog-archive .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -2.42vw;
}
#blog-archive .pagenation .prev-page:hover:before {
	left: -4.85vw;
}
#blog-archive .pagenation .prev-page:hover:after {
	left: -3.63vw;
}
#blog-archive .pagenation .next-page::before {
	left: 2.42vw;
}
#blog-archive .pagenation .next-page:hover::before {
	left: 3.63vw;
}
#blog-archive .pagenation .next-page::after {
	left: 1.21vw;
}
#blog-archive .pagenation .next-page:hover::after {
	left: 2.42vw;
}
/* --------------------------------------------------------------------------------
	★ブログ記事
-------------------------------------------------------------------------------- */
#blog-single {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#blog-single .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#blog-single .mv {
	padding: 9.09vw 0 7.27vw;
}
#blog-single .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blog-single .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#blog-single .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#blog-single .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#blog-single .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#blog-single .mv .heading .img {
	width: 9.69vw;
}
#blog-single .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
/* 
blog-content 
*/
#blog-single #contents-area {
	padding: 0;
}
#blog-single #contents-area .inner {
	width: 62.05vw;
}
#blog-single #contents-area #main {
	width: 41.82vw;
}
#blog-single #main .content-block h3 {
	
		font-size: 1.7vw;
	background: none;
	margin: 0 0 2vw;
	padding: 0;
	
}
#blog-single #main .content-block .desc {
	font-size: 0.85vw;
	line-height: 2.2;
}
#blog-single #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#blog-single #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* --------------------------------------------------------------------------------
	★faq
-------------------------------------------------------------------------------- */
#faq-archive {
	padding-top: 4.25vw;
	padding-bottom: 0.61vw;
	background-color: #FAFAFA;
}
#faq-archive {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#faq-archive .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#faq-archive .mv {
	padding: 9.09vw 0 7.27vw;
}
#faq-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#faq-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#faq-archive .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#faq-archive .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
#faq-archive .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#faq-archive .mv .heading .img {
	width: 10vw;
}
#faq-archive .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
/* 
faq-area
*/
#faq-archive #contents-area {
	padding: 0 0 7.27vw;
}
#faq-archive #parts-faq {
	background-color: #FAFAFA;
}
#faq-archive #parts-faq .inner {
	width: 62.05vw;
}
#faq-archive #parts-faq #main {
	width: 41.82vw;
}
#faq-archive #aside .aside-block.category .heading {
	background-color: #F4E58B;
}
#faq-archive #aside .aside-block.archive .heading {
	background-color: #F4E58B;
}
/* --------------------------------------------------------------------------------
	★お問い合わせ
-------------------------------------------------------------------------------- */
#form {
	padding: 4.25vw 0 7.27vw;
	background-color: #FAFAFA;
}
#form {
	padding-top: 4.25vw;
	background-color: #FAFAFA;
}
#form .inner {
	width: 66.66vw;
	margin: 0 auto;
}
/*
   mv
*/
#form .mv {
	padding: 9.09vw 0 7.27vw;
}


#form #add-line{
	padding: 2.42vw 6.06vw 2.42vw 4.85vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 54.55vw;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 3.44vw;
}



#form #add-line .txt{
	width: 34.38vw;
	
}

#form #add-line .txt h3{
	display: flex;
	align-items: center;
	font-size: 1.77vw;
	margin: 0 0 1.51vw;
	
}

#form #add-line .txt p{
	font-size: 0.83vw;
}


#form #add-line .txt h3 img{
	margin: 0 0.89vw 0 0;
	
}

#form #add-line .img{
	text-align: center;
	
}

#form #add-line .img .ico{
	text-align: center;
	
}

#form #add-line .img .ico img{
	width: 7.81vw;
	margin: 0 0 1.56vw;
	
}

#form #add-line .img .addbtn{
	text-align: center;
	
}
#form #add-line .img .addbtn img{
	width: 10.42vw;
	
	
}



#form .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#form .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#form .mv .heading .ttl {
	margin: 0 3.03vw 0 0;
}
#form .mv .heading .ttl h2 {
	font-size: 2.19vw;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
#form .mv .heading .ttl .sub-ttl {
	font-size: 0.85vw;
	text-align: center;
	margin: 0.3vw 0 0;
}
#form .mv .heading .img {
	width: 10.91vw;
}
#form .mv .heading .desc {
	width: 29.7vw;
	line-height: 2.2;
	font-size: 0.85vw;
}
#form .content-heading {
	padding: 2.42vw 6.06vw 2.42vw 4.85vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 54.55vw;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 7.27vw;
}
#form .content-heading .desc {
	width: 30.3vw;
}
#form .content-heading .desc h3 {
	font-size: 1.82vw;
	margin-bottom: 0.91vw;
	letter-spacing: 0.15em;
}
#form .content-heading .desc .tel {
	width: 29.09vw;
	margin: 0 auto;
}
#form .content-heading .desc .tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #707070;
	margin-bottom: 1.21vw;
}
#form .content-heading .desc .tel a svg {
	width: 2.42vw;
	margin: 0 1.51vw 0 0;
}
#form .content-heading .desc .tel a .number {
	font-size: 2.66vw;
	font-weight: 500;
	line-height: 1.5;
}
#form .content-heading .desc .date {
	display: flex;
	align-items: center;
	justify-content: center;
}
#form .content-heading .desc .date .time {
	font-size: 0.85vw;
	margin: 0 1.21vw 0 0;
}
#form .content-heading .desc .date .day {
	font-size: 0.85vw;
	color: #7B7B7B;
}
#form .content-heading .img {
	width: 10vw;
}
#form #form-area h3 {
	font-size: 1.82vw;
	text-align: center;
	margin: 0 0 3.63vw;
}
#form .btn {
	width: 19.4vw;
	margin: 0 auto;
}
#form .btn button {
	display: flex;
	padding: 0.91vw 1.51vw 0.91vw 7.58vw;
	font-size: 0.97vw;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
}
#form .btn button .i-arr {
	position: absolute;
	left: 75%;
}


#form .thank-txt {
	line-height: 2.2;
    font-size: 0.85vw;
	padding: 0 0 7.27vw;
	text-align: center;
}

