@charset "UTF-8";
@font-face {
  font-family: "Abel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/abel-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Abel Regular"), local("Abel-Regular"), url("../fonts/abel-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/abel-v9-latin-regular.woff2") format("woff2"), url("../fonts/abel-v9-latin-regular.woff") format("woff"), url("../fonts/abel-v9-latin-regular.ttf") format("truetype"), url("../fonts/abel-v9-latin-regular.svg#Abel") format("svg");
  /* Legacy iOS */
}
main > * {
  position: relative;
  z-index: 10;
}

.creative-web {
  width: 1140px;
  height: auto;
  margin: 80px auto;
  padding: 14px;
  background-color: #fff;
}
.creative-web img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
}

#department .department-unit ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
#department .department-unit ul .dept {
  width: 50%;
  height: 300px;
}
#department .department-unit .heading {
  font-family: "Abel", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
}
#department .department-unit .sub-heading {
  font-family: "Abel", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
}
#department .department-unit .list-line-01 .gray,
#department .department-unit .list-line-03 .gray {
  background: rgb(255, 255, 255);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(200, 200, 200) 30%, rgb(200, 200, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cccccc", GradientType=1);
}
#department .department-unit .list-line-01 .light-gray,
#department .department-unit .list-line-03 .light-gray {
  background: rgb(221, 221, 221);
  background: linear-gradient(to right, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#ffffff", GradientType=1);
}
#department .department-unit .list-line-01 .light-gray .heading,
#department .department-unit .list-line-03 .light-gray .heading {
  text-align: right;
}
#department .department-unit .list-line-01 .light-gray .sub-heading,
#department .department-unit .list-line-03 .light-gray .sub-heading {
  text-align: right;
}
#department .department-unit .list-line-01 .light-gray .office,
#department .department-unit .list-line-03 .light-gray .office {
  text-align: right;
}
#department .department-unit .list-line-01 .light-gray .unit,
#department .department-unit .list-line-03 .light-gray .unit {
  text-align: right;
}
#department .department-unit .list-line-02 .gray,
#department .department-unit .list-line-04 .gray {
  background: rgb(255, 255, 255);
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(200, 200, 200) 30%, rgb(200, 200, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cccccc", GradientType=1);
}
#department .department-unit .list-line-02 .gray .heading,
#department .department-unit .list-line-04 .gray .heading {
  text-align: right;
}
#department .department-unit .list-line-02 .gray .sub-heading,
#department .department-unit .list-line-04 .gray .sub-heading {
  text-align: right;
}
#department .department-unit .list-line-02 .gray .office,
#department .department-unit .list-line-04 .gray .office {
  text-align: right;
}
#department .department-unit .list-line-02 .gray .unit,
#department .department-unit .list-line-04 .gray .unit {
  text-align: right;
}
#department .department-unit .list-line-02 .light-gray,
#department .department-unit .list-line-04 .light-gray {
  background: rgb(221, 221, 221);
  background: linear-gradient(to left, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#ffffff", GradientType=1);
}

/* sec 共通
------------------------------------------- */
.sec h1 {
  background: linear-gradient(135deg, #8aba29, #8aba29 60%, #1a9f3d);
  border-radius: 100%;
  color: #fff;
  height: 250px;
  margin: 3em auto;
  width: 250px;
}

.department {
  margin: 0 auto 100px;
  width: 80%;
}

#department > h1 {
  width: 325px;
  height: 325px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  animation: dep_circle 8s infinite;
  margin: 0px auto -60px;
  opacity: 0.8;
  font-weight: 300;
}

#department > h1 > span {
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#department > h1 > span > span {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

#department > .department {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.dept > a:hover {
  opacity: 0.4;
}

.dept h2,
.dept h3 {
  text-align: left;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  color: #000;
}

.dept h2 {
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 1;
}

.dept h3 {
  font-size: 40px;
  line-height: 42px;
}

.dept p {
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

.dept .office {
  padding: 10px 0;
  font-size: 20px;
  font-family: "Abel", sans-serif;
}

/* 2022/11/16 */
.dept_inner h3 {
  text-align: left;
}

.dept_name {
  margin: 30px 0 50px;
}

.dept_name,
.dept_txt {
  text-align: left;
}

.dept a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: block;
}

/* 部署紹介
------------------------------------------- */
.third_page .page_head {
  height: 142px;
}

.third_page {
  width: 1140px;
  margin: 95px auto 5em;
}

.third_page .department .h2_circle h2 {
  color: #fff;
  font-weight: normal;
  line-height: 250px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-family: "Abel", sans-serif;
}

@media (max-width: 480px) {
  #department .department-unit ul {
    flex-direction: column;
  }
  #department .department-unit ul .dept {
    width: 100%;
    height: 310px;
  }
  #department .department-unit .list-line-01 .gray .heading,
  #department .department-unit .list-line-03 .gray .heading {
    text-align: right;
  }
  #department .department-unit .list-line-01 .gray .sub-heading,
  #department .department-unit .list-line-03 .gray .sub-heading {
    text-align: right;
  }
  #department .department-unit .list-line-01 .gray .office,
  #department .department-unit .list-line-03 .gray .office {
    text-align: right;
  }
  #department .department-unit .list-line-01 .gray .unit,
  #department .department-unit .list-line-03 .gray .unit {
    text-align: right;
  }
  #department .department-unit .list-line-01 .light-gray .heading,
  #department .department-unit .list-line-03 .light-gray .heading {
    text-align: left;
  }
  #department .department-unit .list-line-01 .light-gray .sub-heading,
  #department .department-unit .list-line-03 .light-gray .sub-heading {
    text-align: left;
  }
  #department .department-unit .list-line-01 .light-gray .office,
  #department .department-unit .list-line-03 .light-gray .office {
    text-align: left;
  }
  #department .department-unit .list-line-01 .light-gray .unit,
  #department .department-unit .list-line-03 .light-gray .unit {
    text-align: left;
  }
  #department .department-unit .list-line-02 .gray .heading,
  #department .department-unit .list-line-04 .gray .heading {
    text-align: left;
  }
  #department .department-unit .list-line-02 .gray .sub-heading,
  #department .department-unit .list-line-04 .gray .sub-heading {
    text-align: left;
  }
  #department .department-unit .list-line-02 .gray .office,
  #department .department-unit .list-line-04 .gray .office {
    text-align: left;
  }
  #department .department-unit .list-line-02 .gray .unit,
  #department .department-unit .list-line-04 .gray .unit {
    text-align: left;
  }
  #department .department-unit .list-line-02 .light-gray .heading,
  #department .department-unit .list-line-04 .light-gray .heading {
    text-align: right;
  }
  #department .department-unit .list-line-02 .light-gray .sub-heading,
  #department .department-unit .list-line-04 .light-gray .sub-heading {
    text-align: right;
  }
  #department .department-unit .list-line-02 .light-gray .office,
  #department .department-unit .list-line-04 .light-gray .office {
    text-align: right;
  }
  #department .department-unit .list-line-02 .light-gray .unit,
  #department .department-unit .list-line-04 .light-gray .unit {
    text-align: right;
  }
  main {
    padding: 0;
  }
  .department {
    width: 100%;
  }
  .third_page .page_head {
    height: auto;
    margin-bottom: 0;
  }
  .third_page ul li {
    width: 100%;
  }
  .third_page ul li a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 10px auto 0;
  }
  .page_head {
    margin-bottom: 0;
  }
  .page_head__title {
    font-size: 1.65rem;
    margin-bottom: 60px;
  }
  .bg_anime {
    top: 7%;
    margin-left: 0;
  }
  #department > h1 {
    width: 190px;
    height: 190px;
  }
  #department > .department {
    flex-direction: column;
    margin: 50px auto 0;
    width: 100%;
  }
  .dept_name {
    margin: 0;
  }
  .department {
    margin: 0 auto 0;
  }
  .department .dept {
    width: 100%;
    height: 310px;
  }
  .department .dept a {
    padding: 20px 20px 0;
  }
  .dept:nth-of-type(3),
  .dept:nth-of-type(7) {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(200, 200, 200) 30%, rgb(200, 200, 200) 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(200, 200, 200) 30%, rgb(200, 200, 200) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(200, 200, 200) 30%, rgb(200, 200, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cccccc", GradientType=1);
  }
  .dept:nth-of-type(4) {
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(left, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(left, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgb(221, 221, 221) 0%, rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#ffffff", GradientType=1);
  }
  .third_page {
    margin: 9px auto;
    overflow: visible;
    padding: 0 20px 20px;
    width: calc(100% - 20px);
  }
  .third_page .department {
    margin: 0 auto;
    padding-top: 70px;
  }
  .third_page .department .inner {
    width: 100%;
  }
  .third_page .dept_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: -20px;
  }
  .third_page .department .inner .header {
    height: 220px;
  }
  .third_page .department .introduction-img {
    width: 100%;
    margin-top: 40px;
  }
  .third_page .department .h2_circle h2 {
    line-height: 170px;
  }
  .third_page .department .h2_circle {
    height: 170px;
    width: 170px;
    margin: 7em auto 0;
  }
  .third_page .department h1 {
    font-size: 20px;
    text-align: left;
  }
  .third_page .department .unit {
    padding-top: 0;
    font-size: 36px;
    text-align: left;
  }
  .third_page .department .office {
    padding-top: 0;
    font-size: 20px;
    text-align: left;
  }
  .third_page .department .inner .mgr {
    width: 100%;
    margin: 0;
  }
  .third_page .department .inner .introduction {
    width: 100%;
    padding-top: 0px;
  }
  .third_page .department .inner .order1 {
    order: 2;
  }
  .third_page .department .inner .order2 {
    order: 1;
  }
  .dept_inner h3 {
    font-size: 1.8rem;
  }
  .dept_inner .dept_name {
    font-size: 1.2rem;
    line-height: normal;
    padding: 20px 0 10px;
    text-align: left;
  }
  .third_page ul {
    flex-direction: column;
  }
  .third_page .department .introduction-img ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .third_page .department .introduction-img li:nth-of-type(1),
  .third_page .department .introduction-img li:nth-of-type(2) {
    width: 240px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .third_page .department .introduction-img li:nth-of-type(2) {
    margin: 0 0 20px auto;
  }
  .third_page .department-nav ul li {
    width: 100%;
  }
  .third_page .department-nav ul li:nth-last-of-type(2) {
    margin-left: 0;
  }
  .third_page .department-nav ul li:last-of-type {
    margin: 0;
  }
  .third_page .department-nav {
    width: 100%;
    margin: 40px auto 0;
  }
}
.dept .sales-unit {
  background-image: image-set(url("/img/department/sales/mgr.avif") type("image/avif"), url("/img/department/sales/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: right;
  background-size: 320px;
  height: 100%;
}
.dept .works-unit {
  background-image: image-set(url("/img/department/works/mgr.avif") type("image/avif"), url("/img/department/works/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: left;
  background-size: 320px;
  height: 100%;
}
.dept .design-unit {
  background-image: image-set(url("/img/department/design/mgr.avif") type("image/avif"), url("/img/department/design/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: right;
  background-size: 320px;
  height: 100%;
}
.dept .planning-unit {
  background-image: image-set(url("/img/department/planning/mgr.avif") type("image/avif"), url("/img/department/planning/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: left;
  background-size: 320px;
  height: 100%;
}
.dept .develop-unit {
  background-image: image-set(url("/img/department/develop/mgr.avif") type("image/avif"), url("/img/department/develop/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: right;
  background-size: 320px;
  height: 100%;
}
.dept .si-unit {
  background-image: image-set(url("/img/department/si/mgr.avif") type("image/avif"), url("/img/department/si/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: left;
  background-size: 320px;
  height: 100%;
}
.dept .ga-personnel_unit {
  padding-top: 40px;
  background-image: image-set(url("/img/department/ga-personnel/mgr.avif") type("image/avif"), url("/img/department/ga-personnel/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: right;
  background-size: 320px;
  height: 100%;
}
.dept .financial-unit {
  padding-top: 40px;
  background-image: image-set(url("/img/department/financial/mgr.avif") type("image/avif"), url("/img/department/financial/mgr.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: left;
  background-size: 320px;
  height: 100%;
}

@media (max-width: 480px) {
  .dept .sales-unit {
    background-image: image-set(url("/img/department/sales/mgr_sp.avif") type("image/avif"), url("/img/department/sales/mgr_sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 220px;
  }
  .dept .works-unit {
    background-image: image-set(url("/img/department/works/mgr_sp.avif") type("image/avif"), url("/img/department/sales/mgr_sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 220px;
  }
  .dept .design-unit {
    background-image: image-set(url("/img/department/design/mgr_sp.avif") type("image/avif"), url("/img/department/design/mgr_sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 220px;
  }
  .dept .planning-unit {
    background-image: image-set(url("/img/department/planning/mgr_sp.avif") type("image/avif"), url("/img/department/planning/mgr_sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 220px;
  }
  .dept .develop-unit {
    background-image: image-set(url("/img/department/develop/mgr-sp.avif") type("image/avif"), url("/img/department/develop/mgr-sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 220px;
  }
  .dept .si-unit {
    background-image: image-set(url("/img/department/si/mgr_sp.avif") type("image/avif"), url("/img/department/si/mgr_sp.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 220px;
  }
  .dept .ga-personnel_unit {
    padding-top: 40px;
    background-image: image-set(url("/img/department/ga-personnel/mgr-sp.avif") type("image/avif"), url("/img/department/ga-personnel/mgr.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 220px;
  }
  .dept .financial-unit {
    padding-top: 40px;
    background-image: image-set(url("/img/department/financial/mgr-sp.avif") type("image/avif"), url("/img/department/financial/mgr.webp") type("image/webp"));
    background-position: right 20px;
    background-size: 220px;
  }
}
/* piece
-------------------------------------------*/
.piece {
  background-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.piece01 {
  top: 18em;
  right: 8em;
  left: auto;
}

.piece02 {
  top: 23em;
  left: 8em;
}

.piece06 {
  top: 2000px;
  right: 160px;
  left: auto;
}

/* bg_anime
-------------------------------------------*/
.bg_anime {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 14%;
  transform: translateY(-15%);
}

.st0 {
  stroke: #747374;
  stroke-width: 0.6;
  fill-opacity: 0;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dep_line 0.6s linear 0s forwards;
}

@keyframes dep_line {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.third_page .department .h2_circle {
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  background-size: 600% 600%;
  transform: translateX(-50%);
  border-radius: 100%;
  height: 250px;
  margin: 20px auto 0;
  width: 250px;
  z-index: -999;
  animation: dep_circle 8s infinite;
}

@keyframes dep_circle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes link_arrow2 {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    background: #fff;
    transform: translateX(0) scale(100);
  }
}
@keyframes link_arrow3 {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #8aba29;
  }
}
/* 部署紹介
------------------------------------------- */
.third_page .page_head {
  height: 142px;
}

.third_page {
  width: 1140px;
  margin: 95px auto 5em;
}

.third_page .department .h2_circle h2 {
  color: #fff;
  font-weight: normal;
  line-height: 250px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-family: "Abel", sans-serif;
}

/* 2022/11/16 */
.third_page .department .inner {
  margin: -60px auto 0;
  width: 650px;
}

.third_page .department .inner .header {
  height: 270px;
  position: relative;
}

.third_page .department h1,
.third_page .department .unit,
.third_page .department .office {
  margin-bottom: 5px;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Abel", sans-serif;
}

.third_page .department h1 {
  color: #777;
  font-size: 30px;
  font-weight: normal;
}

.third_page .department .unit {
  padding-top: 10px;
  font-size: 50px;
  color: #000;
}

.third_page .department .office {
  padding-top: 10px;
  font-size: 20px;
  color: #777;
}

.third_page .dept_inner {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}

.third_page .department .inner .mgr {
  width: 250px;
}

.third_page .department .inner .introduction {
  width: 380px;
  padding-top: 50px;
}

.third_page .department .inner .mgr img {
  width: 100%;
  height: auto;
}

.third_page .department .introduction-img {
  width: 910px;
  margin: 0 auto 0;
}

.third_page .department .introduction-img ul {
  display: flex;
  justify-content: space-between;
}

.third_page .department .introduction-img li:nth-of-type(1),
.third_page .department .introduction-img li:nth-of-type(2) {
  width: 240px;
  margin-top: 60px;
}

.third_page .department .introduction-img li:nth-of-type(2) {
  margin-top: 10px;
}

.third_page .department .introduction-img li:nth-of-type(3) {
  width: 300px;
}

.third_page .department-nav {
  width: 910px;
  margin: 40px auto 60px;
}

.third_page .department-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.third_page .department-nav ul li {
  width: 220px;
}

.third_page .department-nav ul li a {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 45px;
  margin: 10px auto 0;
}

.third_page .department-nav ul li a div span {
  line-height: 35px;
}

.third_page .department-nav ul li a:hover {
  animation: link_arrow3 0.6s ease forwards 1;
}

.third_page .department-nav ul li a div {
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  border: none;
}

.third_page .department-nav a.jq_btn_arrow:hover div::after {
  animation: link_arrow2 0.6s ease forwards 1;
}

.third_page .dept_txt {
  text-align: justify;
}

@media (max-width: 480px) {
  main {
    padding: 0;
  }
  .department {
    width: 100%;
  }
  .third_page .page_head {
    height: auto;
    margin-bottom: 0;
  }
  .third_page ul li {
    width: 100%;
  }
  .third_page ul li a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 10px auto 0;
  }
  .page_head {
    margin-bottom: 0;
  }
  .page_head__title {
    font-size: 1.65rem;
    margin-bottom: 60px;
  }
  .third_page {
    margin: 9px auto;
    overflow: visible;
    padding: 0 20px 20px;
    width: calc(100% - 20px);
  }
  .third_page .department {
    margin: 0 auto;
    padding-top: 70px;
  }
  .third_page .department .inner {
    width: 100%;
  }
  .third_page .dept_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: -20px;
  }
  .third_page .department .inner .header {
    height: 220px;
  }
  .third_page .department .introduction-img {
    width: 100%;
    margin-top: 40px;
  }
  .third_page .department .h2_circle h2 {
    line-height: 170px;
  }
  .third_page .department .h2_circle {
    height: 170px;
    width: 170px;
    margin: 7em auto 0;
  }
  .third_page .department h1 {
    font-size: 20px;
    text-align: left;
  }
  .third_page .department .unit {
    padding-top: 0;
    font-size: 36px;
    text-align: left;
  }
  .third_page .department .office {
    padding-top: 0;
    font-size: 20px;
    text-align: left;
  }
  .third_page .department .inner .mgr {
    width: 100%;
    margin: 0;
  }
  .third_page .department .inner .introduction {
    width: 100%;
    padding-top: 0px;
  }
  .third_page .department .inner .order1 {
    order: 2;
  }
  .third_page .department .inner .order2 {
    order: 1;
  }
  .dept_inner h3 {
    font-size: 1.8rem;
  }
  .dept_inner .dept_name {
    font-size: 1.2rem;
    line-height: normal;
    padding: 20px 0 10px;
    text-align: left;
  }
  .third_page ul {
    flex-direction: column;
  }
  .third_page .department .introduction-img ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .third_page .department .introduction-img li:nth-of-type(1),
  .third_page .department .introduction-img li:nth-of-type(2) {
    width: 240px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .third_page .department .introduction-img li:nth-of-type(2) {
    margin: 0 0 20px auto;
  }
  .third_page .department-nav ul li {
    width: 100%;
  }
  .third_page .department-nav ul li:nth-last-of-type(2) {
    margin-left: 0;
  }
  .third_page .department-nav ul li:last-of-type {
    margin: 0;
  }
  .third_page .department-nav {
    width: 100%;
    margin: 40px auto 0;
  }
}