* {
  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.sli {display: none;}
  .sp.sli {display: block;}
}
@media screen and (max-width:750px) {
  .pc {display: none;}
  .sp {display: block;}
}
@media screen and (max-width:600px) {
  #wrapper {
    padding-top: 46px;
  }
}

/* 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;
  }
}

/* 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;
  }
}

/* main_vd1 */
.main_vd1 {
  position: relative;
}
.main_vd1 img {
  width: 100%;
  height: auto;;
}
.main_vd1_text {
	position: absolute;
	left: 0;
  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);
  text-align: center;
  z-index: 500;
}
.main_vd1_text h1{
  display: inline-block;
  font-size:29px;
  padding-bottom: 5px;
}
.main_vd1_text h1,
.main_vd1_text h2 {
  color: #fff;
  font-size: 1.5em;
}
@media screen and (max-width:750px) {
  .main_vd1_text{
  	font-size: 3vw;
  	text-align: center;
  	width:100%;
    bottom: 30px;
    transform: translateY(0);
	}
}

/* standard_text1 */
.standard_text1 {
  margin-top: 100px;
  text-align: center;
}
.standard_text1 h2 {
	font-size:39px;
  line-height: 1.9em;
	letter-spacing: 0.15em;
  font-weight: 700;
}
.standard_text1 p {
  margin-top: 20px;
  font-size:21px;
  line-height: 1.9em;
	letter-spacing: 0.15em;
}
@media screen and (max-width:750px) {
  .standard_text1 {
    margin-top: 100px;
  }
  .standard_text1_inner {
    width: 90%;
    margin: auto;
  }
  .standard_text1 h2 {
    font-size:35px;
    line-height: 1.3em;
  }
  .standard_text1 p {
    font-size:17px;
  }
}

/* standard_img1 */
.standard_img1 {
  width: 95%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
.standard_img1 > div {
  width: 48.7%;
}
.standard_img1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:750px) {
  .standard_img1 {
    width: 90%;
    flex-direction: column;
    margin: 30px auto 0;
  }
  .standard_img1 > div {
    width: 100%;
  }
  .standard_img1 > div:first-child {
    margin-bottom: 10px;
  }
}

/* link_btn1 */
.link_btn1 {
  width: 90%;
  max-width: 660px;
  margin: 100px auto -50px;
  text-align: center;
}
.link_btn1_title {
  font-size: 24px;
  font-weight: 600;
}
.link_btn1_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 -15px -15px;
  list-style: none;
}
.link_btn1_inner ul li {
  position: relative;
  width: 40%;
  margin: 0 0 15px 15px;
  padding: 10px 0;
  background: #8f0000;
  border:3px double #fff;
  transition: 0.2s;
}
.link_btn1_inner ul li:hover {
  background: #C30E11;
}
.link_btn1_inner ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_btn1_inner ul li p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.li_space {opacity: 0;}
@media screen and (max-width:750px) {
  .link_btn1_inner ul li {
    width: 45%;
  }
}
@media screen and (max-width:330px) {
  .link_btn1_inner ul li {
    width: 100%;
  }
  .li_space {display: none;}
}

/* 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: 477px;
  margin: 30px auto 0;
}
.title_text_img1_img img {
  width: 90%;
  height: auto;
}
@media screen and (max-width:750px) {
  .title_text_img1_title h2 {
    font-size: 20px;
  }
  .title_text_img1_title p {
    font-size: 16px;
  }
  .title_text_img1_text {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

/* interview1 */
.interview1 {
  width: 95%;
  max-width: 980px;
  margin: 100px auto 0;
}
.interview1_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.interview1_img {
  width: 300px;
}
.interview1_img img {
  width: 100%;
  height: auto;
}
.interview1_position {
  display: inline-block;
  min-width: 80px;
  margin: 12px 0;
  padding: 5px 10px 8px;
	font-size: 13px;
	border: 1px solid #666;
	text-align: center;
}
.interview1_name {
  font-size: 13px;
}
.interview1_name span {
  margin-left: 10px;
  letter-spacing: 0.25em;
}
.interview1_inner_right {
  width: 100%;
  margin-left: 50px;
}
.interview1_inner_right h3 {
  font-size: 25px;
  line-height: 1.5em;
	letter-spacing: 0.15em;
  font-weight: 800;
}
.interview1_inner_right p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
@media screen and (max-width:750px) {
  .interview1 {
    max-width: 90%;
    margin: 50px auto -50px;
  }
  .interview1_inner {
    flex-direction: column;
  }
  .interview1_img {
    width: 100%;
  }
  .interview1_position,
  .interview1_name {
    font-size: 15px;
  }
  .interview1_inner_right {
    margin: 30px 0 0 0;
  }
  .interview1_inner_right h3 {
    font-size: 20px;
  }
}

/* google_map1 */
.google_map1 {
  margin-top: 50px;
}
.google_map1_inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 33.25%;
  position: relative;
}
.google_map1_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:750px) {
  .google_map1_inner {
  padding-bottom: 40.25%;
  }
}
@media screen and (max-width:600px) {
  .google_map1_inner {
  padding-bottom: 48.25%;
  }
}
@media screen and (max-width:500px) {
  .google_map1_inner {
  padding-bottom: 55.25%;
  }
}

/* standard_button1 */
.standard_button1 {
  margin-top: 50px;
}
.standard_button1.small {
  margin-top: 10px;
}
.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%;
  }
}

/* footer1 */
.footer1 {
  margin-top: 50px;
}
.footer1_inner {
  width:100%;
  padding:20px;
	background-image: url("../images/main_vd_pc_01.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;
}

/* add ------------------ */
.welfare {
  margin-top: 100px;
}
.welfare .pc ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.welfare ul li {
  display: block !important;
  width: 215px;
  padding: 0 !important;
  background: #fff !important;
  text-align: center;
}
.welfare .pc ul li {
  padding: 0 10px !important;
}
.welfare ul li div {
  width: 100% !important;
}
.welfare ul li div img {
  width: 50%;
  display: block;
  height: auto;
  margin: auto;
}
.welfare ul li hr {
  border: 0;
  width: 50px;
  margin: 20px auto;
  border-top:  1px solid  #666;
}
.welfare ul li p:nth-child(2) {
  font-size: 17px;
  line-height:  24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.welfare ul li p:nth-child(4) {
  font-size: 12px;
  line-height:  22px;
  letter-spacing: 0px;
  text-align: justify;
}

.slider {
  width: 270px;
  margin: auto;
}
.slide-arrow {
  position: absolute;
  width: 30px !important;
  z-index: 100;
}
.slider {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.slider .prev-arrow {
  top: 30vw;
  left: -25px;
}

.slider .next-arrow {
  top: 30vw;
  right: -25px;
}
@media screen and (max-width:980px) {
}

.bland1 {
  margin-top: 100px;
}
@media screen and (max-width:980px) {
  .bland1 {
    margin-top: 50px;
  }
  .tab1 {
    margin-top: 50px !important;
  }
  .welfare {
    margin-top: 50px !important;
  }
  .title_text_img1 {
    margin-top: 50px !important;
  }
}