@charset "UTF-8";
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);


html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 18px;
  line-height: 1.95;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100vw;
  overflow-x: hidden;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #dd9933;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #333;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.95;
}
p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}
.br-innerblock {
  display: inline-block;
}

.br-sp {
  display: none;
}
.centertxt{text-align: center;}
.righttxt{text-align: right;}
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

header {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.5);
}
header .headerinner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 20px 1fr 20px 116px;
  grid-template-columns: 220px 1fr 116px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerinner .logo {
  text-align: left;
  padding-left: 40px;
}
header .headerinner .headother {
  text-align: right;
}
header .headerinner .headother ul li {
  display: inline-block;
}
header .headerinner .headother ul li.menuon {
  position: relative;
}
header .headerinner .headother ul li.menuon:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #00a273;
  border-right: solid 1px #00a273;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
header .headerinner .headother ul li a {
  padding: 5px 50px;
  display: block;
  font-size: 18px;
}
header .headerinner .headother ul .menuon {
  position: relative;
}
header .headerinner .headother ul .menuon ul {
  display: none;
}
header .headerinner .headother ul .menuon ul li {
  display: block;
}
header .headerinner .headother ul .menuon:hover ul {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 20px 0;
  width: 14em;
  background-color: #fff;
}
header .headerinner .headother ul .menuon:hover ul li {
  text-align: left;
  border-bottom: 1px #E9F7F2 solid;
}
header .headerinner .headother ul .menuon:hover ul li:last-child {
  border-bottom: none;
}
header .headerinner .headother ul .menuon:hover ul li a {
  display: block;
}
header .headerinner .contactbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #00a273;
  line-height: 1;
  height: 85.6px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerinner .contactbtn i {
  width: 25px;
  height: 20px;
  margin: 0 auto 0.1em auto;
  display: table;
  background: url("../images/common/email_PC.svg") no-repeat center;
  background-size: contain;
}
header .headerinner .contactbtn a:after {
  content: "お問い合わせ";
  color: white;
  font-size: 15px;
}
header .globalmenu {
  background-color: #ccc;
  margin-top: 10px;
}
header .globalmenu ul li {
  display: inline-block;
  border-right: 1px #fff solid;
}
header .globalmenu ul li:first-child {
  border-left: 1px #fff solid;
}
header .globalmenu ul li a {
  padding: 10px 10px;
  display: block;
}

footer {
  padding: 10px 0;
  background-color: #01916D;
  color: #fff;
}
footer a:link {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .footerinner {
  max-width: 1026px;
  margin: 0 auto;
}
footer .footerinner .footernav {
  padding: 40px 0;
}
footer .footerinner .footernav ul {
  display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0px 10px;
}
footer .footerinner .footernav ul li a {
  padding: 0 10px;
}
footer .footerinner .footerlogo {
  margin-bottom: 10px;
}
footer .footerinner .footerlogo img {
  width: 162px;
}
footer .footerinner .copyright {
  font-size: 12px;
}

.sectioninner {
  max-width: 1026px;
  margin: 0 auto;
}

table {
  border: 1px #868686 solid;
}
table th {
  padding: 10px;
  border: 1px #868686 solid;
}
table td {
  padding: 10px;
  border: 1px #868686 solid;
}

.main {
  margin-top: 85.6px;
}


.js-fadeUp {
opacity: 0;
  transform: translate(0, 80px);
  transition: 2s;
}
.js-fadeUp.js-delay01{
  transition-delay: .3s;
}
.js-fadeUp.js-delay02{
 transition-delay: .6s;
}
.js-fadeUp.js-delay03{
  transition-delay: .9s;
}
.js-fadeUp.is-inview {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 1360px) {
  header .headerinner .headother ul li a {
    font-size: 1.3vw;
    padding: 5px 3vw;
  }
  header .headerinner .headother ul li::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1026px) {
  .contentinner {
    width: 100%;
  }
  footer .footerinner {
    width: 90vw;
  }
  .br-innerblock {
  display: none;
}
}

@media screen and (max-width: 1088px) {
  header .headerinner {
    -ms-grid-columns: 180px 1fr 90px;
    grid-template-columns: 180px 1fr 90px;
  }
  header .headerinner .headother ul li a {
    padding: 5px 2vw;
  }
  header .headerinner .contactbtn a:after {
    font-size: 1.3vw;
  }
  footer .footerinner .footernav ul li a {
    padding: 0 30px;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 842px) {
  .flexbox {
    display: block;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  body {
    font-size: 16px;
  }
  header .headerinner {
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
    padding-right: 53px;
    padding-left: 20px;
  }
  header .headerinner .logo {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .headerinner .logo img {
    height: 30px;
  }
  header .headerinner .contactbtn {
    height: 50px;
  }
  header .headerinner .contactbtn a:after {
    display: none;
  }
  header .headerinner .headother {
    display: none;
  }
  .main {
    margin-top: 50px;
  }
    footer .footerinner .footernav ul{
      grid-template-columns: 1fr;
    }
  footer .footerinner .footernav ul li {
    font-size: 14px;
    display: block;
  }
  footer .footerinner .footernav ul li a {
    padding: 10px 0;
    display: block;
  }
}