@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

* {margin:0; padding:0; box-sizing:border-box;}
body {color:#010101; font-family:'Noto Sans JP', sans-serif;}
ul {list-style-type:none;}

/* cf */
.cf:before, .cf:after {content:""; display:block;	overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

.fixed {position:fixed; top:0; left:0; z-index:+99;}

table {border-collapse:collapse; border:none; border-spacing:0;}

.green {color:#1e7835;}



/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
	
  body {overflow-x:hidden; -webkit-text-size-adjust:100%; font-size:3.6vw;}
  img {width:100%; height:auto;}
  p {margin-top:1em; text-align:justify; text-justify:inter-ideograph;}
  .pc {display:none;}  
  .wrapper {background:#fff;}
  
  /* header */
  header {position:fixed; top:0; left:0; width:100%; background:#fff; font-size:15px !important; z-index:5;}
  header .inner {width:100%; height:110px; padding:0 15px;}
  header .logo {width:150px; padding:1em 0 0 0;}
  header .h_in {position:relative; display:flex; align-items:center; justify-content:space-between; margin:-5px 0 0 0;}
  header .h_in dl.tel {display:flex; flex-wrap:wrap; width:16em; color:#1e7835;}
  header .h_in dl.tel dt {display:flex; align-items:baseline; width:100%; font-family:'Lato', sans-serif; font-weight:900; letter-spacing:0.05em;}
  header .h_in dl.tel dt span {padding:0 0 0 0.2em; font-size:180%;}
  header .h_in dl.tel dd {width:100%; font-size:65%; text-align:center;}
  header .h_in .contact {display:none; position:absolute; right:80px; font-family:'Lato', sans-serif; font-weight:700;}
  header .h_in .contact a {display:block; padding:0.8em 1.5em; background:#1e7835; border-radius:4px; color:#fff; letter-spacing:0.05em; text-decoration:none;}
  header .h_in .gnavbtn  {position:relative; width:60px; height:60px; border:1px solid #1e7835; border-radius:50%; cursor:pointer; z-index:11;}
  header .h_in .gnavbtn span {position:relative; display:block; width:32px; height:2px; left:12px; background:#1e7835; transition:0.3s;}
  header .h_in .gnavbtn span:nth-child(1) {top:18px;}
  header .h_in .gnavbtn span:nth-child(2) {top:26px;}
  header .h_in .gnavbtn span:nth-child(3) {top:34px;}
  
  /* nav */
  nav {overflow-y:auto; position:fixed; display:none; width:100%; height:100%; padding:0 0 4em 0; top:0; left:0; background:#1e7835; z-index:2;}
  nav ul {display:flex; flex-wrap:wrap; justify-content:space-between; width:80%; margin:120px auto 0 auto; font-size:105%; font-weight:500;}
  nav ul li {width:100%; margin:4% 0 0 0; text-align:center; letter-spacing:0.1em;}
  nav ul li a {display:block; position:relative; padding:1.3em 0; border:1px solid #fff; color:#fff; text-decoration:none;}
  nav ul li a::before {position:absolute; display:block; content:''; width:0.7em; height:2px; top:1.7em; right:2em; background:#fff; transform:rotate(45deg);}
  nav ul li a::after {position:absolute; display:block; content:''; width:0.7em; height:2px; top:2.2em; right:2em; background:#fff; transform:rotate(-45deg);}
  
  /* fakeLoader */
  .fakeLoader {display:flex; align-items:center; justify-content:center; height:100vh; font-size:0;}
  .fakeLoader .fl {position:relative; width:90%; text-align:center;}
  .fakeLoader .fl img {width:calc(90% * 0.7);}
  
  /* mv */
  /*.mv {width:100%; height:100vh; background:url(../images/top/mv.jpg) 70% center no-repeat; background-size:cover;}
  .mv .inner {position:relative; display:flex; align-items:center; flex-wrap:wrap; justify-content:center; width:90%; height:100%; margin:0 auto;}
  .mv .inner h1 {width:90%; font-size:0;}
  .mv .inner p {position:absolute; bottom:1.5em; right:0; color:#fff; font-size:200%; font-weight:700;}*/
  
  
  .mv {width:100%; height:calc(100vh - 110px) !important;}
  .mv .slider {overflow:hidden; position:relative; width:100%; height:calc(100vh - 110px); margin-top:110px;}
  .mv .slider_item {width:100%; height:calc(100vh - 110px); background:url(../images/top/mv_01.jpg) 75% bottom no-repeat; background-size:cover;}
  .mv .slider_item:nth-child(2) {background:url(../images/top/mv_02.jpg) 75% center no-repeat; background-size:cover;}
  .mv .slider_item:nth-child(3) {background:url(../images/top/mv_03.jpg) center top no-repeat; background-size:cover;}
  .mv .slider_item .inner {display:flex; align-items:center; width:90%; height:100%; margin:0 auto;}
  .mv .slider_item .inner p {width:100%; color:#fff; font-size:150%; font-weight:700;}
  .mv .slider_item .inner p.center {text-align:center;}
  .mv .slider_item .inner p.right {text-align:right;}
  
  /* low_mv */
  .low_mv {margin:105px 0 0 0; background:url(../images/bg_mv.jpg) right center no-repeat; background-size:cover; color:#fff;}
  .low_mv .inner {position:relative; display:flex; align-items:center; height:8em; padding:0 15px;}
  .low_mv .inner h1 {position:relative; display:flex; align-items:center; font-size:150%; font-weight:600; letter-spacing:0.05em;}
  .low_mv .inner h1 span {padding:0.4em 0 0 1.5em; font-family:'Lato', sans-serif; font-size:50%; font-weight:300;}
	
	main .contents,
	main .l_inner {width:90%; margin:0 auto;}
  
  /* h2 */
  main h2 {display:flex; align-items:center; position:relative; margin-top:3em; padding:0 0 0 0.9em; color:#1e7835; font-size:130%; font-weight:600; line-height:1.2;}
  main h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:0.6em; left:0;}
  main h2 span {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; font-size:45%; letter-spacing:0.08em; font-weight:800;}
  
  /* top_rnews */
  #top_rnews {position:relative; margin:0;}
  #top_rnews .inner {margin:0 auto; z-index:+1;}
  #top_rnews .inner .title {}
  #top_rnews .inner .title h2 {display:flex; flex-wrap:wrap; position:relative; margin:0; padding:1.5em 0 1.5em 10%; background:#1e7835; color:#fff; font-size:150%; font-weight:600; line-height:1;}
  #top_rnews .inner .title h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#fff; top:2em; left:5%;}
  #top_rnews .inner .title h2 span {display:block; width:100%; padding:1em 0 0 0; font-family:'Lato', sans-serif; font-size:45%; letter-spacing:0.1em; font-weight:700;}
  #top_rnews .inner .news {width:90%; margin:1em auto 0 auto;}
  #top_rnews .inner .news iframe {height:40vh;}
  #top_rnews .inner .news ul {width:100%; line-height:1.8;}
  #top_rnews .inner .news ul a {border-bottom:1px solid #101010; color:#101010; text-decoration:none;}
  #top_rnews .inner .news ul li {padding:1.5em; border-bottom:1px solid #7f7f7f;}
  #top_rnews .inner .news ul li span {display:block; font-family:'Lato', sans-serif; text-decoration:none; letter-spacing:0.1em;}
  #top_rnews .bg {display:none;}
  
  /* top_msg */
  #top_msg {width:90%; margin:22% auto 0 auto;}
  #top_msg .inner {width:100%; margin:2em 0 0 0;}
  #top_msg .inner .photo {position:relative; width:60%; border-right:2em solid #fff; z-index:+1;}
  #top_msg .inner .note {width:90%; margin:-3em 0 0 10%; padding:5em 2em 2em 0; background:#fff; border:4px solid #1e7835; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  /* top_srv */
  #top_srv {width:90%; margin:22% auto 0 auto;}
  #top_srv .lead {margin:1.8em 0 0 0; padding:0 0 0 1.8em; font-weight:700; line-height:1.8; text-align:justify; text-justify:inter-ideograph;}
  #top_srv ul {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; padding:4% 0 0 0;}
  #top_srv ul li {width:48.5%; margin:4% 0 0 0; border:4px solid #1e7835;}
  #top_srv ul li dl {width:100%;}
  #top_srv ul li dl dt {width:100%; line-height:1;}
  #top_srv ul li dl dd {width:76%; margin:0 auto; padding:1.5em 0; border-top:3px solid #1e7835; font-size:90%; font-weight:500; line-height:1.7; text-align:justify; text-justify:inter-ideograph;}
  #top_srv ul li dl dd span {display:block; color:#1e7835; font-size:135%; font-weight:700; text-align:center;}
  
  /* top_news */
  #top_news {margin:22% 0 0 0; padding:4% 0 15% 0; background:#f5faff url(../images/top/rnews_bg.jpg) center bottom no-repeat; background-size:100% auto; border-top:1px solid #e8eef5; border-bottom:1px solid #e8eef5;}
  #top_news .inner {width:90%; margin:0 auto;}
  #top_news .inner .title {}
  #top_news .inner .title h2 {display:flex; flex-wrap:wrap; position:relative; margin:0; padding:1em 0 1em 0.9em; color:#1e7835; font-size:150%; font-weight:600; line-height:1;}
  #top_news .inner .title h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:1.5em; left:0;}
  #top_news .inner .title h2 span {display:block; width:100%; padding:1em 0 0 0; font-family:'Lato', sans-serif; font-size:45%; letter-spacing:0.1em; font-weight:800;}
  #top_news .inner .news {}
  #top_news .inner .news ul {width:100%; line-height:1.8;}
  #top_news .inner .news ul a {border-bottom:1px solid #101010; color:#101010; text-decoration:none;}
  #top_news .inner .news ul li {padding:1.5em; border-bottom:1px solid #7f7f7f;}
  #top_news .inner .news ul li span {display:block; font-family:'Lato', sans-serif; text-decoration:none; letter-spacing:0.1em;}
	
	/* ptxt */
  .ptxt {margin:1.5em auto 0 auto; font-size:90%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;} 
  
  /* area2 */
  .area2 {margin:3em auto 0 auto; padding-top:1em;}
  h2 + .area2 {margin:1em auto 0 auto;}
  .area2 h2 {margin:1em 0 0 0;}
  .area2 .ptxt {width:100%; margin:0; font-size:85%;}
  .area2 .ptxt .fleft {}
  .area2 .ptxt .fright {padding-top:1em; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;} 
  
  /* area3 */
  .area3 {margin:3em auto 0 auto;}
  h2 + .area3 {margin:1em auto 0 auto;}
  .area3 h2 {margin:1em 0 0 0;}
  .area3 .ptxt {width:100%; margin:0; padding-top:1em;}
  .area3 .ptxt .fleft {font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {padding-top:1em;} 
  
  /* ptop */
  #ptop {position:fixed; width:68px; right:15px; bottom:15px;}
	
	  /* cmn_bnr */
  #cmn_bnr {width:90%; margin:3em auto 0 auto;}
  #cmn_bnr ul {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%;}
  #cmn_bnr ul li {width:48.5%; margin:0 0 0.5em 0;}
	
	/* low_contact */
	.low_contact {width:100%; margin:5em auto 0 auto; padding-bottom:2em; border:3px solid #1e7835;}
	.low_contact .ttl {width:90%; margin:0 auto; padding:1em 0; border-bottom:3px solid #1e7835; color:#1e7835; font-weight:600; text-align:center;}
	.low_contact .call {margin:0.5em 0 0 0; font-family:'Lato', sans-serif; font-size:180%; font-weight:800; text-align:center;}
	.low_contact .call span {padding:0 0 0 1.4em;  background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5IDEuMzIybDIuODQ0LTEuMzIyIDQuMDQxIDcuODg5LTIuNzI0IDEuMzQyYy0uNTM4IDEuMjU5IDIuMTU5IDYuMjg5IDMuMjk3IDYuMzcyLjA5LS4wNTggMi42NzEtMS4zMjggMi42NzEtMS4zMjhsNC4xMSA3LjkzMnMtMi43NjQgMS4zNTQtMi44NTQgMS4zOTZjLS41OTguMjczLTEuMjE1LjM5OS0xLjg0Mi4zOTctNS42NDktLjAxOS0xMi4wODYtMTAuNDMtMTIuMTMzLTE3LjMzLS4wMTYtMi40MDcuNzQ1LTQuMzg3IDIuNTktNS4zNDh6bTEuOTMgMS4yNzRsLTEuMDIzLjUwNGMtNS4yOTQgMi43NjIgNC4xNzcgMjEuMTg1IDkuNjQ4IDE4LjY4NmwuOTcyLS40NzQtMi4yNzEtNC4zODMtMS4wMjYuNTAxYy0zLjE2MyAxLjU0Ny04LjI2Mi04LjIxOS01LjA1NS05LjkzOGwxLjAwNy0uNDk4LTIuMjUyLTQuMzk4em0xNS40OCAxNC40MDRoLTF2LTEzaDF2MTN6bS0yLTJoLTF2LTloMXY5em00LTFoLTF2LTdoMXY3em0tNi0xaC0xdi01aDF2NXptLTItMWgtMXYtM2gxdjN6bTEwIDBoLTF2LTNoMXYzem0tMTItMWgtMXYtMWgxdjF6Ii8+PC9zdmc+') left center no-repeat; background-size:auto 1em;}
	.low_contact .date {margin:0.5em 0 0 0; font-size:80%; font-weight:600; text-align:center;}
	.low_contact .btn {margin:1.5em 0 0 0; font-size:90%; font-weight:600; text-align:center;}
	.low_contact .btn a {position:relative; padding:0.3em 3em 0.4em 3em; border:2px solid #1e7835; border-radius:3px; color:#1e7835; text-decoration:none;}
	.low_contact .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; border:1px solid #1e7835; border-bottom:0; border-left:0; right:1em; top:42%; transform:rotate(45deg);}
  
  /* cmn_contact */
  #cmn_contact {width:90%; margin:12% auto 0 auto;}
  #cmn_contact a {display:block; width:90%; margin:0 auto;}
  
  /* footer */
  footer {margin:15% 0 0 0; padding:2em 0; background:#1e7835;}
  footer .inner {width:90%; margin:0 auto; color:#fff;}
  footer .inner ul {width:100%;}
  footer .inner ul a {color:#fff; text-decoration:none;}
  footer .inner ul li {margin:1.5em 0 0 0;}
  footer .inner .logo {width:35%; margin:15% auto 0 auto;}
  footer .inner p {margin:2em 0 0 0; font-family:'Lato', sans-serif; font-size:70%; font-weight:400; text-align:center; letter-spacing:0.05em;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
  body {overflow-x:hidden; width:100%; background:#1e7835; font-size:18px;}
  a {text-decoration:none;}
  a img {transition:opacity 0.2s ease-in-out; backface-visibility:hidden; -webkit-backface-visibility:hidden;}
  a img:hover {opacity:0.8; cursor:pointer;}
  img {width:100%; height:auto;}
  p {margin-top:1em; text-align:justify; text-justify:inter-ideograph;}
  .sp {display:none;}  
  .wrapper {background:#fff;}
  
  /* header */
  header {position:fixed; top:0; left:0; width:100%; background:#fff; font-size:18px; z-index:5;}
  header .inner {display:flex; align-items:center; justify-content:space-between; width:100%; height:100px; padding:0 30px;}
  header .logo {width:226px;}
  header .h_in {display:flex; align-items:center; justify-content:space-between; width:560px;}
  header .h_in dl.tel {display:flex; flex-wrap:wrap; width:16em; color:#1e7835;}
  header .h_in dl.tel dt {display:flex; align-items:baseline; width:100%; font-family:'Lato', sans-serif; font-weight:900; letter-spacing:0.05em;}
  header .h_in dl.tel dt span {padding:0 0 0 0.2em; font-size:190%;}
  header .h_in dl.tel dd {width:100%; font-size:65%; text-align:center;}
  header .h_in .contact {font-family:'Lato', sans-serif;}
  header .h_in .contact a {display:block; padding:0.8em 1.5em; background:#1e7835; border-radius:4px; color:#fff; letter-spacing:0.05em; transition:0.3s;}
  header .h_in .contact a:hover {background:#3ea257;}
  header .h_in .gnavbtn  {position:relative; width:60px; height:60px; border:1px solid #1e7835; border-radius:50%; cursor:pointer; z-index:11;}
  header .h_in .gnavbtn span {position:relative; display:block; width:32px; height:2px; left:12px; background:#1e7835; transition:0.3s;}
  header .h_in .gnavbtn span:nth-child(1) {top:18px;}
  header .h_in .gnavbtn span:nth-child(2) {top:26px;}
  header .h_in .gnavbtn span:nth-child(3) {top:34px;}
  
  /* nav */
  nav {position:fixed; display:none; width:100%; height:100%; top:0; left:0; background:#1e7835; z-index:2;}
  nav ul {display:flex; flex-wrap:wrap; justify-content:space-between; width:94%; margin:130px auto 0 auto; font-size:105%; font-weight:500;}
  nav ul li {width:48%; margin:2.5% 0 0 0; text-align:center; letter-spacing:0.1em;}
  nav ul li a {display:block; position:relative; padding:1.3em 0; border:1px solid #fff; color:#fff; transition:0.3s;}
  nav ul li a:hover {background:#3ea257;}
  nav ul li a::before {position:absolute; display:block; content:''; width:0.9em; height:2px; top:1.62em; right:2em; background:#fff; transform:rotate(45deg);}
  nav ul li a::after {position:absolute; display:block; content:''; width:0.9em; height:2px; top:2.22em; right:2em; background:#fff; transform:rotate(-45deg);}
  
  /* fakeLoader */
  .fakeLoader {display:flex; align-items:center; justify-content:center; font-size:0;}
  .fakeLoader .fl {position:relative; width:94%; max-width:1300px; text-align:center;}
  .fakeLoader .fl img {width:calc(75% * 0.7); max-width:972px;}
  
  /* mv */
  .mv {width:100%; height:calc(100vh - 100px) !important;}
  .mv .slider {overflow:hidden; position:relative; width:100%; height:calc(100vh - 100px); margin-top:100px;}
  .mv .slider_item {width:100%; height:calc(100vh - 100px); background:url(../images/top/mv_01.jpg) center center no-repeat; background-size:cover;}
  .mv .slider_item:nth-child(2) {background:url(../images/top/mv_02.jpg) center top no-repeat; background-size:cover;}
  .mv .slider_item:nth-child(3) {background:url(../images/top/mv_03.jpg) center top no-repeat; background-size:cover;}
  .mv .slider_item .inner {display:flex; align-items:center; width:94%; max-width:1300px; height:100%; margin:0 auto;}
  .mv .slider_item .inner h1 {width:75%; max-width:972px; font-size:0;}
  .mv .slider_item .inner p {width:100%; color:#fff; font-size:250%; font-weight:700;}
  .mv .slider_item .inner p.center {text-align:center;}
  .mv .slider_item .inner p.right {text-align:right;}
  
  /* low_mv */
  .low_mv {margin:100px 0 0 0; background:url(../images/bg_mv.jpg) center bottom no-repeat; background-size:cover; color:#fff;}
  .low_mv .inner {position:relative; display:flex; align-items:center; height:10em; padding:0 30px;}
  .low_mv .inner h1 {position:relative; display:flex; align-items:center; font-size:160%; font-weight:600; letter-spacing:0.1em;}
  .low_mv .inner h1 span {padding:0.4em 0 0 1.5em; font-family:'Lato', sans-serif; font-size:60%; font-weight:300;}
  
	main .contents,
	main .l_inner {width:94%; max-width:1200px; margin:0 auto;}
	
  /* h2 */
  main h2 {display:flex; align-items:center; position:relative; margin-top:3em; padding:0 0 0 0.9em; color:#1e7835; font-size:200%; font-weight:600; line-height:1;}
  main h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:0.5em; left:0;}
  main h2 span {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; font-size:50%; letter-spacing:0.08em; font-weight:800;}
  
  /* top_rnews */
  #top_rnews {position:relative; margin:6% 0 0 0;}
  #top_rnews .inner {position:relative; display:flex; justify-content:space-between; width:94%; max-width:1200px; margin:0 auto; z-index:+1;}
  #top_rnews .inner .title {width:51%; margin:0; padding:0 4% 0 0; background:linear-gradient(to left, #fff 10%, transparent 10%);}
  #top_rnews .inner .title h2 {display:flex; flex-wrap:wrap; position:relative; margin:0; padding:1em 0 1em 1em; color:#fff; font-size:190%; font-weight:600; line-height:1;}
  #top_rnews .inner .title h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#fff; top:1.5em; left:0;}
  #top_rnews .inner .title h2 span {display:block; width:100%; padding:1em 0 0 0; font-family:'Lato', sans-serif; font-size:40%; letter-spacing:0.1em; font-weight:800;}
  #top_rnews .inner .news {width:45%; font-size:95%;}
  #top_rnews .inner .news iframe {height:450px;}
  #top_rnews .inner .news ul {width:100%;}
  #top_rnews .inner .news ul a {border-bottom:1px solid transparent; color:#101010; transition:0.3s;}
  #top_rnews .inner .news ul a:hover {border-bottom:1px solid #101010;}
  #top_rnews .inner .news ul li {padding:1.5em; border-bottom:1px solid #7f7f7f;}
  #top_rnews .inner .news ul li span {display:block; padding:0 0 0.3em 0; font-family:'Lato', sans-serif;}
  #top_rnews .bg {position:absolute; width:50%; height:12em; background:#1e7835; top:0; left:0;}
  
  /* top_msg */
  #top_msg {width:94%; max-width:1200px; margin:12% auto 0 auto;}
  #top_msg h2 {display:flex; align-items:center; position:relative; margin:0; padding:0 0 0 0.9em; color:#1e7835; font-size:220%; font-weight:600; line-height:1;}
  #top_msg h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:0.5em; left:0;}
  #top_msg h2 span {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; font-size:40%; letter-spacing:0.08em; font-weight:800;}
  #top_msg .inner {display:flex; position:relative; justify-content:space-between; width:100%; margin:2em 0 0 0;}
  #top_msg .inner .photo {position:relative; width:42%; max-width:500px; border-right:2em solid #fff; z-index:+1;}
  #top_msg .inner .note {position:absolute; width:68%; bottom:-3em; right:0; padding:3em 3.5em 2em 10%; background:#fff; border:4px solid #1e7835; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  /* top_srv */
  #top_srv {width:94%; max-width:1200px; margin:15% auto 0 auto;}
  #top_srv h2 {display:flex; align-items:center; position:relative; margin:0; padding:0 0 0 0.9em; color:#1e7835; font-size:220%; font-weight:600; line-height:1;}
  #top_srv h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:0.5em; left:0;}
  #top_srv h2 span {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; font-size:40%; letter-spacing:0.08em; font-weight:800;}
  #top_srv .lead {margin:1.8em 0 0 0; padding:0 0 0 2em; font-weight:700; line-height:1.8;}
  #top_srv ul {display:flex; justify-content:space-between; width:100%; margin:4% 0 0 0;}
  #top_srv ul li {width:23.5%; border:4px solid #1e7835;}
  #top_srv ul li dl {width:100%;}
  #top_srv ul li dl dt {width:100%; line-height:1;}
  #top_srv ul li dl dd {width:76%; margin:0 auto; padding:1.5em 0; border-top:3px solid #1e7835; font-size:90%; font-weight:500; line-height:1.7; text-align:justify; text-justify:inter-ideograph;}
  #top_srv ul li dl dd span {display:block; color:#1e7835; font-size:140%; font-weight:700; text-align:center;}
  
  /* top_news */
  #top_news {margin:12% 0 0 0; padding:4% 0 12% 0; background:#f5faff url(../images/top/rnews_bg.jpg) center bottom no-repeat; background-size:100% auto; border-top:1px solid #e8eef5; border-bottom:1px solid #e8eef5;}
  #top_news .inner {position:relative; display:flex; justify-content:space-between; width:94%; max-width:1200px; margin:0 auto; z-index:+1;}
  #top_news .inner .title {width:50%; padding:0 4% 0 0;}
  #top_news .inner .title h2 {display:flex; flex-wrap:wrap; position:relative; margin:0; padding:1em 0 1em 0.9em; color:#1e7835; font-size:220%; font-weight:600; line-height:1;}
  #top_news .inner .title h2::before {position:absolute; display:block; content:''; width:0.6em; height:1px; background:#1e7835; top:1.5em; left:0;}
  #top_news .inner .title h2 span {display:block; width:100%; padding:1em 0 0 0; font-family:'Lato', sans-serif; font-size:40%; letter-spacing:0.1em; font-weight:800;}
  #top_news .inner .news {width:45%; font-size:95%;}
  #top_news .inner .news ul {width:100%;}
  #top_news .inner .news ul a {border-bottom:1px solid transparent; color:#101010; transition:0.3s;}
  #top_news .inner .news ul a:hover {border-bottom:1px solid #101010;}
  #top_news .inner .news ul li {padding:1.5em; border-bottom:1px solid #7f7f7f;}
  #top_news .inner .news ul li span {display:block; padding:0 0 0.3em 0; font-family:'Lato', sans-serif;}
	
	/* ptxt */
  .ptxt {margin:1.5em auto 0 auto; font-size:95%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  /* area2 */
  .area2 {margin:4em auto 0 auto;}
  h2 + .area2 {margin:1.5em auto 0 auto;}
  .area2 h2 {margin:1.5em 0 0 0;}
  .area2 .ptxt {display:flex; position:relative; justify-content:space-between; width:100%; margin:0;}
  .area2 .ptxt .fleft {width:45%; padding-top:0.3em;}
  .area2 .ptxt .fright {width:50%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  /* area3 */
  .area3 {margin:1.5em auto 0 auto;}
  h2 + .area3 {margin:1.5em auto 0 auto;}
  .area3 .ptxt {display:flex; position:relative; justify-content:space-between; width:100%; margin:0;}
  .area3 .ptxt .fleft {width:50%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:45%; padding-top:0.6em;} 
  
  /* ptop */
  #ptop {position:fixed; width:68px; right:50px; bottom:50px;}
	
	/* cmn_bnr */
  #cmn_bnr {width:94%; max-width:1200px; margin:6em auto 0 auto;}
  #cmn_bnr ul {display:flex; width:100%;}
  #cmn_bnr ul li {width:31.7%; max-width:380px; margin:0 2.45% 1.5em 0;}
  #cmn_bnr ul li:nth-child(3n) {margin-right:0;}
	
	/* low_contact */
	.low_contact {width:70%; margin:5em auto 0 auto; padding-bottom:2em; border:3px solid #1e7835;}
	.low_contact .ttl {width:80%; margin:0 auto; padding:1em 0; border-bottom:3px solid #1e7835; color:#1e7835; font-weight:600; text-align:center;}
	.low_contact .call {margin:0.5em 0 0 0; font-family:'Lato', sans-serif; font-size:180%; font-weight:800; text-align:center;}
	.low_contact .call span {padding:0 0 0 1.4em;  background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5IDEuMzIybDIuODQ0LTEuMzIyIDQuMDQxIDcuODg5LTIuNzI0IDEuMzQyYy0uNTM4IDEuMjU5IDIuMTU5IDYuMjg5IDMuMjk3IDYuMzcyLjA5LS4wNTggMi42NzEtMS4zMjggMi42NzEtMS4zMjhsNC4xMSA3LjkzMnMtMi43NjQgMS4zNTQtMi44NTQgMS4zOTZjLS41OTguMjczLTEuMjE1LjM5OS0xLjg0Mi4zOTctNS42NDktLjAxOS0xMi4wODYtMTAuNDMtMTIuMTMzLTE3LjMzLS4wMTYtMi40MDcuNzQ1LTQuMzg3IDIuNTktNS4zNDh6bTEuOTMgMS4yNzRsLTEuMDIzLjUwNGMtNS4yOTQgMi43NjIgNC4xNzcgMjEuMTg1IDkuNjQ4IDE4LjY4NmwuOTcyLS40NzQtMi4yNzEtNC4zODMtMS4wMjYuNTAxYy0zLjE2MyAxLjU0Ny04LjI2Mi04LjIxOS01LjA1NS05LjkzOGwxLjAwNy0uNDk4LTIuMjUyLTQuMzk4em0xNS40OCAxNC40MDRoLTF2LTEzaDF2MTN6bS0yLTJoLTF2LTloMXY5em00LTFoLTF2LTdoMXY3em0tNi0xaC0xdi01aDF2NXptLTItMWgtMXYtM2gxdjN6bTEwIDBoLTF2LTNoMXYzem0tMTItMWgtMXYtMWgxdjF6Ii8+PC9zdmc+') left center no-repeat; background-size:auto 1em;}
	.low_contact .date {margin:0.5em 0 0 0; font-size:80%; font-weight:600; text-align:center;}
	.low_contact .btn {margin:1.5em 0 0 0; font-size:90%; font-weight:600; text-align:center;}
	.low_contact .btn a {position:relative; padding:0.3em 3em 0.4em 3em; border:2px solid #1e7835; border-radius:3px; color:#1e7835; transition:0.3s;}
	.low_contact .btn a:hover {opacity:0.8;}
	.low_contact .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; border:1px solid #1e7835; border-bottom:0; border-left:0; right:1em; top:42%; transform:rotate(45deg);}
  
  /* cmn_contact */
  #cmn_contact {width:94%; max-width:1200px; margin:9% auto 0 auto;}
  #cmn_contact a {display:block; width:64%; max-width:760px; margin:0 auto; transition:0.3s;}
  #cmn_contact a:hover {opacity:0.8;}
  
  /* footer */
  footer {margin:10% 0 0 0; padding:3em 0; background:#1e7835;}
  footer .inner {width:94%; max-width:1200px; margin:0 auto; color:#fff;}
  footer .inner ul {display:flex; justify-content:center; width:100%; font-size:85%;}
  footer .inner ul a {border-bottom:1px solid transparent; color:#fff; transition:0.3s;}
  footer .inner ul a:hover {border-bottom:1px solid #fff;}
  footer .inner ul li {margin:1em 0 0 0; padding:0 1.2em;}
  footer .inner .logo {width:220px; margin:8% auto 0 auto;}
  footer .inner p {margin:2em 0 0 0; font-family:'Lato', sans-serif; font-size:70%; font-weight:400; text-align:center; letter-spacing:0.05em;}

}

@media screen and (min-width:901px) and (max-width:1240px) {
  
  body {font-size:1.5vw;}
  
  .mv .slider_item .inner p {font-size:220%;}

}

/* animation */
@keyframes fadeUp {
  0% {
    opacity:0;
    transform:translate(0, 40px);
  }
  100% {
    opacity:1;
    transform:translate(0, 0);
  }
}

.fadeUp {opacity:0;}
.fadeUp_active {
  animation-name:fadeUp;
  animation-timing-function:ease-out;
  animation-fill-mode:forwards;
  animation-direction:alternate;
  animation-duration:0.8s;
  transition-delay:0.3s;
}


