/*lp.css*/
body#department {
  font-size: 14px !important;
  color: #222222;
}
body#department * {
  font-family: "Noto Sans JP", sans-serif;
}
body#department main {
  background: #fff;
  margin-top: 0;
}
body#department a:hover {
  color: inherit;
  text-decoration: none;
}

#image.department-mv {
  width: auto;
  margin: auto;
  clear: both;
  background-image: url(../img/department/mv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
  text-align: center;
}

.department-contents-wrap, .department-bns {
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .department-contents-wrap, .department-bns {
    padding: 0 10px;
  }
}

#header24 .header_wrap .header_link li.news {
  padding-top: 0;
  padding-bottom: 0;
}

#head {
  padding: 72px 0 0;
  text-align: center;
}
#head h2 {
  font-size: 36px;
  font-weight: bold;
  color: #065EAA;
  margin-bottom: 30px;
}
#head h2 + p {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
#head h2 + p span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  display: inline-block;
}

.department-pagelink {
  padding: 60px 0 80px 0;
}
.department-pagelink .department-pagelink-items {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .department-pagelink .department-pagelink-items {
    gap: 16px;
  }
}
.department-pagelink .department-pagelink-items .department-pagelink-item {
  min-width: 136px;
}
.department-pagelink .department-pagelink-items .department-pagelink-item a {
  display: block;
  padding: 16px 0;
  color: #fff;
  text-align: center;
}
.department-pagelink .department-pagelink-items .department-pagelink-item a h3 {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.department-pagelink .department-pagelink-items .department-pagelink-item--image {
  border: 1px solid #065EAA;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100vh;
  transition: all 0.3s ease;
}
.department-pagelink .department-pagelink-items .department-pagelink-item--image img {
  width: auto;
}
.department-pagelink .department-pagelink-items .department-pagelink-item--image .arrow {
  background: #40A2DD;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.department-pagelink .department-pagelink-items .department-pagelink-item a:hover .department-pagelink-item--image {
  background: rgba(6, 94, 170, 0.15);
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(2) .department-pagelink-item--image {
  border-color: #EABA19;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(2) .department-pagelink-item--image img {
  margin-right: -8px;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(2) .department-pagelink-item--image .arrow {
  background: #EABA19;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(2) a:hover .department-pagelink-item--image {
  background: rgba(234, 186, 25, 0.15);
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(3) .department-pagelink-item--image {
  border-color: #4BB77D;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(3) .department-pagelink-item--image .arrow {
  background: #4BB77D;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(3) a:hover .department-pagelink-item--image {
  background: rgba(75, 183, 125, 0.15);
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(4) .department-pagelink-item--image {
  border-color: #7783DD;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(4) .department-pagelink-item--image .arrow {
  background: #7783DD;
}
.department-pagelink .department-pagelink-items .department-pagelink-item:nth-child(4) a:hover .department-pagelink-item--image {
  background: rgba(119, 131, 221, 0.15);
}

.department-section {
  padding: 40px 48px 48px;
  background-color: #FAFAFA;
  border-radius: 20px;
  position: relative;
}
.department-section:not(:last-child) {
  margin-bottom: 60px;
}
.department-section .section-inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #065EAA;
  margin-bottom: 18px;
}
.department-section .section-inner h2 + p {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 32px;
}
.department-section .section-inner h2 + p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #065EAA;
  border-radius: 100vh;
  flex-shrink: 0;
  position: relative;
  top: 8px;
}
.department-section .section-inner .department-section--head {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .department-section .section-inner .department-section--head {
    flex-direction: column;
  }
}
.department-section .section-inner .department-section--head .img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .department-section .section-inner .department-section--head .img {
    width: 100%;
  }
}
.department-section .section-inner .department-section--head .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.department-section .section-inner .department-section--head .text .text-item {
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px 20px 0;
}
.department-section .section-inner .department-section--head .text .text-item h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.department-section .section-inner .department-section--head .text .text-item h3::before {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
}
.department-section .section-inner .department-section--head .text .text-item p {
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
.department-section .section-inner .department-section--comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.department-section .section-inner .department-section--comments .comment {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .department-section .section-inner .department-section--comments .comment {
    flex-direction: column;
  }
}
.department-section .section-inner .department-section--comments .comment .comment-icon {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .department-section .section-inner .department-section--comments .comment .comment-icon {
    margin: auto;
  }
}
.department-section .section-inner .department-section--comments .comment .comment-icon img {
  width: 120px;
}
.department-section .section-inner .department-section--comments .comment .comment-icon .name {
  font-size: 16px;
  font-weight: 500;
}
.department-section .section-inner .department-section--comments .comment .comment-icon .desc {
  font-size: 14px;
}
.department-section .section-inner .department-section--comments .comment .comment-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.department-section .section-inner .department-section--comments .comment .comment-text h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #065EAA;
}
.department-section .section-inner .department-section--comments .comment .comment-text ul {
  padding-left: 20px;
}
.department-section .section-inner .department-section--comments .comment .comment-text ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.875;
}
.department-section .section-inner .department-section--comments .comment .comment-text ul li:not(:last-child) {
  margin-bottom: 7px;
}
.department-section .section-inner .department-section--comments .comment .comment-text p {
  font-size: 16px;
  line-height: 1.875;
}

#section1 {
  background: url(../img/department/sectionbg01.svg) no-repeat top right, url(../img/department/sectionbg02.svg) no-repeat bottom left;
  background-color: #FAFAFA;
}
#section1 h2 + p::before {
  border-color: #065EAA;
}
#section1 .text .text-item h3::before {
  background-color: #065EAA;
}
#section1 .department-section--comments .comment {
  border: 1px solid #065EAA;
}

#section2 {
  background: url(../img/department/sectionbg03.svg) no-repeat top right, url(../img/department/sectionbg04.svg) no-repeat bottom left;
  background-color: #FAFAFA;
}
#section2 h2 + p::before {
  border-color: #EABA19;
}
#section2 .text .text-item h3::before {
  background-color: #EABA19;
}
#section2 .department-section--comments .comment {
  border: 1px solid #EABA19;
}

#section3 {
  background: url(../img/department/sectionbg05.svg) no-repeat top right, url(../img/department/sectionbg06.svg) no-repeat bottom left;
  background-color: #FAFAFA;
}
#section3 h2 + p::before {
  border-color: #4BB77D;
}
#section3 .text .text-item h3::before {
  background-color: #4BB77D;
}
#section3 .department-section--comments .comment {
  border: 1px solid #4BB77D;
}

#section4 {
  background: url(../img/department/sectionbg07.svg) no-repeat top right, url(../img/department/sectionbg08.svg) no-repeat bottom left;
  background-color: #FAFAFA;
}
#section4 h2 + p::before {
  border-color: #7783DD;
}
#section4 .text .text-item h3::before {
  background-color: #7783DD;
}
#section4 .department-section--comments .comment {
  border: 1px solid #7783DD;
}

.department-bns {
  padding-top: 100px;
}
.department-bns ul {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .department-bns ul {
    flex-direction: column;
  }
}
.department-bns ul li {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.department-bns ul li a {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65));
  padding: 24px 20px 20px 0;
  position: relative;
  transition: all 0.3s ease;
}
.department-bns ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(6, 94, 170, 0.15), rgba(6, 94, 170, 0.65));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.department-bns ul li a p {
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Jost", sans-serif;
  position: relative;
}
.department-bns ul li a p::before {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background: #065EAA;
}
.department-bns ul li a .arrow {
  text-align: right;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.department-bns ul li a .arrow .bn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100vh;
  margin-left: 16px;
}
.department-bns ul li a .arrow .bn-arrow svg {
  transform: rotate(-90deg);
}
.department-bns ul li a:hover::before {
  opacity: 1;
}
.department-bns ul li.bn-case {
  background: url(../img/department/bn-bg01.png) no-repeat center center;
  background-size: cover;
}
.department-bns ul li.bn-info {
  background: url(../img/department/bn-bg02.png) no-repeat center center;
  background-size: cover;
}

#footer24 {
  background: #065EAA;
}

@media screen and (min-width: 769px) {
  #header24 .header_wrap .logo {
    width: 340px;
  }
}/*# sourceMappingURL=lp.css.map */