@charset "UTF-8";
/* ==========================================================================
�㏑��
========================================================================== */
#contents {
  padding-bottom: 0 !important;
}

#main {
  float: none;
  padding-top: 0;
  width: 100%;
}

.local-nav__block {
  margin-top: 0;
}

/* ==========================================================================
���C�A�E�g
========================================================================== */
#index-company-action-training-initiative {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#index-company-action-training-initiative .full-box {
  position: relative;
  width: min(100%, 1500px);
  min-width: 1172.9651162791px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index-company-action-training-initiative .full-box {
    width: 100%;
    min-width: 100%;
  }
}
#index-company-action-training-initiative .full-box > section {
  position: relative;
  display: grid;
  grid-template-columns: 4.1333333333% repeat(11, 5.2% 2.6666666667%) 5.2% 4.1333333333%;
  width: 100%;
}
#index-company-action-training-initiative .full-box > section > .is-full {
  grid-column: 1/-1;
}
#index-company-action-training-initiative .full-box > section > * {
  grid-column: var(--column, 2/25);
}
@media screen and (max-width: 767px) {
  #index-company-action-training-initiative .full-box > section {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  #index-company-action-training-initiative .full-box > section > * {
    grid-column: var(--column, 2/3);
  }
}

/* ==========================================================================
�R���|�[�l���g
========================================================================== */
@media screen and (max-width: 767px) {
  .pc {
    content-visibility: auto;
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    content-visibility: auto;
    display: none !important;
  }
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.c-button-s, .c-button-m, .c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 99px;
  background-color: #0065B1;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-s > span, .c-button-m > span, .c-button > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #FFF;
}
.c-button-s > span::before, .c-button-m > span::before, .c-button > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-s, .c-button-m, .c-button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-s::before, .c-button-m::before, .c-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -102%;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #BEBEBE;
    border-radius: 99px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-s:hover, .c-button-m:hover, .c-button:hover {
    text-decoration: none;
  }
  .c-button-s:hover::before, .c-button-m:hover::before, .c-button:hover::before {
    left: 0;
  }
  .c-button-s:hover > span, .c-button-m:hover > span, .c-button:hover > span {
    color: #111;
  }
  .c-button-s:hover > span::before, .c-button-m:hover > span::before, .c-button:hover > span::before {
    background-color: #0065B1;
  }
}

.c-button {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 99px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-secondary-s > span, .c-button-secondary-m > span, .c-button-secondary > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #111;
}
.c-button-secondary-s > span::before, .c-button-secondary-m > span::before, .c-button-secondary > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0065B1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-secondary-s::before, .c-button-secondary-m::before, .c-button-secondary::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -102%;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 99px;
    background-color: #0065B1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-secondary-s:hover, .c-button-secondary-m:hover, .c-button-secondary:hover {
    border-color: #0065B1;
    text-decoration: none;
  }
  .c-button-secondary-s:hover::before, .c-button-secondary-m:hover::before, .c-button-secondary:hover::before {
    left: 0;
  }
  .c-button-secondary-s:hover > span, .c-button-secondary-m:hover > span, .c-button-secondary:hover > span {
    color: #FFF;
  }
  .c-button-secondary-s:hover > span::before, .c-button-secondary-m:hover > span::before, .c-button-secondary:hover > span::before {
    background-color: #FFF;
  }
}

.c-button-secondary {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-secondary-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-secondary-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.page-top {
  position: fixed;
  bottom: 61px;
  right: 4.1333333333%;
  z-index: 99;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Ccircle cx='35' cy='35' r='35' fill='%230065b1'/%3E%3Cpath fill='%23fff' d='M35 1a34.009 34.009 0 0 0-13.234 65.329A34.009 34.009 0 0 0 48.234 3.671 33.8 33.8 0 0 0 35 1m0-1A35 35 0 1 1 0 35 35 35 0 0 1 35 0'/%3E%3Cpath fill='%23fff' d='M22.977 38.762h-1.834v3.105H19.35V33.23h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Zm7.716 3.13h-3.182l-.598 1.775h-1.891l3.087-8.637h2.039l3.058 8.637h-1.957Zm-.5-1.488-1.078-3.4-1.113 3.4Zm9.419 3.052a3.3 3.3 0 0 1-1.758.44 3.65 3.65 0 0 1-2.812-1.19 4.54 4.54 0 0 1-1.141-3.269 4.8 4.8 0 0 1 1.152-3.364 3.93 3.93 0 0 1 3.053-1.265 4 4 0 0 1 2.646.835 3.1 3.1 0 0 1 1.149 2.083h-1.779a1.69 1.69 0 0 0-1-1.236 2.5 2.5 0 0 0-.99-.193 2.15 2.15 0 0 0-1.714.788 3.58 3.58 0 0 0-.671 2.37 2.94 2.94 0 0 0 .724 2.255 2.4 2.4 0 0 0 1.652.662 2.13 2.13 0 0 0 1.488-.524 2.27 2.27 0 0 0 .715-1.374h-2v-1.442h3.6v4.635h-1.195l-.182-1.078a4.1 4.1 0 0 1-.937.867m10.068-3.562h-4.196v2.221h4.782v1.552h-6.545V33.23h6.333v1.529h-4.57v1.834h4.2Zm-20.593 8.673v1.529h-2.584v7.108h-1.816v-7.107h-2.596v-1.53Zm4.703 8.877a3.77 3.77 0 0 1-2.834-1.008 4.66 4.66 0 0 1-1.308-3.562 4.57 4.57 0 0 1 1.308-3.563 3.77 3.77 0 0 1 2.834-1.007 3.77 3.77 0 0 1 2.83 1.008 4.58 4.58 0 0 1 1.307 3.562 4.67 4.67 0 0 1-1.307 3.562 3.77 3.77 0 0 1-2.83 1.008m1.705-2.32a3.55 3.55 0 0 0 .627-2.25 3.54 3.54 0 0 0-.63-2.247 2.06 2.06 0 0 0-1.7-.794 2.09 2.09 0 0 0-1.711.791 3.5 3.5 0 0 0-.639 2.25 3.5 3.5 0 0 0 .639 2.25 2.09 2.09 0 0 0 1.711.791 2.07 2.07 0 0 0 1.703-.791m7.493-1.025h-1.834v3.105h-1.793v-8.637h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page-top.is-active {
  opacity: 1;
  pointer-events: visible;
}
.page-top::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 14.57px;
  height: 14.57px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.571' height='14.571' viewBox='0 0 14.571 14.571'%3E%3Cpath d='M34.786,12.5a1.11,1.11,0,0,0-.774.321l-6.191,6.191a1.095,1.095,0,0,0,1.547,1.548l4.323-4.324v9.741a1.095,1.095,0,1,0,2.19,0V16.236L40.2,20.56a1.095,1.095,0,0,0,1.547-1.548L35.56,12.821a1.11,1.11,0,0,0-.772-.321Z' transform='translate(-27.5 -12.5)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 15px;
    right: 12px;
  }
}
@media (any-hover: hover) {
  .page-top::before {
    transition: top 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .page-top:hover::before {
    top: 8.5px;
  }
}

/* ==========================================================================
�^�C�g��
========================================================================== */
.headline1 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(9.3333333333%, 140px) min(81.3333333333%, 1220px) min(9.3333333333%, 140px) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 1172.9651162791px;
  height: 176px;
  margin-right: auto;
  margin-left: auto;
  border-image: linear-gradient(#0065B1, #0065B1);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  color: #FFF;
  overflow: hidden;
  font-weight: 700;
  font-size: 4.7rem;
  line-height: 1.6;
}
.headline1::before {
  content: "";
  grid-column: 1/-1;
  position: absolute;
  top: -524px;
  left: 50%;
  transform: translateX(-212px);
  width: 1528px;
  height: 1367px;
  background-image: url(/company/action/training/diversity/img/bg-title-lv1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.headline1 > span {
  z-index: 1;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .headline1 {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    min-width: 100%;
    height: 120px;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .headline1::before {
    top: -272px;
    width: 798px;
    height: 714px;
    transform: translateX(-218.5px);
  }
  .headline1 > span {
    grid-column: 2/3;
  }
}

.headline2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #0065B1;
  background-image: url(/company/action/training/initiative/img/bg-headline-pc.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline2 {
    background-image: url(/company/action/training/initiative/img/bg-headline-sp.svg);
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.headline3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.5;
  text-align: center;
}
.headline3::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
.headline3.icon-01::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M47.11,17.271A17.3,17.3,0,0,1,30.729.89.922.922,0,0,0,29.816,0H18.184a.922.922,0,0,0-.913.89A17.3,17.3,0,0,1,.89,17.271a.922.922,0,0,0-.89.913V29.816a.922.922,0,0,0,.89.913A17.294,17.294,0,0,1,17.271,47.11a.922.922,0,0,0,.913.89H29.816a.922.922,0,0,0,.913-.89A17.294,17.294,0,0,1,47.11,30.729a.922.922,0,0,0,.89-.913V18.184a.922.922,0,0,0-.89-.913' fill='%230091e1'/%3E%3C/svg%3E");
}
.headline3.icon-02::before {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg transform='translate(-161.35 -963.35)'%3E%3Crect width='35.355' height='35.355' rx='4' transform='translate(186.35 963.35) rotate(45)' fill='%23ea807b'/%3E%3Crect width='46.7' height='46.7' transform='translate(163 965)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}
.headline3.icon-03::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><g transform="translate(-163 -965)"><rect width="48" height="48" transform="translate(163 965)" fill="none"/><path d="M36.888,24a.906.906,0,0,1-.908-.835,12.01,12.01,0,0,0-23.96,0,.906.906,0,0,1-.908.835H.916A.91.91,0,0,1,0,23.068a24.018,24.018,0,0,1,48,0,.909.909,0,0,1-.915.932Z" transform="translate(163 977)" fill="%23ffde78"/></g></svg>');
}
.headline3.icon-04::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M0,1.5v45A1.5,1.5,0,0,0,1.5,48h45A1.5,1.5,0,0,0,48,46.5V1.5A1.5,1.5,0,0,0,46.5,0H1.5A1.5,1.5,0,0,0,0,1.5M35.02,35.871H12.982a.852.852,0,0,1-.852-.852V12.982a.852.852,0,0,1,.852-.852H35.02a.852.852,0,0,1,.852.852V35.02a.852.852,0,0,1-.852.852' transform='translate(-0.001 -0.001)' fill='%23009a8d'/%3E%3C/svg%3E");
}
.headline3.icon-05::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><g transform="translate(-163 -965)"><rect width="48" height="48" transform="translate(163 965)" fill="none"/><path d="M24.453,21.056l9.035,12.737a.755.755,0,0,0,.616.318h13.14a.756.756,0,0,0,.615-1.195L24.805.417a.986.986,0,0,0-1.609,0L.142,32.916a.756.756,0,0,0,.615,1.195H13.9a.755.755,0,0,0,.616-.318l9.035-12.737a.555.555,0,0,1,.9,0" transform="translate(162.999 971.944)" fill="%230065b1"/></g></svg>');
}
.headline3.icon-06::before {
  background-color: #BEBEBE;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .headline3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.headline4 {
  position: relative;
  padding: 13px 20px;
  margin-bottom: 40px;
  border-radius: 2px 8px 8px 2px;
  background-color: #F4F4F4;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headline4 {
    padding: 24px 20px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.headline4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #0065B1;
}

.headline5 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #0065B1;
  color: #0065B1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headline5 {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
�e�L�X�g
========================================================================== */
.text {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.text.is-center {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .text.is-center {
    text-align: center;
  }
}
.text strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #0065B1;
  font-weight: 700;
}

.text2 {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.text2.is-center {
  margin-top: 24px;
  text-align: center;
}

.label {
  padding-left: 16px;
  margin-bottom: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="314" height="36" viewBox="0 0 314 36"><path d="M4,0H296a18,18,0,0,1,18,18v0a18,18,0,0,1-18,18H4a4,4,0,0,1-4-4V4A4,4,0,0,1,4,0Z" fill="%230065b1"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .label {
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.label > span {
  background-color: #0065B1;
}

.caution {
  margin-top: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* ==========================================================================
�y�[�W���i�r�Q�[�V����
========================================================================== */
.page-menu {
  position: sticky !important;
  top: 70px;
  z-index: 20;
  padding: 16px 0 18px;
}
.page-menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8.5755813953%;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.page-menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.page-menu_item:not([href]) {
  line-height: 1;
  pointer-events: none;
}
.page-menu_item:hover {
  color: inherit;
  text-decoration: none;
}
.page-menu_item:visited {
  color: inherit;
}
.page-menu_item.is-active {
  color: #0065B1;
  pointer-events: none;
}
.page-menu_item.is-active > span {
  position: relative;
}
.page-menu_item.is-active > span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22.5px;
  height: 4px;
  border-radius: 2px;
  background-color: #0065B1;
  opacity: 1;
}
@media (any-hover: hover) {
  .page-menu_item > span {
    position: relative;
  }
  .page-menu_item > span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0065B1;
    opacity: 0;
    transition: width, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_item:hover {
    color: #0065B1;
  }
  .page-menu_item:hover > span::before {
    width: 22.5px;
    opacity: 1;
  }
}
.page-menu_item sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-menu {
    padding: 0;
    top: 16vw;
    overflow: visible !important;
  }
  .page-menu_button {
    --column: 1 / -1;
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 60px;
    height: 56px;
    border: 1px solid #FFF;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background-color: #0065B1;
  }
  .page-menu_button > span {
    position: absolute;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    transition-property: top, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_button > span:nth-child(1) {
    top: 18px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .page-menu_button > span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .page-menu.is-open .page-menu_button > span:nth-child(2) {
    display: none;
  }
  .page-menu_button > span:nth-child(3) {
    top: 34px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .page-menu_button.is-active + ul {
    opacity: 1;
    pointer-events: visible;
  }
  .page-menu_list {
    display: block;
    width: 100%;
    max-height: calc(100vh - 24vw);
    max-height: calc(100dvh - 24vw);
    padding: 94px 0 96px;
    border-radius: 0;
    background-color: #FFF;
    filter: none;
    overflow: auto;
  }
  .page-menu_item {
    height: 72px;
    border-top: 1px solid #BEBEBE;
  }
  .page-menu_item:last-child {
    border-bottom: 1px solid #BEBEBE;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .page-menu_item::before {
    bottom: -12px;
  }
}
.page-menu_dialog {
  --column: 1 / -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 16vw;
  border: none;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
}
.page-menu_dialog[open] {
  opacity: 1;
  pointer-events: visible;
}
.page-menu_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.53);
}
.page-menu_dialog > .page-menu_button {
  top: calc(16vw + 16px);
}

/* ==========================================================================
������
========================================================================== */
.intro {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: 112px;
  }
}
.intro_title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro_title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.intro_text {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

/* ==========================================================================
�A���J�[�����N
========================================================================== */
.inline-nav {
  position: relative;
  z-index: 1;
  margin: 40px 0 64px;
}
@media screen and (min-width: 768px) {
  .inline-nav_box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 16px 20px;
    width: fit-content;
    margin: 0 auto;
  }
}
.inline-nav_label {
  grid-column: 1/2;
}
.inline-nav_label > a {
  display: block;
  width: 16rem;
  padding-right: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="26" viewBox="0 0 160 26"><path d="M-26.68,26.4A2.918,2.918,0,0,1-29.6,23.492V3.314A2.918,2.918,0,0,1-26.68.4H119.905a2.933,2.933,0,0,1,2.334,1.165l7.582,10.089a2.918,2.918,0,0,1,0,3.493L122.24,25.238a2.933,2.933,0,0,1-2.334,1.165Z" transform="translate(29.598 -0.403)" fill="%230065b1"/></svg>');
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: -0.003em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inline-nav_label > a {
    margin: 0 auto;
  }
  .inline-nav_label > a:not(:first-child) {
    margin-top: 40px;
  }
}
.inline-nav_label > a > span {
  background-color: #0065B1;
}
.inline-nav_list {
  grid-column: 2/3;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .inline-nav_list {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.inline-nav_item {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}
.inline-nav_item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(-441 -699)"><rect width="16" height="16" transform="translate(441 699)" fill="none"/><path d="M34.786,12.5a1.11,1.11,0,0,0-.774.321l-6.191,6.191a1.095,1.095,0,0,0,1.547,1.548l4.323-4.324v9.741a1.095,1.095,0,1,0,2.19,0V16.236L40.2,20.56a1.095,1.095,0,0,0,1.547-1.548L35.56,12.821a1.11,1.11,0,0,0-.772-.321Z" transform="translate(483.785 726.786) rotate(180)" fill="%231a1a1a"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .in-anchor {
    padding-top: 98px;
    margin-top: -98px;
  }
}

/* ==========================================================================
�R���e���c
========================================================================== */
.section {
  padding: 80px 0;
}
.section:nth-of-type(even) {
  padding-bottom: 120px;
  background-color: #F4F4F4;
  border-image-source: linear-gradient(#F4F4F4, #F4F4F4);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
.section:nth-of-type(even) .headline4 {
  background-color: #FFF;
}
.section_thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin-top: 40px;
}
.section_thumbs_item {
  width: min(314px, 100%);
}
.section_inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, 5.6686046512% 2.9069767442%) 5.6686046512%;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}
.section_inner > * {
  grid-column: var(--column, 1/-1);
}
@media screen and (max-width: 767px) {
  .section_inner {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
  }
}
.section_content {
  --column: 3 / 22;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .section_content {
    --column: 1 / -1;
  }
}
.headline4 + .section_content {
  margin: 0;
}
.section_block + .section_block {
  margin-top: 80px;
}
.section_block_content + .section_block_content {
  margin-top: 40px;
}

.img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .img_list {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.img_list.is-center {
  justify-content: center;
}
.img_list_item {
  width: min(314px, 100%);
}
.img_list_item figcaption {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .img_list_item {
    order: unset !important;
  }
}
.img_list_name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.img_list_description {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.link {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-column-gap: 4px;
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.link_arrow {
  display: inline-block;
  width: 100%;
  height: 16px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' fill='%230075d3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' transform='translate(0 0)' fill='%230075d3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.link a {
  color: #0075D3;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .text-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 40px;
  }
  .text-wrap.is-reverse {
    direction: rtl;
  }
  .text-wrap.is-reverse .text {
    direction: ltr;
  }
}
.text-wrap_img {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .text-wrap_img {
    margin: 20px auto 0;
  }
}
.text-wrap_img figcaption {
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 1.4rem;
}

.box {
  position: relative;
  padding: 72px 10.2631578947% 40px;
  border: 1px solid #0065B1;
  border-top: none;
  border-radius: 24px;
  background-color: #FFF;
  overflow: hidden;
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 48px;
  background-image: url(/company/action/training/initiative/img/box-lid-pc.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .box::before {
    background-image: url(/company/action/training/initiative/img/box-lid-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .box {
    padding: 72px 20px 40px;
  }
}
.box hr {
  margin: 32px 0;
  border-top: 1px solid #DBDBDB;
}

@media screen and (min-width: 768px) {
  .goal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 3.5087719298%;
  }
}
.goal-list_item {
  display: flex;
  flex-direction: column;
  padding: 23px 7.0909090909%;
  border: 1px solid #0065B1;
  border-radius: 24px;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .goal-list_item {
    padding: 23px 19px;
  }
  .goal-list_item + .goal-list_item {
    margin-top: 32px;
  }
}
.goal-list_head {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #0065B1;
  color: #0065B1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goal-list_head {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.goal-list_body {
  flex-grow: 1;
}
.goal-list_text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.goal-list_text.is-small {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .goal-list_text.is-small {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .goal-list_text {
    margin-bottom: 10px;
  }
}
.goal-list_text > strong {
  color: #007B71;
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.goal-list_initiative {
  padding: 8px 12px;
  margin-top: 12px;
  border-radius: 8px;
  background-color: #EBF7FF;
}
@media screen and (max-width: 767px) {
  .goal-list_initiative {
    margin-top: 15px;
  }
}
.goal-list_initiative > dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.goal-list_initiative > dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 100%;
  background-color: #0065B1;
}
.goal-list_initiative > dd {
  min-height: 2.8em;
  min-height: 2lh;
  margin-top: 2px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.goal-list_separate {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .goal-list_separate {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
  .goal-list_separate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #707070;
  }
}
.goal-list_separate_block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goal-list_separate_block + .goal-list_separate_block {
    position: relative;
    padding-top: 8px;
    margin-top: 8px;
  }
  .goal-list_separate_block + .goal-list_separate_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 240px);
    height: 1px;
    background-color: #707070;
  }
}
.goal-list_separate_text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.goal-list_separate_number {
  color: #007B71;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}