@charset "utf-8";

html{
	/*font-size: 62.5%;*/
	font-size: 14px;
}
body{
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.7em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	overflow-x: hidden;
	color: #000;
}
@media (min-width: 960px){
body{
	font-size: 1rem;
	line-height: 1.8em;
}
}


/* ==========================================================================
   Reset
   ========================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,figure{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
table{
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
abbr,acronym{
	border: 0;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
/*
input, button, select, textarea{
  -webkit-appearance: none;
}
*/


/* ==========================================================================
   common
   ========================================================================== */
.wrap{
  width: 100%;
  height: auto;
	position: relative;
  box-sizing: border-box;
	padding: 0 5.3%;
}
@media (min-width: 415px){
.wrap{
  width: 100%;
  height: auto;
  padding: 0 5.3%;
}
}
@media (min-width: 960px){
.wrap{
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
}

h2{
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.6em;
}
@media (min-width: 415px){
h2{
	font-size: 1.5rem;
	line-height: 1.0em;
}
}
@media (min-width: 960px){
h2{
	font-size: 1.8rem;
}
}

h3{
	font-size: 1.2rem;
  font-weight: bold;
	text-align: center;
}
@media (min-width: 415px){
h3{
	font-size: 1.3rem;
}
}
@media (min-width: 960px){
h3{
	font-size: 1.4rem;
}
}

h4{
	font-size: 1.1em;
  font-weight: bold;
}
@media (min-width: 960px){
h4{
	font-size: 1.2rem;
}
}

.for-pc{
	display: none;
}
@media (min-width: 415px){
.for-pc{
	display: none;
}
}
@media (min-width: 960px){
.for-pc{
	display: block;
}
}

.for-tb{
	display: none;
}
@media (min-width: 415px){
.for-tb{
	display: block;
}
}
@media (min-width: 960px){
.for-tb{
	display: none;
}
}

.for-sp{
	display: block;
}
@media (min-width: 415px){
.for-sp{
	display: none;
}
}
@media (min-width: 960px){
.for-sp{
	display: none;
}
}

.br-sp{
	display: block;
}
@media (min-width: 415px){
.br-sp{
	display: none;
}
}
@media (min-width: 960px){
.br-sp{
	display: none;
}
}

.br-tb{
	display: none;
}
@media (min-width: 415px){
.br-tb{
	display: block;
}
}
@media (min-width: 960px){
.br-tb{
	display: none;
}
}

.br-pc{
	display: none;
}
@media (min-width: 415px){
.br-pc{
	display: none;
}
}
@media (min-width: 960px){
.br-pc{
	display: block;
}
}


/* ==========================================================================
   header
   ========================================================================== */
header{
  width: 100%;
	height: 60px;
  background-color: #fff;
  position: fixed;
	top: 0;
	left: 0;
  box-sizing: border-box;
  z-index: 100;
}
@media (min-width: 960px){
header{
	height: 100px;
  padding: 0;
}
}

header .wrap{
	display: flex;
	justify-content: space-between;
}

header figure{
  width: 120px;
	height: 60px;
	margin: 20px 0 0 0;
}
@media (min-width: 415px){
header figure{
  width: 120px;
	height: 60px;
	margin: 20px 0 0 0;
}
}
@media (min-width: 960px){
header figure{
  width: 173px;
	height: 54px;
	margin: 46px 0 0 0;
	display: flex;
  align-items: center;
	justify-content: center;
}
}

header img.logo{
  width: 100%;
	height: auto;
	display: block;
}

header nav ul{
	display: none;
}
@media (min-width: 960px){
header nav ul{
	display: block;
}
}

header nav ul{
	width: auto;
  height: 54px;
	margin: 46px 0 0 0;
}

header nav li{
	display: block;
	float: left;
	margin-left: 24px;
}

header nav li a{
	width: auto;
  height: 54px;
  font-size: 1rem;
  font-weight: 500;
	font-family: 'Barlow Semi Condensed', sans-serif;
  line-height: 48px;
  letter-spacing: 0.04em;
	display: block;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-bottom: 3px solid rgba(0, 167, 233, 0);
  position: relative;
}

nav li a:hover{
  color: #777;
}

nav li a.current{
  border-bottom: 3px solid rgba(0, 167, 233, 1);
}

.btn-header a{
  width: 90px;
  height: 30px;
	font-size: 1rem;
  font-weight: 400;
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 30px;
	letter-spacing: 0.04em;
  text-align: center;
	color: #fff;
  background: rgba(0, 167, 233, 1);
  display: block;
	position: absolute;
	top: 15px;
	right: 60px;
  transition: all 0.2s ease;
}
@media (min-width: 415px){
.btn-header a{
  width: 100px;
  height: 30px;
	font-size: 1rem;
	top: 15px;
	right: 90px;
}
}
@media (min-width: 960px){
.btn-header a{
  width: 120px;
  height: 30px;
	font-size: 1rem;
	top: 10px;
	right: 0;
}
}

@media (min-width: 960px){
.btn-header a:hover{
  background: rgba(0, 167, 233, 0.8);
}
}


/* ==========================================================================
   main-visual
   ========================================================================== */
#main-visual{
	width: 100%;
  height: auto;
	margin: 60px 0 0 0;
}
@media (min-width: 415px){
#main-visual{
	margin: 0 0 0 0;
}
#main-visual img{
  margin: 60px 0 0 0;
}
}
@media (min-width: 960px){
#main-visual img{
  margin: 100px 0 0 0;
}
}

#main-visual img{
  width: 100%;
  height: auto;
}


/* ==========================================================================
   app-form
   ========================================================================== */
#app-form{
	width: 100%;
  height: auto;
	padding: 45px 0 50px 0;
	font-weight: 400;
	line-height: 1.5;
}
@media (min-width: 415px){
#app-form{
	padding: 60px 0 60px 0;
}
}
@media (min-width: 960px){
#app-form{
	padding: 130px 0 100px 0;
}
}

#app-form h2{
	text-align: center;
}
@media (min-width: 415px){
#app-form h2{
	text-align: left;
}
}

#app-form h3{
	margin: 100px 0 100px 0;
	padding: 10px;
	border: 1px solid #000;
}

#app-form .information {
	margin: 16px 0 16px 0;
}

#app-form .form {
	margin: 32px 0 0 0;
}

#app-form .field.is-required .label::after {
	content: '必須';
	margin-left: 10px;
	padding: 5px;
	font-size: 70%;
	color: #ffffff;
	background-color: #ec5541;
	border-radius: 4px;
	white-space: nowrap;
}

#app-form .field {
	margin: 24px 0 0 0;
}

#app-form .field .agreement {
	border: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 12px;
}

#app-form .comment {
	margin: 4px 0 0 0;
	color: #444;
	font-size: 0.9rem;
}

#app-form .checkbox-field {
	display: flex;
	align-items: center;
}

#app-form .checkbox-field label {
	margin: 0 8px 0 8px;
}




.btn-primary {
  width: 100%;
  height: 52px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 52px;
  text-align: center;
	color: #fff;
  background: rgba(0, 167, 233, 1);
	transition: all 0.2s ease;
}
@media (min-width: 415px){
.btn-primary {
	width: 280px;
  height: 52px;
	font-size: 1.2rem;
	line-height: 52px;
}
}
@media (min-width: 960px){
.btn-primary {
	width: 280px;
  height: 52px;
	font-size: 1.2rem;
	line-height: 52px;
}
}

.btn-primary:disabled {
	background-color: #eee;
  color: #959595;
  pointer-events: none;
}

.select .is-success {
  border-color: #48c78e;
}

.select .is-danger {
	border-color: #f14668;
}



/* ==========================================================================
   footer
   ========================================================================== */
	 footer .wrap{
		padding: 0;
	}
	
	footer .txt-holder{
		padding: 30px 0 20px 0;
		background: #e5f6fd;
	}
	@media (min-width: 415px){
	footer .txt-holder{
		padding: 40px 0 30px 0;
	}
	}
	@media (min-width: 960px){
	footer .txt-holder{
		padding: 80px 0 50px 0;
	}
	}
	
	footer h3{
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	@media (min-width: 415px){
	footer h3{
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	}
	@media (min-width: 960px){
	footer h3{
		font-size: 1.5rem;
		margin-bottom: 35px;
	}
	}
	
	footer h4{
		font-size: 1.0rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	@media (min-width: 415px){
	footer h4{
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	}
	@media (min-width: 960px){
	footer h4{
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	}
	
	footer p{
		font-size: 0.9rem;
		text-align: center;
		margin-bottom: 20px;
	}
	@media (min-width: 415px){
	footer p{
		font-size: 1.0rem;
		text-align: center;
		margin-bottom: 20px;
	}
	}
	@media (min-width: 960px){
	footer p{
		margin-bottom: 20px;
	}
	}
	
	@media (max-width: 414px){
	footer p span{
		line-height: 2em;
	}
	}
	
	footer .copyright{
		width: 100%;
		height: 70px;
		padding: 0 5.3%;
		font-size: 0.7rem;
		line-height: 1.0em;
		text-align: left;
		letter-spacing: 0;
		color: #75919f;
		background: #003d55;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	@media (min-width: 415px){
	footer .copyright{
		height: 80px;
		font-size: 0.7rem;
		letter-spacing: 0.08em;
		justify-content: center;
	}
	}
	@media (min-width: 960px){
	footer .copyright{
		height: 100px;
	}
	}


