  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-aboutIndexKv {
  z-index: 1;
}

/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-aboutOfficers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutOfficers {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.p-aboutOfficers + .p-aboutOfficers {
  margin-top: 4rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutOfficers + .p-aboutOfficers {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutOfficers + .p-aboutOfficers {
    margin-top: 8rem;
  }
}
.p-aboutOfficers_pic {
  width: 66.9333333333vw;
}
@media print, screen and (min-width: 600px) {
  .p-aboutOfficers_pic {
    width: calc((100% - 6.4rem) / 3);
  }
}
.p-aboutOfficers_pic img {
  width: 100%;
  height: auto;
}
.p-aboutOfficers_cnt {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .p-aboutOfficers_cnt {
    width: calc((100% - 6.4rem) / 3 * 2 + 3.2rem);
  }
}
.p-aboutOfficers_name span {
  display: block;
  line-height: 1.4;
}
.p-aboutOfficers_name .__post {
  font-size: 1.8rem;
}
.p-aboutOfficers_name .__name {
  font-size: 2.6rem;
}
.p-aboutOfficers_name .__en {
  font-size: 1.8rem;
  font-weight: normal;
  color: #0068AF;
  margin-top: 0.8rem;
}
.p-aboutOfficers .cmn_accordion01 {
  margin-top: 2rem;
}
.p-aboutOfficers_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem 0;
}
.p-aboutOfficers_history dt {
  width: 10rem;
}
.p-aboutOfficers_history dd {
  width: calc(100% - 10rem);
}

.p-aboutOfficers02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
@container (width > 500px) {
  .p-aboutOfficers02 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@container (width > 700px) {
  .p-aboutOfficers02 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-aboutOfficers02_wp {
  container-type: inline-size;
}
.p-aboutOfficers02 > li {
  line-height: 1.4;
}
.p-aboutOfficers02 > li span {
  display: block;
  font-size: 1.8rem;
}
.p-aboutOfficers02 > li span.__post {
  font-size: 75%;
}
.p-aboutOfficers02 > li span.__name {
  font-weight: bold;
}
.p-aboutOfficers02 > li span.__en {
  font-size: 75%;
}

/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-aboutHistoryWp {
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistoryWp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistoryWp:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #C8D2DC;
  }
}

.p-aboutHistory01 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01 {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
  }
  .p-aboutHistory01.__reverse {
    direction: ltr;
  }
  .p-aboutHistory01.__reverse .p-aboutHistory01_item.__start {
    grid-column: 1/2;
    align-items: flex-end;
  }
  .p-aboutHistory01.__reverse .p-aboutHistory01_item.__end {
    grid-column: 2/3;
    align-items: flex-start;
  }
}
.p-aboutHistory01_item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item.__noYear:before {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #0068AF;
    position: absolute;
    top: -6px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item.__end {
    padding-left: 3.2rem;
    align-items: flex-end;
    text-align: left;
    grid-column: 1/2;
  }
  .p-aboutHistory01_item.__end:before {
    left: -6px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutHistory01_item.__end {
    padding-left: 6.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item.__start {
    align-items: flex-start;
    text-align: right;
    padding-right: 3.2rem;
    grid-column: 2/3;
  }
  .p-aboutHistory01_item.__start:before {
    right: -6px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutHistory01_item.__start {
    padding-right: 6.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item.__top {
    margin-top: 9rem;
  }
}
.p-aboutHistory01_item dt {
  font-weight: bold;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  padding-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item dt {
    padding-top: 0;
    display: block;
    line-height: 1.2;
    margin-top: -0.6em;
  }
}
.p-aboutHistory01_item dt:before, .p-aboutHistory01_item dt:after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory01_item dt:before, .p-aboutHistory01_item dt:after {
    display: none;
  }
}
.p-aboutHistory01_item dt:before {
  width: 11px;
  height: 11px;
  background-color: #0068AF;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.p-aboutHistory01_item dt:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 71px;
  z-index: 1;
  background-color: #C8D2DC;
}
.p-aboutHistory01_item dd {
  font-size: 1.5rem;
  direction: ltr;
}
.p-aboutHistory01_item dd.__tit {
  font-size: 1.8rem;
}
.p-aboutHistory01_item dd.__pic img {
  width: 100%;
  height: auto;
}

.p-aboutHistory02 {
  width: 100%;
  max-width: 380px;
  background-color: #0068AF;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 1.5rem 7.5rem;
}
.p-aboutHistory02:nth-child(n+2) {
  margin-top: 3rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory02:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-aboutHistory02:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  background-color: #C8D2DC;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory02:nth-child(n+2):before {
    display: none;
  }
}
.p-aboutHistory02 dt {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-aboutHistory02 dd {
  direction: ltr;
}

.p-aboutHistory03 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
  }
}
.p-aboutHistory03 dt {
  font-weight: bold;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  padding-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  grid-column: 1/2;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dt {
    padding-top: 0;
    display: block;
    line-height: 1.2;
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 3.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutHistory03 dt {
    padding-left: 6.2rem;
  }
}
.p-aboutHistory03 dt:before, .p-aboutHistory03 dt:after {
  content: "";
  display: block;
}
.p-aboutHistory03 dt:before {
  width: 11px;
  height: 11px;
  background-color: #0068AF;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dt:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: -6px;
  }
}
.p-aboutHistory03 dt:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 71px;
  z-index: 1;
  background-color: #C8D2DC;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dt:after {
    display: none;
  }
}
.p-aboutHistory03 dd {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.p-aboutHistory03 dd:nth-of-type(n+2) {
  margin-top: 3.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dd:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dd.__end {
    padding-left: 3.2rem;
    align-items: flex-end;
    text-align: left;
    grid-column: 1/2;
  }
  .p-aboutHistory03 dd.__end:before {
    left: -6px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutHistory03 dd.__end {
    padding-left: 6.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dd.__start {
    align-items: flex-start;
    text-align: right;
    padding-right: 3.2rem;
    grid-column: 2/3;
  }
  .p-aboutHistory03 dd.__start:before {
    right: -6px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutHistory03 dd.__start {
    padding-right: 6.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dd.__top {
    margin-top: 9rem !important;
  }
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistory03 dd.__topL {
    margin-top: 32rem !important;
  }
}
.p-aboutHistory03 dd .__pic img {
  width: 100%;
  height: auto;
}
.p-aboutHistory03 dd .__tit {
  font-size: 1.8rem;
}
.p-aboutHistory03 dd div {
  direction: ltr;
}

.p-aboutHistoryNow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  z-index: 2;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistoryNow {
    padding-top: 0;
    background-color: #fff;
  }
}
.p-aboutHistoryNow:before, .p-aboutHistoryNow:after {
  content: "";
  display: block;
}
.p-aboutHistoryNow:before {
  width: 11px;
  height: 11px;
  background-color: #0068AF;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistoryNow:before {
    width: 12px;
    height: 12px;
  }
}
.p-aboutHistoryNow:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30px;
  z-index: 1;
  background-color: #C8D2DC;
}
@media print, screen and (min-width: 600px) {
  .p-aboutHistoryNow:after {
    display: none;
  }
}

/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-aboutData {
  padding-bottom: 7.2rem;
}
.p-aboutData_lead {
  font-weight: bold;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutData_lead {
    font-size: 2rem;
  }
}
.p-aboutData_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin-top: 3rem;
}
@media print, screen and (min-width: 600px) {
  .p-aboutData_list {
    gap: 3.2rem;
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-aboutData_list {
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
  }
}
.p-aboutData_list img {
  width: 100%;
  height: auto;
  display: block;
}

/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-aboutPolicy_box {
  background-color: #167bc1;
  padding: clamp(1rem, 2.6666666667vw, 1.2rem) clamp(1.6rem, 4.2666666667vw, 2.5rem) clamp(1.6rem, 4.2666666667vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2.6666666667vw, 1.2rem);
}
.p-aboutPolicy_box_inner {
  background-color: #fff;
  padding: 2rem clamp(1.6rem, 4.2666666667vw, 2rem);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.6;
}
.p-aboutPolicy_box_inner.__en {
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-aboutPolicy_hl01 {
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
}
.p-aboutPolicy_hl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  .p-aboutPolicy_hl02 {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.p-aboutPolicy_hl02 .__big {
  font-weight: bold;
  font-size: 2.5rem;
}
.p-aboutPolicy_hl02 .__small {
  color: #167bc1;
  font-weight: normal;
  font-size: 1.8rem;
}
.p-aboutPolicy_purpose {
  font-size: clamp(2rem, 5.3333333333vw, 3.5rem);
  text-align: center;
  margin-top: 0 !important;
  font-weight: bold;
  line-height: 1.4;
}
.p-aboutPolicy_purpose.__en {
  font-size: clamp(2rem, 5.3333333333vw, 3.6rem);
}
.p-aboutPolicy_purpose ruby rt {
  font-size: clamp(0.4rem, 1vw, 0.8rem);
  transform: transateY(-20%);
  text-align: center;
}
.p-aboutPolicy_fig {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.p-aboutPolicy_fig_item {
  padding-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  align-items: flex-start;
}
.p-aboutPolicy_fig_txt {
  position: relative;
  background-color: #c8d2dc;
  box-sizing: border-box;
  padding: 1rem clamp(0.5rem, 1.3333333333vw, 1rem);
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 2.6666666667vw, 1.8rem);
  line-height: 1.4;
  text-decoration: none;
  color: #333;
  transition: color 0.5s ease;
}
@media (hover: hover) {
  .p-aboutPolicy_fig_txt:hover {
    color: #0068AF;
  }
}
.p-aboutPolicy_fig_txt:nth-child(n+2) {
  margin-top: 1.6rem;
}
.p-aboutPolicy_fig_txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.6rem;
  top: -1.6rem;
  left: 50%;
  background-color: #87918b;
}

/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
/*# sourceMappingURL=custom.css.map */
