@charset "UTF-8";
/* =========================================================
divisions
========================================================= */
.p-divisions-list {
  position: relative;
}
.p-divisions-list::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat right top;
  background-size: contain;
  display: block;
  width: 120%;
  height: 70%;
  position: absolute;
  top: 20%;
  left: -50%;
}
@media screen and (min-width: 992px) {
  .p-divisions-list::before {
    top: 7%;
    left: -91%;
    height: 100%;
  }
}
.p-divisions-list_list {
  background: #F0FAFE;
  padding: 20px;
  display: grid;
  gap: 28px;
  margin-top: 38px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-divisions-list_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-divisions-list_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 18px;
  }
}
.p-divisions-list_list a {
  display: block;
  color: #007FCD;
  font-size: 14px;
  font-weight: 900;
}
.p-divisions-list_list a:hover .name {
  background: #007FCD;
  color: #ffffff;
}
.p-divisions-list_list a:hover .name::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-divisions-list_list .photo {
  display: block;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 360/220;
}
.p-divisions-list_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-divisions-list_list .name {
  position: relative;
  display: block;
  padding: 12px 28px 12px 10px;
  border-bottom: 1px solid #8AE1FF;
  letter-spacing: 2px;
  transition: 0.3s;
}
.p-divisions-list_list .name::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
}
.p-divisions-over {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-over {
    margin-top: 100px;
  }
}
.p-divisions-over.ov01 {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-over.ov01 {
    margin-top: 30px;
  }
}
.p-divisions-over::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-divisions-over::before {
    top: -50px;
    left: -73%;
    background-position: right;
  }
}
.p-divisions-over_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }
}
.p-divisions-over_photo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_photo {
    width: 50%;
    overflow: hidden;
    text-align: right;
  }
}
.p-divisions-over_photo img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_photo img {
    border-radius: 0 10px 10px 0;
    max-width: 100%;
  }
}
.p-divisions-over_content {
  padding: 20px; /* スマホ時の基本余白 */
}
.p-divisions-over_content.ov01 {
  width: 100%; /* スマホでは幅100% */
  padding: 20px; /* スマホ用の適切な余白 */
}
@media screen and (min-width: 992px) {
  .p-divisions-over_content.ov01 {
    width: 50%; /* PC（lg以上）の時だけ50%にする */
    padding: 50px 100px 50px 150px; /* PC用の余白 */
  }
}
.p-divisions-over_content .c-main-title {
  margin: 0 0 2px;
}
.p-divisions-over_content .c-main-title .en {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_content .c-main-title .en {
    font-size: 75px;
  }
}
.p-divisions-over_text {
  padding-top: 15px;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_text {
    font-size: 15px !important;
    letter-spacing: 1.2px;
    line-height: 2.4;
  }
  .p-divisions-over_text.ov02-05 {
    line-height: 2;
  }
}
.p-divisions-over_list {
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_list {
    margin-top: 30px;
    padding: 40px 50px;
  }
  .p-divisions-over_list.ov02-05 {
    margin-top: 15px;
  }
}
.p-divisions-over_list .title {
  background: #007FCD;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_list .title {
    padding: 8px 20px;
    margin-bottom: 20px;
  }
}
.p-divisions-over_list ul li {
  color: #000000;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.p-divisions-over_list ul li::before {
  content: "";
  background: #007FCD;
  border-radius: 100%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-divisions-over_list ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_list ul li {
    font-size: 16px !important;
  }
}
.p-divisions-over_item {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-divisions-over_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列均等配置 */
    gap: 50px 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-divisions-over_item .p-divisions-over_content:nth-child(2) {
    padding-top: 160px;
  }
}
@media screen and (min-width: 992px) {
  .p-divisions-over_item .p-divisions-over_content:nth-child(3) {
    margin-top: -120px; /* ※paddingにマイナス値は効かないためmarginに変更 */
  }
}
.p-divisions-flow {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow {
    padding: 120px 0 90px;
  }
}
.p-divisions-flow::after {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-divisions-flow .c-title-en {
  position: relative;
}
.p-divisions-flow .c-title-en::before {
  content: "";
  border-bottom: 2px dashed #8AE1FF;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-divisions-flow .c-title-en .color {
  color: #007FCD;
  font-size: 110%;
}
.p-divisions-flow_list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow_list {
    padding-top: 80px;
  }
}
.p-divisions-flow_list::before {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 34px;
  left: 25px;
  width: 1px;
  border-left: 15px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow_list::before {
    left: 52px;
  }
}
.p-divisions-flow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item {
    gap: 24px;
    padding-bottom: 50px;
  }
}
.p-divisions-flow-item:last-of-type {
  padding-bottom: 0;
  background: #EAFAFF;
}
.p-divisions-flow-item_time {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #007FCD;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item_time {
    width: 120px;
    height: 120px;
    margin-right: 50px;
  }
}
.p-divisions-flow-item_time .label {
  background: #8AE1FF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 0 3px;
}
@media screen and (min-width: 1200px) {
  .p-divisions-flow-item_time .label {
    font-size: 18px;
  }
}
.p-divisions-flow-item_time .time {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item_time .time {
    margin-top: 5px;
    font-size: 40px;
  }
}
.p-divisions-flow-item_time .year {
  font-size: 60%;
  margin-left: 3px;
}
.p-divisions-flow-item_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 50px;
  border-bottom: 2px dashed #8AE1FF;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item_body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-divisions-flow-item_text {
  flex: 1;
}
.p-divisions-flow-item_title {
  margin: 0 0 6px;
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item_title {
    font-size: 32px !important;
  }
}
.p-divisions-flow-item_desc {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item_desc {
    font-size: 18px;
    line-height: 2;
  }
}
.p-divisions-flow-item ul {
  margin-top: 20px;
}
.p-divisions-flow-item ul li {
  color: #000000;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.p-divisions-flow-item ul li::before {
  content: "";
  background: #007FCD;
  border-radius: 100%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-divisions-flow-item ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-divisions-flow-item ul li {
    font-size: 16px !important;
  }
}

.p-voice-mv {
  position: relative;
  padding: 30px 0 20px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv {
    margin-bottom: -100px;
    padding: 0;
  }
}
.p-voice-mv::after {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 10%;
  right: -79%;
}
@media screen and (min-width: 992px) {
  .p-voice-mv::after {
    width: 110%;
    height: 60vh;
    top: auto;
    bottom: 11%;
    right: -78%;
  }
}
.p-voice-mv_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.p-voice-mv_content {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_content {
    width: 60%;
    padding-bottom: 10px;
  }
}
.p-voice-mv_title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_title {
    font-size: 34px;
  }
}
.p-voice-mv_text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_text {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 1.2px;
  }
}
.p-voice-mv_profile {
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_profile {
    display: inline-block;
    float: right;
    margin: 30px 0 0 auto;
    text-align: left;
  }
}
.p-voice-mv_profile .role {
  color: #000000;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-voice-mv_profile .name {
  color: #000000;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-voice-mv_profile .kana {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #007FCD;
}
.p-voice-mv_photo {
  position: relative;
  flex-shrink: 0;
  margin-top: 20px;
  margin-left: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_photo {
    margin-top: 0;
    width: 40%;
    max-width: 440px;
  }
}
.p-voice-mv_photo img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_photo img {
    max-width: 350px;
  }
}/*# sourceMappingURL=style-divisions.css.map */