﻿@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: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #004a20;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.2em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.4em;
}
#totop {
	display: flex;
  position: fixed;
  bottom: 35px;
  left: 30px;
  z-index: 10;
  margin-bottom: 0;
}
#totop p{margin: 0 7px 0 ;}
#totop a img{
border-radius: 12px;
    width: 50px;
    box-shadow: 0px 0px 5px 1px #bfbfbf;
	}
/*#totop a {
 display:none;
  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                                     */
/*==========================================================================*/
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  max-width: 1349px;
  margin: 0 auto;
  background:#fff;
}
.container, .under #main {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
body {
  font-family: 'UTMAvo';
  color: #000;
  background:#f9f9f9;
}
#header {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  z-index: 999;
  padding: 35px 0;
  transition: all 0.5s;
  max-width: 1349px;
  margin: 0 auto;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
#header.fixed {
  /*background: rgba(255, 255, 255, 0.9);*/
  padding: 15px 0;
}
#header.fixed .logo {
  visibility: hidden;
}
/* MENU-ICON */
.menu-icon {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  cursor: pointer;
  padding: 8px 0;
  z-index: 99999;
  position:relative;
  top:-13px;
  left: -7px;
}
.menu-icon span {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: 4px;
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  -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: 20px;
  left: 0;
  position: relative;
}
.menu-icon span::after, .menu-icon span::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  -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);
}
#gnavi {
  position: absolute;
  z-index: 5;
  top: 60px;
  right: 5%;
  background: linear-gradient(349deg,rgba(165, 0, 14, 0.6) 0%, rgba(255, 1, 0, 0.6) 100%);
  width: 350px;
  text-align: right;
  padding: 35px 5px;
  display: none;
}
.gnavi a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 8px 53px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.gnavi > li:hover > a {
  background-color: #fff;
  color: black;
  font-weight: bold;
}
.gnavi > li.active > a {
  font-weight: bold;
  color: white;
}
.gnavi > li.active > a:hover {
  color: black;
  background-color: #fff;
}
.main-slide{position:relative;}
.main-slide p {
  margin: 0;
}
.main-slide img {
  width: 100%;
}
.main-slide-info
{
position: absolute;
    left: 3%;
	top: 27%;
    width: 420px;
}
.btn-submit{
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 5px;
	visibility:hidden;
}
.btn-submit a{
	display: block;
    margin: 0 auto;
    width: 438px;
}
.box01 {
  background-image: url(https://dinhthongnhat.vn/userfile/config/BG%20GIOI%20THIEU.jpg);
  background-size: 100%;
  color: black;
}
.b01-main {
  width: 48%;
  padding: 30px 0 30px;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b01-img {
  margin: -136px 0 70px;
  width: 47%;
  position: relative;
}
.idx-ttl {
  font-size: 48px;
  color: #e10100;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.idx-ttl > span {
  font-size: 62.5%;
}
.box01 .idx-ttl {
  color: #e10100;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  display: inline-block;
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.idx-btn a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}
.b01-main-txt {
  margin-bottom: 50px;
}
.idx-video {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.idx-video:hover {
  opacity: 0.7;
}
.idx-video span {
  width: 48%;
  height: 48%;
  background-color: #e10100;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.idx-video span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.idx-video:before, .idx-video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e10100;
  border-radius: 50%;
}
.idx-video:before {
  -webkit-animation: scale-up-center 3s linear infinite both;
  animation: scale-up-center 3s linear infinite both;
}
.idx-video:after {
  -webkit-animation: scale-up-center 3s linear 0.75s infinite both;
  animation: scale-up-center 3s linear 0.75s infinite both;
}
.box02 {
  background: #eeeeee;
}
.box02 .container {
  display: flex;
  justify-content: space-between;
  padding:0;
}
.b02-main {
  width: calc(50% - 45px);
  padding: 30px 0;
  order: 2;
}
.b02-img {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: right;
  max-height: 435px;
  overflow: hidden;
}
.b02-img:after {
  content: '';
  position: absolute;
  width: 50vw;
  min-width: 1200px;
  background: #e2e2e2;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
}
.b02-list li, .b02-main ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.b02-list li:before, .b02-main ul li:before {
  content: '';
  position: absolute;
  background: url("/W_images/b02_icon.png") no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 26px;
  left: 0;
  top: 4px;
}
.b02-list, .b02-main ul {
  /*margin-bottom: 30px;*/
}
.box02 .idx-btn a {
  background: #004a20;
  color: #ece68f;
}
.box03 {
  padding: 60px 0 30px 0;
}
.b03-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b03-list > div {
  width: calc(33.33% - 20px);
}
.box03 .idx-ttl > span {
  display: block;
  line-height: 1.3em;
}
.box03 .idx-ttl {
  margin-bottom: 25px;
}
.b02-itm-main-txt {
  margin: 0;
  text-align: justify;
}
.b02-txt, .b01-main-txt p {
  text-align: justify;
}
.b03-item {
  border: 1px solid #f4de99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px;
  margin-bottom: 30px;
}
.b03-itm-ttl {
  color: #e10100;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.b03-itm-txt {
  margin: 0;
}
.box04 {
  background: #eeeeee;
}
.box04 .container {
  display: flex;
  justify-content: space-between;
  padding:0;
}
.b04-img {
  margin: 0;
  width: 60%;
  order: -1;
  text-align: center;
}
.b04-main {
  width: 40%;
  position: relative;
  padding: 50px 0 50px 40px;
  z-index: 2;
  color: #ffffff;
}
.b04-main:after {
  content: '';
  position: absolute;
  width: 40vw;
  height: 100%;
  min-width: 1000px;
  background: url("/W_images/b04_bg.jpg") no-repeat center center/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.box04 .idx-ttl {
  color: #e10100;
}
.b04-list {
  counter-reset: section;
}
.b04-list dd {
  color: black;
}
.b04-list dt {
  color: #e10100;
  text-transform: uppercase;
  position: relative;
  background: url("/W_images/b04_icon.png") no-repeat bottom left;
  font-weight: bold;
}
.b04-list dt:before {
  counter-increment: section;
  content: counter(section);
  font-size: 200%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
}
.b04-list dt {
  color: #e10100;
  text-transform: uppercase;
  position: relative;
  background: url(/W_images/b04_icon.png) no-repeat bottom left 20px;
  font-weight: bold;
  padding: 0 0 15px 30px;
  margin-bottom: 5px;
}
.b04-list dl:not(:last-child) {
  margin-bottom: 30px;
}
.box05 {
    background: url("/userfile/config/UtilitiesBG.jpg") no-repeat bottom center/cover;
    padding: 500px 0 44px;
}
.box05 .idx-ttl {
  text-align: center;
  color: #d7b448;
  margin-bottom: 20px;
}
.b05-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b05-list li {
  width: calc(33.33% - 20px);
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.2);
  height: 90px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 115px;
  position: relative;
}
.b05-list li:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
}
.b05-list li:nth-child(1):before {
  background-image: url("/W_images/b05_img01.png");
}
.b05-list li:nth-child(2):before {
  background-image: url("/W_images/b05_img02.png");
}
.b05-list li:nth-child(3):before {
  background-image: url("/W_images/b05_img03.png");
}
.b05-list li:nth-child(4):before {
  background-image: url("/W_images/b05_img04.png");
}
.b05-list li:nth-child(5):before {
  background-image: url("/W_images/b05_img05.png");
}
.b05-list li:nth-child(6):before {
  background-image: url("/W_images/b05_img06.png");
}
.b05-list li a{color:#fff;}
.box06 {
  padding: 60px 0;
  background: url("/W_images/b06_bg.png") no-repeat center right;
}
.box06 .container {
  display: flex;
  justify-content: space-between;
}
.b06-main {
  width: 35%;
}
.b06-video {
  width: calc(65% - 30px);
}
.b06-txt {
  text-align: justify;
}
.b06-video img {
  width: 100%;
}
.b06-list {
  margin: 0 -15px 25px;
}
.b06-list.slick-initialized .slick-slide {
  margin: 0 15px;
}
.b06-list a {
  text-decoration: none;
  color: #e10100;
}
.b06-list img {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
.b06-list .slick-arrow {
  position: absolute;
  z-index: 5;
  border: none;
  background: url("/W_images/b07_next.png") no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 26px;
  text-indent: -50000px;
  top: calc(40% - 13px);
  cursor: pointer;
}
.b06-list .slick-prev {
  background-image: url("/W_images/b07_prev.png");
  left: 35px;
}
.b06-list .slick-next {
  right: 25px;
}
.box06 .idx-btn a {
  color: #fff;
}
.box07 {
  padding: 60px 0;
  background: url("/W_images/b07_bg.jpg") top center;
}
.box07 .idx-ttl {
  text-align: center;
  color: white;
}
.b07-list.slick-initialized .slick-slide {
  margin: 0 15px;
  background: #fff;
}
.b07-list {
  margin: 0 -15px;
}
.b07-list .slick-arrow {
  position: absolute;
  z-index: 5;
  border: none;
  background: url("/W_images/b07_next.png") no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 40px;
  text-indent: -50000px;
  top: calc(50% - 20px);
  cursor: pointer;
}
.b07-list .slick-prev {
  background-image: url("/W_images/b07_prev.png");
  left: 35px;
}
.b07-list .slick-next {
  right: 35px;
}
.b07-itm-img {
  margin: 0;
}
.b07-itm-img img {
  width: 100%;
}
.b07-itm-thumb {
  display: flex;
  justify-content: center;
  height: 78px;
  margin: -39px 0 15px;
}
.b07-itm-thumb span {
  width: calc(25% - 6px);
  margin: 0 3px;
  background: rgba(2555, 255, 255, 0.4);
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.b07-itm-ttl {
  text-align: center;
  font-size: 24px;
  color: #004a20;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.b07-itm-info, .b07-itm-main ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 40px;
}
    .b07-itm-info li, .b07-itm-main ul li {
        width: 33.33%;
    }
.box08 {
  padding: 60px 0 30px;
  background: url("/W_images/b08_bg.jpg") top center;
}
.box08 .idx-ttl {
  text-align: center;
}
.b08-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b08-item {
  width: calc(50% - 15px);
  margin: 0 30px 34px 0;
}
.b08-item a {
  display: block;
}
.b08-item:nth-child(2n), .b08-item:last-child {
  margin-right: 0;
}
.b08-itm-img {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}
.b08-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b08-item a:hover .b08-itm-img img {
  transform: scale(1.1, 1.1);
}
.b08-itm-main {
  background: white;
  margin: -44px 35px 0;
  border-radius: 20px;
  padding: 15px 35px;
  color: #e10100;
  position: relative;
  transition: all 0.5s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.b08-itm-ttl {
  font-size: 24px;
  color: #e10100;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 3px;
}
.b08-itm-txt {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.b08-itm-more {
  font-size: 14px;
  font-style: italic;
  color: #dbb746;
}
.box09 {
  padding: 50px 0;
}
.b09-main {
  display: flex;
  justify-content: space-between;
}
.b09-main-img {
  margin: 0;
  width: calc(66% - 15px);
  position: relative;
}
.b09-main-thumb {
  width: calc(34% - 15px);
  height: 32.3vw;
  height: 460px;
}
.b09-main-img a {
  display: block;
  text-decoration: none;
  position: relative;
}
.b09-main-img a:before, .b09-main-thumb li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 35, 15, 0.4);
  z-index: 2;
}
.b09-main-img img, .b09-main-thumb li img {
  width: 100%;
}
.b09-main-ttl {
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.b09-main-ttl:before, .b09-thumb-ttl:before {
  content: '';
  position: absolute;
  background: #e10100;
  border-radius: 50%;
  bottom: calc(100% + 10px);
  left: 0;
  width: 43px;
  height: 43px;
}
.b09-main-ttl:after, .b09-thumb-ttl:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent white;
  bottom: calc(100% + 24px);
  left: 17px;
}
.b09-main-thumb li {
  position: relative;
  margin-bottom: 18px;
}
.b09-thumb-ttl {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 3;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.b09-btn {
  margin: 0;
  position: absolute;
  right: 5%;
  top: 35px;
  font-size: 15px;
  text-transform: uppercase;
  color: #e10100;
}
.b09-btn a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  top: 3px;
  color: #e10100;
}
.box10 {
  background: url("/W_images/b10_bg.jpg") no-repeat center center/cover;
  padding: 65px 0;
}
.box10 .idx-ttl {
  text-align: center;
  color: white;
}
.b10-list {
  display: flex;
}
.b10-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 0 0;
}
.b10-item:last-child {
  margin-right: 0;
}
.b10-item a {
  text-decoration: none;
  color: #666666;
  background: #fff;
  display: block;
  height: 100%;
}
.b10-itm-img {
  margin: 0;
  overflow: hidden;
}
.b10-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b10-item a:hover .b10-itm-img img {
  transform: scale(1.1, 1.1);
}
.b10-itm-date {
  flex-shrink: 0;
  width: 90px;
  background: #d7d7d7;
  color: #e10100;
  font-size: 16px;
  text-align: center;
  padding: 15px 15px;
  margin: 0;
}
.b10-itm-date span {
  display: block;
  font-weight: bold;
  font-size: 150%;
  border-top: 1px solid #e10100;
  padding-top: 5px;
  margin-top: 5px;
}
.b10-itm-main {
  display: flex;
}
.b10-itm-info {
  width: calc(100% - 90px);
  padding: 10px 20px;
}
.b10-itm-ttl {
  font-size: 16px;
  color: #e10100;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b10-itm-txt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: black;
}
.b11-bnr {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.box11 {
  padding: 60px 0;
}
.b11-bnr a {
  display: block;
  width: calc(50% - 15px);
}
.b11-bnr img {
  width: 100%;
}
#footer .container {
  display: flex;
}
.f-left, .f-right {
  width: 50%;
  position: relative;
  z-index: 2;
  color: #fff;
}
.f-left {
  padding: 60px 75px 60px 0;
}
.f-left a {
  color: white !important;
}
.f-right {
  padding: 60px 0 60px 75px;
}
.f-left:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  min-width: 1000px;
  background: url("/W_images/f_bg01.jpg") no-repeat center center/cover;
  top: 0;
  right: 0;
  z-index: -1;
}
.f-right:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  min-width: 1000px;
  background: url("/W_images/f_bg02.jpg");
  top: 0;
  left: 0;
  z-index: -1;
}
.f-left-ttl {
  font-size: 20px;
  margin-bottom: 50px;
}
.f-left-ttl span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.f-left-info {
  display: flex;
}
.f-left-info li:first-child {
  border-right: 1px solid rgba(215, 215, 215, 0.7);
  padding-right: 70px;
  margin-right: 70px;
}
.f-left-info li:last-child {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.f-left-info li:last-child a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  border-radius: 30px;
  font-weight: normal;
}
.f-left-info li:last-child a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  border-radius: 30px;
  font-weight: normal;
  padding: 7px 30px 9px;
  margin-top: 10px;
  white-space: nowrap;
}
.f-right-ttl {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.f-form input, .f-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  font-style: italic;
  padding: 20px 40px;
  margin-bottom: 13px;
}
.f-form ::-webkit-input-placeholder {
  color: #fff;
}
.f-form ::-moz-placeholder {
  color: #fff;
}
.f-form :-ms-input-placeholder {
  color: #fff;
}
.f-form :-moz-placeholder {
  color: #fff;
}
.f-form-row {
  display: flex;
  justify-content: space-between;
}
.f-form-row input:first-child {
  width: 55%;
}
.f-form-row input:last-child {
  width: calc(45% - 13px);
}
.f-form button {
  background: linear-gradient(349deg,rgba(165, 0, 14, 1) 0%, rgba(255, 1, 0, 1) 100%);
  position: relative;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  transition: all 0.5s;
}
.f-form button:after {
  content: '';
  position: relative;
  width: 43px;
  background: url("/W_images/f_icon.png") no-repeat center center #e10100;
  display: inline-block;
  height: 50px;
  margin-left: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  .container, .under #main {
    padding: 0 3%;
  }
  #gnavi {
    right: 3%;
  }
}

.under .mainvisual{padding-top:200px;}
.under #content{padding:0 0 3%;}
.under-main-ttl {
    font-size: 48px;
    color: #004a20;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.topic-path li {
    display: inline-block;
    font-size: 17px;
    font-style: italic;
    line-height: 1.3em;
    color: #004a20;
}

.topic-path li a {
    text-decoration: none;
    color: #004a20;
}

.topic-path li:after {
    content: '/';
    margin-right: 5px;
    padding-left: 10px;
}

.topic-path li:last-child:after {
    content: "";
    margin: 0;
    padding: 0;
}

.topic-path li a:hover {
    text-decoration: underline;
}
#FormReg {
    width:380px;
}
.frmreg-head {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.frmreg-ttl {
    font-size: 23px;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #004a20;
}
.frmreg-Des {
    font-size: 15px;
    margin-bottom: 30px;
}
.frmreg-group{
    margin-bottom:17px;
}
    .frmreg-group input {
        margin-bottom: 5px;
        height: 37px;
        border-radius: 5px;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
.frmreg-button{text-align:center;}
    .frmreg-button a {
        display: inline-block;
        background: #00230f;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        color: #ece68f;
        padding: 10px 30px;
        text-transform: uppercase;
        transition: all 0.5s;
    }

.otherlist ul {
    display: flex;
    flex-wrap: wrap;
}
    .otherlist ul li {
        width: calc(100%/3 - 20px);
        margin: 0 30px 30px 0;
    }
        .otherlist ul li:nth-child(3n){margin-right:0;}
        .otherlist ul li a {
            display: flex;
            color: #4d4d4d;
            text-decoration: none;
        }
.list-img {
    width: 135px;
    /* height: 100px; */
    flex-shrink: 0;
    margin: 0 15px 0 0;
    border-radius: 5px;
    overflow: hidden;
}
    .list-img img {
        flex-shrink: 0;
        transition: all 0.7s ease;
        max-width: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.listmain {
    overflow: hidden;
}
.listmain-txt {
    font-size: 13px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.otherlist ul li a:hover .list-img img { transform:scale(1.1,1.1);}
.otherlist h2 {
    color: #004a21;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.Phone {
		position: fixed;
		right: 50px;
		bottom: 50px;
		display: block;
		margin: 0;
		width: 50px;
		height: 50px;
		font-size: 25vmin;
		background-color: #b72e2b;
		border-radius: 30px;
		box-shadow: 0 0 0 0em rgba(183, 46, 43, 0), 0em 3px 6px rgba(0, 0, 0, 0.2);
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
		z-index:999;
	}

	.Phone::before,
	.Phone::after {
	  position: absolute;
	  content: "";
	}

	.Phone::before {
	  top: 0;
	  left: 0;
	  width: 50px;
	  height: 50px;
	  background-color: rgba(255, 255, 255, 0.1);
	  border-radius: 100%;
	  opacity: 1;
	  transform: translate3d(0, 0, 0) scale(0);
	}

	.Phone::after {
	  top: 12px;
	  left: 10px;
	  width: 30px;
	  height: 30px;
	  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transform: translate3d(0, 0, 0);
	}
	

	.Phone.is-animating {
	  animation: phone-outer 3000ms infinite;
	}
	
	.Phone.is-animating::before, .Phone.is-animating::after {
		-webkit-animation: phone-icon 3000ms infinite;
		animation: phone-icon 3000ms infinite;
	}

	@keyframes phone-outer {
	  0% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow:
		  0 0 0 0em rgba(183, 46, 43, 0),
		  0em 1px 2px rgba(0, 0, 0, 0.2);
	  }
	  33.3333% { 
		transform: translate3d(0, 0, 0) scale(1.1);
		box-shadow:
		  0 0 0 0em rgba(183, 46, 43, 0.1),
		  0em 1px 2px rgba(0, 0, 0, 0.8);
	  }
	  66.6666% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow:
		  0 0 0 30px rgba(183, 46, 43, 0),
		  0em 1px 2px rgba(0, 0, 0, 0.5);
	  } 
	  100% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow:
		  0 0 0 0em rgba(183, 46, 43, 0),
		  0em 1px 2px rgba(0, 0, 0, 0.2);
	  }
	}

	@keyframes phone-inner {
	  0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0);
	  }
	  33.3333% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0.9);
	  }
	  66.6666% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	  }
	  100% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	  }
	}

	@keyframes phone-icon {
	  0% { transform: translate3d(0em, 0, 0); }
	  2% { transform: translate3d(0.01em, 0, 0); }
	  4% { transform: translate3d(-0.01em, 0, 0); }
	  6% { transform: translate3d(0.01em, 0, 0); }
	  8% { transform: translate3d(-0.01em, 0, 0); }
	  10% { transform: translate3d(0.01em, 0, 0); }
	  12% { transform: translate3d(-0.01em, 0, 0); }
	  14% { transform: translate3d(0.01em, 0, 0); }
	  16% { transform: translate3d(-0.01em, 0, 0); }
	  18% { transform: translate3d(0.01em, 0, 0); }
	  20% { transform: translate3d(-0.01em, 0, 0); }
	  22% { transform: translate3d(0.01em, 0, 0); }
	  24% { transform: translate3d(-0.01em, 0, 0); }
	  26% { transform: translate3d(0.01em, 0, 0); }
	  28% { transform: translate3d(-0.01em, 0, 0); }
	  30% { transform: translate3d(0.01em, 0, 0); }
	  32% { transform: translate3d(-0.01em, 0, 0); }
	  34% { transform: translate3d(0.01em, 0, 0); }
	  36% { transform: translate3d(-0.01em, 0, 0); }
	  38% { transform: translate3d(0.01em, 0, 0); }
	  40% { transform: translate3d(-0.01em, 0, 0); }
	  42% { transform: translate3d(0.01em, 0, 0); }
	  44% { transform: translate3d(-0.01em, 0, 0); }
	  46% { transform: translate3d(0em, 0, 0); }
	}
@media screen and (max-width: 768px) {
	.main-slide {
   
    display: flex;
    flex-wrap: wrap;
}

.under-main-ttl {
    font-size: 30px; padding-top: 15px;
}

.under .mainvisual{padding-top:80px;}

	.btn-submit a{    width: 100%;
    padding: 0 30px;}
.Phone{right:unset;
bottom: 95px;
    left: 10px;
}	
    h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
  }
  #main, #footer {
    min-width: 100%;
  }
  #header.fixed{background:none;}
  
  #header.fixed .logo{display: none !important;}
  
  #header.fixed .container{
	  justify-content: flex-end;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .gnv-ico {
    width: 60px;
    height: 63px;
    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 {
left: unset;
    bottom: 10px;
    line-height: 0;
    z-index: 9999;
    width: 100%;
    justify-content: center;
  }
  .f-form{padding-bottom: 70px;}
  .logo {
    width: 150px;
  }
  #header {
    padding: 15px 0;
  }
  .menu-icon {
    width: 35px;
    height: 35px;
	    top: -13px;
    position: relative;
  }
  .menu-icon span {
    width: 25px;
    height: 2px;
    top: 16px;
  }
  .menu-icon span::before{margin-top: -8px;}
  .menu-icon span::after{margin-top: 8px;}
  
  #gnavi {
    width: 100%;
    right: 0;
    top: 80px;
    height: calc(100% - 80px);
    position: fixed;
    overflow: auto;
    padding: 40px 5%;
  }
  .gnavi a {
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
  }
  .box01 .container, .box02 .container, .box04 .container {
    display: block;
  }
  .b01-main {
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
  .idx-ttl {
    font-size: 26px;
    text-align: center;
  }
  .b01-img {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .box01 {
    padding: 0 0 40px;
  }
  .b01-main-txt {
    margin-bottom: 30px;
  }
  .idx-btn {
    text-align: center;
  }
  .b02-main {
    width: 100%;
    padding: 30px 15px;
  }
  .b02-img {
    width: 100%;
    text-align: center;
  }
  .b02-img:after {
    right: -4vw;
  }
  .box03 {
    padding: 40px 0 20px;
  }
  .b03-list > div {
    width: calc(50% - 10px);
  }
  .b03-itm-img {
    width: 100px;
  }
  .b03-item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .b03-itm-ttl {
    margin-bottom: 10px;
  }
  .b04-main {
    width: 100%;
    padding: 30px 15px;
  }
  .b04-main:after {
    left: -4vw;
  }
  .b04-img {
    width: 100%;
    text-align: center;
  }
  .box05 {
    padding: 350px 0 20px;
  }
  .b05-list li {
    width: calc(50% - 10px);
    height: 70px;
    font-size: 18px;
  }
  .box06 {
    padding: 40px 0;
    background: #fff;
  }
  .box06 .container {
    display: block;
  }
  .b06-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .b06-video {
    width: 100%;
  }
  .box07 {
    padding: 30px 0;
  }
  .b07-itm-ttl {
    font-size: 18px;
  }
  .box08 {
    padding: 40px 0 20px;
  }
  .b08-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b08-itm-ttl {
    font-size: 18px;
  }
  .box09 {
    padding: 40px 0;
  }
  .b09-main {
    display: block;
  }
  .b09-main-img {
    width: 100%;
    margin: 0 0 20px;
  }
  .b09-btn {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .b09-main-thumb {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    height: 353px;
  }
  .b09-main-ttl {
    font-size: 16px;
    left: 30px;
    bottom: 30px;
  }
  .b09-thumb-ttl {
    font-size: 16px;
    left: 10px;
    bottom: 10px;
  }
  .b09-main-ttl:before, .b09-thumb-ttl:before {
    width: 36px;
    height: 36px;
  }
  .b09-main-ttl:after, .b09-thumb-ttl:after {
    border-width: 5px 0 5px 10px;
    left: 14px;
    bottom: calc(100% + 22px);
  }
  .box10 {
    padding: 40px 0 20px;
  }
  .b10-list {
    display: block;
  }
  .b10-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .b10-itm-date {
    font-size: 14px;
    width: 70px;
    padding: 10px;
  }
  .b10-itm-info {
    width: calc(100% - 70px);
    padding: 4px 20px;
  }
  .b10-item:last-child {
    margin-right: auto;
  }
  .box11 {
    padding: 40px 0 20px;
  }
  .b11-bnr {
    display: block;
  }
  .b11-bnr a {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .container {
    display: block;
  }
  .f-left, .f-right {
    width: 100%;
    padding: 30px 0;
  }
  .f-left-ttl {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
  }
  .f-left:before {
    right: -4vw;
  }
  .f-left-info li:last-child {
    font-size: 16px;
  }
  .f-left-info li:first-child {
    margin-right: 20px;
    padding-right: 20px;
  }
  .f-left-info {
    justify-content: center;
  }
  .f-right-ttl {
    font-size: 26px;
    text-align: center;
  }
  .f-right:before {
    left: -4vw;
  }
  .f-form input, .f-form textarea {
    font-size: 13px;
    padding: 14px 20px;
  }
  .f-form button {
    font-size: 14px;
    margin: 0 auto;
  }
  .box03 .idx-ttl {
    margin-bottom: 15px;
  }
  .b06-list {
    margin: 0 -5px 25px;
  }
  	.main-slide-info {
	order: 2;
    position: relative;
    background: #03401d;
	left: 0;
}
}
@media screen and (max-width: 425px) {

	.b09-main-thumb {
   
    max-width: 100%;
    margin: 0 auto 30px;
    height: 353px;
	height: auto;
  }
    .otherlist ul li {
        width: 100%;
        margin: 0 0px 30px 0;
    }
    #FormReg {
        width: 100%;
    }
  .b03-list > div {
    width: 100%;
  }
  .b03-item-main {
    margin-bottom: 20px;
  }
  .b05-list li {
    width: 100%;
    font-size: 14px;
    height: 55px;
    padding-left: 90px;
  }
  .b05-list li:before {
    background-size: auto 70%;
    width: 70px;
  }
  .b06-list.slick-initialized .slick-slide {
    margin: 0 5px;
  }
  .b07-list .slick-arrow {
    top: 18%;
    width: 20px;
    height: 32px;
  }
  .b07-list .slick-prev {
    left: 20px;
  }
  .b07-list .slick-next {
    right: 20px;
  }
    .b07-itm-info, .b07-itm-main ul {
        display: block;
        padding: 0 20px 20px;
    }
    .b07-itm-info li, .b07-itm-main ul li {
        width: 100%;
        margin-top: 10px;
    }
  .b07-itm-thumb span {
    width: calc(30% - 6px);
  }
  .b08-itm-img {
    border-radius: 20px;
  }
  .b08-itm-main {
    margin: -40px 15px 0;
    padding: 15px 20px;
    text-align: center;
  }
  .b08-itm-txt {
    flex-direction: column;
  }
  .f-form-row {
    display: block;
  }
  .f-form-row input:first-child, .f-form-row input:last-child {
    width: 100%;
  }
  .idx-video {
    width: 70px;
    height: 70px;
  }
  .idx-video span:after {
    border-width: 5px 0 5px 10px;
  }
  .b06-list.slick-initialized .slick-slide {
    margin: 0;
  }
  .b06-list {
    margin: 0 0 25px;
  }
  .b06-list .slick-next {
    right: 15px;
  }
  .b06-list .slick-prev {
    left: 15px;
  }
}