﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@700&family=Oswald&family=Roboto:wght@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: 14px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #845b27;
}
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.8em;
}

#totop {
  position: fixed;
  bottom: 5px;
  right: 27px;
  z-index: 10;
  margin-bottom: 0;
  width: 40px;
}

#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: #666666;
  font-family: 'Roboto', sans-serif;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container, .under #main {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
#header.fixed{ background: #fff;}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.logo img{width: 118px;}
.h-comname {
  margin: 0 auto 0 5px;
  text-align: center;
  font-size: 20px;
  color: #2d395a;
  text-transform: uppercase;
  font-family: 'IBM Plex Serif', serif;
  line-height: 1.3em;
}
.h-comname span {
  display: block;
  color: #946c38;
  font-size: 13px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
  margin: 0 20px;
}
.gnavi > li > a {
  display: block;
  font-size: 20px;
  color: #2d395a;
  font-family: 'Oswald', sans-serif;
  padding: 36px 0;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
  line-height: 1.4em;
}
.gnavi > li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #b28a56;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: all 0.5s;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #b28a56;
}
.gnavi > li.active > a:before, .gnavi > li:hover > a:before {
  transform: scaleX(1);
}
.submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.submenu a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  background: #b28a56;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 1px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.5s;
}
.submenu a:hover {
  background: #2d395a;
}
.h-search {
  position: relative;
}
.h-search-ttl {
  margin: 0;
  background: #946c38;
  line-height: 0;
  padding: 5px 7px;
  border-radius: 5px;
  cursor: pointer;
}
.h-search .form {
  position: absolute;
  width: 250px;
box-shadow: 0px 0px 6px #adadad;
 
  right: 0;
  display: none;
  top: 63px;
}
.h-search input {
  width: 100%;
  border: none;
  padding: 10px 15px;
  font-size: 12px;
}
.h-search .button {
	text-decoration:none;
  position: absolute;
  right: 0;
  top: 0;
  background: #b28a56;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
.h-lang {
  display: flex;
  background: #946c38;
  margin-left: 12px;
  border-radius: 5px;
  padding: 5px 0;
}
.h-lang a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
  transition: all 0.3s;
}
.h-lang li:not(:last-child) a {
  border-right: 1px solid #b28a56;
}
.h-lang li.active a, .h-lang li:hover a {
  color: #2d395a;
}
.main-slide .slick-slide {
  margin: 0;
}
.main-slide .slick-slide img {
  width: 100%;
}
.main-slide .slick-arrow {
  position: absolute;
  z-index: 5;
  border: 1px solid #b28a56;
  background: transparent;
  color: #b28a56;
  width: 110px;
  height: 50px;
  top: calc(50% - 25px);
  cursor: pointer;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.main-slide .slick-prev {
  left: 3%;
}
.main-slide .slick-next {
  right: 3%;
}
.main-slide .slick-arrow:hover {
  background: #b28a56;
  color: #fff;
}
.b01-list {
  display: flex;
  justify-content: space-between;
}
.b01-item {
  width: 25%;
  text-align: center;
  padding: 60px 30px;
}
.b01-item:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.b01-itm-ttl {
  font-size: 18px;
  color: #b28a56;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.b01-itm-txt {
  font-size: 18px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 20px;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  color: #b28a56;
  border: 1px solid #b28a56;
  line-height: 1.4em;
  padding: 5px 25px;
  transition: all 0.5s;
  text-align: center;
}
.idx-btn a:hover {
  background: #b28a56;
  color: #fff;
}
.box02 {
  background: url("../W_images/b02_bg.jpg") no-repeat center center/cover;
  padding: 90px 0;
}
.b02-main {
  display: flex;
  background: #b28a56;
  padding: 20px;
  position: relative;
}
.b02-cnt {
  width: 50%;
  background: #c9ad89;
  padding: 50px 35px 60px 50px;
  position: relative;
  -webkit-box-shadow: 7px 7px 2px 0px rgba(1, 1, 1, 0.35);
  -moz-box-shadow: 7px 7px 2px 0px rgba(1, 1, 1, 0.35);
  box-shadow: 7px 7px 2px 0px rgba(1, 1, 1, 0.35);
}
.idx-ttl {
  font-size: 43px;
  color: #2d395a;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px;
  text-align: center;
}
.idx-ttl span {
  font-size: 45%;
  display: block;
  font-weight: 400;
  line-height: 1.3em;
}
.box02 .idx-ttl {
  text-align: left;
}
.b02-txt p {
  color: #765428;
  font-size: 18px;
  line-height: 1.5em;
}
.box02 .idx-btn {
  text-align: left;
}
.box02 .idx-btn a {
  color: #fff;
  background: #2d395a;
  border-color: #2d395a;
}
.box02 .idx-btn a:hover {
  color: #2d395a;
  background: transparent;
}
.b02-cnt:before {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: -11px;
  top: -11px;
}
.b02-cnt:after {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  left: -11px;
  bottom: -11px;
}
.b02-img {
  width: 50%;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.b02-img img {
  width: 100%;
}
.b02-main:before {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 11px;
  top: 11px;
}
.b02-main:after {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 11px;
  bottom: 11px;
}
.box03 {
  padding: 60px 0;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b03-item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.b03-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #666;
  border: 1px solid #e1e1e1;
  padding: 50px 30px 40px;
  transition: all 0.5s;
}
.b03-item a:hover {
  background: #2d395a;
  color: #fff;
  transform: translateY(-10px);
}
.b03-itm-ttl {
  font-size: 18px;
  color: #b28a56;
  line-height: 1.3em;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.b03-itm-txt {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}
.box03 .idx-ttl {
  margin-bottom: 30px;
}
.box04 {
  background: url("../W_images/b04_bg.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
.box04 .idx-ttl {
  color: #b28a56;
}
.b04-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.b04-list.slick-initialized .slick-slide {
	display: flex;
}
.b04-item {
  text-align: center;
}
.b04-itm-img {
  width: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.b04-itm-img img {
  border-radius: 50%;
}
.b04-main{
	width: 35%;
}
.b04-itm-txt {
  font-size: 18px;
  color: #a0a0a0;
  padding: 55px 0 0 0;
  width:65%;
}
.b04-itm-name {
	width: calc(100% - 245px);
  margin: 0 0 0 15px;
  font-size: 18px;
  color: #a0a0a0;
}
.b04-itm-name span {
  display: block;
  font-size: 30px;
  color: #b28a56;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  margin: 0 0 15px;
}
.b04-list .slick-dots {
  text-align: center;
  margin-top: 25px;
}
.b04-list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 6px;
  line-height: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.b04-list .slick-dots li button {
  text-indent: -500000px;
  background: #fff;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.b04-list .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.3);
}
.box04 .idx-ttl {
  margin-bottom: 70px;
}
.box05 {
  padding: 60px 0;
}
.b05-list {
  display: flex;
  justify-content: center;
}
.b05-item {
  width: 33.33%;
  text-align: center;
}
.b05-item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.b05-itm-num {
  font-size: 72px;
  color: #b28a56;
  line-height: 1.5em;
  margin: 0;
}
.b05-itm-ttl {
  font-size: 24px;
  color: #2d395a;
  line-height: 1.3em;
}
.box06 {
  background: #ebebeb;
  padding: 50px 0;
}
.b06-item a{text-decoration:none;}
.b06-itm-img {
 
  padding-top: 10px;
  text-align: center;
}
.b06-itm-img img {
  margin: 0 auto;
}
.b06-list {
  margin: 0 -15px;
}
.b06-item {
  margin: 0 15px;
}
.b06-itm-ttl {
  font-size: 24px;
  color: #2d395a;
  text-align: center;
  font-weight: bold;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 1.5em;
}
.b06-list .slick-arrow {
  position: absolute;
  z-index: 5;
  border: 1px solid #b28a56;
  background: #b28a56;
  color: #fff;
  width: 110px;
  height: 50px;
  top: calc(50% - 50px);
  cursor: pointer;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.b06-list .slick-prev {
  left: 15px;
}
.b06-list .slick-next {
  right: 15px;
}
.b06-list .slick-arrow:hover {
  background: #2d395a;
  color: #fff;
}
.box07 {
  padding: 30px 0;
  background: url("../W_images/b07_bg.jpg") no-repeat center center/cover;
  color: #a0a0a0;
}
.box07 .idx-ttl {
  color: #b28a56;
}
.box07 .idx-ttl span {
  font-size: 53%;
  font-weight: 700;
}
.b07-txt {
  font-size: 18px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.b07-form-row {
  display: flex;
  justify-content: space-between;
}
.b07-form input {
  color: #fff;
  width: 100%;
  border: 1px solid #a0a0a0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 30px;
  margin-bottom: 30px;
}
.b07-form-row input {
  width: calc(33.33% - 20px);
}
.b07-form textarea {
  color: #fff;
  width: 100%;
  border: 1px solid #a0a0a0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  text-transform: uppercase;
  padding: 18px 30px;
  margin-bottom: 30px;
  height: 70px;
}
.b07-form .button {
    text-align:center;
    text-decoration:none;
  font-size: 20px;
  color: #fff;
  background: #b28a56;
  margin: 0 auto;
  text-transform: uppercase;
  width: 250px;
  font-weight: 700;
  display: block;
  line-height: 1.5em;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #b28a56;
}
.b07-form .button:hover {
  color: #b28a56;
  background: transparent;
}
.box08{
	padding: 60px 0;
}
.b08_list {
	display: flex;
}
.b08_item {
	    width: calc(100% / 3);
	position: relative;
}
.b08_item:not(:last-child) {
	margin-right: 45px;
}
.b08_itm_img {
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
.b08_itm_img img {
	width: 100%;
	transition: all 0.7s;
}
.b08_item:hover .b06_itm_img img {
	transform: scale(1.1,1.1);
}
.b08_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.b08_itm_main {
    width: 90%;
    margin: -30px auto 0;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 25px;
    position: relative;
}
.b08_itm_info {
	color: #2d395a;
	display: flex;
	justify-content: space-between;
}
.b08_itm_info span {
	display: flex;
	align-items: flex-end;
}
.b08_itm_info span:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/b06_icon02.png") no-repeat center center/100% auto;
	margin-right:7px;
	width: 20px;
	height: 20px;
	top: -2px;
}
.b08_itm_ttl {
	color: #2d395a;
	font-size: 22px;
	line-height: 1.3em;
}
.box08 .idx_btn {
	margin-top:20px;
    text-align: center;
}
.idx_btn a {
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #b28a56;
	border-bottom: 2px solid #b28a56;
	transition: all 0.3s;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
}
.idx_btn a:after {
	content: '>>';
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}
.idx_btn a:hover {
	color: #2d395a;
	border-bottom:2px solid #2d395a;
}
.footer-main {
  background: #b28a56;
  padding: 40px 0;
  color: #754f1d;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: calc(25% - 22.4px);
}
.f-txt {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;color:#ededed;
}
.f-ttl {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;color:#ffffff;
}
.f-news-item:not(:last-child) {
  border-bottom: 1px solid #754f1d;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.f-news-item a {
  text-decoration: none;
  display: flex;
  color: #754f1d;
  transition: all 0.5s;
}
.f-news-item a:hover {
  opacity: 0.7;
}
.f-news-img {
	flex-shrink: 0;
    width: 100px;
    height: 70px;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.f-news-ttl {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;color:#ededed;
}
.f-info {
  font-size: 15px;color:#ededed;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.f-logo{text-align:center;}
.f-logo img{width: 135px;}
.f-info a {
  text-decoration: none;color:#ededed;
  
}
.f-info span {
  /*text-decoration: underline;
  text-transform: uppercase;*/
}
.footer-bottom {
  background: #754f1d;
  padding: 40px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-social {
  margin: 0;
}
.f-social a:not(:last-child) {
  margin-right: 15px;
}
.copyright {
  margin: 0;
  color: #b28a56;
  line-height: 1.5em;
}
.copyright a {
  text-decoration: none;
  color: #b28a56;
}
.under #main{
    padding-top: 100px;
    background: url(/W_images/banner-page.jpg) no-repeat;
    background-size: contain;}
.topic-path {
  display: flex;
  flex-wrap: wrap;
    margin: 30px 0 20px;
}
.topic-path li {
  font-size: 16px;
  font-style: italic;
  color: #565656;
  font-weight:bold;
}
.topic-path a {
  text-decoration: none;
  color: #565656;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #946c38;
}
.pager{
    margin: 30px 0;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #266a99;
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#266a99;
    box-shadow: 0px 0px 0px 1px #266a99;
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: #266a99;
    box-shadow: 0px 0px 0px 1px #266a99;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #266a99;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #266a99;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#266a99;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #266a99;
}

.section-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.under #content {
    width: 70%;
}
.sidebar {
    position: relative;
    width: 25%;
}
.side-ttl{
    font-size: 24px;
    color: #946c38;
    margin-bottom: 15px;font-family: 'IBM Plex Serif', serif;
}
.sb-f-des{color:#000;}
.sb-form{margin-bottom:35px;}
.sb-f-group input, .sb-f-group textarea{
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    box-shadow: -2px 3px 6.86px 0.14px rgba(0,0,0,.1);
}
.sb-btn a{
    background: #946c38;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
    transition:all 0.5s ease;
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
.sb-btn a:hover{
    background: #2d395a;
}
.under-ttl {
    font-size: 24px;line-height: 1.6;
    color: #2d395a;
    margin-bottom: 15px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: uppercase;
}
.bottom-social{
position: fixed;
    left: 0;
    bottom: 50%;width: 50px;
}
.bottom-social img{width:50px;}
.bottom-social a{display: inline-block;}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
 
  .gnavi > li > a {
    font-size: 18px;
}
.gnavi > li {
    margin: 0 14px;
}
}
@media screen and (max-width: 768px) {
	.logo img {
    width: 80px;
}
	.h-search .form{right: -80px;top: 68px;}
.b04-itm-name{ width: auto;}	
.bottom-social img {
    width: 40px;
}
.bottom-social{bottom:0;width:100%;display: flex;text-align: center;}	
.bottom-social a {
    display: block;
    width: calc(100%/3 - 0px);
}
.btn_zalo{background:#00acd4;}
.btn_whatapp{background:#00ac12;}
.btn_mess{background:#0183ff;}

 .under #content, .sidebar {
 width: 100%;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 68px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #main {
    padding: 0 3%;
    width: 100%;
  }
  .under #main{background:none;}
  .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: #946c38;
    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: 53px;
    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: 35px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-comname, .gnavi > li > a:before {
    display: none;
  }
  #gnavi {
    position: fixed;
    top: 88px;
    width: 100%;
    left: 0;
    height: calc(100% - 88px);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 3%;
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #2d395a;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
  }
  .submenu {
    position: relative;
    left: 0;
    transform: none;
  }
  .gnavi > li.active > a, .gnavi > li:hover > a {
    color: #fff;
  }
  .submenu a {
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .h-search {
    margin: 0 0 0 auto;
  }
  .h-lang {
    margin: 0 0 0 10px;
    padding: 14px 0;
  }
  .h-search-ttl {
    padding: 14px;
	display:none;
  }
  #header {
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 0;
  }
  .main-slide .slick-arrow {
    width: 80px;
    height: 36px;
    font-size: 12px;
  }
  .b01-list {
    flex-wrap: wrap;
  }
  .b01-item:nth-child(2n) {
    border-right: none;
  }
  .b01-item {
    width: 50%;
    padding: 20px 10px;
  }
  .b01-item:nth-child(n+3) {
    border-top: 1px solid #f0f0f0;
  }
  .b01-itm-img {
    width: 60px;
    margin: 0 auto 15px;
  }
  .b01-itm-txt {
    font-size: 14px;
	-webkit-line-clamp: 5;
  }
  .b01-itm-ttl {
    font-size: 16px;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02-cnt {
    width: 100%;
    padding: 30px;
  }
  .idx-ttl {
    font-size: 28px;
  }
  .box02 .idx-ttl {
    text-align: center;
  }
  .b02-img {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .b02-txt p {
    font-size: 14px;
  }
  .box03 {
    padding: 40px 0;
  }
  .b03-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .b03-item a {
    padding: 30px 20px;
  }
  .b03-itm-img {
    width: 60px;
    margin: 0 auto 15px;
  }
  .b03-itm-txt, .b04-itm-txt {
    font-size: 14px;
  }
  .b03-itm-ttl {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .box04, .box05, .box06, .box07 {
    padding: 40px 0;
  }
  .b04-list.slick-initialized .slick-slide {
		display:block;
	}
  .b04-main{
  	width:100%;
  }
  .b04-itm-txt{
	width:100%;
	padding: 20px 0 0 0;
  }
  .b04-itm-name span {
    font-size: 22px;
    margin: 0;
  }
  .b05-itm-num {
    font-size: 7vw;
  }
  .b05-itm-ttl {
    font-size: 3vw;
  }
  .b06-list .slick-arrow {
    width: 80px;
    font-size: 12px;
    height: 36px;
    top: calc(50% - 36px);
  }
  .b06-itm-ttl {
    font-size: 16px;
  }
  .b06-itm-img {
    margin: 0 0 10px;
  }
  .idx-ttl span {
    font-size: 70% !important;
  }
  .b07-txt {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .b07-form-row {
    display: block;
  }
  .b07-form-row input {
    width: 100%;
  }
  .b07-form input {
    font-size: 14px;
    padding: 13px 20px;
    margin-bottom: 15px;
  }
  .b07-form textarea {
    font-size: 14px;
    padding: 13px 20px;
    margin-bottom: 15px;
    height: 150px;
  }
  .b07-form button {
    font-size: 16px;
    width: 200px;
  }
  .b08_item:not(:last-child){
	  margin-right: 30px;
  }
  .footer-main .container, .footer-bottom .container {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 25px;
  }
  .f-txt, .f-news-ttl, .f-info {
    font-size: 14px;
  }
  .f-logo {
    text-align: center;
  }
  .f-ttl {
    font-size: 18px;
  }
  .footer-main {
    padding: 40px 0 15px;
  }
  .footer-bottom {
    padding: 30px 0 55px;
    text-align: center;
  }
  .f-social {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
	.b08_list{
		flex-wrap:wrap;
	}
	.b08_item:not(:last-child){
		margin-right:0;
		margin-bottom:50px;
	}
	
	.idx-btn a{
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #f5f0e9;
		padding: 5px 15px;
	}
	
	.b02-main iframe{height:400px;}
	.h-lang{background:none;}
	.h-lang a{color:#000;}
}
@media screen and (max-width: 425px) {
  .b05-list {
    display: block;
  }
  .b05-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .b05-item {
    width: 100%;
    padding: 20px 0;
  }
  .b05-itm-num {
    font-size: 46px;
  }
  .b05-itm-ttl {
    font-size: 16px;
  }
  .box05 {
    padding: 10px 0;
  }
  .idx-ttl {
    font-size: 24px;
  }
  .b03-item {
    width: 100%;
  }
  .b02-main:before {
    width: 100px;
    height: 30px;
    right: 9px;
    top: 9px;
  }
  .b02-main:after {
    width: 100px;
    height: 30px;
    right: 9px;
    bottom: 9px;
  }
  .b02-cnt:after, .b02-cnt:before {
    width: 100px;
    height: 30px;
  }
  .b02-cnt {
    padding: 30px 5%;
  }
  .b01-item {
    width: 50%;
  }
  .b01-item:not(:last-child) {
    border-right: none;
    border-top: 1px solid #f0f0f0;
  }
  .b01-item:first-child {
    border-top: none;
  }
}