@charset "UTF-8";
/*$minFont　最小のフォントサイズを引数として受け取る（単位なし）*/
/* ================================================= 
 header setting
================================================= */
header {
  width: 100%;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s;
  background-color: white;
}
header img {
  width: 100%;
  height: auto;
}
header a {
  color: #333;
}
header #header-inner {
  max-width: 1110px;
  width: 94%;
  margin: auto;
  display: flex;
  flex-flow: wrap;
}
header #header-inner #h_logo {
  line-height: 1;
  margin: 0;
}
header #header-inner #h_logo a {
  width: 285px;
  display: inline-block;
}
header #header-inner #header-right {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
header #header-inner #header-right ul {
  overflow: hidden;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
header #header-inner #header-right ul li {
  color: #483B32;
  text-align: center;
  float: left;
  padding: 0 10px;
}
header #header-inner #header-right ul li:not(:last-child) {
  border-right: 1px solid #483B32;
}
header #header-inner #header-right .c-btn._type01 a {
  padding: 1rem 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
header .is-mobile {
  display: none;
}
@media screen and (max-width: 819px) {
  header {
    padding: 15px 0;
  }
  header #header-inner {
    /* ハンバーガーメニュー */
  }
  header #header-inner #h_logo {
    z-index: 5;
  }
  header #header-inner #h_logo a {
    width: 210px;
  }
  header #header-inner #header-right {
    display: none;
  }
  header #header-inner .is-mobile {
    display: block;
  }
  header #header-inner .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s;
  }
  header #header-inner .header__nav #h_logo {
    padding: 15px 0;
    width: 94%;
    margin: 0 auto;
  }
  header #header-inner .nav-items {
    padding: 120px 20px 20px;
    margin: 0 auto;
  }
  header #header-inner .nav-items__item a {
    color: #05AF7E;
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    border-bottom: 2px solid #05AF7E;
    background-color: #fff;
    padding: 0 10px 10px;
    font-weight: 600;
    margin-top: 10px;
  }
  header #header-inner .nav-items__item:last-child a {
    margin-bottom: 0;
  }
  header #header-inner .header__hamburger {
    width: 48px;
    height: 100%;
  }
  header #header-inner .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  header #header-inner .hamburger span {
    width: 30px;
    height: 3px;
    background-color: #00AD24;
    position: relative;
    transition: ease 0.4s;
    display: block;
    border-radius: 3px;
  }
  header #header-inner .hamburger span:nth-child(1) {
    top: 0;
  }
  header #header-inner .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  header #header-inner .hamburger span:nth-child(3) {
    top: 0;
  }
  header #header-inner .header__nav.active {
    transform: translateX(0);
  }
  header #header-inner .hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  header #header-inner .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header #header-inner .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}

/* ================================================= 
 hero setting
================================================= */
#hero-wrap {
  background: url(../images/hero_bg.webp) no-repeat center bottom;
  background-size: cover;
  margin-top: -22px;
}
#hero-wrap .hero-inner {
  padding: 120px 0 40px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 875px;
}
#hero-wrap .hero-inner .sub {
  font-size: 40px;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  padding: 0 10px;
  font-weight: 700;
  display: inline;
}
#hero-wrap .hero-inner h2 {
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}
#hero-wrap .hero-inner .c-btn {
  margin: 90px 20px 30px;
}
@media screen and (max-width: 767px) {
  #hero-wrap {
    background: url(../images/hero_bg_sp.png) no-repeat center bottom;
    background-size: cover;
    background-position: center bottom;
  }
  #hero-wrap .hero-inner {
    width: 90%;
    margin: auto;
    padding: 60px 0 30px;
  }
  #hero-wrap .hero-inner .sub {
    font-size: 25px;
  }
  #hero-wrap .hero-inner h2 {
    font-size: 20px;
  }
  #hero-wrap .hero-inner .c-btn {
    margin: 30px 0 0;
  }
  #hero-wrap .hero-inner .c-btn a {
    margin: 0 auto;
  }
}

/* ================================================= 
 contents setting
================================================= */
br.sp {
  display: none;
}

@media screen and (max-width: 819px) {
  br.sp {
    display: block;
  }
  .Row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
h4 {
  font-size: 18px;
  font-weight: 700 !important;
}

.Column--3_2 {
  width: 23%;
}

.Column--4_2 {
  width: 31.5%;
}

.Column--6_2 {
  width: 48%;
}

@media (max-width: 1077px) {
  .Column--medium-6_2 {
    width: 48%;
  }
}
.cta .c-title-md {
  margin-top: 2em;
}
.cta .c-img-wrap {
  margin: 1.5em 0;
}

.bd-green {
  border: 2px solid #05AF7E;
  border-radius: 5px;
  padding: 20px 18px !important;
  background-color: #fff;
}

.img-wrap img {
  width: 100%;
}

.l-container p.sub {
  font-size: 12px;
  margin-top: 5px;
}

a.under {
  text-decoration: underline !important;
}

#merit .Row {
  align-items: stretch;
  justify-content: space-between;
}
#merit .img-wrap {
  max-height: 85px;
}
#merit .img-wrap img {
  width: auto;
  height: 100%;
}

#point {
  background-color: #E5F7F4;
}
#point .item {
  margin-bottom: 40px;
}
#point .item .img-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#point .item .img-wrap img {
  top: -8px;
  position: absolute;
}
#point .item h3 {
  display: flex;
}
@media screen and (max-width: 819px) {
  #point .item h3 {
    padding: 15px 0 0;
    font-size: 20px;
    flex-direction: column;
  }
  #point .item h3 .img-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #point .c-title-sm {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0.5em 0 0.25em;
  }
}
#point .bd-green ul {
  padding: 25px 0;
}
#point .bd-green ul li {
  font-size: 18px;
  font-weight: 600;
  color: #05AF7E;
}
#point .bd-green ul li::before {
  content: "・";
}
@media screen and (max-width: 819px) {
  #point .l-container {
    width: 91%;
  }
}

#function .Row.box {
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #function .c-title-sm {
    margin: 0.5em 0 0.25em;
  }
}
#function .img-wrap {
  max-width: 150px;
  margin: 0 auto;
}

#subject ul li {
  background-color: #E5F7F4;
  padding: 15px 20px 15px 50px;
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
#subject ul li::before {
  content: "";
  width: 17px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #FD9732;
  position: absolute;
  left: 20px;
  top: 26px;
  transform: rotate(-47deg);
}
#subject ul li::after {
  content: "";
  width: 4px;
  height: 10px;
  display: inline-block;
  border-radius: 1px;
  background: #FD9732;
  position: absolute;
  left: 18px;
  top: 26px;
  transform: rotate(-45deg);
}

.tab .tabs {
  max-width: 920px;
  margin: 0 auto;
}
.tab .tabs .tab_menu {
  display: flex;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
.tab .tabs .tab_menu-item {
  width: 300px;
  height: 50px;
  padding: 12px 10px;
  text-align: center;
  margin-right: 10px;
  background-color: #BABABA;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.tab .tabs .tab_menu-item:last-of-type {
  margin-right: 0px;
}
.tab .tabs .tab_menu-item.is-active {
  background-color: #05AF7E;
  color: #ffffff;
  position: relative;
}
.tab .tabs .tab_menu-item.is-active::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0;
  border-top: 11px solid #05AF7E;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.tab .tabs .tab_panel {
  width: 100%;
}
.tab .tabs .tab_panel-box01, .tab .tabs .tab_panel-box02, .tab .tabs .tab_panel-box03 {
  display: none;
}
.tab .tabs .tab_panel-box01.is-show, .tab .tabs .tab_panel-box02.is-show, .tab .tabs .tab_panel-box03.is-show {
  display: block;
}
.tab.evaluation .tab_menu-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tab.evaluation .tab_menu-item.is-active {
  background-color: #05B1B7 !important;
}
.tab.evaluation .tab_menu-item.is-active::before {
  border-top: 11px solid #05B1B7 !important;
}

#evaluation h4 {
  padding: 10px 15px;
}
#evaluation .Row ul {
  padding-top: 20px;
}
#evaluation .Row ul li {
  width: -moz-fit-content;
  width: fit-content;
}
#evaluation .Row ul li::before {
  content: "・";
}
#evaluation .tab_panel {
  background-color: #F5F4EF;
  padding: 40px;
}
#evaluation .tab_panel .eva-box {
  padding: 30px 80px;
  background-color: #fff;
}
#evaluation .Row.option {
  align-items: stretch;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  justify-content: space-between;
}
#evaluation .Row.option .no-img {
  margin-top: 0;
}
#evaluation .Row.bd-green {
  height: 100%;
  padding: 10px 5px !important;
}
#evaluation .Row.bd-green h4 {
  padding: 0;
  color: #05AF7E;
}
@media screen and (max-width: 819px) {
  #evaluation .l-container {
    width: 100%;
  }
  #evaluation h2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #evaluation .tab_menu {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: -15px;
    padding-bottom: 15px;
  }
  #evaluation .tab_panel {
    padding: 20px;
  }
  #evaluation .tab_panel .eva-box {
    padding: 20px 10px;
  }
  #evaluation .Row.bd-green {
    text-align: center;
  }
  #evaluation h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  #evaluation .img-wrap {
    text-align: center;
  }
  #evaluation .img-wrap img {
    width: auto;
  }
}

.download-blc {
  padding: 40px 20px;
  background: url(../images/green-bg.webp) no-repeat center bottom;
  background-size: cover;
}
.download-blc p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .download-blc p {
    font-size: 16px;
  }
  .download-blc .c-btn._type01 a {
    margin: 0 auto;
    font-size: 25px;
  }
}

#scene {
  background-color: #E5F7F4;
}
#scene .Row {
  justify-content: space-between;
  align-items: stretch;
}
#scene h4 {
  text-align: center;
  color: #05AF7E;
  padding-bottom: 15px;
}
#scene .bd-green {
  padding: 30px !important;
}
@media screen and (max-width: 819px) {
  #scene h4 {
    font-size: 20px;
  }
  #scene .img-wrap {
    max-width: 195px;
    margin: 0 auto 10px;
  }
}

#technology .Row {
  justify-content: space-between;
  align-items: stretch;
}
#technology .Row .bd-green {
  padding: 30px !important;
}
#technology .img-wrap {
  max-height: 85px;
}
#technology .img-wrap img {
  width: auto;
  height: 100%;
}
#technology .flow h2 {
  margin: 60px auto 30px;
}
#technology .flow .arrow {
  width: 0px;
  height: 0px;
  border: 0;
  border-top: 14px solid #05AF7E;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  margin: 10px auto;
}
#technology .flow .flow-item {
  max-width: 730px;
  margin: 0 auto 30px;
  background-color: #E5F7F4;
  position: relative;
  padding: 25px 20px;
}
#technology .flow .flow-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #05AF7E;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 819px) {
  #technology .flow h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #technology .flow p, #technology .flow h4.c-bold {
    text-align: left;
  }
}
#technology .supplement {
  max-width: 819px;
  margin: 0 auto;
  padding-left: 42px;
}
#technology .supplement ol {
  padding-left: 15px;
}
#technology .supplement ol li {
  position: relative;
}
#technology .supplement ol li::before {
  content: "※";
  position: absolute;
  left: -35px;
}
@media screen and (max-width: 950px) {
  #technology .supplement {
    padding-left: 0;
  }
}

#faq .faq-contents {
  margin: 10px 0;
}
#faq .faq-contents-head {
  cursor: pointer;
  color: #fff;
  background-color: #05AF7E;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
}
#faq .faq-contents-head p {
  padding: 15px 66px 15px 50px;
  position: relative;
}
#faq .faq-contents-head p::before {
  position: absolute;
  content: "Q";
  left: 20px;
  top: 13px;
}
#faq .faq-contents-head .p_btn {
  background-color: #008962;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
}
#faq .faq-contents-head .p_btn::before {
  content: "";
  width: 21px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: rotate(45deg);
}
#faq .faq-contents-head .p_btn::after {
  content: "";
  width: 21px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg);
}
#faq .faq-contents-head.active .p_btn::before {
  top: 46%;
  transform: rotate(-45deg);
}
#faq .faq-contents-head.active .p_btn::after {
  top: 46%;
  transform: rotate(45deg);
}
#faq .faq-contents-body {
  display: none;
  background-color: #E5F7F4;
}
#faq .faq-contents-body p {
  padding: 15px 20px;
}
#faq .faq-contents-body.open {
  display: block;
}
@media screen and (max-width: 819px) {
  #faq .faq-contents-head {
    font-size: 16px;
  }
  #faq .faq-contents-head .p_btn {
    top: 50%;
    right: 5px;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
  }
  #faq .faq-contents-head .p_btn::before {
    width: 15px;
    right: 12px;
  }
  #faq .faq-contents-head .p_btn::after {
    width: 15px;
    right: 4px;
  }
}

#contact {
  background-color: #F5F4EF;
}
#contact h5 {
  font-size: 20px;
}
#contact a {
  text-decoration: underline;
}

#company span.pc {
  display: inline-block;
}
@media screen and (max-width: 819px) {
  #company span.pc {
    display: none;
  }
}

.ss_contents {
  display: flex;
  flex-direction: column;
}

.ss_visitor_form {
  order: 2;
}

.ss_enquete_form {
  order: 1;
}

.ss_btnArea {
  margin: 25px auto;
  order: 3;
}

.ss_btnArea input {
  background-color: #05AF7E !important;
  border: solid 2px #05AF7E !important;
}

.ss_enquete_form fieldset:nth-of-type(1) {
  border-top: solid 1px #d4d4d4;
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
}
.floating .show {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .floating .show {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.floating .show ._type05 {
  text-align: center;
}
.floating .show ._type05 a {
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  padding: 1.25rem 3rem 1.5rem;
  border-radius: 10px;
}
.floating .show ._type05 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 819px) {
  .floating .show ._type05 a {
    font-size: 16px;
    padding: 1.25rem 1.5rem;
  }
}
.floating .show ._type05 a.left {
  background: #FF5759;
}
.floating .show ._type05 a.right {
  background: #0079bf;
}

/* ================================================= 
 footer setting
================================================= */
footer {
  padding: 20px 0 22px;
  background-color: #05AF7E;
}
footer #copyright {
  font-size: 14px;
  color: white;
  text-align: center;
}/*# sourceMappingURL=style.css.map */