@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --cp_color: #003e94;
}

.global_nav {
  display: none;
}
.global_nav.visible {
  display: block;
}

.mv {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 820px;
  background: url(../img/home/mv_cover_2560_131.svg) center bottom/2560px 131px no-repeat, url(../img/home/mv_pc.jpg) center center/cover no-repeat;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv {
    padding-top: 210px;
  }
  .mv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.mv .badge {
  position: absolute;
  left: calc(50% - 480px);
  bottom: 12px;
  width: 284px;
  transition: all 0.4s;
}
.mv .badge:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .mv .badge {
    left: 24px;
  }
}
@media screen and (max-width: 640px) {
  .mv .badge {
    width: 200px;
    left: 18px;
    bottom: -55px;
  }
}
.mv .pc_set {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  filter: drop-shadow(0 0 5px #000);
}
@media screen and (max-width: 640px) {
  .mv .pc_set {
    display: none;
  }
}
.mv .pc_set .catch {
  width: 640px;
  margin: auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.mv .pc_set .picts {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 150px);
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.mv .pc_set .home_repair {
  width: 291px;
  margin: 26px auto 0;
}
.mv .mobile_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .mv .mobile_only {
    display: block;
    width: 232px;
    margin: auto;
    filter: drop-shadow(0 0 5px #fff);
  }
}
.mv .contact {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: calc(50% - 120px);
  height: 100px;
  border-bottom: 6px solid #fff;
  background: linear-gradient(to right, #009de6, #0069b7 44%, #003a90);
  display: grid;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .mv .contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .mv .contact {
    border: none;
    bottom: 0;
    transform: translateY(50%);
  }
}
.mv .contact_inner {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  row-gap: 4px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
}
.mv .contact_inner a {
  color: #fff;
}
.mv .contact_inner p {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .mv .contact_inner p {
    font-size: 15px;
  }
}
.mv .contact_inner .tel {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 640px) {
  .mv .contact_inner .tel {
    font-size: 43px;
  }
}
@media screen and (max-width: 640px) {
  .mv {
    background: url(../img/common/mv_cover_640_43.svg) center bottom/640px 43px no-repeat, url(../img/home/mv_mobile.jpg) center center/cover no-repeat;
  }
}

.navi {
  padding: 40px 0 10px;
}
@media screen and (max-width: 640px) {
  .navi {
    display: none;
  }
}
.navi ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  border-left: 1px solid var(--cp_color);
}
.navi ul li {
  padding: 0 3em;
  border-right: 1px solid var(--cp_color);
}
.navi ul li a {
  color: var(--cp_color);
}
.navi ul li a:hover {
  text-decoration: underline;
}

.area01 {
  padding: 40px 0 70px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .area01 {
    padding: 100px 0 60px;
  }
}
.area01_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .area01_inner {
    width: 84.375%;
  }
}
.area01_inner .picts {
  display: none;
}
@media screen and (max-width: 640px) {
  .area01_inner .picts {
    display: grid;
    grid-template-columns: repeat(4, 130px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.area01_inner .home_repair {
  display: none;
}
@media screen and (max-width: 640px) {
  .area01_inner .home_repair {
    display: block;
    width: 342px;
    margin: 40px auto 30px;
  }
}
.area01_inner .tm {
  width: 373px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area01_inner .tm {
    width: 380px;
  }
}
.area01_inner .rlr {
  width: 250px;
  margin: 16px auto 0;
}
.area01_inner .read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.65;
  text-align: center;
  margin-top: 50px;
  color: var(--cp_color);
}
@media screen and (max-width: 640px) {
  .area01_inner .read {
    font-size: 30px;
  }
}
.area01_inner .copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 22px;
  line-height: 1.65;
  margin: 1.375em 0 0;
}
@media screen and (max-width: 1024px) {
  .area01_inner .copy {
    text-align: left;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner .copy {
    font-size: 26px;
  }
}

.area02 {
  padding: 70px 0;
  border-bottom: 1px solid #000;
}
.area02_title {
  width: 252px;
  margin: auto;
  transition: all 0.4s;
}
.area02_title:hover {
  transform: scale(1.05);
}
.area02 .bn {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 141px 600px;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 640px) {
  .area02 .bn {
    grid-template-columns: 141px 440px;
  }
}
.area02 .bn .testimonial {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}
.area02 .bn .testimonial img {
  transition: all 0.4s;
}
.area02 .bn .testimonial img:hover {
  transform: scale(1.1);
}
.area02 .bn .reviews {
  transition: all 0.4s;
}
.area02 .bn .reviews:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
.area02 #newsWrap {
  margin-top: 40px;
}
.area02 #newsWrap .detailUpfile {
  width: min(90%, 600px);
  margin: 3em auto 0;
}
.area02 #newsWrap #newsList {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  justify-content: center;
  gap: 34px 20px;
}
.area02 #newsWrap #newsList * {
  font-size: inherit !important;
}
@media screen and (max-width: 768px) {
  .area02 #newsWrap #newsList {
    grid-template-columns: repeat(2, 230px);
  }
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList {
    grid-template-columns: repeat(2, 250px);
    gap: 40px 30px;
  }
}
.area02 #newsWrap #newsList li .thumbNailWrap {
  width: 100%;
  transition: all 0.4s;
}
.area02 #newsWrap #newsList li .thumbNailWrap:hover {
  transform: scale(1.1);
}
.area02 #newsWrap #newsList li .thumbNailWrap img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList li .thumbNailWrap img {
    height: 260px;
  }
}
.area02 #newsWrap #newsList li .up_ymd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 14px;
  padding-left: 1em;
  font-size: 12px !important;
  color: #278fcf;
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList li .up_ymd {
    font-size: 16px !important;
    padding-left: 0;
  }
}
.area02 #newsWrap #newsList li .inner {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 0 0 1.25em;
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList li .inner {
    margin-top: 16px;
    padding: 0;
  }
}
.area02 #newsWrap #newsList li .inner a {
  color: #000;
}
.area02 #newsWrap #newsList li .inner a span.price {
  color: #f53744;
}
.area02 #newsWrap #newsList li .inner .title {
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList li .inner .title {
    font-size: 28px !important;
  }
}
.area02 #newsWrap #newsList li .inner .comment {
  font-size: 14px !important;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .area02 #newsWrap #newsList li .inner .comment {
    font-size: 17px !important;
  }
}

.area03 {
  border-bottom: 1px solid #000;
}
.area03_inner01 {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .area03_inner01 {
    padding: 0;
  }
}
.area03_inner01_inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
  position: relative;
}
.area03_inner01_inner .bgimg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.area03_inner01_inner .title {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
}
.area03_inner01_inner .title h2 {
  width: 274px;
  height: 88px;
  box-sizing: border-box;
  border: 6px solid #fff;
  margin: auto;
  position: relative;
  transition: all 0.4s;
}
.area03_inner01_inner .title h2:hover {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}
.area03_inner01_inner .title h2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.area03_inner01_inner .title ul {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 640px) {
  .area03_inner01_inner .title ul {
    font-size: 20px;
  }
}
.area03_inner01_inner .title ul a {
  color: #fff;
  font-weight: 700;
}
.area03_inner01_inner .title ul a:hover {
  text-decoration: underline;
}
.area03_inner01_inner .title ul li {
  white-space: nowrap;
}
.area03_inner02 {
  padding: 78px 0 70px;
  background: url(../img/home/punctuation_h459.png) top center/2560px 459px no-repeat, #fff2d1;
}
@media screen and (max-width: 640px) {
  .area03_inner02 {
    background: url(../img/home/punctuation_h384.png) bottom left/640px 384px no-repeat, #fff;
  }
}
.area03_inner02_inner {
  width: 500px;
  aspect-ratio: 500/662;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area03_inner02_inner {
    width: 580px;
  }
}
.area03_inner02_inner .contact_form2 {
  position: absolute;
  left: 50%;
  bottom: 204px;
  transform: translateX(-50%);
  width: 250px;
  height: 50px;
  position: relative;
  background: #eae845;
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .area03_inner02_inner .contact_form2 {
    width: 290px;
    height: 58px;
    bottom: 236.64px;
  }
}
.area03_inner02_inner .contact_form2:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.area03_inner02_inner .contact_form2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #3d3d3d;
}
@media screen and (max-width: 640px) {
  .area03_inner02_inner .contact_form2 a {
    font-size: 24px;
  }
}
.area03_inner02_inner .contact_form2 a img {
  width: 12px;
  position: absolute;
  left: 15px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 640px) {
  .area03_inner02_inner .contact_form2 a img {
    width: 18px;
    left: 22px;
    top: calc(50% - 9px);
  }
}
.area03_inner02 .tel_set {
  margin-top: 40px;
}
.area03_inner02 .envelope {
  margin-top: 40px;
}

.area04 {
  padding: 70px 0;
  background: #d8d8d8;
}
.area04_inner {
  width: 93.75%;
  max-width: 740px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area04_inner {
    width: 590px;
  }
}
.area04_inner_inner {
  margin-top: 40px;
}
.area04_inner_inner .input_area {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 6px;
}
.area04_inner_inner .input_area .height {
  height: 30px;
}
.area04_inner_inner .input_area .item1 ul {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  row-gap: 6px;
}
.area04_inner_inner .input_area .item1 ul li {
  font-size: 18px;
  height: 30px;
  display: grid;
  grid-template-columns: auto 44px;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.area04_inner_inner .input_area .item2 ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: start;
  row-gap: 6px;
}
.area04_inner_inner .input_area .item2 ul li input[type=text],
.area04_inner_inner .input_area .item2 ul li input[type=email],
.area04_inner_inner .input_area .item2 ul li input[type=tel],
.area04_inner_inner .input_area .item2 ul li textarea {
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 0.5em 3px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  border: solid #aaa;
  border-width: 0 1px 1px 0;
}
.area04_inner_inner .input_area .item2 ul li input[type=button] {
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 0.5em;
  box-sizing: border-box;
  border: 1px solid #999;
  background: linear-gradient(#fff, #ccc);
  border-radius: 0.25em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .input_area .item2 ul li input[type=button] {
    font-size: 20px;
  }
}
.area04_inner_inner .input_area .item2 ul li select {
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 0.5em;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #fff;
  border-radius: 0.25em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .input_area .item2 ul li select {
    font-size: 20px;
  }
}
.area04_inner_inner .input_area .item2 ul li .full {
  width: 100%;
}
.area04_inner_inner .input_area .item2 ul li .short {
  width: 6em;
}
.area04_inner_inner .input_area .item2 ul li .middle {
  width: 12em;
}
.area04_inner_inner .privacy_policy {
  margin-top: 2.25em;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 8px 8px 8px 48px;
  border: solid #aaa;
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .privacy_policy {
    padding-left: 30px;
  }
}
.area04_inner_inner .privacy_policy_inner {
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  height: 95px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 25px;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .privacy_policy_inner {
    font-size: 18px;
    line-height: 1.5;
    height: 120px;
  }
}
.area04_inner_inner .privacy_policy_inner ul li {
  position: relative;
  padding-left: 1em;
}
.area04_inner_inner .privacy_policy_inner ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.area04_inner_inner .confirmation {
  text-align: center;
  color: var(--red);
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .confirmation {
    font-size: 20px;
    margin-top: 26px;
  }
}
.area04_inner_inner .submit_area {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25em auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .submit_area {
    margin-top: 1.75em;
  }
}
.area04_inner_inner .submit_area input[type=submit],
.area04_inner_inner .submit_area input[type=reset] {
  width: 7em;
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 0.5em;
  box-sizing: border-box;
  border: 1px solid #999;
  color: #000;
  border-radius: 0.25em;
  background: linear-gradient(#fff, #ccc);
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .area04_inner_inner .submit_area input[type=submit],
  .area04_inner_inner .submit_area input[type=reset] {
    font-size: 20px;
  }
}
.area04_inner .note {
  --gray: #606060;
  width: 700px;
  margin: 26px auto 0;
  box-sizing: border-box;
  border: 1px solid var(--gray);
  border-radius: 3px;
  padding: 3px 0;
}
@media screen and (max-width: 640px) {
  .area04_inner .note {
    width: 100%;
  }
}
.area04_inner .note .text {
  width: calc(100% + 2px);
  background: #d8d8d8;
  font-size: 14px;
  line-height: 1.7;
  padding: 0.5em;
  margin-left: -1px;
}
@media screen and (max-width: 640px) {
  .area04_inner .note .text {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    padding: 0.75em 2em;
  }
}
.area04_inner .note .text_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.achievements {
  margin-top: 36px;
}
.achievements ul {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  gap: 60px 40px;
}
@media screen and (max-width: 960px) {
  .achievements ul {
    grid-template-columns: repeat(2, 300px);
    gap: 20px;
  }
}
.achievements ul li {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  transition: all 0.4s;
}
.achievements ul li:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
.achievements ul li .box {
  width: 100%;
  aspect-ratio: 30/5;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.achievements ul li .box.cl1 {
  background: #6a96cb;
}
.achievements ul li .box.cl2 {
  background: #3571b9;
}
.achievements ul li .box .ach_title {
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #003e94;
  border-radius: 25px;
  border: 1px solid currentColor;
  background: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.achievements ul li .box .ach_title.marg p {
  margin-left: 0.3em;
}
.achievements ul li .box .ach_title.marg p span {
  display: inline-block;
  letter-spacing: 0.3em;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
}
.marugo:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */