@charset "utf-8";

@font-face { 
    font-family: "myfont";  
    src: url("../rounded-mplus-2p-medium.ttf") format("truetype") }
  

@media screen and (max-width:788px){

body {

        background-size: contain;
        line-height: 1.6em;
        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;
        background-attachment: fixed;
        
}

: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: 1px;
        margin-top: 30px;
    }
    .breadcrumb-container ul li {
        display: inline-block;
        margin-right: 10px;
    }
    .breadcrumb-container ul li a {
        color: #0080ff;
    }

    


/* メインヴュー */

.mv-class {
  background-color: #10386B;
  margin-top: 40px;
  padding: 50px 5px 50px 5px;
}

.mv-class p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 0.8em;
}

h1 {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  text-align: center;
}



/**********footer**********/
footer {
  margin-top: 50px;
  background-color: #121b2d;
  padding-bottom: 70px;
}

.footer_container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}

.footer_logo {
  display: flex;
  justify-content: space-between;
}

.footer_logo img {
  width: auto;
  height: 35px;
}

.footer_end {
  float: right;
  color: var(--white);
  font-size: 0.6em;
}

.footer_container_img {
  position: absolute;
  bottom: 95%;
  right: 3%;
}

@media screen and (max-width:370px){
  .footer_logo img {
      width: auto;
      height: 25px;
  }
}

.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 0 0;
  font-size: 12px;
}

.footer_p {
  color: var(--white);
  font-size: 12px;
}


/*****  問合せ  *****/



.form-widiy {
  padding: 30px 5px 30px 5px;
  margin: 0 auto;

}
.contact_box{
  padding: 12px;
  line-height: 1.5em;
}

.contact_box h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 40px;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

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: 100px;
 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: 80px;
 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-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: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  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;
    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:max-width:788px */