@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
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;
}

body {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}

a,
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

body {
	min-width: 1000px;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

a[href^="tel:"]:hover {
	text-decoration: none !important;
}

.sp {
	display: none !important;
}

@media all and (min-width:0) and (max-width:767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

#gHeader {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 0 13px;
	margin-bottom: 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

#gHeader .content {
	position: relative;
}

#gHeader .lBox ul {
	margin-top: 16px;
	float: right;
}

#gHeader h1 {
	float: left;
}

#gHeader .lBox li {
	margin: 0 13px;
	display: inline-block;
	text-align: center;
}

#gHeader .rBox {
	margin-top: 7px;
	width: 788px;
	float: right;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	margin-top: 9px;
	float: left;
}

#gHeader .menuBox .close {
	display: none;
}

#gHeader .linkList {
	float: right;
}

#gHeader .linkList li {
	margin-right: 20px;
	width: 105px;
	float: left;
}

#gHeader .linkList li a {
	padding: 7px 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #009FED;
	background-color: #009FED;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 4px 0 #7EC3FA;
}

#gHeader .linkList li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#gHeader .linkList li:last-child a {
	color: #009FED;
	background-color: #fff;
}

#gHeader .linkList li:last-child {
	margin: 0;
}

@media all and (min-width:0) and (max-width:767px) {
	#gHeader {
		padding: 15px;
	}

	#gHeader .rBox {
		width: auto;
		float: none;
	}

	#gHeader h1 img {
		width: 100px;
	}

	#gHeader .rBox {
		margin: 0;
		width: auto;
		float: none;
	}

	#gHeader .linkList {
		margin-right: 40px;
	}

	#gHeader .linkList li {
		margin-right: 5px;
		width: 75px;
	}

	#gHeader .linkList li a {
		padding: 4px 5px;
		font-size: 12px;
		border-radius: 3px;
		box-shadow: 0 2px 1px #7EC3FA;
	}

	#gHeader .menuBox {
		margin: 0;
		padding: 55px 39px;
		width: 100%;
		height: calc(100vh);
		-webkit-transform: none;
		transform: none;
		overflow-y: scroll;
		position: fixed;
		float: none;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.8);
	}

	#gHeader .menuBox li {
		margin-bottom: 13px;
	}

	#gHeader .menuBox ul li:last-child {
		margin-bottom: 0;
	}

	#gHeader .menuBox li a {
		color: #fff;
		text-align: left;
	}

	#gHeader .menuBox li a:hover {
		text-decoration: none;
	}

	#gHeader .menuBox ul {
		margin-bottom: 23px;
		padding-bottom: 27px;
		border-bottom: 1px solid #fff;
	}

	#gHeader .menuBox ul:last-child {
		padding: 0;
		margin: 0;
		border: none;
	}

	#gHeader .menuBox .close {
		position: absolute;
		top: 21px;
		right: 20px;
		display: block;
	}

	#gHeader .menuBox .close img {
		width: 14px;
	}

	#gHeader .menu {
		display: block;
		position: absolute;
		top: 5px;
		right: 0px;
	}

	#gHeader .menu img {
		width: 25px;
	}
}

@media all and (-ms-high-contrast:none) {
	#gHeader .linkList li a {
		padding: 10px 10px 4px;
	}
}

@media all and (min-width:768px) {
	#gHeader .menuBox {
		display: block !important;
	}

	#gHeader .menuBox #gNavi {
		display: block !important;
	}
}

#gNavi li {
	margin: 0 13px;
	display: inline-block;
	text-align: center;
}

#gNavi li a {
	color: #333;
}

@media all and (min-width:0) and (max-width:767px) {
	#gNavi li {
		margin: 0;
		display: block;
		text-align: left;
	}
}

#main {
	padding-top: 75px;
}

@media all and (min-width:0) and (max-width:767px) {
	#main {
		padding-top: 61px;
	}
}

#conts {
	width: 680px;
	float: left;
}

/*#conts{width:625px;float:left;}*/
@media all and (min-width:0) and (max-width:767px) {
	#conts {
		margin-bottom: 44px;
		width: auto;
		float: none;
	}
}

#sideBar {
	width: 235px;
	float: right;
}

@media all and (min-width:0) and (max-width:767px) {
	#sideBar {
		width: auto;
		float: none;
	}
}

#gFooter {
	padding: 63px 0 109px;
	color: #fff;
	background-color: #393939;
}

#gFooter .content {
	margin-bottom: 63px;
}

#gFooter .lBox {
	margin-top: 3px;
	width: 150px;
	float: left;
}

#gFooter .lBox .logo {
	margin-bottom: 46px;
}

#gFooter .lBox .link a {
	color: #fff;
	font-size: 16px;
}

#gFooter .textUl {
	width: 785px;
	float: right;
}

#gFooter .textUl>li {
	width: 202px;
	float: left;
}

#gFooter .textUl li p {
	margin-bottom: 25px;
	font-size: 16px;
}

#gFooter .linkUl a {
	font-size: 14px;
	color: #fff;
}

#gFooter .linkUl-mgntop {
	margin-top: 3rem;
}

#gFooter .textUl>li:last-child {
	width: 342px;
	float: right;
}

#gFooter .textUl>li:last-child p {
	font-size: 14px;
}

#gFooter .textUl>li:last-child .linkUl li {
	margin-right: -25px;
}

#gFooter .linkUl li {
	margin-bottom: 2px;
}

#gFooter .textUl>li:nth-child(2) {
	width: 242px;
}

#gFooter .copyRight {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.5px;
}

@media all and (min-width:768px) {
	#gFooter .linkUl {
		display: block !important;
	}
}

@media all and (min-width:0) and (max-width:767px) {
	#gFooter {
		padding: 37px 15px 27px;
	}

	#gFooter .lBox {
		margin: 0 0 27px;
		width: auto;
		float: none;
		text-align: center;
	}

	#gFooter .lBox .logo {
		margin-bottom: 33px;
	}

	#gFooter .lBox .logo img {
		width: 155px;
	}

	#gFooter .textUl {
		float: none;
		width: auto;
	}

	#gFooter .lBox .link {
		margin: 0 auto;
		max-width: 300px;
		border: 1px solid #fff;
		border-radius: 25px;
	}

	#gFooter .lBox .link a {
		padding: 6px 10px 9px;
		display: block;
		text-align: center;
	}

	#gFooter .lBox .link a:hover {
		text-decoration: none;
	}

	#gFooter .textUl li p {
		margin-bottom: 2px;
		font-size: 14px;
		background: url(../../img/common/icon07.jpg) no-repeat right 6px center;
		background-size: 12px;
	}

	#gFooter .textUl li p.on {
		background-image: url(../../img/common/icon06.jpg);
	}

	#gFooter .linkUl {
		margin-left: 1em;
		display: none;
	}

	#gFooter .linkUl a {
		font-size: 13px;
	}

	#gFooter .linkUl a:hover {
		text-decoration: none;
	}

	#gFooter .textUl>li {
		margin-bottom: 11px;
		padding-bottom: 10px;
		width: auto;
		float: none;
		border-bottom: 1px solid #D7D7D7;
	}

	#gFooter .textUl>li:last-child {
		width: auto;
		float: none;
	}

	#gFooter .textUl>li:nth-child(2) {
		width: auto;
	}

	#gFooter .copyRight {
		font-size: 12px;
	}

	#gFooter .content {
		margin-bottom: 44px;
	}
}

/* Add Iwasaki 202008 */
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 7px 15px;
	background: none;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}

#gHeader h1 {
	position: relative;
	width: 160px;
	z-index: 9;
	float: none;
	margin: 0;
}

#gHeader h1 img {
	width: 100%;
}

#gHeader .menu {
	width: 32px;
	height: 23px;
	position: absolute;
	top: 10px;
	right: 5px;
}

#gHeader .menu span {
	display: block;
	height: 100%;
}

#gHeader .menu span i::before,
#gHeader .menu span i::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0996F0;
	transition: all .4s ease 0s;
}

#gHeader .menu span i::after {
	top: 20px;
}

#gHeader .menu span::after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0996F0;
	transition: opacity .4s ease 0s;
}

#gHeader .linkList {
	display: none;
}

@media all and (min-width:768px) {
	#gHeader {
		padding: 16px 0;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	}

	#gHeader .content {
		width: 1360px;
		max-width: 96%;
		display: flex;
		align-items: center;
	}

	#gHeader .rBox {
		margin: 0 0 0 34px;
		display: flex;
		float: none;
		width: 100%;
		justify-content: space-between;
	}

	#gHeader .menuBox {
		margin: 0;
	}

	#gNavi {
		display: flex;
	}

	#gNavi li {
		font-size: 14px;
		margin: 0 24px 0 0;
	}

	#gHeader .linkList {
		display: flex;
	}

	#gHeader .linkList li {
		margin: 0;
		padding: 0 12px;
		width: auto;
		position: relative;
	}

	#gHeader .linkList li:last-child {
		margin: 0;
	}

	#gHeader .linkList li a {
		padding: 0;
		color: #4F4F4F;
		font-size: 14px;
		font-weight: 400;
		border: none;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}

	#gHeader .linkList li:nth-child(2) a,
	#gHeader .linkList li:nth-child(3) a {
		background: none;
		color: #0996F0;
	}

	#gHeader .linkList li.current a {
		font-weight: 500;
	}

	#gHeader .linkList li.current::after {
		display: block;
		content: "";
		position: absolute;
		bottom: -28px;
		left: 0;
		right: 0;
		height: 6px;
		background: #0996F0;
	}

	#gHeader .rBox::after,
	#gHeader .linkList::after {
		display: none;
	}
}

/* Add Iwasaki 202009 */
@media all and (min-width:768px) {
	#gNavi li.trial a {
		padding: 5px 24px;
		background: #FFF232;
		border-radius: 22px;
	}

	#gNavi li.trial a:hover {
		text-decoration: none;
		opacity: .6;
	}
}

/* Add Iwasaki 202012 */
#footer {
	color: #fff;
	max-width: 100vw;
}

#footer a {
	color: inherit;
}

#footer .headarea {
	background: #393939;
	padding: 60px 39px;
}

#footer .headarea .lBox {
	margin: 0 0 60px;
}

#footer .headarea .lBox .logo {
	width: 162px;
	margin: 0 0 60px;
}

#footer .headarea .lBox .link {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
	border: solid 1px;
	border-radius: 30px;
	text-align: center;
	line-height: 1;
}

#footer .headarea .lBox .link a {
	display: block;
	padding: 20px 0;
}

#footer ul>li+li {
	margin: 60px 0 0;
}

#footer ul li p {
	color: #A1A1A1;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px;
}

#footer ul li ul li {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}

#footer ul li ul li+li {
	margin: 20px 0 0;
}

#footer .footarea {
	background: #4F4F4F;
	padding: 40px 39px 60px;
}

#footer .footarea .inner small {
	display: block;
	margin: 60px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 20px;
}

#gHeader {
	max-width: 100vw;
}

@media (max-width: 767px) {
	#gHeader .menuBox {
		background: #fff;
		padding: 7px 14px;
	}

	#gHeader .menuBox .logo {
		width: 160px;
		margin: 0 0 25px;
	}

	#gHeader .menuBox .close {
		position: absolute;
		top: 17px;
		right: 23px;
		width: 25px;
	}

	#gHeader .menuBox .close img {
		width: 100%;
	}

	#gHeader .menuBox li a {
		color: inherit;
		text-align: inherit;
	}

	#gHeader .menuBox ul.sp {
		margin: 0 -14px 60px;
		padding: 0;
		font-size: 0;
		letter-spacing: 0;
	}

	#gHeader .menuBox ul.sp li {
		color: #DDDDDD;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 28px;
		text-align: center;
		width: 50%;
		position: relative;
		display: inline-block;
		margin: 0;
	}

	#gHeader .menuBox ul.sp li.current {
		color: #0996F0;
		font-weight: bold;
	}

	#gHeader .menuBox ul.sp li a {
		display: block;
		padding: 0 0 15px;
	}

	#gHeader .menuBox ul.sp li a::after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #A1A1A1;
	}

	#gHeader .menuBox ul.sp li.current a::after {
		height: 6px;
		background: #0996F0;
	}

	#gHeader .menuBox #gNavi {
		padding: 0 34px;
	}

	#gHeader .menuBox #gNavi li {
		color: #4F4F4F;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
	}

	#gHeader .menuBox #gNavi li+li {
		margin: 40px 0 0;
	}

	#gHeader .menuBox #gNavi li.trial {
		margin: 60px 0 0;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
		border-radius: 30px;
		overflow: hidden;
	}

	#gHeader .menuBox #gNavi li.trial a {
		display: block;
		padding: 14px 0;
		background: #FFF232;
	}
}

@media screen and (min-width: 769px) {
	#footer {
		background: #393939;
	}

	#footer .headarea {
		width: 1110px;
		max-width: 96%;
		margin: 0 auto;
		padding: 60px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#footer .headarea .lBox {
		width: 200px;
		margin: 0;
	}

	#footer .headarea .lBox .logo {
		width: 162px;
		margin: 0;
	}

	#footer .headarea .lBox .link {
		display: none;
	}

	#footer .headarea>ul {
		min-width: 550px;
		width: 65.7%;
		display: flex;
		justify-content: space-between;
	}

	#footer ul>li+li {
		margin: 0;
	}

	#footer ul li p {
		line-height: 1.5;
		margin: 0 0 40px;
	}

	#footer ul li ul li {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
	}

	#footer .footarea {
		padding: 27px 0;
	}

	#footer .footarea .inner {
		width: 1110px;
		max-width: 96%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#footer .footarea .inner ul li {
		display: flex;
		align-items: center;
	}

	#footer .footarea .inner ul li p {
		margin: 0 40px 0 0;
	}

	#footer .footarea .inner ul li ul {
		display: flex;
	}

	#footer .footarea .inner ul li ul li+li {
		margin: 0 0 0 20px;
	}

	#footer .footarea .inner small {
		margin: 0;
	}
}

/* 20241202〜 */

#footer .notice {
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-top: 40px;
	line-height: 1.75;

	@media screen and (max-width: 768px) {
		text-align: left;
	}
}