@charset "UTF-8";

/* CSS Document */

body {
  min-width: 1200px;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
h1 {
  font-size: 30px;
  color: #222;
  letter-spacing: 1px;
}
/* ---------------------------------------------------------
.people-box
----------------------------------------------------------*/
.people-box {
  display: flex;
  align-items: flex-end;
  width: 980px;
  margin: 0 auto 90px;
  box-sizing: border-box;
}
.people-box .pic-ppl {
  width: 380px;
  margin-right: 59px;
}
.people-box .pic-ppl img {
  width: 100%;
  height: auto;
}
.people-box .txt-block {
  position: relative;
  width: 541px;
  padding: 9px 0 0;
  box-sizing: border-box;
}
.people-box h2 {
	position: relative;
	width: 360px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
	color: #fd7176;	
	letter-spacing: .05em;
  padding-bottom: 28px;
  margin: 0 0 40px;
}
.people-box h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 541px;
	height: 4px;
  background: url("../img/line_pink.png") no-repeat bottom left;
}
.people-box h2 strong {
	font-size: 24px;
}
.people-box p {
  font-size: 16px;
  font-weight: bold;
	color: #fd7176;	
  line-height: 1;
  margin-bottom: 9px;
}
.people-box h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
	letter-spacing: .05em;
  color: #222;
  background: url("../img/line_pink.png") no-repeat bottom left;
  padding-bottom: 34px;
}
.people-box.cate-blue h2,
.people-box.cate-blue p {
  color: #388ab9;
}
.people-box.cate-blue h2::after,
.people-box.cate-blue h3 {
  background-image: url("../img/line_blue.png");
}
.people-box .pic-pen {
  position: absolute;
  right: 24px;
  bottom: 32px;
}
.person7 .people-box .pic-pen,
.person8 .people-box .pic-pen,
.person10 .people-box .pic-pen {
  right: 0;
  bottom: 26px;
}
.person7 .people-box h3,
.person8 .people-box h3 {
	letter-spacing: -.05em;
}
/* ---------------------------------------------------------
.qa-box
----------------------------------------------------------*/
.qa-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
.qa-box .block {
  width: 470px;
  margin-bottom: 50px;
}
.qa-box .block dt {
	min-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #e6132d;
  line-height: 1.4;
	letter-spacing: .01em;
  background: url(../../img/icon_q_01.png) no-repeat left 2px;
  background-size: auto 28px;
  padding: 0 0 8px 45px;
}
.qa-box .block dt.q2 {
  background-image: url(../../img/icon_q_02.png);
}
.qa-box .block dt.q3 {
  background-image: url(../../img/icon_q_03.png);
}
.qa-box .block dt.q4 {
  background-image: url(../../img/icon_q_04.png);
}
.qa-box .block dt.q5 {
  background-image: url(../../img/icon_q_05.png);
}
.qa-box .block dd {
  height: 153px;
  text-align: center;
  background: url(../img/bg_answer.png) no-repeat;
  background-size: contain;
}
.qa-box .block dd img {
  width: 100%;
  height: auto;
	margin-top: -27px;
}
.person6 .qa-box .block dd img,
.person7 .qa-box .block dd img,
.person10 .qa-box .block dd img {
	width: 92%;
	margin-top: -22px;
}
.qa-box .caution {
	margin-top: 20px;
}

/* ---------------------------------------------------------
.other
----------------------------------------------------------*/
.other {
  width: 1200px;
  background: url(../../img/ill_01.png) no-repeat right 343px top 0;
  background-size: 190px auto;
  padding: 120px 0 120px;
  margin: -10px auto 0;
}
.other h3 {
  width: 100%;
  font-size: 22px;
  color: #222;
  text-align: center;
  margin: 0 auto 30px;
}
.other .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.other .block {
  width: 208px;
  margin-bottom: 40px;
}
.other .block a {
  display: block;
  transition: opacity .3s;
}
.other .block a:hover {
  text-decoration: none;
  opacity: .7;
}
.other .pic {
  min-height: 208px;
}
.other .pic img {
  width: 100%;
  height: auto;
}
.other p {
  font-size: 14px;
  color: #222;
  text-align: center;
  padding-top: 7px
}
.other .job {
  font-size: 18px;
  font-weight: bold;
  color: #388ab9;
  padding-top: 15px;
}
.other .block:nth-child(odd) .job,
.other .block:nth-child(4) .job,
.other .block:nth-child(8) .job {
  color: #fd7176;
}
.other .block:nth-child(5) .job,
.other .block:nth-child(9) .job {
  color: #388ab9;
}
.other .block:nth-child(4) .job {
	letter-spacing: -.08em;
}
.other .btn-back {
  width: 240px;
  margin: 0 auto;
  padding-top: 20px;
}
.other .btn-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.other .btn-back a:hover {
  color: #e6132d;
  text-decoration: none;
}

@media screen and (max-width:750px) {
/* ---------------------------------------------------------
#main sp
----------------------------------------------------------*/
	body {
		min-width: 100%;
	}
	#main {
		height: 90px;
		margin-bottom: 30px;
	}
	h1 {
		font-size: 23px;
	}

/* ---------------------------------------------------------
.people-box
----------------------------------------------------------*/
.people-box {
  position: relative;
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
  width: 92vw;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.people-box .pic-ppl {
  width: 41vw;
	margin: 0;
}
.people-box .pic-ppl img {
  width: 41vw;
  height: auto;
}
.people-box .pic-pen img {
  width: 100%;
  height: auto;
}
.people-box .txt-block {
  width: 48vw;
  padding-top: 0;
  box-sizing: border-box;
}
.people-box h2 {
	width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 13px;
  margin: 0 0 3.2vw;
}
	.people-box h2 strong {
		font-size: 12px
	}
	.people-box h2::after {
		width: 100%;
		background-size: auto 2px;
	}
.people-box .txt-block p {
	font-size: 10px;
  font-weight: 500;
}
.people-box h3 {
	min-height: 46px;
  font-size: 14px;
  font-weight: bold;
	background-size: auto 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.person6 .people-box h3 {
	letter-spacing: -.01em;
}
.people-box h3 small {
	display: block;
	font-size: 11px;
}
.people-box .pic-pen,
.person7 .people-box .pic-pen,
.person8 .people-box .pic-pen,
.person10 .people-box .pic-pen {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 8.4vw;
}
/* ---------------------------------------------------------
.qa-box
----------------------------------------------------------*/
.qa-box {
	display: block;
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto;
  box-sizing: border-box;
}
.qa-box .block {
	width: 100%;
  margin-bottom: 40px;
}
.qa-box .block dt {
  min-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #e6132d;
  line-height: 1.5;
  background: url(../../img/icon_q_01.png) no-repeat left 4px;
  background-size: auto 24px;
  padding: 0 0 0 44px;
  margin-bottom: 5px;
}
.qa-box .block dt.q2 {
  background: url(../../img/icon_q_02.png) no-repeat left 4px;
  background-size: auto 24px;
}
.qa-box .block dt.q3 {
  background: url(../../img/icon_q_03.png) no-repeat left 4px;
  background-size: auto 24px;
}
.qa-box .block dt.q4 {
  background: url(../../img/icon_q_04.png) no-repeat left 4px;
  background-size: auto 24px;
}
.qa-box .block dt.q5 {
  background: url(../../img/icon_q_05.png) no-repeat left 4px;
  background-size: auto 24px;
}
.qa-box .block dd {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 40.6vw;
  background: url(../img/bg_answer_sp.png) no-repeat;
  background-size: contain;
}
.qa-box .block dd img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------
.other
----------------------------------------------------------*/
.other {
	width: 100%;
	background: none;
  padding: 15px 0 75px;
}
.other h3 {
  font-size: 17px;
	letter-spacing: .04em;
  text-align: center;
  padding: 23px 0 20px;
	margin-bottom: 0;
}
.other .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 92vw;
	margin: 0 auto;
}
.other .block {
  width: 50%;
	margin-bottom: 30px;
}
.other .block .pic {
  width: 44vw;
  height: 47vw;
	min-height: auto;
}
.other .block .pic img {
  width: 100%;
  height: auto;
}
.other .block .job {
	font-size: 14px;
	padding: 0;
}
.other .block p {
  font-size: 11px;
}
.other .btn-back a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56vw;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #e6132d;
  border-radius: 4px;
  margin: 0 auto;
}
}

@media screen and (max-width:320px) {
	.people-box h3 {
		padding-right: 30px;
	}
.other .block .pic {
  width: 45.6vw;
  height: 165px;
}
}
