#hero {
  position: relative;
  height: 100vh;
  margin: 86px 0 0 0;
  height: calc(100vh - 86px);
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #hero {
    margin: 0;
    height: calc(100vh - 80px);
    overflow: hidden;
  }
}
#hero .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  z-index: 10;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#hero .copybox {
  width: 40%;
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 3;
  white-space: nowrap;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #hero .copybox {
    bottom: 30%;
    font-size: 10px;
  }
}
#hero .copybox h1 {
  font-size: 5vw;
}
@media screen and (max-width: 767px) {
  #hero .copybox h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #hero .copybox {
    width: 90%;
  }
}

#hero-background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#hero-background.is-loaded {
  opacity: 1;
}
#hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#hero-background iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}

.company-name {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .company-name {
    font-size: 1rem;
  }
}

#news_box {
  background: #005BAC;
  position: absolute;
  width: 100%;
  max-width: 700px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  z-index: 1000;
  display: flex;
}
@media screen and (max-width: 767px) {
  #news_box {
    width: 100%;
  }
}
#news_box .newstitle {
  padding: 1.8rem 1rem 1.2rem 1rem;
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 767px) {
  #news_box .newstitle {
    width: 5em;
  }
}
#news_box .news_main {
  padding: 1.5rem 1rem 1.2rem 1rem;
  flex: 1;
}
#news_box .news_main dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #news_box .news_main dl {
    display: block;
  }
}
#news_box .news_main dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #news_box .news_main dl dt {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#news_box .news_main dl dd {
  flex: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#news_box .news_main .old {
  display: none;
}
#news_box .news_main .old dl {
  padding: 1rem 0;
  border-bottom: 1px dotted #fff;
}
#news_box .news_main .old dl:first-child {
  border-top: 1px dotted #fff;
  margin: 1rem 0 0 0;
}
#news_box .news_icon {
  padding: 2.2rem 1rem 1.2rem 1rem;
  border-left: 1px dotted #fff;
  width: 50px;
  cursor: pointer;
}
#news_box .news_icon.active .icon {
  transform: rotate(180deg);
}
#news_box .news_icon .icon {
  width: 14px;
  margin: auto;
  transition: all 0.3s ease;
}
#news_box .news_icon .icon img {
  width: 100%;
}

.topcont {
  margin: 0 0 0 0;
  position: relative;
}
.topcont .in {
  position: relative;
  z-index: 2;
  max-width: calc(1300px + 6rem);
  padding: 10rem 3vw 0 3vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topcont .in {
    padding: 5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .topcont {
    padding: 0 8vw;
    margin: 0 0 0 0;
  }
}

.toptitle {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .toptitle {
    display: block;
  }
}
.toptitle.leads {
  margin: 0;
}
.toptitle .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toptitle .title {
    display: block;
  }
}
.toptitle .title.blue {
  color: #005BAC;
}
.toptitle .title p.jp {
  font-size: clamp(2.2rem, 1.736rem + 0.6vw, 2.6rem);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .toptitle .title p.jp {
    font-size: 1.4rem;
  }
}
.toptitle .title p.en {
  font-size: clamp(5rem, 3.84rem + 1.5vw, 6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toptitle .title p.en {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .toptitle .title {
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .toptitle {
    display: block;
  }
}

.panel .image {
  position: relative;
  line-height: 0;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.panel .image img {
  line-height: 1;
  display: block;
  transition: all 0.2s ease-out;
}
.panel .image:hover img {
  transform: scale(1.1);
}
.panel .image .txts {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005BAC;
  color: #fff;
  padding: 1.2rem 1rem;
  font-size: clamp(1.4rem, 0.936rem + 0.6vw, 1.8rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: all 0.2s ease-out;
  transform-origin: left bottom;
  display: flex;
  align-items: center;
}
.panel .image .txts p {
  display: inline-block;
  margin: 0 10px 0 0;
}
.panel .image .txts .c-icon {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .panel .image .txts {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
}
.panel .txt {
  flex-shrink: 0;
}
.panel .txt p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

#introduction {
  background: #f8f8f8;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #introduction {
    padding: 3rem 0;
  }
}
#introduction .in {
  max-width: 1100px;
  margin: auto;
  padding: 0 3rem;
}
#introduction .intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#introduction .intro_flex .box {
  display: flex;
  flex-direction: column;
}
#introduction .intro_flex .box.box01 {
  width: 58.5%;
}
#introduction .intro_flex .box.box02 {
  width: 36.2%;
}
#introduction .intro_flex .box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#introduction .intro_flex .box .image {
  flex: 1;
  display: flex;
}
#introduction .intro_flex .box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #introduction .intro_flex {
    flex-direction: column;
    gap: 2rem;
  }
  #introduction .intro_flex .box.box01, #introduction .intro_flex .box.box02 {
    width: 100%;
  }
  #introduction .intro_flex .box .image img {
    height: 250px;
  }
}

.about_flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about_flex {
    display: block;
  }
}
#business .about_flex[style*=flex-wrap] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #business .about_flex[style*=flex-wrap] {
    display: block;
  }
}
#business .about_flex[style*=flex-wrap] .half_box {
  overflow: hidden;
}
#business .about_flex[style*=flex-wrap] .half_box a {
  transition: 0.2s ease-out;
}
#business .about_flex[style*=flex-wrap] .half_box:hover a {
  transform: scale(1.05);
}
#business .about_flex[style*=flex-wrap] .half_box:hover a .image img {
  transform: none;
}
#business .about_flex[style*=flex-wrap] .half_box p {
  text-align: justify;
}
#sustainability .about_flex.col2 .box {
  width: 48%;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #sustainability .about_flex.col2 .box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
#sustainability .about_flex.col2 .box .image {
  overflow: hidden;
}
#sustainability .about_flex.col2 .box:hover img {
  transform: scale(1.1);
}
.about_flex .left {
  width: 60%;
  display: flex;
}
.about_flex .left .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about_flex .left .box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.about_flex .left .box .image {
  flex: 1;
  margin: 0 0 1rem 0;
}
.about_flex .left .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_flex .left .box .txt {
  flex-shrink: 0;
}
.about_flex .right {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about_flex .right .box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about_flex .right .box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.about_flex .right .box .image {
  flex: 1;
  margin: 0 0 1rem 0;
}
.about_flex .right .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_flex .right .box .txt {
  flex-shrink: 0;
}
.about_flex .box {
  width: 32%;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .about_flex .box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about_flex {
    flex-direction: column;
    gap: 2rem;
  }
  .about_flex .left,
  .about_flex .right {
    width: 100%;
  }
  .about_flex .right {
    gap: 2rem;
  }
}
.about_flex .half_box {
  width: 48%;
  margin: 0 0 2rem 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_flex .half_box {
    width: 100%;
    padding: 0 1rem;
  }
}
.about_flex .half_box a {
  display: flex;
  background: #448DD0;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_flex .half_box a {
    display: block;
  }
}
#business .about_flex[style*=flex-wrap] .about_flex .half_box {
  width: 100%;
  margin: 0;
}
#business .about_flex[style*=flex-wrap] .about_flex .half_box a {
  width: 100%;
}
.about_flex .half_box .image {
  width: 40%;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_flex .half_box .image {
    width: 100%;
  }
}
.about_flex .half_box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.about_flex .half_box:hover img {
  transform: scale(1.05);
}
.about_flex .half_box .txt {
  flex: 1;
  color: #ffffff;
  padding: 2rem;
}
.about_flex .half_box .txt h3 {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.about_flex .half_box .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about_flex .half_box {
    width: 100%;
    flex-direction: column;
    min-height: auto;
  }
  .about_flex .half_box .image {
    width: 100%;
    height: 200px;
  }
  .about_flex .half_box .image img {
    height: 200px;
  }
  .about_flex .half_box .txt {
    padding: 1.5rem;
  }
}

#sustainability .about_flex .left .box .image {
  min-height: 400px;
}
#sustainability .about_flex .right .box:first-child .image {
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  #sustainability .about_flex .right .box:first-child .image {
    min-height: 0;
  }
}
#sustainability .about_flex .right .box:last-child .image {
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  #sustainability .about_flex .right .box:last-child .image {
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .about_flex .left .box .image,
  #sustainability .about_flex .right .box .image {
    min-height: 200px;
  }
}

#business {
  background: #EFF6FC;
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  #business {
    padding: 3rem 0;
  }
}

#sustainability {
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  #sustainability {
    padding: 3rem 0;
  }
}

.work_block {
  position: relative;
}
.work_block.mb {
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .work_block.mb {
    margin: 0 0 3rem 0;
  }
}
.work_block .image {
  width: 70%;
  position: relative;
  top: 0;
  left: 0;
}
.work_block .image.wide, .work_block .image.jobp, .work_block .image.workp {
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.work_block .image.wide.active, .work_block .image.jobp.active, .work_block .image.workp.active {
  opacity: 1;
  display: block;
  transform: scale(1);
  animation: scaleIn 0.5s ease;
}
.work_block .image.jobp, .work_block .image.workp {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .work_block .image {
    width: 100%;
  }
}
.work_block .txts {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: -2rem;
}
.work_block .txts h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .work_block .txts h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .work_block .txts {
    width: 100%;
    position: static;
  }
}

.btn_list ul li {
  margin: 0 0 1rem 0;
}
.btn_list ul li a {
  background: #005BAC;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.btn_list ul li a:hover {
  background: #448DD0;
}
.btn_list ul li a .icon {
  width: 30px;
  height: 20px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  margin: 0 0 0 1rem;
}
.btn_list ul li a .icon img {
  width: 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn_list ul li a {
    font-size: 1.3rem;
  }
}

#swiper_wrapper {
  position: relative;
}

#pagenavi {
  position: absolute;
  top: 23rem;
  right: 1rem;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pagenavi .arrow {
  width: 40px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 9;
  background: #464646;
  transition: all 0.3s ease;
  border-radius: 30px;
  line-height: 1;
  padding: 0 0 8px 0;
}
#pagenavi .arrow:hover {
  background: #448DD0;
  opacity: 0.5;
}
#pagenavi .arrow .icon {
  width: 8px;
  margin: auto;
  line-height: 1;
}
#pagenavi .arrow .icon img {
  filter: invert(100%) sepia(1%) saturate(297%) hue-rotate(317deg) brightness(108%) contrast(100%);
}
#pagenavi .swiper-custom-button {
  position: relative;
}
#pagenavi .swiper-custom-button.swiper-button-prev img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #pagenavi {
    top: 100%;
    right: -10%;
    transform: translateX(0%);
  }
}

.swiper-custom-button:after {
  content: "";
  background: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next2::after,
.swiper-button-prev2::after {
  content: none !important;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next2,
.swiper-button-prev2 {
  width: 64px !important;
  height: 64px !important;
}

.swiper_people .box,
.swiper_peoples .box {
  position: relative;
}
.swiper_people .box a,
.swiper_peoples .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3000;
}

.swiper-wrapper {
  align-items: start;
}

.swiper-pagination {
  z-index: 9;
  position: absolute !important;
  bottom: 5rem !important;
  right: 10vw !important;
  display: inline !important;
  width: auto !important;
  left: auto !important;
}

.swiper-slide .image img {
  transform: scale(0.5);
  transform-origin: top center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swiper-slide .image img {
    transform: scale(1);
  }
}
.swiper-slide .txt {
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0s;
  position: absolute;
  bottom: -5rem;
  right: -30vw;
}
.swiper-slide .txt .copys {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .swiper-slide .txt .copys {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .txt p.name {
    font-size: 1.4rem;
  }
}
.swiper-slide .txt p.job {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .swiper-slide .txt p.job {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .txt {
    position: static;
  }
}
.swiper-slide.swiper-slide-next {
  margin: 0 -15rem 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-next {
    margin: 0;
  }
}
.swiper-slide.swiper-slide-active {
  width: 40% !important;
  margin: 0;
}
.swiper-slide.swiper-slide-active .image img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-active .image img {
    transform: scale(1);
  }
}
.swiper-slide.swiper-slide-active .txt {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-active .txt {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

#rec_nav {
  padding: 5rem 0;
}
#rec_nav ul {
  display: flex;
  justify-content: space-between;
}
#rec_nav ul li {
  width: 50%;
  display: block;
  text-align: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  background: #6C6C6C;
  color: #ffffff;
}
#rec_nav ul li:last-child {
  border-radius: 0 10px 10px 0;
}
#rec_nav ul li:hover, #rec_nav ul li.active {
  background: #005BAC;
  color: #ffffff;
}
#rec_nav ul li:hover .icon, #rec_nav ul li.active .icon {
  filter: invert(100%) sepia(1%) saturate(297%) hue-rotate(317deg) brightness(108%) contrast(100%);
}
#rec_nav ul li .icon {
  width: 8px;
  margin: auto;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #rec_nav ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #rec_nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #rec_nav {
    padding: 0 0 2rem 0;
  }
}

.tab-contents__item {
  display: none;
  padding: 5vw 0 5vw 5vw;
}
.tab-contents__item.show {
  display: block;
  animation: fadeIn 0.5s ease;
}
.tab-contents__item .messages {
  width: 800px;
  margin: auto;
}
.tab-contents__item .messages .title {
  text-align: center;
  margin: 0 0 5rem 0;
}
.tab-contents__item .messages .title p.en {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .messages .title p.en {
    font-size: 2.4rem;
  }
}
.tab-contents__item .messages .title p.jp {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .messages .title p.jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tab-contents__item .messages {
    width: 100%;
  }
}
.tab-contents__item .message_txt .big {
  font-size: 3rem;
}
.tab-contents__item .message_txt .big p {
  margin: 0 0 2em 0;
}
.tab-contents__item .message_txt .big p span {
  display: inline-block;
  border-bottom: 1px solid #3e3e3e;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .message_txt .big {
    font-size: 5vw;
  }
}
.tab-contents__item .message_txt .small p {
  margin: 0 0 2em 0;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .message_txt .small p br {
    display: none;
  }
}
.tab-contents__item h2 {
  text-align: center;
  font-size: 3.3rem;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .tab-contents__item h2 {
    font-size: 2.4rem;
  }
}
.tab-contents__item .req_table {
  width: 100%;
  margin: 0 0 10rem 0;
}
.tab-contents__item .req_table dl {
  display: flex;
  justify-content: space-between;
}
.tab-contents__item .req_table dl dt {
  width: 25%;
  border-top: 1px solid #A0A0A0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .req_table dl dt {
    width: 100%;
    background: #ffffff;
    font-size: 1.8rem;
  }
}
.tab-contents__item .req_table dl dd {
  margin: 0 0 0 2em;
  flex: 1;
  border-top: 1px solid #A0A0A0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .tab-contents__item .req_table dl dd {
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tab-contents__item .req_table dl {
    display: block;
  }
}

.lead {
  margin: 0 0 2rem 0;
}

.link_txt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.link_txt p {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #005BAC;
  font-weight: 500;
}
.link_txt .c-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.link_txt .c-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 8vw 8vw 0 8vw;
  }
}