@charset "UTF-8";

/*-----------------------------------------------------
#breadcrumb
-------------------------------------------------------*/
#breadcrumb{
    padding-top: 36px;
    margin-bottom: 86px;
}

#breadcrumb ul{
    display: flex;
}

#breadcrumb ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    font-size: var(--s12);
    white-space: nowrap;
}

#breadcrumb ul li::after {
    content: '>';
    padding: 0px 8px;
}

#breadcrumb ul li a{
    color: var(--gra1)
}

#breadcrumb ul li:last-child{
    color: var(--nav);
}

#breadcrumb ul li:last-child::after {
    content: none;
    padding: 0px;
}


/*-----------------------------------------------------
#sub
-------------------------------------------------------*/
#sub{
    padding-top: 76px;
}

#sub > section{
    opacity: 0;           /* 初めは透明にする */
    transform: translateY(50px); /* 初めは50px下にずらす */
    transition: opacity 1s, transform 1s; /* 1秒でアニメーションさせる */
}

#sub .g-icon{
    position: inherit;
    display: block;
    padding: 0 0 10px 0px;
	font-size: var(--s36);
	color: var(--red);
}

.sub-t{
    margin-bottom: 64px;
	text-align: center;
} 

.sub-t h2{
    font-weight: bold;
	font-size: var(--s18);
}

.sub-back{
    margin-top: 80px;
    text-decoration: underline;
    color: var(--nav);
    text-align: center;
}





/*-----------------------------------------------------
contact
-------------------------------------------------------*/
.contact > p{
    display: inline-block;
    margin-bottom: 60px;
} 

/**
 * error message
 */
.mw_wp_form .error {
	font-size : 93%;
	color : #B70000;
    padding: 6px 0 10px!important;
}


/*mw reset*/
.mw_wp_form .horizontal-item + .horizontal-item{
    margin: 0px !important;
}


.mwform-checkbox-field input, .mwform-radio-field input{
    margin: 0px !important;
}

span.mwform-checkbox-field-text {
    white-space: nowrap;
}

/*.contactbox*/

.contactbox{
    padding: 0px 0px 50px;
    text-align: left;    
}

.contactbox .t h2{
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #1ea961;
    padding: 20px 0px;
    border-radius: 10px;
}

.contactbox .t p{
    line-height: 1.75;
    padding-bottom: 40px;
}

table.contact_tb {
    padding: 40px 0px;
    width: 100%;
}

.contactbox tr{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactbox tr+tr{
    margin-top: 50px;
}

.contactbox td{
    line-height: 1.65;
}

.contactbox td.tdl{
    width: 30%;
    font-weight: bold;
}

input[type=file] {
    display: inline-block;
    margin: 0 0 10px;
}

.contactbox td.tdr{
    width: 70%;
    margin-left: auto;
    box-sizing: border-box;
}

.contactbox td.wt{
    font-weight: bold;
    padding-right: 10px;
}

.contactbox tr.name td.tdr input[type="text"]{
    width: 48%;
}

.contactbox tr.name td.tdr input[type="text"]+input[type="text"]{
    margin-left: 2%;
}

.contactbox select {
    width: 100%;
    height: 46px;
    padding: 0px 15px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
    border-radius: 3px;
}

.contactbox span.hissu{
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    color: var(--red);
    border-radius: 12px 12px 12px 0px;
}

.contact_tel{
}

.contact_tel a{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0px 14px;
    margin-top: 26px;
}

.contact_tel a img{
    width: 46px;
    height: auto;
}

.contact_tel .tx{
    width: 100%;
    text-align: left;
}

.contact_tel a span{
    font-size: 32px;
    font-weight: bold;
}

.contact_tel .tx strong{
    font-weight: normal;
    text-decoration: underline;
}

td.tdr.checkbox {
    display: flex;
    flex-wrap: wrap;
}

.checkbox input[type=checkbox].checkbox__item{
  display: none;
}

.checkbox label {
  display: inline-block;
}

.checkbox label:hover {
    cursor: pointer;
}

.checkbox .checkbox__item + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
  line-height: 25px;    
}

.checkbox .checkbox__item + span::after,
.checkbox .checkbox__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.checkbox .checkbox__item + span::after {
    opacity: 0;
    width: 8px;
    height: 13px;
    transform: rotate(45deg);
    top: 2px;
    left: 9px;
    border: none;
    border-right: 3px solid var(--nav);
    border-bottom: 3px solid var(--nav);
    transition: all 0.1s ease-out;
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

span.mwform-checkbox-field.horizontal-item{
    display: inline-block;
    width: 100%;
}

span.mwform-checkbox-field.horizontal-item:nth-child(n+2){
  padding-top: 20px !important;
}


.contactbox td input[type="text"]{
    width: 100%;
    height: 46px;
    padding: 15px;    
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
    border-radius: 3px;
}

.contactbox td input[type="text"]:focus,.contactbox td textarea:focus{
    border: 2px solid #eaeaea !important;
    outline: 0;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
}

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;
}

.contactbox td textarea{
    width: 100%;
    height: 200px;
    padding: 15px;    
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 3px;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}

.contactbox input.submit{
    display: block;
    width: 305px;
    padding: 22px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: var(--red);
    border-radius: 60px;
    color: #ffffff !important;
    border: none !important;
}

.contactbox ::placeholder {
    color:#9f9e9f;
}

.contactbox input.submit:hover{
    opacity: 0.9;
    cursor: pointer;
}

tr.submit {
    justify-content: center;
}

tr.submit td{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;    
}

.contactbox input.back.submit {
    background: #7F7F7F;
    margin: 0 30px 0px 0px;
}

.contactbox input.back.submit:hover{
    text-decoration: none !important;
    margin: 0 30px 0px 0px;
    cursor: pointer;
}

.contactbox label {
    margin-right: 15px;
    cursor: pointer;
}

.contactbox .td_note{
    display: block;
    font-size: 14px;
    width: 70%;
    margin-left: auto;
    padding-top: 20px;
    line-height: 1.7;
    color: #777777;
}

tr.form-head+tr{
    margin-top: 40px;
}

tr.form-head td span {
    font-weight: bold;
    font-size: var(--s18);
    color: var(--nav);
    padding-left: 12px;
    border-left: 4px solid var(--nav);
}

.intermediary .contactbox tr:nth-child(5) {
     margin-top: 72px;
}


/*-----------------------------------------------------
info
-------------------------------------------------------*/
.info_box{
	padding-bottom: 100px;
}

.info-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    border-bottom: 1px solid var(--gra2);
    padding-bottom: 42px;
    margin-bottom: 42px;
    -ms-align-items: center;
    align-items: center;
}

.info-row:first-child{
    border-top: 1px solid var(--gra2);
    padding-top: 42px;    
}

.info-row:last-child{
    margin-bottom: 0px;
}

.info-row h3{
    width: 25%;
}

.info-row p{
    width: 65%
}

.info-row span{
    width: 65%
}

.info-profile{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 90px;
}

.info-profile--img{
    width: 25%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.info-profile--img img{
    width: 100%;
    height: auto;
}

.info-profile--tx{
    width: 70%;
}

.info-profile--tx h3{
    display: inline-block;
    margin-bottom: 16px;
}


/*-----------------------------------------------------
privacy
-------------------------------------------------------*/
.privacy-row{
    margin-bottom: 54px;
}

.privacy > p{
    display: inline-block;
    margin-bottom: 42px;
}

.privacy-row h3{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 24px;
    font-size: var(--s18);
    font-weight: bold;
    position: relative;
}

.privacy-row h3::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--nav);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px;
}



/*-----------------------------------------------------
reCAPTCHA
-------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
    margin: 34px auto 15px;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 4px;
    background: #fafafa;
    width: 545px;
    text-align: left;
}

.recaptcha p{
  font-size:12px;
  color:#808080;
  line-height: 1.75;
  margin-bottom: 0px;
}

.recaptcha a{
  display: inline;
  text-decoration: underline;
  color:#808080;    
}

.recaptcha span{
    display: inline-block;
    color: #222222;
}