@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #101010;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 200%;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 80px 0 163px;
}

@media (max-width: 1024px) {
  body {
    padding-bottom: 239px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 93px;
    padding-bottom: 162px;
  }
}

.en {
  font-family: 'Roboto', sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}

figure,
figcaption,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}

img,
a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul,
ol,
li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #000;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #000;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #000;
}

/* table */
table {
  width: 100%;
}

*,
*:before,
*:after {
  outline: none !important;
  box-sizing: border-box;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: ' ';
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-weight: 400;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

main {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: unset;
}

ul {
  list-style-type: none;
}

/* 共通 */
.st-head {
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  line-height: 81px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .st-head {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}

.st-read {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 1024px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .st-read {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
}

.st-read img {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  margin-right: 33px;
}

@media (max-width: 768px) {
  .st-read img {
    margin: 0 auto 20px;
    display: block;
  }
}

.sp-only_bl {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only_bl {
    display: none;
  }
  .sp-only_bl {
    display: block;
  }
}

.text_orange {
  color: #f97b06;
}

/* =========================================================
common
========================================================= */
/* =========================================================
  header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 40px;
  z-index: 100;
  width: 100%;
  background-color: white;
}

@media (max-width: 768px) {
  header {
    padding: 10px 13px;
  }
}

.header-logo {
  width: 313px;
}

@media (max-width: 1024px) {
  .header-logo {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 140px;
  }
}

.header-tel {
  width: 580px;
  text-align: right;
}

@media (max-width: 768px) {
  .header-tel {
    max-width: calc(100% - 145px);
    width: 150px;
    margin-left: auto;
    text-align: center;
  }
}

.header-tel img {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

@media (max-width: 1024px) {
  .header-tel img {
    width: 25px;
  }
}

@media (max-width: 768px) {
  .header-tel img {
    width: 12px;
    margin-right: 5px;
  }
}

.header-tel .num {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .header-tel .num {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 768px) {
  .header-tel .num {
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.header-tel a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  background: #101010;
  text-align: center;
  border-radius: 8px;
  padding: 7px 5px;
  min-width: 228px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 24px;
}

@media (max-width: 1024px) {
  .header-tel a {
    min-width: 200px;
    margin-left: 14px;
  }
}

@media (max-width: 768px) {
  .header-tel a {
    font-size: 10px;
    line-height: 17px;
    padding: 5px 5px;
    min-width: inherit;
    width: 150px;
    display: block;
    margin: 0 auto;
  }
}

.header-tel a:hover {
  opacity: 1;
  box-shadow: 0px 0px 30px 0 rgba(255, 255, 255, 0.55) inset;
}

.header-tel a b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 768px) {
  .header-tel a b {
    font-size: 10px;
  }
}

header {
  transition: 0.2s;
}

/* =========================================================
  footer
========================================================= */
footer {
  padding: 40px;
  background-color: #232323;
}

footer p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px;
  color: #fff;
}

footer a {
  display: inline-block;
  margin-right: 16px;
  color: #00baef;
  text-decoration: underline;
}

footer a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  footer {
    padding: 16px 24px 10px;
  }
  footer p {
    font-size: 10px;
  }
  footer a {
    display: block;
    margin: 0 0 16px;
  }
}

/* .pagetop */
.pagetop {
  position: fixed;
  bottom: 47px;
  right: 16px;
  width: 98px;
  height: 85px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  transition: 0.2s;
  z-index: 1000;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 169px;
    right: 0px;
    font-size: 10px;
    line-height: 14px;
    padding-top: 20px;
  }
}

.pagetop::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 77.9px 45px;
  border-color: transparent transparent #eaeaea transparent;
}

@media (max-width: 768px) {
  .pagetop::after {
    transform: translateY(-50%) translateX(-50%) scale(0.8, 0.8);
  }
}

.pagetop.show {
  opacity: 1;
}

.pagetop.absolute {
  position: absolute;
}

@media (max-width: 1024px) {
  .pagetop.absolute {
    bottom: -88px;
  }
}

@media (max-width: 768px) {
  .pagetop.absolute {
    bottom: -28px;
  }
}

.pagetop.show:hover {
  opacity: 0.6;
}

/* =========================================================
  contswrap
========================================================= */
.eBtn {
  height: 280px;
  background: url("../images/bg_cv.jpg") no-repeat top center, #f5002f;
  background-size: cover;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .eBtn {
    height: 177px;
  }
}

.eBtn a {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 16px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 22px 10px 26px;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.55);
  transition: 0.2s;
}

@media (max-width: 768px) {
  .eBtn a {
    font-size: 16px;
    line-height: 23px;
    padding: 24px 10px 16px;
  }
}

.eBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.55) inset;
  pointer-events: none;
  border-radius: 16px;
  transition: 0.2s;
  opacity: 0;
}

.eBtn a:hover {
  opacity: 1;
}

.eBtn a:hover::after {
  opacity: 1;
}

.eBtn a b {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .eBtn a b {
    font-size: 24px;
    line-height: 50px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
contents
========================================================= */
.innerPoint {
  padding-top: 60px;
  margin-top: -60px;
}

@media (max-width: 768px) {
  .innerPoint {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.inner1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.sttl {
  font-size: 56px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .sttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
  }
}

.sttl .sttla {
  position: relative;
  display: inline-block;
}

.sttl .sttla::after {
  content: 'ナカ';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 768px) {
  .sttl .sttla::after {
    font-size: 16px;
  }
}

/* kv */
.kv {
  position: relative;
  background: url("../images/bg_kv.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 16px 77px;
}

@media (max-width: 768px) {
  .kv {
    background: url("../images/bg_kvsp.jpg") no-repeat center;
    background-size: cover;
    padding: 32px 0;
  }
}

.kv .kv-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.kv .kv-inner h1 {
  font-size: 88px;
  font-weight: 900;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .kv .kv-inner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

.kv .kv-inner h1 span {
  font-size: 64px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .kv .kv-inner h1 span {
    font-size: 30px;
  }
}

.kv .kv-inner h1 img {
  display: block;
  margin: 0 auto 8px;
  width: 356px;
}

@media (max-width: 768px) {
  .kv .kv-inner h1 img {
    margin-bottom: 24px;
    width: 178px;
  }
}

.kv .kv-inner .mid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .kv .kv-inner .mid {
    display: block;
    padding: 0 28px;
  }
}

.kv .kv-inner .mid li {
  width: calc(100% / 3 - 29px);
  border: 1px solid #fff;
  padding: 8px 32px 32px;
}

@media (max-width: 768px) {
  .kv .kv-inner .mid li {
    padding: 8px 16px 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .kv .kv-inner .mid li:last-child {
    margin-bottom: 0;
  }
}

.kv .kv-inner .mid li .en {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffe142;
}

@media (max-width: 768px) {
  .kv .kv-inner .mid li .en {
    text-align: center;
  }
}

.kv .kv-inner .mid li .en span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 40px;
  line-height: 47px;
}

.kv .kv-inner .mid li p:last-child {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .kv .kv-inner .mid li p:last-child {
    font-size: 24px;
    line-height: 34px;
    margin-top: 5px;
  }
}

.kv .kv-inner .mid li p:last-child span {
  display: block;
  font-size: 16px;
  line-height: 23px;
}

.kv .kv-inner .btBtn {
  display: block;
  margin-top: 32px;
  width: 100%;
  border-radius: 16px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 22px 10px 26px;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.55);
  transition: 0.2s;
  position: relative;
}

@media (max-width: 768px) {
  .kv .kv-inner .btBtn {
    font-size: 16px;
    line-height: 23px;
    padding: 24px 10px 16px;
    width: calc(100% - 56px);
    margin: 16px auto 0;
  }
}

.kv .kv-inner .btBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.55) inset;
  pointer-events: none;
  border-radius: 16px;
  transition: 0.2s;
  opacity: 0;
}

.kv .kv-inner .btBtn:hover {
  opacity: 1;
}

.kv .kv-inner .btBtn:hover::after {
  opacity: 1;
}

.kv .kv-inner .btBtn b {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .kv .kv-inner .btBtn b {
    font-size: 28px;
    line-height: 50px;
  }
}

/* innerLink */
.innerLink {
  border-bottom: 4px solid #eaeaea;
  background: #fff;
}

@media (max-width: 768px) {
  .innerLink {
    border: none;
  }
}

.innerLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.innerLink ul li {
  width: 20%;
}

@media (max-width: 768px) {
  .innerLink ul li {
    width: 50%;
    border-bottom: 2px solid #eaeaea;
  }
}

.innerLink ul li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  transition: 0.2s;
  padding: 25px 0;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  .innerLink ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 19px 0;
  }
}

.innerLink ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f5002f;
  opacity: 0;
  transition: 0.2s;
}

.innerLink ul li a:hover {
  opacity: 1;
}

.innerLink ul li a:hover::after {
  opacity: 1;
}

/* conts01 */
.conts01 {
  padding: 80px 16px 103px;
  background: #efefef;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 568px;
}

@media (max-width: 768px) {
  .conts01 {
    padding: 80px 16px;
  }
  .conts01 .sttl {
    font-size: 40px;
    line-height: 57px;
    margin-bottom: 40px;
  }
}

.conts01 .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 319px;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .conts01 .bg01 {
    position: absolute;
    top: 0;
    left: calc(50% - 610px);
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .conts01 .bg01 {
    transform: inherit;
    left: 0;
    width: 107px;
  }
}

.conts01 .bg02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 297px;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .conts01 .bg02 {
    position: absolute;
    top: 0;
    left: calc(50% + 620px);
    right: inherit;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .conts01 .bg02 {
    transform: inherit;
    right: 0;
    left: inherit;
    width: 104px;
  }
}

.conts01 .cRead {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts01 .cRead {
    font-size: 16px;
    line-height: 32px;
  }
}

.conts01 .cRead:last-of-type {
  margin-bottom: 0 !important;
}

.conts01 .cRead span {
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  display: block;
}

@media (max-width: 768px) {
  .conts01 .cRead span {
    font-size: 20px;
    line-height: 40px;
  }
}

.conts01 .bRead {
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .conts01 .bRead {
    font-size: 20px;
    line-height: 40px;
  }
}

.conts01 .bRead span {
  display: inline-block;
  background: #000;
  padding: 0 10px;
  margin-bottom: 16px;
}

.conts01 .bRead span:last-child {
  margin-bottom: 0;
}

/* conts02 */
.conts02 {
  padding: 120px 16px;
  background: url("../images/bg_data.png") no-repeat left center;
  background-size: auto 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .conts02 {
    padding: 35px 16px 65px;
    background: url("../images/bg_datasp.png") no-repeat left top;
    background-size: auto 270px;
  }
}

.conts02 .inner1024 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .conts02 .inner1024 {
    display: block;
  }
}

.conts02 .inner1024 .mttl {
  width: 365px;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .conts02 .inner1024 .mttl {
    width: 100%;
    margin-bottom: 32px;
  }
}

.conts02 .inner1024 .mttl span {
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 61px;
  color: #f5002f;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .conts02 .inner1024 .mttl span {
    font-size: 32px;
    line-height: 46px;
  }
}

.conts02 .inner1024 .mttl span::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  height: 5px;
  width: 4000px;
  background: #f5002f;
}

@media (max-width: 768px) {
  .conts02 .inner1024 .mttl span::after {
    width: 100%;
  }
}

.conts02 .inner1024 .img {
  width: calc(100% - 400px);
}

@media (max-width: 768px) {
  .conts02 .inner1024 .img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* conts03 */
.conts03 {
  padding: 64px 16px;
  background: #efefef;
  overflow: hidden;
}

@media (max-width: 768px) {
  .conts03 {
    padding: 40px 16px 64px;
  }
}

.conts03 .listWrap {
  margin-top: 56px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .conts03 .listWrap {
    margin-top: 40px;
  }
}

.conts03 .listWrap::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 88px;
  height: calc(100% - 60px);
  width: 4000px;
  border: 3px solid #f5002f;
  border-left: none;
}

@media (max-width: 768px) {
  .conts03 .listWrap::after {
    top: 17px !important;
    height: calc(100% - 0px);
    left: 50%;
    right: inherit !important;
    transform: translateX(-50%);
  }
}

.conts03 .listWrap .cap {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #f5002f;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .conts03 .listWrap .cap {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}

.conts03 .listWrap .cap span {
  display: inline-block;
  padding: 0 24px;
  background: #efefef;
}

.conts03 .listWrap.right .cap {
  text-align: right;
}

@media (max-width: 768px) {
  .conts03 .listWrap.right .cap {
    text-align: left;
  }
}

.conts03 .listWrap.right::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 30px;
  right: inherit;
  left: 88px;
  border-right: none;
  border-left: 3px solid #f5002f;
}

.conts03 .infoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .conts03 .infoList {
    display: block;
  }
}

.conts03 .infoList li {
  width: calc(50% - 16px);
  z-index: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  background: #efefef;
}

@media (max-width: 768px) {
  .conts03 .infoList li {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin-top: 24px;
  }
  .conts03 .infoList li:first-child {
    margin-top: 0;
  }
}

.conts03 .infoList li.w100 {
  width: 100%;
}

.conts03 .infoList li a {
  display: block;
  transition: 0.2s;
  height: 424px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .conts03 .infoList li a {
    height: 168px;
  }
}

.conts03 .infoList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.conts03 .infoList li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 16px;
}

.conts03 .infoList li .notice {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 0 16px 16px 0;
  pointer-events: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .conts03 .infoList li .notice {
    font-size: 10px;
    padding: 0 8px 8px 0;
  }
}

/* conts04 */
.conts04 {
  padding: 120px 16px;
  background: #f5f5f5;
  background: url("../images/bg_conts04.png") no-repeat top left;
  background-size: 1049px auto;
}

@media (max-width: 768px) {
  .conts04 {
    padding: 64px 16px;
    background-size: 320px auto;
  }
}

.conts04 .wClmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  border: 4px solid #eaeaea;
  background: #fff;
  margin-bottom: 64px;
  padding: 24px;
}

@media (max-width: 768px) {
  .conts04 .wClmn {
    display: block;
    margin-bottom: 32px;
  }
  .conts04 .wClmn:nth-of-type(2) {
    margin-bottom: 64px;
  }
}

.conts04 .wClmn:last-of-type {
  margin-bottom: 0 !important;
}

.conts04 .wClmn .sideL,
.conts04 .wClmn .sideR {
  width: calc(50% - 12px);
}

@media (max-width: 768px) {
  .conts04 .wClmn .sideL,
  .conts04 .wClmn .sideR {
    width: 100%;
  }
  .conts04 .wClmn .sideL img,
  .conts04 .wClmn .sideR img {
    margin-top: 24px;
  }
}

.conts04 .wClmn .sideL .sRead,
.conts04 .wClmn .sideR .sRead {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts04 .wClmn .sideL .sRead,
  .conts04 .wClmn .sideR .sRead {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}

.conts04 .wClmn .sideL .sTxt,
.conts04 .wClmn .sideR .sTxt {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 768px) {
  .conts04 .wClmn .sideL .sTxt,
  .conts04 .wClmn .sideR .sTxt {
    font-size: 16px;
    line-height: 25px;
  }
}

.conts04 .wClmn .sideL .note,
.conts04 .wClmn .sideR .note {
  margin-top: 16px;
}

.conts04 .wClmn .sideL .note li,
.conts04 .wClmn .sideR .note li {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .conts04 .wClmn .sideL .note li,
  .conts04 .wClmn .sideR .note li {
    font-size: 12px;
    line-height: 17px;
    padding-left: 12px;
  }
}

.conts04 .wClmn .sideL .note li:last-child,
.conts04 .wClmn .sideR .note li:last-child {
  margin-bottom: 0;
}

.conts04 .wClmn .sideL .note li::after,
.conts04 .wClmn .sideR .note li::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/* conts05 */
.conts05 {
  padding: 120px 16px 0;
}

@media (max-width: 768px) {
  .conts05 {
    padding-top: 64px;
  }
}

.conts05 .mapImg {
  margin: 0 auto 40px;
  max-width: 852px;
  width: 100%;
}

.conts05 .mapList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .conts05 .mapList {
    justify-content: space-between;
  }
}

.conts05 .mapList li {
  width: calc(25% - 24px);
  margin: 24px 32px 0 0;
}

@media (max-width: 768px) {
  .conts05 .mapList li {
    width: calc(50% - 8px);
    margin: 16px 0 0 0 !important;
  }
  .conts05 .mapList li:nth-child(1), .conts05 .mapList li:nth-child(2) {
    margin-top: auto0 !important;
  }
}

.conts05 .mapList li:nth-child(4n) {
  margin-right: 0;
}

.conts05 .mapList li:nth-child(1), .conts05 .mapList li:nth-child(2), .conts05 .mapList li:nth-child(3), .conts05 .mapList li:nth-child(4) {
  margin-top: 0;
}

.conts05 .mapList li a {
  height: 100%;
  display: block;
  transition: 0.2s;
  background: url("../images/icon_click.svg") no-repeat right 10px bottom 10px, #ffe0e0;
  background-size: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 16px 8px 24px;
}

@media (max-width: 768px) {
  .conts05 .mapList li a {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
}

.conts05 .mapList li a.noLink {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.conts05 .mapList li a.noLink::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.7;
  pointer-events: none;
  z-index: 11;
}

.conts05 .mapList li a.noLink::before {
  content: '募集終了';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  pointer-events: none;
  width: 100%;
  z-index: 20;
}

.conts05 .mapList li a .hTxt {
  margin-bottom: 8px;
}

.conts05 .mapList li a .hTxt b {
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .conts05 .mapList li a .hTxt b {
    font-size: 12px;
    line-height: 16px;
  }
}

.conts05 .mapList li a .dTxt {
  padding-left: 50px;
  position: relative;
  margin-bottom: 8px;
}

.conts05 .mapList li a .dTxt span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.conts05 .mapList li a .bTxt {
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 768px) {
  .conts05 .mapList li a .bTxt {
    font-size: 10px;
    line-height: 14px;
    padding-right: 17px;
  }
}

/* .formArea */
.formArea {
  padding: 0 16px 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .formArea {
    padding-bottom: 32px;
  }
}

.formArea .st-head span {
  display: inline;
  position: relative;
  border-bottom: 8px solid #f5002f;
}

@media (max-width: 768px) {
  .formArea .st-head span {
    border-width: 4px;
  }
}

/* .bt-fixed */
.bt-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffe0e0;
  text-align: center;
  padding: 16px;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 0;
  z-index: 100;
}

@media (max-width: 768px) {
  .bt-fixed {
    padding: 8px 16px;
  }
}

.bt-fixed.active {
  display: block;
  animation: fadeIn 0.2s linear forwards;
}

.bt-fixed .fRead {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  width: 100%;
}

@media (max-width: 768px) {
  .bt-fixed .fRead {
    font-size: 16px;
    line-height: 23px;
  }
}

.bt-fixed .wClmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .bt-fixed .wClmn {
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  .bt-fixed .wClmn {
    margin-top: 7px;
    display: block;
    text-align: center;
  }
}

.bt-fixed .wClmn a:nth-child(1) {
  max-width: 400px;
  width: 45%;
  display: block;
  transition: 0.2s;
  background: #000;
  border-radius: 16px;
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  margin-right: 46px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .bt-fixed .wClmn a:nth-child(1) {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .bt-fixed .wClmn a:nth-child(1) {
    width: 100%;
    font-size: 16px;
    line-height: 64px;
  }
}

.bt-fixed .wClmn a:nth-child(1)::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5) inset;
  border-radius: 16px;
  transition: 0.2s;
  opacity: 0;
}

.bt-fixed .wClmn a:nth-child(1):hover {
  opacity: 1;
}

.bt-fixed .wClmn a:nth-child(1):hover::after {
  opacity: 1;
}

.bt-fixed .wClmn a:nth-child(2) {
  width: 420px;
  display: block;
  transition: 0.2s;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .bt-fixed .wClmn a:nth-child(2) {
    margin: 10px auto 0;
  }
}

@media (max-width: 768px) {
  .bt-fixed .wClmn a:nth-child(2) {
    pointer-events: inherit;
    width: 100%;
    font-size: 32px;
    line-height: 37px;
  }
}

.bt-fixed .wClmn a:nth-child(2) img {
  width: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .bt-fixed .wClmn a:nth-child(2) img {
    width: 24px;
    margin-right: 10px;
    vertical-align: baseline;
  }
}

/* .recruit */
.recruit {
  padding: 108px 16px 80px;
  overflow: hidden;
}

.recruit table {
  max-width: 1024px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  border-collapse: collapse;
}

.recruit tr {
  border-bottom: 8px solid #fff;
}

@media screen and (min-width: 768px) {
  .recruit tr:last-child {
    border-bottom: none;
  }
}

.recruit th {
  width: 320px;
  padding: 16px;
  text-align: left;
  vertical-align: baseline;
  font-weight: 700;
  color: #fff;
  background: #f5002f;
}

@media (max-width: 768px) {
  .recruit th {
    width: 100%;
    display: block;
  }
}

.recruit td {
  width: calc(100% - 320px);
  padding: 16px;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .recruit td {
    width: 100%;
    display: block;
  }
}

.recruit td p > span {
  position: relative;
  display: block;
  padding-left: 14px;
  font-size: 14px;
}

.recruit td p > span::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}

.recruit td p > strong {
  color: #000;
}

.recruit td p + p {
  margin-top: 24px;
}

.recruit td ul {
  margin-top: 10px;
}

.recruit td ul + * {
  margin-top: 24px;
}

.recruit td li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
}

.recruit td li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding: 64px 16px;
  }
}

.wid {
  max-width: 923px;
  margin: 0 auto;
}

/*# sourceMappingURL=maps/style.css.map */
