@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* =============================================================================
共通
   ========================================================================== */

.pt64 {
  padding: 64px 0;
}

.btn02{
	position: relative;
	display: block;
    width: fit-content;
    margin: 0 auto;
}
.btn02 input {
    background-color: #1893f0;
    color: #fff;
    padding: 11px 40px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 270px;
    height: 50px;
    display: flex;
    align-items: left;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 40px;
    border: none;
    margin-top: 3em;
    text-align: left;
}
.btn02 input:hover{
	    background-color: #105FDE;
	transition: 0.3s ease-in-out;
	opacity: 1;
}
.btn02:before{
	background: url(../images/top/arrow-btn02.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    right: 20px;
    top: 12px;
    z-index: 99;
}
h2 .icon {
    box-sizing: border-box;
    display: block;
    position: relative;
	padding-bottom: 5px;
}

h2 {
    padding-bottom: 70px;
    position: relative;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
a.blue:hover{
	text-decoration: underline;
}
.submit input{
	background-color: #1893f0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
	border: none;
	margin-top: 3em;
}
.submit input:hover{
	    background-color: #105FDE;
	transition: 0.3s ease-in-out;
	opacity: 1;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }


}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
	}
	h2{
		font-size: 25px;
	}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
	}
	.btn02 input{
		margin-bottom: 0;
	}
}




/* =============================================================================
topKey
   ========================================================================== */

.topKeyimages {
	position: relative;
    background: url("../images/contact/keyimages.webp") no-repeat center / cover;
    z-index: -10;
	margin-top: 95px;
 }
.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 40px 0;
    object-fit: cover;
    background-size: 100% auto;
}
.topswave h5{
	color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: noto-sans;
	font-weight: 600;
	line-height: 40px;
}
.topswave h5 span{
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	    .topKeyimages {
        height: 750px;
    }
}
@media screen and (max-width: 1500px) {
    .topswave h5 {
        color: #fff;
        font-size: 30px;
		line-height: 30px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 20px 0;
    object-fit: cover;
background-size: cover;
	}
	.topswave h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
		.topKeyimages {
    position: relative;
    background: url(../images/contact/keyimagesSP.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 60px;
	    height: 570px;
}
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -20px;
    padding: 15px 0;
}
	.topswave h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
	font-weight: 600;
	line-height: 25px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
}

/* =============================================================================
.sec01
   ========================================================================== */
.sec01{
	background: #fff;
	position: relative;
}
  .sec01 .wrap {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }
.sec01 p{
     font-size: 16px;
    line-height: 32px;
	letter-spacing: 0;
}
.sec01 table {
        margin: 0;
	margin-top: 5em;
    }
.sec01 table th {
        font-size: 16px;
        font-weight: 400;
        width: 220px;
        padding: 40px 0 40px 0px;
        box-sizing: border-box;
        text-align: left;
        vertical-align: top;
        font-feature-settings: "palt";
    }
.sec01 table td {
        padding: 23px 25px 23px 0;
    }
.sec01 input[type="text"], .sec01 input[type="email"],.sec01 input[type="tel"], textarea {
        border: none;
        width: 100%;
        padding: 15px;
        background: #fff;
        line-height: 1.6;
        font-weight: normal;
        letter-spacing: 0.03em;
	border: 1px solid #4b9fdf;
	border-radius: 10px;
    }
.sec01 table th span {
        display: inline-block;
        color: #d80856;
        font-size: 15px;
        margin-left: 5px;
        margin-bottom: 1px;
        font-weight: bold;
    }
.contact-cont{
	border: 1px dashed #4b9fdf;
	border-radius: 10px;
	padding: 50px 100px;
	margin-bottom: 40px;
	align-items: center;
}
.contact-cont .boxL h2{
	font-size: 28px;
	padding-bottom: 0;
}
.contact-cont .boxL h2 .telicon{
	margin-right: 10px;
}
.contact-cont .boxL h4.tel{
	font-size: 30px;
	    font-weight: bold;
}
.contact-cont .boxL h4.tel .small{
	font-size: 23px;
	    font-weight: normal;
}
.sec01 p.undercheck {
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
	margin-bottom: 10px;
}
.sec01 input[type="checkbox"] {
    margin-right: 10px;
    -webkit-appearance: none;
}
.sec01 p.top-checkbox{
	margin: 2em 0;
}
.sec01 input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #05b761;
  border-radius: 4px;
	box-shadow: 0 0 0 0 transparent;
}
.sec01 input[type="checkbox"]:checked::before{
content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    width: 13px;
    height: 7px;
    border-left: 3px solid #05b761;
    border-bottom: 3px solid #05b761;
    transform: rotate(-54deg);
    }

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
        padding-top: 50px;
        padding-bottom: 100px;
	}
	.sec01 .center label {
		        font-size: 16px;
    }


}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.contact-cont{
		padding: 30px 90px;
	}
	.contact-cont .boxR{
		width: 40%;	
	}
	.contact-cont .boxL h2 {
		font-size: 23px;
	}
	.contact-cont .boxL h4.tel {
		font-size: 25px;
	}
	.contact-cont p {
		font-size: 14px;
	}
	.sec01 .center label{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
	}
.contact-cont {
    border: 1px dashed #4b9fdf;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 40px;
    align-items: center;
}
	.contact-cont .boxL h4.tel .small {
    font-size: 19px;
    font-weight: normal;
}
	.contact-cont .boxL h2 {
		font-size: 20px;
	}
	.sec01 table {
    margin: 0;
    margin-top: 3em;
}
	.sec01 table th{
		display: block;
        font-size: var(--font_18);
        font-weight: 500;
        padding: 30px 0 0px 0;
        box-sizing: border-box;
        text-align: left;
        vertical-align: top;
        width: 100%;
        font-feature-settings: "palt";
	}
	   .sec01 table td {
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }
	.sec01 p.top-checkbox {
    margin: 2em 0;
    font-size: 13px;
}
}

/* =============================================================================
.sec02
   ========================================================================== */
.sec02{
	background: #E9F7E8;
	position: relative;
}
  .sec02 .wrap {
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
  }
.sec02 ul.privacy{
	
}
.sec02 ul.privacy li {
    border-bottom: 1px solid #000;
    padding: 30px 0;
    align-items: center;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 30px;
}
.sec02 ul.privacy li p.ttl{
	padding-bottom: 5px;
	font-size: 20px;
}
.sec02 ul.privacy li ul.list-point li {
	border-bottom: none;
	 padding: 10px 0;
}

@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.sec02 ul.privacy li{
		font-size: 14px;
	}

}
@media screen and (min-width: 768px) {
	.sec02{
        padding-top: 80px;
        padding-bottom: 160px;
	}
.sec02 ul.privacy li ul.list-point li {
	 padding: 10px 0;
	line-height: 10px;
}
}
@media screen and (max-width: 767px) {
	.sec02{
		padding-top: 30px;
	}

	
}

/* =============================================================================
mail.php
   ========================================================================== */
.btnSend a{
		background-color: #1893f0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
	border: none;
	margin-top: 3em;
}
.btnSend a:hover{
	    background-color: #105FDE;
	transition: 0.3s ease-in-out;
	opacity: 1;
}
.mailcontact_02{
	padding-top: 150px;
	font-size: 20px;
}
