@charset "UTF-8";
.global__header__logo .jptitle__number {
  color: var(--color-green);
}
.global__header__logo .jptitle__number::first-letter {
  color: var(--color-white);
}
.global .common__photo .ttl_path span {
  position: relative;
}
.global .common__photo .ttl_path span::after {
  position: absolute;
  content: "©Fujiko Pro";
  z-index: 10;
  display: inline-block;
  bottom: -24px;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global .common__photo .ttl_path span::after {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .global .common__photo .ttl_path span::after {
    font-size: 10px;
  }
}
.global__info {
  width: 960px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 960px) {
  .global__info {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .global__info {
    margin: 0 auto 40px;
  }
}
.global__info dl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
.global__info dl dt {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__info dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .global__info dl dt {
    font-size: 18px;
  }
}
.global__info dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
@media only screen and (max-width: 430px) {
  .global__info dl dt {
    padding-left: 20px;
  }
}
.global__info dl dt::before {
  position: absolute;
  left: 0;
  content: "";
  z-index: 10;
  -webkit-mask-image: url(../../../assets/img/basic_yaji.svg);
          mask-image: url(../../../assets/img/basic_yaji.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 430px) {
  .global__info dl dt::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}
.global__info dl dt.perple::before {
  background-color: var(--color-perple);
}
.global__info dl dt.pink::before {
  background-color: var(--color-pink);
}
.global__info dl dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .global__info dl dd {
    font-size: 16x;
  }
}
@media only screen and (max-width: 430px) {
  .global__info dl dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
.global__info dl dd {
  text-align: justify;
}
.global__info dl dd.subtitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__info dl dd.subtitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .global__info dl dd.subtitle {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.global__info dl dd.subtitle {
  font-weight: 600;
}
.global__list {
  width: 960px;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .global__list {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .global__list {
    margin: 0 auto 40px;
  }
}
.global__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.global__list ul li {
  width: 48%;
  margin-bottom: 4%;
  /*padding: 28px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
}
.global__list ul li div p {
  /*text-align: right;*/
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__list ul li div p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .global__list ul li div p {
    font-size: 10px;
  }
}
.global__list ul li div p {
  margin-top: 8px;
}
.global__list ul li div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px var(--color-blue);
}
.global__list ul li div dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__list ul li div dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .global__list ul li div dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.global__list ul li div dl dt {
  font-weight: 700;
  position: relative;
  margin-bottom: 48px;
}
.global__list ul li div dl dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60px;
  height: 1px;
  margin-left: -30px;
  margin-bottom: -28px;
  background-color: var(--color-black);
}
.global__container {
  width: 960px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 960px) {
  .global__container {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .global__container {
    margin: 0 auto 40px;
  }
}
.global__container__attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__attention {
    font-size: 10px;
  }
}
.global__container__attention {
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .global__container__attention {
    margin: 0 auto 20px;
  }
}
.global__container__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5%;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .global__container__list {
    row-gap: 0;
  }
}
.global__container__list::after {
  content: "";
  display: block;
  width: 47.5%;
}
@media only screen and (max-width: 430px) {
  .global__container__list::after {
    width: 47.5%;
  }
}
.global__container__list li {
  width: 47.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5%;
  /*cursor: pointer;*/
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .global__container__list li {
    width: 47.5%;
  }
}
.global__container__listPhoto {
  /*margin-bottom: 20px;*/
  width: 60%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 430px) {
  .global__container__listPhoto {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.global__container__listCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.global__container__listCategory p {
  width: 47%;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__listCategory p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__listCategory p {
    font-size: 16px;
  }
}
.global__container__listCategory p.job-sogo {
  background-color: var(--color-yellow-green);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__listCategory p.job-sogo {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__listCategory p.job-sogo {
    font-size: 14px;
  }
}
.global__container__listCategory p.job-art {
  background-color: var(--color-perple);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__listCategory p.job-art {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__listCategory p.job-art {
    font-size: 14px;
  }
}
.global__container__listCategory p.job-year {
  background-color: var(--color-gray-light);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__listCategory p.job-year {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__listCategory p.job-year {
    font-size: 14px;
  }
}
.global__container__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global__container__list dl h5 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__list dl h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__list dl h5 {
    font-size: 15px;
  }
}
.global__container__list dl h5 {
  margin-bottom: 16px;
}
.global__container__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__list dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__list dl dt {
    font-size: 18px;
  }
}
.global__container__list dl dt {
  font-weight: 700;
}
.global__container__list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .global__container__list dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__list dl dd {
    font-size: 14px;
  }
}
.global__container__list dl dd {
  /*margin-bottom: 16px;*/
  /*border-bottom: solid 1px var(--color-black);*/
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .global__container__list dl dd {
    letter-spacing: 0;
  }
}
.global__container__list dl dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.global__container__listLine {
  padding: 16px 0;
}
.global__container__listText {
  text-align: justify;
}
.global__container__listMore {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.global__container__listMore span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__container__listMore span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .global__container__listMore span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.global__container__listMore span {
  font-weight: 700;
}
.global__message {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 960px) {
  .global__message {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .global__message {
    margin: 0 auto 40px;
    row-gap: 20px;
  }
}
.global__message__inner {
  border: solid 1px var(--color-blue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}
@media only screen and (max-width: 430px) {
  .global__message__inner {
    padding: 40px 20px 20px 20px;
  }
}
.global__message__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.global__message__inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .global__message__inner dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .global__message__inner dl dt {
    font-size: 18px;
  }
}
.global__message__inner dl dt {
  font-weight: 700;
}
.global__message__inner dl dt span {
  position: relative;
}
.global__message__inner dl dt span::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  /*background-image: url(../img/global_ttl_yellow.png);*/
  width: 120px;
  height: 66px;
  background-size: cover;
  background-position: center center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global__message__inner dl dt span.yellow::before {
  background-image: url(../img/global_ttl_yellow.png);
}
.global__message__inner dl dt span.blue::before {
  background-image: url(../img/global_ttl_blue.png);
}
.global__message__inner dl dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .global__message__inner dl dd {
    font-size: 16x;
  }
}
@media only screen and (max-width: 430px) {
  .global__message__inner dl dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
.global {
  /*
  &__list {
  	width: 960px;
  	margin: 0 auto;
  	box-sizing: border-box;
  	& ul {
  		display: flex;
  		flex-wrap: wrap;
  		column-gap: 4%;
  		& li {
  			width: 48%;
  			border: solid 1px var(--color-blue);
  			margin-bottom: 4%;
  			padding: 32px;
  			box-sizing: border-box;
  			display: flex;
  			justify-content: center;
  			background-color: var(--color-white);
  			& dl {
  				display: flex;
  				flex-direction: column;
  				align-items: center;
  				& dt {
  					@include txt-20-tight;
  					@include style-bold;
  					position: relative;
  					margin-bottom: 48px;
  					&::after {
  						position: absolute;
  						bottom: 0;
  						left: 50%;
  						content: '';
  						width: 60px;
  						height: 1px;
  						margin-left: -30px;
  						margin-bottom: -28px;
  						background-color: var(--color-black);
  					}
  				}
  			}
  		}
  	}
  }*/
}