/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  background: #f08300;
}
.hide {
  /* 表示の切り替えに使用する */
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
header {
  position: fixed;
  background: #f08300;
  width: 100%;
  z-index: 200;
  height: 80px;
}
.contents {
  padding-top: 100px;
  line-height: 180%;
  margin-bottom: 80px;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 80px 100px 80px;
}
h1 {
  display: block;
  font-weight: 200;
  text-align: left;
  font-size: 20px;
  margin: 18px 0 30px;
  /*  margin: 20px 0 0 30px;*/
  color: #fff;
  text-transform: uppercase;
}
h1 a {
  color: #fff
}
h1::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/logo_mark.svg") no-repeat;
  background-size: contain;
  margin-right: 13px;
  transform: translate(0px, 5px);
}
.contents h2 {
  position: relative;
  font-size: 2.0rem;
  letter-spacing: 30px;
  margin-bottom: 100px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: solid #f08300 2px;
}
.contents h3 {
  font-size: 1.5rem;
  /*background: #f08300;*/
  border-bottom: #f08300 solid 1px;
  padding: 16px 24px;
  margin-bottom: 30px;
  color: #000;
  border-left: #f08300 solid 5px;
}
.contents h4 {
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: #f08300 solid 1px;
  padding-bottom: 8px;
}
div.box p {
  font-size: 18px;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
	margin-left: 38px;
}
div.box {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.arrow {
  position: relative;
}
.arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
div.box p.compny a {
/*  margin-left: 25px;
  margin-right: 47px;*/
  color: #fff;
}
div.box p.compny2 a {
  color: #fff;
}
/*footer***************/
footer {}
footer .copy {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 0 3%;
  }
  .contents {
    padding: 100px 3% 100px;
  }
  .wrapper {
    padding: 80px 3% 100px;
  }
}
/*////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {}
@media screen and (max-width: 414px) {
  .contents {
    padding: 80px 3% 30px;
    margin-bottom: 0px;
  }
  .contents h2 {
    margin-bottom: 60px;
  }
  .contents h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .wrapper {
    padding: 30px 5% 30px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}