﻿@charset "UTF-8";
@import "base.css";
@import "font-family.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: #ed1b24;
}
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: 40px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMHelve', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#wrapper {
  min-width: 1070px;
  overflow: hidden;
  padding-top: 152px;
}
.container, .under #main {
  width: 1070px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  background: #ed1b24;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.h-top {
  padding: 5px 0;
  transition: all 0.5s ease;
}
.h-top .container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.logo {
  margin: 0;
  flex-shrink: 0;
  width: 115px;
  transition: all 0.5s ease;
}
.h-txt {
  width: 100%;
}
.h-name {
  font-size: 26px;
  font-family: 'UTMNeoSansIntel';
  font-weight: bold;
  color: #fff47e;
  margin: 0;
  transition: all 0.5s ease;
  line-height: 22pt;
}
.h-name span {
  font-size: 80%;
  font-weight: normal;
}
.h-info {
  margin: 0;
  font-size: 15px;
  transition: all 0.5s ease;
  line-height: 15pt;
}
.h-info a {
  color: #fff;
  text-decoration: none;
}
#header.fixed .h-top {
  padding: 2px 0;
}
#header.fixed .logo {
  width: 100px;
}
#header.fixed .h-name {
  font-size: 22px;
}
#header.fixed .h-info {
  font-size: 13px;
}
#gnavi {
  background: #c4161c;
}
#header.fixed .gnavi a {padding: 5px 8px;}
	
.gnavi {
  display: flex;
  justify-content: center;
}
.gnavi > li {
    position: relative;
}
.gnavi a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'UTMNeoSansIntel';
  font-weight: bold;
  padding: 8px 8px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 12px;
}
.gnavi a:hover {
  opacity: 0.7;
}
.gnavi li:not(:first-child) a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/gnv_arr.png") no-repeat left center;
  margin-right: 15px;
  width: 8px;
  height: 11px;
}
.submenu {
    position: absolute;
    z-index: 10;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #921709;
    margin-top: 1px;
    font-size: 13px;
    padding: 8px 10px;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.main-slide .slick-slide {
  margin: 0;
  outline: none;
}
.main-slide .slick-slide img {
  max-width: none;
  width: 100%;
}
.box01 {
  background: #e0e0e0;
  padding: 50px 0;
}
.idx-ttl {
  text-align: center;
  position: relative;
  color: #ed1b24;
  font-size: 26px;
  font-weight: bold;
  font-family: 'UTMNeoSansIntel';
  margin: 0 0 30px;
  padding: 0 0 20px;
}
.idx-ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #b9b9b9;
  width: 200px;
  height: 8px;
  left: calc(50% - 100px);
}
.b01-main {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
}
.b01-img {
  margin: -40px 50px 0 0;
  flex-shrink: 0;
}
.b01-cnt {
  width: 100%;
}
.b01-ttl {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px;
}
.b01-txt {
  font-size: 16px;
}
.b01-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.b01-item {
  width: calc(20% - 20px);
}
.b01-itm-ttl {
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
}
.b01-itm-ttl:after {
  content: '';
  position: absolute;
  background: #169bea;
  width: 150px;
  height: 3px;
  bottom: 0;
  left: 0;
}
.b01-itm-txt {
  margin: 0;
  font-size: 12px;
}
.idx-btn {
  margin: 0;
  text-align: right;
}
.idx-btn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #888888;
  padding: 12px 30px;
  transition: all 0.5s ease;
}
.idx-btn a:hover {
  background: #ed1b24;
}
.box02 {
  padding: 50px 0;
}
.b02-list {
  display: flex;
  justify-content: space-between;
}
.b02-item {
  width: calc(33.33% - 20px);
}
.b02-item a {
  display: block;
  text-decoration: none;
  height: 100%;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  background: rgb(70, 212, 229);
  background: linear-gradient(180deg, rgba(70, 212, 229, 1) 0%, rgba(5, 59, 122, 1) 100%);
  transition: all 0.5s ease;
}
.b02-item a:hover {
  opacity: 0.7;
}
.b02-itm-img {
  height: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.b02-itm-img img {
  max-height: 100%;
  flex-shrink: 0;
}
.b02-itm-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 15px 10px;
}
.b02-itm-txt {
  margin: 0 15px 20px;
}
.box03 {
  background: #e3e3e3;
  padding: 50px 0;
}
.b03-list {
  display: flex;
  justify-content: space-between;
}
.b03-item {
  width: calc(33.33% - 20px);
}
.b03-itm-img {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.b03-itm-ttl {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.b03-itm-txt {
  margin: 0;
  text-align:center;
}
.box04 {
  padding: 50px 0;
}
.box04 .container {
  width: 100%;
  max-width: 1150px;
}
.b04-list {
  padding: 0 40px;
}
.b04-list .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 5;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  top: calc(50% - 20px);
  text-indent: -50000000px;
  border: none;
}
.b04-list .slick-prev {
  left: 0;
  background: url("../W_images/b04_prev.png") no-repeat center center rgba(255, 255, 255, 0);
}
.b04-list .slick-next {
  right: 0;
  background: url("../W_images/b04_next.png") no-repeat center center rgba(255, 255, 255, 0);
}
.b04-list .slick-arrow:hover {
  background-color: #eeeeee;
}
.b04-item {
  margin: 0 8px;
  padding: 10px 0;
}
.b04-item a {
  text-decoration: none;
  outline: none;
  color: #000;
  padding: 12px;
  display: block;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 242, 1) 100%);
}
.b04-item a:hover {
  opacity: 0.7;
}
.b04-itm-img {
  height: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.b04-itm-img img {
  max-height: 100%;
  flex-shrink: 0;
}
.b04-itm-ttl {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px;
}
.b04-itm-btn {
  margin: 0;
  text-align: right;
  color: #2680c6;
  font-size: 12px;
}
.b04-itm-btn:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/b04_arr.png") no-repeat;
  width: 18px;
  height: 15px;
  margin-right: 10px;
  top: 4px;
}
.b04-itm-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 15px;
}
.box05 {
  background: #cfcfcf;
  padding: 50px 0 20px;
}
.b05-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
}
.b05-item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #bce3ff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
}
.b05-itm-ttl {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
}
.b05-itm-txt {
  margin: 0;
}
.b05-item:nth-child(n+3) {
  background: #83caff;
}
.b05-item:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.b05-item:nth-child(1) {
  order: 1;
}
.b05-item:nth-child(2) {
  order: 2;
}
.b05-item:nth-child(3) {
  order: 4;
}
.b05-item:nth-child(4) {
  order: 3;
}
.b05-item:nth-child(1):after {
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #bce3ff;
  right: -20px;
  top: calc(50% - 20px);
}
.b05-item:nth-child(2):after {
  border-width: 20px 20px 0 20px;
  border-color: #bce3ff transparent transparent transparent;
  bottom: -20px;
  left: calc(50% - 20px);
}
.b05-item:nth-child(3):after {
  border-width: 20px 20px 20px 0;
  border-color: transparent #83caff transparent transparent;
  left: -20px;
  top: calc(50% - 20px);
}
.b05-item:nth-child(4):after {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #83caff transparent;
  top: -20px;
  left: calc(50% - 20px);
}
.box06 {
  padding: 50px 0;
}
.box06 .container {
  width: 100%;
  max-width: 1150px;
}
.b06-list {
  padding: 0 40px;
}
.b06-list .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 5;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  top: calc(50% - 20px);
  text-indent: -50000000px;
  border: none;
}
.b06-list .slick-prev {
  left: 0;
  background: url("../W_images/b04_prev.png") no-repeat center center rgba(255, 255, 255, 0);
}
.b06-list .slick-next {
  right: 0;
  background: url("../W_images/b04_next.png") no-repeat center center rgba(255, 255, 255, 0);
}
.b06-list .slick-arrow:hover {
  background-color: #eeeeee;
}
.b06-list .b06-item.slick-slide {
  margin: 0 20px;
  display: flex;
}
.b06-itm-img {
  flex-shrink: 0;
  margin: 0 30px 0 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.b06-itm-star {
  color: #ff9200;
  font-size: 24px;
  margin: 0 0 5px;
  line-height: 1em;
  display:none;
}
.b06-itm-txt {
  margin: 0 0 10px;
}
.b06-itm-name {
  margin: 0;
  font-size: 12px;
  color: #2680c6;
}
.box07 {
  background: #e3e3e3;
  padding: 50px 0;
}
.b07-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b07-img {
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.b07-list {
  width: 100%;
  max-width: 480px;
}
.b07-list li {
  font-style: italic;
  font-weight: bold;
  margin: 0 0 8px;
  position: relative;
  padding-left: 20px;
}
.b07-list li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #2681c6;
  left: 0;
  top: 8px;
}
.b07-list li:last-child {
  margin-bottom: 0;
}
.f-call {
  position: fixed;
  right: 50px;
  bottom: 105px;
  z-index: 10;
}
.f-call a {
  position: relative;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: block;
  z-index: 10;
}
.f-tel-num {
  position: absolute;
  background: #fff;
  width: 165px;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 16px;
  padding: 7px 40px 7px 10px;
  font-family: 'UTMHelvetIns';
  font-weight: bold;
  letter-spacing: 0.08em;
  z-index: -1;
  border-radius: 30px;
  transition: all 0.5s ease;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.f-call a:hover .f-tel-num {
}
.f-tel-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background: #8bc03c;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.f-tel-img img {
  flex-shrink: 0;
  max-height: 100%;
}
.footer01 {
  background: #ed1b24;
  color: #fff;
  padding: 20px 0;
}
.footer01 .container {
  display: flex;
  align-items: center;
}
.f01-info {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.f01-logo {
  width: 100px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
.f01-name {
  margin: 0;
  width: 450px;
}
.f01-name a {
  text-decoration: none;
  color: #fff;
}
.f01-name span {
  display: block;
  color: #fff47e;
  font-size: 16px;
  font-family: 'UTMNeoSansIntel';
  font-weight: bold;
}
.f01-img {
  margin: 0;
}
.footer02 {
  background: #343434;
  padding: 20px 0;
  color: #fff;
}
.f02-list {
  display: flex;
  justify-content: space-between;
}
.f02-item {
  width: calc(20% - 20px);
}
.f02-itm-ttl {
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
}
.f02-itm-ttl:after {
  content: '';
  position: absolute;
  background: #a6a6a6;
  width: 150px;
  height: 3px;
  bottom: 0;
  left: 0;
}
.f02-itm-txt {
  margin: 0;
  font-size: 12px;
}
.copyright {
  margin: 0;
  text-align: center;
  color: #f2f2f2;
  background: #1e1e1e;
  padding: 12px 0;
  font-size: 11px;
}
.copyright a {
  text-decoration: none;
  color: #f2f2f2;
}
.under #main{margin-bottom:40px;}
.under .mainvisual {
    /*background: url(../W_images/bg-manvisual.jpg) no-repeat center;
    background-size: cover;*/
    display: flex;
    align-items: center;
    text-align: center;
    height: 135px;
    padding: 0;
}
.under-main-ttl {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    color: #ed1b24;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.topic-path li {
	display: inline-block;
	font-size: 16px;
    font-style: italic;
	line-height: 1.3em;
	color: #ed1b24;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.topic-path li a {
	text-decoration: none;
	color: #ed1b24;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.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;
}
.pager{
    margin-top:45px;
    text-align: center;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #474747;
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#002e5f;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.pager strong{
    font-weight: normal;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: #002e5f;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #002e5f;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#002e5f;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.under.gioithieu #main{width:860px;}
.catepro-home{margin-bottom:30px;}
.catepro-home-ttl{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #c4161c;
    margin-bottom: 5px;
}
.catepro-home-ttl h2, .catepro-home-ttl a{
    background: #ed1b24;
    color: #fff;
    padding: 12px 11px;
    text-decoration:none;
}
.catepro-home-ttl h2{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.catepro-home-ttl a {
    font-size:13px;
    position: relative;
}
.catepro-home-ttl a:after {
    content: ">";
    margin-left: 5px;
}
.pro-home{
        display: flex;
       flex-wrap:wrap;
}
.pro-home-itm{
    width: calc(100%/6 - 15px);
    margin: 10px 18px 25px 0px;
    border: 1px solid #bbc2c8;
    padding: 5px 5px 10px 5px;
}
.pro-home-itm:nth-child(6n){
    margin-right: 0;
}
.pro-home-itm a{text-decoration:none;}
.pro-home-img{overflow:hidden;}
.pro-home-img img{width:100%;transition:all 0.5s ease; border: 1px solid #f9f9f9; }
.pro-home-txt{text-align:center;}
.pro-home-ttl, .pro-home-price{font-size:9pt;}
.pro-home-ttl{
    color: #0a5d9e;
    font-weight: bold;
    line-height: 13pt;
    margin: 5px 0 5px 0;
    transition:all 0.5s ease;
    min-height: 30px;
}
.pro-home-price{font-weight: bold;margin:0;}
.pro-home-itm a:hover img{transform: scale(1.1, 1.1);}
.pro-home-itm a:hover .pro-home-ttl{color:#002e5f;}
.pro-home-btn1{display: block;margin: 8px 0 0 0; font-size: 8.5pt;line-height: 14pt;}
.pro-home-btn1 span{border:1px solid #eab5b7;color: #000;padding: 1px 10px;display: inline-block; border-radius: 6px;}
.pro-home-price{font-size:11pt;}

@media screen and (max-width: 768px) {
    .gnv-ico {
    width: 50px;
    height: 56px;
    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);
}
    .submenu {
    position: relative;
    left: 0;
    transform: none;
}
    .submenu a {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pro-home-itm {
    width: calc(100%/4 - 10px);
    margin-right: 13px;
}
.pro-home-itm:nth-child(4n){margin-right:0;}
.pro-home-itm:nth-child(6n) {margin-right: 13px;}
.under.gioithieu #main{width:100%;}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 79px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #main {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .h-txt {
    display: none;
  }
  .logo {
    width: 80px;
  }
  .h-top {
    padding: 5px 0;
  }
  #gnavi {
    background: rgba(196, 22, 28, 0.9);
    position: fixed;
    top: 79px;
    width: 100%;
    left: 0;
    height: calc(100% - 79px);
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
  }
  /* 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: #252525;
  }
  .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: 50px;
    right: 3%;
    line-height: 0;
  }
  .f-call a {
    width: 50px;
    height: 50px;
  }
  .f-call {
    right: 3%;
    bottom: 95px;
  }
  .f-tel-num {
    /*display: none;*/
  }
  .box01 {
    padding: 30px 0;
  }
  .idx-ttl {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  .idx-ttl:after {
    width: 150px;
    height: 4px;
    left: calc(50% - 75px);
  }
  .b01-img {
    margin: -20px 30px 0 0;
    flex-shrink: 0;
    width: 130px;
  }
  .b01-ttl {
    font-size: 14px;
  }
  .b01-txt {
    font-size: 13px;
  }
  .b01-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
  .b01-item {
    width: 200px;
    margin: 0 10px 20px;
  }
  .idx-btn {
    text-align: center;
  }
  .idx-btn a {
    font-size: 12px;
    padding: 10px 30px;
  }
  .box02, .box03, .box04, .box06, .box07 {
    padding: 30px 0;
  }
  .b02-list, .b03-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .b02-item, .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 20px 0;
  }
  .b02-item:nth-child(2n), .b02-item:last-child, .b03-item:nth-child(2n), .b03-item:last-child {
    margin-right: 0;
  }
  .b02-itm-ttl, .b03-itm-ttl, .b04-itm-ttl {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .b05-list {
    padding: 0;
  }
  .b05-item {
    padding: 20px;
  }
  .b05-itm-ttl {
    font-size: 14px;
  }
  .box05 {
    padding: 30px 0 10px;
  }
  .footer01 .container {
    display: block;
  }
  .f01-info {
    margin: 0 0 20px;
    justify-content: center;
  }
  .f01-img {
    text-align: center;
  }
  .f02-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .f02-item {
    width: 200px;
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 480px) {
.pro-home {justify-content: space-between;}
.pro-home-itm {
    width: calc(100%/2 - 10px);
    margin-right: 0;
}
.pro-home-itm:nth-child(6n) {
    margin-right: 0;
}
  .b01-img {
    width: 25%;
    margin: 0 15px 0 0;
  }
  .b01-main {
    align-items: center;
  }
  .b01-txt {
    margin: 0;
  }
  .b01-item {
    width: 48%;
    margin: 0 1% 20px;
  }
  .b02-item, .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b05-list {
    display: block;
  }
  .b05-item {
    width: 100%;
  }
  .b05-item:nth-child(1):after {
    border-width: 20px 20px 0 20px;
    border-color: #bce3ff transparent transparent transparent;
    bottom: -20px;
    left: calc(50% - 20px);
    top: auto;
  }
  .b05-item:nth-child(3):after {
    border-width: 20px 20px 0 20px;
    border-color: #83caff transparent transparent transparent;
    bottom: -20px;
    left: calc(50% - 20px);
    top: auto;
  }
  .b05-item:nth-child(4):after {
    display: none;
  }
  .b05-item:nth-child(4) {
    margin: 0;
  }
  .box05 {
    padding: 30px 0;
  }
  .b06-list .b06-item.slick-slide {
    display: block;
    margin: 0;
  }
  .b06-itm-img {
    margin: 0 auto 10px;
  }
  .b07-main {
    display: block;
  }
  .b07-img {
    text-align: center;
    margin: 0 0 20px;
  }
  .f02-item {
    width: 48%;
    margin: 0 1% 20px;
  }
  .f01-info {
    display: block;
    text-align: center;
    width: 100%;
  }
  .f01-logo {
    margin: 0 auto 10px;
  }
  .f01-name {
    width: 100%;
  }
  .b04-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .b01-item, .f02-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .copyright {
    font-size: 10px;
  }
  .b01-main {
    display: block;
  }
  .b01-img {
    width: 100px;
    margin: 0 auto 10px;
  }
}