@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*{
    box-sizing: border-box;
}
body{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 4.5vw;
    color: #423a21;
    line-height: 1.5;
}
@media (min-width: 480px) { 
    body{
         font-size:16px;
    }
}
a{
    color: #423a21;
    text-decoration: underline;
}
a:hover{
    color: #423a21;
    text-decoration: none;
}
input,textarea,select {
    outline: 0;
}
img{
    width: 100%;
    height: auto;
}
.inter800 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
.inter400 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.c-wrapper{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
}
.c-header{
    width: 100%;
    background: #00c291;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}
.c-header span{
    color: #fff;
}
.c-header span .bold{
        font-weight: 700;
        background: #c89b1c;
        padding: 5px;
        border-radius: 5px;
        line-height: 1.8;
}
.c-header .c-logo{
    width: 70%;
    display: block;
    margin: 5px auto;
    max-width: 240px;
}
.c-footer{
    width: 100%;
    background: #e4e3e0;
    padding: 1rem;
    text-align: left;
    position: relative;
}
.c-footer .c-footer__logo{
    width: 100%;
    margin: 5px 0;
}
.c-footer .c-footer__logo .c-logo{
    width: 45%;
    display: block;
    margin: 5px 0;
    max-width: 240px;
}
.c-footer .c-footer__logo span{
    color: #423a21;
}
.c-footer .c-footer__company{
    color: #423a21;
    margin-top: 2.4rem;
}
.c-footer .c-footer__company p{
    margin: 5px 0;
}
.c-footer__copy{
    background: #423a21;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 80%;
}
.c-footer__copy a{
    color: #fff;
}
.c-footer__copy a:hover{
    color: #fff;
}

.c-title{
    background:url(../images/kv_bg.jpg) right top no-repeat;
    background-size: cover;
    position: relative;
    min-height: 240px;
    max-height: 330px;
    height: 70vw;
}
.c-title h1{
    position: absolute;
    width: 46%;
    margin: 0;
    top: 10%;
    left: 5%;
}
.c-form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.c-form .fields {
    position: relative;
    padding: 20px;
}
.c-form input[type="text"], 
.c-form input[type="number"], 
.c-form input[type="email"],
.c-form input[type="date"],
.c-form input[type="tel"],
.c-form select {
    display: flex;
    margin-top: 10px;
    padding: 15px;
    border: none;
    width: 100%;
    flex-basis: 100%;
    height: 47px;
    border-radius: 10px;
    background: #fff;
}
.c-form input[type="text"]::placeholder, 
.c-form input[type="number"]::placeholder, 
.c-form input[type="email"]::placeholder, 
.c-form input[type="tel"]::placeholder, 
.c-form input[type="date"]:invalid, 
.c-form textarea::placeholder,
.c-form select:invalid {
    color: #858688;
    background: #fff;
}

.c-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #423a21 50%), linear-gradient(135deg, #423a21 50%, transparent 50%);
    background-position: calc(100% - 22px) 18px, calc(100% - 13px) 18px;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    color: #423a21;
    font-weight: 600;
    display: block;
    padding: 0 15px;
}
.c-form select option:first-child {
    display: none;
 }
.c-form input[type="date"]::-webkit-calendar-picker-indicator {
    color: #ddd;
    filter: invert(0.8);
}
.c-form textarea {
    resize: none;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: none;
}
.c-form .buttons {
    padding: 20px;
    text-align: center;
    padding-bottom: 40px;
}
.c-form .btn {
    display: block;
    width: 100%;
    padding: 20px 20px;
    background-color: #c89c1a;
    background-image: repeating-linear-gradient(-45deg, #c29100, #c29100 10px, #c89c1a 10px, #c89c1a 15px);
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-right: 5px;
    text-decoration: none;
    font-size: 6vw;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
@media (min-width: 480px) { 
    .c-form .btn{
        font-size: 20px;
    }
}

.c-form .btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.2rem;
    width: 14px;
    height: 14px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #fff;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #fff;
    transform: rotate(45deg);
}
.c-form .btn:hover {
    opacity: .8;
    box-shadow: none;
}
.c-form .btn.alt {
    background-color: #e4e3e0;
    background-image:none;
    color: #423a21;
    display: inline-block;
    width: auto;
    margin-top: 2rem;
    box-shadow: none;
    border: none;
}
.c-form .btn.alt::after {
    display: none;
}
.c-form input[name="email"] {
    position: relative;
    display: block;
}
.c-form .field {
    display: inline-flex;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    align-items: flex-end;
    font-weight: 600;
}
.c-form .field.field--auto {
    width: auto;
}
.c-form .field.field--auto input{
    margin-right: 5px;
}
.c-form label, .c-form p {
    font-weight: 600;
    color: #423a21;
}
.c-form .field i {
    position: absolute;
    color: #dfe2e5;
    top: 25px;
    left: 15px;
    z-index: 10;
}
.c-form .field i ~ input {
    padding-left: 45px !important;
}
.c-form .responses {
    padding: 15px;
    margin: 0;
}
.c-form .fields .wrapper {
    display: flex;
    justify-content: space-between;
}
.c-form .fields .wrapper > div {
    width: 100%;
}
.c-form .fields .wrapper .gap {
    width: 35px;
}
.c-form .c-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: calc(100% - 15px);
    align-self: center;
    margin: -50px auto 0;
}
.c-form .c-steps .c-steps__item {
    width: calc( ( 100% - 4% ) / 3 );
    height: 50px;
    background-color: #423a21;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    font-family: "inter",serif;
    font-weight: 800;
    font-style: normal;
    color: #d0cdcd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:5.6vw;
}
@media (min-width: 480px) { 
    .c-form .c-steps .c-steps__item{
        font-size: 22px;
    }
}

.c-form .c-steps .c-steps__item.current {
    background-color: #00c291;
    color: #ffffff;
}
.c-form .c-steps .c-steps__item.complete {
    background-color: #423a21;
}
/*
.c-form .rating {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.c-form .rating input[type="radio"]:checked,
.c-form .rating input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.c-form .rating input[type="radio"]:checked + label,
.c-form .rating input[type="radio"]:not(:checked) + label
{
    display: flex;
    position: relative;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    cursor: pointer;
    color: #423a21;
    z-index: 10;
}
.c-form .rating input[type="radio"]:checked + label:before,
.c-form .rating input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #dfe0e0;
    border-radius: 100%;
    background: #fff;
    z-index: -1;
}
.c-form .rating input[type="radio"]:checked + label:after,
.c-form .rating input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: #c9704c;
    z-index: -1;
}
.c-form .rating input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.c-form .rating input[type="radio"]:checked + label {
    color: #fff;
}
.c-form .rating input[type="radio"]:checked + label:after {
    opacity: 1;
}
.c-form .rating-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #423a21;
    padding: 15px 0 25px;      
}
*/


.c-form input[type="radio"],.c-form input[type="checkbox"].checkbtn {
    position: absolute;
    left: -9999px;
  }
  
  .c-form input[type="radio"] + label,
  .c-form input[type="checkbox"].checkbtn + label {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 15px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 10px;
    color: #423a21;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
  }
      
  .c-form input[type="radio"] + label:hover, .c-form input[type="radio"]:focus + label, .c-form input[type="checkbox"].checkbtn + label:hover, .c-form input[type="checkbox"]:focus + label {
    box-shadow: none;
  }
  
  .c-form input[type="radio"]:checked + label,
  .c-form input[type="checkbox"].checkbtn:checked + label {
    background-color: #95e5d1;
    box-shadow: none;
  }
  

.c-form .group {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 15px;
}
.c-form .group label {
    display: flex;
    font-weight: 500;
    height: 25px;
    align-items: center;
    padding-bottom: 5px;
}
.c-form .group input[type="radio"],
.c-form .group input[type="checkbox"] {
    appearance: none;
    display: inline-flex;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #dfe0e0;
    background-color: #eef1f1;
    border-radius: 50%;
    margin-right: 10px;
}
.c-form .group input[type="radio"]:hover,
.c-form .group input[type="checkbox"]:hover {
    border: 1px solid #d2d3d3;
}
.c-form .group input[type="radio"]:checked,
.c-form .group input[type="checkbox"]:checked {
    border: 1px solid #d2d3d3;
    background-color: #2996ed;
}
.c-form .group input[type="checkbox"] {
    border-radius: 0;
}
.c-form .c-steps__content {
    display: none;
    background: #00c291;
}
.c-form .c-steps__content.current {
    display: block;
}
.c-form .result {
    padding: 25px;
    background: #fff;
}
.c-form .result h3 {
    color: #423a21;
}
.c-form .result p {
    font-weight: 600;
}
.c-form .result dl {
    width: 100%;
    margin: auto;
    border-bottom: 1px dashed #423a21;
    padding: 20px 0 10px;
}
.c-form .result dt {
    color: #00c291;
    font-weight: 700;
    text-align: left;
}
.c-form .result dd {
    font-weight: 700;
    text-align: center;
    margin: 0;
}
/*margin*/
.c-martop10{
    margin-top: 10px;
}
.c-martop20{
    margin-top: 20px;
}
.c-martop30{
    margin-top: 30px;
}




input[type=checkbox].checkbox { display:none; } /* to hide the checkbox itself */
input[type=checkbox].checkbox + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=checkbox].checkbox + label{
    margin-top:20px;
    display: block;
}

input[type=checkbox].checkbox + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox].checkbox + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox].checkbox:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox].checkbox:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


/* スタイル (基本的なモーダル用のCSS) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 500px;
  max-width: 80%;
  max-height: 400px;
  height:60%;
  text-align: left;
  overflow:scroll;
  font-size: 80%;
}
.modal-content h3{
    margin-top: 1rem;
    text-decoration: underline;
}

.c-line__wrap{
    background: #bfe1bf;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2.5rem;
}
.c-line__wrap h2{
    margin-top: 0;
    text-align: center;
}
.c-line__wrap p{
    margin-top: 1.5rem;
    text-align: left;
}
.c-line__wrap .c-line__btn{
    display: block;
    width: 200px;
    margin: 2rem auto 0;
}

.c-stepbar {
    margin: 2em auto 0;
    width: 80%;
  }
  .c-stepbar h2{
    text-align: center;
    margin-top: 3.4rem;
  }
  
  .c-stepbar .c-stepbar__wrap {
    margin: 1.5em 0;
    position: relative;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__title {
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    color: #00c291;
    font-weight: 700;
}
  .c-stepbar .c-stepbar__wrap .c-step__titletext {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    color: #00c291;
    font-weight: 700;
}
  
  .c-stepbar .c-stepbar__wrap .c-step__title .c-step__circle {
    display: flex;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #00c291;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: .5em;
    z-index: 1;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__title .c-step__circle span {
    display: block;
    line-height: 1.6em;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__title .c-stepbar__title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__txt {
    padding-left: 4.2em;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__txt .txt {
    font-size: 0.9em;
  }
  
  .c-stepbar .c-stepbar__wrap .c-step__line {
    width: 2px;
    height: calc(100% + 1em);
    background-color: #00c291;
    position: absolute;
    top: 1em;
    left: 1.8em;
  }
  
  .c-stepbar__wrap:last-of-type .c-step__line:last-of-type {
    display: none;
  }

  .c-linebox{
    background: #bfe1bf;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-top: 2rem;
  }
  