@charset "utf-8";

/* 
contents index
------------------------------*/
.contents::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(556 / 750 * 100vw);
  background: transparent url(../img/top/bottom_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
@media (min-width: 740px) {
  .contents::after {
    background-image: url(../img/top/bottom_bg_pc.jpg);
    height: 540px;
  }
}
/*
mainVisual
------------------------------*/
.mainVisual {
  background-image: url(../img/top/head_bg_sp.png);
  height: calc(1122 / 750 * 100vw);
}
.mainVisual h1 {
  position: absolute;
  width: calc(425 / 750 * 100vw);
  top: calc(440 / 750 * 100vw);
  left: calc(63 / 750 * 100vw);
}
@media (min-width: 740px) {
  .mainVisual {
    height: 680px;
    background-image: url(../img/top/head_bg_pc.png);
  }
  .mainVisual .mainWrap {
    width: 950px;
    margin: auto;
  }
  .mainVisual h1 {
    width: 393px;
    top: 227px;
    left: 23px;
  }
}
@media (min-width: 1921px) {
  .mainVisual {
    height: calc(680 / 1920 * 100vw);
  }
  .mainVisual .mainWrap {
    width: calc(950 / 1920 * 100vw);
  }
  .mainVisual h1 {
    width: calc(393 / 1920 * 100vw);
    top: calc(227 / 1920 * 100vw);
    left: calc(23 / 1920 * 100vw);
  }
}
/* contents
------------------------------*/
.contents {}
@media (max-width: 739px) {
  .contents .contInr {
    padding: 0 10px 48px;
  }
}
@media (min-width: 740px) {
  .contents .contInr {
    padding-bottom: 100px;
  }
}
/* newsArea */
.newsArea {
  padding: 36px 0 0;
}
.newsArea h2 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #CC0000;
  font-weight: 700;
  font-size: 3.4rem;
}
.newsArea h2 span {
  font-weight: 400;
  font-size: 2.2rem;
  position: relative;
  padding: 0 0 0.15em 1em;
}
.newsArea h2 span::before, .newsArea h2 span::after {
  content: '-';
  display: inline-block;
}
.newsArea dl div {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #707070;
  padding-top: 14px;
}
.newsArea dl div dl {
  line-height: 1.5;
}
.newsArea dl div dt {
  font-weight: 700;
}
.newsArea dl div dd {
  padding: 10px 0 20px;
}
@media (min-width: 740px) {
  .newsArea {
    padding: 50px 0;
  }
  .newsArea h2 {
    font-size: 3.4rem;
  }
  .newsArea h2 span {
    font-size: 2.2rem;
  }
  .newsArea dl div {
    padding: 20px 0 29px;
    flex-direction: row;
  }
  .newsArea dl div:first-child {
    padding-top: 40px;
  }
  .newsArea dl div dt {}
  .newsArea dl div dd {
    padding: 0 0 0 100px;
  }
}
/* aboutList */
.aboutList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.aboutList li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 740px) {
  .aboutList {
    margin-left: -20px;
    padding: 0 15px 52px;
  }
  .aboutList li {
    margin-top: 0;
    margin-left: 20px;
    width: 450px;
  }
  .aboutList li:not(:first-child) {
    margin-top: 0;
  }
  .aboutList li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
/* voiceJSDJ */
.voicePic {
  position: relative;
}
.voicePic .voicePicTxt {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 8px 6px 8px 7px;
}
@media (max-width: 739px) {
  .staffVoice .voicePic .voicePicTxt {
    max-width: calc(315 / 375 * 100vw);
    margin-top: -40px;
    margin-left: -10px;
    position: relative;
  }
  .staffVoice .voice02 {
    margin-top: 48px;
  }
  .staffVoice .voice02 .voicePic .voicePicTxt {
    margin-left: auto;
    margin-right: -10px
  }
}
@media (min-width: 740px) {
  .staffVoice [class*="voice0"] {
    margin-top: 96px;
  }
  .staffVoice .voice01 {
    margin-top: 0;
  }
  .staffVoice .voicePic .voicePicTxt {
    position: absolute;
    padding: 15px 15px 18px;
    left: 0;
    bottom: 15px;
  }
  .staffVoice .voice02 .voicePic .voicePicTxt {
    left: auto;
    right: 0;
  }
}
/* qaList */
.qaList {
  counter-reset: number 0;
}
.qaList .ttlQA .heading {
  border-bottom: 2px solid #cc0000;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.qaList .ttlQA .heading::before {
  counter-increment: number 1;
  content: 'Q'counter(number)'.';
  color: #cc0000
}
.qaList {
  padding-top: 11px;
}
.qaList li:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 740px) {
  .qaList {
    padding-top: 44px;
  }
  .qaList li:not(:first-child) {
    margin-top: 40px;
  }
  .qaList .ttlQA .heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}
/* panelList */
.panelList ul li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.panelList ul li:not(:first-child) {
  margin-top: 50px;
}
.panelList ul li picture, .panelList ul li .panelTxt {
  width: 100%;
}
.panelList ul li .panelTxt dt {
  font-weight: 700;
  margin-top: 10px;
}
.panelList ul li .panelTxt dd {
  margin-top: 10px;
}
@media (min-width: 740px) {
  .panelList ul li picture, .panelList ul li .panelTxt {
    width: 50%;
  }
  .panelList ul li {
    flex-direction: row;
  }
  .panelList ul li:not(:first-child) {
    margin-top: 0;
  }
  .panelList ul li:nth-of-type(even) picture {
    order: 2
  }
  .panelList ul li:nth-of-type(even) .panelTxt {
    order: 1
  }
  .panelList ul li .panelTxt {
    padding: 0 35px 0;
  }
  .panelList ul li .panelTxt dt {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .panelList ul li .panelTxt dd {
    margin-top: 20px;
  }
}
.bottomArea {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent none center bottom no-repeat;
  background-size: cover;
}
.bottomArea p {
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 740px) {
  .bottomArea {
    height: 540px;
    background-image: url("../img/top/bottom_bg_pc.jpg");
    margin-top: 100px;
  }
  .bottomArea p {
    font-size: 6rem;
  }
}