@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #EEE;
}

@media (min-width: 769px) {
  .only-pc {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

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

.contents {
  background: #FFF;
  min-height: 100dvh;
  flex: 1;
}
@media (min-width: 769px) {
  .contents {
    max-width: 900px;
    margin-inline: auto;
    box-shadow: 0 0 10px #333;
  }
}
@media (max-width: 768px) {
  .contents {
    width: 100%;
  }
}
.contents header {
  border-bottom: 1px solid #CCC;
}
@media (min-width: 769px) {
  .contents header .logo img {
    width: 270px;
    margin: 10px 0px 10px 12px;
  }
}
@media (max-width: 768px) {
  .contents header .logo img {
    width: 50vw;
    margin: 2vw 2vw 2vw 2vw;
  }
}
.contents h1 {
  display: flex;
  align-items: stretch;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents h1 {
    font-size: 1.6rem;
    line-height: 1.2;
    gap: 12px;
    margin: 20px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .contents h1 {
    font-size: 5.2vw;
    line-height: 1.2;
    gap: 2vw;
    margin: 2vw 2vw 0vw 2vw;
  }
}
.contents h1::before {
  content: "";
  background: #1D7400;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .contents h1::before {
    width: 9px;
  }
}
@media (max-width: 768px) {
  .contents h1::before {
    width: 1.5vw;
  }
}
@media (max-width: 768px) {
  .contents h1 br {
    display: none;
  }
}
.contents h1 .size70 {
  font-size: 70%;
  display: contents;
}
@media (max-width: 768px) {
  .contents h1 .size70 br {
    display: inline-block;
  }
}
.contents .bodytext-A {
  color: #333;
}
@media (min-width: 769px) {
  .contents .bodytext-A {
    font-size: 1rem;
    margin: 18px 20px 0px 20px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .contents .bodytext-A {
    font-size: 3.2vw;
    margin: 3.5vw 3vw 0vw 3vw;
    line-height: 130%;
  }
}
.contents .indent-A {
  text-indent: -1em;
  padding-left: 1em;
}
.contents .photo-A {
  text-align: center;
}
@media (min-width: 769px) {
  .contents .photo-A {
    margin: 25px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .contents .photo-A {
    margin: 3.5vw 3vw 0vw 3vw;
  }
}
.contents .photo-A .image {
  border: 4px solid #F5F5F5;
  overflow: hidden;
  position: relative;
}
.contents .photo-A .image img {
  width: 100%;
}
.contents .photo-A .text {
  text-align: center;
  background-color: #F5F5F5;
}
@media (min-width: 769px) {
  .contents .photo-A .text {
    font-size: 1rem;
    padding: 2px 8px 6px 8px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .contents .photo-A .text {
    font-size: 3.2vw;
    padding: 0.5vw 1vw 1vw 1vw;
    line-height: 130%;
  }
}
.contents .page-top {
  position: sticky;
  top: 100dvh;
}
@media (min-width: 769px) {
  .contents .page-top {
    width: 100%;
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .contents .page-top {
    width: 100%;
    margin-top: 8vw;
  }
}
.contents .page-top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.contents .page-top .inner .copyright {
  color: #B2B2B2;
}
@media (min-width: 769px) {
  .contents .page-top .inner .copyright {
    font-size: 0.6rem;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .contents .page-top .inner .copyright {
    font-size: 2vw;
  }
}
.contents .page-top .inner .copyright {
  line-height: 1;
}
.contents .page-top .inner .button img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .contents .page-top .inner .button img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .contents .page-top .inner {
    flex-direction: column; /* 狭い画面では縦並びにする */
    align-items: center; /* 中央寄せ */
    gap: 10px; /* 要素間の隙間 */
    text-align: center;
  }
}
.contents .textlinklist-A {
  list-style: none;
}
@media (min-width: 769px) {
  .contents .textlinklist-A {
    margin: 20px 40px 0px 40px;
  }
}
@media (max-width: 768px) {
  .contents .textlinklist-A {
    margin: 4vw 6vw 0vw 6vw;
  }
}
.contents .textlinklist-A li {
  border-bottom: 2px dotted #eee;
}
.contents .textlinklist-A li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}
.contents .textlinklist-A li a i {
  color: #007bff;
}
@media (min-width: 769px) {
  .contents .textlinklist-A li a i {
    margin-right: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .contents .textlinklist-A li a i {
    margin-right: 3vw;
    font-size: 3.5vw;
  }
}
@media (min-width: 769px) {
  .contents .textlinklist-A li a {
    font-size: 20px;
    border-radius: 8px;
    padding: 15px 0;
    transition: opacity 0.3s;
  }
  .contents .textlinklist-A li a:hover {
    opacity: 0.7;
  }
  .contents .textlinklist-A li a:hover i {
    transform: translateX(4px);
    transition: transform 0.3s;
  }
}
@media (max-width: 768px) {
  .contents .textlinklist-A li a {
    font-size: 4vw;
    border-radius: 8px;
    padding: 3vw 0;
  }
}
.contents .textlinklist-A li:last-child {
  border-bottom: none;
}
.contents .tabular-title {
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents .tabular-title {
    font-size: 1rem;
    margin: 30px 20px 4px 20px;
  }
}
@media (max-width: 768px) {
  .contents .tabular-title {
    font-size: 2.5vw;
    margin: 3.5vw 3vw 0.5vw 3vw;
  }
}
.contents .tabular {
  border: 1px solid #CCCCCC;
}
@media (min-width: 769px) {
  .contents .tabular {
    margin: 30px 20px 4px 20px;
  }
}
@media (max-width: 768px) {
  .contents .tabular {
    margin: 3.5vw 3vw 0.5vw 3vw;
  }
}
.contents .tabular input {
  display: none;
}
.contents .tabular label {
  display: block;
  position: relative;
  cursor: pointer;
}
.contents .tabular h2 {
  font-weight: bold;
  background-color: #CCCCCC;
  color: #FFFFFF;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .contents .tabular h2 {
    font-size: 22px;
    padding: 10px;
    padding-left: 1.6em;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .contents .tabular h2 {
    font-size: 3.7vw;
    padding: 2vw 2vw 2vw 2vw;
    padding-left: 1.6em;
    line-height: 130%;
  }
}
.contents .tabular .title-arrow::before {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contents .tabular .title-arrow::before {
    right: 18px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
}
@media (max-width: 768px) {
  .contents .tabular .title-arrow::before {
    right: 3vw;
    top: 3vw;
    width: 1.7vw;
    height: 1.7vw;
    border-top: 0.5vw solid #FFF;
    border-right: 0.5vw solid #FFF;
  }
}
.contents .tabular .switching {
  max-height: 0;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: max-height 1s ease-out;
}
@media (min-width: 769px) {
  .contents .tabular .toggle:checked + .title-arrow::before {
    top: 21px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .toggle:checked + .title-arrow::before {
    top: 3.7vw;
  }
}
.contents .tabular .toggle:checked + .title-arrow::before {
  transform: rotate(315deg) !important;
}
.contents .tabular .toggle:checked + .trigger + .switching {
  max-height: 100000px;
  transition: max-height 2s ease-in;
}
@media (min-width: 769px) {
  .contents .tabular .inner {
    margin: 20px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner {
    margin: 2vw 2vw 2vw 2vw;
  }
}
.contents .tabular .inner .title-block {
  background-color: #AAAAAA;
  margin: 0;
}
.contents .tabular .inner h3 {
  color: #FFFFFF;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents .tabular .inner h3 {
    padding: 10px 10px 4px 12px;
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner h3 {
    padding: 2vw 2vw 0vw 2vw;
    font-size: 3.4vw;
    line-height: 120%;
  }
}
@media (min-width: 769px) {
  .contents .tabular .inner h3 .number {
    margin: 0px 0px 0px 6px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner h3 .number {
    margin-left: 1vw;
  }
}
.contents .tabular .inner h3 .number span {
  font-weight: normal;
}
@media (min-width: 769px) {
  .contents .tabular .inner h3 .number span {
    font-size: 14px;
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner h3 .number span {
    font-size: 2.5vw;
    margin-left: 0.5vw;
  }
}
.contents .tabular .inner .info {
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .contents .tabular .inner .info {
    padding: 0px 10px 10px 12px;
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner .info {
    padding: 1vw 1vw 2vw 2vw;
    font-size: 3vw;
    line-height: 120%;
  }
}
.contents .tabular .inner .description {
  color: #333333;
}
@media (min-width: 769px) {
  .contents .tabular .inner .description {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner .description {
    font-size: 3vw;
    line-height: 120%;
  }
}
@media (min-width: 769px) {
  .contents .tabular .inner .description p {
    padding: 10px 10px 10px 12px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner .description p {
    padding: 2vw 2vw 2vw 2vw;
  }
}
.contents .tabular .inner .description p:nth-child(odd) {
  background: #F5F5F5;
}
.contents .tabular .inner .description p a {
  display: inline-block;
  position: relative;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 769px) {
  .contents .tabular .inner .description p a {
    font-size: 14px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner .description p a {
    font-size: 2.6vw;
    margin: 1.5vw 0vw 0vw 2vw;
    display: block;
  }
}
.contents .tabular .inner .description p a:after {
  content: "";
  display: inline-block;
}
@media (min-width: 769px) {
  .contents .tabular .inner .description p a:after {
    border: 4px solid transparent;
    border-left-color: #333;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -4px;
  }
}
@media (max-width: 768px) {
  .contents .tabular .inner .description p a:after {
    border: 1vw solid transparent;
    border-left-color: #333;
    position: absolute;
    left: -1.7vw;
    top: 50%;
    margin-top: -1vw;
  }
}
@media (min-width: 769px) {
  .contents .tabular .inner .description p a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
  }
}
.contents {
  /***** 業界ごとのカスタマイズ *****/
}
.contents .type-A {
  border: 1px solid #19ADED;
}
.contents .type-A h2 {
  background-color: #19ADED;
}
.contents .type-A .inner .title-block {
  background-color: #19ADED;
}
.contents .type-B {
  border: 1px solid #EA6058;
}
.contents .type-B h2 {
  background-color: #EA6058;
}
.contents .type-B .inner .title-block {
  background-color: #EA6058;
}
.contents .type-C {
  border: 1px solid #21B896;
}
.contents .type-C h2 {
  background-color: #21B896;
}
.contents .type-C .inner .title-block {
  background-color: #21B896;
}
.contents .type-D {
  border: 1px solid #F58656;
}
.contents .type-D h2 {
  background-color: #F58656;
}
.contents .type-D .inner .title-block {
  background-color: #F58656;
}
.contents .type-E {
  border: 1px solid #9F6AD3;
}
.contents .type-E h2 {
  background-color: #9F6AD3;
}
.contents .type-E .inner .title-block {
  background-color: #9F6AD3;
}
.contents .type-F {
  border: 1px solid #888888;
}
.contents .type-F h2 {
  background-color: #888888;
}
.contents .type-F .inner .title-block {
  background-color: #888888;
}
.contents .type-H {
  border: 1px solid #F771AA;
}
.contents .type-H h2 {
  background-color: #F771AA;
}
.contents .type-H .inner .title-block {
  background-color: #F771AA;
}
.contents .type-I {
  border: 1px solid #1E87DD;
}
.contents .type-I h2 {
  background-color: #1E87DD;
}
.contents .type-I .inner .title-block {
  background-color: #1E87DD;
}/*# sourceMappingURL=job_offer.css.map */