@charset "utf-8";
/*  */
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  width: 100%; 
  box-sizing: border-box;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.main {
  position: relative;
  /* background-color: #f1ffef; */
}
/* hrラインのグラデーション */
.hr2 {
  height: 5px;
  background: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(left, #eefdee, #328E32, #eefdee);
  background-image: -moz-linear-gradient(left, #eefdee, #328E32, #eefdee);
  background-image: -ms-linear-gradient(left, #eefdee, #328E32, #eefdee);
  background-image: -o-linear-gradient(left, #eefdee, #328E32, #eefdee);
}

/* ファーストビュー　スタイル */
.first-view-top{
  position: absolute;
  width: 100%;
  color: #fff;
  background-color:rgba(0, 0, 0, 65%);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  text-shadow: 1px 1px 11px #fff;
  z-index: 2;
}
.first-view-top h2{
  font-size: 1.5rem;
}
.first-view {
  height: calc(100vh - 100px);
  /* background-image: url(../img/26883325_m.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
/* 背景にぼかし+黒フィルター */
  position: relative;
  /* height: calc(100vh - 100px);
  display: flex;
  align-items: center; */
  justify-content: center;
  /* flex-direction: column; */
  overflow: hidden;
  z-index: 1;
}
.first-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/back/26883325_ms.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(4px) brightness(75%);
  z-index: -1;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 10px #000;
}
.first-view-text h1{
  font-family: "Sawarabi Mincho", serif;
  font-size: 3.5rem;
  line-height: 72px;
}
.first-view-text p{
  font-size: 1.25rem;
  margin-top: 20px;
  line-height: 30px;
  padding-bottom: 30px;
  letter-spacing: 0.2rem;
}

.first-view-image {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.first-view-image img{
  width: 700px;
}


/* コンテンツ　スタイル */
.background01 {
  background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),url(../img/back/cloud_s02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    /* max-width: 1200px; */
  /* margin: 60px auto; */
  margin: auto;
  padding-bottom: 70px;
}
.background01 h2{
  margin-top: 10px;
  /* border: solid; */
  line-height: 1.3;
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.375rem;
  padding-top: 20px;
  padding-bottom: 20px;
  /* text-shadow: 1px 1px 5px #aaa; */
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 3%, rgba(50, 142, 50, 1) 90%);
}
.section01 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  padding-top: 30px;
  /* border: solid ; */
  /* background-color: rgba(255, 255, 255, 70%); */
}
.section01-inner {
  background-color: rgba(255, 255, 255, 70%);
  padding-top: 50px;
  /* border: solid; */
}

.sec01-txt {
  /* margin-top: 50px; */
  padding-top: 50px;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.3;
}
.sec01-txt .sec01-txt-01{
  font-size: 2.187rem;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 50px;
  text-shadow: 1px 1px 5px #ddd;
}
.sec01-txt .sec01-txt-02{
  font-family: "Sawarabi Mincho", serif;
}
.sec01-content {
  margin: auto;
  margin-top: 60px;
  max-width: 700px;
}
.sec01-content div{
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 85%);
  box-shadow: 1px 1px 7px #000;
  color: #ffffff;
  text-shadow: 1px 1px 8px #aaa;
  width: 100%;
  height: 160px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
/* .sec01-content .img01{
  
} */
.sec01-content .span01{
  padding-top: 0px;
}
.sec01-content p{
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.4;
  font-size: 1.875rem;
  padding-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.sec01-content img{
  height: 100%;
  width: 240px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  object-fit: cover;
  display: block;
  box-sizing: border-box;
  /* aspect-ratio: 5 / 3; */
}

.sec01-content span{
  padding-left: 50px;
}






.background02 {
  background: linear-gradient(#fff, #d9fcff); 
}
.section02 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  /* border-top: solid #aaa; */
  margin-top: 100px;
  padding-bottom: 80px;
 }
.section02 h2{
  padding-top: 100px;
  padding-bottom: 0.5rem;
  margin-bottom: 80px;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.375rem;
  text-align: center;
}
.br01{
  display: none;
}
.section02 h2 span{
  display: inline-block;          /* テキスト幅に合わせて */
  border-bottom: 50px solid transparent;  /* 線の太さ分を確保 */
  border-image-source: url(../img/back/under-line02.png);
  border-image-slice: 0 0 60 0 fill;      /* 下だけ使う */
  /* border-image-repeat: repeat-x;         横に繰り返す */
  padding-bottom: 0.2em;
  margin: 0 auto;    
}
.sec02{
  margin:50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 img{
  width: 300px;
}
.sec02 p{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  text-align: left;
  display:flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(255, 255, 255, 65%);
  height: 300px;
  /* align-items: center; */
}
.sec02 span{
  font-weight: 800;
  font-size: 1.8rem;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: yellow;
  text-underline-offset: 0.001em;  
  /* ↑offsetの値を-0.35から0.15に変更↑（Safari表示対策テスト） */
  /* 文字下に近づけるため0.001remに変更↑ */
}

.background03 {
  background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),url(../img/back/water_01.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.section03 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  /* border: solid; */
  /* border-top: solid #aaa; */
  margin-top: 100px;
  margin-bottom: 120px;
}
.sec03 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 100px;
}
.section03 h2{
  padding-top: 100px;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.5;
  text-align: center;
}
.section03 h2 span{
  display: inline-block;          /* テキスト幅に合わせて */
  border-bottom: 50px solid transparent;  /* 線の太さ分を確保 */
  border-image-source: url(../img/back/under-line02.png);
  border-image-slice: 0 0 60 0 fill;      /* 下だけ使う */
  /* border-image-repeat: repeat-x;         横に繰り返す */
  padding-bottom: 0.2em;
  margin: 0 auto;    
}
.sec03 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.sec03-content {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  align-items: center;
}
.sec03-content img{
  width: 400px;
}
.sec03-content-inr div{
  margin-top: 20px;
  margin-left: -30px;
  width: 550px;
  height: 80px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px;
  background-color: rgba(255, 255, 255, 80%);
  box-shadow: 1px 1px 10px #ddd;
}
.sec03-content-inr p{
  font-size: 1.8rem;
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 500;
  font-style: normal;
}
.sec03-button {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.sec03-button .button12 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  background-color: #fff;
  border: solid 2px #2d802d;
  color: #2d802d;
  border-radius: 20px;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: 0 5px 0 #2d802d;
  display: inline-block;
  transition: .3s;
}
.button12:hover {
  color: #328E32;
  transform: translateY(5px);
  box-shadow: 0 0 0 #328E32;
}

.section04 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  /* border: solid; */
}
.sec04 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
}
.background04 h2{
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.3;
  text-align: center;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 3%, rgba(50, 142, 50, 1) 90%);
}
.sec04 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.sec04 span{
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(transparent 50%, yellow 30%);
}
.br02{
  display: none;
}
.sec04-content01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04-content01-r img{
  width: 500px;
}
.sec04-content01-l {
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.sec04-content01-l .name{
  font-size: 2.0rem;
  margin: 20px auto;
  font-weight: 600;
}
.sec04-content01-l h3{
  background-image: linear-gradient(90deg, rgba(50, 142, 50, 1), rgba(255, 255, 255, 1));
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
.sec04-content01-l span{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.sec04-content02 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.sec04-content02 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec04-content02 .txt02{
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 400;
}
/* 業界からの支持 */
.sec04-content03 {
  margin: 0 auto;
  text-align: center; /* 子要素（h3含む）を中央寄せ */
}
.br03 {
  display: none;
}
.br04{
  display: none;
}
.sec04-content-ul{
  display: inline-block;          /*テキスト幅に合わせて */
  border-bottom: 30px solid transparent;  /* 線の太さ分を確保 */
  border-image-source: url(../img/back/under-line02.png);
  border-image-slice: 0 0 80 0 fill;      /* 下だけ使う */
  /* border-image-repeat: repeat-x;         横に繰り返す */
  padding-bottom: 0.2em;
  padding-top: 2.0em;
  font-size: 2.0rem;
  font-weight: 700;
}
.sec04-03-top {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}
.sec04-03-top .sec04-03-wrap{
  width: 46%;
  margin: auto;
  text-align: center;
  /* border: solid 1px; */
}
.sec04-03-top h3{
  margin: 20px;
  font-size: 1.5rem;
}
.sec04-03-top h4{
  margin: 30px;
  font-size: 1.5rem;
}
.sec04-03-img{
  width: 100%;
  margin: auto;
  /* border: solid 1px; */
}
.sec04-03-top p{
  text-align: left;
  margin: 30px;
  line-height: 1.5;
  font-size: 1.0rem;
}
.sec04-03-bottom {
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  justify-content: center;
}
.sec04-03-bottom .sec04-03-wrap{
  width: 45%;
  margin: auto;
  text-align: center; 
  /* border: solid 1px; */
}
.sec04-03-bottom h3{
  margin: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.sec04-03-bottom h4{
  margin: 10px;
  font-size: 1.5rem;
}
.sec04-03-img {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.sec04-03-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec04-03-bottom p{
  text-align: left;
  margin:30px;
  line-height: 1.5;
  font-size: 1.0rem;
}
.spacing-box02 {
  height: 30px;
}
/* お客様の声 */
.sec04-content04 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.sec04-content04 div{
  margin: 20px auto;
}
.sec04-04-top,
.sec04-04-middle,
.sec04-04-bottom {
  display: flex;
  justify-content: space-between; /* 間を空ける */
  gap: 20px; /* 子要素の間隔 */
  margin-bottom: 30px; /* 下に余白 */
  padding: 15px;
}
.sec04-04-top > div,
.sec04-04-middle > div,
.sec04-04-bottom > div {
  flex: 1;              /* 均等に広がる */
  border: solid 1px;    /* デバッグ用 */
  padding: 20px;
  box-sizing: border-box;
}
.sec04-content04 .sec04-04-top div{
  /* width: 40%; */
  border: solid 1px;
}
.sec04-04-top h3,
.sec04-04-middle h3,
.sec04-04-bottom h3 {
  margin: 20px;
  line-height: 1.5;
  font-size: 1.3rem;
}
.sec04-person{
  margin: 10px;
  text-align: right;
}
.sec04-04-top p,
.sec04-04-middle p,
.sec04-04-bottom p {
  text-align: left;
  line-height: 1.6;
  margin: 15px;
}





.background05 {
  background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),url(../img/back/bubble_s02.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.section05 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  /* border: solid; */
  padding-top: 100px;
  padding-bottom: 120px;
}
.section05 h2,h3 {
  text-align: center;
}
.section05 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
}
.section05 h2{
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.3;
  padding-top: 50px;
}

.section06 {
  max-width: 1200px;
  /* margin: 60px auto; */
  margin: auto;
  /* border: solid; */
  margin-top: 100px;
  margin-bottom: 100px;
}
.section06 h2 {
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px ;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 600;
  font-size: 2.375rem;
}
.sec06 h3{
  font-size: 2.2rem;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 600;
  font-style: normal; 
  padding-top: 50px;
  padding-bottom: 40px;
}
.spacing-box01{
  height: 150px;
}
.spacing-box{
  height: 150px;
}

.order-button {
  text-align: center;
  margin-top: 80px;
  }
.order-button .button12{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;

  background-color: #fff;
  border: solid 2px #2d802d;
  color: #2d802d;
  border-radius: 60px;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: 0 5px 0 #2d802d;
  display: inline-block;
  transition: .3s;
}
.order-button .button12:hover {
  color: #328E32;
  transform: translateY(5px);
  box-shadow: 0 0 0 #328E32;
}

.sec06-charge {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.sec06-charge01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-charge .charge-img {
  width: 20%;
  margin-right: 100px;
}
.charge-txt p{
  line-height: 1.5rem;
}
.sec06-charge02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 20px;
}
.sec06-charge02 div{
  /* border: solid;
  background-color: #2d802d; */
  width: 30%;
  height: 250px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec06-charge02 div img{
  object-fit: contain;
  width: 100%;
}
.sec06-charge03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.sec06-charge03 div{
  /* border: solid;
  background-color: #2e2d80; */
  width: 30%;
  height: 250px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec06-charge04 {
  margin-top: 50px;
}
.sec06-charge04 div{
  /* background-color: #d9fcff; */
  width: 80%;
  margin: auto;
  justify-content: center;
}
.sec06-charge04 div img {
  width: 100%;
}

.sec06-stan{
  /* display: flex; */
  width: 100%;
  align-items: center;
  justify-content: center;
}
.sec06-stan01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-stan .stan-img{
  width: 25%;
  margin-right: 100px;
}
.stan-txt p{
  line-height: 1.5rem;
}
.sec06-stan02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sec06-stan02 div{
  /* border: solid;
  background-color: #2d802d; */
  width: 30%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-stan02 div img{
  object-fit: contain;
  width: 100%;
}
.sec06 .img-small{
  width: 80%;
}
.sec06-stan03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.sec06-stan03 div{
  /* border: solid;
  background-color: #2e2d80; */
  width: 30%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-stan03 div img{
  object-fit: contain;
  width: 100%;
}
.sec06-stan04 {
  margin-top: 30px;
}
.sec06-stan04 div{
  /* background-color: #d9fcff; */
  width: 80%;
  margin: auto;
}
.sec06-stan04 div img {
  width: 100%;
}

.sec06-highg {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.sec06-highg01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-highg .highg-img{
  width: 30%;
  margin-right: 100px;
}
.highg-txt p{
  line-height: 1.5rem;
}
.sec06-highg02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sec06-highg02 div{
  /* border: solid;
  background-color: #2d802d; */
  width: 30%;
  height: 250px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec06-highg02 div img{
  width: 100%;
  object-fit: contain;
}
.sec06-highg03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.sec06-highg03 div{
  /* border: solid;
  background-color: #2e2d80; */
  width: 30%;
  height: 250px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec06-highg03 div img{
  width: 100%;
  object-fit: contain;
}
.sec06-highg04 {
  margin-top: 30px;
}
.sec06-highg04 div{
  /* background-color: #d9fcff; */
  width: 80%;
  margin: auto;
}
.sec06-highg04 div img {
  width: 100%;
}

/* section07 QA */
/* sec07全体 */
.sec07 {
  max-width: 900px;  /* 好きな幅に調整 */
  margin: 0 auto;
  padding: 50px 20px;
}

/* h2タイトル */
.sec07 h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

/* 各dlのデザイン */
.sec07 dl {
  border-bottom: 1px solid #ccc; /* 区切り線 */
  padding: 20px 0;
}

/* dt（質問） */
.sec07 dt {
  font-weight: 700;
  cursor: default; /* アコーディオン使うときは pointer に */
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* dd（回答） */
.sec07 dd {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0; /* dl内だから余白調整 */
  color: #555;
}
.sec07 dd {
  display: none; /* 初期は隠す */
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0;
  color: #555;
  transition: all 0.3s ease; /* 開閉を滑らかに */
}

.sec07 dt.active {
  color: #2e8b57; /* 開いた時の色とか強調 */
}



/* てすと */
.ark-block-heading__line {
      margin-top: 1em;
      color: var(--ark-color--main, inherit);
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}




/* レスポンシブ デザイン*/
/* タブレット対応 */
@media (max-width: 840px) {
 html {
    font-size: 14px;
  }
.main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  }

  /* タブ・ファーストビュー */
 .first-view-top {
  padding-top: 80px;
 } 
 .first-view::before{
  background-size: cover;
  background-position: center top;
 }
.first-view {
  width: 100%;
  min-height: 577px;
  /* height: 98vh; */
  height: auto;
  max-width: 100%;
  padding-top: 450px;
  box-sizing: border-box;
}
.first-view-text {
  margin-top: 10px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 50px;
}
.first-view-text p{
  margin-top: 0px;
  padding-bottom: 25px;
  font-size: 1.4rem;
}
.first-view-text h1{
  /* font-size: 3.0rem; */
  line-height: 1.8;
  letter-spacing: 0.25em;
  padding-top: 20px;
  padding-bottom: 0px;
}
.first-view-image {
  padding-bottom: 70px;
}
.first-view-image img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* タブ・sec01 */
.section01-inner {
  padding-top: 0px;
}
.sec01-txt {
  padding-top: 0;
}
.sec01-txt-01 {
  padding-top: 60px;
}

/* タブ・sec02 */
.section02{
  margin-top: 0;
}
.sec02 img{
  width: 250px;
}
.sec02 p{
  height: auto;
  /* ※幅と高さを指定すると画面縮めた時に文字がはみ出る */
 padding: 20px;
  font-size: 1.5rem;
}
.sec02 p span{
  font-size: 1.6rem;
}

/* タブ・sec03 */
.section03 {
  margin-top: 0;
}
.sec03-content img{
  width: 250px;
}
.sec03-content-inr div p{
  font-size: 2.0rem;
}
.sec03-content-inr div{
  width: 500px;
}

/* タブ・sec04 */
.sec04-content01-r img{
  width: 400px;
  padding-left: 10px;
}
.sec04-content01-l {
  font-size: 1.0rem;
}
.sec04-content01-l h3{
  text-align: left;
}
.sec04-content01-l span{
  font-size: 1.7rem;
}
.sec04-content02 p{
  font-size: 1.7rem;
}

/* タブ・sec06 */

}

/* スマホ対応 */
@media (max-width: 520px) { 
 html {
    font-size: 10px;
  }

  /* スマホ・ファーストビュー */
.first-view{
    padding-top: 200px;
}
.first-view-text {
  margin-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.first-view-text p{
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.first-view-text h1{
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
  padding-top: 0px;
  padding-bottom: 0px;
}
  .first-view-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
  .first-view-image img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* スマホ・sec01 */
.background01 h2{
  font-size: 2.075rem;
}
.sec01-txt .sec01-txt-01{
  font-size: 2.0rem;
}
.sec01-content div{
  width: 85%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.sec01-content p{
    display: block;
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 25px;
}
.sec01-content p span{
    padding: 0;
}
.sec01-content img{
    width: 280px;
    height: 200px;
    margin: 0;
    padding-bottom: 40px;
}

/* スマホ・sev02 */
.section02 {
  padding-bottom: 0px
}
.section02 h2{
  line-height: 1.5;
}
.section02 h2 span{
  border-bottom: 5px solid transparent;  /* 線の太さ分を確保 */
  /* border-image-source: url(../img/back/under-line02.png); */
  border-image-slice: 0 0 70 0 fill;      /* 下だけ使う */
}
.br01{
  display: block;
}
.sec02 {
  display: block;
  text-align: center;
  padding-bottom: 50px;
  margin: 0 auto;
  }
.sec02 img{
  padding-bottom: 30px;
}
.sec02 p{
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

/* スマホ・sec03 */
.background03{
  margin-top: 70px;
}
.section03 {
  margin-bottom: 0;
}
.section03 h2{
  padding-top: 0px;
}
.section03 h2 span{
  display: inline-block; 
  border-bottom: 5px solid transparent;  /* 線の太さ分を確保 */
  /* border-image-source: url(../img/back/under-line02.png); */
  border-image-slice: 0 0 70 0 fill;      /* 下だけ使う */
}
.sec03{
  padding-bottom: 50px;
}
.sec03 p{
  font-size: 1.6rem;
}
.sec03-content {
  display: block;
  text-align: center;
}
.sec03-content img{
  width: 70%;
  height: auto;
  margin: 0 auto 50px;
  display: block;
}
.sec03-content-inr div{
  width: 90%;
  height: 80px;
  margin: 20px auto;
}

/* スマホ・sec04 */
.background04 h2{
  font-size: 2.075rem;
}
.sec04 {
  padding-bottom: 30px;
}
.sec04 p{
  font-size: 1.5rem;
}
.br02{
  display: block;
}
.br03{
  display: block;
}
.sec04-content01{
  display: block;
  text-align: center;
}
.sec04-content01-r img{
  padding-left: 0;
  padding-bottom: 10px;
  width: 80%;
}
.sec04-content01-l {
  padding-left: 0;
  margin: 0 auto;
  width: 90%;
}
.sec04-content01-l p{
  text-align: left;
}
iframe {
  max-width: 100%;
}
.sec04-content02{
  padding-bottom: 0;
}
.sec04-content-ul {
  line-height: 1.3;
  /* display: block; */
  justify-content: center;
}
.br04 {
  display: block;
}
.sec04-03-top{
  flex-direction: column;
  padding-bottom: 0;
}
.sec04-03-bottom{
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 30;
}
.sec04-03-top .sec04-03-wrap,
.sec04-03-bottom .sec04-03-wrap{
  width: 100%;
  margin-bottom: 15px;
}
.sec04-03-top h3,
.sec04-03-bottom h3{
  font-size: 1.8rem;
}
.sec04-03-top h4,
.sec04-03-bottom h4{
  font-size: 1.8rem;
}
.sec04-03-top p,
.sec04-03-bottom p {
  font-size: 1.5rem;
}
.spacing-box02 {
  display: none;
}

.sec04-content04 div{
  margin: 0 auto;
}
  .sec04-04-top,
  .sec04-04-middle,
  .sec04-04-bottom {
    flex-direction: column; /* 縦並び */
  }
  .sec04-04-top > div,
  .sec04-04-middle > div,
  .sec04-04-bottom > div {
    width: 100%;      /* 横幅いっぱい */
  }
  .sec04-04-top h3,
  .sec04-04-middle h3,
  .sec04-04-bottom h3{
    font-size: 1.8rem;
  }

.spacing-box01{
  height: 150px;
  display: none;
}

/* スマホ・sec05 */
.section05 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* スマホ・sec06 */

.section06 h2{
  padding-left: 0;
  padding-top: 0;
}
.sec06-charge01 {
  display: block;
}
.sec06-charge01 .charge-img {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec06-charge01 .charge-txt{
  width: 90%;
  margin: 0 auto;
} 
.sec06-charge01 .charge-txt p{
  font-size: 1.4rem;
  margin-top: 10px;
}
.sec06-charge02 {
  flex-direction: column;
}
.sec06-charge03 {
  flex-direction: column;
}
.sec06-charge02 div{
  width: 80%;
}
.sec06-charge03 div{
  width: 90%;
}
.sec06-charge04 div{
  width: 100%;
}

.sec06-stan01 {
  display: block;
}
.sec06-stan01 .stan-img {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec06-stan01 .stan-txt{
  width: 90%;
  margin: 0 auto;
} 
.sec06-stan01 .stan-txt p{
  font-size: 1.4rem;
  margin-top: 10px;
}
.sec06-stan02 {
  flex-direction: column;
}
.sec06-stan03 {
  flex-direction: column;
}
.sec06-stan02 div{
  width: 80%;
}
.sec06-stan03 div{
  width: 90%;
}
.sec06-stan04 div{
  width: 100%;
}

.sec06-highg01 {
  display: block;
}
.sec06-highg01 .highg-img {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec06-highg01 .highg-txt{
  width: 90%;
  margin: 0 auto;
} 
.sec06-highg01 .highg-txt p{
  font-size: 1.4rem;
  margin-top: 10px;
}
.sec06-highg02 {
  flex-direction: column;
}
.sec06-highg03 {
  flex-direction: column;
}
.sec06-highg02 div{
  width: 80%;
}
.sec06-highg03 div{
  width: 90%;
}
.sec06-highg04 div{
  width: 100%;
}

/* スマホ・sec07 */
  .sec07 h2 {
    font-size: 2.375rem;
  }
  .sec07 dt {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .sec07 dd {
    font-size: 1.7rem;
  }




}