@charset "UTF-8";
/***************　work　  ***************/
/***************　mixin　  ***************/
section {
  padding: 30px 10px;
}
@media screen and (min-width: 1025px) {
  section {
    padding: 40px 0;
  }
}
section p {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  section p {
    margin: 0 20px;
  }
}

/****indexページ****/
#index .bace-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 8px;
}
#index .bace-contents article {
  width: 100%;
  border-bottom: solid 1px #F2AC6B;
  padding-bottom: 10px;
}
#index .bace-contents article:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #index .bace-contents article {
    border-bottom: none;
    padding-bottom: 0;
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (min-width: 1025px) {
  #index .bace-contents article {
    width: calc((100% - 24px) / 4);
  }
}
#index .bace-contents article a {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#index .bace-contents article a h2 {
  font-size: 18px;
  color: #484848;
  line-height: 1;
  font-weight: 700;
  border-left: solid 5px #F2AC6B;
  padding: 2px 5px;
}
#index .bace-contents article a h2.shrink {
  letter-spacing: -0.07em;
}
#index .bace-contents article a figure {
  display: none;
}
@media screen and (min-width: 768px) {
  #index .bace-contents article a figure {
    display: inherit;
    width: 100%;
    overflow: hidden;
  }
  #index .bace-contents article a figure img {
    width: 100%;
    transition: 0.5s;
  }
}
#index .bace-contents article a ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
#index .bace-contents article a ul li {
  background-color: #F1D3B7;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
  color: #484848;
  line-height: 1;
}
#index .bace-contents article a:hover figure img {
  transform: scale(115%);
}

/****下層ページ****/
div[id$=architecture] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/architecture/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=architecture] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=architecture] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=architecture] {
    margin-top: -30px;
  }
}
div[id$=architecture] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=architecture] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=architecture] div {
    max-width: 75%;
  }
}
div[id$=architecture] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=architecture] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=car] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/car/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=car] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=car] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=car] {
    margin-top: -30px;
  }
}
div[id$=car] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=car] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=car] div {
    max-width: 75%;
  }
}
div[id$=car] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=car] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=machine] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/machine/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=machine] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=machine] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=machine] {
    margin-top: -30px;
  }
}
div[id$=machine] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=machine] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=machine] div {
    max-width: 75%;
  }
}
div[id$=machine] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=machine] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=electronics] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/electronics/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=electronics] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=electronics] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=electronics] {
    margin-top: -30px;
  }
}
div[id$=electronics] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=electronics] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=electronics] div {
    max-width: 75%;
  }
}
div[id$=electronics] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=electronics] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=it] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/it/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=it] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=it] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=it] {
    margin-top: -30px;
  }
}
div[id$=it] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=it] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=it] div {
    max-width: 75%;
  }
}
div[id$=it] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=it] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=game] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/game/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=game] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=game] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=game] {
    margin-top: -30px;
  }
}
div[id$=game] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=game] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=game] div {
    max-width: 75%;
  }
}
div[id$=game] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=game] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=finance] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/finance/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=finance] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=finance] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=finance] {
    margin-top: -30px;
  }
}
div[id$=finance] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=finance] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=finance] div {
    max-width: 75%;
  }
}
div[id$=finance] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=finance] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=medicalbiz] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/medicalbiz/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=medicalbiz] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=medicalbiz] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=medicalbiz] {
    margin-top: -30px;
  }
}
div[id$=medicalbiz] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=medicalbiz] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=medicalbiz] div {
    max-width: 75%;
  }
}
div[id$=medicalbiz] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=medicalbiz] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=world] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/world/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=world] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=world] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=world] {
    margin-top: -30px;
  }
}
div[id$=world] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=world] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=world] div {
    max-width: 75%;
  }
}
div[id$=world] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=world] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=tour] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/tour/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=tour] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=tour] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=tour] {
    margin-top: -30px;
  }
}
div[id$=tour] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=tour] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=tour] div {
    max-width: 75%;
  }
}
div[id$=tour] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=tour] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=hotel] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/hotel/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=hotel] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=hotel] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=hotel] {
    margin-top: -30px;
  }
}
div[id$=hotel] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=hotel] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=hotel] div {
    max-width: 75%;
  }
}
div[id$=hotel] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=hotel] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=government] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/government/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=government] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=government] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=government] {
    margin-top: -30px;
  }
}
div[id$=government] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=government] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=government] div {
    max-width: 75%;
  }
}
div[id$=government] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=government] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=beauty] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/beauty/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=beauty] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=beauty] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=beauty] {
    margin-top: -30px;
  }
}
div[id$=beauty] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=beauty] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=beauty] div {
    max-width: 75%;
  }
}
div[id$=beauty] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=beauty] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=ethte] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/ethte/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=ethte] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=ethte] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=ethte] {
    margin-top: -30px;
  }
}
div[id$=ethte] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=ethte] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=ethte] div {
    max-width: 75%;
  }
}
div[id$=ethte] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=ethte] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=food] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/food/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=food] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=food] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=food] {
    margin-top: -30px;
  }
}
div[id$=food] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=food] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=food] div {
    max-width: 75%;
  }
}
div[id$=food] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=food] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=fashion] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/fashion/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=fashion] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=fashion] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=fashion] {
    margin-top: -30px;
  }
}
div[id$=fashion] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=fashion] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=fashion] div {
    max-width: 75%;
  }
}
div[id$=fashion] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=fashion] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=childcare] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/childcare/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=childcare] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=childcare] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=childcare] {
    margin-top: -30px;
  }
}
div[id$=childcare] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=childcare] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=childcare] div {
    max-width: 75%;
  }
}
div[id$=childcare] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=childcare] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=welfare] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/welfare/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=welfare] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=welfare] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=welfare] {
    margin-top: -30px;
  }
}
div[id$=welfare] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=welfare] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=welfare] div {
    max-width: 75%;
  }
}
div[id$=welfare] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=welfare] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=sports] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/sports/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=sports] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=sports] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=sports] {
    margin-top: -30px;
  }
}
div[id$=sports] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=sports] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=sports] div {
    max-width: 75%;
  }
}
div[id$=sports] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=sports] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=broadcast] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/broadcast/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=broadcast] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=broadcast] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=broadcast] {
    margin-top: -30px;
  }
}
div[id$=broadcast] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=broadcast] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=broadcast] div {
    max-width: 75%;
  }
}
div[id$=broadcast] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=broadcast] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=artdesign] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/artdesign/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=artdesign] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=artdesign] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=artdesign] {
    margin-top: -30px;
  }
}
div[id$=artdesign] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=artdesign] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=artdesign] div {
    max-width: 75%;
  }
}
div[id$=artdesign] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=artdesign] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=anime] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/anime/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=anime] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=anime] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=anime] {
    margin-top: -30px;
  }
}
div[id$=anime] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=anime] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=anime] div {
    max-width: 75%;
  }
}
div[id$=anime] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=anime] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=animal] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/animal/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=animal] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=animal] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=animal] {
    margin-top: -30px;
  }
}
div[id$=animal] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=animal] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=animal] div {
    max-width: 75%;
  }
}
div[id$=animal] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=animal] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=healing] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/healing/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=healing] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=healing] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=healing] {
    margin-top: -30px;
  }
}
div[id$=healing] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=healing] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=healing] div {
    max-width: 75%;
  }
}
div[id$=healing] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=healing] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=medical] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/medical/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=medical] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=medical] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=medical] {
    margin-top: -30px;
  }
}
div[id$=medical] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=medical] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=medical] div {
    max-width: 75%;
  }
}
div[id$=medical] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=medical] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=environment] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/environment/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=environment] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=environment] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=environment] {
    margin-top: -30px;
  }
}
div[id$=environment] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=environment] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=environment] div {
    max-width: 75%;
  }
}
div[id$=environment] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=environment] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=teacher] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/teacher/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=teacher] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=teacher] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=teacher] {
    margin-top: -30px;
  }
}
div[id$=teacher] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=teacher] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=teacher] div {
    max-width: 75%;
  }
}
div[id$=teacher] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=teacher] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

div[id$=other] {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../work/other/images/header.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  div[id$=other] {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  div[id$=other] {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=other] {
    margin-top: -30px;
  }
}
div[id$=other] div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  div[id$=other] div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  div[id$=other] div {
    max-width: 75%;
  }
}
div[id$=other] div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  div[id$=other] div h1 {
    max-width: 1024px;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  #detail .bace-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: stretch;
    justify-content: space-around;
  }
}
#detail .bace-contents #main-contents {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #main-contents {
    width: 650px;
  }
}
#detail .bace-contents #main-contents #video-box {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #main-contents #video-box {
    margin-bottom: 40px;
  }
}
#detail .bace-contents #main-contents #video-box .video {
  width: 100%;
  max-width: 650px;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #main-contents #video-box .video {
    margin-bottom: 20px;
  }
}
#detail .bace-contents #main-contents #video-box .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
#detail .bace-contents #main-contents #video-box .btn-arrow {
  background: #00CF6E url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 10px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #main-contents #video-box .btn-arrow {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  #detail .bace-contents #main-contents #video-box .btn-arrow {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #main-contents #video-box .btn-arrow {
    margin: 0 20px;
  }
}
#detail .bace-contents #main-contents #video-box .btn-arrow a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#detail .bace-contents #main-contents #video-box .btn-arrow:hover {
  opacity: 0.5;
}
#detail .bace-contents #sc-movie {
  margin-bottom: 40px;
}
#detail .bace-contents #sc-movie h2 {
  background-color: #ff6e6e;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#detail .bace-contents #sc-movie h2::before {
  content: "\f0a6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#detail .bace-contents #sc-movie div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #sc-movie div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
#detail .bace-contents #sc-movie div article {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #sc-movie div article {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
#detail .bace-contents #sc-movie div article figure {
  width: 100%;
  overflow: hidden;
}
#detail .bace-contents #sc-movie div article figure img {
  width: 100%;
  margin-bottom: 10px;
  transition: 0.5s;
}
#detail .bace-contents #sc-movie div article figure figcaption {
  font-size: 14px;
  color: #6CC4E5;
  line-height: 1.5;
}
#detail .bace-contents #sc-movie div article h3 {
  font-size: 14px;
  color: #6CC4E5;
  line-height: 1.5;
  font-weight: normal;
}
#detail .bace-contents #sc-movie div article:hover figure img {
  transform: scale(115%);
}
#detail .bace-contents .page-link {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents .page-link {
    margin: 0 auto;
  }
}
#detail .bace-contents .page-link ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#detail .bace-contents .page-link ol li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#detail .bace-contents .page-link ol li:not(.contract) a {
  font-size: 14px;
  color: #484848;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents .page-link ol li:not(.contract) a {
    font-size: 18px;
  }
}
@media screen and (min-width: 2561px) {
  #detail .bace-contents .page-link ol li:not(.contract) a {
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
#detail .bace-contents .page-link ol li:not(.contract) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #ff6e6e;
  font-weight: 900;
}
#detail .bace-contents .page-link ol li:hover a {
  opacity: 0.75;
}
#detail .bace-contents .page-link ol li:hover:not(.contract) a::after {
  animation-name: page-link-hover;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes page-link-hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(50%);
  }
}
#detail .bace-contents .page-link ol .contract {
  width: 100%;
  background-color: #ffbb00;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents .page-link ol .contract {
    width: 200px;
  }
}
@media screen and (min-width: 2561px) {
  #detail .bace-contents .page-link ol .contract {
    width: 18%;
  }
}
#detail .bace-contents .page-link ol .contract a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents .page-link ol .contract a {
    font-size: 18px;
  }
}
@media screen and (min-width: 2561px) {
  #detail .bace-contents .page-link ol .contract a {
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
#detail .bace-contents .page-link ol .contract a::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #detail .bace-contents .page-link ol .contract a::before {
    height: 24px;
    width: 38px;
  }
}
#detail .bace-contents #content h2 {
  font-size: 24px;
  color: #F2AC6B;
  border-bottom: #CCCCCC solid 5px;
  position: relative;
  margin-bottom: 20px;
}
#detail .bace-contents #content h2::after {
  width: 200px;
  height: 5px;
  background-color: #F2AC6B;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #content h2::after {
    width: 300px;
  }
}
#detail .bace-contents #content .work-box {
  margin-bottom: 3px;
  background-color: #FFFEEB;
}
#detail .bace-contents #content .work-box:first-of-type {
  margin-top: 40px;
}
#detail .bace-contents #content .work-box h3 {
  height: 60px;
  background-color: #F1D3B7;
  font-size: 21px;
  color: #91765D;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #content .work-box h3 {
    font-size: 24px;
  }
}
#detail .bace-contents #content .work-box h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 0.75em;
  font-weight: 900;
  background-color: #ffffff;
  border-radius: 1em;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #content .work-box h3::after {
    right: 30px;
  }
}
#detail .bace-contents #content .work-box h3.long {
  font-size: 21px;
}
#detail .bace-contents #content .work-box h3.long::after {
  font-size: inherit;
}
#detail .bace-contents #content .work-box h3.long-s {
  font-size: 16px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #content .work-box h3.long-s {
    font-size: 21px;
  }
}
#detail .bace-contents #content .work-box h3.long-s::after {
  font-size: inherit;
  letter-spacing: normal;
}
#detail .bace-contents #content .work-box h3.close::after {
  transform: rotate(180deg) translateY(50%);
}
#detail .bace-contents #content .work-box h3:hover {
  opacity: 0.75;
}
#detail .bace-contents #content .work-box div {
  display: none;
  padding: 20px 10px 30px;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #content .work-box div {
    padding: 30px 20px 40px;
  }
}
#detail .bace-contents #content .work-box div h4 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}
#detail .bace-contents #content .work-box div h4.work-type {
  color: #91765D;
  margin: 20px 0 5px;
}
#detail .bace-contents #content .work-box div h4.salary, #detail .bace-contents #content .work-box div h4.chart {
  background-color: #FFB219;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 50vh;
  display: inline-block;
  margin: 30px 0 10px;
}
#detail .bace-contents #content .work-box div h4.salary::before, #detail .bace-contents #content .work-box div h4.chart::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#detail .bace-contents #content .work-box div h4.salary::before {
  content: "\f51e";
}
#detail .bace-contents #content .work-box div h4.chart::before {
  content: "\f080";
}
#detail .bace-contents #content .work-box div dl {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #content .work-box div dl {
    margin-top: 20px;
  }
}
#detail .bace-contents #content .work-box div dl dt {
  color: #333333;
}
#detail .bace-contents #content .work-box div dl dt::before {
  content: "●";
}
#detail .bace-contents #content .work-box div dl dd {
  color: #565656;
  margin-bottom: 10px;
  padding-left: 1em;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #content .work-box div dl dd:last-of-type {
    margin-bottom: 20px;
  }
}
#detail .bace-contents #content .work-box div span.source {
  font-size: 0.75em;
}
@media screen and (min-width: 1025px) {
  #detail .bace-contents #content .work-box div p {
    margin: 0;
  }
}
#detail .bace-contents #content .work-box div p.mt10 {
  margin: 10px 0 0;
}
#detail .bace-contents #content figure.chart-img, #detail .bace-contents #content figure.images-img {
  position: relative;
}
#detail .bace-contents #content figure.chart-img::before, #detail .bace-contents #content figure.images-img::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-size: 1em;
  color: #FFB219;
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  padding: 5px;
  z-index: 5;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #detail .bace-contents #content figure.chart-img::before, #detail .bace-contents #content figure.images-img::before {
    font-size: 1.5em;
    padding: 10px;
    right: 20px;
    bottom: 20px;
  }
}
#detail .bace-contents #content figure.chart-img .hover, #detail .bace-contents #content figure.images-img .hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
#detail .bace-contents #content figure.chart-img:hover::before, #detail .bace-contents #content figure.images-img:hover::before {
  background-color: #ffffff;
}
#detail .bace-contents #content figure.chart-img:hover .hover, #detail .bace-contents #content figure.images-img:hover .hover {
  opacity: 1;
  z-index: 2;
}
#detail .bace-contents #content figure.chart-img:nth-of-type(n+1), #detail .bace-contents #content figure.images-img:nth-of-type(n+1) {
  margin-top: 20px;
}

figure[class^=chart-] {
  width: 100%;
}
figure[class^=chart-] img {
  width: 100%;
}

figure.images-img {
  width: 50%;
  margin: 10px auto;
}
figure.images-img img {
  width: 100%;
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 120px;
  }
}
.modaal-close {
  top: 80px;
}
@media screen and (min-width: 768px) {
  .modaal-close {
    top: 90px;
  }
}

.modaal-close:after,
.modaal-close:before,
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background-color: #FFB219;
}

aside {
  width: 100%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  aside {
    max-width: 350px;
    margin-bottom: 40px;
  }
}
aside section {
  padding: 0;
  margin-bottom: 20px;
}
aside section#field-co h2 {
  background-color: #ED7780;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
aside section#field-co h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 3px;
}
aside section#field-co .field_list li {
  border-bottom: #DEDEDE solid 1px;
  padding-bottom: 15px;
  position: relative;
  transition: ease-in 0.2s;
  /*hoverした際の形状*/
}
aside section#field-co .field_list li a {
  padding: 15px 15px 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
aside section#field-co .field_list li a svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  fill: #ED7780;
}
aside section#field-co .field_list li span {
  display: inline-block;
  background-color: #FFE32D;
  border-radius: 3px;
  padding: 5px;
  font-size: 10px;
  color: #565656;
  margin-left: 59px;
  position: relative;
  z-index: 3;
}
aside section#field-co .field_list li::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #ED7780; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
aside section#field-co .field_list li:hover a {
  color: #fff;
}
aside section#field-co .field_list li:hover a svg {
  fill: #fff;
}
aside section#field-co .field_list li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
aside section#field-sp h2 {
  background-color: #3C9B7E;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
aside section#field-sp h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 3px;
}
aside section#field-sp .field_list li {
  border-bottom: #DEDEDE solid 1px;
  padding-bottom: 15px;
  position: relative;
  transition: ease-in 0.2s;
  /*hoverした際の形状*/
}
aside section#field-sp .field_list li a {
  padding: 15px 15px 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
aside section#field-sp .field_list li a svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  fill: #3C9B7E;
}
aside section#field-sp .field_list li span {
  display: inline-block;
  background-color: #FFE32D;
  border-radius: 3px;
  padding: 5px;
  font-size: 10px;
  color: #565656;
  margin-left: 59px;
  position: relative;
  z-index: 3;
}
aside section#field-sp .field_list li::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #3C9B7E; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
aside section#field-sp .field_list li:hover a {
  color: #fff;
}
aside section#field-sp .field_list li:hover a svg {
  fill: #fff;
}
aside section#field-sp .field_list li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
aside .sc-link {
  width: calc(100% - 20px);
  margin: 0 auto 20px;
  border-radius: 5px;
  border: #ccc solid 1px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  aside .sc-link {
    width: 100%;
    margin: 0 0 20px;
  }
}
aside .sc-link h2 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
aside .sc-link h2 svg {
  fill: #fff;
  margin-right: 5px;
}
aside .sc-link p {
  padding: 0 10px 10px;
}
aside .sc-link ul {
  padding: 20px 10px 10px;
}
aside .sc-link ul li {
  margin-bottom: 10px;
}
aside .sc-link ul li a {
  color: #005bbb;
}
aside .sc-link ul li a:hover {
  opacity: 0.5;
}
aside .sc-link#movie h2,
aside .sc-link#movie p {
  background-color: #6CC4E5;
}
aside .sc-link#movie svg {
  width: 17px;
  height: 16px;
}
aside .sc-link#pamph h2,
aside .sc-link#pamph p {
  background-color: #A9D150;
}
aside .sc-link#pamph svg {
  width: 24.62px;
  height: 16px;
}
aside .sc-link#milsil h2 {
  background-color: #4672cb;
}
aside .sc-link#milsil li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
aside .sc-link#milsil li a img {
  width: 80px;
}
aside .sc-link#milsil li:not(:last-of-type) {
  margin-bottom: 10px;
}
aside .btn-omakase {
  width: calc(100% - 20px);
  margin: 0 auto 30px;
  height: 60px;
  background-size: auto auto;
  background-color: rgb(204, 51, 51);
  background-image: repeating-linear-gradient(105deg, transparent, transparent 3px, rgba(255, 255, 255, 0.25) 3px, rgba(255, 255, 255, 0.25) 4px);
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  aside .btn-omakase {
    width: 100%;
    margin: 0;
  }
}
aside .btn-omakase a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
aside .btn-omakase a img {
  width: 23.28px;
  height: 24px;
  margin-right: 5px;
}
aside .btn-omakase:hover {
  opacity: 0.75;
}