* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* section
--------------------- */
#section01 .inner .wrapper .sub {
  left: 0;
}

#section02 .inner .wrapper .sub {
  right: 0;
}

.section .inner .wrapper {
  position: relative;
  padding: 0 10rem 9rem;
  border-radius: 0 0 3rem 3rem;
}
.section .inner .wrapper::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 8.8rem;
  border-radius: 3rem 3rem 0 0;
  background: var(--white);
}
.section .inner .wrapper .sub {
  position: absolute;
  display: block;
  top: -21.4rem;
  font-size: 10rem;
  font-weight: 700;
}
.section .inner .wrapper .title {
  display: flex;
  justify-content: space-between;
}
.section .inner .wrapper .title .box {
  flex-shrink: 0;
}
.section .inner .wrapper .title .box h2 {
  width: 17vw;
  line-height: 4.5rem;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.section .inner .wrapper .title .box .en {
  font-weight: 500;
}
.section .inner .wrapper .title p {
  flex: 1;
  padding-top: 1rem;
}
.section .inner .wrapper .business .list .item {
  display: flex;
  align-items: center;
  padding: 2rem 0 2rem 2rem;
  border-radius: 1.5rem;
  background: var(--gray02);
}
.section .inner .wrapper .business .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 1.5rem;
}
.section .inner .wrapper .business .list .item .en {
  display: block;
  font-weight: 700;
  letter-spacing: 0.09em;
  border-radius: 1rem;
  margin-right: 2rem;
  padding: 1.1rem 1.5rem 1rem;
  background: var(--white);
}
.section .inner .wrapper .business .list .item p {
  font-weight: 500;
}
.section .inner .wrapper .job .list {
  display: flex;
  justify-content: space-between;
}
.section .inner .wrapper .job .list .item {
  position: relative;
  width: calc(50% - 2.5rem);
  border: 1px solid var(--gray);
  border-radius: 1.5rem;
  padding: 4.1rem 4rem 3.9rem;
}
.section .inner .wrapper .job .list .item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 4rem;
  width: 2.55vw;
  height: 1px;
  background: var(--red);
}
.section .inner .wrapper .job .list .item h4 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
.section .inner .business,
.section .inner .job,
.section .inner .employee {
  padding-top: 8rem;
}
.section .inner .business h3,
.section .inner .job h3,
.section .inner .employee h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.section .inner .employee {
  padding: 9rem 10rem 0 10rem;
}
.section .inner .employee .list {
  display: flex;
}
.section .inner .employee .list .item {
  width: calc(33% - 3.3rem);
  border-radius: 1rem;
}
.section .inner .employee .list .item.pc-mg-tp {
  margin-top: 3.3rem;
}
.section .inner .employee .list .item a {
  display: flex;
  padding: 2rem;
  border-radius: 1rem;
  transition: var(--hover_ani_time);
  background: var(--white) url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/1.8vw;
}
.section .inner .employee .list .item a:hover {
  background: var(--white) url("../../common/img/btn_arrow_red.svg") no-repeat bottom 0.8rem right 0.8rem/2.2vw;
}
.section .inner .employee .list .item a .pht {
  width: 6.4vw;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
.section .inner .employee .list .item a h4 {
  line-height: 1;
  padding: 1.4rem 0 1rem 0;
}
.section .inner .employee .list .item a .txt p {
  line-height: 1.8rem;
  letter-spacing: 0.001em;
}
.section .inner .employee .list .item a .txt .year {
  display: block;
  line-height: 1;
  margin-top: 0.6rem;
}
.section .inner .employee-01 .list {
  justify-content: center;
}
.section .inner .employee-01 .list .item:not(:first-child) {
  margin-left: 3.3rem;
}
.section .inner .employee-02 .list {
  flex-wrap: wrap;
}
.section .inner .employee-02 .list .item:not(:nth-last-of-type(1)) {
  margin-right: 3.3rem;
}

@media screen and (max-width: 768px) {
  .section .main-pht {
    height: 55vw;
  }
  .section .inner .wrapper {
    padding: 0 2rem 5rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .section .inner .wrapper::before {
    transform: translateY(-100%);
    height: 4.3rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .section .inner .wrapper .sub {
    top: -9.9rem;
    font-size: 4.5rem;
  }
  .section .inner .wrapper .title {
    display: block;
  }
  .section .inner .wrapper .title .box {
    margin-right: 0;
  }
  .section .inner .wrapper .title .box h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .section .inner .wrapper .title .box .en {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  .section .inner .wrapper .title p {
    flex: 1;
    padding-top: 2rem;
  }
  .section .inner .wrapper .business .list .item {
    display: block;
    align-items: center;
    padding: 2rem 2rem 2.5rem 2rem;
    border-radius: 1.5rem;
    background: var(--gray02);
  }
  .section .inner .wrapper .business .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  .section .inner .wrapper .business .list .item .en {
    display: block;
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.6rem 1rem 0.5rem;
    margin-bottom: 1rem;
  }
  .section .inner .wrapper .business .list .item p {
    font-size: 1.55rem;
    line-height: 2.8rem;
  }
  .section .inner .wrapper .job .list {
    display: block;
  }
  .section .inner .wrapper .job .list .item {
    width: 100%;
    border-radius: 1.5rem;
    padding: 2.7rem 2rem 2.5rem;
  }
  .section .inner .wrapper .job .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  .section .inner .wrapper .job .list .item::before {
    left: 2rem;
    width: 8vw;
  }
  .section .inner .wrapper .job .list .item h4 {
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
  }
  .section .inner .wrapper .job .list .item p {
    line-height: 2.5rem;
  }
  .section .inner .business,
  .section .inner .job,
  .section .inner .employee {
    padding-top: 4rem;
  }
  .section .inner .business h3,
  .section .inner .job h3,
  .section .inner .employee h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .section .inner .employee {
    padding: 3.5rem 0 0 0;
  }
  .section .inner .employee .list {
    display: block;
  }
  .section .inner .employee .list .item {
    width: 100%;
  }
  .section .inner .employee .list .item.pc-mg-tp {
    margin-top: 0;
  }
  .section .inner .employee .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  .section .inner .employee .list .item a {
    display: flex;
    padding: 2rem;
    background: var(--white) url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/6vw;
  }
  .section .inner .employee .list .item a:hover {
    background: var(--white) url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/6vw;
  }
  .section .inner .employee .list .item a .pht {
    width: 30vw;
    height: 32.5vw;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 2rem;
  }
  .section .inner .employee .list .item a h4 {
    font-size: 1.65rem;
    padding: 1.8rem 0 1.4rem 0;
  }
  .section .inner .employee .list .item a .txt p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .section .inner .employee .list .item a .txt .year {
    display: block;
    margin-top: 0.8rem;
  }
}
/* model
--------------------- */
#model .inner {
  padding: 0 10rem;
}
#model .inner .title {
  margin-bottom: 5rem;
}
#model .inner .title .en {
  display: block;
  font-weight: 700;
  text-align: center;
}
#model .inner .title h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
#model .inner .list .item {
  padding: 5.5rem 5rem 5.5rem 5rem;
  border-radius: 2rem;
  border: 1px solid var(--gray);
}
#model .inner .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px dotted var(--gray);
}
#model .inner .list .item .wrapper {
  display: flex;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px dotted var(--gray);
}
#model .inner .list .item .wrapper .left {
  flex-shrink: 0;
  margin-right: 5rem;
  margin-left: 2.3rem;
}
#model .inner .list .item .wrapper .left .pht {
  border-radius: 1rem;
  overflow: hidden;
  width: 5.4vw;
  margin-bottom: 1.2rem;
}
#model .inner .list .item .wrapper .left .txt .name {
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  padding: 0.3rem 0 0.7rem;
}
#model .inner .list .item .wrapper .left .txt p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0;
}
#model .inner .list .item .wrapper .right {
  flex: 1;
}
#model .inner .list .item .wrapper .right .tag {
  display: block;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.9rem 0.1rem 0.9rem;
  margin-bottom: 1.1rem;
  border-radius: 0.5rem;
}
#model .inner .list .item .wrapper .right h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
#model .inner .list .item .chronology .box {
  display: flex;
  position: relative;
}
#model .inner .list .item .chronology .box:not(:nth-last-of-type(1)) {
  padding-bottom: 6.3rem;
}
#model .inner .list .item .chronology .box:not(:nth-last-of-type(1))::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 4.2vw;
  width: 1px;
  height: 100%;
  background: var(--gray);
}
#model .inner .list .item .chronology .box h4 {
  flex-shrink: 0;
  line-height: 1;
  text-align: center;
  width: 8.6vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0 0.9rem 0;
  margin-right: 2.7rem;
  border-radius: 0.5rem;
  border: 1px solid var(--red);
  background: var(--white);
}
#model .inner .list .item .chronology .box .txt {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #model .inner {
    padding: 0;
  }
  #model .inner .title {
    margin-bottom: 3rem;
  }
  #model .inner .title .en {
    font-size: 1.5rem;
  }
  #model .inner .title h2 {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  #model .inner .list .item {
    padding: 2.7rem 2.8rem 2.7rem 2.8rem;
    border-radius: 1.5rem;
  }
  #model .inner .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 3rem;
    padding-bottom: 2.8rem;
    border-bottom: 1px dotted var(--gray);
  }
  #model .inner .list .item .wrapper {
    display: block;
    padding-bottom: 2.3rem;
    margin-bottom: 2.3rem;
  }
  #model .inner .list .item .wrapper .left {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  #model .inner .list .item .wrapper .left .pht {
    width: 20vw;
    margin-bottom: 0;
  }
  #model .inner .list .item .wrapper .left .txt {
    margin-top: 0;
    margin-left: 2rem;
  }
  #model .inner .list .item .wrapper .left .txt .name {
    display: block;
    font-size: 1.9rem;
    line-height: 1;
    padding: 0.3rem 0 0.4rem;
  }
  #model .inner .list .item .wrapper .left .txt p {
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: 0;
  }
  #model .inner .list .item .wrapper .right {
    margin-top: 2.7rem;
  }
  #model .inner .list .item .wrapper .right .tag {
    font-size: 1.1rem;
    padding: 0.1rem 0.9rem 0.1rem 0.9rem;
    margin-bottom: 0.9rem;
    border-radius: 0.5rem;
  }
  #model .inner .list .item .wrapper .right h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  #model .inner .list .item .chronology .box:nth-of-type(1) h4::before {
    height: 90vw;
  }
  #model .inner .list .item .chronology .box:not(:nth-last-of-type(1)) {
    padding-bottom: 2rem;
  }
  #model .inner .list .item .chronology .box:not(:nth-last-of-type(1))::before {
    left: 11vw;
  }
  #model .inner .list .item .chronology .box h4 {
    position: relative;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    width: 22vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.8rem 0 0.7rem 0;
    margin-right: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--red);
    background: var(--white);
  }
  #model .inner .list .item .chronology .box .txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
    flex: 1;
  }
}
/* business-fv
--------------------- */
.business-fv .wrapper {
  padding: 10.3rem 9.2rem 0 10rem;
}
.business-fv .wrapper .title h1 {
  display: flex;
  font-size: 5.7rem;
  line-height: 7.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.business-fv .wrapper .title h1 span {
  display: block;
  line-height: 8.5rem;
  width: 5.45vw;
}
.business-fv .wrapper .title h1 span.en {
  font-size: 6.5rem;
  line-height: 9rem;
}
.business-fv .wrapper .title h1 span.en01 {
  width: 5.1vw;
}
.business-fv .wrapper .title h1 span.en02 {
  width: 5.9vw;
}
.business-fv .wrapper .title h1 span.en03 {
  width: 5.2vw;
}
.business-fv .wrapper .title .sub {
  font-weight: 700;
}
.business-fv .page__marquee {
  position: absolute;
  z-index: 2;
  bottom: 8.4rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.business-fv .page__marquee .marquee__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
}
.business-fv .page__marquee .marquee__item:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
.business-fv .page__marquee .marquee__item:nth-child(even) {
  animation: loop2 100s linear infinite;
}
.business-fv::before {
  content: "";
  position: absolute;
  bottom: -11rem;
  z-index: 10;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 10.7rem;
  background: url("../../common/img/add_circle_bg_red.svg") no-repeat top/110%;
}
@media screen and (max-width: 768px) {
  .business-fv::before {
    content: "";
    height: 2.7rem;
    background: url("../../common/img/add_circle_bg_red.svg") no-repeat top/110%;
  }
}

@media screen and (min-width: 769px) {
  .business-fv {
    height: 70.6rem;
  }
}
@media screen and (max-width: 768px) {
  .business-fv .wrapper {
    padding: 9.5rem 0 8.7rem 2rem;
  }
  .business-fv .wrapper .title h1 {
    display: flex;
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 0.2rem;
  }
  .business-fv .wrapper .title h1 span {
    display: inline;
    width: auto;
    line-height: 4.4rem;
    letter-spacing: 0.7rem;
  }
  .business-fv .wrapper .title h1 span.en {
    display: block;
    line-height: 4.6rem;
    font-size: 3.4rem;
  }
  .business-fv .page__marquee {
    bottom: 1.7rem;
  }
  .business-fv .page__marquee .marquee__item {
    font-size: 7rem;
    padding-right: 20px;
  }
  .business-fv .page__marquee .marquee__item:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
  }
  .business-fv .page__marquee .marquee__item:nth-child(even) {
    animation: loop2 100s linear infinite;
  }
  .business-fv::before {
    bottom: -2.7rem;
    z-index: 10;
    height: 2.7rem;
    background: url("../../common/img/add_circle_bg_red.svg") no-repeat top/110%;
  }
}
/* anchor
--------------------- */
#anchor {
  position: relative;
  z-index: 1;
  padding-bottom: 22.2rem;
}
#anchor .inner .titel {
  text-align: center;
  margin-bottom: 3.6rem;
}
#anchor .inner .titel .en {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
#anchor .inner .wrapper {
  display: flex;
  justify-content: space-between;
  width: 69.44vw;
  margin: 0 auto;
}
#anchor .inner .wrapper .item {
  width: calc(33.33% - 4rem);
  border-radius: 3rem;
  background: var(--white);
  box-shadow: 10px 10px 20px #C3000F;
}
#anchor .inner .wrapper .item a {
  display: flex;
  height: 100%;
  padding: 3.5rem;
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_bottom_red.svg") no-repeat bottom 2rem right 2rem/2vw;
}
#anchor .inner .wrapper .item a:hover {
  background: url("../../common/img/btn_arrow_bottom_white.svg") no-repeat bottom 2rem right 2rem/2vw;
}
#anchor .inner .wrapper .item a:hover .pht img {
  transform: scale(1.15);
}
#anchor .inner .wrapper .item a .box .head-box .num {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2rem;
}
#anchor .inner .wrapper .item a .box .head-box h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#anchor .inner .wrapper .item a .box .head-box .sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #4C4948;
}
#anchor .inner .wrapper .item a .box .tag .jp {
  display: block;
  line-height: 1;
  font-weight: 500;
}
#anchor .inner .wrapper .item a .box .tag .jp:not(:nth-last-of-type(1)) {
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 768px) {
  #anchor {
    padding-top: 3rem;
    padding-bottom: 11rem;
  }
  #anchor .inner .titel {
    margin-bottom: 2rem;
  }
  #anchor .inner .titel .en {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.09em;
  }
  #anchor .inner .wrapper {
    display: block;
    width: 100%;
  }
  #anchor .inner .wrapper .item {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 10px 10px 20px #C3000F;
  }
  #anchor .inner .wrapper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
  #anchor .inner .wrapper .item a {
    display: block;
    padding: 2.2rem 3.5rem 2rem 3rem;
    background: url("../../common/img/btn_arrow_bottom_red.svg") no-repeat bottom 1.3rem right 2.5rem/5vw;
  }
  #anchor .inner .wrapper .item a:hover {
    background: url("../../common/img/btn_arrow_bottom_red.svg") no-repeat bottom 1.3rem right 2.5rem/5vw;
  }
  #anchor .inner .wrapper .item a:hover .pht img {
    transform: scale(1);
  }
  #anchor .inner .wrapper .item a .pht {
    border-radius: 1rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  #anchor .inner .wrapper .item a .box {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  #anchor .inner .wrapper .item a .box .head-box {
    width: 35%;
  }
  #anchor .inner .wrapper .item a .box .head-box .num {
    font-size: 1.7rem;
    margin-bottom: 1.1rem;
  }
  #anchor .inner .wrapper .item a .box .head-box h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 0.3rem;
  }
  #anchor .inner .wrapper .item a .box .head-box .sub {
    font-size: 1rem;
    margin-bottom: 0;
  }
  #anchor .inner .wrapper .item a .box .tag {
    margin-left: 1rem;
  }
  #anchor .inner .wrapper .item a .box .tag .jp {
    font-size: 1.1rem;
  }
  #anchor .inner .wrapper .item a .box .tag .jp:not(:nth-last-of-type(1)) {
    margin-bottom: 0.6rem;
  }
}
/* content
--------------------- */
.content .inner {
  position: relative;
  padding: 0 10rem 25.7rem 10rem;
}
.content .inner .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
  padding-top: 0.2rem;
}
.content .inner .wrapper .pht {
  flex-shrink: 0;
  width: 23.61vw;
  border-radius: 2rem;
  overflow: hidden;
}
.content .inner .wrapper .box {
  margin-right: 10.5rem;
}
.content .inner .wrapper .box .en-box {
  display: flex;
  align-items: center;
}
.content .inner .wrapper .box .en-box .num {
  display: block;
  line-height: 1;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.5rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 100%;
  background: var(--red);
}
.content .inner .wrapper .box .en-box .sub {
  font-weight: 700;
}
.content .inner .wrapper .box h2 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 1.8rem 0 1.8rem 0;
}
.content .inner .wrapper .box .tag {
  margin-bottom: 3.8rem;
}
.content .inner .figure {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 7rem;
}
.content .inner .link-box {
  display: block;
  width: 100%;
  height: 17vw;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 7rem;
}
.content .inner .link-box .bg-black {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
  background-color: rgba(0, 0, 0, 0.3);
}
.content .inner .link-box a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
.content .inner .link-box a .txt {
  position: relative;
  z-index: 2;
}
.content .inner .link-box a .txt h3 {
  font-size: 2.4rem;
  transition: var(--hover_ani_time);
}
.content .inner .link-box a .txt .en {
  transition: var(--hover_ani_time);
}
.content .inner .link-box a .view-btn {
  position: relative;
  z-index: 2;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem 0 0;
  transition: var(--hover_ani_time);
}
.content .inner .link-box a .view-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2vw;
  height: 2vw;
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_white02.svg") no-repeat center/cover;
}
.content .inner .link-box a:hover .view-btn::after {
  transform: scale(1.2);
}
.content .inner .link-box a:hover .bg-black {
  background-color: rgba(0, 0, 0, 0.7);
}
.content .inner .employee h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
.content .inner .employee .list {
  display: flex;
  justify-content: space-between;
}
.content .inner .employee .list .item {
  width: calc(33% - 3.3rem);
  border-radius: 1rem;
}
.content .inner .employee .list .item a {
  display: flex;
  padding: 2rem;
  border-radius: 1rem;
  transition: var(--hover_ani_time);
  background: #EFEFEF url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/1.8vw;
}
.content .inner .employee .list .item a:hover {
  background: #EFEFEF url("../../common/img/btn_arrow_red.svg") no-repeat bottom 0.8rem right 0.8rem/2.2vw;
}
.content .inner .employee .list .item a .pht {
  width: 6.4vw;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
.content .inner .employee .list .item a h4 {
  line-height: 1;
  padding: 1.4rem 0 1rem 0;
}
.content .inner .employee .list .item a .txt p {
  line-height: 1.8rem;
}
.content .inner .employee .list .item a .txt .year {
  display: block;
  line-height: 1;
  margin-top: 0.6rem;
}

#content01.content {
  position: relative;
  z-index: 2;
}
#content01.content .inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 8.8rem;
  border-radius: 3rem 3rem 0 0;
  background: var(--white);
}
#content01.content .inner .link-box a {
  background: url("../img/business/pht01-03.webp") no-repeat center left/cover;
}

.content#content02 {
  position: relative;
  z-index: 3;
}
.content#content02::before {
  content: "";
  position: absolute;
  top: 1px;
  z-index: 3;
  left: 0;
  transform: translateY(-100%);
  width: 100vw;
  height: 10.7rem;
  background: url("../../common/img/add_circle_bg_grey.svg") no-repeat top/110%;
}
.content#content02 .inner .wrapper {
  padding-top: 10rem;
}
.content#content02 .inner .link-box a {
  background: url("../img/business/pht02-03.webp") no-repeat center left/cover;
}

.content#content03 {
  position: relative;
  z-index: 4;
}
.content#content03 .inner {
  padding: 0 10rem 15rem 10rem;
}
.content#content03 .inner::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 8.8rem;
  border-radius: 3rem 3rem 0 0;
  background: var(--white);
}
.content#content03 .inner .employee .list {
  margin: 0 auto;
  width: 45.28vw;
}
.content#content03 .inner .employee .list .item {
  width: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .content .inner {
    position: relative;
    padding: 0 2rem 10rem 2rem;
  }
  .content .inner .wrapper {
    display: block;
    margin-bottom: 3rem;
  }
  .content .inner .wrapper .pht {
    width: 100%;
    border-radius: 1.3rem;
  }
  .content .inner .wrapper .box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem auto;
  }
  .content .inner .wrapper .box .head {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content .inner .wrapper .box .head .en-box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 1.2rem;
  }
  .content .inner .wrapper .box .head .en-box .num {
    font-size: 1.3rem;
    margin-right: 1rem;
    margin-top: 0.1rem;
    padding: 0.7rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content .inner .wrapper .box .head .en-box .sub {
    font-size: 1.5rem;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content .inner .wrapper .box .head h2 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    margin: 1.3rem auto 1.2rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content .inner .wrapper .box .head .tag {
    margin: 0 auto 2rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content .inner .figure {
    border-radius: 1.3rem;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .content .inner .figure img {
    width: 190%;
  }
  .content .inner .link-box {
    height: 40vw;
    border-radius: 1.3rem;
    margin-bottom: 0;
  }
  .content .inner .link-box .bg-black {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--hover_ani_time);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .content .inner .link-box a {
    padding: 1.7rem 1.7rem 1.4rem 1.7rem;
  }
  .content .inner .link-box a .txt h3 {
    font-size: 1.65rem;
    line-height: 1;
  }
  .content .inner .link-box a .view-btn {
    padding: 0 4rem 0 0;
    font-size: 1.2rem;
  }
  .content .inner .link-box a .view-btn::after {
    width: 5.4vw;
    height: 5.4vw;
  }
  .content .inner .link-box a:hover .view-btn::after {
    transform: scale(1);
  }
  .content .inner .link-box a:hover .bg-black {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .content .inner .employee {
    padding: 5rem 0 0 0;
  }
  .content .inner .employee h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .content .inner .employee .list {
    display: block;
  }
  .content .inner .employee .list .item {
    width: 100%;
  }
  .content .inner .employee .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  .content .inner .employee .list .item a {
    display: flex;
    padding: 1.8rem;
    background: #EFEFEF url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/6vw;
  }
  .content .inner .employee .list .item a:hover {
    background: #EFEFEF url("../../common/img/btn_arrow_red.svg") no-repeat bottom 1rem right 1rem/6vw;
  }
  .content .inner .employee .list .item a .pht {
    width: 30vw;
    height: 32.5vw;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 2rem;
  }
  .content .inner .employee .list .item a h4 {
    font-size: 1.65rem;
    padding: 1.8rem 0 1.4rem 0;
  }
  .content .inner .employee .list .item a .txt p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .content .inner .employee .list .item a .txt .year {
    display: block;
    font-size: 1.05rem;
    margin-top: 0.8rem;
  }
  .content#content01 .inner::after {
    transform: translateY(-100%);
    height: 4.3rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .content#content01 .inner .link-box a {
    background: url("../img/business/pht01-03.webp") no-repeat center left -1rem/cover;
  }
  .content#content02::before {
    bottom: -2.7rem;
    height: 2.7rem;
    background: url("../../common/img/add_circle_bg_grey.svg") no-repeat top/110%;
  }
  .content#content02 .inner .wrapper {
    padding-top: 4rem;
  }
  .content#content02 .inner .link-box a {
    background: url("../img/business/pht02-03.webp") no-repeat center right -17.5rem/cover;
  }
  .content#content03 .inner {
    padding: 0 2rem 10rem 2rem;
  }
  .content#content03 .inner::after {
    transform: translateY(-100%);
    height: 4.3rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .content#content03 .inner .wrapper {
    margin-bottom: 0;
  }
  .content#content03 .inner .employee .list {
    width: 100%;
  }
  .content#content03 .inner .employee .list .item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */