@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #707070;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #707070;
	font-family: sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
}

a:link {
	border: none;
	color: #707070;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:visited {
	border: none;
	color: #707070;
	text-decoration: none;
}

a:active {
	border: none;
	color: #707070;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #707070;
	text-decoration: none;
	transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

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

img.fit {
	width: 100%;
	height: auto;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
}

br.tb {
	display: none;
}

@media screen and (max-width: 767px) {

	.wrapper {
/*		overflow: hidden;*/
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

@media screen and (min-width: 768px) {

	br.tb {
		display: block;
	}

}

a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 768px) {

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

}

.main {
	position: relative;
}
/*
.menu_open .main {
	margin-top: 0;
}
*/
@media screen and (min-width: 768px) {

	.main {
	}

}


.center {
	text-align: center;
}

/* -----------------
	header
----------------- */

.header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 10;
}

.header .inner {
	margin: 0 auto;
	padding: 0 20px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	display: flex;
	align-items: center
}

.header .logo_mark {
	margin: 0 5px 0 0;
	width: 50px;
}

.header .site_name {
	font-size: 2.0rem;
	font-weight: bold;
	white-space: nowrap;
}

.header .logo_img img {
	width: 100%;
}

.header_column {
	position: absolute;
	display: none;
	top: 75px;
	left: 0;
	width: 100%;
	background: rgba(var(--c_blue),1);
	transition: all 0.25s ease 0s;
	z-index: 10;
}

.header_parts {
	padding: 25px 15px 50px;
}

.header_link ul {
	margin-bottom: 30px;
	display: flex;
}

.header_link li {
	margin: 0 15px 0 0;
	font-size: 1.6rem;
}

.header_link li a {
	color: #fff;
}

.menu_column {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(var(--c_blue),1);
	height: 55px;
	opacity: 1;
}

.menu_open .menu_column {
	opacity: 0;
}

.menu_column #btn_menu {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_column #btn_menu div:last-child {
	padding-left: 10px;
}

.menu_column #btn_menu div:first-child {
	display: inline-block;
	width: 22px;
	height: 22px;
}

#btn_menu div span::before,
#btn_menu div span::after,
#btn_menu div span {
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
	left: 0;
	border-radius: 5px;
    background-color: #fff;
}

#btn_menu div span::before {
	top: 8px;
}

#btn_menu div span::after {
	top: 16px;
}

#btn_menu div span {
	top: 2px;
}

#menu_close {
	margin: 15px 15px 5px 0;
	float: right;
	display: flex;
	align-items: center;
}

#menu_close span {
    width: 25px;
    height: 20px;
	display: block;
	position: relative;
}

#menu_close span::before, #menu_close span::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 22px;
    height: 3px;
	border-radius: 3px;
}

#menu_close span::before {
    transform: rotate(-45deg);
}

#menu_close span::after {
    transform: rotate(45deg);
}

#menu_close div {
	margin-left: 3px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.header {
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 10;
	}

	.header .inner {
		margin: 0 auto;
		padding: 0;
		max-width: 1280px;
		height: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .logo a {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header .logo_mark {
		margin: 0 10px 0 0;
		width: 65px;
	}

	.header .site_name {
		font-size: 2.6rem;
		font-weight: bold;
		white-space: nowrap;
	}

	.header_column {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		height: 100px;
		position: inherit;
		width: auto;
		background: none
	}

	.header_parts {
		display: flex;
		justify-content: flex-end;
		order: 1;
		padding: 0;
	}

	.header_link {
		margin: 15px 0 0;
	}

	.header_link ul {
		margin: 0;
		display: flex;
	}

	.header_link li {
		margin: 0 0 0 30px;
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.header_link li a {
		padding-bottom: 3px;
		position: relative;
		color: inherit;
	}

	.header_link li a::after {
		position: absolute;
		content: '';
		height: 1px;
		background: #707070;
		left: 0;
		bottom: 0;
		width: 0;
		transition: all 0.25s ease 0s;
	}

	.header_link li a:hover::after {
		width: calc(100% - 5px);
	}

	.menu_column,
	#menu_close {
		display: none;
	}

}

.header_search {
	margin: 20px 0 0 0;
}

.search_input {
	padding: 3px 10px 3px 20px;
	color: #fff;
	font-size: 1.6rem;
	background: rgba(255,255,255,0.4);
	border-radius: 20px;
	width: calc(100% - 80px);
	display: flex;
	position: relative;
}

.search_input input {
	border: none;
	font-size: 1.6rem;
	background: none;
	width: 100%;
	color: #fff;
}

.search_input input::placeholder {
  color: #fff;
}

.search_input button {
	color: #fff;
	background: none;
	border: none;
	font-size: 2.0rem;
}

@media screen and (min-width: 768px) {

	.header_search {
		margin: 8px 0 0 30px;
	}

	.search_input {
		padding: 2x 10px 2px 20px;
		color: #fff;
		font-size: 1.6rem;
		background: rgba(var(--c_blue),1);
		border-radius: 20px;
		width: 70px;
		display: flex;
		position: relative;
	}

	.search_input:before {
		margin: 3px 0 0 5px;
    	content: "\f002";
    	font-family: FontAwesome;
		font-size: 2.0rem;
	}

	.search_input input {
		border: none;
		width: 0;
		font-size: 1.6rem;
		background: rgba(var(--c_blue),1);
		transition: all 0.25s ease 0s;
		color: #707070;
	}

	.search_input input::placeholder {
		color: #707070;
	}

	.search_input button {
		color: #fff;
		background: none;
		border: none;
		font-size: 2.0rem;
	}

	.search_input button i {
		opacity: 0;
	}

	.search_input.open {
		width: auto;
		cursor: inherit;
		background: rgba(var(--c_blue),0.2);
	}

	.search_input.open input {
		width: 200px;
		background: rgba(var(--c_blue),0);
	}

	.search_input.open input:focus {
		border: none;
		outline: 0;
	}

	.search_input.open:before {
		display: none;
	}

	.search_input.open button i {
		opacity: 1;
	}

}

.header_parts .btn_menber {
	display: none;
}

@media screen and (min-width: 768px) {

	.header_parts .btn_menber {
		display: block;
	}

	.btn_menber {
		margin: 0 0 0 20px;
	}

	.btn_menber li {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.btn_menber li a {
		padding: 5px 20px 10px;
		color: #fff;
		display: block;
		border-radius: 0 0 10px 10px;
		background: rgba(var(--c_gold),1);
	}

	.btn_menber li a span {
		padding-left: 5px;
	}

	.btn_menber li a:hover {
		background: rgba(var(--c_gold),0.5);
	}

}

.header_gnavi {
	clear: both;
}

.header_gnavi li.c_1 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.header_gnavi li.c_1 > a {
	padding: 18px 20px 18px 50px;
	display: block;
	position: relative;
	white-space: nowrap;
	color: #fff;
}

.header_gnavi li.c_1 > a::before,
.header_gnavi li.c_1 > a::after {
	position: absolute;
	content: '';
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	transition: all 0.25s ease 0s;
}

.header_gnavi li.c_1 > a::before {
    transform: rotate(90deg);
}

.header_gnavi li.c_1 > a.open::before {
    transform: rotate(0deg);
}

.header_gnavi li.c_1 > div {
	display: none;
}

.header_gnavi li.c_1 > div > ul {
	margin: 0 0 25px 60px;
}

.header_gnavi li.c_2 {
	margin: 0 0 10px;
	padding-left: 15px;
	font-weight: normal;
	position: relative;
}

.header_gnavi li.c_2::before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255,255,255,0.4);
}

.header_gnavi li.c_2 a {
	padding: 0 0 10px;
	color: #fff;
	position: relative;
}

@media screen and (min-width: 768px) {

	.header_gnavi {
		order: 2;
	}

	.header_gnavi > div > ul {
		display: flex;
		justify-content: flex-end;
	}

	.header_gnavi li.c_1 {
		border: none;
	}

	.header_gnavi li.c_1 > a {
		padding: 10px 20px 15px;
		white-space: nowrap;
		color: inherit;
	}

	.header_gnavi li.c_1 > a::before {
		display: none;
	}

	.header_gnavi li.c_1 > a::after {
		position: absolute;
		content: '';
		height: 3px;
		background: rgba(var(--c_blue),1);
		left: 20px;
		bottom: 0;
		width: 0;
		top: auto;
		transition: all 0.25s ease 0s;
	}

	.header_gnavi li.c_1 > a:hover::after {
		width: calc(100% - 40px);
	}

	.header_gnavi li.c_1 > div {
		padding: 20px 0 25px;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		background: rgba(var(--c_blue),1);
		justify-content: center;
	}

	.header_gnavi li.c_1 > div > ul {
		margin: 0 auto;
		display: flex;
		max-width: 1280px;
		justify-content: flex-end;
	}

	.header_gnavi li.c_1 > div > ul li.c_2:first-child{
		display: none;
	}

	.header_gnavi li.c_2 {
		margin: 0 15px;
		padding: 0;
	}

	.header_gnavi li.c_2::before {
		display: none;
	}

	.header_gnavi li.c_2 a {
		white-space: nowrap;
	}

	.header_gnavi li.c_2 a::after {
		position: absolute;
		content: '';
		height: 3px;
		background: #fff;
		left: 0;
		bottom: 0;
		width: 0;
		transition: all 0.25s ease 0s;
	}

	.header_gnavi li.c_2 a:hover::after {
		width: 100%;
	}

}

.sp_sns_side {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 20;
}

.sns_box {
	padding: 30px 5px 10px 10px;
	border-radius: 10px 0 0 10px;
	background: #fff;
}

.sp_btn_menber {
	margin-top: 10px;
}

.sp_btn_menber li {
	font-size: 1.6rem;
	font-weight: bold;
	writing-mode: vertical-rl;
}

.sp_btn_menber li a {
	padding: 15px 10px;
	color: #fff;
	display: block;
	border-radius: 10px 0 0 10px;
	background: rgba(var(--c_gold),1);
}

.sp_btn_menber li a span {
	padding-top: 5px;
	letter-spacing: 0.1em;
}

.sns_box h3 {
	margin: 0 0 0 7px;
	writing-mode: vertical-rl;
	font-size: 1.0rem;
	letter-spacing: 0.2em;
}

.sns_box ul {
	margin: 10px 0 0;
}

.sns_box li {
	margin: 0 0 5px;
	text-align: center;
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {

	.sp_btn_menber {
		display: none;
	}

	.sp_sns_side {
		position: fixed;
		top: 500px;
		right: 0;
		z-index: 2;
	}

	.sns_box {
		padding: 30px 5px 10px 10px;
		border-radius: 10px 0 0 10px;
		background: #fff;
	}

	.sns_box .btn_facebook i::before {
		transition: all 0.25s ease 0s;
	}

	.sns_box .btn_facebook a:hover i::before {
		color: #1877F2;
	}

	.sns_box .btn_twitter a:hover i::before {
		color: #1DA1F2;
	}

	.sns_box .btn_line a:hover i::before {
		color: #00B900;
	}

	.sns_box .btn_youtube a:hover i::before {
		color: #DA1725;
	}

}

/* -----------------
	top
----------------- */

.top_header {
	position: relative;
}

.top_header::before {
	position: absolute;
	content: '';
	height: 500px;
	width: 100%;
	background: rgba(var(--c_blue),0.2);
}

.top_slide .slide_img {
	height: 550px;
	background-position: center 0;
	background-repeat: no-repeat;
}

.top_slide_wrapper {
	position: relative;
	display: inherit;
}

@media screen and (min-width: 768px) {

	.top_header {
		height: 700px;
	}

}

.top_slide_btn {
	position: absolute;
	height: 550px;
	left: 10px;
	right: 10px;
	margin: auto;
}

.top_slide_btn .slick-arrow,
.pickup_slide_btn .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(112,112,112,0.2);
	transition: all 0.25s ease 0s;
	z-index: 2;
}

.top_slide_btn .slick-arrow span,
.pickup_slide_btn .slick-arrow span {
	width: 55px;
	height: 55px;
	display: block;
}

.top_slide_btn .slick-arrow.prev,
.pickup_slide_btn .slick-arrow.prev {
	left: 0;
}

.top_slide_btn .slick-arrow.prev span,
.pickup_slide_btn .slick-arrow.prev span {
	background: url(../images/arrow_left.png) no-repeat center 20px;
	background-size: 24px auto;
}

.top_slide_btn .slick-arrow.next,
.pickup_slide_btn .slick-arrow.next {
	right: 0;
}

.top_slide_btn .slick-arrow.next span,
.pickup_slide_btn .slick-arrow.next span {
	background: url(../images/arrow_right.png) no-repeat center 20px;
	background-size: 24px auto;
}

@media screen and (min-width: 768px) {

	.top_slide_btn {
		left: 0;
		right: 0;
		max-width: 1280px;
	}

	.top_slide_btn .slick-arrow.prev span:hover,
	.pickup_slide_btn .slick-arrow.prev span:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_slide_arrow_left;
	}

	.top_slide_btn .slick-arrow.next span:hover,
	.pickup_slide_btn .slick-arrow.next span:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_slide_arrow_right;
	}

}

.top_slide_navi {
	margin: 25px 0;
}

.top_slide_navi ul {
	display: flex;
	justify-content: center;
}

.top_slide_navi li {
	margin: 0 5px;
}

.top_slide_navi li button {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: block;
	border: none;
	background: rgba(var(--c_blue),0.3);
}

.top_slide_navi li.slick-active button {
	background: rgba(var(--c_blue),1);
}

@media screen and (min-width: 768px) {

	.top_slide_navi {
		margin: 20px 0 0;
	}

}

.top_board {
	margin: 0 20px;
	padding: 35px 25px;
	border-radius: 5px;
	background: rgba(var(--c_blue),1);
}

.top_board .board_subtitle {
	margin: 0 0 5px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}

.top_board .board_title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: bold;
}

.top_board .board_sche {
	margin: 0 0 25px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.top_board .board_link {
	margin: 0;
	color: #fff;
	font-size: 1.6rem;
}

.top_board .board_link a {
	padding: 12px 40px;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(var(--c_blue),1);
}

@media screen and (min-width: 768px) {

	.top_board {
		padding: 40px 30px;
		width: 350px;
		position: absolute;
		top: 400px;
		left: 0;
		right: -820px;
		margin: auto;
	}

	.top_board .board_subtitle {
		margin: 0 0 10px;
		font-size: 2.0rem;
	}

	.top_board .board_title {
		margin: 0 0 20px;
		font-size: 2.8rem;
	}

	.top_board .board_sche {
		margin: 0 0 30px;
		font-size: 2.0rem;
	}

	.top_board .board_link {
		font-size: 1.8rem;
	}

	.top_board .board_link a {
		padding: 15px 30px;
		transition: all 0.25s ease 0s;
	}

	.top_board .board_link a:hover {
		color: rgba(var(--c_blue),1);
		background: #fff;
	}

}

.top_about {
	margin: 0 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.top_about .inner {
	padding: 50px 0 70px;
	text-align: center;
}

.top_about h2 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.8rem;
	color: rgba(var(--c_blue),0.5);
}

.top_about h3 {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
	color: rgba(var(--c_blue),1);
}

.top_about p {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: left;
}

@media screen and (min-width: 768px) {

	.top_about {
		margin: 0 auto;
		max-width: 1280px;
	}

	.top_about .inner {
		margin: 0 auto;
		padding: 80px 0 160px;
		max-width: 800px;
	}

	.top_about h2 {
		margin: 0 0 20px;
		font-size: 1.8rem;
		color: rgba(var(--c_blue),0.5);
	}

	.top_about h3 {
		margin: 0 0 35px;
		font-size: 2.3rem;
	}

	.top_about p {
		text-align: center;
	}

}

.top_pickup {
	padding: 60px 0;
	text-align: center;
	background: rgba(var(--c_gold),0.1);
}

.top_pickup h2 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.8rem;
	color: rgba(var(--c_blue),0.5);
}

.top_pickup h3 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 2.2rem;
	color: rgba(var(--c_blue),1);
}

@media screen and (min-width: 768px) {

	.top_pickup {
		padding: 100px 0;
	}

	.top_pickup h2 {
		margin: 0 0 20px;
		font-size: 2.0rem;
	}

	.top_pickup h3 {
		margin: 0 0 35px;
		font-size: 3.0rem;
	}

}

.list_3column {
	margin: 0 auto;
}

.list_3column li {
	margin: 0 20px;
	background: #fff;
	text-align: left;
	height: 190px;
	border: 1px solid #D5D5D5;
}

@media screen and (min-width: 768px) {

	.list_3column {
		margin: 0 auto;
		padding: 0 20px;
		width: 1280px;
	}

	.list_3column li {
		margin: 0 20px;
		width: calc(33.3333% - 40px);
		height: 200px;
		transition: all 0.25s ease 0s;
	}

	.list_2column li:hover,
	.list_3column li:hover {
		border: 1px solid rgba(var(--c_blue),1);
	}

}

.pickup_img_box {
	display: flex;
}

.pickup_img_box > div {
	padding: 20px 15px 10px;
	position: relative;
}

.pickup_box {
	padding: 20px 15px 10px;
	position: relative;
	height: 100%;
}

.list_2column li figure,
.list_3column li figure {
	margin: 0;
	width: 110px;
	height: 190px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.list_2column li figure .trim,
.list_3column li figure .trim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.list_2column li figure img,
.list_3column li figure img {
	height: 100%;
	width: auto;
}

@media screen and (min-width: 768px) {

	.pickup_img_box > div {
		padding: 25px 20px 30px;
	}

	.pickup_box {
		padding: 25px 30px 30px;
	}

	.list_2column li figure,
	.list_3column li figure {
		width: 140px;
		height: 200px;
	}

	.list_2column li figure img,
	.list_3column li figure img {
		transition: all 0.2s ease;
	}

	.list_2column li a:hover img,
	.list_3column li a:hover img {
		transform: scale(1.1);
	}

}

.list_2column li h4,
.list_3column li h4 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.8rem;
	color: rgba(var(--c_blue),1);
}

.list_2column p,
.list_3column p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.list_2column .btn_link,
.list_3column .btn_link {
	position: absolute;
	right: -2px;
	bottom: 2px;
	background: rgba(var(--c_blue),1);
}

.list_2column .pickup_box .btn_link,
.list_3column .pickup_box .btn_link {
	bottom: -2px;
}

.list_2column .btn_link span,
.list_3column .btn_link span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrow_right.png) no-repeat 0 7px;
	background-size: 21px auto;
}

.pickup_slide_btn {
	position: absolute;
	height: 190px;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width: 768px) {

	.list_2column li a:hover .btn_link span,
	.list_3column li a:hover .btn_link span {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_link_arrow;
	}

	.pickup_slide_btn {
		height: 200px;
		max-width: 1280px;
	}

}

.top_news_wrapper {
	padding: 60px 20px 50px;
}

.top_news {
	margin: 20px auto 0;
	padding: 25px 15px;
	border-radius: 10px;
	background: rgba(var(--c_blue),0.3);
}

.top_news_header {
	position: relative;
}

.top_news_header h2 {
	margin: 0 0 10px;
	font-size: 2.6rem;
	font-weight: bold;
	color: rgba(var(--c_blue),1);
}

@media screen and (min-width: 768px) {

	.top_news_wrapper {
		padding: 100px 0 50px;
	}

	.top_news {
		margin-top: 30px;
		padding: 60px 30px 30px;
		max-width: 1280px;
	}

	.top_news_header {
		display: flex;
		align-items: center;
	}

	.top_news_header h2 {
		margin: 0 50px 10px 0;
		font-size: 2.8rem;
	}

}

.top_news_tab {
	display: flex;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}

.top_news_tab ul {
	display: flex;
}

.top_news_tab ul:first-child {
	margin-left: 10px;
}

.top_news_tab ul:first-child li a {
	padding-left: 15px;
	padding-right: 15px;
}

.top_news_tab li {
	margin: 0 5px 0 0;
	font-size: 1.4rem;
}

.top_news_tab li a {
	padding: 10px 15px;
	text-align: center;
	display: block;
	white-space: nowrap;
	border-radius: 6px 6px 0 0;
	background: rgba(255,255,255,0.7);
}

.top_news_tab li a.js-acms_tab-active {
	font-weight: bold;
	color: rgba(var(--c_blue),1);
	background: #fff;
}

@media screen and (min-width: 768px) {

	.top_news_tab {
  		overflow-x: inherit;
  		-webkit-overflow-scrolling: inherit;
	}

	.top_news_tab ul:first-child {
		margin-left: 0;
	}

	.top_news_tab ul:first-child li a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.top_news_tab li a {
		padding: 10px 20px;
	}

	.top_news_tab li {
		margin: 0 10px 0 0;
		font-size: 1.6rem;
	}

	.top_news_tab li a:hover {
		color: rgba(var(--c_blue),1);
	}

}

.top_news_header .news_link {
	position: absolute;
	top: 0px;
	right: 15px;
}

.top_news_header .news_link a {
	text-decoration: underline;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.top_news_header .news_link {
		white-space: nowrap;
		margin: 0 15px 0 auto;
		position: inherit;
	}

}

.top_news_body {
	padding: 20px 15px 10px;
	background: #fff;
}

.top_news_body li {
	margin: 0 0 20px;
}

.top_news_body li time {
	margin-bottom: 5px;
	font-size: 1.4rem;
	white-space: nowrap;
	display: block;
}

li .news_cate {
	padding: 3px 15px;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
}

.news_cate.news1 {
	background: #FFEE93;
}

.news_cate.news2 {
	background: #C0E0A1;
}

.news_cate.news3 {
	background: #F2D6E9;
}

.news_cate.news4 {
	background: #FFD193;
}

.news_cate.news5 {
	background: #F0EEE4;
}

.top_news_body li a {
	margin: 10px 0 0 0;
	font-size: 1.6rem;
	width: 100%;
	display: block;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {

	.top_news_body {
		padding: 50px 50px 30px;
		border-radius: 6px;
	}

	.top_news_body li {
		margin: 0 0 20px;
		display: flex;
		align-items: flex-start;
	}

	.top_news_body li time {
		margin-bottom: 0;
		font-size: 1.6rem;
		width: 150px;
	}

	li .news_cate {
		padding: 3px 5px;
		font-size: 1.6rem;
		width: 150px;
	}

	.top_news_body li a {
		margin: 0 0 0 15px;
		font-size: 1.8rem;
		width: calc(100% - 315px);
	}

	.top_news_body li a:hover {
		color: rgba(var(--c_blue),1);
	}

}

.top_banner {
	margin: 30px auto 0;
}

.top_banner li {
	margin: 0 0 10px;
}

.top_banner li a,
.top_sponsor_banner li a,
.top_link_banner li a {
	display: block;
}

@media screen and (min-width: 768px) {

	.top_banner {
		margin: 50px auto 0;
		max-width: 1280px;
	}

	.top_banner ul {
		display: flex;
		flex-wrap: wrap;
	}

	.top_banner li {
		margin: 0 0 50px;
		width: calc(50% - 25px);
	}

	.top_banner li:nth-child(2n) {
		margin-left: 50px;
	}

	.top_banner li a,
	.top_sponsor_banner li a,
	.top_link_banner li a {
		border: 2px solid rgba(var(--c_blue),0);
		transition: all 0.25s ease 0s;
	}

	.top_banner li a:hover,
	.top_sponsor_banner li a:hover,
	.top_link_banner li a:hover {
		border: 2px solid rgba(var(--c_blue),1);
	}

}

.top_sponsor_banner {
	padding: 60px 20px 40px;
	background: rgba(var(--c_gold),0.1);
}

.top_sponsor_banner h2,
.top_link_banner h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
	display: flex;
	align-items: center;
}

.top_sponsor_banner h2::before,
.top_sponsor_banner h2::after,
.top_link_banner h2::before,
.top_link_banner h2::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #D5D5D5;
	display: block;
}

.top_sponsor_banner h2::before,
.top_link_banner h2::before {
	margin-right: 1em;
}

.top_sponsor_banner h2::after,
.top_link_banner h2::after {
	margin-left: 1em;
}

.top_sponsor_banner ul,
.top_link_banner ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.top_sponsor_banner li,
.top_link_banner li {
	margin: 0 10px 10px 0;
	width: calc(50% - 5px);
}

.top_sponsor_banner li:nth-child(2n),
.top_link_banner li:nth-child(2n) {
	margin-right: 0;
}

.top_link_banner {
	padding: 0px 20px 70px;
	background: rgba(var(--c_gold),0.1);
}

@media screen and (min-width: 768px) {

	.top_sponsor_banner {
		padding: 120px 0 40px;
	}

	.top_sponsor_banner .inner,
	.top_link_banner .inner {
		margin: 0 auto;
		max-width: 1280px;
	}

	.top_sponsor_banner h2,
	.top_link_banner h2 {
		margin: 0 0 60px;
	}

	.top_sponsor_banner ul,
	.top_link_banner ul {
		margin: 0 auto;
		max-width: 1280px;
	}

	.top_sponsor_banner li {
		margin: 0 40px 30px 0;
		width: calc(25% - 30px);
	}

	.top_sponsor_banner li:nth-child(2n),
	.top_link_banner li:nth-child(2n) {
		margin-right: 40px;
	}

	.top_sponsor_banner li:nth-child(4n) {
		margin-right: 0;
	}

	.top_link_banner {
		padding: 0px 0 50px;
	}

	.top_link_banner li {
		margin: 0 40px 30px 0;
		width: calc(20% - 32px);
	}

	.top_link_banner li:nth-child(5n) {
		margin-right: 0;
	}

}

.index_header {
	margin: 0 0 50px;
	height: 200px;
	position: relative;
}

.index_header::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	background: rgba(var(--c_blue),0.2);
}

.index_header_img {
	margin: 0 20px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
	position: relative;
	z-index: 1;
}

.index_header_img_default {
	background-image: url(../images/header_img_sp.png);
}

.index_header h1 {
	padding: 16px 0;
	border-radius: 20px 20px 0 0;
	background: #fff;
	font-size: 2.2rem;
	width: calc(100% - 90px);
	text-align: center;
}

@media screen and (min-width: 768px) {

	.index_header {
		margin: 0 0 100px;
		height: 300px;
	}

	.index_header::before {
		height: 190px;
	}

	.index_header_img {
		margin: 0;
		height: 300px;
	}

	.index_header_img_default {
		background-image: url(../images/header_img_pc.png);
	}

	.index_header h1 {
		padding: 35px 105px;
		border-radius: 40px 40px 0 0;
		background: #fff;
		font-size: 3.6rem;
		width: auto;
	}

}

.category_index {
	margin: 0 20px 100px;
}

.category_index .list_3column li {
	margin: 0 0 10px;
	border: 1px solid #D5D5D5;
}

.category_index .list_3column .btn_link {
	bottom: 1px;
	right: -1px;
}

.category_index .list_3column .pickup_box .btn_link {
	bottom: -1px;
}

@media screen and (min-width: 768px) {

	.category_index {
		margin-bottom: 100px;
	}

	.category_index .list_3column {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		width: 1280px;
	}

	.category_index .list_3column li {
		margin: 0 40px 40px 0;
	}

	.category_index .list_3column li:hover {
		border: 1px solid rgba(var(--c_blue),1);
	}

	.category_index .list_3column li:nth-child(3n) {
		margin-right: 0;
	}

}

.list_2column {
	margin: 0 auto;
}

.list_2column li {
	margin: 0 0 10px;
	background: #fff;
	text-align: left;
	border: 1px solid #D5D5D5;
}

.list_2column li .pickup_img_box figure {
	height: auto;
}


.list_2column li:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {

	.list_2column {
		margin: 0 auto;
		width: 1280px;
		display: flex;
		flex-wrap: wrap;
	}

	.list_2column li {
		margin: 0 40px 40px 0;
		width: calc(50% - 20px);
		height: 200px;
		transition: all 0.25s ease 0s;
	}

	.list_2column li:nth-child(2n) {
		margin-right: 0;
	}

	.list_2column li:hover {
		border: 1px solid rgba(var(--c_blue),1);
	}

	.list_2column li .pickup_img_box figure {
		height: 200px;
	}

}

.list_1column {
	margin: 0 auto 20px;
}

.list_1column li {
	margin: 0 0 10px;
}

.list_1column li a {
	padding: 20px 60px 20px 20px;
	border: 1px solid #D5D5D5;
	display: block;
	position: relative;
}

.list_1column li time {
	margin: 0 0 5px;
	font-size: 1.4rem;
	display: block;
}

.list_1column li .news_cate {
	margin: 0 0 5px;
	font-size: 1.6rem;
}

.list_1column li h3 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.8;
	text-decoration: underline;
}

.list_1column li .arrow {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	background: rgba(var(--c_blue),1);
}

.list_1column li .arrow span {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/arrow_right.png) no-repeat 0 7px;
	background-size: 22px auto;
}

.list_1column li a:hover .arrow span {
	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_link_list;
}


@media screen and (min-width: 768px) {

	.list_1column {
		margin: 0 auto 50px;
		max-width: 1280px;
	}

	.list_1column li {
		margin: 0 0 10px;
	}

	.list_1column li a {
		padding: 30px 60px 27px 20px;
		display: flex;
		align-items: flex-start;
	}

	.list_1column li a:hover {
		border: 1px solid rgba(var(--c_blue),1);
	}

	.list_1column li time {
		margin: 3px 15px 0 0;
		white-space: nowrap;
		font-size: 1.6rem;
	}

	.list_1column li .news_cate {
		margin: 0 20px 0 0;
		white-space: nowrap;
	}

	.list_1column li h3 {
		margin: 0 40px 0 0;
		font-size: 1.8rem;
	}

	.list_1column li .arrow {
		margin-left: auto;
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		background: rgba(var(--c_blue),1);
	}

	.list_1column li .arrow span {
		width: 30px;
		height: 30px;
		display: block;
		background: url(../images/arrow_right.png) no-repeat 0 7px;
		background-size: 22px auto;
	}

	.list_1column li a:hover .arrow span {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_link_list;
	}

}

.index_pager {
	margin: 30px auto;
}

.entry .index_pager {
	margin: 30px auto 50px;
}

.index_pager ul {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li {
	margin: 0 5px;
	background: #fff;
	width: 30px;
	height: 40px;
}

.index_pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
}

.index_pager li.dot {
	margin: 0;
	border: none;
}

.index_pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
	font-size: 1.6rem;
	color: #707070;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.index_pager li.cur {
	border-color: #fff;
}

.index_pager li.cur span {
	font-size: 1.6rem;
	color: #707070;
}

.index_pager li.page_back,
.index_pager li.page_forward,
.index_pager li.page_back a,
.index_pager li.page_forward a {
	width: 40px;
}

.index_pager li.page_back a,
.index_pager li.page_forward a {
	border: none;
	background: rgba(var(--c_blue),1);
}

.index_pager li.page_back span ,
.index_pager li.page_forward span {
	display: block;
	text-indent: -9999px;
}

.index_pager li.page_back span {
	width: 40px;
	background: url(../images/arrow_left.png) no-repeat right 15px;
	background-size: 20px auto;
}

.index_pager li.page_forward span {
	width: 40px;
	background: url(../images/arrow_right.png) no-repeat left 15px;
	background-size: 20px auto;
}

.index_pager li.page_back {
	margin-left: 0;
	margin-right: auto;
}

.index_pager li.page_forward {
	margin-left: auto;
	margin-right: 0;
}

.index_pager li.page_top_index {
	width: auto;
	height: auto;
}

.index_pager li.page_top_index a {
	width: auto;
	height: auto;
	padding: 5px 25px;
	border-radius: 30px;
}

.index_pager li.page_top_index a:hover {
	 background:  #D5D5D5;
	 color: #fff;
}

@media screen and (min-width: 768px) {

	.index_pager {
		margin: 30px auto 0;
		max-width: 1280px;
	}

	.index_pager ul {
		margin: 0;
	}

	.index_pager li {
		width: 50px;
		height: 50px;
	}

	.index_pager li span {
		width: 50px;
		height: 50px;
	}

	.index_pager li a {
		width: 50px;
		height: 50px;
		font-size: 2.0rem;
	}

	.index_pager li.cur span {
		font-size: 2.0rem;
	}

	.index_pager li.page_back,
	.index_pager li.page_forward,
	.index_pager li.page_back a,
	.index_pager li.page_forward a {
		width: 50px;
	}

	.index_pager li.page_back span {
		width: 50px;
		background: url(../images/arrow_left.png) no-repeat right 15px;
		background-size: 28px auto;
	}

	.index_pager li.page_forward span {
		width: 50px;
		background: url(../images/arrow_right.png) no-repeat left 15px;
		background-size: 28px auto;
	}

	.index_pager li.page_back a:hover span {
	  	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_pager_left;
	}

	.index_pager li.page_forward a:hover span {
	  	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_pager_right;
	}

}

/* -------------------
	詳細ページのサイド
-------------------- */

.side_entry {
	margin: 0 0 100px;
}

.side_column {
	margin: 0 0 30px;
}

.side_column h2 {
	padding: 20px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(var(--c_blue),1);
	background: rgba(var(--c_blue),0.1);
	border-radius: 10px 10px 0 0;
}

.side_column h2 a {
	color: rgba(var(--c_blue),1);
}

.side_column ul {
	padding: 0 0 30px;
	background: rgba(var(--c_blue),0.06);
	border-radius: 0 0 10px 10px
}

.side_column li {
	margin: 0 25px 0 15px;
	border-bottom: 1px solid #D9D9D9;
}

.side_column li a {
	padding: 15px 0;
	font-size: 1.6rem;
	display: block;
}

.side_column li time {
	margin: 5px 0 0;
	display: block;
	font-size: 1.4rem;
	text-align: right;
}

.side_column li a .navi_icon {
	padding-right: 10px;
	color: #ce2b5d;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.side_entry {
		margin: 0 50px 0 0;
		order: 1;
		width: 270px;
		flex-shrink: 0;
	}

	.side_column {
		margin: 0 0 20px;
	}

}


/* -----------------
	詳細ページ
----------------- */

.page_column {
	margin: 0 20px 50px;
}

.page_title {
	margin: 0 20px 30px;
	font-size: 2.6rem;
}

.page_title h1 {
	padding: 0 0 10px;
	line-height: 1.2;
	border-bottom: 1px solid #C6C6C6;
}

.page_title .page_title_parts {
	display: flex;
}

.page_title .news_cate {
	padding: 5px 10px 5px 0;
	font-size: 1.4rem;
}

.page_title time {
	padding: 5px 0 5px 10px;
	border-left: 1px solid #C6C6C6;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

	.page_column {
		margin: 0 auto 100px;
		max-width: 1280px;
		display: flex;
		justify-content: center;
	}

	.page_column .entry {
		order: 2;
	}

	.page_title {
		margin: 0 0 50px;
		font-size: 4.0rem;
	}

	.page_title h1 {
		padding: 0 0 10px;
	}

	.page_title .news_cate {
		padding: 5px 15px 5px 0;
		font-size: 1.6rem;
	}

	.page_title time {
		padding: 5px 0 5px 15px;
		font-size: 1.6rem;
	}

}

/* -----------------
	お問い合わせ
----------------- */

.entry_contact_form .entry_column {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.entry_column .form_entry {
	margin-bottom: 50px;
}

.entry_column .form_entry .table- {
	border: none;
}

.entry_column .form_entry .table- th,
.entry_column .form_entry .table- td {
	padding: 15px 10px;
	display: block;
	border: none;
}

.form_entry .required {
	margin-left: 10px;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 1.2rem;
	padding: 1px 5px;
	border-radius: 4px;
	background: #F76773;
}

.form_entry .form_attention {
	margin: 10px 0 0;
	color: #F76773;
	font-weight: bold;
}

.form_entry label {
	display: block;
}

.form_entry input {
	padding: 5px;
	font-size: 1.6rem;
	width: 100%;
}

.form_entry textarea {
	padding: 5px;
	font-size: 1.6rem;
	line-height: 1.4;
	height: 150px;
	width: 100%;
}

.form_entry .btn_confirm,
.form_entry .btn_send {
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border: none;
	display: block;
	background: rgba(var(--c_blue),1);
	border-radius: 30px;
	width: 100%;
}

.form_entry .btn_send {
	margin: 0 auto;
}

.form_entry .btn_back {
	margin: 0 auto 30px;
	padding: 15px 0;
	font-size: 1.6rem;
	display: block;
	background: none;
	border: 1px solid #D5D5D5;
	border-radius: 30px;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.entry_contact_form {
		width: 960px;
	}

	.entry_column .form_entry {
		margin-bottom: 0;
	}

	.entry_column .form_entry .table- {
		border-bottom: 1px solid #D6D6D6;
	}

	.entry_contact_form .entry_column {
		margin-bottom: 30px;
	}

	.form_entry th {
		width: 300px;
	}

	.entry_column .form_entry .table- th,
	.entry_column .form_entry .table- td {
		padding: 25px 35px;
		display: table-cell;
		border-top: 1px solid #D6D6D6;
	}

	.form_entry label {
		display: inline-block;
	}

	.form_entry input {
		padding: 10px;
		width: 400px;
	}

	.form_entry textarea {
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.4;
		width: 400px;
		height: 150px;
	}

	.form_btn_box {
		display: flex;
		justify-content: center;
	}

	.form_entry .btn_confirm,
	.form_entry .btn_send {
		margin: 0;
		padding: 15px 50px;
		font-size: 1.8rem;
		display: inline-block;
		width: auto;
	}

	.form_entry .btn_send {
		margin: 0 40px;
	}

	.form_entry .btn_back {
		margin: 0 40px;
		padding: 15px 50px;
		font-size: 1.8rem;
		display: inline-block;
		width: auto;
	}

	.form_entry .btn_send:hover,
	.form_entry .btn_confirm:hover,
	.form_entry .btn_back:hover {
		opacity: 0.7;
	}

}

/* -----------------
	ユニットパーツ
----------------- */

.entry-container {
	margin: 0;
}

.entry_column {
	margin: 0 20px 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid #D6D6D6;
}

.entry_column .schedule_box {
	margin: 0 0 30px;
	display: inline-block;
}

.entry_column .schedule_box dt {
	margin: 0 0 10px;
	padding: 8px 0;
	background: rgba(var(--c_blue),1);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.entry_column .schedule_box dd {
	display: flex;
	align-items: baseline;
}

.entry_column .schedule_box dd .year {
	font-weight: bold;
	font-size: 1.4rem;
}

.entry_column .schedule_box dd .day {
	margin-left: 5px;
	font-weight: bold;
	font-size: 2.0rem;
}

.entry_column .schedule_box dd .week {
	margin: 0 0 3px 5px;
	padding: 2px;
	font-weight: bold;
	font-size: 1.0rem;
	border: 1px solid #C6C6C6;
}

.entry_column .schedule_box dd .dot {
	font-weight: bold;
	font-size: 1.6rem;
}

.entry_column .schedule_box dd .from {
	margin: 0 5px;
	font-weight: bold;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.entry-container {
		margin: 0;
	}

	.entry_column {
		margin: 0 0 50px;
		padding-bottom: 50px;
	}

	.entry_column .schedule_box {
		margin: 0 0 60px;
	}

	.entry_column .schedule_box dt {
		margin: 0 0 15px;
		padding: 8px 0;
		font-size: 1.8rem;
	}

	.entry_column .schedule_box dd {
		align-items: end;
	}

	.entry_column .schedule_box dd .year {
		margin: 0 0 22px;
		font-size: 2.0rem;
	}

	.entry_column .schedule_box dd .day {
		margin-left: 5px;
		font-size: 5.0rem;
	}

	.entry_column .schedule_box dd .week {
		margin: 0 0 3px 8px;
		padding: 3px 3px;
		font-size: 1.8rem;
	}

	.entry_column .schedule_box dd .dot {
		font-size: 5.0rem;
	}

	.entry_column .schedule_box dd .from {
		margin: 0 15px;
		font-size: 4.0rem;
	}

}

.entry_column p {
	margin: 0 0 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.entry_column h2 {
	margin: 30px 0 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.entry_column h3 {
	margin: 30px auto 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.entry_column h3 span {
	padding: 15px 30px;
	border-radius: 10px;
	display: block;
	border: 2px solid #707070;
	position: relative;
}

.entry_column h3 span::before,
.entry_column h3 span::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	height: 2px;
	width: calc(100% - 30px);
	z-index: 1;
}

.entry_column h3 span::before {
	top: -2px;
}

.entry_column h3 span::after {
	bottom: -2px;
}

.entry_column h4 {
	margin: 25px 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

.entry_column p.p_min {
	font-size: 1.4rem;
}

.entry_column p.a_center {
	text-align: center;
}

.entry_column p.a_right {
	text-align: right;
}

@media screen and (min-width: 768px) {

	.entry_column h2 {
		margin: 50px 0 30px;
		font-size: 3.4rem;
	}

	.entry_column h3 {
		margin: 50px auto 40px;
		font-size: 3.0rem;
	}

	.entry_column h3 span {
		padding: 20px 80px;
		display: inline-block;
		border: 3px solid #707070;
	}

	.entry_column h3 span::before,
	.entry_column h3 span::after {
		height: 3px;
		width: calc(100% - 45px);
	}

	.entry_column h3 span::before {
		top: -3px;
	}

	.entry_column h3 span::after {
		bottom: -3px;
	}

	.entry_column h4 {
		margin: 50px 0 30px;
		font-size: 2.8rem;
	}

}

.entry_column ul {
	margin: 0 0 30px;
}

.entry_column ul li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
}

.entry_column ul li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: rgba(var(--c_blue),1);
	border-radius: 50%;
}

.entry_column ol {
	margin: 0 0 30px;
	list-style-type: none;
}

.entry_column ol li {
	margin: 0 0 10px;
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 1.6rem;
	line-height: 1.6;
	counter-increment: cnt;
}

.entry_column ol li::before {
	padding-right: 15px;
	content: counter(cnt);
	color: rgba(var(--c_blue),1);
}

.entry_column .box_blue {
	margin: 0 0 40px;
	padding: 25px 30px;
	background: rgba(var(--c_blue),0.06);
}

.entry_column .box_gray {
	margin: 0 0 40px;
	padding: 25px 30px;
	background: rgba(112,112,112,0.1);
}

.entry_column p.line {
	margin: 40px 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/line_dot.png) repeat-x 0 center;
	background-size: 480px auto;
}

.entry_column a {
	color: rgba(var(--c_blue),1);
	text-decoration: underline;
}

.entry_column p em {
	color: #F76773;
}

.entry_column p strong {
	padding: 0 3px;
	font-size: 1.8rem;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #FFD5D5 40%);
}

.entry_column p.btn {
	margin: 30px 0;
	display: inline-block;
	background: rgba(var(--c_blue),1);
	border-radius: 30px;
}

.entry_column p.btn a {
	padding: 10px 60px 10px 30px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: navajowhite;
	font-weight: bold;
	background: url(../images/arrow_right2.png) no-repeat right 20px top 17px;
	background-size: 24px auto;
	transition: all 0.25s ease 0s;
}

.entry_column p.caition {
	text-align: center;
}

@media screen and (min-width: 768px) {

	.entry_column ul li {
		margin: 0 0 12px;
	}

	.entry_column ol li {
		margin: 0 0 12px;
	}

	.entry_column .box_blue {
		margin: 0 0 60px;
		padding: 45px 60px;
	}

	.entry_column .box_gray {
		margin: 0 0 60px;
		padding: 45px 60px;
	}

	.entry_column p.line {
		background: url(../images/line_dot.png) repeat-x 0 center;
		background-size: 960px auto;
	}

	.entry_column p.btn a:hover {
	  	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_entry_right;
	}

}

.entry_column .table-,
.entry_column .table-2 {
	margin: 0 0 40px;
	width: 100%;
}

.entry_column .table- {
	border-bottom: 1px solid #D6D6D6;
}

.entry_column .table- th,
.entry_column .table- td {
	padding: 10px 20px;
	text-align: left;
	font-size: 1.4rem;
	border-top: 1px solid #D6D6D6;
}

.entry_column .table- th {
	font-weight: bold;
	background: rgba(var(--c_blue),0.06);
}

.entry_column .table-2 tr:nth-child(odd) th,
.entry_column .table-2 tr:nth-child(odd) td {
	background: rgba(var(--c_blue),0.06);
}

.entry_column .table-2 th,
.entry_column .table-2 td {
	padding: 10px 20px;
	text-align: left;
	font-size: 1.4rem;
}

.entry_column .table-2 th {
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.entry_column .table-,
	.entry_column .table-2 {
		margin: 0 0 60px;
	}

	.entry_column .table- th,
	.entry_column .table- td {
		padding: 15px 35px;
		font-size: 1.6rem;
	}

	.entry_column .table-2 th,
	.entry_column .table-2 td {
		padding: 15px 35px;
		font-size: 1.6rem;
	}

}

.entry_column .column_left_large > *,
.entry_column .column_right_small > *,
.entry_column .column_left_small > *,
.entry_column .column_right_large > *,
.entry_column .column_left50 > *,
.entry_column .column_right50 > *,
.entry_column .column_left3 > *,
.entry_column .column_center3 > *,
.entry_column .column_right3 > * {
	margin-top: 0;
}

.entry_column .column_clear {
	clear: both;
}

.entry_column .column-media-left,
.entry_column .column-video-left {
	margin: 0 20px 30px 0;
}

.entry_column .column-media-right,
.entry_column .column-video-right {
	margin: 0 0 20px 30px;
}

.entry_column .column-media-auto,
.entry_column .column-media-center,
.entry_column .column-video-auto,
.entry_column .column-video-center {
	margin: 0 0 30px;
}

[class*="column-media"] a[href*="media-download"] {
	text-align: center;
}

[class*=column-image] .caption, [class*=column-media] .caption, [class*=column-eximage] .caption {
	margin-top: 10px;
	font-size: 1.4rem;
}

[class*=column-media] img.columnIcon, [class*=column-eximage] img.columnIcon {
	width: 50px;
}

@media screen and (min-width: 768px) {

	.entry_column .column_left_large {
		margin-right: 40px;
		float: left;
		width: calc(100% - 415px);
	}

	.entry_column .column_right_small {
		float: left;
		width: 375px;
	}

	.entry_column .column_left_small {
		margin-right: 40px;
		float: left;
		width: 375px;
	}

	.entry_column .column_right_large {
		width: calc(100% - 415px);
		float: left;
	}

	.entry_column .column_left50 {
		margin-right: 40px;
		float: left;
		width: calc(50% - 20px);
	}

	.entry_column .column_right50 {
		float: left;
		width: calc(50% - 20px);
	}

	.entry_column .column_left3 {
		margin-right: 40px;
		float: left;
		width: calc(33.3333% - 27px);
	}

	.entry_column .column_center3 {
		margin-right: 40px;
		float: left;
		width: calc(33.3333% - 27px);
	}

	.entry_column .column_right3 {
		float: left;
		width: calc(33.3333% - 27px);
	}

	.entry_column .column_left_large > *,
	.entry_column .column_right_small > *,
	.entry_column .column_left_small > *,
	.entry_column .column_right_large > *,
	.entry_column .column_left50 > *,
	.entry_column .column_right50 > *,
	.entry_column .column_left3 > *,
	.entry_column .column_center3 > *,
	.entry_column .column_right3 > * {
		margin-top: 0;
	}

	.entry_column .column_clear {
		clear: both;
	}

	.entry_column .column-media-left,
	.entry_column .column-video-left {
		margin: 0 0 30px;
	}

	.entry_column .column-media-right,
	.entry_column .column-video-right {
		margin: 0 0 30px;
	}

	.entry_column .column-media-auto,
	.entry_column .column-media-center,
	.entry_column .column-video-auto,
	.entry_column .column-video-center {
		margin: 0 0 30px;
	}

	.entry_column .column-media-left,
	.entry_column .column-video-left {
		margin: 0 60px 60px 0;
	}

	.entry_column .column-media-right,
	.entry_column .column-video-right {
		margin: 0 0 60px 60px;
	}

	.entry_column .column-media-auto,
	.entry_column .column-media-center,
	.entry_column .column-video-auto,
	.entry_column .column-video-center {
		margin: 0 auto 60px;
	}

	[class*=column-image] .caption, [class*=column-media] .caption, [class*=column-eximage] .caption {
		font-size: 1.6rem;
	}

}


/* -----------------
	footer
----------------- */

#up {
	position: absolute;
	right: 0;
	top: -50px;
	width: 50px;
	height: 50px;
	background: rgba(112,112,112,0.5);
	z-index: 10;
}

#up a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#up img {
	width: 8px;
}

#up span {
	padding: 0 0 0 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/arrow_up.png) no-repeat left 18px top 14px;
	background-size: 10px auto;
}

#up a:hover span {
	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_up;
}

@media screen and (min-width: 768px) {

	#up {
		top: 0;
	}

	#up a:hover span {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_up;
	}

}

.footer {
	position: relative;
}

.footer_top {
	display: none;
}

.footer_bottom {
	padding: 40px 15px 140px;
	background: #707070;
	color: #fff;
}

.footer_office {
	margin: 0 0 5px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.footer_access {
	line-height: 1.6;
	font-size: 1.4rem;
}

.copyright {
	margin-top: 20px;
	font-size: 1.2rem;
	text-align: right;
}

.footer_box {
	margin-bottom: 20px;
}

.footer_box a {
	color: #fff;
	text-decoration: underline;
}

.footer_box a[href^="tel:"] {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {

	.footer .inner {
		margin: 0 auto;
		max-width: 1280px;
		display: flex;
	}

	.footer_top {
		padding: 70px 0 60px;
		background: rgba(var(--c_blue),1);
		display: block;
	}

	.footer_navi > ul {
		display: flex;
	}

	.footer_navi li.c_1 {
		margin: 0 80px 0 0;
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
	}

	.footer_navi ul ul {
		margin: 15px 0 0;
	}

	.footer_navi li.c_2 {
		margin: 0 0 10px;
		padding-left: 20px;
		font-weight: normal;
		position: relative;
	}

	.footer_navi li.c_2::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		bottom: 0;
		width: 14px;
		height: 1px;
		margin: auto;
		background: #fff;
	}

	.footer_navi li.c_2:first-child {
		display: none;
	}

	.footer_navi li a {
		color: #fff;
		font-size: 1.8rem;
		position: relative;
	}

	.footer_navi li a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 1px;
		left: 0;
		bottom: 0;
		background: #fff;
		transition: all 0.25s ease 0s;
	}

	.footer_navi li a:hover::after {
		width: 95%;
	}

	.footer_bottom {
		padding: 45px 0 120px;
	}

	.footer_bottom .inner {
		justify-content: space-between;
		align-items: flex-end;
	}

	.footer_office {
		margin: 0 0 5px;
		font-size: 1.6rem;
	}

	.footer_access {
		font-size: 1.6rem;
	}

	.copyright {
		margin: 0;
		font-size: 1.6rem;
		text-align: inherit;
	}

	.footer_column {
		display: flex;
	}

	.footer_box {
		margin-bottom: 0;
		margin-right: 70px;
	}

}

.board_bar {
	padding: 15px 15px 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9;
}

.board_title_box {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.board_subtitle {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}

.board_title {
	margin: 0 0 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
}

.board_link {
	font-weight: bold;
	font-size: 1.6rem;
	display: inline-block;
}

.board_link a {
	padding: 10px 20px 10px 25px;
	display: block;
	border-radius: 30px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.board_link a span {
	padding: 0 0 0 10px;
	display: inline-block;
	width: 30px;
	height: 15px;
	background: url(../images/arrow_right.png) no-repeat 10px 0;
	background-size: 20px auto;
}

@media screen and (min-width: 768px) {

	.board_bar {
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.board_title_box {
		margin-bottom: 0;
	}

	.board_subtitle {
		margin: 0;
		font-size: 1.8rem;
	}

	.board_title {
		margin: 0 0 0 10px;
		color: #fff;
		font-weight: bold;
		font-size: 2.6rem;
	}

	.board_link {
		margin: 0 0 0 30px;
		font-size: 2.0rem;
	}

	.board_link a {
		padding: 15px 25px 15px 30px;
		transition: all 0.25s ease 0s;
	}

	.board_link a:hover {
		color: #707070;
		background: #fff;
	}

	.board_link a span {
		width: 35px;
		background: url(../images/arrow_right.png) no-repeat 10px 0;
		background-size: 24px auto;
	}

	.board_link a:hover span {
		background: url(../images/arrow_right_bk.png) no-repeat 10px 0;
		background-size: 24px auto;
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_board_link;
	}


}

/* -----------------------
　　　検索結果
----------------------- */

.search_result {
	margin: 0 30px 100px;
}

.search_result .result_count {
	margin: 0 0 40px;
	font-size: 2.0rem;
	line-height: 1.4;
}

.search_result .list_1column li a {
	display: block;
}

.search_result li h3 {
	margin: 0 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: rgba(var(--c_blue),1);
	text-decoration: none;
}

@media screen and (min-width: 768px) {

	.search_result {
		margin: 0 auto 100px;
		max-width: 1280px;
	}

	.search_result .result_count {
		font-size: 2.2rem;
	}

	.search_result li h3 {
		font-size: 2.0rem;
	}

	.search_result li p {
		margin: 0 0 20px;
	}

}

/* -----------------------
　　　404
----------------------- */

#notfound {
	color: #373228;
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: left;
}

.inner_left404 img {
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

@media screen and (min-width: 600px) and (max-width: 768px) {

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 120px;
/*    position: fixed;*/
    width: 100%;
    z-index: 5;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

@media screen and (min-width: 768px) {

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 85px;
	}

}

.titleWrapper {
	margin: 0 auto;
	padding: 40px 60px 10px;
	max-width: 1100px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: #0075DE;
}

.entryFormLiteEditor em {
	font-weight: bold;
}

.entryFormLiteEditor strong {
 	color: #0075DE;
}

.js-lazy-load {
	transform: translateY(0);
	transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}

@keyframes btn_slide_arrow_left {
	0%{
		background-position: right 2px top 20px;
	}
	10%{
		background-position: right 5px top 20px;
	}
	100%{
		background-position: center top 20px;
	}
}

@keyframes btn_slide_arrow_right {
	0%{
		background-position: left 2px top 20px;
	}
	10%{
		background-position: left 5px top 20px;
	}
	100%{
		background-position: center top 20px;
	}
}

@keyframes btn_board_link {
	0%{
		background-position: 0px 0;
	}
	10%{
		background-position: 5px 0;
	}
	100%{
		background-position: 10px 0;
	}
}

@keyframes btn_link_arrow {
	0%{
		background-position: -10px 7px;
	}
	10%{
		background-position: -5px 7px;
	}
	100%{
		background-position: 0 7px;
	}
}

@keyframes btn_link_list {
	0%{
		background-position: -15px 7px;
	}
	10%{
		background-position: -7px 7px;
	}
	100%{
		background-position: 0 7px;
	}
}

@keyframes btn_pager_left {
	0%{
		background-position: right 20px top 15px;
	}
	10%{
		background-position: right 15px top 15px;
	}
	100%{
		background-position: right 15px;
	}
}

@keyframes btn_pager_right {
	0%{
		background-position: 20px 15px;
	}
	10%{
		background-position: 15px 15px;
	}
	100%{
		background-position: 0 15px;
	}
}

@keyframes btn_entry_right {
	0%{
		background-position: right 40px top 17px;
	}
	10%{
		background-position: right 30px top 17px;
	}
	100%{
		background-position: right 20px top 17px;
	}
}

@keyframes btn_up {
	0%{
		background-position: left 18px top 26px;
	}
	10%{
		background-position: left 18px top 20px;
	}
	100%{
		background-position: left 18px top 14px;
	}
}
