@charset "UTF-8";
/* Theme Name: ecohatsu_battery_ver3.2 */
body {
  margin: 0 auto;
  padding: 0;
  letter-spacing: 1px;
  color: #3f3f3f;
  font-size: 14px;
  font-family: "メイリオ", meiryo, Arial, Helvetica !important;
}

a {
  color: #0073aa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover,
a:active {
  color: #00a0d2;
}
img {
  border: 0;
  vertical-align: bottom;
}

.head_box .container .row {
  display: flex;
  align-items: center;
}

#logo {
  height: 80px;
  display: flex;
  align-items: center;
}

#logo img {
  width: 100%;
}

.head_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.sp_only {
  display: none;
}

.head_inquiry_tel {
  margin: 0;
  padding: 5px 10px;
  height: 50px;
  float: right;
  text-align: center;
  border: 2px solid #0073aa;
  border-radius: 3px;
  display: none;
}

.head_inquiry_tel.estimate {
  margin: 0;
  padding: 5px 0 0;
  box-shadow: none;
  display: none;
}

.head_inquiry_tel a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.head_inquiry_tel a:hover {
  text-decoration: none;
}

.head_inquiry_tel a::before {
  margin-right: 15px;
  font-family: "FontAwesome";
  content: "\f098";
  font-size: smaller;
}

.head_inquiry_tel p {
  margin: 0;
  padding: 0 5px;
  font-size: 11px;
  line-height: 1;
}

.head_inquiry_mail {
  float: right;
  height: 80px;
  display: flex;
  align-items: center;
}

.head_inquiry_mail button {
  margin-left: 15px;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 3px;
  background: linear-gradient(#fda128, #fd8629);
  position: relative;
  border: none;
}

.head_inquiry_mail button::before {
  margin-right: 10px;
  font-family: "FontAwesome";
  content: "\f0e0";
}

/* ヘッドメニュー */
.head_menu {
  background: #048479;
  border: none;
}

.head_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.head_menu ul li {
  text-align: center;
  flex: 1;
}

.head_menu ul li a {
  padding: 12px 0;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s ease;
}

.head_menu ul li a:hover {
  color: #ff7d00;
  background: rgba(255, 255, 255, 0.15);
}

.head_menu ul li a span {
  width: 100%;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}

.head_menu ul li:first-child a span {
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
  #logo {
    height: 60px;
  }
  .head_box .container .row {
    align-items: inherit;
  }
  .head_inquiry_mail,
  .head_inquiry_tel {
    padding: 0;
    width: 35px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .head_inquiry_mail {
    right: 0px;
  }
  .head_inquiry_tel {
    right: 55px;
    margin: 0;
    border: none;
    display: none;
  }
  .head_inquiry_tel.estimate {
    margin: 0;
    padding: 0;
    right: 15px;
    box-shadow: none;
    display: none;
  }
  .head_inquiry_mail button,
  .head_inquiry_tel a {
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: none;
  }
  .head_inquiry_mail button::before,
  .head_inquiry_tel a::before {
    margin: 0;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
  }
  .head_inquiry_mail button::before {
    background: linear-gradient(#fda128, #fd8629);
    font-size: 18px;
  }
  .head_inquiry_tel a::before {
    background: #0073aa;
    content: "\f095";
    color: #ffffff;
    font-size: 24px;
  }
  .sp_only {
    display: block;
  }
}

/* FV_top */
#fv_top {
  width: 100%;
  height: 500px;
  background: #ffffff url("../images/fv_top_bg.jpg") center top no-repeat;
  background-size: 1600px 500px;
}

#fv_top .container {
  position: relative;
}

#fv_top img {
  width: 100%;
  height: auto;
}

.fv_top_catch {
  width: 646px;
  position: absolute;
  top: 30px;
  right: 15px;
}

.fv_top_img {
  width: 220px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fv_top_form_wrap {
  width: auto;
  height: 500px;
  display: flex;
  align-items: center;
}

.fv_top_form_inner {
  margin-left: 40px;
  padding: 26px 0;
  width: 370px;
  height: 370px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  position: relative;
}

.fv_top_form_badge {
  width: 64px;
  height: 64px;
  background: url("../images/fv_form_badge.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -32px;
  left: -32px;
}

.fv_top_form_ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.fv_top_form_ttl span {
  color: #fe9030;
  font-size: 30px;
}

.fv_top_form p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.fv_top_form p span.required {
  background: #ff5555;
  color: #fff;
  padding: 1px 3px 0;
  border-radius: 3px;
  font-size: 12px;
}

.fv_top_form input {
  margin-bottom: 30px;
  width: 300px;
  padding: 7px 4px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.fv_top_form select {
  margin-bottom: 30px;
  width: 300px;
  height: 40px;
  font-size: 16px;
}

.fv_postal_code_btn {
  display: block;
  margin: auto;
  width: 300px;
  height: 60px;
  border-radius: 35px;
  background: linear-gradient(60deg, #4cb931 0%, #0d6b0a 100%);
  font-size: 20px;
  font-weight: bold;
  border: none;
  position: relative;
  overflow: hidden;
}

.fv_postal_code_btn::before {
  margin: auto;
  width: 22px;
  height: 22px;
  background: url("../images/fv_btn_arrow_white.png") left top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 2;
}

.fv_postal_code_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 35px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: 1;
}

.fv_postal_code_btn:hover::before {
  background: url("../images/fv_btn_arrow_green.png") left top no-repeat;
  background-size: contain;
}

.fv_postal_code_btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.fv_postal_code_btn button {
  width: 300px;
  height: 60px;
  background: none;
  color: #ffffff;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.fv_postal_code_btn:hover button {
  color: #0d6b0a;
}

@media (max-width: 768px) {
  #fv_top {
    padding-bottom: 30px;
    height: auto;
    background-size: cover;
  }
  .fv_top_catch {
    margin: 30px 0;
    padding: 0 15px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  .fv_top_img {
    width: 170px;
    right: auto;
    bottom: -10px;
  }
  .fv_top_form_wrap {
    height: auto;
  }
  .fv_top_form_inner {
    padding: 20px;
    margin: auto;
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0.65);
  }
  .fv_top_form_badge {
    width: 50px;
    height: 50px;
    top: -20px;
    left: -20px;
  }
  .fv_top_form_ttl {
    font-size: 18px;
  }
  .fv_top_form_ttl span {
    font-size: 20px;
  }
  .fv_top_form p {
    font-size: 14px;
  }
  .fv_top_form input {
    width: 100%;
  }
  .fv_top_form select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
  }
  .fv_postal_code_btn {
    width: 100%;
    font-size: 18px;
  }
  .fv_postal_code_btn::before {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .fv_postal_code_btn button {
    width: 100%;
  }
}

/* FV_bottom */
#fv_bottom {
  background: #f3f3f3;
  color: #048479;
}
.fv_bottom_inner {
  width: 100%;
  display: flex;
}

.fv_bottom_catch1 {
  width: calc(100% / 3);
  height: 454px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv_bottom_catch1 h2 {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 50px;
}

.fv_bottom_catch1 p {
  font-size: 34px;
  font-weight: bold;
}

.fv_bottom_img {
  width: calc(100% / 3);
  height: 454px;
  display: flex;
  align-items: center;
}

.fv_bottom_img img {
  margin: auto;
  width: 220px;
  height: auto;
}

.fv_bottom_catch2 {
  width: calc(100% / 3);
  height: 454px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv_bottom_catch2 p {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.6;
}

.fv_bottom_catch2 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #fv_bottom {
    padding: 30px 0;
  }
  .fv_bottom_inner {
    display: block;
  }
  .fv_bottom_catch1 {
    width: 100%;
    height: auto;
  }
  .fv_bottom_catch1 h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .pc_only {
    display: none;
  }
  .fv_bottom_catch1 p {
    font-size: 20px;
    font-weight: normal;
  }
  .fv_bottom_img {
    margin: 20px auto 30px;
    width: 100%;
    height: auto;
  }
  .fv_bottom_img img {
    width: 180px;
  }
  .fv_bottom_catch2 {
    width: 100%;
    height: auto;
  }
  .fv_bottom_catch2 p {
    padding: 0 15px;
    text-align: center;
    font-size: 4vw;
  }
}

/* メリット */
#top_merit {
  padding: 60px 0;
}

#top_merit h2 {
  margin-top: 0;
  margin-bottom: 60px;
  color: #048479;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.top_merit_box {
  display: flex;
  justify-content: space-between;
}

.top_merit_inner {
  width: 360px;
}

.top_merit_ttl {
  display: flex;
  align-items: center;
}

.top_merit_ttl h3 {
  font-weight: bold;
}

.merit_badge {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.merit_badge img {
  width: 100%;
  height: auto;
}

.top_merit_img {
  padding: 20px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_merit_img img {
  width: 100%;
  height: auto;
}

.top_merit_txt {
  padding: 18px;
  background: #f3f3f3;
  font-size: 20px;
  border: 4px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #top_merit {
    padding: 30px 0;
  }
  #top_merit h2 {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.3;
  }
  .top_merit_box {
    padding: 0 15px;
    display: block;
  }
  .top_merit_inner {
    margin-bottom: 20px;
    width: 100%;
  }

  .top_merit_inner:last-child {
    margin-bottom: 0;
  }
  .top_merit_ttl {
  }
  .merit_badge {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .top_merit_img {
    height: 200px;
  }
  .top_merit_img img {
    width: 90%;
  }
  .top_merit_txt {
    font-size: 16px;
  }
}

/* 見積もり依頼の流れ */
#top_request_flow {
  padding: 60px 0;
  background: linear-gradient(to top, #048479, #2baba0);
}

#top_request_flow h2 {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}

.top_flow_box {
  display: flex;
  justify-content: space-between;
}

.top_flow_inner {
  width: 360px;
  height: 500px;
  border-radius: 5px;
  position: relative;
}

.top_flow_inner.flow1 {
  background: #feffe9;
}

.top_flow_inner.flow2 {
  background: #eeffe3;
}

.top_flow_inner.flow3 {
  background: #e3fff5;
}

.top_flow_ttl {
  margin: 20px auto;
  width: 257px;
  height: 62px;
  border-radius: 15px;
  background: #bac23e;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_flow_img {
  padding: 20px;
  height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_flow_img img {
  width: 100%;
  height: auto;
}

.flow1 .top_flow_img img {
  width: 60%;
}

.flow2 .top_flow_img img {
  width: 90%;
}

.flow3 .top_flow_img img {
  width: 80%;
}

.top_flow_txt {
  padding: 20px;
  font-size: 20px;
}

.flow_arrow1 {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #feffe9;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
}

.flow_arrow2 {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #eeffe3;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
}

@media (max-width: 768px) {
  #top_request_flow {
    padding: 30px 0;
  }
  #top_request_flow h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .top_flow_box {
    padding: 0 15px;
    display: block;
  }
  .top_flow_inner {
    padding: 15px;
    width: 100%;
    height: 400px;
  }
  .top_flow_inner.flow1,
  .top_flow_inner.flow2 {
    margin-bottom: 40px;
  }
  .top_flow_ttl {
    margin-top: 0;
    width: 100%;
    height: 50px;
  }
  .top_flow_img {
    height: auto;
  }
  .top_flow_txt {
    padding: 0;
    font-size: 16px;
  }
  .flow_arrow1,
  .flow_arrow2 {
    top: inherit;
    left: 0;
    right: 0;
    bottom: -65px;
    transform: rotate(90deg);
  }
}

/* 一括見積もりフォーム */
.indicator {
  margin-bottom: 20px;
  border: 1px solid #048479;
}

.indicator ol {
  margin: 0;
  display: flex;
  overflow: hidden;
}

.indicator ol li {
  padding: 8px 0 8px 8px;
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  list-style: none;
}

.indicator.first ol li:first-child {
  color: #ffffff;
  background: #048479;
  border-right: 1px solid #048479;
}

.indicator ol li:first-child::after,
.indicator ol li:nth-child(2)::before,
.indicator ol li:nth-child(2)::after {
  content: "";
  border-style: solid;
  border-width: 1.4em 0 1.4em 1em;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
}

.indicator.first ol li:first-child::after,
.indicator.first ol li:nth-child(2)::after,
.indicator.second ol li:nth-child(2)::after {
  border-color: transparent transparent transparent #048479;
  right: 0;
  z-index: 5;
}

.indicator.second ol li:first-child::after {
  border-color: transparent transparent transparent #fff;
  right: 1px;
  z-index: 5;
}

.indicator.second ol li:nth-child(2)::after {
  border-color: transparent transparent transparent #048479;
  right: 1px;
  z-index: 10;
}

.indicator.first ol li:nth-child(2)::before,
.indicator.second ol li:nth-child(2)::before,
.indicator.second ol li:first-child::after {
  border-color: transparent transparent transparent #fff;
  right: 1px;
  z-index: 10;
}

.indicator.second ol li:nth-child(2) {
  color: #ffffff;
  background: #048479;
  border-right: 1px solid #048479;
}

.trader_info {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff7ce;
  border: 1px solid #ffe762;
}

.trader_info p {
  margin: 0;
  font-size: 24px;
  text-align: center;
}

.trader_info p span {
  padding: 0 5px;
  font-size: 30px;
  color: #ac0002;
}

@media (max-width: 768px) {
  .estimate_form_area.renew {
    padding: 30px 15px;
  }
  .indicator ol li {
    font-size: 12px;
  }
  .indicator.first ol li:nth-child(2)::before,
  .indicator.second ol li:nth-child(2)::before,
  .indicator.second ol li:first-child::after,
  .indicator.second ol li:nth-child(2)::after {
    right: 0;
  }
  .trader_info {
    padding: 10px;
  }
  .trader_info p {
    font-size: 17px;
  }
  .trader_info p span {
    font-size: 24px;
  }
}

/* 新着記事 */
#news {
  padding: 60px 0 20px;
}

#news h2,
#media h2,
#top_voice h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #048479;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#news h2 span,
#media h2 span,
#top_voice h2 span {
  padding: 0 20px;
  display: block;
  position: absolute;
  background: #ffffff;
}

#news h2::before,
#media h2::before,
#top_voice h2::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 4px;
  background: linear-gradient(to right, #048479, #87d6cf);
}

#news h2::after,
#media h2::after,
#top_voice h2::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 4px;
  background: linear-gradient(to left, #048479, #87d6cf);
}

.top_article_new,
.top_article_feature {
  margin-bottom: 60px;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.top_article_new a {
  width: 210px;
  display: block;
}

.top_article_img {
  margin-bottom: 20px;
  width: 210px;
  height: 140px;
  border: 1px solid #0d6b0a;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.top_article_img img {
  width: 100%;
  height: auto;
}

.top_article_txt {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.top_article_date {
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
}

hr.dot_line {
  margin: 60px 0;
  border: none;
  border-top: 1px dotted #40a962;
  height: 1px;
  color: #ffffff;
}

.top_article_feature {
  margin-bottom: 0;
  flex-wrap: wrap;
}

.feature_img {
  margin-bottom: 40px;
  width: 364px;
  height: 140px;
  background: #fefefe;
}

.feature_img img {
  width: 100%;
  height: auto;
}

.feature_img a {
  opacity: 1;
  transition: 0.3s ease;
}

.feature_img a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #news {
    padding: 30px 0;
  }
  #news h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .top_article_new {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .top_article_new a {
    width: 100%;
  }
  .top_article_inner {
    display: flex;
  }
  .top_article_img {
    margin-right: 15px;
    width: 110px;
    height: 65px;
  }
  .top_article_txt {
    width: 70%;
  }
  .top_article_feature {
    padding: 0 15px;
  }
  .feature_img {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 364px;
    height: auto;
  }
  .feature_img:last-child {
    margin-bottom: 0;
  }
}

/* 2019問題 */
#year2019 {
  margin: 0;
  padding: 60px 0;
  box-shadow: none;
  background: linear-gradient(to top, #3eb7b5, #88d4d3);
}

.flex_box {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.flex_box.reverse {
  flex-direction: row-reverse;
}

.flex_txt {
  padding-right: 50px;
  width: 50%;
  color: #ffffff;
}

.reverse .flex_txt {
  padding-left: 50px;
  color: #048479;
}

.flex_txt h3 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}

.reverse .flex_txt h3 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}

.flex_txt p {
  margin-bottom: 15px;

  font-size: 16px;
}

.flex_img {
  width: 50%;
  height: 350px;
  background: #ffffff;
}

.flex_img img {
  width: 100%;
  height: auto;
}

.top_link_btn {
  display: block;
  margin: 30px auto 0 0;
  width: 300px;
  height: 60px;
  border-radius: 35px;
  background: #048479;
  font-size: 20px;
  font-weight: bold;
  border: none;
  position: relative;
  overflow: hidden;
}

.top_link_btn::before {
  margin: auto;
  width: 22px;
  height: 22px;
  background: url("../images/fv_btn_arrow_white.png") left top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 2;
}

.top_link_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 35px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: 1;
}

.top_link_btn:hover::before {
  background: url("../images/fv_btn_arrow_blue_green.png") left top no-repeat;
  background-size: contain;
}

.top_link_btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.top_link_btn a {
  width: 300px;
  height: 60px;
  background: none;
  color: #ffffff;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_link_btn:hover a {
  color: #048479;
  text-decoration: none;
}

/* 停電リスク */
#blackout_risk {
  padding: 60px 0;
  background: linear-gradient(to top, #dcdcdc, #f3f3f3);
}

/* 蓄電池価格低下 */
#price_down {
  padding: 60px 0;
  background: linear-gradient(to top, #3eb7b5, #88d4d3);
}

/* 補助金 */
#subsidy {
  padding: 60px 0;
  background: linear-gradient(to top, #dcdcdc, #f3f3f3);
}

@media (max-width: 768px) {
  #year2019,
  #blackout_risk,
  #price_down,
  #subsidy {
    padding: 30px 0;
  }
  .flex_box,
  .flex_box.reverse {
    padding: 0 15px;
    flex-direction: column-reverse;
  }
  .flex_txt h3,
  .reverse .flex_txt h3 {
    font-size: 23px;
    text-align: center;
  }
  .flex_txt,
  .reverse .flex_txt {
    padding: 0;
    width: 100%;
  }
  .flex_img {
    width: 100%;
    height: auto;
  }
  .top_link_btn {
    margin: 30px auto 0;
  }
}

/* お客様の声 */
#top_voice {
  padding: 60px 0;
}

.top_voice_box {
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  background: #e7fffd;
  border: 4px solid #048479;
  display: flex;
}

.top_voice_img {
  width: 50%;
  display: flex;
  align-items: center;
}

.top_voice_usr {
  width: 55%;
}

.top_voice_usr img {
  width: 100%;
  height: auto;
}

.top_voice_detail {
  margin: 0 10px 0 20px;
  width: 45%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  border: 2px solid #4b9c75;
  border-radius: 10px;
  background: #69bc94;
}

.voice_detail_inner .th {
  padding: 10px 0;
  color: #ffffff;
  border-bottom: 2px solid #4b9c75;
}

.voice_detail_inner .td {
  padding: 10px 0;
  background: #ffffff;
  color: #048479;
  border-bottom: 2px solid #4b9c75;
}

.voice_detail_inner .th.first {
  border-radius: 10px 10px 0 0;
}

.voice_detail_inner .td.last {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}

.top_voice_txt {
  padding-left: 20px;
  width: 50%;
}

.top_voice_txt h3 {
  font-size: 30px;
  color: #048479;
  font-weight: bold;
}

.top_voice_txt p {
  font-size: 18px;
}

@media (max-width: 768px) {
  #top_voice {
    padding: 30px 0;
  }
  #top_voice .row {
    margin: 0;
  }
  #top_voice h2 {
    font-size: 26px;
  }
  .top_voice_box {
    padding: 15px;
    flex-direction: column;
  }
  .top_voice_img {
    width: 100%;
    flex-direction: column;
  }
  .top_voice_usr {
    margin-bottom: 20px;
    width: 80%;
  }
  .top_voice_detail {
    margin: 0 0 20px;
    width: 100%;
    font-size: 16px;
  }
  .voice_detail_inner {
    display: flex;
    width: 100%;
  }
  .voice_detail_inner .th,
  .voice_detail_inner .td {
    width: 50%;
  }
  .voice_detail_inner .td.first {
    border-top-right-radius: 10px;
  }
  .voice_detail_inner .th.last {
    border-bottom-left-radius: 10px;
    border-bottom: none;
  }
  .voice_detail_inner .td.last {
    border-bottom-left-radius: 0;
  }
  .top_voice_txt {
    padding: 0;
    width: 100%;
  }
  .top_voice_txt h3 {
    font-size: 20px;
  }
  .top_voice_txt p {
    font-size: 16px;
  }
}

/* メディア掲載 */
#media {
  padding: 60px 0 30px;
}

@media (max-width: 768px) {
  #media {
    padding: 30px 0 0;
  }
  #media h2 {
    font-size: 26px;
  }
  .bnr {
    text-align: center;
  }
  .bnr img {
    width: 80%;
  }
}

/* footer */
footer {
  background: #048479 url(../images/footer_bg_new.jpg) no-repeat bottom center;
  background-size: cover;
}

#foot_logo {
  margin: 0 auto 60px;
  width: 250px;
  height: auto;
  display: block;
}

#foot_logo img {
  width: 100%;
  height: auto;
}

.foot_inquiry {
  margin-bottom: 20px;
  padding: 10px 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.18),
    inset 0px 1px rgba(255, 255, 255, 0.18);
}

.foot_inquiry_tel {
  width: 350px;
  height: 60px;
  border-radius: 3px;
  background: linear-gradient(#4aa3fe, #3b94f0);
  position: relative;
  display: none;
}

.foot_inquiry_tel a {
  font-size: 23px;
  font-weight: bold;
  display: block;
  width: 350px;
  height: 60px;
  color: #fff;
  line-height: 46px;
  border-radius: 3px;
}

.foot_inquiry_tel p {
  margin: auto;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 5px;
}

.foot_inquiry_mail button {
  width: 350px;
  height: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_title {
  display: none;
}
.foot_menu ul {
  display: block;
}
@media (max-width: 768px) {
  .foot_wrap {
    padding-top: 30px;
  }
  #foot_logo {
    margin-bottom: 30px;
    width: 170px;
  }
  .menu_first {
    border-top: 1px solid rgba(0, 0, 0, 0.18);
  }
  .menu_end {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .foot_menu {
    width: 100%;
    position: relative;
  }
  .foot_menu h3 {
    display: none;
  }
  .foot_menu h3.sp_title {
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .foot_menu h3.sp_title::before {
    margin-right: 10px;
    font-family: "FontAwesome";
    content: "\f0c9";
  }
  .foot-list-title span {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-list-title span span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    background: none;
    border: none;
  }
  .foot-list-title span span::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    transition: 0.3s ease;
  }
  .foot-list-title span span::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    transform: rotate(90deg);
    transition: 0.3s ease;
  }
  .foot-list-title.open span span::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  .foot-list-title.open span span::after {
    transform: rotate(180deg);
  }
  .foot_menu ul {
    margin-bottom: 0;
    padding-top: 10px;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.18);
  }
  .foot_inquiry {
    margin-bottom: 0;
    display: block;
    border: none;
    box-shadow: none;
  }
  .foot_inquiry_tel {
    width: 100%;
    display: none;
  }
  .foot_inquiry_tel a {
    width: 100%;
  }
  .foot_inquiry_mail button {
    width: 100%;
  }
  .copyright {
    line-height: 1.4;
    padding: 5px 0;
  }
}

/* SSLサイトシール */
footer .container {
  position: relative;
}
.foot_seal {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 0;
  align-items: center;
}

.ssl_seal {
  width: 115px;
}

.ssl_seal img {
  width: 100%;
}

img.logo_KDP {
  margin-right: 15px;
  width: auto;
  height: 30px;
}

@media (max-width: 767px) {
  .foot_logo {
    margin-bottom: 70px;
  }
  .foot_seal {
    margin-top: 30px;
    position: relative;
    justify-content: center;
  }
}

/* 404 errorページ */
.error_page img {
  margin: 20px auto;
  width: 90%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .error_page img {
    width: 100%;
    margin: 0;
  }
}

/*furukado tuika*/
.fixed_menu_sp {
  display: none;
}
.fixed_menu .fv_top_form_sp {
  display: none;
}
.fixed_menu {
  display: none;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 15px 0 25px;
}
.fixed_menu .fv_top_form_center {
  text-align: center;
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fixed_menu .fv_top_form_ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
}
.fixed_menu .fv_top_form_ttl span {
  font-size: 25px;
}
.fixed_menu .close_btn {
  position: absolute;
  right: 0;
  background: none;
  color: #fff;
  border: none;
  font-size: 40px;
  line-height: 1;
  margin: -10px 0 0;
  outline: none;
}
.fixed_menu .fv_top_form_badge {
  top: -21px;
  left: -80px;
  z-index: 1;
}
.fixed_menu .fv_top_form_inner {
  width: 1170px;
  margin: 0 auto;
  padding: 10px 50px 5px;
  height: auto;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.fixed_menu .fv_top_form_inner form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.fixed_menu .fv_top_form p {
  margin-bottom: 8px;
  font-size: 16px;
}
.fixed_menu .fv_top_form input {
  margin-bottom: 10px;
}
.fixed_menu .fv_top_form select {
  margin-bottom: 0;
}
.fixed_menu .fv_postal_left {
  width: 58%;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.fixed_menu .fv_postal_right {
  width: 30%;
}
.fixed_menu .fv_postal_code_btn {
  width: 100%;
}
.fixed_menu .fv_postal_code_input {
}

.spFixedButtonsMenu {
  display: none;
}

@media (max-width: 991px) {
  .spFixedButtonsMenu {
    display: block !important;
  }
  /*#footer {
		padding-bottom: 80px!important;
	}*/
  li.spFixedButtonsUp .showOffGoToTop,
  li.spFixedButtonsUp .showGoToTop {
    display: flex;
  }
  li.spFixedButtonsUp {
    bottom: 15px;
    z-index: 1000;
  }
  li.spFixedButtonsMenu {
    bottom: 0px;
    right: 0px;
  }
  .fixed_menu {
    display: none !important;
  }
  .fixed_menu_sp {
    display: block;
    width: 100%;
    background: rgb(0 0 0 / 70%);
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 15px 25px 25px 15px;
  }
  .fixed_menu_sp .fv_top_form_sp a {
    display: block;
    margin: 0 auto -10px;
    width: auto;
    /* height: 60px; */
    border-radius: 35px;
    background: linear-gradient(60deg, #facc22 0%, #fd8629 100%);
    font-size: 4.7vw;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #fff;
  }
}

/* sidebar */
@media (max-width: 767px) {
  .side li a {
    display: flex;
  }
  .side li p {
    width: auto;
  }
}

/* 会社概要 */
.company_logo {
  margin: 25px auto;
  width: 300px;
  height: auto;
}
.company_info {
  margin: 0 auto;
  width: 80%;
  font-size: 16px;
}

.company_info dl {
  display: flex;
  width: 100%;
  margin: 0;
}

.company_info dl:last-child {
  border-bottom: 1px solid #f3f3f3;
}

.company_info dt {
  padding: 20px;
  width: 25%;
  border: 1px solid #f3f3f3;
  border-bottom: none;
}

.company_info dd {
  padding: 20px;
  width: 75%;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  border-left: none;
}

.company_info p {
  padding: 0;
  margin: 0 0 10px;
}

.company_info li {
  list-style-position: outside;
}

@media (max-width: 767px) {
  .company_info {
    width: 100%;
  }
  .company_info dl {
    flex-direction: column;
  }
  .company_info dt {
    width: 100%;
  }
  .company_info dd {
    width: 100%;
    border-left: 1px solid #f3f3f3;
  }
}

.interview-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview-box {
  width: 49.3%;
  display: flex;
}

.interview-inner {
  margin-bottom: 15px;
  padding: 1.5vw;
  border: 1px solid #222;
  background: #ffffff;
  display: flex;
  flex-direction: row;
}

.interview-img {
  width: 20vw;
  height: 100%;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.interview-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.interview-img img {
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
}

.interview-txt {
  width: 60%;
  padding-left: 15px;
}

.profession {
  text-align: center;
}

.profession h3 {
  margin: 0;
  background: none;
  font-size: 24px;
  color: #345cc9;
  padding-bottom: 0.8vw;
  border: none;
  border-bottom: 1px solid #222222;
  font-weight: normal;
}

.profession p {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.commentary {
  text-align: left;
}

.commentary p {
  margin: 0;
  margin-top: 0.5vw;
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .interview-inner {
    flex-direction: column;
  }
  .interview-img {
    margin: 0 auto 15px;
    width: 55.556vw;
    max-width: 200px;
    height: 55.556vw;
    max-height: 200px;
  }
  .interview-txt {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .interview {
    padding: 6.333333vw 0;
  }
  .interview-block {
    padding-top: 5.3333333vw;
  }
  .interview-box {
    width: 50%;
  }
  .interview-inner {
    padding: 3.333vw;
    width: 100%;
  }
  .interview-box:nth-child(1) .interview-inner,
  .interview-box:nth-child(3) .interview-inner {
    border-right: none;
  }
  .interview-img {
    width: 100%;
    max-height: 130px;
  }
  .profession h3 {
    font-size: 3.266667vw;
    padding-bottom: 2.3vw;
  }
  .profession p {
    font-size: 4.333vw;
  }
  .commentary p {
    margin-top: 4.444vw;
    display: none;
  }
}

.media {
  padding: 13.3333333vw 0;
}

.media h2 {
  margin-bottom: 5.3333333vw;
}

.media-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.media-block figure {
  width: 37.8666666vw;
  display: flex;
  align-items: center;
  margin: 10px;
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .media-block figure {
    width: 22.866667vw;
  }
  .media-block figure img {
    width: 100%;
    height: auto;
  }
}

/* youtube short */
.short_box {
  margin-top: 25px;
  width: 100%;
  padding: 15px;
  display: flex;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.short_video {
  width: 30%;
}

.youtube_short {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.youtube_short iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
}

.youtube_short a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.short_txt {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .short_box {
    flex-direction: column;
  }
  .short_video {
    width: 100%;
  }
}
