@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
	background: url(images/page/pattern01.png)repeat center ;
}
.main_page {
	padding-bottom: calc(80 / 1920 * 100vw);
	height: calc(500 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.main_page::before {
	content: "";
	max-width: 1800px;
	width: 98%;
	height: 100%;
	margin-left: auto;
	background: url("images/page/page_ttl_bg.png")no-repeat bottom left / cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}

.lower .cover_header{
	padding-bottom: 0;
}
.lower .cover_header::before{
	content: none;
}
.lower .cover_header .gnav{
	bottom: calc(20 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}
	.main_page {
		height: calc(500 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}
	.main_page {
		height: calc(500 / 1299 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
		background: url(images/page/pattern01.png)repeat center / calc(100 / 750 * 100vw) ;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page::before {
		width: 100%;
		background: url("images/page/page_ttl_bg_sp.png")no-repeat bottom left / cover;
	}
	.main_page {
		height: calc(500 / 750 * 100vw);
		padding: 17.5vw 0 0 0;
	}
	.col_img {
		text-align: center;
	}
}

/* 
------------------------------------------------------------------*/
.hdg2 .ja {
	display: block;
	margin-bottom: var(--size20px);
	line-height: 1.6;
	letter-spacing: .1em;
	font-size: 333.3%;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.hdg2 .en {
	display: block;
	letter-spacing: .1em;
	line-height: 1;
	color: #b9e4f4;
	font-size: 177.7%;
	font-family: "ab-babywalk", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-transform:uppercase;
}
.hdg3 {
	padding: var(--size25px) var(--size80px) var(--size30px);
	letter-spacing: .1em;
	line-height: 1.5;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: var(--size40px);
	color: #1a699d;
	background: #fff;
	border: 2px dashed #1a699d;
	border-radius: calc(20 / 1920 * 100vw);
	box-shadow: calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 #b9e4f4;
	position: relative;
	z-index: 1;
}
.hdg3::before,
.hdg3::after
{
	content: "";
	max-width: 71px;
	width: calc(var(--size70px) + 1px);
	height: var(--size10px);
	margin: auto;
	background: url(images/page/deco01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.5%;
}
.hdg3::after{
	left: auto;
	right: 2.5%;
}
@media (min-width: 768px) and (max-width: 1599px) {
	.hdg2 {
		font-size: 95%;
	}
	.copy_common .ls2 {
		letter-spacing: .15em;
	}
	.hdg3 {
		font-size: 210%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.hdg2 {
		font-size: 90%;
	}
	.copy_common .ls2 {
		letter-spacing: .12em;
	}
	.hdg3 {
		font-size: 190%;
	}
}

@media (max-width: 767px) {
	.hdg2 {text-align: center;}
	.hdg2 .ja {
		display: block;
		padding: 0;
		margin-bottom: 4vw;
		line-height: 1.6;
		letter-spacing: 0;
		font-size: calc(50 / 750 * 100vw);
	}

	.hdg2 .en {
		display: block;
		line-height: 1;
		letter-spacing: .1em;
		font-size: calc(24 / 750 * 100vw);
	}

	.hdg3 {
		padding: var(--size25px) var(--size80px) var(--size30px);
		letter-spacing: .1em;
		border-width: 1px;
		border-radius: var(--size20px);
		box-shadow: var(--size10px) var(--size10px) 0 #b9e4f4;
	}
	.hdg3::before,
	.hdg3::after
	{
		width: calc(var(--size40px) + 1px);
		height: calc(var(--size5px) + 1px);
	}
	.hdg3::before{left: 4%;}
	.hdg3::after{right: 4%;}
	/* copy_common */
	.copy_common span {
		letter-spacing: 0;
	}

	.copy_common .fz20 {
		font-size: calc(34 / 750 * 100vw);
	}

	.copy_common .fz22 {
		font-size: calc(36 / 750 * 100vw);
	}

	.copy_common .fz23 {
		font-size: calc(36 / 750 * 100vw);
	}

	.copy_common .fz24 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz25 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz26 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz28 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz30 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz32 {
		font-size: calc(39 / 750 * 100vw);
	}

	.copy_common .fz36 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz38 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz40 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz50 {
		font-size: calc(50 / 750 * 100vw);
	}

	.copy_common .fz56 {
		font-size: calc(60 / 750 * 100vw);
	}

	.copy_common .fz60 {
		font-size: calc(60 / 750 * 100vw);
	}
}

/* copy_common01
------------------------------------------------------------------*/
.copy_common01{
	padding: var(--size10px) ;
	text-align: center;
	color: #1a699d;
	background: #fee370;
	border-radius: var(--size40px);
}
@media(max-width: 767px) {
	
}
/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	line-height: 1.6;
	color: #1a699d;
	text-align: center;
}
.copy_common02 .deco{
	padding: 0 1em;
	position: relative;
	z-index: 1;
}
.copy_common02 .deco::before,
.copy_common02 .deco::after
{
	content: "";
	width: 2px;
	height: var(--size30px);
	margin: auto;
	background: #1a699d;
	position: absolute;
	top: 0;
	bottom: 0;
}
.copy_common02 .deco::before{
	left: 0;
	transform: rotate(-27.5deg);
}
.copy_common02 .deco::after{
	right: 0;
	transform: rotate(27.5deg);
}
@media(max-width: 767px) {
	.copy_common02 .deco{
		padding: 0 .75em;
	}
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	padding: var(--size10px);
	text-align: center;
	color: #fff;
	background: #1a699d;
	border-radius: var(--size25px);
}
@media(max-width: 767px) {
	
}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: var(--size10px) 0;
	text-align: center;
	color: #1a699d;
	border-top: 2px solid #1a699d;
	border-bottom: 2px solid #1a699d;
}
@media(max-width: 767px) {
	.copy_common04{
		border-top-width: 1px ;
		border-bottom-width: 1px ;
	}	
}

/* copy_copy10
------------------------------------------------------------------*/
.copy_copy10{
	border-bottom: 1px solid #1a699d;
	position: relative;
	z-index: 1;
}
.copy_copy10::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #1a699d;
	position: absolute;
	bottom: var(--size10px);
	left: 0;
	right: 0;
	z-index: 1;
}
.copy_copy10.txt_white{
	border-bottom-color: #fff;
}
.copy_copy10.txt_white::before{
	background: #fff;
}

/* row_common01
------------------------------------------------------------------*/
.row_common01{
	position: relative;
}
@media (min-width: 768px) {
	.row_common01>.col_img {
		max-width: 570px;
		width: 46%;
	}
	.row_common01>.col_txt {
		max-width: 620px;
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.row_common01 .copy_common .fz30 {
		font-size: 1.8rem;
	}

}
@media (min-width: 768px) and (max-width: 1299px) {
	.row_common01 .copy_common .fz30 {
		font-size: 1.7rem;
	}
	.row_common01 .copy_common .fz28 {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.row_common01>.col_img {
		width: calc(700 / 750  * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common01 .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
	.row_common01>.col_txt {
		position: relative;
		z-index: 1;
	}
	.row_common01 .btn_common01{
		margin-right: auto;
		margin-left: auto;
	}
}

/* row_common02
------------------------------------------------------------------*/
.row_common02{
	position: relative;
}
@media (min-width: 768px) {
	.row_common02>.col_img {
		max-width: 345px;
		width: 31.5%;
	}
	.row_common02>.col_txt {
		max-width: 745px;
		width: 65%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.row_common01 .copy_common .fz30 {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
}


/* cover_row_common03
------------------------------------------------------------------*/
.cover_row_common03{
	padding: var(--size50px) 0 var(--size55px);
	position: relative;
	z-index: 1;
}
.cover_row_common03::before{
	content: "";
	max-width: 1630px;
	width: 96%;
	height: 100%;
	background: #3e9ad7;
	border-radius: 0 var(--size60px) var(--size60px) 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.cover_row_common03.v2::before{
	background: #1a699d;
	border-radius: var(--size60px) 0 0 var(--size60px) ;
	left: auto;
	right: 0;
}
@media (min-width: 768px) {
	.row_common03>.col_img {
		max-width: 570px;
		width: 46%;
	}
	.row_common03>.col_txt {
		max-width: 620px;
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.row_common03 .copy_common .fz30 {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	.cover_row_common03::before{
		width: 100%;
		border-radius: 0 var(--size60px) 0 0;
	}
	.cover_row_common03.v2::before{
		border-radius: var(--size60px) 0 0 0;
	}
	.row_common03>.col_img {
		width: 90% !important;
		margin: 0 auto 7.5vw;
	}
	.row_common03 .copy_common{
		margin-left: -1.5vw;
		margin-right: -1.5vw;
		text-align: center;
	}
	.row_common03 .copy_common .fz30 {
		font-size: calc(35.5 / 750 * 100vw);
	}
}


/* row_common04
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common04>.col_txt {
		max-width: 750px;
		width: 60%;
	}
	.row_common04>.col_img {
    	max-width: 450px;
		width: 37.5%;
	}
}
@media(max-width: 767px) {
	.row_common04>.box_common04  {
		max-width: inherit;
	}

}


/* row_common05
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common05>.col_txt {
		padding: var(--size40px);
		width: 52%;
	}
	.row_common05>.col_img {
    	max-width: 440px;
		width: 44%;
	}
}
@media(min-width: 768px) and (max-width: 1099px) {
	.row_common05>.col_txt {
		padding: var(--size10px);
	}
}
@media(max-width: 767px) {
	.row_common05>.col_img {
		width: calc(600 / 750 * 100vw) !important;
		margin: 0 auto 4vw !important;
	}
	.row_common05>.col_txt {
		width: calc(608 / 750 * 100vw) !important;
	}
}

/* row_common06
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common06>.col_txt {
		width: 54%;
	}
	.row_common06>.col_img {
    	max-width: 500px;
		width: 42.5%;
	}
}
@media(max-width: 767px) {
	.row_common06 .copy_common{text-align: center;}	
	.row_common06>.col_img {
		margin-bottom: 6vw;
	}
}

/* row_common21
------------------------------------------------------------------*/
.row_common21 > .col{
	max-width: 595px;
	width: 48.5%;
	/* background: #e7f2ee; */
	background: #F7EBD0;
	border-radius: var(--size50px);
	overflow: hidden;
}
.row_common21 .areaImg{
	background: #fff;
	
}
.row_common21 .copy_common{
	padding: var(--size15px) var(--size10px);
	line-height: 1.5;
	text-align: center;
	color: #fff;
	/* background: #15825a; */
	background: #e9a514;
}
.row_common21 .areaText{
	padding: var(--size25px) var(--size40px) var(--size40px);
}
@media(min-width: 768px) {
	.row_common21 > .col:nth-of-type(n + 3){margin-top: var(--size40px);}
}
@media(max-width: 767px) {
	.row_common21 > .col{
		width: 100%;
		margin: 0 auto 5vw;
		border-radius: var(--size60px);
	}
	.row_common21 > .col:last-child{
		margin-bottom: 0;
	}
	.row_common21 .areaText{
		padding: 4vw 3vw;
	}
}

/* row_common22
------------------------------------------------------------------*/
.row_common22 > .col{
	max-width: 600px;
	width: 48.5%;
}
@media(max-width: 767px) {
	.row_common22 > .col{
		width: 100%;
		margin: var(--size60px) auto 0;
	}
	.row_common22 > .col:first-child{margin-top: 0;}
}

/* row_common23
------------------------------------------------------------------*/
.row_common23 > .col{
	max-width: 460px;
	width: 48.5%;
}
@media(max-width: 767px) {
	.row_common23 > .col{
		width: 100%;
		margin: var(--size60px) auto 0;
	}
	.row_common23 > .col:first-child{margin-top: 0;}
}
/* row_common31
------------------------------------------------------------------*/
.row_common31{
	max-width: 1120px;
}
.row_common31 > .col{
	width: 32%;
	padding: var(--size30px) ;
	background: #b9e4f4;
	border-radius: var(--size50px);
}
.row_common31 .copy_common{
	text-align: center;
}
@media (min-width: 768px) {
	.row_common31>.col {
		margin-right: 2%;
	}
	.row_common31>.col:nth-of-type(3n),
	.row_common31>.col:last-child
	{margin-right: 0;}
	
}
@media(max-width: 767px) {
	.row_common31 > .col{
		width: 100%;
		padding: var(--size40px) ;
		margin: 0 auto 5vw;
	}
	.row_common31 > .col:last-child{margin-bottom: 0;}
}

/*  row_common32
------------------------------------------------------------------*/
.row_common32{
	justify-content: center;
}
.row_common32 > .col{
	max-width: 380px;
	width: 30.7%;
}
.row_common32 .copy_common{
	padding: var(--size20px) var(--size15px);
	line-height: 1.4;
	color: #fff;
	background: #3189bc;
}
@media(min-width: 768px) {
	.row_common32 > .col{
		margin-right: 3.95%;
	}
	.row_common32 > .col:nth-of-type(3n),
	.row_common32 > .col:last-child
	{
		margin-right: 0;
	}

	.row_common32 > .col:nth-of-type(n + 4){margin-top: var(--size50px);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common32 > .col{
		width: 32.2%;
		margin-right: 1.7%;
	}
}
@media(max-width: 767px) {
	.row_common32.flex{
		justify-content: space-between;
	}
	.row_common32 > .col{
		width: 48.5%;
	}
	.row_common32 > .col:nth-of-type(n + 3){
		margin-top: 4vw;
	}
	.row_common32 .fz22 { font-size: 90%;}
}

/* 
------------------------------------------------------------------*/
.decoImg01 {
	position: relative;
	z-index: 1;
}
.decoImg01::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #3e9ad7;
	border-radius:  0 var(--size55px) 0 var(--size55px);
	position: absolute;
	top: var(--size20px);
	left: var(--size20px);
	z-index: -1;
}
.r_reverse .decoImg01::before{
	left: auto;
	right: var(--size20px);
}
.r.decoImg01::before{
	width: calc(100% - var(--size10px)) !important;
	height: calc(100% - var(--size10px)) !important;
	top: var(--size30px);
	right: var(--size30px);
	left: auto;
}
.r_reverse .r.decoImg01::before{
	left: var(--size30px);
	right: auto;
}
@media (max-width: 767px) {
	.decoImg01::before {
		top: var(--size15px);
		right: var(--size15px);
	}

	.r_reverse .decoImg01::before {
		left: var(--size15px);
	}

	.r.decoImg01::before{
		top: var(--size20px);
		right: var(--size20px);
		left: auto;
	}
	.r_reverse .r.decoImg01::before{
		left: var(--size20px);
		right: auto;
	}
}

/* 
------------------------------------------------------------------*/
.decoImg02 {
	position: relative;
	z-index: 1;
}
.decoImg02::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff;
	border-radius:  0 var(--size55px) 0 var(--size55px);
	position: absolute;
	top: var(--size10px);
	right: var(--size10px);
	z-index: -1;
}
.r_reverse .decoImg02::before{
	right: auto;
	left: var(--size10px);
}
@media (min-width: 768px) and (max-width: 1299px) {}

@media (max-width: 767px) {
	.decoImg02::before {
		top: var(--size10px);
		right: var(--size10px);
	}

	.r_reverse .decoImg02::before {
		left: var(--size10px);
	}
}

/* 
------------------------------------------------------------------*/
.decoImg03 {
	position: relative;
	z-index: 1;
}
.decoImg03::before {
	content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(images/page/stripe.png)repeat center !important;
    border-radius: 0 var(--size60px) 0 var(--size60px);
    position: absolute;
    top: var(--size20px);
    right: var(--size20px);
    z-index: -1;
}
.r_reverse .decoImg03::before{
	right: auto;
	left: var(--size20px);
}
@media (min-width: 768px) and (max-width: 1299px) {}

@media (max-width: 767px) {
	.decoImg03::before {
		top: var(--size10px);
		right: var(--size10px);
	}

	.r_reverse .decoImg03::before {
		left: var(--size10px);
	}
}

/* box_common01 
------------------------------------------------------------------*/
.box_common01{
	padding-top: var(--size65px);
	padding-bottom: var(--size60px);
	border-radius: var(--size50px);
	background: #fff;
	border: solid #15825a 3px;
	position: relative;
	z-index: 1;
}
.copy_box_common01{
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #15825a;
	font-size: 222.2%;
}
.copy_box_common01 .bg{
	display: inline-block;
	padding: 0 1.1em;
	background: #fff;
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_box_common01{
		font-size: 200%;
	}
}
@media(max-width: 767px) {
	.box_common01{
		padding-top: var(--size65px);
		padding-bottom: var(--size60px);
		border-radius: var(--size50px);
		border-width: 1.5px;
	}
	.copy_box_common01{
		font-size: var(--size40px);
	}
	.copy_box_common01 .bg{
		padding: 0 1em;
	}
}
/* box_common02
------------------------------------------------------------------*/
.box_common02{
	background: #fff;
	border: solid #3e9ad7 var(--size10px);
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* box_common03
------------------------------------------------------------------*/
.box_common03{
	background: #fee370;
	border-radius: var(--size30px);
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* box_common04
------------------------------------------------------------------*/
.box_common04 .areaText01{
	padding: var(--size10px);
	line-height: 1.6;
	color: #1a699d;
	background: #e8f0f5;
	text-align: center;
	border-radius: var(--size10px) var(--size10px) 0 0;
	position: relative;
	z-index: 1;
}
.box_common04 .areaText02{
	padding: var(--size25px) 3% var(--size40px);
	background: #fff;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {
	.box_common04 .areaText01{
		line-height: 1.5;
	}	
}
/* box_common05
------------------------------------------------------------------*/
.box_common05{
	background: #fff;
	border-radius: var(--size50px);
	position: relative;
	z-index: 1;
}
.box_common05.bdr{
	border: solid 1px #1a699d;
}
@media(max-width: 767px) {
	.box_common05 .copy_common{
		margin-left: -1vw;
		margin-right: -1vw;	
	}

}
/* box_common06
------------------------------------------------------------------*/
.box_common06{
	border-radius: var(--size50px);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.box_common06 > .col{
	width: 50%;
	padding: var(--size30px) var(--size30px) var(--size45px);
	background: #fff;
}
.box_common06 > .col02{
	background: #b9e4f4;
}
.box_common06 > .sintaikaigo {
    width: 33.33%;
}
.box_common06 > .sintaikaigo02 {
    width: 100%;
}
@media(max-width: 767px) {
	.box_common06 > .col{
		width: 100%;
		padding: var(--size40px) var(--size45px) var(--size55px);
	}
}

/* box_common07
------------------------------------------------------------------*/
.box_common07{
	border-radius: 0 var(--size55px) 0 var(--size55px);
	background: #fff;
	box-shadow: var(--size10px) var(--size10px) 0 #8ea7c9;
	position: relative;
	z-index: 1;
}
.box_common07.sc3{
	box-shadow: var(--size10px) var(--size10px) 0 #3e9ad7;
}
@media(max-width: 767px) {
}
/* bg_wave
------------------------------------------------------------------*/
.bg_wave{
	padding-top: calc(115 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.bg_wave::before{
	content: "";
	max-width: 1920px;
	max-height: 225px;
	width: calc(1920 / 1800 * 100vw);
	height: calc(225 / 1800 * 100vw);
	margin: auto;
	background: url(images/page/bg_wave01.png)no-repeat center /contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_wave> .bg{
	background: #b9e4f4;
}
@media(max-width: 767px) {
	.bg_wave{
		padding-top: var(--size100px);
	}
	.bg_wave::before{
		top: 2vw;
	}
}
/* box_ballon01
------------------------------------------------------------------*/
.box_ballon01{
	background: #fff;
	border-radius: 0 var(--size60px) 0 var(--size60px);
	box-shadow: var(--size10px) var(--size10px) 0 #8ea7c9;
	position: relative;
	z-index: 1;
}
.box_ballon01::before{
	content: "";
	width: calc(100% - var(--size20px));
	height: calc(100% - var(--size20px));
	border-radius: 0 var(--size60px) 0 var(--size60px);
	margin: auto;
	border: dashed 2px #1a699d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* bdr_common
------------------------------------------------------------------*/
.bdr_common.under{
	border-bottom: 1px solid #1a699d;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #423b32;
	border-left: 0;
	border-right: 0;
}

.tbl_common01 th {
	color: #423b32;
	background: url(images/page/pattern01.png)repeat center !important;
}

.tbl_common01 td {
	background: #fff;
}

.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #423b32;
}

.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #423b32;
}

.tbl_common02 table {
	border-color: #1a699d;
}

.tbl_common02 th {
	background: #1a699d;
	border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tbl_common02 td {
	background: #fff;
}

.tbl_common02 tr:not(:last-child) td {
	border-bottom-color: #1a699d;
}
.tbl_common02 td.price {
	width: 20%;
	border-left: 1px solid #1a699d;
}
.tbl_common02 th.price {
	width: 20%;
}
.tbl_common03 table {
	border-color: #e9a514;
}

.tbl_common03 th {
	background: #e9a514;
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tbl_common03 td {
	background: #fff;
}

.tbl_common03 tr:not(:last-child) td {
	border-bottom-color: #e9a514;
}
.tbl_common03 td.price {
    width: 20%;
    border-left: 1px solid #e9a514;
}
.tbl_common03.tbl_recruit .require span:after{color: #e9a514;}


.tbl_common04 table {
	border-color: #15825a;
}

.tbl_common04 th {
	background: #15825a;
}

.tbl_common04 td {
	background: #fff;
}

.tbl_common04 tr:not(:last-child) td {
	border-bottom-color: #15825a;
}
.tbl_common04.tbl_recruit .require span:after{color: #15825a;}



.tbl_common05 table {
	border: 0;
	border-bottom: 1px solid #423b32;
}
.tbl_common05 .t01{width: 31%;}
.tbl_common05 .t02{width: 37.5%;}
.tbl_common05 .t03{width: 27.5%;}
.tbl_common05 thead th {
	width: 33%;
	text-align: center;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 111.1%;
	background: #1a699d;
	border-bottom: 1px solid #423b32;
}
.tbl_common05 thead .t01 {
	border-bottom-color: #fff;
}
.tbl_common05 thead .t02 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.tbl_common05 tbody .t01 {
	vertical-align: middle;
	background: #3e9ad7;
}
.tbl_common05 tbody .t02 {
	background: #e8f0f5;
}
.tbl_common05 tbody .t03 {
	text-align: center;
	background: #fff;
}
.tbl_common05 tr:not(:last-child) td {
	border-bottom-color: #423b32;
}
.tbl_common05 tr:not(:last-child) .t01 {
	border-bottom-color: #fff;
}
.tbl_common06 table {
	border-color: #B076BC;
}

.tbl_common06 th {
	background: #B076BC;
	border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tbl_common06 td {
	background: #fff;
}
.tbl_common06 td.price {
	width: 20%;
	border-left: 1px solid #B076BC;
}
.tbl_common06 tr:not(:last-child) td {
	border-bottom-color: #B076BC;
}
.tbl_common06.tbl_recruit .require span:after{color: #B076BC;}

@media(max-width: 767px) {
	.tbl_common01 th {
		background: url(images/page/pattern01.png)repeat center / calc(100 / 750 * 100vw) !important;
	}
	.tbl_common01.cell_100sp th {
		border-bottom: 1px solid #423b32;
	}

	.tbl_common05{
		width: calc(1200 / 750 * 100vw);
	}
	.tbl_common05 .t01{width: 27.5%;}
	.tbl_common05 .t02{width: 42.5%;}
	.tbl_common05 .t03{width: 25%;}
} 

/* ballon_common01
------------------------------------------------------------------*/
.ballon_common01{
	max-width: 210px;
	max-height: 210px;
	width: calc(var(--size105px) * 2);
	height: calc(var(--size105px) * 2);
	line-height: 1.6;
	color: #1a699d;
	background: url(images/page/ballon01.png)no-repeat center / contain;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.ballon_partnership{
	color: #15825a;
	background: url(images/page/ballon02.png)no-repeat center / contain;
}
.ballon_common01 .icon{
	max-width: 55px;
	width: var(--size55px);
	margin-right: auto;
	margin-left: auto;
}
.ballon_common01.v2{
	max-width: 200px;
	max-height: 200px;
	width: var(--size200px);
	height: var(--size200px);
}
@media(max-width: 767px) {
	.ballon_common01{
		width: calc(var(--size105px) * 2);
		height: calc(var(--size105px) * 2);
	}
	.ballon_common01.v2{
		width: var(--size180px);
		height: var(--size180px);
		padding-bottom: 1vw;
	}
	.ballon_common01 .icon{
		width: var(--size50px);
		margin: 0 auto 1.5vw;
	}
	.ballon_common01 .fz24{font-size: calc(22 / 750 * 100vw);}
}

/* row_common_ballon
------------------------------------------------------------------*/
.row_common_ballon > .col{
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 100% 100% 0 100%;
}
.row_common_ballon .copy{
	line-height: 1.6;
	font-size: 122.2%;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1a699d;
}
@media(min-width: 768px){
	.row_common_ballon > .col{margin-right: 50px;}
	.row_common_ballon > .col:last-child,
	.row_common_ballon > .col:nth-of-type(5n)
	{margin-right: 0;}
 
	.row_common_ballon > .col:nth-of-type(n + 6){
		margin-top: 30px;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common_ballon{
		width: calc(968 / 1300 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common_ballon > .col{
		width: calc(168 / 1300 * 100vw);
		height: calc(168 / 1300 * 100vw);
	}
	.row_common_ballon > .col{margin-right: calc(30 / 1300 * 100vw);}
 
	.row_common_ballon > .col:nth-of-type(n + 6){
		margin-top: calc(30 / 1300 * 100vw);
	}	
}
@media(max-width: 767px) {
	.row_common_ballon{
		max-width: calc(590 / 750 * 100vw);
	}
	.row_common_ballon > .col{
		width: calc(186 / 750 * 100vw);
		height: calc(186 / 750 * 100vw);
		margin-right: calc(12 / 750 * 100vw);
	}
	
	.row_common_ballon > .col:last-child,
	.row_common_ballon > .col:nth-of-type(3n)
	{margin-right: 0;}

	.row_common_ballon > .col:nth-of-type(n + 4){
		margin-top: 5vw;
	}
	.row_common_ballon .copy{
		font-size: 92%;
	}

	.box_common07 .box_common05 .row_common_ballon{
		margin: 0 -1.1vw;
	}
}
/* logo_common
------------------------------------------------------------------*/
.logo_common01{}
.logo_common02{
	max-width: 400px;
	width: calc(400 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.logo_common02{
		width: calc(400 / 1700 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.logo_common02{
		width: calc(400 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.logo_common02{
		width: calc(400 / 750 * 100vw);
	}
}


/* row_contact01
------------------------------------------------------------------*/
.btn_common01{
	width: calc(var(--size160px) * 2);
	height: var(--size60px);
	color: #fff;
	border: solid 2px #1a699d;
	background: #1a699d;
	border-radius: var(--size30px);
	position: relative;
	z-index: 1;
	transition: .5s all;
}
.btn_common01::before{
	content: "";
	width: calc(var(--size20px) + 1px);
	height: var(--size20px);
	margin: auto;
	background: url(images/page/arw01_white.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	transition: .5s all;
}
.btn_common01.color02{
	border-color: #15825a;
	background: #15825a;
}
.btn_common01.color03{
	border-color: #e9a514;
	background: #e9a514;
}
.btn_common01.color04{
	border-color: #B076BC;
	background: #B076BC;
}
/* .row_btn_common .btn_common01{
	width: 32%;
} */
@media(min-width: 1025px) {
	.btn_common01:hover{
		color: #1a699d;
		background: #fff;
		transition: .5s all;
		opacity: 1;
	}
	.btn_common01:hover::before{
		background: url(images/page/arw01.svg)no-repeat center / contain;
		transition: .5s all;
	}
	.btn_common01.color02:hover{
		color: #15825a;
	}
	.btn_common01.color02:hover::before{
		background: url(images/page/arw01_2.svg)no-repeat center / contain;
	}
	.btn_common01.color03:hover{
		color: #e9a514;
	}
	.btn_common01.color03:hover::before{
		background: url(images/page/arw01_3.svg)no-repeat center / contain;
	}
	.btn_common01.color04:hover{
		color: #B076BC;
	}
	.btn_common01.color04:hover::before{
		background: url(images/page/arw01_3.svg)no-repeat center / contain;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_common01{
		width: calc(600 / 750 * 100vw);
		height: calc(114 / 750 * 100vw);
		border-width: 1px;
		border-radius: calc(56 / 750 * 100vw);
	}
	.btn_common01::before{
		width: calc(var(--size40px) + 1px);
		height: var(--size35px);
		right: 7.5%;
	}
	.btn_common01 .s01{font-size: calc(41.5 / 750 * 100vw);}
	.btn_common01 .s02{
    	letter-spacing: .1em;
		font-size: calc(34 / 750 * 100vw);
	}

	.row_btn_common .btn_common01{
		width: calc(600 / 750 * 100vw);
		margin: 0 auto calc(48 / 750 * 100vw);
	}
	
	.row_btn_common .btn_common01:last-child{margin-bottom: 0;}
}
/* btn_common02
------------------------------------------------------------------*/
.btn_common02{
	width: calc(var(--size105px) * 4);
	height: var(--size80px);
	border: solid 2px #1a699d;
	background: #fff;
	border-radius: var(--size40px);
	position: relative;
	z-index: 1;
	transition: .5s all;
}
.btn_common02::before{
	content: "";
	width: calc(var(--size20px) + 1px);
	height: var(--size20px);
	margin: auto;
	background: url(images/page/arw01.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7.5%;
	transition: .5s all;
}
@media(min-width: 768px) {
	.btn_common02:hover{
		color: #fff;
		border-color: #1a699d;
		background: #1a699d;
		transition: .5s all;
		opacity: 1;
	}
	.btn_common02:hover::before{
		background: url(images/page/arw01_white.svg)no-repeat center / contain;
		transition: .5s all;
	}
}
@media(max-width: 767px) {
	.btn_common02{
		width: calc(598 / 750 * 100vw);
		height: calc(134 / 750 * 100vw);
		border-width: 1px;
		color: #fff;
		border-color: #1a699d;
		background: #1a699d;
		border-radius: calc(66.4 / 750 * 100vw);
	}
	.btn_common02::before{
		width: calc(28 / 750 * 100vw);
		height: calc(25 / 750 * 100vw);
		background: url(images/page/arw01_white.svg)no-repeat center / contain;
	}
	.btn_common02 .fz22{font-size: calc(32 / 750 * 100vw);}
}


/* row_anchor
------------------------------------------------------------------*/
.row_anchor{
	max-width: 960px;
	width: calc(960 / 1800 * 100vw);
}
.row_anchor .btn_anchor01{
	max-width: 300px;
	max-height: 100px;
	width: 32%;
	height: calc(100 / 1800 * 100vw);
	padding-bottom: var(--size15px);
	font-size: var(--size20px);
	color: #fff;
	background: #1a699d;
	border: 1px solid #1a699d;
	border-radius: var(--size30px);
	position: relative;
	z-index: 1;
}
.row_anchor .btn_anchor01::before{
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: var(--size5px) solid transparent;
    border-right: var(--size5px) solid transparent;
    border-top: var(--size10px) solid #fff;
    position: absolute;
    bottom: var(--size20px);
    left: 0;
    right: 0;
}
@media(min-width: 1025px) {
	.row_anchor .btn_anchor01:hover{
		color: #1a699d;
		background: #fff;
		border-color: #1a699d;
		opacity: 1;
	}
	.row_anchor .btn_anchor01:hover::before{
		border-top-color: #1a699d;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_anchor{
		width: calc(960 / 1500 * 100vw);
	}
	.row_anchor .btn_anchor01{
		height: calc(100 / 1500 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_anchor{
		width: calc(960 / 1200 * 100vw);
	}
	.row_anchor .btn_anchor01{
		height: calc(100 / 1200 * 100vw);
	}	
}
@media(max-width: 767px) {
	.row_anchor.flex{
		justify-content: center;
		width: 100%;
	}
	.row_anchor .btn_anchor01{
		width: 48.5%;
		margin-right: 3%;
		font-size: 90%;
		height: calc(100 / 750 * 100vw);
	}
	.row_anchor .btn_anchor01:nth-of-type(2n){margin-right: 0;}
	.row_anchor .btn_anchor01:nth-of-type(n + 3){margin-top: 5vw;}
	.row_anchor .btn_anchor01::before{
		border-left: var(--size10px) solid transparent;
		border-right: var(--size10px) solid transparent;
		border-top: var(--size15px) solid #fff;
}
}

@media(max-width: 767px) {}

/* txt_tel_common
------------------------------------------------------------------*/
.txt_tel_common {
	display: block;
	line-height: 1;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.txt_tel_common .s01{
	color: #1a699d;
	padding-right: .1em;
}
@media(max-width: 767px) {}
/*
 row_contact
------------------------------------------------------------------*/
.row_contact01{
	width: 905px;
}
.btn_tel_common01 {
	width: 288px;
	height: 90px;
	padding-top: 3.5px;
	color: #1a699d;
	background: #fff;
	border: solid #1a699d 2px;
	border-radius: 8px;
}
/* .btn_tel_common01:last-child {
	margin-top: 30px;
}	 */
.btn_tel_common01 .s01{
	display: block;
	margin-bottom: 7.5px;
	line-height: 1;
	letter-spacing: .1em;
	color: #423b32;
	font-size: 16px;
}
.btn_tel_common01 .deco{
	padding-left: 37.5px;
	line-height: 1;
	letter-spacing: .05em;
	font-size: 28px;
	position: relative;
	z-index: 1;
}
.btn_tel_common01 .deco::before{
	content: "";
	width: 16.5px;
	height: 21px;
	margin: auto;
	background: url(images/page/icon_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 12.5px;
	z-index: 1;
}
.btn_tel_common01.btn_tel02 {
	color: #15825a;
	border-color: #15825a;
}
.btn_tel_common01.btn_tel02 .deco::before{
	background: url(images/page/icon_tel02.svg)no-repeat center / contain;
}
.btn_tel_common01.btn_tel03 {
	color: #e9a514;
	border-color: #e9a514;
}
.btn_tel_common01.btn_tel03 .deco::before{
	background: url(images/page/icon_tel03.svg)no-repeat center / contain;
}
.btn_tel_common01.btn_tel04 {
	color: #B076BC;
	border-color: #B076BC;
}
.btn_tel_common01.btn_tel04 .deco::before{
	background: url(images/page/icon_tel04.svg)no-repeat center / contain;
}
@media(min-width: 768px) {
	.v1.row_contact01{
		width: calc(905 / 1920 * 100vw);
	}
	.v1.btn_tel_common01 {
		width: calc(288 / 1920 * 100vw);
		height: calc(90 / 1920 * 100vw);
		padding-top: calc(3.5 / 1920 * 100vw);
		border-width: calc(2 / 1920 * 100vw);
		border-radius: calc(10 / 1920 * 100vw);
	}
	.v1.btn_tel_common01 .s01{
		margin-bottom: calc(7.5 / 1920 * 100vw);
		font-size: calc(16 / 1920 * 100vw);
	}
	.v1.btn_tel_common01 .deco{
		padding-left: calc(37.5 / 1920 * 100vw);
		font-size: calc(28 / 1920 * 100vw);
	}
	.v1.btn_tel_common01 .deco::before{
		width: calc(16.5 / 1920 * 100vw);
		height: calc(21 / 1920 * 100vw);
		left: calc(12.5 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v2.row_contact01{
		width: calc(905 / 1600 * 100vw);
	}
	.v2.btn_tel_common01 {
		width: calc(288 / 1600 * 100vw);
		height: calc(90 / 1600 * 100vw);
		padding-top: calc(3.5 / 1600 * 100vw);
		border-width: calc(2 / 1600 * 100vw);
		border-radius: calc(10 / 1600 * 100vw);
	}
	.v2.btn_tel_common01 .s01{
		margin-bottom: calc(7.5 / 1600 * 100vw);
		font-size: calc(16 / 1600 * 100vw);
	}
	.v2.btn_tel_common01 .deco{
		padding-left: calc(37.5 / 1600 * 100vw);
		font-size: calc(28 / 1600 * 100vw);
	}
	.v2.btn_tel_common01 .deco::before{
		width: calc(16.5 / 1600 * 100vw);
		height: calc(21 / 1600 * 100vw);
		left: calc(12.5 / 1600 * 100vw);
	}	
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3.row_contact01{
		width: calc(905 / 1300 * 100vw);
	}
	.v3.btn_tel_common01 {
		width: calc(288 / 1300 * 100vw);
		height: calc(90 / 1300 * 100vw);
		padding-top: calc(3.5 / 1300 * 100vw);
		border-width: calc(2 / 1300 * 100vw);
		border-radius: calc(10 / 1300 * 100vw);
	}
	.v3.btn_tel_common01 .s01{
		margin-bottom: calc(7.5 / 1300 * 100vw);
		font-size: calc(16 / 1300 * 100vw);
	}
	.v3.btn_tel_common01 .deco{
		padding-left: calc(37.5 / 1300 * 100vw);
		font-size: calc(28 / 1300 * 100vw);
	}
	.v3.btn_tel_common01 .deco::before{
		width: calc(16.5 / 1300 * 100vw);
		height: calc(21 / 1300 * 100vw);
		left: calc(12.5 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact01{
		width: calc(600 / 750 * 100vw);
	}
	.btn_tel_common01 {
		width: calc(600 / 750 * 100vw);
		height: calc(188 / 750 * 100vw);
		margin: 0 auto;
		padding-top: .5vw;
		border-width: 1px;
		border-radius: calc(8 / 750 * 100vw);
	}
	.btn_tel_common01:last-child {
		margin-top: 0;
	}
	.btn_tel_common01 .s01{
		margin-bottom: 3vw;
		letter-spacing: .1em;
		font-size: calc(32 / 750 * 100vw);
	}
	.btn_tel_common01 .deco{
		font-size: calc(58 / 750 * 100vw);
	}
	.row_contact01 .btn_tel_common01:not(:last-child){
		margin-bottom: calc(49 / 750 * 100vw);
	}

	.toggle .row_contact01{
		width: calc(550 / 750 * 100vw);
	}
	.toggle .btn_tel_common01 {
		width: calc(550 / 750 * 100vw);
		height: calc(172 / 750 * 100vw);
		padding-top: 1.5vw;
	}
	.toggle .btn_tel_common01 .s01{
		margin-bottom: 3vw;
		letter-spacing: .1em;
		font-size: calc(31 / 750 * 100vw);
	}
	.toggle .btn_tel_common01 .deco{
		font-size: calc(51 / 750 * 100vw);
	}
	.toggle .row_contact01 .btn_tel_common01:not(:last-child){
		margin-bottom: calc(40 / 750 * 100vw);
	}
}


.btn_toggle .toggle {
	width: 0;
	height: 0;
	position: absolute;
	top: calc(100% + var(--size10px));
	right: 0;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
}

.btn_toggle.active .toggle {
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	transition: all 1s;
}
@media(max-width: 767px) {}

/* コンテンツ名 class
------------------------------------------------------------------*/
.btn_toggle_tel{
	width: 200px;
}
.btn_toggle_tel > .btn{
	width: 100%;
	height: 100px;
	color: #fff;
	background: #15825a;
	border-radius: 0 0 25px 25px;
	position: relative;
	z-index: 5;
}
.btn_toggle_tel > .btn::before{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	margin: auto;
	border: 2px dashed #fff;
	border-top: 0;
	border-radius: 0 0 25px 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.btn_toggle_tel .deco_toggle{
	padding-top: 35px;
	position: relative;
	z-index: 1;
}
.btn_toggle_tel .deco_toggle::before{
	content: "";
	width: 25.5px;
	height: 25px;
	margin: auto;
	background: url(images/page/icon_tel0.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.btn_toggle_tel .arw_toggle{
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.btn_toggle_tel .arw_toggle::before{
	content: "";
	width: 16px;
	height: 15px;
	margin: auto;
	background: url(images/page/arw01_white.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.btn_toggle_tel{
	left: 0;
	right: 0;
}
.btn_toggle_tel.active > .change{
	color: #15825a;
	background: #fff;
}
.btn_toggle_tel.active > .change::before{
	border-color: #15825a;
}
.btn_toggle_tel.active .change .arw_toggle::before{
	background: url(images/page/arw01_2.svg)no-repeat center / contain;
}
.btn_toggle_tel.active .change .deco_toggle::before{
	background: url(images/page/icn_tel0_2.svg)no-repeat center / contain;
}
.btn_toggle_tel.active .toggle{
	padding: var(--size40px) 4%;
	width: 100%;
	background: #15825a;
	top: 0;
}
@media(min-width: 768px) and (max-width:1399px) {
	.v4.btn_toggle_tel{
		width: calc(200 / 1399 * 100vw);
		height: calc(100 / 1399 * 100vw);
		border-radius: 0 0 calc(25 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
	.v4.btn_toggle_tel > .btn{
		height: calc(100 / 1399 * 100vw);;
	}
	.v4.btn_toggle_tel::before{
		width: calc(100% - var(--size10px));
		height: calc(100% - var(--size5px));
		border-radius: 0 0 calc(25 / 1399 * 100vw) calc(25 / 1399 * 100vw);
	}
	.v4.btn_toggle_tel .deco_toggle{
		padding-top: calc(35 / 1399 * 100vw);
	}
	.v4.btn_toggle_tel .deco_toggle::before{
		width: calc(25.5 / 1399 * 100vw);
		height: calc(25 / 1399 * 100vw);
	}
	.v4.btn_toggle_tel .arw_toggle{
		padding-right: calc(30 / 1399 * 100vw);
	}
	.v4.btn_toggle_tel .arw_toggle::before{
		width: calc(16 / 1399 * 100vw);
		height: calc(15 / 1399 * 100vw);
	}		
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3.btn_toggle_tel{
		width: calc(200 / 1299 * 100vw);
		height: calc(100 / 1299 * 100vw);
		border-radius: 0 0 calc(25 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
	.v3.btn_toggle_tel > .btn{
		height: calc(100 / 1299 * 100vw);;
	}
	.v3.btn_toggle_tel::before{
		width: calc(100% - var(--size10px));
		height: calc(100% - var(--size5px));
		border-radius: 0 0 calc(25 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
	.v3.btn_toggle_tel .deco_toggle{
		padding-top: calc(35 / 1299 * 100vw);
	}
	.v3.btn_toggle_tel .deco_toggle::before{
		width: calc(25.5 / 1299 * 100vw);
		height: calc(25 / 1299 * 100vw);
	}
	.v3.btn_toggle_tel .arw_toggle{
		padding-right: calc(30 / 1299 * 100vw);
	}
	.v3.btn_toggle_tel .arw_toggle::before{
		width: calc(16 / 1299 * 100vw);
		height: calc(15 / 1299 * 100vw);
	}	
}
@media(max-width: 767px) {
	.btn_toggle_tel.spr .deco_toggle{
		padding-top: 0;
		padding-left: calc(50 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: var(--size40px);
	}
	.btn_toggle_tel.spr .deco_toggle::before{
		width: calc(40 / 750 * 100vw);
		height: calc(38 / 750 * 100vw);
		top: 0;
		bottom: 0;
		left: -3vw;
		right: auto;
	}
	.btn_toggle_tel.spr .arw_toggle::before{
		right: -2vw;
	}
	.btn_toggle_tel.active .toggle{
		padding: var(--size40px) 4%;
		background: rgba(21, 130, 90, .8);
		top: auto;
		bottom: 100%;
	}	
}

/* 
------------------------------------------------------------------*/
.slide_main .slick-slide > .wrap01{padding: calc(25 / 1920 * 100vw);}
.slide_common04 .slick-prev ,
.slide_common04 .slick-next
{
	background: url("images/page/arw.svg")no-repeat center left / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 220px;
	margin: auto;
	z-index: 1;
}
.slide_common04 .slick-prev {
	left: -7.2%;
	transform: translate(0) scaleX(-1);
}
.slide_common04 .slick-next {
	right: -7.2%;
}
.slide_common04 .slick-prev:before, .slide_common04 .slick-next:before {
	display: none;
}
.slide_common04 .slide_thumbnail li {
	opacity: .5;
	transition: .3s;
}
.slide_common04 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_common04 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) {
	.slide_common04 .slide_thumbnail li {
		width: 18%;
		margin-right: 2.5%;
	}
	.slide_common04 .slide_thumbnail li:nth-child(5n), .slide_common04 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_common04 .slide_thumbnail li:nth-of-type(n + 6){margin-top: 3%;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_common04 .slick-prev,
	.slide_common04 .slick-next
	{
		width: calc(30 / 1600 * 100vw);
		height: calc(54 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_common04 .slick-prev,
	.slide_common04 .slick-next
	{
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: min(calc(220 / 1100 * 100vw), 220px);
	}
	.slide_common04 .slick-prev {left: -2%;}
	.slide_common04 .slick-next {right: -2%;}
}
@media(max-width: 767px) {
	.slide_common04 .slick-prev,
	.slide_common04 .slick-next
	{
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
		top: 20vw;
	}
	.slide_common04 .slick-prev {
		left: -1.5vw;
	}
	.slide_common04 .slick-next {
		right: -1.5vw;
	}
	.slide_common04 .slide_main .slick-slide > .wrap01{padding: 4vw 5vw;}
	.slide_common04 .ttl{
		font-size: 110%;
		letter-spacing: 0;
	}
	.slide_common04 .slide_thumbnail li {
		width: 23.5%;
		margin-right: 2%;
	}
	.slide_common04 .slide_thumbnail li:nth-child(4n),
	.slide_common04 .slide_thumbnail li:last-child
	{margin-right: 0;}

	.slide_common04 .slide_thumbnail li:nth-of-type(n + 5){margin-top: 3%;}
}


/* HOSPITAL
------------------------------------------------------------------*/
.bg_hospital01{
	padding: calc(150 / 1920 * 100vw);
	background: url(images/hospital/bg_hospital01.jpg)no-repeat center / cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bg_hospital01::before{
	content: "";
	width: calc(430 / 1920 * 100vw);
	height: calc(430 / 1920 * 100vw);
	margin: auto;
	background: url(images/hospital/deco_clinic01.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* row_access
------------------------------------------------------------------*/
.row_access .row_contact01{
	width: 100%;
}
.copy_access01{
	color: #15825a;
	padding-bottom: var(--size25px);
	border-bottom: 1px solid #15825a;
}
.copy_access01 .deco{
	padding-left: var(--size60px);
	position: relative;
	z-index: 1;
}
.copy_access01 .deco::before{
	content: "";
	width: var(--size40px);
	height: var(--size40px);
	margin: auto;
	background: url(images/page/icon_car.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.copy_access01.train{
	color: #1a699d;
	border-bottom-color: #1a699d;
}
.copy_access01.train .deco::before{
	background: url(images/page/icon_train.svg)no-repeat center / contain;
}
@media(min-width: 768px) {
	.row_access > .col_img{
		max-width: 520px;
		width: 52%;
	}	
	.row_access > .col_txt{
		width: 44%;
	}	

	.row_access02 > .col_l{
		width: 42.5%;
	}	
	.row_access02 > .col_r{
		width: 56%;
	}
	.row_access02 .wrap_map{
		height: 100%;
	}
}
@media(max-width: 767px) {
	.row_access02 > .col_l{
		width: 100%;
		margin: 0 auto 5vw;
	}	
	.row_access02 > .col_r{
		width: 100%;
	}	
}
/* HOSPITAL
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* HOSPITAL
------------------------------------------------------------------*/
/* .hospital .tbl_time tbody td{
	background: none;
} */
.hospital .tbl_time tbody .tbr2{
	background: rgba(26, 105, 157,.1);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* HOSPITAL
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* STAFF
------------------------------------------------------------------*/
.row_staff > .col_img {max-width: 540px;}
@media(min-width: 768px) {
	.row_staff > .col_img {width: 44%;}
	.row_staff > .col_txt {width: 52%;}
	.row_staff02 > .col_img {width: 41%;}
	.row_staff02 > .col_txt {
		max-width: 670px;
		width: 55%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff > .col_img {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff02 > .col_img {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ADMITTANCE
------------------------------------------------------------------*/
.row_admittance .plus{
	width: var(--size40px);
	height: var(--size40px);
	background: url(images/page/icon_plus.svg)no-repeat center / contain;
}
.row_admittance .col{
	width: 17%;
	height: var(--size90px);
	color: #1a699d;
	background: #fff;
	border-radius: var(--size20px);
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_admittance .plus{
		width: var(--size35px);
		height: var(--size35px);
	}
	.row_admittance .col{
		width: 17.5%;
	}	
}
@media(max-width: 767px) {
	.row_admittance{
		margin-left: -1.5vw;
		margin-right: -1.5vw;
	}
	.row_admittance .plus{
		width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
	}
	.row_admittance .col{
		width: 21%;
		height: var(--size90px);
		border-radius: var(--size20px);
	}
	.row_admittance .copy_common .fz22{font-size: calc(29 / 750 * 100vw);}
}
/* RETIREMENT
------------------------------------------------------------------*/
.ballon_retirement.ballon01{
	max-width: 200px;
	width: calc(200 / 1800 * 100vw);
	position: absolute;
	top: calc(-40 / 1920 * 100vw);
	right: calc(-50 / 1920 * 100vw);
	z-index: 1;
}
.ballon_retirement.ballon02{
	max-width: 150px;
	width: calc(150 / 1800 * 100vw);
	position: absolute;
	bottom: calc(-40 / 1920 * 100vw);
	left: calc(-40 / 1920 * 100vw);
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	.ballon_retirement.ballon01{
		width: calc(200 / 1600 * 100vw);
	}
	.ballon_retirement.ballon02{
		width: calc(150 / 1600 * 100vw);
	}	
}
@media(max-width: 767px) {
	.ballon_retirement.ballon01{
		width: calc(200 / 750 * 100vw);
	}
	.ballon_retirement.ballon02{
		width: calc(150 / 750 * 100vw);
	}
}
/* nursing_care
------------------------------------------------------------------*/
.btn_anchor01.color04 {
	border-color: #B076BC;
	background: #B076BC;
	width: 49%;
	max-width: 450px;
}
@media(max-width: 767px) {
	.btn_anchor01.color04{
		width: 48.5%;
        margin-right: 3%;
        font-size: 90%;
        height: calc(100 / 750* 100vw);
	}
}

/* RECRUIT
------------------------------------------------------------------*/
.recruit .box_ballon01{
	margin-top: calc(-100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* リスク・副作用
------------------------------------------------------------------*/
.risk > iframe {
	height: 260px!important;
	width: calc(100% + 17px)!important;
}
.risk.inner1000 {
	max-width: 1000px!important;
	width: 90%!important;
}
.box_risk01 {
	padding: calc(38 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(40 / 1920 * 100vw)!important;
	font-size: calc(18 / 1920 * 100vw)!important;
	background: #e8f0f5;
}
.box_risk01 .box {
	overflow: hidden;
	position: relative;
	padding: 0 calc(20 / 1920 * 100vw) 0 0!important;
	height: auto;
	touch-action: auto !important;
}
.box_risk01 .ttl {
	margin-bottom: calc(7 / 1920 * 100vw)!important;
	font-size: 1.125rem!important;
	letter-spacing: .1em!important;
}
.box_risk01 .txt {
	font-size: 1rem!important;
	letter-spacing: .1em!important;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #3e9ad7 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.risk > iframe {
		height: calc(262 / 1599*100vw)!important;
	}
	.risk.tab > iframe {
		width: 100%!important;
	}
	.box_risk01 {
		padding: calc(38 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(40 / 1599 * 100vw)!important;
		font-size: calc(18 / 1599 * 100vw)!important;
	}
	.box_risk01 .box {
		padding: 0 calc(20 / 1599 * 100vw) 0 0!important;
	}
	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1599 * 100vw)!important;
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.risk > iframe {
		height: calc(262 / 1299*100vw)!important;
	}
	.box_risk01 {
		padding: calc(38 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(40 / 1299 * 100vw)!important;
		font-size: calc(18 / 1299 * 100vw)!important;
	}
	.box_risk01 .box {
		padding: 0 calc(20 / 1299 * 100vw) 0 0!important;
	}
	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1299 * 100vw)!important;
	}
}
@media(max-width: 767px) {
	.risk > iframe {
		width: 100%!important;
	}
	.sp.risk.inner1000 {
		max-width: calc(702 / 750 * 100vw)!important;
		width: 100%!important;
	}
	.sp.risk iframe {
		height: calc(500 / 750 * 100vw)!important;
	}
	.sp.box_risk01 {
		font-size: 4.27vw!important;
		padding: 5vw 5% 5vw!important;
	}
	.sp.box_risk01 .box {
		padding: 0 3vw 0 0!important;
	}
	.sp.box_risk01 .ttl {
		margin-bottom: 2vw!important;
		font-size: 112.5%!important;
		letter-spacing: 0!important;
	}
	.sp.box_risk01 .txt {
		font-size: 100%!important;
		letter-spacing: 0!important;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: #1a699d;
}
.btn_submit input {
	border: none;
	background: #1a699d;
}
.btn_submit.c01 input {
	background: #15825a;
}
.btn_submit.c11 input {
	background: #e9a514;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
}

/*
------------------------------------------------------------------*/
.box_common_flow02{
	padding: var(--size45px) 4% var(--size45px);
	background: #e8f0f5;
	border-radius: var(--size50px);
	position: relative;
	z-index: 1;
}
.box_common_flow02::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: var(--size20px) solid transparent;
	border-right: var(--size20px) solid transparent;
	border-top: var(--size15px) solid #1a699d;
	position: absolute;
	bottom: calc(-1 * var(--size35px));
	left: 0;
	right: 0;
}
.care_flow::before {
    display: none;
}
.box_common_flow02:last-child{margin-bottom: 0;}
.box_common_flow02:last-child::before{content: none;}
.box_common_flow02 .copyNum{
	line-height: 1.5;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1a699d;
	position: relative;
	z-index: 1;
}
.box_common_flow02 .copyNum .num{
	width: var(--size40px); 
	height: var(--size40px); 
	line-height: 1;
	font-family: "ab-babywalk", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: url(images/page/ballon_num01.png)no-repeat center / contain;
	position: relative;
	z-index: 1;
}
.box_common_flow02 .copyNum .txt01{
	width: calc(100% - var(--size40px));
	padding-left: var(--size15px) ;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {
	.box_common_flow02{
		padding: var(--size50px) 5% ;
	}
	.box_common_flow02::before{
		width: calc(30 / 750 * 100vw);
		height:calc(30 / 750 * 100vw);
		bottom: calc(-55 / 750 * 100vw);
	}
	.box_common_flow02 .copyNum .num{
		width: var(--size60px); 
		height: var(--size60px); 
		font-size: 90%;
	}
	.box_common_flow02 .copyNum .txt01{
		width: calc(100% - var(--size60px));
	}
}


/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / 1920 * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.875rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / 1920 * 100vw);
	height: calc(20 / 1920 * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}
.grecaptcha-badge { visibility: hidden; }