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

/*------------------------------*/
.sponly {
  display: none;
}
@media (min-width: 1150px) {
  .pc1150 {
    display: none;
  }
}
/*------------------------------
	contents
------------------------------*/
#index #contents {
  position: relative;
  margin: 0 auto;
  background-color: #f1f1f1;
}

/*------------------------------
	kv
------------------------------*/
#index #kv {
  position: relative;
  width: 100%;
  background: url("../images/kv_bg.jpg") no-repeat center center;
  height: 1023px;
  margin-bottom: 0px;
  background-size: cover;
}
#index #kv .kvBox {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -512px;
  margin-top: -210px;
}
#index #kv .kvBox img {
  width: 100%;
}
#index #kv .kvBtn {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -162px;
  width: 324px;
  padding: 30px 0;
  font-size: 26px;
  text-align: center;
  background-color: rgba(88, 0, 7, 0.5);
  border: solid 1px #fff;
}
#index #kv .kvBtn p {
  color: #fff;
}
/*------------------------------
	見出し部分（ttlBox）
------------------------------*/
#index .ttlBox {
  text-align: center;
  padding-top: 50px;
}
#index .ttlBox.pt120 {
  padding-top: 120px;
}
#index #interview .ttlBox {
  margin-bottom: 140px;
}
#index #flow .ttlBox {
  margin-bottom: 100px;
}
#index #message .ttlBox,
#index #data .ttlBox,
#index #howto .ttlBox,
#index #faq .ttlBox,
#index #work .ttlBox {
  margin-bottom: 80px;
}
#index .ttlBox .ttl {
  margin-bottom: 30px;
}
#index .ttlBox .line {
  width: 32px;
  margin: 0 auto;
  height: 30px;
  border-top: solid 2px #e60012;
}

/*------------------------------
	oricon
------------------------------*/
#oricon  {
	width: auto;
	margin-bottom: 70px;
	background-color: #f8f8ef;
}
#oricon a:hover{
	opacity: 0.6;
}
#oricon .inner  {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 44px 0;
}
#oricon .inner .oriconlogo {
	width: 1000px;
}
#oricon .inner .oriconlogo img {
	width: 100%;
}

/*------------------------------
	interview
------------------------------*/
#index #interview {
  position: relative;
  width: auto;
  max-width: 1350px;
  margin: 0 auto;
}
/*--nameBoxが入ったら、margin-bottomを調整する--*/
#index #interview .intArea {
  position: relative;
  margin-bottom: 170px;
}
#index #interview .intArea .border {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -675px;
}
#index #interview .intArea .border img {
  width: 100%;
}
#index #interview .intArea .intBox {
  display: flex;
  justify-content: center;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#index #interview .intArea .intBox .thumbBox {
  position: relative;
  margin-bottom: -50px;
}
#index #interview .intArea .intBox .thumbBox img {
  width: 100%;
}
#index #interview .intArea .intBox .thumbBox .nameBox {
  text-align: center;
  margin-top: -355px;
}
#index #interview .intArea .intBox .thumbBox .nameBox p {
  margin-bottom: 40px;
  line-height: 2;
}
#index #interview .intArea .intBox .thumbBox .nameBox span {
  font-size: 28px;
  font-weight: bold;
}
#index #interview .intArea .intBox .thumbBox .nameBox .btn {
  width: 136px;
  margin: 0 auto;
  border: solid 1px #2f2f2f;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
#index #interview .intArea .intBox .thumbBox .nameBox .btn a {
  display: block;
  width: 100%;
  padding: 15px 0;
}
#index #interview .intArea .intBox .thumbBox .nameBox .btn a:hover {
  background-color: #2f2f2f;
  color: #fff;
}

/*------------------------------
	flow
------------------------------*/
#index #flow {
  position: relative;
  margin-bottom: 170px;
}
#index #flow .info {
  text-align: center;
  line-height: 2;
  margin-bottom: 122px;
}
#index #flow .info span {
  font-size: 18px;
}
#index #flow .flowArea {
  max-width: 1190px;
  margin: 0 auto;
}
#index #flow .flowArea .flowBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
}
#index #flow .flowArea .flowBox .wrap_01,
#index #flow .flowArea .flowBox .wrap_02,
#index #flow .flowArea .flowBox .wrap_03,
#index #flow .flowArea .flowBox .wrap_04,
#index #flow .flowArea .flowBox .wrap_05 {
  width: 60%;
  display: flex;
}
#index #flow .flowArea .flowBox .wrap_01 {
background: url("../images/flow_icon01.png") no-repeat left top;
}
#index #flow .flowArea .flowBox .wrap_02 {
background: url("../images/flow_icon02.png") no-repeat left top;
}
#index #flow .flowArea .flowBox .wrap_03 {
background: url("../images/flow_icon03.png") no-repeat left top;
}
#index #flow .flowArea .flowBox .wrap_04 {
background: url("../images/flow_icon04.png") no-repeat left top;
}
#index #flow .flowArea .flowBox .wrap_05 {
background: url("../images/flow_icon05.png") no-repeat left top;
}
#index #flow .flowArea .flowBox .textBox .marker01,
#index #flow .flowArea .flowBox .textBox .marker02,
#index #flow .flowArea .flowBox .textBox .marker03,
#index #flow .flowArea .flowBox .textBox .marker04,
#index #flow .flowArea .flowBox .textBox .marker05 {
  height: 30px;
  padding-left: 10px;
  font-size: 28px;
  background: linear-gradient(transparent 10%, #fff100 30%);
  margin-bottom: 20px;
}
#index #flow .flowArea .flowBox .textBox .marker01,
#index #flow .flowArea .flowBox .textBox .marker03 {
  width: 120px;
}
#index #flow .flowArea .flowBox .textBox .marker02 {
  width: 327px;
}
#index #flow .flowArea .flowBox .textBox {
  display: block;
  padding-left: 112px;
  padding-right: 10%;
  width: 440px;
}
#index #flow .flowArea .flowBox .textBox p {
  font-size: 16px;
  line-height: 2;
}
#index #flow .flowArea .flowBox .stepArea {
  width: 30%;
}
#index #flow .flowArea .flowBox .stepBox {
  display: flex;
  align-items: center;
  margin-top: -56px;
}
#index #flow .flowArea .flowBox .step img {
  margin-right: 40px;
}
#index #flow .flowArea .flowBox .name {
  color: #e60012;
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.3;
}
#index #flow .flowArea .line {
  width: 3px;
  height: 100px;
  margin-top: 30px;
  margin-left: 40px;
  border-left: solid 3px #2f2f2f;
}

/*------------------------------
	message
------------------------------*/
#index #message {
  position: relative;
  margin-bottom: 156px;
  padding: 0 10px;
}
#index #message .messageBox {
  position: relative;
  max-width: 1030px;
  padding: 110px 160px 48px 160px;
  margin:  0 auto;
  background-color: #fff;
}
#index #message .messageBox .hdBox {
  width: 350px;
  margin: 0 auto 56px auto;
  text-align: center;
}
/*-------safariのみ適用---------*/
_::-webkit-full-page-media, _:future, :root #index #message .messageBox .hdBox {
  width: 360px;
  margin: 0 auto 56px auto;
  text-align: center;
}
/*----------------------------*/

#index #message .messageBox .hdBox h5 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 26px;
  border-bottom: solid 1px #2f2f2f;
}
#index #message .messageBox .inner {
  display: flex;
}
#index #message .messageBox .inner .photo {
  width: 48%;
}
#index #message .messageBox .inner .photo img {
  width: 100%;
}
#index #message .messageBox .inner .text {
  width: 48%;
  padding-left: 4%;
  font-size: 16px;
  line-height: 1.7;
}
#index #message .messageBox .name {
  float: right;
  margin-top: 20px;
  text-align: right;
}

/*------------------------------
	work
------------------------------*/
#index #work {
  position: relative;
  width: 90%;
  margin: 0px auto 150px auto;
}
#index #work .workBox {
  display: flex;
  justify-content: center;
}
#index #work .workBox #work01 {
  width: 50%;
  max-width: 675px;
  background-color: #fff;
  text-align: center;
}
#index #work .workBox #work02 {
  width: 50%;
  max-width: 675px;
  height: auto;
  background-color: #e60012;
  text-align: center;
  color: #fff;
}
#index #work .workBox #work01 .hd,
#index #work .workBox #work02 .hd {
  margin-top: 80px;
  margin-bottom: 100px;
}
#index #work .workBox #work01 .hd .hd_ttl,
#index #work .workBox #work02 .hd .hd_ttl {
  margin-bottom: 16px;
}
#index #work .workBox #work01 .hd .hd_line,
#index #work .workBox #work02 .hd .hd_line {
  width: 26px;
  margin: 0 auto;
  height: 20px;
}
#index #work .workBox #work01 .hd .hd_line {
  border-top: solid 2px #e60012;
}
#index #work .workBox #work02 .hd .hd_line {
  border-top: solid 2px #fff;
}
#index #work .workBox #work01 .hd .hd_no,
#index #work .workBox #work02 .hd .hd_no{
  font-size: 20px;
  margin-bottom: 76px;
}
#index #work .workBox #work01 .hd .job,
#index #work .workBox #work02 .hd .job {
  font-size: 26px;
}
#index #work .workBox #work01 .textBox,
#index #work .workBox #work02 .textBox {
  padding-left: 9%;
  padding-right: 9%;
}
#index #work .workBox #work01 .textBox {
  padding-bottom: 20px;
}
#index #work .workBox #work02 .textBox {
  padding-bottom: 80px;
}
#index #work .workBox #work01 .text,
#index #work .workBox #work02 .text {
  margin-bottom: 56px;
}
#index #work .workBox #work01 .text p,
#index #work .workBox #work02 .text p {
  text-align: left;
  line-height: 2;
}
#index #work .workBox #work01 .workImg {
  margin-bottom: 20px;
}
#index #work .workBox #work02 .workImg {
  margin-bottom: 50px;
}
#index #work .workBox #work01 .workImg img,
#index #work .workBox #work02 .workImg img {
  width: 90%;
}

/*------------------------------
	data
------------------------------*/
#index #data {
  position: relative;
  margin-bottom: 150px;
  padding: 0 10px;
}
#index #data .dataBox {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
#index #data .dataBox tr {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #2f2f2f;
  font-size: 16px;
}
#index #data .dataBox tr:last-child {
  border-style: none;
}
#index #data .dataBox th {
  width: 72px;
  margin-top: 6px;
  padding-left: 175px;
  padding-right: 116px;
  font-weight: bold;
  line-height: 1.3;
}
#index #data .dataBox td {
  line-height: 2;
}
#index #data .dataBox a {
  text-decoration: none;
  cursor: pointer;
  color: #e60012;
}
#index #data .dataBox a:hover {
  text-decoration: underline;
}

/*------------------------------
	howto
------------------------------*/
#index #howto {
  position: relative;
  margin-bottom: 150px;
  padding: 0 10px;
}
#index #howto .textBox {
  max-width: 1030px;
  margin: 0 auto 60px auto;
  padding: 30px 160px;
  border: solid 1px #2f2f2f;
  text-align: center;
  line-height: 2;
}
#index #howto .entryBtn {
  width: auto;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  background-color: #e60012;
  cursor: pointer;
}
#index #howto .entryBtn a {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#index #howto .entryBtn:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}

/*------------------------------
	faq
------------------------------*/
#index #faq {
  position: relative;
}
#index #faq .faqArea {
  display: flex;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 0 auto 38px auto;
  padding: 0 10px;
}
#index #faq .faqArea .faqBox {
  display: block;
  width: 47%;
  padding-bottom: 52px;
  margin-right: 6%;
}
#index #faq .faqArea .faqBox:nth-child(even) {
  margin-right: 0;
}
#index #faq .faqArea .faqBox .hd {
  padding: 20px 10px;
  background-color: #b81c22;
  margin-bottom: 24px;
  text-align: center;
}
#index #faq .faqArea .faqBox .hd h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
#index #faq .faqArea .faqBox .hd span {
  margin-right: 8px;
}
#index #faq .faqArea .faqBox .text p {
  line-height: 2;
}
#index #faq .faqImg {
  position: relative;
  margin: 0 auto;
}
#index #faq .faqImg img {
  width: 100%;
}
@media (min-width: 980px) and (max-width: 1150px) {
  #index #faq .faqArea .faqBox {
    width: 49%;
    padding-bottom: 52px;
    margin-right: 2%;
  }
  #index #faq .faqArea .faqBox .hd {
    padding: 20px 5px;
  }
  #index #faq .faqArea .faqBox .hd span {
    margin-right: 0;
  }
}
