@charset "UTF-8";
/* CSS Document */

/* リセット ===============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: 100%;
}
body {
	-ms-overflow-style:none;
}
body::-webkit-scrollbar {
    display:none;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*{
box-sizing: border-box;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
cursor: pointer;	
}




/* common（GPT） ===============*/

.hidden {
	display: none;
}

#noScriptMessage {
	text-align: center;
	color: red;  
	font-weight: bold;  
	display: none;
    }


  #fileDropZone {
    width: 100%;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 100px;
    color: #888;
    transition: border-color 0.3s, color 0.3s;
  }

  #fileDropZone:hover {
    cursor: pointer;
  }

  #filePreview {
    font-size: 0.9em;
    margin-top: 10px;
  }


body {
	background: #efefef;
}


/* FONTの指定について ===============*/

/*
noto sans
font-family: "Noto Sans JP";
font-weight: 100; thin
font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 700; bold

Noto Serif JP
font-family: 'Noto Serif JP', serif;
font-weight: 200; Extra-light 200
font-weight: 300; Light 300
font-weight: 400; Regular 400
font-weight: 500; Medium 500
font-weight: 600; Semi-bold 600
font-weight: 700; Bold 700
font-weight: 900; Black 900

*/


/* modal ===============*/

section#modal {
    width: 100vw;
    height: 100svh;
    padding: 0;
    font-size: 0;
    background-color: rgba(75, 89, 87, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

section#modal div.section_wrapper {
	width: 90%;
	max-width: 720px;
    height: 90%;
    background: #efefef; 
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

section#modal div.section_wrapper div.section_inner {
	width: 100%;
	height: 100%;
	padding: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

section#modal div.section_wrapper div.section_inner img.logo {
	width: 43%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

section#modal div.section_wrapper div.section_inner p.title {
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

section#modal div.section_wrapper div.section_inner div.info {
	padding: 5%;
    border-radius: 3px;
    background: white;
	height: calc(90svh - (90vw / 100 * 10) - 40px - 30px - 25px - ((90vw - 90vw / 100 * 10) / 100 * 43 / 6.09));
    overflow: scroll;
    margin-bottom: 30px;
    text-align: left;
}

section#modal div.section_wrapper div.section_inner div.info p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans JP";
	line-height: 1.7em;
	margin-bottom: 10px;
}

section#modal div.section_wrapper div.section_inner div.info p.large {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

section#modal div.section_wrapper div.section_inner div.info p.small {
	font-size: 13px;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}

section#modal div.section_wrapper div.section_inner div.info p.middle {
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin: 30px 0;
}

section#modal div.section_wrapper div.section_inner div.info p.subhead {
	font-weight: 500;
}

section#modal div.section_wrapper div.section_inner div.info p.right {
	text-align: left;
}

section#modal div.section_inner a {
	border: 1px solid #afafaf;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-weight: 400;
	width:47%;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	background: white;
	margin-right: 3%
}

section#modal div.section_inner label {
	border: 1px solid #afafaf;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-weight: 400;
	width:47%;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	background: white;
	margin-left: 3%
}

@media screen and (min-width: 801px) {
	section#modal div.section_wrapper div.section_inner div.info {
		height: calc(90svh - 36px - 36px - 45.69px - 25px - 30px - 40px);
	}
}

@media screen and (min-width: 821px) {
	section#modal div.section_wrapper {
		max-width: none;
		width: 86%;
	}
	
	section#modal div.section_wrapper div.section_inner {
		padding: 4% 13%;
	}
	
	section#modal div.section_wrapper div.section_inner img.logo {
		width: 23%;
	}
	
	section#modal div.section_wrapper div.section_inner p.title {
		font-size: 16px;
	}
	
	section#modal div.section_wrapper div.section_inner div.info {
		padding: 3%;
		height: calc(90svh - (86vw / 100 * 8) - 45px - 30px - 25px - ((86vw - 86vw / 100 * 10) / 100 * 23 / 6.09));
	}
	
	section#modal div.section_wrapper div.section_inner div.info p.large {
		font-size: 20px;
	}
	
	section#modal div.section_wrapper div.section_inner div.info p.small {
		font-size: 14px;
	}
	
	section#modal div.section_wrapper div.section_inner div.info p.middle {
		font-size: 16px;
	}
	
	section#modal div.section_wrapper div.section_inner div.info p {
		font-size: 16px;
		line-height: 1.9;
	}
	
	section#modal div.section_inner div.button {
		text-align: center;
	}
	
	
	section#modal div.section_inner a {
		height: 45px;
		width: 210px;
		font-size: 18px;
		line-height: 43px;
		margin-right: 50px;
		transition: 0.3s;
	}
	
	section#modal div.section_inner a:hover {
		transition: 0.3s;
		background: #003770;
		color: white;
		border: none;
		transform: scale(1.1);
	}
	
	section#modal div.section_inner label {
		height: 45px;
		width: 210px;
		font-size: 18px;
		line-height: 43px;
		margin-left: 0;
		transition: 0.3s;
	}
	
	section#modal div.section_inner label:hover {
		transition: 0.3s;
		background: #003770;
		color: white;
		border: none;
		transform: scale(1.1);
	}
}







/* 入力画面 ===============*/

section#inputSection {
	font-size: 0;
	padding: 10% 5%;
	background: #efefef;
	max-width: 720px;
    margin: 0 auto;
}

section#inputSection img.logo {
	width: 43%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

section#inputSection p.title {
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

section#inputSection form#form p {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.7;
}

section#inputSection form#form p.adjust {
	margin-bottom: 5px;
}

section#inputSection form#form p span {
	font-weight: 400;
	font-size: 13px;
}

section#inputSection form#form input#consent {
	opacity: 0;
	position: absolute;
}

section#inputSection form#form label.agree {
	display: block;
	width: 47%;
	height: 40px;
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	background: #003770;
	line-height: 40px;
	text-align: center;
	color: white;
	margin-bottom: 40px;
}

section#inputSection form#form input#lastName {
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	width: 47%;
	line-height: 40px;
	padding: 0 0 0 15px;
	border-width: 0;
	margin-right: 6%;
	margin-bottom: 40px;
}

section#inputSection form#form input#firstName {
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	width: 47%;
	line-height: 40px;
	padding: 0 0 0 15px;
	border-width: 0;
	margin-bottom: 40px;
}

section#inputSection form#form input#senderEmail {
	display: block;
	width: 100%;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 15px;
	height: 40px;
	border-width: 0;
	margin-bottom: 40px;
}

section#inputSection form#form input#phoneNumber {
	display: block;
	width: 100%;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 15px;
	height: 40px;
	border-width: 0;
	margin-bottom: 40px;
}

section#inputSection form#form textarea#messageBody {
	display: block;
	width: 100%;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	border-width: 0;
	margin-bottom: 40px;
}

section#inputSection form#form p.note {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.7;
}

section#inputSection form#form p.note span {
	display: block;
	padding-left: 1em;
    text-indent: -1em;
}

section#inputSection form#form div#fileDropZone {
	background: #afafaf;
	border: 5px dashed white;
	height: 180px;
	border-radius: 30px;
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-size: 18px;
	color: white;
	line-height: 100px;
	margin-bottom: 20px;
	background-image: url("../img/icon_cloud.svg");
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: 50% 90%;
}

section#inputSection form#form p#filePreview {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 50px 0;
}

section#inputSection form#form button {
	width: 100%;
	height: 40px;
	padding: 0;
	border-width: 0;
	border: 1px solid #afafaf;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 16px;
	color: black;
	line-height: 38px;
	background: white;
}


@media screen and (min-width: 821px) {
	section#inputSection {
		max-width: 650px;
		padding: 80px 0;
	}
	
	section#inputSection img.logo {
		width: 30.7%;
		margin-bottom: 50px;
	}
	
	section#inputSection p.title {
		font-size: 16px;
		margin-bottom: 50px;
	}
	
	section#inputSection form#form p {
		font-size: 18px;
		margin-bottom: 25px;
	}
	
	section#inputSection form#form p span {
		font-size: 15px;
	}
	
	section#inputSection form#form label.agree {
		width: 210px;
		height: 45px;
		font-size: 18px;
		line-height: 45px;
		margin-bottom: 50px;
	}
	
	section#inputSection form#form input#lastName {
		width: 48%;
		margin-right: 4%;
		height: 45px;
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	section#inputSection form#form input#firstName {
		width: 48%;
		margin-left: 0;
		height: 45px;
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	section#inputSection form#form input#senderEmail {
		height: 45px;
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	section#inputSection form#form input#phoneNumber {
		height: 45px;
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	section#inputSection form#form textarea#messageBody {
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	section#inputSection form#form p.note {
		font-size: 16px;
		line-height: 1.9;
	}
	
	section#inputSection form#form div#fileDropZone {
		height: 200px;
	}
	
	section#inputSection form#form p#filePreview {
		font-size: 15px;
		margin: 0 0 80px 0;
	}
	
	section#inputSection form#form button {
		display: block;
		width: 400px;
		height: 45px;
		line-height: 43px;
		font-size: 18px;
		margin: 0 auto;
		transition: 0.3s;
	}
	
	section#inputSection form#form button:hover {
		transition: 0.3s;
		background: #003770;
		color: white;
		border: none;
		transform: scale(1.1);
	}
	
}




/* 確認画面 */

section#confirmSection {
	font-size: 0;
	padding: 10% 5%;
	background: #efefef;
	max-width: 720px;
    margin: 0 auto;
}

section#confirmSection img.logo {
	width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}

section#confirmSection p.title {
	font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}

section#confirmSection p {
	font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    margin-bottom: 40px;
}

section#confirmSection p span.note {
	font-weight: 400;
    font-size: 13px;
}

section#confirmSection p span#confirmConsent,
section#confirmSection p span#confirmName,
section#confirmSection p span#confirmEmail,
section#confirmSection p span#confirmPhone,
section#confirmSection p span#confirmMessage,
section#confirmSection p span#confirmFile {
	font-size: 16px;
	font-family: "Noto Sans JP";
    font-weight: 400;
	display: block;
	margin-top: 20px;
	padding-left: 21px;
	line-height: 1.9;
}

section#confirmSection button {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	color: black;
	border: 1px solid #afafaf;
	background: white;
	width: 47%;
	height: 40px;
	line-height: 38px;
}

section#confirmSection button:first-of-type {
	margin-right: 6%;
}


@media screen and (min-width: 821px) {
	section#confirmSection {
		max-width: 650px;
		padding: 80px 0;
	}
	
	section#confirmSection img.logo {
		width: 30.7%;
        margin-bottom: 50px;
    }
	
	section#confirmSection p.title {
		font-size: 16px;
        margin-bottom: 50px;
	}
	
	section#confirmSection p {
		font-size: 18px;
        margin-bottom: 50px;
	}
	
	section#confirmSection p.adjust {
		margin-bottom: 80px;
	}
	
	section#confirmSection p span.note {
		font-size: 15px;
	}
	
	section#confirmSection p span#confirmConsent,
	section#confirmSection p span#confirmName,
	section#confirmSection p span#confirmEmail,
	section#confirmSection p span#confirmPhone,
	section#confirmSection p span#confirmMessage,
	section#confirmSection p span#confirmFile {
		font-size: 17px;
		display: block;
		margin-top: 25px;
		padding-left: 23px;
	}
	
	section#confirmSection div.button {
		text-align: center;
	}
	
	section#confirmSection button {
		width: 210px;
		height: 45px;
		font-size: 18px;
		line-height: 43px;
		transition: 0.3s;
	}
	
	section#confirmSection button:hover {
		transition: 0.3s;
		background: #003770;
		color: white;
		border: none;
		transform: scale(1.1);
	}
	
	section#confirmSection button:first-of-type {
		margin-right: 50px;
	}
	
}





/* loading画面 */

section#loadingScreen {
	padding: 10% 5%;
	background: #efefef;
	min-height: 100svh;
	text-align: left;
	position: relative;
	max-width: 720px;
    margin: 0 auto;
}

section#loadingScreen img.logo {
	width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px;
}

section#loadingScreen p.title {
	font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px;
}

section#loadingScreen p {
	font-size: 17px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}

section#loadingScreen img#loadingGIF {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto 40px;
}

section#loadingScreen #progressBarContainer { 
	background-color: white; 
	margin-bottom: 40px; 
	border-radius: 7px;
}

section#loadingScreen #progressBar { 
	width: 0%;
	height: 14px;
	background-color: #003770;
	border-radius: 7px;
}
  
section#loadingScreen p#progressText { 
	font-family: "Noto Sans JP";
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0;
}


@media screen and (min-width: 821px) {
	section#loadingScreen {
		max-width: 650px;
        padding: 80px 0;
	}
	
	section#loadingScreen img.logo {
		width: 30.7%;
        margin-bottom: 50px;
	}
	
	section#loadingScreen p.title {
		font-size: 16px;
        margin-bottom: 50px;
	}
	
	section#loadingScreen p {	
		font-9size: 18px;
	}
}



/* thanks画面 */

section#thanksScreen {
	padding: 10% 5%;
    background: #efefef;
	min-height: 100svh;
	font-size: 0;
	max-width: 720px;
    margin: 0 auto;
}

section#thanksScreen img.logo {
	width: 43%;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 50px;
}

section#thanksScreen p.title {
	font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 50px;
}

section#thanksScreen p.finish {
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

section#thanksScreen p.end {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}

section#thanksScreen div.contact {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: relative;
	height: 140px;
}

section#thanksScreen dl {
	width: 212px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section#thanksScreen dl dt {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

section#thanksScreen dl dt:first-of-type {
	margin-bottom: 20px;
}

section#thanksScreen dl dd {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

section#thanksScreen dl dd:first-of-type {
	margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
	section#thanksScreen {
		max-width: 650px;
        padding: 80px 0;
	}
	
	section#thanksScreen img.logo {
		width: 30.7%;
        margin-bottom: 50px;
	}
	
	section#thanksScreen p.title {
		font-size: 16px;
        margin-bottom: 50px;
	}
	
	section#thanksScreen p.finish {
		font-size: 20px;
	}
	
	section#thanksScreen p.end {
		font-size: 18px;
	}
	
	section#thanksScreen p.end br.br {
		display: none;
	}
	
}








