@charset "UTF-8";
/*基本の緑*/
/*薄い緑*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 300;
}

a {
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #00A29A;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #000;
  text-decoration: none;
}

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

.txtbold {
  font-weight: bold;
}

ul {
  list-style: none;
}

#pageTop {
  position: fixed;
  bottom: 50px;
  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: #00A29A;
  border-radius: 50%;
  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;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  position: fixed;
  padding: 20px 50px 20px 110px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.6);
  z-index: 99;
}
header .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #logo {
  width: 294px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
}
header #navigation {
  width: calc(100% - 482px);
  text-align: right;
  padding-right: 2vw;
}
header #navigation li {
  display: inline-block;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
header #navigation li a {
  padding: 0 1vw;
}
header #headbtnbox {
  width: 187px;
}
header #headbtnbox a {
  display: block;
  padding: 10px;
  background-color: #00A29A;
  border-radius: 50px;
  color: #fff;
}

footer {
  margin-top: 150px;
  width: 100%;
  margin: 0 auto;
  background-color: #F7F7F7;
}
footer .footbody {
  padding: 120px 0 150px 0;
}
footer .foooter_a {
  width: 50%;
}
footer .foooter_a .footlogo {
  width: 254px;
  margin-bottom: 20px;
}
footer .foooter_b {
  width: 50%;
}
footer .foooter_b .flexbox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .foooter_b .menubox {
  width: 16em;
}
footer .foooter_b .menubox dl {
  text-align: left;
}
footer .foooter_b .menubox dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
footer .foooter_b .menubox dl dd {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .foooter_b .menubox ul {
  text-align: left;
  list-style: none;
}
footer .foooter_b .menubox ul li {
  font-weight: bold;
  margin-bottom: 10px;
}
footer #footercopy {
  padding: 35px 0px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  color: #A5A5A5;
}
footer .fixcontactbtn {
  display: none;
}

.bottomcontactbox {
  background: url(../images/common/bottombg.jpg) left center no-repeat;
  background-size: cover;
  padding: 76px 0 58px 0;
}
.bottomcontactbox h2 {
  margin-bottom: 40px;
  text-align: center;
}
.bottomcontactbox h2 img {
  margin: 0 auto;
}
.bottomcontactbox .btnbox a {
  background-color: #fff;
  border: 1px #00A29A solid;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #00A29A;
  font-size: 20px;
  width: 380px;
}
.bottomcontactbox .btnbox a span:before {
  content: "";
  width: 30px;
  height: 23px;
  background: url(../images/common/icon_mail.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.contensinner {
  width: 1330px;
  margin: 0 auto;
}

.contensinner2 {
  width: 1100px;
  margin: 0 auto;
}

p {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2;
}
p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1330px) {
  header {
    padding-left: 20px;
  }

  .contensinner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .contensinner2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  header {
    padding: 20px;
  }
  header #navigation {
    padding-right: 20px;
    padding-left: 10px;
  }
  header #logo {
    width: 240px;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 840px) {
  .sp_block {
    display: block;
  }

  .pc_block {
    display: none;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }

  header {
    padding: 10px 60px 10px 10px;
    height: 60px;
  }
  header #navigation {
    display: none;
  }
  header #headbtnbox {
    display: none;
  }
  header #logo {
    width: 180px;
  }

  footer {
    padding-bottom: 90px;
  }
  footer .contensinner {
    padding: 0;
  }
  footer .footbody {
    padding: 0;
  }
  footer .foooter_a {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  footer .foooter_a:after {
    content: "";
    width: 40vw;
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .foooter_a .footlogo {
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
  footer .foooter_a .footlogo img {
    width: 70%;
    margin: 0 auto;
  }
  footer .foooter_a p {
    text-align: center;
    font-size: 0.9em;
    margin-top: 20px;
  }
  footer .foooter_c ul {
    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;
  }
  footer .foooter_c ul li {
    width: 50%;
    border-bottom: 1px #DADADA solid;
    list-style: none;
  }
  footer .foooter_c ul li:nth-child(even) {
    border-left: 1px #DADADA solid;
  }
  footer .foooter_c ul li a {
    display: block;
    padding: 18px 10px;
    text-align: center;
  }
  footer .fixcontactbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  footer .fixcontactbtn a {
    background-color: #00A29A;
    padding: 18px 10px;
    display: block;
    color: #fff;
  }
  footer .fixcontactbtn a span:before {
    content: "";
    width: 30px;
    height: 23px;
    background: url(../images/common/icon_mail_w.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .bottomcontactbox h2 span {
    font-size: 24px;
  }
  .bottomcontactbox .btnbox {
    width: 80%;
    margin: 0 auto;
  }
  .bottomcontactbox .btnbox a {
    width: 100%;
  }
}