@charset "utf-8";
/* CSS Document */

/*全体のデザイン*/
 body {
      font-family: 'Noto Sans JP', sans-serif;
      margin: 0;
      padding: 0;
    }
.width-1500{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.width-1100{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/*文字*/
p{
    font-size: 18px;
}
.small-text{
    font-size: 13px !important;
}
.medium-text{
    font-size: 35px !important;
}
.text{
    font-size: 15px;
}

.color{
    color: #E8570E;
}
.color2{
    color: #00895B;
}

/*見出し*/

.h2-title{
    border-bottom: dashed 1px black;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.h2-title::before{
    content: "";
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background-color: #E8570E;
    border-radius: 30px;
}

/*セクション設定*/

.content3, .content4, .content5, .content6, .content7, .content9, .content10, .content11{
    padding: 50px 30px;
}

.content9{
    background-color: #FFFDE5;
}
.content4, .content6, .content10{
    background-color: #F6F7F7;
}
.content8{
    width: 100vw;
}
.content8 .main8{
    padding: 50px 30px;
    
}

/*ヘッダー*/
header{
    background-image: url("img/top-img.png");
    width: 100vw;
    height: 90vh;
    background-size: cover; 
    background-position: center;
    display: flex;
    
}
header>div{
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 50px;
}
header div div{
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 500px;
    width: 100%;
}
.header-text{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.header-text h1::after{
    content: "";
    display: block;
    width: 200px;
    height: 52px;
    background-image: url("img/top-logo.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.header-img{
    display: flex;
    flex-flow: column;
   align-items: flex-end !important;
    margin-top: 30px;
}
header img{
    max-width: 200px;
    
}
.header-text p{
    background-color: #E8570E;
    color: white;
    font-weight: 400;
    max-width: 450px;
    width:100%;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
    margin: 0;
}
header h1{
    text-shadow:1px 1px 1px white, 2px 2px 1px white, -2px -2px 5px white, 2px -2px 5px white, -2px 2px 10px white,1px -1px 20px white;
    font-size: 50px;
    margin: 0;
    font-weight: 900;
    
    position: relative;
}
@media (max-width: 1100px){
    header h1{
        font-size: 45px;
    }
    header>div{
        width: 20%;
        margin: 0;
    }
    header div div{
        align-items: flex-end;
    }
    header .header-main{
        width:80% !important; 
        margin: 0 30px 30px;
    }
    
    .header-text{
    justify-content: flex-end;
}
    .header-text p{
    background-color: #E8570E;
    color: white;
    font-weight: 400;
    max-width: 405px;
    width:100%;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
    margin: 0;
}
    
.header-text h1::after{
    content: "";
    display: block;
    width: 180px;
    height: 47px;
    background-image: url("img/top-logo.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 0;
}
}
@media (max-width: 900px){
     header{
    background-image: url("img/sp-topimg.png");
    width: 100vw;
    height: 90vh;
    background-size: cover; 
    background-position: center;
    display: flex;
    
}
    .header-text h1::after{
    content: "";
    display: block;
    width: 168px;
    height: 45px;
    background-image: url("img/top-logo.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 5px;
    right: 0;
    filter: drop-shadow(0px 0px 4px white);    
        
}
}
@media (max-width: 650px){
   
    header h1{
        font-size: 2em;
    }
    header>div{
        width: 0;
        margin: 0;
        align-items: flex-end;
    }
    header .header-main{
        width:100vw !important; 
    }.header-text p{
    background-color: #E8570E;
    color: white;
    font-weight: 400;
    max-width: 288px;
    width:100%;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
    margin: 0;
}
    .header-text h1::after{
    content: "";
    display: block;
    width: 127px;
    height: 33px;
    background-image: url("img/top-logo.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 5px;
    right: 0;
}
}


/*メインセクションのデザイン*/
.content1{
    position: relative;
    z-index: 20;
}
.content1::before{
    content: "";
    display: block;
    width: 599px;
    height: 349px;
    background-image: url("img/kazari.png");
    overflow: hidden;
    position: absolute;
    right: -7em;
    top: 0;
    z-index: 1;
}
.content1 .main-1{
    display: flex;
    padding: 50px 0;
}
.content1 .main-1-text{
    width: 50%;
    margin: 0 50px;
}
.main-1-text p{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.main-1-text p span{
    padding-top: 5px;
}
.main-1img{
    width: 50%;
  display: flex;
  justify-content: center;
    margin: 0 50px;
    position: relative;
    z-index: 20;
}
.main-1img img{
    max-width: 308px;
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media (max-width: 900px){
    .content1::before{
    content: "";
    display: block;
    width: 500px;
    height: 349px;
    background-image: url("img/kazari.png");
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
    .main-1{
        flex-flow: column;
        padding: 30px;
        margin: 30px;
    } 
    .content1 .main-1-text, .main-1img{
        margin: 0 auto;
        
        width: 100%;
    }
}
.content1  span{
    display: block;
}
.content1 ul{
    display: flex;
    flex-wrap: wrap;
    background-color: #F6F7F7;
    box-shadow: inset 0 0 0 1px #F6F7F7;
    margin: 0 50px 40px;
    padding: 0;
}
.content1 ul li{
    list-style: none;
    color: black;
    flex: 1 1 200px; /* 成長:1 / 縮小:1 / 基本幅:200px */
  min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: solid 1px black;
}
.content1 ul li:first-child {
  border-left: none;
}
.content1 ul li:nth-child(6) {
  border-left: none;
}
.content1 ul li:nth-child(-n+5) {
  border-bottom: solid 1px black;
}

.content1 li a:hover{
    color: gray;
}
.none{
    display: none;
}
@media (max-width: 1103px){
    .none{
        display: block;
    }
    .content1 ul li{
     min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
}
   .content1 ul li:first-child {
  border-left: none;
}
.content1 ul li:nth-child(6) {
    border-left: solid 1px black;
}
    
.content1 ul li:nth-child(5) {
  border-left: none;
}
.content1 ul li:nth-child(9) {
  border-left: none;
  min-width: 150px; /* これ以上小さくならない */
  max-width: 250px;
}.content1 ul li:nth-child(11) {
  border-left: none;
}.content1 ul li:nth-child(12) {
  border-left: none;
}
.content1 ul li:nth-child(-n+8) {
  border-bottom: solid 1px black;
} 
}
@media (max-width: 902px){
    .none{
        display: none;
    }
    .content1 ul li{
     min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
}
   .content1 ul li:first-child {
  border-left: none;
}
.content1 ul li:nth-child(6) {
    border-left: solid 1px black;
}
  
.content1 ul li:nth-child(4) {
  border-left: none;
}    
.content1 ul li:nth-child(7) {
  border-left: none;
}  
.content1 ul li:nth-child(5) {
    border-left: solid 1px black;
}
.content1 ul li:nth-child(9) {
  border-left:solid 1px black;
  min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
}.content1 ul li:nth-child(10) {
  border-left: none;
    display: none;
}
.content1 ul li:nth-child(-n+6) {
  border-bottom: solid 1px black;
} 
.content1 ul li:nth-child(7) {
  border-bottom: none;
}
.content1 ul li:nth-child(8) {
  border-bottom: none;
}
}
@media (max-width: 702px){
    .none{
        display: none;
    }
    .content1 ul li{
     min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
}
   .content1 ul li:first-child {
  border-left: none;
}
.content1 ul li:nth-child(6) {
    border-left: solid 1px black;
}
  
.content1 ul li:nth-child(4) {
  border-left: solid 1px black;
}    
.content1 ul li:nth-child(3) {
  border-left: none;
}    
.content1 ul li:nth-child(7) {
  border-left: none;
}  
.content1 ul li:nth-child(5) {
    border-left:none;
}
.content1 ul li:nth-child(9) {
  border-left:none;
  min-width: 150px; /* これ以上小さくならない */
  max-width: 300px;
}.content1 ul li:nth-child(10) {
  border-left: solid 1px black;
    display: block;
}
.content1 ul li:nth-child(-n+8) {
  border-bottom: solid 1px black;
} 
}
@media (max-width: 600px){
    .none{
        display: none;
    }
    .content1 ul{
       display: block;
    }
    .content1 ul li{
     min-width: 150px; /* これ以上小さくならない */
  max-width: 500px;
}
   .content1 ul li:first-child {
  border-left: none;
}
.content1 ul li:nth-child(6) {
    border-left: solid 1px black;
}
  
.content1 ul li:nth-child(4) {
  border-left: solid 1px black;
}    
.content1 ul li:nth-child(3) {
  border-left: none;
}    
.content1 ul li:nth-child(7) {
  border-left: none;
}  
.content1 ul li:nth-child(5) {
    border-left:none;
}
.content1 ul li:nth-child(9) {
  border-left:none;
  min-width: 150px; /* これ以上小さくならない */
  max-width: 500px;
}.content1 ul li:nth-child(10) {
  border-left: solid 1px black;
    display: none;
}
.content1 ul li:nth-child(-n+8) {
  border-bottom: solid 1px black;
} 
    
.content1 ul li:nth-child(-n+9) {
  border-left: none;
} 
}
.content1 ul li a{
    text-decoration: none;
    color: black;
}

/*プランの特徴*/
      .content2{
      background-color: #d3e5b5; /* 薄い緑背景 */
    padding-bottom: 50px;
      }

    /* 濃い緑の帯 */
    .header-band {
      width: 100%;
      background-color: #008c5f; /* 濃い緑 */
      color: white;
      text-align: center;
      padding: 2rem 0 4rem; /* 上下の余白を多めに確保 */
      position: relative;
    }

    .header-band h2 {
      margin: 0;
      font-size: 1.7rem;
      font-weight: bold;
    }

    .header-band::before,
    .header-band::after {
      content: "";
      position: absolute;
      top: 40%;
      width: 40%;
      height: 3px;
      background-color: white;
    }

    .header-band::before {
      left: 0;
    }

    .header-band::after {
      right: 0;
    }
      /*白ボックスの親*/
      .box-main{
          margin: 0 30px 70px;
      }
      
    /* 白いボックス */
    .box-content {
      background-color: white;
      max-width: 900px;
      margin: -2rem auto 2rem; /* 上に少しかぶせる */
      padding: 1.5rem 4em;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      position: relative;
      z-index: 1;
    }
.main-2{
    display: flex;
    justify-content: space-between;
}
.box-content h3{
    font-size: 25px;
    display: flex;
}
.box-content h3 span{
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 35px;
    
}
.main-2text{
    width: 60%;
}
.sp{
    text-align: center;
    padding: 0;
    margin: 0;
}
.box-content .card{
    background-color: #E6E7E7;
    padding: 5px 5px;
}
.card{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.card ul li,.card p{
    padding-bottom: 5px;
}
.card ul li::marker{
    color: #00895B;
}
.main02 p{
    text-align: right;
}
.main02 .main02img{
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    max-width: 500px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}
.main02 .main02img img{
    max-width: 500px;
    width: 100%;
}
@media (max-width: 1100px){
    .card{
        display: block;
    }
    
.card p{
    padding-bottom: 5px;
    padding-left: 20px;
}
}

@media (max-width: 900px){
    .main-2{
        flex-flow: column;
        align-items: center;
    }
    .main-2text{
        width: 100%;
    }
    .card{
        display: flex;
    }
    
}

    @media (max-width: 600px) {
    .card{
        display: block;
    }
      .header-band {
        padding: 2rem 0 2.5rem;
      }
      .header-band::before,
      .header-band::after {
        width: 20%;
      }
      .box-content {
        padding: 1rem;
        margin: -1.5rem auto 1.5rem;
      }
    }

/*ご利用イメージ*/
.content3 .main3{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.content3 .main3::after{
    content: "";
    width: 190px;
    height: 170px;
    display: block;
    background-image: url("img/content3-span.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0)
    
}
.content3 .main3 div{
    max-width: 430px;
    width: 100%;
    position: relative;
}
.content3 .main3 div img{
    max-width: 430px;
    width: 100%;
}
.content3 .main3 div p{
    background-color: #E8570E;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 430px;
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px;
    color: white;
    font-weight: 500;
}
.zimu-img, .soto-img{
    position: relative;
}
.zimu-img::before{
    content: "";
    display: block;
    width: 80px;
    height: 79px;
    background-image: url("img/zimu-img.png");
    position: absolute;
    background-position: center;
    background-size: cover;
    right: 25%;
    top: 40px;
}
.soto-img::before{
    content: "";
    display: block;
    width: 131px;
    height: 97px;
    background-image: url("img/soto-img.png");
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 30px;
    left: 15%;
}
.soto-img p{
    text-align: right;
}
.content3 .main3 img{
    max-width: 430px;
}
@media (max-width: 900px){
    .content3 .main3{
    display: block;
    position: relative;
}
        .content3 .main3 div{
            margin: 0 auto;
}
    
        .content3 .main3 .zimu-img{
            margin-bottom: 30px !important;
}
    .content3 .main3::after{
    content: "";
    width: 140px;
    height: 126px;
    display: block;
    background-image: url("img/content3-span.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top:45%;
    transform: translate(-50%, -50%)
    
}
.soto-img p{
    text-align: left;
}
}
@media (max-width: 500px) {
    
.zimu-img::before{
    content: "";
    display: block;
    width: 53px;
    height: 52px;
    background-image: url("img/zimu-img.png");
    position: absolute;
    background-position: center;
    background-size: cover;
    right: 25%;
    top: 40px;
}
.soto-img::before{
    content: "";
    display: block;
    width: 100px;
    height: 75px;
    background-image: url("img/soto-img.png");
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 30px;
    left: 15%;
}
    .content3 .main3::after{
    content: "";
    width: 119px;
    height: 107px;
    display: block;
    background-image: url("img/content3-span.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top:45%;
    transform: translate(-50%, -50%)
    
}
}

.content4 .card {
  display: flex;
  align-items: stretch; /* ← 高さを揃える */
  width: 100%;
  background-color: white;
    border-radius: 10px;
    margin: 20px auto;
    min-height: 190px;
}

/* 左側エリア */
.icon-area {
  flex: 0 0 250px; /* 固定幅 */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00895B; /* ←カード全体の高さに広がる */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.icon-area img{
    max-width: 120px;
}

/* 内側のアイコン */


/* 右側 */
.main4-content {
  flex: 1;
  padding: 20px 30px; /* ←右側の余白を追加 */
}

.title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 0;
}

.main4-content ul {
  list-style-type: disc;
    padding: 0;
  margin: 0;
}
.main4-content ul  li{
    list-style: none;
    display: flex;
}
.main4-content ul  li p{
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.main4-content ul li::before{
    content: "";
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 10px;
    display: block;
    background-color: #00895B;
    border-radius: 30px;
    background-size: cover;
    
}
@media (max-width: 600px) {
    .content4 .card{
        flex-flow: column;
    }
    .icon-area {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
        border-bottom-left-radius:0px;
}
}

  .container {
      display: flex;
      gap: 20px;
      width: 100%;
      margin: 50px auto;
      font-family: sans-serif;
    }

    /* 左側 */
    .left {
      width: 400px;
      height: auto;
      position: relative;
      border-bottom: 4px solid #E8570E;
        border-top: 1px solid #E8570E;
        border-right: 1px solid #E8570E;
        border-left: 1px solid #E8570E;
    }
.left1{
    background-image: url("img/cntent5-1.png");
    background-size: cover;
    background-position: center;
}

.left2{
    background-image: url("img/cntent5-2.png");
    background-size: cover;
    background-position: center;
}

.left3{
    background-image: url("img/cntent5-3.png");
    background-size: cover;
    background-position: center;
}

    /* 下の台形部分 */
    .trapezoid {
      width: 80%;
      height: 60px; /* 高さは調整可 */
      background: #E8570E; /* 台形の色を変更可能 */
      clip-path: polygon(0 0, 70% 0, 90% 100%, 0 100%);
      display: flex;
      align-items: center;
      padding-left: 10px;
      color: white;
      font-weight: bold;
      position:absolute;
      bottom: 0;
      left: 0;
    }
.trapezoid p{
    padding-left: 1em;
}

.trapezoid p span{
    display: block;
    font-size: 18px;
}

    /* 右側（前と同じ） */
    .right {
      flex: 1;
      overflow: visible;
    }
    .right h3{
        background: linear-gradient(transparent 50%, #FFF79F 50%);
        
        margin-top: 0;
        padding-top: 0;
    }
    .box1 {
      margin-bottom: 25px;
      position: relative;
    }
    .box-title1 {
      background: #8E8E8F;
      color: white;
      font-weight: bold;
          padding: 5px 10px;
        font-size: 20px;
    }
    .box-title2 {
      background: #E8570E;
      color: white;
      font-weight: bold;
          padding: 5px 10px;
        font-size: 20px;
    }
    .content5 .main5-li1 {
      padding: 5px 15px 15px;
        background-color: #E6E7E7;
    }

    .content5 .main5-li2 {
      padding: 5px 15px;
        background-color: #FFFDE5;
    }
    .content5 .main5-li1 ul {
      margin: 0;
      padding-left: 15px;
    }

    .content5 .main5-li2 ul {
      margin: 0;
      padding-left: 15px;
    }
    .triangle {
      position: absolute;
      bottom: -25px;
      left: 50%;
      transform: translateX(-50%);
      background: #ccc;
  height: calc(tan(50deg) * 60px / 2);
  width: 50px;
      clip-path: polygon(0 0, 100% 0, 50% 80%);
    }
@media (max-width: 900px){
    .container {
        flex-flow: column;
          gap: 20px;
  width: 100%;
  margin: 50px auto;
}
   .left1, .left2,.left3 {
       width: 401px;
       height: 300px;
       margin: 0 auto;
}
    
}
@media (max-width: 500px){
    
   .left1, .left2,.left3 {
       width: 250px;
       height: 200px;
       margin: 0 auto;
}
    .trapezoid p span {
  display: block;
  font-size: 15px;
}
    .trapezoid p {
  padding-left: 0.3em;
}
}

.main6-1 {
  display: flex;
  border: 1px solid #E6E7E7;
    width: 100%;
  margin: auto;
  align-items: stretch;
    margin-top: 30px;
}

/* 左の台形エリア */
.main6-left {
  flex: 0 0 250px;
  background-color: #E6E7E7;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  position: relative;
  z-index: 20;
}

.letter {
  font-size: 5rem;
  font-weight: bold;
  color: black;
}

/* 右エリア */
.main6-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* リスト */
.list {
  list-style: none; /* デフォルトの・を消す */
  padding: 0;
  margin: 0;
}

.list li {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 1.2rem;
  position: relative;
}
.list li span{
    margin-top: -10px;
    margin-left: -30px;
    margin-right: 20px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 10px;
    height: 15px;
    border-right: 3px solid #c30d23;
    border-bottom: 3px solid #c30d23;
}

.list li::after{
    content: "";
    width: 56.7em;
    height: 1px;
    background-color: #8E8E8F;
    position: absolute;
    bottom: 0;
    left: -2em;
    z-index: 1;
}

/* 四角アイコン */
.list li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #8E8E8F;
  margin-right: 15px;
  flex-shrink: 0;
}

.main6-2 {
  display: flex;
  max-width: 100%;
  margin: 40px auto 20px;
}
.main6-2 h2{
    font-size: 40px;
}

/* 左のタイトルボックス */
.title-box {
  flex: 0 0 200px;
  background: #00895B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
    position: relative;
    z-index: 2;
}
.title-box::after{
    content: "";
    display: block;
    position: absolute;
      bottom: -25px;
      right: -20px;
    top: 50%;
      transform: translateY(-50%);
      background: #00895B;
  height: calc(tan(50deg) * 60px / 2);
  width: 20px;
      clip-path: polygon(0 0, 100% 50%, 0% 100%);
    z-index: 40;
}

/* 右側のステップ */
.steps {
  display: flex;
  flex: 1;
    border-left: none!important;
}

.content-6{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 40px);
    padding: 40px 10px 0;
 
}
.content-6-0{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 40px);
    padding: 40px 10px 0;
 
}
.tel-logo{
    max-width: 100px;
    width: 100%;
}
.tel-logo img{
    max-width: 100px;
    width: 100%;
}
.step {
  position: relative;
  flex: 1;
  background: #fff9e6;
  border-left: 3px solid #00895B;
}
.step::after{
    
    content: "";
    display: block;
    position: absolute;
      bottom: -25px;
      right: -20px;
    top: 50%;
      transform: translateY(-50%);
      background: #00895B;
  height: calc(tan(50deg) * 60px / 2);
  width: 20px;
      clip-path: polygon(0 0, 100% 50%, 0% 100%);
    z-index: 40;
}

.step:last-child::after{
    display: none
}
.main6-flex{
    display: flex;
    width: 50%;
}

/* 丸い番号 */
.circle {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #E8570E;
  border: 2px solid #E8570E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
    color: white;
}

/* 中身 */
.content {
  text-align: center;
}

.illustration {
  max-width: 80px;
    width: 100%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.illustration img{
  max-width: 80px;
    width: 100%;
}
.content-6-0 .illustration{
    margin: 0;
    
}

@media (max-width: 1361px){
    .main6-1 {
  display: block;
  border: 1px solid #8E8E8F;
  width: 100%;
  margin: auto;
  align-items: stretch;
}
    .main6-left {
  flex: 0 0 250px;
  background-color: #E6E7E7;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  position: relative;
  z-index: 20;
        padding: 10px 15px;
}
    .list li{
        border-bottom: solid 1px #8E8E8F;
    }
     .list li:last-child{
        border-bottom: none;
    }
    
    .list li::after{
    content: "";
        display: none;
}
    .main6-none{
        display: none;
    }
}
@media (max-width: 1100px){
    .steps {
  display: block;
}
    .main6-flex{
        width: 100%;
    }
    .sp-bottom{
  border-top: 3px solid #00895B;
    }
    .content-6{
        padding-bottom: 30px;
    }
}
@media (max-width: 700px){
    .main6-flex{
        display: block;
    }
    .sp-bottom2{
  border-top: 3px solid #00895B;
    }
    .step{
        border: none;
    }
    .main6-2{
        display: block;
  border: 3px solid #00895B;
        background-color: #FFFDE5;
        
    }
    .title-box{
        margin-bottom: 30px;
    }
    
}
.title-box::after, .step::after{
    display: none;
}
@media (max-width: 500px){
    
    .main6-none2{
        display: none;
    }
}



.main7 {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.main7-1, .main7-2{
    width: 50%;
    text-align: center;
}
.main7-1-top {
    background-color: #00895B;
    color: white;
    padding: 5px;
}
.main7-2-top{
    background-color: #E8570E;
    color: white;
    padding: 5px;
}
.main7-1-0, .main7-2-0{
    border: solid 4px #E8570E;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.main7-1-0 span, .main7-2-0 span{
    font-weight: 900;
}
.main7-1-0{
    height: 50%;
    border-top: none;
    border-right: solid 2px #E8570E;
}
.main7-2-0{
    height: 50%;
    border-top: none;
    border-left: solid 2px #E8570E;
}
.main7-1-0 p, .main7-2-0 p{
    margin: 0;
}
.main7-1-0 .block, .main7-2-0 .block{
    display: block;
    width: 150px;
}
.main7-2-0{
    height: 100%;
}
@media (max-width: 700px){
    .main7 {
    display: flex;
        flex-flow: column;
    justify-content: center;
        align-items: center;
    margin-bottom: 30px;
}
    
.main7-1, .main7-2{
    width: 100%;
    text-align: center;
}
    
.main7-1-0 , .main7-2-0{
    padding: 30px;
}
}



/*お申込書・申し込み方法*/
.content8 h2{
    background-color: #E8570E;
    color: white;
    text-align: center;
    padding: 20px;
}
.main8 .step-box{
    max-width: 900px;
    width: calc(100% - 40px);
    background-color: #FFFDE5;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.main8 .step-box-0{
    max-width: 900px;
    width: calc(100% - 40px);
    background-color: #F6F7F7;
    padding: 20px 15px;
}
.step-box .main8step, .step-box-0 .main8step{
    max-width: 700px;
    margin: 0 auto;
    
}
.main8-flex{
    display: flex;
    justify-content: space-around;
}
.main8-buttom a div{
    background-color: white;
    border: solid 2px #E8570E;
    padding: 20px 15px;
    width: 300px;
    text-align: center;
}
.main8-buttom a{
    width: 300px;
    
}
.main8-buttom a:hover div{
    background-color: #E8570E;
    border: solid 2px #E8570E;
}
.main8-buttom-0 div{
    background-color: white;
    border: solid 2px #767777;
    padding: 20px 15px;
    width: 300px;
    text-align: center;
    
}
.main8-buttom-0 div:hover{
    background-color: #767777;
    border: solid 2px #767777;
}
.main8-buttom a, .main8-buttom-0 a{
    text-decoration: none;
    color: black;
}
.main8-buttom a:hover{
    text-decoration: none;
    color: white;
}
.main8step {
    position: relative;
}

.main8step span{
    display: block;
    position: absolute;
    top:-70px;
    font-weight: 900;
    font-size: 40px;
    left: -10%;
}
@media (max-width: 900px){
    .main8-flex {
  display: block;
}
    .main8-flex div{
        margin-left: auto;
        margin-right: auto;
    }
    .main8-flex div:first-child {
        margin-bottom: 20px;
    }
    
.main8step span{
    display: block;
    position: absolute;
    top:-70px;
    font-weight: 900;
    font-size: 40px;
    left: 0;
}
}
@media (max-width: 500px){
    .main8-flex div{
        width: 200px;
    }
    .main8-buttom div{
        width: 150px !important;
        margin: 0 auto;
        
    }
    .main8-buttom-0 div{
        width: 150px;
        margin: 0 auto;
        
    }
    .main8step span{
        font-size: 35px;
    }
}

.content9 .main9{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content9 .main9 div{
    max-width:400px;
    width: 100%;
    margin: 0 20px;
    box-shadow: 2px 5px 8px #E8570E;
}
.content9 .main9 div img{
    max-width: 400px;
    width: 100%;
}
@media (max-width: 500px){
    .content9 .main9 {
  display: flex;
        flex-flow: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
    .content9 .main9 div {
  max-width: 400px;
  width: 100%;
  margin: 10px auto;
  box-shadow: 2px 5px 8px #E8570E;
}
}
.main10-0box{
    background-color: white;
    padding: 10px 15px;
    display: flex;
}
.main10-0box span{
    display: block;
}
.main10-box{
    width:calc(100% - 40px);
    border: solid 1px black;
    padding: 20px 10px;
    margin-top: 30px;
}
.main10-box a{
    color: #E8570E;
}


.main11{
    background-color: #F6F7F7;
    padding: 20px 30px;
    width: calc(100% - 40px);
    
}
.main11-1{
    display: flex;
}
.main11-tel{
    max-width:400px;
    width: 100%;
    margin-right: 30px;
}
.main11-tel img{
    max-width:400px;
    width: 100%;
}
.main11-mail{
    max-width:200px;
    width: 100%;
}
.main11-mail img{
    max-width:200px;
    width: 100%;
}
.main11-2{
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
}
.main11-2 img{
    max-width: 700px;
    width: 100%;
}

@media (max-width: 900px){
    .main11{
        display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #F6F7F7;
    padding: 20px 30px;
    width: calc(100% - 40px);
    
        
}
    
    .main11-1{
    flex-flow: column;
    }
    .sp-none{
        display: none;
    }
    .main11-tel {
  max-width: 400px;
  width: 100%;
  margin-right: 0;
        margin-bottom: 20px;
}
}

@media screen and (min-width: 825px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}



footer{
    background-color: #E8570E;
    margin-bottom: 0;
    padding: 5px;
}
footer p{
    color: white;
    text-align: center;
}



