/* リセットCSS */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* リセットCSSここまで */

/* ハンバーガーメニュー */
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: relative;
    z-index : 4;
    width : 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    background: #000;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 21px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 24px;
  }
  .hamburger span:nth-child(2) {
    top: 34px;
  }
  .hamburger span:nth-child(3) {
    top: 44px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 34px;
    left: 20px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 35px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: absolute;
    z-index : 2;
    top: -9999px;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: flex;
    align-items: center;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
    font-size: 1.4rem;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    top: 0;
    position: fixed;
  }
  #navBox li{
    margin-bottom: 15px;
  }

/* ハンバーガーメニューここまで */
/* スライドCSS */
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slick-list{
  border-radius: 0 0 15px 15px;
}

/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
}
.full div.img01 {
  background-image: url(images/img_top01.jpg?20211124);
}
.full div.img02 {
  background-image: url(images/img_top02.jpg?20211124);
}
.full div.img03 {
  background-image: url(images/img_top03.jpg?20211124);
}
 .full div.img04 {
  background-image: url(images/img_top04.jpg?20211120);
}

 .full div.img05 {
  background-image: url(images/img_top05.jpg?20211120);
}

 .full div.img06 {
  background-image: url(images/img_top06.jpg?20211120);
}
/* .full div.img07 {
  background-image: url(images/img_top07.jpg);
}*/


.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/* スライドCSSここまで */

/* ユーティリティ */

html{
  font-size: 14px;
  color: #111111;
  line-height: 1.8rem;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.flex{
    display: flex;
}
.rltv{
  position: relative;
}
.deco_pipe_top01{
  position: absolute;
  z-index: -3;
  bottom: 150px;
    right: 465px;
    transform:rotate(90deg) 
}
.deco_pipe_top02{
  position: absolute;
  z-index: -3;
  bottom: 100px;
    right: 335px;
    transform:rotate(90deg) 
}
.deco_pipe01{
  position: absolute;
  z-index: -3;
  top: -50px;
    right: -65px;
}
.deco_pipe02{
  position: absolute;
  z-index: -3;
  top: -50px;
    left: -75px;
}
.deco_pipe01-1{
  position: absolute;
  z-index: -3;
  bottom: -50px;
    left: -65px;
}
.deco_pipe02-1{
  position: absolute;
  z-index: -3;
  bottom: -50px;
    right: -75px;
}
.deco_pipe03{
  position: absolute;
  z-index: -3;
  top: -50px;
    left: -75px;
}
.deco_pipe04{
  position: absolute;
  z-index: -3;
  bottom: -50px;
    right: -75px;
}
.anchor {
  display: block;
  padding-top: 10px;
  margin-top: -10px;
}



/* 基本 */

header{
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  margin: auto;
  width: 900px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.9);
  padding: 0 0 0 15px;
  height: 70px;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#topImg{
  width: 950px;
  margin:auto;
  
}
.topImg{
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
.sptopBox .topImg{
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
#logoArea{
  align-items: center;
}
#logoArea figure{
  margin-right: 15px;
}
#menuArea{
  align-items: center;
}
#menuArea figure{
  margin-right: 10px;
}
#wrap{
}
#h1_tit{
  color: #1E8331;
  font-size: 1.5rem;
  margin-top: 30px;
}
#h1_tit figure{
  position: absolute;
  left:0;
  top: 0;
}
#h1_tit span{
  font-size: 0.9rem;
}
h2{
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 10px;
}
.toph2{
  text-align: left;
  line-height: 3.3rem;
  margin-bottom: 20px;
}
.h2subtitle{
  color: #1E8331;
  text-align: center;
}
.toph2subtitle{
  text-align: left;
  color: #1E8331;
  margin-bottom: 30px;
}
.topTxt{
  margin: 0 50px 0 100px;
}
#serviceArea{
  justify-content: space-between;
  margin-bottom: 80px;
}
#serviceArea dl{
  max-width: 350px;
}
#serviceArea dl dt{
  text-align: center;
  margin-bottom: 20px;
}
.border-dats{
  border-right: #707070 dotted 1px;
}
h3{
  position: relative;
  display: inline;
  font-size: 1.5rem;
  font-weight: normal;
}
.h3_service01::before{
  content: "01";
}.h3_service02::before{
  content: "02";
}.h3_service03::before{
  content: "03";
}.h3_service04::before{
  content: "04";
}

.h3_service01::before , .h3_service02::before , .h3_service03::before , .h3_service04::before{
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: -21px;
}

.flow_img{
  text-align: center;
}

.flowBox{
  justify-content: space-between;
}
.contactFlex{
  justify-content: space-around;
}
#contactArea{
  padding: 50px 0;
  background: url(images/contact_bg.png) center;
  /*background: #707070;*/
}
#contactArea .h2subtitle{
  text-align: left;
  color: #fff;
}
.tel{
  font-size: 2.1rem;
}
.tel::before{
  content: "TEL";
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  position: absolute;
  top: -13px;
  left: -28px;
}
.contactTxt{
  margin-top: 50px;
}
.contactBtn{
  width: 120px;
  margin-top: 60px;
  justify-content: space-between;
}

#abountArea dl{
  display: flex;
}
#abountArea dt{
  width: 20%;
  padding: 30px 0 30px 10px ;
  font-weight: normal;
  font-size: 1.1rem;
  border-bottom: 1px solid #1E8331;
}
#abountArea dd{
  width: 80%;
  padding: 30px 0 30px 15px ;
  border-bottom: 1px solid #D9FFE0;
}
#copy{
  color: #1E8331;
  text-align: center;
}
.topBox{
  margin-top: 150px;
  align-items: center;
}
.topBox02{
  justify-content: flex-end;
}
#topService{
  width: 945px;
  margin: 150px auto 0;
}
#topFlow{
  width: 945px;
  margin: 70px auto 0;
}
.serviceBox{
  margin: 50px 0 0 0;
}
#serviceArea figure{
  margin-bottom: 30px;
}
#flowArea{
  margin-top: 50px;
}
.flowBox{
  margin-bottom: 100px;
}
.flowBox section{
  background: #D9FFE0;
  position: relative;
  width: 445px;
  height: 300px;
}
.flowIn{
  max-width: 330px;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_img{
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: auto;
  
}
.flowTxt{
  height: 50%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-radius: 15px;
}
.flowTxt h3 , .flowTxt .h2subtitle{
  text-align: center;
  display: block;
}

.flowIn p.h2subtitle{
  margin: 0 0 20px 0;
}
#contactArea{
  display: flex;
  align-items: center;
  color: #fff;
}
.h2_contact{
  font-size: 1.9rem;
  margin-bottom: 20px;
  text-align: left;
}
.contactFlex{
  width: 700px;
  margin: auto;
align-items: center;
justify-content: space-between;

}
#contactArea{
  border-radius: 15px;
  width: 945px;
  height: 500px;
  margin: auto;
}
.contactTxt{
  max-width: 330px;
}
#aboutArea{
  width: 945px;
  margin: 150px auto 80px;
}
.aboutList{
  margin-top: 50px;
}
.aboutList dl{
  display: flex;
}
.aboutList dl dt{
  width: 30%;
  font-size: 1.1rem;
  font-weight: normal;
  border-bottom: solid 2px #1E8331;
  padding: 20px 0 20px 15px;
}

.aboutList dl dd{
  width: 70%;
  font-size: 1rem;
  border-bottom: solid 1px #D9FFE0;
  padding: 20px 0 20px 30px;
}
.topTxt_detail{
  max-width: 500px;
}






/* スマホ対応 */

@media screen and (min-width: 767px) {
  .pcNone{
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .spNone{
    display: none;
  }
  #wrap{
    width: 100%;
  }
  #topImg{
    width: 100%;
  }
  header{
    width: 90%; 
  }
  .topBox{
    flex-direction: column;
    overflow: hidden;
    margin-top: 80px;
  }
  #topService{
    width: 85%;
    margin: 50px auto 0;
  }
  #serviceArea{
    flex-direction: column;
  }
  .flowBox{
    flex-direction: column;
    margin-bottom: 0;
  }
  #topFlow{
    width: 100%;
    margin: 100px auto 0;
  }
  .topImg{
    width: 100%;
  }
  .topImg img{
    width: 100%;
  }
  .flowBox section{
    width: 100%;
    margin-bottom: 100px;
  }
  #contactArea{
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  #aboutArea{
    width: 100%;
    margin: 100px auto 80px;
  }
  .sptopBox{
    flex-direction: column-reverse;
    overflow: hidden;
  }
  #h1_tit{
    margin-left: 15px;
  }
  .topTxt{
    margin: 0 15px;
  }
  .topTxt p:last-child{
    margin-bottom: 50px;
  }

  .topImg{
    width: 95%;
  }
  .sptopBox .topImg{
    width: 95%;
  }
 .lastbox .topImg{
  margin-left: 5%;
 }
 
  #serviceArea{
    justify-content: center;
    margin-bottom: 0;
    border-bottom: #707070 dotted 1px;
  }
  #serviceArea:last-child{
    border: none;
  }
  #serviceArea dl{
    max-width: 300px;
    margin: 50px auto;
  }
  .border-dats{
    border-bottom: #707070 dotted 1px;
  }
  .slider{
    height: auto;
  }
  .slider img{
    width: auto;
    height: 500px;
  }
  .full div {
    height: 500px;
  }
  .serviceBox{
    margin: 0;
  }
  .contactFlex{
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: auto;
  }
  .telBox{
    margin: 50px 0 0 30px;
  }
  .contactBtn{
    width: 110px;
    margin-top: 20px;
  }
  .aboutList{
    width: 95%;
    margin: auto;
  }
  
.slick-list{
  border-radius: 0;
}
.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
}
