.btn-positive {
    cursor: pointer;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 1);
    z-index: 100000;
}
.remodal-wrapper {
    padding: 0;
    z-index: 100001;
}
.remodal {
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
}
.remodal-close {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    overflow: visible;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}
.remodal-close:before {
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    content: '';
    text-align: center;
    background: url("../img/add/btn-close.svg") no-repeat top center;
    background-size: 100%;
}

.form-inner {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.form-inner figure {
    width: 30%;
    margin: 2rem auto 2rem;
}
.form-inner .inner-txt {
    margin: 0 auto 3rem;
}

input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.other-txt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
}
.textarea-wrap {
    font-family: Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,-apple-system,BlinkMacSystemFont,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4375em;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
textarea {
    resize: vertical;
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    border: 1px solid rgba(0, 0, 0, 0.23);
    box-sizing: content-box;
    background: none;
    height: 115px !important;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100% !important;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    line-height: 1.5;
    border-radius: 6px;
    padding: 16.5px 14px;
}
textarea:disabled {
    background: #f2f2f2;
}

input[type='checkbox'],
input[type='radio'] {
    visibility: hidden;
    width: 0;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
select {
    border: 2px solid #000;
    background: #fff;
    padding: 1.25rem 4% 1.25rem 2%;
    width: 96%;
}
input[type='text'],
input[type='email'] {
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    padding: 1rem 0 1rem ;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
}
select:invalid,
input::placeholder {
    color: #ccc;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
.form-box {
    padding: 2rem 0 0;
} 
.select {
    position: relative;
}
.select::after {
    position: absolute;
    top: 1.5rem;
    right: 4%;
    content: '';
    width: 10px;
    height: 8.5px;
    display: block;
    background: url("../img/add/select-arrow.png") no-repeat top center;
    background-size: 10px auto;
}
dt.mfp {
    padding: 0 0 2rem;
}
dd.mfp {
    padding: 0 0;
}
div#mfp_hidden {
overflow: hidden;
width: 1px;
height: 1px;
padding: 0px;
margin: 0px;
}    
.under-txt {
    width: 90%;
    margin: 0 5% 2rem;
}  
.mfp_buttons {
    padding-bottom: 3rem;
}
.mfp_buttons button {
    background: #32A1DD;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 16px auto 16px;
    padding: 22px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ pro w3", hiragino kaku gothic pro, Osaka, "メイリオ", Meiryo, "ms pゴシック", ms pgothic, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
    transition-duration: .3s;
    color: #fff;
    box-shadow: 0px 9px 26px -16px rgb(0 0 0 / 60%), 0px 8px 26px -23px rgb(0 0 0 / 70%);
    display: block;
    font-weight: bold;
}  
.mfp_buttons button:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
.mfp_buttons button p {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}
.mfp_buttons button p span {
    font-size: 0.8rem;
}
.mfp_err {
    padding: 0.5rem 0 0 10%;
    font-weight: bold;
    color: #c60000;
}
.pp-link {
    text-align: center;
}
.pp-link a {
    text-decoration: underline;
}
.thanks .mv-top {
    height: 100vh;
    position: relative;
}
.thanks .mv-top .mv-top__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    text-align: center;
}
.thanks .mv-top .mv-top__inner h2 {
    color: #fff;
}
.thanks .mv-top .mv-top__inner .btn-wrap {
    margin: 0 auto;
}
.thanks .thanks-text {
    margin-bottom: 3rem;
    color: #fff;
}
.thanks .tel {
    font-family: 'Spartan-Regular';
    font-size: 4.0rem;
    margin-bottom: 2rem;
    color: #fff;
}


@media screen and (min-width: 768px) {
.sp {
    display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
@media screen and (max-width: 767px) {
.pc {
    display: none;
}
.remodal-close {
    width: 30px;
    height: 30px;
    right: 20px
}
.remodal-close:before {
    top: 30px;
    width: 30px;
    height: 30px;
    content: '';
}
.form-inner figure {
    width: 60%;
    margin: 2rem auto 2rem;
}
.form-inner h2 {
    font-size: 20px;
    margin-bottom: 2rem
}
.form-inner p {
    font-size: 12px;
}
.thanks .mv-top .mv-top__inner h2 {
    font-size: 18px
}
.thanks .tel {
    font-family: 'Spartan-Regular';
    font-size: 2.0rem;
    margin-bottom: 2rem;
    color: #fff;
}
}

.remodal-wrapper {
   padding: 0 !important;
}
.remodal {
   margin-bottom: 0 !important;
}
.company-sec {
    padding: 12rem 0;
    background: #f3f3f3;
}

.company-top {
    margin-bottom: 3rem;
}
.company-tit {
    text-align: center;
    font-size: 25.6px;
    font-weight: bold;
    margin-bottom: 3.5rem;
    line-height: 1.5;
}
.company-logo {
    width: 80%;
    max-width: 480px;
    margin: 0 auto 1.5rem;
}
.company-image {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 2.5rem;
}
.company-slogan {
    background: #fff;
    padding: 25px 5%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
    border-radius: 1.2rem;
    text-align: center;
    margin: 0 auto;
    box-shadow: none;
    max-width: 680px;
    width: 100%;
}


.slogan-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
}
.slogan-tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.slogan-subtit {
    font-size: 12px;
    font-weight: bold;
    color: #00b6f2;
    margin-bottom: 1rem;
}
.slogan p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 0;
}
.company-table {
    margin: 0 auto;
    width: 600px;
}
.company-table th {
    font-size: 16px;
    padding: 1rem 0.5rem;
    border-bottom: 2px solid #00b6f2;
    text-align: left;
    line-height: 1.75;
}
.company-table td {
    font-size: 16px;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.75;
}



.info-btn-sec {
    padding: 3rem 0;
}
.info-btn-sec-inner {
    margin: 0 auto;
    box-shadow: none;
    max-width: 680px;
    width: 100%;
}
.info-btn-sec-tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.info-btn {
    width: 22.5%;
}
.info-btn a {
    width: 100%;
    height: 140px;
    display: block;
    padding: 16px 0 4px;
    border: 1px solid #32a0dc;
    border-radius: 10px;
    text-align: center;
}
.info-btn a figure {
    width: 40%;
    margin: 0 auto 10px;
}
.info-btn a .info-btn-txt {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 10px;
}
.info-btn a .info-btn-txt.two-lines {
    padding-top: 0px;
}


@media screen and (max-width: 767px) {
.company-sec {
    padding: 10rem 0;
    background: #fff;
}
.company-image{
    margin-top: 2em;
}
.company-slogan {
    position: relative;
    background: #fff;
    padding: 25px 5%;
    text-align: center;
    margin: 4em auto 2em;
    box-shadow: none;
    filter: none;
    border-radius: 0;
    max-width: 680px;
    width: 90%;
    border: 2px solid #000;
}
.company-slogan p{
    font-size: 3rem;
    margin-top: 1em;
}
.slogan-top {
    border-bottom: none;
    margin-bottom: 0;
}
.slogan-tit {
    width: 55%;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.2rem;
    padding: 10px 12px;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    font-weight: bold;
}

.company-sec .company-bottom{
    width: 90%;
    margin: 0 auto;
}
.company-table {
    margin: 0 auto;
    width: 100%;
}
.company-table tr:first-of-type th,
.company-table tr:first-of-type td {
    border-top: 1px solid #ccc;
}
.company-table th {
    font-size: 2.4rem;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #ccc;
    text-align: left;
    line-height: 1.75;
}
.company-table th {
    font-size: 2.4rem;
}

}

.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
  justify-content: space-between;
}

.jicoo-block {
    max-width: 958px;
    width: 100%;
}
.form-block {
    border: 1px solid #e4e4e4;
    padding: 28px;
    border-radius: 16px;
    margin-bottom: 40px;
}
.required {
    color: #ffffff;
    font-size: 12px;
    background-color: #E91E63;
    border-radius: 6px;
    padding: 5px 7px;
    font-weight: 600;
    margin-right: 8px;
    white-space: nowrap;
}
.optional {
    color: #ffffff;
    font-size: 12px;
    background-color: #939393;
    border-radius: 6px;
    padding: 5px 7px;
    font-weight: 600;
    margin-right: 8px;
    white-space: nowrap;
}
.mfp {
    display: flex;
    align-items: center;
}
.mfp_col5 {
    width: 49%;
    font-size: 14px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,-apple-system,BlinkMacSystemFont,sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333333;
    letter-spacing: 0.05em;
}
.mfp_col5.radio label {
    cursor: pointer;
    padding: 16px;
    background-color: rgba(31,116,242,0.1);
    border-radius: 6px;
    border: 1px solid #1F74F2;
    width: 100%;
    display: flex;
    align-items: center;
}
.mfp_col5.radio label:hover {
    background-color: rgba(31,116,242,0.2);
}
.radio {
  margin: 0 0 1.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #1F74F2;
  width: 2rem;
  height: 2rem;
  top: -0.2em;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + label:before {
  background-color: #1F74F2;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + label:before {
  outline: none;
  border-color: #fff;
}
.radio input[type=radio]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #1F74F2;
  background: #bfbfbf;
}
.radio input[type=radio] + label:empty:before {
  margin-right: 0;
}
.radio label:has(input):before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #1F74F2;
  width: 2rem;
  height: 2rem;
  top: -0.2em;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio label:has(input[type=radio]:checked):before {
  background-color: #1F74F2;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio label:has(input[type=radio]:focus):before {
  outline: none;
  border-color: #fff;
}
.radio label:has(input[type=radio]:disabled):disabled {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #1F74F2;
  background: #bfbfbf;
}
.radio label:has(input[type=radio]):empty:before {
  margin-right: 0;
}
.mailform {
    margin-bottom: 0;
}
.mfp_rows {
    width: 100%;
}
.mfp_text {
    width: 100%;
}

ul#mfp_phase_stat {
    
}
button.mfp_next,button.mfp_prev {
    background: #32A1DD;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 16px auto 16px;
    padding: 22px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ pro w3", hiragino kaku gothic pro, Osaka, "メイリオ", Meiryo, "ms pゴシック", ms pgothic, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
    transition-duration: .3s;
    color: #fff;
    box-shadow: 0px 9px 26px -16px rgb(0 0 0 / 60%), 0px 8px 26px -23px rgb(0 0 0 / 70%);
    display: block;
    font-weight: bold;
}
button.mfp_next:hover,button.mfp_prev:hover {
        opacity: 0.7;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
form#mailformpro {
    padding: 30px 0px 30px;
}

@media screen and (max-width: 767px) {
form#mailformpro {
    padding: 30px 5% 30px;
}
.form-block {
    margin-bottom: 20px;
    padding: 28px 28px 18px;
}
form#mailformpro dl dt {
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 1.5;
    margin-bottom: 2rem;
}
form#mailformpro dl dd {
    padding: 5px 0 !important;
    font-size: 16px !important;
}
.mfp_col5 {
    width: 100%;
}
.radio {
    margin: 0 0 2.5rem !important;
}
button.mfp_next, button.mfp_prev {
    width: 84%;
    font-size: 14px;
}
div.mfp_buttons {
    width: 84%;
    margin: 0 auto;
}
}
#mfp_loading,
#mfp_loading_screen {
    display: none;
}

button.mfp_prev {
    display: none !important;
}


ul#mfp_phase_stat {
    display: none;
}