﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

#phone-vr{display:none;}

img {
  vertical-align: bottom;
}
a {
  color: #1a75b8;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 5;
  margin-bottom: 0;
  width: 80px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a img{width:70%;}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #666666;
  font-family: 'UTMAvo';
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
	padding-top: 155px;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
h1 {
	display: none;
}
.h_main {
	padding: 20px 0;
}
.h_main .container {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;
	position: absolute;
	top: 0;
	left: 48%;
	transform: translateX(-50%);
	z-index: 10;
}
.logo:after {
	content: '';
	position: absolute;
	width: 270px;
	height: 156px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -2;
}
.h_tel {
	font-size: 14px;
	color: #eb2026;
	font-family: 'iCielPony';
	background: url("/W_images/h_tel.png") no-repeat left center;
	padding-left: 45px;
}
.h_tel .tel {
	display: block;
	font-size: 24px;
	color: #1a75b8;
	font-family: 'UTMAvo';
	font-weight: bold;
	margin-top: 5px;
}
.h_tel .txt {
	text-decoration: underline;
	letter-spacing: 0.2em;
}
.social_search{display:flex;}
.h_social{position: relative;top: 5px;} 
.h_search {
	display: flex;
	position: relative;
}
.h_search .button {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border: 2px solid #eb2026;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}
.h_search input {
	color: #1b75bb;
	font-family: 'iCielPony';
	letter-spacing: 0.2em;
	width: 245px;
	padding: 7px 30px;
	border: none;
}
.h_search input::placeholder {
	color: #1b75bb;
}
.h_search:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 100%;
	left: 0;
	top: 0;
	border-left: 2px solid #eb2026;
	border-top: 2px solid #eb2026;
	border-bottom: 2px solid #eb2026;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	pointer-events: none;
}
#gnavi {
	background: #1a75b8;
}
.gnavi {
	display: flex;
	justify-content: space-between;
	font-family: 'SFUTradeGothic';
}
.gnavi>li {
	position: relative;
	margin-right: 5%;
}
.gnavi>li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgb(209,227,241);
background: linear-gradient(45deg, rgba(209,227,241,1) 0%, rgba(209,227,241,1) 50%, rgba(141,186,220,1) 50%, rgba(141,186,220,1) 100%);
	transform: rotate(45deg);
	top: 22px;
	right: -2.5vw;
}
.gnavi>li:nth-child(4):after, .gnavi>li:last-child:after {
	display: none;
}
.gnavi > li:nth-child(4) {
	margin-right: auto;
}
.gnavi > li:nth-child(5) {
	margin-left: auto;
}
.gnavi > li:last-child {
	margin-right: 0;
}
.gnavi > li >a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 0;
	transition: all 0.3s;
    text-transform:uppercase;
}
.gnavi>li:hover>a {
	color: #eb2026;
}
.submenu {
	position: absolute;
	z-index: 5;
	min-width: 310px;
	display: none;
}
.submenu > li {
	position: relative;
}
.submenu a {
	display: block;
	text-decoration: none;
	background: #1a75b8;
	color:#fff;
	padding: 8px 20px;
	border-top: 1px solid #f1f1f1;
	position: relative;
	transition: all 0.3s;
}
.submenu .subover > a:after {
	content: '';
	position: absolute;
	border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: calc(50% - 4px);
}
.subsubmenu {
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	width: 250px;
	display: none;
}
.submenu a:hover {
	background: #fff;
color:#1a75b8;
}
.submenu a:hover:after{
	border: solid #1a75b8;
	border-width: 0 1px 1px 0;
}
#header.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-animation: header-fixed 0.6s;
	-moz-animation: header-fixed 0.6s;
	-ms-animation: header-fixed 0.6s;
	animation: header-fixed 0.6s;
	border-top-width: 8px;
}

#header.fixed .h_main{padding: 10px 0;}
#header.fixed .gnavi > li >a{padding: 5px 0; font-size: 17px;}
#header.fixed .gnavi>li:after{top: 14px;}
#header.fixed .abc{}
#header.fixed .abc{}

@keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
.main_slide img {
	width: 100%;
}
.main_slide p {
	margin: 0;
}
.main_slide {
	position: relative;
}
.slider__counter {
	position: absolute;
	bottom: 0;
	color: #1a75b8;
	font-size: 30px;
	font-weight: bold;
	right:  15%;
}
.box01 {
	background: url("/W_images/b01_img.jpg") no-repeat top center #fff;
	padding: 80px 0;
}
.box01 .container {
	display: flex;
	justify-content: space-between;
}
.b01_main {
    width: 35%;
}
.b01_list {
    width: 32%;
}
.idx_h2 {
	border-left: 2px solid #1a75b8;
	font-size: 24px;
	font-weight: bold;
	color: #1a75b8;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-left: 20px;
	margin-bottom: 40px;
}
.idx_h2 .lager {
	display: block;
	font-size: 166.67%;
	color: #f00;
	margin-top: 5px;
	line-height: 1em;
}
.idx_btn {
	margin: 0;
}
.idx_btn a{
	background: #ff0000;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 180px;
	border-radius: 20px;
	text-decoration: none;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.5s;
}
.idx_btn a:hover {
	background: #1a75b8;
}
.b01_list dt {
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.b01_list dl:not(:last-child) {
	margin-bottom: 20px;
}
.box02 {
	background: #1a75b8;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.b02_list {
	display: flex;
}
.b02_list dl {
	width: 25%;
}
.b02_list dl:not(:last-child) {
	border-right: 1px solid #8DBADC;
}
.b02_list dd {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}
.box03 {
	padding: 80px 0;
}
.box03 .idx_h2 .lager {
	display: inline-block;
}
.b03_thumb {
	width: 310px;
	position: absolute!important;
	right: 0;
	top: 0;
	padding: 0 15px;
}
.slick-arrow {
	position: absolute;
	left: 0;
	z-index: 3;
	border: none;
	text-indent: -5000000px;
	width: 10px;
	height: 12px;
	cursor: pointer;
	background: none;
	top: 45%;
	transform: translateY(-50%);
}
.slick-arrow:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 10px 16px 10px 0;
border-color: transparent #1a76b8 transparent transparent;
	top: 0;
	left: 0;
}
.slick-next {
	left: auto;
	right: 0;
}
.slick-next:before {
	border-width: 10px 0 10px 16px;
border-color: transparent transparent transparent #1a76b8;
}
.b03_thumb a {
	width: 40px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	margin: 0 auto;
}
.b03_list {
	display: flex;
	flex-wrap: wrap;
}
.b03_item {
	width: calc(25% - 22.5px);
	margin: 0 30px 30px 0;
	position: relative;
}
.b03_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.b03_item:nth-child(4n) {
	margin-right: 0;
}
.b03_itm_img {
	margin: 0;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	transition: all 0.3s;
}
.b03_itm_img img {
	flex-shrink: 0;
	max-height: 100%;
    transition: all 0.3s;
	z-index:-1;
}
.b03_itm_ttl {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3em;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    background: #eb2026;
    background: #eb2026;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.b03_item:hover .b03_itm_img {
	border-color: #eb2026;
}
.b03_item:hover .b03_itm_img img{
    transform: translateY(-10px);
}
.box04 {
	background: url("/W_images/b04_bg.jpg") no-repeat bottom center/cover;
	min-height: 727px;
	padding: 80px 0;
}
.b04_main {
    width: 50%;
}
.b04_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.b04_list li {
    width: calc(50% - 15px);
    background: #fff;
    font-size: 24px;
    color: #1a75b8;
    height: 75px;
    margin-bottom: 30px;
    border-left: 2px solid #1a75b8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 30px;
	font-family: 'Oswald', sans-serif;
}
.box05 {
	padding: 80px 0;
}
.box05 .idx_h2 {
	text-align: center;
	border: none;
	padding: 0 0 30px;
	position: relative;
}
.box05 .idx_h2:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #1a75b8;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.b05_list {
	display: flex;
	margin-bottom: 40px;
}
.b05_item {
	width: calc(33.33% - 20px);
	margin-right: 30px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.b05_item:last-child {
	margin-right: 0;
}
.b05_itm_img {
	margin: 0;
}
.b05_itm_img img {
	width: 100%;
}
.b05_itm_main {
	position: absolute;
	width: 100%;
	bottom: -40px;
	left: 0;
	background: #1a75b8;
	color: #fff;padding: 30px 40px;
	opacity: 0;
	transition: all 0.3s;
}
.b05_item:hover .b05_itm_main {
	opacity: 1;
	bottom: 0;
}
.b05_item a {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}
.b05_itm_ttl {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.b05_itm_txt li {
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.b05_itm_txt li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	left: 0;
	top: 8px;
	border-radius: 50%;
}
.box05 .idx_btn {
	text-align: center;
}
.box06 {
	background: url("/W_images/b06_bg.jpg") no-repeat top center/cover;
	padding: 80px 0;
}
.box06 .idx_h2 {
	text-align: center;
	border: none;
	padding: 0 0 30px;
	position: relative;
}
.box06 .idx_h2:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.box06 .idx_h2 .lager {
	color: #fff;
}
.b06_list {
	display: flex;
	margin-bottom: 30px;
}
.b06_item {
	width: calc(25% - 22.5px);
	margin: 0 30px 0 0;
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	transition: all 0.3s;
}
.b06_item:last-child {
	margin-right: 0;
}
.b06_item a{text-decoration:none;color:inherit;}
.b06_itm_img {
	margin: 0;
}
.b06_itm_img img {
	width: 100%;
}
.b06_itm_main {
	padding: 20px 25px;
}
.b06_itm_date {
	color: #eb2026;
	font-size: 16px;
	margin-bottom: 10px;
}
.b06_itm_ttl {
	color: #1a75b8;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3em;
	margin-bottom: 10px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.b06_itm_txt {
	margin: 0;
	font-size: 16px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.box06 .idx_btn {
	text-align: center;
}
.box07 {
	background: url("/W_images/b07_bg.jpg") no-repeat top center/cover;
	padding: 80px 0;
}
.box07 .container {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.b07_img {
	flex-shrink: 0;
	width: 50%;
	text-align: center;
	margin: 0 30px 0 0;
}
.box07 .idx_h2 {
	text-align: center;
	border: none;
	padding: 0 0 30px;
	position: relative;
	display: inline-block;
}
.box07 .idx_h2:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #1a75b8;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.b07_list dl {
	background: rgba(0,0,0,0.1);
	border-radius: 25px;
	margin-bottom: 10px;
	padding: 30px 30px 30px 70px;
}
.b07_list dt a{
	color: #1a75b8;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
    text-decoration:none;
}
.b07_list dt:hover a {
	color: #f00;
}
.b07_list dd {
	font-size: 16px;
	color: #000;
	display: none;
	padding-top: 15px;
}
.b07_list dt a:before {
	content: '+';
	width: 16px;
	height: 16px;
	border: 1px solid #1a75b8;
	position: absolute;
	left:-30px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 6px;
	line-height: 0;
	font-weight: normal;
	color: #1a75b8;
}
.b07_list {
	margin-bottom: 40px;
}
.box08 {
	padding: 80px 0;
}
.b08_list.slick-initialized .slick-slide {
	margin: 0 15px;
	width: 190px;
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 25px;
	border: 1px solid #e1e1e1;
}
.box09 {
    padding: 60px 0;
    background:url("/W_images/b09_bg.jpg") no-repeat top center/cover;
}
    .box09 h2 {
        text-align: center;
        border: none;
        padding: 0 0 30px;
        position: relative;
    }
.b09_list {
    display: flex;
    padding: 0 10px 0 20px;
}
.b09_item {
	width: calc(25% - 22.5px);
	margin: 0 30px 30px 0;
	position: relative;
}
.b09_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.b09_itm_img {
	margin: 0;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	transition: all 0.3s;
}
.b09_itm_img img {
	flex-shrink: 0;
	max-height: 100%;
}
.b09_itm_ttl {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3em;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    background: #1a75b8 ;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.b09_item:hover .b09_itm_img {
	border-color: #eb2026;
}
.b09_item:hover .b09_itm_ttl{
    background: #eb2026 ;
}
#footer {
	background: url("/W_images/f_bg.jpg") no-repeat top center/cover;
	padding: 70px 0 30px;
	color: #fff;
}
.f_main {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 0 0 50px;
	margin-bottom: 40px;
}
.f_mod {
	width: calc(25% - 22.5px);
}
.copyright {
	text-align: center;
	font-size: 14px;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.f_txt {
	font-size: 14px;
	margin-bottom: 40px;
}
.h_social {
	margin: 0;
}
.h_social a {
	display: inline-block;
	margin-right: 10px;
}
.f_ttl {
	font-size: 24px;
	color: #1a75b8;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.f_info li {
	font-size: 14px;
	margin-bottom: 30px;
	background: url("/W_images/f_add.png") no-repeat left center;
	padding-left: 30px;
	min-height: 25px;
}
.f_info .mail {
	background-image: url("/W_images/f_mail.png");
}
.f_info a {
	color: #fff;
	text-decoration: none;
}
.f_info .tel {
	font-size: 18px;
	color: #fff000;
	background-image: url("/W_images/f_tel.png");
}
.f_info .time {
	background-image: url("/W_images/f_time.png");
	margin-bottom: 0;
}
.f_menu {
	display: flex;   
  flex-flow:column wrap;
}
.f_menu a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
.f_menu li {
	width: 100%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
}
.f_menu li:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 8px;
border-color: transparent transparent transparent #1a76b8;
	left: 0;
	top: 10px;
}
.f_form input {
	background: #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 15px 25px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}
.f_form button {
	background: #1a75b8;
	border-radius: 15px;
	width: 125px;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;padding: 15px;
	cursor: pointer;
	transition: all 0.3s;
}
.f_form button:hover {
	background: #f00;
}




/*
	font-family: 'Oswald', sans-serif;
*/
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 3%;
  }
.gnavi>li {
	margin-right: 40px;
}
.gnavi>li:after {
	right: -24px;
}
}
@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}

#phone-vr{display:inline;}

  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 70px;
	
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #1a75b8;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu .subover > a:after{display:none;}
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
	.h_tel , .social_search, .logo:after, .gnavi>li:after {
		display: none;
	}
	.logo {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 120px;
	}
	.h_main {
		padding: 10px 0;
	}
#gnavi {
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
	padding: 30px 0;
	overflow: auto;
	z-index: 99;
	display: none;
}
.gnavi {
    display: block;
}
	.gnavi>li {
		margin: 0;
	}
.gnavi > li >a {
    font-size: 16px;
    border-bottom: 1px solid #fff;
	color: #fff!important;
}
.submenu {
    position: relative;
    width: 100%;
}
.submenu a {
    margin: 0;
    background: rgb(141 186 220);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.subsubmenu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
	display: block;
}
.subsubmenu a {
    background: #fff;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}
#header {
    position: fixed;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}
	.slider__counter {
		font-size: 20px;
	}
.box01 {
    padding: 40px 0 300px;
    background-position: bottom center;
    background-size: auto 300px;
}
	.box01 .container {
		display: block;
	}
.b01_main {
    width: 100%;
    margin-bottom: 40px;
}
.idx_h2 {
    font-size: 16px;
    margin-bottom: 25px;
}
.idx_btn a {
    font-size: 13px;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
	display: block;
	margin: 0 auto;
}
.b01_list {
	display: none;
}
.b01_list dt {
    font-size: 16px;
    margin-bottom: 5px;
}
.b02_list {
    flex-wrap: wrap;
}
.b02_list dl {
    width: 50%;
    margin-bottom: 30px;
	padding: 0 15px;
}
.b02_list dl:nth-child(2n) {
	border-right: none;
}
	.b02_list dd {
		font-size: 14px;
	}
.box02 {
    padding: 40px 0 20px;
}
.box03 {
    padding: 50px 0 20px;
}
.b03_thumb {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative!important;
}
.b03_item {
    width: calc(33.33% - 14px);
    margin: 0 20px 30px 0;
}
.b03_item:nth-child(4n) {
	margin-right: 20px;
}
.b03_item:nth-child(3n) {
	margin-right: 0;
}
.b03_itm_img {
    height: 200px;
}
.b03_itm_ttl {
    font-size: 16px;

}
.box04 {
    padding: 40px 0 300px;
    background-color: #eff2f7;
    background-size: auto 300px;
    background-position: right bottom;
    min-height: auto;
}
.b04_main {
    width: 100%;
}
.b04_list li {
    width: 49%;
    font-size: 16px;
    height: 55px;
    margin-bottom: 15px;
    padding: 0 20px;
}
.box05 {
    padding: 50px 0;
}
.box05 .idx_h2, .box06 .idx_h2 {
    padding: 0 0 20px;
}
.b05_list {
    display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 30px;
}
	.b05_list .slick-list {
		overflow: visible;
	}
.b05_item {
    width: 100%;
    margin: 0 5px;
}
.b05_itm_main {
    opacity: 1;
    bottom: 0;
    padding: 20px;
}
.b05_itm_txt {
    display: none;
}
.b05_itm_ttl {
    font-size: 16px;
    margin: 0;
}
.b05_item:last-child {
    margin-right: auto;
}
.box06 {
    padding: 50px 0;
}
.b06_list {
    flex-wrap: wrap;
	margin-bottom: 0;
}
.b06_item {
    width: 48%;
    margin: 0 4% 30px 0;
}
	.b06_item:nth-child(2n) {
		margin-right: 0;
	}
.b06_itm_main {
    padding: 20px;
}
.b06_itm_date {
    font-size: 12px;
}
.b06_itm_ttl {
    font-size: 16px;
}
.b06_itm_txt {
    font-size: 14px;
}
.box07 {
    padding: 50px 0;
}
	.b07_img {
		display: none;
	}
.b07_main {
    width: 100%;
}
.box07 .idx_h2 {
    display: block;
    padding: 0 0 20px;
}
.b07_list dl {
    padding: 20px 20px 20px 50px;
    border-radius: 15px;
}
.b07_list dt:before {
    top: 4px;
}
	.b08_list.slick-initialized .slick-slide {
		margin: 0 10px;
		width: 120px;
		height: 120px;
		border-radius: 15px;
	}
.box08 {
    padding: 40px 0;
}
#footer {
    padding: 40px 0 20px;
}
.f_main {
    display: block;
	padding-bottom: 0;
}
.f_mod {
    width: 100%;
    margin-bottom: 30px;
}
.f_txt {
    margin-bottom: 20px;
}
.f_ttl {
    font-size: 18px;
    margin-bottom: 20px;
}
.f_info li {
    margin-bottom: 10px;
}
.f_menu {
    height: 150px;
}
.f_menu li:before {
    top: 5px;
}
.copyright {
    font-size: 12px;
}
	.f_mod:nth-child(3) {
		display: none;
	}
#totop a img{
	width:auto;
}
}
@media screen and (max-width: 480px) {
.b03_item {
    width: 48%;
    margin: 0 4% 30px 0;
}
.b03_item:nth-child(3n) {
	margin-right: 4%;
}
.b03_item:nth-child(2n) {
	margin-right: 0;
}
	.b06_itm_txt {
		display: none;
	}
	.b06_itm_ttl {
		margin-bottom: 0;
	}
    .f_mod {
        text-align:center;
    }
.b09_list{
    padding: 0 10px 0 40px;
}
}