﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";

:root {
  /*--mcolor: #2f8ca6;
  --mcolor_2: #132f32;
  --mcolor_3: #fdc103;*/
  
  
    --mcolor: #8bb0c5;
    --mcolor_2: #327a9f;
    --mcolor_3: #fdc103;
}


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: #008000;
}
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: 45px;
}
#totop a {
  transition: all 0.5s ease;
  display: block;
}
#totop a:hover {
  opacity: 0.7;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #5f5f5f;
}
#wrapper {
  min-width: 1042px;
  overflow: hidden;
  padding-top: 145px;
}
.container {
  width: 1042px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  background:#fff;
  padding: 10px 0 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
#header .container, #gnavi .container, .under .mainvisual .container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 920px;
  justify-content: center;
}
.logo {
  margin: 0;
  max-width: 120px;

}
.h-txt {
  margin: 0;
  width: 100%;
  text-align: center;
  color: var(--mcolor);
  text-transform: uppercase;
  font-family: 'UTMHelveBold';
  font-size: 30px;
  line-height: 25pt;
}
.h-txt span {
    color: #008000;
    font-size: 20px;
    display: block;
}
#gnavi {
  /*background-image: linear-gradient(110deg,var(--mcolor) 0%,var(--mcolor_2) 100%);*/
  background: var(--mcolor);
  margin-top: 10px;
}
.gnavi {
  display: flex;
}
.gnavi > li{position:relative;}
.gnavi > li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: 'UTMHelve';
  padding: 10px 20px;
  position: relative;
  transition: all 0.5s ease;
}
.gnavi > li:not(:last-child) > a:before, .gnavi > li:not(:first-child) > a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  top: calc(50% - 12px);
}
.gnavi > li > a:before {
  right: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.gnavi > li > a:after {
  left: 0;
  background: -moz-linear-gradient(top,  rgba(27,59,61,0) 0%, rgba(27,59,61,1) 50%, rgba(27,59,61,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(27,59,61,0) 0%,rgba(27,59,61,1) 50%,rgba(27,59,61,0) 100%);
  background: linear-gradient(to bottom,  rgba(27,59,61,0) 0%,rgba(27,59,61,1) 50%,rgba(27,59,61,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b3b3d', endColorstr='#001b3b3d',GradientType=0 );
}
.gnavi > li:hover > a {
  color: var(--mcolor_3);
}
.submenu{position: absolute;display:none;
    z-index: 10;
    min-width: 200px;
    left: calc(50% - 100px);}
.submenu li a{
	display: block;
    text-decoration: none;
    background: #3fa035;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    margin-top: 1px;
    white-space: nowrap;
    transition: all 0.5s;font-family: 'UTMHelve';
}
.submenu > li:hover > a {
    color: #f78029;
}
.main-slide p {
  margin: 0;
}
.main-slide p img {
  max-width: none;
  width: 100%;
}
.box01 {
  background: url("/userfile/config/Img_Bg_1.jpg?v=20221222110839781") no-repeat center;
  background-size: cover;
  padding: 100px 0 50px;
  color: #000;
  text-align: center;
}
.idx-ttl {
  font-size: 30px;
  font-family: 'UTMHelveBold';
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 20px;
  color: #000000;
  line-height: 1.8em;
}
.idx-ttl:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: calc(50% - 75px);
}
/*.box01 .container {
  width: 100%;
  max-width: 630px;
}*/
.idx-list {
  text-align: left;
}
.idx-list li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 15px;
}
.idx-list li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.b01-video {
  margin: 40px 0 0;
}
.b01-video a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.b01-video a:before {
  content: '';
  position: relative;
  display: block;
  background: url("../W_images/b01_icon.png") no-repeat;
  width: 54px;
  height: 54px;
  background-size: 100% auto;
  margin: 0 auto;
}
.box02 {
  background: url("../W_images/b02_bg.jpg") no-repeat bottom center #475a20;
  color: #fff;
  text-align: center;
  padding: 60px 0 100px;
  position: relative;
}
.b02-txt {
  margin: 0;
}
.box03 {
  background: #f1f1f1;
}
.box03 .idx-ttl:after {
  background: #979797;
 
}
.box03 .idx-ttl {
  color: #008000;
  text-align:center;
}
.box03 .container {
  display: flex;
  justify-content: space-between;
}
.b03-img {
  margin: 0;
  flex-shrink: 0;
}
.b03-main {
  padding: 40px 0px;
}
.b03-main p {
  margin: 0 0 8px;
}
.b03-main .idx-list li:before {
  background: #979797;
  width: 3px;
  height: 3px;
}
.box04 {
  background: url("../W_images/b04_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.box04 .container {
  display: flex;
  justify-content: flex-end;
}
.b04-main {
  width: 470px;
  margin-right: 60px;
}
.box04 .idx-ttl:after, .box05 .idx-ttl:after {
  left: 0;
}
.box04 .idx-ttl {
  color: #008000;
}
.b04-main .idx-list li:before {
  background: #008000;
}
.box05 {
  background: url("../W_images/b05_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.box05 .container {
  width: 100%;
  max-width: 850px;
}
.b05-link {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  text-align: center;
  width: 140px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
  transition: all 0.5s ease;
}
.b05-link:hover {
  background: #008000;
  color: #fff;
}
.box06 {
  background: #f0f0f0;
  padding: 60px 0 100px;
}
.box06 .idx-ttl {
  text-align: center;
  color: var(--mcolor_2);
  padding: 0;
  margin: 0 0 30px;
}
.box06 .idx-ttl:after {
  display: none;
}
.box06 .container {
  width: 100%;
  max-width: 900px;
}
.b06-list {
  margin: 0 -15px;
}
.b06-item {
  margin: 0 15px;
  color: #fff;
  outline: none;
}
.b06-item:nth-child(3n+1) .b06-itm-main {
  background: #39f;
}
.b06-item:nth-child(3n+2) .b06-itm-main {
  background: #669900;
}
.b06-item:nth-child(3n+3) .b06-itm-main {
  background: #126431;
}
.b06-img {
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -56px;
}
.b06-itm-main {
  padding: 60px 30px 30px;
  font-family: 'PrestigeEliteStd-Bd';
}
.b06-ttl {
  text-align: center;
  margin: 0 0 15px;
  font-size: 15px;
}
.b06-txt {
  margin: 0;
  position: relative;
  font-size: 13px;
}
.b06-txt:before, .b06-txt:after {
  position: absolute;
  font-family: 'PrestigeEliteStd-Bd';
  font-size: 50px;
}
.b06-txt:before {
  content: '“';
  top: 10px;
  left: -28px;
}
.b06-txt:after {
  content: '”';
  bottom: -10px;
  right: -28px;
}
.box07 {
  position: relative;
  z-index: 0;
}
.box07:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #49AD36;
  z-index: -1;
}
.b07-list {
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  height: 780px;
  justify-content: center;
}
.b07-list li {
  width: 260px;
  height: 260px;
  background: #fff;
}
.b07-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.b07-list li img {
  flex-shrink: 0;
  width: 100%;
  transition: all 0.7s ease;
}
.b07-list li:hover img {
  transform: scale(1.1,1.1);
  opacity: 0.7;
}
.b07-list li:nth-child(4), .b07-list li:nth-child(5) {
  width: 523px;
  height: auto;
  min-height: 260px;
  text-align: center;
}
.b07-list li:nth-child(4) {
  height: 520px;
}
.b07-list li:nth-child(1) {
  background: #3399ff;
}
.b07-list li:nth-child(7) {
  background: #ffff66;
}
.b07-list li:nth-child(5) {
  background: #e5ad00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  font-family: 'UTMHelve';
}
.b07-list li:nth-child(5) > span > span {
  font-size: 36px;
  font-family: 'UTMHelveBold';
}
.box08 .idx-ttl {
  text-align: center;
  color:var(--mcolor_2);
  padding: 0;
}
.box08 .idx-ttl:after {
  display: none;
}
.box08 {
  padding: 60px 0;
}
.b08-list {
  display: flex;
  flex-wrap: wrap;
}
.b08-item:not(:last-child) {
  margin-right: 40px;
}
.b08-item {
  width: 307px; /*307 là 3 cột*/
  width: 480px; /*480 là 2 cột*/
  margin-bottom:25px;
}
.b08-item a {
  color: #4f4f4f;
  text-decoration: none;
}
.b08-itm-img {
  margin: 0 0 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.b08-itm-img img {
  width: 100%;
  transition: all 0.7s ease;
  flex-shrink: 0;
}
.b08-item a:hover .b08-itm-img img {
  transform: scale(1.1,1.1);
  opacity: 0.8;
}
.b08-itm-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.3em;
  margin: 0 0 10px;
  transition: all 0.5s ease;
}
.b08-itm-txt {
  margin: 0 0 5px;
  font-size: 13px;
  overflow: hidden;
  /*height: 95px;*/
}
.b08-itm-more {
  margin: 0;
  font-size: 13px;
  color: #008000;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}
.b08-item a:hover .b08-itm-ttl {
  color: var(--mcolor);
}
.box09 {
  /*background-image: linear-gradient(200deg,var(--mcolor_2) -1%,var(--mcolor) 100%);*/
  background: var(--mcolor);
  padding: 60px 0;
  color: #fff;
}
.box09 .idx-ttl {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
.box09 .idx-ttl:after {
  display: none;
}
.box09 .container {
  width: 100%;
  max-width: 700px;
}
.b09-form-row {
    display: flex;
    justify-content: space-between;
  margin: 0 0 30px;
}
.b09-form-row:nth-child(1) > input {
  width: 49%;
}
.b09-form input, .b09-form textarea {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  outline: none;
  padding: 12px 15px;
  border-radius: 5px;
  font-weight: bold;
}
.b09-form input::-webkit-input-placeholder, .b09-form textarea::-webkit-input-placeholder {
  color: #000000;
}
.b09-form input::-moz-placeholder, .b09-form textarea::-moz-placeholder {
  color: #000000;
}
.b09-form input:-ms-input-placeholder, .b09-form textarea:-ms-input-placeholder {
  color: #000000;
}
.b09-form input:-moz-placeholder, .b09-form textarea:-moz-placeholder {
  color: #000000;
}
.b09-col ul {
  display: flex;
  align-items: center;
}
.b09-col ul li {
  margin-right: 30px;
}
.b09-form-row:nth-child(3) > input, .b09-form-row:nth-child(2) > input {
  width: 75%;
}
.b09-form textarea {
  width: 100%;
  height: 150px;
}
.b09-form .button {
  width: 160px;
  background: #000000;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  border: none;
  display: block;
  padding: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-decoration:none;
}
.b09-form .button:hover {
  opacity: 0.7;
}
#contact-link {
  position: fixed;
  bottom: 30px;
  z-index: 10;
  margin-bottom: 0;
  width: 45px;
}
.contact-ico img {
	padding-bottom: 5px;
	transition: all 0.5s ease;
	opacity:0.8;
}
.contact-ico img:hover {
  opacity: 0.7;
}
#footer {
  background: #2e2e2e;
  color: #fff;
  text-align: center;
}
.f-hotline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.f-hotline img {
  margin-right: 20px;
}
.f-hotline span {
  color: #eb2629;
  margin-right: 10px;
}
.copyright {
  margin: 0;
  background: #222;
  padding: 13px 0;
  font-size: 15px;
  color: #fff;
}
.copyright a {
  text-decoration: none;
  color: #fff;
}
.under .mainvisual {
    background: #231f20;
    padding: 10px 0;
    margin-bottom: 55px;
}
.topic-path li {
	display: inline-block;
	font-size: 13px;
  font-style: italic;
	line-height: 1.3em;
	color: #fff;
}
.topic-path li a {
	text-decoration: none;
	color: #fff;
}
.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;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 83px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--mcolor_2);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 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;
    left: 0;
	    height: 225px;overflow: scroll !important;
}
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
.h-txt, .gnavi > li:not(:last-child) > a:before, .gnavi > li:not(:first-child) > a:after {
  display: none;
}
#header .container {
    justify-content: space-between;
}
#gnavi {
    margin: 0;
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
  height: calc(100% - 83px);
  display: none;
}
.gnavi {
    display: block;
  width: 100%;
}
#header {
    padding: 10px 0;
}
.logo img {
	max-width:62%;
}
.gnavi > li > a, .submenu li a {
    background: var(--mcolor);
    margin: 0 0 1px;
  padding: 15px 20px;
}
 .submenu li a {background:var(--mcolor);}
#gnavi .container {
  display: block;
  padding: 0;
}
.box01, .box04 {
    padding: 40px 0;
}
.idx-ttl {
    font-size: 22px;
  line-height: 1.3em;
}
.idx-ttl:after {
    left: calc(50% - 50px);
    width: 100px;
}
.b01-video {
    margin: 30px 0 0;
}
.b01-video a:before {
	width: 35px;
    height: 35px;
}
.box02 {
    padding: 40px 0 60px;
}
.box03 .container, .box04 .container {
    display: block;
}
.b03-img {
    display: none;
}
.b03-main, .box05, .box06 {
    padding: 40px 0;
}
.b04-main {
    width: 100%;
    margin: 0;
}
.b07-list {
    flex-direction: row;
    height: auto;
}
.b07-list li {
    width: 33.333%;
    height: auto;
}
.b07-list li:nth-child(4), .b07-list li:nth-child(5) {
    width: 50%;
    height: auto;
    min-height: auto;
}
.b07-list li:nth-child(5) {
    font-size: 3vw;
}
.b07-list li:nth-child(5) > span > span {
    font-size: 3.5vw;
}
.box07 .container {
    padding: 0;
}
.box08, .box09 {
    padding: 40px 0;
}
.b08-item:not(:last-child) {
    margin-right: 20px;
}
.b08-itm-ttl {
    font-size: 15px;
}
.b09-link {
    top: 20px;
    right: 3%;
	left:0;
    display: flex;
    justify-content: flex-end;
}
.b09-ico {
	margin:0;
}
.b09-ico:last-child {
    margin:0;
}
.b09-ico img {
	max-width:80%;
}
.f-hotline {
    padding: 40px 0;
    font-size: 5vw;
}
.f-hotline img {
    width: 30%;
}
}
@media screen and (max-width: 480px) {
.b07-list li:nth-child(1), .b07-list li:nth-child(7) {
    display: none;
}
.b07-list li {
    width: 50%;
}
.b08-list {
    display: block;
}
.b08-item {
    width: 100%;
    margin: 0 0 30px;
}
.b09-form-row {
    display: block;
    margin: 0;
}
.b09-form input, .b09-form textarea {
    margin: 0 0 20px;
    width: 100%!important;
}
.b09-form .b09-col input {
    width: auto!important;
}
.f-hotline img {
    margin-right: 10px;
}
.copyright {
    font-size: 12px;
}
}