/* common-parts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl .pgttl-bgimg {
  position: relative;
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 1599px) {
  #page-ttl .pgttl-bgimg {
    height: 32.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 37.5rem;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    height: 300px;
  }
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1em;
  width: calc(82.8125vw + 10em);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__ttlstyle {
    margin-left: -10px;
  }
}
#page-ttl .pgttl-inner .__ttlstyle h2 {
  color: #fff;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}
#page-ttl .pgttl-inner .__ttlstyle h2 span.__en {
  font-size: 6em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .__ttlstyle h2 span.__en {
    font-size: 5.4em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__ttlstyle h2 span.__en {
    font-size: min(12vw, 4em);
  }
}
#page-ttl .pgttl-inner .__ttlstyle h2 span.__jp {
  display: block;
  margin-left: 0;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__ttlstyle h2 span.__jp {
    margin-top: 0.4em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #333333;
  padding: 0.2em 0;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs {
    padding: 0.4em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(82.8125vw + 11.2em);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs ul {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul {
    width: calc(100% - 40px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin: 0 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.content-wrap.__style01 {
  width: 82.5rem;
  margin: 0 auto;
  padding: 5rem;
  padding-top: 3em;
  padding-bottom: 4em;
  border: solid 1px #1a1a1a;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style01 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 {
    padding-top: 3.6em;
    padding-bottom: 4.8em;
  }
}
.content-wrap.__style01 h4 {
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style01 h4 {
    font-size: 1.375em;
  }
}
.content-wrap.__style01 h4 .__txtdeco.__marker {
  padding-left: 1em;
  padding-right: 1em;
}
.content-wrap.__style01 .content-list {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 .content-list {
    margin-top: 0;
  }
}
.content-wrap.__style01 .content-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 .content-list ul {
    display: block;
  }
}
.content-wrap.__style01 .content-list ul .content-list-item {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 .content-list ul .content-list-item {
    width: 75%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style01 .content-list ul .content-list-item {
    width: 100%;
  }
}
.content-wrap.__style01 .content-list ul .content-list-item .list-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style01 .content-list ul .content-list-item .list-img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 .content-list ul .content-list-item .list-img {
    aspect-ratio: 3/2;
  }
}
.content-wrap.__style01 .content-list ul .content-list-item .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.__style01 .content-list ul .content-list-item .list-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.75rem;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.content-wrap.__style01 .content-list ul .content-list-item .list-txt {
  margin-top: 1em;
}
.content-wrap.__style01 .content-list ul .content-list-item .list-txt h5 {
  font-family: "Shippori Mincho", serif;
  font-size: 2em;
}
@media screen and (max-width: 1599px) {
  .content-wrap.__style01 .content-list ul .content-list-item .list-txt h5 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style01 .content-list ul .content-list-item .list-txt h5 {
    font-size: 1.5em;
  }
}
.content-wrap.__style01 .content-list ul .content-list-item .list-txt p {
  margin-top: 0.4em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style01 .content-list ul .content-list-item .list-txt p {
    width: 100%;
  }
}
.content-wrap.__style02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style02 {
    display: block;
  }
}
.content-wrap.__style02 .content-txt {
  width: calc(100% - 31.875rem - 6.25rem);
}
@media screen and (max-width: 991px) {
  .content-wrap.__style02 .content-txt {
    width: 100%;
  }
}
.content-wrap.__style02 .content-txt .sec-ttl {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 .content-txt .sec-ttl {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .content-wrap.__style02 .content-txt .sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.content-wrap.__style02 .content-img {
  position: relative;
  width: 31.875rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style02 .content-img {
    width: 57.1875rem;
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 .content-img {
    width: 100vw;
    margin-left: -20px;
  }
}
.content-wrap.__style02 .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.__style02 .content-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.content-wrap.__style02.__img100 {
  display: block;
}
.content-wrap.__style02.__img100 .content-txt {
  width: 100%;
}
.content-wrap.__style02.__img100 .content-img {
  width: 100%;
  height: 30em;
  margin-top: 6em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__style02.__img100 .content-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02.__img100 .content-img {
    height: 20em;
    margin-left: 0;
  }
}
.content-wrap.__style02.__img100 .content-img::before {
  content: none;
}

.__table-style {
  overflow-x: auto;
}
.__table-style table, .__table-style td, .__table-style th {
  border: 1px solid #1a1a1a;
}
.__table-style table {
  width: 100%;
  border-collapse: collapse;
  min-width: -moz-max-content;
  min-width: max-content;
}
.__table-style th {
  background-color: #eeeeee;
  padding: 0.6em 1.875rem;
}
@media screen and (max-width: 991px) {
  .__table-style th {
    padding: 0.6em 1em;
  }
}
.__table-style td {
  padding: 1em 1.875rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .__table-style td {
    padding: 0.6em 1em;
  }
}
.__table-style td span.__small {
  font-size: 0.875em;
  padding-top: 0.1em;
}

@media screen and (max-width: 1199px) {
  section {
    padding-top: 13.75rem;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 60px;
  }
}

/* labor.html
---------------------------------------------------- */
.sec-labor_01 .ttl-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-labor_01 .ttl-wrap {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_01 .ttl-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_01 .ttl-wrap {
    display: block;
  }
}
.sec-labor_01 .ttl-wrap .sec-ttl-txt {
  width: calc(100% - 23em);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-labor_01 .ttl-wrap .sec-ttl-txt {
    width: calc(100% - 20em);
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_01 .ttl-wrap .sec-ttl-txt {
    width: calc(100% - 18em);
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_01 .ttl-wrap .sec-ttl-txt {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-labor_01 .content-wrap {
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-labor_01 .content-wrap {
    margin-top: 7.5rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_01 .content-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_01 .content-wrap {
    margin-bottom: 0;
  }
}

.sec-labor_02 .content-wrap .content-txt h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25em;
}
.sec-labor_02 .content-wrap .content-txt h5 {
  width: -moz-fit-content;
  width: fit-content;
  color: #28549c;
  line-height: 1.4em;
  padding: 0 0.48em 0.1em;
  border: solid 1px #28549c;
  border-radius: 4px;
  margin-bottom: 0.4em;
}
.sec-labor_02 .content-wrap .content-txt ul li {
  margin-top: 1.4em;
}

.sec-labor_03 {
  margin-top: 3em;
}
.sec-labor_03 .content-wrap .content-txt p {
  margin-bottom: 2em;
}
.sec-labor_03 .content-wrap .content-txt h5 {
  width: -moz-fit-content;
  width: fit-content;
  color: #28549c;
  line-height: 1.4em;
  padding: 0 0.48em 0.1em;
  border: solid 1px #28549c;
  border-radius: 4px;
}
.sec-labor_03 .content-wrap .content-txt ul li {
  margin-top: 1em;
}
.sec-labor_03 .content-wrap .content-img img {
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 991px) {
  .sec-labor_03 .content-wrap .content-img::before {
    left: initial;
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}

.sec-labor_04 {
  margin-top: 3em;
}
.sec-labor_04 .sec-ttl {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-labor_04 .sec-ttl {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_04 .sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sec-labor_04 .content-wrap p {
  margin-top: 2em;
}
.sec-labor_04 .content-wrap .__table-style {
  margin-top: 3em;
}
.sec-labor_04 .content-wrap .__table-style table tr td {
  height: 5em;
}
.sec-labor_04 .content-wrap .__table-style table tr td ul li {
  margin: 1em 0;
}

.sec-labor_05 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-labor_05 {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 {
    padding-bottom: 60px;
  }
}
.sec-labor_05 .sec-ttl {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .sec-ttl {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sec-labor_05 .flow-list {
  margin-top: 1em;
}
.sec-labor_05 .flow-list > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul {
    display: block;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul .flow-list-item {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .flow-list-item {
    width: 100%;
    margin: 30px 0;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item h4 {
  text-align: center;
  margin-bottom: 1em;
}
.sec-labor_05 .flow-list > ul .flow-list-item h4 .__txtdeco.__marker {
  background-color: #666666;
}
.sec-labor_05 .flow-list > ul .flow-list-item .list-icon {
  margin: 0 auto;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .list-icon {
    margin-bottom: 1.6em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .list-icon img {
  width: 100%;
  height: auto;
}
.sec-labor_05 .flow-list > ul .flow-list-item h5 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 1599px) {
  .sec-labor_05 .flow-list > ul .flow-list-item h5 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul .flow-list-item h5 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .flow-list-item h5 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item h5 {
    font-size: min(4.8vw, 1.375em);
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list {
  margin: 1em 0;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .onayami-list {
    margin: 1.4em 0;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item {
  display: flex;
  align-items: baseline;
  margin: 0.2em 0;
}
@media screen and (max-width: 1599px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item {
    font-size: 1em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item::before {
  flex-shrink: 0;
  display: block;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-right: 0.4em;
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item:nth-of-type(odd)::before {
  color: #28549c;
}
.sec-labor_05 .flow-list > ul .flow-list-item .onayami-list ul .onayami-list-item:nth-of-type(even)::before {
  color: #d25757;
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list .line-wrap {
  position: relative;
  width: 67.5%;
  height: 2em;
  border: solid 1px #1a1a1a;
  border-bottom: none;
  margin: 0 auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list .line-wrap {
    display: none;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list .line-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1em;
  width: 1px;
  height: 2em;
  background-color: #1a1a1a;
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul {
    display: block;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item .list-icon {
  width: 3em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item .list-icon {
    width: 5em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item .list-icon img {
  width: 100%;
  height: auto;
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p {
    margin-top: 0.6em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p span.__small {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p span.__small {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p span.__small {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .flow-list > ul .flow-list-item .agency-list ul .agency-list-item p span.__small {
    display: inline;
    margin-left: 0.4em;
  }
}
.sec-labor_05 .flow-list > ul .flow-list-item.__left .list-icon {
  width: 80%;
  max-width: 10em;
}
.sec-labor_05 .flow-list > ul .flow-list-item.__right .list-icon {
  width: 75%;
  max-width: 9em;
}
.sec-labor_05 .flow-list > ul .__arrow {
  width: 7.5rem;
  position: relative;
  color: #eeeeee;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .__arrow {
    width: 100%;
    height: 3em;
  }
}
.sec-labor_05 .flow-list > ul .__arrow .arrow-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .flow-list > ul .__arrow .arrow-inner {
    font-size: 3em;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.sec-labor_05 .flow-list > ul .__arrow .arrow-inner i {
  margin: 0 0.2em;
}
.sec-labor_05 .message-wrap {
  text-align: center;
  background-color: #eeeeee;
  padding: 3.75rem 0;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-labor_05 .message-wrap {
    padding: 6.25rem 0;
    margin-top: 10rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .message-wrap {
    text-align: left;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .message-wrap {
    padding: 3em 0;
    margin-top: 60px;
  }
}
.sec-labor_05 .message-wrap h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 991px) {
  .sec-labor_05 .message-wrap h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-labor_05 .message-wrap h4 {
    font-size: min(4.8vw, 1.25em);
  }
}
.sec-labor_05 .message-wrap p {
  margin-top: 1em;
}

/* social.html
---------------------------------------------------- */
.sec-social_01 .ttl-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-social_01 .ttl-wrap {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_01 .ttl-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-social_01 .ttl-wrap {
    display: block;
  }
}
.sec-social_01 .ttl-wrap .sec-ttl-txt {
  width: calc(100% - 23em);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-social_01 .ttl-wrap .sec-ttl-txt {
    width: calc(100% - 20em);
  }
}
@media screen and (max-width: 991px) {
  .sec-social_01 .ttl-wrap .sec-ttl-txt {
    width: calc(100% - 18em);
  }
}
@media screen and (max-width: 767px) {
  .sec-social_01 .ttl-wrap .sec-ttl-txt {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-social_01 .content-wrap {
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-social_01 .content-wrap {
    margin-top: 7.5rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_01 .content-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-social_01 .content-wrap {
    margin-bottom: 0;
  }
}

.sec-social_02 .sec-ttl {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-social_02 .sec-ttl {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_02 .sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sec-social_02 .content-wrap > p {
  margin-top: 2em;
}
.sec-social_02 .content-wrap .condition-list {
  margin-top: 1em;
  margin-bottom: 3em;
}
.sec-social_02 .content-wrap .condition-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-social_02 .content-wrap .condition-list ul .condition-list-item {
  color: #28549c;
  border-radius: 4px;
  border: solid 1px #28549c;
  width: calc(50% - 0.9375rem);
  padding: 0 2.5rem;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-social_02 .content-wrap .condition-list ul .condition-list-item {
    width: 100%;
    padding: 2em 1.6em;
    margin-top: 1em;
  }
}
.sec-social_02 .content-wrap .condition-list ul .condition-list-item h4 {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4em;
}
.sec-social_02 .content-wrap .condition-list ul .condition-list-item h4 span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.2em;
}
.sec-social_02 .content-wrap .condition-list ul .condition-list-item p {
  font-size: 0.9em;
  margin-top: 0.6em;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .sec-social_02 .content-wrap .condition-list ul .condition-list-item p {
    font-size: 1em;
  }
}
.sec-social_02 .content-wrap .__table-style {
  margin-top: 2em;
}
.sec-social_02 .content-wrap .__table-style table tr td {
  vertical-align: initial;
}
.sec-social_02 .content-wrap .__table-style table tr td ul li {
  margin: 1em 0;
}

.sec-social_03 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-social_03 {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_03 {
    padding-bottom: 60px;
  }
}
.sec-social_03 .sec-ttl {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .sec-ttl {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_03 .sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sec-social_03 .content-wrap p {
  margin-top: 2em;
}
.sec-social_03 .content-wrap .chart-content {
  overflow-x: auto;
  margin-top: 3em;
}
.sec-social_03 .content-wrap .chart-content .chart-wrap {
  min-width: 688px;
  border: solid 1px #1a1a1a;
}
.sec-social_03 .content-wrap .chart-content .chart-row {
  display: flex;
  align-items: center;
}
.sec-social_03 .content-wrap .chart-content .chart-row:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.sec-social_03 .content-wrap .chart-content .chart-row .left-wrap {
  text-align: center;
  width: 6em;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap {
  position: relative;
  z-index: 2;
  padding: 1.2em 0;
  width: calc(100% - 6em);
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label {
  text-align: center;
  border-radius: 50vh;
  padding: 0.36em 0 0.48em;
  margin: 0 1em;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__3-3 {
  width: 100%;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__2-6 {
  width: calc(16.6666666667% - 2em);
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__2-6 {
    width: calc(33.3333333333% - 2em);
  }
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__1-3 {
  width: calc(33.3333333333% - 2em);
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__color01 {
  background-color: #e4eeca;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__color02 {
  background-color: #f7d8b9;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .label-wrap .label.__color03 {
  background-color: #d0eaf3;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list {
  padding: 1em 0;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul {
  display: flex;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item {
  width: 33.3333333333%;
  text-align: center;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item .list-icon {
  width: 6em;
  margin: 0 auto;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item .list-icon img {
  width: 100%;
  height: auto;
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item p {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item p {
    margin-top: 0.6em;
  }
}
.sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item p span.__small {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item p span.__small {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 991px) {
  .sec-social_03 .content-wrap .chart-content .chart-row .right-wrap .jobtype-list ul .jobtype-list-item p span.__small {
    font-size: 0.9em;
  }
}
.sec-social_03 .content-wrap .chart-content .chart-row.__03 .right-wrap .label-wrap:nth-of-type(2) {
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .content-wrap .chart-content .chart-row.__03 .right-wrap .label-wrap:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .content-wrap .chart-content .chart-row.__03 .right-wrap .label-wrap:nth-of-type(2) .label {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-social_03 .content-wrap .chart-content .chart-row.__03 .right-wrap .label-wrap:nth-of-type(2) .label:nth-of-type(1) {
    margin-top: 0;
  }
}

/* topics.html
---------------------------------------------------- */
.sec-topics_01 {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-topics_01 {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-topics_01 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_01 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics_01 {
    padding-top: 20px;
  }
}
.sec-topics_01 .cate-list {
  background-color: #eeeeee;
}
.sec-topics_01 .cate-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
.sec-topics_01 .cate-list ul li {
  margin: 0.3em 0;
  margin-right: 0.6em;
}
.sec-topics_01 .cate-list ul li a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.24em 1.6em 0.36em;
}
.sec-topics_01 .cate-list ul li.__current a::before {
  transform: translate(-50%, -50%) scale(1);
}
.sec-topics_01 .cate-list ul li:last-of-type a {
  margin-right: 0;
}
.sec-topics_01 .cate-ttl {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-topics_01 .cate-ttl {
    width: 100%;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_01 .cate-ttl {
    margin-top: 60px;
  }
}
.sec-topics_01 .cate-ttl h3 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2em;
}
@media screen and (max-width: 1599px) {
  .sec-topics_01 .cate-ttl h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics_01 .cate-ttl h3 {
    font-size: 1.5em;
  }
}
.sec-topics_01 .topic-list {
  width: 82.5rem;
  margin: 0 auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-topics_01 .topic-list {
    width: 100%;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_01 .topic-list {
    margin-top: 60px;
  }
}
.sec-topics_01 .__paging {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-topics_01 .__paging {
    padding-top: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-topics_01 .__paging {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_01 .__paging {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics_01 .__paging {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.sec-topics_01 .__paging > span {
  width: 3em;
  height: 3em;
  margin: 0 0.625rem;
  font-size: 1.125em;
}
.sec-topics_01 .__paging > span.paging-text a {
  position: relative;
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}
.sec-topics_01 .__paging > span.paging-text a img {
  width: 0.4em;
  height: auto;
}
@media screen and (max-width: 991px) {
  .sec-topics_01 .__paging > span.paging-text a img {
    width: 0.48em;
  }
}
.sec-topics_01 .__paging > span.paging-text a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeeee;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.24s ease;
}
@media screen and (min-width: 992px) {
  .sec-topics_01 .__paging > span.paging-text a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sec-topics_01 .__paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #1a1a1a;
}
.sec-topics_01 .__paging > span.prev {
  width: auto;
  margin: 0 1em;
}
.sec-topics_01 .__paging > span.prev a {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all 0.2s ease;
}
.sec-topics_01 .__paging > span.prev a img {
  transform: scaleX(-1);
  margin-right: 0.6em;
}
.sec-topics_01 .__paging > span.prev a::before {
  content: none;
}
@media screen and (min-width: 992px) {
  .sec-topics_01 .__paging > span.prev a:hover {
    opacity: 0.6;
  }
}
.sec-topics_01 .__paging > span.next {
  width: auto;
  margin: 0 1em;
}
.sec-topics_01 .__paging > span.next a {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all 0.2s ease;
}
.sec-topics_01 .__paging > span.next a img {
  margin-left: 0.6em;
}
.sec-topics_01 .__paging > span.next a::before {
  content: none;
}
@media screen and (min-width: 992px) {
  .sec-topics_01 .__paging > span.next a:hover {
    opacity: 0.6;
  }
}

/* detail.html
---------------------------------------------------- */
.sec-topics_detail {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-topics_detail {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_detail {
    padding-bottom: 60px;
  }
}
.sec-topics_detail .topic-inner {
  width: 82.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-topics_detail .topic-inner {
    width: 100%;
  }
}
.sec-topics_detail .topic-info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.sec-topics_detail .topic-info .__date {
  width: 6em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-topics_detail .topic-info .__date {
    margin-right: 0;
  }
}
.sec-topics_detail .topic-info .__date p {
  font-size: 0.9em;
}
.sec-topics_detail .topic-info .__cate {
  width: 10em;
  margin-right: 2em;
  border-radius: 50vh;
  border: solid 1px #28549c;
  padding: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-topics_detail .topic-info .__cate {
    margin-right: 0;
  }
}
.sec-topics_detail .topic-info .__cate p {
  text-align: center;
  color: #28549c;
  font-size: 0.8125em;
}
.sec-topics_detail .topic-ttl {
  margin-top: 0.4em;
  padding-bottom: 1.875rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-topics_detail .topic-ttl {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_detail .topic-ttl {
    margin-top: 0.6em;
    padding-bottom: 20px;
  }
}
.sec-topics_detail .topic-ttl h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4em;
}
@media screen and (max-width: 1599px) {
  .sec-topics_detail .topic-ttl h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_detail .topic-ttl h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics_detail .topic-ttl h3 {
    font-size: 1.5em;
  }
}
.sec-topics_detail .topic-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.sec-topics_detail .topic-img .__img {
  width: calc(50% - 1.25rem);
  aspect-ratio: 3/2;
  flex-shrink: 0;
  margin-top: 2.5rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-topics_detail .topic-img .__img {
    width: 100%;
    margin-left: 0;
  }
}
.sec-topics_detail .topic-img .__img:nth-of-type(odd) {
  margin-left: 0;
}
.sec-topics_detail .topic-img .__img:nth-of-type(1) {
  margin-left: auto;
  margin-right: auto;
}
.sec-topics_detail .topic-img .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-topics_detail .topic-content {
  margin-top: 3em;
}
.sec-topics_detail .topic-file {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.sec-topics_detail .topic-file .__linkbtn {
  margin: 0.3em 0;
  margin-right: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-topics_detail .topic-file .__linkbtn {
    margin: 0.4em 0;
    margin-right: 0.8em;
  }
}
.sec-topics_detail .topic-file .__linkbtn a {
  width: 20em;
}
@media screen and (max-width: 1599px) {
  .sec-topics_detail .topic-file .__linkbtn a span.__icon {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1599px) {
  .sec-topics_detail .topic-file .__linkbtn a span.__txt {
    font-size: 0.9em;
  }
}
.sec-topics_detail .topic-file .__linkbtn a::before {
  width: 20em;
  height: 20em;
}
.sec-topics_detail .back-btn {
  padding-top: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-topics_detail .back-btn {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-topics_detail .back-btn {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics_detail .back-btn {
    padding-top: 4em;
    padding-bottom: 20px;
  }
}
.sec-topics_detail .back-btn .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* about.html
---------------------------------------------------- */
.sec-about_01 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1599px) {
  .sec-about_01 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_01 {
    padding-top: 60px;
  }
}
.sec-about_01 .content-wrap .content-txt .content-txt-inner ul {
  margin-top: 2em;
}
.sec-about_01 .content-wrap .content-txt .content-txt-inner ul li {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-about_01 .content-wrap .content-img img {
    -o-object-position: 12% 50%;
       object-position: 12% 50%;
  }
}

.sec-about_02 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1599px) {
  .sec-about_02 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_02 {
    padding-top: 60px;
  }
}
.sec-about_02 .content-wrap .content-txt .content-txt-inner ul {
  margin-top: 2em;
}
.sec-about_02 .content-wrap .content-txt .content-txt-inner ul li {
  display: flex;
  align-items: baseline;
  margin-top: 1em;
}
.sec-about_02 .content-wrap .content-txt .content-txt-inner ul li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.2em;
}

.sec-about_03 {
  background-color: #eeeeee;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-about_03 {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_03 {
    padding: 60px 0;
  }
}
.sec-about_03 .__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-about_03 .__inner {
    display: block;
  }
}
.sec-about_03 .__inner .sec-ttl {
  width: 20em;
}
@media screen and (max-width: 1199px) {
  .sec-about_03 .__inner .sec-ttl {
    width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_03 .__inner .sec-ttl {
    margin-bottom: 30px;
  }
}
.sec-about_03 .__inner .content-wrap {
  width: calc(100% - 20em - 3.75rem);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-about_03 .__inner .content-wrap {
    width: 100%;
  }
}
.sec-about_03 .__inner .content-wrap dl {
  display: flex;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1199px) {
  .sec-about_03 .__inner .content-wrap dl {
    margin-bottom: 0;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_03 .__inner .content-wrap dl {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_03 .__inner .content-wrap dl {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about_03 .__inner .content-wrap dl:nth-of-type(1) {
    border-top: solid 1px #fff;
  }
}
.sec-about_03 .__inner .content-wrap dl dt {
  width: 9em;
}
@media screen and (max-width: 767px) {
  .sec-about_03 .__inner .content-wrap dl dt {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
.sec-about_03 .__inner .content-wrap dl dd {
  width: calc(100% - 9em);
}
@media screen and (max-width: 767px) {
  .sec-about_03 .__inner .content-wrap dl dd {
    width: 100%;
  }
}
.sec-about_03 .__inner .content-wrap dl dd a {
  display: inline;
}
.sec-about_03 .__inner .content-wrap dl dd span.__small {
  font-size: 0.875em;
  padding-top: 0.1em;
}

.sec-about_04 {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-about_04 {
    padding-top: 7.5rem;
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sec-about_04 .sec-ttl {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-about_04 .sec-ttl {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_04 .sec-ttl {
    margin-bottom: 30px;
  }
}
.sec-about_04 .content-wrap .map-wrap {
  width: 100%;
  height: 30em;
}
@media screen and (max-width: 767px) {
  .sec-about_04 .content-wrap .map-wrap {
    height: 27em;
  }
}
.sec-about_04 .content-wrap .map-wrap iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-about_04 .content-wrap p {
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-about_04 .content-wrap p {
    line-height: 2em;
  }
}
.sec-about_04 .content-wrap p span.__small {
  font-size: 0.875em;
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .sec-about_04 .content-wrap p span.__small {
    display: block;
    margin-left: 0;
  }
}

/* staff.html
---------------------------------------------------- */
.sec-staff_01 {
  background-color: #eeeeee;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-staff_01 {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 {
    padding-top: 6.25rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-staff_01 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.sec-staff_01 .staff-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-staff_01 .staff-list > ul .staff-list-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 3.75rem;
  padding-top: 4em;
  padding-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-bottom: 3.6em;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name {
    display: block;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-illust {
  width: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-illust {
    width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-illust {
    margin: 0 auto;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-illust img {
  width: 100%;
  height: auto;
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name {
  width: calc(100% - 10rem - 3.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name {
    width: calc(100% - 12em - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name {
    width: 100%;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name .__label {
  font-size: 0.9em;
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4em;
  line-height: 1.4em;
}
@media screen and (max-width: 1599px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name h3 {
    font-size: 2em;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name h3 span.__small {
  font-size: 0.5em;
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-illust-name .list-name h3 span.__en {
  color: #666666;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.5em;
  margin-left: 1.6em;
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-info dl {
  display: flex;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl {
    margin-bottom: 0;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl:nth-of-type(1) {
    border-top: solid 1px #dddddd;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-info dl dt {
  width: 9em;
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl dt {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item .list-info dl dd {
  width: calc(100% - 9em);
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item .list-info dl dd {
    width: 100%;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item.__01 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__01 .list-illust-name .list-illust {
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__01 .list-illust-name .list-name h3 span.__en {
    display: block;
    margin-left: 0;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item.__01 .list-info {
  width: calc(100% - 10rem - 3.75rem);
  margin-left: auto;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__01 .list-info {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__01 .list-info {
    margin-top: 1.6em;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item.__02 {
  width: calc(50% - 1.25rem);
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__02 {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__02 .list-illust-name .list-illust {
    margin-bottom: 2.4em;
  }
}
.sec-staff_01 .staff-list > ul .staff-list-item.__02 .list-illust-name .list-name h3 span.__en {
  display: block;
  margin-left: 0;
}
.sec-staff_01 .staff-list > ul .staff-list-item.__02 .list-info {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-staff_01 .staff-list > ul .staff-list-item.__02 .list-info {
    margin-top: 1.6em;
  }
}/*# sourceMappingURL=sub.css.map */