@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*robotoボールド*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Bold.ttf');
  src:
  url('../fonts/font/Roboto-Bold.woff2') format('woff2'),
  url('../fonts/font/Roboto-Bold.woff') format('woff'),
  url('../fonts/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Zen Kaku Gothic New*/
  font-family: "Zen Kaku Gothic New";
  src: url('../fonts/font/ZenKakuGothicNew-Bold.ttf');
  src:
  url('../fonts/font/ZenKakuGothicNew-Bold.woff2') format('woff2'),
  url('../fonts/font/ZenKakuGothicNew-Bold.woff') format('woff'),
  url('../fonts/font/ZenKakuGothicNew-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {margin-top: 40px;}
.btn01 a {display: inline-flex;justify-content: center;align-items: center;}
.btn01 a .btn-text {display: inline-block;color: #000000;font-weight: 700;transition: 0.3s;}
.btn01 a .arrow {display: inline-block;width: 64px;height: 64px;box-sizing: border-box;border: 2px solid #5AA052;background: #5AA052;border-radius: 50%;margin-left: 24px;position: relative;transition: 0.3s;}
.btn01 a .arrow::before {content: "";display: block;width: 13px;height: 17px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn01 a:hover {text-decoration: none;}
.btn01 a:hover .arrow {background: transparent;}
.btn01 a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(56%) sepia(27%) saturate(780%) hue-rotate(67deg) brightness(94%) contrast(87%);}

.btn01.shiro a .btn-text {color: #FFFFFF;}
.btn01.shiro a .arrow {border: 2px solid #FFFFFF;background: transparent;}
.btn01.shiro a:hover .arrow {background: #FFFFFF;}

.btn02 {width: 120px;height: 32px;}
.btn02 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 3px 0 5px;box-sizing: border-box;background: #000000;border-radius: 20px;}
.btn02 a .btn-text {color: #FFFFFF;font-weight: 700;}
.btn02 a:hover {text-decoration: none;background: #5AA052;}

.btn02.grad a {background: linear-gradient(105deg,rgba(127, 206, 105, 1) 0%, rgba(55, 152, 66, 1) 100%);position: relative;overflow: hidden;}
.btn02.grad a::after {content: "";display: block;width: 100%;height: 100%;background: linear-gradient(105deg,rgba(55, 152, 66, 1) 0%, rgba(127, 206, 105, 1) 100%);position: absolute;top: 0;left: 0;opacity: 0;transition: 0.3s;}
.btn02.grad a .btn-text {position: relative;z-index: 1;}
.btn02.grad a:hover {background: linear-gradient(105deg,rgba(127, 206, 105, 1) 0%, rgba(55, 152, 66, 1) 100%);}
.btn02.grad a:hover::after {opacity: 1;}

.title01 {margin-bottom: 40px;}
.title01 .en {display: block;font-family: "roboto";font-size: 100px;color: #5AA052;line-height: 1.32;letter-spacing: 0.024em;}
.title01 .ja {display: block;font-size:20px;}

.title01.tate .ja {line-height: 1;letter-spacing: -0.4em;margin-top: -15px;}
.title01.tate .en {margin: 0 0 0 20px;line-height: 1;letter-spacing: 0;}

.title01.shiro .en {color: #FFFFFF;}

.title02 {font-size: 28px;line-height: 1.43;padding: 0 0 8px 16px;box-sizing: border-box;border-bottom: 1px solid #D9D9D9;position: relative;}
.title02::before {content: "";display: block;width: 4px;height: 100%;background: #008CD4;position: absolute;bottom: 0;left: 0;}

.title03 {font-size: 48px;margin-bottom: 40px;}
.title03 .sub {display: block;padding-left: 48px;box-sizing: border-box;font-size: 20px;margin-bottom: 16px;position: relative;}
.title03 .sub::before {content: "";display: block;width: 40px;height: 1px;background: #004DA1;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.tel_box {text-align: center;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 30px;line-height: 1.33;padding-left: 18px;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 14px;height: 22px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 7px;left: 0;}
.tel_box .tel-text_box {margin-top: 8px;justify-content: center;align-items: center;}
.tel_box .tel-text_box .tel-text {margin-right: 16px;}
.tel_box .tel-text_box .tel-text:last-child {margin-right: 0;}
.tel_box .tel-text_box .tel-text span {margin-right: 8px;}
.tel_box .tel-text_box .tel-text span:last-child {margin-right: 0;}

.sub_title {display: inline-flex;flex-direction: column;align-items: flex-start;}
.text-bg_grad, .text-bg_white {display: inline-block;font-size: 28px;font-weight: 700;padding: 5px 12px 7px;box-sizing: border-box;}
.text-bg_grad {background: linear-gradient(105deg,rgba(127, 206, 105, 1) 0%, rgba(55, 152, 66, 1) 100%);color: #FFFFFF;;}
.text-bg_white {background: #FFFFFF;}

.sub_title.tate {}
.sub_title.tate .text-bg_grad, .sub_title.tate .text-bg_white {line-height: 1;padding: 5px 12px 14px;margin-left: 8px;}
.sub_title.tate .text-bg_grad:last-child, .sub_title.tate .text-bg_white:last-child {margin-left: 0;}
.sub_title.tate .text-bg_grad {background: linear-gradient(175deg,rgba(127, 206, 105, 1) 0%, rgba(55, 152, 66, 1) 100%);}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium {font-weight: 500;}
.bold{font-weight: 700;}
.black{font-weight: 900;}

.common_text {line-height: 1.75;}
.common_text2 {line-height: 2;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.roboto {font-family: "roboto";font-weight: 700;}
.gothic {font-family: "Zen Kaku Gothic New";font-weight: 700;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.4em;}
.tate .tate-num {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;margin: 7px 0 -6px;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 5px 0 -5px;}

/*色*/
.shiro {color:#fff;}
.kuro {color: #000000;}
.midori {color: #5AA052;}
.midori02 {color: #3FD22F;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 80px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;background: #FFFFFF;box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 40px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 296px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {height: 100%;justify-content: flex-end;margin-right: 20px;}
#header .header_inner .right .right_top {height: 40px;margin-bottom: 7px;justify-content: flex-end;align-items: flex-end;}
#header .header_inner .right .right_top .tel_box {display: flex;align-items: center;text-align: left;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 28px;}
#header .header_inner .right .right_top .tel_box .tel-text_box {width: auto;justify-content: flex-start;margin: 0 0 0 16px;}
#header .header_inner .right .right_top .tel_box .tel-text_box .tel-text {margin-right: 0;}
#header .header_inner .right .right_top .tel_box .tel-text_box .tel-text span {margin-right: 5px;}
#header .header_inner .right .right_top .tel_box .tel-text_box .tel-text span:last-child {margin-right: 0;}
#header .header_inner .right .right_top .tel_box .tel-text_box .tel-text.tel-text02 {display: none;}
#header .header_inner .right .right_top .btn-list {width: 248px;height: 100%;justify-content: space-between;align-items: center;margin-left: 16px;}

/*gnav*/
.gnav {height: 33px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 24px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {font-weight: 700;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #5AA052;}

/* main */
/*-------------------------------------------*/
#main {margin-top: 80px;}
#main.home_main {width: 100%;height: 720px;padding-left: 40px;box-sizing: border-box;}
#main.home_main .waku {width: 100%;height: 100%;padding-top: 180px;box-sizing: border-box;background-image: url("../img/main/main_img.jpg");background-repeat: no-repeat;background-position: center right;background-size: cover;position: relative;}
#main.home_main .text_box {width: 600px;}
#main.home_main .text_box .main_title {display: block;margin-bottom: 40px;}
#main.home_main .text_box .main_title > span {display: inline-block;padding: 7px 16px 12px;box-sizing: border-box;background: #FFFFFF;font-size: 56px;line-height: 1.45;}
#main.home_main .text_box .main_title > span.sub_title {padding: 6px 20px 7px;background: #5AA052;font-size: 24px;}
#main.home_main .text_box .main_title > span span.s80 {letter-spacing: 0.08em;}
#main.home_main .text_box .main_title > span span.s40 {letter-spacing: 0.04em;}
#main.home_main .text_box .main_title > span span.s-80 {letter-spacing: -0.08em;}
#main.home_main .text_box .icon-list {align-items: center;margin-left: 20px;}
#main.home_main .text_box .icon-list .icon01 {width: 136px;height: 136px;background: rgba(0, 0, 0, 0.4);border-radius: 50%;padding-top: 18px;box-sizing: border-box;text-align: center;margin-right: 10px;}
#main.home_main .text_box .icon-list .icon01:last-child {margin-right: 0;}
#main.home_main .text_box .icon-list .icon01 img {width: 48px;}
#main.home_main .text_box .icon-list .icon01 p {font-size: 17px;line-height: 1.38;margin-top: 7px;}

#main.home_main .btn02 {width: 280px;height: 100px;position:absolute;right:30px;bottom:30px;}
#main.home_main .btn02 a {padding: 9px 0 15px;border-radius: 60px;}
#main.home_main .btn02 a .btn-text {font-size: 18px;line-height: 1.44;text-align: center;}
#main.home_main .btn02 a .btn-text .en {display: block;font-size: 40px;line-height: 1.325;letter-spacing: 0.04em;margin-bottom: -3px;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#entry-sec > a { display: block;padding: 90px 0 132px;background: url("../img/common/entry_bg.jpg") no-repeat center;background-size: cover;position: relative;}
#entry-sec > a .title01 {position: relative;z-index: 1;}
#entry-sec > a .title01::before {content: "";display: block;width: 502px;height: 268px;background: url("../img/common/entry_text.png") no-repeat center;background-size: contain;position: absolute;top: -80px;left: 70px;z-index: -1;}
#entry-sec > a .text01 {font-size: 18px;line-height: 1.66;font-weight: 700;text-align: center;}
#entry-sec > a .arrow {display: block;width: 80px;height: 80px;border: 2px solid #FFFFFF;box-sizing: border-box;border-radius: 50%;position: absolute;top: 50%;right: 0;transform: translateY(-50%);transition: 0.3s; }
#entry-sec > a .arrow::before {content: "";display: block;width: 15px;height: 20px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#entry-sec > a:hover { text-decoration: none;background: url("../img/common/entry_bg_h.jpg") no-repeat center;background-size: cover; }
#entry-sec > a:hover .arrow {background: #FFFFFF; }
#entry-sec > a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(56%) sepia(32%) saturate(615%) hue-rotate(67deg) brightness(91%) contrast(94%);}

#visit-sec { padding: 100px 0 120px;}
#visit-sec .slide-img {width: 100%;height: 520px;animation: bgMove 50s linear infinite;background:url("../img/common/visit-img.png") repeat-x;background-size: cover;}
@keyframes bgMove {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3360px;
  }
}
#visit-sec .cnt {padding-left: 238px;box-sizing: border-box;margin-top: 27px;position: relative;}
#visit-sec .cnt h2 {font-size: 20px;margin-bottom: 24px;position: relative;z-index: 1;}
#visit-sec .cnt h2::before {content: "";display: block;width: 277px;height: 132px;background: url("../img/common/visit_text.png") no-repeat center;background-size: contain;position: absolute;top: -140px;left: -22px;z-index: -1;}
#visit-sec .cnt .sub_title {position: absolute;bottom: 0;left: 40px;z-index: 1;}
#visit-sec .cnt .box-list {justify-content: space-between;}
#visit-sec .cnt .box-list .box {width: 420px;height: 160px;border-radius: 10px;}
#visit-sec .cnt .box-list .box.box01 {background: #F3F3F3;padding-top: 26px;box-sizing: border-box;text-align: center;}
#visit-sec .cnt .box-list .box.box01 .midashi {font-size: 24px;line-height: 1.45;}
#visit-sec .cnt .box-list .box.box02 a {display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;border-radius: 10px;background: #5AA052;position: relative;}
#visit-sec .cnt .box-list .box.box02 a .btn-text {font-size: 24px;line-height: 1.45;padding-left: 38px;position: relative;}
#visit-sec .cnt .box-list .box.box02 a .btn-text::before {content: "";display: block;width: 28px;height: 22px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;position: absolute;top: 9px;left: 0;}
#visit-sec .cnt .box-list .box.box02 a .arrow {display: block;width: 40px;height: 40px;border: 2px solid #FFFFFF;box-sizing: border-box;border-radius: 50%;position: absolute;bottom: 20px;right: 20px;transition: 0.3s; }
#visit-sec .cnt .box-list .box.box02 a .arrow::before {content: "";display: block;width: 11px;height: 15px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#visit-sec .cnt .box-list .box.box02 a:hover { text-decoration: none; }
#visit-sec .cnt .box-list .box.box02 a:hover .arrow {background: #FFFFFF; }
#visit-sec .cnt .box-list .box.box02 a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(52%) sepia(73%) saturate(297%) hue-rotate(67deg) brightness(92%) contrast(92%);}

#map-sec { width: 100%; height: 480px; position: relative; }
#map-sec iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer {padding: 100px 0;background: #363636;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;align-items: flex-start;margin-bottom: 80px;}
#footer .footer_box .navs-list {width: calc(100% - 500px);justify-content: flex-end;order: 1;}

.navs-list {display:flex;align-items: flex-start;}
.navs-list ul.navs-list01 {margin-right: 66px;}
.navs-list ul.navs-list00 > li {margin-bottom: 16px;}
.navs-list ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list ul.navs-list00 > li > a {font-weight: 700;color: #FFFFFF;}

#footer .footer_box .left {width: 450px;}
#footer .footer_box .left .logo {width: 338px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .address-table {margin-top: 40px;}
#footer .footer_box .left .address-table tr {display: flex;margin-bottom: 4px;}
#footer .footer_box .left .address-table tr:last-child {margin-bottom: 0;}
#footer .footer_box .left .address-table tr th, #footer .footer_box .left .address-table tr td {color: #FFFFFF;}
#footer .footer_box .left .address-table tr th {width: 80px;font-weight: 500;}
#footer .footer_box .left .address-table tr td {width: calc(100% - 80px);}

#footer .bottom_box {justify-content: space-between;flex-wrap: nowrap;align-items: center;}
#footer .bottom_box .link_list {width: auto;align-items: center;justify-content: flex-end;order: 1;}
#footer .bottom_box .link_list li {margin-right: 24px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .link_list li a {font-size: 14px;color: #FFFFFF;}
#footer .bottom_box .copyright {font-size: 14px;color: #FFFFFF;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
