﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--f-main: "Montserrat", sans-serif;
	--txt: #666666;
	--mcolor: #08469b;
	--scolor: #27aae0;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--mcolor);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  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.sp {
	display: none;
}
#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                                     */
/*==========================================================================*/
body {
  color: var(--txt);
  font-family: var(--f-main);
	font-weight: 400;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
	padding-top: 85px;
}
.container {
  width: 1366px;
	max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
    border-top: 3px solid var(--mcolor);
    padding: 12px 0 15px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
	margin: 0;
}
.h_right {
	display: flex;
	align-items: center;
}
#gnavi {
    display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.h_lang {
	display: flex;
	margin-left: 50px;
}
.h_lang li {
    font-size: 13px;
	color: #000;
}
.h_lang li a {
	text-decoration: none;
	color: #000;
}
.h_lang li.active a {
	color: var(--scolor);
}
.h_lang li:not(:last-child):after {
    content: '|';
    position: relative;
    display: inline-block;
    margin: 0 8px;
    font-weight: 500;
}
.h_search {
    width: 220px;
    border: 1px solid #ebebeb;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
	background: #fff;
	margin-left: 70px;
}
.h_search input {
    width: 100%;
    border: none;
	background: transparent;
}
.h_search button {
    border: none;
    background: no-repeat;
    flex-shrink: 0;
    position: relative;
    top: -3px;
}
.gnavi {
    display: flex;
	margin-left: 50px;
}
.gnavi>li {
	position: relative;
	margin: 0 5px;
}
.gnavi>li:before {
	content: '';
	position: absolute;
	background: url("../images/gnv_icon.png") no-repeat top center/100% auto;
	width: 43px;
	height: 18px;
	top: -19px;
	left: calc(50% - 22px);
	opacity: 0;
	transition: all 0.3s;
}
.gnavi>li.active:before, .gnavi>li:hover:before {
	opacity: 1;
}
.gnavi>li>a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: 15px;
	padding: 10px;
	transition: all 0.3s;
}
.gnavi>li.active>a, .gnavi>li:hover>a {
	color: var(--scolor);
}


.submenu {
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.submenu a {
	white-space: nowrap;
	display: block;
	text-decoration: none;
	background: var(--scolor);
	color: #fff;
	padding: 10px 15px;
	margin-top: 1px;
	font-size: 14px;
	transition: all 0.3s;
}
.submenu a:hover {
	background: var(--mcolor);
}
.main_slide img {
	width: 100%;
}
.main_slide p {
	margin: 0;
}
.main_slide .slick-dots {
	position: absolute;
	bottom: 47px;
	z-index: 5;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
}
.main_slide .slick-dots li {
	line-height: 0;
	margin: 0 8px;
}
.main_slide .slick-dots li button {
	text-indent: -500000px;
	width: 35px;
	height: 7px;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
}
.main_slide .slick-dots li.slick-active button, .main_slide .slick-dots li:hover button {
	background: var(--scolor);
}
.box01 {
    padding: 53px 0;
}
.box01 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.b01_img {
    flex-shrink: 0;
    margin: 0 70px 0 0;
}
.idx_h2 {
    font-size: 40px;
    color: var(--mcolor);
    font-weight: 600;
    margin: 0 0 50px;
}
.b01_main_info {
    padding-left: 100px;
}
.b01_txt {
    text-align: justify;
    margin: 0 0 30px;
}
.idx_btn {
    margin: 0;
    font-size: 14px;
}
.idx_btn a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
	transition: all 0.3s;
}
.idx_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/idx_arr.svg") no-repeat center center/100% auto;
	width: 35px;
	height: 6px;
	margin-left: 30px;
}
.idx_btn a:hover {
	transform: translateX(10px);
	color: var(--scolor);
}
.b01_main {
    position: relative;
}
.b01_main:after {
	content: '';
	position: absolute;
	background: url("../images/b01_icon.png") no-repeat center center/100% auto;
	width: 284px;
	height: 340px;
	pointer-events: none;
	z-index: -2;
	right: 30px;
	top: -220px;
}
.box02 {
	background: var(--mcolor);
	color: #fff;
	padding: 100px 0;
}
.b02_list {
    display: flex;
    justify-content: space-between;
}
.b02_list li {
    width: 20%;
    text-align: center;
    font-weight: 600;
}
.b02_list li .num {
    font-size: 40px;
    display: block;
    margin: 0 0 25px;
}
.b02_list li .unit {
	font-size: 60%;
	display: inline-block;
	margin-left: 10px;
}
.box03 {
	padding: 80px 0 30px;
}
.box03 .idx_h2 {
	text-align: center;
}
.b03_list {
    display: flex;
    flex-wrap: wrap;
}
.b03_item {
    width: calc(25% - 24px);
    margin: 0 32px 50px 0;
}
.b03_item:nth-child(4n) {
	margin-right: 0;
}
.b03_itm_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 8px;
    margin: 0 0 19px;
}
.b03_item a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    transition: all 0.3s;
}
.b03_item a:hover {
	transform: translateY(-10px);
}
.box04 {
	background: url("../images/b04_img.png?v=1.000") no-repeat left calc(50% + 335px) center #f7f7f7;
	padding: 75px 0;
}
.b04_main {
    width: 50%;
    background: #fff;
    padding: 40px 50px 70px 55px;
    position: relative;
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}
.b04_main:before, .b04_main:after {
	content: '';
	position: absolute;
	width: 85px;
	height: 54px;
	border-color: var(--scolor);
	border-style: solid;
}
.b04_main:before {
	top: 0;
	left: 0;
	border-width: 6px 0 0 6px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.b04_main:after {
	right: 0;
	bottom: 0;
	border-width: 0 6px 6px 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.idx_h2 .small {
    display: block;
    font-size: 60%;
    margin: 0 0 15px;
}
.b04_main_info {
    padding-left: 100px;
}
.b04_list {
    display: flex;
    flex-wrap: wrap;
}
.b04_list li {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    color: var(--scolor);
    margin: 0 0 30px;
}
.b04_list li:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/b04_icon01.png?v=1.000") no-repeat center center/100% auto;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.b04_list li:nth-child(2):before {
	background-image: url("../images/b04_icon02.png?v=1.000");
}
.b04_list li:nth-child(3):before {
	background-image: url("../images/b04_icon03.png?v=1.000");
}
.b04_list li:nth-child(4):before {
	background-image: url("../images/b04_icon04.png?v=1.000");
}
.box05 {
	padding: 76px 0;
}
.box05 .idx_h2 {
	text-align: center;
}
.b05_list {
    display: flex;
    justify-content: space-between;
}
.b05_list >div {
    width: calc(50% - 25px);
}
.b05_item a {
    display: flex;
    text-decoration: none;
    color: var(--txt);
    border: 1px solid #ebebeb;
    height: 100%;
    transition: all 0.3s;
}
.b05_item a:hover {
	transform: translateY(-10px);
}
.b05_item.itm_full .b05_itm_img {
    width: 55%;
}
.b05_itm_img {
    flex-shrink: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.b05_itm_img img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.b05_col .b05_itm_img img {
    max-width: 200px;
}
.b05_col .b05_itm_txt {display:none;
}
.b05_itm_main {
    width: 100%;
    padding: 30px;
}
.b05_itm_auth {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.b05_itm_auth:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/b05_icon.png") no-repeat center center/100% auto;
	width: 15px;
	height: 14px;
	margin-right: 15px;
}
.b05_itm_ttl {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 25px;
}
.b05_itm_txt {
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b05_itm_btn {
    margin: 0;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
	color: var(--txt);
}
.b05_itm_btn:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/idx_arr.svg") no-repeat center center/100% auto;
	width: 35px;
	height: 6px;
	margin-left: 30px;
}
.b05_col .b05_itm_img {
    width: 200px;
}
.b05_col .b05_itm_main {
    padding: 20px 30px;
}
.b05_itm_more {
    margin: 0;
    font-size: 13px;
    text-decoration: underline;
}
.b05_col .b05_itm_ttl, .b05_col .b05_itm_auth {
    margin: 0 0 10px;
}
.b05_col .b05_item:not(:last-child) {
	margin-bottom: 30px;
}
.box06 {
    background: var(--mcolor);
    color: #fff;
    padding: 80px 0;
}
.box06 .idx_h2 {
    color: #fff;
}
.b06_form {
    padding-left: 100px;
    display: flex;
    position: relative;
    z-index: 2;
}
.b06_txt {
    flex-shrink: 0;
    width: 250px;
    margin: 0 40px 0 0;
    text-align: justify;
}
.b06_form input {
    width: 315px;
    border: none;
    font-size: 18px;
    font-style: italic;
    padding: 20px 40px;
    border-radius: 7px;
}
.b06_form input:nth-child(2) {
	margin-right: 30px;
}
.b06_form input:nth-child(3) {
	margin-right: 10px;
}
.b06_form button {
    width: 75px;
    background: var(--scolor);
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
}
.b06_form button:hover {
	opacity: 0.7;
}
.f_main {
    padding: 60px 0;
    text-align: center;
}
.f_social {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
}
.f_social_icon {
	margin: 0 0 50px;
}
.f_social_icon a {
    display: inline-block;
    color: #888888;
    font-size: 20px;
    margin: 0 20px;
    transition: all 0.3s;
}
.f_social_icon a:hover, .f_menu li a:hover {
	color: var(--scolor);
}
.f_menu {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.f_menu li a {
    display: block;
    text-decoration: none;
    color: var(--txt);
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 25px;
    transition: all 0.3s;
}
.copyright {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.copyright a {
	text-decoration: none;
    color: var(--txt);
}
.f_bottom {
    padding: 30px 0;
    background: #f7f7f7;
}
.f_bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f_add {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.f_add:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/f_add.png") no-repeat center center/100% auto;
	width: 19px;
	height: 25px;
	margin-right: 15px;
}
.f_tel {
    margin: 0;
    font-size: 18px;
}
.f_tel a {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: var(--scolor);
	text-decoration: none;
}
.f_tel a:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/f_tel.png") no-repeat center center/100% auto;
	width: 15px;
	height: 25px;
	margin-right: 15px;
}


@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 768px) {
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;
    padding-top: 77px;
  }
  #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(--scolor);
    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: 52px;
    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 {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
.h_right {
    position: fixed;
    width: 100%;
    top: 77px;
    left: 0;
    background: rgba(255,255,255,0.9);
    height: calc(100% - 77px);
    padding: 30px 15px;
    overflow: auto;
}
#header {
    border-top-width: 2px;
    padding: 10px 0;
}
	.h_right {
		display: none;
	}
.h_lang {
    margin: 0 0 20px;
	display: flex;
	justify-content: center;
}
.h_search {
    margin: 0 auto 30px;
}
.gnavi {
    display: block;
	width: 100%;
	margin: 0;
}
	.gnavi>li:before {
		display: none;
	}
#gnavi {
	display: block;
	width: 100%;
	height: 100%;
}
.gnavi>li>a {
    background: var(--scolor);
    color: #fff!important;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
}
.gnavi>li {
    margin: 0;
}
.submenu {
    position: relative;
}
.submenu a {
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    background: var(--mcolor);
    border-bottom: 1px solid;
}
.main_slide .slick-dots {
    bottom: 20px;
}
.main_slide .slick-dots li button {
    width: 25px;
    height: 5px;
}
.box01 {
    padding: 40px 0;
}
.box01 .container {
    display: block;
}
.idx_h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 25px;
}
.b01_main_info {
    padding-left: 0;
    margin: 0 0 30px;
}
.b01_txt {
    margin: 0 0 20px;
}
.idx_btn {
    text-align: center;
}
.b01_main:after {
    width: 150px;
    height: 200px;
    top: -30px;
    right: 0;
}
.b01_img {
    margin: 0 auto;
    max-width: 400px;
}
.box02 {
    padding: 50px 0;
}
.b02_list {
    flex-wrap: wrap;
}
.b02_list li {
    width: 50%;
    margin: 0 0 30px;
}
.b02_list li .num {
    font-size: 26px;
    margin: 0 0 15px;
}
	.b02_list li:last-child {
		margin-bottom: 0;
	}
.box03 {
    padding: 40px 0 10px;
}
.b03_item {
    width: 48%;
    margin: 0 4% 30px 0;
}
.b03_item:nth-child(2n) {
    margin-right: 0;
}
.box04 {
    padding: 40px 0;
    background: #f7f7f7;
}
.b04_main {
    width: 100%;
    padding: 30px 15px;
}
.b04_main:before, .b04_main:after {
    width: 60px;
    height: 30px;
}
.b04_main:before {
    border-width: 4px 0 0 4px;
}
.b04_main:after {
    border-width: 0 4px 4px 0;
}
.b04_main_info {
    padding-left: 0;
}
.box05 {
    padding: 40px 0;
}
.b05_list {
    display: block;
}
.b05_list >div {
    width: 100%;
}
.b05_item.itm_full {
    margin: 0 0 30px;
}
.b05_itm_ttl {
    font-size: 16px;
}
.box06 {
    padding: 40px 0;
}
.b06_form {
    padding: 0;
    display: block;
}
.b06_txt {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}
.b06_form input {
    display: block;
    margin: 0 auto 20px!important;
    font-size: 14px;
    padding: 15px 20px;
	width: 100%;
	max-width: 315px;
}
.b06_form button {
    display: block;
    height: 50px;
    margin: 0 auto;
}
.f_main {
    padding: 40px 0;
}
.f_menu {
    display: none;
}
.f_social_icon {
    margin: 0 0 30px;
}
.f_bottom {
	display: none;
	}#totop a:not(:first-child) {
		margin-top: 10px;
	}
	#totop a.sp {
		display: block;
	}
}