@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;


    }

:root {
  --red: #ff0000;
  --white: #ffffff; 
  --l-blue: #d2edec;
  --gray: #b1b1b1;
  --blue: #3da3cc;
  --orange : #E86B1F;
  --bg: #001B33;
  --ligttblue: #E8FCFA;

  }

li {
        list-style: none;
    }

a {
        text-decoration: none;
    }

main {
        overflow: hidden;

    }

    .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;
    }

/* header */

.mv-class {
  background-color: #10386B;
  margin-top: 60px;
  padding: 70px 0px 70px 0px;
}

.mv-class p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 1.0em;
}

.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;
}



.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:799px){
  .pc_style img {
    width: 700px;
  }
}

h1 {
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: 2.1em;
  color: #fff;
}
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%;
}

/***コンバージョン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%;
  }
}







/**********footer**********/

footer {
        
    background-color: #121b2d;
    margin-bottom: 100px;
}

.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(--orange);
  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(--orange);
  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(--orange);
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: var(--orange);
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}



} /*END:min-width:789px*/