@charset "UTF-8";
/*================================================
ヘッダー
================================================*/
.header {
  width: 1200px;
  margin: 10px auto;
}

.header .header_inner {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header .header_inner .header_logo {
  width: 410px;
}

.header .header_inner .header_right {
  display: flex;
}

.header .header_inner .header_tel {
  background-color: #ff9933;
  border-radius: 30px;
  border: 6px solid #ffe0c1;
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
}

.header .header_inner .header_tel .tel {
  padding: 15px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .header .header_inner .header_tel .tel {
    padding: 20px 15px 0 15px;
  }
}

.header .header_inner .header_tel .time {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}

.header .header_inner .header_mail a {
  display: block;
  background-color: #005c3f;
  border-radius: 30px;
  border: 6px solid #b2cec5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header_inner .header_mail a i {
  font-size: 22px;
  transform: rotate(10deg);
  margin-right: 5px;
}

.header .header_inner .header_mail a .font_str {
  font-size: 24px;
  font-weight: bold;
}

.header .header_inner .header_mail a:hover {
  border-color: #005c3f;
  color: #005c3f;
  background-color: #fff;
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  .header .header_inner .header_mail a {
    padding: 15px 15px 10px 15px;
  }
  .header .header_inner .header_mail a i {
    position: relative;
    top: -3px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .header {
    width: 960px;
  }
  .header .header_inner .header_logo {
    width: 350px;
    padding-top: 20px;
  }
  .header .header_inner .header_right {
    display: flex;
  }
  .header .header_inner .header_tel {
    font-size: 20px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .header .header_inner .header_tel .time {
    font-size: 16px;
    display: block;
    margin: auto;
    padding-top: 10px;
  }
  .header .header_inner .header_mail a {
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .header {
    width: 100%;
  }
  .header .header_inner .header_logo {
    width: 300px;
    margin-top: 15px;
  }
  .header .header_inner .header_right {
    display: flex;
  }
  .header .header_inner .header_tel {
    border-radius: 30px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
  }
  .header .header_inner .header_tel .tel {
    padding: 15px;
  }
  .header .header_inner .header_tel .time {
    font-size: 14px;
    padding-left: 0;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: -0.1em;
  }
  .header .header_inner .header_mail a {
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
  }
  .header .header_inner .header_mail a i {
    font-size: 20px;
  }
  .header .header_inner .header_mail a .font_str {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
  .header .header_inner {
    padding: 0 2%;
  }
  .header .header_inner .header_logo {
    max-width: 400px;
    width: 50%;
  }
  .header .header_inner .header_right {
    display: none;
  }
}

/*================================================
メイン画像
================================================*/
.toparea .toparea_inner {
  background: url(../img/main_bg.jpg) no-repeat top center;
  background-size: cover;
}

.toparea .toparea_inner .top_headline {
  background-color: #eee;
  position: relative;
  top: 30px;
  padding: 25px;
  background: url(../img/main_catch_bg.png) no-repeat top center;
  height: 215px;
  background-size: cover;
}

.toparea .toparea_inner .top_headline .top_txt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
}

.toparea .toparea_inner .top_headline .top_txt .font_str {
  font-size: 50px;
  font-weight: bold;
}

.toparea .toparea_inner .top_headline .top_txt .underline {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f1c13a 10%);
}

.toparea .toparea_inner .top_headline .top_txt .font_str_cl {
  color: #ff9933;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 2px 4px 3px #f1dfd2;
}

.toparea .toparea_inner .top_head02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}

.toparea .toparea_inner .top_head02 .left {
  flex-basis: 575px;
  background-color: #ff9933;
  box-shadow: 10px 10px #9c5c1c;
  margin-top: 55px;
}

.toparea .toparea_inner .top_head02 .left .txt01 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 35px;
}

.toparea .toparea_inner .top_head02 .left .txt01 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.toparea .toparea_inner .top_head02 .left .txt01 span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 5px;
  background-color: #fff;
  transform: rotate(-60deg);
  right: 0;
}

.toparea .toparea_inner .top_head02 .left .txt01 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 5px;
  background-color: #fff;
  transform: rotate(60deg);
  left: 0;
}

.toparea .toparea_inner .top_head02 .left .txt02 {
  background-color: #313131;
  padding: 5px 0;
  margin: 20px 35px 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.toparea .toparea_inner .top_head02 .left .txt02 span {
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .toparea .toparea_inner .top_head02 .left .txt02 {
    padding: 10px 0 5px;
  }
}

.toparea .toparea_inner .top_head02 .left .txt03 {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.toparea .toparea_inner .top_head02 .left .txt03 .data {
  font-family: "Josefin Sans", sans-serif;
  font-size: 130px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 5px 5px #9c5c1c;
}

.toparea .toparea_inner .top_head02 .left .txt03 .unit {
  font-size: 30px;
  font-weight: bold;
}

.toparea .toparea_inner .top_head02 .left .txt03 .cap_mark {
  font-size: 16px;
  color: #313131;
  position: absolute;
  right: 60px;
  top: 50px;
}

.toparea .toparea_inner .top_head02 .left .cap {
  text-align: right;
  padding-right: 35px;
  padding-bottom: 10px;
}

.toparea .toparea_inner .top_head02 .right {
  flex-basis: 575px;
  position: relative;
  top: 80px;
}

.toparea .toparea_inner .top_head02 .right .right_inner {
  background-color: rgba(27, 27, 27, 0.8);
  max-height: 270px;
}

.toparea .toparea_inner .top_head02 .right .upper {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: -90px;
}

.toparea .toparea_inner .top_head02 .right .bottom {
  position: relative;
  top: -80px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.toparea .toparea_inner .top_head02 .right .bottom .font_str {
  font-weight: bold;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .toparea .toparea_inner {
    padding-bottom: 130px;
  }
  .toparea .toparea_inner .top_headline .top_txt {
    font-size: 36px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str {
    font-size: 46px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str_cl {
    font-size: 56px;
  }
  .toparea .toparea_inner .top_head02 {
    width: 960px;
    padding: 0 10px;
  }
  .toparea .toparea_inner .top_head02 .left {
    flex-basis: 400px;
  }
  .toparea .toparea_inner .top_head02 .left .txt01 {
    font-size: 26px;
  }
  .toparea .toparea_inner .top_head02 .left .txt02 {
    font-size: 26px;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .data {
    font-size: 100px;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .cap_mark {
    right: 30px;
    top: 20px;
  }
  .toparea .toparea_inner .top_head02 .left .cap {
    text-align: right;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .toparea .toparea_inner .top_head02 .right {
    flex-basis: 500px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .toparea .toparea_inner .top_headline .top_txt {
    font-size: 30px;
    line-height: 2.2;
    letter-spacing: 0;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str {
    font-size: 40px;
  }
  .toparea .toparea_inner .top_headline .top_txt .underline {
    font-size: 30px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str_cl {
    font-size: 50px;
  }
  .toparea .toparea_inner .top_head02 {
    display: block;
    width: 100%;
    padding: 0 1%;
    margin: 50px auto 0;
    padding-bottom: 160px;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .cap_mark {
    font-size: 16px;
    color: #313131;
    position: absolute;
    right: 22%;
  }
  .toparea .toparea_inner .top_head02 .right {
    top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .toparea .toparea_inner .top_headline {
    padding: 25px 0;
    height: 265px;
  }
  .toparea .toparea_inner .top_headline .top_txt {
    font-size: 30px;
    line-height: 60px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str {
    font-size: 40px;
    font-weight: bold;
  }
  .toparea .toparea_inner .top_headline .top_txt .underline {
    font-size: 26px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str_cl {
    font-size: 40px;
  }
  .toparea .toparea_inner .top_head02 {
    display: block;
    width: 100%;
  }
  .toparea .toparea_inner .top_head02 .left {
    flex-basis: 100%;
    width: 86%;
    margin: 30px auto;
  }
  .toparea .toparea_inner .top_head02 .left .txt01 {
    font-size: 24px;
    padding-top: 25px;
  }
  .toparea .toparea_inner .top_head02 .left .txt01 span {
    padding: 0 30px;
  }
  .toparea .toparea_inner .top_head02 .left .txt02 {
    font-size: 24px;
  }
  .toparea .toparea_inner .top_head02 .left .txt02 span {
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .data {
    font-family: "Josefin Sans", sans-serif;
    font-size: 110px;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .cap_mark {
    font-size: 16px;
    color: #313131;
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .toparea .toparea_inner .top_head02 .right {
    flex-basis: 100%;
    max-width: 90%;
    margin: auto;
  }
  .toparea .toparea_inner .top_head02 .right .right_inner {
    max-height: 230px;
  }
  .toparea .toparea_inner .top_head02 .right .bottom {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .toparea .toparea_inner .top_headline {
    height: 195px;
  }
  .toparea .toparea_inner .top_headline .top_txt {
    font-size: 20px;
    line-height: 2;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str {
    font-size: 30px;
  }
  .toparea .toparea_inner .top_headline .top_txt .underline {
    font-size: 20px;
  }
  .toparea .toparea_inner .top_headline .top_txt .font_str_cl {
    font-size: 30px;
  }
  .toparea .toparea_inner .top_head02 {
    display: block;
    width: 100%;
  }
  .toparea .toparea_inner .top_head02 .left {
    flex-basis: 100%;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .data {
    font-size: 80px;
  }
  .toparea .toparea_inner .top_head02 .left .txt03 .cap_mark {
    font-size: 16px;
    right: 20px;
    top: 20px;
  }
  .toparea .toparea_inner .top_head02 .left .cap {
    padding-top: 10px;
  }
  .toparea .toparea_inner .top_head02 .right .right_inner {
    max-height: 200px;
  }
  .toparea .toparea_inner .top_head02 .right .bottom {
    font-size: 20px;
    letter-spacing: 0;
  }
}

/*================================================
フォーム
================================================*/
.form_wrap {
  background: rgba(0, 92, 63, 0.2);
  /*送信ボタン*/
  /* プレイスホルダー */
}

.form_wrap .form_inner {
  width: 1200px;
  position: relative;
  top: -45px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #313131;
  background-image: repeating-linear-gradient(-45deg, #ccded9, #ccded9 3px, transparent 0, transparent 5px);
}

.form_wrap .form_inner_white {
  width: 1190px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  top: -5px;
  padding: 50px 0 0;
}

.form_wrap .form_ttl {
  margin: 0 auto 30px;
  display: block;
  width: 500px;
  background-color: #313131;
  position: relative;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.form_wrap .form_ttl span {
  font-weight: bold;
  font-size: 30px;
}

.form_wrap .form_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

@media all and (-ms-high-contrast: none) {
  .form_wrap .form_ttl {
    padding: 15px 0 10px;
  }
}

.form_wrap #mail_form {
  width: 960px;
  margin: 0 auto;
}

.form_wrap #mail_form table {
  padding-top: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.form_wrap #mail_form table tr {
  display: flex;
}

.form_wrap #mail_form table th {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  align-items: center;
  flex-basis: 220px;
}

.form_wrap #mail_form table th .mustTxt {
  font-size: 18px;
}

.form_wrap #mail_form table th .ls_m {
  letter-spacing: 0;
}

.form_wrap #mail_form table th .mustImg {
  display: block;
  width: 80px;
  background-color: #ffad5c;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 300;
}

.form_wrap #mail_form table th .any {
  background-color: #999999;
}

.form_wrap #mail_form table .align_top {
  align-items: flex-start;
}

.form_wrap #mail_form table .align_top .mustTxt {
  padding-top: 10px;
}

.form_wrap #mail_form table td {
  padding: 15px 0;
}

.form_wrap div.mfp_buttons button {
  font-size: 15px;
  margin: 30px auto;
  padding: 15px 20px;
  width: 380px;
  color: #fff;
  background: #65b32c;
  cursor: pointer;
  display: block;
  background-color: #005c3f;
  border-radius: 35px;
  border: 6px solid #b2cec5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.form_wrap div.mfp_buttons button i {
  font-size: 22px;
  margin-right: 5px;
  position: absolute;
  right: 15px;
  top: 17px;
}

.form_wrap div.mfp_buttons button .font_str {
  font-size: 24px;
  font-weight: bold;
}

.form_wrap div.mfp_buttons button:hover {
  border-color: #005c3f;
  color: #005c3f;
  background-color: #fff;
  opacity: 1;
}

.form_wrap #mail_form input:focus,
.form_wrap #mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

.form_wrap #mail_form p.normal input {
  border: none !important;
}

.form_wrap #mail_form input#name,
.form_wrap #mail_form input#email,
.form_wrap #mail_form input#phone,
.form_wrap #mail_form input#address {
  width: 720px;
  max-width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 2%;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
}

.form_wrap #mail_form input#postal {
  width: 430px;
  max-width: 100%;
  height: 45px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
}

.form_wrap #mail_form #detail {
  width: 720px;
  max-width: 100%;
  height: 90px;
  font-size: 16px;
  padding-left: 2%;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
}

.form_wrap ::-webkit-input-placeholder {
  color: #878787;
  font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.form_wrap ::-moz-placeholder {
  color: #878787;
  font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.form_wrap :-ms-input-placeholder {
  color: #878787;
  font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .form_wrap {
    padding: 0 2%;
  }
  .form_wrap .form_inner {
    max-width: 960px;
    width: 100%;
  }
  .form_wrap .form_inner_white {
    width: 100%;
    max-width: 900px;
  }
  .form_wrap #mail_form {
    width: 900px;
    margin: 0 auto;
  }
  .form_wrap #mail_form table {
    max-width: 900px;
  }
  .form_wrap #mail_form table th {
    flex-basis: 220px;
    padding-left: 2%;
  }
  .form_wrap #mail_form input#name,
  .form_wrap #mail_form input#email,
  .form_wrap #mail_form input#phone,
  .form_wrap #mail_form input#address {
    width: 600px;
  }
  .form_wrap #mail_form input#postal {
    width: 350px;
  }
  .form_wrap #mail_form #detail {
    width: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .form_wrap {
    padding-bottom: 130px;
  }
  .form_wrap .form_inner {
    width: 99%;
    top: 50px;
    margin-left: 0.5%;
  }
  .form_wrap .form_inner_white {
    width: 98%;
    margin-left: 0.5%;
  }
  .form_wrap #mail_form {
    width: 100%;
    margin: 0 auto;
  }
  .form_wrap #mail_form table {
    width: 100%;
    max-width: 100%;
  }
  .form_wrap #mail_form table th {
    flex-basis: 200px;
    padding-left: 2%;
  }
  .form_wrap #mail_form table td {
    padding: 15px 0;
    flex-basis: 65%;
  }
  .form_wrap #mail_form input#name,
  .form_wrap #mail_form input#email,
  .form_wrap #mail_form input#phone,
  .form_wrap #mail_form input#address {
    width: 100%;
    max-width: 100%;
  }
  .form_wrap #mail_form input#postal {
    width: 50%;
    max-width: 100%;
  }
  .form_wrap #mail_form #detail {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .form_wrap {
    padding: 0 2%;
  }
  .form_wrap .form_inner {
    max-width: 960px;
    width: 100%;
  }
  .form_wrap .form_inner_white {
    width: 100%;
    max-width: 900px;
  }
  .form_wrap #mail_form {
    width: 900px;
    margin: 0 auto;
  }
  .form_wrap #mail_form table {
    max-width: 900px;
  }
  .form_wrap #mail_form table th {
    flex-basis: 220px;
    padding-left: 2%;
  }
  .form_wrap #mail_form input#name,
  .form_wrap #mail_form input#mail,
  .form_wrap #mail_form input#phone,
  .form_wrap #mail_form input#address {
    width: 600px;
  }
  .form_wrap #mail_form input#postal {
    width: 350px;
  }
  .form_wrap #mail_form #detail {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .form_wrap {
    background: rgba(0, 92, 63, 0.2);
    padding-top: 70px;
    /*送信ボタン*/
  }
  .form_wrap .form_inner {
    width: 98%;
    margin: 0 auto;
  }
  .form_wrap .form_inner_white {
    width: 97%;
  }
  .form_wrap .form_ttl {
    width: 80%;
  }
  .form_wrap #mail_form {
    width: 100%;
  }
  .form_wrap #mail_form table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form_wrap #mail_form table tr {
    display: block;
  }
  .form_wrap #mail_form table th {
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
    flex-basis: 250px;
    width: 250px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .form_wrap #mail_form table th .mustTxt {
    font-size: 20px;
  }
  .form_wrap #mail_form table td {
    display: flex;
    width: 95%;
    flex-basis: 98%;
    margin-left: 2%;
    padding: 0;
  }
  .form_wrap #mail_form table .align_top {
    flex-basis: 250px;
    width: 250px;
    text-align: left;
  }
  .form_wrap div.mfp_buttons button {
    width: 380px;
    max-width: 100%;
  }
  .form_wrap #mail_form input#name,
  .form_wrap #mail_form input#email,
  .form_wrap #mail_form input#phone,
  .form_wrap #mail_form input#address {
    width: 100%;
    max-width: 100%;
  }
  .form_wrap #mail_form input#postal {
    width: 250px;
    max-width: 100%;
  }
  .form_wrap #mail_form #detail {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form_wrap {
    background: rgba(0, 92, 63, 0.2);
    padding-top: 70px;
  }
  .form_wrap .form_inner {
    width: 98%;
    margin: 0 auto;
  }
  .form_wrap .form_inner_white {
    width: 97%;
  }
  .form_wrap .form_ttl {
    width: 96%;
  }
}

/*================================================
sec02 いざリフォーム～
================================================*/
.sec02 {
  margin: 50px auto;
}

.sec02 .sec02_head {
  background-color: #313131;
  color: #fff;
  font-size: 34px;
  position: relative;
  margin-bottom: 50px;
}

.sec02 .sec02_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.sec02 .sec02_head h2 {
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  line-height: 50px;
}

.sec02 .sec02_head h2 .font_str {
  font-size: 40px;
  font-weight: bold;
}

.sec02 .sec02_head h2 .color_or {
  color: #ff9933;
  font-size: 40px;
  font-weight: bold;
}

.sec02 .sec02_btm {
  background: url(../img/sec01_bg.png) no-repeat top center;
  background-size: cover;
  padding: 30px 0 0;
  position: relative;
}

.sec02 .sec02_btm:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  border-color: #f8b62b transparent transparent transparent;
}

.sec02 .sec02_btm .btm_inner {
  max-width: 965px;
  margin: 0 auto;
}

.sec02 .sec02_btm .btm_inner .bal {
  width: 340px;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px #c7c0b9;
  border-radius: 15px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  margin: 0 auto;
}

.sec02 .sec02_btm .btm_inner .bal span:not(.sp_height) {
  font-weight: bold;
}

.sec02 .sec02_btm .btm_inner .btm_column {
  display: flex;
  justify-content: space-around;
  align-items: end;
  -moz-align-items: flex-start;
  margin-top: 30px;
}

@media all and (-ms-high-contrast: none) {
  .sec02 .sec02_btm .btm_inner .btm_column {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
  }
}

@-moz-document url-prefix() {
  .sec02 .sec02_btm .btm_inner .btm_column {
    align-items: flex-start;
  }
}

.sec02 .closing {
  width: 1200px;
  margin: 50px auto 40px;
  background: url(../img/sec01_dec01.png) no-repeat top center;
  background-size: contain;
}

.sec02 .closing h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.sec02 .closing h3 .logo {
  width: 440px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}

.sec02 .closing h3 .frame {
  margin-left: 5px;
  color: #fff;
  background-color: #ff9933;
  border-radius: 5px;
  font-size: 50px;
  padding: 7px 10px;
  display: inline-block;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec02 .closing h3 .frame {
    padding: 15px 10px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .sec02 .sec02_btm .btm_inner {
    max-width: 940px;
  }
  .sec02 .closing {
    width: 940px;
    background-size: contain;
    padding: 0 2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec02 .sec02_btm .btm_inner {
    max-width: 98%;
    margin: auto;
  }
  .sec02 .closing {
    width: 98%;
  }
  .sec02 .closing h3 {
    font-size: 30px;
  }
  .sec02 .closing h3 .logo {
    width: 350px;
  }
  .sec02 .closing h3 .frame {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec02 {
    margin: 30px auto;
  }
  .sec02 .sec02_head {
    font-size: 18px;
  }
  .sec02 .sec02_head h2 .font_str {
    font-size: 22px;
  }
  .sec02 .sec02_head h2 .color_or {
    font-size: 22px;
  }
  .sec02 .sec02_btm .btm_inner {
    max-width: 100%;
  }
  .sec02 .sec02_btm .btm_inner .bal {
    width: 49%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.05em;
  }
  .sec02 .sec02_btm .btm_inner .btm_column {
    align-items: stretch;
  }
  .sec02 .sec02_btm .btm_inner .btm_column .sp_height {
    padding-top: 15px;
    display: block;
    line-height: 2;
  }
  .sec02 .sec02_btm .btm_inner .img_sp_woman {
    text-align: center;
    margin-top: 30px;
  }
  .sec02 .closing {
    width: 100%;
    background-size: contain;
  }
  .sec02 .closing h3 {
    text-align: center;
    font-size: 30px;
  }
  .sec02 .closing h3 .logo {
    width: 300px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
  }
  .sec02 .closing h3 .frame {
    font-size: 40px;
    padding: 5px 10px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .sec02 {
    margin: 30px auto;
  }
  .sec02 .sec02_head {
    font-size: 18px;
  }
  .sec02 .sec02_head h2 {
    letter-spacing: 0;
  }
  .sec02 .sec02_btm .btm_inner {
    max-width: 100%;
  }
  .sec02 .sec02_btm .btm_inner .bal {
    width: 49%;
    max-width: 350px;
  }
  .sec02 .sec02_btm .btm_inner .bal_sp {
    width: 80%;
  }
  .sec02 .closing {
    background-position: 0 -20px;
  }
  .sec02 .closing h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .sec02 .closing h3 .logo {
    width: 180px;
  }
  .sec02 .closing h3 .frame {
    font-size: 22px;
  }
}

/*================================================
sec03 リフォームプライスとは
================================================*/
.sec03 {
  background: rgba(255, 153, 51, 0.5);
  padding: 40px 0 100px;
}

.sec03 h2 {
  display: block;
  width: 790px;
  margin: 0 auto;
  background: #fff;
  padding: 7px 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  position: relative;
}

.sec03 h2 span {
  font-weight: bold;
  font-size: 30px;
}

.sec03 h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

@media all and (-ms-high-contrast: none) {
  .sec03 h2 {
    padding: 15px 0 0;
  }
}

.sec03 h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  margin: 45px auto;
}

.sec03 h3 .font_str {
  background: url(../img/sec02_line.png) bottom repeat-x;
  background-size: 40px;
  font-weight: bold;
}

.sec03 .sec03_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.sec03 .sec03_list li {
  width: 280px;
  background-color: #fff;
  box-shadow: 4px 4px #c9c9c9;
  border-radius: 20px;
  text-align: center;
}

.sec03 .sec03_list li .img {
  display: block;
  padding-top: 40px;
}

.sec03 .sec03_list li p {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin: 40px auto 30px;
  line-height: 30px;
}

.sec03 .sec03_list li p .font_str {
  font-weight: bold;
}

.sec03 .sec03_list li p .cap {
  position: absolute;
  right: 40px;
}

.sec03 .sec03_list li p .cap_txt {
  display: block;
  text-align: right;
  font-size: 16px;
  padding-right: 15px;
  position: relative;
  bottom: -20px;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .sec03 h3 {
    font-size: 26px;
  }
  .sec03 .sec03_list {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    padding: 0 1%;
    margin: 0 auto;
  }
  .sec03 .sec03_list li {
    width: 220px;
  }
  .sec03 .sec03_list li p {
    font-size: 16px;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec03 h3 {
    font-size: 28px;
  }
  .sec03 .sec03_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec03 .sec03_list li {
    width: 42%;
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec03 h2 {
    width: 90%;
    font-size: 30px;
  }
  .sec03 h2 span {
    font-weight: bold;
    font-size: 24px;
  }
  .sec03 h3 {
    font-size: 20px;
  }
  .sec03 h3 .font_str {
    font-size: 24px;
  }
  .sec03 .sec03_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 98%;
  }
  .sec03 .sec03_list li {
    width: 46%;
    margin: 5px;
  }
  .sec03 .sec03_list li p {
    text-align: center;
    font-size: 16px;
    position: relative;
    letter-spacing: 0;
  }
  .sec03 .sec03_list li p .cap {
    right: 23px;
  }
}

@media screen and (max-width: 480px) {
  .sec03 h2 {
    width: 96%;
    padding: 10px;
  }
  .sec03 h2 span {
    font-weight: bold;
    font-size: 24px;
  }
  .sec03 h3 {
    font-size: 17px;
    line-height: 2;
    width: 96%;
  }
  .sec03 h3 .font_str {
    font-size: 20px;
  }
  .sec03 .sec03_list {
    max-width: 96%;
  }
  .sec03 .sec03_list li {
    width: 47%;
  }
  .sec03 .sec03_list li p {
    width: 90%;
  }
}

/*================================================
sec04 5つの特徴 
================================================*/
.sec04 {
  margin: 50px auto;
}

.sec04 .sec04_head {
  background: url(../img/sec04_bg.png) no-repeat top center;
  background-size: cover;
  padding: 25px 0 30px;
  margin-bottom: 90px;
}

.sec04 .sec04_head h2 {
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  justify-content: center;
  color: #fff;
}

.sec04 .sec04_head h2 .sec04_ttl_img {
  width: 580px;
  padding-bottom: 30px;
}

.sec04 .sec04_head h2 .logo_right {
  font-size: 120px;
  font-weight: bold;
  padding-left: 20px;
}

.sec04 .sec04_head h2 .font_min {
  font-size: 60px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.2em;
}

.sec04 .sec04_head h2 .font_mid {
  font-size: 90px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.sec04 .point {
  width: 1200px;
  position: relative;
  top: -45px;
  margin: 0 auto 100px;
  border-radius: 30px;
  background-color: #313131;
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, transparent 0, transparent 5px);
}

.sec04 .point .point_inner {
  width: 1190px;
  background-color: #eeeeee;
  border-radius: 30px;
  border: 5px solid #232323;
  position: relative;
  top: -5px;
  padding: 40px 0;
}

.sec04 .point .point_inner .point_no {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
}

.sec04 .point .point_inner .point_no:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
}

.sec04 .point .point_inner .point_no:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
  right: 0;
}

.sec04 .point .point_inner .point_no .or {
  color: #ff9933;
  font-size: 70px;
  position: relative;
  top: 5px;
}

.sec04 .point .point_inner .point_head {
  background-color: #232323;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin: 30px auto;
  line-height: 33px;
}

.sec04 .point .point_inner .point_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  border-color: #232323 transparent transparent transparent;
}

@media all and (-ms-high-contrast: none) {
  .sec04 .point .point_inner .point_head {
    padding: 15px 0 5px;
  }
}

.sec04 .point .point_inner .point_txt p {
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin: 40px auto;
}

.sec04 .point .point_inner .point_txt p .font_str {
  font-weight: bold;
}

.sec04 .point .point_inner .img_list {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sec04 .point .point_inner .img_list li .cap {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}

.sec04 .point .point_inner .img_list02 {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.sec04 .point .point_inner .underline {
  background: linear-gradient(transparent 80%, #f1c13a 10%);
}

.sec04 .point .point_inner .or_it {
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
  color: #ff9933;
}

.sec04 .point .point_inner .cap {
  font-size: 16px;
}

.sec04 .point .point_inner .bold {
  font-weight: bold;
}

.sec04 .point .point_inner .cap_txt {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  padding-right: 20px;
}

.sec04 .point .point_inner .mb70 {
  margin-bottom: 70px;
}

.sec04 .point .point_inner .per_map {
  width: 960px;
  margin: 0 auto;
}

.sec04 .point .point_inner .per_map h5 {
  background-color: #323232;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.sec04 .point .point_inner .per_map figure {
  position: relative;
  margin-bottom: 150px;
}

.sec04 .point .point_inner .per_map figcaption {
  position: absolute;
  bottom: -90px;
  left: 40px;
  width: 290px;
  border: 3px solid #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 22px;
}

.sec04 .point .point_inner .per_map figcaption ul li {
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
}

.sec04 .point .point_inner .per_map figcaption ul li:nth-child(2) .color {
  color: #fe0101;
  padding-right: 10px;
}

.sec04 .point .point_inner .per_map figcaption ul li:nth-child(3) .color {
  color: #850fa7;
  padding-right: 10px;
}

.sec04 .point .point_inner .per_map figcaption ul li:nth-child(4) .color {
  color: #eabb15;
  padding-right: 10px;
}

.sec04 .point .point_inner .per_map .map_closing {
  position: relative;
  width: 610px;
  top: -130px;
  left: 40%;
}

.sec04 .point .point_inner .per_map .map_closing p:not(.caption) {
  font-size: 24px;
  font-weight: bold;
}

.sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block {
  display: block;
  position: absolute;
  right: 30px;
  margin-top: 20px;
  background: linear-gradient(transparent 80%, #f1ddc9 10%);
}

.sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block .count {
  font-size: 80px;
  font-family: "Josefin Sans", sans-serif;
  text-shadow: 4px 4px #313131;
  color: #ff9933;
  letter-spacing: 0.1em;
}

.sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block .unit {
  font-weight: bold;
}

.sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block .cap_mark {
  font-size: 16px;
  position: absolute;
  right: 2px;
}

.sec04 .point .point_inner .per_map .map_closing .caption {
  position: relative;
  text-align: right;
  top: 110px;
  right: 30px;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .sec04 .sec04_head h2 {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  .sec04 .sec04_head h2 .sec04_ttl_img {
    width: 500px;
    padding-bottom: 30px;
  }
  .sec04 .sec04_head h2 .logo_right {
    font-size: 100px;
  }
  .sec04 .sec04_head h2 .font_min {
    font-size: 50px;
  }
  .sec04 .sec04_head h2 .font_mid {
    font-size: 80px;
  }
  .sec04 .point {
    width: 960px;
  }
  .sec04 .point .point_inner {
    width: 940px;
  }
  .sec04 .point .point_inner .point_no:before {
    width: 30%;
  }
  .sec04 .point .point_inner .point_no:after {
    width: 30%;
  }
  .sec04 .point .point_inner .img_list {
    max-width: 900px;
  }
  .sec04 .point .point_inner .img_list li {
    flex-basis: 220px;
  }
  .sec04 .point .point_inner .img_list li img {
    max-width: 220px;
  }
  .sec04 .point .point_inner .img_list li .cap {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .sec04 .point .point_inner .img_list02 {
    max-width: 960px;
  }
  .sec04 .point .point_inner .per_map {
    width: 900px;
  }
  .sec04 .point .point_inner .per_map .map_closing {
    position: relative;
    width: 550px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec04 .sec04_head h2 {
    display: block;
  }
  .sec04 .sec04_head h2 .sec04_ttl_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .sec04 .sec04_head h2 .logo_right {
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .sec04 .point {
    width: 98%;
  }
  .sec04 .point .point_inner {
    width: 99%;
  }
  .sec04 .point .point_inner .point_no {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec04 .point .point_inner .point_no:before {
    content: "";
    width: 30%;
  }
  .sec04 .point .point_inner .point_no:after {
    width: 30%;
  }
  .sec04 .point .point_inner .point_no .or {
    font-size: 60px;
  }
  .sec04 .point .point_inner .point_head {
    font-size: 22px;
    padding: 10px 10px;
  }
  .sec04 .point .point_inner .point_txt p {
    font-size: 18px;
    padding: 0 2%;
  }
  .sec04 .point .point_inner .img_list {
    max-width: 99%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec04 .point .point_inner .img_list li {
    flex-basis: 45%;
    margin: 1% 1% 30px 1%;
    text-align: center;
  }
  .sec04 .point .point_inner .img_list02 {
    max-width: 98%;
  }
  .sec04 .point .point_inner .img_list02 li {
    text-align: center;
  }
  .sec04 .point .point_inner .img_list02 li img {
    width: 90%;
  }
  .sec04 .point .point_inner .per_map {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 130px;
  }
  .sec04 .point .point_inner .per_map figure {
    margin-bottom: 120px;
  }
  .sec04 .point .point_inner .per_map .map_closing {
    position: static;
    width: 90%;
    top: inherit;
    left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_head {
    padding: 25px 0 50px;
    margin-bottom: 90px;
  }
  .sec04 .sec04_head h2 {
    display: block;
    text-align: center;
  }
  .sec04 .sec04_head h2 .sec04_ttl_img {
    width: 90%;
    padding-bottom: 10px;
    display: block;
    margin: auto;
  }
  .sec04 .sec04_head h2 .sec04_ttl_img img {
    width: 90%;
  }
  .sec04 .sec04_head h2 .logo_right {
    font-size: 100px;
  }
  .sec04 .sec04_head h2 .font_min {
    font-size: 60px;
  }
  .sec04 .sec04_head h2 .font_mid {
    font-size: 80px;
  }
  .sec04 .point {
    width: 99%;
    position: relative;
    top: -45px;
    margin: 0 auto 100px;
  }
  .sec04 .point .point_inner {
    width: 98%;
  }
  .sec04 .point .point_inner .point_no {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec04 .point .point_inner .point_no:before {
    content: "";
    width: 20%;
  }
  .sec04 .point .point_inner .point_no:after {
    width: 20%;
  }
  .sec04 .point .point_inner .point_no .or {
    font-size: 50px;
  }
  .sec04 .point .point_inner .point_head {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 2%;
  }
  .sec04 .point .point_inner .point_txt p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 2%;
  }
  .sec04 .point .point_inner .img_list {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .sec04 .point .point_inner .img_list li {
    flex-basis: 45%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .sec04 .point .point_inner .img_list02 {
    max-width: 99%;
  }
  .sec04 .point .point_inner .img_list02 li {
    flex-basis: 30%;
  }
  .sec04 .point .point_inner .per_map {
    width: 90%;
    margin: 0 auto;
  }
  .sec04 .point .point_inner .per_map h5 {
    background-color: #323232;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
  }
  .sec04 .point .point_inner .per_map figure {
    margin-bottom: 20px;
  }
  .sec04 .point .point_inner .per_map figcaption {
    position: relative;
    bottom: -20px;
    left: 0;
    width: 100%;
  }
  .sec04 .point .point_inner .per_map figcaption ul li {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(2) {
    display: inline-block;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(2) .color {
    color: #fe0101;
    padding-right: 10px;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(3) {
    display: inline-block;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(3) .color {
    color: #850fa7;
    padding-right: 10px;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(4) {
    display: inline-block;
  }
  .sec04 .point .point_inner .per_map figcaption ul li:nth-child(4) .color {
    color: #eabb15;
    padding-right: 10px;
  }
  .sec04 .point .point_inner .per_map .map_closing {
    position: inherit;
    width: 100%;
    top: 0px;
    left: 0;
    height: 200px;
  }
  .sec04 .point .point_inner .per_map .map_closing p:not(.caption) {
    font-size: 20px;
    margin-top: 30px;
  }
  .sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block {
    display: block;
    position: absolute;
    right: 30px;
    margin-top: 20px;
    background: linear-gradient(transparent 80%, #f1ddc9 10%);
  }
  .sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block .count {
    font-size: 80px;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: 4px 4px #313131;
    color: #ff9933;
    letter-spacing: 0.1em;
  }
  .sec04 .point .point_inner .cap {
    padding-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .sec04 .sec04_head {
    margin-bottom: 70px;
  }
  .sec04 .sec04_head h2 {
    display: block;
    text-align: center;
  }
  .sec04 .sec04_head h2 .sec04_ttl_img {
    width: 90%;
    padding-bottom: 15px;
  }
  .sec04 .sec04_head h2 .logo_right {
    font-size: 80px;
  }
  .sec04 .sec04_head h2 .font_min {
    font-size: 40px;
  }
  .sec04 .sec04_head h2 .font_mid {
    font-size: 60px;
  }
  .sec04 .point {
    width: 96%;
    position: relative;
    top: -45px;
    margin: 0 auto 100px;
  }
  .sec04 .point .point_inner {
    width: 99%;
    padding: 30px 0 60px;
  }
  .sec04 .point .point_inner .point_head {
    padding: 10px 2%;
    margin: 20px auto;
    letter-spacing: 0;
  }
  .sec04 .point .point_inner .ls_m {
    font-size: 19px;
  }
  .sec04 .point .point_inner .point_txt p {
    padding: 0 2%;
    letter-spacing: 0.2rem;
  }
  .sec04 .point .point_inner .point_txt p .ls_m0 {
    letter-spacing: 0;
  }
  .sec04 .point .point_inner .img_list {
    max-width: 100%;
    margin-bottom: 0;
  }
  .sec04 .point .point_inner .img_list li .cap {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .sec04 .point .point_inner .cap_txt {
    margin-bottom: 30px;
  }
  .sec04 .point .point_inner .per_map {
    width: 96%;
  }
  .sec04 .point .point_inner .per_map .map_closing p:not(.caption) {
    line-height: 1.6;
    font-size: 17px;
    letter-spacing: 0;
  }
  .sec04 .point .point_inner .per_map .map_closing p:not(.caption) .block {
    right: 20px;
  }
  .sec04 .point .point_inner .per_map .map_closing .caption {
    right: 16px;
  }
}

/*================================================
sec02 施工までの流れ
================================================*/
.sec05 {
  background-color: #ccded9;
  padding: 50px 0;
}

.sec05 .sec05_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec05 .sec05_inner .sec_ttl {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
}

.sec05 .sec05_inner .sec_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
}

.sec05 .sec05_inner .sec_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
  right: 0;
}

.sec05 .sec05_inner .sec_ttl .sec_ttl_en {
  position: relative;
  top: 20px;
}

.sec05 .sec05_inner .sec_ttl .sec_ttl_ja {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding-top: 30px;
}

.sec05 .sec05_inner .sec_sub_ttl {
  background-color: #fff;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 50px auto;
  position: relative;
  letter-spacing: 0.1em;
}

.sec05 .sec05_inner .sec_sub_ttl .font_or {
  color: #ff9933;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sec05 .sec05_inner .sec_sub_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

.sec05 .sec05_inner .flow_list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.sec05 .sec05_inner .flow_list li {
  width: 225px;
  position: relative;
  top: -45px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #313131;
  background-image: repeating-linear-gradient(-45deg, #ccded9, #ccded9 3px, transparent 0, transparent 5px);
  height: 400px;
}

.sec05 .sec05_inner .flow_list li .list_inner {
  width: 220px;
  background-color: #ff9933;
  border-radius: 20px;
  position: relative;
  top: -5px;
  padding: 30px 0 0;
}

.sec05 .sec05_inner .flow_list li .list_inner .step {
  text-align: center;
  display: block;
  width: 170px;
  border-radius: 16px;
  background-color: #313131;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  margin: 0 auto 30px;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none) {
  .sec05 .sec05_inner .flow_list li .list_inner .step {
    padding: 7px 0 0;
  }
}

.sec05 .sec05_inner .flow_list li .list_inner p {
  text-align: center;
  margin: 30px auto;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}

.sec05 .sec05_inner .flow_list li:first-child .list_inner p {
  margin: 15px auto;
  padding-bottom: 15px;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .sec05 .sec05_inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .sec05 .sec05_inner .flow_list {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }
  .sec05 .sec05_inner .flow_list li {
    width: 180px;
    height: 350px;
  }
  .sec05 .sec05_inner .flow_list li .list_inner {
    width: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec05 .sec05_inner {
    max-width: 100%;
  }
  .sec05 .sec05_inner .sec_ttl:before {
    width: 33%;
  }
  .sec05 .sec05_inner .sec_ttl:after {
    width: 33%;
  }
  .sec05 .sec05_inner .flow_list li {
    width: 145px;
    height: 320px;
  }
  .sec05 .sec05_inner .flow_list li .list_inner {
    width: 140px;
  }
  .sec05 .sec05_inner .flow_list li .list_inner .step {
    width: 130px;
    border-radius: 16px;
    padding: 6px 0;
    font-size: 20px;
  }
  .sec05 .sec05_inner .flow_list li .list_inner p {
    font-size: 18px;
    line-height: 30px;
  }
  .sec05 .sec05_inner .flow_list li:first-child .list_inner p {
    margin: 15px auto;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sec05 .sec05_inner .sec_ttl {
    font-size: 30px;
  }
  .sec05 .sec05_inner .sec_ttl:before {
    width: 20%;
  }
  .sec05 .sec05_inner .sec_ttl:after {
    width: 20%;
  }
  .sec05 .sec05_inner .sec_sub_ttl {
    font-size: 24px;
  }
  .sec05 .sec05_inner .sec_sub_ttl .font_or {
    font-size: 30px;
  }
  .sec05 .sec05_inner .flow_list {
    display: block;
    justify-content: center;
  }
  .sec05 .sec05_inner .flow_list li {
    width: 95%;
    margin: 0 auto 20px;
    height: auto;
  }
  .sec05 .sec05_inner .flow_list li .list_inner {
    width: 99%;
    padding: 0 0 0;
    display: flex;
    align-items: center;
  }
  .sec05 .sec05_inner .flow_list li .list_inner .step {
    width: 120px;
    font-size: 16px;
    margin: 0 10px 0;
  }
  .sec05 .sec05_inner .flow_list li .list_inner img {
    width: 72%;
  }
  .sec05 .sec05_inner .flow_list li .list_inner p {
    font-weight: bold;
    padding-bottom: 0;
    width: 40%;
    padding-right: 15px;
    position: relative;
    right: 10px;
    text-align-last: left;
  }
  .sec05 .sec05_inner .flow_list li:first-child .list_inner p {
    margin: 15px auto;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .sec05 .sec05_inner .flow_list li .list_inner .step {
    width: 110px;
    font-size: 15px;
    margin: 0 5px 0;
  }
  .sec05 .sec05_inner .flow_list li .list_inner p {
    font-size: 15px;
    letter-spacing: 0;
  }
  .sec05 .sec05_inner .flow_list li:first-child .list_inner p {
    margin: 15px auto;
    padding-bottom: 0px;
  }
}

/*================================================
sec06 施工事例スライダー
================================================*/
.sec06 {
  margin: 50px auto;
  background-color: #676767;
  padding: 50px 0;
}

.sec06 .sec_ttl {
  background-color: #e4e4e4;
  padding: 13px 0;
  text-align: center;
}

.sec06 .sec_ttl .sec_ttl_in {
  max-width: 1200px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
}

.sec06 .sec_ttl .sec_ttl_in:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
}

.sec06 .sec_ttl .sec_ttl_in:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
  right: 0;
}

.sec06 .sec_ttl .sec_ttl_in .sec_ttl_en {
  position: relative;
  top: 20px;
}

.sec06 .sec_ttl .sec_ttl_in .sec_ttl_ja {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding-top: 30px;
}

.sec06 .gallery_slider {
  max-width: 1200px;
  margin: 50px auto 0;
}

.sec06 .gallery_slider .slider li {
  flex-basis: 360px;
}

.sec06 .gallery_slider .slider li .gallery_icon {
  position: relative;
  top: 25px;
  left: 40px;
  display: inline;
  display: flex;
}

.sec06 .gallery_slider .slider li .gallery_icon img {
  margin-right: 5px;
}

.sec06 .gallery_slider .slider li .gallery_detail {
  background-color: #fff;
  width: 360px;
  padding: 30px 25px;
  margin: auto;
}

.sec06 .gallery_slider .slider li .gallery_detail ul li {
  display: flex;
  margin-bottom: 15px;
  font-weight: bold;
  align-items: center;
}

.sec06 .gallery_slider .slider li .gallery_detail ul li span {
  display: block;
  width: 96px;
  border-radius: 5px;
  color: #fff;
  background-color: #ff9933;
  padding: 7px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}

@media all and (-ms-high-contrast: none) {
  .sec06 .gallery_slider .slider li .gallery_detail ul li span {
    padding: 10px 0 3px;
  }
}

.sec06 .gallery_slider .slider li .gallery_detail .gallery_txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.sec06 .cnv_btn {
  position: relative;
  top: 95px;
}

@media screen and (max-width: 767px) {
  .sec06 .sec_ttl .sec_ttl_in:before {
    width: 15%;
  }
  .sec06 .sec_ttl .sec_ttl_in:after {
    width: 15%;
  }
  .sec06 .gallery_slider {
    width: 90%;
    margin: auto;
  }
}

/*スライダーのcssHack*/
.slick-prev:before {
  content: url(../img/arrow_left.png);
}

.slick-next:before {
  content: url(../img/arrow_right.png);
}

.slick-slide img:not(.gallery_icon_item) {
  margin: auto;
}

/*================================================
sec07 FAQ
================================================*/
.sec07 {
  max-width: 1200px;
  margin: 50px auto;
  /*開いたときの下の余白*/
  /*閉じた状態の矢印描画*/
  /*開いた状態の矢印描画*/
}

.sec07 .sec_ttl {
  padding: 13px 0;
  text-align: center;
}

.sec07 .sec_ttl .sec_ttl_in {
  max-width: 1200px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
}

.sec07 .sec_ttl .sec_ttl_in:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
}

.sec07 .sec_ttl .sec_ttl_in:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 5px;
  background-color: black;
  right: 0;
}

.sec07 .sec_ttl .sec_ttl_in .sec_ttl_en {
  position: relative;
  top: 20px;
}

.sec07 .sec_ttl .sec_ttl_in .sec_ttl_ja {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding-top: 30px;
}

.sec07 .faq {
  width: 100%;
  padding: 50px 10px;
}

.sec07 .faq input {
  display: none;
}

.sec07 .faq label {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  line-height: 1;
  position: relative;
  background-color: #fff5ea;
  font-size: 24px;
  font-weight: bold;
}

.sec07 .faq label .q {
  background-color: #ff9933;
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding: 10px 20px;
  margin-right: 30px;
}

@media all and (-ms-high-contrast: none) {
  .sec07 .faq label .q {
    padding: 25px 25px 5px 25px;
  }
}

.sec07 .faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.sec07 .faq li {
  max-height: 0;
  transition: all 0.5s;
  border-left: 5px solid #fff5ea;
  border-right: 5px solid #fff5ea;
  border-bottom: 5px solid #fff5ea;
  opacity: 0;
  margin-bottom: 40px;
}

.sec07 .faq li .a {
  color: #ff9933;
  font-size: 50px;
  text-align: center;
  padding: 10px 20px;
  margin-right: 30px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

.sec07 .faq li p {
  line-height: 32px;
  padding: 30px 30px 30px 0;
}

.sec07 .faq li p .font_str {
  font-weight: bold;
}

.sec07 #bar01:checked ~ #ans01 li,
.sec07 #bar02:checked ~ #ans02 li,
.sec07 #bar03:checked ~ #ans03 li,
.sec07 #bar04:checked ~ #ans04 li {
  max-height: 150px;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  /*開くときのアニメーション*/
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
}

.sec07 #bar01:checked ~ #ans01 li:last-child,
.sec07 #bar02:checked ~ #ans02 li:last-child,
.sec07 #bar03:checked ~ #ans03 li:last-child,
.sec07 #bar04:checked ~ #ans04 li:last-child {
  margin-bottom: 20px;
}

.sec07 .faq label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #ff9933;
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.sec07 .faq input[type="checkbox"]:checked + label:after {
  transform: rotate(180deg);
  position: absolute;
  top: 20%;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .sec07 {
    max-width: 960px;
  }
  .sec07 .sec_ttl .sec_ttl_in:before {
    content: "";
    width: 30%;
  }
  .sec07 .sec_ttl .sec_ttl_in:after {
    content: "";
    width: 30%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec07 {
    max-width: 100%;
  }
  .sec07 .sec_ttl .sec_ttl_in:before {
    width: 33%;
  }
  .sec07 .sec_ttl .sec_ttl_in:after {
    width: 33%;
  }
  .sec07 .faq label {
    padding: 0 5% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec07 {
    max-width: 100%;
  }
  .sec07 .sec_ttl .sec_ttl_in {
    max-width: 100%;
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  .sec07 .sec_ttl .sec_ttl_in:before {
    content: "";
    width: 20%;
  }
  .sec07 .sec_ttl .sec_ttl_in:after {
    content: "";
    width: 20%;
  }
  .sec07 .faq {
    margin-bottom: 50px;
  }
  .sec07 .faq label {
    padding-right: 5%;
    font-size: 20px;
  }
  .sec07 .faq li {
    margin-bottom: 0;
  }
  .sec07 .faq li .a {
    color: #ff9933;
    font-size: 50px;
    text-align: center;
    padding: 10px 15px;
    margin-right: 30px;
    position: relative;
    font-family: "Josefin Sans", sans-serif;
  }
  .sec07 .faq li p {
    line-height: 32px;
    padding: 30px 30px 30px 0;
  }
  .sec07 .faq li p .font_str {
    font-weight: bold;
  }
  .sec07 #bar01:checked ~ #ans01 li,
  .sec07 #bar02:checked ~ #ans02 li,
  .sec07 #bar03:checked ~ #ans03 li,
  .sec07 #bar04:checked ~ #ans04 li {
    max-height: 300px;
    /*開いたときに表示されるliの高さ*/
  }
}

@media screen and (max-width: 480px) {
  .sec07 {
    max-width: 100%;
  }
  .sec07 .faq {
    margin-bottom: 50px;
  }
  .sec07 .faq label {
    padding-right: 9%;
    font-size: 18px;
    line-height: 1.4;
  }
  .sec07 .faq label .q {
    margin-right: 10px;
    padding: 20px 20px;
  }
  .sec07 .faq li .a {
    margin-right: 0;
  }
  .sec07 .faq li p {
    line-height: 1.6;
    padding: 20px 6px 20px 0;
    letter-spacing: 0;
    font-size: 16px;
  }
  .sec07 .faq li p .ls_03 {
    letter-spacing: -0.1rem;
  }
}

/*================================================
フッター
================================================*/
footer {
  background-color: #005c3f;
}

footer .footer_logo {
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 76px;
  }
}

/*================================================
ページトップ
================================================*/
#pagetop {
  position: fixed;
  bottom: 150px;
  right: 20px;
}

#pagetop a {
  display: block;
  width: 90px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #313131;
  font-size: 60px;
  border-radius: 10px;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  #pagetop {
    position: fixed;
    bottom: 150px;
    right: 10px;
  }
  #pagetop a {
    width: 60px;
    padding: 10px 0;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #pagetop {
    position: fixed;
    bottom: 90px;
    right: 10px;
  }
}

/*================================================
スマホメニュー
================================================*/
@media screen and (min-width: 768px) {
  .sp-bottom-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .sp-bottom-menu ul {
    display: flex;
  }
  .sp-bottom-menu ul li {
    flex-basis: 50%;
    text-align: center;
    font-size: 24px;
  }
  .sp-bottom-menu ul li .font_sml {
    font-size: 18px;
    font-weight: bold;
  }
  .sp-bottom-menu ul li .txt {
    font-weight: bold;
  }
  .sp-bottom-menu ul li:first-child a {
    display: block;
    padding: 20px 0;
    background-color: #ff9933;
    background: repeating-linear-gradient(-45deg, #ffad5c 0, #ffad5c 10px, #ff9933 10px, #ff9933 20px);
    font-weight: bold;
    color: #fff;
  }
  .sp-bottom-menu ul li:first-child a i {
    margin-right: 10px;
  }
  .sp-bottom-menu ul li:last-child a {
    display: block;
    padding: 20px 0;
    background-color: #005c3f;
    background: repeating-linear-gradient(-45deg, #337d65 0, #337d65 10px, #005c3f 10px, #005c3f 20px);
    font-weight: bold;
    color: #fff;
  }
  .sp-bottom-menu ul li:last-child a i {
    transform: rotate(45deg);
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .sp-bottom-menu ul {
    display: flex;
  }
  .sp-bottom-menu ul li {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .sp-bottom-menu ul li .font_sml {
    font-size: 16px;
    font-weight: bold;
  }
  .sp-bottom-menu ul li:first-child a {
    padding: 24px 0;
    height: 75px;
  }
  .sp-bottom-menu ul li:last-child a {
    padding: 12px 0 11px;
    height: 75px;
  }
  .sp-bottom-menu ul li:last-child a i {
    transform: rotate(45deg);
    margin-right: 10px;
    position: relative;
    top: 15px;
  }
}
/*# sourceMappingURL=lp.css.map */