@charset "UTF-8";

#container {
	overflow: hidden;
}

.wrapper {
  max-width: 1120px;
  margin: auto;
	width: 90%;
}

.nopc { display: none;}
img { width: 100%;}


.button-wrapper {
	background: #fff;
	padding: 30px 0;
	margin: auto;
}
.button-wrapper.p2 {
	background: #f9e886;
	width: 100%;
}
.button-wrapper.p2 .flex-box {
	max-width: 1120px;
	margin: auto;
	align-items: center;
	display: flex;
}
.button-wrapper.p2 .flex-box p {
	color: #00357f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.55;
	margin-right: 2em;
}
.button-wrapper a {
	display: block;
	max-width: 380px;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 980px) {
  .wrapper {
    width: 90%;
    margin: auto;
  }
  .button-wrapper {
    width: 90%;
  }
	.button-wrapper.p2 {
		box-sizing: border-box;
		padding: 5%;
	}
	.button-wrapper.p2 .flex-box {
		display: block;
	}
	.button-wrapper.p2 .flex-box p {
		margin-right: 0;
		margin-bottom: 1em;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
  .nopc { display: block;}
  .nosp { display: none;}
	.button-wrapper.p2 .flex-box p {
		font-size: 18px;
		line-height: 1.7;
	}
	.button-wrapper.p2 a {
		width: 80%;
	}
}





/* header -------------------------------------- */
#header {
	background: #00357f;
  z-index: 1;
}
#header h1 {
	margin-bottom: -2px;}
/* sp */
@media screen and (max-width: 769px) {
	#header h1 {
		margin-bottom: 0;}
}



#message {
	max-width: 1300px;
	margin: auto;
	padding: 6% 0;
	position: relative;
}
#message .bg {
	position: absolute;
	right: -6%;
	bottom: -6%;
	z-index: -1;
}
#message .wrapper {
	position: relative;
}
#message .icon {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 250px;
	width: 25%;
}
@media screen and (max-width: 767px) {
	#message {
		padding: 8% 0;
	}
	#message .bg {
		display: none;
	}
	#message .icon {
		position: relative;
		margin: 1em auto 0;
		max-width: 400px;
		width: 65%;
	}
}



#sec01 {
	background: #00357f;
	padding: 4% 0;
}
#sec01 .content {
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 3% 5%;
}
#sec01 .content .ttl {
	max-width: 700px;
	margin: auto;
}
#sec01 .content .flex-box {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
#sec01 .content .flex-box div {
	margin: 0 5px;
	width: calc(100% / 3 - 10px);
}
#sec01 .content .flex-box div:last-child {
	width: 35%;
	margin-right: -3.5%;
}
#sec01 .notice {
	color: #fff;
	font-size: 13px;
	margin-top: 1em;
	font-feature-settings: "palt";
}
/* sp */
@media screen and (max-width: 640px) {
	#sec01 {
		padding: 10% 0;}
	#sec01 .content .flex-box {
		display: block;
	}
	#sec01 .content {
		border-radius: 8px;
		padding: 3% 6%;
	}
	#sec01 .content .flex-box div {
		margin: 5px auto;
		width: 100%;
	}
	#sec01 .content .flex-box div:last-child {
		width: 105%;
	}
	#sec01 .notice {
		line-height: 1.5;
	}
}



#voice {
	background: #f9e886;
	margin-bottom: 30px;
  padding: 50px 0 0;
  position: relative;
}
#voice .bg {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
}
#voice h2 {
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}
#voice .content {
  background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  padding: 2.5em 3em 1em;
}
#voice .content dl {
  box-sizing: border-box;
	color: #333333;
  display: flex;
  margin-bottom: 30px;
  padding: 0 30px;
  width: calc(100% / 2 - 30px);
}
#voice .content dl:nth-child(odd) {
	padding-right: 0;
}
#voice .content dl:nth-child(even) {
	margin-left: 60px;
	padding-right: 0;
}
#voice .content dl dt {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 15%;
}
#voice .content dl.left dt span {
  position: absolute;
  left: -70%;
  bottom: 10%;
	color: #fff;
	line-height: 1.25;
}
#voice .content dl.right dt span {
  position: absolute;
  right: 0;
  bottom: -3%;
}
#voice .content dl dt img { width: 75px;}
#voice .content dl dd {
  border: 2px solid #f7931e;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  width: 85%;
}
#voice .content dl dd h4 {
  color: #f7931e;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
#voice .content dl dd p {
  font-size: 14px;
  line-height: 1.5;
}
#voice .content dl.left dd::before {
	background: url(../images/triangle.png) no-repeat center center/contain;
	content: "";
	width: 30px;
	height: 30px;
  left: -30px;
  bottom: 30%;
  position: absolute;
}

#voice .appeal h3 {
  margin: 30px auto;
  width: 75%;
}
#voice .appeal .thumb {
	margin: auto auto auto 0;
	width: 90%
}
#voice .appeal .kanae {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
/* tb */
@media screen and (max-width: 1024px) {
  #voice .appeal .kanae {
    bottom: 4%;
    width: 12%;
  }
}
/* sp */
@media screen and (max-width: 980px) {
  #voice .content {
		margin: 15px 0;
    padding: 1.5em 1em;}
  #voice .content dl {
    margin-bottom: 20px;}
  #voice .content dl dt {
    width: 25%;}

  #voice .appeal h3 {
    margin: 20px auto 10px;
    width: 90%;
  }
  #voice .appeal .kanae {
    bottom: 2%;
    width: 12%;
  }
}
/* sp */
@media screen and (max-width: 640px) {
  #voice {
		margin-bottom: 0;
    padding: 30px 0 60px;}
  #voice .content {
    display: block;
    margin: 15px auto;
    padding: 1em 4%;
  }
  #voice .content dl {
    padding: 0;
    width: 100%;
  }
	#voice .content dl:nth-child(even) {
		margin-left: 0;}
	#voice .content dl:last-child {
		margin-bottom: 0;}
  #voice .content dl.left dd::before {
    left: -25px;
    bottom: 35%;
		width: 25px;
		height: 25px;
    position: absolute;
  }
  #voice .content dl.right dd::before {
    content: none;
    right: -30px;
    bottom: 30%;
    position: absolute;
  }
  #voice .content dl dt {
    width: 30%;}
  #voice .content dl.left dt span {
    left: 5%;
    bottom: 15%;
  }
  #voice .content dl dt img {
    width: 60px;}
  #voice .content dl dd {
    padding: 10px;
    width: 68%;
  }
  #voice .content dl dd h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #voice .content dl dd p {
    font-size: 13px;
  }

  #voice .appeal .thumb {
    margin-bottom: -62px;
  }
	#voice .appeal .kanae {
		bottom: 0;
		width: 22%;
	}
}



/* footer -------------------------------------- */
#footer {
  background: #fff;
  padding: 0 0 30px;
}
#footer .button-wrapper {
  margin: 15px auto;
}
#footer p {
  margin-bottom: 3em;
}
#footer ul {
  text-align: center;
  margin-bottom: 1em;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000;
}
#footer ul li:last-child {
  border-right: none;
}
#footer ul li a {
  display: block;
  color: #000;
}
#footer footer p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
/* sp */
@media screen and (max-width: 767px) {
  #footer .nosp { display: none;}
  #footer .nopc { display: block;}
  #footer ul li {
    font-size: 13px;
    padding: 0 5px;
  }
  #footer footer p {
    font-size: 12px;}
}
