@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"fot-tsukuardgothic-std",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #132A5A;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #132A5A;
}
a:hover {
	color: #132A5A;
}
a:active {
	color: #132A5A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #132A5A;
	font-size: 1.6rem;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#container {
	padding-top: 110px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px 26px 24px 20px;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 30;
}
#gHeader.fix {
	position: fixed;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin-top: -7px;
}
#gHeader .linkBox {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#gHeader .linkBox .topBox {
	margin-bottom: 3px;
	display: flex;
	align-items: center;
}
#gHeader .linkBox .topBox .tel a {
	padding-left: 22px;
	color: #33ACD6;
	font-size: 2rem;
	letter-spacing: 0.05em;
	background: url("../images/common/webp/icon01.webp") no-repeat left center / 17px;
}
.no-webp #gHeader .linkBox .topBox .tel a {
	background-image: url("../images/common/icon01.png");
}
#gHeader .linkBox .topBox .time {
	margin: 0 8px 0 10px;
}
#gHeader .linkBox .topBox .btn {
	width: 125px;
}
#gHeader .linkBox .topBox .btn a {
	padding: 0 0 2px;
	display: block;
	color: #33ACD6;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #33ACD6;
	background-color: #FFF;
}
#gNavi ul {
	display: flex;
}
#gNavi li:not(:last-of-type) {
	margin-right: 21px;
}
#gNavi li a {
	position: relative;
	color: #33ACD6;
	font-size: 1.3rem;
}
#gNavi li a::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #33ACD6;
	content: '';
	transition: all 0.3s;
	transform: scale(0,1);
	border-radius: 1px;
}
@media all and (max-width: 1000px) {
	#gNavi li a {
		font-size: 1.1rem;
	}
}
@media all and (min-width: 768px) {
	#gHeader .linkBox .topBox .btn a:hover {
		color: #FFF;
		background-color: #33ACD6;
	}
	#gNavi li a:hover::after {
		transform: scale(1,1);
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 10px 15px 4px;
		position: static;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .logo {
		margin-top: 0;
	}
	#gHeader .linkBox {
		display: none;
	}
	#gHeader.fix {
		position: absolute;
	}
}
@media all and (max-width: 374px) {
	#gHeader {
		padding: 15px 15px 9px;
	}
	#gHeader .logo img {
		width: 220px;
	}
}
@media all and (-ms-high-contrast:none){
	#gHeader .linkBox .topBox .tel a {
		padding-top: 38px;
		line-height: 1;
		background: url("../images/common/webp/icon01.webp") no-repeat left bottom 10px / 17px;
		vertical-align: -6px;
	}
	.no-webp #gHeader .linkBox .topBox .tel a {
		background-image: url("../images/common/icon01.png");
	}
	#gHeader .linkBox .topBox .btn a {
		padding: 6px 0 0;
	}
}
/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	.menu {
		position: fixed;
		right: 10px;
		top: 10px;
		width: 60px;
		height: 60px;
		background: url("../images/common/webp/menu_img02.webp") no-repeat center/ cover;
		z-index: 99;
	}
	.no-webp .menu {
		background: url("../images/common/menu_img02.png") no-repeat center/ cover;
	}
	.menu.on img {
		opacity: 0;
	}
	.menuBox {
		padding: 70px 40px 80px;
		width: 100%;
		height: 100%;
		display: none;
		overflow: auto;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		background: #3A99BF;
		z-index: 51;
	}
	.menuBox .logo {
		margin-bottom: 17px;
		text-align: center;
	}
	.menuBox .linkList > li:not(:last-of-type) {
		border-bottom: 1px solid #4EA3C5;
	}
	.menuBox .linkList > li {
		position: relative;
	}
	.menuBox .linkList > li > a {
		padding: 7px 30px;
		display: block;
		color: #FFF;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	.menuBox .linkList > li.link .btn {
		width: 12px;
		height: 40px;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 32px;
		background: url("../images/common/webp/icon14.webp") no-repeat center / 12px;
	}
	.no-webp .menuBox .linkList > li.link .btn {
		background: url("../images/common/icon14.png") no-repeat center / 12px;
	}
	.menuBox .linkList > li.link .btn.on {
		background: url("../images/common/webp/icon15.webp") no-repeat center / 12px;
	}
	.no-webp #gFooter {
		background: url("../images/common/icon15.png") no-repeat center / 12px;
	}
	.menuBox .subBox {
		display: none;
	}
	.menuBox .subList {
		margin: 5px -20px 15px 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.menuBox .subList > li {
		width: 50%;
	}
	.menuBox .subList > li > a {
		color: #FFF;
		font-size: 1.5rem;
		font-weight: 400;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}
@media all and (max-width: 374px) {
	.menuBox .subList > li > a {
		color: #FFF;
		font-size: 1.2rem;
		font-weight: 400;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 47px 0 14px;
	background: #3A99BF url("../images/common/webp/bg.webp") no-repeat right 50px bottom / 455px;
}
.no-webp #gFooter {
	background: #3A99BF url("../images/common/bg.png") no-repeat right 50px bottom / 455px;
}
#gFooter .fNavi {
	margin: 0 auto 44px;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fNavi .sub {
	width: calc(100% - 310px);
	display: flex;
	justify-content: space-between;
}
#gFooter .linkList > li:not(:last-of-type) {
	margin-bottom: 2px;
}
#gFooter .linkList:not(:first-of-type) {
	margin-top: 20px;
}
#gFooter li a {
	position: relative;
}
#gFooter .linkList > li > a {
	display: inline-block;
	color: #FFF;
	font-size: 1.3rem;
}
#gFooter .linkList > li > a::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #FFF;
	content: '';
	transition: all 0.3s;
	transform: scale(0,1);
	border-radius: 1px;
}
#gFooter .fNavi > .linkList {
	margin-top: 20px;
}
#gFooter .subList {
	margin: 0 0 5px 26px;
}
#gFooter .subList li:not(:last-of-type) {
	margin-bottom: 3px;
}
#gFooter .subList li a {
	display: inline-block;
	color: #B0D6E5;
	font-size: 1.2rem;
}
#gFooter .subList li a::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #B0D6E5;
	content: '';
	transition: all 0.3s;
	transform: scale(0,1);
	border-radius: 1px;
}
#gFooter .linkList01 .subList {
	width: 250px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gFooter .linkList01 .subList li {
	width: 50%;
}
#gFooter .fSub {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gFooter .snsList {
	margin-right: 15px;
	display: flex;
	align-items: center;
}
#gFooter .snsList li:not(:last-of-type) {
	margin-right: 10px;
}
#gFooter small {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}
@media all and (min-width: 768px) {
	#gHeader .linkBox .topBox .btn a:hover {
		color: #FFF;
		background-color: #33ACD6;
	}
	#gFooter li a:hover::after {
		transform: scale(1,1);
	}
	#gFooter .snsList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 47px 0 70px;
		background-color: #3A99BF;
		background-image: none;
	}
	#gFooter .fNavi {
		margin: 0 20px 34px;
		max-width: inherit;
		display: block;
	}
	#gFooter .fNavi .sub {
		margin-bottom: 27px;
		padding: 0 30px 23px;
		width: auto;
		border-bottom: 1px solid #4EA3C5;
	}
	#gFooter .linkList:not(:last-of-type) {
		width: 50%;
	}
	#gFooter .linkList01 {
		margin: 0 30px;
	}
	#gFooter .fSub {
		display: block;
	}
	#gFooter .snsList {
		margin: 0 0 26px;
		justify-content: center;
	}
	#gFooter .snsList li:not(:last-of-type) {
		margin-right: 11px;
	}
	#gFooter small {
		display: block;
		text-align: center;
	}
	.fixList {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		background-color: #3A99BF;
		z-index: 20;
	}
	.fixList li {
		width: 50%;
		border-top: 1px solid #FFF;
	}
	.fixList li:not(:last-of-type) {
		border-right: 1px solid #FFF;
		box-sizing: border-box;
	}
	.fixList li a {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi .sub {
		padding: 0 0 23px;
	}
	#gFooter .linkList01 {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {
	font-family:"bryant-web-compressed",sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 940px;
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin-bottom: 75px;
	background: url("../images/index/webp/bg05.webp") no-repeat left -110px top 10px / 601px;
}
.no-webp .comContact {
	background: url("../images/index/bg05.png") no-repeat left -110px top 10px / 601px;
}
.comContact .inner {
	margin: 0 auto;
	max-width: 800px;
}
.comContact h2 {
	margin-bottom: 46px;
	color: #132A5A;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	line-height: 1.46;
	text-align: center;
}
.comContact h2 .sml {
	margin-bottom: 13px;
	display: block;
	font-size: 1.3rem;
}
.comContact .title {
	margin-bottom: 50px;
	text-align: center;
}
.comContact .subBox {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.comContact .subBox .lBox {
	width: 400px;
}
.comContact .subBox table {
	margin-bottom: 12px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #132A5A;
}
.comContact .subBox th,
.comContact .subBox td {
	padding: 5px 0 8px;
	width: 9.1%;
	color: #132A5A;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #132A5A;
	box-sizing: border-box;
}
.comContact .subBox th:first-of-type,
.comContact .subBox td:first-of-type {
	width: 36.25%;
}
.comContact .subBox td {
	padding: 17px 0 16px;
}
.comContact .subBox td:not(:first-of-type) {
	color: #33ACD6;
}
.comContact .subBox .lBox .text {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comContact .subBox .lBox .text .txt {
	color: #33ACD6;
	font-size: 2.4rem;
	line-height: 1;
}
.comContact .subBox .lBox .text .sml {
	color: #132A5A;
	font-size: 1.1rem;
	line-height: 1.36;
	letter-spacing: 0.05em;
}
.comContact .subBox .lBox .tel {
	margin-bottom: 34px;
	text-align: center;
}
.comContact .subBox .lBox .tel a {
	padding-left: 45px;
	display: inline-block;
	color: #132A5A;
	font-size: 3rem;
	letter-spacing: 0.05em;
	background: url("../images/common/webp/icon03.webp") no-repeat left bottom / 35px;
}
.no-webp .comContact .subBox .lBox .tel a {
	background: url("../images/common/icon03.png") no-repeat left bottom / 35px;
}
.comContact .subBox .lBox .link {
	width: 100%;
}
.comContact .subBox .lBox .link a {
	display: block;
	border: 1px solid #132A5A;
	text-align: center;
	border-radius: 100px;
	background: url("../images/common/webp/icon05.webp") no-repeat right 20px center / 23px;
}
.no-webp .comContact .subBox .lBox .link a {
	background: url("../images/common/icon05.png") no-repeat right 20px center / 23px;
}
.comContact .subBox .lBox .link a span {
	padding: 18px 0 18px 34px;
	display: inline-block;
	font-size: 2.4rem;
	text-align: center;
	background: url("../images/common/webp/icon04.webp") no-repeat left center / 22px;
}
.no-webp .comContact .subBox .lBox .link a span {
	background: url("../images/common/icon04.png") no-repeat left center / 22px;
}
.comContact .subBox .rBox .map {
	margin-bottom: 11px;
	padding: 11px 0 0;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 15px;
}
.comContact .subBox .rBox .map .ttl {
	margin-bottom: 7px;
	color: #33ACD6;
}
.comContact .subBox .rBox .sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comContact .subBox .rBox .text {
	padding-left: 38px;
	width: calc(100% - 140px);
	font-size: 1.2rem;
	line-height: 1.33;
	letter-spacing: 0.05em;
	background: url("../images/common/webp/icon06.webp") no-repeat left bottom 2px / 31px;
	box-sizing: border-box;
}
.no-webp .comContact .subBox .rBox .text {
	background: url("../images/common/icon06.png") no-repeat left bottom 2px / 31px;
}
.comContact .subBox .rBox .link {
	width: 140px;
}
.comContact .subBox .rBox .link a {
	padding: 9px 14px 11px 0;
	display: block;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid #132A5A;
	border-radius: 100px;
	background: url("../images/common/webp/icon05.webp") no-repeat right 8px center / 10px;
}

.comContact .subBox img.border_r { border-radius: 10px; width: 375px; }

.no-webp .comContact .subBox .rBox .link a {
	background: url("../images/common/icon05.png") no-repeat right 8px center / 10px;
}
.comContact .banner {
	margin-top: 75px;
	width: 100%;
}
.comContact .banner a {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 2.4rem;
	background: url("../images/common/webp/icon08.webp") no-repeat right 40px center / 22px, url("../images/index/webp/banner_bg.webp") no-repeat center / cover;
}
.no-webp .comContact .banner a {
	background: url("../images/common/icon08.png") no-repeat right 40px center / 22px, url("../images/index/banner_bg.png") no-repeat center / cover;
}
.comContact .banner a span {
	padding: 20px 0 20px 75px;
	display: inline-block;
	background: url("../images/common/webp/icon07.webp") no-repeat left center / 66px;
}
.no-webp .comContact .banner a span {
	background: url("../images/common/icon07.png") no-repeat left center / 66px;
}
.comContact .banner a:hover {
	opacity: 0.7;
}
@media all and (max-width: 840px) {
	.comContact .inner {
		margin: 0 20px;
		max-width: inherit;
	}
	.comContact .subBox .lBox {
		width: 380px;
	}
	.comContact .banner a {
		height: 108px;
	}
}
@media all and (min-width: 768px) {
	.comContact .subBox .rBox .link a:hover,
	.comContact .subBox .lBox .link a:hover {
		background-color: #33ACD6;
	}
}
@media all and (max-width: 767px) {
	.comContact {
		margin-bottom: 50px;
		background: none;
	}
	.comContact .inner {
		margin: 0 auto;
		max-width: inherit;
	}
	.comContact h2 {
		margin-bottom: 26px;
	}
	.comContact h2 .sml {
		margin-bottom: 11px;
	}
	.comContact .title {
		margin-bottom: 30px;
		text-align: center;
	}
	.comContact .title img {
		width: 277px;
	}
	.comContact .subBox {
		margin: 50px 20px;
		display: block;
	}
	.comContact .subBox .lBox {
		margin-bottom: 49px;
		width: auto;
	}
	.comContact .subBox table {
		margin-bottom: 12px;
	}
	.comContact .subBox .lBox .text {
		margin-bottom: 10px;
		font-feature-settings: "palt"; 
		-moz-font-feature-settings: "palt";
	}
	.comContact .subBox .lBox .text .txt {
	}
	.comContact .subBox .lBox .text .sml {
		width: calc(100% - 140px);
	}
	.comContact .subBox .lBox .tel {
		margin-bottom: 40px;
	}
	.comContact .subBox .rBox .map {
		margin-bottom: 11px;
		padding: 11px 0 0;
	}
	.comContact .subBox .rBox .map .ttl {
		margin-bottom: 7px;
		font-size: 1.6rem;
	}
	.comContact .banner {
		margin: 51px auto 0;
		max-width: 335px;
	}
	.comContact .banner a {
		height: 120px;
		font-size: 2rem;
		line-height: 1.3;
		text-align: center;
		background: url("../images/common/webp/icon08.webp") no-repeat right 16px center / 22px, url("../images/index/webp/sp_banner_bg.webp") no-repeat center / cover;
	}
	.no-webp .comContact .banner a {
		background: url("../images/common/icon08.png") no-repeat right 16px center / 22px, url("../images/index/sp_banner_bg.png") no-repeat center / cover;
	}
	.comContact .banner a span {
		padding: 40px 0 0;
		display: inline-block;
		background: url("../images/common/webp/icon07.webp") no-repeat top center / 40px;
	}
	.no-webp .comContact .banner a span {
		background: url("../images/common/icon07.png") no-repeat top center / 40px;
	}
}
@media all and (max-width: 374px) {
	.comContact h2 {
		font-size: 2.2rem;
	}
	.comContact .subBox .lBox .text .txt {
		font-size: 2rem;
	}
	.comContact .subBox .lBox .text .sml {
		width: calc(100% - 105px);
		font-size: 1rem;
	}
	.comContact .subBox .rBox .text {
		width: calc(100% - 100px);
		font-size: 1rem;
	}
	.comContact .subBox .rBox .link {
		width: 100px;
	}
	.comContact .subBox .rBox .link a {
		font-size: 1.2rem;
	}
	.comContact .subBox .lBox .link a span {
		font-size: 1.8rem;
	}
	.comContact .banner {
		margin: 51px 20px 0;
		width: auto;
		max-width: inherit;
	}
	.comContact .banner a {
		height: 98px;
		font-size: 1.6rem;
	}
}
@media all and (-ms-high-contrast:none){
	.comContact .subBox th, .comContact .subBox td {
		padding: 10px 0 3px;
	}
	.comContact .subBox .lBox .text .txt {
		padding-top: 4px;
	}
	.comContact .subBox .lBox .tel a {
		background-position: left top 6px;
	}
	.comContact .subBox .lBox .tel a {
		background: url("../images/common/webp/icon03.webp") no-repeat left top 6px / 35px;
	}
	.no-webp .comContact .subBox .lBox .tel a {
		background: url("../images/common/icon03.png") no-repeat left top 6px / 35px;
	}
	.comContact .subBox .lBox .link a span {
		padding: 23px 0 13px 34px;
	}
	.comContact .subBox .rBox .link a {
		padding: 14px 14px 8px 0;
	}
	.comContact .banner a span {
		padding: 25px 0 15px 75px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 1.6rem;
	font-weight: normal;
}
.headLine01 .en {
	margin-bottom: -10px;
	display: block;
	font-size: 7.4rem;
}
@media all and (max-width: 374px) {
	.headLine01 .en {
		font-size: 6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 300px;
}
.comLink a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	border-radius: 100px;
	border: 1px solid #132A5A;
	box-sizing: border-box;
	background: url("../images/common/webp/icon05.webp") no-repeat right 20px center / 10px;
}
.no-webp .comLink a {
	background-image: url("../images/common/icon05.png");
}
@media all and (min-width: 768px) {
	.comLink a:hover {
		background-color: #33ACD6;
	}
}
@media all and (max-width: 374px) {
	.comLink {
		margin: 0 20px;
		width: auto;
	}
}
@media all and (-ms-high-contrast:none){
	.comLink a {
		padding: 5px 0 0 ;
	}
}
/*------------------------------------------------------------
	recommend
------------------------------------------------------------*/
.recommend {
	margin-bottom: 150px;
}
.recommend .content {
	position: relative;
}
.recommend .swiper-button-prev,
.recommend .swiper-button-next {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 30px;
	right: 84px;
	left: auto;
	background: url("../images/common/webp/prev_img_on.webp") no-repeat center / 51px;
}
.recommend .swiper-button-prev picture,
.recommend .swiper-button-next picture {
	transition: all 0.3s;
}
.no-webp .recommend .swiper-button-prev {
	background-image: url("../images/common/prev_img_on.png");
}
.recommend .swiper-button-next {
	left: auto;
	right: 20px;
	background: url("../images/common/webp/next_img_on.webp") no-repeat center / 51px;
}
.no-webp .recommend .swiper-button-next {
	background-image: url("../images/common/next_img_on.png");
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
}
.recommend .photoList {
	margin: 47px auto 0;
	max-width: 1060px;
}
.recommend .swiper-slide {
	width: 300px;
	border-radius: 15px;
	overflow: hidden;
}
.recommend .swiper-slide:nth-of-type(2n) .txt {
	background-color: #AEAEAE;
}
.recommend .swiper-slide .pho {
	width: 300px;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*
.recommend .swiper-slide .pho01 {
	background-image: url("../images/index/webp/recommend_pho01.webp");
}
.no-webp .recommend .swiper-slide .pho01 {
	background-image: url("../images/index/recommend_pho01.jpg");
}
*/
.recommend .swiper-slide .pho02 {
	background-image: url("../images/index/webp/recommend_pho02.webp");
}
.no-webp .recommend .swiper-slide .pho02 {
	background-image: url("../images/index/recommend_pho02.jpg");
}
.recommend .swiper-slide .pho03 {

	background-image: url("../images/index/webp/recommend_pho04.webp");
}
.no-webp .recommend .swiper-slide .pho03 {

		background-image: url("../images/index/recommend_pho04.jpg");
}
/*
.recommend .swiper-slide .pho04 {
	background-image: url("../images/index/webp/recommend_pho03.webp");	
}
.no-webp .recommend .swiper-slide .pho04 {
	background-image: url("../images/index/recommend_pho03.jpg");
}
*/
.recommend .swiper-slide .txt {
	padding: 14px 20px 20px 25px;
	color: #FFF;
	background-color: #75B8D2;
}
.recommend .swiper-slide .ttl {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.recommend .swiper-slide p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.54;
}
.recommend .swiper-slide a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1000px) {
	.recommend .photoList {
		margin: 48px 20px 0;
		max-width: inherit;
	}
}
@media all and (min-width: 768px) {
	.recommend .swiper-button-prev:hover picture,
	.recommend .swiper-button-next:hover picture {
		opacity: 0;
	}
}
@media all and (max-width: 767px) {
	.recommend .headLine01 {
		margin-bottom: 46px;
	}
	.recommend .swiper-slide .pho {
		width: 100%;
	}
	.recommend .photoList {
		margin: 0 37px;
	}
	.recommend .swiper-button-prev,
	.recommend .swiper-button-next {
		width: 51px;
		height: 51px;
		position: absolute;
		top: auto;
		bottom: -382px;
		right: calc(50% + 7px);
		left: auto;
	}
	.recommend .swiper-button-next {
		left: auto;
		right: calc(50% - 58px);
	}
}
@media all and (max-width: 374px) {
	.recommend .swiper-button-prev, .recommend .swiper-button-next {
		bottom: -400px;
	}
}


h2.entry-title a{
color: #fff!important;	
}



.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

span.remarkable { color: red; font-size: 2.5rem; font-weight: bold; padding-left: 10px; }
span.del { text-decoration-line: line-through; text-decoration-style:solid; text-decoration-color: red; padding-right: 10px; }

.top-table{
	width: 100%;
}

.top-table th,.top-table td{
	border: 1px solid #b8bfcd;
	line-height: 1.7;
	padding: 1em;
	vertical-align: middle;
}

.top-table th{
	background: #efefef;
	font-weight: 700;
	width: 12em;
}

.bottom1{
	margin-bottom: 10px;
}

.bottom2{
	margin-top: 10px;
	margin-bottom: 7.2rem;
}

.txtBox a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  right: 60px;
  bottom: 70px;
  width: 220px;
  height: 220px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #03004C;
  text-align: center;
  z-index: 10;
}

.mainVisual .txtBox img {
    margin: -27px 0 5px 0px;
    width: 85px;
}

.span1{
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0.115em;
	line-height: 1.33;
}

.highlight{
	color: #35A1E2;
	font-size: 27px;
	font-weight: bold;
}

.mainVisual .txtBox a::after {
  position: absolute;
  width: 188px;
  height: 188px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background-color: #EFEFEF;
  border-radius: 100%;
  z-index: -1;
  transition: .3s;
}

.txtBox-img{
	vertical-align: 0;
}

@media all and (min-width: 897px) {
  .mainVisual .txtBox a:hover::after {
    width: 220px;
	  height: 220px;
  }
}

@media all and (max-width:767px) {
	.news2024ly{
		margin: 0 20px;
	}
	
	.txtBox a{
		width: 109px;
		height: 109px;
		bottom: 11px;
		right: 30px;
	}
	
	.mainVisual .txtBox a::after{
		width: 99px;
		height: 99px;
		right: 10px;
	}
	
	.mainVisual .txtBox img{
		width: 45px;
		margin: 0;
	}
	
	.span1{
		font-size: 1.2rem
	}
	
	.highlight{
		font-size: 18px;
	}
	
	.mainVisual .textBox{
		top: -87px;
	}
	
	.span1{
		font-size: 1.0rem
	}
	
	.highlight{
		font-size: 13px;
	}
}

.recommend .swiper-slide .pho05 {
	background-image: url(../images/index/webp/recommend_pho05.webp);
}
.no-webp .recommend .swiper-slide .pho05 {
	background-image: url("../images/index/recommend_pho05.jpg");
}

.recommend .swiper-slide .pho06 {
	background-image: url(../images/index/webp/recommend_pho06.webp);
}
.no-webp .recommend .swiper-slide .pho06 {
	background-image: url("../images/index/recommend_pho06.jpg");
}

.recommend .swiper-slide .pho07 {
	background-image: url(../images/index/webp/recommend_pho07.webp);
}
.no-webp .recommend .swiper-slide .pho07 {
	background-image: url("../images/index/recommend_pho07.jpg");
}

.recommend .swiper-slide .pho01 {
	background-image: url(../images/index/webp/recommend_pho08.webp);
}
.no-webp .recommend .swiper-slide .pho01 {
	background-image: url("../images/index/recommend_pho08.jpg");
}

.recommend .swiper-slide .pho04 {
	background-image: url(../images/index/webp/recommend_pho09.webp);
}
.no-webp .recommend .swiper-slide .pho04 {
	background-image: url("../images/index/recommend_pho09.jpg");
}

section.treatment {
	margin-top: 4rem;
}

section.treatment .listUl li img {
  width: 100%;
  border-radius: 20px; /* 角丸 */
}

@media (min-width: 897px) {
  section.treatment .listUl {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2列 */
	grid-template-rows: auto auto; /* 2行 */
	grid-gap: 50px;
  }

}

  section.treatment .listUl li:nth-child(1) {
	grid-column: 1; /* 左上 */
	grid-row: 1;
  }

  section.treatment .listUl li:nth-child(2) {
	grid-column: 2; /* 右上 */
	grid-row: 1;
  }

  section.treatment .listUl li:nth-child(3) {
	grid-column: 1; /* 左下（1枚目の下） */
	grid-row: 2;
  }


@media (min-width: 375px) {
  section.treatment .listUl li {
	margin-bottom: 4rem;
  }

}

@media (max-width: 768px) {
    .oyashirazu-banner.sub-page {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}
@media (max-width: 768px) {
    .oyashirazu-banner.sub-page .textBox {
        padding: 5px 20px 15px 25px;
        width: 100%;
        border-radius: 5px;
    }
}

@media (max-width: 768px) {
    .textBox {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .oyashirazu-banner .textBox .textImg01 {
        width: 150px;
        left: 20px;
        top: -31px;
    }
}
@media (max-width: 768px) {
    .oyashirazu-banner .textBox h3 {
        margin-bottom: 30px;
    }
}
.fz-s {
    font-size: 1rem;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}


@media (max-width: 768px) {
	.oyashirazu-banner.sub-page .textImg02 {
		width: 28vw !important;
		top: 30vw !important;
		right: 0px;
	}
}

@media (max-width: 768px) {
	.oyashirazu-banner.sub-page .textBox {
		padding: 5px 20px 15px 25px;
		width: 100% !important;
		border-radius: 5px;
		}
}