@charset "utf-8";



html {

		font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;

}

.inner {

    max-width: 1180px;

    width: 100%;

}

body {

    background: #fff;

    color: #000000;

		margin:0 auto;

}

.marker {

		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);

}

.orange {

    color: #ff3e24;

}
.green{
    color: #038879;
}

.pink {

    color: #c9326c;

}
.blue {
	color:#0582e4;
}




.xlarge {

		font-size: 2.1em;

}

.large {

    font-size: 1.2em;

}



header {

    /* padding: 0.8em 0 0.5em;	 */

}
.logo img{
    width: 120px;
}
/* .logo img{
    margin-bottom: 8px;
} */
.text-left{
    text-align: left;
}





.mv {
    background: url(../images/mv.jpg) no-repeat center top;
    background-size: cover;
    /* height: 540px; */
    /* padding: 4em 0; */
    color: #000000;
    box-sizing: border-box;
}

.mv .inner {

    align-items: center;

    justify-content: center;

    height: 100%;

}
.mv_image{
    width: 100%;
}
.mv_bloc > div{
    margin-left: 5%;
}
.mv_bloc1 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 540px;
    width: 50%;
}
.mv_bloc {
    width: 50%;
    margin-left: auto;
    text-align: center;
}
.mv_bloc h1 {
        font-size: 44px;
    line-height: 1.6em;
    font-weight: 800;
    margin-bottom: 0.5em;
    text-align: left;
    color: #111;
    padding-top: 3%;
}

.mv_bloc h2 {
    font-size: 24px;
    line-height: 1.4em;
    display: inline-block;
    font-weight: 900;
    /* border: solid 1px #fff; */
    background: #3a3a3a;
    color: #fff;
    padding: 2%;
    margin-bottom: 1em;
    width: 96%;
}

.mv_bloc p {
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: -1px;
    /* text-shadow: 0 3px 3px #fff; */
    color: #111;
    font-weight: 600;
}
.sec_header {

    margin-bottom: 2em;

}

.sec_header figure {

    margin-bottom: 1em;

}

.sec_header h2 {

    font-size: 30px;

    line-height: 1.4em;

    font-weight: 900;

}
/* **************************************************************** */

/* Contact

*/

#Contact {
    padding: 4em 0 0;
}

.attention_bloc {

    margin-bottom: 2em;

}

.attention_bloc h3 {

    font-size: 20px;

    font-weight: 900;

    margin-bottom: 0.5em;

}

.attention_bloc p {

    text-align: left;

    font-size: 16px;

    line-height: 1.4em;

}

#Contact .contact_bloc {

    max-width: 680px;

    margin: 0 auto;

}

#Contact .contact_bloc p {

    font-size: 16px;

    line-height: 1.6em;

    margin-bottom: 2em;

}







#Contact .contact_bloc dl {

    /*border-top: solid 1px #acaaa9;*/

    margin: 0;

    padding: 0.6em 0;

    align-items: center;

    font-size: 16px;

}

#Contact .contact_bloc dl:nth-child(odd) {

    /*background: #efeeed;*/

}

#Contact .contact_bloc dl:last-child {

		/*border-bottom: solid 1px #dcdcdc;*/

    align-items: flex-start;

}

#Contact .contact_bloc dl dt {

		width: 30%;

    text-align: left;

    position: relative;

    align-items: center;

    /*font-weight: 900;*/

}





#Contact .contact_bloc dl dt.required {



}

#Contact .contact_bloc dl dt.required:after {

    content: "必須";

    display: inline-block;

    background: #00ae34;

    color: #fff;

    font-size: 12px;

    padding: 3px 6px;

    border-radius: 0;

}



#Contact .contact_bloc dl dd {

    margin: 0;

    width: 67%;

    text-align: left;

    position: relative;

    box-sizing: border-box;

    /* border-left: solid 1px #438ec2; */

    /* margin-left: 1em; */

    /* padding-left: 1.2em; */

}





#Contact .contact_bloc .dl_bloc {

	

}

#Contact .contact_bloc .btn_bloc {

    margin-top: 4em;

}

#Contact .btn_bloc input[type="submit"] {

    color: #fff;

    text-decoration: none;

    width: 420px;

    height: 80px;

    box-sizing: border-box;

    align-items: center;

    justify-content: center;

    box-shadow: 0 6px 0 #b10a11;

    background: #f83e37;

    border: none;

    font-size: 20px;

}

#Contact .btn_bloc input[type="submit"]:hover {

    box-shadow: none;

    transform: translate3d(0, 6px, 0);

    background: rgba(253, 42, 0, 0.8);

}





.contact_date {

    padding: 5px 10px;

    box-sizing: border-box;

    border: solid 1px #d0d2d2;

    border-radius: 4px;

}





.contact_name {

    padding: 10px 10px;

    box-sizing: border-box;

    border: solid 1px #d1d2d2;

    background: #e5e5e5;

    width: 100%;

    border-radius: 0;

}

.contact_kana {

    padding: 5px 10px;

    box-sizing: border-box;

    border: solid 1px #d0d2d2;

    width: 34%;

    border-radius: 4px;

}

.contact_age {

    padding: 5px 10px;

    box-sizing: border-box;

    border: solid 1px #d0d2d2;

    width: 66px;

    border-radius: 4px;

}

.contact_mail {

    padding: 10px 10px;

    box-sizing: border-box;

    border: solid 1px #d1d2d2;

    background: #e5e5e5;

    width: 100%;

    border-radius: 0;

}

.contact_tel {

    padding: 10px 10px;

    box-sizing: border-box;

    border: solid 1px #d1d2d2;

    background: #e5e5e5;

    width: 100%;

    border-radius: 0;

}

.contact_zip {

    padding: 5px 10px;

    box-sizing: border-box;

    border: solid 1px #d0d2d2;

    width: 110px;

    border-radius: 4px;

}

.contact_address {

    padding: 5px 10px;

    box-sizing: border-box;

    border: solid 1px #d0d2d2;

    width: 100%;

    border-radius: 4px;

}

.contact_desc {

		width: 100%;

    padding: 5px 10px;

    box-sizing: border-box;

		border: solid 1px #d0d2d2;

    border-radius: 4px;

}



.contact_sex {

    padding: 5px 10px;

    box-sizing: border-box;

		border: solid 1px #d0d2d2;

    border-radius: 4px;

}

.contact_pref {

    padding: 5px 10px;

    box-sizing: border-box;

		border: solid 1px #d0d2d2;

    border-radius: 4px;

}



select {

    padding: 5px 10px;

    box-sizing: border-box;

		border: solid 1px #d0d2d2;

    border-radius: 4px;

}





.radio_wrap {

    justify-content: flex-start;

}

.radio_item + .radio_item {

		margin-left:1em;

}



.check_wrap {

    justify-content: center;

    margin-bottom: 1em;

}



.radio_item2 {

		align-items: center;

    justify-content: flex-start;

}

.radio_item2 label {

		margin: 0 0.5em;

}

.contact_check {

    margin: 0.5em 0 1em;

}

.contact_check span {

    margin-left: 0.5em;

    font-size: 16px;

}

.privacy_bloc_list{
    list-style-type: disc;
    text-align: left;
    font-size: 14px;
    padding-left: 32px;
}

.btn_bloc button {

    border: none;

    background: none;

    padding: 0;

    margin: 0;

}
.privacy_section{
    padding: 0 0 4em;
}

.privacy_section h2 {

		font-size: 24px;

    line-height: 1em;

    margin-bottom: 1em;

}

.privacy_bloc {

    border: solid 1px #cccccc;

    max-width: 940px;

    height: 240px;

    margin: 0 auto;

    box-sizing: border-box;

    padding: 1em;

    overflow-y: scroll;

}

.privacy_bloc p {

		font-size: 14px;

    line-height: 1.4em;

    text-align: left;

}



#pp-1 {
	margin:0 0 1em 0;
}
#pp-2 {
	margin: 0 0.5em 0;
}
#pp-3 {
    margin: 0 0.5em 1em;
}
#pp-4 {
    margin: 0 0.5em 0;
}



#pp-2 h4 {

		font-size: 16px;

    font-weight: bold;

    line-height: 2;

    text-align: left;

}

#pp-2 p {

	margin: 0 0 1em 0;

}
#pp-4 p {
    text-align: right;
}






footer {

		background: #fff;

    padding: 0;

    /* margin-top: 4em; */

}



footer .copy {

    background: #000000;

    background-size: cover;

    color: #fff;

    font-size: 14px;

    line-height: 1;

    padding: 14px 0 10px;

}





/* **************************************************************** */

/* thanks

*/

.thanks_body header{

    position: static;

    box-sizing: border-box;

}

.thanks {

    position: relative;

    box-sizing: border-box;

    padding: 4em 0 2em;

}

.thanks .inner {

    text-align: left;

    position: relative;

    height: 100%;

    align-items: center;

    justify-content: center;

}



.thanks .detail {

    margin: 0 auto;

    text-align: center;

    position: relative;

    z-index: 10;

    width: 100%;

}

.thanks .detail h1 {

    font-size: 24px;

    line-height: 1.4em;

    margin-bottom: 1em;

}



.thanks_image {

    margin-bottom: 2em;

}





.thanks_image p {

    display: inline-block;

    font-size: 36px;

    line-height: 1.4em;

    position: relative;

    color: #0665b9;

    font-weight: 700;

}





.thanks_image figure {

		margin-bottom:2em;

}
.l12{
    letter-spacing: -12px;
}
.about_area h2 img{
    display: inline-block;
    padding-bottom: 5px;
}
.inner2{
    width: 760px;
    margin: 32px auto;
    max-width: 100%;
}
.inner2 p{
    line-height: 2.5;
}
form#mail_form ul.check{
    display: block;
}
form#mail_form ul.check li{
    margin-right: 8px;
    width: 180px;
    float: left;
    font-size: 15px;
    text-align: left;
}
form#mail_form ul.check li:last-child{
    margin-right: 0;
}
form#mail_form ul {
    list-style-type: none;
    margin-left: 16px;
}
.button_thanks{
    width: 480px;
    margin: 40px auto;
}


@media screen and (max-width: 1024px) {
    .mv_bloc {
        width: 90%;
        margin-left: auto;
        text-align: center;
        margin-top: 400px;
        padding: 5%;
    }
}

.text-center{
    text-align: center;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

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

body {

    min-width: initial;

    height: auto;

}

header {

	

}

header .logo {
    width: 50vw;
    margin: 0 auto;
}



.mv {
    height: auto;
    background-size: 140%;
    background-position: top left;
}

.mv .mv_bloc {
    width: 100%;
    padding: 5% 0;
    margin: 0;
}
.logo img {
    margin-bottom: 0px;
}

.mv .mv_bloc h1 {
	font-size: 30px;
}

.mv .mv_bloc h2 {
	    font-size: 20px;
}

.mv .mv_bloc p {
	    font-size: 20px;
    text-align: left;
        word-break: break-all;
}

.sec_header {

    margin-bottom: 0em;

}
.sec_header figure {
    width: 12vw;
    margin: 0 auto 1em;
}
.sec_header h2 {

    font-size: 20px;

}

.privacy_section {

    padding: 0 1em 0;

}

.privacy_section h2 {

    font-size: 16px;

}

#pp-2 h4 {

    font-size: 14px;

}

.privacy_bloc p {

    font-size: 12px;

}



footer {

		padding: 1em 0 0;

    margin-top: 0em;

}



footer .copy {

    margin-top: 0.5em;

    font-size: 10px;

}



#Contact {

    padding: 2em 0;

}







#Contact .contact_bloc dl dt {

    width: 100%;

    margin-bottom: 5px;

    font-size: 14px;

    padding: 0 0.5em;

}

#Contact .contact_bloc dl dd {

		width: 100%;

    border: none;

    padding-left: 0;

    margin-left: 0;

    padding: 0 0.5em;

}

#Contact .contact_bloc {

    margin-bottom: 0;

    padding: 1em 1em 0;

}

#Contact .btn_bloc {

    padding: 1em;

}

#Contact .btn_bloc .radio_item {

		font-size: 12px;

}

#Contact .btn_bloc input[type="submit"] {

    width: 100%;

    height: auto;

    padding: 1em 0;

    font-size: 18px;

}

#Contact .contact_bloc dl dt.required:after {

    content: "必須";

    display: inline-block;

    color: #fff;

    font-size: 12px;

    padding: 0px 5px;

    border-radius: 4px;

}

.radio_item2 label {

    margin: 0 0.5em;

    flex: 1;

    line-height: 1.4em;

    font-size: 14px;

}

.radio_item2 + .radio_item2 {

		margin-top:10px;

}



.contact_name {

    width: 100%;

}

.contact_kana {

    width: 42%;

}

.contact_tel {

    width: 100%;

}



#Contact .contact_bloc p {

    font-size: 12px;

    line-height: 1.6em;

    margin-bottom: 1em;

}



#Contact .contact_bloc dl {

    border-top: solid 1px #dcdcdc;

    margin: 0;

    padding: 0.5em 0;

    align-items: center;

}



.company h3 {

    font-size: 16px;

    margin-bottom: 0;

}



.thanks {

    padding: 1em;

}

.thanks_image {

    margin-bottom: 1em;

}

.thanks_image p {

    font-size: 20px!important;

}

.thanks_image p:after {

    bottom: -13px;

    border-width: 10px 10px 0 10px;

}



.thanks .detail h1 + p {

    font-size: 14px;

    line-height: 1.2em;

}
.mv_bloc > div{
    margin-left: 0;
}
.mv_bloc {
    width: 90%;
    margin-left: auto;
    text-align: center;
    margin-top: 0;
    padding: 5%;
}
.mv_bloc h1 {
    font-size: 20px;
}
.mv_bloc h2 {
    font-size: 18px;
}
.mv_bloc p {
    font-size: 14px;
}
form#mail_form dl dd{
    display: flex;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#schedule{
        width: 100%;
}
form#mail_form input[type="text"]{
    max-width: 95%;
}
.mv_image {
    height: auto;
    padding-bottom: 5%;
}
.inner2{
    width: 90%;
}
.inner {
    max-width: 1180px;
    width: 90%;
    padding: 0 0% 5%;
}
.mv_bloc1 {
    background-size: cover;
    background-repeat: no-repeat;
        height: 30vh;
    width: 100%;
}
.logo img{
    width: 80px;
}
header{
    padding: 0;
}
}

.mv img{
    width: 100%;
}