@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
	--f-main: "Be Vietnam Pro", sans-serif;
	--f-ttl: "Playfair Display", serif;
	--f-osw: "Oswald", sans-serif;
	--txt: #666666;
	--mcolor: #00A651;
	--scolor: #ED1D24;
	--green: #14452F;
	--green-light: #28965D;
	--gray: #FAFAFA;
}
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;
	height: auto;
}
a {
  color: var(--mcolor);
	text-decoration: none;transition: all 0.3s;
}
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.34em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 15px;
  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: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);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1320px;
	max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {display: none;}
#header {position: relative;z-index: 999;}
.h_top { background: var(--green); padding: 19px 0;}
.h_top .container {display: flex;justify-content: flex-end;align-items: center;}
.h_social {margin: 0;display: flex;}
.h_social a:not(:last-child) {margin-right: 10px;}
.h_top_info { display: flex ; margin-right: 90px;}
.h_top_info li {color: var(--mcolor);font-size: 15px;position: relative;padding-left: 35px;}
.h_top_info li:before {content: '';position: absolute;background: url("/assets/images/ic_tel.png") no-repeat center center/100% auto;width: 20px;height: 100%;left: 0;top: 0;}
.h_top_info li .ttl {display: block;}
.h_top_info li .tel {color: var(--scolor);font-family:var(--f-osw);font-size: 17px;font-weight: 700;}
.h_top_info li .mail, .h_top_info li .add {color: var(--mcolor);font-family:var(--f-osw);font-size: 17px;font-weight: 400;text-decoration: none;}
.h_top_info li:nth-child(2):before {background-image: url("/assets/images/ic_mail.png");width: 30px;}
.h_top_info li:nth-child(2) {padding-left: 45px;}
.h_top_info li:nth-child(3):before {background-image: url("/assets/images/ic_add.png");width: 25px;}
.h_top_info li:nth-child(3) {padding-left: 35px;}
.h_top_info li:not(:last-child):after {content: '';position: absolute;width: 1px;height: 40px;background: #007439;opacity: 0.5;right: 0;top: calc(50% - 20px);}
.h_top_info li:not(:last-child) {padding-right: 70px;margin-right: 70px;}

.logo { margin: 0;position: absolute;left: 30px;top: -20px;z-index: 3;}
.logo a {display: flex;justify-content: center;align-items: center;background: var(--mcolor);width: 170px;height: 130px;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);}
.h_main {transition: all 0.3s;}
.h_main .container {display: flex;align-items: center;flex-direction: row-reverse;background: #fff;border-radius: 10px;padding-right: 0;}
.gnavi {display: flex;}
.h_box { position: absolute; width: 100%; top: 0; }
.gnavi>li {position: relative;}
.submenu {position: absolute;background: var(--mcolor);padding: 15px;border-radius: 10px;width: 200px;left: calc(50% - 100px);display: none;}
.h_lang select { width: 80px; height: 80px; border: none; background: var(--mcolor); color: #fff; border-top-right-radius: 10px; border-bottom-right-radius: 10px; text-align: center; }
.h_search { width: 150px; margin: 0 30px 0 50px; position: relative; }
.h_search input {width: 100%;border: none;border-bottom: 1px solid #EDEDED;font-size: 17px;font-weight: 300;font-family: var(--f-osw);color: #BFBFBF;padding: 7px 0;}
.h_search input::placeholder {color: #BFBFBF;}
.h_search button {position: absolute;right: 0;top: 7px;border: none;background: transparent;}
.gnavi>li>a {font-size: 17px;font-family: var(--f-osw);text-transform: uppercase;text-decoration: none;position: relative;padding: 5px;display: block;}
.gnavi>li.over>a {padding-right: 15px;}
.gnavi>li.over>a:after {content: '';position: absolute;width: 10px;height: 2px;background: var(--mcolor);right: 0;top: calc(50% - 1px);}
.gnavi>li.over>a:before {content: '';position: absolute;height: 10px;width: 2px;background: var(--mcolor);right: 4px;top: calc(50% - 5px);}
.gnavi>li:not(:last-child) {margin-right: 40px;}
.submenu a {color: #fff;text-decoration: none;font-size: 17px;font-family: var(--f-osw);font-weight: 400;text-align: center;padding: 5px;border-bottom: 1px solid rgba(255,255,255,0.2);display: block;text-transform: capitalize;}
.submenu li:last-child a {border-bottom: none;}
.gnavi>li.active>a {color: var(--green);}

.mainvisual {padding-top: 80px;position: relative;}
.main_slide img {width: 100%;}
.main_info { position: absolute; width: 100%; top: 0; left: 0; padding-top: 80px; display: flex ; align-items: center; height: 100%; }
.main_info_ttl { font-size: 36px; max-width: 740px;margin-bottom: 30px;}
.main_info_ttl .small {color: var(--scolor);font-family: var(--f-osw);text-transform: uppercase;font-weight: 700;display: block;margin-bottom: 10px;}
.main_info_ttl .ttl {display: block;font-size: 177.78%;font-family: var(--f-ttl);line-height: 1.17em;color: var(--mcolor);font-weight: 800;}
.main_info_txt { max-width: 660px; color: #fff; line-height: 1.67em; border-left: 4px solid #D9D9D9; padding-left: 30px; }
.btn_list { display: flex ; }
.idx_btn a {width: 150px;height: 55px;display: flex;align-items: center;color: #fff;background: url("/assets/images/ic_arr.svg") no-repeat right 20px center var(--mcolor);border-radius: 7px;padding: 0 25px;position: relative;font-family: var(--f-osw);text-transform: uppercase;font-size: 16px;text-decoration: none;overflow: hidden;}
.idx_btn a:after {content: '';position: absolute;width: 40px;height: 40px;background: #fff;border-radius: 50%;top: calc(50% - 20px);right: -20px;opacity: 0.2;pointer-events: none;}
.btn_list .idx_btn:not(:last-child) {margin-right: 30px;}
.idx_btn.btn_red a {width: 200px;background-color: var(--scolor);}
.sec01_img {margin: 0;text-align: center;}

.sec01 { padding: 99px 0; }
.sec02 {background: var(--gray);padding: 100px 0;}
.sec02 .container {display: flex;justify-content: space-between;align-items: flex-start;}
.sec02_main { flex-shrink: 0; width: 570px; margin-right: 75px; }
.idx_ttl { font-size: 36px; color: var(--scolor); line-height: 1.5em; margin: 0 0 15px; }
.idx_ttl .lager {display: block;color: var(--mcolor);font-size: 138.89%;font-weight: 700;text-transform: uppercase;line-height: 1.5em;}
.sec02_txt { text-align: justify; margin-bottom: 42px;}
.sec02_list dl { border-top: 3px solid var(--mcolor); margin: 0 0 15px; background: #fff; position: relative;padding-left: 70px; border-right: 1px solid #EDEDED;border-bottom: 1px solid #EDEDED;}
.sec02_list dt { font-size: 24px; color: var(--scolor); font-family: var(--f-osw); font-weight: 700; padding: 17px 33px; cursor: pointer; transition: all 0.3s;position: relative;}
.sec02_list dt:before, .sec02_list dt:after {content: '';position: absolute;background: var(--scolor);transition: all 0.3s;}
.sec02_list dt:before {width: 20px;height: 3px;right: 34px;top: calc(50% - 1px);}
.sec02_list dt:after {width: 3px;height: 20px;right: 42px;top: calc(50% - 10px);}
.sec02_list dt.active:after {transform: rotate(90deg);}
.sec02_list dl:before {content: '';position: absolute;width: 70px;height: 100%;top: 0;left: 0;background: url("/assets/images/sec02_icon01.png") no-repeat center center/40px auto var(--mcolor);}
.sec02_list dl:nth-child(2):before {background-image: url("/assets/images/sec02_icon02.png");}
.sec02_list dl:nth-child(3):before {background-image: url("/assets/images/sec02_icon03.png");}
.sec02_list dd {padding: 0 33px 30px;display: none;}
.sec02_list {margin-bottom: 49px;}
.sec02 .idx_btn a {width: 160px;}
.sec02 .idx_ttl { margin-bottom: 12px; }

.sec03 {padding: 100px 0;}
.sec03 .idx_ttl {text-align: center;}
.sec03_txt { text-align: center; max-width: 570px; margin: 0 auto 60px; }
.sec03_list { display: flex ; flex-wrap: wrap; border-bottom: 2px solid #EBEBEB; }
.sec03_item { width: calc(100% / 5); text-align: center; border-top: 2px solid #EBEBEB; border-left: 2px solid #EBEBEB; }
.sec03_item:nth-child(5n) { border-right: 2px solid #EBEBEB; }
.sec03_item a {text-align: center;display: block;color: var(--scolor);font-size: 20px;font-family: var(--f-osw);padding: 30px;}
.sec03_item .img {display: flex;justify-content: center;align-items: center;margin: 0 0 20px;height: 140px;}
.sec03_item img {max-height: 100%;transition: all 0.3s;}

.sec04 {background: url("/assets/images/sec04_bg.jpg") no-repeat center center/cover;padding: 100px 0;color: #fff;text-align: center;}
.sec04_list { display: flex ; }
.sec04_item { width: calc(100% / 4); font-size: 24px; font-family: var(--f-osw); }
.sec04_item .lager { display: block; color: var(--scolor); font-size: 208.34%; line-height: 1em; margin-bottom: 20px;}
.sec04_item .count { font-size: 192%;line-height: 1em; }
.sec04_item:nth-child(2n) .lager {font-size: 400%;line-height: 1em;}
.sec04_item:nth-child(2n) .count {font-size: 100%;}

.sec05 {background: var(--gray);padding: 100px 0;}
.sec05 .idx_ttl {text-align: center;margin-bottom: 20px;}
.sec05_list {background: url("/assets/images/sec05_img_pc.png") no-repeat center center/100% auto;max-width: 1229px;margin: 0 auto;height: 547px;position: relative;counter-reset: item;}
.sec05_list li {position: absolute;width: 270px;counter-increment: item;z-index: 2;line-height: 1.27em;}
.sec05_list li .txt:before { counter-increment: li; content: counter(item, decimal-leading-zero); position: absolute; font-size: 100px; color: var(--scolor); opacity: 0.1; font-family: var(--f-osw); left: 0; top: -23px; z-index: -1; line-height: 1em; font-weight: 700; }
.sec05_list li .ttl { display: none; }
.sec05_list li .txt {position: relative;z-index: 2;}
.sec05_list li:nth-child(2) { left: 468px; top: 26px; }
.sec05_list li:nth-child(1) { left: 138px; top: 27px; }
.sec05_list li:nth-child(3) { left: 798px; top: 27px; }
.sec05_list li:nth-child(4) { left: 858px; top: calc(50% - 42px); }
.sec05_list li:nth-child(5) { left: 798px; bottom: -3px; }
.sec05_list li:nth-child(6) { left: 468px; bottom: 19px; }
.sec05_list li:nth-child(7) { left: 138px; bottom: 20px; }

.sec06 {padding: 100px 0;}
.sec06 .idx_ttl {text-align: center;}
.sec06_txt { max-width: 870px; margin: 0 auto 60px; text-align: center; }
.sec06_list { display: flex ; justify-content: space-between;padding-top: 60px; }
.sec06_item {width: calc((100% - 90px)/5);background: #FAFAFA;border-radius: 20px;position: relative;text-align: center;padding: 0 25px 25px;}
.sec06_item a{
	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sec06_item:before {content: '';position: relative;display: block;background: url("/assets/images/sec06_img01.png") no-repeat center center/100% auto;width: 80px;height: 80px;margin: -56px auto 0;}
.sec06_item:after {content: '';position: absolute;width: 100px;height: 100px;border: 2px solid var(--scolor);border-radius: 50%;left: calc(50% - 50px);top: -66px;z-index: -2;}
.sec06_item:nth-child(2):before {background-image: url("/assets/images/sec06_img02.png");}
.sec06_item:nth-child(3):before {background-image: url("/assets/images/sec06_img03.png");}
.sec06_item:nth-child(4):before {background-image: url("/assets/images/sec06_img04.png");}
.sec06_item:nth-child(5):before {background-image: url("/assets/images/sec06_img05.png");}
.sec06_item_ttl { font-size: 22px; font-family: var(--f-osw); color: var(--scolor); position: relative; margin: 22px 0 23px; padding: 0 0 30px; }
.sec06_item_ttl:after { content: ''; position: absolute; width: 50px; height: 3px; background: var(--scolor); left: calc(50% - 25px); border-radius: 3px; bottom: 0; }
.sec06_item_txt { margin: 0; font-size: 16px; line-height: 1.5em; }

.sec07 {background: url("/assets/images/sec07_bg.jpg") no-repeat center center/cover;padding: 100px 0;color: #fff;}
.sec07 .idx_ttl {text-align: center;}
.sec07_txt { max-width: 770px; margin: 0 auto 60px; text-align: center; }
.sec07_item {margin: 0 15px;}
.sec07_list.slick-slider {margin: 0 -15px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.sec07_list .slick-list {order: -1;width: 100%;margin-bottom: 60px;}
.sec07_list .slick-next {order: 2;}
.sec07_list .slick-dots {display: flex;justify-content: center;margin: 0 30px;}
.sec07_list .slick-dots li {width: 30px;height: 30px;position: relative;border: 1px solid transparent;background: transparent;border-radius: 50%;padding: 10px;cursor: pointer;display: flex;justify-content: center;align-items: center;margin: 0 10px;}
.sec07_list .slick-dots li button {width: 8px;height: 8px;border: none;background: var(--mcolor);border-radius: 50%;text-indent: -500000px;cursor: pointer;}
.sec07_list .slick-dots li.slick-active {border-color: var(--mcolor);background: #fff;}
.sec07_list .slick-arrow {width: 12px;height: 15px;background: #D9D9D9;cursor: pointer;transition: all 0.3s;border: none;clip-path: polygon(0 0, 0% 100%, 100% 50%);text-indent: -500000px;}
.sec07_list .slick-prev {clip-path: polygon(100% 0, 0 50%, 100% 100%);}

.sec08 {background: var(--gray);padding: 100px 0;}
.sec08 .idx_ttl {text-align: center;}
.sec08_txt { max-width: 770px; margin: 0 auto 35px; text-align: center; }
.sec08_list { display: flex ; }
.sec08_item { width: calc((100% - 60px) / 3); margin: 0 30px 0 0; background: #fff; border-radius: 20px; transition: all 0.3s;}
.sec08_item:last-child {margin-right: 0;}
.sec08_item_img { display: flex ; justify-content: center; align-items: center; overflow: hidden; border-radius: 20px; height: 250px; margin: 0; }
.sec08_item_img img {flex-shrink: 0;height: 100%;object-fit: cover;transition: all 0.3s;}
.sec08_item a {color: var(--txt);display: block;}
.sec08_item_main { padding: 30px 30px 40px; }
.sec08_item_ttl { font-size: 20px; color: #000; line-height: 1.4em; margin: 0 0 15px; font-weight: 300;}
.sec08_item_date { display: flex ; align-items: center; font-size: 13px; font-weight: 700; color: var(--scolor); margin: 0 0 15px; }
.sec08_item_date:before {content: '';position: relative;display: inline-block;background: url("/assets/images/ic_date.png") no-repeat center center/100% auto;width: 20px;height: 20px;margin-right: 10px;}
.sec08_item_txt { margin: 0; font-weight: 300; text-align: justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.sec09 {padding: 100px 0;}
.sec09_top { display: flex ; justify-content: space-between; align-items: center; border-bottom: 1px solid #EDEDED; padding: 0 0 100px; margin: 0 0 100px; }
.sec09_top .idx_ttl { flex-shrink: 0; margin: 0 60px 0 0; }
.sec09_list { width: 800px; }
.sec09_item_txt { font-size: 22px; font-style: italic; text-align: justify; line-height: 1.64em; position: relative; padding: 0 60px; background: url("/assets/images/sec09_icon01.png") no-repeat left top/30px auto, url("/assets/images/sec09_icon02.png") no-repeat right bottom/30px auto;}
.sec09_item_info { display: flex ; align-items: center; margin: 0; font-size: 16px;color: #000;text-transform: uppercase;}
.sec09_item_info .img { width: 70px; height: 70px; display: flex ; justify-content: center; align-items: center; border-radius: 50%; margin: 0 30px 0 0; overflow: hidden;flex-shrink: 0;}
.sec09_item_info .img img {flex-shrink: 0;height: 100%;object-fit: cover;}
.sec09_item_info .note { display: block; font-size: 93.75%; text-transform: initial; font-style: italic; margin-top: 7px; }
.sec09_item_info:after { content: ''; position: relative; display: inline-block; background: #F5F5F5; height: 3px; flex: 1; max-width: 300px; margin: auto 0 15px 30px; border-radius: 5px;}
.sec09_list .slick-arrow {width: 40px;height: 40px;border: 1px solid #EBEBEB;border-radius: 50%;position: absolute;background: #fff;transition: all 0.3s;text-indent: -500000px;bottom: 20px;cursor: pointer;z-index: 3;}
.sec09_list .slick-next {right: 60px;}
.sec09_list .slick-prev {right: 110px;}
.sec09_list .slick-arrow:after {content: '';position: absolute;width: 10px;height: 10px;background: #D9D9D9;top: 0;left: 0;right: 0;bottom: 0;margin: auto;clip-path: polygon(0 0, 0 100%, 100% 50%);transition: all 0.3s;}
.sec09_list .slick-prev:after {clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.sec09_bot .idx_ttl {text-align: center;}
.sec10_txt {max-width: 722px;margin: 0 auto 60px;text-align: center;}
.sec10_list { display: flex ; flex-wrap: wrap; }
.sec10_list li { width: calc(100% / 6); display: flex ; justify-content: center; align-items: center; height: 100px; }
#footer { background: var(--green); color: #28965D; padding: 100px 0 0; }
.ft_main { display: flex ; justify-content: space-between; padding: 0 0 77px; border-bottom: 1px solid rgb(0 116 57 / 50%); }
.copyright { margin: 0; text-align: center; font-size: 13px; text-transform: uppercase; padding: 30px 0; }
.ft_mod { width: calc(100% / 3); position: relative; padding: 0 30px; }
.ft_mod:nth-child(1) {padding-left: 0;}
.ft_mod:nth-child(3) {padding-right: 0;}
.ft_mod:not(:last-child) {border-right:1px solid rgb(0 116 57 / 30%);}
.ft_txt { font-size: 15px; text-align: justify; font-style: italic;margin: 0 0 45px; }
.ft_logo { margin: 0 0 15px; }
.ft_social {margin: 0;display: flex;}
.ft_social a:not(:last-child) {margin-right: 20px;}
.ft_ttl { font-size: 15px; text-transform: uppercase; font-weight: 600; margin: 0 0 15px; }
.ft_link a { font-size: 15px; color: #28965D; position: relative; padding-left: 25px; display: inline-block; }
.ft_link a:before {content: '';position: absolute;background: #28965D;width: 7px;height: 7px;left: 0;top: 7px;transform: rotate(45deg);}
.ft_link li {margin: 0 0 5px;}
.ft_link { display: flex ; flex-direction: column; flex-wrap: wrap; height: 100px; margin-bottom: 30px;}
.ft_txt_list { font-size: 15px; text-align: justify; line-height: 2em;margin-bottom: 0;}
.ft_txt_list a { color: #28965D; }
.ft_form { height: 70px; display: flex ; align-items: center; border: 1px solid #0A5D34; border-radius: 30px; justify-content: space-between; margin-bottom: 25px;}
.ft_form input { border: none; background: transparent; font-size: 15px; color: #28965D; font-style: italic; padding-left: 40px; width: calc(100% - 70px);}
.ft_form input::placeholder { color: #28965D; }
.ft_form button {width: 70px;background: #0A5D34;border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 70px;border: none;cursor: pointer;transition: all 0.3s;}
.ft_info { display: flex ; align-items: center; }
.ft_info_list { flex-shrink: 0; border: 1px solid #0A5D34; margin: 0 17px 0 0; padding: 10px 20px; }
.ft_info_list li { font-size: 15px; margin: 0 0 7px; position: relative; padding-left: 15px; }
.ft_info_list li:last-child {margin-bottom: 0;}
.ft_info_list li:before {content: '';position: absolute;width: 4px;height: 4px;background: #28965D;border-radius: 50%;left: 0;top: 8px;}
.ft_info_txt { margin: 0; font-size: 15px; font-style: italic; text-align: justify; }

@media screen and (max-width: 1300px) {
.h_top_info li:not(:last-child) { padding-right: 50px; margin-right: 50px; }
	.gnavi>li:not(:last-child) { margin-right: 25px; }
	
}
@media screen and (min-width: 769px) {
	.gnavi>li:hover>a, .submenu li:hover a {color: var(--green);}
	.idx_btn a:hover {background-color: var(--green);background-position: right 15px center;}
	.sec02_list dt:hover {background: #ddffed;}
	.sec03_item a:hover img {transform: scale(1.1);}
	.sec07_list .slick-arrow:hover {background-color: var(--mcolor);}
	.sec08_item a:hover .sec08_item_img img {transform: scale(1.1);}
	.sec08_item:hover {background: #e8f9f1;}
	.sec09_list .slick-arrow:hover, .ft_form button:hover {background-color: var(--mcolor);}
	.sec09_list .slick-arrow:hover:after {background-color: #fff;}
	.ft_link a:hover, .ft_txt_list a:hover {color: #fff;}
	
	#header.fixed .h_box { position: fixed; }
	#header.fixed .h_top_info, #header.fixed .h_social {display: none;}
	#header.fixed .h_top {padding: 0;}
	#header.fixed .logo {top: 0;}
	#header.fixed .logo a {height: 100px;}
	#header.fixed .h_main {background: #fff;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);}
.sec10_list li:nth-child(7n+1),.sec10_list li:nth-child(7n+3),.sec10_list li:nth-child(7n+5){ border: 1px solid #D9D9D9;}
}
@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: 16px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 63px;
  }
  #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);
    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: 48px;
    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: 2%;
    bottom: 50px;
    line-height: 0;
  }
	.h_top_info, .h_social {display: none;}
	#header { position: fixed; width: 100%; top: 0; left: 0; }
	.logo a { width: 120px; height: auto; padding: 10px; display: block; }
	.h_top { padding: 10px 0; }
	.h_main { position: fixed; width: 100%; height: calc(100% - 63px); left: 100%; top: 63px; background: rgba(255, 255, 255, 0.9); padding: 30px 15px; overflow: auto;}
	.h_main.show {left: 0;}
	.h_main .container { display: block; background: none;padding: 0;}
	.h_lang { display: flex ; justify-content: center; margin: 0 0 30px; }
	.h_lang select { width: 200px; height: 50px; border-radius: 10px; }
	.h_search { width: 100%; margin: 0 auto 30px; background: #fff;border-radius: 10px;padding: 10px 20px;}
	.h_search button { right: 20px; top: 18px; }
	.gnavi { display: block; }
	.gnavi>li:not(:last-child) { margin-right: 0; }
	.gnavi>li>a { font-size: 15px; background: var(--mcolor); color: #fff; padding: 13px 15px; border-bottom: 1px solid #fff; }
	.submenu { position: relative; width: 100%; left: 0; background: var(--green); border-radius: 0; }
	.submenu a {display: block;padding: 12px 15px;text-align: left;font-size: 14px;}
	.mainvisual { padding: 0; }
	.main_info_ttl { font-size: 18px; margin: 0 0 20px; }
	.main_info_txt { font-size: 14px; border-left-width: 2px; padding-left: 20px; }
	.idx_btn a { height: 45px; }
	.main_info { padding: 0; }
	.main_slide.slick-initialized .slick-slide {height: 400px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
	.main_slide.slick-initialized .slick-slide img {height: 100%;object-fit: cover;}
	.sec01 { padding: 40px 0; }
	.sec02 { padding: 50px 0; }
	.sec02 .container { display: block; }
	.sec02_main { width: 100%; margin: 0; }
	.idx_ttl { text-align: center; font-size: 20px; }
	.sec02_txt {margin-bottom: 25px;}
	.sec02_list dt { font-size: 16px; padding: 13px 15px; }
	.sec02_list dt:before { right: 10px; }
	.sec02_list dt:after { right: 18px; }
	.sec02_list dl:before { background-size: 30px auto; }
	.sec02_list dd {padding: 0 15px 20px;}
	.sec02_list { margin-bottom: 25px; }
	.idx_btn a {margin: 0 auto;}
	.sec02_img {text-align: center;margin: 0;}
	.sec03 {padding: 30px 0;}
	.sec03_txt { margin-bottom: 25px; }
	.sec03_item { width: calc(100% / 2); }
	.sec03_item:nth-child(5n) {border-right: none;}
	.sec03_item:nth-child(2n) { border-right: 2px solid #EBEBEB; }
	.sec04 { padding: 50px 0; }
	.sec04_list { flex-wrap: wrap; }
	.sec04_item { width: 50%; padding: 20px 0; font-size: 16px; }
	.sec05 {padding: 50px 0;}
	.sec05_list { background: transparent; height: auto; }
	.sec05_list li {position: relative;left: 0!important;top: 0!important;margin: 0 auto;padding: 0 0 40px;font-size: 18px;}
	.sec05_list li .ttl { display: block; color: #fff; background: var(--mcolor); clip-path: polygon(10% 50%, 0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); padding: 15px 35px 15px 40px; font-size: 22px; font-family: var(--f-osw); margin: 0 0 40px;line-height: 1.5em; }
	.sec05_list li:nth-child(2n) .ttl {clip-path: polygon(0 50%, 10% 0, 100% 0, 90% 50%, 100% 100%, 10% 100%);}
	.sec05_list li .txt:before {top: 50%;transform: translateY(-50%);}
	.sec05_list li:not(:last-child):after { content: ''; position: absolute; background: url(/assets/images/sec05_arr_right.svg) no-repeat top center / 100% 100%; width: 69px; height: 100%; left: calc(100% - 17px); top: 32px; transform: rotate(-6deg); }
	.sec05_list li:nth-child(2n):after {background-image: url("/assets/images/sec05_arr_left.svg");left: -54px;transform: rotate(3deg);}
	.sec05_list li:last-child {padding-bottom: 0;}
	.sec06 {padding: 50px 0;}
	.sec06_txt {margin-bottom: 40px;}
	.sec06_list {justify-content: center;flex-wrap: wrap;}
	.sec06_item { width: calc((100% - 30px) / 2); margin: 0 30px 90px 0; }
	.sec06_item:nth-child(2n), .sec06_item:last-child {margin-right: 0;}
	.sec06_item:last-child {margin-bottom: 0;}
	.sec07 {padding: 50px 0;}
	.sec07_txt {margin-bottom: 30px;}
	.sec07_list .slick-list {margin-bottom: 30px;}
	.sec07_list .slick-dots li {margin: 0 5px;}
	.sec07_list .slick-dots {margin: 0 20px;}
	.sec08 {padding: 50px 0;}
	.sec08_list { display: block; }
	.sec08_item { width: 100%; margin: 0 0 20px;}
	.sec08_item:last-child {margin-bottom: 0;}
	.sec08_item a {display: flex;}
	.sec08_item_img { width: 40%; flex-shrink: 0; margin: 0 20px 0 0;height: 200px;}
	.sec08_item_main { padding: 20px 20px 20px 0; flex: 1; }
	.sec08_item_ttl {font-size: 18px;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
	.sec09 { padding: 50px 0; }
	.sec09_top { display: block; padding: 0 0 50px; margin-bottom: 50px; }
	.sec09_top .idx_ttl { margin: 0 0 20px; }
	.sec09_list { width: 100%; }
	.sec09_item_txt { font-size: 18px; background-size: 24px auto; padding: 0 35px; }
	.sec09_item_info .img {margin-right: 15px;}
	.sec09_item_info {font-size: 14px;padding-right: 80px;}
	.sec09_list .slick-next { right: 0; }
	.sec09_list .slick-prev { right: 50px; }
	.sec10_txt { margin-bottom: 30px; }
	.sec10_list li { width: calc(100% / 3); }
.sec10_list li:nth-child(odd){ border: 1px solid #D9D9D9;}
	#footer { padding: 50px 0 0; }
	.ft_main { display: block; padding: 0 0 40px; }
	.ft_mod { width: 100%; padding: 0 0 30px; margin: 0 0 30px; }
	.ft_mod:not(:last-child) { border-bottom: 1px solid rgb(0 116 57 / 30%); border-right: none;}
	.ft_mod:nth-child(3) {padding: 0;margin: 0;}
	.copyright { font-size: 12px; padding: 20px 0; }
	.ft_link { height: 80px; }
}

@media screen and (max-width: 440px) {
.ft_info { display: block; }
	.ft_info_list { margin: 0 0 10px; }
	.sec09_list .slick-next { right: auto; left: calc(50% + 5px); }
	.sec09_list .slick-prev { right: calc(50% + 5px); }
	.sec09_list .slick-arrow {bottom: 0;}
	.sec09_list {padding-bottom: 60px;}
	.sec09_item_info {padding-right: 0;}
	.sec09_item_txt {font-size: 16px;}
	.sec08_item a { display: block; }
	.sec08_item_img { width: 100%; margin: 0; }
	.sec08_item_main { padding: 20px; }
	.sec07_list .slick-dots li { width: 20px; height: 20px; padding: 5px; }
	.sec06_item { width: 100%; margin: 0 0 90px; }
	.btn_list .idx_btn:not(:last-child) { margin-right: 10px; }
	.idx_btn.btn_red a { width: 190px; }
}