@charset "UTF-8";

*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}
body,
p {
  margin: 0;
}
body {
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
    
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style: none;
}
svg,
img{
  vertical-align: bottom;
}
img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: auto;
  transition: all 0.3s ease-in-out;
}
svg {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 min(2.6666666667vw, 20px);
}
.p-top-point__title {
    text-align: center;
    margin-bottom: 50px;
}
.p-top-point__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    min-height: 117px;
}
.p-top-point__list li {
    flex: 0 1 33.333%;
    max-width: 233px;
}
.p-top-point__list picture {
    display: block;
    width: 100%;
    height: auto;
}
.p-top-point__list img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    display: block;
    filter: drop-shadow(0px 0px 10px #1c71b9);
}   
    
@media screen and (min-width: 1025px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    .c-inner {
        max-width: 1240px;
    }
}
@media screen and (max-width: 1024px){
    .p-top-point__title {
        margin-bottom: 5.3333333333vw;
    }
    .p-top-point__title img {
        height: 13.3333333333vw;
    }
    .p-top-point__list {
        gap: 2.6666666667vw;
    }
}

    
/*----------header----------*/
header{
  background-color: #fff;
  height: 60px;
}
.top-logo{
  float: left;
  margin: 14px 0;
  max-width: 240px;
  width: 30%;
}
.top-logo .p-top-main__logo{
  margin: 0;
}
.c-cv-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  float: right;
  margin: 0.4em 0;
}
.c-cv-header-nav .s-item-tel {
  flex-shrink: 0;
}
.c-cv-header-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin: auto 0;
}
.c-cv-header-tel .s-text-01 {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.c-cv-header-tel .s-text-02 {
  line-height: 1.2;
  font-size:clamp(12px, 1.15495vw, 14px);
}
.c-cv-header-tel .s-text-02 .only-pc {
    display: none;
}
.c-cv-header-tel .s-text-02 .no-pc {
    display: none;
}
.c-cv-header-tel .s-icon {
  max-width: 45px;
  height: 30px;
  margin-right: 0.5em;
  width: 14%;
}
.c-cv-header-tel .s-icon svg {
  fill: #00a73c;
}
.c-cv-header-tel .s-tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.1484vw, 32px);
}
.c-cv-header-btn {
  position: relative;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: min(2.6666666667vw, 200px);
  padding: 10px min(3vw, 17px);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
}
.c-cv-header-btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.c-cv-header-btn.s-mail {
  background: #ff4204;
}
.c-cv-header-btn .s-text {
  font-weight: 700;
  display: block;
  font-size: min(1.9vw, 16px);
}
.c-cv-header-btn .s-icon {
  height: 100%;
  width: 25px;
  margin-right: 0.5em;
}
.c-cv-header-btn .s-icon svg {
  fill: currentColor;
}
.line_btn_f {
  cursor: pointer;
}
.c-cv-header-btn.s-line {
  background: #06c755;
}

@media screen and (min-width: 1025px) {
    .c-cv-header-tel .s-text-02 .only-pc {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
  .c-cv-header-tel .s-text-02 .no-pc {
    display: block;
  }
  .c-cv-header-nav .s-no-sp{
    display: none;
  }
  .c-cv-header-tel .s-icon {
    margin-right: 0.2em;
  }
}

@media screen and (max-width: 659px) {
  header{
    height: 3.5em;
  }
  .top-logo{
    float: none;
    margin: 0 auto;
    padding: 0.9em;
    width: 40%;;
  }
  .c-cv-header-nav{
    display: none;
  }
}

/*----------ファーストview----------*/
.top-viwe {
  background-image: url("../img/top/bk_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
/*webp用*/
.webp .top-viwe {
  background-image: url("../img/top/bk_top.webp");
} 
.top-viwe__wrap{
  position: relative;
}
.top-viwe__text-01{
  max-width: 770px;
  width: 70%;
  padding: 1.8em 0 0;
}
.top-viwe__text-02{
  max-width: 587px;
  width: 52%;
  padding: 1.5em 0 3em;
}
.top-viwe__img-01{
  max-width: 600px;
  width: 48.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*----------point-------------*/
.p-top-point__wrap{
  padding: 40px 0 60px;
}
.p-top-point__bk {
   background-color: #f0f8ff;
}
/*----------products----------*/  
.p-top-products__bk{
  background-color: #f0f8ff;
}

@media screen and (max-width: 659px) {
 .top-viwe {
    background-image: url("../img/top/bk_top_sp.jpg");
    background-position: center -3em;
  }
 /*webp用*/
  .webp .top-viwe {
    background-image: url("../img/top/bk_top_sp.webp");
  }
  .top-viwe__wrap{
    position: unset;
  }
  .top-viwe__text-01{
    margin: 0 auto;
    width: 78%;
    padding: 0.5em;
  }
  .top-viwe__text-01 img{
    width: 100%;
  }
  .top-viwe__text-02{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1em 2em 0 0;
    padding: 1em;
  }
  .top-viwe__img-01{
    position: unset;
  }
}
@media screen and (max-width: 499px) {
  .top-viwe__text-01{
    width: 98%;
  }
  .p-top-point__wrap{
    padding: 2em 0 2em;
  }
}
