﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital@1&display=swap');

:root {
	--mcolor: #353c64;
	--scolor: #1ca1da;
	--tcolor: #ef1c23;
}




h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 20px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--mcolor);
}
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: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 70px;
}
#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: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: #353535;
  font-family: 'SFUEurostile';
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 100px;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: var(--mcolor);
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.com_name span {
	display: block;
    font-family: 'SFUEurostileBold';
	font-size: 28px;
	line-height: 1.3em;
}
.com_name {
	display: inline-block;
	margin-left: 70px;
	background: var(--mcolor);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logo a {
	display: block;
	margin-bottom: -30px;
}
.h_right {
    display: flex;
    align-items: center;
}
.h_right_info {
    display: flex;
    align-items: center;
}
.h_right_info li {
    font-size: 16px;
    position: relative;
	padding-left: 50px;
}
.h_right_info li .num {
	display: block;
	font-size: 125%;
	margin-top: 5px;
}
.h_right_info li:not(:last-child) {
	border-right: 1px solid #ebebeb;
	padding-right: 30px;
	margin-right: 30px;
}
.h_right_info li:before {
	content: '';
	position: absolute;
	background: url("/W_images/h_tel.png") no-repeat center center/100% auto;
	width: 41px;
	height: 40px;
	left: 0;
	top: 7px;
}
.h_right_info li:last-child:before {
	background-image: url("/W_images/h_time.png");
	width: 28px;
	height: 30px;
}
.h_right_info li:last-child {
	padding-left: 40px;
}
.h_search_ttl {
    margin: 0;
    width: 45px;
    height: 45px;
    background: linear-gradient(60deg, #526875, var(--mcolor) 80%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.h_search {
	position: relative;
	margin-left: 60px;
}
.h_search .form {
    position: absolute;
    right: 0;
    z-index: 10;
    background: #e7e7e7;
    padding: 5px;
	width: 250px;
	display: none;
}
.h_search input {
	background: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border: none;
	width: 100%;
}
.h_search .button {
	position: absolute;
	right: 5px;
	top: 5px;
    background: var(--mcolor);
	color: #fff;border: none;
	padding: 3px 10px 7px;
	font-size: 14px;
}
#gnavi {
    border-top: 3px solid var(--mcolor);
    background: var(--mcolor);
    position: absolute;
    top: 100px;
    z-index: 5;
    width: 100%;
}
#gnavi .container {
	display: flex;
	justify-content: space-between;
	padding-left: 220px;
}
.gnavi {
	display: flex;
	    padding-left: 60px;
}
.gnavi li {
	position: relative;
	margin: 0 10px 0 0;
}
.submenu {
	position: absolute;
	z-index: 5;
	display: none;
	left: 50%;
	transform: translateX(-50%);
}
.submenu a {
	display: block;
	text-decoration: none;
	background: var(--scolor);
	color: #fff;
	white-space: nowrap;
	padding: 10px 20px;
	margin-top: 1px;
	transition: all 0.3s;
}
.submenu a:hover {
	opacity: 0.7;
}
.gnavi > li>a {
	color: #fff;
	text-decoration: none;
	padding: 15px 1vw 20px;
	font-size: 19px;
	display: block;
	position: relative;
	transition: all 0.3s;
    text-transform:uppercase;
}
.gnavi> li.active > a, .gnavi> li:hover > a {
	color: var(--tcolor);
}
.gnavi > li>a:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: var(--tcolor);
	bottom: 12px;
	left: calc(50% - 15px);
	border-radius: 1px;
	transition: all 0.3s;
	transform: scale(0,1);
}
.gnavi> li.active>a:after, .gnavi> li:hover>a:after {
	transform: scale(1,1);
}
.h_lang {
    display: flex;
	border-radius: 30px;
	overflow: hidden;
}
.h_lang a {
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    display: block;
    width: 40px;
    text-align: center;
    padding: 6px;
}
.h_lang li a.active, .h_lang li a:hover {
	background: var(--tcolor);
	color: #fff;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 1px 2px 2px 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;
}
#header.fixed .logo a {
    width: 100px;
}
#header.fixed .logo {
    font-size: 16px;
}
#header.fixed .com_name {
	margin-left: 15px;
}
#header.fixed .h_right_info li {
	font-size: 14px;
}
#header.fixed .h_search {
	margin-left: 30px;
}
#header.fixed #gnavi {
	top: 70px;
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@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 p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
.b01_list {
	display: flex;
	justify-content: space-between;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.b01_item {
	width: 100%;
	margin-right: 30px;
	position: relative;
	z-index: 2;
}
.b01_item:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 20px;
	bottom: 0;
	left: 10%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(10, 10, 10, 0.75);
	-moz-box-shadow:    0px 0px 20px 0px rgba(10, 10, 10, 0.75);
	box-shadow:         0px 0px 20px 0px rgba(10, 10, 10, 0.75);
	z-index: -2;
	border-radius: 50%;
}
.b01_item:last-child {
	margin-right: 0;
}
.b01_item a {
	display: flex;
	background: #fff;
	text-decoration: none;
	text-align: center;
	height: 150px;
	color: #000;
	font-size: 17px;
	justify-content: center;
	text-transform: uppercase;
	align-items: center;
	flex-direction: column;
	transition: all 0.3s;
}
.b01_item a:hover {
	background: var(--scolor);
	color: #fff;
}
.b01_item a:before {
	content: '';
	position: relative;
	display: block;
	background: url("/W_images/b01_icon01.png") no-repeat center center/100% auto;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;filter: grayscale(1);
	transition: all 0.3s;
}
.b01_item:nth-child(2) a:before {
	background-image: url("/W_images/b01_icon02.png");
	width: 61px;
}
.b01_item:nth-child(3) a:before {
	background-image: url("/W_images/b01_icon03.png");
	width: 52px;
}
.b01_item:nth-child(4) a:before {
	background-image: url("/W_images/b01_icon04.png");
	width: 52px;
}
.b01_item:nth-child(5) a:before {
	background-image: url("/W_images/b01_icon05.png");
	width: 51px;
}
.b01_item a:hover::before {
	filter: brightness(0) invert(1) brightness(1.8);
}
.box02 {
	/*background: url("/W_images/b01_bg.jpg") no-repeat bottom center;*/
}
.b02_img img{
	width:100%;
}
.b02_main{
    display:flex;
	flex-wrap: wrap-reverse;
    justify-content:space-between;
}
.idx_h2 {
	font-size: 48px;
	color: var(--mcolor);
	text-transform: uppercase;
	line-height: 1.5em;
	background: url("/W_images/idx_h2_icon.png") no-repeat bottom center;
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.b02_txt {
    width: 57%;
    text-align: justify;
}
.b02_txt p:first-child {
	font-weight: bold;
	font-style: italic;
}
.idx_btn {
	margin: 0;
}
.idx_btn a {
	display: inline-block;
	background: var(--mcolor);
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 130px;
	padding: 5px 5px 10px;
	position: relative;
	transition: all 0.3s;
}
.idx_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	top: -4px;
}
.idx_btn a:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 20.5px 0 20.5px 10px;
border-color: transparent transparent transparent var(--mcolor);
	left: 100%;
	top: 0;
	transition: all 0.3s;
}
.idx_btn a:hover{
	background: #000;
}
.idx_btn a:hover:before{
	border-left-color: #000;
}
.box03 {
	/* background: url("/W_images/b02_bg.jpg") no-repeat center center/cover; */
	padding: 70px 0;
	color: #444;
}
.box03 .container {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.b03_main {
    width: 50%;
}
.b03_img {
	width: 50%;
	text-align: center;
	margin: 0;
}
.box03 .idx_h2 {
	/* background-image: url("/W_images/idx_h2_icon01.png"); */
}
.b03_list li {
	position: relative;
	padding-left: 80px;
}
.b03_list li:before {
	content: '';
	position: absolute;
	background: url("/W_images/b02_icon01.png") no-repeat center center #465566;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 0;
	border-radius: 15px;
}
.b03_list .ttl {
    font-size: 32px;
    display: block;
    line-height: 1.3em;
    margin: 0 0 7px;
}
.b03_list li:not(:last-child) {
	margin-bottom: 30px;
}
.b03_list li:nth-child(2):before {
	background-image: url("/W_images/b02_icon02.png");
}
.b03_list li:nth-child(3):before {
	background-image: url("/W_images/b02_icon03.png");
}
.b03_list .txt a {
	color: #ffa800;
	text-decoration: none;
}
.box04 {
	background: var(--mcolor);
	color: #fff;
	text-align: center;
	padding: 65px 0;
}
.b04_list {
	display: flex;
	justify-content: space-between;
}
.b04_item {
	width: 25%;
}
.b04_item:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.b04_itm_ttl {
    margin: 0;
    font-size: 22px;
}
.b04_item:before {
	content: '';
	position: relative;
	display: block;
	width: 104px;
	height: 104px;
	background: url("/W_images/b03_icon01.png") no-repeat top 20px center rgba(255,255,255,0.2);
	border-radius: 50%;
	margin: 0 auto -50px;
}
.b04_itm_num {
    margin: 0;
    font-size: 60px;
}
.b04_item:nth-child(2):before {
	background-image: url("/W_images/b03_icon02.png");
}
.b04_item:nth-child(3):before {
	background-image: url("/W_images/b03_icon03.png");
}
.b04_item:nth-child(4):before {
	background-image: url("/W_images/b03_icon04.png");
}
.box05 {
	padding: 20px 0;
}
.box05 .idx_h2 {
	text-align: center;
	display: block;
}
.b05_row {
    display: flex;
	margin-bottom: 40px;
}
.b05_col {
	width: 25%;
}
.b05_col:not(:last-child) {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.b05_col:last-child {
	padding-left: 20px;
}
.b05_col:nth-child(1) {
    width: 50%;
	margin-right: 20px;
}
.b05_item {
	position: relative;
	transition: all 0.3s;
}
.b05_item:hover {
	transform: translateY(-10px);
}
.b05_item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.b05_itm_img {
    margin: 0 0 15px;
}
.b05_itm_img img {
	width: 100%;
}
.b05_itm_info {
    color: var(--mcolor);
    font-size: 18px;
    font-style: italic;
	margin-bottom: 10px;
	font-family: 'IBM Plex Serif', serif;
}
.b05_itm_ttl {
    font-size: 24px;
    color: #000;
    line-height: 1em;
}
.b05_col:nth-child(1) .b05_itm_ttl {
	font-size: 32px;
}
.b05_itm_txt {
    margin: 20px 0;
}
.b05_item:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.b05_itm_btn {
	margin: 0;
	color: var(--mcolor);
	text-decoration: underline;
	font-size: 18px;
}
.b05_btn {
	margin: 0;
	text-align: center;
}
.b05_btn a {
	text-decoration: none;
	color: #fff;
	background: var(--mcolor);
	display: inline-block;
	padding: 8px 20px 13px;
	border-radius: 5px;
	font-size: 18px;
	transition: all 0.3s;
}
.b05_btn a:hover {
	background: #000;
}
.b05_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #ffffff;
	margin-left:10px;
}
.box06 {
	padding: 60px 0;
	background: url("/W_images/b05_bg.jpg") no-repeat center center/cover;
}
.box06 .idx_h2 {
	text-align: center;
	display: block;
	color: #fff;
	background-image: url("/W_images/idx_h2_icon01.png");
}
.b06_list {
	display: flex;
}
.b06_item {
	width: 100%;
	background: #fff;
	position: relative;
	transition: all 0.3s;
	border-bottom: 4px solid var(--mcolor);
}
.b06_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.b06_item:hover {
	transform: translateY(-10px);
}
.b06_item:not(:last-child) {
	margin-right: 30px;
}
.b06_itm_img {
	margin: 0;
}
.b06_itm_img img {
	width: 100%;
}
.b06_itm_main {
	padding: 20px;
}
.b06_itm_info {
    color: var(--mcolor);
    font-size: 16px;
    font-style: italic;
	margin-bottom: 10px;
	font-family: 'IBM Plex Serif', serif;
	border-left: 3px solid;
	line-height: 1.1em;
	padding-left: 10px;
}
.b06_itm_info .author {
	display: inline-block;
	margin-right: 20px;
}
.b06_itm_ttl {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    margin: 0 0 10px;
}
.b06_itm_txt {
    margin: 0;
    font-size: 18px;
}
.box07 {
	padding:60px 0;
	background: linear-gradient(70deg, #526875 0%, #2c304b 100%)
}
.box07 .idx_h2 {
	text-align: center;
    display: block;
    color: #fff;
    background-image: url(/W_images/idx_h2_icon01.png);
}
.b07_list p {
	margin: 0 10px;
    height: 100px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
}
.box07 .slick-slide img{
	max-height:100px;
}
.footer_main {
    padding: 60px 0;
}
.footer_main .container {
    display: flex;
    justify-content: space-between;
}
.f_mod:not(:last-child){
	margin-right: 30px;
	width: 30%;
}
.f_mod:last-child {
	width: 40%;
}
.f_ttl {
    font-size: 24px;
    text-transform: uppercase;
	background: url("/W_images/f_line.png") no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000;
}
.f_info {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
	padding-left: 35px;
}
.f_info>span {
	text-decoration: underline;
	font-weight: bold;
	color: var(--mcolor);
	font-size: 111.11%;
}
.f_info:before {
	content: '';
	position: absolute;
	background: url("/W_images/f_add.png") no-repeat top center;
	left: 0;
	top: 0;
	width: 25px;
	height: 32px;
}
.f_line:before {
    background-image: url(/W_images/line.png);
    background-size: 31px;
    height: 32px;
    top: 5px;
}
.f_mail:before {
	background-image: url("/W_images/f_mail.png");
	height: 16px;
	top: 5px;
}
.f_tel:before {
	background-image: url("/W_images/f_tel.png");
	height: 27px;
	top: 5px;
}
.f_info a {
	text-decoration: none;
	color: #000;
}
.f_menu a {
	display: inline-block;
	color: #353535;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s;
}
.f_menu a:hover {
	color: #f00;
}
.f_menu li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.f_menu li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #b7b7b7;
	left: 0;
	top: 14px;
	border-radius: 50%;
}
.f_menu {
    display: flex;
    flex-flow: column wrap;
    height: 200px;
}
.f_txt {
    font-size: 18px;
    margin: 0 0 10px;
}
.f_form {
	position: relative;
	margin-bottom: 20px;
}
.f_form input {
	width: 100%;
	border: 1px solid #ebebeb;
	font-size: 16px;
	padding: 13px 20px;
	outline: none;
}
.f_form button {
	position: absolute;
	width: 60px;
	border: none;
	background: var(--mcolor);
	text-align: center;
	right: 0;
	top: 0;
	padding: 9px;
}
.f_social {
	margin:20px 0 0 0;
	display: flex;
}
.f_social a {
	margin-right: 10px;
}
.copyright {
	margin: 0;
	text-align: center;
	font-size: 16px;
	background: var(--mcolor);
	color: #fff;
	padding: 25px 0;
}
.copyright a {
	text-decoration: none;
	color: #fff;
}


@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@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: 15px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #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: var(--mcolor);
    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: 54px;
    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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
	.h_right {
		display: none;
	}
	.com_name {
		font-size: 13px;
		margin-left:20px;
	}
	#header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

.logo a {
    margin: 0;
    width: 70px;
}
#gnavi {
    position: fixed;
    top: 71px;
    height: calc(100% - 30px);
    overflow: auto;
	display: none;
}
#gnavi .container {
    flex-direction: column-reverse;
    padding: 40px 3%;
}
.gnavi {
    display: block;
    margin-top: 30px;
	width: 100%;
	padding: 0;
}
.gnavi li {
	margin: 0;
}
.gnavi > li>a {
    background: #000;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #363636;
	color: #fff!important;
}
	.gnavi > li>a:after {
		display: none;
	}
.submenu {
    position: relative;
}
.submenu a {
    text-align: center;
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #363636;
}
.b01_list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.b01_item {
    width: 48%;
    margin: 0 4% 20px 0;
}
	.b01_item:nth-child(2n), .b01_item:last-child {
		margin-right: 0;
	}
.box01 {
    background: #f0f0f0;
    padding: 40px 0 20px;
}
.box02 {
    /* padding: 40px 0; */
    background-position: left bottom;
}
.b02_main{
	flex-wrap: wrap-reverse;
    justify-content: center;
}
.idx_h2 {
    font-size: 30px;
    text-align: center;
    display: block;
    background-size: auto 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.b02_img{
	margin: 0;
}
.b02_txt {
    width: 100%;
}
.idx_btn {
    text-align: center;
}
.idx_btn a:before {
    border-width: 17px 0 17px 10px;
}
.box03 {
    padding: 40px 0;
}
.box03 .container {
    display: block;
}
.b03_main {
    width: 100%;
    margin: 0 0 30px;
}
.b03_img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.b03_list .ttl {
    font-size: 24px;
}
.box04 {
    padding: 40px 0;
}
.b04_list {
    flex-wrap: wrap;
}
.b04_item {
    width: 50%;
    margin: 10px 0;
}
	.b04_item:nth-child(2n) {
		border-right: none;
	}
.b04_itm_ttl {
    font-size: 16px;
}
.b04_itm_num {
    font-size: 40px;
}
.b04_item:before {
    margin-bottom: -40px;
}
.box05 {
    padding: 40px 0;
}
.b05_row {
    flex-wrap: wrap;
}
.b05_col:nth-child(1) {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #dddd;
    border-right: none;
    margin: 0 0 20px;
}
.b05_col {
    width: 50%;
}
.b05_itm_info {
    font-size: 14px;
}
.b05_itm_ttl {
    font-size: 18px;
}
.b05_col:nth-child(1) .b05_itm_ttl {
    font-size: 22px;
}
.b05_itm_txt {
    margin: 10px 0;
}
.b05_itm_btn {
    font-size: 14px;
}
.box06 {
    padding: 40px 0;
}
.b06_list {
    flex-wrap: wrap;
}
.b06_item {
    width: 48%;
    margin: 0 4% 20px 0;
}
.b06_item:not(:last-child) {
    margin-right: 4%;
}
	.b06_item:nth-child(2n) {
		margin-right: 0;
	}
.b06_itm_info, .b06_itm_txt {
    font-size: 14px;
}
.b06_itm_ttl {
    font-size: 18px;
    line-height: 1.2em;
}
.footer_main {
    padding: 40px 0;
}
.footer_main .container {
    flex-wrap: wrap;
}
.f_mod:not(:last-child) {
    width: 100%;
    margin: 0 0 20px;
}
.f_mod:last-child {
    width: 100%;
}
.f_ttl {
    font-size: 18px;
}
.f_info {
    font-size: 14px;
}
.copyright {
    font-size: 14px;
    padding: 20px 3%;
}
.f_menu a {
    font-size: 16px;
}
.f_menu li:before {
    top: 9px;
}
.f_txt {
    font-size: 14px;
}
}
@media screen and (max-width: 480px) {

.com_name {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
}
.b01_item a {
    font-size: 14px;
}
.idx_h2 {
    font-size: 26px;
}
.b03_list .ttl {
    font-size: 20px;
}
.b04_item {
    width: 100%;
}
.b04_item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 0 20px;
}
.b05_col:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.b05_col {
    width: 100%;
}
.b05_col:last-child {
    padding-left: 0;
}
.b06_item:not(:last-child) {
    margin-right: 0;
}
.b06_item {
    width: 100%;
    margin: 0 0 20px;
}
}