@charset "UTF-8";

body {
  font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #fff;
	line-height: 1.7;
	text-align: justify;
}
@media screen and (max-width:640px) {
body {
  font-size: 16px;
  line-height: 1.4;
}
}

p {
  padding-left: .4em;
  padding-right: .4em;
  padding-bottom: 1.5em;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

h1 .sp-item { display: block !important; }
h1 .pc-item { display: none !important; }
@media screen and (min-width: 641px) {
  h1 .sp-item { display: none !important; }
  h1 .pc-item { display: block !important; }
}

@media screen and (min-width: 641px) {
  h1 {
    background: #000;
    /*background: url(../image/main_pc_bg.png) no-repeat top center, url(../image/main_pc_bg2.png) repeat-x;*/
  }
  h1 .prehead {
    background: #AE0A17;
    padding: 15px;
  }
}

.voice_wrap {
  padding-bottom: 10px;
}

.wrap {
  width: 92%;
  margin: 0 auto;
}

.interview {
  width:55%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 730px;
  }

  .interview {
    width: 350px;
    height: 350px;
  }
}

.reg {
  vertical-align: super;
  font-size:.7rem;
}

.cv_area{
  padding-bottom: 1em;
}
.cv_area .sp-item { display: block !important; }
.cv_area .pc-item { display: none !important; }
@media screen and (min-width: 641px) {
  .cv_area .sp-item { display: none !important; }
  .cv_area .pc-item { display: block !important; }
}

@media screen and (min-width: 641px) {
.cv_inner {
  width: 640px;
  margin: 0 auto;
}
}
@media screen and (min-width: 981px) {
.cv_area h2 {
  background: url(../image/cv_ttl_pc_bg1.png) no-repeat top center;
  }
}
@media screen and (min-width: 1201px) {
.cv_area h2 {
  background: url(../image/cv_ttl_pc_bg1.png) no-repeat top center, url(../image/cv_ttl_pc_bg2.png) repeat-x top center;
}
}

.newspaper{
  padding-top: 40px;
  width: 550px;
}

@media screen and (max-width:768px) {
.newspaper{
  padding-top: 15px;
  width: 90%;
}
}


.sec01 {
  background: #F3EEE6;
  margin-bottom: 16px;
}
@media screen and (min-width: 641px) {
  .sec02 h2 {
  background: url(../image/sec02_ttl_bg.png) repeat-x top center;
  }
  .sec03 h2 {
  background: url(../image/sec03_ttl_bg.png) repeat-x top center;
  }
  .sec04 h2 {
  background: url(../image/sec04_ttl_bg.png) repeat-x top center;
  }
  .sec05 h2 {
  background: url(../image/sec05_ttl_bg.png) repeat-x top center;
  }
  .sec06 h2 {
  background: url(../image/sec06_ttl_bg.png) repeat-x top center;
  }
  .sec07 h2 {
  background: url(../image/sec07_ttl_bg.png) repeat-x top center;
  }
  .voice h2 {
    background: url(../image/voice_ttl_bg.png) repeat-x top center;
  }

}

.sec02 h2 {
  margin-bottom: 20px;
}

.voice_bg {
  background: #F9F9F5;
}

.voice h3 {
  padding: 1.5em 0 1em;
}

.voice .wrap {
  margin-top: 1em;
}


.summary {
  background: #76130C;
  padding: 3%;
}
@media screen and (min-width: 641px) {
  .summary {
    padding: 20px;
  }
}

.summary .sp-item { display: block !important; }
.summary .pc-item { display: none !important; }
@media screen and (min-width: 840px) {
  .summary .sp-item { display: none !important; }
  .summary .pc-item { display: block !important; }
}

.summary .box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-left: 8px solid #DA9917;
  border-right: 8px solid #ECBF26;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .summary .box {
    max-width: 800px;
  }
}
@media screen and (max-width: 441px) {
  .summary .box {
    border-left: 5px solid #DA9917;
    border-right: 5px solid #ECBF26;
  }
}
@media screen and (max-width: 320px) {
  .summary .box {
    border-left: 4px solid #DA9917;
    border-right: 4px solid #ECBF26;
  }
}

.summary .wrap {
  width: 92%;
  padding-top: 2em;
}
@media screen and (min-width: 640px) {
  .summary .wrap {
    width: 525px;
    padding-top: 3em;
  }
}
@media screen and (min-width: 840px) {
  .summary .wrap {
    width: 658px;
  }
}

.summary h3 {
  margin-bottom:1em;
}

p.summary-txt {
  padding: 0 .2em 2em;
}
@media screen and (min-width: 640px) {
  p.summary-txt {
    font-size: 20px;
  }
}

p.summary-txt .txt-s {
  font-size: 0.8em;
}

.joken img {
  padding-bottom: 1em;
}

.sanka-no {
  margin-top: 1em;
}

.sanka-no img {
  padding-bottom: 1em;
}

.faq h2 {
  background: #76130C;
}

.faq img {
  padding: 2em 0 1.5em;
}

.bg_w {
  background: #FFF;
}
.bg_r {
  background: #EEE2E1;
}

.entry-step {
  padding-bottom: 1.5em;
}

@media screen and (min-width: 641px) {
  .entry-step h2,
  .entry h2 {
    background: url(../image/entry_ttl_bg.png) repeat-x top;
  }
}

.entry-step img {
  padding-bottom: 1em;
}
.entry-step img.arrow {
  padding-bottom: 1.5em;
}
.entry-step p {
  padding-bottom: .5em;
}

.entry h2 {
  padding-bottom: 1em;
}

.ps h2 {
  padding-top: 1em;
}

.ps img {
  padding-bottom: 1.5em;
}




footer {
	color: #fff;
  text-align: center;
	padding: 20px 0px 20px;
	background-color: #B19A2A;
}

@media screen and (max-width:640px) {
footer {
padding-bottom: 160px;
}
}

footer a{
  color: #fff;
	text-decoration: none;
}

.policy{
	font-size: 18px;
}

.copyright{
	font-size: 15px;
}


@media screen and (max-width:640px) {
.policy{
	font-size: 16px;
}
.copyright{
	font-size: 12px;
}
}



.btn_end {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30%;
}
@media screen and (max-width:640px) {
.btn_end {
    position: fixed;
    height: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
}
}

.img_vibration {
	animation: img_vibration 1s infinite;
}
@keyframes img_vibration {
	0% {
		transform: translate(0px, 0px)
	}
	10% {
		transform: translate(0px, 2px) rotateZ(1deg)
	}
	20% {
		transform: translate(0px, 0px)
	}
	30% {
		transform: translate(0px, 2px) rotateZ(1deg)
	}
	40% {
		transform: translate(0px, 0px)
	}
}
