@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/*------------------------
about
------------------------*/
.page-about .ul-head__en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .page-about .ul-head__en {
    font-size: 13.7404580153vw;
  }
}

/*トップメッセージ*/
#message .ul-head__en {
  font-size: 5.25rem;
  top: 11%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  #message .ul-head__en {
    font-size: 13.7404580153vw;
    top: 26%;
    left: 6%;
  }
}
#message .message {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #message .message {
    margin-bottom: 7.6335877863vw;
  }
}
#message .message .message__column {
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  #message .message .message__column {
    gap: 0rem;
  }
}
#message .message .message__column .img {
  width: 20.625rem;
}
@media screen and (max-width: 768px) {
  #message .message .message__column .img {
    width: 62.8498727735vw;
    margin: 0 auto;
    order: 2;
    margin-bottom: 7.6335877863vw;
  }
}
#message .message .message__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #message .message .message__text {
    display: contents;
  }
}
#message .message .message__title {
  font-size: 2rem;
  line-height: 1.6875;
  font-weight: bold;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #message .message .message__title {
    font-size: 7.6335877863vw;
    order: 1;
    margin-bottom: 7.6335877863vw;
  }
}
#message .message .message__desc {
  font-size: 1rem;
  line-height: 2.25;
  padding-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  #message .message .message__desc {
    order: 3;
    font-size: 3.8167938931vw;
    padding-left: 0;
  }
}
#message .message.--02 {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #message .message.--02 {
    margin-bottom: 0;
  }
}
#message .message.--02 .message__column {
  flex-direction: row-reverse;
  gap: 5.625rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #message .message.--02 .message__column {
    flex-direction: column;
    gap: 0rem;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  #message .message.--02 .message__column .message__title {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #message .message.--02 .message__column .message__desc {
    order: 2;
    margin-bottom: 12.7226463104vw;
  }
}
#message .message.--02 .message__column .img {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  #message .message.--02 .message__column .img {
    order: 3;
    width: 53.4351145038vw;
    margin-left: 0;
    margin-bottom: 12.7226463104vw;
  }
}
#message .bigImg {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #message .bigImg {
    margin-bottom: 12.7226463104vw;
  }
}
#message .bigImg .inner {
  max-width: 1470px;
}

/*------------------------
2分でわかるニチアス
------------------------*/
#two-minutes {
  overflow: hidden;
  /*共通のもの*/
  /*共通のものここまで*/
}
#two-minutes .page-title {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .page-title {
    margin-bottom: 12.7226463104vw;
  }
}
#two-minutes .two-minutes-title {
  font-size: 3rem;
  line-height: 1.2083333333;
  font-weight: bold;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes-title {
    font-size: 8.1424936387vw;
    line-height: 1.375;
    padding-bottom: 7.6335877863vw;
  }
}
#two-minutes .two-minutes-title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, #004fa1 0%, #019fe9 100%);
  z-index: -1;
}
#two-minutes .two-minutes__point .two-minutes__point--title {
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .two-minutes__point--title {
    font-size: 6.8702290076vw;
    padding-left: 15vw;
    margin-bottom: 7.6335877863vw;
  }
}
#two-minutes .two-minutes__point .two-minutes__point--title .number {
  font-size: 8.75rem;
  color: #165fbe;
  font-family: "Oswald", sans-serif;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .two-minutes__point--title .number {
    font-size: 26.7175572519vw;
    line-height: 1;
    position: absolute;
    top: 1vw;
    left: 0;
  }
}
#two-minutes .two-minutes__point .two-minutes__point--title .bold {
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .two-minutes__point--title .bold {
    font-size: 10.6870229008vw;
  }
}
#two-minutes .two-minutes__point .two-minutes__point--title + .desc {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .two-minutes__point--title + .desc {
    font-size: 4.0712468193vw;
    margin-bottom: 7.6335877863vw;
  }
}
#two-minutes .two-minutes__catch {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__catch {
    font-size: 7.6335877863vw;
    margin-bottom: 10.1781170483vw;
  }
}
#two-minutes .two-minutes__catch span {
  display: block;
  font-size: 2.25rem;
  font-family: "Kantumruy Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__catch span {
    font-size: 6.8702290076vw;
    margin-top: 7.6335877863vw;
  }
}
#two-minutes .two-minutes__logo {
  width: 11.0625rem;
  margin: 0 auto 4.375rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__logo {
    width: 45.0381679389vw;
    margin: 0 auto 12.7226463104vw;
  }
}
#two-minutes .two-minutes__catch02 {
  font-size: 2.625rem;
  line-height: 1.4285714286;
  font-weight: bold;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__catch02 {
    font-size: 8.1424936387vw;
    line-height: 1.40625;
    margin-bottom: 12.7226463104vw;
  }
}
#two-minutes .two-minutes__lead {
  font-size: 1rem;
  line-height: 2.25;
  max-width: 62.5rem;
  margin: 0 auto 4.375rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__lead {
    font-size: 4.0712468193vw;
    margin: 0 auto 12.7226463104vw;
  }
}
#two-minutes .two-minutes__manage {
  max-width: 76.25rem;
  margin: 0 auto 6.25rem;
  border: 15px solid #019fe9;
  background: no-repeat center/cover url(/about/images/2minutes/manage_bg.png);
  padding: 3.125rem 3.125rem 5.625rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage {
    margin: 0 auto 15.2671755725vw;
    border: 3.5623409669vw solid #019fe9;
    padding: 7.1246819338vw 1.272264631vw;
  }
}
#two-minutes .two-minutes__manage .two-minutes-title {
  text-align: center;
  max-width: 57.5rem;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage .two-minutes-title {
    margin: 0 auto 5.0890585242vw;
  }
}
#two-minutes .two-minutes__manage--items {
  display: grid;
  gap: 3.75rem 0.625rem;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items {
    gap: 13.1578947368vw;
    grid-template-columns: repeat(1, auto);
    justify-items: center;
    margin-bottom: 5.0890585242vw;
  }
}
#two-minutes .two-minutes__manage--items .item {
  font-size: 1.625rem;
  line-height: 1;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item {
    font-size: 4.5801526718vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item.--column {
    flex-direction: column;
    align-items: start;
  }
}
#two-minutes .two-minutes__manage--items .item:last-child {
  grid-column: 1/-1;
  justify-self: center;
}
#two-minutes .two-minutes__manage--items .item span.number {
  font-size: 8.75rem;
  font-family: "Oswald", sans-serif;
  color: #165fbe;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item span.number {
    font-size: 21vw;
  }
}
#two-minutes .two-minutes__manage--items .item span.right {
  text-align: right;
}
#two-minutes .two-minutes__manage--items .item span.small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item span.small {
    font-size: 4.0712468193vw;
  }
}
#two-minutes .two-minutes__manage--items .item span.percent {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item span.percent {
    font-size: 4.5801526718vw;
  }
}
#two-minutes .two-minutes__manage--items .item span.sp-block {
  display: contents;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__manage--items .item span.sp-block {
    display: flex;
    align-items: end;
  }
}
#two-minutes .two-minutes-title.--points {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes-title.--points {
    margin-bottom: 25.4452926209vw;
  }
}
#two-minutes .two-minutes__point {
  margin-bottom: 3.125rem;
}
#two-minutes .two-minutes__point:nth-child(2), #two-minutes .two-minutes__point:nth-child(4) {
  position: relative;
  padding-left: 3.75rem;
  padding-bottom: 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(2), #two-minutes .two-minutes__point:nth-child(4) {
    margin-inline: calc(50% - 50vw);
    padding: 7.6335877863vw 5.0890585242vw 0vw;
  }
}
#two-minutes .two-minutes__point:nth-child(2)::before, #two-minutes .two-minutes__point:nth-child(4)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86vw;
  height: 100%;
  background: linear-gradient(to left, #e9f5ff 0%, #fff 100%);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(2)::before, #two-minutes .two-minutes__point:nth-child(4)::before {
    width: 100vw;
  }
}
#two-minutes .two-minutes__point:nth-child(3) .two-minutes__point--title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(3) .two-minutes__point--title {
    margin-bottom: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(3) .two-minutes__point--title .number {
    top: -5vw;
  }
}
#two-minutes .two-minutes__point:nth-child(4) {
  padding-top: 3.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(4) {
    padding: 12.7226463104vw 5.0890585242vw;
    margin-bottom: 12.7226463104vw;
  }
}
#two-minutes .two-minutes__point:nth-child(4) .two-minutes__point--title {
  margin-left: auto;
  width: fit-content;
  margin-bottom: -6.25rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(4) .two-minutes__point--title {
    margin-bottom: 10.1781170483vw;
  }
}
#two-minutes .two-minutes__point:nth-child(4) .two-minutes__point--title .number {
  top: -9vw;
}
#two-minutes .two-minutes__point:nth-child(4) .teamItem {
  margin-bottom: 3.125rem;
}
#two-minutes .two-minutes__point:nth-child(4) .teamItem:nth-of-type(2) {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(4) .teamItem:nth-of-type(2) {
    margin-bottom: 0;
  }
}
#two-minutes .two-minutes__point:nth-child(4) .textSet {
  max-width: 37.5rem;
}
#two-minutes .two-minutes__point:nth-child(4) .teamItem__imgs {
  display: flex;
  gap: 1.25rem;
  max-width: 57.5rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point:nth-child(4) .teamItem__imgs {
    flex-direction: column;
  }
}
#two-minutes .two-minutes__point .business-types {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .business-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw 1vw;
    margin-bottom: 2.5445292621vw;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .business-types .business-types__type .title {
    letter-spacing: -0.05em;
    font-size: 3.3078880407vw;
    min-height: 9.1603053435vw;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .business-top__bigImage-wrapper {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
    width: 96vw;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .business-top__bigImage {
    width: 229.0076335878vw;
  }
}
#two-minutes .two-minutes__point .synergyItems .synergyItem {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem {
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
}
#two-minutes .two-minutes__point .synergyItems .synergyItem:first-child .desc {
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem:first-child .desc {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem:last-child .desc {
    border-bottom: none;
  }
}
#two-minutes .two-minutes__point .synergyItems .synergyItem .icon {
  width: 7.5rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem .icon {
    width: 20.3562340967vw;
    margin-right: 5.0890585242vw;
  }
}
#two-minutes .two-minutes__point .synergyItems .synergyItem .title {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: bold;
  min-width: 6em;
  margin-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem .title {
    font-size: 5.0890585242vw;
    margin-right: 0;
  }
}
#two-minutes .two-minutes__point .synergyItems .synergyItem .desc {
  flex: 1;
  font-size: 1rem;
  line-height: 1.75;
  border-bottom: 1px solid #999999;
  min-height: 8.125rem;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .synergyItems .synergyItem .desc {
    width: 100%;
    flex: auto;
    font-size: 4.0712468193vw;
    padding: 1.5em 0;
    min-height: auto;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem {
  max-width: 66.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem {
    margin-bottom: 12.7226463104vw;
  }
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem .img {
    margin: 0 auto;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(1) .socialItem--column {
  justify-content: end;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(1) .socialItem--column .img:nth-child(1) {
  max-width: 23.75rem;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(1) .socialItem--column .img:nth-child(2) {
  max-width: 28.125rem;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) {
    margin-right: auto;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) .socialItem--column {
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) .socialItem--column {
    gap: 2.5445292621vw;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) .textSet {
  flex-shrink: 0;
  max-width: 29.375rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) .textSet {
    max-width: 100%;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(2) .img {
  flex: 1;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(3) .socialItem--column {
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem:nth-child(3) .socialItem--column {
    gap: 2.5445292621vw;
    flex-direction: column-reverse;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(3) .textSet {
  flex-shrink: 0;
  max-width: 29.375rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .socialItems .socialItem:nth-child(3) .textSet {
    max-width: 100%;
  }
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(3) .img {
  flex: 1;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(4) {
  max-width: 68.125rem;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(4) .socialItem--column {
  gap: 0.625rem;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(4) .textSet {
  flex-shrink: 0;
  max-width: 37.5rem;
}
#two-minutes .two-minutes__point .socialItems .socialItem:nth-child(4) .img {
  flex: 1;
}
#two-minutes .two-minutes__point .textSet .title {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: bold;
  padding-left: 0.3125rem;
  padding-bottom: 0.1875rem;
  border-left: 10px solid #165fbe;
  border-bottom: 1px solid #666666;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .textSet .title {
    font-size: 5.0890585242vw;
    line-height: 1.9;
    padding-left: 1vw;
    padding-bottom: 0.5vw;
    border-left: 2.5445292621vw solid #165fbe;
    margin-bottom: 1em;
  }
}
#two-minutes .two-minutes__point .textSet .desc {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  #two-minutes .two-minutes__point .textSet .desc {
    font-size: 4.0712468193vw;
    line-height: 2.25;
    margin-bottom: 7.6335877863vw;
  }
}

/*------------------------
ニチアスがない世界
------------------------*/
#without .inner {
  max-width: 1370px;
}
#without .page-title {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #without .page-title {
    padding: 1.5vw 1vw;
    margin-bottom: 12.7226463104vw;
  }
}
#without .without__lead {
  font-size: 1rem;
  line-height: 2.25;
  text-align: center;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  #without .without__lead {
    font-size: 4.0712468193vw;
    margin: 0 auto 12.7226463104vw;
  }
}
#without .without__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #without .without__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 12.7226463104vw;
    margin: 0 auto 12.7226463104vw;
  }
}
#without .without__item {
  position: relative;
}
#without .without__item:nth-child(2n) {
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  #without .without__item:nth-child(2n) {
    margin-top: 0;
  }
}
#without .without__item:nth-child(2n) .without__item--btn {
  top: 30%;
  left: 26%;
}
#without .without__item--btn.btn {
  position: absolute;
  display: block;
  top: 25%;
  left: 25%;
  width: 50%;
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  #without .without__item--btn.btn {
    top: 31%;
    max-width: 41.7302798982vw;
  }
}
#without .without__item--btn.btn a {
  min-height: 3.125rem;
  background: #fff;
  color: #004FA1;
  font-size: 1.125rem;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #without .without__item--btn.btn a {
    min-height: 7.6335877863vw;
    font-size: 4.0712468193vw;
  }
}
#without .without__item--btn.btn a::after {
  display: none;
}
#without .without__item--btn.btn a:hover {
  background: #004FA1;
  color: #fff;
}

/**** modal ***/
.modal-wrapper {
  display: none;
}
.modal-wrapper.modal1 .modal-cont {
  z-index: 1;
}
.modal-wrapper.modal2 .modal-title {
  background-color: #ffaa2c;
}
.modal-wrapper.modal2 .modal-cont {
  background: no-repeat center/contain url(/about/images/without/bg02.png);
}
.modal-wrapper.modal3 .modal-title {
  background-color: #45b86c;
}
.modal-wrapper.modal3 .modal-cont {
  background: no-repeat center/contain url(/about/images/without/bg03.png);
}
.modal-wrapper.modal4 .modal-title {
  background-color: #ee667f;
}
.modal-wrapper.modal4 .modal-cont {
  background: no-repeat center/contain url(/about/images/without/bg04.png);
}

.modal-contact {
  position: fixed;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 90%;
  max-width: 81.25rem;
  height: 70vh;
  background: #fff;
  padding: 3.75rem 1.875rem 1.875rem;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-contact {
    top: calc(50% + 25px);
    padding: 9.6692111959vw 0 10.1781170483vw 5.0890585242vw;
    border-radius: 2.5445292621vw;
  }
}

.modal-contact-content {
  position: relative;
  height: 100%;
  overflow: auto;
}
.modal-contact-content .inner {
  padding-inline: 0;
  max-width: 63.5rem !important;
}
@media screen and (max-width: 768px) {
  .modal-contact-content .inner {
    padding-inline: 0 3vw;
  }
}

.modal-contact-button {
  text-align: right;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 53px;
}
@media screen and (max-width: 768px) {
  .modal-contact-button {
    top: 3vw;
    right: 2vw;
    width: 5.0890585242vw;
  }
}

.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 31, 52, 0.4);
  z-index: 10;
}

.modal-title {
  width: fit-content;
  min-width: 28.125rem;
  min-height: 2.375rem;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.625;
  color: #fff;
  background-color: #21b9e8;
  padding-inline: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .modal-title {
    min-width: 100%;
    min-height: 5.0890585242vw;
    border-radius: 10vw;
    font-size: 3.0534351145vw;
    line-height: 1.0833333333;
    padding-inline: 1vw;
    margin-bottom: 2.5445292621vw;
  }
}

.modal-cont {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem 0rem 4.375rem 2.5rem;
  max-width: 51.4375rem;
  margin: -5rem 0 0 -1.25rem;
  background: no-repeat top left/contain url(/about/images/without/bg01.png);
  position: relative;
  z-index: -1;
}
@media (max-width: 1024px) {
  .modal-cont {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-cont {
    padding: 8vw 0 0 0;
    background: no-repeat top left/76% url(/about/images/without/bg01.png);
  }
}
.modal-cont .img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .modal-cont .img {
    position: absolute;
    top: 4vw;
    left: -2vw;
  }
}
.modal-cont .text {
  flex: 1;
}
.modal-cont .text .en {
  font-size: 4rem;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  color: #004fa1;
}
@media (max-width: 1024px) {
  .modal-cont .text .en {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-cont .text .en {
    font-size: 6.6157760814vw;
    margin-bottom: 4.0712468193vw;
    padding-left: 31%;
  }
}
.modal-cont .text .desc {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 24.75rem;
}
@media screen and (max-width: 768px) {
  .modal-cont .text .desc {
    font-size: 3.5623409669vw;
  }
}
.modal-cont .text .desc span.large {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .modal-cont .text .desc span.large {
    font-size: 4.0712468193vw;
    margin-bottom: 2.0356234097vw;
  }
}

/**** /modal ***//*# sourceMappingURL=about.css.map */