﻿@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;
}
:root {
	--f-main: "Roboto", sans-serif;
	--f-robo: "Montserrat", sans-serif;
	--txt: #666;
	--mcolor: #b92930;
	--s-color: #231f20;
  --white: #fff;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #231f20;
  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: 50px;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #666666;
}
#wrapper {
  min-width: 1320px;
  overflow: hidden;
}
.container {
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
.h-top {
  background: #b92930;
  color: #fff;
  padding: 2px 0;
}
.h-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-top-left, .h-top-right {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.h-top-left span, .h-top-right span {
  text-decoration: underline;
  letter-spacing: 0;
}
.h-top-right {
  letter-spacing: 0.1em;
}
.h-top-left a {
  text-decoration: none;
  color: #fff;
}
.h-top-left a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 0 2px 0;
  top: -3px;
}
#header {
  /* background: #e5e5e5; */
}
.h-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-main-com{
	font-weight: 600;
    margin-bottom: 0;
    font-size: 19px;
	color: var(--mcolor);
}
.h-main-add {
  color: #231f20;
  /*background: url("../W_images/h_add.png") no-repeat left center;
  background-size:15px;
  padding: 5px 0 5px 20px;
  line-height: 1.3em;*/
  margin: 0;
}
.logo {
  margin: 0;
      width: 200px;
}
.h-main-social {
  display: flex;
  align-items: center;
}
.h-main-social a {
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  align-items: center;
}
.h-main-social a img {
  margin-right: 5px;
    width: 15px;
    filter: brightness(15);
}
.h-main-social li:not(:last-child) a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 0 5px 0 3px;
  top: 3px;
}
.h-main-social a:hover {
  color: #333;
}
.h-main {
  border-bottom: 1px solid #c7575c;
}
.h_contact_txt p {
    color: #231f20;
    margin: 0;
}
#gnavi {
    padding: 10px 0;
    background: var(--mcolor);
}
#gnavi .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
}
.gnavi > li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #cacaca;
  border-left: 1px solid #fff;
  right: -1px;
  top: calc(50% - 10px);
}
.submenu {
  position: absolute;
  z-index: 99;
  width: 200px;
  display: none;
}
.gnavi > li >a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
}
.gnavi > li:hover > a {
  color: #ffd75a;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b92930e3;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: all 0.5s ease;
}
.submenu a:hover {
  background: rgba(163,0,0,0.9);
}
.h-down, .h-cart {
  margin: 0;
}
.h-down a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #231f20;
  font-weight: bold;
  background: url("../W_images/h_icon01.png") no-repeat left center;
  padding-left: 30px;
}

.h-cart a:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../W_images/h_cart.png) no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
    display: flex;
    align-items: center;
}
.h-cart a {
  display: block;
  text-decoration: none;
  position: relative;
}
.h-cart span {
position: absolute;
    background: #d7414a;
    color: #fff;
    width: 25px;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    top: -5px;
    right: -20px;
    line-height: 1.4;
}
.h-cart span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 3px 0 3px;
  border-color: #d7414b transparent transparent transparent;
  bottom: -7px;
  right: 13px;
  transform: rotate(30deg);
}
.h-search .form {
  width: 215px;
  display: flex;
}
.h-search input {
  background: #fff;
  padding: 5px 10px;
  border: none;
  outline: none;
}
.h-search .button {
  background: #231f20;
  border: none;
  outline: none;
  padding: 0 5px;
}
.mainvisual p {
  margin: 0;
}
.mainvisual .main-slide p img {
  max-width: none;
  width: 100%;
}
.mainvisual {
  position: relative;
  padding: 0 0 60px;
}
.main-slide .slick-dots {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 585px);
  z-index: 5;
  display: flex;
}
.main-slide .slick-dots button {
  width: 23px;
  height: 23px;
  border: 4px solid #231f20;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  text-indent: -5000000px;
}
.main-slide .slick-dots li {
  margin-right: 50px;
  position: relative;
}
.main-slide .slick-dots li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #231f20;
  left: calc(100% + 15px);
  top: 50%;
}
.main-slide .slick-dots button:after {
  content: '';
  position: absolute;
  background: #231f20;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 4.5px);
  left: calc(50% - 4px);
  opacity: 0;
}
.main-slide .slick-dots .slick-active button:after {
  opacity: 1;
}
.mainvisual .main-thumb {
  width: 310px;
  height: 460px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 585px);
  z-index: 4;
  background: rgba(255,255,255,0.25);
  padding: 10px;
}
.main-thumb .slick-slide {
  height: 440px;
}
.main-thumb .slick-slide img {
  width: auto;
  height: 100%;
  max-width: none;
}
.box01 {
  padding: 40px 0 60px;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
}
.b01-main {
  padding-right: 30px;
  position: relative;
  z-index: 0;
}
.b01-main:after {
  position: absolute;
  content: '';
  width: 290px;
  height: 355px;
  border: 15px solid #fff2e5;
  bottom: 45px;
  right: 0;
  z-index: -2;
}
.b01-main:before {
  position: absolute;
  content: '';
  width: 165px;
  height: 165px;
  border: 15px solid #ffe6cb;
  bottom: 0;
  right: 168px;
  z-index: -1;
}
.b01-img {
  margin: 0 50px 0 0;
  width: 470px;
  flex-shrink: 0;
}
.b01-ttl {
  color: #b92930;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 0 25px;
}
.b01-ttl span {
  color: #ffd458;
  font-size: 40px;
  display: block;
  margin-top: 5px;
}
.b01-txt {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 25px;
}
.b01-btn{
  margin: 0;
}
.b01-btn a {
  display: inline-block;
  text-decoration: none;
  color: #b92930;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 3px solid #b92930;
  border-bottom-right-radius: 15%;
}
.box02 {
  background: #7f7f7f;
  padding: 60px 0 0;
  color: #fff;
}
.b02-ttl {
  font-size: 24px;
  text-align: center;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}
.b02-ttl span {
  font-size: 40px;
  display: block;
  margin-bottom: 5px;
}
.box02 .container {
  width: 100%;
}
.b02-list {
  padding: 0 15px;
  display: flex;
}
.b02-item {
  width: calc(100%/4);
}
.b02-item a {
  text-decoration: none;
  position: relative;
  display: flex;
  height: 100%;
}
.b02-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.b02-itm-img {
  margin: 0;
  height: 100%;
  width: 100%;
}
.b02-itm-img img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.b02-itm-main {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
  transition: all 0.5s ease;
  z-index: 3;
}
.b02-itm-main:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  transition: all 0.5s ease;
  transform: scale(0.5,0.5);
  opacity: 0;
}
.b02-item a:hover .b02-itm-main:after {
  transform: scale(1,1);
  opacity: 1;
}
.b02-itm-num {
  font-size: 70px;
  font-weight: bold;
  margin: 0 0 100px;
  line-height: 1.3em;
  position: relative;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.b02-itm-num:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 80px;
  top: calc(100% + 5px);
  background: #fff;
  left: calc(50% - 2px);
}
.b02-itm-ttl {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.b02-itm-icon {
  margin: 0 0 30px;
}
.b02-item a:hover .b02-itm-num {
  opacity: 1;
}
.box03 {
  padding: 60px 0;
  background: url("../W_images/b03_bg.jpg") no-repeat center;
  background-size: cover;
}
.b03-ttl {
  text-align: center;
  color: #a30000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 0 20px;
  font-size: 21px;
}
.b03-ttl span {
  font-size: 40px;
  color: #ffd458;
  display: block;
  margin-top: 5px;
}
.b03-txt {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16px
}
.b03-list {
  display: flex;
  justify-content: space-between;
}
.b03-item {
  width: 32%;
  display: flex;
}
.b03-itm-img {
    background: #231f20;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
}
.b03-itm-img img {
  flex-shrink: 0;
}
.b03-itm-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #a30000;
    text-transform: uppercase;
    margin: 0;
}
.b03-itm-txt {
    margin: 0;
    font-size: 16px;
}
.box04 {
  padding: 60px 0;
  background: url("../W_images/b04_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.b04-ttl {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}
.b04-list {
  width: 370px;
  margin: 0 auto;
  height: 470px;
  position: relative;
}
.b04-list .slick-list {
  overflow: visible;
}
.box04 .container {
  overflow: hidden;
}
.b04-itm-img {
  margin: 30px 0 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.b04-list .slick-current .b04-itm-img {
  margin: 0;
}
.b04-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  outline: none;
}
.b04-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.b04-itm-main {
    background: #231f20;
    padding: 0;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.b04-list .slick-current .b04-itm-main {
  height: 100px;
  opacity: 1;
  padding: 10px 30px;
}
.b04-list .slick-current a:before {
  opacity: 0;
  transform: scale(0.5,0.5);
}
.b04-item {
  outline: none;
}
.b04-list .slick-arrow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  outline: none;
  width: 46px;
  height: 46px;
  text-indent: -500000px;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.b04-list .slick-arrow:hover {
  opacity: 1;
}
.b04-itm-ttl {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b04-itm-txt {
    font-size: 16px;
    color: #65a7ed;
    line-height: 1.3em;
  transition: all 0.5s ease;
  max-height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  display: block;
    display: -webkit-box;
}
.b04-list .slick-prev {
  background: url("../W_images/b04_prev.png") no-repeat;
  background-size: 100% auto;
  left: -55px;
}
.b04-list .slick-next {
  background: url("../W_images/b04_next.png") no-repeat;
  background-size: 100% auto;
  right: -55px;
}
.b04-list .slick-current a:hover .b04-itm-main {
  background: #a30000;
}
.b04-list .slick-current a:hover .b04-itm-txt {
  color: #fff;
}
.b04-itm-img img {
  transition: all 0.7s ease;
  width: 100%;
  max-width: none;
}
.b04-list .slick-current a:hover .b04-itm-img img {
  transform: scale(1.1,1.1);
}
.box05 {
  background: url("../W_images/b05_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}
.b05-ttl {
  text-align: center;
  color: #ffd458;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 20px;
}
.b05-list {
  display: flex;
}
.b05-item {
  width: calc(50% - 15px);
  background: #fff;
}
.b05-item:not(:last-child) {
  margin-right: 30px;
}
.b05-item a {
    text-decoration: none;
    color: #666;
    display: flex;
    align-items: center;
}
.b05-img {
  margin: 0;
  overflow: hidden;
}
.b05-img img {
  transition: all 0.7s ease;
}
.b05-img a:hover img {
  transform: scale(1.1,1.1);
}
.b05-itm-main {
  padding: 0 40px 20px;
}
.b05-itm-info {
    display: flex;
    border-bottom: 1px solid #ebebeb;
  margin: 0 0 10px;
}
.b05-itm-info li {
    display: flex;
    height: 100%;
    font-size: 12px;
  padding: 7px 0;
}
.b05-itm-info li:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.b05-itm-info li:nth-child(1) {
  width: 30%;
}
.b05-itm-info li:nth-child(2) {
  width: 24%;
  text-align: center;
  justify-content: center;
}
.b05-itm-info li:last-child {
  justify-content: flex-end;
  width: 46%;
}
.b05-item a:not(:last-child):after {
  content: '';
  position: relative;
  width: 15px;
  height: 1px;
  background: #000;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.b05-itm-ttl a {
    font-size: 18px;
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
  transition: all 0.5s ease;
}
.b05-itm-ttl {
  margin: 0;
}
.b05-itm-txt {
    font-size: 16px;
    line-height: 1.4em;
    margin: 5px 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
}
.b05-itm-btn {
  margin: 0;
}
.b05-itm-btn a {
    text-decoration: none;
    color: #fff;
    background: #231f20;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    transition: all 0.5s ease;
}
.b05-itm-ttl a:hover {
  color: #a30000;
}
.b05-itm-btn a:hover {
  background: #a30000;
}
.b06-item {
  margin: 0 15px;
}
.b06-item a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  height: 95px;
  border: 1px solid #e5e5e5;
}
.b06-item img {
    flex-shrink: 0;
    height: 90px;
    margin: auto;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}
.b06-item a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.box06 {
  padding: 60px 0;
}

#footer {
  background: url("../W_images/f_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 10px 0 0;
  color: #fff;
  position: relative;
}
.fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
	background-color: rgb(233 158 158 / 17%);
		}
.footer01 {
  display: flex;
  justify-content: space-between;
}
.f01-mod01 {
    width: 250px;
}
.f01-logo {
  text-align: center;
  margin: 0 0 5px;
}
.f01-txt {
    font-size: 12px;
    color: #fff;
    text-align: justify;
	margin-bottom: 10px;
	line-height: 1.5;
}
.f01-social {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.f01-social a {
    color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.f01-ttl {
  font-size: 18px;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 0 5px;
}
.f01-item a {
  text-decoration: none;
  color: #fff;
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0;
}
.f01-item a:hover, .f01-link a:hover {
  opacity: 0.6;
}
.f01-date {
    flex-shrink: 0;
    margin: 0 20px 0 0;
  text-align: center;
}
.f01-date span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.f01-itm-ttl {
    display: block;
    font-weight: bold;
	text-transform: lowercase;
}
.f01-info {
  margin: 0;
}
.f01-auth {
  font-size: 12px;
  background: url("../W_images/f_icon01.png") no-repeat left center;
  padding-left: 25px;
}
.f01-mod03 {
  width: 180px;
}
.f01-mod04 {
  width: 255px;
}

.f01-link a {
  text-decoration: none;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 2px 0;
  text-transform: uppercase;
}
.f01-link li:last-child a, .f01-item:last-child a {
  border-bottom: none;
}
.f01-mod04 p:not(:first-child){
     margin: 5px 0 0;
    line-height: 1.5em;
}
.f01-add {
    margin: 15px 0 0;
    line-height: 1.5em;
}
.f01-mod04 p:not(:first-child) a{
     margin: 15px 0 0;
    line-height: 1.5em;
}
.f01-add a {
  text-decoration: none;
  color: #fff;
}
.f01-ttl::first-letter,
.f01-link a::first-letter,
.f01-itm-ttl::first-letter {
  text-transform: capitalize;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin: 5px 0 0;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:first-child {
  color: #fff;
  font-size: 14px;
}
.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 .mainvisual .container {
    text-align: center;
}
.under-main-ttl {
    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    color: #231f20;
    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: #231f20;
	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: #231f20;
	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:#231f20;
    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: #231f20;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #231f20;
    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:#231f20;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #002e5f;
}
.under-section{padding:60px 0;}
.under-ttl{
    position: relative;
    font-size: 34px;
    color: #231f20;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin-bottom: 45px;
}
.under-ttl:before {
    content: '';
    position: absolute;
    width: 315px;
    height: 12px;
    background: url(../W_images/under-line.png) no-repeat;
    bottom: -18px;
    left: calc(50% - 160px);
}
/*.under.gioithieu .container{width:885px;}*/

@media screen and (max-width: 1920px) {
	.container {
		width: 1750px;
	}
	#footer .container{
		width:1200px;
	}
}

@media screen and (max-width: 1600px) {
	.container {
		width: 1320px;
	}
}
@media screen and (max-width: 1400px) {
	.container {
		width: 1120px;
	}
	.gnavi > li >a {
		font-size: 12px;
	}
	.social-icons {
		--custom-bottom: 20% !important;
	}
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 74px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under.gioithieu .container {
    padding: 0 3%;
    width: 100% !important;
  }
  .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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
.h-top, .h-main-add, .h-main-social {
    display: none;
}
.logo {
    margin: 0;
    width: 120px;
}
.h-hotline{
    margin: 0;
    color: #ff0808;
    font-weight: bold;
    font-size: 20px;
    background: url(../W_images/h_ico02.png) no-repeat left center;
    background-size: 30px;
    padding-left: 34px;
	display:none;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
	background: #fff;
}
#gnavi {
    padding: 20px 0;
    position: fixed;
    top: 74px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    left: 0;
    height: calc(100% - 74px);
  overflow: auto;
  display: none;
}
#gnavi .container {
    flex-direction: column;
  align-items: center;
  padding: 0;
}
.gnavi {
    order: 2;
    display: block;
  margin-top: 20px;
  width: 100%;
}
.h-search {
    margin: 0 0 15px;
}
.gnavi > li >a {
    background: var(--mcolor);
    color: #fff!important;
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.gnavi > li:not(:last-child):after {
  display: none;
}
.gnv-ico {
    width: 50px;
    height: 55px;
    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;
    width: 100%;
}
.submenu a {
    padding: 15px 20px;
}
.mainvisual .main-thumb {
    display: none;
}
.mainvisual {
    padding: 0;
}
.box01 .container {
    display: block;
}
.b01-ttl, .b03-ttl, .b02-ttl {
    text-align: center;
    font-size: 16px;
}
.b01-ttl span, .b03-ttl span, .b02-ttl span {
    font-size: 26px;
}
.b01-main {
    padding: 0;
}
.b01-img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.b01-txt, .b03-txt {
    font-size: 14px;
    line-height: 1.67em;
}
.b01-btn {
    text-align: center;
}
.box01 {
    padding: 40px 0;
}
.box02 {
    padding: 40px 0 0;
}
.b02-list {
    padding: 0;
    flex-wrap: wrap;
}
.b02-item {
    width: 33.33%;
}
.b02-itm-num {
    font-size: 55px;
}
.b02-itm-ttl {
    font-size: 13px;
}
.box03 {
    padding: 40px 0;
}
.b03-list {
    display: block;
}
.b03-item {
    width: 100%;
    margin: 0 0 20px;
}
.b03-itm-img {
    width: 80px;
    height: 80px;
    padding: 15px;
}
.b03-itm-ttl {
    font-size: 16px;
}
.b03-itm-txt, .b04-itm-txt, .b05-itm-txt {
    font-size: 14px;
}
.box04 {
    padding: 40px 0;
}
.b04-ttl, .b05-ttl {
    font-size: 26px;
}
.b04-list {
    width: 100%;
    max-width: 400px;
    padding: 0 40px;
    height: 410px;
}
.b04-list .slick-prev {
    left: 0;
}
.b04-list .slick-next {
    right: 0;
}
.b04-list .slick-arrow {
    width: 36px;
    height: 36px;
}
  .b04-itm-ttl, .b05-itm-ttl a {
    font-size: 15px;
  }
  .b04-list .slick-current .b04-itm-main {
    height: 90px;
    overflow: hidden;
  }
.box05 {
    padding: 40px 0;
}
.b05-list {
    display: block;
}
.b05-item {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 570px;
}
.b05-item:not(:last-child) {
    margin-right: auto;
}
.b05-itm-main {
    padding: 0 20px 15px;
}
.pro-item {
	        width: 100% !important;
        margin: 0 0 30px 0 !important;
}
.footer01 {
    flex-wrap: wrap;
}
.f01-mod01 {
    width: 100%;
}
.f01-mod02, .f01-mod03 {
    width: 48%;
}
.f01-ttl {
    font-size: 16px;
    margin-top: 30px;
}
.f01-mod04 {
    width: 100%;
}
.f01-social img {
    display: block;
    margin: 0 auto;
}
.f01-social {
    justify-content: center;
}
.f01-social li {
  margin: 0 10px;
}
}
@media screen and (max-width: 480px) {
.under-main-ttl{font-size: 28px;}
.topic-path li{font-size: 14px;}
.under-ttl{font-size: 21px;}
.b05-itm-info {flex-wrap: wrap;}
.b05-itm-info li:last-child {
    width: 100%;
    justify-content: center;
  border-top: 1px solid #ebebeb;
}
.b05-itm-info li:nth-child(1), .b05-itm-info li:nth-child(2) {
    width: 50%;
    justify-content: center;
}
.b05-itm-info li:nth-child(2) {
  border-right: none;
}
.b04-list .slick-arrow {
    top: calc(50% - 18px);
}
.b04-list {
    padding: 0;
}
.b04-list .slick-prev {
    background: url(../W_images/b04_prev.png) no-repeat rgba(255,255,255,0.6);
    background-size: 100% auto;
    left: 5px;
}
.b04-list .slick-next {
    background: url(../W_images/b04_next.png) no-repeat rgba(255,255,255,0.6);
    background-size: 100% auto;
    right: 5px;
}
.b04-itm-main {
    opacity: 1;
    height: auto;
}
  .b04-list .slick-current .b04-itm-main {
    height: auto;
  }
.b04-itm-img {
    margin: 0;
}
.b02-item {
    width: 50%;
}
.b02-itm-num {
    font-size: 45px;
  margin-bottom: 70px;
}
.b02-itm-num:after {
    height: 50px;
}
.b01-main:after {
    width: 220px;
    height: 220px;
    border-width: 10px;
  bottom: 60px;
}
.b01-main:before {
    width: 120px;
    height: 120px;
    border-width: 10px;
    bottom: 30px;
}
}
@media screen and (max-width: 425px) {
.f01-mod02, .f01-mod03 {
    width: 100%;
}
}