@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.mcs {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #222;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-break: strict;
  word-break: break-word;
  background-color: #FFF9EB;
}
@media screen and (max-width: 767px) {
  .mcs {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .mcs .pc {
    display: initial;
  }
  .mcs .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mcs .pc {
    display: none !important;
  }
  .mcs .sp {
    display: initial;
  }
}
.mcs *, .mcs ::before, .mcs ::after {
  box-sizing: border-box;
}
.mcs a:hover {
  opacity: 1;
}

:where(.mcs) span {
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  h1.c-headline-page {
    padding: 10px;
  }
}

.mv__wrap {
  max-width: 980px;
  width: 89.4%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__wrap {
    width: 100%;
  }
}
.mv__txt {
  margin-top: 33px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 4.5333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

.worry {
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .worry {
    padding-top: 5.0666666667vw;
  }
}
.worry__wrap {
  max-width: 980px;
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worry__wrap {
    width: 100%;
  }
}
.worry__block {
  border-radius: 60px;
  padding: 32px 10px 0;
  position: relative;
  background-color: #EFF1F6;
}
@media screen and (max-width: 767px) {
  .worry__block {
    border-radius: 0;
    padding: 4vw 5.3333333333vw 0;
  }
}
.worry__block::after {
  content: "";
  width: 70px;
  height: 40px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .worry__block::after {
    content: none;
  }
}
.worry__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.worry__ttl--color {
  color: #0081CC;
}
.worry__txt {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.worry__txt--note {
  font-size: 10px;
  vertical-align: super;
}
.worry__note {
  margin-top: 2px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry__note {
    margin-top: 0.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.worry__box {
  margin-top: 17px;
  padding-top: 61px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry__box {
    margin-top: 6.1333333333vw;
    padding: 0 0 38px;
    position: static;
  }
}
.worry__item {
  min-width: 300px;
  width: 37.5%;
  border-radius: 16px;
  padding: 21px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #0081CC;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .worry__item {
    min-width: initial;
    width: 100%;
    border-radius: 4.2666666667vw;
    padding: 2.1333333333vw;
    position: relative;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .worry__item + .worry__item {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .worry__item:nth-child(1) {
    top: 0;
    left: 53.5%;
    transform: translateX(-50%);
  }
  .worry__item:nth-child(1)::before {
    left: 62%;
    transform: rotateY(180deg);
  }
}
@media print, screen and (min-width: 768px) {
  .worry__item:nth-child(2) {
    top: 40%;
    left: 6%;
  }
  .worry__item:nth-child(2)::before {
    left: 76%;
  }
}
@media print, screen and (min-width: 768px) {
  .worry__item:nth-child(3) {
    top: 40%;
    right: 4%;
  }
  .worry__item:nth-child(3)::before {
    left: 12%;
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 767px) {
  .worry__item:nth-child(3) {
    padding: 2.6666666667vw 14.4vw 2.6666666667vw 2.6666666667vw;
  }
}
.worry__item::before {
  content: "";
  width: 25px;
  height: 21px;
  position: absolute;
  top: calc(100% - 1px);
  background: url(../images/mcs/bg_worry_deco.png) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .worry__item::before {
    width: 4vw;
    height: 3.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.worry__img {
  z-index: 1;
  width: 117px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry__img {
    width: 23.7333333333vw;
    margin: 0;
    position: absolute;
    right: 2.4vw;
    bottom: 0;
  }
}

.simulation {
  padding-top: 77px;
}
@media screen and (max-width: 767px) {
  .simulation {
    padding-top: 7.7333333333vw;
  }
}
.simulation__wrap {
  max-width: 980px;
  width: 89.4%;
  margin: 0 auto;
}
.simulation__ttl {
  max-width: 752px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 44px;
}
@media screen and (max-width: 767px) {
  .simulation__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.simulation__ttl-logo {
  width: 190px;
  grid-column: 1/2;
  grid-row: 1/3;
}
.simulation__ttl-sub {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .simulation__ttl-sub {
    font-size: 4.2666666667vw;
  }
}
.simulation__ttl-txt {
  margin-top: 8px;
  color: #435672;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .simulation__ttl-txt {
    margin-top: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.simulation__box {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 49% 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 6%;
}
@media screen and (max-width: 767px) {
  .simulation__box {
    margin-top: 3.7333333333vw;
    display: block;
  }
}
.simulation__video {
  aspect-ratio: 960/540;
  margin-top: 8px;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .simulation__video {
    margin-top: 0;
  }
}
.simulation__video iframe {
  width: 100%;
  height: 100%;
}
.simulation__txt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .simulation__txt {
    margin: 2.6666666667vw -0.5333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.simulation__btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .simulation__btn {
    margin-top: 3.2vw;
  }
}
.simulation__btn a {
  border: 2px solid #FFB92E;
  border-radius: 8px;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  transition: color 0.3s, background 0.3s;
  color: #FFA800;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation__btn a {
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.simulation__btn a:hover {
  color: #fff;
  background-color: #FFB92E;
}

.gallery {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 8.5333333333vw 0;
  }
}
.gallery .swiper-wrapper {
  transition-timing-function: linear;
}

@-moz-document url-prefix() {
  .gallery .swiper-slide {
    transform: rotate(0.1deg);
  }
}
.merit {
  padding-top: 32px;
  padding-bottom: 40px;
  position: relative;
  background: #F2FAE8 url(../images/mcs/bg_merit_pc.png) no-repeat top center/740px auto;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 5.0666666667vw 0 8.5333333333vw;
    background-image: url(../images/mcs/bg_merit_sp.png);
    background-size: 100% auto;
  }
}
.merit::after {
  content: "";
  width: 255px;
  height: 56px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .merit::after {
    width: 30.2666666667vw;
    height: 7.7333333333vw;
  }
}
.merit__wrap {
  max-width: 1000px;
  width: 89.4%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .merit__wrap {
    width: 84%;
  }
}
.merit__subttl {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__subttl {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.merit__ttl {
  color: #0081CC;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__ttl {
    font-size: 7.4666666667vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.merit__list {
  margin-top: 48px;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .merit__list {
    margin-top: 8vw;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.merit__item {
  border-radius: 16px;
  padding: 0 18px 21px;
  flex: 1;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .merit__item {
    border-radius: 4.2666666667vw;
    padding: 0 4.8vw 5.3333333333vw;
  }
}
.merit__item-comment {
  border-radius: 50%;
  padding: 15px 13px;
  position: absolute;
  top: -36px;
  right: -33px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  background-color: #FCE7AC;
}
@media screen and (max-width: 767px) {
  .merit__item-comment {
    padding: 4vw 3.4666666667vw;
    top: -5.3333333333vw;
    right: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.merit__item-top {
  width: fit-content;
  margin: -16px auto 0;
  border-radius: 999px;
  padding: 7px 8px 8px 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #0081CC;
}
@media screen and (max-width: 767px) {
  .merit__item-top {
    margin-top: -4.2666666667vw;
    padding: 1.8666666667vw 2.1333333333vw 2.1333333333vw 3.7333333333vw;
    gap: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.merit__item-top--number {
  border-radius: 50%;
  padding: 4px 7px;
  color: #0081CC;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .merit__item-top--number {
    padding: 1.0666666667vw 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.merit__item-ttl {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__item-ttl {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
.merit__item-img {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .merit__item-img {
    margin-top: 3.2vw;
  }
}
.merit__item-txt {
  margin-top: 12px;
  color: #435672;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .merit__item-txt {
    margin-top: 3.4666666667vw;
    margin-right: -0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.flow {
  padding-top: 100px;
  padding-bottom: 42px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 11.2vw;
    padding-bottom: 8.5333333333vw;
  }
}
.flow__wrap {
  max-width: 980px;
  width: 89.4%;
  margin: 0 auto;
}
.flow__subttl {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__subttl {
    font-size: 4vw;
  }
}
.flow__ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__ttl {
    margin: 0 -0.5333333333vw;
    font-size: 6.4vw;
    line-height: 1.2;
  }
}
.flow__ttl--color {
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  .flow__ttl--color {
    font-size: 7.4666666667vw;
  }
}
.flow__list {
  margin-top: 80px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .flow__list {
    margin-top: 4.2666666667vw;
    flex-direction: column;
    gap: 7.7333333333vw;
  }
}
.flow__item {
  border-radius: 16px;
  padding: 0 16px 11px;
  flex: 1;
  background-color: #F0F2F6;
}
@media screen and (max-width: 767px) {
  .flow__item {
    border-radius: 4.2666666667vw;
    padding: 3.2vw 3.7333333333vw 3.2vw 4.2666666667vw;
    display: grid;
    grid-template-columns: 1fr 42%;
    grid-template-rows: 1fr auto;
    gap: 0 2.4vw;
  }
}
.flow__item + .flow__item {
  position: relative;
}
.flow__item + .flow__item::before {
  content: "";
  width: 18px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
  transform: translateY(-50%);
  background: url(../images/mcs/arrow_flow_pc.png) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item::before {
    width: 9.0666666667vw;
    height: 4.8vw;
    top: auto;
    right: 50%;
    bottom: calc(100% + 1.3333333333vw);
    transform: translateX(50%);
    background-image: url(../images/mcs/arrow_flow_sp.png);
  }
}
.flow__item-step {
  width: 86px;
  height: 86px;
  margin: -45px auto 0;
  border-radius: 50%;
  padding: 17px 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #0081CC;
  clip-path: polygon(0 0, 78.5% 0%, 75% 18.6%, 100% 8.7%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .flow__item-step {
    width: fit-content;
    height: auto;
    margin: auto 0 0;
    border-radius: 999px;
    padding: 1.6vw 3.2vw;
    flex-direction: row;
    align-items: flex-end;
    gap: 1.0666666667vw;
    clip-path: initial;
  }
}
.flow__item-step--txt {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__item-step--txt {
    margin-bottom: 0.2666666667vw;
    font-size: 3.7333333333vw;
    text-transform: lowercase;
  }
}
.flow__item-step--number {
  font-size: 38px;
  letter-spacing: -0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__item-step--number {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.flow__item-img {
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .flow__item-img {
    aspect-ratio: 128/88;
    margin: auto 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.flow__item-img img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .flow__item-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 2.1333333333vw;
  }
}
.flow__item-txt {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__item-txt {
    margin-top: 1.3333333333vw;
    margin-bottom: auto;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.flow__txt {
  width: fit-content;
  margin: 43px auto 0;
  padding: 0 10px;
  position: relative;
  color: #0081CC;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__txt {
    margin-top: 3.4666666667vw;
    padding: 0 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.flow__txt::before, .flow__txt::after {
  content: "";
  width: 1px;
  height: 26px;
  position: absolute;
  top: 53%;
  background-color: #0081CC;
}
@media screen and (max-width: 767px) {
  .flow__txt::before, .flow__txt::after {
    width: 0.5333333333vw;
    height: 8vw;
    top: 57%;
  }
}
.flow__txt::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .flow__txt::before {
    transform: translateY(-50%) rotate(-30deg);
  }
}
.flow__txt::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .flow__txt::after {
    transform: translateY(-50%) rotate(25deg);
  }
}
.flow__btn {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow__btn {
    margin-top: 3.2vw;
  }
}
.flow__btn a {
  width: 100%;
  max-width: 560px;
  border: 2px solid #FFB92E;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FFB92E;
}
@media screen and (max-width: 767px) {
  .flow__btn a {
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.flow__btn a:hover {
  color: #FFB92E;
  background-color: #fff;
}

.youtube {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .youtube {
    padding-top: 7.4666666667vw;
  }
}
.youtube__wrap {
  max-width: 600px;
  width: 89.4%;
  margin: 0 auto;
}
.youtube__video {
  aspect-ratio: 600/338;
}
.youtube__video iframe {
  width: 100%;
  height: 100%;
}

.bnr {
  padding-top: 53px;
}
@media screen and (max-width: 767px) {
  .bnr {
    padding-top: 8vw;
  }
}
.bnr__wrap {
  max-width: 980px;
  width: 89.4%;
  margin: 0 auto;
}
.bnr__block {
  border-radius: 16px;
  padding: 16px 58px 40px;
  display: flex;
  gap: 35px;
  color: #fff;
  background: url(../images/mcs/bg_bnr_pc_top.png) no-repeat top left/100% auto, url(../images/mcs/bg_bnr_pc_bot.png) no-repeat bottom left/100% auto;
  background-color: #435672;
}
@media screen and (max-width: 767px) {
  .bnr__block {
    border-radius: 5.3333333333vw;
    padding: 4.2666666667vw 7.2vw 6.4vw;
    display: block;
    background: #435672 url(../images/mcs/bg_bnr_sp.png) no-repeat top left/100% auto;
  }
}
.bnr__block + .bnr__block {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .bnr__block + .bnr__block {
    margin-top: 6.4vw;
  }
}
.bnr__block--flex {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .bnr__block--flex {
    padding-bottom: 5.8666666667vw;
  }
}
.bnr__box {
  flex: 1;
}
.bnr__ttl {
  margin-top: 13px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bnr__ttl {
    margin: 0;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.bnr__txt {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .bnr__txt {
    margin-top: 0.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.bnr__img {
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .bnr__img {
    width: 83%;
    margin: 2.4vw auto 0;
    padding: 0;
  }
}
.bnr__img img {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .bnr__img img {
    width: 100%;
  }
}
.bnr__img-txt {
  margin-top: -8px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bnr__img-txt {
    margin-top: -1.0666666667vw;
    font-size: 3.2vw;
  }
}
.bnr__img-txt--big {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .bnr__img-txt--big {
    font-size: 4.8vw;
  }
}
.bnr__btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bnr__btn {
    margin-top: 3.7333333333vw;
  }
}
.bnr__btn a {
  width: 100%;
  max-width: 560px;
  border: 2px solid #FFB92E;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FFB92E;
}
@media screen and (max-width: 767px) {
  .bnr__btn a {
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.bnr__btn a:hover {
  color: #FFB92E;
  background-color: #fff;
}

.link {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .link {
    padding-top: 8.5333333333vw;
  }
}
.link__wrap {
  max-width: 920px;
  width: 89.4%;
  margin: 0 auto;
}
.link__ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link__ttl {
    font-size: 7.4666666667vw;
    line-height: 1.2;
  }
}
.link__ttl--color {
  color: #0081CC;
}
.link__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .link__list {
    margin-top: 7.4666666667vw;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.link__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .link__item {
    width: 100%;
  }
}
.link__item a {
  height: 96px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .link__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .link__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .link__item a {
    height: 23.4666666667vw;
    border-radius: 2.6666666667vw;
    gap: 6.4vw;
    font-size: 7.4666666667vw;
  }
}
.link__item--line a {
  background-color: #06C755;
}
.link__item--line .link__item-icon {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .link__item--line .link__item-icon {
    width: 12vw;
  }
}
.link__item--line .link__item-txt--big {
  font-size: 44px;
  font-family: "DIN 2014", "Bahnschrift", "Roboto", "Arial", "Helvetica Neue", "Proxima Nova", "Futura", "Segoe UI", "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .link__item--line .link__item-txt--big {
    font-size: 8.5333333333vw;
  }
}
.link__item--mail a {
  background-color: #EB6120;
}
.link__item--mail .link__item-icon {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .link__item--mail .link__item-icon {
    width: 11.7333333333vw;
  }
}
.link__item--mail .link__item-txt {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .link__item--mail .link__item-txt {
    margin-bottom: 1.0666666667vw;
  }
}
.link__item--mail .link__item-txt--big {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .link__item--mail .link__item-txt--big {
    font-size: 8.5333333333vw;
  }
}
