@charset "UTF-8";
/*
font-familyは下記ドキュメントからコピーすること
https://docs.google.com/document/d/18AHEzAl9zW_d_2AsDkX1HS_AYaifAemK4eyM7taQjzE/edit

また、Webフォントの使用がないか必ずディレクターに確認すること
*/
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  padding-top: 80px;
}
body.lp-page {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  padding-top: 0;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.f_arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.f_min {
  font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
.sp_stand {
    display: none;
}
.wrap {
  min-width: 1280px;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_stand{
    display: block;
  }
  .wrap {
    min-width: inherit;
  }
}
/*header*/
#header {
  margin: 0 auto;
  width: 100%;
  min-width: 1280px;
  height: 85px;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99999;
}
#header .logo {
  margin: 29px 0 0 45px;
}
#header .logo a {
  display: block;
  line-height: 1;
}
#header .logo a img {
  filter: invert(100%);
}
#header.form-header .logo {
  margin: 30px auto 0;
}
#header .language {
  margin: 26px 0 0 30px;
}
#header .language li {
  margin-right: 10px;
  width: 35px;
}
#header .language li a {
  background: #fff;
  display: block;
  width: 35px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 2.4;
  border: 1px solid #7f7f7f;
}
#header .language li a:hover, #header .language li a.active {
  background: #e60000;
  color: #fff;
  border: 1px solid #e60000;
}
#header .header_menu {
  align-content: center;
  margin-left: auto;
  background: #fff;
  box-sizing: border-box;
}
#header .header_menu li a {
  display: block;
  padding: 0 14px;
  height: 80px;
  font-size: 15px;
  line-height: 5.3;
}
#header .header_menu li:nth-child(10) a {
  background: #e60000;
  padding: 30px 20px 0;
  height: 50px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
/*#header .header_menu li:last-of-type a {
  background: #0d1341;
  padding: 20px 20px 10px;
  height: 50px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}*/
#header .header_menu li.btn a {
  padding: 0 4px;
}
#header .header_menu li.btn a:hover span {
  opacity: 0.7;
}
#header .header_menu li.btn span {
  display: inline-block;
  padding: 15px;
  background-color: #e60000;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  transition: opacity 0.3s ease;
}
#header .header_menu li.btn.estimate {
  margin-right: 10px;
}
#header .btn_menu {
  display: none;
}
#header .btn_menu span {
  display: block;
}
#header .header_menu .btn {
    display: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
    vertical-align: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: inherit;
    border: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
#sp_global_nav,
.estimate_btn {
  display: none;
}

.school-btn a {
  background: #0d1341;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: block;
  border: solid 1px #fff;
}

@media screen and (max-width: 980px) {
  /* #header .header_menu li:nth-child(10){
  	position: absolute;
  	right: 136px;
  	top: 0;
  }
  #header .header_menu li:last-of-type{
  	position: absolute;
  	right: 0;
  	top: 0;
  }
  #header .header_menu li a{
  	padding: 0 5px;
  } */
  #header .header_menu {
    width: 100%;
    padding: 0 15px;
  }
  #header .header_menu li:nth-child(10) a, #header .header_menu li:last-of-type a {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 750px) {
  body {
    padding-top: 50px;
  }
  #header {
    min-width: inherit;
    height: 50px;
  }
  #header .logo {
    margin: 17px 0 0 10px;
    width: 100px;
    z-index: 1;
  }
  #header .logo img {
    width: 100%;
  }
  #header.form-header .logo {
    margin: 18px auto 0;
  }
  #header .language {
    margin: 14px 0 0 10px;
    display: flex;
    justify-content: flex-end;
  }
  #header .language li {
    width: auto;
    margin: 0 1vw;
  }
  #header .language li a {
    background: #fff;
    display: block;
    width: 30px;
    font-size: 11px;
    height: auto;
    text-align: center;
    line-height: 2;
    border: 1px solid #7f7f7f;
  }
  #header .language li a.active {
    background: #e60000;
    color: #fff;
    border: 1px solid #e60000;
  }
  #header .header_menu,
  #header .list {
    display: none;
  }
  #header .btn_menu {
    display: block;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .estimate_btn {
    margin-left: auto;
    position: fixed;
    right: 61px;
    top: 0;
    display: block;
  }
  .estimate_btn a {
    background: #e60000;
    padding: 19px 10px 19px 10px;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
}
/*footer*/
#footer {
  margin: 0 auto;
  padding: 92px 0 0;
  width: 100%;
  clear: both;
  position: relative;
  min-width: 1280px;
}
#footer .inner {
  margin: 0 auto;
  width: 1136px;
}
#footer .inner .footer_left {
  float: left;
  width: 155px;
}
#footer .inner .footer_left .footer_logo {
  margin-bottom: 34px;
}
#footer .inner .footer_left .footer_logo img {
  filter: invert(100%);
  width: 100%;
}
#footer .inner .footer_right {
  float: right;
  padding: 20px 0 0;
  width: 868px;
}
#footer .inner .footer_right .footer_menu {
  float: left;
  padding: 0 0 110px;
  width: 646px;
}
#footer .inner .footer_right .footer_menu li {
  margin-bottom: 20px;
  padding: 0 0 0 4%;
  /* width: 25%; */
  width: 33%;
  background: url("../images/icon/icon01.jpg") no-repeat left center;
  box-sizing: border-box;
}
/* #footer .inner .footer_right .footer_menu li:first-of-type, #footer .inner .footer_right .footer_menu li:nth-of-type(4), #footer .inner .footer_right .footer_menu li:nth-of-type(7) {
  width: 35%;
} */
#footer .inner .footer_right .footer_menu li a {
  font-size: 14px;
  line-height: 1;
}
#footer .inner .footer_right .footer_btn {
  float: right;
  width: 150px;
}
#footer .inner .footer_right .footer_btn a {
  display: block;
  padding: 35px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #0d1341;
}
#footer small {
  display: block;
  margin: 0 auto;
  padding: 29px 0 0;
  width: 100%;
  height: 40px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  clear: both;
}
#footer .page_top {
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .sns-btn li a {
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  #footer {
    padding: 8vw 0 0vw;
    min-width: auto;
  }
  #footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .inner .footer_left {
    float: none;
    width: 100%;
    order: 2;
  }
  #footer .inner .footer_left .footer_logo {
    margin: 0 auto 13px;
    width: 40.266%;
  }
  #footer .inner .footer_left .facebook_btn {
    margin: 0px auto 6vw;
    width: 15.333%;
  }
  #footer .inner .footer_right {
    /* display: none; */
    float: none;
    padding: 0;
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  #footer .inner .footer_right .footer_menu {
    float: none;
    padding: 0;
    width: 89%;
    margin: 0 auto 30px;
    display: block;
    border-top: 1px solid #ccc;
  }
  #footer .inner .footer_right .footer_menu li {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    background: none;
    border-bottom: 1px solid #ccc;
  }
  #footer .inner .footer_right .footer_menu li:first-of-type, #footer .inner .footer_right .footer_menu li:nth-of-type(4), #footer .inner .footer_right .footer_menu li:nth-of-type(7) {
    width: 100%;
  }
  #footer .inner .footer_right .footer_menu li a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
  }
  #footer .inner .footer_right .footer_menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  #footer .inner .footer_right .footer_btn {
    float: none;
    width: 89%;
    margin: 0 auto;
  }
  #footer .inner .footer_right .footer_btn a {
    padding: 15px 0;
    font-size: 16px;
  }
  #footer .inner .footer_right .footer_btn a br {
    display: none;
  }
  #footer small {
    display: block;
    margin: 0 auto;
    padding: 31px 0 0;
    width: 100%;
    height: 70px;
    font-size: 3vw;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    clear: both;
    box-sizing: border-box;
  }
  #footer .page_top {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #footer .sns-btn {
    justify-content: center;
    width: 95%;
    margin: 0 auto 6vw;
  }
  #footer .sns-btn li {
    margin-right: 15px;
  }
  #footer .sns-btn li:last-child {
    margin-right: 0;
  }
  #footer .sns-btn li a {
    font-size: 7vw;
  }
}
/* 共通 */
.breadcrumbs {
  background: #f7f7f7;
  min-width: 1280px;
}
.breadcrumbs .inner {
  width: 1280px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1473px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1292px) {
  #header .header_menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .breadcrumbs {
    margin-top: 42px;
  }
  #header {
    min-width: inherit;
  }
  #header .header_menu li a {
    padding: 0 10px;
    height: 62px;
    font-size: 12px;
  }
  #header .header_menu li:nth-child(10) a {
    padding: 22px 20px 0;
    height: 40px;
  }
  #header .header_menu li:last-of-type a {
    padding: 16px 20px 6px;
    height: 40px;
  }
}
@media screen and (max-width: 1028px) {
  #header .header_menu {
    width: 100%;
    padding: 0 15px;
  }
  #header .header_menu li:nth-child(10) {
    position: absolute;
    right: 136px;
    top: 0;
  }
  #header .header_menu li:last-of-type {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .header_menu li a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumbs {
    min-width: inherit;
    margin-top: 0;
  }
  .breadcrumbs .inner {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    padding: 5px 10px;
  }
  .breadcrumbs .inner span,
  .breadcrumbs .inner a {
    font-size: 12px;
  }
}
.common_wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.common_wrap .box_01 {
  padding: 160px 0 40px;
  width: 100%;
  background: url("../images/top/bg_box_04_2.jpg") no-repeat center bottom;
  margin: 0 auto;
  /* min-width: 1280px; */
}
.common_wrap .box_01 .inner {
  margin: 0 auto;
  width: 700px;
}
.common_wrap .box_01 .inner .other_menu li {
  width: 320px;
}
.common_wrap .box_01 .inner .other_menu li .ttl {
  margin-bottom: 21px;
}
.common_wrap .box_01 .inner .other_menu li .detail {
  padding: 79px 0 0;
  height: 311px;
  background: url("../images/top/bg_detail.png") no-repeat;
}
.common_wrap .box_01 .inner .other_menu li .detail .ttl_icon {
  margin: 0 auto 25px;
  width: 165px;
}
.common_wrap .box_01 .inner .other_menu li .detail .ttl_text {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}
.common_wrap .box_01 .inner .other_menu li .detail .ttl_text span {
  font-size: 49px;
}
.common_wrap .box_01 .inner .other_menu li .detail .text_copy {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.common_wrap .box_01 .inner .other_menu li .detail .btn_other {
  margin: 0 auto;
  width: 200px;
}
.common_wrap .box_02 {
  padding: 80px 0 80px;
  width: 100%;
  /* height: 570px; */
  background: url("../images/top/bg_box_05.jpg") no-repeat center top/cover;
  /* margin-top: 308px; */
  margin-top: 160px;
  min-width: 1280px;
}
.common_wrap .box_02 .inner {
  margin: 0 auto;
  width: 1100px;
}
.common_wrap .box_02 .inner .menu {
  padding: 60px 0 60px;
  width: 500px;
  background: url("../images/top/bg_menu.png") repeat;
  margin: 0 auto;
}
.common_wrap .box_02 .inner .menu .menu_ttl {
  margin-bottom: 30px;
}
.common_wrap .box_02 .inner .menu .menu_copy {
  height: 78px;
  font-size: 15px;
  line-height: 2;
}
.common_wrap .box_02 .inner .menu .menu_btn {
  margin: 0 auto;
  width: 400px;
}
.common_wrap .box_02 .inner .menu .menu_btn.long {
  width: 400px;
}
.common_wrap .box_02 .inner .menu .menu_btn.long a {
  display: inline-block;
}
.common_wrap .box_02 .inner .menu .menu_btn li {
  /* width: 49%;
  margin-right: 2%; */
  width: 90%;
  margin: 0 auto;
}
.common_wrap .box_02 .inner .menu .menu_btn li:nth-child(2n) {
  margin-right: 0;
}
.common_wrap .box_02 .inner .menu .menu_btn li a {
  font-size: 1.2rem;
  border: solid 1px #2cbc2a;
  background: #39ce37;
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
}
.common_wrap .box_02 .inner .menu .menu_btn li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 1%;
  top: 0;
  width: 98%;
  height: 95%;
  pointer-events: none;
  cursor: pointer;
}
.common_wrap .box_02 .inner .menu .menu_btn li a:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  margin-top: -0.3em;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  transform: rotate(45deg);
}
.common_wrap .box_02 .inner .menu .menu_btn li a:hover:before {
  animation: waveform 0.8s infinite;
  border: 1px solid #000;
}
.common_wrap .box_02 .inner .menu .menu_btn li:nth-child(2n) a {
  border: solid 1px #e60000;
  background: #e60000;
  color: #fff;
}
.common_wrap .box_02 .inner .menu .menu_btn li:nth-child(2n) a:hover:before {
  border: 1px solid #e60000;
}
.common_wrap .box_02 .campaign-box {
  max-width: 700px;
}
.common_wrap .box_02 .campaign-box img.sp {
  max-width: auto;
}
.quote-title {
    font-size: 1.5rem;
}
.quote-tel {
    font-size: 1.8rem;
}
.quote-time {
    font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .common_wrap .box_01 {
    padding: 35px 3.333% 9px 4.666%;
    background: url("../images/top/sp/bg_box_04.jpg") no-repeat center bottom/100%;
    box-sizing: border-box;
    min-width: auto;
  }
  .common_wrap .box_01 .inner {
    margin: 0 auto;
    width: 100%;
  }
  .common_wrap .box_01 .inner .other_menu {
    width: 100%;
  }
  .common_wrap .box_01 .inner .other_menu li {
    margin-bottom: 10px;
    padding: 20px 0 0;
    width: 100%;
    background: url("../images/top/sp/bg_detail.png") no-repeat center bottom/100%;
  }
  .common_wrap .box_01 .inner .other_menu li .ttl {
    margin: 0 auto 12vw;
    padding: 0;
  }
  .common_wrap .box_01 .inner .other_menu li .ttl img {
    width: 100%;
  }
  .common_wrap .box_01 .inner .other_menu li .detail {
    padding: 0 0 20px;
    height: auto;
    background: none;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .ttl_icon {
    margin: 0 auto 18px;
    width: 23.913%;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .ttl_icon img {
    width: 100%;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .ttl_text {
    margin-bottom: 9px;
    font-size: 16px;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .ttl_text span {
    font-size: 24px;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .text_copy {
    margin-bottom: 11px;
    /* font-size: 10px; */
  }
  .common_wrap .box_01 .inner .other_menu li .detail .btn_other {
    margin: 0 auto;
    width: 92.647%;
  }
  .common_wrap .box_01 .inner .other_menu li .detail .btn_other img {
    width: 100%;
  }
    .quote-title {
        font-size: 1.5rem;
    }
    .quote-tel {
        font-size: 1.8rem;
    }
    .quote-time {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 750px) {
  .common_wrap .box_02 .campaign-box {
    margin-bottom: 15px;
  }
  /*.common_wrap .box_02 .campaign-box p{
  	font-size: 4vw;
  }
  .common_wrap .box_02 .campaign-box .campaign-title{
  	font-size: 5vw;
  } */
}
@keyframes waveform {
  100% {
    border-color: transparent;
    transform: scale(1.1, 1.4);
  }
}
.error {
  text-align: center;
}
.error h2 {
  padding-top: 250px;
  margin-bottom: 10px;
}
.error p {
  margin-bottom: 150px;
}

@media screen and (max-width: 750px) {
  .error h2 {
    padding-top: 47vw;
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .error p {
    margin-bottom: 29vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .common_wrap .box_02 {
    padding: 20px 0 1px;
    width: 100%;
    height: auto;
    margin-top: 50px;
    min-width: auto;
  }
  .common_wrap .box_02 .inner {
    margin: 0 auto;
    width: 80%;
  }
  .common_wrap .box_02 .inner .menu {
    margin-bottom: 15px;
    padding: 16px 0 12px;
    width: 100%;
    background: url("../images/top/bg_menu.png") repeat;
  }
  .common_wrap .box_02 .inner .menu .menu_ttl {
    margin: 0 auto 14px;
    width: 38.4%;
  }
  .common_wrap .box_02 .inner .menu .menu_copy {
    margin-bottom: 14px;
    height: auto;
    font-size: 10px;
    line-height: 1;
  }
  .common_wrap .box_02 .inner .menu .menu_btn {
    margin: 0 auto;
    width: 90%;
  }
  .common_wrap .box_02 .inner .menu .menu_btn.long {
    width: 90%;
  }
  .common_wrap .box_02 .inner .menu .menu_btn li {
    width: 70%;
  }
  .common_wrap .box_02 .inner .menu .menu_btn li a {
    font-size: 14px;
  }
}
.category_head {
  margin: 0 auto;
  width: 100%;
  background: url("../images/application/bg_category_ttl.jpg") no-repeat right top;
  min-width: 1280px;
}
.category_head .inner {
  margin: 0 auto;
  height: 500px;
}

@media screen and (max-width: 750px) {
  .category_head {
    min-width: inherit;
    background-size: 100% auto;
  }
  .category_head .inner {
    width: 100%;
    height: 39vw;
  }
  nav#sp_global_nav {
    z-index: 99999;
    position: fixed;
    top: 50px;
    width: 100vw;
    height: 100vh;
    display: none;
    background: #000;
    overflow: scroll;
    padding: 5% 5% 35% 5%;
    box-sizing: border-box;
  }
  nav#sp_global_nav .header_menu {
    display: block;
  }
  nav#sp_global_nav li {
    border-bottom: 1px solid #fff;
  }
  nav#sp_global_nav li a {
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    padding: 4vw 0;
    display: block;
    position: relative;
    padding-left: 4vw;
  }
  nav#sp_global_nav li a:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1.5vw;
    height: 1.5vw;
    top: 50%;
    margin-top: -0.25em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    transform: rotate(45deg);
    /* content: ">"; padding-right: 10px; */
  }
  nav#sp_global_nav .closebtn {
    text-align: center;
    background: #e60000;
    margin-top: 10vw;
    font-size: 4vw;
    padding: 4vw;
    color: #fff;
  }
  nav#sp_global_nav .topclosebtn {
    line-height: 1;
    padding: 10px;
    font-size: 5vw;
    background: #e60000;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  }
}
/* @media screen and (max-width: 380px) {
  #header {
    .logo {
      width: 80px;
      margin: 14px 0 0 5px;
    }

    .language {
      margin: 12px 0 0 -68px;
      width: 170px;

      li a {
        width: 40px;
      }
    }
  }
}
 */
.bottom-btn-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #f1f1f1;
}
.bottom-btn-sp ul {
  display: flex;
  justify-content: space-between;
}
.bottom-btn-sp ul li {
  width: 33.3333333333%;
  overflow: hidden;
}
.bottom-btn-sp ul li a {
  display: block;
  padding: 0.8em 0;
  font-size: 3.6vw;
  text-align: center;
  box-sizing: border-box;
}
.bottom-btn-sp ul li a:hover {
  text-decoration: none;
}
.bottom-btn-sp ul li a i {
  margin-right: 5%;
}
.bottom-btn-sp ul li a.tel, .bottom-btn-sp ul li a.contact {
  background-color: #000;
  border-right: 1px solid #fff;
  color: #fff;
}
.bottom-btn-sp ul li a.estimate {
  background-color: #e60000;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .bottom-btn-sp {
    display: none !important;
    opacity: 0;
  }
}
#header .sub-menu-trigger {
  position: relative;
}
#header .sub-menu-trigger:hover .sub-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
#header .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  background-color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
#header .sub-menu li a {
  min-width: 80px;
  height: auto;
  padding: 15px 25px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.1s ease, color 0.1s ease;
}
#header .sub-menu li a:hover {
  background-color: #0d1341;
  color: #fff;
}
#header .sub-menu li:last-of-type a {
  background: transparent;
  padding: 15px 25px;
  height: auto;
  color: #000;
  line-height: 1.5;
}
#header .sub-menu li:last-of-type a:hover {
  background-color: #0d1341;
  color: #fff;
}


body.lp-page .site{
    margin: 0 auto;
    min-width: 1280px;
    max-width: 2000px;
}