﻿@charset "UTF-8";
@import "base.css";
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: #f68a1e;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {}
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: 60px;
}
#totop:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 111px;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  border-top: 5px solid #f99b1a;
  border-bottom: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
  width: 111px;
  transition: all 0.5s ease;
}
.h-right {
  display: flex;
  align-items: center;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
}
.gnavi > li > a {
  display: block;
  color: #102d52;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
  padding: 10px;
}
.gnavi > li:hover > a, .gnavi > li.active > a {
  color: #f68a1e;
}
.submenu {
  position: absolute;
  z-index: 99;
  min-width: 200px;
  display: none;
}
.submenu a {
  display: block;
  white-space: nowrap;
  color: #fff;
  background: rgba(249, 155, 26, 0.9);
  padding: 10px 15px;
  margin: 0 0 1px;
  transition: all 0.5s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.h-tel {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f99b1a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex-direction: column;
  text-align: center;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
.h-tel-num {
  font-size: 16px;
}
.h-lang {
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #102d52;
  font-size: 12px;
}
.h-lang-list a {
  display: inline-block;
  margin: 0 3px;
}
#header.fixed .logo {
  width: 80px;
}
#header.fixed .h-tel {
  padding: 5px 12px;
  font-size: 14px;
}
#header.fixed .h-tel-num {
  font-size: 17px;
}
#header.fixed .gnavi > li > a {
  font-size: 14px;
  padding: 10px 15px;
}
.main-item-img {
  margin: 0;
}
.slick-slide .main-item-img img {
  max-width: none;
  width: 100%;
}
.main-item-txt {
	background: rgba(249, 155, 26, 0.78);
    margin: 0;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.2em;
    font-weight: bold;
    position: absolute;
    left: calc(50% - 585px);
    top: 5%;
    padding: 10px;
}
.main-slide .slick-dots {
  position: absolute;
  left: calc(50% - 530px);
  bottom: 30px;
}
.main-slide .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.main-slide .slick-dots li button {
  border: none;
  background: #ffffff;
  width: 10px;
  height: 10px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  text-indent: -500000px;
}
.main-slide .slick-dots li.slick-active button {
  background: #f78d23;
}
.box01 {
  padding: 60px 0;
}
.idx-ttl {
  text-align: center;
  color: #0f2c52;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.3em;
  padding: 0 0 10px;
  margin: 0 0 50px;
}
.idx-ttl-en {
  display: block;
  font-size: 16px;
  color: #f99b1a;
  text-transform: uppercase;
}
.idx-ttl:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  background: #f99b1a;
  bottom: 0;
  left: calc(50% - 60px);
}
.b01-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.b01-item {
  width: 24%;
}
.b01-item dt {
  max-width: 110px;
  height: 73px;
  margin: 0 auto 15px;
  border: 2px solid #0b284f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
}
.b01-item dt img {
  flex-shrink: 0;
}
.b01-item dd {
  color: #000;
  font-size: 18px;
}
.b01-item-txt-lager {
  display: block;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.b01-item-txt-lager span {
  font-size: 10px;
}
.box02 {
  padding: 50px 0 20px;
  background: #f9f9f9;
}
.b02-list {
  display: flex;
  flex-wrap: wrap;
}
.b02-item {
  width: calc(50% - 15px);
  background: #fff;
  margin: 0 30px 30px 0;
  border: 8px solid #f99b1a;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 30px 25px;
}
.b02-item:nth-child(2n) {
  margin-right: 0;
}
.b02-itm-num {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  z-index: 0;
}
.b02-itm-num span {
  display: block;
  font-size: 36px;
}
.b02-itm-num:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: #f99c1a transparent transparent transparent;
  left: -8px;
  top: -8px;
  z-index: -1;
}
.b02-itm-icon {
  max-width: 84px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}
.b02-itm-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.b02-itm-txt {
  margin: 0;
  font-size: 18px;
  color: #231d1d;
  line-height: 1.5em;
}
.box03 {
  padding: 50px 0;
}
.b03-list {
  display: flex;
}
.b03-item {
  width: 33.33%;
}
.b03-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.b03-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(10, 39, 78, 0.4);
  transition: all 0.5s ease;
}
.b03-img {
  margin: 0;
  overflow: hidden;
}
.b03-img img {
  width: 100%;
  transition: all 0.7s ease;
}
.b03-item a:hover .b03-img img {
  transform: scale(1.1, 1.1);
}
.b03-itm-main {
  position: absolute;
  width: 240px;
  z-index: 5;
  height: calc(100% - 80px);
  top: 40px;
  left: calc(50% - 120px);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #fff;
  border-top: none;
  display: flex;
  flex-direction: column;
}
.b03-ttl {
  font-size: 16px;
  background: #fff;
  text-align: center;
  color: #160e85;
  letter-spacing: 0.2em;
  padding: 11px;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
.b03-ttl:before {
  content: '';
  position: absolute;
  background: url("../W_images/b03_icon.png") no-repeat;
  width: 34px;
  height: 34px;
  left: calc(50% - 17px);
  top: -17px;
}
.b03-txt {
  margin: 0;
  height: calc(100% - 50px);
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
  flex: 1;
  letter-spacing: 0.2em;
}
.b03-item a:hover:before {
  background: rgba(149, 155, 26, 0.4);
}
.box04 {
  background: #f9f9f9;
  padding: 60px 0;
}
.b04-list {
  display: flex;
}
.b04-list .slick-list{}
.b04-item {
  width: 80px !important;
  position: relative;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
  font-size: 18px;
  font-weight: bold;
  background: #f99b1a;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  height: 500px !important;
  padding-top: 25px;
}
.b04-item-step{
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    left: 0;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    color: #fff;
    margin: 0;
        font-size: 16px;
}
.b04-item:last-child {
  margin: 0;
}
.b04-item:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 250px 20px;
  border-color: transparent transparent transparent #f99b1a;
  left: 100%;
  top: 0;
}
.b04-itm-bg01 {
  background: #0f2c52;
}
.b04-itm-bg02 {
  background: #868685;
}
.b04-itm-bg03 {
  background: #8fb345;
}
.b04-itm-bg01:after {
  border-color: transparent transparent transparent #0f2c52;
}
.b04-itm-bg02:after {
  border-color: transparent transparent transparent #868685;
}
.b04-itm-bg03:after {
  border-color: transparent transparent transparent #8fb345;
}
 .b04-list .slick-prev{left: -40px;}
 .b04-list .slick-next {right: -40px;}
.box05 {
  padding: 60px 0;
}
.box05 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b05-main {
  width: 545px;
}
.b05-main .idx-ttl {
  background: url("../W_images/b05_icon_ttl.png") no-repeat top center;
  padding-top: 40px;
}
.b05-list li a {
  display: flex;
  font-size: 16px;
  color: #0f0000;
  border-bottom: 1px dashed #dfdfdf;
  padding: 14px 0;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}
.b05-itm-date {
  flex-shrink: 0;
  margin: 0 25px 0 0;
  color: #f99b1a;
}
.b05-list li a:hover {
  background: #f9f9f9;
}
.b05-list li:last-child a {
  border-bottom: none;
}
.b05-scroll {
  height: 325px;
  overflow: auto;
  margin: 0 0 60px;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: inline-block;
  color: #000;
  width: 200px;
  background: #f99b1a;
  text-align: center;
  position: relative;
  padding: 10px;
  transition: all 0.5s ease;
}
.idx-btn a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 2px;
  background: #fff;
  right: 0;
  top: calc(50% - 1px);
}
.idx-btn a:after {
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  right: 17px;
  border-radius: 50%;
  top: calc(50% - 3px);
  content: '';
  transition: all 0.5s ease;
}
.b05-main .idx-btn a {
  background: #0f2c52;
  color: #fff;
}
.idx-btn a:hover {
  background: #868685;
  color: #fff;
}
.idx-btn a:hover:after {
  right: -6px;
}
.b05-video {
  width: 505px;
}
.b05-video iframe {
  width: 100%;
  height: 360px;
}
.b05-video .idx-btn {
  text-align: right;
}
.box06 {
  padding: 60px 0;
  background: url("../W_images/b06_bg.jpg") no-repeat center;
  background-size: cover;
}
.b06-main {
  background: url("../W_images/b06_bg02.jpg");
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 80px;
  position: relative;
}
.b06-main:before, .b06-main:after {
  content: '';
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  border: 9px solid #0f2c52;
  border-bottom: none;
}
.b06-main:before {
  left: 0;
  border-right: none;
}
.b06-main:after {
  right: 0;
  border-left: none;
}
.b06-cnt:before, .b06-cnt:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 9px solid #0f2c52;
  border-top: none;
}
.b06-cnt:before {
  left: 0;
  border-right: none;
}
.b06-cnt:after {
  right: 0;
  border-left: none;
}
.b06-txt {
  font-size: 16px;
  color: #0f0000;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 60px;
}
.box06 .idx-ttl {
  margin: 0 0 30px;
}
.box06 .idx-btn a {
  color: #fff;
}
.box07 {
  padding: 5px 0;
}
.box07 .container {
  width: 100%;
  max-width: 1227px;
}
.b07-list {
  padding: 0 28px;
}
.b07-list p {
  margin: 0 3px;
}
.b07-list .slick-arrow, .b04-list .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 18px;
  height: 30px;
  text-indent: -500000px;
  border: none;
  background: transparent;
  top: calc(50% - 9px);
  outline: none;
  cursor: pointer;
}
.b07-list .slick-prev {
  left: 0;
}

.b07-list .slick-next{
  right: 0;
}
.b07-list .slick-arrow:after, .b04-list .slick-arrow:after {
  content: '';
  position: absolute;
  display: inline-block;
  border: solid #f99b1a;
  border-width: 0 3px 3px 0;
  padding: 10px;
  top: 0;
  transition: all 0.5s ease;
}
.b07-list .slick-prev:after, .b04-list .slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
}
.b07-list .slick-next:after, .b04-list .slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.b07-list .slick-arrow:hover:after, .b04-list .slick-arrow:hover:after {
  border-color: #0f2c52;
}
.b07-list a:hover img {
  opacity: 0.8;
}
#footer {
  border-top: 1px solid #e4e4e4;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(15, 44, 82, 1) 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(15, 44, 82, 1) 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(15, 44, 82, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0f2c52', GradientType=0);
}
.footer01 {
  padding: 30px 0;
}
.footer01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-mod {
  width: 33%;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  margin-right: 6%;
}
.f-txt {
  font-size: 18px;
  color: #f9a11c;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
.f-info {
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
  line-height: 1.5em;
}
.f-info:last-child {
  margin: 0;
}
.f-info a {
  color: #fff;
}
.f-map, .f-facebook {
  width: 360px;
  margin-left: 10px;
}
.f-map iframe, .f-facebook .fb-page {
  width: 100%;
  height: 180px;
}
.copyright {
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.h-tel-sp {
  display: none;
}

.under #main {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.under #content {
    width: 810px;
}
.under .mainvisual {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.topic-path li {
	display: inline-block;
	font-size: 15px;
  font-style: italic;
	line-height: 1.3em;
	
}
.topic-path li a {
	text-decoration: none;

}
.topic-path li:after {
	content: '/';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after{content:"";}
.topic-path li a:hover {
	text-decoration: underline;
}
.sidebar {
    width: 320px;
}
.side-mod:not(:last-child) {
    margin: 0 0 30px;
}
.under-ttl{font-size: 19px; font-weight: 500;padding: 6px 0;}
.under-ttl:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url(../W_images/b03_icon.png) no-repeat;
  background-size:20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: 3px;
}
.side-ttl {
  color: #fff;
  font-size: 18px;
  margin: 0 0 2px;
  font-weight: bold;
  padding: 5px 20px;
background: #f99b1a;
}
.side-ttl:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../W_images/b03_icon.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 3px;
}
.side-list a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin: 0 0 1px;
  padding: 5px 30px;
  background: rgb(213,214,233);

}
.side-list a:before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #063b7d;
}
.side-list a:hover {
  background: #cdedfb;
}
.side-mod:not(:last-child) {
  margin: 0 0 30px;
}
.under .sidenews-item {
    width: 100%;
    margin: 30px 0 0;
}
.under .sidenews-item a {
    display: flex;
    color: #4d4d4d;
    text-decoration: none;
}

.under .sidenews-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    border-radius: 5px;
    overflow: hidden;
}
.under .sidenews-item a:hover .sidenews-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.sidenews-itm-main{overflow:hidden;}
.under .sidenews-img img {
    flex-shrink: 0;
    transition: all 0.7s ease;
    max-width: none;
}
.under .sidenews-itm-ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 22px;
}
.under .sidenews-itm-txt {
    font-size: 13px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pager a ,.pager strong{
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  padding: 5px 5px;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
  text-decoration: underline;
}
.pager strong{color: #000;}
.pager a:after,.pager strong:after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  background: #fff;
  border-radius: 5px;
  transform: scale(0,0);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.pager a:hover:after,.pager strong:after {
  transform: scale(1,1);
  opacity: 1;
}
.pager a:hover,.pager strong:after {
  color: #002868;
}
@media screen and (max-width: 768px) {
.under #main {padding: 40px 3%;}
.sidebar {width: 100%;}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 90px;
  }
  #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: #0f2c52;
    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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #gnavi {
    position: fixed;
    top: 90px;
    height: calc(100% - 90px);
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, 0.9);
    display: none;
  }
  .h-tel {
    display: none;
  }
  .h-tel-sp {
    display: block;
    margin: 0 0 0 8px;
  }
  .h-tel-sp a {
    display: flex;
    background: #f99b1a;
    width: 50px;
    height: 43px;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .h-tel-sp img {
    flex-shrink: 0;
  }
  .logo {
    width: 90px;
  }
  #header {
    padding: 7px 0;
  }
  .gnavi {
    display: block;
  }
  .gnv-ico {
    width: 50px;
    height: 55px;
    position: absolute;
    background: #5c6d83;
    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);
  }
  .gnavi > li > a {
    position: relative;
    background: #102d52;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .gnavi > li:hover > a, .gnavi > li.active > a {
    background: #f68a1e;
    color: #fff;
  }
  .submenu {
    width: 100%;
    position: relative;
  }
  .submenu a {
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-item-txt {
    left: 16%;
    top: 20%;
    transform: translateY(-50%);
    bottom: auto;
    font-size: 3.3vw;
    padding: 3%;
    line-height: 1.3em;
    width: auto;
    max-width: 94%;
  }
  .box01 {
    padding: 40px 0;
  }
  .idx-ttl-en {
    font-size: 14px;
  }
  .idx-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .idx-ttl:after {
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
  }
  .b01-item {
    width: 33%;
  }
  .b01-item dd {
    font-size: 15px;
  }
  .b01-item-txt-lager {
    font-size: 20px;
  }
  .box02 {
    padding: 40px 0 20px;
  }
  .b02-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    border-width: 5px;
    padding: 20px;
  }
  .b02-itm-num {
    font-size: 14px;
  }
  .b02-itm-num span {
    font-size: 28px;
  }
  .b02-itm-num:after {
    border-width: 90px 90px 0 0;
  }
  .b02-itm-ttl {
    font-size: 16px;
  }
  .b02-itm-txt {
    font-size: 14px;
  }
  .b03-list {
    display: block;
  }
  .b03-item {
    width: 100%;
  }
  .b03-item {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-list, .box05 .container {
    display: block;
  }
  .b04-item {
    width: 100% !important;
    min-height: 70px;
    writing-mode: inherit;
    margin: 0 0 20px;
    font-size: 16px;
    height: auto !important;
    padding: 5px;
    white-space: normal;
    text-align: center;
  }
  .b04-item-step{display:none;}
  .b04-item:after {
    border-width: 15px 47vw 0 47vw;
    border-color: #f99b1a transparent transparent transparent;
    left: 0;
    top: 100%;
  }
  .b04-itm-bg01:after {
    border-color: #0f2c52 transparent transparent transparent;
  }
  .b04-itm-bg02:after {
    border-color: #868685 transparent transparent transparent;
  }
  .b04-itm-bg03:after {
    border-color: #8fb345 transparent transparent transparent;
  }
  .box05 {
    padding: 40px 0;
  }
  .b05-main {
    width: 100%;
    margin: 0 0 40px;
  }
  .b05-list li a {
    font-size: 14px;
  }
  .b05-scroll {
    margin: 0 0 20px;
  }
  .b05-video {
    width: 100%;
  }
  .b05-video .idx-btn {
    text-align: center;
  }
  .box06 {
    padding: 40px 0;
  }
  .b06-main {
    padding: 5%;
  }
  .b06-main:before, .b06-main:after, .b06-cnt:before, .b06-cnt:after {
    border-width: 5px;
    width: 30px;
    height: 30px;
  }
  .b06-txt {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 20px;
  }
  .f-txt, .f-info {
    font-size: 14px;
  }
  .footer01 .container {
    flex-wrap: wrap;
  }
  .f-map, .f-facebook {
    width: 48%;
    margin: 0 1% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .slick-slide .main-item-img img {
    height: 200px;
    max-width: none;
    width: auto;
    flex-shrink: 0;
  }
  .main-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-item-txt {
    font-size: 16px;
  }
  .b01-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .b01-item:last-child {
    margin: 0;
  }
  .b02-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .b03-txt {
    font-size: 6vw;
  }
  .f-map {
    width: 100%;
    margin: 0 0 20px;
  }
  .f-facebook {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  .copyright {
    font-size: 12px;
  }
  .b04-item {
    font-size: 14px;
  }
  .main-item-txt {
    font-size: 16px;
  }
}