*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}

* {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
  color: #505050;
}
a.btn {
  display: flex;
  height: 48px;
  border-radius: 5px;
  background: #d50032;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
a.btn span {
  color: inherit;
}
a.btn::before {
  content: "";
  background-image: url(../../common/img/ico-arrow.svg);
  width: 8px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
}
a.btn:hover {
  background: #a30026;
}
.pankuzu {
  width: 94%;
  max-width: 1200px;
  margin: 25px auto 10px auto;
}
.pankuzu ul {
  display: flex;
}
.pankuzu ul li {
  font-size: 14px;
}

.pankuzu ul li a {
  text-decoration: none;
}
.pankuzu ul li::after {
  content: "＞";
  padding: 0 10px;
}
.pankuzu ul li:last-child:after {
  display: none;
}
.pankuzu ul li a:hover {
  color: #d50032;
}
.kv {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .pankuzu ul li {
    font-size: 12px;
  }
  .kv {
    font-size: 20px;
    height: 250px;
  }
}
.kv span {
  color: inherit;
}
.kv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(000, 000, 000, 0.23);
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.kv.is-company-index {
  background-image: url(../img/kv-company-index.jpg);
  background-size: cover;
  background-position: center;
}
.kv.is-company-partner {
  background-image: url(../img/kv-company-partner.jpg);
  background-size: cover;
  background-position: center;
}
.kv span {
  position: relative;
  z-index: 1;
}
.contents {
  width: 94%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}
.contents-greeting {
  display: flex;
  justify-content: space-between;
}
.contents-greeting-text {
  width: 45.5%;
}
.contents-greeting-photo {
  width: 42.75%;
}
.contents-greeting-text-title,
.contents-partner-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents-greeting-text-text,
.contents-partner-text {
  font-size: 16px;
  line-height: 1.8;
}
.contents-greeting-btn {
  margin: 50px auto 0;
  width: 260px;
}
.contents-h2 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.contents-h2::before {
  content: "";
  width: 30px;
  height: 4px;
  background: #d50032;
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
}
.contents-h2 span {
  font-size: 15px;
  font-family: "Avenir Next", Verdana, "Yu Gothic", Meiryo, Osaka, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #d50032;
  margin-left: 15px;
}
.contents-index-item-image {
  display: block;
  margin-bottom: 12px;
}
.contents-index-item-title,
.content-guidelines-index-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.contents-index-item-title::before,
.content-guidelines-index-title::before {
  content: "";
  background-image: url(../img/ico-arrow.svg);
  width: 19px;
  height: 19px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.contents-index {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.contents-index-item {
  width: 23.3333%;
  margin-right: 2.166%;
  margin-bottom: 50px;
}
.contents-index-item:nth-of-type(4n) {
  margin-right: 0;
}
.contents-index-item a,
.content-guidelines-index a {
  text-decoration: none;
}
.contents-index-item a:hover,
.content-guidelines-index a:hover {
  opacity: 0.8;
}
.content-guidelines {
  width: 100%;
  background-color: #f8f8f8;
  padding: 70px 0 110px;
  background-image: url(../img/fig-company-bg-logo.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.content-guidelines-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-guidelines-index {
  display: flex;
  flex-wrap: wrap;
}
.content-guidelines-index a {
  margin-right: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .contents {
    margin: 25px auto 0 auto;
  }
  .contents-greeting {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .contents-greeting-text {
    width: 100%;
  }
  .contents-greeting-photo {
    width: 80%;
    margin: 0 auto;
  }
  .contents-greeting-text-title,
  .contents-partner-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contents-greeting-text-text {
    font-size: 14px;
  }
  .contents-greeting-btn {
    margin: 20px auto 20px;
  }
  .contents-greeting-btn span {
    font-size: 14px;
  }
  .contents-h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .contents-h2::before {
    content: "";
    width: 20px;
    height: 3px;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .contents-h2 span {
    font-size: 12px;
    margin-left: 12px;
  }
  .contents-index-item-image {
    display: block;
    margin-bottom: 12px;
  }
  .contents-index-item-title,
  .content-guidelines-index-title {
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 22px;
  }
  .contents-index-item-title::before,
  .content-guidelines-index-title::before {
    content: "";
    background-image: url(../img/ico-arrow.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  .contents-index {
    padding-bottom: 50px;
  }
  .contents-index-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .contents-index-item-text {
    font-size: 12px;
  }
  .contents-index-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .contents-index-item a:hover,
  .content-guidelines-index a:hover {
    opacity: 1;
  }
  .content-guidelines {
    padding: 35px 0 55px;
  }
  .content-guidelines-index {
    display: flex;
    flex-wrap: wrap;
  }
  .content-guidelines-index a {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

/*?ｿｽp?ｿｽ[?ｿｽg?ｿｽi?ｿｽ[*/
.contents-partner {
  padding-bottom: 120px;
}
.contents-partner-index {
  display: flex;
  margin-top: 70px;
}
.contents-partner-index-item {
  width: 31.66666%;
  margin-right: 2.5%;
}
.contents-partner-index-item:last-child {
  margin-right: 0;
}
.contents-partner-index-item-image {
  display: block;
  margin-bottom: 30px;
}
.contents-partner-index-item-title {
  font-size: 20px;
  color: #d50032;
  padding-bottom: 4px;
  border-bottom: solid 3px #e3e3e3;
  position: relative;
  margin-bottom: 15px;
}
.contents-partner-index-item-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #d50032;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.contents-partner-index-item-text {
  font-size: 16px;
  line-height: 1.8;
}
.contents-form {
  background: #f8f8f8;
  padding: 40px 0 130px;
}
.contents-form-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents-form-inner-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contents-form-inner-form-text {
  width: 49.6666%;
  padding-top: 30px;
}
@media screen and (min-width: 1001px) {
  .contents-form-inner-form-text {
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}

.contents-form-inner-form-inputarea {
  width: 45.6666%;
  padding-top: 120px;
}
.contents-form-inner-form-inputarea._confirm {
  width: 60%;
  padding-top: 30px;
  margin: 0 auto;
}
.contents-form-inner-form-inputarea._confirm label {
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
}
.confirm-text {
  font-size: 16px;
  margin-left: 1em;
}
.contents-partner-text._confirm {
  margin: 0 auto;
}
.contents-form-inner-form-text > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 100px;
}
.contents-form-inner-form-text > ol {
  padding: 0;
  margin: 0;
}
.contents-form-inner-form-text > ol li {
  padding: 0;
  margin: 0 0 10px 1.2rem;
  list-style: decimal;
  list-style-position: outside;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.contents-form-inner-form-text-accept {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.contents-form-inner-form-inputarea label {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.form-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
.is_error input,
.is_error textarea {
  background: #fffafa;
  border: 1px solid #cc9393;
}
.error_message {
  padding-top: 10px;
  display: block;
  color: #d50032;
  font-size: 12px;
}
input[type="submit"] {
  width: 260px;
  height: 56px;
  border-radius: 28px;
  background: #343434;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 70px auto 0;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
textarea {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
input::placeholder {
  opacity: 0.5;
}
.two > div {
  width: 49%;
}
.two {
  display: flex;
  justify-content: space-between;
}
.hissu::before {
  content: "必須";
  font-size: 12px;
  display: inline-flex;
  width: 44px;
  height: 24px;
  line-height: 1;
  border-radius: 3px;
  background: #d50032;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
}
.nini::before {
  content: "任意";
  font-size: 12px;
  display: inline-flex;
  width: 44px;
  height: 24px;
  line-height: 1;
  border-radius: 3px;
  background: #8a8a8a;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
}
.file-button::file-selector-button {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  border: 0;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background: #f70;
}
.txt-historyback {
  width: 260px;
  height: 56px;
  border-radius: 28px;
  border: solid 2px #343434;
  background: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 30px auto 0;
}
.txt-historyback:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .contents-partner {
    padding-bottom: 60px;
  }
  .contents-partner-text {
    font-size: 14px;
  }
  .contents-partner-index {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .contents-partner-index-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .contents-partner-index-item:nth-last-of-type(2) {
    margin-right: 0;
  }
  .contents-partner-index-item-image {
    margin-bottom: 10px;
  }
  .contents-partner-index-item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contents-partner-index-item-text {
    font-size: 14px;
  }
  .contents-form {
    padding: 30px 0 70px;
  }
  .contents-form-inner-form-inputarea._confirm {
    width: 100%;
  }
  .contents-form-inner-form-text {
    width: 100%;
  }
  .contents-form-inner-form-inputarea {
    padding-top: 50px;
    width: 100%;
  }
  .contents-form-inner-form-text > p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contents-form-inner-form-text > ol li {
    font-size: 14px;
  }
  .contents-form-inner-form-text-accept {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contents-form-inner-form-inputarea label {
    margin-bottom: 20px;
  }
  .form-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="tel"] {
    height: 35px;
    padding: 8px;
    margin: 0;
    font-size: 14px;
  }
  input[type="submit"] {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    margin: 35px auto 0;
  }
  input[type="submit"]:hover {
    opacity: 1;
  }
  .txt-historyback {
    width: 150px;
    height: 50px;
    font-size: 14px;
    border-radius: 25px;
  }
  .txt-historyback:hover {
    opacity: 1;
  }
  textarea {
    padding: 8x;
  }
  .hissu::before {
    font-size: 10px;
    display: inline-flex;
    width: 36px;
    height: 20px;
    margin-right: 6px;
  }
  .nini::before {
    font-size: 10px;
    display: inline-flex;
    width: 36px;
    height: 20px;
    margin-right: 6px;
  }
  .file-button::file-selector-button {
    font-size: 12px;
    width: 100px;
    height: 35px;
  }
}
