
@media screen and (min-width:1281px ) 
{
.pc { display: block !important; }
.sp { display: none !important; }
	
	#title .top{
		background: url("../img/top_pc1.jpg")no-repeat;
		background-position:center ;
		background-size: cover;
		width:100%;
		padding-top: 20%;
		position: relative;
	}
 	#title .top2{
		background: url("../img/top_pc5.jpg")no-repeat;
		background-position:bottom ;
		background-size: cover;
		width:100%;
		padding-top: 20%;
		position: relative;
	}
	#title .wbg{
		background:rgba(0,0,0, .4);
		position: absolute;
		width:100%;
		height:100%;
		top:0;
	}
	#title .logo{
        position: absolute;
		z-index: 2;
		background: url("../img/main_logo.svg")no-repeat;
        background-position: center center;
        background-size: contain;
        padding-top:200px;
        width:240px;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

	#title h2{
		font-size:min(2.5vw,48px);
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #222;
	    text-align: center;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
		padding: 0;
        margin:60px 0 0 0;
    }
    #title h4{
		letter-spacing: 0.1em;
        font-size:min(2vw, 18px);
        text-align: center;
        color:#222;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:20px 0 0 0;
		padding: 0;
    }
    #title h5{
		letter-spacing: 0.1em;
        font-size:min(1.5vw, 14px);
        text-align: center;
        color:#666;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:5px 0 0 0;
		padding: 0;
    }
	#title .adj{
		margin-bottom: 60px;
	}
    #detail{
        width:50%;
        margin:40px auto 60px auto;
    }
    #detail .cap{
        font-size:min(1.5vw, 16px);
        text-align: left;
        color:#000;
        line-height: 1.2em;
        padding-left:1em;
	    text-indent:-1em;
        margin:0.25em 0 0 0;
    }
    
    .Form {
        max-width: 980px;
		text-align: left;
    }
    .Form-Item {
        border-top: 1px solid #fff;
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .Form-Item-Label {
        width: 100%;
        max-width: 248px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size:min(2vw, 18px);
        color:#222;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Item-Label.isMsg {
        margin-top: 8px;
        margin-bottom: auto;
    }
    .Form-Item-Label-Required {
        border-radius: 4px;
        margin: 0 0 0 12px;
        padding: 4px 0;
        width: 48px;
        display: inline-block;
        text-align: center;
        background: #D50000;
        color: #fff;
        font-size: min(1.25vw, 12px);
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        background: #eaedf2;
        font-size: min(2vw, 18px);
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
    }
    .Form-Item-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding:0 1em 0 0;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: calc(100% - 40px);
        background: #eaedf2;
        font-size:min(2vw, 18px);
        border: 1px solid #ddd;
        box-sizing:border-box;
    }
    .Form-Item-select::-ms-expand {
        display: none;
    }
    .select1box {
        position: relative;
        width: calc(100% - 40px);
    }
    .select1box::after {
        font-size: 21px;
        content: '\f0d7';
        font-weight: 900 ;
        font-family:  "Font Awesome 5 Free" ;
        color:#000;
        display:block;
        pointer-events: none;
        position:absolute;
        right:21px;
        top:14px;
    }
    .Form-Item-Textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 216px;
        flex: 1;
        width: 100%;
        background: #eaedf2;
        font-size: min(2vw, 18px);
   		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
	 }
    .Form-Btn {
		margin: 20px auto 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 280px;
        display: block;
        letter-spacing: 0.05em;
		border:1px solid #666;
		background: #999;
        color: #fff;
        font-weight: bold;
        font-size: min(2.5vw, 24px);
  		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
	}
    .Form-Btn:hover {
		border:1px solid #222;
		background: #444;
    }
    
}

@media screen and (min-width:781px ) and (max-width:1280px)
{
.pc { display: block !important; }
.sp { display: none !important; }
	
	#title .top{
		background: url("../img/top_pc1.jpg")no-repeat;
		background-position:center ;
		background-size: cover;
		width:100%;
		padding-top: 20%;
		position: relative;
	}
	#title .top2{
		background: url("../img/top_pc5.jpg")no-repeat;
		background-position:bottom ;
		background-size: cover;
		width:100%;
		padding-top: 20%;
		position: relative;
	}
   	#title .wbg{
		background:rgba(0,0,0, .4);
		position: absolute;
		width:100%;
		height:100%;
		top:0;
	}
	#title .logo{
        position: absolute;
		z-index: 2;
		background: url("../img/main_logo.svg")no-repeat;
        background-position: center center;
        background-size: contain;
        padding-top:15%;
        width:18%;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
	#title h2{
		font-size:min(3.5vw,32px);
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #222;
	    text-align: center;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
		padding: 0;
        margin:6vw 0 0 0;
    }
    #title h4{
		letter-spacing: 0.1em;
        font-size:min(1.5vw,16px);
        text-align: center;
        color:#222;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:2vw 0 0 0;
		padding: 0;
    }
    #title h5{
		letter-spacing: 0.1em;
        font-size:min(1.25vw, 12px);
        text-align: center;
        color:#666;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:0.5vw 0 0 0;
		padding: 0;
    }
 	#title .adj{
		margin-bottom: 6vw;
	}
   #detail{
        width:70%;
        margin:0 auto 60px auto;
    }
    #detail h5{
        margin:60px 0 10px 0;
        font-size:min(2.5vw, 18px);
        text-align: center;
        color:#000;
        font-weight: normal;
		
    }
    #detail .cap{
        font-size:min(1.4vw, 14px);
        text-align: left;
        color:#000;
        line-height: 1.2em;
        padding-left:1em;
	    text-indent:-1em;
        margin:0.4em 0 0 0;
    }
    .Form {
        max-width: 980px;
    }
    .Form-Item {
        border-top: 1px solid #fff;
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100%;
        display: flex;
        align-items: center;
		text-align: left;
    }

    .Form-Item-Label {
        width: 100%;
        max-width: 248px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size:min(1.75vw,18px);
		color:#000;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Item-Label.isMsg {
        margin-top: 8px;
        margin-bottom: auto;
    }
    .Form-Item-Label-Required {
        border-radius: 4px;
        margin: 0 0 0 8px;
        padding: 4px 0;
        width: 48px;
        display: inline-block;
        text-align: center;
        background: #D50000;
        color: #fff;
        font-size:min(1.25vw, 12px);
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        background: #eaedf2;
        font-size:min(1.75vw,18px);
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
    }
    .Form-Item-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding:0 1em 0 0;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: calc(100% - 40px);
        background: #eaedf2;
        font-size: 18px;
        border: 1px solid #ddd;
        box-sizing:border-box;
    }
    .Form-Item-select::-ms-expand {
        display: none;
    }
    .select1box {
        position: relative;
        width: calc(100% - 40px);
    }
    .select1box::after {
        font-size: 21px;
        content: '\f0d7';
        font-weight: 900 ;
        font-family:  "Font Awesome 5 Free" ;
        color:#000;
        display:block;
        pointer-events: none;
        position:absolute;
        right:21px;
        top:14px;
    }
    .Form-Item-Textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 216px;
        flex: 1;
        width: 100%;
        background: #eaedf2;
        font-size:min(1.75vw,18px);
   		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
    }
    .Form-Btn {
        margin-top: 3vw;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0.75vw;
        padding-bottom: 0.75vw;
        width: 22vw;
        display: block;
        letter-spacing: 0.05em;
		border:1px solid #666;
		background: #999;
        color: #fff;
        font-size: min(2.5vw,24px);
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Btn:hover {
		border:1px solid #222;
		background: #444;
    }
}


/* スマートフォン用 */

@media screen and (max-width:780px )
{
.pc { display: none !important; }
.sp { display: block !important; }
	
	#title .top{
		background: url("../img/top_pc1.jpg")no-repeat;
		background-position:center ;
		background-size: cover;
		width:100%;
		padding-top: 40%;
		position: relative;
	}
	#title .top2{
		background: url("../img/top_pc5.jpg")no-repeat;
		background-position:bottom ;
		background-size: cover;
		width:100%;
		padding-top: 40%;
		position: relative;
	}
	#title .wbg{
		background:rgba(0,0,0, .4);
		position: absolute;
		width:100%;
		height:100%;
		top:0;
	}
   #title .logo{
        position: absolute;
		z-index: 2;
		background: url("../img/main_logo.svg")no-repeat;
        background-position: center center;
        background-size: contain;
        padding-top:25%;
        width:30%;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
 	#title h2{
		font-size:max(6vw,21px);
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #222;
	    text-align: center;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
		padding: 0;
        margin:6vw 0 0 0;
    }
    #title h4{
		letter-spacing: 0.1em;
		line-height: 1.5em;
        font-size::max(4vw,18px);
        text-align: center;
        color:#222;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:2vw 0 0 0;
		padding: 0;
    }
    #title h5{
		width:90%;
		letter-spacing: 0.1em;
		line-height: 1.5em;
        font-size::max(3vw,12px);
        text-align: left;
        color:#666;
		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		margin:1.5vw auto 0 auto;
		padding: 0;
    }
	#title .adj{
		margin-bottom: 6vw;
	}

    #detail{
        width:100%;
        margin:3vw auto 0 auto;
    }
    
    .Form {
       margin: 40px 20px 0 20px;
        width:90%;
        margin:0 auto;
    }    
    .Form-Item {
        border-top: 1px solid #fff;
        padding:10px 0x 10px 0;
        flex-wrap: wrap;
        margin:0 0 20px 0;
    }
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: max(2.75vw,18px);
        color:#000;
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }    
    .Form-Item-Label.isMsg {
        margin: 20px 0 0 0;
    }
    .Form-Item-Label-Required {
        border-radius: 1vw;
        margin: 0 0 0 1em;
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
        width: 4em;
        text-align: center;
        background: #D50000;
        color: #fff;
        font-size: max(2vw,12px);
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal;
    }
    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 1vw;
        height: 2em;
        flex: inherit;
        width:100%;
        background: #eaedf2;
        font-size: max(2.75vw,18px);
        box-sizing:border-box;
 		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		padding:0 0.5em;
   }
    .Form-Item-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 1vw;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width:100% ;
        background: #eaedf2;
        font-size: 18px;
        border: 1px solid #ddd;
    }
    .Form-Item-select::-ms-expand {
        display: none;
    }
    .select1box {
        position: relative;
    } 
   .select1box::after {
        font-size: 21px;
        content: '\f0d7';
        font-weight: 900 ;
        font-family:  "Font Awesome 5 Free" ;
        color:#000;
        display:block;
        pointer-events: none;
        position:absolute;
        right:21px;
        top:14px;
        }
    .Form-Item-Textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 1vw;
        margin:0.5em 0 0.5em 0;
        height: 200px;
        flex: inherit;
        font-size: max(2.75vw,18px);
        background: #eaedf2;
        border: 1px solid #ddd;
        width:100%;
        box-sizing:border-box;
  		font-family: "toppan-bunkyu-mincho-pr6n", serif;
		font-weight: 400;
		font-style: normal;
		padding: 0 0.5em;
  }
    .Form-Btn {
        margin:0 auto 4vw auto;
        padding-top: 2vw;
        padding-bottom: 2vw;
        width: 50%;
        display: block;
        letter-spacing: 0.05em;
        border:1px solid #666;
		background: #999;
        color: #fff;
        font-weight: bold;
        font-size: max(4vw,21px);
		font-family: "toppan-bunkyu-midashi-min-st", serif;
		font-weight: 900;
		font-style: normal
    }

	#detail h5{
        margin:30px 0 20px 0;
        font-size:3.25vw;
        text-align: center;
        color:#000;
        font-weight: normal;
		line-height: 4vw;
    }

    #detail .cap{
        font-size:2.5vw;
        text-align: left;
        color:#000;
        line-height: 1.2em;
        padding-left:1em;
	    text-indent:-1em;
        margin:0.4em 0 0 0;
    }

    
}