@charset "UTF-8";
/* color */
/*******************/
/*header
/*******************/
#header {
	position: relative;
}

.header {
	height: 5rem;
	width: 100%;
	position: fixed;
	z-index: 99;
	/*sp用*/
}
@media screen and (min-width: 1024px) {
	.header {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		height: unset;
	}
}
.header .navbar {
	background-color: transparent;
}
.header .navbar-logo .logo {
	padding: 2rem 0 0 2.5rem;
	display: block;
}
@media screen and (min-width: 1024px) {
	.header .navbar-logo .logo {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 4.6rem 0 0 4.5rem;
	}
}
.header .navbar-logo .logo img {
	width: 150px;
	padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
	.header .navbar-logo .logo img {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 180px;
	}
}

/*Pc用*/
.navbar-pc {
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/common/bar.jpg");
	width: 100%;
	height: 8rem;
	margin-top: -0.5rem;
}
.navbar-pc-menu {
	margin: 0 auto;
	width: 55%;
	display: flex;
	gap: 7rem;
	align-items: center;
	justify-content: center;
}
.navbar-pc-menu li a {
	line-height: 8rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}

/*footer*/
/*sp footer*/
.sp_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 100;
}
@media screen and (min-width: 1024px) {
	.sp_footer {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		display: none;
	}
}
.sp_footer_btn {
	display: flex;
}
.sp_footer_btn_item {
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	line-height: 1.4;
}
.sp_footer_btn_item a {
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: flex-start;
}
.sp_footer_btn_item a span {
	margin-left: 2.5rem;
	font-size: 1.4rem;
}
.sp_footer_btn_item a .icon {
	margin: 0;
}
.sp_footer_btn_item a .icon i:before {
	font-size: 1.3rem;
}

#footer {
	padding-top: 1px;
	background-color: #005e43;
	position: relative;
}
@media screen and (min-width: 1024px) {
	#footer {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#footer .footer {
	/*background-color: #005e43;*/
	padding: 2rem 1.5rem 3rem;
}
@media screen and (min-width: 1024px) {
	#footer .footer {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 1.5rem;
	}
}
#footer .footer-box {
	margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
	#footer .footer-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 90%;
		margin: 3rem auto;
	}
}
#footer .footer-box .menu {
	font-size: 1.5rem;
}
#footer .footer-box .poker {
	margin: 3rem auto 5rem;
}
@media screen and (min-width: 1024px) {
	#footer .footer-box .poker {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 0 auto 5rem;
	}
}
#footer .footer-box .poker span {
	color: #fff;
	text-align: center;
	display: block;
}
#footer .footer-box .poker figure {
	margin: 0rem auto 1rem;
	width: 10rem;
}
@media screen and (min-width: 1024px) {
	#footer .footer-box .poker figure {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 0 auto 1rem;
	}
}
#footer .footer-box .footer-pc-menu {
	display: flex;
	gap: 8rem;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}
#footer .footer-box .footer-pc-menu li a {
	color: #fff;
	font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
	#footer .footer a {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#footer .footer a figure {
	margin: 3rem auto 5rem;
	width: 40%;
}
@media screen and (min-width: 1024px) {
	#footer .footer a figure {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 20rem;
		margin: 0 auto 5rem;
	}
}
#footer .footer .copyright {
	text-align: center;
	padding: 0 0 1rem;
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (min-width: 1024px) {
	#footer .footer .copyright {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}

/*******************/
/*spvav
/*******************/
.header .hamburger_btn {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: flex;
	border-radius: 2px;
	width: 5rem;
	height: 5rem;
	justify-content: center;
	z-index: 50;
	cursor: pointer;
}
.header .hamburger_btn .line {
	position: absolute;
	top: 0;
	right: 13px;
	height: 2px;
	background-color: #fff;
	text-align: center;
	width: 24px;
}
.header .hamburger_btn .line_01 {
	top: 15px;
	transition: 0.4s ease;
}
.header .hamburger_btn .line_02 {
	top: 25px;
	transition: 0.4s ease;
}
.header .hamburger_btn .line_03 {
	top: 35px;
	transition: 0.4s ease;
}
.header .hamburger_btn .btn_line01 {
	transform: translateY(10px) rotate(-45deg);
	transition: 0.4s ease;
	width: 20px;
}
.header .hamburger_btn .btn_line02 {
	transition: 0.4s ease;
	opacity: 0;
}
.header .hamburger_btn .btn_line03 {
	transform: translateY(-10px) rotate(45deg);
	transition: 0.4s ease;
	width: 20px;
}
.header .open .line {
	background-color: #005e43;
}
.header .menu_sp {
	background-color: #fff;
	z-index: 30;
	position: absolute;
	width: 100%;
	height: auto;
	top: 5rem;
	right: 0;
}
.header .menu_sp-box {
	padding: 3rem;
}
.header .menu_sp-box .menu {
	color: #000;
	font-size: 1.5rem;
}
.header .menu_sp-box .menu .menu-list {
	line-height: 1.5;
	text-align: left;
	padding: 1rem;
}
.header .menu_sp-box .menu .menu-list a {
	color: #000;
}
.header .menu_sp-box .menu .menu-list a.is-active {
	background-color: #e0e1e4;
	color: #000;
}
.header .menu_sp-box .menu .menu-list .icon {
	margin-top: 0.5rem;
	color: #005e43;
}
.header .menu_sp-box .menu .menu-list-item ul {
	margin: 0.5rem 0 0.5rem 1rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child {
	padding: 0.5rem 0;
	font-size: 1.4rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child a {
	padding: 0;
}

/* -------------------------- */
/* main_visual  */
/* -------------------------- */
.mainvisual {
	position: relative;
	height: 100vh;
}
@media screen and (min-width: 1024px) {
	.mainvisual {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		max-height: 90vh;
		height: auto;
		overflow: hidden;
	}
}

/* -------------------------- */
/* subvisual  */
/* -------------------------- */
.subvisual {
	position: relative;
	height: 20vh;
	min-height: 19rem;
}
@media screen and (min-width: 1024px) {
	.subvisual {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.subvisual .mainvisual-bg {
	height: 20vh;
	min-height: 19rem;
	background-position: center;
	background-size: 100%;
	background-position: center 14%;
}
@media screen and (min-width: 1024px) {
	.subvisual .mainvisual-bg {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		background-position: center;
	}
}
.subvisual .mainvisual-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	filter: brightness(70%);
	/* 最背面へ */
	z-index: -1;
}
.subvisual .mainvisual-bg h2 {
	position: absolute;
	z-index: 2;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 1.6rem;
	color: #fff;
	width: 85%;
	text-shadow: 0 2px 2px #666;
	font-weight: normal;
	padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
	.subvisual .mainvisual-bg h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		top: 50%;
		width: 50%;
		font-size: 2rem;
	}
}
.subvisual .mainvisual-bg h2 span {
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
	letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
	.subvisual .mainvisual-bg h2 span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
	}
}

/* -------------------------- */
/* reset */
/* -------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

/* -------------------------- */
/* all style */
/* -------------------------- */
html {
	font-size: 62.5%;
	font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
	background-color: transparent;
}

body {
	font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
	color: #4d4d4d;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	font-size: 14px;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

.gothic {
	font-family: "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	width: 100%;
}

button:hover,
a:hover {
	opacity: 0.8;
	background-color: transparent;
}

/*vue 切り替え*/
@keyframes cloak-in {
	0% {
		opacity: 0;
	}
}
[v-cloak] {
	opacity: 0;
}

/**************/
.contents {
	padding: 0 1.5rem;
}
@media screen and (min-width: 1024px) {
	.contents {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		max-width: 960px;
		margin: 0 auto;
	}
}

.sp {
	display: block;
}
@media screen and (min-width: 1024px) {
	.sp {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		display: none;
	}
}

.pc {
	display: none;
}
@media screen and (min-width: 1024px) {
	.pc {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		display: block;
	}
}

.title_l {
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/common/bar.jpg");
	width: 100%;
	height: 5rem;
	background-size: 100%;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.title_l {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		height: 8rem;
	}
}
.title_l h2 {
	line-height: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
}
@media screen and (min-width: 1024px) {
	.title_l h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		line-height: 8rem;
		font-size: 2.5rem;
	}
}

.title_s {
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/common/bar-short.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 8rem;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.title_s {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		height: 8rem;
		background-size: 50%;
	}
}
.title_s h2,
.title_s h3 {
	line-height: 8rem;
	color: #fff;
	font-weight: normal;
	font-size: 2rem;
}
@media screen and (min-width: 1024px) {
	.title_s h2,
	.title_s h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2.5rem;
	}
}

/* -------------------------- */
/* breadcrumb  */
/* -------------------------- */
.breadcrumb {
	position: absolute;
	width: 100%;
	z-index: 50;
}
@media screen and (min-width: 1024px) {
	.breadcrumb {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.breadcrumb .breadcrumb-area {
	font-size: 1.3rem;
	padding: 2rem 1.5rem;
	display: flex;
}
@media screen and (min-width: 1024px) {
	.breadcrumb .breadcrumb-area {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 1.4rem;
	}
}
.breadcrumb .breadcrumb-area span {
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.breadcrumb .breadcrumb-area span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.breadcrumb .breadcrumb-area span a {
	color: #555;
}

/* -------------------------- */
/* pagination  pagenav*/
/* -------------------------- */
.pagenav {
	padding: 2rem;
	text-align: center;
	font-size: 1.7rem;
}
.pagenav span {
	border: 1px solid #005e43;
	padding: 1rem 1.5rem;
}
.pagenav a {
	color: #005e43;
	margin-left: 1rem;
}
.pagenav a.page {
	font-size: 1.7rem;
	color: #222;
	padding: 1rem 1.5rem;
	margin-left: 1rem;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 25px;
	text-align: center;
	padding-bottom: 35px;
}
@media screen and (min-width: 1024px) {
	.pagination {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 50px;
	}
}
.pagination h2.screen-reader-text {
	display: none;
}
.pagination span {
	font-size: 1.8rem;
	display: block;
	color: #005e43;
}
.pagination a {
	display: block;
}
.pagination a.page-numbers {
	font-size: 1.8rem;
	color: #222;
}
.pagination a.prev, .pagination a.next {
	color: #222;
	background-color: unset;
}
.pagination .nav-links span {
	border: 1px solid #005e43;
	padding: 1rem 1.5rem;
}
.pagination .nav-links a.page-numbers {
	font-size: 1.7rem;
	color: #222;
	padding: 1rem 1.5rem;
	margin-left: 1rem;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next {
	color: #005e43;
	background-color: unset;
}

/* -------------------------- */
/* 404 not found*/
/* -------------------------- */
.page-404 {
	padding: 3rem 0;
	text-align: center;
}
.page-404 h2 {
	font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
	.page-404 h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
	}
}
.page-404 h3 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
	.page-404 h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2.5rem;
	}
}
.page-404 a {
	margin: 3rem;
	display: inline-block;
}

#privacy-policy {
	padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
	#privacy-policy {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 5rem 1.5rem 10rem;
	}
}
#privacy-policy .contents {
	width: 100%;
	font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
	#privacy-policy .contents {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 0 auto;
		width: 75%;
	}
}
#privacy-policy .contents h2 {
	padding: 3rem 0 1rem;
	font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
	#privacy-policy .contents h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
		padding-bottom: 1.5rem;
	}
}
#privacy-policy .contents p {
	padding-bottom: 1rem;
}
#privacy-policy .contents ul {
	margin-top: 3rem;
}
#privacy-policy .contents ul li {
	line-height: 2;
}

/*compornent common*/
.linkmore {
	width: 70%;
	color: #fff;
	border: #fff solid 1px;
	margin: 0 auto;
	padding: 0.7rem 0;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
	.linkmore {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.linkmore .icon {
	padding-left: 1rem;
}
.linkmore .icon i:before {
	font-size: 1.8rem;
}

.linkmore2 {
	border: 1px solid #005e43;
	padding: 0.5rem 0;
	width: 80%;
	display: block;
	margin: 4rem auto 0;
	color: #005e43;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.linkmore2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 1rem 0;
		margin: 8rem auto 0;
		width: 40rem;
		font-size: 2rem;
	}
}
.linkmore2 .icon {
	padding-left: 1.5rem;
}
.linkmore2 .icon i:before {
	font-size: 2rem;
}

/* -------------------------- */
/* compornent banner1
/* -------------------------- */
.banner1 {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	.banner1 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		flex-direction: row;
		justify-content: space-between;
	}
}
.banner1.contents {
	padding: 0;
}
.banner1 li {
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/top/bosyu_img01.jpg");
	padding: 2rem;
	margin-bottom: 3.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
@media screen and (min-width: 1024px) {
	.banner1 li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		background-size: 100%;
		margin-bottom: unset;
		overflow: hidden;
		width: 49%;
	}
}
.banner1 li h3 {
	text-align: center;
	padding-bottom: 2rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width: 1024px) {
	.banner1 li h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
		overflow: hidden;
		height: 6.5rem;
		text-align: center;
	}
}
.banner1 li p {
	margin: 0 auto;
	padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
	.banner1 li p {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 65%;
	}
}
.banner1 li:nth-child(2) {
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/top/bosyu_img02.jpg");
}
.banner1 li:nth-child(2) h3 {
	font-size: 2.2rem;
	line-height: 1.3;
}
@media screen and (min-width: 1024px) {
	.banner1 li:nth-child(2) h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2.5rem;
	}
}

/* -------------------------- */
/* compornent contacform1
/* -------------------------- */
.contacform1 {
	padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
	.contacform1 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 3rem 0 0;
	}
}
.contacform1 ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
		width: 80%;
	}
}
.contacform1 ul li {
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 2rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 2rem 4.5rem;
		height: 253px;
		width: 48%;
		margin-bottom: 0;
	}
}
.contacform1 ul li:nth-child(2) {
	padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li:nth-child(2) {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 2rem 3rem;
	}
}
.contacform1 ul li .mark {
	height: 5.5rem;
	width: auto;
	padding-bottom: 2rem;
}
.contacform1 ul li h3 {
	padding-bottom: 2rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2.2rem;
	}
}
.contacform1 ul li .tel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li .tel {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.contacform1 ul li .tel-icon {
	width: 7rem;
	padding-right: 1.5rem;
}
.contacform1 ul li .tel .no {
	font-size: 3rem;
	line-height: 0.8;
	color: #005e43;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li .tel .no {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.contacform1 ul li .tel .no span {
	color: #000;
	font-size: 1.4rem;
}
.contacform1 ul li .linkmore {
	color: #005e43;
	border: 1px solid #005e43;
	width: 100%;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
	.contacform1 ul li .linkmore {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
.contacform1 ul li .no2 {
	margin-bottom: 0;
}

/* -------------------------- */
/* compornent contacform2
/* -------------------------- */
.contacform2 {
	padding: 2rem 1rem 0;
}
@media screen and (min-width: 1024px) {
	.contacform2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 3rem 0 0;
	}
}
.contacform2 ul {
	width: 100%;
	padding-bottom: 2rem;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 0 auto;
		width: 80%;
	}
}
.contacform2 ul li {
	background-color: #fff;
	padding: 2rem 0 4rem;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 4rem 4.5rem;
		height: 253px;
		margin-bottom: 0;
	}
}
.contacform2 ul li .mark {
	height: 5.5rem;
	width: auto;
	padding-bottom: 2rem;
}
.contacform2 ul li h3 {
	padding-bottom: 2rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul li h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2.2rem;
	}
}
.contacform2 ul li .more-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul li .more-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 2rem 2rem;
		flex-direction: row;
		justify-content: space-between;
	}
}
.contacform2 ul li .more-box .linkmore2 {
	width: 90%;
	margin: 0;
	display: block;
	font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul li .more-box .linkmore2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 47%;
		margin: 0;
		padding: 1rem 0;
	}
}
.contacform2 ul li .more-box .no2 {
	margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
	.contacform2 ul li .more-box .no2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin-top: unset;
	}
}

/*********************/
/*********************/
.fadey-enter {
	transform: translateY(30px);
	opacity: 0;
}

.fadey-enter-active {
	transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadey-leave-active {
	transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadey-leave-to {
	opacity: 0;
	transform: scale(0.97);
}

.fader-enter {
	transform: translateX(30px);
	opacity: 0;
}

.fader-enter-active {
	transition: opacity 1s ease-in, transform 2s ease-in;
}

.fader-leave-active {
	transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fader-leave-to {
	opacity: 0;
	transform: scale(0.97);
}

.fadel-enter {
	transform: translateX(-30px);
	opacity: 0;
}

.fadel-enter-active {
	transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadel-leave-active {
	transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadel-leave-to {
	opacity: 0;
	transform: scale(0.97);
}

.poker span{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#footer{
	background: linear-gradient(to bottom, #000000, #333333, #666666);
}
#footer .footer{
	background:transparent;
}
.navbar-pc{background: linear-gradient(to right, #000, #555, #000);}
.title_l{
	background-image:none;
	background: linear-gradient(to right, #000, #555, #000);
}
.title_s{
	max-width:600px;
	background-image:none;
	margin:0 auto;
	background: linear-gradient(to right, transparent, #444, transparent);
}
@media screen and (max-width: 768px) {
	.title_s{height:5rem;}
	.title_s h2, .title_s h3{line-height:5rem;}
}
.news_post .contents h1{
	border-color:#555 !important;
}
/* スマホではPC用の改行を非表示にする */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
/*
.fade-enter {
transform: translateX(5px);
opacity: 0;
}
.fade-enter-active {
//transition: all 3s ease;
transition: opacity 3s ease-in, transform 3s ease-in;
}
.fade-leave-active {
transition: all 2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.fade-leave-to{
opacity: 0;
transform: scale(0.97);
}
*//*# sourceMappingURL=common-style.css.map */