@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: unknown 
/* Created user: unknown 
/* Last up date: 2024.10.16
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/

.srchRes .searchBar{
  margin: 0 auto 2rem;
  padding: 1rem 1.5rem;
  background: #fafafa;
}

.srchRes .searchTerm{
  display: grid;
}

.srchRes .searchTerm p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  line-height: 1.4;
  max-height: 2.8em;
}

.srchRes .searchTerm .sendBtn{
  text-align: right;
}

.srchRes .searchTerm .sendBtn a{
  color: rgb(var(--kyo-color-01));
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: underline;
}


.srchRes .searchBar form{
  width: 100%;
}

.srchRes .searchFreeBar {
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  max-width: 500px;
}

.srchRes .searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.srchRes .searchInput {
  width: calc(100% - 2.25em);
}

.srchRes .searchInput input[type="text"] {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  font-size: 1.5rem;
}

.srchRes .searchBtn {
  cursor: pointer;
  width: 2.25em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(128,128,128,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') center / 1em auto no-repeat;
  border-radius: 0.5rem 0 0 0.5rem;
}

.srchRes .searchBtn label {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.srchRes .searchBtn input {
  display: none;
}


.srchRes .resultBlock{
  margin: 0 auto;
  max-width: var(--outerWidth);
  container: resultBlock / inline-size;
}


/* corp Infomation Block */
.corpBox {
  position: relative;
  display: grid;
  grid-template-columns: 90px auto;
  grid-template-areas:
  'corpName corpName'
  'thmb catchcopy'
  'thmb typeList'
  'linkBtn linkBtn'
  'recruitNo recruitNo';
  gap: 1.5rem 1rem;
  padding: 1.5rem;
}

.corpBox+.corpBox {
  margin-top: 5rem;
  border-top: 2px solid rgb(var(--naviGray));
}

.corpBox.short::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.corpBox .corpName{
  grid-area: corpName;
  display: grid;
  /* grid-template-columns: auto 40px; */
  grid-template-columns: auto;
}

.corpBox .corpName a {
  color: rgb(var(--naviKoiBlue));
  text-decoration: underline;
  text-decoration-thickness: 1px;
  line-height: 1.2;
}

.corpBox .corpName h2 {
  display: inline;
  margin-right: 1rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: inherit;
  word-break: break-all;
}

.corpBox .corpName .memo {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.4;
  color: inherit;
}

.corpBox .catchcopy {
  grid-area: catchcopy;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.3rem;
  line-height: 1.8;
  max-height: 3.6em;
  font-weight: bold;
  color: rgb(var(--kyo-color-04));
}

.corpBox .thmb {
  grid-area: thmb;
}

.corpBox .thmb img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.corpBox .typeList {
  grid-area: typeList;
  display: grid;
  gap: 10px 15px;
}

.corpBox .typeList li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.2rem;
  line-height: 1.2;
}

.corpBox .typeList li::before {
  content: '';
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  background: center / contain no-repeat;
}

.corpBox .typeList .industry::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.52 56.1"><path fill="rgba(88,88,88,1)" fill-rule="evenodd" d="M0,0V56.1H19.36V42.55h5.8V56.1H44.52V0ZM13.55,48.36H7.74V42.55h5.81Zm0-11.61H7.74V31h5.81Zm0-11.6H7.74V19.34h5.81Zm0-11.61H7.74V7.74h5.81ZM25.16,36.75h-5.8V31h5.8Zm0-11.6h-5.8V19.34h5.8Zm0-11.61h-5.8V7.74h5.8ZM36.78,48.36H31V42.55h5.81Zm0-11.61H31V31h5.81Zm0-11.6H31V19.34h5.81Zm0-11.61H31V7.74h5.81Z" /></svg>');
}

.corpBox .typeList .business::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.49 42.92"><path fill="rgba(88,88,88,1)" fill-rule="evenodd" d="M0,42.92V22.64l18,4.2v5.53h8.35V26.84l18.13-4.22v20.3ZM20.1,30.31V23.43h4.17v6.88Zm6.26-8.94H18V24L0,19.83V10.59H44.49v9.22L26.36,24Zm2.45-17a.59.59,0,0,0-.18-.43.61.61,0,0,0-.44-.19H16.3a.65.65,0,0,0-.63.62v3.1H11.92V4.33A4.34,4.34,0,0,1,13.2,1.26,4.46,4.46,0,0,1,16.3,0H28.19a4.42,4.42,0,0,1,3.09,1.26,4.3,4.3,0,0,1,1.28,3.07v3.1H28.81Z" /></svg>');
}

.corpBox .typeList .pref::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.68 43.21"><path fill="rgba(88,88,88,1)" fill-rule="evenodd" d="M27.57,29.16c-3.23,4.28-7.3,9.23-8.57,11.53-1.08,1.94-1.64,2.39-2.23,2.49a3.51,3.51,0,0,1-.57,0c-.87,0-1.39,0-2.77-2.58C12.19,38.3,8.17,33.26,5,28.92S-1.15,17.94.45,11.8A15.55,15.55,0,0,1,13.06.25,19.87,19.87,0,0,1,16.42,0,15.9,15.9,0,0,1,32.27,12.14C33.8,18.31,30.81,24.88,27.57,29.16ZM16.1,4.72a10.26,10.26,0,0,0-1.93.15A11.23,11.23,0,0,0,4.83,16a11.32,11.32,0,0,0,13.1,11.33A11.38,11.38,0,0,0,16.1,4.72Z" /></svg>');
}

.corpBox .linkBtn{
  justify-self: center;
  grid-area: linkBtn;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  max-width: 400px;
  width: 100%;
}

.corpBox .linkBtn .corpBtn,
.corpBox .linkBtn .offerBtn {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 45px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.corpBox .linkBtn .corpBtn.off,
.corpBox .linkBtn .offerBtn.off {
  place-content: center;
  padding: 5px 10px;
  border-radius: 0.5rem;
  background: rgb(var(--naviGray));
  color: #fff;
}

.corpBox .linkBtn .corpBtn a,
.corpBox .linkBtn .offerBtn a {
  position: relative;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  background: rgb(var(--kyo-color-04));
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.corpBox .linkBtn .offerBtn a{
  background: rgb(var(--kyo-color-01));
}

.corpBox .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.corpBox .btnList li {
  position: relative;
  background: #e5e5e5;
  display: grid;
  align-items: center;
  min-height: 40px;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  --iconSize: 1.75em;
}

.corpBox .btnList li:nth-child(odd) {
  width: calc(60% - 5px);
}

.corpBox .btnList li:nth-child(even) {
  width: calc(40% - 5px);
}

.corpBox .btnList p {
  margin-top: 10px;
  width: calc(50% - 5px);
  font-size: 1rem;
  line-height: 1.4;
}

.corpBox .btnList input {
  display: none;
}

.corpBox .btnList{
  --defoCol: rgb(var(--naviBlue));
}

.corpBox .btnList .offerBtn{
  --defoCol: rgb(var(--ocYellow));
}

.corpBox .btnList .offerBtn a,
.corpBox .btnList .otherBtn a {
  position: relative;
  display: grid;
  place-content: center;
  padding: 3px 1.25em 3px 5px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 2px var(--defoCol);
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: var(--defoCol);
}

.corpBox .btnList .offerBtn a::before,
.corpBox .btnList .otherBtn a::before {
  content: '';
  top: 50%;
  right: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px var(--defoCol);
  border-bottom: solid 2px var(--defoCol);
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.corpBox .btnList .autBtn,
.corpBox .btnList .autBtn+li {
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
}

.corpBox .btnList .autBtn::before,
.corpBox .btnList .autBtn+li::before {
  content: none;
}

.corpBox .btnList .autBtn a[target="_blank"] {
  padding: 3px 1.5em 3px 5px;
  width: 100%;
  background: #fff;
  border: solid 1px #666;
  color: #666;
  font-weight: normal;
}

.corpBox .btnList .autBtn a[target="_blank"]::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  border: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.73 57.73"><path fill="rgba(102,102,102,1)" fill-rule="evenodd" d="M10.82,0V46.9H57.73V0Zm42.4,42.39H15.33V4.51H53.22ZM4.51,10.82H0V57.73H46.9V53.22H4.51ZM26.38,35.18,39.69,21.87v9.7H44V14.43H26.83v4.29H36.3L23.23,32Z" /></svg>') 90% center / 100% auto no-repeat;
  transform: rotate(0deg) translate(0, -50%);
  transition: all 0.25s 0s linear;
}

.corpBox .btnList .autBtn p {
  width: 100%;
  text-align: left;
}

.corpBox .btnList a[href*="/newschool/"] {
  color: rgb(var(--gsGreen));
  border-color: rgb(var(--gsGreen));
}

.corpBox .btnList a[href*="/newschool/"]::before {
  border-color: rgb(var(--gsGreen));
}

.corpBox .btnList a[href*="/pump/"],
.corpBox .btnList a[href*="/newschool/exam_top/"],
.corpBox .btnList a[href*="/newschool/scholarship/"] {
  color: rgb(var(--naviBlue));
  border-color: rgb(var(--naviBlue));
}

.corpBox .btnList a[href*="/pump/"]::before,
.corpBox .btnList a[href*="/newschool/exam_top/"]::before,
.corpBox .btnList a[href*="/newschool/scholarship/"]::before {
  border-color: rgb(var(--naviBlue));
}

.corpBox .btnList a[href*="/event_top/"] {
  color: rgb(var(--ocYellow));
  border-color: rgb(var(--ocYellow));
}

.corpBox .btnList a[href*="/event_top/"]::before {
  border-color: rgb(var(--ocYellow));
}

.corpBox .recruitNo{
  grid-area: recruitNo;
}

.corpBox .recruitNo a {
  display: block;
}

.corpBox .recruitNo .inner {
  padding: 1rem;
  background: rgba(var(--kyo-color-02), 0.2);
}

.corpBox .recruitNo p {
  font-size: 1.3rem;
  line-height: 1.8;
}

.corpBox .recruitNo .recruitTitle {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgb(var(--kyo-color-04));
  font-size: 1.6rem;
  line-height: 1.4;
  max-height: 3.6em;
  font-weight: bold;
  color: rgb(var(--kyo-color-04));
}

.corpBox .recruitNo .yerrowLink {
  margin: 15px auto 0;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.corpBox .recruitNo .yerrowLink span {
  position: relative;
  display: inline-block;
  padding: 5px 1.07em 5px 3px;
  background: linear-gradient(to top, rgba(255, 244, 153, 1) 0px, rgba(255, 244, 153, 1) 7px, rgba(255, 244, 153, 0) 7px);
}

.corpBox .recruitNo .yerrowLink span::after {
  content: '';
  top: 50%;
  right: 3px;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(-45deg);
}


@container resultBlock (width >= 680px) {
  .corpBox {
    align-content: flex-start;
    grid-template-columns: 180px auto 210px;
    grid-template-areas:
    'corpName corpName corpName'
    'thmb catchcopy linkBtn'
    'thmb typeList linkBtn'
    'recruitNo recruitNo recruitNo';
    padding: 1.5rem 3rem;
    gap: 1.5rem;
  }

  .corpBox .catchcopy{
    font-size: 1.4rem;
  }

  .corpBox .corpName h2 {
    font-size: 3rem;
  }

  .corpBox .linkBtn{
    align-self: flex-start;
    grid-template-columns: auto;
  }

  .corpBox .free, .corpBox .paid{
    font-size: 1rem;
  }
  .corpBox .typeList{
    align-self: flex-start;
  }
}

@container resultBlock (width >= 900px) {
  .corpBox {
    align-content: flex-start;
    grid-template-columns: 180px auto 210px;
    grid-template-areas:
    'thmb corpName linkBtn'
    'thmb catchcopy linkBtn'
    'thmb typeList linkBtn'
    'recruitNo recruitNo recruitNo';
    padding: 3rem 50px;
  }
}



















































.articleBlock {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px 50px;
  width: 100%;
}

.articleInner {
  width: 100%;
  max-width: 1300px;
}

.srchRes .col h3:not(.eriaBlock h3) a,
.srchRes .col h3:not(.eriaBlock h3) span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 1.25em 0 0;
  min-height: 5rem;
  background: #f2f4f8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #CED9ED;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}

.srchRes .col h3:not(.eriaBlock h3) img {
  margin-right: 10px;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.srchRes .col h3:not(.eriaBlock h3) a::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.5s 0s ease;
}

.srchRes .col h3:not(.eriaBlock h3) span::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.5s 0s ease;
}

.srchRes .col h3.on:not(.eriaBlock h3) span {
  background: #d9dbde;
  box-shadow: none;
}

.srchRes .col h3.on:not(.eriaBlock h3) span::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.srchRes .col h4:not(.eriaBlock h4, .joukenBlock h4) {
  display: flex;
  align-items: center;
  color: rgb(var(--naviKoiBlue));
  font-size: 1.4rem;
  line-height: 1.4;
}

.srchRes .subTitle {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(var(--naviKoiBlue));
  text-align: center;
}

.srchRes .col+.subTitle {
  margin-top: 15px;
}

.popInner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 15px;
}

h3+.popInner,
h4+.popInner {
  padding: 15px 0;
}

.srchRes .flexCols {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: var(--outerWidth);
  gap: 15px 30px;
}

.srchRes h3+.flexCols {
  padding: 30px 0;
}


.srchRes .flexCols .col {
  width: 100%;
}

.detailList,
.cateList,
.columnList {
  width: 100%;
}

.detailList {
  border-top: solid 1px #CED9ED;
}

.detailList li,
.cateList li {
  line-height: 1.2;
  border-bottom: solid 1px #CED9ED;
}

.detailList a,
.cateList a {
  position: relative;
  display: block;
  padding: 12px 3em 10px 1em;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 73, 208, 0.05);
}

.columnList a {
  position: relative;
  display: inline-block;
  padding: 3px 0.5em 3px 1.25em;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 73, 208, 0.05);
}

.allList {
  margin: 0 auto;
  width: 90%;
}

.allList p+p {
  margin-top: 1rem;
}

.allList .simpleBtn {
  margin: 0 auto;
}

a.simpleBtn,
span.simpleBtn {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1.5em 0 1em;
  min-height: 40px;
  width: 100%;
  min-width: 220px;
  background: #2ca87f;
  background: linear-gradient(45deg, #2ca87f 0%, rgb(var(--kyo-color-04)) 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

a.simpleBtn::after,
span.simpleBtn::after {
  content: '';
  top: 50%;
  right: 0.75em;
  width: 0.6em;
  height: 0.6em;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.detailList a::before,
.cateList a::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px rgb(var(--naviKoiBlue));
  border-bottom: solid 1px rgb(var(--naviKoiBlue));
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.srchRes .moreBtn {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.25em 0 1em;
  min-width: 150px;
  min-height: 30px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #666;
  border-radius: 2rem;
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
}

.srchRes .moreBtn::before {
  content: '';
  top: 50%;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  transform: translate(0, calc(-50% - 2px)) rotate(45deg);
  transition: all 0.25s 0s ease-out;
}

.srchRes .readMore .moreBtn::before {
  transform: translate(0, -50%) rotate(-45deg);
}

.srchRes .on .moreBtn::before,
.srchRes .moreBtn.on::before {
  transform: translate(0, -50%) rotate(-135deg);
}

.popInner .readMore {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.columnList a::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.7em;
  height: 0.5em;
  border-left: solid 2px rgb(var(--naviKoiBlue));
  border-bottom: solid 2px rgb(var(--naviKoiBlue));
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.textClamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  line-height: 1.6;
}

.oneLink {
  margin: 0 auto;
}

.oneText {
  margin: 0 auto 0.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 3rem;
  color: rgb(var(--naviKoiBlue));
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.columnList {
  padding-left: 1em;
}

.columnList dt {
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.columnList dd {
  margin-bottom: 5px;
}

.checkMe {
  color: rgb(var(--naviKoiBlue));
  font-weight: bold;
}


.srchRes .resultMsg {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
}

.srchRes .resultMsg span {
  font-size: 1.8rem;
}

.fieldMsg {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 0;
  width: 100%;
  overflow: hidden;
  background: rgba(77, 137, 209, 0.1);
  border-radius: 0.5rem;
  transition: all 0.25s 0s ease;
}

.fieldMsg div {
  position: relative;
}

.fieldMsg div h2 {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.fieldMsg div p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.fieldMsg div p+p {
  margin-top: 10px;
}

.srchRes .adBaner {
  margin: 0 auto 30px;
}

.srchRes .adBaner li {
  text-align: center;
}

.srchRes .adBaner li+li {
  margin-top: 15px;
}

.srchRes .adBaner li,
.srchRes .adBaner a {
  font-size: 1.2rem;
}

.fieldMsg .moreReadBar {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  width: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0 6px, transparent 6px 12px), #4d89d1;
  border-radius: 0 0 0.5rem 0;
  border-top: 0;
  text-align: center;
}

.facBtmBlock .moreReadBar {
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 15px 12px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0 6px, transparent 6px 12px), #59b395;
  border: 0;
  text-align: center;
}

.moreReadBar .moreDown {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.25s 0s ease-in-out;
}

.moreReadBar .moreDown::before {
  content: '';
  top: 50%;
  right: 0.75em;
  width: 0.65em;
  height: 0.65em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.25s 0s ease-out;
}

.facBtmBlock .moreReadBar .moreDown {
  font-weight: bold;
}

.facBtmBlock .moreReadBar .moreDown::before {
  border-width: 2px;
}

.moreReadBar.on {
  background: none;
  box-shadow: none;
  border-top: solid 1px #fff;
}

.moreReadBar.on .moreDown {
  background: none;
  color: #4d89d1;
}

.moreReadBar.on .moreDown::before {
  border-color: #4d89d1;
  transform: translate(0, calc(-50% + 3px)) rotate(-135deg);
}

.facBtmBlock .moreReadBar.on {
  border-top: solid 1px #59b395;
}

.facBtmBlock .moreReadBar.on .moreDown {
  color: #59b395;
}

.facBtmBlock .moreReadBar.on .moreDown::before {
  border-color: #59b395;
}

.fieldMsg>div {
  height: 100%;
}

.fieldMsg .thmb {
  display: none;
}


/* ロードアニメーション */
.loading {
  position: absolute;
  z-index: 903;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.loading .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.loading .animation span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.loading .animation div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.loading .animation div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  animation: anim4 1.5s linear infinite;
  border-radius: 100%;
  transform-origin: 3em 3em;
}

@keyframes anim4 {
  to {
    transform: rotate(360deg);
  }
}


@media screen and (min-width: 768px) {
  .srchRes .searchForm {
    flex-direction: row-reverse;
  }

  .srchRes .searchInput {
    padding-left: 15px;
  }

  .srchRes .searchInput input[type="text"] {
    min-height: 3rem;
    font-size: 1.3rem;
  }

  .srchRes .searchBtn {
    width: 3em;
    background: var(--svgGlassWhite), #999;
    background-size: 1em auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .srchRes .searchBtn label {
    min-height: 3rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .srchRes .adBaner {
    margin-bottom: 40px;
  }

  .corpBox .arrowList {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }

  .corpBox .btnList {
    min-width: 200px;
    max-width: 200px;
  }

  .corpBox .btnList li:nth-child(odd),
  .corpBox .btnList li:nth-child(even) {
    width: 100%;
  }

  .corpBox .btnList a,
  .corpBox .btnList label {
    font-size: 1.2rem;
  }

  .corpBox .btnList a:hover,
  .corpBox .btnList label:hover{
    opacity: 0.75;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    transition: all .25s 0s ease-in-out;
  }


  .corpBox .corpBtn a::before,
  .corpBox .corpBtn label::before {
    right: 0.75em;
  }
}


@media screen and (min-width: 768px) {
  .srchRes .searchBar .inner{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
  }

  .srchRes .searchFreeBar{
    margin: 0;
  }

  .srchRes .searchTerm{
    gap: 15px;
    grid-auto-flow: column;
    align-items: center;
    padding: 5px 10px;
    border: solid 1px #ccc;
  }

  .srchRes .searchTerm .sendBtn a,
  .srchRes .searchTerm p{
    font-size: 1.1rem;
  }
}