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


/*------------------------------*/
.spmask {
  display: none;
}
.pc1150 {
  display: none;
}

/*------------------------------*/
@media (min-width: 701px) and (max-width: 850px) {

}
@media (max-width: 750px) {
  .sponly {
    display: block;
  }
}

/*------------------------------
	contents
------------------------------*/
#index #contents {
  position: relative;
  margin: 0 auto;
  background-color: #f1f1f1;
}

/*------------------------------
	kv
------------------------------*/
#index #kv {
  position: relative;
  width: auto;
  background: url("../images/kv_bg.jpg") no-repeat left top;
  height: 614px;
  margin-bottom: 0px;
  background-size: cover;
}
#index #kv .kvBox {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -125px;
}
#index #kv .kvBox img {
  width: 512px;
}
#index #kv .kvBtn {
  position: absolute;
  left: 50%;
  top: 61%;
  margin-left: -120px;
  width: 240px;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  background-color: rgba(88, 0, 7, 0.5);
  border: solid 1px #fff;
}
#index #kv .kvBtn p {
  color: #fff;
}

@media (max-width: 750px) {
  #index #kv .kvBox {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -159px;
    margin-top: -90px;
  }
  #index #kv .kvBox img {
    width: 308px;
  }
  #index #kv .kvBtn {
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -110px;
  }
}

/*------------------------------
	見出し部分（ttlBox）
------------------------------*/
#index .ttlBox {
  text-align: center;
  padding-top: 30px;
}
#index .ttlBox {
  margin-bottom: 40px;
}
#index .ttlBox .ttl {
  margin-bottom: 20px;
}
#index .ttlBox .ttl img {
  width: 50%;
}
#index .ttlBox .line {
  width: 32px;
  margin: 0 auto;
  height: 20px;
  border-top: solid 2px #e60012;
}

@media (max-width: 750px) {
  #index .ttlBox {
    padding-top: 80px;
  }
  #index .ttlBox .ttl img {
    width: 90%;
  }
}

/*------------------------------
	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: 20px 0;
}
#oricon .inner .oriconlogo {
	width: 100%;
}
#oricon .inner .oriconlogo img {
	width: 100%;
}

@media (max-width : 600px) {
	#oricon  {
		margin-bottom: 0px;
	}
}
@media (max-width : 450px) {
  #oricon .inner  {
    align-items: flex-start;
  }
}

/*------------------------------
	interview
------------------------------*/
#index #interview {
  width: auto;
  position: relative;
}
/*--nameBoxが入ったら、margin-bottomを調整する--*/
#index #interview .intArea {
  position: relative;
  width: auto;
  margin: 0 auto 70px auto;
  padding: 0 10px;
}
#index #interview .intArea .border {
  position: absolute;
  left: 0;
  top: 53%;
}
#index #interview .intArea .border img {
  width: 100%;
}
#index #interview .intArea .intBox {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 1350px;
  margin: 0 auto;
  z-index: 100;
}
#index #interview .intArea .intBox .thumbBox {
  position: relative;
}
#index #interview .intArea .intBox .thumbBox:last-child {
  margin-right: 0;
}
#index #interview .intArea .intBox .thumbBox img {
  width: 216px;
}
#index #interview .intArea .intBox .thumbBox .nameBox {
  text-align: center;
  margin-top: -200px;
}
#index #interview .intArea .intBox .thumbBox .nameBox p {
  margin-bottom: 28px;
  line-height: 1.5;
}
#index #interview .intArea .intBox .thumbBox .nameBox span {
  font-size: 24px;
  font-weight: bold;
}
#index #interview .intArea .intBox .thumbBox .nameBox .btn {
  width: 136px;
  margin: 0 auto;
  border: solid 1px #2f2f2f;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  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;
}
@media (max-width: 750px) {
  #index #interview .intArea {
    margin-bottom: 0px;
  }
  #index #interview .intArea .border {
    display: none;
  }
  #index #interview .intArea .intBox {
    display: block;
    width: auto;
    margin: 0 auto;
    z-index: 100;
  }
  #index #interview .intArea .intBox .thumbBox {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  #index #interview .intArea .intBox .thumbBox .nameBox {
    margin-top: -220px;
  }
}
/*------------------------------
	flow
------------------------------*/
#index #flow {
  position: relative;
  margin-bottom: 70px;
}
#index #flow .info {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 80px;
  padding: 0 10px;
}
#index #flow .info span {
  font-size: 16px;
}
#index #flow .flowArea {
  width: auto;
  max-width: 1190px;
  margin: 0 auto;
}
#index #flow .flowArea .flowBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#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: 65%;
}
#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_icon04.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: 25px;
  padding-left: 10px;
  font-size: 16px;
  background: linear-gradient(transparent 50%, #fff100 0%);
  margin-bottom: 10px;
  line-height: 1.5;
}
#index #flow .flowArea .flowBox .textBox .marker01 {
  width: 75px;
}
#index #flow .flowArea .flowBox .textBox .marker02 {
  width: 265px;
  height: 25px;
}
#index #flow .flowArea .flowBox .textBox .marker03 {
  width: 192px;
}
#index #flow .flowArea .flowBox .textBox {
  display: block;
  padding-left: 112px;
  padding-right: 10%;
}
#index #flow .flowArea .flowBox .textBox p {
  font-size: 14px;
  line-height: 1.7;
}
#index #flow .flowArea .flowBox .stepArea {
  width: 25%;
}
#index #flow .flowArea .flowBox .stepBox {
  display: flex;
  margin-top: -32px;
}
#index #flow .flowArea .flowBox .step img {
  width: 50px;
  margin-right: 20px;
}
#index #flow .flowArea .flowBox .name {
  margin-top: 40px;
  color: #e60012;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
#index #flow .flowArea .line {
  width: 3px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 55px;
  margin-left: 25px;
  border-left: solid 3px #2f2f2f;
}

@media (max-width: 750px) {
  #index #flow {
    margin-bottom: 30px;
  }
  #index #flow .info {
    margin-bottom: 60px;
  }
  #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: 72%;
    background-size: 55px;
  }
  #index #flow .flowArea .flowBox .textBox .marker02 {
    width: 195px;
    height: 50px;
  }
  #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 {
    background: linear-gradient(transparent 0%, #fff100 0%);
  }
  #index #flow .flowArea .flowBox .wrap_01 .textBox,
  #index #flow .flowArea .flowBox .wrap_02 .textBox,
  #index #flow .flowArea .flowBox .wrap_03 .textBox,
  #index #flow .flowArea .flowBox .wrap_04 .textBox,
  #index #flow .flowArea .flowBox .wrap_05 .textBox {
    padding-left: 60px;
    padding-right: 3%;
  }
  #index #flow .flowArea .flowBox .textBox p {
    line-height: 1.5;
  }
  #index #flow .flowArea .flowBox .stepArea {
    width: 25%;
    text-align: center;
  }
  #index #flow .flowArea .flowBox .stepBox {
    display: block;
    margin-top: -16px;
  }
  #index #flow .flowArea .flowBox .step img {
    width: 40px;
    margin-right: 0;
  }
  #index #flow .flowArea .flowBox .name {
    margin-top: 10px;
    font-size: 14px;
  }
  #index #flow .flowArea .line {
    margin: 20px auto 36px auto;
  }
}

/*------------------------------
	message
------------------------------*/
#index #message {
  position: relative;
  margin-bottom: 70px;
  padding: 0 10px;
}
#index #message .messageBox {
  position: relative;
  width: auto;
  margin:  0 auto;
  padding: 60px 20px;
  background-color: #fff;
}
#index #message .messageBox  .hdBox {
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
#index #message .messageBox .hdBox h5 {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 20px;
  border-bottom: solid 1px #2f2f2f;
}
#index #message .messageBox .hdBox p {
  font-size: 16px;
  font-weight: bold;
}
#index #message .messageBox .inner {
  display: block;
}
#index #message .messageBox .inner .photo {
  margin-bottom: 28px;
}
#index #message .messageBox .inner .photo img {
  width: 100%;
}
#index #message .messageBox .text {
  font-size: 16px;
  line-height: 1.7;
}
#index #message .messageBox .name {
  float: right;
  margin-top: 20px;
  text-align: right;
}
#index #message .messageBox .name p {
  line-height: 1.7;
}

@media (max-width: 750px) {
  #index #message {
    margin-bottom: 30px;
  }
  #index #message .messageBox {
    padding: 40px 10px;
  }
  #index #message .messageBox .hdBox h5 {
    font-size: 19px;
  }
}

/*------------------------------
	work
------------------------------*/
#index #work {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 70px auto;
}
#index #work .workBox {
  display: block;
}
#index #work .workBox #work01 {
  width: auto;
  height: auto;
  background-color: #fff;
  text-align: center;
}
#index #work .workBox #work02 {
  width: auto;
  height: auto;
  background-color: #e60012;
  text-align: center;
  color: #fff;
}
#index #work .workBox #work01 .hd {
  padding-top: 60px;
  margin-bottom: 60px;
}
#index #work .workBox #work02 .hd {
  padding-top: 60px;
  margin-bottom: 40px;
}
#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: 36px;
}
#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: 10px;
  padding-right: 10px;
}
#index #work .workBox #work01 .textBox {
  padding-bottom: 0px;
}
#index #work .workBox #work02 .textBox {
  padding-bottom: 60px;
}
#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: 1.7;
  font-size: 16px;
}
#index #work .workBox #work01 .workImg {
  padding-bottom: 30px;
}
#index #work .workBox #work02 .workImg {
  margin-bottom: 20px;
}
#index #work .workBox #work01 .workImg img,
#index #work .workBox #work02 .workImg img {
  width: 100%;
}

@media (max-width: 750px) {
  #index #work {
    margin: 0 auto 30px auto;
  }
}

/*------------------------------
	data
------------------------------*/
#index #data {
  position: relative;
  padding: 0 10px;
  margin-bottom: 70px;
}
#index #data .dataBox {
  width: auto;
  margin: 0 auto;
}
#index #data .dataBox tr {
  border-bottom: solid 1px #2f2f2f;
  font-size: 16px;
}
#index #data .dataBox tr:last-child {
  border-style: none;
}
#index #data .dataBox th,
#index #data .dataBox td {
  display: block;
  width: 100%;
}
#index #data .dataBox th {
  width: 72px;
  margin-top: 8px;
  margin-right: 116px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
#index #data .dataBox td {
  line-height: 1.7;
  padding-bottom: 15px;
}
#index #data .dataBox a {
  text-decoration: none;
  cursor: pointer;
  color: #e60012;
}
#index #data .dataBox a:hover {
  text-decoration: underline;
}

@media (max-width: 750px) {
  #index #data {
    margin-bottom: 30px;
  }
}

/*------------------------------
	howto
------------------------------*/
#index #howto {
  position: relative;
  margin-bottom: 70px;
  padding: 0 10px;
}
#index #howto .textBox {
  width: auto;
  margin: 0 auto 40px auto;
  padding: 40px 10px;
  border: solid 1px #2f2f2f;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
#index #howto .entryBtn {
  width: auto;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  background-color: #e60012;
  cursor: pointer;
}
#index #howto .entryBtn a {
  display: block;
  width: 100%;
  padding: 20px 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;
}
@media (max-width: 750px) {
  #index #howto {
    margin-bottom: 30px;
  }
  #index #howto .textBox {
    margin-bottom: 32px;
  }
  #index #howto .entryBtn {
    padding: 0 10px;
  }
}

/*------------------------------
	faq
------------------------------*/
#index #faq {
  position: relative;
}
#index #faq .faqArea {
  display: block;
  width: auto;
  margin: 0 auto 10px auto;
  padding: 0 10px;
}
#index #faq .faqArea .faqBox {
  display: block;
  width: auto;
  padding-bottom: 40px;
}
#index #faq .faqArea .faqBox .hd {
  padding: 10px 10px;
  background-color: #b81c22;
  margin-bottom: 20px;
}
#index #faq .faqArea .faqBox .hd h5 {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
#index #faq .faqArea .faqBox .hd .indent01 {
  text-indent: -2em;
  padding-left: 2em;
}
#index #faq .faqArea .faqBox .hd .indent02 {
  text-indent: -2.7em;
  padding-left: 2.7em;
}
#index #faq .faqArea .faqBox .hd span {
  margin-right: 4px;
}
#index #faq .faqArea .faqBox .text p {
  font-size: 16px;
  line-height: 1.7;
}
#index #faq .faqImg {
  margin: 0 auto;
  background-color: #fff;
}
#index #faq .faqImg img {
  width: 100%;
}

@media (max-width: 750px) {
  #index #faq .faqArea .faqBox {
    padding-bottom: -20px;
  }
  #index #faq .faqArea .faqBox .hd {
    margin-bottom: 10px;
  }
}
