:root {
    --color-main: #8b7b94;
}
body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h1{
    color: var(--color-main);
}
.TopBox{
    background-color: var(--color-main);
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0.8em;
}
.TopBox h1{
    color: white;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.main{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.top_bac{
    height: 650px;
    width: 100%;
    background-size: cover;
    position: relative;
}
.pason{
    position: absolute;
    bottom: 0;
    right: 0px;
    text-align: end;
}
.pason img{
    width: 81%;
    height: auto;
}
.top_title{
    position: absolute;
    top: 25%;
    bottom: auto;
    left: 10px;
    color: var(--color-main);
}
.top_title img{
    width: 310px;
    height: auto;
}
.top_title_div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2em auto;
}
.top_title_div div{
    margin: 0 0.5em;
}
.top_title_div p {
    font-size: 30px;
    text-align: center;
}
.top_title_div p span {
    font-size: 20px;
}
.top_title_div h3{
    font-size: 70px;
}
.top_title_div h3 span{
    font-size: 30px;
}
.box_top{
    padding: 1em;
    border: solid 3px var(--color-main);
    margin-top: -1em;
    border-radius: 8px;
    text-align: center;
    background: #ffffff8f;
}
.sp_top, .sp_box{
    display: none;
}
.title{
    text-align: center;
    width: 95%;
    height: auto;
    max-width: 800px;
    margin: 6em auto;
}
.title h2{
    font-size: 19px;
    margin-bottom: 0.5em;
}
.title h3{
    font-size: 19px;
    margin-bottom: 1em;
    line-height: 1.7em;
}
.title h3 span{
    color: var(--color-main);
    font-size: 1.1em;
}
.title p{
    line-height: 1.7em;
    color: rgb(122, 122, 122);
}
ul.horizontal-list {
	overflow-x: auto;
    white-space: nowrap;
    margin: 1em 0;
    width: 98%;
}
li.item {
	display: inline-block;
    vertical-align: top;
	width: 18%;
	height: auto;
	margin: 16px 10px;
}
.item img{
    width: 100%;
    height: auto;
}
.item p {
    margin: 1em 0;
    line-height: 2em;
    color: rgb(122, 122, 122);
}
.item p span{
    color: var(--color-main);
    font-size: 18px;
    font-weight: bold;
}
.form_main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.for_div{
    display: flex;
    align-items: center;
    width: 48%;
    margin: 1%;
    height: auto;
}
.for_div div img{
    width: 100%;
    height: auto;
}
.for_div_img, .for_div_p{
    width: 50%;
}
.for_div h2{
    font-size:20px;
    line-height: 1.3em;
    font-family: sans-serif;
}
.for_box{
    width: 100%;
    height: auto;
}
.for_box p {
    background-color: #5d92cd;
    padding: 1em;
    text-align: justify;
    color: #484848;
    font-size: 12px;
    line-height: 1.8em;
    box-sizing: content-box;
    border-radius: 5px;
    margin-top: 1em;
}
.sys_frex{
    display: flex;
    flex-wrap: wrap;
}
.sys{
    margin: 1em auto;
    width: 48%;
    margin: 1%;
    height: auto;
    padding: 2em 1em;
    position: relative;
    border: solid 6px hsl(213, 50%, 80%);
    border-radius: 10px;
}
.box_sys{
    position: absolute;
    padding: 0.5em 2em;
    top: -2px;
    width: 71%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    margin: auto;
    background-color: hsl(213deg 43% 68%);
    color: white;
    font-size: 1.1em
}
.sys img{
    width: 100%;
    height: auto;
    margin: 2em auto;
}
.sys p{
    line-height: 1.5em;
}
.voice_frex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.voice{
    width: 31%;
    margin: 1%;
    height: auto;
}
.voice img {
    width: 100%;
    height: auto;
    margin: 1em 0;
}
.voice p{
    font-size: 1.1em;
    line-height: 1.5em;
}
.voice p span{
    color: var(--color-main);
    font-size: 1.5em;
    font-weight: bold;

}
.link_box{
    background-color: var(--color-main);
    max-width: 500px;
    width: 95%;
    padding: 1em;
    border-radius: 30px;
    margin: 3em auto;
    text-align: center;
}
.link_box a{
    color: white;
}
.new{
    line-height: 1.5em;
    width: 95%;
    height: auto;
    margin: 1em auto;
    border-bottom: dashed rgb(228 228 228);
}
.new p span{
    background: #99bde7;
    padding: 0 1em;
    margin-left: 1em;
    color: white;
}
.new p{
    padding: 0.5em;
}
.bana{
    display: flex;
    width: 100%;
    height: auto;
    margin: 4em auto;
    flex-wrap: wrap;
}
.bana img{
    width: 100%;
    height: auto;
}
.bana div{
    width: 48%;
    margin: 1%;
}
.foter{
    width: 250px;
    margin: 0 auto;
    height: auto;
    text-align: center;
}
.foter img{
    width: 100%;
    height: auto;
}
.foter_menu{
    display: none;
}
.pc_menu{
    background-color: var(--color-main);
    margin-bottom: 2em;
    padding: 4em 1em;
    color: white;
}
ul.pc{
    display: flex;
    text-align: center;
    justify-content: center;
}
ul.pc li{
   margin: 0 35px;
}
.sp_menu{
    display: none;
}
.foter_flex, .foot_no{
    display: none;
}
.pc_top{
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: 0 auto;
}
.pc_top img{
    width: 100%;
    height: auto;
}
    @media only screen and (max-width: 1180px) {
        li.item {
            width: 35%;
        }
        ul.pc li{
            font-size: 13px;
            margin: 0 30px;
         }
    }
    @media only screen and (max-width: 1000px) {
        ul.pc li{
            margin: 0 22px;
         }
    }
    @media only screen and (max-width: 900px) {
        .pason img{
            width: 80%;
        }
        .for_div{
            width: 100%;
        }
        .pc_menu{
            padding: 4em 0;
        }
    }
    @media only screen and (max-width: 800px) {
        .TopBox h1{
            font-size: 11px;
        }
        .pason img{
            width: 65%;
        }
        .top_bac{
            height: 517px;
        }
        .top_title{
            top: 10%;
        }
        ul.pc li{
            margin: 0 12px;
        }
    }
    @media only screen and (max-width: 700px) {
        .top_title, .top_bac{
            display: none;
        }
        .sp_top{
            display: block;
            width: 100%;
            height: auto;
        }
        .pc_top{
            display: none;
        }
        .sp_top img {
            width: 100%;
            height: auto;
        }
        .sp_box{
            background-color: var(--color-main);
            padding: 1em 0;
            margin: 0 auto;
            display: block;
            opacity: 0.8;
        }
        .sp_box2{
            opacity: 1;
        }
        .sp_title{
            color: white;
            margin: 1em auto;
            display: flex;
        }
        .sp_title div{
            width: 50%;
            padding: 0.5em;
            text-align: center;
        }
        .sp_title p {
            margin: 0 auto;
            font-size: 18px;
        }
        .sp_title p span{
            font-size: 35px;
        }
        .mensetu_sp{
            border: solid 2px #fff;
            padding: 1em;
            width: 80%;
            margin: 1em auto;
            text-align: center;
            color: white;
            border-radius: 5px;
            background: #ffffff2e;
        }
        .title p{
            text-align: left;
            font-size: 14px;
        }
        li.item {
            width: 60%;
        }
        ul.horizontal-list {
            width: 100%;
            white-space: nowrap;
        }
        .for_div{
            display: block;
        }
        .for_div_img, .for_div_p{
            width: 100%;
        }
        .for_div_p{
            padding: 1em;
        }
        .for_box p{
            font-size: 15px;
        }
        .sys{
            width: 95%;
            margin: 2em auto;
        }
        .voice p{
            font-size: 11px;
        }
        .bana div{
            width: 100%;
        }
        .foter_menu{
            display: block;
            position: fixed;
            bottom: 0px;
            transition: .4s;
            opacity: 0;
            pointer-events: auto;
        }
        .foot_no{
            display: block;
        }
        .foter_flex{
            display: block;
            display: flex;
            width: 100%;
            height: auto;
            background-color: #484848;
            animation: fadeIn 0.3s ease-in 0s forwards;
        }
        @keyframes fadeIn {
            0% {
              display: none;
              opacity: 0;
            }
            1% {
              display: block;
              opacity: 0;
            }
            100% {
              display: block;
              opacity: 1;
            }
          }

        .foter_flex div img{
            width: 100%;
            height: auto;
        }
        .foter_flex div{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .foter_flex div p {
            color: white;
            margin-left: 4px;
            font-size: 14px;
        }
        .foter{
            margin-bottom: 5em;
        }
        .pc_menu{
            display: none;
        }
        .sp_menu{
            display: block;
        }

    }


/* お仕事内容 */

.top_oth{
    padding: 5em 0;
    margin: 0 auto;
    background-size: cover;
}
.top_oth div{
    text-align: center;
    max-width: 300px;
    margin: 1em auto;
    line-height: 2em;
}
.top_oth div h2{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em 0;
    color: var(--color-main);
    opacity: 0.8;
}
.top_oth div p, .top_oth div hr{
    color: gray;
}
.bac{
    padding: 2em 0;
    margin: -2em auto;
}
.title_s{
    text-align: center;
    width: 95%;
    height: auto;
    max-width: 800px;
    margin: 3em auto 2em auto;
    line-height: 1.7em;
}
.title_s span{
    color: var(--color-main);
    font-size: 1.3em;
}

.job_setumei{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
}
.job_setumei div{
    width: 48%;
    margin: 1%;
}
.job_setumei img{
    width: 100%;
    height: auto;
    padding: 1em;
}
.job_setumei div p{
    line-height: 1.7em;
    color: #484848;
}
.mensetu{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
}
.mensetu div{
    width: 48%;
    margin: 1%;
}
.mensetu img{
    width: 100%;
    height: auto;
    padding: 1em;
}
.step{
    display: flex;
    width: 100% !important;
    height: auto;
    align-items: center;
}
.step_one{
    text-align: center;
    width: 10% !important;
    margin: 0 1%;
}
.step_one h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--color-main);
}
.step_one h2 span{
    font-size: 15px;
    font-family: serif;
    color: #484848;
}


.step_two{
    width: 88% !important;
    margin-left: 1em !important;
}
.step h3{
    font-size: 1.8em;
    font-weight: bold;
    color: var(--color-main);
}
.mensetu div p {
    line-height: 1.7em;
    color: #484848;
}
.renraku{
    width: 100% !important;
    display: flex;
    margin: 1em auto;
}
.renraku div{
    width: 48% !important;
    height: auto;
    margin: 1% !important;
    text-align: center;
    padding: 1em;
}
.renraku div a p{
    color: white !important;
}
    @media only screen and (max-width: 700px) {
        .job_setumei div, .mensetu div{
            width: 95%;
            margin: 1em auto;
        }

    }


/* Reward */
.cha{
    width: 100%;
    margin: 2em auto;
    padding: 1em;
    border-radius: 20px;
}
.cha_tit{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 1em auto;
}
.cha_sub{
    background-color: white;
    padding: 1em;
}
.cha_fre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.cha_fre div{
    width: 48%;
    margin: 1%;
}
.cha_fre img{
    width: 100%;
    height: auto;
    padding: 1em;
}
.cha_fre div p {
    line-height: 1.7em;
}
.cha_spa{
    text-align: center;
}
.cha_spa h3{
    color: #484848;
    font-size: 1.3em;
    margin: 1em auto;
    font-weight: bold;
}
.cha_spa h4{
    color: white;
    padding: 1em;
    margin: 1em auto;
    width: 100%;
    height: auto;
    max-width: 500px;
}
.cha_spa h4 span{
    font-weight: bold;
    font-size: 1.1em;
}
.cha_spa p{
    line-height: 3em;
}
.cha_spa img{
    width: 40px;
    height: auto;
}
.kousei{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.kousei div{
    width: 14%;
    margin: 1%;
    text-align: center;
    padding: 0.5em;
    border: solid 1px var(--color-main);
    color: var(--color-main);
}
    @media only screen and (max-width: 700px) {
        .cha_fre div{
            width: 95%;
            margin: 1.5em auto;
        }
        .kousei div{
            width: 48%;
        }
    }



  /* アコーディオン */
  .container_accordion {
    margin: 40px auto 60px;
    width: 96%;
  }
  
  .container_accordion h3 {
    font-size: 1.5em;
    font-weight: 500;
    display: inline-block;
    padding: 0 0.4em 0.4em;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 768px) {
  .container_accordion h3 {
      padding: 0 0 0.4em;
      text-align: left;
      display: block;
  }
  }
      
  .accordion .accordion-item {
    border-bottom: 1px solid lightgray;
  }
  .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid var(--color-main);
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    line-height: 1.7em;
    padding: 1.3em 1em;
    color: #313131;
    font-size: 1em;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--color-main);
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: var(--color-main);
    border: 1px solid var(--color-main);
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color: var(--color-main);
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 21em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
    line-height: 1.7em;
  }


  /* VOICE */

  .voice_fre{
    display: flex;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 3em auto;
    flex-wrap: wrap;
  }
  .voice_fre div{
    width: 48%;
    margin: 1%;
    line-height: 1.8em;
  }
  .voice_fre img{
    width: 100%;
    height: auto;
    padding: 2em;
  }
  .voice_fre h3{
    font-size: 18px;
    margin-bottom: 1em;
  }
  .voice_fre h3 span{
    font-size: 19px;
  }
  .voice_fre h2{
    font-size: 21px;
    margin-bottom: 1em;
  }
  .voice_fre p {
    color: #313131;
    text-align: justify;
    background-color: #f9f8f8;
    padding: 1em;
    border-radius: 15px;
  }
  @media only screen and (max-width: 700px) {
    .voice_fre div{
        width: 95%;
        margin: 1% auto;
    }
    .voice_fre img {
        width: 58%;
        padding: 1em;
    }
    .voice_fre h3,   .voice_fre h2{
        padding: 0 1em;
    }
  }


  .Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required, .Form-Item-Label-Free {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #7d90da;
    color: #fff;
    font-size: 14px;
  }
  .Form-Item-Label-Free {
    background: #a0a0a0;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required, .Form-Item-Label-Free {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input, .p-postal-code, .p-region {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input, .p-postal-code, .p-region {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 18px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    text-align: center;
    border-radius: 6px;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    letter-spacing: 0.05em;
    background: #6aba93;
    color: #fff;
    font-weight: bold;
    padding: 1em 40px;
    margin-bottom: 3em;
    margin-top: 1em;
  }
  .yakusoku{
    color: red;
    text-align: center;
    line-height: 1.7em;
    width: 98%;
    height: auto;
    margin: 1em auto;
  }
  @media screen and (max-width: 480px) {

    .yakusoku{
        text-align: left;
        font-size: 14px;
    }
  }

  .setumei_form{
    margin: 1em auto;
    text-align: justify;
    max-width: 500px;
    width: 95%;
    height: auto;
    margin: 1em auto;
    background-color: #dfdfdf;
    color: #6b6b6b;
    padding: 1em;
  }


  .thanks{
    max-width: 500px;
    text-align: center;
    margin: 2em auto;
    line-height: 2em;
  }
  .line_thanks{
    text-align: center;
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 1em auto;
  }
  .line_thanks img{
    width: 100%;
    height: auto;
  }

  .blog_naiyou{
    width: 90%;
    line-height: 2em;
    height: auto;
    margin: 3em auto;
  }
.syu{
    text-align: center;
    margin: 2em auto;
}
.syu p{
    color: #8f8d8d;
    border: solid 1px #b6b6b6;
    padding: 1em 0;
    margin: 1em auto;
    font-size: 16px;
    max-width: 400px;
    width: 95%;
}
.syu h2{
    margin: 2em auto;
    font-size: 1.2em;
    color: white;
    padding: 1em 0;
    width: 90%;
    max-width: 500px;
    background-color: #5d92cd;
}
.syu h2 span{
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.syu h3{
    margin: 2em auto;
    font-size: 1.2em;
    color: white;
    padding: 1em 0;
    width: 90%;
    max-width: 500px;
    background-color: #cd5d83;
}
.syu h3 span{
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;

}
.setumei_syu{
    width: 95%;
    height: auto;
    margin: 3em auto;
    text-align: justify;
    line-height: 1.7em;
    max-width: 500px;
}
.saikeisan{
    background-color: #313131;
    color: white;
    text-align: center;
    max-width: 200px;
    padding: 1em;
    margin: 1em auto;
}
.box_keisan{
    background-color: #59ac88;
    color: white;
    padding: 1.5em 0;
    margin: 2em auto 0 auto;
    width: 95%;
    max-width: 500px;
    text-align: center;
    border-radius: 50px;
}
.keisan_sita{
    text-align: center;
    color: #484848;
    margin: 1em auto;
}

.insta_fre{
    display: flex;
    width: 100%;
    margin: 1em auto;
    max-width: 141px;
    color: blue;
    justify-content: center;
    align-items: center;
}
.insta_fre div {
    width: 50%;
    text-align: center;
    font-size: 14px;
}
.insta_fre img {
    width: 65%;
    height: auto;
}
.start_insta{
    text-align: center;
}

.sotomi  {
    width: 90%;
    margin: 1em auto;
    padding: 10px;
    background-color: #eae9e9;
    display: block;
    text-align: center;
}
.sotomi:hover  {
    background: #ffffff;
}
.mondai_check  {
    display: none;
}
.nakami  {
    visibility: hidden;
    height: 0;
}
.mondai_check:checked + .nakami  {
    visibility: visible;
    height: auto;
}
.nakami>div{
    overflow:auto;
    width:95%;
    margin: 0 auto;
    height:200px;
    padding:10px;
    border:1px solid #000;
    background-color:#F9F9F9;
    color:#000;
    font-size:12px;
    line-height: 2em;
}

.grop_li{
    display: flex;
    width: 100%;
    margin: 2em auto;
    flex-wrap: wrap;
}
.grop_li div {
    width: 23%;
    margin: 1%;
    height: auto;
}
.grop_li div img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 780px) {
    .grop_li div {
        width: 48%;
        margin: 1%;
        height: auto;
    }
}



/* * スタッフ紹介 */ 
.staf_syoukai{
    display: flex;
    align-items: center;
    max-width: 877px;
    justify-content: center;
    width: 98%;
    margin: 1em auto;
}
.staf_syoukai img{
    width: 100%;
    height: auto;
}
.staf_syoukai .staf_syoukai_img{
    width: 40%;
    height: auto;
}
.staf_syoukai div{
    padding: 1em;
}
.staf_syoukai hr{
    margin: 2em auto;
}
.staf_syoukai p{
    line-height: 1.5em;
    font-size: 15px;
    color: #5a5a5a;
}

@media screen and (max-width: 800px) {
    .staf_syoukai{
        display: block;
    }
    .staf_syoukai div{
        width: 98%;
        height: auto;
    }
    .staf_syoukai .staf_syoukai_img{
        width: 80%;
        margin: 0 auto;
    }
}
p.text_box_rady
{
    max-width: 850px;
    width: 98%;
    height: auto;
    margin: 1em auto;
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fff9fc;/*背景色*/
    border-left: solid 5px #e2a3b2;/*左線（実線 太さ 色）*/
    color: #8a3333;
    padding:0.8em 1em;
}


.staf_agen{
    display: flex;
    width: 100%;
    height: auto;
    margin: 3em auto 2em auto;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
    .staf_agen{
        margin: -3em auto 6em auto;
    }
}

.btn-more{
    text-align: center;
    margin: 10px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 326px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    background-color: var(--color-main);
  }
  .btn-more:before,.btn-more:after{
    content: '';
    position: absolute;
    background: #fff;
  }
  .btn-more:before {
    top: 24px;
    right: 20px;
    height: 2px;
    width: 18px;
  }
  .btn-more:after {
    top: 20px;
    right: 20px;
    height: 2px;
    width: 10px;
    transform: rotate(45deg);
  }
  .agen_sp{
    display: flex;
    width: 100%;
    height: auto;
    margin: 1em auto;
  }
  .agen_sp div{
    width: 48%;
    padding: 0px 11px;
    height: auto;
    margin: 1%;
    text-align: left;
    font-size: 14px;
    line-height: 1.7em;
  }
  .agen_sp div a{
    padding: 6px 0 !important;
  }

    
  .sinB{
    text-align: center;
    height: auto;
    max-width: 500px;
    font-size: 17px;
    line-height: 1.7em;
    margin: 1em auto;
    font-weight: bold;
  }
  .sinB h2{
    color: var(--color-main);
    font-size: 18px;
    font-weight: bold;
    margin: 0.5em auto;
  }
  .sinB h3{
    color: var(--color-main);
    font-size: 25px;
    font-weight: bold;
    margin: 0.5em auto;
  }
  hr.sinBhr{
    margin: 1em auto;
    color: var(--color-main);
  }

  .box_iine{
    padding: 4em  1em 1em 1em;
    background-color: #f1f1f1;
    font-size: 15px;
    text-align: justify;
    margin: 3em auto;
    max-width: 760px;
    width: 95%;
    line-height: 1.6em;
    position: relative;
  }
  .box_iine h2{
    background-color: var(--color-main);
    color: white;
    padding: 1em;
    margin: 2em auto;
    max-width: 500px;
    position: absolute;
    top: -60px;
    left: 0;
    width: 50%;
}
.new_hora{
    display: flex;
    max-width: 900px;
    width: 98%;
    height: auto;
    margin: 1em auto;
    align-items: center;
    flex-wrap: wrap;
}
.new_hora div{
    width: 48%;
    height: auto;
    margin: 1%;
    line-height: 2em;
}
.new_hora img{
    width: 100%;
    height: auto;
}
.new_hora div p{
    font-size: 16px;
}
.new_hora div p span{
    font-size: 1.4em;
    font-weight: bold;
}
.new_hora div h4{
    font-size: 15px;
}
@media screen and (max-width: 700px) {
    .box_iine h2{
        width: 80%;
    }
    .new_hora div{
        width:100%;
        text-align: center;
    }
}



.top_p{
    margin: 1em auto;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: center;
    padding: 1em 0;
}





/* CSS追加 */
.hosi{
    width: 95%;
    height: auto;
    margin: 1em auto;
    max-width: 886px;
    text-align: center;
}
.hosi img{
    width: 100%;
    height: auto;
}
.hosi a{
    font-size: 14px;
    color: #1600e0;
    margin: 1em auto;
    text-align: center;
    line-height: 4em;
}
h2.beauty-h2{
    font-size: 2.5rem;
    color: #ACB6E5;
    background: -webkit-linear-gradient(0deg, #28c06d, #2099c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: serif;
    text-align: center;
}
h3.beauty-h3{
    font-family: serif;
    text-align: center;
    font-size: 16px;
    margin: 1em auto;
}
.setggfada{
    margin: 1em auto;
    max-width: 500px;
    width: 95%;
    line-height: 22px;
}
.bdaffa{
    background: -webkit-linear-gradient(0deg, #2e9fb9, #166585);
    width: 100%;
    height: auto;
    margin: 1em auto;
    padding: 2em 0;
}
.beauty-h22{
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    color: white;
}
.bdaffa_box{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 1em auto;
}
.bdaffa_box div{
    color: white;
    font-family: serif;
    width: 48%;
    margin: 1%;
    padding: 2em 2%;
    border: solid 1px white;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

@media screen and (max-width: 700px) {
    .bdaffa_box .fffs{
        width: 91%;
        margin: 1em auto;
    }
}
.text_lp{
    text-align: justify;
    line-height: 1.8em;
    font-size: 14px;
    margin: 1em auto;
    color: #333;
    width: 95%;
  }

  .servi_ch{
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
  }
  .servi_ch div{
    width: 31%;
    height: auto;
    margin: 1%;
  }
  .servi_ch img{
    width: 100%;
    height: auto;
  }
    .responsive-gallery {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  margin: 0 auto;
  width: 98%;
}

.gallery-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 100%;
  max-width: 300px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* PC表示（768px以上）では3枚横並び */
@media screen and (min-width: 768px) {
  .responsive-gallery {
    overflow-x: hidden;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .gallery-item {
    flex: 1 1 calc(33.33% - 12px);
    max-width: none;
  }
}