/*common
-------------------------------------------------------------------------------- */
.f-title-sec {
  display: grid;
  gap: 20px;
}

.f-title-sec .main {
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.f-title-sec .sub {
  line-height: 1;
  color: var(--color-main);
  font-size: 2.2rem;
  font-size: 8rem;
  font-family: var(--font-sub);
}

.f-btn-area {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}



/*hero
-------------------------------------------------------------------------------- */

.f-hero {
  position: relative;
  margin-top: 132px;
  background: url(../images/bg_icons_re.jpg) repeat-y;
}

.f-hero-inner {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  background: #fff url(../images/bg_lattice_re.jpg) repeat;
}

.acc-left {
  position: absolute;
  left: -62px;
  bottom: 0;
}

.acc-right {
  position: absolute;
  right: -12px;
  bottom: 0;
}

.hero-catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 50px 0 40px;
}

.hero-catch .text-catch {
  line-height: 1.5;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

.hero-catch .text-catch strong {
  color: var(--color-main);
}

.hero-catch .text-catch span {
  display: inline-block;
}

.f-hero-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}



/*information
-------------------------------------------------------------------------------- */
.f-informaiton {
  margin: 0;
  padding: 100px 0;
  background-color: var(--color-sub);
}

.f-info-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-info-nav li {
  width: 100%;
  margin: 0 25px;
}

.f-info-nav .c-btn-wh {
  width: 100%;
  padding-left: 170px;
  color: var(--color-main);
  font-size: 3rem;
}

.f-info-nav .c-btn-wh::after {
  right: 25px;
  rotate: 90deg;
}

.f-info-nav .c-btn-wh .img {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/*news*/
.f-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 50px;
  margin: 50px 0;
}

.f-news .left {
  flex-shrink: 0;
}

.f-news .right {
  width: 82.9%;
}

.f-news-box {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
}

.f-news-box:last-child {
  border-bottom: none;
}

.f-news-box dt {
  display: flex;
  align-items: center;
  min-width: 300px;
}

.f-news-box .tag-category {
  width: 140px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50rem;
  line-height: 1;
  color: var(--color-main);
  font-size: 1.4rem;
  text-align: center;
  overflow: hidden;
}

.f-news-box dt .day {
  margin-left: 10px;
  font-size: 1.6rem;
  white-space: nowrap;
}

.f-news-box dd {
  width: 100%;
  overflow: hidden;
}

.f-news-box dd .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*service
-------------------------------------------------------------------------------- */
.f-service {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/top/bg_service.jpg) repeat-y center top;
}

.f-about-list {
  margin-bottom: 130px;
  gap: 50px 30px;
}

.f-about-box .img {
  max-width: 350px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.f-service-list {
  max-width: 95%;
  margin: 0 auto;
}

.f-service-box {
  padding: 0 50px 50px;
  background-color: #d1ebff;
}

.f-service-box .img {
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
}

.f-service-box .title-max {
  margin-bottom: 0;
  color: var(--color-main);
}

.f-service-box .service-content {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 5px dotted var(--color-main);
}

.f-service-box .service-content .c-btn {
  width: 100%;
  max-width: inherit;
}

.service-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.service-icon-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
  background-color: #fff;
  border-radius: 50rem;
}

.service-icon-list li .icon {
  flex-shrink: 0;
}

.service-icon-list li p {
  width: 100%;
  display: block;
  padding-left: 5px;
  padding-right: 15px;
  line-height: 1.2;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
}

.service-finishing {
  background-color: #ddffd1;
}

.service-finishing .title-max,
.service-finishing .service-icon-list li p {
  color: #19bd79;
}

.service-finishing .service-content {
  border-color: #19bd79;
}

/*contact
-------------------------------------------------------------------------------- */
.f-contact {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--color-main) url(../images/top/bg_contact.jpg) no-repeat center bottom / contain;
  color: #fff;
  overflow: hidden;
}


.f-contact-acc {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 7.8vw;
  pointer-events: none;
}

.f-contact .container {
  position: relative;
  z-index: 1;
}

.f-contact-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.f-contact-head .tag {
  position: absolute;
  left: -180px;
}

.f-contact-head .title-max {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 5px dotted #f2c700;
}

.f-contact .description {
  display: block;
  margin: 50px 0;
  text-align: center;
}

.f-contact .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/*area
-------------------------------------------------------------------------------- */
.f-area {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #d1ebff url(../images/top/bg_area.jpg) no-repeat center bottom / cover;
  overflow: hidden;
}

.f-area-inner {
  position: relative;
  width: 72%;
}

.f-area-inner .tag {
  position: absolute;
  right: 0;
  top: -50px;
}

.f-area .title-max {
  margin-left: 0;
}

.f-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.f-area-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
  padding: 18px 10px;
  background-color: #fff;
  border: 2px solid #d1ebff;
  border-radius: 50rem;
  line-height: 1;
  font-size: 2.2rem;
}

.f-btn-snow {
  margin: 100px auto 0;
}

.c-btn-snow {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  background-color: var(--color-main);
  box-shadow: 0 5px 0 var(--color-sub);
  border-radius: 30px;
  color: #fff !important;
  font-size: initial;
}

.c-btn-snow:hover {
  background-color: #005a9e;
}

.c-btn-snow::after {
  background-image: url(../images/icon_arrow_wh.png);
}

.c-btn-snow .content {
  max-width: 65%;
  padding: 30px 0 30px 50px;
}

.c-btn-snow .content .title-max {
  margin: 0;
}

.c-btn-snow .img {
  max-width: 35%;
  margin-top: -65px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1600px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1600px) {


  .f-contact-acc {
    padding: 0;
  }

  .f-contact-acc img {
    max-width: 30%;
  }

  .f-contact-acc img:last-child {
    margin-right: -30px;
  }

  .service-icon-list li p {
    font-size: 1.6rem;
  }


}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {
  .f-hero {
    margin-top: 100px;
  }

  .f-btn-snow {
    max-width: 95%;
  }

}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1300px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1300px) {

  /*hero
-------------------------------------------------------------------------------- */

  .f-hero-inner {
    max-width: 85%;
  }

  .f-hero-icons li {
    max-width: 25%;
  }

}

















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /*hero
-------------------------------------------------------------------------------- */
  .f-hero {
    margin-top: 100px;
  }

  .f-hero-icons {
    flex-wrap: wrap;
    max-width: 60%;
    gap: 0 15px;
  }

  .f-hero-icons li {
    max-width: 50%;
  }

  .acc-left {
    left: 0;
  }

  .acc-right {
    right: 15px;
  }


  /*information
-------------------------------------------------------------------------------- */
  .f-info-nav li {
    margin: 0 15px;
  }

  .f-info-nav .c-btn-wh {
    padding-left: 120px;
  }

  .f-info-nav .c-btn-wh .img {
    width: 150px;
  }

  /*service
-------------------------------------------------------------------------------- */
  .f-service-list {
    grid-template-columns: repeat(auto-fit, calc(50% - 15px));
    gap: 80px 30px;
  }

  .f-service-box {
    padding: 0 30px 30px;
  }

  .f-contact-head {
    padding-left: 100px;
  }

  .f-contact-head .tag {
    left: -70px;
  }


  .f-contact {
    padding-bottom: 300px;
    background-size: 100% 120%;
  }

  .f-contact-acc {
    justify-content: center;
  }

  .f-contact-acc img {
    max-width: inherit;
    width: auto;
    max-height: 280px;
  }

  .f-contact-acc img:first-child {
    margin-left: 30px;
  }

  .f-contact-acc img:last-child {
    margin-right: 0;
    margin-left: -50px;
  }

  .f-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .f-area-list {
    gap: 15px;
    margin: 15px 0;
  }

  .f-btn-snow {
    max-width: 100%;
  }

}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {

  /*hero
-------------------------------------------------------------------------------- */

  .f-hero {
    margin-top: 0;
    background-size: 80%;
    background-repeat: repeat;
  }

  .hero-catch {
    padding: 50px 30px;
  }

  .acc-left {
    left: -60px;
    width: 40%;
  }

  .acc-right {
    right: 10px;
    width: 23%;
    text-align: right;
  }

  .hero-catch .text-catch {
    font-size: 4.94vw;
  }

  .f-hero-icons {
    max-width: 80%;
  }

  .f-hero-icons li {
    width: 33%;
  }


  /*information
-------------------------------------------------------------------------------- */
  .f-info-nav .c-btn-wh {
    font-size: 2.2rem;
  }

  .f-info-nav .c-btn-wh::after {
    height: 15px;
  }

  .f-news {
    flex-direction: column;
    gap: 0;
  }

  .f-news .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .f-news .right {
    width: 100%;
  }

  /*service
-------------------------------------------------------------------------------- */

  .f-service-list {
    grid-template-columns: 1fr;
  }


  /*contact
-------------------------------------------------------------------------------- */
  .f-contact-head {
    padding-left: 0;
  }

  .f-contact-head .tag {
    left: 0;
    top: -35px;
  }

  .f-contact-head .title-max .main {
    display: block;
    margin-bottom: 15px;
    padding-left: 180px;
    text-align: left;
  }

  .f-contact .description {
    margin: 30px 0;
  }


  /*area
-------------------------------------------------------------------------------- */
  .f-area {
    background-position: right center;
  }

  .f-area-inner {
    width: 100%;
  }

  .f-area-list {
    gap: 10px;
    margin: 10px 0;
  }

  .c-btn-snow .content {
    padding: 30px 0 30px 30px;
  }

  .c-btn-snow .img {
    margin-top: 0;
  }



}





/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {


  .f-btn-area {
    margin-top: 30px;
  }


  /*hero
-------------------------------------------------------------------------------- */

  .hero-catch {
    gap: 20px;
    padding: 50px 15px;
  }

  .acc-left {
    left: -40px;
  }

  .acc-right {
    right: -20px;
  }


  /*information
-------------------------------------------------------------------------------- */
  .f-informaiton {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-info-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    gap: 20px;
    margin: 0 auto;
  }

  .f-news-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 0;
  }

  .f-news-box dt .day {
    font-size: 1.4rem;
  }


  /*service
-------------------------------------------------------------------------------- */
  .f-service {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 200%;
    background-repeat: repeat;
  }

  .f-about-list {
    grid-template-columns: 1fr;
  }

  .f-about-box .check-list {
    width: fit-content;
    margin: 0 auto;
  }



  /*contact
-------------------------------------------------------------------------------- */
  .f-contact {
    padding-bottom: 0;
  }

  .f-contact-head .tag {
    width: 120px;
    height: 120px;
  }

  .f-contact-head .title-max .main {
    padding-left: 150px;
  }

  .f-contact-acc {
    position: relative;
    padding-top: 25px;
  }

  .f-contact-acc img {
    width: 55%;
    max-height: inherit;
  }

  .f-contact-acc img:first-child {
    margin-right: -25px;
  }


  /*area
-------------------------------------------------------------------------------- */
  .f-area {
    background-position: right 15% center;
  }

  .f-area .title-max {
    margin-bottom: 25px;
    text-align: left;
  }

  .f-area-inner .tag {
    width: 120px;
    height: 120px;
  }

  .f-area-list li {
    font-size: 1.8rem;
  }


  .c-btn-snow .content {
    padding: 0;
  }


}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px（スマホ大）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 560px) {


  /*hero
-------------------------------------------------------------------------------- */
  .f-hero-inner {
    max-width: 90%;
  }

  .hero-catch {
    padding: 25px 15px;
  }

  .hero-catch .text-catch {
    line-height: 1.3;
    /* font-size: 5.2vw; */
    font-size: 3rem;
  }

  .f-hero-icons {
    gap: 8px;
  }

  .f-hero-icons li {
    width: 40%;
  }

  .f-hero-icons li:last-child {
    margin-top: -15px;
  }

  .acc-left {
    left: -15px;
  }

  .acc-right {
    right: -5px;
  }


  /*information
-------------------------------------------------------------------------------- */

  .f-info-nav .c-btn-wh {
    padding-left: 100px;
    font-size: 2.2rem;
  }

  .f-info-nav .c-btn-wh .img {
    width: 120px;
  }


  /*service
-------------------------------------------------------------------------------- */
  .f-service .title-loudly {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 2.3rem;
  }

  .f-service .title-loudly strong {
    font-optical-sizing: 2.4rem;
  }

  .f-about-list {
    margin-top: 50px;
    gap: 50px;
  }

  .f-service-box {
    padding: 0 20px 25px;
  }

  .service-icon-list {
    gap: 10px;
    margin: 15px 0;
  }

  .service-icon-list li {
    width: 100%;
  }




  /*contact
-------------------------------------------------------------------------------- */
  .f-contact {
    padding-top: 60px;
    background-image: none;
  }

  .f-contact-acc img:first-child {
    margin-left: 10px;
  }

  .f-contact-acc img:last-child {
    margin-right: 0;
    margin-left: -25px;
  }

  .f-contact-head {
    flex-direction: column;
  }

  .f-contact-head .tag {
    position: relative;
    top: -25px;
  }

  .f-contact-head .title-max .main {
    padding-left: 0;
    text-align: center;
  }

  .f-contact .description {
    text-align: left;
  }


  /*area
-------------------------------------------------------------------------------- */
  .f-area {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: right 20% center;
  }

  .f-area .title-max {
    padding-right: 80px;
  }

  .f-area-inner .tag {
    top: -140px;
  }

  .f-area-list {
    gap: 8px;
    margin: 8px 0;
  }

  .f-area-list li {
    width: calc(33% - 5px);
    padding: 10px;
    font-size: 1.6rem;
  }


  .f-btn-snow {
    margin-top: 60px;
  }

  .c-btn-snow {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .c-btn-snow .content {
    max-width: 100%;
  }

  .c-btn-snow .img {
    max-width: 45%;
    margin-top: -50px;
  }

  .c-btn-snow .content .title-max {
    display: block;
    font-size: 2.8rem;
    text-align: center;
  }



}