@charset "UTF-8";
html {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4vw;
  }
}
html body {
  background: url(../img/back.svg) center center no-repeat fixed;
  background-size: cover;
  margin: 0;
}
@media screen and (max-width: 767px) {
  html body {
    padding-bottom: 16vw;
  }
}
html body .mainWrap {
  max-width: calc(1000px + 3.6rem);
  margin: 0 1.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
html body footer {
  text-align: center;
  margin-top: 4rem;
}
html body footer #footContact div {
  font-size: 120%;
  font-weight: 700;
}
html body footer #footContact span {
  display: inline-block;
  margin-top: 0.5em;
}
html body footer #footContact span a {
  color: black;
  font-size: 120%;
  vertical-align: text-bottom;
}
html body footer #footContact span a::first-letter {
  margin-right: 0.2em;
}
html body footer #footContact span a img {
  margin-right: 0.2em !important;
}
html body footer #footLogo {
  padding: 2rem 2rem 4rem;
  display: grid;
  place-items: center;
}
html body footer #footLogo img {
  position: relative;
  margin-left: -0.5rem;
  width: 360px;
}
html body footer #copyRight {
  font-size: 0.75rem;
  line-height: 3;
}

.whiteBackTable {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 0.7rem;
  overflow: clip;
  box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.14);
}
.whiteBackTable > div {
  padding: 0.6rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .whiteBackTable > div {
    padding: 0 1rem;
  }
}
.whiteBackTable table {
  border: none;
  width: 100%;
}
.whiteBackTable table tr {
  border-top: 2px solid #E8E8E8;
}
.whiteBackTable table tr:nth-of-type(1) {
  border: none;
}
.whiteBackTable table tr th {
  padding: 0.4rem 2rem 0.5rem 0;
  border: none;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .whiteBackTable table tr th {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0 0.5rem;
  }
}
.whiteBackTable table tr td {
  padding: 0.5rem 0;
  border: none;
  font-size: 0.85rem;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .whiteBackTable table tr td {
    display: block;
  }
}
.whiteBackTable table tr td .checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.whiteBackTable table tr td .checkList label {
  display: inline-block;
}
.whiteBackTable table tr td .checkList label input {
  margin-right: 0.2rem;
}
.whiteBackTable table tr td .checkList span {
  width: 100%;
}
.whiteBackTable table tr td .checkList > div {
  width: 100%;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .whiteBackTable table tr td .checkList > div {
    font-size: 1rem;
  }
}
.whiteBackTable table tr td .checkList > div:nth-child(1) {
  margin-top: 0;
}

#topHeader {
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  #topHeader {
    padding: 1rem;
  }
}
#topHeader > div {
  background: url(../img/topBack.svg) center center no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  place-items: center;
  height: 740px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #topHeader > div {
    background-image: url(../img/topBackSP.png);
    background-size: cover;
    padding: 1.5rem 1rem;
    gap: 1rem;
    height: auto;
  }
}
#topHeader > div h1 {
  margin: 0;
}
#topHeader > div h1 img {
  width: 100%;
  height: auto;
  display: block;
}
#topHeader > div p {
  margin: 0;
  font-weight: 700;
  font-size: 190%;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  #topHeader > div p {
    font-size: 110%;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    line-height: 1.8;
  }
}
#topHeader > div span {
  border: 3px solid #000000;
  font-size: 110%;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #topHeader > div span {
    font-size: 100%;
  }
}
#topHeader > div > div {
  font-size: 150%;
  font-weight: 700;
}
#topHeader > div dl {
  text-align: center;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  #topHeader > div dl {
    margin-bottom: 0;
  }
}
#topHeader > div dl dt {
  font-size: 130%;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #topHeader > div dl dt {
    font-size: 110%;
  }
}
#topHeader > div dl dd {
  margin: 0;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  #topHeader > div dl dd {
    font-size: 90%;
  }
}

#topSearch {
  position: relative;
  margin-top: -6rem;
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 767px) {
  #topSearch {
    margin-top: -1rem;
    padding: 0 1rem 2rem;
  }
}
#topSearch > div h2 {
  background-color: #FAEC1B;
  height: 7.5rem;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 0.7rem;
  font-size: 175%;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #topSearch > div h2 {
    height: 6.5rem;
    line-height: 1.5;
  }
}
#topSearch > div h2:after {
  content: attr(title);
  font-size: 0.8rem;
}
#topSearch > div #topSearchFormButton {
  text-align: center;
  padding: 3rem 0 2rem;
}
#topSearch > div #topSearchFormButton input[type=submit] {
  border: none;
  border-radius: 3.6em;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 3.6;
  padding: 0 3rem;
  background-color: #FAEC1B;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#topSearch > div #topSearchFormButton input[type=submit]:hover {
  filter: contrast(0.5) brightness(1.5);
}

#topSearchResult {
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  #topSearchResult {
    padding: 2rem 1rem;
  }
}
#topSearchResult > div {
  max-width: 1200px;
  margin: 0 auto;
}
#topSearchResult > div #searchHeader {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #topSearchResult > div #searchHeader {
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
}
#topSearchResult > div #searchHeader h2 {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  white-space: nowrap;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #topSearchResult > div #searchHeader h2 {
    margin: 0;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #topSearchResult > div #searchHeader h2 img {
    height: 1em;
  }
}
#topSearchResult > div #searchHeader h2:after {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 1em;
  background-color: #D9D9D9;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  #topSearchResult > div #searchHeader h2:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #topSearchResult > div #searchHeader div {
    font-size: 1.1rem;
  }
}
#topSearchResult > div #searchHeader div span {
  font-size: 2rem;
  font-weight: bolder;
  display: inline-block;
  margin-right: 0.5rem;
}
#topSearchResult #corpList {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  #topSearchResult #corpList {
    grid-template-columns: 1fr;
  }
}
#topSearchResult #corpList > article {
  width: 376px;
  background-color: #FFF;
  border-radius: 0.7rem;
  box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.14);
}
#topSearchResult #corpList > article.comingSoon {
  align-self: flex-start;
}
#topSearchResult #corpList > article > a, #topSearchResult #corpList > article > span {
  color: #000000;
  padding: 1.5rem;
  display: block;
}
#topSearchResult #corpList > article > a:not(span):hover, #topSearchResult #corpList > article > span:not(span):hover {
  color: blue;
}
#topSearchResult #corpList > article > a:not(span):hover h3, #topSearchResult #corpList > article > span:not(span):hover h3 {
  border-color: blue;
}
#topSearchResult #corpList > article > a figure, #topSearchResult #corpList > article > span figure {
  width: 100%;
  aspect-ratio: 158/65;
  background-color: #CCCCCC;
}
#topSearchResult #corpList > article > a figure img, #topSearchResult #corpList > article > span figure img {
  height: 100%;
  object-fit: cover;
}
#topSearchResult #corpList > article > a h3, #topSearchResult #corpList > article > span h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px dashed #000000;
  padding: 0.3em 0 0.8em;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #topSearchResult #corpList > article > a h3, #topSearchResult #corpList > article > span h3 {
    font-size: 1.2rem;
  }
}
#topSearchResult #corpList > article > a table, #topSearchResult #corpList > article > span table {
  border: none;
}
#topSearchResult #corpList > article > a table tr th, #topSearchResult #corpList > article > span table tr th {
  text-align: left;
  border: none;
  padding-left: 0;
  font-size: 0.8rem;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #topSearchResult #corpList > article > a table tr th, #topSearchResult #corpList > article > span table tr th {
    font-size: 1.1rem;
  }
}
#topSearchResult #corpList > article > a table tr td, #topSearchResult #corpList > article > span table tr td {
  border: none;
  font-size: 0.85rem;
}
@media screen and (max-width: 767px) {
  #topSearchResult #corpList > article > a table tr td, #topSearchResult #corpList > article > span table tr td {
    font-size: 1.1rem;
  }
}
#topSearchResult #corpList > article > a table tr td .dataList, #topSearchResult #corpList > article > span table tr td .dataList {
  display: flex;
  flex-wrap: wrap;
}
#topSearchResult #corpList > article > a table tr td .dataList > span, #topSearchResult #corpList > article > span table tr td .dataList > span {
  display: inline-block;
}
#topSearchResult #corpList > article > a table tr td .dataList > span:after, #topSearchResult #corpList > article > span table tr td .dataList > span:after {
  content: "、";
}
#topSearchResult #corpList > article > a table tr td .dataList > span:last-child:after, #topSearchResult #corpList > article > span table tr td .dataList > span:last-child:after {
  display: none;
}
#topSearchResult #corpList > article > a table tr:nth-of-type(n+2) .dataList, #topSearchResult #corpList > article > span table tr:nth-of-type(n+2) .dataList {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#corporateSingleHead {
  margin-bottom: 4rem;
}
#corporateSingleHead h1 {
  background-color: #FAEC1B;
  text-align: center;
  font-size: 240%;
  font-weight: 700;
  line-height: 3;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #corporateSingleHead h1 {
    margin: 2.5rem 0;
    font-size: 1.5rem;
    line-height: 4;
  }
}
@media screen and (max-width: 767px) {
  #corporateSingleHead > div {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #corporateSingleHead > div td {
    text-align: center;
    padding-top: 0;
  }
}

#corporateSingleBody {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #corporateSingleBody {
    padding: 1rem;
  }
}
#corporateSingleBody #corporateSingleMngList {
  max-width: 1000px;
  margin: 0 auto;
}
#corporateSingleBody #corporateSingleMngList article {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #corporateSingleBody #corporateSingleMngList article {
    margin-bottom: 2rem;
  }
}
#corporateSingleBody #corporateSingleMngList article img {
  width: 100%;
  height: auto;
}

#corporateSingleFoot {
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #corporateSingleFoot {
    padding: 1rem;
  }
}
#corporateSingleFoot a {
  display: inline-block;
  border-radius: 3.6em;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 3.6;
  padding: 0 6rem;
  background-color: #FAEC1B;
  cursor: pointer;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #corporateSingleFoot a {
    padding: 0 6rem;
    white-space: nowrap;
  }
}

#footMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  #footMenu {
    height: auto;
    top: unset;
    width: 100%;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#footMenu > div {
  position: absolute;
  right: 0;
  width: 84px;
}
#footMenu > div > a {
  display: block;
}
#footMenu > div > a img {
  display: block;
}
@media screen and (max-width: 767px) {
  #footMenu > div {
    position: static;
    width: auto;
  }
}
#footMenu > div:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 767px) {
  #footMenu > div:nth-of-type(1) {
    display: block;
  }
}
#footMenu > div:nth-of-type(2) {
  top: max(12.5%, 100px);
}
@media screen and (max-width: 767px) {
  #footMenu > div:nth-of-type(2) {
    top: unset;
  }
}
#footMenu > div:nth-of-type(3) {
  bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #footMenu > div:nth-of-type(3) {
    bottom: unset;
  }
}

#footSocial {
  position: fixed;
  right: 16px;
  width: 68px;
  top: 2%;
}
@media screen and (max-width: 767px) {
  #footSocial {
    top: 3vw;
    right: 3vw;
    width: 10vw;
  }
}
#footSocial img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}

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