@charset "utf-8";

main {
  position: relative;
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 325px;
  left: 50%;
  width: min(1280px, 100%);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/page-deco-pc.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  main::before {
    top: 110px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/page-deco-sp.png) repeat-y;
    background-size: 100% auto;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  overflow-x: clip;
  margin: 0 auto;
}

.fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 48px;
  overflow: scroll;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

 .fv .breadcrumb::-webkit-scrollbar{
  display: none;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb {
    position: initial;
    padding: 10px 24px;
  }
}

.fv .breadcrumb .list {
  display: flex;
}

.fv .breadcrumb .list .item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  min-width: max-content;
  padding-left: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb .list .item {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.fv .breadcrumb .list .item:first-of-type::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.fv .breadcrumb .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.fv .breadcrumb .list .item:last-of-type {
  padding-right: 20px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .fv .breadcrumb .list .item a {
    transition: opacity 0.3s ease;
  }

  .fv .breadcrumb .list .item a:hover {
    opacity: 0.7;
  }
}

.fv .inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    margin: 20px auto 0;
  }
}

.fv .image {
  width: min(calc(1014/1280*100vw),1014px);
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .fv .image {
    width: calc(350/375*100vw);
  }
}

.fv .inner .ttl-group {
  position: absolute;
  translate: -50% -50%;
  top: 40%;
  left: 50%;
  max-width: calc(1018px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group {
    translate: -50% 0;
    top: 14.613%;
    padding: 0 24px;
  }
}

.fv .inner .ttl-group .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .ttl {
    font-size: 2.2rem;
  }
}

.fv .inner .ttl-group .subttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .subttl {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ mission ↓↓↓ */
.mission {
  position: relative;
  overflow-x: clip;
}

.mission .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.mission .section-ttl {
  position: absolute;
  translate: -50% -50%;
  text-align: right;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  font-family: var(--jost);
  font-size: min(130px, calc((130 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mission .section-ttl {
    translate: -50% -50%;
    font-size: calc((75 - 45) * ((100vw - 375px) / (768 - 375)) + 45px);
  }
}

.mission .content.-order01 {
  position: relative;
  padding: 150px 25px 120px;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 {
    padding: 100px 25px 65px;
  }
}

.mission .content.-order01 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 330px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 305px;
    left: -540px;
  }
}

.mission .content.-order01 .content-ttl {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: var(--jost);
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .content-ttl { 
    font-size: 6.4rem;
    left: -12px;
  }
}

.mission .content.-order01 .intro-group {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  z-index: 1;
}

.mission .content.-order01 .intro-group .sub-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-left: 25px;
  margin-bottom: 15px;
}

.mission .content.-order01 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.mission .content.-order01 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .intro-group .main-cap {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}

.mission .content.-order01 .intro-group .text {
  max-width: 835px;
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .intro-group .text {
    margin-top: 40px;
  }
}

.mission .content.-order01 .card-group {
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .card-group {
    max-width: 440px;
    flex-direction: column;
  }
}

.mission .content.-order01 .card-group .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 44px) / 2);
  padding: 45px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .card-group .card {
    width: 100%;
    padding: 30px 36px;
  }

  .mission .content.-order01 .card-group .card:not(:first-of-type) {
    margin-top: 15px;
  }
}

.mission .content.-order01 .card-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #17ceff transparent transparent transparent;
  border-width: 16px 16px 0px 0px;
}

.mission .content.-order01 .card-group .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #187df5 transparent;
  border-width: 0px 0px 16px 16px;
}

.mission .content.-order01 .card-group .card-name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .card-group .card-name {
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-bottom: 20px;
  }
}

.mission .content.-order01 .card-group .card-data {
  text-align: center;
  font-family: var(--jost);
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  color: #187DF5;
}

@media screen and (max-width: 768px) {
  .mission .content.-order01 .card-group .card-data {
    font-size: 8rem;
  }
}

.mission .content.-order01 .card-group .card-data .unit {
  font-family: var(--notosans);
  font-size: 3.5rem;
  padding: 0 5px;
}


.mission .content.-order02 {
  position: relative;
  padding: 120px 25px;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 {
    padding: 65px 25px;
  }
}

.mission .content.-order02::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: 100%;
  background-color: #001932;
}

.mission .content.-order02 .theme-box {
  position: relative;
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .theme-box {
    flex-direction: column;
  }
}

.mission .content.-order02 .intro-group {
  max-width: 616px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .intro-group {
    max-width: initial;
  }
}

.mission .content.-order02 .intro-group .sub-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-left: 25px;
  margin-bottom: 15px;
}

.mission .content.-order02 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.mission .content.-order02 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .intro-group .main-cap {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}

.mission .content.-order02 .intro-group .text {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .intro-group .text {
    margin-top: 40px;
  }
}

.mission .content.-order02 .theme-group {
  min-width: 352px;
  height: max-content;
  padding: 40px;
  margin-left: 20px;
  background-color: #F2F6F6;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .theme-group {
    min-width: initial;
    max-width: 352px;
    width: 100%;
    padding: 40px 25px;
    margin: 40px auto 0;
  }
}

.mission .content.-order02 .theme-group .line {
  max-width: 265px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  display: inline;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0px 8px 2px;
}

.mission .content.-order02 .theme-group .list {
  margin: 24px auto 0;
}

.mission .content.-order02 .theme-group .item {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-left: 18px;
}

.mission .content.-order02 .theme-group .item:not(:first-of-type) {
  margin-top: 20px;
}

.mission .content.-order02 .theme-group .item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.mission .content.-order02 .theme-group li:last-of-type {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-top: 15px;
}


.mission .content.-order02 .image-group {
  position: relative;
  max-width: 1012px;
  padding: 1px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .image-group {
    max-width: 440px;
    margin: 65px auto 0;
  }
}

.mission .content.-order02 .image-group::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -2px;
  left: 50%;
  width: calc(100vw + 2px);
  height: calc(50% + 2px);
  background-color: #001932;
}

.mission .content.-order02 .image-group::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.mission .content.-order02 .image-group .group-inner {
  position: relative;
  padding: 60px 25px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mission .content.-order02 .image-group .group-inner {
    padding: 40px 20px;
  }
}

.mission .content.-order02 .image-group .image {
  display: block;
  max-width: 836px;
  margin: 0 auto;
}
/* ↑↑↑ mission ↑↑↑ */

/* ↓↓↓ promarket ↓↓↓ */
.promarket .content.-order01 {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 25px 120px;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01 {
    padding: 65px 25px;
  }
}

.promarket .content.-order01::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/promarket-bg-pc.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01::before {
    background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/promarket-bg-sp.jpg) no-repeat;
    background-size: cover;
  }
}

.promarket .content.-order01 .section-ttl {
  position: absolute;
  top: 0;
  right: -10px;
  writing-mode: vertical-rl;
  font-family: var(--jost);
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  opacity: 0.5;
}

.promarket .content.-order01 .text-group {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}

.promarket .content.-order01 .text-group .lead {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 20px 0 0;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01 .text-group .lead {
    font-size: 2.4rem;
    padding: 20px 0 0;
    margin-bottom: 35px;
  }
}

.promarket .content.-order01 .text-group .lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.promarket .content.-order01 .text-group .lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #187DF5;
}

.promarket .content.-order01 .text-group .text {
  text-align: justify;
  max-width: 836px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  color: #fff;
}

.promarket .content.-order01 .card-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1012px;
  margin: 45px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01 .card-group {
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
  }
}

.promarket .content.-order01 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  background-color: rgba(0, 25, 50, 0.8);
}

.promarket .content.-order01 .card.-merit {
  width: 396px;
}

.promarket .content.-order01 .card.-composition {
  width: 573px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01 .card.-merit,
  .promarket .content.-order01 .card.-composition {
    max-width: 440px;
    width: 100%;
  }

  .promarket .content.-order01 .card.-composition {
    margin: 15px auto 0;
  }
}

.promarket .content.-order01 .card.-merit .image {
  max-width: 308px;
  width: 100%;
}

.promarket .content.-order01 .card.-composition .image {
  max-width: 484px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order01 .card.-merit .image,
  .promarket .content.-order01 .card.-composition .image {
    max-width: initial;
  }
}


.promarket .content.-order02 {
  position: relative;
  padding: 120px 0 160px;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 {
    padding: 65px 25px 90px;
  }
}

.promarket .content.-order02 .bg-box {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.promarket .content.-order02 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 30px;
  left: 425px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: -395px;
    left: -410px;
  }
}

.promarket .content.-order02 .content-ttl {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: var(--jost);
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .content-ttl { 
    font-size: 6.4rem;
    left: -12px;
  }
}

.promarket .content.-order02 .intro-group {
  position: relative;
  max-width: calc(1012px + 25px * 2);
  margin: 0 auto;
  padding: 0 25px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .intro-group {
    padding: 0;
  }
}


.promarket .content.-order02 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.promarket .content.-order02 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .intro-group .main-cap {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}

.promarket .content.-order02 .intro-group .text {
  max-width: 835px;
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .intro-group .text {
    margin-top: 40px;
  }
}

.promarket .content.-order02 .image-group {
  width: calc(min(1012px, calc(100% - 25px)) + ((100% - min(1012px, 100%)) / 2));
  margin-left: auto;
  padding: 48px 90px;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .promarket .content.-order02 .image-group {
    max-width: 440px;
    width: 100%;
    margin: 35px auto 0;
    padding: 0;
  }
}

.promarket .content.-order02 .image-group .image {
  display: block;
  max-width: 853px;
}
/* ↑↑↑ promarket ↑↑↑ */

/* ↓↓↓ features ↓↓↓ */
.features {
  position: relative;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/features-bg.jpg) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .features {
    background: url(/wp/wp-content/themes/cosmos-cpa/img/about/mission/features-bg-sp.jpg) repeat-y;
    background-size: 100% auto;
  }
}

.features .section-ttl {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  font-family: var(--jost);
  font-size: min(10.7rem, calc((107 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: exclusion;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .features .section-ttl {
    top: 22px;
    font-size: 4.5rem;
  }
}

.features .inner {
  padding: 200px 25px 120px;
}

@media screen and (max-width: 768px) {
  .features .inner {
    padding: 125px 25px 80px;
  }
}

.features .content.-order01 .intro-group .lead {
  text-align: center;
  font-family: var(--notoserif);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .intro-group .lead {
    font-size: 2.4rem;
    padding: 0 25px;
  }
}

.features .content.-order01 .intro-group .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .intro-group .text {
    text-align: justify;
    margin-top: 60px;
  }
}

.features .content.-order01 .image-group {
  max-width: 924px;
  margin: 65px auto 0;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .image-group {
    max-width: 440px;
    margin: 40px auto 0;
  }
}

.features .content.-order01 .image-group .lead {
  display: block;
  text-align: center;
  width: max-content;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  margin: 0 auto 30px;
  padding: 0 10px 2px;
  background: linear-gradient(90deg, rgba(23, 206, 255, 1) 0%, rgba(0, 25, 180, 1) 100%);
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .image-group .lead  {
    width: min(325px, 100%);
  }
}
/* ↑↑↑ features ↑↑↑ */

/* ↓↓↓ others ↓↓↓ */
.others {
  position: relative;
  overflow: clip;
}

.others .inner {
  position: relative;
  padding: 140px 25px 200px;
}

@media screen and (max-width: 768px) {
  .others .inner {
    padding: 50px 25px 100px;
  }
}

.others .inner::before {
  content: '';
  position: absolute;
  rotate: 30deg;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: min(80%, 1080px);
  height: 250%;
  background-color: #F2F6F6;
  z-index: -1;
}

.others .section-ttl {
  position: relative;
  text-align: center;
  font-family: var(--jost);
  font-size: min(12rem,  calc((120 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #F2F6F6;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .section-ttl {
    font-size: 4rem;
  }
}

.others .section-subttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top:  max(-90px,  calc((-90 + 55) * ((100vw - 769px) / (1280 - 769)) - 55px));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .section-subttl {
    font-size: 2rem;
    margin-top: -25px;
  }
}

.others .list {
  position: relative;
  max-width: 756px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .list {
    flex-wrap: wrap;
    margin: 25px auto 0;
  }
}

.others .list .item {
  width: calc((100% - 18px * 2) / 3);
}

@media screen and (max-width: 768px) {
  .others .list .item {
    width: calc((100% - 18px) / 2);
  }

  .others .list .item:nth-of-type(n + 3) {
    margin-top: 18px;
  }
}

.others .list .item a {
  position: relative;
  display: block;
}

.others .list .item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .others .list .item a:hover::before {
    opacity: 1;
  }
}

.others .list .item .en {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--jost);
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 768px) {
  .others .list .item .en {
    font-size: 1.6rem;
  }
}

.others .list .item .jp {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .others .list .item .jp {
    bottom: 6px;
    right: 10px;
    font-size: 1.1rem;
  }
}
/* ↑↑↑ others ↑↑↑ */