@charset "utf-8";

@media screen and (min-width:789px){

body {
        line-height: 1.5em;
        list-style: none;
        font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: .1em;
        
        vertical-align: bottom;
        background: url(../img/bg-main.webp);
        background-size: contain;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;

    }

:root {
        --orange: #362d23;
        --p-orange: #ff671a;
        --l-pink: #fdebe2;
        --pink:#f48076;
        --p-pink:#ea7f9e;
        --red: #ff0000;
        --white: #ffffff; 
        --l-blue: #d2edec;
        --blue: #3da3cc;
        --p-blue:#2a80ca;
        --yellow: #eef833;
        --gray: #b1b1b1;
        --caremadoblue: #409dfc;      
        --ligttblue: #E8FCFA;
        --green : #5bc8ac;
        --bg: #001B33;

    }

li {
        list-style: none;
    }

a {
        text-decoration: none;
    }

main {
        overflow: hidden;
        margin-top: 230px;

    }

    .breadcrumb-container {
        font-size: 10px;
        margin: 10px 10px;
    }
    .breadcrumb-container ul {
        margin-left: 100px;
        margin-top: 30px;
    }
    .breadcrumb-container ul li {
        display: inline-block;
        margin-right: 10px;
    }
    .breadcrumb-container ul li a {
        color: #0080ff;
    }

   /**********メニュー**********/
   .pc_display_none {
    display: none!important;
}
.header_hamburger_menu {
  display: flex;
  justify-content: space-between;
  /*padding: 10px;*/
  width: 80%;
  margin: 0 auto;
}

#js-hamburger-menu {
  display: none;
}

.navigation__list {
  display: flex;
  padding: 20px 10px 0px 0px;
  z-index: 100000000000000;
}

.navigation__list-item {
  margin: 0 20px;
}

.navigation__list-item a {
  color: #362d23;
  font-size: 13px;
  font-weight: bold;
  z-index: 100000000000000;
  position: relative; /* z-index が適用されるように position を追加 */
}

.header_logo {
  margin-left: 10px;
}

.header_logo img {
  width: 280px;
}

.logo_text {
  font-size: 15px;
  margin-left: 10px;
  color: var(--bg);
}

.logo_text_span {
  color: #fd3567;
}

@media screen and (max-width:1300px){

  .header_logo img {
      width: 200px;
      
  }

  .header_hamburger_menu {
      width: 100%;
      margin: 0 auto;
  }
}

@media screen and (max-width:980px){
  .header_hamburger_menu {
      /*width: 100%;*/
      margin: 0 auto;
  }

  .navigation__list {
      display: flex;
      /*padding: 20px 0px 0px 0px;*/
  }

}

@media screen and (max-width:840px){
  .header_hamburger_menu {
      width: 100%;
      margin: 0 auto;
  }

  .navigation__list-item {
      margin: 0 10px;
  }

}

.navigation__list_svg {
  margin-right: 5px;
 
}

/**********メニュー追加デザイン**********/
.left_c {
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  margin-left: 10px;
  z-index: 1000000000000000;
  position: relative; /* z-index が適用されるように position を追加 */
}


/* header */
header {
    width: 100%;
    /* background-image: url(../img/bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--white); */
    padding-top: 20px;
    padding-bottom: 20px;
    height: 400px;   

  position: relative;
  background: url(../img/image-garland.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.mv_logo_text {
  position: absolute;
  bottom: -1%;
}



.sp_style , .sp_style_btn, .sp_style_btn_ {
  display: none;
}

.pc_style_btn {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1%;
  /* background-color: #121b2d */
  z-index: 9999999999999999999;

}
.pc_style_btn a {
  width: 300px;
  margin: 0 auto;
  padding: 13px 40px 13px 40px;
  border-radius: 30px;
  border: #382a1b solid 4px;

  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: [object object];
  background-image: linear-gradient(180deg, rgb(255, 111, 111), #F24343);
  color: var(--white);
  font-weight: bold;
}

.pc_style_btn a:hover {
  filter: brightness(1.15);
}
.mv-decoration{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.mv-decoration img{
  width: 300px;
}

/*h1 {
  font-size: 2.3em;
  /*font-family: "Zen Maru Gothic", "myfont", sans-serif;*/
  /*font-weight: 900;
  letter-spacing: 0.3em;*/

  /*display: inline-block;*/
 /* background: linear-gradient(90deg, #58c6ff 0%, #02a1f9 20%, #29f19c 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

  /*color: #FF6161;
  text-shadow: 2px 2px 0 var(--white),
  -2px 2px 0 var(--white),
  2px -2px 0 var(--white),
  -2px -2px 0 var(--white);

  position: absolute;
  top: 23%;
  left: 0;
  right: 0;*/
  /*text-align: center;*/
 /* z-index: 100000000000;*/

/*}*/

.pc_style {
  margin: 0 auto;
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  top: 15%;
}
.pc_style img {
  width: 950px;
}
@media screen and (max-width:999px){
  .pc_style img {
    width: 870px;
  }
}
@media screen and (max-width:899px){
  .pc_style img {
    width: 770px;
  }
  main {
    margin-top: 110px;
  }
}
@media screen and (max-width:799px){
  .pc_style img {
    width: 700px;
  }
}
/*
.mv_logo_text img {
  width: 500px;
  margin-top: 30px;
}

@media screen and (max-width:979px){
  .mv_logo_text img {
    width: 450px;
    margin-top: 10px;
  }
}

@media screen and (min-width:1300px){
  .mv_logo_text img {
    width: 600px;
    margin-top: 40px;
  }
}

@media screen and (min-width:1450px){
  .mv_logo_text img {
    width: 700px;
    margin-top: 40px;
  }
}*/
h1 {
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: 2.1em;
  color: #FF6161;
  text-shadow: 2px 2px 0 var(--white),
  -2px 2px 0 var(--white),
  2px -2px 0 var(--white),
  -2px -2px 0 var(--white);
}
h1 span {
  color: #550000;
  font-size: 0.8em;
}
.h2-bold {
  text-align: center;
  font-weight: 900;
  font-size: 1.7em;
}

/***problem***/
.problem {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content-problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.content-problem img {
  width: 380px;
  
}
.content-problem p {
  font-weight: bold;
  font-size: 1.7em;
  text-shadow: 2px 2px 0 var(--white),
  -2px 2px 0 var(--white),
  2px -2px 0 var(--white),
  -2px -2px 0 var(--white);
}
.problem-1 {position: relative;}
.problem-1 p {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
}
.problem-2 {position: relative;}
.problem-2 p {
  position: absolute;
  bottom: 15%;
}

/***introduction***/
.introduction {
  padding-top: 90px;
}


.introduction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  
  padding-top: 50px;
  padding-bottom: 60px;
}

.introduction-grid-box {
  position: relative;
  width: 320px;
  margin: 1.9em auto 0;
  /*padding: 2em 3.0em;*/
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  
  border-radius: 30px;

  height: 390px;
}

.introduction-grid-box span {
  position: absolute;
  width: 100px;
  top: -1em;
  left: 0px;
  right: 0px;
  padding: .6em .8em;
  border-radius: 50px;
  background-color: #FF6161;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}

.introduction-grid-box-detail-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--red);
}
.introduction-grid-box-detail-flex li {
  border: var(--red) 1px solid;
  border-radius: 20px;
  margin: 5px;
}

.introduction-grid-box span img {
  width: 100px;
}

/* ボックスごとに背景画像を指定 */
.introduction-grid-box:nth-child(1) {
  background-image: url('../img/image-1.webp');
}

.introduction-grid-box:nth-child(2) {
  background-image: url('../img/image-2.webp');
}

.introduction-grid-box:nth-child(3) {
  background-image: url('../img/image-3.webp');
}

.introduction-grid-box p {
  margin: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  color: var(--red);
  font-size: 1.5em;
  font-weight: 800;
}

.introduction-grid-box-detail {
  /*font-size: 0.8em;
  font-weight: normal;
  text-align: left;
  margin-top: 10px;*/
  position: absolute;
  width: 320px;
  margin: 0 auto;
  top: 200px;
  background-color: #ffffffc5;
  padding-top: 20px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  padding: 0 10px 10px 10px;
}

@media screen and (min-width:1530px){
  .introduction-grid-box{
    width: 370px;
    height: 440px;
  }
  .introduction-grid-box-detail {
    width: 370px;
    margin: 0 auto;
    top: 260px;
  }
  /*.introduction-grid {
    width: 100%;
    margin: 0 auto;
  }
  .introduction-grid-box{
    max-width: 300px;
    padding: 1.6em 2.5em;
  }*/
}
@media screen and (max-width:1150px){
  .introduction-grid {
    width: 100%;
    margin: 0 auto;
  }
  .introduction-grid-box{
    width: 280px;
  }
  .introduction-grid-box-detail {
    width: 280px;
    margin: 0 auto;
  }
  .introduction-grid-box p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 870px) {
  .introduction-grid {
    grid-template-columns: 1fr 1fr; /* 2カラムに変更 */
    grid-template-rows: auto auto; /* 行の高さを自動に */
    grid-template-areas: 
      "box1 box2"  /* 上段は2カラム */
      "box3 box3"; /* 下段は1カラムで幅を取る */
  }
  
  .introduction-grid-box:nth-child(1) {
    grid-area: box1; /* POINT1 のエリア */
  }

  .introduction-grid-box:nth-child(2) {
    grid-area: box2; /* POINT2 のエリア */
  }

  .introduction-grid-box:nth-child(3) {
    margin-top: 60px;
    grid-area: box3; /* POINT3 のエリア */
  }
  .introduction-grid-box{
    width: 320px;
  }
  .introduction-grid-box-detail {
    width: 320px;
    margin: 0 auto;
  }
}

.introduction-grid-text {
  text-align: center;
  margin-bottom: 60px;
  color: #550000;
  font-size: 1.0em;
  font-weight: bold;
}
/***コンバージョンadd***/
.conversion-add {  
  padding-top: 70px;
  /*background-color: #fdfbed;*/
  padding-bottom: 70px;
  position: relative;
  /*background-image: url(../img/image-bg-sp.webp);
  background-size: contain;
  background-size: cover;
  background-position: center;*/
}
.conversion-add-2 p {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 30px;
  color: #550000;
  text-align: center;
}
.conversion-add-img {
  position: absolute;
  top: 20%;
  right: 28%;
}
.conversion-add-img img {
  width: 130px;
}
@media screen and (max-width: 1340px) {
  .conversion-add-img {
    top: 20%;
    right: 18%;
  }
}
@media screen and (max-width: 900px) {
  .conversion-add-img {
    top: 20%;
    right: 8%;
  }
}

/***コンバージョン***/
.conversion {
  
  padding-top: 60px;
  background-color: #ffeef385;
  padding-bottom: 60px;

}
.conversion-flex {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.conversion-1 img {
  width: 160px;
  margin-left: 60%;
}
.conversion-1 {
  width: 30%;
}
.conversion-2 {
  width: 60%;
}
.conversion-2 p {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 30px;
  color: #550000;
}
.conversion-btn {
  background-color: #F24343;
  padding: 10px 70px;
  border-radius: 30px;
  color: var(--white);
  font-size: 1.2em;

  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  background-color: [object object];
  background-image: linear-gradient(180deg, rgb(255, 111, 111), #F24343);
}
.conversion-btn:hover {
  filter: brightness(1.15);
}

.content-1 {
  margin-top: 80px;
}

.content-1-box {
  position: absolute;
  z-index: 10;
  top: -5%;
}

.content-1-box img {
  width: 50%;
}

.content-1-box-text {
  background-color: #F5F5F5;
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 60px 50px 50px 50px;
  line-height: 2.0em;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size:cover;
}

.content-1-box-text p {
  font-weight: bold;
  width: 80%;
}

@media screen and (max-width:1120px){
  .content-1-box-text {
    width: 800px;
 
  }
}

@media screen and (max-width:930px){
  .content-1-box-text {
      bottom: -30px;
      left: 0px;
      width: 85%;
  }
}

h3 {

  font-size: 1.7em;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.3em;

  display: inline-block;
 /* background: linear-gradient(90deg, #58c6ff 0%, #02a1f9 20%, #29f19c 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

  color: #FF6161;
  text-shadow: 2px 2px 0 var(--white),
  -2px 2px 0 var(--white),
  2px -2px 0 var(--white),
  -2px -2px 0 var(--white);
}

.h4-info {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #000F1D;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.yellow-line {
  background: linear-gradient(transparent 70%, #fff025 30%);
}

@media screen and (max-width:950px){
  h3 {
    margin-top: -30px;
  }
}

/**********Item**********/

.item-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 100px;
}

.item-li span {
  position: absolute;
  width: 100px;
  top: -1em;
  left: 10px;
  right: 0px;
  padding: .6em .8em;
  border-radius: 50px;
  background-color: #fd90a2;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}

.item ul img {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.item-flex dl dd {
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
  padding: 10px;
}

.item-flex li {
  padding-bottom: 15px;
  border-radius: 8px;
  /*border: solid 1px var(--main);*/
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
  margin: 40px;
  width: 30%;
  margin: 0 auto;
  position: relative;
  background-color: var(--white);
}

.item-li-p-first{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
  color: #fd3567;
  text-align: right;
  padding: 0 10px 0 10px;
}
.item-li-p-last{
  font-size: 13px;
  line-height: 1.8em;
  text-align: right;
  padding: 0 10px 0 10px;
}


/**********content-2**********/
.content-2 {
  width: 100%;
  margin: 0 auto;
}
.content-2-point img {
  position: absolute;
  width: 310px;
  right: -80px;
  bottom: 0;
}

.content-2-point {
  z-index: 200;
}

@media screen and (max-width:1120px){
  .content-1-box-text p {
    font-weight: bold;
    width: 60%;
  }
  .content-2-point img {
    width: 300px;
    right: 1px;
  bottom: 0;
  }
}


@media screen and (max-width:880px){

  .content-2-point img {
    width: 300px;
    right: 1px;
    bottom: 0;
  }
}

/**********content-3**********/
.content-3-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 70px;

}
.content-3-a-box-text {
  /*background-color: #FF7A7A;*/
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 60px 50px 50px 50px;
  line-height: 2.0em;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size:cover;
  margin: 30px;
  color: #362d23;
  text-align: center;
  border: #00DFBB 1px solid;
}

.content-3-b-box-text {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 60px 50px 50px 50px;
  line-height: 2.0em;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size:cover;
  margin: 30px;
  color: #362d23;
  text-align: center;
  border: #00D3D9 1px solid;
}

.content-3-box {
  position: absolute;
  z-index: 10;
  top: -15%;
  right: 0;
  left: 0;
}

.content-3-box img {
  width: 100%;
}

.content-3-a-box-text p:first-of-type  {
  font-weight: 900;
  font-size: 1.7em;
  margin-top: 15px;
  line-height: 1;
}
.content-3-a-box-text p:last-of-type  {
  font-size: 1em;
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
}
.content-3-b-box-text p:first-of-type  {
  font-weight: 900;
  font-size: 1.7em;
  margin-top: 15px;
  line-height: 1;
}
.content-3-b-box-text p:last-of-type  {
  font-size: 1em;
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
}

/**********ホテル清掃メリットcontent-4 向いてるかも**********/


.hotel-advantage {
  padding-top: 100px;
  position: relative;
  background-color: #ffeef385;
  border-radius: 30px 30px 0 0;
}

.hotel-advantage-h2 {
  background-color: white;
  max-width:700px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  line-height: 1.2;
  color: #FF6161;

  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.content-4-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}
.content_4_card_right {
    background-color: #ffffff;
    width: 100px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin: 50px 5px 40px 5px;

    color: #FF6161;
    font-size: 11px;
    line-height: 1.3em;
    font-weight: bold;
    border: #ff6161 1px solid;
    
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    /*box-shadow: 0px 4px 0px 0px #7a7a7a;*/
}

.content_4_card_right img {
    width: 100px;
}

.hotel-advantage-text {
  text-align: center;
  color: #362d23;
  font-weight: 800;
  padding-bottom: 100px;
}
.hotel-advantage-image img {
  width: 800px;
}

.reskiling_logo {
  background-color: var(--white);
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  border-radius: 30px;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 30px 15px 30px;
  margin-top: 30px;
}
.reskiling_logo img {
  width: 80%;
}
/**********bg-advantage**********/
.content-advantage {
  margin-top: 60px;

  background-image: url(../img/image-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  
}
.bg-advantage {
  background-image: url(../img/image-bg-pc-1.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 600px;
  margin: 0 auto;
}

.content-advantage p {
  text-align: right;
  font-size: 0.5em;
  margin-bottom: 30px;
  margin-right: 10px;
}

/**********bg-safety-and-security**********/
.content-safety-and-security {
  margin-top: 60px;
}
.bg-safety-and-security {
  background-image: url(../img/safety-and-security-pc.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 600px;
  margin: 0 auto;
}

/**********footer**********/

footer {
        
    background-color: #121b2d;
}

.footer_container {

    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 40px;
    position: relative;

}

.footer_flex {
    display: flex;
    justify-content: space-between;
}

.footer_logo img {
    width: auto;
    height: 54px;
}

.footer_end {
    float: right;
    color: var(--white);
    font-size: 0.6em;
}

.footer_container_img {
    position: absolute;
    bottom: 91%;
    right: 10%;
}

.footer_container_img img {
    width: 200px;

}

.footer_ul {
    display: flex;
    justify-content: right;
}

.footer_ul li {
    margin-top: 5px;
}

.footer_ul li a {
    color: var(--white);
    padding: 0 10px;
    font-size: 14px;
}

.footer_p {
    color: var(--white);
    font-size: 12px;
}

/***トップへ戻るボタン***/
.pagetop {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #ff88a6;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    opacity: 0;
    transition: .5s;
}

.pagetop  a {
    color: #ff88a6;
}

.pagetop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

/*****  問合せ  *****/
.formRow {
  /*background-color: var(--bg);*/
  padding-bottom: 100px;

}

.contact_box{
  padding: 12px;
  line-height: 1.5em;
  max-width: 720px;
  margin: 0 auto;
}

.contact_box h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 40px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 720px;*/
}

.form-widiy {
max-width: 720px;
padding: 20px 20px 40px 20px;
margin: 0 auto;
margin-top: 50px;


}

button {
  border-style: none;
}

.Form-Btn:hover {
  filter: brightness(1.10);
}

.selectbox-003 {
 display: inline-flex;
 align-items: center;
 position: relative;
}

.selectbox-003::after {
 position: absolute;
 right: 15px;
 width: 10px;
 height: 7px;
 background-color: #535353;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
 content: '';
 pointer-events: none;
}

.selectbox-003 select {
 margin-top: 8px;
 margin-bottom: auto;
 appearance: none;
 min-width: 280px;
 height: 2.8em;
 font-size: 1em;
 cursor: pointer;
 border: 1px solid #ddd;
 border-radius: 6px;
 margin-left: 40px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 width: 100%;
 background: #eaedf2;
}

.selectbox-005 {
 display: inline-flex;
 align-items: center;
 position: relative;
}

.selectbox-005::after {
 position: absolute;
 right: 15px;
 width: 10px;
 height: 7px;
 background-color: #535353;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
 content: '';
 pointer-events: none;
}

.selectbox-005 select {
 margin-top: 8px;
 margin-bottom: auto;
 appearance: none;
 min-width: 130px;
 height: 2.8em;
 font-size: 1em;
 cursor: pointer;
 border: 1px solid #ddd;
 border-radius: 6px;
 margin-left: 40px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 width: 100%;
 background: #eaedf2;
}

.selectbox-004 {
 display: inline-flex;
 align-items: center;
 position: relative;
}

.selectbox-004::after {
 position: absolute;
 right: 15px;
 width: 10px;
 height: 7px;
 background-color: #535353;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
 content: '';
 pointer-events: none;
}

.selectbox-004 select {
 margin-top: 8px;
 margin-bottom: auto;
 appearance: none;
 min-width: 90px;
 height: 2.8em;
 font-size: 1em;
 cursor: pointer;
 border: 1px solid #ddd;
 border-radius: 6px;
 margin-left: 10px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 width: 100%;
 background: #eaedf2;
}

@media screen and (max-width: 480px) {
 .selectbox-003 select , .selectbox-005 select{
   margin-left: 0px;
 }
}
.Form-Item-Input-Old {
 margin-top: 8px;
 margin-bottom: auto;
 max-width: 80px;
 height: 2.8em;
 border: 1px solid #ddd;
 border-radius: 6px;
 margin-left: 40px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 width: 80%;
 background: #eaedf2;
}

@media screen and (max-width: 480px) {
 .Form-Item-Input-Old {
   margin-left: 0px;
 }
}

.label-old-p {
 font-size: 18px;
 margin-left: 5px;
 margin-top: 10px;
}


@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 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: var(--red);
  color: #fff;
  font-size: 14px;
}

.Form-Item-Label-Optional {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required , .Form-Item-Label-Optional {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }

}
.Form-Item-Input {
  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 {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.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 {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  display: block;
  letter-spacing: 0.05em;
  background: var(--green);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.read-more-002 {
  position: relative;
}  
.read-more-002 dd {
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 開く前に見せたい行数を指定 */
}

.read-more-002:has(:checked) dd {
  display: block;
}
.read-more-002 dd::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}

.read-more-002:has(:checked) dd::after {
  content: none;
}

.read-more-002 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #4f96f6;
  font-size: .8em;
}

.read-more-002 label:hover {
  color: var(--green);
  text-decoration: underline;
  cursor: pointer;
}

.read-more-002:has(:checked) label {
  display: none;
}

.read-more-002 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.read-more-002 input {
  display: none;
}

/* ページネーション *//* form-nav */
.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */
.progressbar .item.active {
    z-index: 1;
    background: var(--green);
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: var(--green);
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}



} /*END:min-width:789px*/