@charset "UTF-8";
.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.c-breadcrumbOuter {
  width: 90%;
  margin: 0 auto 20px;
  padding: 15px 8px;
}

.c-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  margin-top: 70px;
}

.c-breadcrumbItem {
  color: #2C2C2C;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
}
.c-breadcrumbItem:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2C2C2C;
  border-right: solid 2px #2C2C2C;
  transform: rotate(45deg);
}
.c-breadcrumbItem:last-child:after {
  content: none;
}

.c-breadcrumbLink {
  color: #333;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
}
.c-breadcrumbLink:hover {
  color: #09568D;
  text-decoration: underline;
}

.aboutTop {
  position: relative;
  margin: 130px 20px 0;
  border-radius: 20px;
}
.aboutTop img {
  width: 100%;
  height: 520px;
  border-radius: 20px;
  object-fit: cover;
  object-position: 74% 40%;
}
.aboutTop h2 {
  position: absolute;
  top: 115px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aboutTop h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 22px;
  background: linear-gradient(to bottom, #72C5DB 0%, #72C5DB 50%, #2C2C2C 50%, #2C2C2C 100%);
  flex-shrink: 0;
}
.aboutTop h1 {
  position: absolute;
  top: 155px;
  left: 20px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
}
.aboutTop .aboutTopBox {
  position: absolute;
  top: 230px;
  left: 20px;
  background-color: #FFFFFF;
  color: #72C5DB;
  border-radius: 50px;
  padding: 3px 16px;
  font-size: 16px;
  font-weight: 500;
}
.aboutTop .numberList {
  position: absolute;
  top: 275px;
  left: 20px;
  counter-reset: num;
  list-style: none;
  padding: 0;
  margin: 0;
}
.aboutTop .numberList li {
  counter-increment: num;
  position: relative;
  padding-left: 22px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.aboutTop .numberList li::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  font-weight: 500;
  color: #FFFFFF;
}

.aboutCenter {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.aboutInfo {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 30px 20px;
}

.aboutInfoTop {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.aboutInfoTopFlex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.aboutInfoTopFlex p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.aboutDepartment {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.aboutInfoTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.departmentGrid {
  flex: 1;
  min-width: 0;
  display: grid;
  /* スマホ */
  grid-template-columns: 1fr;
  /* タブレット */
  /* PC */
  /* 大画面 */
}

.departmentList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.departmentList li {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.aboutInfoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #72C5DB;
  color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  padding: 8px 30px;
  margin-bottom: 25px;
}

.aboutInfoTitle {
  width: 110px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  color: #72C5DB;
  padding-right: 15px;
  vertical-align: top;
}

.aboutInfoItem {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.aboutInfoImg {
  max-width: 100%;
}
.aboutInfoImg img {
  width: 100%;
  display: block;
}

.aboutList {
  background-color: #E5F5F8;
  padding: 20px;
  border-radius: 20px;
}

.aboutListBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.c-blueDiscList {
  display: grid;
}
.c-blueDiscList ul, .c-blueDiscList ol {
  margin-top: 5px;
}
.c-blueDiscList.c-dataFlex {
  gap: 10px 1em;
}

.c-blueDiscType02 {
  padding-left: 1.2em;
  position: relative;
}
.c-blueDiscType02::before {
  content: "";
  display: block;
  background-color: #72C5DB;
  border: 2px solid #72C5DB;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.aboutListText {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.aboutListItem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.aboutListItem li {
  margin-left: 1.2em;
}

.aboutItemCenter {
  margin: auto;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.SPCenter {
  margin: 0;
}

@media (min-width: 768px){
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .c-breadcrumb {
    margin-top: 140px;
  }
  .aboutTop {
    margin: 280px 50px 0;
    border-radius: 30px;
  }
  .aboutTop img {
    border-radius: 30px;
    height: 500px;
    object-position: center;
  }
  .aboutTop h2 {
    top: 90px;
    left: 80px;
    font-size: 25px;
    gap: 12px;
  }
  .aboutTop h2::before {
    width: 8px;
    height: 28px;
  }
  .aboutTop h1 {
    top: 150px;
    left: 80px;
    font-size: 32px;
  }
  .aboutTop .aboutTopBox {
    top: 250px;
    left: 80px;
    font-size: 19px;
    padding: 0 20px;
  }
  .aboutTop .numberList {
    top: 300px;
    left: 80px;
  }
  .aboutTop .numberList li {
    font-size: 19px;
    padding-left: 25px;
  }
  .aboutCenter {
    padding: 0 40px;
  }
  .aboutInfo {
    padding: 50px 40px;
  }
  .aboutInfoTop {
    gap: 40px;
  }
  .aboutInfoTopFlex {
    margin-bottom: 25px;
  }
  .aboutInfoTopFlex p {
    font-size: 14px;
  }
  .aboutDepartment {
    gap: 15px;
  }
  .aboutInfoTable {
    border-spacing: 0 20px;
  }
  .departmentGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutInfoBox {
    font-size: 24px;
    padding: 0 40px;
  }
  .aboutInfoTitle {
    width: auto;
    padding-right: 50px;
    font-size: 16px;
  }
  .aboutInfoItem {
    font-size: 16px;
  }
  .aboutInfoImg {
    max-width: 570px;
  }
  .c-blueDiscType02::before {
    top: 7px;
  }
  .aboutListItem {
    grid-template-rows: repeat(37, auto);
    grid-auto-flow: column;
  }
}

@media (min-width: 960px){
  .c-breadcrumbOuter {
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px 5%;
  }
  .aboutListBox {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (min-width: 1080px){
  .aboutInfo {
    padding: 70px 60px 70px 80px;
  }
  .aboutInfoTop {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
  .aboutInfoTopFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutInfoTopFlex p {
    font-size: 15px;
  }
  .departmentGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px){
  .aboutCenter {
    padding: 0;
  }
  .aboutInfo {
    padding: 70px 70px 70px 100px;
  }
  .aboutInfoTopFlex {
    flex-direction: row;
    margin-bottom: 25px;
    align-items: flex-end;
  }
  .departmentGrid {
    grid-template-columns: repeat(5, 1fr);
  }
  .aboutListItem {
    grid-template-rows: repeat(25, auto);
    grid-auto-flow: column;
  }
}

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