@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.tinymce-table), caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html * {
        box-sizing: border-box;
    }
ul, ol {
  list-style: none;
}

body {
        -webkit-text-size-adjust: 100%;
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #222;
        line-height: 2;
        letter-spacing: 1px;
        background-color: #FAF5E8;
    }
img {
        display: block;
        height: auto;
        max-width: 100%;
    }

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
  color: #ccc;
  animation-delay: 0.2s;
}
h1 {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000f4e;
}
h2 {
  font-size: 2.2rem;
}
h3 {
   font-size: 2.4rem;
}
h4 {
  font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
.wrapper {
  overflow: hidden;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/



.animate__delay-03s {
 animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__delay-05s {
 animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__delay-08s {
 animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-13s {
 animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__delay-16s {
 animation-delay: calc(var(--animate-delay) * 1.6);
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width:591px) and (max-width:920px){
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
}
.wrapper {
  overflow: hidden;
}

/*========= 上部固定させるためのCSS ===============*/
header {
  background-color: #fcdf00;
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 999;
  background-color: #fcdf00;
}

.g-navi-r {
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 15px;
}
.g-navi-phone:before {

}
.g-navi-phone {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1;
}
.g-navi-r {
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 70%;
}
.g-navi-time {
  font-size: 1.3rem;
}
.g-navi-week {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 6px;
}
.fv-main {
  margin-top: 100px;
  height: calc(100vh - 100px);
  width: 100vw;
  background: url("../img/fv.png") no-repeat center / cover;
}
.fv-main02 {
  padding-left: 5%;
  padding-right: 0;
  padding-top: 100px;
  height: 100vh;
  width: 100vw;
}
.fv-main02 img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.g-navi-add {
  line-height: 1;
}
ul.navbar-nav {
  width: 30%;
}
.navbar-brand img {
  width: 178px;
}
.g-navi-r01 img {
  width: 140px;
}
.g-navi-line img {
  width: 100px;
}
.cont01 h2 {
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000f4e;
  text-align: center;
  margin-bottom: 40px;
}
.cont01 {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #fcdf00;
}
.area-muryo {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
.area-muryo h3 {
  color: #ff0000;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
.cont02 {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cont03 h3 {
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000f4e;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.8;
}
.cont03 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.title-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-line::after {
  content: "";
  flex: 1; /* 残りの幅をすべて線にする */
  border-bottom: 2px solid #000f4e; /* 線の色と太さ */
}
.cont04 h2 {
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000f4e;
  margin-bottom: 30px;
}
.koji {
  border: 2px solid #000f4e;
  border-radius: 10px;
  padding: 20px 10px 0;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  height: 100%;
}
.koji h3 {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000f4e;
}
.koji img {
  height: 90px;
  width: auto;
  margin: 10px auto 0;
}
.koji-price {
  font-size: 2rem;
  color: #000f4e;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
.koji-price span {
  font-size: 1.2rem;
}
.cont04-txt {
  margin-bottom: 30px;
}

.koji-waku {
  margin-bottom: 40px;
}
.koji p {
  line-height: 1.6;
  margin-top: 10px;
}
.cont04 li {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.cont04 ul {
  margin-top: 50px;
  margin-bottom: 70px;
  margin-left: 30px;
}
.koji-aircon {
  text-align: left;
}
.kaden-txt {
    background-color: #Fcdf00;
    border-radius: 20px 0 0 20px;
    padding: 50px 40px;
    width: 45%;
}
.kaden-txt .hitachi {
  width: 150px;
  margin-bottom: 0;
}
.kaden-txt h2 {
  color: #000f4e;
  font-size: 3rem;
  margin-bottom:0;
  font-weight: 700;
}
.kaden-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.kaden-ph {
  width: 60%;

}
.kadens {
  margin-top: 30px;
}
.soudan,
.renraku {
  display:flex;
  justify-content: center;
}
.renraku {
  margin-top: 50px; 
  margin-bottom: 50px;
}
.cont06 {
  margin-top: 100px;
  padding-bottom: 100px;
}
.cont06 h2 {
  margin-bottom: 30px;
}
.soudan
.speechBubble {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding: 20px 30px;
  border: 2px solid #6b6b6b;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}
.renraku-l {
  margin-right: 20px;
}
.soudan-r {
  margin-left: 30px;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 14px 0 0 14px;
  border-color: transparent transparent transparent #6b6b6b;
  translate: 100% -50%;
  transform: skew(0, -25deg);
  transform-origin: left;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 9.2px 0 0 9.2px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% calc(-50% + 0.4px);
  transform: skew(0, -25deg);
  transform-origin: left;
}
.soudan-r img {
  height: 110px;
}
.renraku-l img {
  height: 110px;
}
.renraku .speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 14px;
  padding: 20px 30px;
  border: 2px solid #6b6b6b;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

.renraku .speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #6b6b6b transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -25deg);
  transform-origin: right;
}

.renraku .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 9.2px 9.2px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -25deg);
  transform-origin: right;
}
.renraku .speechBubble p {
  color: #ff0000;
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 700;
}
.flow .kouji {
  border: 1px solid #000f4e;
  padding: 10px;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
  margin-right: 20px;
  width: 25%;
}
.kouji h3 {
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #000f4e;
    margin-bottom: 10px;
    color: #000f4e;
    font-weight: 700;
    padding-top: 10px;
}
.phone {
  color: #000f4e;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.flow-line {
  border: 1px solid #ccc;
  padding: 10px;
}
.flow .kouji:after {
  font: var(--fa-font-solid);
        content: "\f178";
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
}
.flow .kouji:last-child:after {
  content: none;
}
.mitu-kome {
  font-size: 1.2rem;
  margin-top: 10px;
}
.flow-tori {
  border: 1px solid #ccc;
  font-size: 1.3rem;
  padding: 10px;
  margin-top: 10px;
}
.btn-area {
  padding: 50px 0;
  text-align: right;
}
.cont07 {
  background-color: #fcdf00;
  padding-top : 70px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 70px;
}
.cont07 h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.8;
  margin-left: 30px;
}
.cont07 .fuki {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding: 20px 30px;
  border: 2px solid #000f4e;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #000f4e;
}

.cont07 .fuki::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  border-style: solid;
  border-width: 14px 0 0 14px;
  border-color: #000f4e transparent transparent;
  translate: -50% 100%;
  transform: skew(10deg);
  transform-origin: top;
}
.cont07-txt {
  color: #000f4e;
  font-weight: 600;
}
.cont07 .fuki::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  border-style: solid;
  border-width: 9.2px 0 0 9.2px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(10deg);
  transform-origin: top;
}
.staff-w img {
  border-radius: 20px;
  width: 100%;
}
.staff-w {
  margin-top: auto;
  margin-top: 30px;
}
.cont07 img {
  margin: 30px auto;
}
.cont08 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
.cont08 h2:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 55px;
  background-image: url("../img/info-icon.png");
  background-size: contain;
  vertical-align: middle;
}
.cont08 h2 {
  font-size: 2.3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 30px;
}
.info-waku {
  border: 1px solid #000f4e;
  padding: 10px;
  color: #000f4e;
  background-color: #fff;
  height: 100%;
}
.info-waku img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 5px;
}
.info-txt {
	line-height: 1.7;
}
.day-area {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.day-area .day {
  font-size: 1.4rem;
}
.day-area .cate {
  background-color: #000f4e;
  border: 1px solid #000f4e;
  padding: 2px 10px;
  text-align: center;
  color: #000f4e;
  font-size: 1.2rem;
  border-radius: 5px;
}
.info-waku h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000f4e;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.cont09 {
    padding-top: 95px;
    padding-bottom: 100px;
}
.cont09 h2:after {
  content: '';
  display: inline-block;
  width: 130px;
  height: 38px;
  margin-left: 20px;
  background-image: url("../img/access-icon.png");
  background-size: contain;
  vertical-align: middle;
}
.cont09 h2 {
  font-size: 2.3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 30px;
}
.cont09 ul {
  margin-bottom: 20px;
}
footer {
  background-color: #fcdf00;
  padding-top: 50px;
}
.f-line {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #FFFAC1;
  display: flex;
  justify-content: space-around;
  width: 180px;
  margin: 20px auto;
}
.f-line p {
  text-align: center;
}
.footer-r {
  text-align: center;
}
.copy {
  background-color: #FCB800;
  color: #fff;
  padding: 2px;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 70px;
}
footer .line-img img {
  width: 40px;
}
footer .btn06 {
  background-color: #efefef;
}
header a,
footer a {
  color: #000;
}
header a:hover,
footer a:hover {
  color: #fff;
}
.fv-service {
  background: url("../img/fv-service.jpg");
  height: 450px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fv-company {
  background: url("../img/fv-company.jpg");
  height: 450px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fv-info {
  height: 210px;
  width: 100%;
  position: relative;
}
.fv-contact {
  background: url("../img/fv-contact.jpg");
  height: 450px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fv-page {
  background: url("../img/fv-page.jpg");
  height: 450px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fv-service h1,
.fv-info h1,
.fv-contact h1,
.fv-page h1 {
  font-size: 5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    position: absolute;
    top: 190px;
    left: 10%;
}
.fv-info h1 {
  top: 77px;
}
.se-cont01 {
  background-color: #fff;
border-radius: 30px;
margin-top: 70px;
margin-bottom: 70px;
padding: 40px;
}
.se-cont02 img {
  width: 100%;
  height: 312px;
  object-fit: cover;
  border-radius: 10px;
}
.se-cont02 h3 {
  font-size: 2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.se-iroiro {
  height: 100%;
}
.se-iroiro ul {
	margin-top: 10px;
}

.iro {
  margin-bottom: 50px;
}
.title-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2.3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 40px;
}
.se-cont03 {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
}
.se-cont03 h2:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 75px;
  background-image: url(../img/aircon-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont03 h2 {
  font-size: 2.8rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 40px;
    text-align: center;
}
.aircon {
  margin-bottom: 20px;
}
.aircon img {
  border-radius: 10px;
}
.aircon02 {
  border: 2px solid #000f4e;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}
.aircon02 h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 30px;
}
.aircon02 ul {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.aircon03 {
  border: 2px solid #000f4e;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  height: 100%;
}
.hojyo {
  font-size: 1.3rem;
}
.aircon03 h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ff0000;
    margin-bottom: 10px;
}
.zeroemi {
  background-color: #fff000;
  padding: 10px 20px;
  font-size: 1.4rem;
  border-radius: 10px;
  margin-top: 10px;
}
.zeroemi span {
  color: #ff0000;
  border-radius: 10px;
}
.aircon03 .hojyo span {
    font-size: 2.6rem;
    font-weight: 800;
}
.aircon02 span {
	font-size: 1.3rem;
}
.se-cont04 {
  margin-top: 100px;
}
.se-cont04 h2 {
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 2px solid #000f4e;
    padding-bottom: 20px;
}
.se-cont04 h2:after {
  content: '';
  display: inline-block;
  width: 76px;
  height: 80px;
  background-image: url(../img/check.png);
  background-size: contain;
  vertical-align: bottom;
  margin-left: 15px;
}
.se-cont04 h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 30px;
    margin-top: 50px;
}
.se-cont04 h4 button:after {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.se-cont04 h3.check01:before {
  content: '';
  display: inline-block;
  width: 62px;
  height: 36px;
  background-image: url(../img/check01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont04 h3.check02:before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 36px;
  background-image: url(../img/check02.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont04 h3.check03:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 36px;
  background-image: url(../img/check03.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont04 h3.check04:before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 44px;
  background-image: url(../img/check04.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont04 h3.check05:before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 44px;
  background-image: url(../img/check05.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.se-cont04 .btn {
  font-size: 1.6rem;
  color: #000f4e;
}
.se-cont04 .card-header {
  text-align: center;
  background-color: #efefef;
}
.gorenraku {
  margin-top: 70px;
  margin-bottom: 100px;
  text-align:center;
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
}
.gorenraku img {
    height: 80px;
    margin-right: 20px;
}
.co-cont01 {
  background-color: #fff;
border-radius: 30px;
margin-top: 70px;
margin-bottom: 70px;
padding: 40px;
}
.co-cont01 h2 {
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 50px;
}
.korekara {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.co-chi {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.co-chi img {
  border-radius: 10px;
  height: 272px;
  width: 100%;
  object-fit: cover;
}
.co-chi h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 20px;
    margin-top: 20px;
}
.chiiki {
  margin-bottom: 40px;
}
.co-cont03 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FCDF00;
  margin-top: 100px;
}
.co-cont03 h2 {
  font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    margin-bottom: 40px;
    text-align: center;
}
.co-cont03 h2:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 69px;
  background-image: url(../img/members-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
.member {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.member img {
  width: 100%;
  height: 330px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 20px;
}
.member h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    text-align: center;
    margin-bottom: 15px;
}
.member span {
  font-size: 1.4rem;
}
.shikaku-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shikaku {
  border: 1px solid #ccc;
  padding: 3px 15px;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.member-txt {
  border-top: 2px dotted #000f4e;
  padding-top: 20px;
}
.mem {
  margin-bottom: 40px;
}
.fv-company h1 {
    font-size: 5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    position: absolute;
    top: 190px;
    left: 10%;
    -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
.co-cont01 h2 {
	font-size: 2.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    text-align: center;
    margin-bottom: 30px;
}
.co-cont01 .table td, 
.co-cont01 .table th {
    padding: 18px;
}
.co-cont02 {
	margin-top: 100px;
}
.page-cont01 h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.page-cont01 li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.page-cont01 {
  margin-bottom: 50px;
}
.fv-page h1 {
    font-size: 5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    position: absolute;
    top: 190px;
    left: 10%;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
}

.news-tit-area {
    margin: 0 0 40px;
    border-bottom: 1px dotted #ccc;
}
.news-date {
    color: #999;
    font-size: 1.2rem;
    margin-right: 30px;
}
.news-category {
    font-size: 1.2rem;
}

.news-category a {
    color: #222;
    background: #fcdf00;
    padding: 3px 10px;
    border-radius: 20px;
  }
.post-categories li {
  margin-top: 10px;
}
.news-tit-area h2 {
    font-size: 2.4rem;
    margin: 30px 0 20px;
    text-align: left;
}
.content-main {
    padding-bottom: 150px;
}
.entry-content {
    margin-bottom: 100px;
    padding-bottom: 50px;
    line-height: 1.8;
}
ul.prev_next_list {
    display: flex;
    justify-content: space-between;
}
.prev_next_list li.next, .prev_next_list li.prev {
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
}
.prev_next_list li {
    margin: 0 10px;
}
.prev_next_list {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-top: 100px;
}
.prev-c {
    border-left: 1px solid #ccc;
    margin-left: 10px;
}
.breadcrumbs {
    font-size: 1.2rem;
    color: #999;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.cont08 a {
  color: #333;
}
.bl-title a {
  color: #000f4e;
}
.blog-day-area a {
  color: #999;
}
.cate a {
  color: #fff;
}
#blog .fv01 span {
  font-size: 1.6rem;
}
.content-main {
    width: 75%;
    padding-right: 50px;
    border-right: 1px solid #CBCBCB;
    margin-top: 10px;
    padding-bottom: 70px;
}
.content-side {
    padding-left: 20px;
    letter-spacing: 0;
    width: 25%;
}
.content-side h3 {
    background-color: #AFAFAF;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #ccc;
}
.jisseki {
    background-color: #efefef;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
    margin-bottom: 40px;
}
.jisseki-item {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.jisseki-ph {
    width: 50%;
}
.jisseki-ti {
    padding-left: 15px;
    width: 50%;
    font-size: 1.4rem;
}
.jisseki-ph img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}
#blog .post-thumbnail img {
    width: 80%;
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    margin: 20px auto;
    border: 1px solid #ddd;
}
.side-category {
  list-style: none;
      background-color: #efefef;
    padding: 0;
    border-bottom: 1px solid #ccc;
    align-items: center;
    margin-bottom: 40px;
}
.side-category li {
    border-bottom: 1px solid #bbb;
    padding: 10px 15px;
}
.side-category a {
  text-decoration: none;
}
#blog header {
    height: 200px;
    width: 100%;
    position: relative;
    background-color: #fcdf00;
}
#blog header h1 {
  position: absolute;
    top: 83px;
    left: 10%;
    font-size: 3.8rem;
    color: #000f4e;
}
#blog header .h1-sub {
  position: absolute;
  top: 240px;
  left: 10%;
  font-size: 1.8rem;
  color: #000f4e;
}
.bl-cont01 {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 130px;
}
.blog-content {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 25%;
  margin-bottom: 10px;
}
.blog-content:nth-child(4n){
  border-right: 1px solid #ccc;
}
.blog-content:last-child{
  border-right: 1px solid #ccc;
}
.blog-content img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.blog-day-area {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.blog-day-area .cate {
  display: inline-block;
  background-color: #000f4e;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 2px 10px;
  border-radius: 5px;
}
.bl-title {
  margin-bottom: 10px;
}
.blog-txt {
  border-top: 1px dashed #000f4e;
  padding-top: 10px;
}
.cont08 .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.cont08 .btn-area a:hover {
  color: #ccc;
}
.blog-txt a {
  color: #333;
}
header a:hover {
  color: #ccc;
}
a.ftline:hover {
  color: #ccc;
}




















/* タブレット */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .fv-main02 {
    padding-left: 0;
    height: auto;
  }
.koji-waku .col-md-3 {
  padding-left: 0;
}
.cont07 h2 {
    font-size: 4rem;
  }

.cont08 .col-md-3 {
  padding-left: 2px;
  padding-right: 2px;
}
.day-area {
display: block;
}
.member img {
    width: 100%;
    height: 200px;
  }
.navbar-collapse {
  background-color: #fff;
  position: relative;
    top: 35px;
}
ul.navbar-nav {
    width: 100%;
}
ul.navbar-nav li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
          width: 100%;
        text-align: center;
}



















}



/* スマホ */
@media screen and (max-width: 590px) {

.footer-l,
.footer-c {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.copy {
    margin-top: 20px;
}
.cont07 h2 {
	margin-left: 0;
	    font-size: 4rem;
}
.fv-main02 {
    padding-left: 4px;
    padding-right: 0;
    padding-top: 100px;
    height: unset;
    width: 100%;
}

.cont01 {
    padding-top: 70px;
}

.cont01 h2 {
    font-size: 2rem;
    line-height:1.8;
    margin-bottom: 20px;
}
.area-muryo h3 {
    line-height: 1.7;
    margin-bottom: 0;
}
.cont03 p {
	margin-bottom: 20px;
}
.cont03 h3 {
	margin-bottom: 20px;
}
.cont04 .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.koji-waku .col-6 {
	margin-bottom: 20px;
}
.koji-waku {
    margin-bottom: 0;
}
.koji-waku .col {
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.cont04 ul {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.kaden-txt {
    background-color: #Fcdf00;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
    width: 100%;
}
.kaden-ph img {
    border-radius: 0 0 20px 20px;
}
.kaden-ph {
    width: 100%;
}
.soudan-r img {
    height: auto;
}
.soudan-r {
    margin-left: 0px;
}
.renraku-l {
    margin-right: 0;
    padding-top: 30px;
}
.renraku-l img {
    height: auto;
}
.flow .kouji {
    width: 100%;
    margin-bottom: 40px;
}
.flow .kouji:after {
    font: var(--fa-font-solid);
    content: "\f107";
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translateY(-50%);
}
.phone {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.kouji img {
	margin: 0 auto;
}
.btn-area {
    padding: 50px 0;
    text-align: center;
}
.btn06 {
	width: 100%;
}
.cont07 .col-md-5 {
	padding-bottom: 30px;
}
.info-waku img {
    width: 100%;
    height: 200px;
}
.info-waku {
	margin-bottom: 20px;
}
.cont08 {
    padding-bottom: 30px;
}
.cont09 {
    padding-top: 40px;
    padding-bottom: 100px;
}
nav,
#header {
	height: 70px!important;
}
ul.navbar-nav {
    width: 100%;
}
.g-navi-r {
    width: 100%;
}
.g-navi-r01,
.g-nav-r02,
.g-nav-r03,
.g-navi-line {
	padding-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.g-navi-r01 img,
.g-navi-line img {
	margin: 0 auto;
}
.g-navi-phone {
	font-size: 2.3rem;
}
.g-navi-week {
	margin-top: 15px;
	font-size: 1.6rem;
}
.g-navi-time {
	margin-top: 10px;
	font-size: 1.6rem;
}
.g-navi-add {
	font-size: 1.6rem;
}
.g-navi-r01 img {
    width: 185px;
}
.g-navi-line img {
    width: 180px;
}
.footer-l img {
	margin-bottom: 20px;
}
.footer-c li {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        display: block;
        padding-top: 10px;
        text-align: left;
        padding-left: 10px;
    }
.footer-c  {
	border-bottom: unset;
}
.f-line {
    justify-content: center;
    width: 100%;
}
.line-img {
	padding-right: 10px;
}
.fv-service h1 {
    font-size: 4rem;
    left: 5%;
    top: 168px;
}
.se-cont01 {
    padding: 40px 20px;
}
.title-line {
  line-height: 1.7;
}
.se-iroiro {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.se-cont02 h3 {
  line-height: 1.7;
}
.iro {
    margin-bottom: 0;
}
.se-cont03 h2:before {
    width: 62px;
    height: 52px;
  }
.se-cont03 {
    padding: 50px 15px;
}
.se-cont03 img {
  margin-top: 20px;
}
.aircon02 {
  margin-bottom: 20px;
}
.aircon03 {
    padding: 10px 15px;
  }
.aircon02 li {
  width: 60%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.aircon02-li {
  width: 40%;
  text-align: right;
}
.se-cont04 h2:after {
    width: 41px;
        height: 43px;
  }
.se-cont04 h2 {
  text-align: left;
}
.co-cont01 {
  padding: 40px 20px;
}
.co-cont01 .table td, .co-cont01 .table th {
    padding: 18px;
    display: block;
}
.co-cont01 .table th {
        background-color: #efefef;
        padding: 10px 20px;
        text-align: center;
    }
.co-chi,
.member {
  margin-bottom: 20px;
}
.co-chi h3 {
  line-height: 1.6;
}
.co-cont03 .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.co-cont03 .mem {
    margin-bottom: 0;
}
.member img {
    width: 100%;
    height: 215px;
  }
.fv-service,
.fv-company {
    height: 320px;
  }

.fv-company h1 {
    font-size: 4rem;
    left: 5%;
    top: 168px;
}
#page .page-cont01 li {
    list-style-type: disc;
    margin-left: 18px;
    margin-bottom: 0px;
}
.content-main {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-top: 0;
    padding-bottom: 70px;
  }
.content-side {
    padding-left: 0;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 70px;
}
.prev_next_list li.next {
  text-align: right;
}
.prev_next_list li.prev {
  text-align: left;
}
.navbar-toggler-icon {
  display: unset;
}
#profile header h1 {
    position: absolute;
    top: 150px;
  }
#profile header .h1-sub {
    position: absolute;
    top: 200px;
  }
.pr-cont01 .pr {
  margin-top: 30px;
}
#blog .post-thumbnail img {
    width: 100%;
    height: 240px;
  }
#blog header {
  height:140px;
      background-position: bottom center;
    background-size: 100%;
}
    #blog header h1 {
        top: 51px;
        left: 5%;
        font-size: 3rem;
    }

#blog header .h1-sub {
    top: 161px;
  }
.blog-content {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    border-right: 1px solid #ccc;
}
#blog p {
  font-size: 1.6rem;
}
.fv-contact {
    height: 230px;
  }
.fv-service h1, .fv-info h1, .fv-contact h1, .fv-page h1 {
    font-size: 3.5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000f4e;
    position: absolute;
    top: 100px;
    left: 5%;
}
.fv-service h1,
.fv-company h1 {
  top: 140px;
}
.mw_wp_form table.mailform-tbl {
    width: 100%;
  }
.mw_wp_form table th {
    width: 100%;
}
    .mailform-tbl textarea {
        border-top: 1px solid #666;
    }



  }


  