﻿@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:#dfb458; }
a:hover,
a:active { color: #dfb458; 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: 1000;
	margin-bottom:0;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
  color: #666;
  font-size: 18px;
  font-family: 'UTMAvo', sans-serif;
}
.image-l {
	float: left;
	margin: 0 30px 10px 0;
}
.image-r {
	float: right;
	margin: 0 0 10px 30px;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper{
	min-width: 1170px;
	overflow: hidden;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
.sp {
	display: none;
}
.h-top {
    border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
}
.h-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-top-social {
    margin: 0;
  display: flex;
  align-items: center;
}
.h-top-social  a {
  display: flex;
  margin-right: 20px;
}
.h-lang-ttl {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-size: 14px;
}
.h-lang-ttl img, .h-lang-list li a img {
  margin-right: 7px;
}
.h-top-lang {
    position: relative;
}
.h-lang-list {
    position: absolute;
    z-index: 10;
    display: none;
    width: max-content;
}
.h-lang-list li a {
  display: flex;
  background: #ebebeb;
  text-decoration: none;
  align-items: center;
  color: #666;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 0 1px;
  transition: all 0.5s ease;
}
.h-lang-list li a:hover {
  background: #1268b0;
  color: #fff;
}
.h-main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.logo {
  margin: 0;
}
.h-main-right {
    display: flex;
    align-items: center;
}
.h-main-tel {
    margin: 0 40px 0 0;
    background: url(../images/h_tel.png) no-repeat left center;
    padding-left: 40px;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 18px;
    color: #ffa200;
    line-height: normal;
}
.h-main-list li {
    font-size: 14px;
    color: #666;
    opacity: 0.5;
    font-style: italic;
  padding-left: 30px;
}
.h-main-time {
  background: url("../images/h_time.png") no-repeat left center;
}
.h-main-mail {
  background: url("../images/h_email.png") no-repeat left center;
}
.h-main-mail a {
  color: #666;
  text-decoration: none;
}
#gnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding: 10px 0;
}
.gnavi {
  display: flex;
}
.gnavi > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #1268b0;
  transition: all 0.5s ease;
  padding: 0 20px;
  line-height: 1em;
  border-right: 1px solid #ebebeb;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #ffa200;
}
.gnavi > li:first-child > a {
  padding-left: 0;
}
.gnavi > li:last-child > a {
  border-right: none;
}
.h-search {
  position: relative;
  width: 250px;
}
.h-search input {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  border-radius: 20px;
  outline: none;
  font-size: 13px;
}
.h-search a {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1268b0;
  outline: none;
  border: none;
  width: 35px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.main-img {
  margin: 0;
}
.main-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.main-ttl {
  font-family: 'UTMKabelKT';
  font-size: 48px;
  color: #ffd824;
  line-height: 1.3em;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.main-txt {
  font-size: 28px;
  line-height: normal;
  margin: 0 0 30px;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: inline-block;
  background: #ffd824;
  min-width: 135px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 30px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
  top: -1px;
}
.idx-btn a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0,1);
  background: #0072bc;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 30px;
}
.idx-btn a:hover:before {
  transform: scale(1,1);
}
.box01 {
  padding: 60px 0;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
}
.b01-main {
    width: 630px;
}
.b01-img {
    width: 474px;
    margin: 0;
}
.b01-ttl {
    font-size: 24px;
    line-height: normal;
    color: #0072bc;
  margin: 0 0 20px;
}
.b01-ttl span {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.b01-txt p {
  line-height: normal;
  margin: 0 0 15px;
}
.box01 .idx-btn {
  text-align: left;
}
.b01-txt {
  margin: 0 0 30px;
}
.b01-img img {
  border: 3px solid #e4e4e4;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.box02 {
  background: url("../images/b02_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.b02-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.b02-num {
    font-size: 28px;
    margin: 0 0 20px;
    line-height: normal;
    color: #ffd824;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
}
.b02-num .counter {
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}
.b02-ttl {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
.b02-num:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 4px;
  background: #ffd824;
  left: calc(50% - 23px);
}
.box03 {
  padding: 60px 0;
}
.idx-ttl {
  text-align: center;
  margin: 0 0 25px;
  font-size: 36px;
  text-transform: uppercase;
  color: #0072bc;
  font-weight: bold;
}
.b03-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b03-item {
  width: 370px;
  margin-bottom: 30px;
}
.b03-item a {
  display: block;
  text-decoration: none;
}
.b03-itm-img {
    text-align: center;
    overflow: hidden;
    position: relative;
  margin: 0 0 15px;
}
.b03-itm-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 10px solid #ebebeb;
  transition: all 0.5s ease;
}
.b03-itm-img img {
  transition: all 1s ease;
}
.b03-item a:hover .b03-itm-img img {
  transform: scale(1.1,1.1);
  opacity: 0.6;
}
.b03-item a:hover .b03-itm-img:after {
  border-color: #0072bc;
}
.b03-itm-ttl {
    text-align: center;
    margin: 0;
    font-size: 20px;
    color: #666;
}
.b03-item a:hover .b03-itm-ttl {
  color: #0072bc;
}
.box03 .idx-btn a, .box04 .idx-btn a {
  background: #0072bc;
}
.box03 .idx-btn a:before, .box04 .idx-btn a:before {
  background: #ffd824;
}
.box04 {
  padding: 60px 0;
  background: url("../images/b04_bg.jpg") top center;
}
.b04-list {
    display: flex;
  margin-top: 60px;
}
.b04-item {
  width: 350px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.b04-item:last-child {
  margin-bottom: 0;
}
.b04-item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.b04-itm-img {
    margin: 0;
    position: relative;
  height: 210px;
  z-index: 0;
}
.b04-itm-img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.b04-itm-img:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: -1;
  left: 20px;
  top: -20px;
  border: 10px solid #959595;
  transition: all 0.5s ease;
}
.b04-itm-ttl {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
  z-index: 2;
  transition: all 0.5s ease;
}
.b04-itm-img:before {
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.b04-item a:hover .b04-itm-img:before {
  background: -moz-linear-gradient(top, rgba(0,114,188,0) 30%, rgba(0,114,188,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,114,188,0) 30%,rgba(0,114,188,1) 100%);
  background: linear-gradient(to bottom, rgba(0,114,188,0) 30%,rgba(0,114,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000072bc', endColorstr='#0072bc',GradientType=0 );
}
.b04-item a:hover .b04-itm-img:after {
  border-color: #0072bc;
}
.b04-item a:hover .b04-itm-ttl {
  color: #ffd824;
}
#footer {
  background: url("../images/f_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0 0;
  color: #fff;
}
.f-main {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5d5d5d;
  padding: 0 0 50px;
}
.f-mod01 {
    width: 340px;
}
.f-mod02 {
    width: 420px;
}
.f-mod03 {
    width: 300px;
}
.f-logo {
    border-bottom: 1px solid #5d5d5d;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.f-txt {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.f-social {
    margin: 0;
    line-height: 1em;
}
.f-social a {
  display: inline-block;
  margin-right: 10px;
}
.f-mod-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #ffd824;
    margin: 20px 0 10px;
}
.f-mod-info li {
    padding-left: 40px;
    margin: 0 0 10px;
  font-size: 14px;
}
.f-mod-tel {
  background: url("../images/f_tel.png") no-repeat 5px center;
}
.f-mod-mail {
  background: url("../images/f_mail.png") no-repeat 5px center;
}
.f-mod-add {
  background: url("../images/f_add.png") no-repeat left 5px;
}
.f-mod-mail a {
  color: #fff;
  text-decoration: none;
}
.f-mod-txt {
    font-size: 14px;
}
.f-mod-form input {
  border: none;
  outline: none;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 0 10px;
}
.f-mod-form button {
  border: none;
  background: #ffd824;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
}
.copyright {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #5d5d5d;
    padding: 15px 0;
}
.copyright a {
  text-decoration: none;
  color: #666;
}
.gtb02-year li {
	display: flex;
	margin: 0 0 15px;
}
.gtb02-year li span:nth-child(1) {
	color: #0072bc;
	font-weight: bold;
	margin-right: 90px;
	position: relative;
	font-size: 20px;
}
.gtb02-year li span:nth-child(1):after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border: 4px solid #0072bc;
	border-radius: 50%;
	background: #fff;
	right: -55px;
	top: 3px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):after {
	width: 38px;
	height: 38px;
	right: -61px;
	top: -5px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0072bc;
    border-radius: 50%;
    right: -48px;
    top: 8px;
    z-index: 5;
}
.gtb02-year {
	position: relative;
	z-index: 0;
	padding-top: 20px;
	margin-top: 20px;
}
.gtb02-year:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #0072bc;
	left: 89px;
	bottom: 2px;
	z-index: -1;
}
.gtb02-year:before {
	content: '';
	position: absolute;
	border: solid #0072bc;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
	top: -2px;
	left: 85px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.gtb02-year li span:nth-child(2) {
	font-size: 18px;
}
.under .mainvisual {
  background: url("../images/slide01.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 450px;
}
.under-section {
  /* padding: 60px 0; */
}
.bggray {
  background: #f5f5f5;
}
.under-sec-ttl {
  position: relative;
  text-align: center;
  width: 530px;
  margin: 0 auto 30px;
  overflow: hidden;
  font-size: 30px;
  color: #0072bc;
  text-transform: uppercase;
}
.under-sec-ttl  span {
  position: relative;
  padding: 0 15px;
}
.under-sec-ttl span:before, .under-sec-ttl span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #ffa200;
}
.under-sec-ttl span:before { right: 100%; }
.under-sec-ttl span:after { left: 100%; }
.under-main-ttl {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
}
.topic-path li {
	display: inline-block;
	font-size: 16px;
  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 a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
#wrapper {
	min-width: 100%;
	margin: 0;
/*	padding-top: 99px;*/
}
#main,  #footer {
	min-width: 100%;
}
.container {
	padding: 0 3%;
	width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 14px;
}
/* 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: #5fa6c3;
	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-main-right {
    display: none;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
}
.logo {
    width: 230px;
}
.h-main-cont {
    padding: 5px 0;
    border: none;
}
.gnv-main {
    position: fixed;
    background: rgba(255,255,255,0.9);
    top: 99px;
    left: 0;
    height: calc(100% - 99px);
  width: 100%;
  display: none;
}
.h-search {
    display: none;
}
#gnavi {
    padding: 0;
    display: block;
}
.gnavi {
    display: block;
}
.gnavi > li > a {
    background: #0072bc;
    color: #fff!important;
    padding: 15px 20px!important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.main-ttl {
  font-size: calc((100vw/768)*32);
  margin: 0 0 2vmin;
}
.main-txt {
  font-size: calc((100vw/768)*18);
  margin: 0 0 2vmin;
}
.box01 {
    padding: 40px 0;
}
.box01 .container {
    display: block;
}
.b01-main {
    width: 100%;
    margin: 0 0 30px;
}
.b01-ttl {
    font-size: 18px;
}
.b01-ttl span {
    font-size: 24px;
}
.b01-img {
    width: 100%;
    text-align: center;
}
.b02-num .counter {
  font-size: calc((100vw/768)*60);
}
.b02-ttl {
  font-size: calc((100vw/768)*20);
}
.b03-item {
    width: 48%;
}
.b03-itm-ttl {
    font-size: 16px;
}
.idx-ttl {
    font-size: 24px;
}
.box02 {
    padding: 40px 0 20px;
}
.box03, .box04 {
    padding: 40px 0;
}
.b04-list {
    display: block;
  margin: 0 0 30px;
}
.b04-item {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
}
.f-main {
    display: block;
    padding: 0 0 30px;
}
.f-mod01, .f-mod02 {
    width: 100%;
}
.f-mod-ttl {
    font-size: 18px;
}
.f-mod03 {
    width: 100%;
    max-width: 300px;
}
.copyright {
    font-size: 12px;
}
.gtb02-year li span:nth-child(1) {
    font-size: 16px;
	margin-right: 70px;
}
.gtb02-year li span:nth-child(2) {
    font-size: 14px;
}
.gtb02-year:before {
    left: 66px;
}
.gtb02-year:after {
    left: 70px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):after {
    right: -51px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):before {
    right: -38px;
}
.gtb02-year li span:nth-child(1):after {
    right: -45px;
}
.under .mainvisual {
    height: 200px;
}
.under-main-ttl {
    font-size: 26px;
  margin: 0;
}
.topic-path li {
    font-size: 14px;
}
.under-section {
    /* padding: 40px 0; */
}
.under-sec-ttl {
    font-size: 22px;
    width: 100%;
    max-width: 530px;
  margin: 0 0 20px;
}
.image-l, .image-r {
	float: none;
  margin: 0 0 20px;
  text-align: center;
}
}
@media screen and (max-width: 640px) {
  .main-slide .slick-slide img {
    height: 200px;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 425px) {
.b02-list {
    flex-wrap: wrap;
}
.b02-item {
    width: 50%;
    margin: 0 0 30px;
}
.b02-num .counter {
  font-size: 30px;
}
.b02-ttl {
  font-size: 16px;
}
.b03-item {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px;
}
.b04-itm-img:after {
    border-width: 5px;
    left: 10px;
    top: -10px;
}
.idx-ttl {
    font-size: 20px;
}
}