
.sustainaPage__csr {
  background-color: #ECF0F0;
  padding: 52px 0 101px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr {
    padding: 57px 0 89px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr {
    padding: 57px 0 95px;
  }
}

.sustainaPage__heading {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sustainaPage__cards {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__cards {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__cards {
    margin-top: 48px;
  }
}

.topMessagePage__heading {
  display: flex;
  align-items: center;
  background-color: #D9E1E1;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .topMessagePage__heading {
    height: 200px;
  }
}

.topMessagePage__headingText {
  color: #0B1F64;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .topMessagePage__headingText {
    font-size: 32px;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 50vh;
  background-color: #0B1F64;
  width: 265px;
  height: 62px;
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 62px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn {
    transition: all 0.3s ease-in-out 0s;
  }
}

@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: 1;
    border: 2px solid #0B1F64;
    background-color: #FFF;
    color: #0B1F64;
    font-weight: 700;
  }
}

.card__heading {
  position: relative;
  padding-right: 20px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card__heading {
    padding-right: 50px;
    font-size: 18px;
  }
}

.card__heading::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::before {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}

.card__heading::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::after {
    width: 29px;
    height: 29px;
  }
}

.sustainaPage__csr .card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__img img {
    transform: scale(1.05);
  }
}

.sustainaBunners__card .card {
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card {
    width: calc((100% - 60px) / 3);
  }
}

.sustainaBunners__card .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in-out 0s;
  aspect-ratio: 335/141;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__img img {
    -o-object-position: center;
    /* aspect-ratio: 343/266; */
    aspect-ratio: 377/172;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card__img img {
    aspect-ratio: 377/172;
  }
}

.sustainaBunners__card .card__body {
  flex-grow: 1;
  padding: 16px 16px 20px;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__body {
    padding: 24px 15px 22px 27px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaBunners__card .card__body {
    padding: 22px 20px 20px;
  }
}

.sustainaPage__csr .card__body {
  flex-grow: 1;
  background-color: #FFF;
  padding: 16px 15px 24px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__body {
    padding: 15px 17px 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 27px 26px;
  }
}

.sustainaPage__csr .card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__img img {
    transform: scale(1.05);
  }
}

.sustainaPage__csr .card__text {
  position: static;
  margin-top: 13px;
  padding-right: 0;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__text {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr .card__text {
    margin-top: 19px;
  }
}
.sustainaPage__csr .card__text::before,
.sustainaPage__csr .card__text::after
{	display: none;	}


.sustainaPage__csr .card__img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.sustainaPage__csr .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;

	transition: var(--transition05);
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__img img {
    -o-object-position: center;
    aspect-ratio: 310/197;
    object-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .sustainaPage__csr .card__img img {
    aspect-ratio: 377/197;
  }
}
@media screen and (min-width: 1440px) {
  .sustainaPage__csr .card__img img {
    aspect-ratio: 377/197;
  }
}

@media screen and (min-width: 768px) {
  .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.sustainaPage__cards .cards__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__cards .cards__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.media {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .media {
    flex-direction: row;
    align-items: center;
    overflow: hidden;
  }
}

.media__body {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-left: -30px;
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 20px 21px 30px;
  width: 100%;
  width: 336px;
}
@media screen and (min-width: 768px) {
  .media__body {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    z-index: 1;
    margin-top: 0;
    margin-left: -38px;
    padding: 49px 40px 45px 38px;
    width: 50%;
    max-width: 555px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__body {
    right: 50%;
    transform: translateX(-45px);
    padding: 60px 40px 55px 38px;
    width: 100%;
    max-width: none;
  }
}

.companyPage .media__body {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-left: -30px;
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 20px 21px 30px;
  width: 100%;
  width: 336px;
}
@media screen and (min-width: 768px) {
  .companyPage .media__body {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    z-index: 1;
    margin-top: 96px;
    margin-left: -38px;
    padding: 49px 40px 45px 38px;
    width: 50%;
    max-width: 555px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .media__body {
    right: 50%;
    transform: translateX(-45px);
    margin-top: 0;
    padding: 49px 40px 25px 38px;
    width: 100%;
    max-width: none;
  }
}

.media__body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  content: "";
}
.media__bodyInner {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .media__bodyInner {
    margin-right: 87px;
    margin-left: auto;
    width: 380px;
  }
}

@media screen and (min-width: 1440px) {
  .companyPage .media__bodyInner {
    margin-right: 44px;
    width: 470px;
  }
}

.media__heading {
  position: relative;
  color: #0B1F64;
  font-weight: 700;
  font-size: 18px;
  width: 152px;
}
@media screen and (min-width: 768px) {
  .media__heading {
    font-size: 20px;
    width: 162px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading {
    margin-top: 0px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading span {
    margin-left: 0;
  }
}

.media__heading::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: -9px;
  transform: rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .media__heading::before {
    width: 7px;
    height: 7px;
    top: 13px;
    right: -22px;

  }
}

.media__heading::after {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -20px;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: transparent;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .media__heading::after {
    width: 29px;
    height: 29px;
    top: 3px;
    right: -35px;
  }
}

.media:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .media:hover .media__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .media:hover .media__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .media:hover .media__img {
    transform: scale(1.05);
  }
}
.media__text {
  margin-top: 16px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .media__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
  }
}

@media screen and (min-width: 1440px) {
  .media__text br.display {
    display: none;
  }
}

.media__name {
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 1440px) {
  .media__name {
    margin-top: 25px;
  }
}

.companyPage .media__name {
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .companyPage .media__name {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .media__name {
    margin-top: 32px;
  }
}

.media__name .post {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .media__name .post {
    font-size: 15px;
  }
}

.media__name .name {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .media__name .name {
    font-size: 18px;
  }
}

.media__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .media__img {
    transition: all 0.3s ease-in-out 0s;
    margin-right: 0;
    margin-left: auto;
    max-width: 95%;
    max-height: 438px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__img {
    max-width: none;
  }
}

.media__img img {
  -o-object-fit: cover;
  -o-object-position: 80% 50%;
  border-radius: 5px;
  aspect-ratio: 335/224;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}
@media screen and (min-width: 768px) {
  .media__img img {
    aspect-ratio: 670/438;
    height: auto;
    max-height: 438px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__img img {
    aspect-ratio: 1200/438;
  }
}

.sustainaPage .media__img img {
  -o-object-fit: cover;
  -o-object-position: 80% 50%;
  border-radius: 5px;
  aspect-ratio: 335/224;
  height: 100%;
  object-fit: cover;
  object-position: 85% 100%;
}
@media screen and (min-width: 768px) {
  .sustainaPage .media__img img {
    -o-object-position: 53% 50%;
    aspect-ratio: 670/438;
    height: auto;
    max-height: 438px;
    object-position: 50% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage .media__img img {
    aspect-ratio: 1200/438;
  }
}



/* ================================================================================
message
================================================================================ */
#message > .innerS
{
	padding: 95px 0 0;
}
#message .boxes{	position: relative;	}
#message a:hover{	opacity: 1;	}

#message .textBox
{
	z-index: 5;
	position: relative;
	top: 60px;	left: 0;

	width: calc(50% - 50px);
	padding: 50px 0 25px;

	background-color: rgba(255, 255, 255, 0.9);

	border-radius: 0 5px 5px 0;
	box-shadow: 2px 2px 10px rgb(11 31 100 / 30%);
}
@media screen and (min-width: 768px) {
  #message .textBox {
    min-height: 320px;

  }
}

#message .texts
{
	max-width: calc(600px - 50px);
	margin: 0 0 0 auto;
}

#message .title{
	display: flex;	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  #message .title{
    display: flex;	align-items: center;
    gap: 10px;
    margin: 0 0 30px;
  }
}

#message .title h2
{
	color: var(--colorBlueDeep);
	font-size: 20px;
	font-weight: 700;
}

#message .text_1
{
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #message .text_1 {
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.7;
  }
}

#message .text_2 {
	font-size: 13px;
}
@media screen and (min-width: 768px) {
  #message .text_2 {
    font-size: 15px;
  }
}

#message .text_3 {
	font-size: 16px;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
  #message .text_3 {
    font-size: 18px;
    font-weight: 700;
  }
}

#message figure
{
	position: absolute;
	top: 0;	left: calc((100% - 1200px)/2);
	width: 100%;	max-width: 1200px;
	height: 438px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}
#message figure img
{
	width: 100%;	height: 100%;
	object-fit: cover;
	transition: var(--transition05);
	transition-property: transform;
}


/* ========================================
animation
======================================== */
@media screen and (min-width: 768px)
{
#message .boxes:hover .circleArrow{	background-color: var(--colorBlueDeep);	}
#message .boxes:hover .circleArrow::before{	border-color: white;	}
#message .boxes:hover figure img{	transform: scale(1.05);	}
}


/* ========================================
768-1260
======================================== */
@media screen and (min-width: 768px) and (max-width: 1260px)
{

#message .textBox{	padding: 50px 30px 25px;	}
#message figure
{
	width: calc(100% - 60px);
	left: 30px;
}

}


/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{

#message > .innerS{	padding: 30px 0 150px;	}
#message .textBox
{
	top: 180px;
	width: calc(100% - 40px);
}
#message .title
{
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#message .textBox{	padding: 20px 20px 25px;	}
#message figure
{
	left: 20px;
	width: calc(100% - 40px);	height: 225px;
}

}


/* ================================================================================
sustainaBunners
================================================================================ */
.sustainaBunners {
  padding: 32px 0 64px;
}
@media screen and (min-width: 768px) {
  .sustainaBunners {
    padding: 95px 0 77px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners {
    padding: 95px 0 97px;
  }
}



.sustainaBunners__cards {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__cards {
    margin-top: 65px;
  }
}

.sustainaDetail {
  background-image: url(../../sustainability/img/sustaina-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 0 50px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sustainaDetail {
    padding: 116px 0 116px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaDetail {
    padding: 118px 0 116px;
  }
}

@media screen and (min-width: 768px) {
  .sustainaDetail__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaDetail__inner {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaDetail__inner {
    margin-top: -30px;
  }
}

.sustainaDetail__lists {
  border-radius: 5px;
  background-color: #FFF;
  padding: 5px 20px 24px;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__lists {
    margin-top: 32px;
    padding: 6px 17px 36px 28px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaDetail__lists {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaDetail__lists {
    margin-top: 30px;
    padding: 6px 29px 27px 33px;
    width: calc((100% - 60px) / 3);
  }
}

.sustainaDetail__lists:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__lists:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaDetail__lists:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaDetail__lists:not(:first-of-type) {
    margin-top: 30px;
  }
}

.sustainaDetail__title {
  border-bottom: 1px solid #ECF0F0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__title {
    padding: 14px 0;
  }
}

.sustainaDetail__title .main {
  display: inline-block;
  margin-left: 2px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__title .main {
    margin-left: 0;
  }
}

.sustainaDetail__title .sub {
  display: inline-block;
  margin-left: 13px;
  color: #858FB1;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__title .sub {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaDetail__title .sub {
    display: inline-block;
    margin-left: 13px;
  }
}

.sustainaDetail__listWrap {
  display: flex;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__listWrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaDetail__listWrap {
    margin-top: 22px;
  }
}

.sustainaDetail__list {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .sustainaDetail__item:not(:first-of-type) {
    margin-top: 4px;
  }
}

.sustainaDetail__item a {
  display: block;
  position: relative;
  padding: 7px 15px;
  padding-right: 10px;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sustainaDetail__item a {
    padding: 0 8px 0 15px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaDetail__item a {
    padding: 0 8px 0 15px;
  }
}

.sustainaDetail__item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.sustainaDetail__item a::before {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 7px;
  height: 7px;
  content: "";
}
@media screen and (min-width: 768px) {
  .sustainaDetail__item a::before {
    top: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaDetail__item a::before {
    top: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .sustainaDetail__item a br.display {
    display: none;
  }
}

.topMessage {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .topMessage {
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topMessage {
    padding-bottom: 96px;
  }
}

.topMessage__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .topMessage__img {
    margin-top: 26px;
  }
}

.topMessage__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 335/200;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .topMessage__img img {
    aspect-ratio: 900/438;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topMessage__img img {
    -o-object-fit: contain;
    aspect-ratio: 1200/438;
    object-fit: contain;
  }
}

.topMessage__body {
  margin: 0 auto;
  max-width: 900px;
}

.topMessage__heading {
  margin-top: 38px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (min-width: 768px) {
  .topMessage__heading {
    margin-top: 63px;
    font-size: 26px;
    line-height: 1.69;
  }
}

.topMessage__text {
  margin-top: 17px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .topMessage__text {
    margin-top: 36px;
  }
}

.topMessage__text:not(:first-of-type) {
  margin-top: 28px;
}
.topMessage__name {
  margin-top: 28px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .topMessage__name {
    margin-top: 41px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .topMessage__name {
    margin-top: 26px;
  }
}

.topMessage__name .post {
  display: block;
  margin-top: 5px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.topMessage__name .name {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.linkBtn {
  padding: 47px 0 52px;
}
@media screen and (min-width: 768px) {
  .linkBtn {
    padding: 87px 0 85px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn {
    padding: 95px 0 91px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__inner {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    -moz-column-gap: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 33px;
  }
  .linkBtn__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .linkBtn__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .linkBtn__inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn__inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.linkBtn__item {
  display: block;
  position: relative;
  transition: font-weight 0.3s ease-in-out 0s;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 20px;
  width: 100%;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .linkBtn__item {
    padding: 28px 30px;
    padding-right: 48px;
    font-size: 18px;
  }
}

.linkBtn__item:not(:first-of-type) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .linkBtn__item:not(:first-of-type) {
    margin: 0;
  }
}

.linkBtn__item span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::before {
    top: 43px;
    right: 29px;
    width: 7px;
    height: 7px;
  }
}

.linkBtn__item span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #ECF0F0;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::after {
    top: 43px;
    width: 29px;
    height: 29px;
  }
}

.linkBtn__item:hover {
  opacity: 1;
  font-weight: 700;
}
.linkBtn__item:hover span.reverse::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.linkBtn__item:hover span.reverse::after {
  border: 1px solid #FFF;
  background-color: #0B1F64;
}

.linkTitle a {
  display: flex;
  position: relative;
  align-items: baseline;
  padding-left: 0.8em;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .linkTitle a {
    transition: all 0.3s ease-in-out 0s;
  }
}

.linkTitle a::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}

.service .linkTitle a::before {
  margin-bottom: 2px;
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  .linkTitle a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.linkTitle._cat a {
  text-transform: capitalize;
}

.linkTitle._cat a span {
  display: block;
}

.linkTitle img {
  margin-left: 10px;
  width: 19px;
}
