@charset "UTF-8";
/* =============================================================================

	headline content

============================================================================= */
.headline + .content {
  margin-top: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {  

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.headline + .content {
  margin-top: 4vw;
} 

}/* for SP max-width: 800px */

/* =============================================================================

	mainvisual

============================================================================= */
.mainvisual {
  padding: 20px 0;
  background: url("../images/mainvisual/bg_mainvisual.svg") no-repeat bottom 10vw center / contain;
  box-sizing: border-box;
}

/* 1400px以下 */
@media screen and (max-width: 1400px) {
.mainvisual {
  background: url("../images/mainvisual/bg_mainvisual.svg") no-repeat bottom 150px center / 1400px auto;
}
  
}/* for tablet max-width: 1400px */

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.mainvisual {
  padding: 20px;
}  

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.mainvisual {
  padding: 4vw;
  background: none;
} 

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	title
-------------------------------------------------------------*/
.mainvisual .title {
}
.mainvisual .title p {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.mainvisual .title .head {
  margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.mainvisual .title {
}  

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.mainvisual .title {
}
.mainvisual .title p {
  font-size: 4vw;
}
.mainvisual .title .head {
  margin-top: 2vw;
}  

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	profile
-------------------------------------------------------------*/
.mainvisual .profile {
  margin-top: 40px;
}
.mainvisual .profile .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mainvisual .profile .item {
  width: 32%;
}
.mainvisual .profile .item .txt {
  position: relative;
  padding: 20px;
  border: 1px solid #000;
  background: #fff;
}
.mainvisual .profile .item .txt:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	margin: auto;
	width: 30px;
	height: 15px;
	border-top: 15px solid #000;
	border-right: 30px solid #000;
	border-bottom: 15px solid transparent;
	border-left: 30px solid transparent;
	box-sizing: border-box;
}
.mainvisual .profile .item .txt .name {
	font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.mainvisual .profile .item .txt .name .s {
	font-size: 12px;
  margin-right: 0.5em;
}
.mainvisual .profile .item .txt .post {
  color: #fbc600;
	font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
}
.mainvisual .profile .item .txt p {
	font-size: 10px;
  line-height: 1.8;
  margin-top: 5px;
}
.mainvisual .profile .item .img {
  position: relative;
	width: 60%;
  margin: 0 auto;
  margin-top: -20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.mainvisual .profile .item .txt .name {
	font-size: 1.9vw;
}
.mainvisual .profile .item .txt .name .s {
	font-size: 1vw;
  margin-right: 0.5em;
}
.mainvisual .profile .item .txt .post {
	font-size: 1.25vw;
  margin-top: 0.5vw;
}
.mainvisual .profile .item .txt p {
	font-size: 1.25vw;
  margin-top: 0.5vw;
}  

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.mainvisual .profile {
  margin-top: 4vw;
}
.mainvisual .profile .inner {
}
.mainvisual .profile .item {
  position: relative;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mainvisual .profile .item:after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  margin: auto;
  margin-left: -4vw;
  width: calc(100% + 8vw);
  height: 100%;
  background: url("../images/mainvisual/bg_mainvisual.svg") no-repeat top 15vw center / 150% auto;
}
.mainvisual .profile .item + .item {
  margin-top: 2vw;
}
.mainvisual .profile .item .txt {
  position: relative;
  z-index: 1;
  order: 2;
  width: 100%;
  padding: 4vw;
  margin-top: 0;
}
.mainvisual .profile .item .txt:after {
  display: none;
}
.mainvisual .profile .item .txt .name {
	font-size: 4.5vw;
}
.mainvisual .profile .item .txt .name .s {
	font-size: 3vw;
  margin-right: 0.5em;
}
.mainvisual .profile .item .txt .post {
	font-size: 3vw;
  margin-top: 1vw;
}
.mainvisual .profile .item .txt p {
	font-size: 3vw;
  line-height: 1.6;
  margin-top: 1vw;
}
.mainvisual .profile .item .img {
  position: relative;
  z-index: 1;
  order: 1;
	width: 50%;
  height: 40vw;
  margin-top: 0;
  overflow: hidden;
} 

}/* for SP max-width: 800px */

/* =============================================================================

	section_talk

============================================================================= */
.section_talk {

}
.section_talk .headline .title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  padding: 15px 0;
  padding-left: 85px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url("../images/logo.svg") no-repeat left center / 70px 70px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_talk {
  /*border-top: 2px dotted #ddd;*/
}  
.section_talk .headline .title {
  font-size: 4.5vw;
  padding: 2vw 0;
  background: none;
}  
  

}/* for SP max-width: 800px */
/*-------------------------------------------------------------
	faq
-------------------------------------------------------------*/
.faq + .faq {
  margin-top: 50px;
}
.faq .img {
  width: 48%;
}
.faq .img_s {
  width: 48%;
}
.faq .img_l {
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
.faq .img_r {
  float: right;
  margin-left: 3%;
  margin-bottom: 3%;
}
.faq .img p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
.faq .head {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fbc600;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.faq .q {
  color: #559ed9;
  font-size: 16px;
  line-height: 1.8;
}
.faq * + .q {
  margin-top: 1em;
}
.faq p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
}
.faq p .name {
  display: inline-block;
  color: #fbc600;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
/*
.faq p .name_usui {
  background: #e7a430;
}
.faq p .name_yamanaka {
  background: #d23a27; 
}
.faq p .name_yamazaki {
  background: #da742b; 
}
*/
.faq .box {
  margin-top: 30px;
}
.faq .box .img + * {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.faq + .faq {
  margin-top: 4vw;
} 
.faq .img {
  width: 100%;
}
.faq .img_l,
.faq .img_r {
  float: none;
  margin-left: 0;
  margin-bottom: 4vw;
}
.faq .img p {
  font-size: 3vw;
  margin-top: 2vw;
}  
.faq .head {
  font-size: 4.5vw;
}
.faq .q {
  font-size: 3.5vw;
  line-height: 1.6;
}
.faq * + .q {
  margin-top: 1em;
}
.faq p {
  font-size: 3.5vw;
  line-height: 1.6;
  margin-top: 0.8em;
}
.faq p .name {
  font-size: 3.5vw;
  margin-right: 2vw;
}
.faq .box {
  margin-top: 4vw;
}
.faq .box .img + * {
  margin-top: 4vw;
}  

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	subhead subvisual
-------------------------------------------------------------*/
.subhead {
  width: 70%;
}
.subvisual {
  margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.subvisual {
  width: calc(100% + 40px);
  margin-left: -20px;
}  

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.subhead {
  width: 100%;
}
.subvisual {
  margin-top: 2vw;
}  

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	aaa
-------------------------------------------------------------*/
.aaa {
  
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	aaa
-------------------------------------------------------------*/
.aaa {
  
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

