@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.container img {
  width: 100%;
  vertical-align: top;
}
.container .headrWrap {
  background-image: url(header_bg.jpg);
  background-size: cover;
  height: 106vw;
  background-position: 70% 50%;
  position: relative;
}
.container .headrWrap .title {
  margin-left: 5%;
  padding-top: 16%;
  width: 80%;
}
.container .headrWrap .title h2 {
  width: 51%;
  margin-left: 5%;
  margin-top: -0.1vh;
}
.container .mainWrap {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.container .mainWrap .leadWrap {
  min-height: 216px;
  position: relative;
  z-index: 10;
}
.container .mainWrap .leadWrap .lead {
  width: 90%;
  margin: -35% auto 0;
  background-color: #fff;
}
.container .mainWrap .leadWrap .lead p {
  line-height: 1.9;
  font-size: 14px;
  padding: 5%;
  margin: 0 auto;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.container .mainWrap .leadWrap .lead .pc {
  display: none;
}
.container .mainWrap .articleList {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(85%, 295px));
  gap: 40px;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.container .mainWrap .articleList .articleBox {
  display: block;
  min-height: 340px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  position: relative;
}
.container .mainWrap .articleList .articleBox::before {
  position: absolute;
  content: " ";
  right: -7px;
  bottom: -7px;
  width: 7px;
  height: 80%;
  background: #d93954;
  transition-duration: 0.6s;
}
.container .mainWrap .articleList .articleBox::after {
  position: absolute;
  content: " ";
  right: -7px;
  bottom: -7px;
  width: 90%;
  height: 7px;
  background: #d93954;
  transition-duration: 0.6s;
}
.container .mainWrap .articleList .articleBox span::before {
  position: absolute;
  content: " ";
  right: -7px;
  top: 17px;
  width: 7px;
  height: 20%;
  background: #ffb100;
  transition-duration: 0.6s;
}
.container .mainWrap .articleList .articleBox span::after {
  position: absolute;
  content: " ";
  left: 20px;
  bottom: -7px;
  width: 10%;
  height: 7px;
  background: #ffb100;
  transition-duration: 0.6s;
  z-index: 10;
}
.container .mainWrap .articleList .articleBox > div {
  width: 86.5%;
  margin: 0 auto;
}
.container .mainWrap .articleList .articleBox img {
  display: block;
  width: 100%;
}
.container .mainWrap .articleList .articleBox .label {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  font-weight: 700;
}
.container .mainWrap .articleList .articleBox .label .series {
  border-bottom: solid 2px #d43954;
  padding-bottom: 9px;
  margin: 2px 18px 0 0;
}
.container .mainWrap .articleList .articleBox .label .series img {
  display: block;
  width: auto;
  height: 11px;
}
.container .mainWrap .articleList .articleBox .label .company {
  font-size: 16px;
  line-height: 1;
}
.container .mainWrap .articleList .articleBox .text {
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}
.container .mainWrap .articleList .articleBox .button {
  width: 73px;
  height: auto;
  position: absolute;
  right: 40px;
  bottom: 8px;
  letter-spacing: 0.05em;
}
.container .mainWrap .articleList .articleBox .button::after {
  content: " ";
  position: absolute;
  background-image: url(allow.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  bottom: 0;
  right: -22px;
  transition: all 0.6s 0.3s;
}
.container .mainWrap .articleList .articleBox.dummy {
  pointer-events: none;
  min-height: auto;
}
.container .mainWrap .snsArea > div {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}
.container .mainWrap .snsArea > div a {
  display: block;
  width: 32px;
  height: auto;
}
.container .mainWrap .snsArea > div a img {
  width: 100%;
}
.container .mainWrap .snsArea > div a + a {
  margin-left: 20px;
}
.container .corp {
  text-align: center;
  margin: 70px auto 30px;
  font-weight: 400;
}
.container .corp a {
  display: inline-block;
  text-decoration: none;
}
.container .corp a img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.container .corp a p {
  color: #333;
  text-decoration: none;
  margin-bottom: 0;
}
.container .corp a p span {
  display: block;
}
.container .corp a > span {
  display: inline-block;
  color: #e0301e;
  margin-top: 5px;
}

@media screen and (min-width: 641px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container .headrWrap {
    background-position: center;
    padding: 0;
    position: relative;
    height: 407px;
  }
  .container .headrWrap .title {
    margin: 0 auto;
    padding-top: 40px;
    width: min(90.83%, 1090px);
  }
  .container .headrWrap .title h1 {
    max-width: 638px;
  }
  .container .headrWrap .title h2 {
    width: 514px;
    margin-left: 55px;
  }
  .container .mainWrap {
    position: relative;
  }
  .container .mainWrap .leadWrap {
    position: absolute;
    width: min(90.83%, 1090px);
    top: -222px;
    left: 50%;
    transform: translate(-50%);
    min-height: auto;
  }
  .container .mainWrap .leadWrap .lead {
    margin: 0;
    width: 513px;
  }
  .container .mainWrap .leadWrap .lead p {
    font-size: 16px;
    padding: 18px;
  }
  .container .mainWrap .leadWrap .lead p span {
    display: block;
  }
  .container .mainWrap .leadWrap .lead .pc {
    display: block;
  }
  .container .mainWrap .articleList {
    gap: 60px 65px;
    padding: 60px 32.5px 0;
  }
  .container .mainWrap .articleList .articleBox img {
    transition: all 1s;
  }
  .container .mainWrap .articleList .articleBox:hover span::before {
    height: 308px;
  }
  .container .mainWrap .articleList .articleBox:hover span::after {
    width: 282px;
  }
  .container .mainWrap .articleList .articleBox:hover img {
    filter: brightness(1.3);
  }
  .container .mainWrap .articleList .articleBox .label .series {
    margin-top: 5px;
  }
  .container .mainWrap .snsArea > div a {
    transition: all 0.5s;
  }
  .container .mainWrap .snsArea > div a:hover {
    opacity: 0.6;
  }
  .container .corp a img {
    transition: 0.3s;
  }
  .container .corp a > span {
    position: relative;
    display: inline-block;
  }
  .container .corp a > span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #e0301e;
    bottom: -2px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .container .corp a:hover img {
    opacity: 0.8;
  }
  .container .corp a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .container .corp a p span {
    display: inline-block;
  }
}