* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: 0;
  text-decoration: none;
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
}
#contents {
  overflow: hidden;
}
#wrapper {
  padding-top: 55px;
}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:750px) {
  .pc {display: none;}
  .sp {display: block;}
}
@media screen and (max-width:600px) {
  #wrapper {
    padding-top: 46px;
  }
}

/* header_1 */
.header_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
  z-index: 9999;
}
.header_1_inner {
  max-width: 75%;
  margin: auto;
  padding: 0 20px;
}
.header_1_inner img {
  width: 250px;
  height: auto;
}
@media screen and (max-width:600px) {
  .header_1_inner img {
    width: 100%;
    max-width: 150px;
    height:auto;
  }
  .header_1_inner {
    max-width: 100%;
    padding: 0 20px;
  }
}


.button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-appearance: none;
  position: relative;
  height: 25px;
  width: 30px;
  margin-left: 25px;
  border: 0;
  background: transparent;
  border-radius: 0;
  touch-action: manipulation;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  user-select: none;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}

.icon-bar+.icon-bar {
  margin-top: 5px;
}

.icon-bar.open:nth-of-type(1) {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.icon-bar.open:nth-of-type(2) {
  opacity: 0;
}

.icon-bar.open:nth-of-type(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.header_2_nav {
  position: absolute;
  top: -4px;
  right: 0;
  width: 100%;
  margin-top: 70px;
  padding: 0 0 20px 0;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: auto;
  transform: translateX(+100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  z-index: 1;
}
.header_2_nav.open {
  transform: translateX(0);
}
.header_2_nav ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  list-style: none;
}
.header_2_nav li {
  padding: 10px 0;
}
.header_2_nav li a {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}
.header_2_nav li a:hover {
  color: #BF7497;
}
.header_2_nav li:not(.small)+.small {
  margin-top: auto;
}
.header_2_nav .menu_btn {
  display: block;
  width: 200px;
  background: #8f0000;
  text-align: center;
  margin: 10px auto;
  padding: 5px 10px 8px !important;
  transition: .5s;
  letter-spacing: 1.5px;
  text-decoration: none !important;
}
.header_2_nav .menu_btn a {
  color: #fff !important;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  .header_2_nav {
    top: -24px;
  }
  .header_2_inner img {
    max-width: 150px;
  }
}

/* main_vd3 */
.main_vd3 {
  position: relative;
}
.main_vd3 img {
  width: 100%;
  height: auto;;
}
.main_vd3_text {
	position: absolute;
	right: 0;
  bottom: 50px;
	margin:auto;
	font-size:29px;
	letter-spacing: 1.8px;
	color:#fff;
	text-shadow: 0 2px 10px rgba(14,1,1,0.5);
}
.main_vd3_text h1 {
  display: inline-block;
  padding: 5px 10px 8px;
  font-size: 25px;
  color: #fff;
  background: #000;
}
.main_vd3_text h1:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width:750px) {
  .main_vd3_text{
  	font-size: 4.8vw;
    right: 0;
    bottom: 5vw;
	}
}
@media screen and (max-width:600px) {
  .main_vd3_text h1{
    font-size: 18px;
  }
}

/* title_text_img1 */
.title_text_img1 {
  margin-top: 100px;
  text-align: center;
}
.title_text_img1_title h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.title_text_img1_title p {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.title_text_img1_text {
  margin-top: 30px;
  font-size: 21px;
  letter-spacing: 0.15em;
}
.title_text_img1_img {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
.title_text_img1_img img {
  width: 90%;
  height: auto;
}
@media screen and (max-width:750px) {
  .title_text_img1_text {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

/* interview_text1 */
.interview_text1_inner {
  width: calc( 100% - 40px);
  max-width: 940px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
}
.interview_text1_inner h3 {
  font-size: 25px;
  font-weight: 600;
}
.interview_text1_inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

/* interview_img1 */
.interview_img1_inner {
  width: calc( 100% - 40px);
  max-width: 940px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.interview_img1_inner img {
  width: 100%;
  height: auto;
}

/* standard_button1 */
.standard_button1 {
  margin-top: 50px;
}
.standard_button1_inner {
  margin: auto;
	width: 380px;
  background:#8f0000;
  border:3px double #fff;
  transition: 0.5s;
}
.standard_button1_inner:hover{
	background:#C30E11;
}
.standard_button1_inner p {
	padding: 11px 0;
  letter-spacing: 0.1em;
  font-weight:bold;
  color:#fff;
  text-align: center;
}
@media screen and (max-width:750px) {
  .standard_button1_inner {
    width: 90%;
  }
}

/* cont_title */
.cont_title {
  margin-bottom: 50px;
	text-align: center;
}
.cont_title h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.cont_title hr {
  width: 90px;
  margin: 10px auto 0;
  border: 0;
  border-top: 5px solid #666;
  border-radius: 50px;
}
@media screen and (max-width:750px) {
  .cont_title {
    margin-bottom: 30px;
  }
  .cont_title h2 {
    font-size: 26px;
  }
}

/* company_info1 */
.company_info1 {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 0;
}
.company_info1 li {
  display: flex;
  padding: 15px 50px;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.company_info1 li:nth-child(2n-1){
	background-color: #E7E7E7;
}
.company_info1 li div:nth-of-type(1){
	width:25%;
}
.company_info1 li div:nth-of-type(2){
	width:75%;
}
@media screen and (max-width:750px) {
  .company_info1 li {
    padding: 15px 20px;
  }
  .company_info1 li div:nth-of-type(1){
  	width:35%;
  }
  .company_info1 li div:nth-of-type(2){
  	width:65%;
  }
}

/* footer1 */
.footer1 {
  margin-top: 50px;
}
.footer1_inner {
  width:100%;
  padding:20px;
	background-image: url("../images/message/main_vd.png");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer1_inner p {
  font-size:10px;
	color:#fff;
  text-align: center;
}
