﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@100;400;700&family=Open+Sans:wght@400;700&display=swap');

:root {
	--f-main: "Quicksand", sans-serif;
	--f-pop: "Poppins", sans-serif;
	--f-be: "Be Vietnam Pro", sans-serif;
	--f-utm: 'UTM Aquarelle';
	--txt: #333333;
	--mcolor: #064e2c;
	--scolor: #ddaf2e;
	--red: #f00;
}


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;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--scolor);
}
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.6em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 55px;
}
#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 {
  font-family: 'UTMAvo';
  color: #000000;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  
    max-width: 100%;
	width: 1250px;
  padding: 0 3%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
  z-index: 999;
}
.h-top {
  background: var(--mcolor);
  color: #fff;
  padding: 8px 0;
}
.h-top .container {
  display: flex;
  justify-content: flex-end;
}
.h-lang {
  position: relative;
}
.h-lang ul {
  position: absolute;
}
.h-add {
    margin: 0;
    font-size: 14px;
    position: relative;
  padding-left: 35px;
  padding-right: 15px;
}
.h-add:before {
  content: '';
  position: absolute;
  background: url("/W_images/h_add.png") no-repeat center center/100% auto;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.h-add:after, .h-tel:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  right: 0;
  top: 6px;
}
.h-tel {
  margin: 0 15px 0 15px;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
  padding-left: 18px;
  font-weight: bold;
}
.h-tel span {
  font-weight: normal;
  text-decoration: underline;
}
.h-tel:before {
  content: '';
  position: absolute;
  background: url("/W_images/h_tel.png") no-repeat center center/100% auto;
  width: 13px;
  height: 23px;
  left: 0;
  top: 0;
}
.h-lang-active {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.h-lang ul {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
  display: none;
}
.h-lang a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    background: #bf7b33;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-top: 1px;
    transition: all 0.5s;
}
.h-lang a:hover {
  opacity: 0.8;
}
.h-main {
  padding-bottom: 10px;
}
.h-main .container {
    display: flex;
    justify-content: space-between;
  align-items: center;
}
.logo {
    margin: -23px 0 0;
    position: relative;
    z-index: 10;
	max-width: 120px;
}
.logo:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 200px 100px;
    border-color: transparent transparent #ffffff transparent;
    left: -40px;
    bottom: 0;
    z-index: -1;
}
.gnavi {
  display: flex;
  font-family: 'Open Sans', sans-serif;
}
.gnavi > li {
  position: relative;
}
.gnavi > li > a {
  text-decoration: none;
  display: block;
color: var(--mcolor);
    font-weight: bold;
  font-size: 16px;
  padding: 5px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.gnavi > li> a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  z-index: -1;
  background: var(--scolor);
  opacity: 0.1;
  transition: all 0.5s;
}
.gnavi >li:hover>a:before {
  transform: translate(-50%,-50%) scale(1,1);
}
.gnavi > li> a:after {
  content: '';
  position: absolute;
  background: var(--scolor);
  height: 2px;
  width: 20px;
  bottom: 2px;
  left: calc(50% - 10px);
  transition: all 0.5s;
  transform: scale(0,1);
}
.gnavi > li.active>a:after, .gnavi> li:hover>a:after {
  transform: scale(1,1);
}
.gnavi > li.active>a {
  font-weight: bold;
}
.submenu {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}
.submenu a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    background: var(--scolor);
    color: #fff;
    padding: 9px 20px;
    margin-top: 1px;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.7;
}
#header.fixed .h-top {
  display: none;
}
#header.fixed .logo {
    margin: 0;
    width: 90px;
}
#header.fixed .h-main {
  padding: 10px 0;
}
.under-ttl {
    font-family: 'IBM Plex Serif', serif;
    color: var(--mcolor);
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
    #header {
  border-top: 1px solid #e5e5e5;
  -webkit-animation: remove-fixed 0.3s linear;
  -moz-animation: remove-fixed 0.3s linear;
  -ms-animation: remove-fixed 0.3s linear;
  animation: remove-fixed 0.3s linear;
}
#header.fixed  {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
    background: rgba(255,255,255,0.9);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 0;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
@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%;
}
.main-slide .slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.main-slide .slick-dots li {
  margin: 0 15px;
}
.main-slide .slick-dots button {
  border: none;
  cursor: pointer;
  background: #cccccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.5s;
  text-indent: -500000px;
}
.main-slide .slick-dots .slick-active button, .main-slide .slick-dots li:hover button {
  background: var(--scolor);
}
.box01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b01-img {
  margin: -9px 70px 0 0;
  flex-shrink: 0;
}
.b01-main {
  width: 100%;
  order: 1;
  padding: 30px 0;
}
.idx-ttl {
  text-align: center;
  color: var(--mcolor);
  font-size: 48px;
  font-family: 'IBM Plex Serif', serif;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box01{    padding: 60px 0;}
.box01 .idx-ttl {
  text-align: left;
}
.b01-ttl {
    font-size: 24px;
    color: var(--scolor);
    line-height: 1.5em;
    margin: 0 0 20px;
  font-family: 'IBM Plex Serif', serif;
  font-style: italic;
}
.b01-txt {
  font-family: 'IBM Plex Serif', serif;
  text-align: justify;
}
.b01-list {
    display: flex;
    flex-wrap: wrap;
  margin-bottom: 20px;
}
.b01-list li {
  width: 50%;
  position: relative;
  padding-left: 40px;
  margin: 0 0 12px;
}
.b01-list li:before {
  content: '';
  position: absolute;
  background: url("/W_images/b01_icon.png") no-repeat center center/100% auto;
  width: 21px;
  height: 20px;
  left: 0;
  top: 4px;
}
.b01-list a {
  text-decoration: none;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.b01-list a:hover {
  color: #315294;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: var(--mcolor);
  border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.idx-btn a:hover {
  background: var(--scolor);
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/W_images/idx_arr.png") no-repeat center center/cover;
  width: 7px;
  height: 11px;
  margin-left: 10px;
}
.box02 {
  background: url("/W_images/b02_bg.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
.b02-txt {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 30px;
    text-align: center;
}
.b02-item {
    display: flex;
    justify-content: space-between;
}
.b02-itm-img-list {
    width: 50%;
  padding: 55px 0;
}
.b02-itm-img {
  background: #fff;
  -webkit-box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    -2px 2px 1px 0px rgba(0, 0, 0, 0.3);
box-shadow:         -2px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.b02-itm-img img {
  width: 100%;
}
.b02-itm-main {
    width: 75%;
    margin-right: -25%;
    padding: 88px 30% 112px 92px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #ddd;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  min-height: 560px;
}
.b02-itm-img .slick-arrow {
  position: absolute;
  background-color: rgba(49,82,148,0.3);
  width: 60px;
  height: 80px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  bottom: 18px;
  z-index: 5;
  text-indent: -50000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
}
.b02-itm-img .slick-arrow:hover {
  background-color: rgba(49,82,148,0.6);
}
.b02-itm-img .slick-next {
  left: 83px;
  background-image: url("/W_images/b02_next.png");
}
.b02-itm-img .slick-prev {
  left: 19px;
  background-image: url("/W_images/b02_prev.png");
}
.b02-item {
  margin-bottom: 20px;
}
.b02-item:nth-child(2n) .b02-itm-img-list {
  order: -1;
}
.b02-item:nth-child(2n) .b02-itm-img {
  order: -1;
  -webkit-box-shadow: 2px -2px 1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    2px -2px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow:         2px -2px 1px 0px rgba(0, 0, 0, 0.1);
}
.b02-item:nth-child(2n) .b02-itm-main {
  margin: 0 0 0 -25%;
    padding: 88px 92px 112px 30%;
}
.b02-itm-ttl {
    font-size: 30px;
    color: var(--scolor);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 50px 0;
    position: relative;
    z-index: 3;
}
.b02-itm-ttl:before {
  content: '';
  position: absolute;
  width: 112px;
  height: 112px;
  left: 5px;
  background: #315294;
  opacity: 0.1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.b02-list {
  counter-reset: section;
}
.b02-itm-ttl:after {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    font-size: 150px;
    font-weight: normal;
    opacity: 0.1;
    right: -30px;
    bottom: 0;
    line-height: 1em;
}
.b02-itm-txt {
    text-align: justify;
}
.box03 {
  padding: 60px 0;
}
.b03-list {
  display: flex;
}
.b03-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 0 0;
}
.b03-item:last-child {
  margin-right: 0;
}
.b03-item a {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
}
.b03-itm-ttl {
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b03-itm-date {
    background: var(--scolor);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 0 20px;
}
.b03-itm-img {
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 15px;
}
.b03-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b03-item a:hover .b03-itm-img img {
  transform: scale(1.1,1.1);
}
.b03-itm-txt {
	font-size: 16px;
    margin: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box04 {
    background: var(--mcolor);
    color: #fff;
    padding: 60px 0;
}
.box04 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box04 .idx-ttl {
  color: #fff;
  text-align: left;
}
.b04-left {
    width: 45%;
}
.b04-right {
    width: calc(55% - 30px);
}
.b04-left-item {
  padding-right: 30px;
}
.b04-left-item a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
  z-index: 5;
}
.b04-left-item a:after {
    content: '';
    position: absolute;
    width: 220px;
    height: 100%;
    top: 25px;
    right: -30px;
    border: 1px solid #ddd;
    opacity: 0.3;
    z-index: -1;
}
.b04-left-itm-img {
    margin: 0;
    overflow: hidden;
}
.b04-left-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b04-left-item a:hover .b04-left-itm-img img {
  transform: scale(1.1,1.1);
}
.b04-left-itm-main {
    display: flex;
    background: #f9b063;
  transition: all 0.5s;
}
.b04-left-itm-date {
    margin: 0;
    flex-shrink: 0;
    background: var(--scolor);
    width: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    flex-direction: column;
  font-family: 'IBM Plex Serif', serif;
  position: relative;
}
.b04-left-itm-date span {
    font-size: 225%;
    line-height: 1em;
    border-bottom: 1px solid;
    padding: 0 7px 3px;
}
.b04-left-itm-date:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 10px 13px;
    border-color: transparent transparent var(--scolor) transparent;
    left: calc(50% - 13px);
    top: -9px;
}
.b04-left-itm-ttl {
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    margin: 0 0 3px;
}
.b04-left-itm-txt {
    margin: 0;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3em;
}
.b04-left-itm-info {
    padding: 7px 15px 10px;
}
.b04-right-item a {
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.b04-right-itm-img {
    width: 30%;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
}
.b04-right-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b04-right-item a:hover .b04-right-itm-img img {
  transform: scale(1.1,1.1);
}
.b04-right-itm-main {
    width: calc(70% + 10px);
    margin-left: -10px;
    background: #f9b063;
    position: relative;
    display: flex;
  padding: 0 20px;
  transition: all 0.5s;
}
.b04-right-item a:hover .b04-right-itm-main, .b04-left-item a:hover .b04-left-itm-main {
  background: #ffd3a5;
}
.b04-right-itm-date {
    margin: 0;
    width: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'IBM Plex Serif', serif;
    font-size: 16px;
    flex-shrink: 0;
}
.b04-right-itm-main .b04-left-itm-info {
    width: calc(100% - 70px);
}

.b04-left-itm-main .b04-left-itm-info {
    width: calc(100% - 89px);
}
.b04-right-itm-day {
    font-size: 187.5%;
    line-height: 1em;
    border-bottom: 1px solid;
    padding: 0 10px 4px;
}
.b04-right-itm-note {
    background: #000;
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7em;
    font-family: 'UTMAvo';
    width: 100%;
    left: 0;
    top: -10px;
}
.b04-right-item {
    margin-bottom: 30px;
}
.f-main {
    padding: 60px 0 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.f-mod {
    width: calc(25% - 22.5px);
}
.f-mod:nth-child(2){width:calc(100%/2 - 35px);}
.f_info p{font-size:15px;margin-bottom: 10px;}
.f-logo {
	text-align: center;
    margin: 0 0 10px;
}
.f-txt {
    font-size: 16px;
    margin: 0;
    font-style: italic;text-align: justify;
}
.f-ttl {
    color: var(--mcolor);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.f-social {
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 0 0 20px;
}
.f-social a:not(:last-child) {
  margin-right: 15px;
}
.f-info {
    font-size: 16px;
    margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.f-mail a {
  text-decoration: none;
  color: #3e3e3e;
}
.f-info:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_mail.png") no-repeat center center/100% auto;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
.f-tel {
  color: var(--scolor);
}
.f-tel:before {
  background-image: url("/W_images/f_tel.png");
}
.f-mod-img {
    display: flex;
}
.f-mod-img p {
    margin: 0 15px 0 0;
    width: calc(33.33% - 10px);
}
.f-mod-img p img {
  width: 100%;
  transition: all 0.7s;
}
.f-mod-img p a {
  display: block;
  overflow: hidden;
}
.f-mod-img p a:hover img {
  transform: scale(1.1,1.1);
  opacity: 0.8;
}
.f-form-txt {
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 10px;
}
.f-form input {
    width: 100%;
    background: #ebebeb;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    font-style: italic;
}
.f-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: var(--scolor);
    width: 50px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
}
.f-form {
    position: relative;
}
.copyright {
    margin: 0;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    font-style: italic;
    color: var(--scolor);
  font-family: 'Courier';
}

/*
  font-family: 'IBM Plex Serif', serif;
  font-family: 'Open Sans', sans-serif;
*/
@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: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 87px;
  }
  #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: 53px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
    z-index: 5;
  }
  .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-top, .logo:after {
    display: none;
  }
.h-main {
    padding: 10px 0;
}
#header {
    background: rgba(255,255,255,0.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
#gnavi {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    height: calc(100% - 86px);
    overflow: auto;
  display: none;
}
.logo {
    margin: 0;
    width: 80px;
}
.gnavi {
    display: block;
}
.gnavi > li > a {
    background: var(--mcolor);
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
  .gnavi > li> a:before, .gnavi > li> a:after {
    display: none;
  }
.submenu {
    position: relative;
}
.submenu a {
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 15px 20px;
    margin: 0;
    background: var(--scolor);
}
.gnavi > li.active>a {
    font-weight: normal;
}
.h-lang-active {
    display: none;
}
.h-lang {
    margin-left: auto;
}
.h-lang ul {
    display: flex;
    position: relative;
}
.h-lang a {
    background: transparent;
    color: #3e3e3e;
    font-size: 14px;
    width: auto;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}
  .h-lang li:first-child a {
    border: none;
  }
.main-slide .slick-dots {
    bottom: 20px;
}
.box01 .container {
    display: block;
}
.b01-main {
    padding: 0;
    margin: 0 0 30px;
}
.box01 {
    padding: 40px 0;
}
.idx-ttl {
    font-size: 30px;
    margin: 0 0 20px;
  text-align: center!important;
}
.box01 .idx-ttl {
    text-align: center;
}
.b01-ttl {
    font-size: 18px;
    margin: 0 0 10px;
}
.b01-list li:before {
    top: 0;
}
.idx-btn {
    text-align: center;
}
.b01-list {
    margin: 0 0 10px;
}
.b01-img {
    margin: 0;
    text-align: center;
}
.box02 {
    padding: 40px 0 20px;
}
.b02-item {
    display: block;
}
.b02-itm-main {
    width: 100%;
    margin: 0;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    padding: 50px 50px 100px;
    min-height: auto;
}
.b02-itm-img-list {
    width: 90%;
    margin: -70px auto 0;
    padding: 0;
}
.b02-item {
    margin-bottom: 30px;
}
.b02-itm-ttl {
    font-size: 24px;
    margin: 30px 0;
}
.b02-itm-ttl:before {
    width: 90px;
    height: 90px;
}
.b02-itm-ttl:after {
    font-size: 120px;
}
.b02-itm-img .slick-arrow {
    width: 45px;
    height: 65px;
    background-size: 20px auto;
}
.b02-itm-img .slick-next {
    left: 70px;
}
.b02-item:nth-child(2n) .b02-itm-main {
    margin: 0;
    padding: 50px 50px 100px;
}
.box03 {
    padding: 40px 0;
}
.b03-list {
    display: block;
}
.b03-item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
}
.b03-itm-ttl {
    font-size: 18px;
    margin: 0 0 10px;
}
.b03-item:last-child {
    margin-right: auto;
  margin-bottom: 0;
}
.box04 {
    padding: 40px 0;
}
.box04 .container {
    display: block;
}
.b04-left {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.b04-right {
    width: 100%;
}
.b04-left-itm-txt {
    font-size: 14px;
}
.b04-left-itm-info {
    padding: 12px 15px 13px;
}
.b04-right-item:last-child {
    margin-bottom: 0;
}
.f-main {
    padding: 40px 0 20px;
  flex-wrap: wrap;
}
.f-mod {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.f-txt, .f-info, .f-form-txt, .f-form input {
    font-size: 14px;
}
.f-form button {
    padding: 7px 8px 8px;
    width: 40px;
}
.copyright {
    font-size: 12px;
    padding: 15px 0;
    font-weight: bold;
}
}
@media screen and (max-width: 480px) {
.b01-list li {
    width: 100%;
}
.b02-itm-main {
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
    padding: 30px 30px 60px!important;
}
.b02-itm-img-list {
    margin-top: -35px;
}
.b02-itm-ttl:after {
    font-size: 100px;
    right: -20px;
}
.b04-right-item a {
    display: block;
}
.b04-right-itm-img {
    width: 100%;
}
.b04-right-itm-main {
    width: 100%;
    margin: 0;
  padding: 0 10px;
}
.f-mod, .f-mod:nth-child(2) {
    width: 100%;
}
.b04-left-item {
    padding-right: 0;
}
.b04-left-itm-date {
    width: 65px;
    font-size: 12px;
}
.b04-left-itm-main .b04-left-itm-info {
    width: calc(100% - 65px);
}
.b04-right-itm-date {
    font-size: 12px;
    padding-bottom: 5px;
    width: 60px;
}
.b04-right-itm-main .b04-left-itm-info {
    width: calc(100% - 60px);
}
.idx-ttl {
    font-size: 24px;
}
  .main-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-slide img {
    height: 210px;
    max-width: none;
    width: auto;
  }
}