@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
    position: relative;
    margin-bottom: 76px;
    height: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../img/contact/main_img.jpg") no-repeat center center;
    background-size: 100% auto;
}
.mainImg .fadeInUp {
	-webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}
.mainImg:after {
	width: 100%;  
	height: 100%;
	background: linear-gradient(45deg,#9fe3ff 17.88%, #f8ffe7 84.64%);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    mix-blend-mode: color-burn;
    z-index: 1;
    transform-origin: left bottom;
}
.mainImg > div {
    width: 100%;
    position: relative;
    z-index: 2;
}
.mainImg h2 {
    padding-top: 114px;
    font-size: 2.1rem;
    color: white;
    text-align: center;
    letter-spacing: 0.131em;
}
.mainImg h2 span {
    margin-bottom: 6px;
    display: block;
    font-size: 3.1rem;
}
@media all and (max-width: 767px) {
    .mainImg {
        margin-bottom: 56px;
        height: 338px;
        background-image: url("../../img/contact/sp_main_img.jpg");
    }
    .mainImg h2 {
        padding-top: 91px;
        font-size: 1.5rem;
    }
    .mainImg h2 span {
        font-size: 2.25rem;
    }
    .mainImg::after {
        display: none;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 965px;
}
@media all and (max-width: 767px) {
    .mainBox {
        padding: 0 33px;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 59px;
    padding-bottom: 32px;
    font-size: 2.994rem;
    letter-spacing: 0.42em;
    text-align: center;
    position: relative;
}
.headLine01:after {
	width: 196px;  
	height: 4px;
    background-color: #0B193D;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.headLine01 span {
    margin-top: 10px;
    display: block;
    font-size: 2.1rem;
    letter-spacing: 0.24em;
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 43px;
        padding-bottom: 23px;
        font-size: 2.17rem;
    }
    .headLine01 span {
        margin-top: 7px;
        font-size: 1.5rem;
    }
    .headLine01::after {
        width: 142px;
        height: 3px;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.comTable {
    margin-bottom: 15px;
    width: 100%;
    border-spacing: 10px;
}
.comTable th {
    width: 29.8%;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    vertical-align: top;
    letter-spacing: 0.1em;
    padding: 20px 10px 18px;
    background-color: #E3ECF2;
}
.comTable th .must {
    position: absolute;
    top: 33px;
    right: 14px;
    transform: translateY(-50%);
}
.comTable td {
    text-align: left;
    font-size: 1.8rem;
    vertical-align: top;
    letter-spacing: 0.1em;
    padding: 0;
}
.confirmTable {
    margin-bottom: 85px;
}
.confirmTable td {
    padding: 20px 10px 18px 28px;
}
.confirmTable .trStyle th {
    padding-bottom: 132px;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    width: 99%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 1.6rem;
    border: 2px solid #E8F3F1;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    letter-spacing: 0.1em;
}
select {
    width: 99%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 1.6rem;
    border: 2px solid #E8F3F1;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    letter-spacing: 0.1em;
    background: url("../../img/common/icon01.png") no-repeat right 17px center;
    background-size: 23px auto;
}
select::-ms-expand { display: none; }
textarea {
    margin: 0 0 -3px;
    width: 99%;
    height: 180px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 1.6rem;
    border: 2px solid #E8F3F1;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    letter-spacing: 0.1em;
    resize: none;
}
.submit {
    text-align: center;
}
.submit li {
    overflow: hidden;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background: linear-gradient(80deg, #003872 10%, #5C7285 100%);
}
.submit li input {
    width: 341px;
    height: 105px;
    border-radius: 15px;
    letter-spacing: 0.26em;
    font-size: 2.4rem;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
    position: relative;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: transparent;
    z-index: 2;
}
.submit li:before {
     content:"";
     position:absolute;
     right:0;
     top:0;
     width:0;
     height:100%;
     z-index:1;
     background-color:#FFF;
     -webkit-transition:all 400ms cubic-bezier(1, 0, 0, 1);
     -moz-transition:all 400ms cubic-bezier(1, 0, 0, 1);
     -o-transition:all 400ms cubic-bezier(1, 0, 0, 1);
     transition:all 400ms cubic-bezier(1, 0, 0, 1);
     -webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);
     -moz-transition-timing-function:cubic-bezier(1, 0, 0, 1);
     -o-transition-timing-function:cubic-bezier(1, 0, 0, 1);
     transition-timing-function:cubic-bezier(1, 0, 0, 1);
     -webkit-transition-property:width;
     -moz-transition-property:width;
     -ms-transition-property:width;
     -o-transition-property:width;
     transition-property:width
}
.submit .edit {
    background: linear-gradient(80deg, #959595 10%, #959595 100%);
}
@media all and (max-width: 767px) {
    .comTable {
        margin-bottom: 28px;
        border-spacing:inherit;
    }
    .comTable th {
        padding: 15px 10px 12px;
        width: 100% !important;
        float: left;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
    .comTable td {
        padding: 0 0 13px;
        float: left;
        width: 100% !important;
        box-sizing: border-box;
        font-size: 1.3rem !important;
    }
    .confirmTable td {
        padding: 13px 0;
    }
    select {
        width: 100%;
        height: 49px;
        font-size: 1.15rem;
        padding: 0 9px;
        background-size: 17px auto;
        background-position: right 10px center;
    }
    input[type="email"], input[type="tel"], input[type="text"] {
        width: 100%;
        height: 49px;
        font-size: 1.15rem;
        padding: 0 9px;
    }
    textarea {
        font-size: 1.15rem;
        padding: 9px;
        height: 170px;
    }
    .comTable th .must {
        display: none;
    }
    .submit li {
        border-radius: 7px;
        display: block;
        margin: 0 auto 10px;
        width: 247px;
    }
    .submit li:last-child {
        margin-bottom: 0;
    }
    .submit li input {
        width: 247px;
        height: 76px;
        font-size: 1.74rem;
        border-radius: 7px;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.comLink {
    width: 196px;
}
.comLink a {
    overflow: hidden;
    display: block;
    color: white;
    text-align: center;
    padding: 27px 20px 22px;
    letter-spacing: 0.26em;
    position: relative;
    border: 1px solid transparent;
    background: linear-gradient(-110deg, #5C7285 15%, #003872 100%);
}
.comLink a:before {
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:0;
    height:100%;
    z-index:1;
    background-color:#FFF;
    -webkit-transition:all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition:all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition:all 400ms cubic-bezier(1, 0, 0, 1);
    transition:all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function:cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function:cubic-bezier(1, 0, 0, 1);
    transition-timing-function:cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property:width;
    -moz-transition-property:width;
    -ms-transition-property:width;
    -o-transition-property:width;
    transition-property:width
}
.comLink a span {
    display: block;
    position: relative;
    z-index: 2;
}
.comLink02 {
    margin: 0 auto;
    width: 341px;
}
.comLink02 a {
    padding: 35px 20px 31px;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 15px;
    background: linear-gradient(70deg,#326292 9.78%, #6F8A9D 100%);

}
.comLink02 a:before {
    border-radius: 14px;
}


@media all and (max-width: 767px) {
    .comLink {
        width: 142px;
        margin: 0 auto;
    }
    .comLink a {
        padding: 20px 20px 16px;
        font-size: 1.45rem;
        border: none;
    }
}


@media all and (min-width: 768px) {
    .submit li:hover {
        background-color: white;
    }
    .submit li:hover:before {
        right: inherit;
        left: 0;
        width: 100%;
    }
    .submit li:hover input {
        color: #003973;
        border: 1px solid #003973;
    }
    .submit .edit:hover input {
        border-color: #959595;
        color: #959595;
    }
    .comLink a:hover {
        color: #003973;
        border: 1px solid #003973;
    }
    .comLink a:hover:before {
        right: inherit;
        left: 0;
        width: 100%;
    }
}

.fadeInUp {
    opacity: 0;
	transform: translate(0,30px);
	-webkit-transition: all ease-in-out 600ms;
    transition: all ease-in-out 600ms;
}

.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}

.dely02 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dely03 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media all and (max-width: 374px) {
    .mainImg {
        background-size: cover;
    }
    .mainBox {
        padding: 0 20px;
    }
}

@media all and (-ms-high-contrast:none){
    .mainImg::after {
        background: none;
    }
}