/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:400,700&display=swap);
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/material-icons/iconfont/material-icons.css ***!
  \***********************************************************************************************************/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../875e558dcab064d09044.woff2) format("woff2"), url(../../99f5f7873c258c27e6e0.woff) format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../8fceb488a8e8c067bd02.woff2) format("woff2"), url(../../fba8609e4b3c9d5ee34c.woff) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../df007df86043c299e0bc.woff2) format("woff2"), url(../../a336ba1aae5ad2885a89.woff) format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../0bcd8feea15933f8f291.woff2) format("woff2"), url(../../3e1a2d27157c96e72eeb.woff) format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../90873ae9b9f6fbc69478.woff2) format("woff2"), url(../../668eb8a74d6d5bdf2047.woff) format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************/
@charset "UTF-8";
@media print, (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}
body {
  line-height: 1.68;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #707070;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.68;
    font-size: 19px;
  }
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

a {
  display: inline-block;
  jertical-align: top;
  color: #2f85ae;
  text-decoration: none;
  transition: opacity 0.4s ease-out;
}
a:hover {
  opacity: 0.7;
  color: #2f85ae;
}
a:focus {
  color: #2f85ae;
}

span {
  display: inline-block;
  vertical-align: top;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::-ms-input-placeholder {
  color: #707070;
}

body {
  overscroll-behavior: none;
}

main {
  overflow: hidden;
}

.container {
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.contents {
  padding: 20px;
}
.sideMenu + .contents__main {
  margin-left: 300px;
  padding: 40px 50px;
  padding-bottom: 100px;
}
.modal .sideMenu + .contents__main {
  margin: 0;
  padding: 0;
}

.sideMenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  background: #003705;
  color: #fff;
}
.modal .sideMenu {
  display: none;
}
.sideMenu__logo {
  padding: 30px;
}
.sideMenu__edit {
  margin: 0 20px 30px;
}
.sideMenu__editBtn {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 6px 15px;
  border: none;
  border-radius: 2px;
  background: #FCC800;
  text-align: center;
  transition: 0.2s ease-out;
  font-size: 14px;
  font-weight: bold;
  color: #003705;
}
.sideMenu__editBtn:hover, .sideMenu__editBtn:focus {
  background: #FCC800;
  color: #003705;
  opacity: 0.8;
}
.sideMenu__delBtn {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 6px 15px;
  border: none;
  border-radius: 2px;
  background: red;
  text-align: center;
  transition: 0.2s ease-out;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.sideMenu__delBtn:hover, .sideMenu__delBtn:focus {
  background: #fff;
  color: red;
  opacity: 1;
}
.sideMenu__heading {
  padding: 8px 20px 6px;
  border-top: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  color: #FCC800;
}
.sideMenu__list li {
  position: relative;
  margin: 0;
}
.sideMenu__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #fff;
}
.sideMenu__list li.-active a {
  color: #707070;
  pointer-events: none;
  text-decoration: none;
}
.sideMenu__list li.-active a span:before {
  display: none;
}
.sideMenu__list li.-active a span:after {
  color: #707070;
}
.sideMenu__list a {
  display: inline-block;
  margin: 0 20px;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.sideMenu__list a span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.sideMenu__list a span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 12px;
  bottom: 2px;
  height: 1px;
  background: #fff;
}
.sideMenu__list a span:after {
  content: "\e5df";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 0;
  font-size: 28px;
  color: #fff;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
}
.sideMenu__list:last-child li:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #fff;
}
.sideMenu__logout {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.sideMenu__logout a {
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.sideMenu__logout a span {
  position: relative;
  padding-right: 28px;
}
.sideMenu__logout a span:before {
  content: "\e9ba";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 0;
  font-size: 24px;
  color: fff;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
}

.message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.admin {
  font-size: 14px;
}
.admin .content {
  padding: 40px;
}
.admin .side-nav {
  min-height: 100vh;
  padding: 20px;
  font-size: 16px;
}
.admin h3 {
  font-size: 24px;
  font-weight: bold;
}
.admin .related h4 {
  margin-top: 40px;
}
.admin .paginator {
  margin-top: 8px;
}
.admin .table-responsive td.nowrap {
  white-space: nowrap;
}
.admin .related h4 {
  margin-bottom: 10px;
}

.form input,
.form select,
.form textarea {
  border-color: #707070;
}
.form legend {
  margin: 0 auto 40px;
  font-size: 24px;
}
.form__submitBtn {
  display: block;
  min-width: 110px;
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  text-align: center;
}
.form__submitBtn:last-child {
  margin-bottom: 0;
}
.form__submitBtn.-fixed {
  position: fixed;
  left: 300px;
  right: 0;
  bottom: 0;
  margin: 0;
}
.form__submitBtn--search {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.form__submitBtn--search .form__submitBtnInner:before {
  content: "\e8b6";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 38px;
  font-size: 28px;
  color: #003705;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.form__submitBtn--search .form__submitBtnInner:hover:before {
  opacity: 0.7;
}
.form__submitBtnInner {
  position: relative;
  display: inline-block;
}

.formBlock {
  display: flex;
  align-items: center;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.formBlock + .formBlock {
  margin-top: 40px;
}
.formBlock input[type=date], .formBlock input[type=text], .formBlock input[type=tel], .formBlock input[type=number], .formBlock input[type=email] {
  height: 52px;
  margin: 0;
  padding: 15px;
  font-size: 19px;
  border-radius: 0;
  border: 1px solid #707070;
}
.formBlock .checkbox label {
  margin: 0;
  font-weight: normal;
}
.formBlock .checkbox--inline {
  display: inline-block;
}
.formBlock__header {
  width: 200px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.formBlock__header span {
  position: relative;
}
.formBlock__header span.require:before {
  content: "※";
  line-height: 1;
  position: absolute;
  top: -0.8em;
  right: -0.6em;
  color: #FF0000;
  font-size: 16px;
}
.formBlock__body {
  flex: 1;
  margin: 0 10px;
}
.formBlock__body input[type=text],
.formBlock__body input[type=tel],
.formBlock__body input[type=number],
.formBlock__body textarea {
  padding: 15px;
  vertical-align: top;
}
.formBlock__body input[type=text]:last-child,
.formBlock__body input[type=tel]:last-child,
.formBlock__body input[type=number]:last-child,
.formBlock__body textarea:last-child {
  margin-bottom: 0;
}
.formBlock__body input[type=checkbox] {
  margin-right: 1rem;
}
.formBlock__body textarea {
  min-height: 262px;
  font-size: 19px;
}
.formBlock__body .radio {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.formBlock__body .radio label {
  position: relative;
  line-height: 1;
  margin: 0 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.formBlock__body .radio label:first-of-type {
  margin: 0 20px;
}
.formBlock__body .radio label input {
  display: none;
}
.formBlock__body .radio label:before {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #707070;
  border-radius: 90%;
  pointer-events: none;
}
.formBlock__body .radio label:after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 4px;
  width: 28px;
  height: 28px;
  background: #FCC800;
  border-radius: 90%;
  pointer-events: none;
}
.formBlock__body .radio label.-check:after {
  display: block;
}
.formBlock__body .checkbox {
  position: relative;
}
.formBlock__body .checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.formBlock__body .checkbox label input {
  display: none;
}
.formBlock__body .checkbox label:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  pointer-events: none;
}
.formBlock__body .checkbox label:after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(-45deg);
  pointer-events: none;
}
.formBlock__body .checkbox label.-check:before {
  background: #FCC800;
}
.formBlock__body .checkbox label.-check:after {
  display: block;
}
.formBlock--date input {
  max-width: 200px;
}
.formBlock--sns .formBlock__body {
  display: flex;
  align-items: center;
}
.formBlock--sns .input {
  display: flex;
  align-items: center;
}
.formBlock--sns .input:first-child input {
  width: 160px;
}
.formBlock--sns .input:last-child {
  flex: 1;
  margin-left: 30px;
}
.formBlock--sns label {
  margin: 0 20px 0 0;
  font-size: 19px;
  font-weight: normal;
  white-space: nowrap;
}
.formBlock--zipcode .input {
  display: flex;
}
.formBlock--zipcode .zipBlock {
  display: flex;
  align-items: center;
}
.formBlock--zipcode .zipBlock input {
  max-width: 140px;
}
.formBlock--zipcode .zipBlock span {
  display: block;
  margin: 0 20px;
}
.formBlock--zipcode .zipBlock .btn {
  display: block;
  min-width: 130px;
  max-width: 130px;
  margin: 0 0 0 20px;
  padding: 0;
}
.formBlock--prefecture .input {
  position: relative;
  width: 200px;
}
.formBlock--prefecture select {
  appearance: none;
  height: 52px;
  margin: 0;
  padding-right: 3rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23d1d1d1\" d=\"M0,0l6,8l6-8\"/></svg>") center right no-repeat;
  font-size: 19px;
}
.formBlock--prefecture select::-ms-expand {
  display: none;
}
.formBlock--prefecture select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23707070\" d=\"M0,0l6,8l6-8\"/></svg>");
}
.formBlock__checkboxInline .checkbox {
  display: inline-block;
}
.formBlock__checkboxInline .checkbox:nth-of-type(n+2) {
  margin-left: 40px;
}
.formBlock__between {
  display: flex;
  align-items: center;
}
.formBlock__between > div:nth-child(1), .formBlock__between > div:nth-child(3) {
  flex: 1;
}
.formBlock__between > div:nth-child(2) {
  margin: 0 20px;
}
.formBlock__tagBlock {
  overflow: auto;
  height: 188px;
  border: 1px solid #707070;
  padding: 18px;
}
.formBlock__tagBlock .checkbox label {
  font-size: 16px;
}
.formBlock__tagBlock .checkbox + .checkbox {
  margin-top: 8px;
}
.formBlock--select .input {
  position: relative;
}
.formBlock--select select {
  appearance: none;
  height: 52px;
  margin: 0;
  padding-right: 3rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23d1d1d1\" d=\"M0,0l6,8l6-8\"/></svg>") center right no-repeat;
  font-size: 19px;
}
.formBlock--select select::-ms-expand {
  display: none;
}
.formBlock--select select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23707070\" d=\"M0,0l6,8l6-8\"/></svg>");
}
.formBlock--talent {
  align-items: flex-start;
}
.formBlock--talent .formBlock__header {
  line-height: 52px;
}
.formBlock--talent .formBlock__body {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.formBlock--talent .formBlock__body > button {
  min-width: 100px;
  margin: 0 0 6px 20px;
  padding: 0;
  font-size: 14px;
  background: #fff;
  color: #707070;
  border: 1px solid #d1d1d1;
}
.formBlock--talent .formBlock__body > button.-hide {
  display: none;
}
.formBlock--talent .formBlock__body > button:hover {
  background: #fff;
  color: #707070;
  border: 1px solid #d1d1d1;
}
.formBlock--talent + .formBlock--talent {
  margin-top: 20px;
}
.formBlock--talent + .formBlock {
  margin-top: 20px;
}
.formBlock--talent + .formBlock__talent .formBlock__body {
  padding-bottom: 0;
}
.formBlock--talent + .formBlock__talent .btn {
  margin-top: -20px;
  margin-bottom: 0;
  border-bottom: none;
}
.formBlock__talent {
  flex: 1;
}
.formBlock__talent .btn {
  display: block;
  max-width: 270px;
  margin: 0 auto;
}
.formBlock__talent.-hide .formBlock__talentRow {
  display: none;
}
.formBlock__talentRow {
  display: flex;
  align-items: center;
}
.formBlock__talentRow + .formBlock__talentRow {
  margin-top: 20px;
}
.formBlock__talentRow div,
.formBlock__talentRow span,
.formBlock__talentRow input {
  font-size: 19px;
}
.formBlock__talentRow div {
  margin: 0 50px 0 0;
}
.formBlock__talentRow span {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formBlock__talentRow input {
  flex: 1;
}

.searchForm__heading {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #F2F2F2;
  border: 1px solid #707070;
  text-align: center;
  color: #707070;
}
.searchForm__heading:hover {
  color: #707070;
}
.searchForm__heading:focus {
  color: #707070;
}
.searchForm__heading:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  background-color: #707070;
  width: 18px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.searchForm__heading + form {
  padding: 50px 100px 0 20px;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.searchForm__heading.-active:before {
  clip-path: polygon(0 100%, 100% 100%, 50% 0%);
}
.searchForm__heading.-active + form {
  opacity: 1;
}

.uploadImage {
  position: relative;
  padding: 0 0 15px;
}
.uploadImage:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
}
.uploadImage--noborder {
  padding-bottom: 0;
}
.uploadImage--noborder:before {
  display: none;
}
.uploadImage__inner {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.uploadImage__file {
  flex: 1;
  margin: 0 10px;
}
.uploadImage__file.-hide {
  display: none;
}
.uploadImage__file label {
  display: none;
}
.uploadImage__file input[type=file] {
  margin-bottom: 0;
}
.uploadImage__fileImage.-hide {
  display: none;
}
.uploadImage__image {
  flex: 1;
  margin: 0 10px;
}
.uploadImage__image.-hide {
  display: none;
}
.uploadImage__image img {
  width: 100%;
  vertical-align: top;
}
.uploadImage__sort {
  margin: 0 10px;
}
.uploadImage__sort .input {
  display: flex;
  align-items: center;
}
.uploadImage__sort label {
  margin: 0 20px 0 0;
  font-size: 19px;
  font-weight: normal;
  white-space: nowrap;
}
.uploadImage__sort input {
  width: 86px;
  margin: 0;
}
.uploadImage__control {
  padding: 15px 0 0;
  text-align: right;
}
.uploadImage__control .button {
  margin: 0;
  padding: 0;
  width: 100px;
  border: 1px solid #d1f1f1;
  color: #707070;
}
.uploadImage__control .button:hover {
  border: 1px solid #d1f1f1;
}
.uploadImage__control .button.-hide {
  display: none;
}

body.-modalOpen {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 1003;
  transition: opacity 0.4s ease 0.2s;
}
.modal.-visible {
  display: block;
}
.modal.-show {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal__inner {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-height: 100%;
  background: none;
  padding: 54px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.modal__inner.-show {
  display: block;
}
.modal__content {
  overflow: auto;
  max-height: calc(100vh - 108px);
  background: #fff;
  padding: 40px;
  pointer-events: auto;
}
.modal #searchModal {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.modal .searchModal {
  position: relative;
}
.modal .searchModal__checkbox {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 11;
}
.modal .searchModal__checkbox input {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.modal .searchModal__checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  background: #fff;
  pointer-events: none;
}
.modal .searchModal__checkbox:after {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 18px;
  height: 8px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(-45deg);
  pointer-events: none;
}
.modal .searchModal__checkbox.-check:before {
  background: #FCC800;
}
.modal .searchModal__checkbox.-check:after {
  display: block;
}
.modal #searchAppearanceModal {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.modal .searchAppearanceModal {
  position: relative;
}
.modal #addTalentModal {
  max-width: 600px;
  border-radius: 5px;
}
.modal .addTalentModal {
  padding: 30px;
  background: #fff;
  pointer-events: auto;
}
.modal .addTalentModal input,
.modal .addTalentModal select {
  height: 52px;
  margin: 0;
}
.modal .addTalentModal__heading {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.modal .addTalentModal__search {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.modal .addTalentModal__search input {
  flex: 1;
}
.modal .addTalentModal__search a.btn {
  margin: 0 0 0 15px;
}
.modal .addTalentModal select {
  display: none;
  appearance: none;
  height: 52px;
  margin: 0;
  padding-right: 3rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23d1d1d1\" d=\"M0,0l6,8l6-8\"/></svg>") center right no-repeat;
  font-size: 19px;
}
.modal .addTalentModal select::-ms-expand {
  display: none;
}
.modal .addTalentModal select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23707070\" d=\"M0,0l6,8l6-8\"/></svg>");
}
.modal .addTalentModal select.-show {
  display: block;
}
.modal .addTalentModal__submit {
  display: none;
  max-width: 270px;
  margin: 15px auto 0;
  font-size: 16px;
}
.modal .addTalentModal__submit.-show {
  display: block;
}
.modal #listCheckModal {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.modal .listCheckModal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .listCheckModal__heading {
  margin-top: -20px;
  font-size: 30px;
  font-weight: bold;
}
.modal .listCheckModal__copyBtn {
  position: relative;
  margin-top: -20px;
}
.modal .listCheckModal__copyBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 18px;
  background: center center url(../../a1a4ea7f38fa789ef50a.svg) no-repeat;
  background-size: 16px 18px;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.modal .listCheckModal__copyBtn:hover:before {
  opacity: 0.7;
}
.modal .listCheckModal__copyBtn .btn {
  padding-right: 38px;
}
.modal .listCheckModal__inner {
  margin: 30px 0 0;
}
.modal .listCheckModal__inner pre {
  line-height: 1.68;
  margin: 0;
  padding: 20px 30px;
  border: 1px solid #707070;
  background: #fff;
  font-size: 16px;
}
.modal__closeBtn {
  text-align: center;
}
.modal__closeBtn .btn {
  line-height: 1;
  height: auto;
  min-width: 136px;
  margin: 0 auto;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
  transition: 0.2s ease-out;
}
.modal__closeBtn .btn:hover, .modal__closeBtn .btn:focus {
  background: #fff;
  color: #003705;
  opacity: 0.8;
}
.modal__closeIcon {
  position: absolute;
  top: 62px;
  right: 62px;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 90%;
  transform: translate(50%, -50%);
  pointer-events: auto;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.modal__closeIcon:hover {
  background: #fff;
  opacity: 0.9;
}
.modal__closeIcon:before, .modal__closeIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: #707070;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__closeIcon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__closeIcon span {
  display: none;
}

.pageNav {
  margin: 0 0 15px;
}
.pageNav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pageNav li {
  display: inline-block;
  margin-left: 30px;
}
.pageNav a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.pageNav a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  background-color: #707070;
  width: 14px;
  height: 18px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.pageNav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #707070;
}

.button,
.button:focus {
  background: #FCC800;
  border: none;
  transition: 0.2s ease-out;
  color: #003705;
}
.button:hover,
.button:focus:hover {
  background: #FCC800;
  border: none;
  color: #003705;
  opacity: 0.8;
}

.btn {
  display: inline-block;
  min-width: 178px;
  height: 52px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #FCC800;
  text-align: center;
  transition: 0.2s ease-out;
  font-size: 18px;
  font-weight: bold;
  color: #003705;
}
.btn:hover, .btn:focus {
  background: #FCC800;
  color: #003705;
  opacity: 0.8;
}
.btn--L {
  min-width: 270px;
}

.link {
  color: #707070;
}
.link:hover {
  opacity: 0.7;
}

.login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003705;
}
.login__inner {
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
  right: 0;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  max-width: 748px;
  margin-left: 20px;
  padding: 100px 20px 45px;
  text-align: center;
  backface-visibility: hidden;
}
.login__inner label,
.login__inner input,
.login__inner fieldset {
  margin: 0;
}
.login__inner fieldset {
  display: block;
}
.login__icon {
  margin-bottom: 60px;
  text-align: center;
}
.login__icon img {
  width: 100%;
  max-width: 208px;
}
.login__row {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  padding: 0 134px 0 20px;
  text-align: left;
}
.login__row label {
  min-width: 5em;
  margin-right: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #fff;
}
.login__row input {
  flex: 1;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
.login__error {
  position: relative;
  display: none;
  height: 0;
}
.login__error span {
  position: absolute;
  display: block;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 19px;
  color: #FF0000;
  text-align: center;
}
.login__error.-show {
  display: block;
}
.login__btn {
  position: relative;
  display: inline-block;
}
.login__btn:before {
  content: "\ea77";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 22px;
  font-size: 24px;
  color: #003705;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
}

.pageHeader {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: #003705;
}
.pageHeader__logo {
  margin-right: 20px;
}
.pageHeader__logo img {
  width: 66px;
}
.pageHeader__detail {
  flex: 1;
  color: #fff;
}
.pageHeader__name {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pageHeader__list {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
}
.pageHeader__list li {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.pageHeader__list li span {
  font-family: "Work Sans", sans-serif;
  position: relative;
  line-height: 1;
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.pageHeader__list li span:nth-child(1) {
  margin-right: 2px;
  background: #fff;
  font-size: 14px;
  color: #003705;
}
.pageHeader__info {
  margin-left: auto;
  color: #fff;
}
.pageHeader__info ul {
  margin: 0 0 10px;
  padding: 0;
  text-align: right;
}
.pageHeader__info li {
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.pageHeader__info p {
  font-family: "Work Sans", sans-serif;
  margin: 5px 0 0;
  padding: 0;
  font-size: 10px;
  color: #fff;
  transform: scale(0.8);
  transform-origin: right top;
}

#page-top {
  padding: 0 0 150px;
}
#page-top .listHead {
  margin: 20px 0;
}
#page-top .listHead__inner {
  position: relative;
}
#page-top .listHead__conditions {
  padding-top: 10px;
  padding-right: 100px;
}
#page-top .listHead__conditions p {
  display: flex;
}
#page-top .listHead__conditions p span {
  display: inline-block;
  font-size: 16px;
}
#page-top .listHead__conditions p span:nth-child(1) {
  margin-right: 6px;
}
#page-top .listHead__conditions p span:nth-child(2) {
  flex: 1;
}
#page-top .listHead__count {
  margin: 20px 0 0;
}
#page-top .listHead__count p {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
#page-top .listHead__count span {
  display: inline-block;
}
#page-top .listHead__count span:nth-child(1) {
  margin-right: 6px;
  padding-bottom: 2px;
  font-size: 16px;
}
#page-top .listHead__count span:nth-child(2) {
  flex: 1;
  font-size: 30px;
  font-weight: bold;
}
#page-top .listHead__changeView {
  position: absolute;
  top: 0;
  right: 5px;
  display: flex;
}
#page-top .listHead__changeView a {
  position: relative;
  display: inline-block;
}
#page-top .listHead__changeView a:nth-child(n+2) {
  margin-left: 15px;
}
#page-top .listHead__changeView a.-active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #707070;
  pointer-events: none;
}
#page-top .listHead__changeSort {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#page-top .listHead__changeSort > span {
  position: relative;
  line-height: 1;
  padding-left: 22px;
  font-size: 16px;
}
#page-top .listHead__changeSort > span:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background-color: #707070;
  width: 18px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#page-top .listHead__changeSort > div {
  line-height: 1;
}
#page-top .listHead__changeSort select {
  appearance: none;
  vertical-align: top;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#page-top .listHead__changeSort select::-ms-expand {
  display: none;
}
#page-top .list {
  margin: 30px 0 0;
}
#page-top .list .item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 12px;
}
#page-top .list .item__check {
  width: 36px;
  margin: 0;
}
#page-top .list .item__check input {
  display: block;
  margin: 0 auto 0 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}
#page-top .list .item__check:before {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  background: #fff;
  pointer-events: none;
}
#page-top .list .item__check:after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 7px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(-45deg);
  pointer-events: none;
}
#page-top .list .item__check.-check:before {
  background: #FCC800;
}
#page-top .list .item__check.-check:after {
  display: block;
}
#page-top .list .item__checkText {
  display: none;
}
#page-top .list .item__link {
  flex: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.4s ease;
}
#page-top .list .item__link:hover {
  opacity: 0.8;
}
#page-top .list .item__image {
  position: relative;
  min-height: 80px;
  width: 64px;
  margin-right: 15px;
  background-size: cover;
}
#page-top .list .item__image > span {
  position: relative;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  pointer-events: none;
}
#page-top .list .item__image > span:before {
  position: absolute;
  content: "\e40c";
  top: 50%;
  left: 50%;
  font-family: "Material Icons";
  font-size: 18px;
  color: #707070;
  transform: translate(-50%, -50%);
}
#page-top .list .item__image > span.-none:before {
  content: "\e5cd";
}
#page-top .list .item__image img {
  width: 100%;
  opacity: 0;
}
#page-top .list .item__image--noimage {
  background-size: 100% 100%;
}
#page-top .list .item__info {
  flex: 1;
}
#page-top .list .item__heading {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 0 0 8px;
  padding-top: 10px;
}
#page-top .list .item__heading span {
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}
#page-top .list .item__heading div {
  margin-left: 10px;
}
#page-top .list--type-box {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}
@media only screen and (max-width: 767px) {
  #page-top .list--type-box {
    margin: -20px -10px 0;
  }
}
#page-top .list--type-box .item {
  display: block;
  width: calc(20% - 40px);
  margin: 20px 20px 0;
  border: none;
}
@media print, (min-width: 768px) {
  #page-top .list--type-box .item {
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #page-top .list--type-box .item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
  }
}
#page-top .list--type-box .item__link {
  position: relative;
  display: block;
}
#page-top .list--type-box .item__check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  z-index: 11;
}
#page-top .list--type-box .item__check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#page-top .list--type-box .item__check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  background: #fff;
  pointer-events: none;
}
#page-top .list--type-box .item__check:after {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(-45deg);
  pointer-events: none;
}
#page-top .list--type-box .item__check.-check:before {
  background: #FCC800;
}
#page-top .list--type-box .item__check.-check:after {
  display: block;
}
#page-top .list--type-box .item__heading {
  display: block;
  margin: 0;
}
#page-top .list--type-box .item__heading span {
  display: block;
  margin-bottom: 10px;
}
#page-top .list--type-box .item__heading div {
  display: inline-block;
}
#page-top .list--type-box .item__heading div:first-of-type {
  margin-left: 0;
}
#page-top .list--type-box .item__info p {
  display: none;
}
#page-top .list--type-box .item__image {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  margin-right: 0;
  background: auto;
  background-size: cover;
  background-position: center;
}
#page-top .list--type-box .item__image img {
  opacity: 0;
}
#page-top .list--type-box .item__image--noimage {
  background-size: 100% 100%;
}
#page-top .listMoreBtn {
  margin: 30px auto 0;
  text-align: center;
}
#page-top .listMoreBtn.-hide {
  display: none;
}
#page-top .listMoreBtn__inner {
  position: relative;
  display: inline-block;
}
#page-top .listMoreBtn__inner:before {
  content: "\e8b6";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 22px;
  font-size: 28px;
  color: #003705;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#page-top .listMoreBtn__inner:hover:before {
  opacity: 0.7;
}
#page-top #list-more {
  display: block;
  margin: 0 auto;
  padding-right: 40px;
}
#page-top #list-more.-hide {
  display: none;
}
#page-top .fixedSelectedList {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #707070;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 11;
}
#page-top .fixedSelectedList.-show {
  pointer-events: auto;
  opacity: 1;
}
#page-top .fixedSelectedList__inner {
  display: flex;
  align-items: center;
  padding: 15px 40px;
}
#page-top .fixedSelectedList__inner p {
  flex: 1;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page-top .fixedSelectedList__inner button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 52px;
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #FCC800;
  font-size: 18px;
  font-weight: bold;
  color: #003705;
  transition: 0.2s ease-out;
}
#page-top .fixedSelectedList__inner button:hover, #page-top .fixedSelectedList__inner button:focus {
  background: #FCC800;
  color: #003705;
  opacity: 0.7;
}
#page-top .fixedSelectedList__btn {
  position: relative;
}
#page-top .fixedSelectedList__btn:before {
  content: "\e8b6";
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  right: 38px;
  font-size: 28px;
  color: #003705;
  transform: translateY(-50%);
  backface-visibility: hidden;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#page-top .fixedSelectedList__btn:hover:before {
  opacity: 0.7;
}
#page-top .sideMenu + .contents__main .fixedSelectedList {
  left: 300px;
}

#page-top-view {
  margin: 0;
  padding: 0;
}
#page-top-view .sideMenu + .contents__main {
  padding: 0;
}
#page-top-view .viewContent {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 40px 70px;
}
.modal #page-top-view .viewContent {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.modal #page-top-view {
  max-width: inherit;
  margin: 0;
  padding: 0 0 50px;
}
#page-top-view .intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
#page-top-view .intro .btnList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 20px;
}
#page-top-view .intro .btnList a:nth-child(n+2) {
  margin-left: 8px;
}
#page-top-view .intro .btnList__link {
  line-height: 1;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
}
#page-top-view .intro .btnList__link span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
#page-top-view .intro .btnList__link--edit {
  padding: 6px 15px;
  border-color: #FCC800;
  background: #FCC800;
}
#page-top-view .intro .btnList__link--edit span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: center center url(../../6faadc77deee29cb38a0.svg) no-repeat;
  background-size: 16px 16px;
}
#page-top-view .intro .btnList__link--view span {
  padding-right: 17px;
}
#page-top-view .intro .btnList__link--view span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 13px;
  height: 16px;
  background: center center url(../../6defc7a0b888594aa50e.svg) no-repeat;
  background-size: 13px 16px;
}
#page-top-view .intro .btnList__link--detail span:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 16px;
  height: 13px;
  background: center center url(../../f546e74fd9bbe995a50f.svg) no-repeat;
  background-size: 16px 13px;
}
#page-top-view .intro .btnList__link--pdf span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: center center url(../../608d0d9dd1360097bf5b.svg) no-repeat;
  background-size: 16px 16px;
}
#page-top-view .intro__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#page-top-view .intro__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
#page-top-view .intro__heading span {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
}
#page-top-view .intro__heading div {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-top-view .intro__detail {
  font-size: 16px;
}
#page-top-view .intro__detail p {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-size: 16px;
}
#page-top-view .intro__detail p span {
  display: inline-block;
  margin-right: 10px;
}
#page-top-view .intro__age, #page-top-view .intro__gender {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
#page-top-view .intro__gender {
  margin-left: 20px;
}
#page-top-view .intro__detailHeading {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background: #707070;
  color: #fff;
  white-space: nowrap;
}
#page-top-view .intro__detailHeading + span + .intro__detailHeading {
  margin-left: 5px;
}
#page-top-view .intro__right {
  max-width: 240px;
  text-align: right;
}
#page-top-view .intro__right p:first-child {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 24px;
  font-size: 25px;
  text-align: right;
}
#page-top-view .intro__right p:first-child:before {
  position: absolute;
  content: "\e40c";
  top: 50%;
  right: 0;
  font-family: "Material Icons";
  font-size: 22px;
  color: #707070;
  transform: translateY(-50%);
}
#page-top-view .intro__right p:first-child.-none:before {
  content: "\e5cd";
}
#page-top-view .intro__right ul {
  margin: 5px 0 15px;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
#page-top-view .intro__right ul li {
  margin: 0;
}
#page-top-view .imageList {
  margin: 30px auto;
}
#page-top-view .imageList__inner {
  display: -webkit-box;
  display: flex;
}
#page-top-view .imageList__main {
  text-align: center;
  flex: 1;
}
#page-top-view .imageList__thumb {
  width: 280px;
  margin-left: 20px;
}
#page-top-view .imageList__thumb ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
#page-top-view .imageList__thumb ul li {
  width: 125px;
  margin: 0 10px 20px;
}
#page-top-view .imageList__thumb ul a {
  position: relative;
  transition: opacity 0.4s ease;
}
#page-top-view .imageList__thumb ul a:hover {
  opacity: 0.7;
}
#page-top-view .imageList__thumb ul a.-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #FCC800;
  pointer-events: none;
}
#page-top-view .imageList__thumb img {
  width: 100%;
}
#page-top-view .imageList__download {
  margin: 20px 0 0;
}
#page-top-view .imageList__downloadBtn {
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
  transition: 0.2s ease-out;
}
#page-top-view .imageList__downloadBtn:hover, #page-top-view .imageList__downloadBtn:focus {
  background: #fff;
  color: #003705;
  opacity: 0.8;
}
#page-top-view .imageList__alert {
  margin-top: 15px;
  font-size: 16px;
  color: #C30000;
}
#page-top-view .imageList--pdf ul {
  overflow: hidden;
  margin-top: -20px;
  margin-right: -20px;
}
#page-top-view .imageList--pdf li {
  display: inline-block;
  float: left;
  margin: 20px 20px 0 0;
}
#page-top-view .imageList--pdf img {
  max-width: 100%;
}
#page-top-view .movieBlock {
  margin: 40px auto;
}
#page-top-view .movieBlock__inner {
  max-width: 560px;
  font-size: 16px;
}
#page-top-view .movieBlock__inner > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-top-view .movieBlock__heading span {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background: #707070;
  color: #fff;
  white-space: nowrap;
}
#page-top-view .movieBlock__iframe {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 0 0;
  padding-bottom: 56.25%;
}
#page-top-view .movieBlock__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#page-top-view .movieBlock--list {
  display: none;
}
#page-top-view .movieBlock--list > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-top-view .movieBlock--list a {
  font-size: 20px;
  text-decoration: underline;
}
#page-top-view .snsBlock {
  margin: 40px auto;
}
#page-top-view .snsBlock > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-top-view .snsBlock__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  line-height: 1;
}
#page-top-view .snsBlock__list:nth-child(n+2) {
  margin-top: 10px;
}
#page-top-view .snsBlock__list div {
  font-size: 20px;
}
#page-top-view .snsBlock__list div a {
  text-decoration: underline;
}
#page-top-view .detailTable__heading {
  margin: 100px 0 10px;
  font-size: 30px;
  font-weight: bold;
}
#page-top-view .detailTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
}
#page-top-view .detailTable table th, #page-top-view .detailTable table td {
  padding: 15px;
  border: 1px solid #707070;
  font-size: 16px;
}
#page-top-view .detailTable table th {
  width: 252px;
  background: #F2F2F2;
}
#page-top-view .detailTable table td {
  width: calc(100% - 252px);
}

#page-top-detail {
  margin: 0;
  padding: 0;
}
#page-top-detail .fontEn {
  font-family: "Work Sans", sans-serif;
}
#page-top-detail .viewContent {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 40px 70px;
}
#page-top-detail .imageList {
  margin: 30px auto;
}
#page-top-detail .imageList__inner {
  display: -webkit-box;
  display: flex;
}
#page-top-detail .imageList__main {
  text-align: center;
  flex: 1;
}
#page-top-detail .imageList__thumb {
  width: 370px;
  margin-left: 20px;
}
#page-top-detail .imageList__thumb ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
#page-top-detail .imageList__thumb ul li {
  width: 170px;
  margin: 0 10px 20px;
}
#page-top-detail .imageList__thumb ul a {
  position: relative;
  transition: opacity 0.4s ease;
}
#page-top-detail .imageList__thumb ul a:hover {
  opacity: 0.7;
}
#page-top-detail .imageList__thumb ul a.-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #FCC800;
  pointer-events: none;
}
#page-top-detail .imageList__thumb img {
  width: 100%;
}
#page-top-detail .imageList__download {
  margin: 20px 0 0;
}
#page-top-detail .imageList__downloadBtn {
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
  transition: 0.2s ease-out;
}
#page-top-detail .imageList__downloadBtn:hover, #page-top-detail .imageList__downloadBtn:focus {
  background: #fff;
  color: #003705;
  opacity: 0.8;
}
#page-top-detail .imageList__alert {
  margin-top: 15px;
  font-size: 16px;
  color: #C30000;
}
#page-top-detail .imageList--pdf ul {
  overflow: hidden;
  margin-top: -20px;
  margin-right: -20px;
}
#page-top-detail .imageList--pdf li {
  display: inline-block;
  float: left;
  margin: 20px 20px 0 0;
}
#page-top-detail .imageList--pdf img {
  max-width: 100%;
}
#page-top-detail .movieBlock {
  margin: 40px auto;
}
#page-top-detail .movieBlock__inner {
  max-width: 670px;
  margin: 0 auto;
  font-size: 16px;
}
#page-top-detail .movieBlock__inner > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-top-detail .movieBlock__iframe {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 0 0;
  padding-bottom: 56.25%;
}
#page-top-detail .movieBlock__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#page-top-detail .movieBlock--list {
  display: none;
}
#page-top-detail .movieBlock--list > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-top-detail .movieBlock--list a {
  font-size: 20px;
  text-decoration: underline;
}
#page-top-detail .spec {
  margin: 50px 0 0;
}
#page-top-detail .spec__heading {
  position: relative;
  margin: 0 0 30px;
}
#page-top-detail .spec__heading:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #003705;
}
#page-top-detail .spec__nameBlock {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 30px 0;
}
#page-top-detail .spec__name {
  margin: 0 30px 0 0;
  font-size: 30px;
  font-weight: bold;
}
#page-top-detail .spec__pdfLink {
  line-height: 1;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
}
#page-top-detail .spec__pdfLink span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
#page-top-detail .spec__pdfLink span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: center center url(../../608d0d9dd1360097bf5b.svg) no-repeat;
  background-size: 16px 16px;
}
#page-top-detail .spec__inlineBlock {
  display: flex;
  align-items: center;
}
#page-top-detail .spec__inlineBlock span:first-child {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 4px 5px;
  background: #707070;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#page-top-detail .spec__inlineBlock > div {
  line-height: 1;
  font-size: 16px;
}
#page-top-detail .spec__inlineBlock > div:nth-child(2n) {
  padding-top: 2px;
}
#page-top-detail .spec__inlineBlock > div:nth-child(2n+3) {
  margin-left: 30px;
}
#page-top-detail .spec__inlineBlock + .spec__inlineBlock {
  margin-top: 20px;
}
#page-top-detail .spec__listBlock {
  display: flex;
  margin-top: 20px;
}
#page-top-detail .spec__listBlock + .spec__listBlock {
  margin-top: 20px;
}
#page-top-detail .spec__listBlock > div:nth-child(1) {
  margin-right: 10px;
}
#page-top-detail .spec__listBlock > div:nth-child(2) {
  flex: 2;
  line-height: 1.25;
  padding: 2px 0;
  font-size: 16px;
}
#page-top-detail .spec__listBlock span {
  display: inline-block;
  line-height: 1;
  width: 100px;
  padding: 4px;
  background: #707070;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#page-top-detail .works {
  margin: 50px 0 0;
}
#page-top-detail .works__heading {
  position: relative;
  margin: 0 0 30px;
}
#page-top-detail .works__heading:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #003705;
}
#page-top-detail .works table {
  width: 100%;
  border: none;
}
#page-top-detail .works table th, #page-top-detail .works table td {
  border: none;
  padding: 0;
}
#page-top-detail .works table th {
  width: 100px;
  padding-top: 8px;
  text-align: center;
}
#page-top-detail .works table th span {
  display: inline-block;
  line-height: 1;
  width: 100px;
  padding: 4px;
  background: #707070;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#page-top-detail .works table td {
  font-size: 16px;
  padding: 2px 10px;
}
#page-top-detail .works table td > div {
  display: flex;
  flex-wrap: wrap;
}
#page-top-detail .works table td > div > div:nth-child(n+2) {
  margin-left: 10px;
}
#page-top-detail .works table td span {
  display: inline-block;
}
#page-top-detail .works table td .spec__hyphen {
  margin: 0 5px;
}

#page-top-pdf {
  margin: 0;
  padding: 0;
}
#page-top-pdf .pagePdf {
  position: relative;
  height: 100%;
  page-break-after: always;
}
#page-top-pdf .pagePdf__content {
  position: relative;
  padding: 30px 30px 80px;
}
#page-top-pdf .pagePdf__content--detail .pagePdf__left {
  padding-right: 30%;
}
#page-top-pdf .pagePdf__content--detail .pagePdf__right {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30%;
}
#page-top-pdf .pdfFooter {
  position: relative;
  height: 94px;
  margin-top: -94px;
}
#page-top-pdf .pdfFooter__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 98px;
  overflow: hidden;
  background: #003705;
  z-index: 1000;
}
#page-top-pdf .pdfFooter__logo {
  position: absolute;
  top: 34px;
  left: 30px;
}
#page-top-pdf .pdfFooter__logo img {
  width: 90px;
}
#page-top-pdf .pdfFooter__detail {
  position: absolute;
  top: 16px;
  left: 150px;
  color: #fff;
}
#page-top-pdf .pdfFooter__nameWrap {
  position: relative;
  line-height: 1;
  margin: 0;
  padding: 2px 0;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
#page-top-pdf .pdfFooter__nameWrap span {
  display: inline-block;
}
#page-top-pdf .pdfFooter__nameWrap span:nth-child(n+2) {
  margin-left: 10px;
}
#page-top-pdf .pdfFooter__name {
  font-size: 38px;
}
#page-top-pdf .pdfFooter__fname {
  margin-right: 18px;
  padding-top: 28px;
  font-size: 16px;
}
#page-top-pdf .pdfFooter__age {
  font-size: 38px;
}
#page-top-pdf .pdfFooter__url {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}
#page-top-pdf .pdfFooter__info {
  position: absolute;
  top: 12px;
  right: 130px;
  color: #fff;
}
#page-top-pdf .pdfFooter__info ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#page-top-pdf .pdfFooter__info li {
  line-height: 1;
  margin: 0 0 4px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#page-top-pdf .pdfFooter__info li:first-child {
  margin-bottom: 6px;
}
#page-top-pdf .footerQr {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 20px;
  z-index: 1001;
  line-height: 1;
  transform: translateY(-100%);
}
#page-top-pdf .footerQr__image {
  line-height: 1;
  width: 88px;
}
#page-top-pdf .imageList {
  margin: 0 auto 30px;
}
#page-top-pdf .imageList__inner {
  position: relative;
}
#page-top-pdf .imageList__main {
  position: relative;
  width: 50%;
  height: 820px;
}
#page-top-pdf .imageList__main img {
  opacity: 0;
}
#page-top-pdf .imageList__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-top-pdf .imageList__thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}
#page-top-pdf .imageList__thumb ul {
  position: relative;
}
#page-top-pdf .imageList__thumb li {
  position: absolute;
  width: 50%;
}
#page-top-pdf .imageList__thumb li > div {
  position: relative;
  margin: 0 0 0 20px;
  height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page-top-pdf .imageList__thumb li:nth-child(1) {
  top: 0;
  left: 0;
}
#page-top-pdf .imageList__thumb li:nth-child(2) {
  top: 0;
  left: 50%;
}
#page-top-pdf .imageList__thumb li:nth-child(3) {
  top: 400px;
  left: 0;
  display: none;
}
#page-top-pdf .imageList__thumb li:nth-child(3) > div {
  margin-top: 20px;
}
#page-top-pdf .imageList__thumb li:nth-child(4) {
  top: 400px;
  left: 50%;
  display: none;
}
#page-top-pdf .imageList__thumb li:nth-child(4) > div {
  margin-top: 20px;
}
#page-top-pdf .imageList__thumb img {
  display: none;
  width: 100%;
  opacity: 0;
}
#page-top-pdf .imageList__info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
}
#page-top-pdf .movieBlock {
  margin: 10px 0 0;
  padding: 0 30px 0 54px;
}
#page-top-pdf .movieBlock__heading {
  position: relative;
  margin: 0 0 6px;
}
#page-top-pdf .movieBlock__heading:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #003705;
}
#page-top-pdf .movieBlock__heading img {
  max-width: 100px;
}
#page-top-pdf .movieBlock__inner {
  margin-left: 23px;
  font-size: 18px;
}
#page-top-pdf .movieBlock__inner li {
  line-height: 1.25;
  margin: 1px 0 0;
  padding: 0;
}
#page-top-pdf .movieBlock__inner li a {
  position: relative;
  display: inline-block;
  color: #000;
}
#page-top-pdf .movieBlock__inner li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}
#page-top-pdf .spec {
  margin: 20px 0 0;
  padding: 0 30px 0 54px;
}
#page-top-pdf .spec__heading {
  position: relative;
  margin: 0 0 10px;
}
#page-top-pdf .spec__heading:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #003705;
}
#page-top-pdf .spec__heading img {
  max-width: 70px;
}
#page-top-pdf .spec__inner {
  margin-left: 23px;
  font-size: 18px;
}
#page-top-pdf .spec__inlineBlock {
  overflow: hidden;
}
#page-top-pdf .spec__inlineBlock > div {
  float: left;
}
#page-top-pdf .spec__inlineBlock span:first-child {
  display: inline-block;
  line-height: 1.25;
  margin: 0 10px 0 0;
  padding: 0 10px;
  background: #000;
  color: #fff;
  text-align: center;
}
#page-top-pdf .spec__inlineBlock > div {
  line-height: 1.25;
}
#page-top-pdf .spec__inlineBlock > div:nth-child(2n) {
  padding-top: 1px;
}
#page-top-pdf .spec__inlineBlock > div:nth-child(2n+3) {
  margin-left: 12px;
}
#page-top-pdf .spec__inlineBlock + .spec__inlineBlock {
  margin-top: 10px;
}
#page-top-pdf .spec__listBlock {
  display: flex;
  margin-top: 10px;
  font-size: 18px;
}
#page-top-pdf .spec__listBlock > div:nth-child(1) {
  margin-right: 10px;
}
#page-top-pdf .spec__listBlock > div:nth-child(2) {
  flex: 2;
  line-height: 1;
  margin-top: -1px;
}
#page-top-pdf .spec__listBlock span {
  display: inline-block;
  line-height: 1.25;
  min-width: 140px;
  padding: 0 20px;
  background: #000;
  color: #fff;
  text-align: center;
}
#page-top-pdf .works {
  margin: 10px 0 0;
  padding: 0 30px 0 54px;
}
#page-top-pdf .works__heading {
  position: relative;
  margin: 0 0 10px;
}
#page-top-pdf .works__heading:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #003705;
}
#page-top-pdf .works__heading img {
  max-width: 80px;
}
#page-top-pdf .works__inner {
  margin-left: 23px;
  font-size: 18px;
}
#page-top-pdf .works__name {
  display: inline-block;
  line-height: 1.25;
  min-width: 120px;
  padding: 0 20px;
  background: #000;
  color: #fff;
  text-align: center;
}
#page-top-pdf .works__name + span {
  display: inline-block;
  margin-top: -2px;
}
#page-top-pdf .works .spec__hyphen {
  margin: 0 5px;
}

#page-appearance .listHead {
  margin: 20px 0;
}
#page-appearance .listHead__inner {
  position: relative;
}
#page-appearance .listHead__conditions {
  padding-right: 100px;
}
#page-appearance .listHead__count {
  margin: 20px 0 0;
}
#page-appearance .listHead__changeView {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
#page-appearance .listHead__changeView a {
  display: inline-block;
}
#page-appearance .listHead__changeView a:nth-child(n+2) {
  margin-left: 10px;
}
#page-appearance .listHead__changeSort {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#page-appearance .listHead__changeSort > span {
  position: relative;
  padding-left: 22px;
}
#page-appearance .listHead__changeSort > span:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background-color: #707070;
  width: 18px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#page-appearance .listHead__changeSort select {
  appearance: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 19px;
}
#page-appearance .listHead__changeSort select::-ms-expand {
  display: none;
}
#page-appearance .list {
  margin: 20px 0 0;
}
#page-appearance .list .item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 12px;
}
#page-appearance .list .item__link {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
#page-appearance .list .item__link:hover {
  opacity: 0.8;
}
#page-appearance .list .item__image {
  width: 132px;
  margin-right: 15px;
  background: none;
}
#page-appearance .list .item__image img {
  width: 100%;
}
#page-appearance .list .item__info {
  flex: 1;
  font-size: 12px;
}
#page-appearance .list .item__heading {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 0 0 8px;
  padding-top: 10px;
}
#page-appearance .list .item__projectName {
  font-size: 16px;
}
#page-appearance .list .item__advertiser {
  margin-left: 10px;
}
#page-appearance .list .item__orderSource {
  margin-left: 20px;
}
#page-appearance #list-more {
  display: block;
  margin: 50px auto 0;
}
#page-appearance #list-more.-hide {
  display: none;
}

#page-appearance-view {
  margin: 0;
  padding: 0;
}
#page-appearance-view .sideMenu + .contents__main {
  padding: 0;
}
#page-appearance-view .viewContent {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 40px 70px;
}
.modal #page-appearance-view .viewContent {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.modal #page-appearance-view {
  max-width: inherit;
  margin: 0;
  padding: 0 0 50px;
}
#page-appearance-view .intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
#page-appearance-view .intro .btnList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 20px;
}
#page-appearance-view .intro .btnList a:nth-child(n+2) {
  margin-left: 8px;
}
#page-appearance-view .intro .btnList__link {
  line-height: 1;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
}
#page-appearance-view .intro .btnList__link span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
#page-appearance-view .intro .btnList__link--edit {
  padding: 6px 15px;
  border-color: #FCC800;
  background: #FCC800;
}
#page-appearance-view .intro .btnList__link--edit span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: center center url(../../6faadc77deee29cb38a0.svg) no-repeat;
  background-size: 16px 16px;
}
#page-appearance-view .intro .btnList__link--view span {
  padding-right: 17px;
}
#page-appearance-view .intro .btnList__link--view span:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 13px;
  height: 16px;
  background: center center url(../../6defc7a0b888594aa50e.svg) no-repeat;
  background-size: 13px 16px;
}
#page-appearance-view .intro .btnList__link--detail span:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 16px;
  height: 13px;
  background: center center url(../../f546e74fd9bbe995a50f.svg) no-repeat;
  background-size: 16px 13px;
}
#page-appearance-view .intro__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#page-appearance-view .intro__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
#page-appearance-view .intro__heading span {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
}
#page-appearance-view .intro__heading div {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-appearance-view .intro__detail {
  font-size: 16px;
}
#page-appearance-view .intro__right {
  max-width: 240px;
  text-align: right;
}
#page-appearance-view .intro__right p:first-child {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 25px;
  text-align: right;
}
#page-appearance-view .intro__right ul {
  margin: 5px 0 15px;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
#page-appearance-view .intro__right ul li {
  margin: 0;
}
#page-appearance-view .imageList {
  margin: 30px auto;
}
#page-appearance-view .imageList__inner {
  display: -webkit-box;
  display: flex;
}
#page-appearance-view .imageList__main {
  text-align: center;
  flex: 1;
}
#page-appearance-view .imageList__download {
  margin: 20px 0 0;
}
#page-appearance-view .imageList__downloadBtn {
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #003705;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #003705;
  transition: 0.2s ease-out;
}
#page-appearance-view .imageList__downloadBtn:hover, #page-appearance-view .imageList__downloadBtn:focus {
  background: #fff;
  color: #003705;
  opacity: 0.8;
}
#page-appearance-view .movieBlock {
  margin: 40px auto;
}
#page-appearance-view .movieBlock__inner {
  max-width: 560px;
  font-size: 16px;
}
#page-appearance-view .movieBlock__inner > p {
  margin: 0 0 5px;
  font-weight: bold;
}
#page-appearance-view .movieBlock__heading span {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background: #707070;
  color: #fff;
  white-space: nowrap;
}
#page-appearance-view .movieBlock__iframe {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 0 0;
  padding-bottom: 56.25%;
}
#page-appearance-view .movieBlock__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#page-appearance-view .personBlock {
  max-width: 820px;
  margin: 30px auto;
}
#page-appearance-view .personBlock__inner {
  display: flex;
  align-items: flex-start;
}
#page-appearance-view .personBlock__left {
  width: 140px;
}
#page-appearance-view .personBlock__left span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
}
#page-appearance-view .personBlock__left span:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 90%;
  background: #707070;
}
#page-appearance-view .personBlock__right {
  flex: 1;
}
#page-appearance-view .personBlock__list {
  display: flex;
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
#page-appearance-view .personBlock__list:first-of-type {
  margin-top: 0;
}
#page-appearance-view .personBlock__image {
  width: 64px;
  margin-right: 15px;
  background: none;
}
#page-appearance-view .personBlock__image img {
  width: 100%;
}
#page-appearance-view .personBlock__info {
  flex: 1;
  font-size: 12px;
}
#page-appearance-view .personBlock__note {
  display: flex;
  align-items: center;
}
#page-appearance-view .personBlock__guarantee {
  font-size: 16px;
}
#page-appearance-view .personBlock__adminNote {
  flex: 1;
  margin-left: 10px;
}
#page-appearance-view .personBlock__heading {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 0 0 8px;
  padding-top: 10px;
}
#page-appearance-view .personBlock__heading span {
  display: inline-block;
  font-size: 16px;
}
#page-appearance-view .personBlock__heading div {
  margin-left: 10px;
}
#page-appearance-view .adminNoteBlock {
  max-width: 820px;
  margin: 30px auto 0;
}
#page-appearance-view .adminNoteBlock__inner {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
#page-appearance-view .adminNoteBlock__left {
  width: 140px;
}
#page-appearance-view .adminNoteBlock__left span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
}
#page-appearance-view .adminNoteBlock__left span:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 90%;
  background: #707070;
}
#page-appearance-view .adminNoteBlock__right {
  flex: 1;
}

@media print {
  .sideMenu {
    display: none;
  }
  .sideMenu + .contents__main {
    margin: 0;
    padding: 20px;
  }

  #modal {
    display: none;
  }

  #page-top {
    padding: 0;
  }
  #page-top .searchForm {
    display: none;
  }
  #page-top .item__check {
    display: none;
  }
  #page-top .listMoreBtn {
    display: none;
  }
  #page-top .fixedSelectedList {
    display: none;
  }
  #page-top .listHead {
    margin-top: 0;
  }
  #page-top .list {
    display: block;
    margin-top: 20px;
  }
  #page-top .item {
    break-inside: avoid;
  }
  #page-top .list--type-box .item {
    float: left;
  }
  #page-top .list--type-box .item__image {
    height: 250px;
    padding-bottom: 0;
  }

  #page-appearance .searchForm {
    display: none;
  }
  #page-appearance .listHead {
    margin-top: 0;
  }
  #page-appearance .list .item {
    break-inside: avoid;
  }
}

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