.sec-corporate__block01 {
  width: 100%;
  background-color: #f0f7fa;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

.sec-corporate__block02 {
  margin: 0 auto 60px;
}

.sec-corporate__cols01 {
  display: block;
}

.sec-corporate__text01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.1;
}

.sec-corporate__image01 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  right: -60px;
}
.sec-corporate__image01 img {
  width: 303px;
}

.sec-corporate__list01 {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.sec-corporate__list01 > li {
  width: 47.76%;
  flex: 0 0 47.76%;
  list-style: none;
  text-align: center;
}
.sec-corporate__list01 > li a {
  font-weight: 500;
  display: block;
  padding: 20px 0 16px;
  position: relative;
  color: #333;
  text-decoration: none;
}
.sec-corporate__list01 > li a::after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #eff3f5;
  position: absolute;
  display: block;
}
.sec-corporate__list01 > li.active a, .sec-corporate__list01 > li:hover a {
  color: #127bbf;
  font-weight: 700;
  transition: 0.2 all ease;
}
.sec-corporate__list01 > li.active a::after, .sec-corporate__list01 > li:hover a::after {
  background-color: #127bbf;
}

.sec-corporate__title01 {
  margin: 0 auto 40px;
  text-align: center;
  padding: 18px 0 22px;
  position: relative;
}
.sec-corporate__title01 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.sec-corporate__title01 span {
  position: absolute;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  color: #127bbf;
  opacity: 0.15;
  line-height: 0.7;
}
.sec-corporate__title01::before {
  content: "";
  background-color: #127bbf;
  height: 2px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sec-corporate__block01 {
    margin: 0 auto 40px;
    padding: 0px;
  }
  .sec-corporate__block02 {
    margin: 0 auto 80px;
    width: 1120px;
  }
  .sec-corporate__cols01 {
    display: flex;
    width: 1120px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .sec-corporate__text01 {
    font-weight: 700;
    font-size: 24px;
    line-height: 2.5;
  }
  .sec-corporate__image01 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    right: 103px;
    top: -64px;
  }
  .sec-corporate__image01 img {
    width: 428px;
  }
  .sec-corporate__list01 {
    display: flex;
    padding: 25px 0 23px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: nowrap;
    background-color: #edf5fa;
    border-radius: 8px;
  }
  .sec-corporate__list01 > li {
    width: 16.66%;
    flex: 0 0 16.66%;
    list-style: none;
    text-align: center;
  }
  .sec-corporate__list01 > li a {
    font-weight: 700;
    display: block;
    padding: 4px 0;
    position: relative;
    color: #333;
    text-decoration: none;
  }
  .sec-corporate__list01 > li a::after {
    content: "";
    bottom: 0;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    margin: auto;
    width: 2px;
    background: linear-gradient(to bottom, rgb(153, 153, 153), rgb(153, 153, 153) 33%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 2px 6px;
    position: absolute;
    display: block;
  }
  .sec-corporate__list01 > li.active a, .sec-corporate__list01 > li:hover a {
    color: #127bbf;
    transition: 0.2 all ease;
  }
  .sec-corporate__list01 > li.active a::after, .sec-corporate__list01 > li:hover a::after {
    background: linear-gradient(to bottom, rgb(153, 153, 153), rgb(153, 153, 153) 33%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 2px 6px;
  }
  .sec-corporate__list01 > li:last-child a::after {
    content: none;
  }
  .sec-corporate__title01 {
    margin: 0 auto 60px;
    text-align: center;
    padding: 18px 0 28px;
    position: relative;
  }
  .sec-corporate__title01 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .sec-corporate__title01 span {
    position: absolute;
    font-size: 42px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.2em;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    color: #127BBF;
    opacity: 0.15;
    line-height: 0.7;
  }
  .sec-corporate__title01::before {
    content: "";
    background-color: #127BBF;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sec-corporate-index .sec-corporate-index__block03 {
  margin: 0 auto 60px;
  padding: 0 20px;
  box-sizing: border-box;
}
.sec-corporate-index .sec-corporate-index__block04 {
  margin: 0 auto 40px;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #f0f7fa;
}
.sec-corporate-index .sec-corporate-index__block05 {
  margin: 0 auto 30px;
  padding: 0 20px;
}
.sec-corporate-index .sec-corporate-index__content01 {
  margin: 30px auto 0;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}
.sec-corporate-index .sec-corporate-index__content02 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-corporate-index .sec-corporate-index__item01 {
  margin: 0 auto 30px;
}
.sec-corporate-index .sec-corporate-index__item01:last-child {
  margin: 0 auto;
}
.sec-corporate-index .sec-corporate-index__item02 {
  width: 48.35%;
  flex: 0 0 48.35%;
  background-color: #f0f7fa;
  padding: 25px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px;
}
.sec-corporate-index .sec-corporate-index__image02 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  z-index: -1;
}
.sec-corporate-index .sec-corporate-index__image02 img {
  width: 100%;
}
.sec-corporate-index .sec-corporate-index__image03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 19px;
}
.sec-corporate-index .sec-corporate-index__image03 img {
  width: 288px;
}
.sec-corporate-index .sec-corporate-index__image04 {
  position: relative;
  width: 100%;
  margin: 0 auto 7px;
}
.sec-corporate-index .sec-corporate-index__image04 img {
  width: 100%;
}
.sec-corporate-index .sec-corporate-index__image05 {
  width: 100%;
  margin: 0 auto 20px;
}
.sec-corporate-index .sec-corporate-index__image05 img {
  width: 100%;
}
.sec-corporate-index .sec-corporate-index__title01 {
  color: #127bbf;
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}
.sec-corporate-index .sec-corporate-index__title01::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #127bbf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-corporate-index .sec-corporate-index__title01-02 {
  color: #127bbf;
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}
.sec-corporate-index .sec-corporate-index__title01-02::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #127bbf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-corporate-index .sec-corporate-index__title02 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.sec-corporate-index .sec-corporate-index__title02-02 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
}
.sec-corporate-index .sec-corporate-index__title02-02.mb40 {
  margin-bottom: 30px;
}
.sec-corporate-index .sec-corporate-index__title03 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 40px;
}
.sec-corporate-index .sec-corporate-index__title04 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #127bbf;
  margin: 0 auto 20px;
}
.sec-corporate-index .sec-corporate-index__title05 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #127bbf;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .sec-corporate-index .sec-corporate-index__block03 {
    margin: 0 auto 133px;
    padding: 0;
    width: 1120px;
  }
  .sec-corporate-index .sec-corporate-index__block04 {
    margin: 0 auto 80px;
    padding: 80px 0px;
    box-sizing: border-box;
  }
  .sec-corporate-index .sec-corporate-index__block05 {
    margin: 0 auto 60px;
    padding: 0;
  }
  .sec-corporate-index .sec-corporate-index__content01 {
    margin: 60px auto 0;
    width: 1120px;
    padding: 40px 80px 58px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
  }
  .sec-corporate-index .sec-corporate-index__content02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1120px;
  }
  .sec-corporate-index .sec-corporate-index__cols02 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .sec-corporate-index .sec-corporate-index__cols03 {
    display: flex;
    justify-content: space-between;
  }
  .sec-corporate-index .sec-corporate-index__item01 {
    width: 302px;
    margin: 0;
    font-weight: 500;
  }
  .sec-corporate-index .sec-corporate-index__item01:last-child {
    margin: 0;
  }
  .sec-corporate-index .sec-corporate-index__item02 {
    width: 360px;
    flex: 0 0 360px;
    background-color: #f0f7fa;
    padding: 40px 0px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
  }
  .sec-corporate-index .sec-corporate-index__text01 {
    font-weight: 700;
    font-size: 24px;
    line-height: 2.5;
  }
  .sec-corporate-index .sec-corporate-index__image02 {
    position: relative;
    width: 520px;
    margin-top: 0;
    top: auto;
    z-index: 1;
  }
  .sec-corporate-index .sec-corporate-index__image02 img {
    width: 100%;
  }
  .sec-corporate-index .sec-corporate-index__image03 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .sec-corporate-index .sec-corporate-index__image03 img {
    width: 446px;
  }
  .sec-corporate-index .sec-corporate-index__image04 {
    margin: 0 auto 12px;
  }
  .sec-corporate-index .sec-corporate-index__image05 {
    width: 250px;
    margin: 0 auto 30px;
  }
  .sec-corporate-index .sec-corporate-index__image05 img {
    width: 100%;
  }
  .sec-corporate-index .sec-corporate-index__text02 {
    flex: 0 0 570px;
  }
  .sec-corporate-index .sec-corporate-index__title01 {
    color: #127bbf;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
  }
  .sec-corporate-index .sec-corporate-index__title01::after {
    content: "";
    width: 50px;
    height: 3px;
  }
  .sec-corporate-index .sec-corporate-index__title01-02 {
    color: #127bbf;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0 auto 40px;
  }
  .sec-corporate-index .sec-corporate-index__title01-02::after {
    content: "";
    width: 50px;
    height: 3px;
  }
  .sec-corporate-index .sec-corporate-index__title02 {
    font-size: 32px;
    margin: 0 auto 70px;
  }
  .sec-corporate-index .sec-corporate-index__title02-02 {
    font-size: 32px;
    margin: 0 auto;
  }
  .sec-corporate-index .sec-corporate-index__title02-02.mb40 {
    margin-bottom: 40px;
  }
  .sec-corporate-index .sec-corporate-index__title03 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 40px;
  }
  .sec-corporate-index .sec-corporate-index__title04 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #127bbf;
    margin: 0 auto 40px;
  }
  .sec-corporate-index .sec-corporate-index__title05 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #127bbf;
    margin: 0 auto 25px;
  }
}

.sec-corporate-outline .sec-corporate-outline__block01 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 60px;
}
.sec-corporate-outline .sec-corporate-outline__block02 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.sec-corporate-outline .sec-corporate-outline__item01 {
  margin-bottom: 30px;
}
.sec-corporate-outline .sec-corporate-outline__item02 {
  margin-bottom: 10px;
  background-color: #f0f7fa;
  border-radius: 10px;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
.sec-corporate-outline .sec-corporate-outline__title01 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
}
.sec-corporate-outline .sec-corporate-outline__text01 {
  margin-bottom: 10px;
}
.sec-corporate-outline .sec-corporate-outline__text02 {
  margin-bottom: 20px;
  font-size: 12px;
}
.sec-corporate-outline .sec-corporate-outline__text03 {
  font-size: 12px;
}
.sec-corporate-outline .sec-corporate-outline__list01 {
  list-style: none;
  padding-left: 0px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.sec-corporate-outline .sec-corporate-outline__list01 > li {
  margin-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:last-child {
  margin-bottom: 0;
}
.sec-corporate-outline .sec-corporate-outline__list01 > li::before {
  content: "1.";
  font-weight: 700;
  color: #127bbf;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(2)::before {
  content: "2.";
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(3)::before {
  content: "3.";
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(4)::before {
  content: "4.";
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(5)::before {
  content: "5.";
}
.sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(6)::before {
  content: "6.";
}
.sec-corporate-outline .sec-corporate-outline__list02 {
  list-style: none;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.sec-corporate-outline .sec-corporate-outline__list02 > li {
  margin-bottom: 10px;
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}
.sec-corporate-outline .sec-corporate-outline__list02 > li::before {
  content: "";
  background-color: #127bbf;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 11px;
}
.sec-corporate-outline .sec-corporate-outline__list03 {
  list-style: none;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec-corporate-outline .sec-corporate-outline__list03 > li {
  margin-bottom: 10px;
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}
.sec-corporate-outline .sec-corporate-outline__list03 > li::before {
  content: "";
  background-color: #127bbf;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
}
.sec-corporate-outline .sec-corporate-outline__list03 > li:last-child {
  margin-bottom: 0;
}
.sec-corporate-outline .sec-corporate-outline__cols01 {
  display: flex;
  padding: 15px 20px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 10px;
}
.sec-corporate-outline .sec-corporate-outline__image01 {
  width: 40px;
  margin-right: 20px;
  flex: 0 0 40px;
}
.sec-corporate-outline .sec-corporate-outline__image01 img {
  width: 100%;
}
.sec-corporate-outline .sec-corporate-outline__title02 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 0 8px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.08em;
  color: #333;
}
.sec-corporate-outline .sec-corporate-outline__title02::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #eff3f5;
}
.sec-corporate-outline .sec-corporate-outline__title02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 80px;
  height: 2px;
  background: #127bbf;
}
.sec-corporate-outline .sec-corporate-outline__title03 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #127bbf;
}
@media screen and (min-width: 768px) {
  .sec-corporate-outline .sec-corporate-outline__block01 {
    width: 930px;
    padding: 0;
    margin: 0 auto 80px;
  }
  .sec-corporate-outline .sec-corporate-outline__block02 {
    width: 930px;
    padding: 0;
    margin: 0 auto 80px;
  }
  .sec-corporate-outline .sec-corporate-outline__item01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sec-corporate-outline .sec-corporate-outline__item02 {
    margin-bottom: 20px;
    background-color: #f0f7fa;
    border-radius: 10px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    width: 296px;
  }
  .sec-corporate-outline .sec-corporate-outline__title01 {
    font-weight: 700;
    border-bottom: none;
    flex: 0 0 305px;
    padding: 0 0 0 20px;
    margin-bottom: 0px;
  }
  .sec-corporate-outline .sec-corporate-outline__text01 {
    margin-bottom: 10px;
  }
  .sec-corporate-outline .sec-corporate-outline__text02 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .sec-corporate-outline .sec-corporate-outline__text03 {
    font-size: 14px;
  }
  .sec-corporate-outline .sec-corporate-outline__list01 {
    list-style: none;
    padding-left: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 10px;
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li {
    margin-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:last-child {
    margin-bottom: 0;
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li::before {
    content: "1.";
    font-weight: 700;
    color: #127bbf;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(2)::before {
    content: "2.";
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(3)::before {
    content: "3.";
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(4)::before {
    content: "4.";
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(5)::before {
    content: "5.";
  }
  .sec-corporate-outline .sec-corporate-outline__list01 > li:nth-child(6)::before {
    content: "6.";
  }
  .sec-corporate-outline .sec-corporate-outline__list02 {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding-left: 20px;
  }
  .sec-corporate-outline .sec-corporate-outline__list02 > li {
    margin-bottom: 10px;
    padding-left: 0;
    text-indent: -16px;
    box-sizing: border-box;
    position: relative;
  }
  .sec-corporate-outline .sec-corporate-outline__list02 > li::before {
    content: "";
    background-color: #127bbf;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: relative;
    left: 0;
    display: inline-block;
    top: -3px;
    margin-right: 10px;
  }
  .sec-corporate-outline .sec-corporate-outline__list03 {
    list-style: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
  }
  .sec-corporate-outline .sec-corporate-outline__list03 > li {
    margin-bottom: 10px;
    padding-left: 0;
    text-indent: -16px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
  }
  .sec-corporate-outline .sec-corporate-outline__list03 > li::before {
    content: "";
    background-color: #127bbf;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: relative;
    left: 0;
    top: -2px;
    display: inline-block;
    margin-right: 10px;
  }
  .sec-corporate-outline .sec-corporate-outline__list03 > li:last-child {
    margin-bottom: 0;
  }
  .sec-corporate-outline .sec-corporate-outline__cols01 {
    display: flex;
    padding: 15px 20px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 12px;
  }
  .sec-corporate-outline .sec-corporate-outline__cols02 {
    display: flex;
    justify-content: space-between;
  }
  .sec-corporate-outline .sec-corporate-outline__image01 {
    width: 40px;
    margin-right: 20px;
    flex: 0 0 40px;
  }
  .sec-corporate-outline .sec-corporate-outline__image01 img {
    width: 100%;
  }
  .sec-corporate-outline .sec-corporate-outline__title02 {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 0 8px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    color: #333;
  }
  .sec-corporate-outline .sec-corporate-outline__title02::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 2px;
    background: #eff3f5;
  }
  .sec-corporate-outline .sec-corporate-outline__title02::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    width: 80px;
    height: 2px;
    background: #127bbf;
  }
  .sec-corporate-outline .sec-corporate-outline__title03 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #127bbf;
  }
}

.sec-corporate-offices .sec-corporate-offices__block01 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.sec-corporate-offices .sec-corporate-offices__title01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 0 8px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.08em;
  color: #333;
}
.sec-corporate-offices .sec-corporate-offices__title01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #eff3f5;
}
.sec-corporate-offices .sec-corporate-offices__title01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 80px;
  height: 2px;
  background: #127bbf;
}
.sec-corporate-offices .sec-corporate-offices__title02 {
  font-weight: 700;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #eff3f5;
  color: #127bbf;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
}
.sec-corporate-offices .sec-corporate-offices__title02 .icon {
  margin-right: 5px;
}
.sec-corporate-offices .sec-corporate-offices__title03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 10px;
}
.sec-corporate-offices .sec-corporate-offices__title03 p {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.sec-corporate-offices .sec-corporate-offices__title03 span {
  width: 70px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 1;
  font-size: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.sec-corporate-offices .sec-corporate-offices__title04 {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: #fff solid 1px;
  font-size: 16px;
  font-weight: 700;
}
.sec-corporate-offices .sec-corporate-offices__text01 {
  margin-bottom: 10px;
}
.sec-corporate-offices .sec-corporate-offices__text02 {
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 12px;
}
.sec-corporate-offices .sec-corporate-offices__text02 span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.sec-corporate-offices .sec-corporate-offices__text02 span.sec-corporate-offices__tag01 {
  font-size: 10px;
  background-color: #eff3f5;
  border-radius: 2px;
  padding: 2px 6px;
  margin-right: 6px;
}
.sec-corporate-offices .sec-corporate-offices__text03 {
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-corporate-offices .sec-corporate-offices__text04 {
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.sec-corporate-offices .sec-corporate-offices__text-area01 {
  margin: 0 auto 30px;
}
.sec-corporate-offices .sec-corporate-offices__list01 {
  list-style: none;
  box-sizing: border-box;
  padding-left: 5px;
}
.sec-corporate-offices .sec-corporate-offices__list01 > li {
  margin-bottom: 10px;
  padding-left: 12px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.78;
}
.sec-corporate-offices .sec-corporate-offices__list01 > li::before {
  content: "";
  background-color: #127bbf;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
}
.sec-corporate-offices .sec-corporate-offices__list01 > li:last-child {
  margin-bottom: 0;
}
.sec-corporate-offices .sec-corporate-offices__map01 {
  margin: 0 auto 20px;
}
.sec-corporate-offices .sec-corporate-offices__map01 iframe {
  width: 100%;
  height: 250px;
}
.sec-corporate-offices .sec-corporate-offices__button01 {
  width: 275px;
  height: 48px;
  color: #fff;
  margin: 0 auto;
  background-color: #127bbf;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 4px;
  border: #dddddd 1px solid;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.sec-corporate-offices .sec-corporate-offices__button01 span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.sec-corporate-offices .sec-corporate-offices__button01 .icon {
  margin-left: 5px;
}
.sec-corporate-offices .sec-corporate-offices__button01:hover {
  background-color: #0096d7;
}
.sec-corporate-offices .sec-corporate-offices__content01 {
  margin: 0 auto 40px;
}
.sec-corporate-offices .sec-corporate-offices__content02 {
  margin: 0 auto 60px;
}
.sec-corporate-offices .sec-corporate-offices__content03 {
  margin: 0 auto 40px;
}
.sec-corporate-offices .sec-corporate-offices__content04 {
  margin: 0 auto;
}
.sec-corporate-offices .sec-corporate-offices__item01 {
  padding-bottom: 24px;
  position: relative;
  margin: 0 auto 24px;
}
.sec-corporate-offices .sec-corporate-offices__item01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 7px 2px;
  width: 100%;
  height: 2px;
}
.sec-corporate-offices .sec-corporate-offices__item02 {
  margin: 0 auto 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f7fa;
}
@media screen and (min-width: 768px) {
  .sec-corporate-offices .sec-corporate-offices__block01 {
    width: 930px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 80px;
  }
  .sec-corporate-offices .sec-corporate-offices__title01 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec-corporate-offices .sec-corporate-offices__title02 {
    font-weight: 700;
    padding: 0px 20px;
    margin-bottom: 30px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
  }
  .sec-corporate-offices .sec-corporate-offices__title02 .icon {
    margin-right: 5px;
  }
  .sec-corporate-offices .sec-corporate-offices__title03 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 360px;
  }
  .sec-corporate-offices .sec-corporate-offices__title03 p {
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
  }
  .sec-corporate-offices .sec-corporate-offices__title03 span {
    width: 90px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .sec-corporate-offices .sec-corporate-offices__title04 {
    padding: 24px 20px 22px 30px;
    border-bottom: #fff solid 2px;
    font-size: 20px;
  }
  .sec-corporate-offices .sec-corporate-offices__text01 {
    margin-bottom: 0px;
  }
  .sec-corporate-offices .sec-corporate-offices__text01.mb15 {
    margin-bottom: 15px;
  }
  .sec-corporate-offices .sec-corporate-offices__text02 {
    padding-left: 10px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .sec-corporate-offices .sec-corporate-offices__text02 span {
    font-size: 16px;
  }
  .sec-corporate-offices .sec-corporate-offices__text02 span.sec-corporate-offices__tag01 {
    font-size: 12px;
    background-color: #eff3f5;
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 6px;
  }
  .sec-corporate-offices .sec-corporate-offices__text03 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .sec-corporate-offices .sec-corporate-offices__text04 {
    padding: 30px 30px 40px;
    box-sizing: border-box;
  }
  .sec-corporate-offices .sec-corporate-offices__text-area01 {
    margin: 0 auto 30px;
  }
  .sec-corporate-offices .sec-corporate-offices__text-area01:last-child {
    margin-bottom: 0;
  }
  .sec-corporate-offices .sec-corporate-offices__list01 {
    list-style: none;
    box-sizing: border-box;
    padding-left: 5px;
  }
  .sec-corporate-offices .sec-corporate-offices__list01 > li {
    margin-bottom: 5px;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.78;
  }
  .sec-corporate-offices .sec-corporate-offices__list01 > li::before {
    content: "";
    background-color: #127bbf;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .sec-corporate-offices .sec-corporate-offices__list01 > li:last-child {
    margin-bottom: 0;
  }
  .sec-corporate-offices .sec-corporate-offices__map01 {
    margin: 0 auto 20px;
  }
  .sec-corporate-offices .sec-corporate-offices__map01 iframe {
    width: 100%;
    height: 315px;
  }
  .sec-corporate-offices .sec-corporate-offices__content01 {
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sec-corporate-offices .sec-corporate-offices__content02 {
    margin: 0 auto 60px;
  }
  .sec-corporate-offices .sec-corporate-offices__content03 {
    margin: 0 auto 60px;
  }
  .sec-corporate-offices .sec-corporate-offices__content04 {
    margin: 0 auto;
  }
  .sec-corporate-offices .sec-corporate-offices__item01 {
    padding: 0 0 40px 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 40px;
  }
  .sec-corporate-offices .sec-corporate-offices__item01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 7px 2px;
    width: 100%;
    height: 2px;
  }
  .sec-corporate-offices .sec-corporate-offices__item02 {
    margin: 0 auto 10px;
    border-radius: 10px;
    width: 455px;
    overflow: hidden;
    background-color: #f0f7fa;
  }
  .sec-corporate-offices .sec-corporate-offices__item03 {
    width: 445px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .sec-corporate-offices .sec-corporate-offices__item04 {
    width: 435px;
  }
  .sec-corporate-offices .sec-corporate-offices__cols01 {
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  .sec-corporate-offices .sec-corporate-offices__cols02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec-corporate-offices .sec-corporate-offices__cols03 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.sec-corporate-history .sec-corporate-history__block01 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.sec-corporate-history .sec-corporate-history__title01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 0px 0 8px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.08em;
  color: #333;
}
.sec-corporate-history .sec-corporate-history__title01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #eff3f5;
}
.sec-corporate-history .sec-corporate-history__title01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 80px;
  height: 2px;
  background: #127bbf;
}
.sec-corporate-history .sec-corporate-history__title02 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px 0;
}
.sec-corporate-history .sec-corporate-history__title02 p {
  font-weight: 700;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  padding-right: 10px;
  line-height: 1;
}
.sec-corporate-history .sec-corporate-history__title02 span {
  padding-bottom: 3px;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  line-height: 1;
}
.sec-corporate-history .sec-corporate-history__text01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  line-height: 1.6;
  margin-bottom: 5px;
}
.sec-corporate-history .sec-corporate-history__text02 {
  font-size: 12px;
  line-height: 1.75;
}
.sec-corporate-history .sec-corporate-history__text03 {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  line-height: 1.6;
  margin-top: 10px;
}
.sec-corporate-history .sec-corporate-history__content01 {
  position: relative;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.sec-corporate-history .sec-corporate-history__item01 {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  padding: 15px 0 0px 32px;
  box-sizing: border-box;
  border-top: #f6ad00 2px solid;
}
.sec-corporate-history .sec-corporate-history__item01::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #f6ad00;
  z-index: 2;
}
.sec-corporate-history .sec-corporate-history__item01::after {
  content: "";
  background: linear-gradient(to bottom, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 2px 7px;
  width: 2px;
  height: calc(100% + 40px);
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.sec-corporate-history .sec-corporate-history__item01.bgd {
  background-color: #fffbea;
  background-image: radial-gradient(#feeec6 30%, transparent 30%), radial-gradient(#feeec6 30%, transparent 30%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  padding: 15px 0 40px 32px;
}
.sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__title02 p {
  color: #f6ad25;
  font-size: 26px;
}
.sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__title02 span {
  color: #f6ad25;
}
.sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__text02 {
  position: relative;
  z-index: 2;
  padding-right: 40px;
  box-sizing: border-box;
}
.sec-corporate-history .sec-corporate-history__item02 {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  padding: 15px 0 0px 32px;
  box-sizing: border-box;
  border-top: #127bbf 2px solid;
}
.sec-corporate-history .sec-corporate-history__item02::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #127bbf;
  z-index: 2;
}
.sec-corporate-history .sec-corporate-history__item02::after {
  content: "";
  background: linear-gradient(to bottom, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 2px 7px;
  width: 2px;
  height: calc(100% + 40px);
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.sec-corporate-history .sec-corporate-history__image01 {
  width: 79px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.sec-corporate-history .sec-corporate-history__image01 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-corporate-history .sec-corporate-history__block01 {
    width: 930px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 120px;
  }
  .sec-corporate-history .sec-corporate-history__title01 {
    width: 100%;
    margin-bottom: 35px;
    font-size: 24px;
  }
  .sec-corporate-history .sec-corporate-history__title02 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .sec-corporate-history .sec-corporate-history__title02 p {
    font-weight: 700;
    font-size: 26px;
    font-family: "Lato", sans-serif;
    padding-right: 12px;
  }
  .sec-corporate-history .sec-corporate-history__title02 span {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
  }
  .sec-corporate-history .sec-corporate-history__text01 {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .sec-corporate-history .sec-corporate-history__text02 {
    font-size: 14px;
    line-height: 1.75;
  }
  .sec-corporate-history .sec-corporate-history__text03 {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    line-height: 1.6;
    margin-top: 15px;
  }
  .sec-corporate-history .sec-corporate-history__content01 {
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  .sec-corporate-history .sec-corporate-history__item01 {
    position: relative;
    margin-bottom: 35px;
    z-index: 2;
    width: 50%;
    padding: 15px 0 0px 32px;
    box-sizing: border-box;
    border-top: #f6ad00 2px solid;
    transform: translate(100%);
  }
  .sec-corporate-history .sec-corporate-history__item01::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #f6ad00;
    z-index: 2;
  }
  .sec-corporate-history .sec-corporate-history__item01::after {
    content: "";
    background: linear-gradient(to bottom, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 2px 7px;
    width: 2px;
    height: calc(100% + 40px);
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
  }
  .sec-corporate-history .sec-corporate-history__item01.bgd {
    background-color: #fffbea;
    background-image: radial-gradient(#feeec6 30%, transparent 30%), radial-gradient(#feeec6 30%, transparent 30%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    padding: 15px 0 40px 32px;
  }
  .sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__title02 p {
    color: #f6ad25;
    font-size: 32px;
  }
  .sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__title02 span {
    color: #f6ad25;
  }
  .sec-corporate-history .sec-corporate-history__item01.bgd .sec-corporate-history__text02 {
    position: relative;
    z-index: 2;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .sec-corporate-history .sec-corporate-history__item02 {
    position: relative;
    margin-bottom: 35px;
    z-index: 2;
    width: 50%;
    padding: 15px 25px 0px 0px;
    box-sizing: border-box;
    border-top: #127bbf 2px solid;
  }
  .sec-corporate-history .sec-corporate-history__item02::before {
    content: "";
    position: absolute;
    right: -7px;
    left: auto;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #127bbf;
    z-index: 2;
  }
  .sec-corporate-history .sec-corporate-history__item02::after {
    content: "";
    background: linear-gradient(to bottom, rgb(221, 221, 221), rgb(221, 221, 221) 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 2px 7px;
    width: 2px;
    height: calc(100% + 40px);
    position: absolute;
    left: auto;
    right: -2px;
    top: 0;
    z-index: 1;
  }
  .sec-corporate-history .sec-corporate-history__image01 {
    width: 91px;
    position: absolute;
    right: 30px;
    bottom: -27px;
  }
  .sec-corporate-history .sec-corporate-history__image01 img {
    width: 100%;
  }
}

.sec-corporate-organization .sec-corporate-organization__block01 {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.sec-corporate-organization .sec-corporate-organization__image01 {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
.sec-corporate-organization .sec-corporate-organization__image01 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-corporate-organization .sec-corporate-organization__block01 {
    width: 949px;
    margin: 0 auto;
    padding: 0 0 80px;
    box-sizing: border-box;
  }
  .sec-corporate-organization .sec-corporate-organization__image01 {
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }
  .sec-corporate-organization .sec-corporate-organization__image01 img {
    width: 100%;
  }
}

.sec-corporate-recruit .sec-corporate-recruit__block01 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 60px;
}
.sec-corporate-recruit .sec-corporate-recruit__title01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 8px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.08em;
  color: #333;
}
.sec-corporate-recruit .sec-corporate-recruit__title01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #eff3f5;
}
.sec-corporate-recruit .sec-corporate-recruit__title01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 80px;
  height: 2px;
  background: #127bbf;
}
.sec-corporate-recruit .sec-corporate-recruit__content01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec-corporate-recruit .sec-corporate-recruit__content02 {
  margin: 0 auto;
}
.sec-corporate-recruit .sec-corporate-recruit__item01 {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px;
}
.sec-corporate-recruit .sec-corporate-recruit__image01 {
  width: 100%;
}
.sec-corporate-recruit .sec-corporate-recruit__image01 img {
  width: 100%;
}
.sec-corporate-recruit .sec-corporate-recruit__text-area01 {
  background-color: #f0f7fa;
  padding: 20px;
  box-sizing: border-box;
}
.sec-corporate-recruit .sec-corporate-recruit__text01 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec-corporate-recruit .sec-corporate-recruit__button01 {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
}
.sec-corporate-recruit .sec-corporate-recruit__button01 .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #127bbf;
  transition: 0.3s ease-in-out all;
}
.sec-corporate-recruit .sec-corporate-recruit__button01:last-child {
  margin-bottom: 0;
}
.sec-corporate-recruit .sec-corporate-recruit__button01:hover {
  color: #127bbf;
  border: 1px solid #127bbf;
}
@media screen and (min-width: 768px) {
  .sec-corporate-recruit .sec-corporate-recruit__block01 {
    width: 930px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 60px;
  }
  .sec-corporate-recruit .sec-corporate-history__title01 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .sec-corporate-recruit .sec-corporate-recruit__content01 {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 40px;
    margin: 0 auto 20px;
  }
  .sec-corporate-recruit .sec-corporate-recruit__content02 {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .sec-corporate-recruit .sec-corporate-recruit__item01 {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 20px;
    width: 455px;
  }
  .sec-corporate-recruit .sec-corporate-recruit__text-area01 {
    padding: 30px;
    height: 100%;
  }
  .sec-corporate-recruit .sec-corporate-recruit__text01 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .sec-corporate-recruit .sec-corporate-recruit__button01 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 15px;
  }
  .sec-corporate-recruit .sec-corporate-recruit__button01 .icon {
    right: 20px;
  }
}