﻿@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: 60px;
  right: 50px;
  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);
}
#header.fixed{ background: #fff;}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.h-comname {
  margin: 0 auto 0 5px;
  text-align: center;
  font-size: 20px;
  color: #ba1021;
  text-transform: uppercase;
  font-family: 'IBM Plex Serif', serif;
  line-height: 1.3em;
}
.h-comname span {
  display: block;
  color: #ba1021;
  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: #ba1021;
  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: #f78d1c;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: all 0.5s;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #f78d1c;
}
.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: #ba1021;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 1px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.5s;
}
.submenu a:hover {
  background: #f78d1c;
}
.h-search {
  position: relative;
}
.h-search-ttl {
  margin: 0;
  background: #f78d1c;
  line-height: 0;
  padding: 5px 7px;
  border-radius: 5px;
  cursor: pointer;
}
.h-search .form {
  position: absolute;
  width: 250px;
  background: rgba(45, 57, 90, 0.9);
  padding: 5px;
  right: 0;
  display: none;
  top: 63px;
}
.h-search input {
  width: 100%;
  border: none;
  padding: 10px 15px;
  font-size: 12px;
}
.h-search .button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ba1021;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
.h-lang {
  display: flex;
  background: #fa8c1c;
  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 #ba1021;
}
.h-lang li.active a, .h-lang li:hover a {
  color: #ba1021;
}

.mainvisual{
	padding-top:100px;
}

.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 #f78d1c;
  background: transparent;
  color: #f78d1c;
  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: #f78d1c;
  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: #ba1021;
  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: #ba1021;
  border: 1px solid #ba1021;
  line-height: 1.4em;
  padding: 5px 25px;
  transition: all 0.5s;
  text-align: center;
}
.idx-btn a:hover {
  background: #ba1021;
  color: #fff;
}
.box02 {
  background: url("../W_images/b02_bg.jpg") no-repeat center center/cover;
  padding: 90px 0;
}
.b02-main {
  display: flex;
  background: #ba1021;
  padding: 20px;
  position: relative;
}
.b02-cnt {
  width: 50%;
  background: #fdfeb8;
  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: 45px;
  color: #ba1021;
  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: #f78d1c;
  border-color: #f78d1c;
}
.box02 .idx-btn a:hover {
  color: #f78d1c;
  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;
  min-height:340px;
}
.b03-item a:hover {
  background: #ba1021;
  color: #fff;
  transform: translateY(-10px);
}
.b03-itm-ttl {
  font-size: 18px;
  color: #f78d1c;
  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: #f78d1c;
}
.b04-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.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-itm-txt {
  font-size: 18px;
  color: #a0a0a0;
}
.b04-itm-name {
  margin: 0;
  font-size: 18px;
  color: #a0a0a0;
}
.b04-itm-name span {
  display: block;
  font-size: 30px;
  color:#f78d1c;
  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: 30px;
}
.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: #f78d1c;
  line-height: 1.5em;
  margin: 0;
}
.b05-itm-ttl {
  font-size: 24px;
  color: #ba1021;
  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: #ba1021;
  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 #f78d1c;
  background: transparent;
  color: #f78d1c;
  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: #f78d1c;
  color: #fff;
}
.box07 {
  padding: 60px 0;
  background: url("../W_images/b07_bg.jpg") no-repeat center center/cover;
  color: #a0a0a0;
}
.box07 .idx-ttl {
  color: #f78d1c;
}
.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: 18px;
  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: 18px;
  text-transform: uppercase;
  padding: 18px 30px;
  margin-bottom: 30px;
  height: 200px;
}

.b07-form .button {
    text-align:center;
    text-decoration:none;
  font-size: 24px;
  color: #fff;
  background: #f78d1c;
  margin: 0 auto;
  text-transform: uppercase;
  width: 250px;
  font-weight: 700;
  display: block;
  line-height: 1.5em;
  padding: 11px;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #f78d1c;
}
.b07-form .button:hover {
  color: #f78d1c;
  background: transparent;
}
.footer-main {
  background: #ebebeb;
  padding: 40px 0;
  color: #333;
}
.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;
}
.f-ttl {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #ba1021;
}
.f-news-item:not(:last-child) {
  border-bottom: 1px solid #ba1021;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.f-news-item a {
  text-decoration: none;
  display: flex;
  color: #333;
  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;
}
.f-info {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.f-info a {
  text-decoration: none;
  color: #ba1021;
}
.f-info span {
  text-decoration: underline;
  text-transform: uppercase;
}
.footer-bottom {
  background: #ba1021;
  padding: 20px 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: #f78d1c;
  line-height: 1.5em;
}
.copyright a {
  text-decoration: none;
  color: #f78d1c;
}
.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: gray;
  font-weight:bold;
}
.topic-path a {
  text-decoration: none;
  color: gray;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #ba1021;
}
.pager{
    margin: 30px 0;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ba1021;
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#ba1021;
    box-shadow: 0px 0px 0px 1px #ba1021;
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: #ba1021;
    box-shadow: 0px 0px 0px 1px #ba1021;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #ba1021;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #ba1021;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#ba1021;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #ba1021;
}

.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: #fa8c1c;
    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: #fa8c1c;
    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: #ba1021;
}
.under-ttl {
    font-size: 24px;
    color: #ba1021;
    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) {
    .under #content, .sidebar {
    width: 100%;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 88px;
  }
  #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: #ba1021;
    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: 50px;
    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: #ba1021;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
  }
  .submenu {
    position: relative;
    left: 0;
    transform: none;
  }
  .submenu a{background:#f78d1c;}
  .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;
  }
  #header {
    background: rgba(255, 255, 255);
    padding: 5px 0;
  }
  .mainvisual{
	  padding-top:15px;
  }
  .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: 5vw 20px;
  }
  .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;
  }
  .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;
	min-height:230px;
  }
  .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-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;
  }
  .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;
    text-align: center;
  }
  .f-social {
    margin: 0 0 15px;
  }
}
@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: 100%;
  }
  .b01-item:not(:last-child) {
    border-right: none;
    border-top: 1px solid #f0f0f0;
  }
  .b01-item:first-child {
    border-top: none;
  }
}